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

Unified Diff: components/metrics.gypi

Issue 1868193003: Store alloc history data in memory leak report protobuf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@leak-history
Patch Set: Add dependency on protobufs to leak detector tests Created 4 years, 8 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 | « chrome/browser/metrics/leak_detector_controller_unittest.cc ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics.gypi
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 959f0522511e6867f095ce4f7ba208248db03d9b..185ee54e233d9f65d06cc6aa0b8f732e111ca747 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -252,6 +252,7 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ 'component_metrics_proto',
],
'sources': [
'metrics/leak_detector/call_stack_manager.cc',
« no previous file with comments | « chrome/browser/metrics/leak_detector_controller_unittest.cc ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698