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

Unified Diff: chrome/chrome_browser.gypi

Issue 6905044: Refactor preference syncing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really fix. And rebase Created 9 years, 7 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 | « chrome/browser/web_resource/web_resource_service.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 6b5f1fa211a5b40c61c89c3ea784980389d02d97..556d94a95da4b660fc10dda4c63de86304e81f41 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1595,6 +1595,8 @@
'browser/prefs/pref_change_registrar.h',
'browser/prefs/pref_member.cc',
'browser/prefs/pref_member.h',
+ 'browser/prefs/pref_model_associator.cc',
+ 'browser/prefs/pref_model_associator.h',
'browser/prefs/pref_notifier.h',
'browser/prefs/pref_notifier_impl.cc',
'browser/prefs/pref_notifier_impl.h',
@@ -1939,6 +1941,8 @@
'browser/sync/glue/foreign_session_tracker.h',
'browser/sync/glue/frontend_data_type_controller.cc',
'browser/sync/glue/frontend_data_type_controller.h',
+ 'browser/sync/glue/generic_change_processor.cc',
+ 'browser/sync/glue/generic_change_processor.h',
'browser/sync/glue/history_model_worker.cc',
'browser/sync/glue/history_model_worker.h',
'browser/sync/glue/http_bridge.cc',
@@ -1954,12 +1958,8 @@
'browser/sync/glue/password_model_associator.h',
'browser/sync/glue/password_model_worker.cc',
'browser/sync/glue/password_model_worker.h',
- 'browser/sync/glue/preference_change_processor.cc',
- 'browser/sync/glue/preference_change_processor.h',
'browser/sync/glue/preference_data_type_controller.cc',
'browser/sync/glue/preference_data_type_controller.h',
- 'browser/sync/glue/preference_model_associator.cc',
- 'browser/sync/glue/preference_model_associator.h',
'browser/sync/glue/session_change_processor.cc',
'browser/sync/glue/session_change_processor.h',
'browser/sync/glue/session_data_type_controller.cc',
@@ -1968,7 +1968,6 @@
'browser/sync/glue/session_model_associator.h',
'browser/sync/glue/sync_backend_host.cc',
'browser/sync/glue/sync_backend_host.h',
- 'browser/sync/glue/synchronized_preferences.h',
'browser/sync/glue/theme_change_processor.cc',
'browser/sync/glue/theme_change_processor.h',
'browser/sync/glue/theme_data_type_controller.cc',
@@ -1997,6 +1996,8 @@
'browser/sync/profile_sync_service_observer.h',
'browser/sync/signin_manager.cc',
'browser/sync/signin_manager.h',
+ 'browser/sync/syncable_service.cc',
+ 'browser/sync/syncable_service.h',
'browser/sync/sync_setup_flow.cc',
'browser/sync/sync_setup_flow.h',
'browser/sync/sync_setup_flow_handler.h',
« no previous file with comments | « chrome/browser/web_resource/web_resource_service.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698