Index: components/timers/BUILD.gn |
diff --git a/components/timers/BUILD.gn b/components/timers/BUILD.gn |
index d6a7efb06451be7bd427e0a172f1fffa05e2f407..5db55bbe22dbb0f9a2d769ccf1aac7f753bcc167 100644 |
--- a/components/timers/BUILD.gn |
+++ b/components/timers/BUILD.gn |
@@ -4,8 +4,10 @@ |
static_library("timers") { |
sources = [ |
- "alarm_timer_chromeos.cc", |
- "alarm_timer_chromeos.h", |
+ "alarm_timer.cc", |
+ "alarm_timer.h", |
+ "rtc_alarm.cc", |
+ "rtc_alarm.h", |
] |
deps = [ |