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

Side by Side Diff: net/BUILD.gn

Issue 2873673002: Add unit tests for NTLMv1 portable implementation (Closed)
Patch Set: Merge build config back to net 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') | net/http/http_auth_handler_ntlm_portable.cc » ('J')
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 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1758 if (is_posix) { 1754 if (is_posix) {
1759 if (posix_avoid_mmap) { 1755 if (posix_avoid_mmap) {
1760 sources -= [ "disk_cache/blockfile/mapped_file_posix.cc" ] 1756 sources -= [ "disk_cache/blockfile/mapped_file_posix.cc" ]
1761 } else { 1757 } else {
1762 sources -= [ "disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc" ] 1758 sources -= [ "disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc" ]
1763 } 1759 }
1764 } 1760 }
1765 1761
1766 if (!is_win) { 1762 if (!is_win) {
1767 sources += [ 1763 sources += [
1764 "ntlm/des.cc",
1765 "ntlm/des.h",
1766 "ntlm/md4.cc",
1767 "ntlm/md4.h",
1768 "ntlm/ntlm.cc",
1769 "ntlm/ntlm.h",
1768 "ntlm/ntlm_buffer_reader.cc", 1770 "ntlm/ntlm_buffer_reader.cc",
1769 "ntlm/ntlm_buffer_reader.h", 1771 "ntlm/ntlm_buffer_reader.h",
1770 "ntlm/ntlm_buffer_writer.cc", 1772 "ntlm/ntlm_buffer_writer.cc",
1771 "ntlm/ntlm_buffer_writer.h", 1773 "ntlm/ntlm_buffer_writer.h",
1772 "ntlm/ntlm_constants.h", 1774 "ntlm/ntlm_constants.h",
Ryan Sleevi 2017/07/12 17:56:38 Apologies that I missed this with the first CL, bu
zentaro 2017/07/13 17:10:19 Done.
1773 ] 1775 ]
1774 } 1776 }
1775 1777
1776 if (!enable_built_in_dns) { 1778 if (!enable_built_in_dns) {
1777 sources -= [ 1779 sources -= [
1778 "dns/address_sorter_posix.cc", 1780 "dns/address_sorter_posix.cc",
1779 "dns/address_sorter_posix.h", 1781 "dns/address_sorter_posix.h",
1780 "dns/dns_client.cc", 1782 "dns/dns_client.cc",
1781 ] 1783 ]
1782 } 1784 }
(...skipping 2883 matching lines...) Expand 10 before | Expand all | Expand 10 after
4666 "ftp/ftp_ctrl_response_buffer_unittest.cc", 4668 "ftp/ftp_ctrl_response_buffer_unittest.cc",
4667 "ftp/ftp_directory_listing_parser_ls_unittest.cc", 4669 "ftp/ftp_directory_listing_parser_ls_unittest.cc",
4668 "ftp/ftp_directory_listing_parser_unittest.cc", 4670 "ftp/ftp_directory_listing_parser_unittest.cc",
4669 "ftp/ftp_directory_listing_parser_unittest.h", 4671 "ftp/ftp_directory_listing_parser_unittest.h",
4670 "ftp/ftp_directory_listing_parser_vms_unittest.cc", 4672 "ftp/ftp_directory_listing_parser_vms_unittest.cc",
4671 "ftp/ftp_directory_listing_parser_windows_unittest.cc", 4673 "ftp/ftp_directory_listing_parser_windows_unittest.cc",
4672 "ftp/ftp_network_transaction_unittest.cc", 4674 "ftp/ftp_network_transaction_unittest.cc",
4673 "ftp/ftp_util_unittest.cc", 4675 "ftp/ftp_util_unittest.cc",
4674 "http/bidirectional_stream_unittest.cc", 4676 "http/bidirectional_stream_unittest.cc",
4675 "http/broken_alternative_services_unittest.cc", 4677 "http/broken_alternative_services_unittest.cc",
4676 "http/des_unittest.cc",
4677 "http/http_auth_cache_unittest.cc", 4678 "http/http_auth_cache_unittest.cc",
4678 "http/http_auth_challenge_tokenizer_unittest.cc", 4679 "http/http_auth_challenge_tokenizer_unittest.cc",
4679 "http/http_auth_controller_unittest.cc", 4680 "http/http_auth_controller_unittest.cc",
4680 "http/http_auth_filter_unittest.cc", 4681 "http/http_auth_filter_unittest.cc",
4681 "http/http_auth_gssapi_posix_unittest.cc", 4682 "http/http_auth_gssapi_posix_unittest.cc",
4682 "http/http_auth_handler_basic_unittest.cc", 4683 "http/http_auth_handler_basic_unittest.cc",
4683 "http/http_auth_handler_digest_unittest.cc", 4684 "http/http_auth_handler_digest_unittest.cc",
4684 "http/http_auth_handler_factory_unittest.cc", 4685 "http/http_auth_handler_factory_unittest.cc",
4685 "http/http_auth_handler_mock.cc", 4686 "http/http_auth_handler_mock.cc",
4686 "http/http_auth_handler_mock.h", 4687 "http/http_auth_handler_mock.h",
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
5220 if (is_chromeos) { 5221 if (is_chromeos) {
5221 sources -= [ "proxy/proxy_config_service_linux_unittest.cc" ] 5222 sources -= [ "proxy/proxy_config_service_linux_unittest.cc" ]
5222 } 5223 }
5223 5224
5224 if (!is_proto_quic && v8_use_external_startup_data) { 5225 if (!is_proto_quic && v8_use_external_startup_data) {
5225 deps += [ "//gin" ] 5226 deps += [ "//gin" ]
5226 } 5227 }
5227 5228
5228 if (!is_win) { 5229 if (!is_win) {
5229 sources += [ 5230 sources += [
5231 "http/http_auth_handler_ntlm_portable_unittest.cc",
5232 "ntlm/des_unittest.cc",
5230 "ntlm/ntlm_buffer_reader_unittest.cc", 5233 "ntlm/ntlm_buffer_reader_unittest.cc",
5231 "ntlm/ntlm_buffer_writer_unittest.cc", 5234 "ntlm/ntlm_buffer_writer_unittest.cc",
5235 "ntlm/ntlm_test_data.h",
5236 "ntlm/ntlm_unittest.cc",
5232 ] 5237 ]
5233 } 5238 }
5234 5239
5235 if (!use_nss_certs) { 5240 if (!use_nss_certs) {
5236 sources -= [ 5241 sources -= [
5237 "cert/internal/trust_store_nss_unittest.cc", 5242 "cert/internal/trust_store_nss_unittest.cc",
5238 "cert/nss_cert_database_unittest.cc", 5243 "cert/nss_cert_database_unittest.cc",
5239 "ssl/client_cert_store_nss_unittest.cc", 5244 "ssl/client_cert_store_nss_unittest.cc",
5240 "ssl/ssl_platform_key_nss_unittest.cc", 5245 "ssl/ssl_platform_key_nss_unittest.cc",
5241 ] 5246 ]
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
6074 ] 6079 ]
6075 deps = [ 6080 deps = [
6076 ":net_fuzzer_test_support", 6081 ":net_fuzzer_test_support",
6077 ":test_support", 6082 ":test_support",
6078 "//base", 6083 "//base",
6079 "//net", 6084 "//net",
6080 ] 6085 ]
6081 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 6086 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
6082 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 6087 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
6083 } 6088 }
OLDNEW
« no previous file with comments | « no previous file | net/http/des.h » ('j') | net/http/http_auth_handler_ntlm_portable.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698