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

Unified Diff: net/BUILD.gn

Issue 2873673002: Add unit tests for NTLMv1 portable implementation (Closed)
Patch Set: Cleanup Created 3 years, 6 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
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",
asanka 2017/06/23 21:29:10 I'm guessing this and the tests would be moved to
zentaro 2017/07/05 17:57:40 Done.
"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",
asanka 2017/06/23 21:29:10 inside the 'test("net_unittests")' definition, add
zentaro 2017/07/05 17:57:41 Since I already added a condition for !is_win for
"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",
« no previous file with comments | « no previous file | net/http/http_auth_handler_ntlm_portable.cc » ('j') | net/http/http_auth_handler_ntlm_portable_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698