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

Unified Diff: google_apis/gcm/gcm.gyp

Issue 118133003: [GCM] Add heartbeat manager and reconnection logic due to heartbeat failure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 f81c4ef449338fc76d8632c011dd1b965fb45bbe..79ecd0e6906846929d4a1cce1faa1e28d7cef188 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -52,6 +52,8 @@
'engine/connection_handler.cc',
'engine/connection_handler_impl.h',
'engine/connection_handler_impl.cc',
+ 'engine/heartbeat_manager.h',
+ 'engine/heartbeat_manager.cc',
'engine/mcs_client.h',
'engine/mcs_client.cc',
'engine/rmq_store.h',
@@ -118,6 +120,7 @@
'engine/fake_connection_factory.cc',
'engine/fake_connection_handler.h',
'engine/fake_connection_handler.cc',
+ 'engine/heartbeat_manager_unittest.cc',
'engine/mcs_client_unittest.cc',
'engine/rmq_store_unittest.cc',
]
« google_apis/gcm/engine/mcs_client.cc ('K') | « google_apis/gcm/engine/mcs_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698