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

Unified Diff: services/shell/mojo_shell_unittests.isolate

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 | « services/catalog/BUILD.gn ('k') | services/shell/shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/mojo_shell_unittests.isolate
diff --git a/google_apis/google_apis_unittests.isolate b/services/shell/mojo_shell_unittests.isolate
similarity index 69%
copy from google_apis/google_apis_unittests.isolate
copy to services/shell/mojo_shell_unittests.isolate
index 5d9e22e8ba96da5edbf6590fcc064ace809420ad..bc4dc772c96779c3b771af8b0db579a352e4627d 100644
--- a/google_apis/google_apis_unittests.isolate
+++ b/services/shell/mojo_shell_unittests.isolate
@@ -3,20 +3,19 @@
# found in the LICENSE file.
{
'includes': [
- '../base/base.isolate',
+ '../../mojo/mojo.isolate',
],
'conditions': [
['OS=="win" or OS=="mac" or OS=="linux"', {
'variables': {
'command': [
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/google_apis_unittests<(EXECUTABLE_SUFFIX)',
+ '../../testing/test_env.py',
+ '<(PRODUCT_DIR)/mojo_shell_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
],
'files': [
- '../testing/test_env.py',
- 'test/',
+ '../../testing/test_env.py',
],
},
}],
« no previous file with comments | « services/catalog/BUILD.gn ('k') | services/shell/shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698