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

Unified Diff: ipc/mojo/ipc_mojo_unittests.isolate

Issue 1222243003: Convert ipc_mojo_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « ipc/mojo/ipc_mojo.gyp ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/ipc_mojo_unittests.isolate
diff --git a/tools/gn/gn_unittests.isolate b/ipc/mojo/ipc_mojo_unittests.isolate
similarity index 71%
copy from tools/gn/gn_unittests.isolate
copy to ipc/mojo/ipc_mojo_unittests.isolate
index 20946188a4fc1389452507b11ea455cefeaf843a..390958a4d8d9d700e1d99fb229fb510f0b0d7935 100644
--- a/tools/gn/gn_unittests.isolate
+++ b/ipc/mojo/ipc_mojo_unittests.isolate
@@ -6,11 +6,10 @@
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'command': [
- '<(PRODUCT_DIR)/gn_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/ipc_mojo_unittests<(EXECUTABLE_SUFFIX)',
],
'files': [
- 'format_test_data/',
- '<(PRODUCT_DIR)/gn_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/ipc_mojo_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
« no previous file with comments | « ipc/mojo/ipc_mojo.gyp ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698