| Index: webrtc/common_video/common_video_unittests.gyp
|
| diff --git a/webrtc/common_video/common_video_unittests.gyp b/webrtc/common_video/common_video_unittests.gyp
|
| index 8372c0b4a977a29e73169b7dd21d6cafb3b27d1a..874a16f1ab32ea20f6359b37e58e3c535edc5339 100644
|
| --- a/webrtc/common_video/common_video_unittests.gyp
|
| +++ b/webrtc/common_video/common_video_unittests.gyp
|
| @@ -51,7 +51,7 @@
|
| 'target_name': 'common_video_unittests_apk_target',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - '<(apk_tests_path):common_video_unittests_apk',
|
| + '<(android_tests_path):common_video_unittests_apk',
|
| ],
|
| },
|
| ],
|
| @@ -63,7 +63,7 @@
|
| 'target_name': 'common_video_unittests_apk_run',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - '<(apk_tests_path):common_video_unittests_apk',
|
| + '<(android_tests_path):common_video_unittests_apk',
|
| ],
|
| 'includes': [
|
| '../build/isolate.gypi',
|
|
|