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

Unified Diff: net/net.gypi

Issue 1414313002: Allow dynamic updating of authentication policies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix IOS compile problem - attempt 3 Created 5 years, 1 month 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/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 0a13dabffe61cd3f01dc7f0d8a26911c6cc1a886..642dacd2114f8ce4a89669d12d566b8b558d02c5 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -130,6 +130,8 @@
'der/tag.h',
'dns/dns_util.cc',
'dns/dns_util.h',
+ 'http/http_auth_scheme.cc',
+ 'http/http_auth_scheme.h',
'http/http_auth_challenge_tokenizer.cc',
'http/http_auth_challenge_tokenizer.h',
'http/http_byte_range.cc',
@@ -837,6 +839,8 @@
'http/http_auth_handler_ntlm_win.cc',
'http/http_auth_multi_round_parse.cc',
'http/http_auth_multi_round_parse.h',
+ 'http/http_auth_preferences.cc',
+ 'http/http_auth_preferences.h',
'http/http_auth_sspi_win.cc',
'http/http_auth_sspi_win.h',
'http/http_basic_state.cc',
@@ -1423,6 +1427,7 @@
'http/http_auth_handler_negotiate_unittest.cc',
'http/http_auth_handler_unittest.cc',
'http/http_auth_multi_round_parse_unittest.cc',
+ 'http/http_auth_preferences_unittest.cc',
'http/http_auth_sspi_win_unittest.cc',
'http/http_auth_unittest.cc',
'http/http_basic_state_unittest.cc',
@@ -1449,8 +1454,8 @@
'http/http_stream_parser_unittest.cc',
'http/http_util_unittest.cc',
'http/http_vary_data_unittest.cc',
- 'http/mock_allow_url_security_manager.cc',
- 'http/mock_allow_url_security_manager.h',
+ 'http/mock_allow_http_auth_preferences.cc',
+ 'http/mock_allow_http_auth_preferences.h',
'http/mock_gssapi_library_posix.cc',
'http/mock_gssapi_library_posix.h',
'http/mock_http_cache.cc',

Powered by Google App Engine
This is Rietveld 408576698