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

Unified Diff: webrtc/api/api_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_java.gyp ('k') | webrtc/build/android_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/api_tests.gyp
diff --git a/webrtc/api/api_tests.gyp b/webrtc/api/api_tests.gyp
index 303c1ef72a820eb81aab5641f5be7bf4047ff945..5ff062a1b46f61b20bf1f02309e853fc05b85702 100644
--- a/webrtc/api/api_tests.gyp
+++ b/webrtc/api/api_tests.gyp
@@ -129,7 +129,7 @@
'target_name': 'libjingle_peerconnection_android_unittest',
'type': 'none',
'dependencies': [
- '<(webrtc_root)/api/api.gyp:libjingle_peerconnection_java',
+ '<(webrtc_root)/api/api_java.gyp:libjingle_peerconnection_java',
],
'variables': {
'apk_name': 'libjingle_peerconnection_android_unittest',
« no previous file with comments | « webrtc/api/api_java.gyp ('k') | webrtc/build/android_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698