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

Unified Diff: sync/sync.gyp

Issue 10210009: sync: Loop committing items without downloading updates (v2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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 | « sync/sessions/test_util.cc ('k') | sync/syncable/syncable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index f10d249a6864033c8cd68b1d380d152c1971dfb7..8bb5c2ce61cc648ee501c8e6f88aea2f30063b70 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -41,6 +41,8 @@
'engine/cleanup_disabled_types_command.h',
'engine/clear_data_command.cc',
'engine/clear_data_command.h',
+ 'engine/commit.cc',
+ 'engine/commit.h',
'engine/conflict_resolver.cc',
'engine/conflict_resolver.h',
'engine/download_updates_command.cc',
@@ -63,8 +65,6 @@
'engine/nudge_source.h',
'engine/polling_constants.cc',
'engine/polling_constants.h',
- 'engine/post_commit_message_command.cc',
- 'engine/post_commit_message_command.h',
'engine/process_commit_response_command.cc',
'engine/process_commit_response_command.h',
'engine/process_updates_command.cc',
« no previous file with comments | « sync/sessions/test_util.cc ('k') | sync/syncable/syncable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698