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

Side by Side Diff: trunk/src/base/base.gyp

Issue 120273002: Revert 242121 "Reland "Add a HistogramRecorder class and use cas..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 12 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | trunk/src/base/metrics/statistics_recorder.h » ('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 (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',
644 'test/test_reg_util_win_unittest.cc', 643 'test/test_reg_util_win_unittest.cc',
645 'test/trace_event_analyzer_unittest.cc', 644 'test/trace_event_analyzer_unittest.cc',
646 'threading/non_thread_safe_unittest.cc', 645 'threading/non_thread_safe_unittest.cc',
647 'threading/platform_thread_unittest.cc', 646 'threading/platform_thread_unittest.cc',
648 'threading/sequenced_worker_pool_unittest.cc', 647 'threading/sequenced_worker_pool_unittest.cc',
649 'threading/simple_thread_unittest.cc', 648 'threading/simple_thread_unittest.cc',
650 'threading/thread_checker_unittest.cc', 649 'threading/thread_checker_unittest.cc',
651 'threading/thread_collision_warner_unittest.cc', 650 'threading/thread_collision_warner_unittest.cc',
652 'threading/thread_id_name_manager_unittest.cc', 651 'threading/thread_id_name_manager_unittest.cc',
653 'threading/thread_local_storage_unittest.cc', 652 'threading/thread_local_storage_unittest.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 ], 899 ],
901 }], 900 }],
902 ], 901 ],
903 'sources': [ 902 'sources': [
904 'test/expectations/expectation.cc', 903 'test/expectations/expectation.cc',
905 'test/expectations/expectation.h', 904 'test/expectations/expectation.h',
906 'test/expectations/parser.cc', 905 'test/expectations/parser.cc',
907 'test/expectations/parser.h', 906 'test/expectations/parser.h',
908 'test/gtest_xml_util.cc', 907 'test/gtest_xml_util.cc',
909 'test/gtest_xml_util.h', 908 'test/gtest_xml_util.h',
910 'test/histogram_recorder.cc',
911 'test/histogram_recorder.h',
912 'test/launcher/test_launcher.cc', 909 'test/launcher/test_launcher.cc',
913 'test/launcher/test_launcher.h', 910 'test/launcher/test_launcher.h',
914 'test/launcher/test_result.cc', 911 'test/launcher/test_result.cc',
915 'test/launcher/test_result.h', 912 'test/launcher/test_result.h',
916 'test/launcher/test_results_tracker.cc', 913 'test/launcher/test_results_tracker.cc',
917 'test/launcher/test_results_tracker.h', 914 'test/launcher/test_results_tracker.h',
918 'test/launcher/unit_test_launcher.cc', 915 'test/launcher/unit_test_launcher.cc',
919 'test/launcher/unit_test_launcher.h', 916 'test/launcher/unit_test_launcher.h',
920 'test/launcher/unit_test_launcher_ios.cc', 917 'test/launcher/unit_test_launcher_ios.cc',
921 'test/mock_chrome_application_mac.h', 918 'test/mock_chrome_application_mac.h',
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 'base_unittests.isolate', 1389 'base_unittests.isolate',
1393 ], 1390 ],
1394 'sources': [ 1391 'sources': [
1395 'base_unittests.isolate', 1392 'base_unittests.isolate',
1396 ], 1393 ],
1397 }, 1394 },
1398 ], 1395 ],
1399 }], 1396 }],
1400 ], 1397 ],
1401 } 1398 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/base/metrics/statistics_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698