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

Unified Diff: ash/ash.gyp

Issue 612673002: Swarm ash_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: just use linux Created 6 years, 3 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 | ash/ash_unittests.isolate » ('j') | ash/ash_unittests.isolate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 0592abd165c25a58a637d4af5de3e39b88c98fb9..3ca981a481cc0944a1b56a3a581b1ea72e522e78 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -1274,4 +1274,24 @@
],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'ash_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'ash_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ 'ash_unittests.isolate',
+ ],
+ 'sources': [
+ 'ash_unittests.isolate',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « no previous file | ash/ash_unittests.isolate » ('j') | ash/ash_unittests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698