Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: net/BUILD.gn

Issue 2904633002: Replace NTLMv1 implementation with a functionally equivalent one.
Patch Set: Merge build config back to net Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/http/http_auth_handler_ntlm.h » ('j') | net/ntlm/ntlm_client.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 451bb2c823630230c466e4311d0103b59a5e709e..72415f75ea0f64c7c9854aa968c69414641d6ed8 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1771,6 +1771,8 @@ component("net") {
"ntlm/ntlm_buffer_reader.h",
"ntlm/ntlm_buffer_writer.cc",
"ntlm/ntlm_buffer_writer.h",
+ "ntlm/ntlm_client.cc",
+ "ntlm/ntlm_client.h",
"ntlm/ntlm_constants.h",
]
}
@@ -5232,6 +5234,7 @@ test("net_unittests") {
"ntlm/des_unittest.cc",
"ntlm/ntlm_buffer_reader_unittest.cc",
"ntlm/ntlm_buffer_writer_unittest.cc",
+ "ntlm/ntlm_client_unittest.cc",
"ntlm/ntlm_test_data.h",
"ntlm/ntlm_unittest.cc",
]
« no previous file with comments | « no previous file | net/http/http_auth_handler_ntlm.h » ('j') | net/ntlm/ntlm_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698