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

Unified Diff: google_apis/gcm/gcm.gyp

Issue 1205423003: Convert gcm_unit_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@8_sql_unittests
Patch Set: Fix path typo Created 5 years, 6 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 | « build/gn_migration.gypi ('k') | google_apis/gcm/gcm_unit_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/gcm.gyp
diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
index aa9df60868be004dce75fba23e783ea2f6a43191..e9ae667f4481c353c5e243d6805c2b7dd812dcdc 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -182,4 +182,23 @@
]
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'gcm_unit_tests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'gcm_unit_tests',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'gcm_unit_tests.isolate',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « build/gn_migration.gypi ('k') | google_apis/gcm/gcm_unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698