Index: components/sync/BUILD.gn |
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn |
index c09a70b7b0bba4eb1a0bc1492e25a5f17e299bed..501b3689023d9640e25f958b1cc42be19e05b6c6 100644 |
--- a/components/sync/BUILD.gn |
+++ b/components/sync/BUILD.gn |
@@ -474,6 +474,8 @@ static_library("sync") { |
"protocol/proto_enum_conversions.h", |
"protocol/proto_old_value_conversions.cc", |
"protocol/proto_old_value_conversions.h", |
+ "protocol/proto_size_estimations.cc", |
+ "protocol/proto_size_estimations.h", |
"protocol/proto_value_conversions.cc", |
"protocol/proto_value_conversions.h", |
"protocol/sync_protocol_error.cc", |
@@ -886,6 +888,7 @@ source_set("unit_tests") { |
"js/sync_js_controller_unittest.cc", |
"protocol/proto_compare_value_conversions_unittest.cc", |
"protocol/proto_enum_conversions_unittest.cc", |
+ "protocol/proto_size_estimations_unittest.cc", |
"protocol/proto_unittest_serialized_data.cc", |
"protocol/proto_unittest_serialized_data.h", |
"protocol/proto_value_conversions_unittest.cc", |