diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-15 06:43:48 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-15 06:43:48 +0000 |
commit | 515838ce76cb8bec7f51f6143cac74f113e247ad (patch) | |
tree | 71b70d594974310b35d1c8f7843aeda5717c044b /net/net_lib.scons | |
parent | 92352a66515fd9a01f538529356ad45870109f28 (diff) | |
download | chromium_src-515838ce76cb8bec7f51f6143cac74f113e247ad.zip chromium_src-515838ce76cb8bec7f51f6143cac74f113e247ad.tar.gz chromium_src-515838ce76cb8bec7f51f6143cac74f113e247ad.tar.bz2 |
post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.
Also moves AuthCache::HttpKey() --> GetSignonRealmKey().
Review URL: http://codereview.chromium.org/18218
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8085 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net_lib.scons')
-rw-r--r-- | net/net_lib.scons | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net_lib.scons b/net/net_lib.scons index af94a53..9495a08 100644 --- a/net/net_lib.scons +++ b/net/net_lib.scons @@ -22,8 +22,6 @@ input_files = ChromeFileList([ 'base/address_list.cc', 'base/address_list.h', 'base/auth.h', - 'base/auth_cache.cc', - 'base/auth_cache.h', 'base/base64.cc', 'base/base64.h', 'base/bzip2_filter.cc', @@ -245,6 +243,8 @@ input_files = ChromeFileList([ 'proxy/proxy_service.h', ]), MSVSFilter('ftp', [ + 'ftp/ftp_auth_cache.cc', + 'ftp/ftp_auth_cache.h', 'ftp/ftp_network_layer.cc', 'ftp/ftp_network_layer.h', 'ftp/ftp_network_session.h', |