summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-22 18:00:32 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-22 18:00:32 +0000
commit995b3daaaf10741c1fa8cb2c33b3b36a47a0f917 (patch)
treeb4240ff03da3c5cedff01d0e612b002096c85e05 /chrome/chrome.gyp
parent50b997c85d4dfaf2d01de3448314ca15efcec789 (diff)
downloadchromium_src-995b3daaaf10741c1fa8cb2c33b3b36a47a0f917.zip
chromium_src-995b3daaaf10741c1fa8cb2c33b3b36a47a0f917.tar.gz
chromium_src-995b3daaaf10741c1fa8cb2c33b3b36a47a0f917.tar.bz2
Revert 50479 - 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 Review URL: http://codereview.chromium.org/2827014 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/2805023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp36
1 files changed, 0 insertions, 36 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 9d099fa..a486c7d 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)',