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

Side by Side 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: Respond to cbentzel@'s comments. Created 5 years 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 unified diff | Download patch
« no previous file with comments | « net/http/url_security_manager_win.cc ('k') | net/spdy/spdy_network_transaction_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'der/input.cc', 123 'der/input.cc',
124 'der/input.h', 124 'der/input.h',
125 'der/parse_values.cc', 125 'der/parse_values.cc',
126 'der/parse_values.h', 126 'der/parse_values.h',
127 'der/parser.cc', 127 'der/parser.cc',
128 'der/parser.h', 128 'der/parser.h',
129 'der/tag.cc', 129 'der/tag.cc',
130 'der/tag.h', 130 'der/tag.h',
131 'dns/dns_util.cc', 131 'dns/dns_util.cc',
132 'dns/dns_util.h', 132 'dns/dns_util.h',
133 'http/http_auth_scheme.cc',
134 'http/http_auth_scheme.h',
133 'http/http_auth_challenge_tokenizer.cc', 135 'http/http_auth_challenge_tokenizer.cc',
134 'http/http_auth_challenge_tokenizer.h', 136 'http/http_auth_challenge_tokenizer.h',
135 'http/http_byte_range.cc', 137 'http/http_byte_range.cc',
136 'http/http_byte_range.h', 138 'http/http_byte_range.h',
137 'http/http_log_util.cc', 139 'http/http_log_util.cc',
138 'http/http_log_util.h', 140 'http/http_log_util.h',
139 'http/http_request_headers.cc', 141 'http/http_request_headers.cc',
140 'http/http_request_headers.h', 142 'http/http_request_headers.h',
141 'http/http_response_headers.cc', 143 'http/http_response_headers.cc',
142 'http/http_response_headers.h', 144 'http/http_response_headers.h',
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 'http/http_auth_handler_factory.cc', 834 'http/http_auth_handler_factory.cc',
833 'http/http_auth_handler_factory.h', 835 'http/http_auth_handler_factory.h',
834 'http/http_auth_handler_negotiate.cc', 836 'http/http_auth_handler_negotiate.cc',
835 'http/http_auth_handler_negotiate.h', 837 'http/http_auth_handler_negotiate.h',
836 'http/http_auth_handler_ntlm.cc', 838 'http/http_auth_handler_ntlm.cc',
837 'http/http_auth_handler_ntlm.h', 839 'http/http_auth_handler_ntlm.h',
838 'http/http_auth_handler_ntlm_portable.cc', 840 'http/http_auth_handler_ntlm_portable.cc',
839 'http/http_auth_handler_ntlm_win.cc', 841 'http/http_auth_handler_ntlm_win.cc',
840 'http/http_auth_multi_round_parse.cc', 842 'http/http_auth_multi_round_parse.cc',
841 'http/http_auth_multi_round_parse.h', 843 'http/http_auth_multi_round_parse.h',
844 'http/http_auth_preferences.cc',
845 'http/http_auth_preferences.h',
842 'http/http_auth_sspi_win.cc', 846 'http/http_auth_sspi_win.cc',
843 'http/http_auth_sspi_win.h', 847 'http/http_auth_sspi_win.h',
844 'http/http_basic_state.cc', 848 'http/http_basic_state.cc',
845 'http/http_basic_state.h', 849 'http/http_basic_state.h',
846 'http/http_basic_stream.cc', 850 'http/http_basic_stream.cc',
847 'http/http_basic_stream.h', 851 'http/http_basic_stream.h',
848 'http/http_cache.cc', 852 'http/http_cache.cc',
849 'http/http_cache.h', 853 'http/http_cache.h',
850 'http/http_cache_transaction.cc', 854 'http/http_cache_transaction.cc',
851 'http/http_cache_transaction.h', 855 'http/http_cache_transaction.h',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1418 'http/http_auth_filter_unittest.cc', 1422 'http/http_auth_filter_unittest.cc',
1419 'http/http_auth_gssapi_posix_unittest.cc', 1423 'http/http_auth_gssapi_posix_unittest.cc',
1420 'http/http_auth_handler_basic_unittest.cc', 1424 'http/http_auth_handler_basic_unittest.cc',
1421 'http/http_auth_handler_digest_unittest.cc', 1425 'http/http_auth_handler_digest_unittest.cc',
1422 'http/http_auth_handler_factory_unittest.cc', 1426 'http/http_auth_handler_factory_unittest.cc',
1423 'http/http_auth_handler_mock.cc', 1427 'http/http_auth_handler_mock.cc',
1424 'http/http_auth_handler_mock.h', 1428 'http/http_auth_handler_mock.h',
1425 'http/http_auth_handler_negotiate_unittest.cc', 1429 'http/http_auth_handler_negotiate_unittest.cc',
1426 'http/http_auth_handler_unittest.cc', 1430 'http/http_auth_handler_unittest.cc',
1427 'http/http_auth_multi_round_parse_unittest.cc', 1431 'http/http_auth_multi_round_parse_unittest.cc',
1432 'http/http_auth_preferences_unittest.cc',
1428 'http/http_auth_sspi_win_unittest.cc', 1433 'http/http_auth_sspi_win_unittest.cc',
1429 'http/http_auth_unittest.cc', 1434 'http/http_auth_unittest.cc',
1430 'http/http_basic_state_unittest.cc', 1435 'http/http_basic_state_unittest.cc',
1431 'http/http_byte_range_unittest.cc', 1436 'http/http_byte_range_unittest.cc',
1432 'http/http_cache_unittest.cc', 1437 'http/http_cache_unittest.cc',
1433 'http/http_chunked_decoder_unittest.cc', 1438 'http/http_chunked_decoder_unittest.cc',
1434 'http/http_content_disposition_unittest.cc', 1439 'http/http_content_disposition_unittest.cc',
1435 'http/http_log_util_unittest.cc', 1440 'http/http_log_util_unittest.cc',
1436 'http/http_network_layer_unittest.cc', 1441 'http/http_network_layer_unittest.cc',
1437 'http/http_network_transaction_ssl_unittest.cc', 1442 'http/http_network_transaction_ssl_unittest.cc',
1438 'http/http_network_transaction_unittest.cc', 1443 'http/http_network_transaction_unittest.cc',
1439 'http/http_proxy_client_socket_pool_unittest.cc', 1444 'http/http_proxy_client_socket_pool_unittest.cc',
1440 'http/http_request_headers_unittest.cc', 1445 'http/http_request_headers_unittest.cc',
1441 'http/http_response_body_drainer_unittest.cc', 1446 'http/http_response_body_drainer_unittest.cc',
1442 'http/http_response_headers_unittest.cc', 1447 'http/http_response_headers_unittest.cc',
1443 'http/http_response_info_unittest.cc', 1448 'http/http_response_info_unittest.cc',
1444 'http/http_security_headers_unittest.cc', 1449 'http/http_security_headers_unittest.cc',
1445 'http/http_server_properties_impl_unittest.cc', 1450 'http/http_server_properties_impl_unittest.cc',
1446 'http/http_server_properties_manager_unittest.cc', 1451 'http/http_server_properties_manager_unittest.cc',
1447 'http/http_status_code_unittest.cc', 1452 'http/http_status_code_unittest.cc',
1448 'http/http_status_line_validator_unittest.cc', 1453 'http/http_status_line_validator_unittest.cc',
1449 'http/http_stream_factory_impl_request_unittest.cc', 1454 'http/http_stream_factory_impl_request_unittest.cc',
1450 'http/http_stream_factory_impl_unittest.cc', 1455 'http/http_stream_factory_impl_unittest.cc',
1451 'http/http_stream_parser_unittest.cc', 1456 'http/http_stream_parser_unittest.cc',
1452 'http/http_util_unittest.cc', 1457 'http/http_util_unittest.cc',
1453 'http/http_vary_data_unittest.cc', 1458 'http/http_vary_data_unittest.cc',
1454 'http/mock_allow_url_security_manager.cc', 1459 'http/mock_allow_http_auth_preferences.cc',
1455 'http/mock_allow_url_security_manager.h', 1460 'http/mock_allow_http_auth_preferences.h',
1456 'http/mock_gssapi_library_posix.cc', 1461 'http/mock_gssapi_library_posix.cc',
1457 'http/mock_gssapi_library_posix.h', 1462 'http/mock_gssapi_library_posix.h',
1458 'http/mock_http_cache.cc', 1463 'http/mock_http_cache.cc',
1459 'http/mock_http_cache.h', 1464 'http/mock_http_cache.h',
1460 'http/mock_sspi_library_win.cc', 1465 'http/mock_sspi_library_win.cc',
1461 'http/mock_sspi_library_win.h', 1466 'http/mock_sspi_library_win.h',
1462 'http/transport_security_persister_unittest.cc', 1467 'http/transport_security_persister_unittest.cc',
1463 'http/transport_security_state_unittest.cc', 1468 'http/transport_security_state_unittest.cc',
1464 'http/url_security_manager_unittest.cc', 1469 'http/url_security_manager_unittest.cc',
1465 'log/net_log_capture_mode_unittest.cc', 1470 'log/net_log_capture_mode_unittest.cc',
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
1915 'docs/bug-triage.md', 1920 'docs/bug-triage.md',
1916 'docs/bug-triage-labels.md', 1921 'docs/bug-triage-labels.md',
1917 'docs/bug-triage-suggested-workflow.md', 1922 'docs/bug-triage-suggested-workflow.md',
1918 'docs/code-patterns.md', 1923 'docs/code-patterns.md',
1919 'docs/life-of-a-url-request.md', 1924 'docs/life-of-a-url-request.md',
1920 'sdch/README.md', 1925 'sdch/README.md',
1921 ], 1926 ],
1922 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1927 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1923 } 1928 }
1924 } 1929 }
OLDNEW
« no previous file with comments | « net/http/url_security_manager_win.cc ('k') | net/spdy/spdy_network_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698