| Index: third_party/mojo/mojo_public_bindings_unittests.isolate
|
| diff --git a/mojo/mojo_common_unittests.isolate b/third_party/mojo/mojo_public_bindings_unittests.isolate
|
| similarity index 76%
|
| copy from mojo/mojo_common_unittests.isolate
|
| copy to third_party/mojo/mojo_public_bindings_unittests.isolate
|
| index 25f6a2249a1317c2e64190987c0bbb60731098e5..4da787c633270150ce29af2f3cf95702e7d7f04b 100644
|
| --- a/mojo/mojo_common_unittests.isolate
|
| +++ b/third_party/mojo/mojo_public_bindings_unittests.isolate
|
| @@ -3,20 +3,20 @@
|
| # 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',
|
| - '<(PRODUCT_DIR)/mojo_common_unittests<(EXECUTABLE_SUFFIX)',
|
| + '../../testing/test_env.py',
|
| + '<(PRODUCT_DIR)/mojo_public_bindings_unittests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| ],
|
| 'files': [
|
| - '../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/mojo_common_unittests<(EXECUTABLE_SUFFIX)',
|
| + '../../testing/test_env.py',
|
| + '<(PRODUCT_DIR)/mojo_public_bindings_unittests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
| }],
|
|
|