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

Unified Diff: net/BUILD.gn

Issue 2873673002: Add unit tests for NTLMv1 portable implementation (Closed)
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/des.h » ('j') | net/http/http_auth_handler_ntlm_portable.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 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",
]
}
« no previous file with comments | « no previous file | net/http/des.h » ('j') | net/http/http_auth_handler_ntlm_portable.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698