| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 6ea3a079e80ae54ce23de61d3f383f0557f260f7..2a8559327b8fb224a3f469ff6ecca7049c71b826 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -88,6 +88,8 @@
|
| 'cancelable_callback.h',
|
| 'chromeos/chromeos_version.cc',
|
| 'chromeos/chromeos_version.h',
|
| + 'clock.cc',
|
| + 'clock.h',
|
| 'command_line.cc',
|
| 'command_line.h',
|
| 'compiler_specific.h',
|
| @@ -126,6 +128,10 @@
|
| 'debug/trace_event_impl.cc',
|
| 'debug/trace_event_impl.h',
|
| 'debug/trace_event_win.cc',
|
| + 'default_clock.cc',
|
| + 'default_clock.h',
|
| + 'default_tick_clock.cc',
|
| + 'default_tick_clock.h',
|
| 'environment.cc',
|
| 'environment.h',
|
| 'file_descriptor_posix.h',
|
| @@ -466,6 +472,8 @@
|
| 'threading/worker_pool_posix.cc',
|
| 'threading/worker_pool_posix.h',
|
| 'threading/worker_pool_win.cc',
|
| + 'tick_clock.cc',
|
| + 'tick_clock.h',
|
| 'time.cc',
|
| 'time.h',
|
| 'time_mac.cc',
|
|
|