diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-25 03:50:19 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-25 03:50:19 +0000 |
commit | 015c203627350a3291fe471780a83ac53721f93b (patch) | |
tree | aeb625014d6c1a55d975814b7abcf359d0d5fd74 /jingle/jingle.gyp | |
parent | 176a07d221a18815b7afdb08cf38cf03bdc0b21f (diff) | |
download | chromium_src-015c203627350a3291fe471780a83ac53721f93b.zip chromium_src-015c203627350a3291fe471780a83ac53721f93b.tar.gz chromium_src-015c203627350a3291fe471780a83ac53721f93b.tar.bz2 |
Added support for the new Google push notifications.
BUG=None
TEST=Unit-tests, Cloud print proxy.
Review URL: http://codereview.chromium.org/3493008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60565 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/jingle.gyp')
-rw-r--r-- | jingle/jingle.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp index b3c867e..01844b3 100644 --- a/jingle/jingle.gyp +++ b/jingle/jingle.gyp @@ -54,6 +54,12 @@ 'notifier/listener/notification_constants.cc', 'notifier/listener/notification_constants.h', 'notifier/listener/notification_defines.h', + 'notifier/listener/push_notifications_listen_task.cc', + 'notifier/listener/push_notifications_listen_task.h', + 'notifier/listener/push_notifications_subscribe_task.cc', + 'notifier/listener/push_notifications_subscribe_task.h', + 'notifier/listener/push_notifications_thread.cc', + 'notifier/listener/push_notifications_thread.h', 'notifier/listener/send_update_task.cc', 'notifier/listener/send_update_task.h', 'notifier/listener/subscribe_task.cc', @@ -95,6 +101,7 @@ 'notifier/base/fake_ssl_client_socket_unittest.cc', 'notifier/base/xmpp_connection_unittest.cc', 'notifier/base/weak_xmpp_client_unittest.cc', + 'notifier/listener/push_notifications_subscribe_task_unittest.cc', 'notifier/listener/talk_mediator_unittest.cc', 'notifier/listener/send_update_task_unittest.cc', 'notifier/listener/subscribe_task_unittest.cc', |