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

Unified Diff: sync/sync.gyp

Issue 10823061: Revert 148792 - [Sync] Remove CleanupDisabledTypes command and move purge logic into SyncManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/sync_session_context.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
===================================================================
--- sync/sync.gyp (revision 148811)
+++ sync/sync.gyp (working copy)
@@ -76,6 +76,8 @@
'engine/apply_updates_command.h',
'engine/build_commit_command.cc',
'engine/build_commit_command.h',
+ 'engine/cleanup_disabled_types_command.cc',
+ 'engine/cleanup_disabled_types_command.h',
'engine/commit.cc',
'engine/commit.h',
'engine/conflict_resolver.cc',
@@ -559,6 +561,7 @@
'internal_api/public/util/immutable_unittest.cc',
'engine/apply_updates_command_unittest.cc',
'engine/build_commit_command_unittest.cc',
+ 'engine/cleanup_disabled_types_command_unittest.cc',
'engine/download_updates_command_unittest.cc',
'engine/model_changing_syncer_command_unittest.cc',
'engine/process_commit_response_command_unittest.cc',
« no previous file with comments | « sync/sessions/sync_session_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698