Index: ipc/mojo/ipc_mojo_unittests.isolate |
diff --git a/google_apis/google_apis_unittests.isolate b/ipc/mojo/ipc_mojo_unittests.isolate |
similarity index 69% |
copy from google_apis/google_apis_unittests.isolate |
copy to ipc/mojo/ipc_mojo_unittests.isolate |
index 5d9e22e8ba96da5edbf6590fcc064ace809420ad..9f272257180f7f1b2535f2a4dbdd4321417c6b70 100644 |
--- a/google_apis/google_apis_unittests.isolate |
+++ b/ipc/mojo/ipc_mojo_unittests.isolate |
@@ -3,20 +3,19 @@ |
# found in the LICENSE file. |
{ |
'includes': [ |
- '../base/base.isolate', |
+ '../../mojo/mojo.isolate', |
], |
'conditions': [ |
['OS=="win" or OS=="mac" or OS=="linux"', { |
'variables': { |
'command': [ |
- '../testing/test_env.py', |
- '<(PRODUCT_DIR)/google_apis_unittests<(EXECUTABLE_SUFFIX)', |
+ '../../testing/test_env.py', |
+ '<(PRODUCT_DIR)/ipc_mojo_unittests<(EXECUTABLE_SUFFIX)', |
'--brave-new-test-launcher', |
'--test-launcher-bot-mode', |
], |
'files': [ |
- '../testing/test_env.py', |
- 'test/', |
+ '../../testing/test_env.py', |
], |
}, |
}], |