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

Unified Diff: mojo/mojo_common_unittests.isolate

Issue 1235763002: Convert mojo_common_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
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 | « mojo/mojo_base.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: mojo/mojo_common_unittests.isolate
diff --git a/mojo/mojo_js_unittests.isolate b/mojo/mojo_common_unittests.isolate
similarity index 71%
copy from mojo/mojo_js_unittests.isolate
copy to mojo/mojo_common_unittests.isolate
index 2b3131b2b3c67885c50d58942d6fcc391410a5d4..4b9e0d63248556ac55aae3419755d3f7e454bb78 100644
--- a/mojo/mojo_js_unittests.isolate
+++ b/mojo/mojo_common_unittests.isolate
@@ -1,4 +1,4 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
@@ -10,17 +10,13 @@
'variables': {
'command': [
'../testing/test_env.py',
- '<(PRODUCT_DIR)/mojo_js_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/mojo_common_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
],
'files': [
- '../gin/test/expect.js',
'../testing/test_env.py',
- '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/',
- '<(PRODUCT_DIR)/mojo_js_unittests<(EXECUTABLE_SUFFIX)',
- 'bindings/js/',
- 'public/js/bindings/',
+ '<(PRODUCT_DIR)/mojo_common_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
« no previous file with comments | « mojo/mojo_base.gyp ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698