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

Unified Diff: third_party/mojo/mojo_public_bindings_unittests.isolate

Issue 1231283003: Convert mojo_public_bindings_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 | « third_party/mojo/mojo_edk_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/mojo_public_bindings_unittests.isolate
diff --git a/mojo/mojo_common_unittests.isolate b/third_party/mojo/mojo_public_bindings_unittests.isolate
similarity index 76%
copy from mojo/mojo_common_unittests.isolate
copy to third_party/mojo/mojo_public_bindings_unittests.isolate
index 25f6a2249a1317c2e64190987c0bbb60731098e5..4da787c633270150ce29af2f3cf95702e7d7f04b 100644
--- a/mojo/mojo_common_unittests.isolate
+++ b/third_party/mojo/mojo_public_bindings_unittests.isolate
@@ -3,20 +3,20 @@
# found in the LICENSE file.
{
'includes': [
- '../base/base.isolate',
+ '../../base/base.isolate',
],
'conditions': [
['OS=="win" or OS=="mac" or OS=="linux"', {
'variables': {
'command': [
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/mojo_common_unittests<(EXECUTABLE_SUFFIX)',
+ '../../testing/test_env.py',
+ '<(PRODUCT_DIR)/mojo_public_bindings_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
],
'files': [
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/mojo_common_unittests<(EXECUTABLE_SUFFIX)',
+ '../../testing/test_env.py',
+ '<(PRODUCT_DIR)/mojo_public_bindings_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
« no previous file with comments | « third_party/mojo/mojo_edk_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698