| Index: net/net.gyp
|
| ===================================================================
|
| --- net/net.gyp (revision 25460)
|
| +++ net/net.gyp (working copy)
|
| @@ -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': [
|
|
|