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

Unified Diff: components/gcm_driver.gypi

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.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index a908e41267af54c790846283af9e7eb402338e5b..7782a41b63eac8edf7eea1cffc69efc77a366c25 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -90,6 +90,11 @@
'gcm_driver/proto/gcm_channel_status.proto',
],
}],
+ ['chromeos == 1', {
+ 'dependencies': [
+ 'timer',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698