| Index: webrtc/tools/tools.gyp
|
| diff --git a/webrtc/tools/tools.gyp b/webrtc/tools/tools.gyp
|
| index 5a08ab99bd6c8c62aa1904ea059af466ad49cf61..977ea00a0f6c640729e31f1810d3b1d88dcabc5e 100644
|
| --- a/webrtc/tools/tools.gyp
|
| +++ b/webrtc/tools/tools.gyp
|
| @@ -185,7 +185,7 @@
|
| 'target_name': 'tools_unittests_apk_target',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - '<(apk_tests_path):tools_unittests_apk',
|
| + '<(android_tests_path):tools_unittests_apk',
|
| ],
|
| },
|
| ],
|
| @@ -197,7 +197,7 @@
|
| 'target_name': 'tools_unittests_apk_run',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - '<(apk_tests_path):tools_unittests_apk',
|
| + '<(android_tests_path):tools_unittests_apk',
|
| ],
|
| 'includes': [
|
| '../build/isolate.gypi',
|
|
|