Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: components/sync/sync_unit_tests.isolate

Issue 2156693002: [Sync] //components/sync internal changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/sync_tests.gypi ('k') | components/sync/sync_unit_tests_apk.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/',
],
},
}],
« no previous file with comments | « components/sync/sync_tests.gypi ('k') | components/sync/sync_unit_tests_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698