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

Unified Diff: components/timers.gypi

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/gcm_driver/gcm_driver_desktop.cc ('k') | components/timers/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/timers.gypi
diff --git a/components/timers.gypi b/components/timers.gypi
index 4202b96fc34fca18dba2395029d1d10ea3b2dece..205a8021595da3d4f7d40413914e1133f833a896 100644
--- a/components/timers.gypi
+++ b/components/timers.gypi
@@ -15,11 +15,9 @@
'../base/base.gyp:base',
],
'sources': [
- 'timers/alarm_timer.cc',
- 'timers/alarm_timer.h',
- 'timers/rtc_alarm.cc',
- 'timers/rtc_alarm.h',
+ 'timers/alarm_timer_chromeos.cc',
+ 'timers/alarm_timer_chromeos.h',
],
},
],
-}
+}
« no previous file with comments | « components/gcm_driver/gcm_driver_desktop.cc ('k') | components/timers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698