| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "base/net_errors.cc", | 128 "base/net_errors.cc", |
| 129 "base/net_errors.h", | 129 "base/net_errors.h", |
| 130 "base/net_errors_posix.cc", | 130 "base/net_errors_posix.cc", |
| 131 "base/net_export.h", | 131 "base/net_export.h", |
| 132 "base/net_module.cc", | 132 "base/net_module.cc", |
| 133 "base/net_module.h", | 133 "base/net_module.h", |
| 134 "base/net_string_util.h", | 134 "base/net_string_util.h", |
| 135 "base/network_interfaces.cc", | 135 "base/network_interfaces.cc", |
| 136 "base/network_interfaces.h", | 136 "base/network_interfaces.h", |
| 137 "base/network_interfaces_posix.cc", | 137 "base/network_interfaces_posix.cc", |
| 138 "base/network_interfaces_posix.h", |
| 138 "base/parse_number.cc", | 139 "base/parse_number.cc", |
| 139 "base/parse_number.h", | 140 "base/parse_number.h", |
| 140 "base/port_util.cc", | 141 "base/port_util.cc", |
| 141 "base/port_util.h", | 142 "base/port_util.h", |
| 142 "base/rand_callback.h", | 143 "base/rand_callback.h", |
| 143 "base/registry_controlled_domains/registry_controlled_domain.cc", | 144 "base/registry_controlled_domains/registry_controlled_domain.cc", |
| 144 "base/registry_controlled_domains/registry_controlled_domain.h", | 145 "base/registry_controlled_domains/registry_controlled_domain.h", |
| 145 "base/sockaddr_storage.cc", | 146 "base/sockaddr_storage.cc", |
| 146 "base/sockaddr_storage.h", | 147 "base/sockaddr_storage.h", |
| 147 "base/sys_addrinfo.h", | 148 "base/sys_addrinfo.h", |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 "base/network_change_notifier_win.h", | 451 "base/network_change_notifier_win.h", |
| 451 "base/network_config_watcher_mac.cc", | 452 "base/network_config_watcher_mac.cc", |
| 452 "base/network_config_watcher_mac.h", | 453 "base/network_config_watcher_mac.h", |
| 453 "base/network_delegate.cc", | 454 "base/network_delegate.cc", |
| 454 "base/network_delegate.h", | 455 "base/network_delegate.h", |
| 455 "base/network_delegate_impl.cc", | 456 "base/network_delegate_impl.cc", |
| 456 "base/network_delegate_impl.h", | 457 "base/network_delegate_impl.h", |
| 457 "base/network_interfaces_linux.cc", | 458 "base/network_interfaces_linux.cc", |
| 458 "base/network_interfaces_mac.cc", | 459 "base/network_interfaces_mac.cc", |
| 459 "base/network_interfaces_win.cc", | 460 "base/network_interfaces_win.cc", |
| 461 "base/network_interfaces_win.h", |
| 460 "base/network_throttle_manager.h", | 462 "base/network_throttle_manager.h", |
| 461 "base/network_throttle_manager_impl.cc", | 463 "base/network_throttle_manager_impl.cc", |
| 462 "base/network_throttle_manager_impl.h", | 464 "base/network_throttle_manager_impl.h", |
| 463 "base/percentile_estimator.cc", | 465 "base/percentile_estimator.cc", |
| 464 "base/percentile_estimator.h", | 466 "base/percentile_estimator.h", |
| 465 "base/platform_mime_util.h", | 467 "base/platform_mime_util.h", |
| 466 "base/platform_mime_util_linux.cc", | 468 "base/platform_mime_util_linux.cc", |
| 467 "base/platform_mime_util_mac.mm", | 469 "base/platform_mime_util_mac.mm", |
| 468 "base/platform_mime_util_win.cc", | 470 "base/platform_mime_util_win.cc", |
| 469 "base/prioritized_dispatcher.cc", | 471 "base/prioritized_dispatcher.cc", |
| (...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1560 "ssl/client_cert_store_nss.cc", | 1562 "ssl/client_cert_store_nss.cc", |
| 1561 "ssl/client_cert_store_nss.h", | 1563 "ssl/client_cert_store_nss.h", |
| 1562 "ssl/client_cert_store_win.cc", | 1564 "ssl/client_cert_store_win.cc", |
| 1563 "ssl/client_cert_store_win.h", | 1565 "ssl/client_cert_store_win.h", |
| 1564 "ssl/ssl_config_service_defaults.cc", | 1566 "ssl/ssl_config_service_defaults.cc", |
| 1565 "ssl/ssl_config_service_defaults.h", | 1567 "ssl/ssl_config_service_defaults.h", |
| 1566 "ssl/ssl_key_logger.cc", | 1568 "ssl/ssl_key_logger.cc", |
| 1567 "ssl/ssl_key_logger.h", | 1569 "ssl/ssl_key_logger.h", |
| 1568 "ssl/ssl_platform_key.h", | 1570 "ssl/ssl_platform_key.h", |
| 1569 "ssl/ssl_platform_key_android.cc", | 1571 "ssl/ssl_platform_key_android.cc", |
| 1572 "ssl/ssl_platform_key_android.h", |
| 1570 "ssl/ssl_platform_key_mac.cc", | 1573 "ssl/ssl_platform_key_mac.cc", |
| 1574 "ssl/ssl_platform_key_mac.h", |
| 1571 "ssl/ssl_platform_key_nss.cc", | 1575 "ssl/ssl_platform_key_nss.cc", |
| 1572 "ssl/ssl_platform_key_util.cc", | 1576 "ssl/ssl_platform_key_util.cc", |
| 1573 "ssl/ssl_platform_key_util.h", | 1577 "ssl/ssl_platform_key_util.h", |
| 1574 "ssl/ssl_platform_key_win.cc", | 1578 "ssl/ssl_platform_key_win.cc", |
| 1575 "ssl/test_ssl_private_key.cc", | 1579 "ssl/test_ssl_private_key.cc", |
| 1576 "ssl/test_ssl_private_key.h", | 1580 "ssl/test_ssl_private_key.h", |
| 1577 "ssl/threaded_ssl_private_key.cc", | 1581 "ssl/threaded_ssl_private_key.cc", |
| 1578 "ssl/threaded_ssl_private_key.h", | 1582 "ssl/threaded_ssl_private_key.h", |
| 1579 "third_party/mozilla_security_manager/nsNSSCertificateDB.cpp", | 1583 "third_party/mozilla_security_manager/nsNSSCertificateDB.cpp", |
| 1580 "third_party/mozilla_security_manager/nsNSSCertificateDB.h", | 1584 "third_party/mozilla_security_manager/nsNSSCertificateDB.h", |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2007 "//third_party/icu", | 2011 "//third_party/icu", |
| 2008 ] | 2012 ] |
| 2009 sources += [ | 2013 sources += [ |
| 2010 "base/filename_util_icu.cc", | 2014 "base/filename_util_icu.cc", |
| 2011 "base/net_string_util_icu.cc", | 2015 "base/net_string_util_icu.cc", |
| 2012 ] | 2016 ] |
| 2013 } | 2017 } |
| 2014 | 2018 |
| 2015 # Brotli support. | 2019 # Brotli support. |
| 2016 if (!disable_brotli_filter) { | 2020 if (!disable_brotli_filter) { |
| 2017 sources += [ "filter/brotli_source_stream.cc" ] | 2021 sources += [ |
| 2022 "filter/brotli_source_stream.cc", |
| 2023 "filter/brotli_source_stream.h", |
| 2024 ] |
| 2018 deps += [ "//third_party/brotli:dec" ] | 2025 deps += [ "//third_party/brotli:dec" ] |
| 2019 } else { | 2026 } else { |
| 2020 sources += [ "filter/brotli_source_stream_disabled.cc" ] | 2027 sources += [ "filter/brotli_source_stream_disabled.cc" ] |
| 2021 } | 2028 } |
| 2022 } | 2029 } |
| 2023 } | 2030 } |
| 2024 | 2031 |
| 2025 grit("net_resources") { | 2032 grit("net_resources") { |
| 2026 source = "base/net_resources.grd" | 2033 source = "base/net_resources.grd" |
| 2027 outputs = [ | 2034 outputs = [ |
| (...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2650 "//base", | 2657 "//base", |
| 2651 "//build/config/sanitizers:deps", | 2658 "//build/config/sanitizers:deps", |
| 2652 "//build/win:default_exe_manifest", | 2659 "//build/win:default_exe_manifest", |
| 2653 ] | 2660 ] |
| 2654 } | 2661 } |
| 2655 | 2662 |
| 2656 executable("gdig") { | 2663 executable("gdig") { |
| 2657 testonly = true | 2664 testonly = true |
| 2658 sources = [ | 2665 sources = [ |
| 2659 "tools/gdig/file_net_log.cc", | 2666 "tools/gdig/file_net_log.cc", |
| 2667 "tools/gdig/file_net_log.h", |
| 2660 "tools/gdig/gdig.cc", | 2668 "tools/gdig/gdig.cc", |
| 2661 ] | 2669 ] |
| 2662 deps = [ | 2670 deps = [ |
| 2663 ":net", | 2671 ":net", |
| 2664 "//base", | 2672 "//base", |
| 2665 "//build/config/sanitizers:deps", | 2673 "//build/config/sanitizers:deps", |
| 2666 "//build/win:default_exe_manifest", | 2674 "//build/win:default_exe_manifest", |
| 2667 ] | 2675 ] |
| 2668 } | 2676 } |
| 2669 | 2677 |
| (...skipping 2998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5668 ] | 5676 ] |
| 5669 deps = [ | 5677 deps = [ |
| 5670 ":net_fuzzer_test_support", | 5678 ":net_fuzzer_test_support", |
| 5671 ":test_support", | 5679 ":test_support", |
| 5672 "//base", | 5680 "//base", |
| 5673 "//net", | 5681 "//net", |
| 5674 ] | 5682 ] |
| 5675 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" | 5683 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" |
| 5676 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" | 5684 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" |
| 5677 } | 5685 } |
| OLD | NEW |