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

Unified Diff: sync/sync_core.gypi

Issue 25638003: sync: Implement per-type commit interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix win compile 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 29650bf0794f1e7a362e45bdf5cf6530f9b1f466..0d5cca740cdb8ca50f30390aaa72794ff83ea664 100644
--- a/sync/sync_core.gypi
+++ b/sync/sync_core.gypi
@@ -36,10 +36,14 @@
'engine/apply_updates_and_resolve_conflicts_command.h',
'engine/backoff_delay_provider.cc',
'engine/backoff_delay_provider.h',
- 'engine/build_commit_command.cc',
- 'engine/build_commit_command.h',
+ 'engine/commit_util.cc',
+ 'engine/commit_util.h',
'engine/commit.cc',
'engine/commit.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/conflict_resolver.cc',
'engine/conflict_resolver.h',
'engine/conflict_util.cc',
@@ -56,8 +60,6 @@
'engine/net/url_translator.h',
'engine/nudge_source.cc',
'engine/nudge_source.h',
- 'engine/process_commit_response_command.cc',
- 'engine/process_commit_response_command.h',
'engine/process_updates_command.cc',
'engine/process_updates_command.h',
'engine/store_timestamps_command.cc',
@@ -104,8 +106,6 @@
'sessions/debug_info_getter.h',
'sessions/nudge_tracker.cc',
'sessions/nudge_tracker.h',
- 'sessions/ordered_commit_set.cc',
- 'sessions/ordered_commit_set.h',
'sessions/status_controller.cc',
'sessions/status_controller.h',
'sessions/sync_session.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