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

Side by Side Diff: base/base.gyp

Issue 379283002: Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTester. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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 | « base/BUILD.gn ('k') | base/test/BUILD.gn » ('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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 'synchronization/lock_unittest.cc', 585 'synchronization/lock_unittest.cc',
586 'synchronization/waitable_event_unittest.cc', 586 'synchronization/waitable_event_unittest.cc',
587 'synchronization/waitable_event_watcher_unittest.cc', 587 'synchronization/waitable_event_watcher_unittest.cc',
588 'sys_info_unittest.cc', 588 'sys_info_unittest.cc',
589 'system_monitor/system_monitor_unittest.cc', 589 'system_monitor/system_monitor_unittest.cc',
590 'task/cancelable_task_tracker_unittest.cc', 590 'task/cancelable_task_tracker_unittest.cc',
591 'task_runner_util_unittest.cc', 591 'task_runner_util_unittest.cc',
592 'template_util_unittest.cc', 592 'template_util_unittest.cc',
593 'test/expectations/expectation_unittest.cc', 593 'test/expectations/expectation_unittest.cc',
594 'test/expectations/parser_unittest.cc', 594 'test/expectations/parser_unittest.cc',
595 'test/statistics_delta_reader_unittest.cc', 595 'test/histogram_tester_unittest.cc',
596 'test/test_reg_util_win_unittest.cc', 596 'test/test_reg_util_win_unittest.cc',
597 'test/trace_event_analyzer_unittest.cc', 597 'test/trace_event_analyzer_unittest.cc',
598 'threading/non_thread_safe_unittest.cc', 598 'threading/non_thread_safe_unittest.cc',
599 'threading/platform_thread_unittest.cc', 599 'threading/platform_thread_unittest.cc',
600 'threading/sequenced_worker_pool_unittest.cc', 600 'threading/sequenced_worker_pool_unittest.cc',
601 'threading/simple_thread_unittest.cc', 601 'threading/simple_thread_unittest.cc',
602 'threading/thread_checker_unittest.cc', 602 'threading/thread_checker_unittest.cc',
603 'threading/thread_collision_warner_unittest.cc', 603 'threading/thread_collision_warner_unittest.cc',
604 'threading/thread_id_name_manager_unittest.cc', 604 'threading/thread_id_name_manager_unittest.cc',
605 'threading/thread_local_storage_unittest.cc', 605 'threading/thread_local_storage_unittest.cc',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 'test/scoped_path_override.cc', 895 'test/scoped_path_override.cc',
896 'test/scoped_path_override.h', 896 'test/scoped_path_override.h',
897 'test/sequenced_task_runner_test_template.cc', 897 'test/sequenced_task_runner_test_template.cc',
898 'test/sequenced_task_runner_test_template.h', 898 'test/sequenced_task_runner_test_template.h',
899 'test/sequenced_worker_pool_owner.cc', 899 'test/sequenced_worker_pool_owner.cc',
900 'test/sequenced_worker_pool_owner.h', 900 'test/sequenced_worker_pool_owner.h',
901 'test/simple_test_clock.cc', 901 'test/simple_test_clock.cc',
902 'test/simple_test_clock.h', 902 'test/simple_test_clock.h',
903 'test/simple_test_tick_clock.cc', 903 'test/simple_test_tick_clock.cc',
904 'test/simple_test_tick_clock.h', 904 'test/simple_test_tick_clock.h',
905 'test/statistics_delta_reader.cc', 905 'test/histogram_tester.cc',
906 'test/statistics_delta_reader.h', 906 'test/histogram_tester.h',
907 'test/task_runner_test_template.cc', 907 'test/task_runner_test_template.cc',
908 'test/task_runner_test_template.h', 908 'test/task_runner_test_template.h',
909 'test/test_file_util.cc', 909 'test/test_file_util.cc',
910 'test/test_file_util.h', 910 'test/test_file_util.h',
911 'test/test_file_util_android.cc', 911 'test/test_file_util_android.cc',
912 'test/test_file_util_linux.cc', 912 'test/test_file_util_linux.cc',
913 'test/test_file_util_mac.cc', 913 'test/test_file_util_mac.cc',
914 'test/test_file_util_posix.cc', 914 'test/test_file_util_posix.cc',
915 'test/test_file_util_win.cc', 915 'test/test_file_util_win.cc',
916 'test/test_listener_ios.h', 916 'test/test_listener_ios.h',
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1499 'dependencies': [ 1499 'dependencies': [
1500 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1500 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1501 ], 1501 ],
1502 }], 1502 }],
1503 ], 1503 ],
1504 }, 1504 },
1505 ], 1505 ],
1506 }], 1506 }],
1507 ], 1507 ],
1508 } 1508 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698