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

Unified Diff: mojo/mojo_public_system_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 | « mojo/mojo_public_bindings_unittests.isolate ('k') | mojo/mojo_system_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public_system_unittests.isolate
diff --git a/mojo/mojo_public_system_unittests.isolate b/mojo/mojo_public_system_unittests.isolate
index 73b8c0052fc7f4210a5e5f0a755e8c6744aa0888..87099f6024250d0c55ef550de111b5de2ef8deee 100644
--- a/mojo/mojo_public_system_unittests.isolate
+++ b/mojo/mojo_public_system_unittests.isolate
@@ -3,7 +3,7 @@
# found in the LICENSE file.
{
'includes': [
- '../base/base.isolate',
+ '../mojo/mojo.isolate',
],
'conditions': [
['OS=="win" or OS=="mac" or OS=="linux"', {
@@ -19,26 +19,5 @@
],
},
}],
- ['OS=="win"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/mojo_public_test_support.dll',
- ],
- },
- }],
- ['OS=="linux"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/lib/libmojo_public_test_support.so',
- ],
- },
- }],
- ['OS=="mac"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/libmojo_public_test_support.dylib',
- ],
- },
- }],
],
}
« no previous file with comments | « mojo/mojo_public_bindings_unittests.isolate ('k') | mojo/mojo_system_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698