summaryrefslogtreecommitdiffstats
path: root/sync/sync_tests.gypi
diff options
context:
space:
mode:
authorpavely <pavely@chromium.org>2015-11-12 15:55:27 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-12 23:57:12 +0000
commitd88f80efd9b66130adf721f01ff355db57829c7e (patch)
treed46af9127c0bc1c19e687a504c977fcb7c9e4988 /sync/sync_tests.gypi
parentf4106b804bd4a023c044de4a6b2c4f5e564b0954 (diff)
downloadchromium_src-d88f80efd9b66130adf721f01ff355db57829c7e.zip
chromium_src-d88f80efd9b66130adf721f01ff355db57829c7e.tar.gz
chromium_src-d88f80efd9b66130adf721f01ff355db57829c7e.tar.bz2
[Sync] Implementation of ModelTypeStoreBackend
I'm adding implementation of ModelTypeStoreBackend. The object lives on backend thread and performs actual calls to leveldb. ModelTypeStoreImpl will use interface of backend to work with database. Implementation of ModelTypeStoreImpl methods that work with this backend will be landed in separate CL. R=stanisc@chromium.org BUG=517663 TEST=Covered by sync_unit_tests. No externally observable behavior. Review URL: https://codereview.chromium.org/1436573002 Cr-Commit-Position: refs/heads/master@{#359442}
Diffstat (limited to 'sync/sync_tests.gypi')
-rw-r--r--sync/sync_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index d425408..e7eceec 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -300,6 +300,7 @@
'internal_api/js_mutation_event_observer_unittest.cc',
'internal_api/js_sync_encryption_handler_observer_unittest.cc',
'internal_api/js_sync_manager_observer_unittest.cc',
+ 'internal_api/model_type_store_backend_unittest.cc',
'internal_api/model_type_store_impl_unittest.cc',
'internal_api/protocol_event_buffer_unittest.cc',
'internal_api/public/base/attachment_id_proto_unittest.cc',