| Index: mojo/mojo_public_utility_unittests.isolate
|
| diff --git a/third_party/mojo/mojo_public_utility_unittests.isolate b/mojo/mojo_public_utility_unittests.isolate
|
| similarity index 89%
|
| rename from third_party/mojo/mojo_public_utility_unittests.isolate
|
| rename to mojo/mojo_public_utility_unittests.isolate
|
| index 50d5348721e8bbea1efcf95c17120f73e555216e..d3fccf99a70123a902f024a069d4b80d4d629ce1 100644
|
| --- a/third_party/mojo/mojo_public_utility_unittests.isolate
|
| +++ b/mojo/mojo_public_utility_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_utility_unittests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| ],
|
| 'files': [
|
| - '../../testing/test_env.py',
|
| + '../testing/test_env.py',
|
| ],
|
| },
|
| }],
|
|
|