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

Side by Side Diff: components/timer/DEPS

Issue 641943002: components: Introduce AlarmTimer class and use it for GCM heartbeat (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp files Created 6 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 include_rules = [
2 # This directory is shared with Chrome OS, which only links against
3 # base/. We don't want any other dependencies to creep in.
4 "+base",
blundell 2014/10/22 13:46:24 Everything can depend on //base, so this shouldn't
5 "-chrome",
blundell 2014/10/22 13:46:24 This isn't necessary as no component can depend on
6 "+components/timer",
blundell 2014/10/22 13:46:24 This shouldn't be necessary.
Chirantan Ekbote 2014/10/23 23:53:30 Done.
7 "-content",
8 "-net",
9 "-third_party",
blundell 2014/10/22 13:46:24 You might want to look at the DEPS that are allowe
Chirantan Ekbote 2014/10/22 18:47:14 Acknowledged.
10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698