summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-04 17:04:01 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-04 17:04:01 +0000
commit4a42535ddb0b508e5ce2b546a57a651c305f9aff (patch)
tree07c11157c6ad3b9b337d7ffd1432315431ae6838 /net/net.gyp
parent2319a2cbdd73eeb8f4fad02b61927bda979edd8d (diff)
downloadchromium_src-4a42535ddb0b508e5ce2b546a57a651c305f9aff.zip
chromium_src-4a42535ddb0b508e5ce2b546a57a651c305f9aff.tar.gz
chromium_src-4a42535ddb0b508e5ce2b546a57a651c305f9aff.tar.bz2
Use SSPI for NTLM authentication on Windows.
Initial patch by Arindam. Original review URL: http://codereview.chromium.org/159656 R=arindam,eroman BUG=19,18009 TEST=open a webpage that requests NTLM authentication on Windows Review URL: http://codereview.chromium.org/173528 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25461 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 509f9ec..5423269 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -223,6 +223,8 @@
'http/http_auth_handler_digest.h',
'http/http_auth_handler_ntlm.cc',
'http/http_auth_handler_ntlm.h',
+ 'http/http_auth_handler_ntlm_portable.cc',
+ 'http/http_auth_handler_ntlm_win.cc',
'http/http_basic_stream.h',
'http/http_byte_range.cc',
'http/http_byte_range.h',
@@ -383,6 +385,7 @@
[ 'OS == "win"', {
'sources/': [ ['exclude', '_(mac|linux|posix)\\.cc$'] ],
'sources!': [
+ 'http/http_auth_handler_ntlm_portable.cc',
'socket/tcp_client_socket_libevent.cc',
],
'dependencies': [