diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 00:52:24 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 00:52:24 +0000 |
commit | 69e248cdb27c449d37ddac21058751c322c38dd2 (patch) | |
tree | d0bb42d0226cbb245443c16e98178986ac473cda /chrome/chrome.gyp | |
parent | 70eb657d0e9575764e6d744a2fd36f7f7249c799 (diff) | |
download | chromium_src-69e248cdb27c449d37ddac21058751c322c38dd2.zip chromium_src-69e248cdb27c449d37ddac21058751c322c38dd2.tar.gz chromium_src-69e248cdb27c449d37ddac21058751c322c38dd2.tar.bz2 |
Revert 50550 - Implemented initial version of server-issued notification client.
Added NOTIFICATION_SERVER notification method (use
--sync-notification-method=server to turn on).
BUG=34647
TEST=manually
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50479
Review URL: http://codereview.chromium.org/2827014
TBR=akalin@chromium.org
Review URL: http://codereview.chromium.org/2860015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 80a659e..f55067f 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -788,7 +788,6 @@ 'common_net', 'notifier', 'sync', - 'sync_notifier', ], 'conditions': [ ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { @@ -798,10 +797,6 @@ }], ], }, - # A library for sending and receiving peer-issued notifications. - # - # TODO(akalin): Separate out the XMPP stuff from this library into - # its own library. { 'target_name': 'notifier', 'type': '<(library)', @@ -874,9 +869,6 @@ '../third_party/libjingle/libjingle.gyp:libjingle', 'common_net', ], - 'export_dependent_settings': [ - '../third_party/libjingle/libjingle.gyp:libjingle', - ], 'conditions': [ ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 'dependencies': [ @@ -1071,34 +1063,6 @@ }], ], }, - # A library for sending and receiving server-issued notifications. - { - 'target_name': 'sync_notifier', - 'type': '<(library)', - 'sources': [ - 'browser/sync/notifier/cache_invalidation_packet_handler.cc', - 'browser/sync/notifier/cache_invalidation_packet_handler.h', - 'browser/sync/notifier/chrome_invalidation_client.cc', - 'browser/sync/notifier/chrome_invalidation_client.h', - 'browser/sync/notifier/chrome_system_resources.cc', - 'browser/sync/notifier/chrome_system_resources.h', - 'browser/sync/notifier/invalidation_util.cc', - 'browser/sync/notifier/invalidation_util.h', - 'browser/sync/notifier/server_notifier_thread.cc', - 'browser/sync/notifier/server_notifier_thread.h', - ], - 'include_dirs': [ - '..', - ], - 'dependencies': [ - 'notifier', - '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation', - ], - 'export_dependent_settings': [ - 'notifier', - '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation', - ], - }, { 'target_name': 'service', 'type': '<(library)', |