| Index: webrtc/common_audio/common_audio.gyp
|
| diff --git a/webrtc/common_audio/common_audio.gyp b/webrtc/common_audio/common_audio.gyp
|
| index 30ba322dfe845a64d70dad07a09873f594f4b052..c26cdcd948e1386957a3e56464084633c370cfda 100644
|
| --- a/webrtc/common_audio/common_audio.gyp
|
| +++ b/webrtc/common_audio/common_audio.gyp
|
| @@ -290,7 +290,7 @@
|
| 'target_name': 'common_audio_unittests_apk_target',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - '<(apk_tests_path):common_audio_unittests_apk',
|
| + '<(android_tests_path):common_audio_unittests_apk',
|
| ],
|
| },
|
| ],
|
| @@ -302,7 +302,7 @@
|
| 'target_name': 'common_audio_unittests_apk_run',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - '<(apk_tests_path):common_audio_unittests_apk',
|
| + '<(android_tests_path):common_audio_unittests_apk',
|
| ],
|
| 'includes': [
|
| '../build/isolate.gypi',
|
|
|