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

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 compile error on Windows and component build link error 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 9d97fd170761b2efbf7501513023731aa4042e94..1fe7dea90315d9f197fad37032562e0ee5e69032 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -41,6 +41,8 @@
'base/net_export.h',
'base/net_module.cc',
'base/net_module.h',
+ 'base/net_pref_names.cc',
+ 'base/net_pref_names.h',
'base/net_string_util.h',
'base/net_util.cc',
'base/net_util.h',
@@ -128,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',
@@ -833,6 +837,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',
@@ -1416,6 +1422,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',
@@ -1442,8 +1449,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