summaryrefslogtreecommitdiffstats
path: root/sync/sync_core.gypi
diff options
context:
space:
mode:
authorrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-07 14:13:23 +0000
committerrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-07 14:13:23 +0000
commit560009ea7a478c9ee7e2ffa721938606131c8e72 (patch)
tree58416b23eacdeca369510e45ceb3d0244ce9d78a /sync/sync_core.gypi
parent43a0e55c109e0c41580f42a7d9d4d3f955d089cb (diff)
downloadchromium_src-560009ea7a478c9ee7e2ffa721938606131c8e72.zip
chromium_src-560009ea7a478c9ee7e2ffa721938606131c8e72.tar.gz
chromium_src-560009ea7a478c9ee7e2ffa721938606131c8e72.tar.bz2
sync: Cleanups in and around directory.h
- Remove MockDirectorySyncerCommand (not used). - Remove MockDirectory (used only by MockDirectorySyncerCommand). - Remove Directory::InitKernelForTest (used only by MockDirectory). - Merge ChildHandles and UnsyncedMetahandles typedefs into a single Metahandles typedef. - Rearrange declarations in directory.h to match Google C++ style. - Create scoped_kernel_lock.cc; move related definitions from directory.cc to this new file. - Use DISALLOW_COPY_AND_ASSIGN instead of declaring an undefined Directory::operator= manually. BUG=245931 Review URL: https://chromiumcodereview.appspot.com/16591002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/sync_core.gypi')
-rw-r--r--sync/sync_core.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/sync_core.gypi b/sync/sync_core.gypi
index 0ff7b4b..3191855 100644
--- a/sync/sync_core.gypi
+++ b/sync/sync_core.gypi
@@ -139,6 +139,7 @@
'syncable/on_disk_directory_backing_store.h',
'syncable/parent_child_index.cc',
'syncable/parent_child_index.h',
+ 'syncable/scoped_kernel_lock.cc',
'syncable/scoped_kernel_lock.h',
'syncable/scoped_parent_child_index_updater.cc',
'syncable/scoped_parent_child_index_updater.h',