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

Side by Side Diff: components/gcm_driver/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: Address comments 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
1 include_rules = [ 1 include_rules = [
2 "+components/os_crypt", 2 "+components/os_crypt",
3 "+components/pref_registry", 3 "+components/pref_registry",
4 "+components/timers",
Nicolas Zea 2014/10/24 00:28:18 nit: comment that this is only for cros
Chirantan Ekbote 2014/10/24 01:04:13 Done.
4 # TODO(johnme): Fix this layering violation. 5 # TODO(johnme): Fix this layering violation.
5 "!content/public/android/java", 6 "!content/public/android/java",
6 "+google_apis/gaia", 7 "+google_apis/gaia",
7 "+google_apis/gcm", 8 "+google_apis/gcm",
8 "+jni", 9 "+jni",
9 "+net", 10 "+net",
10 "+sync/protocol", 11 "+sync/protocol",
11 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698