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

Side by Side Diff: base/base.gyp

Issue 19866004: Reland "Add a HistogramRecorder class and use cases." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix an English error. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/metrics/statistics_recorder.h » ('j') | base/test/histogram_recorder.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'synchronization/condition_variable_unittest.cc', 633 'synchronization/condition_variable_unittest.cc',
634 'synchronization/lock_unittest.cc', 634 'synchronization/lock_unittest.cc',
635 'synchronization/waitable_event_unittest.cc', 635 'synchronization/waitable_event_unittest.cc',
636 'synchronization/waitable_event_watcher_unittest.cc', 636 'synchronization/waitable_event_watcher_unittest.cc',
637 'sys_info_unittest.cc', 637 'sys_info_unittest.cc',
638 'system_monitor/system_monitor_unittest.cc', 638 'system_monitor/system_monitor_unittest.cc',
639 'task_runner_util_unittest.cc', 639 'task_runner_util_unittest.cc',
640 'template_util_unittest.cc', 640 'template_util_unittest.cc',
641 'test/expectations/expectation_unittest.cc', 641 'test/expectations/expectation_unittest.cc',
642 'test/expectations/parser_unittest.cc', 642 'test/expectations/parser_unittest.cc',
643 'test/histogram_recorder_unittest.cc',
643 'test/test_reg_util_win_unittest.cc', 644 'test/test_reg_util_win_unittest.cc',
644 'test/trace_event_analyzer_unittest.cc', 645 'test/trace_event_analyzer_unittest.cc',
645 'threading/non_thread_safe_unittest.cc', 646 'threading/non_thread_safe_unittest.cc',
646 'threading/platform_thread_unittest.cc', 647 'threading/platform_thread_unittest.cc',
647 'threading/sequenced_worker_pool_unittest.cc', 648 'threading/sequenced_worker_pool_unittest.cc',
648 'threading/simple_thread_unittest.cc', 649 'threading/simple_thread_unittest.cc',
649 'threading/thread_checker_unittest.cc', 650 'threading/thread_checker_unittest.cc',
650 'threading/thread_collision_warner_unittest.cc', 651 'threading/thread_collision_warner_unittest.cc',
651 'threading/thread_id_name_manager_unittest.cc', 652 'threading/thread_id_name_manager_unittest.cc',
652 'threading/thread_local_storage_unittest.cc', 653 'threading/thread_local_storage_unittest.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 ], 900 ],
900 }], 901 }],
901 ], 902 ],
902 'sources': [ 903 'sources': [
903 'test/expectations/expectation.cc', 904 'test/expectations/expectation.cc',
904 'test/expectations/expectation.h', 905 'test/expectations/expectation.h',
905 'test/expectations/parser.cc', 906 'test/expectations/parser.cc',
906 'test/expectations/parser.h', 907 'test/expectations/parser.h',
907 'test/gtest_xml_util.cc', 908 'test/gtest_xml_util.cc',
908 'test/gtest_xml_util.h', 909 'test/gtest_xml_util.h',
910 'test/histogram_recorder.cc',
911 'test/histogram_recorder.h',
909 'test/launcher/test_launcher.cc', 912 'test/launcher/test_launcher.cc',
910 'test/launcher/test_launcher.h', 913 'test/launcher/test_launcher.h',
911 'test/launcher/test_result.cc', 914 'test/launcher/test_result.cc',
912 'test/launcher/test_result.h', 915 'test/launcher/test_result.h',
913 'test/launcher/test_results_tracker.cc', 916 'test/launcher/test_results_tracker.cc',
914 'test/launcher/test_results_tracker.h', 917 'test/launcher/test_results_tracker.h',
915 'test/launcher/unit_test_launcher.cc', 918 'test/launcher/unit_test_launcher.cc',
916 'test/launcher/unit_test_launcher.h', 919 'test/launcher/unit_test_launcher.h',
917 'test/launcher/unit_test_launcher_ios.cc', 920 'test/launcher/unit_test_launcher_ios.cc',
918 'test/mock_chrome_application_mac.h', 921 'test/mock_chrome_application_mac.h',
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
1389 'base_unittests.isolate', 1392 'base_unittests.isolate',
1390 ], 1393 ],
1391 'sources': [ 1394 'sources': [
1392 'base_unittests.isolate', 1395 'base_unittests.isolate',
1393 ], 1396 ],
1394 }, 1397 },
1395 ], 1398 ],
1396 }], 1399 }],
1397 ], 1400 ],
1398 } 1401 }
OLDNEW
« no previous file with comments | « no previous file | base/metrics/statistics_recorder.h » ('j') | base/test/histogram_recorder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698