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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'metrics/persisted_logs_unittest.cc', 358 'metrics/persisted_logs_unittest.cc',
359 'metrics/profiler/profiler_metrics_provider_unittest.cc', 359 'metrics/profiler/profiler_metrics_provider_unittest.cc',
360 'metrics/profiler/tracking_synchronizer_unittest.cc', 360 'metrics/profiler/tracking_synchronizer_unittest.cc',
361 'metrics/stability_metrics_helper_unittest.cc', 361 'metrics/stability_metrics_helper_unittest.cc',
362 'metrics/ui/screen_info_metrics_provider_unittest.cc', 362 'metrics/ui/screen_info_metrics_provider_unittest.cc',
363 ], 363 ],
364 'metrics_leak_detector_unittest_sources': [ 364 'metrics_leak_detector_unittest_sources': [
365 'metrics/leak_detector/call_stack_manager_unittest.cc', 365 'metrics/leak_detector/call_stack_manager_unittest.cc',
366 'metrics/leak_detector/call_stack_table_unittest.cc', 366 'metrics/leak_detector/call_stack_table_unittest.cc',
367 'metrics/leak_detector/leak_analyzer_unittest.cc', 367 'metrics/leak_detector/leak_analyzer_unittest.cc',
368 'metrics/leak_detector/leak_detector_unittest.cc',
368 'metrics/leak_detector/leak_detector_impl_unittest.cc', 369 'metrics/leak_detector/leak_detector_impl_unittest.cc',
369 'metrics/leak_detector/ranked_list_unittest.cc', 370 'metrics/leak_detector/ranked_list_unittest.cc',
370 ], 371 ],
371 'mime_util_unittest_sources': [ 372 'mime_util_unittest_sources': [
372 'mime_util/mime_util_unittest.cc', 373 'mime_util/mime_util_unittest.cc',
373 ], 374 ],
374 'nacl_unittest_sources': [ 375 'nacl_unittest_sources': [
375 'nacl/browser/nacl_file_host_unittest.cc', 376 'nacl/browser/nacl_file_host_unittest.cc',
376 'nacl/browser/nacl_process_host_unittest.cc', 377 'nacl/browser/nacl_process_host_unittest.cc',
377 'nacl/browser/nacl_validation_cache_unittest.cc', 378 'nacl/browser/nacl_validation_cache_unittest.cc',
(...skipping 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after
1869 'dependencies': [ 1870 'dependencies': [
1870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1871 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1871 ], 1872 ],
1872 }], 1873 }],
1873 ], 1874 ],
1874 }, 1875 },
1875 ], 1876 ],
1876 }], 1877 }],
1877 ], 1878 ],
1878 } 1879 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698