| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 6bdde55d4369e4742e53b3e3bb274d2ace58ca2d..451bb2c823630230c466e4311d0103b59a5e709e 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -793,8 +793,6 @@ component("net") {
|
| "http/bidirectional_stream_request_info.h",
|
| "http/broken_alternative_services.cc",
|
| "http/broken_alternative_services.h",
|
| - "http/des.cc",
|
| - "http/des.h",
|
| "http/failing_http_transaction_factory.cc",
|
| "http/failing_http_transaction_factory.h",
|
| "http/http_auth.cc",
|
| @@ -883,8 +881,6 @@ component("net") {
|
| "http/http_transaction.h",
|
| "http/http_transaction_factory.h",
|
| "http/http_version.h",
|
| - "http/md4.cc",
|
| - "http/md4.h",
|
| "http/partial_data.cc",
|
| "http/partial_data.h",
|
| "http/proxy_client_socket.cc",
|
| @@ -1765,6 +1761,12 @@ component("net") {
|
|
|
| if (!is_win) {
|
| sources += [
|
| + "ntlm/des.cc",
|
| + "ntlm/des.h",
|
| + "ntlm/md4.cc",
|
| + "ntlm/md4.h",
|
| + "ntlm/ntlm.cc",
|
| + "ntlm/ntlm.h",
|
| "ntlm/ntlm_buffer_reader.cc",
|
| "ntlm/ntlm_buffer_reader.h",
|
| "ntlm/ntlm_buffer_writer.cc",
|
| @@ -4673,7 +4675,6 @@ test("net_unittests") {
|
| "ftp/ftp_util_unittest.cc",
|
| "http/bidirectional_stream_unittest.cc",
|
| "http/broken_alternative_services_unittest.cc",
|
| - "http/des_unittest.cc",
|
| "http/http_auth_cache_unittest.cc",
|
| "http/http_auth_challenge_tokenizer_unittest.cc",
|
| "http/http_auth_controller_unittest.cc",
|
| @@ -5227,8 +5228,12 @@ test("net_unittests") {
|
|
|
| if (!is_win) {
|
| sources += [
|
| + "http/http_auth_handler_ntlm_portable_unittest.cc",
|
| + "ntlm/des_unittest.cc",
|
| "ntlm/ntlm_buffer_reader_unittest.cc",
|
| "ntlm/ntlm_buffer_writer_unittest.cc",
|
| + "ntlm/ntlm_test_data.h",
|
| + "ntlm/ntlm_unittest.cc",
|
| ]
|
| }
|
|
|
|
|