| Index: mojo/mojo_public_environment_unittests.isolate
|
| diff --git a/third_party/mojo/mojo_public_environment_unittests.isolate b/mojo/mojo_public_environment_unittests.isolate
|
| similarity index 89%
|
| rename from third_party/mojo/mojo_public_environment_unittests.isolate
|
| rename to mojo/mojo_public_environment_unittests.isolate
|
| index 3f20b221d54ea818e143384b4f720e42ebd52bf5..d4922718792be90dd5ee257e6d6b15f2ad599524 100644
|
| --- a/third_party/mojo/mojo_public_environment_unittests.isolate
|
| +++ b/mojo/mojo_public_environment_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_environment_unittests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| ],
|
| 'files': [
|
| - '../../testing/test_env.py',
|
| + '../testing/test_env.py',
|
| ],
|
| },
|
| }],
|
|
|