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

Unified Diff: google_apis/gcm/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: Move the code over to components/ 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 side-by-side diff with in-line comments
Download patch
Index: google_apis/gcm/DEPS
diff --git a/google_apis/gcm/DEPS b/google_apis/gcm/DEPS
index 047dc1564b57c31b0bf89d27e749bf91329a364d..3650aa06d3f7dc5859ba4d51092ffc350482b0b9 100644
--- a/google_apis/gcm/DEPS
+++ b/google_apis/gcm/DEPS
@@ -10,4 +10,5 @@ include_rules = [
"+google", # For third_party/protobuf/src.
"+net",
"+third_party/leveldatabase",
+ "+components/timer", # For AlarmTimer class on Chrome OS
blundell 2014/10/21 05:53:25 Uh-oh. //google_apis sits below //components in th
Chirantan Ekbote 2014/10/21 21:13:48 Fixed in the new patch set.
]

Powered by Google App Engine
This is Rietveld 408576698