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

Unified Diff: services/shell/shell.gyp

Issue 1918143004: Convert Mojo tests to use swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « services/shell/mojo_shell_unittests.isolate ('k') | services/shell/tests/connect/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/shell.gyp
diff --git a/services/shell/shell.gyp b/services/shell/shell.gyp
index 2ec9da5bc8ce21d6f61472ea5301346473bfa270..f4c2a51ef5b1afdeed45c12e690ca994d3f2fdb5 100644
--- a/services/shell/shell.gyp
+++ b/services/shell/shell.gyp
@@ -248,4 +248,23 @@
'public/cpp/tests/interface_registry_unittest.cc',
],
}],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'mojo_shell_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'mojo_shell_unittests',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'mojo_shell_unittests.isolate',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « services/shell/mojo_shell_unittests.isolate ('k') | services/shell/tests/connect/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698