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

Unified Diff: components/sync_driver.gypi

Issue 195873020: [Sync] Move SyncPrefs into sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rerererebase Created 6 years, 9 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/DEPS » ('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 f663734177d25b2d34314f0d76e97d329b510828..28a3b3d9f1dc8194578ae10b02c7951da715227a 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -31,10 +31,14 @@
'sync_driver/model_association_manager.cc',
'sync_driver/model_association_manager.h',
'sync_driver/model_associator.h',
+ 'sync_driver/pref_names.cc',
+ 'sync_driver/pref_names.h',
'sync_driver/proxy_data_type_controller.cc',
'sync_driver/proxy_data_type_controller.h',
'sync_driver/sync_frontend.cc',
'sync_driver/sync_frontend.h',
+ 'sync_driver/sync_prefs.cc',
+ 'sync_driver/sync_prefs.h',
'sync_driver/system_encryptor.cc',
'sync_driver/system_encryptor.h',
'sync_driver/user_selectable_sync_type.h',
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698