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

Unified Diff: components/metrics.gypi

Issue 1665553002: metrics: Connect leak detector to allocator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change LeakDetector class to be a simple singleton Created 4 years, 10 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
Index: components/metrics.gypi
diff --git a/components/metrics.gypi b/components/metrics.gypi
index b90ebc6306570a73521635f07e5e3e1ef4d0f08c..3c60154a612e7e12244d14c50f88c701cb664e56 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -259,6 +259,8 @@
'metrics/leak_detector/custom_allocator.h',
'metrics/leak_detector/leak_analyzer.cc',
'metrics/leak_detector/leak_analyzer.h',
+ 'metrics/leak_detector/leak_detector.cc',
+ 'metrics/leak_detector/leak_detector.h',
'metrics/leak_detector/leak_detector_impl.cc',
'metrics/leak_detector/leak_detector_impl.h',
'metrics/leak_detector/leak_detector_value_type.cc',

Powered by Google App Engine
This is Rietveld 408576698