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

Unified Diff: sync/sync.gyp

Issue 1421833004: [Sync] Add ModelTypeStore implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@USS.StoreInterface
Patch Set: Created 5 years, 1 month 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
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 02e72fbc2e24725b5550ee323e61a9350cc44204..86334798407b52d47de8155f82fe7c7dbd090f6a 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -218,6 +218,8 @@
'internal_api/js_sync_encryption_handler_observer.h',
'internal_api/js_sync_manager_observer.cc',
'internal_api/js_sync_manager_observer.h',
+ 'internal_api/model_type_store_backend.cc',
+ 'internal_api/model_type_store_impl.cc',
'internal_api/protocol_event_buffer.cc',
'internal_api/protocol_event_buffer.h',
'internal_api/public/activation_context.h',
@@ -289,6 +291,8 @@
'internal_api/public/internal_components_factory_impl.h',
'internal_api/public/model_type_processor.cc',
'internal_api/public/model_type_processor.h',
+ 'internal_api/public/model_type_store_backend.h',
+ 'internal_api/public/model_type_store_impl.h',
'internal_api/public/network_resources.h',
'internal_api/public/non_blocking_sync_common.cc',
'internal_api/public/non_blocking_sync_common.h',

Powered by Google App Engine
This is Rietveld 408576698