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

Unified Diff: webrtc/build/android_tests.gyp

Issue 2080563002: Workaround java.gypi inclusion error in Chromium builds. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changes to all.gyp 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_tests.gyp ('k') | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/android_tests.gyp
diff --git a/webrtc/build/android_tests.gyp b/webrtc/build/android_tests.gyp
index fdf72737a104fbcf3ae4511ccd9c10002d5807f2..7803b9a4198859247b37b46a5999d7bec11037f7 100644
--- a/webrtc/build/android_tests.gyp
+++ b/webrtc/build/android_tests.gyp
@@ -126,7 +126,7 @@
},
'dependencies': [
'<(webrtc_root)/api/api_tests.gyp:peerconnection_unittests',
- '<(webrtc_root)/api/api.gyp:libjingle_peerconnection_java',
+ '<(webrtc_root)/api/api_java.gyp:libjingle_peerconnection_java',
],
'includes': [
'../../build/apk_test.gypi',
@@ -264,7 +264,7 @@
'target_name': 'android_junit_tests',
'type': 'none',
'dependencies': [
- '<(webrtc_root)/api/api.gyp:libjingle_peerconnection_java',
+ '<(webrtc_root)/api/api_java.gyp:libjingle_peerconnection_java',
'<(DEPTH)/base/base.gyp:base_java',
'<(DEPTH)/base/base.gyp:base_java_test_support',
'<(DEPTH)/base/base.gyp:base_junit_test_support',
« no previous file with comments | « webrtc/api/api_tests.gyp ('k') | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698