Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: webrtc/api/api_java.gyp

Issue 2106333005: Revert of Combine webrtc/api/java/android and webrtc/api/java/src. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/api.gyp ('k') | webrtc/api/java/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/api_java.gyp
diff --git a/webrtc/api/api_java.gyp b/webrtc/api/api_java.gyp
index 4e18035613e0993fbd0df06bbfa48f9ba58df087..e69f0e2789cb23fab81a82ca91dfb2c139d13ca4 100644
--- a/webrtc/api/api_java.gyp
+++ b/webrtc/api/api_java.gyp
@@ -34,12 +34,14 @@
'android_manifest_path': '<(webrtc_root)/build/android/AndroidManifest.xml',
'suppressions_file': '<(webrtc_root)/build/android/suppressions.xml',
'chromium_code': 1,
- 'java_in_dir': 'android/java',
+ 'java_in_dir': 'java',
'webrtc_base_dir': '<(webrtc_root)/base',
'webrtc_modules_dir': '<(webrtc_root)/modules',
'additional_src_dirs' : [
- '<(webrtc_base_dir)/java',
+ 'java/android',
+ '<(webrtc_base_dir)/java/src',
'<(webrtc_modules_dir)/audio_device/android/java/src',
+
],
},
'includes': ['../../build/java.gypi'],
« no previous file with comments | « webrtc/api/api.gyp ('k') | webrtc/api/java/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698