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

Unified Diff: sync/sync_core.gypi

Issue 93433006: sync: Introduce ModelTypeRegistry and helpers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split the type manager Created 7 years 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
« sync/engine/updater_list.cc ('K') | « sync/sessions/sync_session_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_core.gypi
diff --git a/sync/sync_core.gypi b/sync/sync_core.gypi
index f4912fe055c81bf2d335e1f0d411a2e1cafe7c90..a642c18a4b7411f7f5d25f376e6f2794d4791db7 100644
--- a/sync/sync_core.gypi
+++ b/sync/sync_core.gypi
@@ -34,16 +34,12 @@
'engine/apply_control_data_updates.h',
'engine/backoff_delay_provider.cc',
'engine/backoff_delay_provider.h',
- 'engine/commit_util.cc',
- 'engine/commit_util.h',
'engine/commit.cc',
'engine/commit.h',
- 'engine/sync_directory_update_handler.cc',
- 'engine/sync_directory_update_handler.h',
- 'engine/sync_directory_commit_contribution.cc',
- 'engine/sync_directory_commit_contribution.h',
- 'engine/sync_directory_commit_contributor.cc',
- 'engine/sync_directory_commit_contributor.h',
+ 'engine/commit_util.cc',
+ 'engine/commit_util.h',
+ 'engine/committer_list.cc',
+ 'engine/committer_list.h',
'engine/conflict_resolver.cc',
'engine/conflict_resolver.h',
'engine/conflict_util.cc',
@@ -60,6 +56,12 @@
'engine/nudge_source.h',
'engine/process_updates_util.cc',
'engine/process_updates_util.h',
+ 'engine/sync_directory_commit_contribution.cc',
+ 'engine/sync_directory_commit_contribution.h',
+ 'engine/sync_directory_commit_contributor.cc',
+ 'engine/sync_directory_commit_contributor.h',
+ 'engine/sync_directory_update_handler.cc',
+ 'engine/sync_directory_update_handler.h',
'engine/sync_engine_event.cc',
'engine/sync_engine_event.h',
'engine/sync_scheduler.cc',
@@ -79,6 +81,8 @@
'engine/traffic_recorder.h',
'engine/update_applicator.cc',
'engine/update_applicator.h',
+ 'engine/updater_list.cc',
+ 'engine/updater_list.h',
'js/js_arg_list.cc',
'js/js_arg_list.h',
'js/js_backend.h',
« sync/engine/updater_list.cc ('K') | « sync/sessions/sync_session_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698