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

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: Fix compile warning Created 7 years, 3 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: sync/sync_core.gypi
diff --git a/sync/sync_core.gypi b/sync/sync_core.gypi
index 29650bf0794f1e7a362e45bdf5cf6530f9b1f466..42ccdac7c482f5fa6af5d0ed204246e3457d0853 100644
--- a/sync/sync_core.gypi
+++ b/sync/sync_core.gypi
@@ -40,6 +40,10 @@
'engine/build_commit_command.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',
@@ -104,8 +108,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',

Powered by Google App Engine
This is Rietveld 408576698