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

Unified Diff: components/metrics/BUILD.gn

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/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 13701ba3e2b6489746c7c90fbf3be3c66e66ea09..9b0c91ef7cd9fc46afa375e8b9283a9e79d1ef1a 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -121,6 +121,8 @@ if (is_chromeos) {
"leak_detector/custom_allocator.h",
"leak_detector/leak_analyzer.cc",
"leak_detector/leak_analyzer.h",
+ "leak_detector/leak_detector.cc",
+ "leak_detector/leak_detector.h",
"leak_detector/leak_detector_impl.cc",
"leak_detector/leak_detector_impl.h",
"leak_detector/leak_detector_value_type.cc",
@@ -283,6 +285,7 @@ if (is_chromeos) {
"leak_detector/call_stack_table_unittest.cc",
"leak_detector/leak_analyzer_unittest.cc",
"leak_detector/leak_detector_impl_unittest.cc",
+ "leak_detector/leak_detector_unittest.cc",
"leak_detector/ranked_list_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698