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

Unified Diff: components/sync/BUILD.gn

Issue 2452713003: [Sync] Implement MemoryDumpProvider. (Closed)
Patch Set: Fix presumit; fix Windows; git cl format Created 4 years, 1 month 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_estimator.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 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",
« no previous file with comments | « base/trace_event/memory_usage_estimator.h ('k') | components/sync/base/proto_value_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698