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

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 build error in mcs_probe 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/gcm_driver/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index a908e41267af54c790846283af9e7eb402338e5b..e783ba953c4d9abac05f54bda34f77d968d696f8 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': [
+ 'timers',
+ ],
+ }],
],
},
{
« no previous file with comments | « components/components_tests.gyp ('k') | components/gcm_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698