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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | base/clock.h » ('j') | base/default_clock.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« 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