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

Unified Diff: components/timers/BUILD.gn

Issue 706993003: C++ readability review (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn build Created 5 years, 9 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
Index: components/timers/BUILD.gn
diff --git a/components/timers/BUILD.gn b/components/timers/BUILD.gn
index 5db55bbe22dbb0f9a2d769ccf1aac7f753bcc167..ead8baebe4771644710751e90d36b193c799c741 100644
--- a/components/timers/BUILD.gn
+++ b/components/timers/BUILD.gn
@@ -6,8 +6,6 @@ static_library("timers") {
sources = [
"alarm_timer.cc",
"alarm_timer.h",
- "rtc_alarm.cc",
- "rtc_alarm.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698