| Index: components/sync/BUILD.gn
|
| diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
|
| index 28e1a0eb3bf9122e94b878b75405aef583041c55..90801bc5471d18795cda65a27d4d9eb3aa4f8c1a 100644
|
| --- a/components/sync/BUILD.gn
|
| +++ b/components/sync/BUILD.gn
|
| @@ -467,6 +467,8 @@ static_library("sync") {
|
| "model_impl/shared_model_type_processor.h",
|
| "protocol/proto_enum_conversions.cc",
|
| "protocol/proto_enum_conversions.h",
|
| + "protocol/proto_memory_estimations.cc",
|
| + "protocol/proto_memory_estimations.h",
|
| "protocol/proto_value_conversions.cc",
|
| "protocol/proto_value_conversions.h",
|
| "protocol/proto_visitors.h",
|
|
|