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

Unified Diff: sync/sync_core.gypi

Issue 23809005: sync: Implement per-type GetCommitIds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary whitespace 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
« sync/engine/get_commit_ids.cc ('K') | « sync/engine/syncer_unittest.cc ('k') | no next file » | 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 2b97fe7e74a956f72e0df824b3d63ff046900d79..95b3ff8baec85d1d8aa9ed72b36bb96f9730a856 100644
--- a/sync/sync_core.gypi
+++ b/sync/sync_core.gypi
@@ -46,8 +46,8 @@
'engine/conflict_util.h',
'engine/download.cc',
'engine/download.h',
- 'engine/get_commit_ids_command.cc',
- 'engine/get_commit_ids_command.h',
+ 'engine/get_commit_ids.cc',
+ 'engine/get_commit_ids.h',
'engine/model_changing_syncer_command.cc',
'engine/model_changing_syncer_command.h',
'engine/net/server_connection_manager.cc',
« sync/engine/get_commit_ids.cc ('K') | « sync/engine/syncer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698