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

Unified Diff: components/sync/BUILD.gn

Issue 2794413002: [USS] Add SyncMetadataStore interface (Closed)
Patch Set: 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 d58dde07da8529028a9ce320bfba47cdfb11b03c..4b6fd2bb985bf643b1e9345b2b63f04310f090be 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -438,6 +438,7 @@ static_library("sync") {
"model/metadata_batch.cc",
"model/metadata_batch.h",
"model/metadata_change_list.h",
+ "model/metadata_table.h",
"model/model_error.cc",
"model/model_error.h",
"model/model_type_change_processor.cc",
@@ -477,6 +478,8 @@ static_library("sync") {
"model_impl/model_type_store_backend.h",
"model_impl/model_type_store_impl.cc",
"model_impl/model_type_store_impl.h",
+ "model_impl/on_disk_metadata_change_list.cc",
+ "model_impl/on_disk_metadata_change_list.h",
"model_impl/passthrough_metadata_change_list.cc",
"model_impl/passthrough_metadata_change_list.h",
"model_impl/processor_entity_tracker.cc",

Powered by Google App Engine
This is Rietveld 408576698