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

Unified Diff: sync/sync_core.gypi

Issue 38803003: sync: Implement per-type update processing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 7 years, 2 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 | « sync/sessions/sync_session_context.cc ('k') | sync/sync_tests.gypi » ('j') | 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 0d5cca740cdb8ca50f30390aaa72794ff83ea664..5d6d9894f46cd3a09e311968806c43e32cf5d7dd 100644
--- a/sync/sync_core.gypi
+++ b/sync/sync_core.gypi
@@ -40,6 +40,8 @@
'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',
@@ -60,10 +62,8 @@
'engine/net/url_translator.h',
'engine/nudge_source.cc',
'engine/nudge_source.h',
- 'engine/process_updates_command.cc',
- 'engine/process_updates_command.h',
- 'engine/store_timestamps_command.cc',
- 'engine/store_timestamps_command.h',
+ 'engine/process_updates_util.cc',
+ 'engine/process_updates_util.h',
'engine/sync_engine_event.cc',
'engine/sync_engine_event.h',
'engine/sync_scheduler.cc',
« no previous file with comments | « sync/sessions/sync_session_context.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698