| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index a9c86bb51b712c1d7b1121144d748b4e52c43dce..dd25a3cb6c2e1eae210a5d93cc259867274b62bc 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -285,6 +285,14 @@ component("net") {
|
| "http/http_util.h",
|
| "http/http_vary_data.cc",
|
| "http/http_vary_data.h",
|
| + "http/ntlm_buffer_reader.cc",
|
| + "http/ntlm_buffer_reader.h",
|
| + "http/ntlm_buffer_writer.cc",
|
| + "http/ntlm_buffer_writer.h",
|
| + "http/ntlm_client.cc",
|
| + "http/ntlm_client.h",
|
| + "http/ntlm_message.cc",
|
| + "http/ntlm_message.h",
|
| "http/transport_security_state.cc",
|
| "http/transport_security_state.h",
|
| "http/transport_security_state_source.h",
|
| @@ -4479,6 +4487,8 @@ test("net_unittests") {
|
| "http/mock_http_cache.h",
|
| "http/mock_sspi_library_win.cc",
|
| "http/mock_sspi_library_win.h",
|
| + "http/ntlm_buffer_reader_unittest.cc",
|
| + "http/ntlm_buffer_writer_unittest.cc",
|
| "http/transport_security_persister_unittest.cc",
|
| "http/transport_security_state_unittest.cc",
|
| "http/url_security_manager_unittest.cc",
|
|
|