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

Unified Diff: webrtc/voice_engine/voice_engine.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/tools/tools.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/voice_engine.gyp
diff --git a/webrtc/voice_engine/voice_engine.gyp b/webrtc/voice_engine/voice_engine.gyp
index a728b1af3a6beab8f9f449a12127d1a797b85d04..17a64b5420896dbc21672e90b078cb21fa7ec296 100644
--- a/webrtc/voice_engine/voice_engine.gyp
+++ b/webrtc/voice_engine/voice_engine.gyp
@@ -251,7 +251,7 @@
'target_name': 'voice_engine_unittests_apk_target',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):voice_engine_unittests_apk',
+ '<(android_tests_path):voice_engine_unittests_apk',
],
},
],
@@ -263,7 +263,7 @@
'target_name': 'voice_engine_unittests_apk_run',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):voice_engine_unittests_apk',
+ '<(android_tests_path):voice_engine_unittests_apk',
],
'includes': [
'../build/isolate.gypi',
« no previous file with comments | « webrtc/tools/tools.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698