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 545bfa46fce6a6efb5faa3286f0c9813b93f04a1..5fa082a8e30fcbfb803619b4e814eeaafbc4f8a6 100644 |
--- a/webrtc/common_video/common_video_unittests.gyp |
+++ b/webrtc/common_video/common_video_unittests.gyp |
@@ -54,7 +54,28 @@ |
], |
}, |
], |
- }], |
+ 'conditions': [ |
+ ['test_isolation_mode != "noop"', |
+ { |
+ 'targets': [ |
+ { |
+ 'target_name': 'common_video_unittests_apk_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ '<(apk_tests_path):common_video_unittests_apk', |
+ ], |
+ 'includes': [ |
+ '../build/isolate.gypi', |
+ ], |
+ 'sources': [ |
+ 'common_video_unittests_apk.isolate', |
+ ], |
+ }, |
+ ], |
+ }, |
+ ], |
+ ], |
+ }], # OS=="android" |
['test_isolation_mode != "noop"', { |
'targets': [ |
{ |