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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: components/gcm_driver/DEPS
diff --git a/components/gcm_driver/DEPS b/components/gcm_driver/DEPS
index e7bf51085ca6ae203b2ab281053fd2f318889c3d..7e46bf93de61cd081cbc5b193edd350b9f30f5f4 100644
--- a/components/gcm_driver/DEPS
+++ b/components/gcm_driver/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+components/os_crypt",
"+components/pref_registry",
+ "+components/timer",
# TODO(johnme): Fix this layering violation.
"!content/public/android/java",
"+google_apis/gaia",

Powered by Google App Engine
This is Rietveld 408576698