summaryrefslogtreecommitdiffstats
path: root/sync/sync_tests.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_tests.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_tests.gypi')
-rw-r--r--sync/sync_tests.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index fc5f317..110c955 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -31,8 +31,6 @@
'js/js_test_util.h',
'sessions/test_util.cc',
'sessions/test_util.h',
- 'syncable/syncable_mock.cc',
- 'syncable/syncable_mock.h',
'test/callback_counter.h',
'test/engine/fake_model_worker.cc',
'test/engine/fake_model_worker.h',