summaryrefslogtreecommitdiffstats
path: root/net/build/net.vcproj
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-28 01:29:24 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-28 01:29:24 +0000
commit3f918787e1073e17439e55ed34f23ffdc31f891f (patch)
tree3e591f7dc3c54e8859815486057725366532ca22 /net/build/net.vcproj
parent0a5f0a187c73e47417511ea2ed988c5b3876f563 (diff)
downloadchromium_src-3f918787e1073e17439e55ed34f23ffdc31f891f.zip
chromium_src-3f918787e1073e17439e55ed34f23ffdc31f891f.tar.gz
chromium_src-3f918787e1073e17439e55ed34f23ffdc31f891f.tar.bz2
Implement the NTLM authentication scheme by porting
Mozilla's implementation. R=darin,eroman BUG=6567,6824 Review URL: http://codereview.chromium.org/28144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10667 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/build/net.vcproj')
-rw-r--r--net/build/net.vcproj24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj
index ed3a769..a24ebda 100644
--- a/net/build/net.vcproj
+++ b/net/build/net.vcproj
@@ -694,6 +694,14 @@
Name="http"
>
<File
+ RelativePath="..\http\des.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\http\des.h"
+ >
+ </File>
+ <File
RelativePath="..\http\http_atom_list.h"
>
</File>
@@ -738,6 +746,14 @@
>
</File>
<File
+ RelativePath="..\http\http_auth_handler_ntlm.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\http\http_auth_handler_ntlm.h"
+ >
+ </File>
+ <File
RelativePath="..\http\http_cache.cc"
>
</File>
@@ -817,6 +833,14 @@
RelativePath="..\http\http_vary_data.h"
>
</File>
+ <File
+ RelativePath="..\http\md4.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\http\md4.h"
+ >
+ </File>
</Filter>
<Filter
Name="disk_cache"