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

Unified Diff: net/BUILD.gn

Issue 2879353002: Add a buffer reader/writer for NTLM. (Closed)
Patch Set: Add a buffer reader/writer for NTLM. Created 3 years, 7 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/ntlm_buffer_reader.h » ('j') | net/http/ntlm_buffer_reader.h » ('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 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",
« no previous file with comments | « no previous file | net/http/ntlm_buffer_reader.h » ('j') | net/http/ntlm_buffer_reader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698