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

Unified Diff: components/timers/BUILD.gn

Issue 706993003: C++ readability review (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 5 years, 8 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 | « components/timers.gypi ('k') | components/timers/alarm_timer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/timers/BUILD.gn
diff --git a/components/timers/BUILD.gn b/components/timers/BUILD.gn
index 5db55bbe22dbb0f9a2d769ccf1aac7f753bcc167..d6a7efb06451be7bd427e0a172f1fffa05e2f407 100644
--- a/components/timers/BUILD.gn
+++ b/components/timers/BUILD.gn
@@ -4,10 +4,8 @@
static_library("timers") {
sources = [
- "alarm_timer.cc",
- "alarm_timer.h",
- "rtc_alarm.cc",
- "rtc_alarm.h",
+ "alarm_timer_chromeos.cc",
+ "alarm_timer_chromeos.h",
]
deps = [
« no previous file with comments | « components/timers.gypi ('k') | components/timers/alarm_timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698