summaryrefslogtreecommitdiffstats
path: root/components/timers.gypi
diff options
context:
space:
mode:
authorchirantan <chirantan@chromium.org>2015-04-06 19:27:50 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-07 02:28:25 +0000
commit05e4d854dca737cfb43cd967cd72d024f6b1625b (patch)
tree621d1d4c5f258192c4d05abf17cd0266332b9b92 /components/timers.gypi
parentaf32d0b1819312fb2b0c1276ebe9e008069cf82e (diff)
downloadchromium_src-05e4d854dca737cfb43cd967cd72d024f6b1625b.zip
chromium_src-05e4d854dca737cfb43cd967cd72d024f6b1625b.tar.gz
chromium_src-05e4d854dca737cfb43cd967cd72d024f6b1625b.tar.bz2
C++ readability review
BUG=b/18275087 Review URL: https://codereview.chromium.org/706993003 Cr-Commit-Position: refs/heads/master@{#324004}
Diffstat (limited to 'components/timers.gypi')
-rw-r--r--components/timers.gypi8
1 files changed, 3 insertions, 5 deletions
diff --git a/components/timers.gypi b/components/timers.gypi
index 4202b96..205a802 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 newline at end of file
+}