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

Unified Diff: components/components_tests.gyp

Issue 986503002: components/metrics: Add runtime memory leak detector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace tcmalloc's wrappers with pthread_spinlock and standard allocator (no more tcmalloc changes) Created 5 years, 3 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 9e8e7cbd9ba60b356c8c23f3373ba2204ade1802..d2d0b3d8307aaa2f62373acafbf4d84ae3d79ec9 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -328,6 +328,13 @@
'metrics/profiler/profiler_metrics_provider_unittest.cc',
'metrics/profiler/tracking_synchronizer_unittest.cc',
],
+ 'metrics_leak_detector_unittest_sources': [
+ '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_impl_unittest.cc',
+ 'metrics/leak_detector/ranked_list_unittest.cc',
+ ],
'mime_util_unittest_sources': [
'mime_util/mime_util_unittest.cc',
],
@@ -1230,6 +1237,7 @@
'wifi_sync/wifi_credential_unittest.cc',
'wifi_sync/wifi_security_class_chromeos_unittest.cc',
'wifi_sync/wifi_security_class_unittest.cc',
+ '<@(metrics_leak_detector_unittest_sources)',
'<@(ownership_unittest_sources)',
],
'sources!': [
@@ -1237,6 +1245,7 @@
],
'dependencies': [
'../chromeos/chromeos.gyp:chromeos_test_support',
+ 'components.gyp:metrics_leak_detector',
'components.gyp:ownership',
'components.gyp:pairing',
'components.gyp:user_manager_test_support',
« build/common.gypi ('K') | « build/common.gypi ('k') | components/metrics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698