diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-11 04:27:00 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-11 04:27:00 +0000 |
commit | 93d960ce8511041581e930c80d61e971bd13c744 (patch) | |
tree | 5d8faa467b99d7d388af980420b4412b828640e3 /chrome/chrome.gyp | |
parent | 887383dc55f5d78ff62e6d8c97ed422bd7eb7653 (diff) | |
download | chromium_src-93d960ce8511041581e930c80d61e971bd13c744.zip chromium_src-93d960ce8511041581e930c80d61e971bd13c744.tar.gz chromium_src-93d960ce8511041581e930c80d61e971bd13c744.tar.bz2 |
Implemented new notification methods.
Added a NotificationMethod enum, which defines NOTIFICATION_LEGACY, NOTIFICATION_TRANSITIONAL, NOTIFICATION_NEW (see bug for details).
Made SendUpdateTask and SubscribeTask take a NotificationMethod and use it.
Added command-line switch to override default notification method (currently NOTIFICATION_LEGACY).
Added a bunch of unittests.
BUG=33261
TEST=trybots, manual testing with notification client pythons scripts and browsers with different notification methods
Review URL: http://codereview.chromium.org/573046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index f06dd1a..e2199b8 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -801,6 +801,8 @@ 'browser/sync/notifier/listener/mediator_thread_impl.cc', 'browser/sync/notifier/listener/mediator_thread_impl.h', 'browser/sync/notifier/listener/mediator_thread_mock.h', + 'browser/sync/notifier/listener/notification_constants.cc', + 'browser/sync/notifier/listener/notification_constants.h', 'browser/sync/notifier/listener/send_update_task.cc', 'browser/sync/notifier/listener/send_update_task.h', 'browser/sync/notifier/listener/subscribe_task.cc', @@ -808,6 +810,8 @@ 'browser/sync/notifier/listener/talk_mediator.h', 'browser/sync/notifier/listener/talk_mediator_impl.cc', 'browser/sync/notifier/listener/talk_mediator_impl.h', + 'browser/sync/notifier/listener/xml_element_util.cc', + 'browser/sync/notifier/listener/xml_element_util.h', ], 'include_dirs': [ '..', |