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

Side by Side Diff: base/base.gypi

Issue 11607003: Add a Clock and TickClock interface for mocking out time (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'bits.h', 81 'bits.h',
82 'build_time.cc', 82 'build_time.cc',
83 'build_time.h', 83 'build_time.h',
84 'callback.h', 84 'callback.h',
85 'callback_helpers.h', 85 'callback_helpers.h',
86 'callback_internal.cc', 86 'callback_internal.cc',
87 'callback_internal.h', 87 'callback_internal.h',
88 'cancelable_callback.h', 88 'cancelable_callback.h',
89 'chromeos/chromeos_version.cc', 89 'chromeos/chromeos_version.cc',
90 'chromeos/chromeos_version.h', 90 'chromeos/chromeos_version.h',
91 'clock.cc',
92 'clock.h',
91 'command_line.cc', 93 'command_line.cc',
92 'command_line.h', 94 'command_line.h',
93 'compiler_specific.h', 95 'compiler_specific.h',
94 'containers/linked_list.h', 96 'containers/linked_list.h',
95 'containers/mru_cache.h', 97 'containers/mru_cache.h',
96 'containers/small_map.h', 98 'containers/small_map.h',
97 'containers/stack_container.h', 99 'containers/stack_container.h',
98 'cpu.cc', 100 'cpu.cc',
99 'cpu.h', 101 'cpu.h',
100 'critical_closure.h', 102 'critical_closure.h',
(...skipping 18 matching lines...) Expand all
119 'debug/stack_trace_android.cc', 121 'debug/stack_trace_android.cc',
120 'debug/stack_trace_ios.mm', 122 'debug/stack_trace_ios.mm',
121 'debug/stack_trace_posix.cc', 123 'debug/stack_trace_posix.cc',
122 'debug/stack_trace_win.cc', 124 'debug/stack_trace_win.cc',
123 'debug/trace_event.cc', 125 'debug/trace_event.cc',
124 'debug/trace_event.h', 126 'debug/trace_event.h',
125 'debug/trace_event_android.cc', 127 'debug/trace_event_android.cc',
126 'debug/trace_event_impl.cc', 128 'debug/trace_event_impl.cc',
127 'debug/trace_event_impl.h', 129 'debug/trace_event_impl.h',
128 'debug/trace_event_win.cc', 130 'debug/trace_event_win.cc',
131 'default_clock.cc',
132 'default_clock.h',
133 'default_tick_clock.cc',
134 'default_tick_clock.h',
129 'environment.cc', 135 'environment.cc',
130 'environment.h', 136 'environment.h',
131 'file_descriptor_posix.h', 137 'file_descriptor_posix.h',
132 'file_path.cc', 138 'file_path.cc',
133 'file_path.h', 139 'file_path.h',
134 'file_util.cc', 140 'file_util.cc',
135 'file_util.h', 141 'file_util.h',
136 'file_util_android.cc', 142 'file_util_android.cc',
137 'file_util_linux.cc', 143 'file_util_linux.cc',
138 'file_util_mac.mm', 144 'file_util_mac.mm',
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 'threading/thread_local_win.cc', 465 'threading/thread_local_win.cc',
460 'threading/thread_restrictions.h', 466 'threading/thread_restrictions.h',
461 'threading/thread_restrictions.cc', 467 'threading/thread_restrictions.cc',
462 'threading/watchdog.cc', 468 'threading/watchdog.cc',
463 'threading/watchdog.h', 469 'threading/watchdog.h',
464 'threading/worker_pool.h', 470 'threading/worker_pool.h',
465 'threading/worker_pool.cc', 471 'threading/worker_pool.cc',
466 'threading/worker_pool_posix.cc', 472 'threading/worker_pool_posix.cc',
467 'threading/worker_pool_posix.h', 473 'threading/worker_pool_posix.h',
468 'threading/worker_pool_win.cc', 474 'threading/worker_pool_win.cc',
475 'tick_clock.cc',
476 'tick_clock.h',
469 'time.cc', 477 'time.cc',
470 'time.h', 478 'time.h',
471 'time_mac.cc', 479 'time_mac.cc',
472 'time_posix.cc', 480 'time_posix.cc',
473 'time_win.cc', 481 'time_win.cc',
474 'timer.cc', 482 'timer.cc',
475 'timer.h', 483 'timer.h',
476 'tracked_objects.cc', 484 'tracked_objects.cc',
477 'tracked_objects.h', 485 'tracked_objects.h',
478 'tracking_info.cc', 486 'tracking_info.cc',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 # Remove all unnecessary files for build_nexe.py to avoid exceeding 730 # Remove all unnecessary files for build_nexe.py to avoid exceeding
723 # command-line-string limitation when building NaCl on Windows. 731 # command-line-string limitation when building NaCl on Windows.
724 ['OS == "win" and >(nacl_untrusted_build)==1', { 732 ['OS == "win" and >(nacl_untrusted_build)==1', {
725 'sources/': [ ['exclude', '\\.h$'] ], 733 'sources/': [ ['exclude', '\\.h$'] ],
726 }], 734 }],
727 ], 735 ],
728 }], 736 }],
729 ], 737 ],
730 }, 738 },
731 } 739 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/clock.h » ('j') | base/default_clock.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698