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

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: 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
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index 7a92c7fd517944d4364fea5c08b381ab55eaa73c..bbdf353f84fcd928bbf8243168adbb6f0ab075be 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',

Powered by Google App Engine
This is Rietveld 408576698