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

Side by Side Diff: components/components_tests.gyp

Issue 1472763003: Reland of: components/metrics: Add runtime memory leak detector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years 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
« no previous file with comments | « no previous file | components/metrics.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'metrics/metrics_reporting_scheduler_unittest.cc', 354 'metrics/metrics_reporting_scheduler_unittest.cc',
355 'metrics/metrics_service_unittest.cc', 355 'metrics/metrics_service_unittest.cc',
356 'metrics/metrics_state_manager_unittest.cc', 356 'metrics/metrics_state_manager_unittest.cc',
357 'metrics/net/net_metrics_log_uploader_unittest.cc', 357 'metrics/net/net_metrics_log_uploader_unittest.cc',
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': [
365 'metrics/leak_detector/call_stack_manager_unittest.cc',
366 'metrics/leak_detector/call_stack_table_unittest.cc',
367 'metrics/leak_detector/leak_analyzer_unittest.cc',
368 'metrics/leak_detector/leak_detector_impl_unittest.cc',
369 'metrics/leak_detector/ranked_list_unittest.cc',
370 ],
364 'mime_util_unittest_sources': [ 371 'mime_util_unittest_sources': [
365 'mime_util/mime_util_unittest.cc', 372 'mime_util/mime_util_unittest.cc',
366 ], 373 ],
367 'nacl_unittest_sources': [ 374 'nacl_unittest_sources': [
368 'nacl/browser/nacl_file_host_unittest.cc', 375 'nacl/browser/nacl_file_host_unittest.cc',
369 'nacl/browser/nacl_process_host_unittest.cc', 376 'nacl/browser/nacl_process_host_unittest.cc',
370 'nacl/browser/nacl_validation_cache_unittest.cc', 377 'nacl/browser/nacl_validation_cache_unittest.cc',
371 'nacl/browser/pnacl_host_unittest.cc', 378 'nacl/browser/pnacl_host_unittest.cc',
372 'nacl/browser/pnacl_translation_cache_unittest.cc', 379 'nacl/browser/pnacl_translation_cache_unittest.cc',
373 'nacl/browser/test_nacl_browser_delegate.cc', 380 'nacl/browser/test_nacl_browser_delegate.cc',
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 ['chromeos==1', { 1384 ['chromeos==1', {
1378 'sources': [ 1385 'sources': [
1379 'arc/arc_bridge_service_unittest.cc', 1386 'arc/arc_bridge_service_unittest.cc',
1380 'pairing/message_buffer_unittest.cc', 1387 'pairing/message_buffer_unittest.cc',
1381 'timers/alarm_timer_unittest.cc', 1388 'timers/alarm_timer_unittest.cc',
1382 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', 1389 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
1383 'wifi_sync/wifi_credential_syncable_service_unittest.cc', 1390 'wifi_sync/wifi_credential_syncable_service_unittest.cc',
1384 'wifi_sync/wifi_credential_unittest.cc', 1391 'wifi_sync/wifi_credential_unittest.cc',
1385 'wifi_sync/wifi_security_class_chromeos_unittest.cc', 1392 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
1386 'wifi_sync/wifi_security_class_unittest.cc', 1393 'wifi_sync/wifi_security_class_unittest.cc',
1394 '<@(metrics_leak_detector_unittest_sources)',
1387 '<@(ownership_unittest_sources)', 1395 '<@(ownership_unittest_sources)',
1388 ], 1396 ],
1389 'sources!': [ 1397 'sources!': [
1390 'signin/core/browser/signin_status_metrics_provider_unittest.cc', 1398 'signin/core/browser/signin_status_metrics_provider_unittest.cc',
1391 'storage_monitor/storage_monitor_linux_unittest.cc', 1399 'storage_monitor/storage_monitor_linux_unittest.cc',
1392 ], 1400 ],
1393 'dependencies': [ 1401 'dependencies': [
1394 '../chromeos/chromeos.gyp:chromeos_test_support', 1402 '../chromeos/chromeos.gyp:chromeos_test_support',
1395 'components.gyp:arc', 1403 'components.gyp:arc',
1396 'components.gyp:arc_test_support', 1404 'components.gyp:arc_test_support',
1405 'components.gyp:metrics_leak_detector',
1397 'components.gyp:ownership', 1406 'components.gyp:ownership',
1398 'components.gyp:pairing', 1407 'components.gyp:pairing',
1399 'components.gyp:user_manager_test_support', 1408 'components.gyp:user_manager_test_support',
1400 'components.gyp:wifi_sync', 1409 'components.gyp:wifi_sync',
1401 ], 1410 ],
1402 }], 1411 }],
1403 ['OS=="linux"', { 1412 ['OS=="linux"', {
1404 'sources': [ 1413 'sources': [
1405 'metrics/serialization/serialization_utils_unittest.cc', 1414 'metrics/serialization/serialization_utils_unittest.cc',
1406 ], 1415 ],
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
1850 'dependencies': [ 1859 'dependencies': [
1851 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1860 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1852 ], 1861 ],
1853 }], 1862 }],
1854 ], 1863 ],
1855 }, 1864 },
1856 ], 1865 ],
1857 }], 1866 }],
1858 ], 1867 ],
1859 } 1868 }
OLDNEW
« no previous file with comments | « no previous file | components/metrics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698