Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: chrome/chrome_tests.gypi

Issue 1401173009: Isolate telemetry_perf_unittests on android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove -u. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/telemetry_perf_unittests_android.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | chrome/telemetry_perf_unittests_android.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698