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

Unified Diff: webrtc/test/test.gyp

Issue 2020213002: Rename APK tests workaround to make it more generic. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add owners wildcard for GYP in webrtc/api Created 4 years, 7 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/system_wrappers/system_wrappers_tests.gyp ('k') | webrtc/tools/tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/test.gyp
diff --git a/webrtc/test/test.gyp b/webrtc/test/test.gyp
index ac52e59f799dc57cdf80c90d4ece1d02d0d549e9..28b5783cd3b1a37548b6d1af3da36e10e1f76f54 100644
--- a/webrtc/test/test.gyp
+++ b/webrtc/test/test.gyp
@@ -394,7 +394,7 @@
'target_name': 'test_support_unittests_apk_target',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):test_support_unittests_apk',
+ '<(android_tests_path):test_support_unittests_apk',
],
},
],
@@ -406,7 +406,7 @@
'target_name': 'test_support_unittests_apk_run',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):test_support_unittests_apk',
+ '<(android_tests_path):test_support_unittests_apk',
],
'includes': [
'../build/isolate.gypi',
« no previous file with comments | « webrtc/system_wrappers/system_wrappers_tests.gyp ('k') | webrtc/tools/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698