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

Side by Side Diff: net/BUILD.gn

Issue 2873673002: Add unit tests for NTLMv1 portable implementation (Closed)
Patch Set: Rebase Created 3 years, 5 months 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 | « no previous file | net/http/des.h » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 "filter/source_stream.h", 786 "filter/source_stream.h",
787 "filter/source_stream_type_list.h", 787 "filter/source_stream_type_list.h",
788 "http/bidirectional_stream.cc", 788 "http/bidirectional_stream.cc",
789 "http/bidirectional_stream.h", 789 "http/bidirectional_stream.h",
790 "http/bidirectional_stream_impl.cc", 790 "http/bidirectional_stream_impl.cc",
791 "http/bidirectional_stream_impl.h", 791 "http/bidirectional_stream_impl.h",
792 "http/bidirectional_stream_request_info.cc", 792 "http/bidirectional_stream_request_info.cc",
793 "http/bidirectional_stream_request_info.h", 793 "http/bidirectional_stream_request_info.h",
794 "http/broken_alternative_services.cc", 794 "http/broken_alternative_services.cc",
795 "http/broken_alternative_services.h", 795 "http/broken_alternative_services.h",
796 "http/des.cc",
797 "http/des.h",
798 "http/failing_http_transaction_factory.cc", 796 "http/failing_http_transaction_factory.cc",
799 "http/failing_http_transaction_factory.h", 797 "http/failing_http_transaction_factory.h",
800 "http/http_auth.cc", 798 "http/http_auth.cc",
801 "http/http_auth.h", 799 "http/http_auth.h",
802 "http/http_auth_cache.cc", 800 "http/http_auth_cache.cc",
803 "http/http_auth_cache.h", 801 "http/http_auth_cache.h",
804 "http/http_auth_controller.cc", 802 "http/http_auth_controller.cc",
805 "http/http_auth_controller.h", 803 "http/http_auth_controller.h",
806 "http/http_auth_filter.cc", 804 "http/http_auth_filter.cc",
807 "http/http_auth_filter.h", 805 "http/http_auth_filter.h",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 "http/http_stream_factory_impl_job.h", 874 "http/http_stream_factory_impl_job.h",
877 "http/http_stream_factory_impl_job_controller.cc", 875 "http/http_stream_factory_impl_job_controller.cc",
878 "http/http_stream_factory_impl_job_controller.h", 876 "http/http_stream_factory_impl_job_controller.h",
879 "http/http_stream_factory_impl_request.cc", 877 "http/http_stream_factory_impl_request.cc",
880 "http/http_stream_factory_impl_request.h", 878 "http/http_stream_factory_impl_request.h",
881 "http/http_stream_parser.cc", 879 "http/http_stream_parser.cc",
882 "http/http_stream_parser.h", 880 "http/http_stream_parser.h",
883 "http/http_transaction.h", 881 "http/http_transaction.h",
884 "http/http_transaction_factory.h", 882 "http/http_transaction_factory.h",
885 "http/http_version.h", 883 "http/http_version.h",
886 "http/md4.cc",
887 "http/md4.h",
888 "http/partial_data.cc", 884 "http/partial_data.cc",
889 "http/partial_data.h", 885 "http/partial_data.h",
890 "http/proxy_client_socket.cc", 886 "http/proxy_client_socket.cc",
891 "http/proxy_client_socket.h", 887 "http/proxy_client_socket.h",
892 "http/proxy_connect_redirect_http_stream.cc", 888 "http/proxy_connect_redirect_http_stream.cc",
893 "http/proxy_connect_redirect_http_stream.h", 889 "http/proxy_connect_redirect_http_stream.h",
894 "http/transport_security_persister.cc", 890 "http/transport_security_persister.cc",
895 "http/transport_security_persister.h", 891 "http/transport_security_persister.h",
896 "http/transport_security_state_static.h", 892 "http/transport_security_state_static.h",
897 "http/url_security_manager.cc", 893 "http/url_security_manager.cc",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 "nqe/network_quality_store.h", 1011 "nqe/network_quality_store.h",
1016 "nqe/observation_buffer.h", 1012 "nqe/observation_buffer.h",
1017 "nqe/rtt_throughput_estimates_observer.h", 1013 "nqe/rtt_throughput_estimates_observer.h",
1018 "nqe/socket_watcher.cc", 1014 "nqe/socket_watcher.cc",
1019 "nqe/socket_watcher.h", 1015 "nqe/socket_watcher.h",
1020 "nqe/socket_watcher_factory.cc", 1016 "nqe/socket_watcher_factory.cc",
1021 "nqe/socket_watcher_factory.h", 1017 "nqe/socket_watcher_factory.h",
1022 "nqe/throughput_analyzer.cc", 1018 "nqe/throughput_analyzer.cc",
1023 "nqe/throughput_analyzer.h", 1019 "nqe/throughput_analyzer.h",
1024 "nqe/weighted_observation.h", 1020 "nqe/weighted_observation.h",
1021 "ntlm/des.cc",
1022 "ntlm/des.h",
1023 "ntlm/md4.cc",
1024 "ntlm/md4.h",
1025 "ntlm/ntlm.cc",
1026 "ntlm/ntlm.h",
1025 "ntlm/ntlm_buffer_reader.cc", 1027 "ntlm/ntlm_buffer_reader.cc",
1026 "ntlm/ntlm_buffer_reader.h", 1028 "ntlm/ntlm_buffer_reader.h",
1027 "ntlm/ntlm_buffer_writer.cc", 1029 "ntlm/ntlm_buffer_writer.cc",
1028 "ntlm/ntlm_buffer_writer.h", 1030 "ntlm/ntlm_buffer_writer.h",
1029 "ntlm/ntlm_constants.h", 1031 "ntlm/ntlm_constants.h",
1030 "proxy/dhcp_proxy_script_adapter_fetcher_win.cc", 1032 "proxy/dhcp_proxy_script_adapter_fetcher_win.cc",
1031 "proxy/dhcp_proxy_script_adapter_fetcher_win.h", 1033 "proxy/dhcp_proxy_script_adapter_fetcher_win.h",
1032 "proxy/dhcp_proxy_script_fetcher.cc", 1034 "proxy/dhcp_proxy_script_fetcher.cc",
1033 "proxy/dhcp_proxy_script_fetcher.h", 1035 "proxy/dhcp_proxy_script_fetcher.h",
1034 "proxy/dhcp_proxy_script_fetcher_factory.cc", 1036 "proxy/dhcp_proxy_script_fetcher_factory.cc",
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
1763 if (is_posix) { 1765 if (is_posix) {
1764 if (posix_avoid_mmap) { 1766 if (posix_avoid_mmap) {
1765 sources -= [ "disk_cache/blockfile/mapped_file_posix.cc" ] 1767 sources -= [ "disk_cache/blockfile/mapped_file_posix.cc" ]
1766 } else { 1768 } else {
1767 sources -= [ "disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc" ] 1769 sources -= [ "disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc" ]
1768 } 1770 }
1769 } 1771 }
1770 1772
1771 if (is_win) { 1773 if (is_win) {
1772 sources -= [ 1774 sources -= [
1775 "ntlm/des.cc",
1776 "ntlm/des.h",
1777 "ntlm/md4.cc",
1778 "ntlm/md4.h",
1779 "ntlm/ntlm.cc",
1780 "ntlm/ntlm.h",
1773 "ntlm/ntlm_buffer_reader.cc", 1781 "ntlm/ntlm_buffer_reader.cc",
1774 "ntlm/ntlm_buffer_reader.h", 1782 "ntlm/ntlm_buffer_reader.h",
1775 "ntlm/ntlm_buffer_writer.cc", 1783 "ntlm/ntlm_buffer_writer.cc",
1776 "ntlm/ntlm_buffer_writer.h", 1784 "ntlm/ntlm_buffer_writer.h",
1777 "ntlm/ntlm_constants.h", 1785 "ntlm/ntlm_constants.h",
1778 ] 1786 ]
1779 } 1787 }
1780 1788
1781 if (!enable_built_in_dns) { 1789 if (!enable_built_in_dns) {
1782 sources -= [ 1790 sources -= [
(...skipping 2888 matching lines...) Expand 10 before | Expand all | Expand 10 after
4671 "ftp/ftp_ctrl_response_buffer_unittest.cc", 4679 "ftp/ftp_ctrl_response_buffer_unittest.cc",
4672 "ftp/ftp_directory_listing_parser_ls_unittest.cc", 4680 "ftp/ftp_directory_listing_parser_ls_unittest.cc",
4673 "ftp/ftp_directory_listing_parser_unittest.cc", 4681 "ftp/ftp_directory_listing_parser_unittest.cc",
4674 "ftp/ftp_directory_listing_parser_unittest.h", 4682 "ftp/ftp_directory_listing_parser_unittest.h",
4675 "ftp/ftp_directory_listing_parser_vms_unittest.cc", 4683 "ftp/ftp_directory_listing_parser_vms_unittest.cc",
4676 "ftp/ftp_directory_listing_parser_windows_unittest.cc", 4684 "ftp/ftp_directory_listing_parser_windows_unittest.cc",
4677 "ftp/ftp_network_transaction_unittest.cc", 4685 "ftp/ftp_network_transaction_unittest.cc",
4678 "ftp/ftp_util_unittest.cc", 4686 "ftp/ftp_util_unittest.cc",
4679 "http/bidirectional_stream_unittest.cc", 4687 "http/bidirectional_stream_unittest.cc",
4680 "http/broken_alternative_services_unittest.cc", 4688 "http/broken_alternative_services_unittest.cc",
4681 "http/des_unittest.cc",
4682 "http/http_auth_cache_unittest.cc", 4689 "http/http_auth_cache_unittest.cc",
4683 "http/http_auth_challenge_tokenizer_unittest.cc", 4690 "http/http_auth_challenge_tokenizer_unittest.cc",
4684 "http/http_auth_controller_unittest.cc", 4691 "http/http_auth_controller_unittest.cc",
4685 "http/http_auth_filter_unittest.cc", 4692 "http/http_auth_filter_unittest.cc",
4686 "http/http_auth_gssapi_posix_unittest.cc", 4693 "http/http_auth_gssapi_posix_unittest.cc",
4687 "http/http_auth_handler_basic_unittest.cc", 4694 "http/http_auth_handler_basic_unittest.cc",
4688 "http/http_auth_handler_digest_unittest.cc", 4695 "http/http_auth_handler_digest_unittest.cc",
4689 "http/http_auth_handler_factory_unittest.cc", 4696 "http/http_auth_handler_factory_unittest.cc",
4690 "http/http_auth_handler_mock.cc", 4697 "http/http_auth_handler_mock.cc",
4691 "http/http_auth_handler_mock.h", 4698 "http/http_auth_handler_mock.h",
4692 "http/http_auth_handler_negotiate_unittest.cc", 4699 "http/http_auth_handler_negotiate_unittest.cc",
4700 "http/http_auth_handler_ntlm_portable_unittest.cc",
4693 "http/http_auth_handler_unittest.cc", 4701 "http/http_auth_handler_unittest.cc",
4694 "http/http_auth_multi_round_parse_unittest.cc", 4702 "http/http_auth_multi_round_parse_unittest.cc",
4695 "http/http_auth_preferences_unittest.cc", 4703 "http/http_auth_preferences_unittest.cc",
4696 "http/http_auth_sspi_win_unittest.cc", 4704 "http/http_auth_sspi_win_unittest.cc",
4697 "http/http_auth_unittest.cc", 4705 "http/http_auth_unittest.cc",
4698 "http/http_basic_state_unittest.cc", 4706 "http/http_basic_state_unittest.cc",
4699 "http/http_byte_range_unittest.cc", 4707 "http/http_byte_range_unittest.cc",
4700 "http/http_cache_lookup_manager_unittest.cc", 4708 "http/http_cache_lookup_manager_unittest.cc",
4701 "http/http_cache_unittest.cc", 4709 "http/http_cache_unittest.cc",
4702 "http/http_chunked_decoder_unittest.cc", 4710 "http/http_chunked_decoder_unittest.cc",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
4810 "nqe/effective_connection_type_unittest.cc", 4818 "nqe/effective_connection_type_unittest.cc",
4811 "nqe/event_creator_unittest.cc", 4819 "nqe/event_creator_unittest.cc",
4812 "nqe/network_qualities_prefs_manager_unittest.cc", 4820 "nqe/network_qualities_prefs_manager_unittest.cc",
4813 "nqe/network_quality_estimator_params_unittest.cc", 4821 "nqe/network_quality_estimator_params_unittest.cc",
4814 "nqe/network_quality_estimator_unittest.cc", 4822 "nqe/network_quality_estimator_unittest.cc",
4815 "nqe/network_quality_estimator_util_unittest.cc", 4823 "nqe/network_quality_estimator_util_unittest.cc",
4816 "nqe/network_quality_store_unittest.cc", 4824 "nqe/network_quality_store_unittest.cc",
4817 "nqe/observation_buffer_unittest.cc", 4825 "nqe/observation_buffer_unittest.cc",
4818 "nqe/socket_watcher_unittest.cc", 4826 "nqe/socket_watcher_unittest.cc",
4819 "nqe/throughput_analyzer_unittest.cc", 4827 "nqe/throughput_analyzer_unittest.cc",
4828 "ntlm/des_unittest.cc",
4820 "ntlm/ntlm_buffer_reader_unittest.cc", 4829 "ntlm/ntlm_buffer_reader_unittest.cc",
4821 "ntlm/ntlm_buffer_writer_unittest.cc", 4830 "ntlm/ntlm_buffer_writer_unittest.cc",
4831 "ntlm/ntlm_test_data.h",
4832 "ntlm/ntlm_unittest.cc",
4822 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc", 4833 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc",
4823 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc", 4834 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc",
4824 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc", 4835 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc",
4825 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc", 4836 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc",
4826 "proxy/mojo_proxy_resolver_impl_unittest.cc", 4837 "proxy/mojo_proxy_resolver_impl_unittest.cc",
4827 "proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc", 4838 "proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc",
4828 "proxy/multi_threaded_proxy_resolver_unittest.cc", 4839 "proxy/multi_threaded_proxy_resolver_unittest.cc",
4829 "proxy/network_delegate_error_observer_unittest.cc", 4840 "proxy/network_delegate_error_observer_unittest.cc",
4830 "proxy/proxy_bypass_rules_unittest.cc", 4841 "proxy/proxy_bypass_rules_unittest.cc",
4831 "proxy/proxy_config_service_android_unittest.cc", 4842 "proxy/proxy_config_service_android_unittest.cc",
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
5227 if (is_chromeos) { 5238 if (is_chromeos) {
5228 sources -= [ "proxy/proxy_config_service_linux_unittest.cc" ] 5239 sources -= [ "proxy/proxy_config_service_linux_unittest.cc" ]
5229 } 5240 }
5230 5241
5231 if (!is_proto_quic && v8_use_external_startup_data) { 5242 if (!is_proto_quic && v8_use_external_startup_data) {
5232 deps += [ "//gin" ] 5243 deps += [ "//gin" ]
5233 } 5244 }
5234 5245
5235 if (is_win) { 5246 if (is_win) {
5236 sources -= [ 5247 sources -= [
5248 "http/http_auth_handler_ntlm_portable_unittest.cc",
5249 "ntlm/des_unittest.cc",
5237 "ntlm/ntlm_buffer_reader_unittest.cc", 5250 "ntlm/ntlm_buffer_reader_unittest.cc",
5238 "ntlm/ntlm_buffer_writer_unittest.cc", 5251 "ntlm/ntlm_buffer_writer_unittest.cc",
5252 "ntlm/ntlm_test_data.h",
5253 "ntlm/ntlm_unittest.cc",
5239 ] 5254 ]
5240 } 5255 }
5241 5256
5242 if (!use_nss_certs) { 5257 if (!use_nss_certs) {
5243 sources -= [ 5258 sources -= [
5244 "cert/internal/trust_store_nss_unittest.cc", 5259 "cert/internal/trust_store_nss_unittest.cc",
5245 "cert/nss_cert_database_unittest.cc", 5260 "cert/nss_cert_database_unittest.cc",
5246 "ssl/client_cert_store_nss_unittest.cc", 5261 "ssl/client_cert_store_nss_unittest.cc",
5247 "ssl/ssl_platform_key_nss_unittest.cc", 5262 "ssl/ssl_platform_key_nss_unittest.cc",
5248 ] 5263 ]
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
6081 ] 6096 ]
6082 deps = [ 6097 deps = [
6083 ":net_fuzzer_test_support", 6098 ":net_fuzzer_test_support",
6084 ":test_support", 6099 ":test_support",
6085 "//base", 6100 "//base",
6086 "//net", 6101 "//net",
6087 ] 6102 ]
6088 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 6103 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
6089 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 6104 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
6090 } 6105 }
OLDNEW
« no previous file with comments | « no previous file | net/http/des.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698