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

Unified Diff: google_apis/gcm/gcm.gyp

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/gcm.gyp
diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
index 20a63b9c048cb14d9e521e108ad12198f1cb48ab..e6015bf92de65bbb7c8bdcaa52b22a840aef42ba 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -81,6 +81,13 @@
'includes': [
'../../build/protoc.gypi'
],
+ 'conditions': [
+ ['chromeos == 1', {
+ 'dependencies': [
+ '../../components/components.gyp:timer',
+ ],
+ }],
+ ],
},
# The test support library that is needed to test gcm.
« google_apis/gcm/engine/heartbeat_manager.cc ('K') | « google_apis/gcm/engine/mcs_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698