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

Unified Diff: ui/aura/aura.gyp

Issue 1213283002: Convert aura_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: (c) 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/aura/aura_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index e5db3fc6b93f81ad2ca68e933353a14b4bb9af2a..76b6f4ce48cf666ae89833fbed50614fc37d61a6 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -314,4 +314,23 @@
],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'aura_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'aura_unittests',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'aura_unittests.isolate',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | ui/aura/aura_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698