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

Unified Diff: components/components_tests.gyp

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/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 22e25682a4b5edee5651ff13567840fc85563312..7c21273620bb7b84a5b03b6e3ddf3c0c8bcde23f 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -365,6 +365,7 @@
'metrics/leak_detector/call_stack_manager_unittest.cc',
'metrics/leak_detector/call_stack_table_unittest.cc',
'metrics/leak_detector/leak_analyzer_unittest.cc',
+ 'metrics/leak_detector/leak_detector_unittest.cc',
'metrics/leak_detector/leak_detector_impl_unittest.cc',
'metrics/leak_detector/ranked_list_unittest.cc',
],

Powered by Google App Engine
This is Rietveld 408576698