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

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: Refactor loop again, add comments + more 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
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 97d493e8869ea5f0edc71b8b24c5772c90da2b2c..ebe2facf53658b61c19e4bba41b73918b5fc21f0 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',

Powered by Google App Engine
This is Rietveld 408576698