diff options
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 3 |
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': [ |