Index: mojo/mojo_public_system_unittests.isolate |
diff --git a/third_party/mojo/mojo_public_system_unittests.isolate b/mojo/mojo_public_system_unittests.isolate |
similarity index 89% |
rename from third_party/mojo/mojo_public_system_unittests.isolate |
rename to mojo/mojo_public_system_unittests.isolate |
index 083510f1bf61dc923da980f4a4ff0309156b9505..73b8c0052fc7f4210a5e5f0a755e8c6744aa0888 100644 |
--- a/third_party/mojo/mojo_public_system_unittests.isolate |
+++ b/mojo/mojo_public_system_unittests.isolate |
@@ -3,19 +3,19 @@ |
# 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', |
+ '../testing/test_env.py', |
'<(PRODUCT_DIR)/mojo_public_system_unittests<(EXECUTABLE_SUFFIX)', |
'--brave-new-test-launcher', |
'--test-launcher-bot-mode', |
], |
'files': [ |
- '../../testing/test_env.py', |
+ '../testing/test_env.py', |
], |
}, |
}], |