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

Unified Diff: mojo/mojo_base.gyp

Issue 1235763002: Convert mojo_common_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: Created 5 years, 5 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 | mojo/mojo_common_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index a12ab7931c7e2e9fb00ec1773352ecf3c9306587..550c41d55043c861ad72b8064c0f411ea246518d 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -343,7 +343,24 @@
},
'includes': [ '../build/java.gypi' ],
},
- ]
- }]
+ ],
+ }],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'mojo_common_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'mojo_common_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'mojo_common_unittests.isolate',
+ ],
+ },
+ ],
+ }],
]
}
« no previous file with comments | « no previous file | mojo/mojo_common_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698