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

Unified Diff: ui/wm/wm.gyp

Issue 1217473009: Convert wm_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@11_sandbox_linux_unittests
Patch Set: Add pak 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 | « testing/buildbot/chromium.win.json ('k') | ui/wm/wm_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/wm.gyp
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp
index e7415a8c5864c1bebe08fc3f5d93e9d92e829b35..08a9dedcc7e4034471d3c727f60c462c1f8850cb 100644
--- a/ui/wm/wm.gyp
+++ b/ui/wm/wm.gyp
@@ -157,4 +157,23 @@
],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'wm_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'wm_unittests',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'wm_unittests.isolate',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | ui/wm/wm_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698