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", |