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

Unified Diff: webrtc/modules/modules.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/common_video/common_video_unittests.gyp ('k') | webrtc/system_wrappers/system_wrappers_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/modules.gyp
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index d7476d5b98c8de3cba826583ee515de268a451d5..8adb4cb06b38020497a41f42c9c9a9ccbfb0ecee 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -621,28 +621,28 @@
'target_name': 'audio_codec_speed_tests_apk_target',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):audio_codec_speed_tests_apk',
+ '<(android_tests_path):audio_codec_speed_tests_apk',
],
},
{
'target_name': 'audio_decoder_unittests_apk_target',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):audio_decoder_unittests_apk',
+ '<(android_tests_path):audio_decoder_unittests_apk',
],
},
{
'target_name': 'modules_tests_apk_target',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):modules_tests_apk',
+ '<(android_tests_path):modules_tests_apk',
],
},
{
'target_name': 'modules_unittests_apk_target',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):modules_unittests_apk',
+ '<(android_tests_path):modules_unittests_apk',
],
},
],
@@ -654,7 +654,7 @@
'target_name': 'audio_codec_speed_tests_apk_run',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):audio_codec_speed_tests_apk',
+ '<(android_tests_path):audio_codec_speed_tests_apk',
],
'includes': [
'../build/isolate.gypi',
@@ -667,7 +667,7 @@
'target_name': 'audio_decoder_unittests_apk_run',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):audio_decoder_unittests_apk',
+ '<(android_tests_path):audio_decoder_unittests_apk',
],
'includes': [
'../build/isolate.gypi',
@@ -680,7 +680,7 @@
'target_name': 'modules_tests_apk_run',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):modules_tests_apk',
+ '<(android_tests_path):modules_tests_apk',
],
'includes': [
'../build/isolate.gypi',
@@ -693,7 +693,7 @@
'target_name': 'modules_unittests_apk_run',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):modules_unittests_apk',
+ '<(android_tests_path):modules_unittests_apk',
],
'includes': [
'../build/isolate.gypi',
« no previous file with comments | « webrtc/common_video/common_video_unittests.gyp ('k') | webrtc/system_wrappers/system_wrappers_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698