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

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: 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 unified diff | Download patch
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 23 matching lines...) Expand all
34 'base/ip_endpoint.h', 34 'base/ip_endpoint.h',
35 'base/load_timing_info.cc', 35 'base/load_timing_info.cc',
36 'base/load_timing_info.h', 36 'base/load_timing_info.h',
37 'base/net_error_list.h', 37 'base/net_error_list.h',
38 'base/net_errors.cc', 38 'base/net_errors.cc',
39 'base/net_errors.h', 39 'base/net_errors.h',
40 'base/net_errors_posix.cc', 40 'base/net_errors_posix.cc',
41 'base/net_export.h', 41 'base/net_export.h',
42 'base/net_module.cc', 42 'base/net_module.cc',
43 'base/net_module.h', 43 'base/net_module.h',
44 'base/net_pref_names.cc',
45 'base/net_pref_names.h',
44 'base/net_string_util.h', 46 'base/net_string_util.h',
45 'base/net_util.cc', 47 'base/net_util.cc',
46 'base/net_util.h', 48 'base/net_util.h',
47 'base/network_interfaces.cc', 49 'base/network_interfaces.cc',
48 'base/network_interfaces.h', 50 'base/network_interfaces.h',
49 'base/network_interfaces_posix.cc', 51 'base/network_interfaces_posix.cc',
50 'base/openssl_private_key_store.h', 52 'base/openssl_private_key_store.h',
51 'base/openssl_private_key_store_android.cc', 53 'base/openssl_private_key_store_android.cc',
52 'base/openssl_private_key_store_memory.cc', 54 'base/openssl_private_key_store_memory.cc',
53 'base/port_util.cc', 55 'base/port_util.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'der/input.cc', 123 'der/input.cc',
122 'der/input.h', 124 'der/input.h',
123 'der/parse_values.cc', 125 'der/parse_values.cc',
124 'der/parse_values.h', 126 'der/parse_values.h',
125 'der/parser.cc', 127 'der/parser.cc',
126 'der/parser.h', 128 'der/parser.h',
127 'der/tag.cc', 129 'der/tag.cc',
128 'der/tag.h', 130 'der/tag.h',
129 'dns/dns_util.cc', 131 'dns/dns_util.cc',
130 'dns/dns_util.h', 132 'dns/dns_util.h',
133 'http/http_auth_scheme.cc',
134 'http/http_auth_scheme.h',
131 'http/http_auth_challenge_tokenizer.cc', 135 'http/http_auth_challenge_tokenizer.cc',
132 'http/http_auth_challenge_tokenizer.h', 136 'http/http_auth_challenge_tokenizer.h',
133 'http/http_byte_range.cc', 137 'http/http_byte_range.cc',
134 'http/http_byte_range.h', 138 'http/http_byte_range.h',
135 'http/http_log_util.cc', 139 'http/http_log_util.cc',
136 'http/http_log_util.h', 140 'http/http_log_util.h',
137 'http/http_request_headers.cc', 141 'http/http_request_headers.cc',
138 'http/http_request_headers.h', 142 'http/http_request_headers.h',
139 'http/http_response_headers.cc', 143 'http/http_response_headers.cc',
140 'http/http_response_headers.h', 144 'http/http_response_headers.h',
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 'http/http_auth_handler_factory.cc', 830 'http/http_auth_handler_factory.cc',
827 'http/http_auth_handler_factory.h', 831 'http/http_auth_handler_factory.h',
828 'http/http_auth_handler_negotiate.cc', 832 'http/http_auth_handler_negotiate.cc',
829 'http/http_auth_handler_negotiate.h', 833 'http/http_auth_handler_negotiate.h',
830 'http/http_auth_handler_ntlm.cc', 834 'http/http_auth_handler_ntlm.cc',
831 'http/http_auth_handler_ntlm.h', 835 'http/http_auth_handler_ntlm.h',
832 'http/http_auth_handler_ntlm_portable.cc', 836 'http/http_auth_handler_ntlm_portable.cc',
833 'http/http_auth_handler_ntlm_win.cc', 837 'http/http_auth_handler_ntlm_win.cc',
834 'http/http_auth_multi_round_parse.cc', 838 'http/http_auth_multi_round_parse.cc',
835 'http/http_auth_multi_round_parse.h', 839 'http/http_auth_multi_round_parse.h',
840 'http/http_auth_preferences.cc',
841 'http/http_auth_preferences.h',
836 'http/http_auth_sspi_win.cc', 842 'http/http_auth_sspi_win.cc',
837 'http/http_auth_sspi_win.h', 843 'http/http_auth_sspi_win.h',
838 'http/http_basic_state.cc', 844 'http/http_basic_state.cc',
839 'http/http_basic_state.h', 845 'http/http_basic_state.h',
840 'http/http_basic_stream.cc', 846 'http/http_basic_stream.cc',
841 'http/http_basic_stream.h', 847 'http/http_basic_stream.h',
842 'http/http_cache.cc', 848 'http/http_cache.cc',
843 'http/http_cache.h', 849 'http/http_cache.h',
844 'http/http_cache_transaction.cc', 850 'http/http_cache_transaction.cc',
845 'http/http_cache_transaction.h', 851 'http/http_cache_transaction.h',
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 'http/http_auth_filter_unittest.cc', 1415 'http/http_auth_filter_unittest.cc',
1410 'http/http_auth_gssapi_posix_unittest.cc', 1416 'http/http_auth_gssapi_posix_unittest.cc',
1411 'http/http_auth_handler_basic_unittest.cc', 1417 'http/http_auth_handler_basic_unittest.cc',
1412 'http/http_auth_handler_digest_unittest.cc', 1418 'http/http_auth_handler_digest_unittest.cc',
1413 'http/http_auth_handler_factory_unittest.cc', 1419 'http/http_auth_handler_factory_unittest.cc',
1414 'http/http_auth_handler_mock.cc', 1420 'http/http_auth_handler_mock.cc',
1415 'http/http_auth_handler_mock.h', 1421 'http/http_auth_handler_mock.h',
1416 'http/http_auth_handler_negotiate_unittest.cc', 1422 'http/http_auth_handler_negotiate_unittest.cc',
1417 'http/http_auth_handler_unittest.cc', 1423 'http/http_auth_handler_unittest.cc',
1418 'http/http_auth_multi_round_parse_unittest.cc', 1424 'http/http_auth_multi_round_parse_unittest.cc',
1425 'http/http_auth_preferences_unittest.cc',
1419 'http/http_auth_sspi_win_unittest.cc', 1426 'http/http_auth_sspi_win_unittest.cc',
1420 'http/http_auth_unittest.cc', 1427 'http/http_auth_unittest.cc',
1421 'http/http_basic_state_unittest.cc', 1428 'http/http_basic_state_unittest.cc',
1422 'http/http_byte_range_unittest.cc', 1429 'http/http_byte_range_unittest.cc',
1423 'http/http_cache_unittest.cc', 1430 'http/http_cache_unittest.cc',
1424 'http/http_chunked_decoder_unittest.cc', 1431 'http/http_chunked_decoder_unittest.cc',
1425 'http/http_content_disposition_unittest.cc', 1432 'http/http_content_disposition_unittest.cc',
1426 'http/http_log_util_unittest.cc', 1433 'http/http_log_util_unittest.cc',
1427 'http/http_network_layer_unittest.cc', 1434 'http/http_network_layer_unittest.cc',
1428 'http/http_network_transaction_ssl_unittest.cc', 1435 'http/http_network_transaction_ssl_unittest.cc',
1429 'http/http_network_transaction_unittest.cc', 1436 'http/http_network_transaction_unittest.cc',
1430 'http/http_proxy_client_socket_pool_unittest.cc', 1437 'http/http_proxy_client_socket_pool_unittest.cc',
1431 'http/http_request_headers_unittest.cc', 1438 'http/http_request_headers_unittest.cc',
1432 'http/http_response_body_drainer_unittest.cc', 1439 'http/http_response_body_drainer_unittest.cc',
1433 'http/http_response_headers_unittest.cc', 1440 'http/http_response_headers_unittest.cc',
1434 'http/http_response_info_unittest.cc', 1441 'http/http_response_info_unittest.cc',
1435 'http/http_security_headers_unittest.cc', 1442 'http/http_security_headers_unittest.cc',
1436 'http/http_server_properties_impl_unittest.cc', 1443 'http/http_server_properties_impl_unittest.cc',
1437 'http/http_server_properties_manager_unittest.cc', 1444 'http/http_server_properties_manager_unittest.cc',
1438 'http/http_status_code_unittest.cc', 1445 'http/http_status_code_unittest.cc',
1439 'http/http_status_line_validator_unittest.cc', 1446 'http/http_status_line_validator_unittest.cc',
1440 'http/http_stream_factory_impl_request_unittest.cc', 1447 'http/http_stream_factory_impl_request_unittest.cc',
1441 'http/http_stream_factory_impl_unittest.cc', 1448 'http/http_stream_factory_impl_unittest.cc',
1442 'http/http_stream_parser_unittest.cc', 1449 'http/http_stream_parser_unittest.cc',
1443 'http/http_util_unittest.cc', 1450 'http/http_util_unittest.cc',
1444 'http/http_vary_data_unittest.cc', 1451 'http/http_vary_data_unittest.cc',
1445 'http/mock_allow_url_security_manager.cc', 1452 'http/mock_allow_http_auth_preferences.cc',
1446 'http/mock_allow_url_security_manager.h', 1453 'http/mock_allow_http_auth_preferences.h',
1447 'http/mock_gssapi_library_posix.cc', 1454 'http/mock_gssapi_library_posix.cc',
1448 'http/mock_gssapi_library_posix.h', 1455 'http/mock_gssapi_library_posix.h',
1449 'http/mock_http_cache.cc', 1456 'http/mock_http_cache.cc',
1450 'http/mock_http_cache.h', 1457 'http/mock_http_cache.h',
1451 'http/mock_sspi_library_win.cc', 1458 'http/mock_sspi_library_win.cc',
1452 'http/mock_sspi_library_win.h', 1459 'http/mock_sspi_library_win.h',
1453 'http/transport_security_persister_unittest.cc', 1460 'http/transport_security_persister_unittest.cc',
1454 'http/transport_security_state_unittest.cc', 1461 'http/transport_security_state_unittest.cc',
1455 'http/url_security_manager_unittest.cc', 1462 'http/url_security_manager_unittest.cc',
1456 'log/net_log_capture_mode_unittest.cc', 1463 'log/net_log_capture_mode_unittest.cc',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1904 'docs/bug-triage.md', 1911 'docs/bug-triage.md',
1905 'docs/bug-triage-labels.md', 1912 'docs/bug-triage-labels.md',
1906 'docs/bug-triage-suggested-workflow.md', 1913 'docs/bug-triage-suggested-workflow.md',
1907 'docs/code-patterns.md', 1914 'docs/code-patterns.md',
1908 'docs/life-of-a-url-request.md', 1915 'docs/life-of-a-url-request.md',
1909 'sdch/README.md', 1916 'sdch/README.md',
1910 ], 1917 ],
1911 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1918 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1912 } 1919 }
1913 } 1920 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698