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

Unified Diff: tools/gn/gn.gyp

Issue 1214533005: Convert gn_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
Index: tools/gn/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index 7a74f50f0a69e80ac2aeffae9411e165df770d06..45d53445095c1f64fa9a15eb257ceb4a3a24d5e2 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -273,4 +273,19 @@
],
}
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'gn_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'gn_unittests',
+ ],
+ 'includes': [ '../../build/isolate.gypi' ],
+ 'sources': [ 'gn_unittests.isolate' ],
+ },
+ ],
+ }],
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698