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

Unified Diff: base/base.gypi

Issue 641943002: components: Introduce AlarmTimer class and use it for GCM heartbeat (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make some Timer variables protected to reduce duplication, clean up comments Created 6 years, 2 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index c5796ef8c1655663549e7754c14493670da0f1f3..162ce0c4e556bc19173fa57d8a66ffa74c6b2b47 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -653,6 +653,8 @@
'time/time_mac.cc',
'time/time_posix.cc',
'time/time_win.cc',
+ 'timer/alarm_timer.cc',
+ 'timer/alarm_timer.h',
'timer/elapsed_timer.cc',
'timer/elapsed_timer.h',
'timer/hi_res_timer_manager.h',
@@ -662,6 +664,8 @@
'timer/mock_timer.h',
'timer/timer.cc',
'timer/timer.h',
+ 'timer/rtc_alarm_chromeos.cc',
Daniel Erat 2014/10/15 15:04:21 nit: fix alphabetization
Chirantan Ekbote 2014/10/16 21:26:38 Done.
+ 'timer/rtc_alarm_chromeos.h',
'tracked_objects.cc',
'tracked_objects.h',
'tracking_info.cc',
« no previous file with comments | « base/base.gyp ('k') | base/timer/alarm_timer.h » ('j') | base/timer/alarm_timer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698