| OLD | NEW |
| 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 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1015 "nqe/network_quality_store.h", | 1015 "nqe/network_quality_store.h", |
| 1016 "nqe/observation_buffer.h", | 1016 "nqe/observation_buffer.h", |
| 1017 "nqe/rtt_throughput_estimates_observer.h", | 1017 "nqe/rtt_throughput_estimates_observer.h", |
| 1018 "nqe/socket_watcher.cc", | 1018 "nqe/socket_watcher.cc", |
| 1019 "nqe/socket_watcher.h", | 1019 "nqe/socket_watcher.h", |
| 1020 "nqe/socket_watcher_factory.cc", | 1020 "nqe/socket_watcher_factory.cc", |
| 1021 "nqe/socket_watcher_factory.h", | 1021 "nqe/socket_watcher_factory.h", |
| 1022 "nqe/throughput_analyzer.cc", | 1022 "nqe/throughput_analyzer.cc", |
| 1023 "nqe/throughput_analyzer.h", | 1023 "nqe/throughput_analyzer.h", |
| 1024 "nqe/weighted_observation.h", | 1024 "nqe/weighted_observation.h", |
| 1025 "ntlm/ntlm_buffer_reader.cc", |
| 1026 "ntlm/ntlm_buffer_reader.h", |
| 1027 "ntlm/ntlm_buffer_writer.cc", |
| 1028 "ntlm/ntlm_buffer_writer.h", |
| 1029 "ntlm/ntlm_constants.h", |
| 1025 "proxy/dhcp_proxy_script_adapter_fetcher_win.cc", | 1030 "proxy/dhcp_proxy_script_adapter_fetcher_win.cc", |
| 1026 "proxy/dhcp_proxy_script_adapter_fetcher_win.h", | 1031 "proxy/dhcp_proxy_script_adapter_fetcher_win.h", |
| 1027 "proxy/dhcp_proxy_script_fetcher.cc", | 1032 "proxy/dhcp_proxy_script_fetcher.cc", |
| 1028 "proxy/dhcp_proxy_script_fetcher.h", | 1033 "proxy/dhcp_proxy_script_fetcher.h", |
| 1029 "proxy/dhcp_proxy_script_fetcher_factory.cc", | 1034 "proxy/dhcp_proxy_script_fetcher_factory.cc", |
| 1030 "proxy/dhcp_proxy_script_fetcher_factory.h", | 1035 "proxy/dhcp_proxy_script_fetcher_factory.h", |
| 1031 "proxy/dhcp_proxy_script_fetcher_win.cc", | 1036 "proxy/dhcp_proxy_script_fetcher_win.cc", |
| 1032 "proxy/dhcp_proxy_script_fetcher_win.h", | 1037 "proxy/dhcp_proxy_script_fetcher_win.h", |
| 1033 "proxy/dhcpcsvc_init_win.cc", | 1038 "proxy/dhcpcsvc_init_win.cc", |
| 1034 "proxy/dhcpcsvc_init_win.h", | 1039 "proxy/dhcpcsvc_init_win.h", |
| (...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1756 } | 1761 } |
| 1757 | 1762 |
| 1758 if (is_posix) { | 1763 if (is_posix) { |
| 1759 if (posix_avoid_mmap) { | 1764 if (posix_avoid_mmap) { |
| 1760 sources -= [ "disk_cache/blockfile/mapped_file_posix.cc" ] | 1765 sources -= [ "disk_cache/blockfile/mapped_file_posix.cc" ] |
| 1761 } else { | 1766 } else { |
| 1762 sources -= [ "disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc" ] | 1767 sources -= [ "disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc" ] |
| 1763 } | 1768 } |
| 1764 } | 1769 } |
| 1765 | 1770 |
| 1771 if (is_win) { |
| 1772 sources -= [ |
| 1773 "ntlm/ntlm_buffer_reader.cc", |
| 1774 "ntlm/ntlm_buffer_reader.h", |
| 1775 "ntlm/ntlm_buffer_writer.cc", |
| 1776 "ntlm/ntlm_buffer_writer.h", |
| 1777 "ntlm/ntlm_constants.h", |
| 1778 ] |
| 1779 } |
| 1780 |
| 1766 if (!enable_built_in_dns) { | 1781 if (!enable_built_in_dns) { |
| 1767 sources -= [ | 1782 sources -= [ |
| 1768 "dns/address_sorter_posix.cc", | 1783 "dns/address_sorter_posix.cc", |
| 1769 "dns/address_sorter_posix.h", | 1784 "dns/address_sorter_posix.h", |
| 1770 "dns/dns_client.cc", | 1785 "dns/dns_client.cc", |
| 1771 ] | 1786 ] |
| 1772 } | 1787 } |
| 1773 | 1788 |
| 1774 if (use_byte_certs) { | 1789 if (use_byte_certs) { |
| 1775 if (is_ios) { | 1790 if (is_ios) { |
| (...skipping 3019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4795 "nqe/effective_connection_type_unittest.cc", | 4810 "nqe/effective_connection_type_unittest.cc", |
| 4796 "nqe/event_creator_unittest.cc", | 4811 "nqe/event_creator_unittest.cc", |
| 4797 "nqe/network_qualities_prefs_manager_unittest.cc", | 4812 "nqe/network_qualities_prefs_manager_unittest.cc", |
| 4798 "nqe/network_quality_estimator_params_unittest.cc", | 4813 "nqe/network_quality_estimator_params_unittest.cc", |
| 4799 "nqe/network_quality_estimator_unittest.cc", | 4814 "nqe/network_quality_estimator_unittest.cc", |
| 4800 "nqe/network_quality_estimator_util_unittest.cc", | 4815 "nqe/network_quality_estimator_util_unittest.cc", |
| 4801 "nqe/network_quality_store_unittest.cc", | 4816 "nqe/network_quality_store_unittest.cc", |
| 4802 "nqe/observation_buffer_unittest.cc", | 4817 "nqe/observation_buffer_unittest.cc", |
| 4803 "nqe/socket_watcher_unittest.cc", | 4818 "nqe/socket_watcher_unittest.cc", |
| 4804 "nqe/throughput_analyzer_unittest.cc", | 4819 "nqe/throughput_analyzer_unittest.cc", |
| 4820 "ntlm/ntlm_buffer_reader_unittest.cc", |
| 4821 "ntlm/ntlm_buffer_writer_unittest.cc", |
| 4805 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc", | 4822 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc", |
| 4806 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc", | 4823 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc", |
| 4807 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc", | 4824 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc", |
| 4808 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc", | 4825 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc", |
| 4809 "proxy/mojo_proxy_resolver_impl_unittest.cc", | 4826 "proxy/mojo_proxy_resolver_impl_unittest.cc", |
| 4810 "proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc", | 4827 "proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc", |
| 4811 "proxy/multi_threaded_proxy_resolver_unittest.cc", | 4828 "proxy/multi_threaded_proxy_resolver_unittest.cc", |
| 4812 "proxy/network_delegate_error_observer_unittest.cc", | 4829 "proxy/network_delegate_error_observer_unittest.cc", |
| 4813 "proxy/proxy_bypass_rules_unittest.cc", | 4830 "proxy/proxy_bypass_rules_unittest.cc", |
| 4814 "proxy/proxy_config_service_android_unittest.cc", | 4831 "proxy/proxy_config_service_android_unittest.cc", |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5208 } | 5225 } |
| 5209 | 5226 |
| 5210 if (is_chromeos) { | 5227 if (is_chromeos) { |
| 5211 sources -= [ "proxy/proxy_config_service_linux_unittest.cc" ] | 5228 sources -= [ "proxy/proxy_config_service_linux_unittest.cc" ] |
| 5212 } | 5229 } |
| 5213 | 5230 |
| 5214 if (!is_proto_quic && v8_use_external_startup_data) { | 5231 if (!is_proto_quic && v8_use_external_startup_data) { |
| 5215 deps += [ "//gin" ] | 5232 deps += [ "//gin" ] |
| 5216 } | 5233 } |
| 5217 | 5234 |
| 5235 if (is_win) { |
| 5236 sources -= [ |
| 5237 "ntlm/ntlm_buffer_reader_unittest.cc", |
| 5238 "ntlm/ntlm_buffer_writer_unittest.cc", |
| 5239 ] |
| 5240 } |
| 5241 |
| 5218 if (!use_nss_certs) { | 5242 if (!use_nss_certs) { |
| 5219 sources -= [ | 5243 sources -= [ |
| 5220 "cert/internal/trust_store_nss_unittest.cc", | 5244 "cert/internal/trust_store_nss_unittest.cc", |
| 5221 "cert/nss_cert_database_unittest.cc", | 5245 "cert/nss_cert_database_unittest.cc", |
| 5222 "ssl/client_cert_store_nss_unittest.cc", | 5246 "ssl/client_cert_store_nss_unittest.cc", |
| 5223 "ssl/ssl_platform_key_nss_unittest.cc", | 5247 "ssl/ssl_platform_key_nss_unittest.cc", |
| 5224 ] | 5248 ] |
| 5225 if (is_chromeos) { # Already removed for all non-ChromeOS builds. | 5249 if (is_chromeos) { # Already removed for all non-ChromeOS builds. |
| 5226 sources -= [ | 5250 sources -= [ |
| 5227 "cert/nss_cert_database_chromeos_unittest.cc", | 5251 "cert/nss_cert_database_chromeos_unittest.cc", |
| (...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6057 ] | 6081 ] |
| 6058 deps = [ | 6082 deps = [ |
| 6059 ":net_fuzzer_test_support", | 6083 ":net_fuzzer_test_support", |
| 6060 ":test_support", | 6084 ":test_support", |
| 6061 "//base", | 6085 "//base", |
| 6062 "//net", | 6086 "//net", |
| 6063 ] | 6087 ] |
| 6064 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" | 6088 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" |
| 6065 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" | 6089 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" |
| 6066 } | 6090 } |
| OLD | NEW |