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

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: Move //base/prefs references out of net - part 1. 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 cd5e3cc5989c2998de09c4d6ac3aa78677365dd6..e72c9af20c9fd3580355ffef833fad8108c3cc15 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -43,6 +43,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',
@@ -130,6 +132,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 +841,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',
@@ -1421,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',
@@ -1447,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