Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1095)

Unified Diff: net/build/net.vcproj

Issue 28144: Implement the NTLM authentication scheme by porting... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Final upload before checkin Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/build/net_unittests.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/build/net.vcproj
===================================================================
--- net/build/net.vcproj (revision 10666)
+++ net/build/net.vcproj (working copy)
@@ -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"
« no previous file with comments | « no previous file | net/build/net_unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698