summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-02 04:17:38 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-02 04:17:38 +0000
commit3d807d391319ce5b97e75c77a131c802fe184ccc (patch)
treea77da2bde1330e94e1b9e165f3d2ea32b8f84e63 /chrome/chrome.gyp
parent2f6d64de8b337131d31aa488eed54a353e241e16 (diff)
downloadchromium_src-3d807d391319ce5b97e75c77a131c802fe184ccc.zip
chromium_src-3d807d391319ce5b97e75c77a131c802fe184ccc.tar.gz
chromium_src-3d807d391319ce5b97e75c77a131c802fe184ccc.tar.bz2
sync: add CleanupDisabledTypesCommand to purge data pertaining to previously
synced data types that the user has disabled. Despite my attempt at simplifying the purge code in Directory[BackingStore], I had to go back to my first attempt with DeleteEntries (which was previously reviewed separately), with a few extra gotchas in Directory::PurgeEntriesWithTypeIn. BUG=40252 TEST=CleanupDisabledTypesCommandTest, SyncableDirectoryTest, DirectoryBackingStoreTest Review URL: http://codereview.chromium.org/2865022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51491 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 55a3894..9427025 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -838,6 +838,8 @@
'browser/sync/engine/build_commit_command.h',
'browser/sync/engine/change_reorder_buffer.cc',
'browser/sync/engine/change_reorder_buffer.h',
+ 'browser/sync/engine/cleanup_disabled_types_command.cc',
+ 'browser/sync/engine/cleanup_disabled_types_command.h',
'browser/sync/engine/conflict_resolver.cc',
'browser/sync/engine/conflict_resolver.h',
'browser/sync/engine/download_updates_command.cc',