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

Unified Diff: remoting/remoting_test.gypi

Issue 1216033005: Convert remoting_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@12_wm_unittests
Patch Set: Rebase 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') | remoting/remoting_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 4f8fefc42df4a44f2ed71bd5b21111923592f11a..cc856205d9e9e65ee18452a427111d005f6a665f 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -612,6 +612,23 @@
'includes': [ 'remoting_webapp.gypi', ],
}, # end of target 'remoting_webapp_browser_test'
]
- }]
+ }],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'remoting_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'remoting_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'remoting_unittests.isolate',
+ ],
+ },
+ ],
+ }],
] # end of 'conditions'
}
« no previous file with comments | « build/gn_migration.gypi ('k') | remoting/remoting_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698