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

Unified Diff: third_party/mojo/mojo_edk_tests.gyp

Issue 1239153002: Convert mojo_public_environment_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
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 | « testing/buildbot/chromium.win.json ('k') | third_party/mojo/mojo_public_environment_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/mojo_edk_tests.gyp
diff --git a/third_party/mojo/mojo_edk_tests.gyp b/third_party/mojo/mojo_edk_tests.gyp
index b392d72e40dc854448ac409c82acbede3803c30e..db1fc36615ab1d147ec09ec8b98f069459df4530 100644
--- a/third_party/mojo/mojo_edk_tests.gyp
+++ b/third_party/mojo/mojo_edk_tests.gyp
@@ -288,6 +288,19 @@
'mojo_public_bindings_unittests.isolate',
],
},
+ {
+ 'target_name': 'mojo_public_environment_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'mojo_public_environment_unittests',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'mojo_public_environment_unittests.isolate',
+ ],
+ },
],
}],
],
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | third_party/mojo/mojo_public_environment_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698