Index: webrtc/tools/tools.gyp |
diff --git a/webrtc/tools/tools.gyp b/webrtc/tools/tools.gyp |
index b69f7cb5b86583bfd5c07022a744aadb57dd6522..5a08ab99bd6c8c62aa1904ea059af466ad49cf61 100644 |
--- a/webrtc/tools/tools.gyp |
+++ b/webrtc/tools/tools.gyp |
@@ -189,6 +189,27 @@ |
], |
}, |
], |
+ 'conditions': [ |
+ ['test_isolation_mode != "noop"', |
+ { |
+ 'targets': [ |
+ { |
+ 'target_name': 'tools_unittests_apk_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ '<(apk_tests_path):tools_unittests_apk', |
+ ], |
+ 'includes': [ |
+ '../build/isolate.gypi', |
+ ], |
+ 'sources': [ |
+ 'tools_unittests_apk.isolate', |
+ ], |
+ }, |
+ ], |
+ }, |
+ ], |
+ ], |
}], |
['test_isolation_mode != "noop"', { |
'targets': [ |