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

Unified Diff: components/sync/BUILD.gn

Issue 2794413002: [USS] Add SyncMetadataStore interface (Closed)
Patch Set: update names Created 3 years, 8 months 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: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index a941fa2220d93aa60fb0bcc5c1265452dd95748b..2f4ccad94f543264bdbdd68f1af2fe331eabb0c7 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -461,6 +461,7 @@ static_library("sync") {
"model/sync_error_factory.h",
"model/sync_merge_result.cc",
"model/sync_merge_result.h",
+ "model/sync_metadata_store.h",
"model/syncable_service.cc",
"model/syncable_service.h",
"model/time.h",
@@ -481,6 +482,8 @@ static_library("sync") {
"model_impl/processor_entity_tracker.h",
"model_impl/shared_model_type_processor.cc",
"model_impl/shared_model_type_processor.h",
+ "model_impl/sync_metadata_store_change_list.cc",
+ "model_impl/sync_metadata_store_change_list.h",
"protocol/proto_enum_conversions.cc",
"protocol/proto_enum_conversions.h",
"protocol/proto_memory_estimations.cc",
« no previous file with comments | « components/autofill/core/browser/webdata/autofill_table.h ('k') | components/sync/model/sync_metadata_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698