| Index: components/sync/sync_unit_tests.isolate
|
| diff --git a/google_apis/gcm/gcm_unit_tests.isolate b/components/sync/sync_unit_tests.isolate
|
| similarity index 66%
|
| copy from google_apis/gcm/gcm_unit_tests.isolate
|
| copy to components/sync/sync_unit_tests.isolate
|
| index ecd9dd2ff939d26c5a630ba8fe309de48d9615dd..b1806521e6cfddb9bac30f3c11595a9d999e1f41 100644
|
| --- a/google_apis/gcm/gcm_unit_tests.isolate
|
| +++ b/components/sync/sync_unit_tests.isolate
|
| @@ -7,7 +7,7 @@
|
| 'variables': {
|
| 'command': [
|
| '../../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/gcm_unit_tests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/sync_unit_tests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| '--asan=<(asan)',
|
| @@ -15,7 +15,13 @@
|
| '--tsan=<(tsan)',
|
| ],
|
| 'files': [
|
| + '../../chrome/test/data/sync/',
|
| + '../../net/tools/testserver/',
|
| '../../testing/test_env.py',
|
| + '../../third_party/pyftpdlib/',
|
| + '../../third_party/pywebsocket/',
|
| + '../../third_party/tlslite/',
|
| + '<(PRODUCT_DIR)/pyproto/google/',
|
| ],
|
| },
|
| }],
|
|
|