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

Side by Side Diff: base/base.gyp

Issue 120753002: Add a StatisticsDeltaReader class and use cases (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address isherman's feedback (and bump copyright year). Created 6 years, 11 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 | 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'synchronization/condition_variable_unittest.cc', 598 'synchronization/condition_variable_unittest.cc',
599 'synchronization/lock_unittest.cc', 599 'synchronization/lock_unittest.cc',
600 'synchronization/waitable_event_unittest.cc', 600 'synchronization/waitable_event_unittest.cc',
601 'synchronization/waitable_event_watcher_unittest.cc', 601 'synchronization/waitable_event_watcher_unittest.cc',
602 'sys_info_unittest.cc', 602 'sys_info_unittest.cc',
603 'system_monitor/system_monitor_unittest.cc', 603 'system_monitor/system_monitor_unittest.cc',
604 'task_runner_util_unittest.cc', 604 'task_runner_util_unittest.cc',
605 'template_util_unittest.cc', 605 'template_util_unittest.cc',
606 'test/expectations/expectation_unittest.cc', 606 'test/expectations/expectation_unittest.cc',
607 'test/expectations/parser_unittest.cc', 607 'test/expectations/parser_unittest.cc',
608 'test/statistics_delta_reader_unittest.cc',
608 'test/test_reg_util_win_unittest.cc', 609 'test/test_reg_util_win_unittest.cc',
609 'test/trace_event_analyzer_unittest.cc', 610 'test/trace_event_analyzer_unittest.cc',
610 'threading/non_thread_safe_unittest.cc', 611 'threading/non_thread_safe_unittest.cc',
611 'threading/platform_thread_unittest.cc', 612 'threading/platform_thread_unittest.cc',
612 'threading/sequenced_worker_pool_unittest.cc', 613 'threading/sequenced_worker_pool_unittest.cc',
613 'threading/simple_thread_unittest.cc', 614 'threading/simple_thread_unittest.cc',
614 'threading/thread_checker_unittest.cc', 615 'threading/thread_checker_unittest.cc',
615 'threading/thread_collision_warner_unittest.cc', 616 'threading/thread_collision_warner_unittest.cc',
616 'threading/thread_id_name_manager_unittest.cc', 617 'threading/thread_id_name_manager_unittest.cc',
617 'threading/thread_local_storage_unittest.cc', 618 'threading/thread_local_storage_unittest.cc',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 'test/scoped_path_override.cc', 905 'test/scoped_path_override.cc',
905 'test/scoped_path_override.h', 906 'test/scoped_path_override.h',
906 'test/sequenced_task_runner_test_template.cc', 907 'test/sequenced_task_runner_test_template.cc',
907 'test/sequenced_task_runner_test_template.h', 908 'test/sequenced_task_runner_test_template.h',
908 'test/sequenced_worker_pool_owner.cc', 909 'test/sequenced_worker_pool_owner.cc',
909 'test/sequenced_worker_pool_owner.h', 910 'test/sequenced_worker_pool_owner.h',
910 'test/simple_test_clock.cc', 911 'test/simple_test_clock.cc',
911 'test/simple_test_clock.h', 912 'test/simple_test_clock.h',
912 'test/simple_test_tick_clock.cc', 913 'test/simple_test_tick_clock.cc',
913 'test/simple_test_tick_clock.h', 914 'test/simple_test_tick_clock.h',
915 'test/statistics_delta_reader.cc',
916 'test/statistics_delta_reader.h',
914 'test/task_runner_test_template.cc', 917 'test/task_runner_test_template.cc',
915 'test/task_runner_test_template.h', 918 'test/task_runner_test_template.h',
916 'test/test_file_util.cc', 919 'test/test_file_util.cc',
917 'test/test_file_util.h', 920 'test/test_file_util.h',
918 'test/test_file_util_android.cc', 921 'test/test_file_util_android.cc',
919 'test/test_file_util_linux.cc', 922 'test/test_file_util_linux.cc',
920 'test/test_file_util_mac.cc', 923 'test/test_file_util_mac.cc',
921 'test/test_file_util_posix.cc', 924 'test/test_file_util_posix.cc',
922 'test/test_file_util_win.cc', 925 'test/test_file_util_win.cc',
923 'test/test_listener_ios.h', 926 'test/test_listener_ios.h',
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 'base_unittests.isolate', 1357 'base_unittests.isolate',
1355 ], 1358 ],
1356 'sources': [ 1359 'sources': [
1357 'base_unittests.isolate', 1360 'base_unittests.isolate',
1358 ], 1361 ],
1359 }, 1362 },
1360 ], 1363 ],
1361 }], 1364 }],
1362 ], 1365 ],
1363 } 1366 }
OLDNEW
« no previous file with comments | « no previous file | base/metrics/statistics_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698