| Index: webrtc/api/api_tests.gyp
|
| diff --git a/webrtc/api/api_tests.gyp b/webrtc/api/api_tests.gyp
|
| index 65bb4614744244b547240ceb0032f34b24abed11..e58fdbcb28a8b93cc28296d14738ef38056f42b6 100644
|
| --- a/webrtc/api/api_tests.gyp
|
| +++ b/webrtc/api/api_tests.gyp
|
| @@ -159,7 +159,7 @@
|
| 'target_name': 'peerconnection_unittests_apk_target',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - '<(apk_tests_path):peerconnection_unittests_apk',
|
| + '<(android_tests_path):peerconnection_unittests_apk',
|
| ],
|
| },
|
| ],
|
| @@ -171,7 +171,7 @@
|
| 'target_name': 'peerconnection_unittests_apk_run',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - '<(apk_tests_path):peerconnection_unittests_apk',
|
| + '<(android_tests_path):peerconnection_unittests_apk',
|
| ],
|
| 'includes': [
|
| '../build/isolate.gypi',
|
|
|