| Index: google_apis/gcm/gcm_unit_tests.isolate
|
| diff --git a/ipc/ipc_tests.isolate b/google_apis/gcm/gcm_unit_tests.isolate
|
| similarity index 68%
|
| copy from ipc/ipc_tests.isolate
|
| copy to google_apis/gcm/gcm_unit_tests.isolate
|
| index ce9d3d678b4955e74d7e1f0b3b15285d722ab973..cf5b3026680c0c020cc6437a91bc5547d220393c 100644
|
| --- a/ipc/ipc_tests.isolate
|
| +++ b/google_apis/gcm/gcm_unit_tests.isolate
|
| @@ -6,8 +6,8 @@
|
| ['OS=="linux" or OS=="mac" or OS=="win"', {
|
| 'variables': {
|
| 'command': [
|
| - '../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/ipc_tests<(EXECUTABLE_SUFFIX)',
|
| + '../../testing/test_env.py',
|
| + '<(PRODUCT_DIR)/gcm_unit_tests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| '--asan=<(asan)',
|
| @@ -15,13 +15,13 @@
|
| '--tsan=<(tsan)',
|
| ],
|
| 'files': [
|
| - '../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/ipc_tests<(EXECUTABLE_SUFFIX)',
|
| + '../../testing/test_env.py',
|
| + '<(PRODUCT_DIR)/gcm_unit_tests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
| }],
|
| ],
|
| 'includes': [
|
| - '../base/base.isolate',
|
| + '../../base/base.isolate',
|
| ],
|
| }
|
|
|