From 515838ce76cb8bec7f51f6143cac74f113e247ad Mon Sep 17 00:00:00 2001 From: "ericroman@google.com" <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> Date: Thu, 15 Jan 2009 06:43:48 +0000 Subject: 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 --- net/net_lib.scons | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/net_lib.scons') 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', -- cgit v1.1