diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 00:24:19 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 00:24:19 +0000 |
commit | c571c8d87eed98769157c8ca9fec60b5e4d42995 (patch) | |
tree | b087f1605ec948525e3368a315652fc2ddd088cc /chrome/chrome.gyp | |
parent | c158a6699a9f5e5f56d913c0b06e0d83e8358591 (diff) | |
download | chromium_src-c571c8d87eed98769157c8ca9fec60b5e4d42995.zip chromium_src-c571c8d87eed98769157c8ca9fec60b5e4d42995.tar.gz chromium_src-c571c8d87eed98769157c8ca9fec60b5e4d42995.tar.bz2 |
Removed auth_task.* and talk_auth_task.* (dead code)
Removed GaiaAuth class. Gtalk login will now fail immediately instead of trying (in vain) to gaia-auth.
Removed now-unneeded parameters.
BUG=38034
TEST=manual with and without --invalidate-sync-xmpp-login
Review URL: http://codereview.chromium.org/885008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41790 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 98bce6c..2ae4173 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -772,8 +772,6 @@ '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', @@ -793,21 +791,12 @@ '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', @@ -818,6 +807,7 @@ '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', |