Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 7e60a46d6701f86706eca51a6e430039a5df29c4..7bee28f82ade297ccd65c0e259393a76409aad04 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -3166,6 +3166,26 @@ |
'includes': [ '../build/java.gypi' ], |
}, |
], |
+ 'conditions': [ |
+ ['test_isolation_mode != "noop"', |
+ { |
+ 'targets': [{ |
+ 'target_name': 'telemetry_perf_unittests_android_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ '../content/content_shell_and_tests.gyp:telemetry_base', |
+ 'android/chrome_apk.gyp:chrome_public_apk', |
+ ], |
+ 'includes': [ |
+ '../build/isolate.gypi', |
+ ], |
+ 'sources': [ |
+ 'telemetry_perf_unittests_android.isolate', |
+ ], |
+ }], |
+ } |
+ ], |
+ ], |
}], |
['test_isolation_mode != "noop"', { |
'targets': [ |