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

Unified Diff: sync/sync_core.gypi

Issue 15764010: Experimental functionize patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync: Expose sync functionality as functions Created 7 years, 6 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/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 5d0bac966c20682ca8403c9e5854daba3150c194..4e8d953701a753903e111d1562d7e086b404d0a9 100644
--- a/sync/sync_core.gypi
+++ b/sync/sync_core.gypi
@@ -44,8 +44,8 @@
'engine/conflict_resolver.h',
'engine/conflict_util.cc',
'engine/conflict_util.h',
- 'engine/download_updates_command.cc',
- 'engine/download_updates_command.h',
+ 'engine/download.cc',
+ 'engine/download.h',
'engine/get_commit_ids_command.cc',
'engine/get_commit_ids_command.h',
'engine/model_changing_syncer_command.cc',
« no previous file with comments | « sync/sessions/test_util.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698