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

Unified Diff: mojo/mojo_edk_tests.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 | « mojo/mojo_common_unittests.isolate ('k') | mojo/mojo_js_integration_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_edk_tests.gyp
diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
index d4a65aaec473e0519cf797eb614bd5caa1a0463c..4bed79a5693b2b7dff1db686a2992f2f6f91d0f5 100644
--- a/mojo/mojo_edk_tests.gyp
+++ b/mojo/mojo_edk_tests.gyp
@@ -326,6 +326,45 @@
'mojo_public_system_unittests.isolate',
],
},
+ {
+ 'target_name': 'mojo_js_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'mojo_js_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'mojo_js_unittests.isolate',
+ ],
+ },
+ {
+ 'target_name': 'mojo_js_integration_tests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'mojo_js_integration_tests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'mojo_js_integration_tests.isolate',
+ ],
+ },
+ {
+ 'target_name': 'mojo_system_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'mojo_system_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'mojo_system_unittests.isolate',
+ ],
+ },
],
}],
],
« no previous file with comments | « mojo/mojo_common_unittests.isolate ('k') | mojo/mojo_js_integration_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698