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

Unified Diff: components/sync/BUILD.gn

Issue 2382443006: Sync MDP: implement MemoryDumpProvider
Patch Set: Created 4 years, 3 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
« no previous file with comments | « base/trace_event/memory_usage_estimators.h ('k') | components/sync/base/proto_value_ptr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « base/trace_event/memory_usage_estimators.h ('k') | components/sync/base/proto_value_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698