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