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

Unified Diff: components/sync_driver.gypi

Issue 1308313003: Componentize chrome/common/sync_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index 99dcdf8b769ff81f36382cb7ebc0a41562f94a9e..857a434d6e44ad0b610c1eb9ebf6a2176fe8811c 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -89,6 +89,8 @@
'sync_driver/sync_api_component_factory.h',
'sync_driver/sync_client.cc',
'sync_driver/sync_client.h',
+ 'sync_driver/sync_driver_switches.cc',
+ 'sync_driver/sync_driver_switches.h',
'sync_driver/sync_error_controller.cc',
'sync_driver/sync_error_controller.h',
'sync_driver/sync_frontend.cc',
@@ -102,6 +104,8 @@
'sync_driver/sync_service_utils.h',
'sync_driver/sync_stopped_reporter.cc',
'sync_driver/sync_stopped_reporter.h',
+ 'sync_driver/sync_util.cc',
+ 'sync_driver/sync_util.h',
'sync_driver/system_encryptor.cc',
'sync_driver/system_encryptor.h',
'sync_driver/tab_node_pool.cc',

Powered by Google App Engine
This is Rietveld 408576698