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/build | |
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/build')
-rw-r--r-- | net/build/net.vcproj | 16 | ||||
-rw-r--r-- | net/build/net_unittests.vcproj | 12 |
2 files changed, 16 insertions, 12 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index 5a71089..79732cc 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -149,14 +149,6 @@ > </File> <File - RelativePath="..\base\auth_cache.cc" - > - </File> - <File - RelativePath="..\base\auth_cache.h" - > - </File> - <File RelativePath="..\base\base64.cc" > </File> @@ -1041,6 +1033,14 @@ Name="ftp" > <File + RelativePath="..\ftp\ftp_auth_cache.cc" + > + </File> + <File + RelativePath="..\ftp\ftp_auth_cache.h" + > + </File> + <File RelativePath="..\ftp\ftp_network_layer.cc" > </File> diff --git a/net/build/net_unittests.vcproj b/net/build/net_unittests.vcproj index c28bc20..b157a22 100644 --- a/net/build/net_unittests.vcproj +++ b/net/build/net_unittests.vcproj @@ -283,10 +283,6 @@ Name="base" > <File - RelativePath="..\base\auth_cache_unittest.cc" - > - </File> - <File RelativePath="..\base\base64_unittest.cc" > </File> @@ -392,6 +388,14 @@ </File> </Filter> <Filter + Name="ftp" + > + <File + RelativePath="..\ftp\ftp_auth_cache_unittest.cc" + > + </File> + </Filter> + <Filter Name="url_request" > <File |