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

Unified Diff: jingle/jingle.gyp

Issue 11232048: Adding XMPP ping functionality to CLoudPrint. XMPP ping and timeout is controlled thorugh Service S… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 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: jingle/jingle.gyp
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index b1270b65cd015aad79fe229e748e377794343e75..8d91fbe928ef4d11ead492117864d8e6de01880c 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -91,6 +91,8 @@
'notifier/listener/push_client.h',
'notifier/listener/push_notifications_listen_task.cc',
'notifier/listener/push_notifications_listen_task.h',
+ 'notifier/listener/push_notifications_send_ping_task.cc',
+ 'notifier/listener/push_notifications_send_ping_task.h',
akalin 2012/10/24 20:13:49 i don't see these files in this CL? Also, since s
'notifier/listener/push_notifications_send_update_task.cc',
'notifier/listener/push_notifications_send_update_task.h',
'notifier/listener/push_notifications_subscribe_task.cc',
@@ -177,6 +179,7 @@
'notifier/listener/non_blocking_push_client_unittest.cc',
'notifier/listener/notification_defines_unittest.cc',
'notifier/listener/push_client_unittest.cc',
+ 'notifier/listener/push_notifications_send_ping_task_unittest.cc',
'notifier/listener/push_notifications_send_update_task_unittest.cc',
'notifier/listener/push_notifications_subscribe_task_unittest.cc',
'notifier/listener/xml_element_util_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698