diff options
author | hbono@google.com <hbono@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 04:17:53 +0000 |
---|---|---|
committer | hbono@google.com <hbono@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 04:17:53 +0000 |
commit | ec880bbf40a7e7e837aaf0ef7be8bd827a24b8be (patch) | |
tree | 05431f361c4b73b337e1488d59cd35e341960cf8 /chrome/chrome.gyp | |
parent | 8814427f49396271ee260e44de0a8482f4ae2b76 (diff) | |
download | chromium_src-ec880bbf40a7e7e837aaf0ef7be8bd827a24b8be.zip chromium_src-ec880bbf40a7e7e837aaf0ef7be8bd827a24b8be.tar.gz chromium_src-ec880bbf40a7e7e837aaf0ef7be8bd827a24b8be.tar.bz2 |
Revert 41790 - Removed auth_task.* and talk_auth_task.* (dead code) because Windows XP doesn't have inet_pton and it crashes XP bots.
Removed GaiaAuth class. Gtalk login will now fail immediately instead of trying (in vain) to gaiaauth.
Removed nowunneeded parameters.
BUG=38034
TEST=manual with and without invalidatesyncxmpplogin
Review URL: http://codereview.chromium.org/885008
TBR=akalin@chromium.org
Review URL: http://codereview.chromium.org/983005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 2ae4173..98bce6c 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -772,6 +772,8 @@ 'browser/sync/notifier/base/utils.h', 'browser/sync/notifier/base/win/async_network_alive_win32.cc', 'browser/sync/notifier/base/win/time_win32.cc', + 'browser/sync/notifier/communicator/auth_task.cc', + 'browser/sync/notifier/communicator/auth_task.h', 'browser/sync/notifier/communicator/auto_reconnect.cc', 'browser/sync/notifier/communicator/auto_reconnect.h', 'browser/sync/notifier/communicator/connection_options.cc', @@ -791,12 +793,21 @@ 'browser/sync/notifier/communicator/single_login_attempt.h', 'browser/sync/notifier/communicator/ssl_socket_adapter.cc', 'browser/sync/notifier/communicator/ssl_socket_adapter.h', + 'browser/sync/notifier/communicator/talk_auth_task.cc', + 'browser/sync/notifier/communicator/talk_auth_task.h', 'browser/sync/notifier/communicator/xmpp_connection_generator.cc', 'browser/sync/notifier/communicator/xmpp_connection_generator.h', 'browser/sync/notifier/communicator/xmpp_log.cc', 'browser/sync/notifier/communicator/xmpp_log.h', 'browser/sync/notifier/communicator/xmpp_socket_adapter.cc', 'browser/sync/notifier/communicator/xmpp_socket_adapter.h', + 'browser/sync/notifier/gaia_auth/gaiaauth.cc', + 'browser/sync/notifier/gaia_auth/gaiaauth.h', + 'browser/sync/notifier/gaia_auth/gaiahelper.cc', + 'browser/sync/notifier/gaia_auth/gaiahelper.h', + 'browser/sync/notifier/gaia_auth/inet_aton.h', + 'browser/sync/notifier/gaia_auth/sigslotrepeater.h', + 'browser/sync/notifier/gaia_auth/win/win32window.cc', 'browser/sync/notifier/listener/listen_task.cc', 'browser/sync/notifier/listener/listen_task.h', 'browser/sync/notifier/listener/mediator_thread.h', @@ -807,7 +818,6 @@ '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/base/sigslotrepeater.h', 'browser/sync/notifier/listener/subscribe_task.cc', 'browser/sync/notifier/listener/subscribe_task.h', 'browser/sync/notifier/listener/talk_mediator.h', |