| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index df4d4507c0bedf6d3ce274de494fabc405067f08..162592bf3cb10613e47d38504cbafd6718c022c2 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -290,6 +290,8 @@ component("net") {
|
| "http/ntlm_buffer_reader.h",
|
| "http/ntlm_buffer_writer.cc",
|
| "http/ntlm_buffer_writer.h",
|
| + "http/ntlm_client.cc",
|
| + "http/ntlm_client.h",
|
| "http/transport_security_state.cc",
|
| "http/transport_security_state.h",
|
| "http/transport_security_state_source.h",
|
| @@ -4684,6 +4686,7 @@ test("net_unittests") {
|
| "http/http_auth_handler_mock.cc",
|
| "http/http_auth_handler_mock.h",
|
| "http/http_auth_handler_negotiate_unittest.cc",
|
| + "http/http_auth_handler_ntlm_portable_unittest.cc",
|
| "http/http_auth_handler_unittest.cc",
|
| "http/http_auth_multi_round_parse_unittest.cc",
|
| "http/http_auth_preferences_unittest.cc",
|
| @@ -4724,6 +4727,7 @@ test("net_unittests") {
|
| "http/mock_sspi_library_win.h",
|
| "http/ntlm_buffer_reader_unittest.cc",
|
| "http/ntlm_buffer_writer_unittest.cc",
|
| + "http/ntlm_client_unittest.cc",
|
| "http/transport_security_persister_unittest.cc",
|
| "http/transport_security_state_unittest.cc",
|
| "http/url_security_manager_unittest.cc",
|
|
|