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

Unified Diff: third_party/mojo/mojo_edk_tests.gyp

Issue 1234193006: Convert mojo_public_utility_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_mojo_public_system_unittests
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_utility_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 fd7a51295c6c6009b68777c2023fb5f7d76e8372..737f3c7262a4387bb34ff45772a7917b6006d419 100644
--- a/third_party/mojo/mojo_edk_tests.gyp
+++ b/third_party/mojo/mojo_edk_tests.gyp
@@ -314,6 +314,19 @@
'mojo_public_system_unittests.isolate',
],
},
+ {
+ 'target_name': 'mojo_public_utility_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'mojo_public_utility_unittests',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'mojo_public_utility_unittests.isolate',
+ ],
+ },
],
}],
],
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | third_party/mojo/mojo_public_utility_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698