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

Unified Diff: net/net_lib.scons

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 | « net/net.xcodeproj/project.pbxproj ('k') | net/net_unittests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_lib.scons
===================================================================
--- net/net_lib.scons (revision 10666)
+++ net/net_lib.scons (working copy)
@@ -163,6 +163,8 @@
'url_request/url_request_view_cache_job.h',
]),
MSVSFilter('http', [
+ 'http/des.cc',
+ 'http/des.h',
'http/http_atom_list.h',
'http/http_auth.cc',
'http/http_auth.h',
@@ -174,6 +176,8 @@
'http/http_auth_handler_basic.h',
'http/http_auth_handler_digest.cc',
'http/http_auth_handler_digest.h',
+ 'http/http_auth_handler_ntlm.cc',
+ 'http/http_auth_handler_ntlm.h',
'http/http_cache.cc',
'http/http_cache.h',
'http/http_chunked_decoder.cc',
@@ -194,6 +198,8 @@
'http/http_util.h',
'http/http_vary_data.cc',
'http/http_vary_data.h',
+ 'http/md4.cc',
+ 'http/md4.h',
]),
MSVSFilter('disk_cache', [
'disk_cache/addr.cc',
« no previous file with comments | « net/net.xcodeproj/project.pbxproj ('k') | net/net_unittests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698