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

Unified Diff: base/base.gypi

Issue 197243003: base: add MockTimer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix uninitialized variables. Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | base/timer/mock_timer.h » ('j') | no next file with comments »
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 fcc32514d8667ad65e694006435b48857f7bc6c1..141e49815c2c07e2c3b2dc05296bf434cb2119f1 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -649,6 +649,8 @@
'timer/hi_res_timer_manager.h',
'timer/hi_res_timer_manager_posix.cc',
'timer/hi_res_timer_manager_win.cc',
+ 'timer/mock_timer.cc',
+ 'timer/mock_timer.h',
'timer/timer.cc',
'timer/timer.h',
'tracked_objects.cc',
« no previous file with comments | « base/base.gyp ('k') | base/timer/mock_timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698