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

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: Rebased 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index 5a3215053e4bc6c16dc336d9ae7c507a109fde4d..297aaf1b93c31d4ff340a08b9dcf78ab8c779fd0 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -94,6 +94,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',
@@ -107,6 +109,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',
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698