Chromium Code Reviews| Index: components/timers.gypi |
| diff --git a/components/timers.gypi b/components/timers.gypi |
| index 205a8021595da3d4f7d40413914e1133f833a896..4202b96fc34fca18dba2395029d1d10ea3b2dece 100644 |
| --- a/components/timers.gypi |
| +++ b/components/timers.gypi |
| @@ -15,9 +15,11 @@ |
| '../base/base.gyp:base', |
| ], |
| 'sources': [ |
| - 'timers/alarm_timer_chromeos.cc', |
| - 'timers/alarm_timer_chromeos.h', |
| + 'timers/alarm_timer.cc', |
| + 'timers/alarm_timer.h', |
| + 'timers/rtc_alarm.cc', |
| + 'timers/rtc_alarm.h', |
| ], |
| }, |
| ], |
| -} |
| +} |