[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 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 |
| 3 | # found in the LICENSE file. |
| 4 | |
mef | ff34b82 | 2016-01-11 15:28:08 | [diff] [blame] | 5 | import("//build/buildflag_header.gni") |
slan | 77bdc2e6 | 2015-09-21 17:56:26 | [diff] [blame] | 6 | import("//build/config/chromecast_build.gni") |
brettw | 4cab0f1 | 2015-09-14 21:40:01 | [diff] [blame] | 7 | import("//build/config/compiler/compiler.gni") |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 8 | import("//build/config/crypto.gni") |
| 9 | import("//build/config/features.gni") |
sdefresne | eb26586 | 2016-09-08 14:27:12 | [diff] [blame] | 10 | import("//net/features.gni") |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 11 | import("//testing/libfuzzer/fuzzer_test.gni") |
qsr | fb5251d1 | 2015-01-21 15:57:22 | [diff] [blame] | 12 | import("//testing/test.gni") |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 13 | import("//third_party/icu/config.gni") |
rtenneti | b6f1c0d | 2015-04-03 17:52:06 | [diff] [blame] | 14 | import("//third_party/protobuf/proto_library.gni") |
tfarina | e597851a | 2015-10-06 23:14:41 | [diff] [blame] | 15 | import("//tools/grit/grit_rule.gni") |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 16 | import("//url/features.gni") |
[email protected] | 26046b5 | 2014-07-16 00:11:03 | [diff] [blame] | 17 | |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 18 | if (is_android) { |
| 19 | import("//build/config/android/config.gni") |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 20 | import("//build/config/android/rules.gni") |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 21 | } else if (is_mac) { |
| 22 | import("//build/config/mac/mac_sdk.gni") |
| 23 | } |
| 24 | |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 25 | # The way the cache uses mmap() is inefficient on some Android devices. If |
| 26 | # this flag is set, we hackily avoid using mmap() in the disk cache. We are |
| 27 | # pretty confident that mmap-ing the index would not hurt any existing x86 |
| 28 | # android devices, but we cannot be so sure about the variety of ARM devices. |
| 29 | # So enable it for x86 only for now. |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 30 | posix_avoid_mmap = is_android && current_cpu != "x86" |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 31 | |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 32 | enable_built_in_dns = !is_ios |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 33 | |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 34 | # Unix sockets are not supported on iOS or NaCl. |
| 35 | enable_unix_sockets = is_posix && !is_ios && !is_nacl |
Sergey Ulanov | 21dea15 | 2017-09-13 00:50:50 | [diff] [blame] | 36 | |
Sergey Volk | 3ee3537f | 2018-06-12 01:45:48 | [diff] [blame] | 37 | # x86/x64 cast_shell builds run on regular trybots and can use python runtime |
| 38 | # and remote test server. ARM cast_shell builds don't have python runtime. |
| 39 | is_arm_cast_shell_build = |
| 40 | is_chromecast && (current_cpu == "arm" || current_cpu == "arm64") |
Sergey Ulanov | 2a0b019 | 2017-08-31 23:09:40 | [diff] [blame] | 41 | |
Daniel Bratell | e0c1730 | 2018-09-27 08:52:45 | [diff] [blame] | 42 | # Python works only on Linux, MacOS and Windows so exclude the others, |
| 43 | # chromecast, android, fuchsia, ios. |
Sergey Volk | 3ee3537f | 2018-06-12 01:45:48 | [diff] [blame] | 44 | enable_python_utils = |
| 45 | !is_arm_cast_shell_build && !is_android && !is_fuchsia && !is_ios |
| 46 | |
Daniel Bratell | e0c1730 | 2018-09-27 08:52:45 | [diff] [blame] | 47 | # Platforms that cannot use python_utils (like Android but see full |
| 48 | # list above) will instead use a remote server, except for iOS which |
| 49 | # won't get either. |
| 50 | use_remote_test_server = !enable_python_utils && !is_ios |
Sergey Volk | 3ee3537f | 2018-06-12 01:45:48 | [diff] [blame] | 51 | |
Asanka Herath | 48ddc2d | 2019-06-03 20:31:38 | [diff] [blame] | 52 | # Whether //net should use an external GSSAPI library for implementing HTTP |
| 53 | # Negotiate authentication. All platforms for which use_kerberos is true should |
| 54 | # have some external implementation since //net doesn't have intrinsic support |
| 55 | # for Kerberos. This implementation is an external GSSAPI library on all |
| 56 | # platforms except on: |
| 57 | # |
| 58 | # Windows : Uses SSPI for Negotiate authentication. |
| 59 | # |
| 60 | # Android : Uses an external authenticator. See |
| 61 | # https://www.chromium.org/developers/design-documents/http-authentication/writing-a-spnego-authenticator-for-chrome-on-android |
| 62 | use_external_gssapi = use_kerberos && !is_android && !is_win |
| 63 | |
Sergey Volk | 3ee3537f | 2018-06-12 01:45:48 | [diff] [blame] | 64 | config("net_test_config") { |
| 65 | if (use_remote_test_server) { |
| 66 | defines = [ "USE_REMOTE_TEST_SERVER" ] |
| 67 | } |
| 68 | } |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 69 | |
Scott Violet | 0caaaf43 | 2018-03-24 00:43:59 | [diff] [blame] | 70 | buildflag_header("buildflags") { |
| 71 | header = "net_buildflags.h" |
brettw | a1228ebb | 2016-10-28 03:51:34 | [diff] [blame] | 72 | flags = [ |
| 73 | "POSIX_AVOID_MMAP=$posix_avoid_mmap", |
| 74 | "DISABLE_FILE_SUPPORT=$disable_file_support", |
| 75 | "DISABLE_FTP_SUPPORT=$disable_ftp_support", |
brettw | 5224a18 | 2016-10-28 22:13:02 | [diff] [blame] | 76 | "ENABLE_MDNS=$enable_mdns", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 77 | "ENABLE_REPORTING=$enable_reporting", |
brettw | a1228ebb | 2016-10-28 03:51:34 | [diff] [blame] | 78 | "ENABLE_WEBSOCKETS=$enable_websockets", |
xunjieli | 815ad5b | 2017-07-18 15:51:35 | [diff] [blame] | 79 | "INCLUDE_TRANSPORT_SECURITY_STATE_PRELOAD_LIST=$include_transport_security_state_preload_list", |
Nico Weber | 0699ffbd | 2018-07-09 16:57:05 | [diff] [blame] | 80 | "USE_KERBEROS=$use_kerberos", |
Asanka Herath | fbe4a670 | 2019-07-23 17:36:31 | [diff] [blame] | 81 | "USE_EXTERNAL_GSSAPI=$use_external_gssapi", |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 82 | "TRIAL_COMPARISON_CERT_VERIFIER_SUPPORTED=$trial_comparison_cert_verifier_supported", |
Matt Mueller | 36c3b10 | 2019-06-18 02:28:20 | [diff] [blame] | 83 | "BUILTIN_CERT_VERIFIER_FEATURE_SUPPORTED=$builtin_cert_verifier_feature_supported", |
brettw | a1228ebb | 2016-10-28 03:51:34 | [diff] [blame] | 84 | ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 85 | } |
| 86 | |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 87 | config("net_internal_config") { |
Asanka Herath | 48ddc2d | 2019-06-03 20:31:38 | [diff] [blame] | 88 | defines = [ "NET_IMPLEMENTATION" ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 89 | |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 90 | if (enable_built_in_dns) { |
| 91 | defines += [ "ENABLE_BUILT_IN_DNS" ] |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 92 | } |
| 93 | } |
| 94 | |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 95 | net_configs = [ |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 96 | ":net_internal_config", |
| 97 | "//build/config:precompiled_headers", |
| 98 | |
rsesek | 99679aa | 2016-06-28 21:24:17 | [diff] [blame] | 99 | "//build/config/compiler:wexit_time_destructors", |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 100 | ] |
| 101 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 102 | if (is_linux || is_chromeos) { |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 103 | net_configs += [ "//build/config/linux:libresolv" ] |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 104 | } |
| 105 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 106 | # Reset sources_assignment_filter for the BUILD.gn file to prevent |
| 107 | # regression during the migration of Chromium away from the feature. |
Lei Zhang | 9468132 | 2020-04-01 00:32:04 | [diff] [blame] | 108 | # See docs/no_sources_assignment_filter.md for more information. |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 109 | # TODO(crbug.com/1018739): Remove this when migration is done. |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 110 | set_sources_assignment_filter([]) |
| 111 | |
xunjieli | 0b7f5b6 | 2016-12-06 20:43:48 | [diff] [blame] | 112 | source_set("constants") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 113 | sources = [ "base/trace_constants.h" ] |
| 114 | deps = [ "//base" ] |
xunjieli | 0b7f5b6 | 2016-12-06 20:43:48 | [diff] [blame] | 115 | } |
| 116 | |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 117 | component("net") { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 118 | sources = [ |
| 119 | "base/address_family.cc", |
| 120 | "base/address_family.h", |
| 121 | "base/address_list.cc", |
| 122 | "base/address_list.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 123 | "base/auth.cc", |
| 124 | "base/auth.h", |
Matt Menke | dadd6c7 | 2018-01-30 23:07:25 | [diff] [blame] | 125 | "base/completion_once_callback.h", |
Bence Béky | 61f756c | 2018-04-25 14:17:53 | [diff] [blame] | 126 | "base/completion_repeating_callback.h", |
Charles 'Buck' Krasic | ed43ded | 2018-03-23 18:48:12 | [diff] [blame] | 127 | "base/datagram_buffer.cc", |
| 128 | "base/datagram_buffer.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 129 | "base/escape.cc", |
| 130 | "base/escape.h", |
Mythri Alle | 030e8f89 | 2018-10-09 14:58:17 | [diff] [blame] | 131 | "base/features.cc", |
| 132 | "base/features.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 133 | "base/hash_value.cc", |
| 134 | "base/hash_value.h", |
| 135 | "base/host_port_pair.cc", |
| 136 | "base/host_port_pair.h", |
fayang | baec8ff5 | 2017-01-28 03:26:12 | [diff] [blame] | 137 | "base/interval.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 138 | "base/io_buffer.cc", |
| 139 | "base/io_buffer.h", |
| 140 | "base/ip_address.cc", |
| 141 | "base/ip_address.h", |
| 142 | "base/ip_endpoint.cc", |
| 143 | "base/ip_endpoint.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 144 | "base/load_timing_info.cc", |
| 145 | "base/load_timing_info.h", |
| 146 | "base/lookup_string_in_fixed_set.cc", |
| 147 | "base/lookup_string_in_fixed_set.h", |
| 148 | "base/net_error_details.h", |
| 149 | "base/net_error_list.h", |
| 150 | "base/net_errors.cc", |
| 151 | "base/net_errors.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 152 | "base/net_module.cc", |
| 153 | "base/net_module.h", |
| 154 | "base/net_string_util.h", |
| 155 | "base/network_interfaces.cc", |
| 156 | "base/network_interfaces.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 157 | "base/parse_number.cc", |
| 158 | "base/parse_number.h", |
| 159 | "base/port_util.cc", |
| 160 | "base/port_util.h", |
David Benjamin | f6f0431 | 2020-07-15 00:19:21 | [diff] [blame] | 161 | "base/privacy_mode.cc", |
mmenke | 392ec46 | 2017-03-23 18:49:35 | [diff] [blame] | 162 | "base/privacy_mode.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 163 | "base/rand_callback.h", |
| 164 | "base/registry_controlled_domains/registry_controlled_domain.cc", |
| 165 | "base/registry_controlled_domains/registry_controlled_domain.h", |
| 166 | "base/sockaddr_storage.cc", |
| 167 | "base/sockaddr_storage.h", |
| 168 | "base/sys_addrinfo.h", |
Titouan Rigoudy | ba507a88 | 2020-07-31 12:15:15 | [diff] [blame] | 169 | "base/transport_info.cc", |
| 170 | "base/transport_info.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 171 | "base/url_util.cc", |
| 172 | "base/url_util.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 173 | "cert/asn1_util.cc", |
| 174 | "cert/asn1_util.h", |
| 175 | "cert/cert_database.cc", |
| 176 | "cert/cert_database.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 177 | "cert/cert_status_flags.cc", |
| 178 | "cert/cert_status_flags.h", |
mmenke | 392ec46 | 2017-03-23 18:49:35 | [diff] [blame] | 179 | "cert/cert_status_flags_list.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 180 | "cert/cert_verifier.cc", |
| 181 | "cert/cert_verifier.h", |
| 182 | "cert/cert_verify_result.cc", |
| 183 | "cert/cert_verify_result.h", |
| 184 | "cert/client_cert_verifier.h", |
| 185 | "cert/crl_set.cc", |
| 186 | "cert/crl_set.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 187 | "cert/ct_policy_enforcer.cc", |
| 188 | "cert/ct_policy_enforcer.h", |
| 189 | "cert/ct_policy_status.h", |
| 190 | "cert/ct_verifier.h", |
| 191 | "cert/ct_verify_result.cc", |
| 192 | "cert/ct_verify_result.h", |
| 193 | "cert/do_nothing_ct_verifier.cc", |
| 194 | "cert/do_nothing_ct_verifier.h", |
| 195 | "cert/internal/cert_error_id.cc", |
| 196 | "cert/internal/cert_error_id.h", |
| 197 | "cert/internal/cert_error_params.cc", |
| 198 | "cert/internal/cert_error_params.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 199 | "cert/internal/cert_errors.cc", |
| 200 | "cert/internal/cert_errors.h", |
| 201 | "cert/internal/cert_issuer_source.h", |
| 202 | "cert/internal/cert_issuer_source_aia.cc", |
| 203 | "cert/internal/cert_issuer_source_aia.h", |
| 204 | "cert/internal/cert_issuer_source_static.cc", |
| 205 | "cert/internal/cert_issuer_source_static.h", |
| 206 | "cert/internal/certificate_policies.cc", |
| 207 | "cert/internal/certificate_policies.h", |
Eric Roman | caa0a60 | 2017-07-28 21:17:11 | [diff] [blame] | 208 | "cert/internal/common_cert_errors.cc", |
| 209 | "cert/internal/common_cert_errors.h", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 210 | "cert/internal/crl.cc", |
| 211 | "cert/internal/crl.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 212 | "cert/internal/extended_key_usage.cc", |
| 213 | "cert/internal/extended_key_usage.h", |
Matt Mueller | 9e3ad303 | 2017-09-14 19:29:31 | [diff] [blame] | 214 | "cert/internal/general_names.cc", |
| 215 | "cert/internal/general_names.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 216 | "cert/internal/name_constraints.cc", |
| 217 | "cert/internal/name_constraints.h", |
Eric Roman | a2f6f55d | 2017-09-07 23:34:57 | [diff] [blame] | 218 | "cert/internal/ocsp.cc", |
| 219 | "cert/internal/ocsp.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 220 | "cert/internal/parse_certificate.cc", |
| 221 | "cert/internal/parse_certificate.h", |
| 222 | "cert/internal/parse_name.cc", |
| 223 | "cert/internal/parse_name.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 224 | "cert/internal/parsed_certificate.cc", |
| 225 | "cert/internal/parsed_certificate.h", |
| 226 | "cert/internal/path_builder.cc", |
| 227 | "cert/internal/path_builder.h", |
Eric Roman | cc56d16f | 2017-10-11 23:04:26 | [diff] [blame] | 228 | "cert/internal/revocation_checker.cc", |
| 229 | "cert/internal/revocation_checker.h", |
Matt Mueller | cfc358e2 | 2019-05-29 04:30:42 | [diff] [blame] | 230 | "cert/internal/revocation_util.cc", |
| 231 | "cert/internal/revocation_util.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 232 | "cert/internal/signature_algorithm.cc", |
| 233 | "cert/internal/signature_algorithm.h", |
Eric Roman | 5431d70 | 2017-07-26 01:58:18 | [diff] [blame] | 234 | "cert/internal/simple_path_builder_delegate.cc", |
| 235 | "cert/internal/simple_path_builder_delegate.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 236 | "cert/internal/trust_store.cc", |
| 237 | "cert/internal/trust_store.h", |
| 238 | "cert/internal/trust_store_collection.cc", |
| 239 | "cert/internal/trust_store_collection.h", |
| 240 | "cert/internal/trust_store_in_memory.cc", |
| 241 | "cert/internal/trust_store_in_memory.h", |
| 242 | "cert/internal/verify_certificate_chain.cc", |
| 243 | "cert/internal/verify_certificate_chain.h", |
| 244 | "cert/internal/verify_name_match.cc", |
| 245 | "cert/internal/verify_name_match.h", |
| 246 | "cert/internal/verify_signed_data.cc", |
| 247 | "cert/internal/verify_signed_data.h", |
| 248 | "cert/ocsp_revocation_status.h", |
| 249 | "cert/ocsp_verify_result.cc", |
| 250 | "cert/ocsp_verify_result.h", |
Matt Mueller | dd8f469 | 2019-11-21 01:09:32 | [diff] [blame] | 251 | "cert/pem.cc", |
| 252 | "cert/pem.h", |
Chris Thompson | f31b249 | 2020-07-21 05:47:42 | [diff] [blame] | 253 | "cert/sct_auditing_delegate.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 254 | "cert/sct_status_flags.cc", |
| 255 | "cert/sct_status_flags.h", |
| 256 | "cert/signed_certificate_timestamp.cc", |
| 257 | "cert/signed_certificate_timestamp.h", |
| 258 | "cert/signed_certificate_timestamp_and_status.cc", |
| 259 | "cert/signed_certificate_timestamp_and_status.h", |
| 260 | "cert/signed_tree_head.cc", |
| 261 | "cert/signed_tree_head.h", |
Emily Stark | d29cdae | 2017-09-16 01:59:34 | [diff] [blame] | 262 | "cert/symantec_certs.cc", |
| 263 | "cert/symantec_certs.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 264 | "cert/x509_cert_types.cc", |
| 265 | "cert/x509_cert_types.h", |
| 266 | "cert/x509_certificate.cc", |
| 267 | "cert/x509_certificate.h", |
| 268 | "cert/x509_certificate_net_log_param.cc", |
| 269 | "cert/x509_certificate_net_log_param.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 270 | "cert/x509_util.cc", |
| 271 | "cert/x509_util.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 272 | "der/encode_values.cc", |
| 273 | "der/encode_values.h", |
| 274 | "der/input.cc", |
| 275 | "der/input.h", |
| 276 | "der/parse_values.cc", |
| 277 | "der/parse_values.h", |
| 278 | "der/parser.cc", |
| 279 | "der/parser.h", |
| 280 | "der/tag.cc", |
| 281 | "der/tag.h", |
Matt Menke | 7ed822d | 2019-12-11 01:25:58 | [diff] [blame] | 282 | "http/hsts_info.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 283 | "http/http_auth_challenge_tokenizer.cc", |
| 284 | "http/http_auth_challenge_tokenizer.h", |
| 285 | "http/http_auth_scheme.cc", |
| 286 | "http/http_auth_scheme.h", |
| 287 | "http/http_byte_range.cc", |
| 288 | "http/http_byte_range.h", |
| 289 | "http/http_log_util.cc", |
| 290 | "http/http_log_util.h", |
Andrey Kosyakov | 83a6eee | 2017-08-14 19:20:04 | [diff] [blame] | 291 | "http/http_raw_request_headers.cc", |
| 292 | "http/http_raw_request_headers.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 293 | "http/http_request_headers.cc", |
| 294 | "http/http_request_headers.h", |
| 295 | "http/http_response_headers.cc", |
| 296 | "http/http_response_headers.h", |
| 297 | "http/http_response_info.cc", |
| 298 | "http/http_response_info.h", |
| 299 | "http/http_security_headers.cc", |
| 300 | "http/http_security_headers.h", |
Daniel Bratell | a6f7191d | 2017-11-23 09:20:37 | [diff] [blame] | 301 | "http/http_status_code_list.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 302 | "http/http_util.cc", |
| 303 | "http/http_util.h", |
| 304 | "http/http_vary_data.cc", |
| 305 | "http/http_vary_data.h", |
Yutaka Hirano | 7babd26e | 2020-02-12 16:03:21 | [diff] [blame] | 306 | "http/structured_headers.cc", |
| 307 | "http/structured_headers.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 308 | "http/transport_security_state.h", |
xunjieli | 815ad5b | 2017-07-18 15:51:35 | [diff] [blame] | 309 | "http/transport_security_state_source.cc", |
martijn | 9b806ab2 | 2017-03-18 16:13:21 | [diff] [blame] | 310 | "http/transport_security_state_source.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 311 | "log/net_log.cc", |
| 312 | "log/net_log.h", |
| 313 | "log/net_log_capture_mode.cc", |
| 314 | "log/net_log_capture_mode.h", |
| 315 | "log/net_log_entry.cc", |
| 316 | "log/net_log_entry.h", |
mmenke | 392ec46 | 2017-03-23 18:49:35 | [diff] [blame] | 317 | "log/net_log_event_type.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 318 | "log/net_log_event_type_list.h", |
| 319 | "log/net_log_source.cc", |
| 320 | "log/net_log_source.h", |
mmenke | 392ec46 | 2017-03-23 18:49:35 | [diff] [blame] | 321 | "log/net_log_source_type.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 322 | "log/net_log_source_type_list.h", |
Eric Roman | 06bd974 | 2019-07-13 15:19:13 | [diff] [blame] | 323 | "log/net_log_values.cc", |
| 324 | "log/net_log_values.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 325 | "log/net_log_with_source.cc", |
| 326 | "log/net_log_with_source.h", |
| 327 | "socket/client_socket_handle.cc", |
| 328 | "socket/client_socket_handle.h", |
Matt Menke | 977e61b | 2019-01-10 19:36:02 | [diff] [blame] | 329 | "socket/connect_job.cc", |
| 330 | "socket/connect_job.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 331 | "socket/connection_attempts.h", |
| 332 | "socket/next_proto.cc", |
| 333 | "socket/next_proto.h", |
xunjieli | 321a96f3 | 2017-03-07 19:42:17 | [diff] [blame] | 334 | "socket/socket.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 335 | "socket/socket.h", |
| 336 | "socket/socket_bio_adapter.cc", |
| 337 | "socket/socket_bio_adapter.h", |
| 338 | "socket/socket_performance_watcher.h", |
| 339 | "socket/socket_performance_watcher_factory.h", |
| 340 | "socket/ssl_client_socket.cc", |
| 341 | "socket/ssl_client_socket.h", |
| 342 | "socket/ssl_client_socket_impl.cc", |
| 343 | "socket/ssl_client_socket_impl.h", |
| 344 | "socket/ssl_socket.h", |
Bence Béky | dae8af5f | 2018-04-13 08:53:17 | [diff] [blame] | 345 | "socket/stream_socket.cc", |
| 346 | "socket/stream_socket.h", |
mattm | 436ccfe | 2017-06-19 20:24:08 | [diff] [blame] | 347 | "ssl/client_cert_identity.cc", |
| 348 | "ssl/client_cert_identity.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 349 | "ssl/openssl_ssl_util.cc", |
| 350 | "ssl/openssl_ssl_util.h", |
| 351 | "ssl/ssl_cert_request_info.cc", |
| 352 | "ssl/ssl_cert_request_info.h", |
| 353 | "ssl/ssl_cipher_suite_names.cc", |
| 354 | "ssl/ssl_cipher_suite_names.h", |
| 355 | "ssl/ssl_client_auth_cache.cc", |
| 356 | "ssl/ssl_client_auth_cache.h", |
| 357 | "ssl/ssl_client_cert_type.h", |
| 358 | "ssl/ssl_client_session_cache.cc", |
| 359 | "ssl/ssl_client_session_cache.h", |
| 360 | "ssl/ssl_config.cc", |
| 361 | "ssl/ssl_config.h", |
| 362 | "ssl/ssl_config_service.cc", |
| 363 | "ssl/ssl_config_service.h", |
| 364 | "ssl/ssl_connection_status_flags.h", |
David Benjamin | 0627236e | 2019-06-27 02:01:18 | [diff] [blame] | 365 | "ssl/ssl_handshake_details.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 366 | "ssl/ssl_info.cc", |
| 367 | "ssl/ssl_info.h", |
David Benjamin | bd37c17 | 2018-07-11 17:24:57 | [diff] [blame] | 368 | "ssl/ssl_key_logger.h", |
David Benjamin | 07a07d65 | 2020-02-26 22:26:59 | [diff] [blame] | 369 | "ssl/ssl_legacy_crypto_fallback.h", |
David Benjamin | b9bafbe | 2017-11-07 21:41:38 | [diff] [blame] | 370 | "ssl/ssl_private_key.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 371 | "ssl/ssl_private_key.h", |
| 372 | "ssl/ssl_server_config.cc", |
| 373 | "ssl/ssl_server_config.h", |
dalyk | 6b82a025 | 2018-08-22 15:22:38 | [diff] [blame] | 374 | "third_party/uri_template/uri_template.cc", |
| 375 | "third_party/uri_template/uri_template.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 376 | ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 377 | |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 378 | if (is_posix || is_fuchsia) { |
| 379 | sources += [ "base/net_errors_posix.cc" ] |
| 380 | } |
| 381 | |
Adam Langley | 93cbfad1 | 2018-07-06 22:07:16 | [diff] [blame] | 382 | defines = [] |
| 383 | if (disable_brotli_filter || is_nacl) { |
| 384 | defines += [ "NET_DISABLE_BROTLI" ] |
| 385 | } |
| 386 | |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 387 | deps = [ |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 388 | ":net_deps", |
Takuto Ikuta | 94330d9b | 2019-03-09 11:03:14 | [diff] [blame] | 389 | "//net/http:transport_security_state_generated_files", |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 390 | ] |
| 391 | |
| 392 | public_deps = [ |
Daniel Bratell | c36e87a | 2019-03-26 16:31:46 | [diff] [blame] | 393 | ":net_export_header", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 394 | ":net_public_deps", |
| 395 | "//net/dns", |
| 396 | "//net/dns:dns_client", |
Eric Orth | 168a7e5 | 2018-08-27 19:11:32 | [diff] [blame] | 397 | "//net/dns:host_resolver", |
Eric Orth | 0bea166 | 2019-03-20 19:11:22 | [diff] [blame] | 398 | "//net/dns:host_resolver_manager", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 399 | "//net/dns:mdns_client", |
Eric Orth | 8afaf15 | 2018-11-07 21:01:26 | [diff] [blame] | 400 | "//net/dns/public", |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 401 | "//net/third_party/quiche", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 402 | ] |
| 403 | |
| 404 | allow_circular_includes_from = [ |
| 405 | "//net/dns", |
| 406 | "//net/dns:dns_client", |
Eric Orth | 168a7e5 | 2018-08-27 19:11:32 | [diff] [blame] | 407 | "//net/dns:host_resolver", |
Eric Orth | 0bea166 | 2019-03-20 19:11:22 | [diff] [blame] | 408 | "//net/dns:host_resolver_manager", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 409 | "//net/dns:mdns_client", |
Eric Orth | 8afaf15 | 2018-11-07 21:01:26 | [diff] [blame] | 410 | "//net/dns/public", |
Takuto Ikuta | 94330d9b | 2019-03-09 11:03:14 | [diff] [blame] | 411 | "//net/http:transport_security_state_generated_files", |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 412 | "//net/third_party/quiche", |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 413 | ] |
| 414 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 415 | if (is_nacl) { |
| 416 | sources += [ "base/network_interfaces_nacl.cc" ] |
| 417 | } |
| 418 | |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 419 | if (!is_nacl) { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 420 | sources += [ |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 421 | "base/backoff_entry.cc", |
| 422 | "base/backoff_entry.h", |
| 423 | "base/backoff_entry_serializer.cc", |
| 424 | "base/backoff_entry_serializer.h", |
Shawn Pickett | 0b47071 | 2019-08-15 00:43:45 | [diff] [blame] | 425 | "base/cache_metrics.cc", |
| 426 | "base/cache_metrics.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 427 | "base/cache_type.h", |
| 428 | "base/chunked_upload_data_stream.cc", |
| 429 | "base/chunked_upload_data_stream.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 430 | "base/data_url.cc", |
| 431 | "base/data_url.h", |
| 432 | "base/elements_upload_data_stream.cc", |
| 433 | "base/elements_upload_data_stream.h", |
| 434 | "base/expiring_cache.h", |
| 435 | "base/file_stream.cc", |
| 436 | "base/file_stream.h", |
| 437 | "base/file_stream_context.cc", |
| 438 | "base/file_stream_context.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 439 | "base/filename_util.cc", |
| 440 | "base/filename_util.h", |
| 441 | "base/filename_util_internal.cc", |
| 442 | "base/filename_util_internal.h", |
Bence Béky | d5c16edf | 2017-08-04 17:32:30 | [diff] [blame] | 443 | "base/hex_utils.cc", |
| 444 | "base/hex_utils.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 445 | "base/host_mapping_rules.cc", |
| 446 | "base/host_mapping_rules.h", |
Matt Menke | d732ea4 | 2019-03-08 12:05:00 | [diff] [blame] | 447 | "base/http_user_agent_settings.h", |
Matt Menke | 3ab9c7b | 2020-04-01 22:39:57 | [diff] [blame] | 448 | "base/isolation_info.cc", |
| 449 | "base/isolation_info.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 450 | "base/load_flags.h", |
| 451 | "base/load_flags_list.h", |
| 452 | "base/load_states.h", |
| 453 | "base/load_states_list.h", |
| 454 | "base/logging_network_change_observer.cc", |
| 455 | "base/logging_network_change_observer.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 456 | "base/mime_sniffer.cc", |
| 457 | "base/mime_sniffer.h", |
| 458 | "base/mime_util.cc", |
| 459 | "base/mime_util.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 460 | "base/net_info_source_list.h", |
| 461 | "base/network_activity_monitor.cc", |
| 462 | "base/network_activity_monitor.h", |
| 463 | "base/network_change_notifier.cc", |
| 464 | "base/network_change_notifier.h", |
| 465 | "base/network_change_notifier_factory.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 466 | "base/network_delegate.cc", |
| 467 | "base/network_delegate.h", |
| 468 | "base/network_delegate_impl.cc", |
| 469 | "base/network_delegate_impl.h", |
Shivani Sharma | d81bdd4 | 2019-05-23 17:19:56 | [diff] [blame] | 470 | "base/network_isolation_key.cc", |
| 471 | "base/network_isolation_key.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 472 | "base/platform_mime_util.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 473 | "base/prioritized_dispatcher.cc", |
| 474 | "base/prioritized_dispatcher.h", |
Josh Karlin | dd9a5d14 | 2018-06-06 00:35:48 | [diff] [blame] | 475 | "base/prioritized_task_runner.cc", |
| 476 | "base/prioritized_task_runner.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 477 | "base/priority_queue.h", |
| 478 | "base/proxy_delegate.h", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 479 | "base/proxy_server.cc", |
| 480 | "base/proxy_server.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 481 | "base/request_priority.cc", |
| 482 | "base/request_priority.h", |
Shimi Zhang | 3c47f49c | 2020-02-01 01:35:12 | [diff] [blame] | 483 | "base/scheme_host_port_matcher.cc", |
| 484 | "base/scheme_host_port_matcher.h", |
Shimi Zhang | 1064f4c | 2020-01-29 21:59:02 | [diff] [blame] | 485 | "base/scheme_host_port_matcher_result.h", |
| 486 | "base/scheme_host_port_matcher_rule.cc", |
| 487 | "base/scheme_host_port_matcher_rule.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 488 | "base/test_data_stream.cc", |
| 489 | "base/test_data_stream.h", |
| 490 | "base/upload_bytes_element_reader.cc", |
| 491 | "base/upload_bytes_element_reader.h", |
| 492 | "base/upload_data_stream.cc", |
| 493 | "base/upload_data_stream.h", |
| 494 | "base/upload_element_reader.cc", |
| 495 | "base/upload_element_reader.h", |
| 496 | "base/upload_file_element_reader.cc", |
| 497 | "base/upload_file_element_reader.h", |
| 498 | "base/upload_progress.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 499 | "cert/caching_cert_verifier.cc", |
| 500 | "cert/caching_cert_verifier.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 501 | "cert/cert_net_fetcher.h", |
| 502 | "cert/cert_verify_proc.cc", |
| 503 | "cert/cert_verify_proc.h", |
eroman | 8ccd62d | 2017-03-16 23:54:26 | [diff] [blame] | 504 | "cert/cert_verify_proc_builtin.cc", |
| 505 | "cert/cert_verify_proc_builtin.h", |
Ryan Sleevi | 2cb6817 | 2019-10-09 14:03:11 | [diff] [blame] | 506 | "cert/coalescing_cert_verifier.cc", |
| 507 | "cert/coalescing_cert_verifier.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 508 | "cert/ct_log_response_parser.cc", |
| 509 | "cert/ct_log_response_parser.h", |
| 510 | "cert/ct_log_verifier.cc", |
| 511 | "cert/ct_log_verifier.h", |
| 512 | "cert/ct_log_verifier_util.cc", |
| 513 | "cert/ct_log_verifier_util.h", |
| 514 | "cert/ct_objects_extractor.cc", |
| 515 | "cert/ct_objects_extractor.h", |
| 516 | "cert/ct_sct_to_string.cc", |
| 517 | "cert/ct_sct_to_string.h", |
| 518 | "cert/ct_serialization.cc", |
| 519 | "cert/ct_serialization.h", |
| 520 | "cert/ct_signed_certificate_timestamp_log_param.cc", |
| 521 | "cert/ct_signed_certificate_timestamp_log_param.h", |
| 522 | "cert/ev_root_ca_metadata.cc", |
| 523 | "cert/ev_root_ca_metadata.h", |
eroman | f628d6b | 2017-04-19 22:47:27 | [diff] [blame] | 524 | "cert/internal/system_trust_store.cc", |
| 525 | "cert/internal/system_trust_store.h", |
Ryan Sleevi | 19a7bde | 2017-11-22 06:51:39 | [diff] [blame] | 526 | "cert/known_roots.cc", |
| 527 | "cert/known_roots.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 528 | "cert/merkle_audit_proof.cc", |
| 529 | "cert/merkle_audit_proof.h", |
| 530 | "cert/merkle_consistency_proof.cc", |
| 531 | "cert/merkle_consistency_proof.h", |
| 532 | "cert/merkle_tree_leaf.cc", |
| 533 | "cert/merkle_tree_leaf.h", |
| 534 | "cert/multi_log_ct_verifier.cc", |
| 535 | "cert/multi_log_ct_verifier.h", |
| 536 | "cert/multi_threaded_cert_verifier.cc", |
| 537 | "cert/multi_threaded_cert_verifier.h", |
Ryan Sleevi | 19a7bde | 2017-11-22 06:51:39 | [diff] [blame] | 538 | "cert/root_cert_list_generated.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 539 | "cert/test_root_certs.cc", |
| 540 | "cert/test_root_certs.h", |
Matthew Denton | 8d91063 | 2019-11-22 23:54:53 | [diff] [blame] | 541 | "cert_net/cert_net_fetcher_url_request.cc", |
| 542 | "cert_net/cert_net_fetcher_url_request.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 543 | "cookies/canonical_cookie.cc", |
| 544 | "cookies/canonical_cookie.h", |
Lily Chen | ab36a11 | 2019-09-19 20:17:28 | [diff] [blame] | 545 | "cookies/cookie_access_delegate.cc", |
| 546 | "cookies/cookie_access_delegate.h", |
Ayu Ishii | bc6fdb0a | 2020-06-08 22:59:19 | [diff] [blame] | 547 | "cookies/cookie_access_result.cc", |
| 548 | "cookies/cookie_access_result.h", |
Victor Costan | 14f47c1 | 2018-03-01 08:02:24 | [diff] [blame] | 549 | "cookies/cookie_change_dispatcher.cc", |
| 550 | "cookies/cookie_change_dispatcher.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 551 | "cookies/cookie_constants.cc", |
| 552 | "cookies/cookie_constants.h", |
Chris Mumford | d8ed9f8 | 2018-05-01 15:43:13 | [diff] [blame] | 553 | "cookies/cookie_deletion_info.cc", |
| 554 | "cookies/cookie_deletion_info.h", |
Jihwan Marc Kim | 3e132f1 | 2020-05-20 17:33:19 | [diff] [blame] | 555 | "cookies/cookie_inclusion_status.cc", |
| 556 | "cookies/cookie_inclusion_status.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 557 | "cookies/cookie_monster.cc", |
| 558 | "cookies/cookie_monster.h", |
Victor Costan | 14f47c1 | 2018-03-01 08:02:24 | [diff] [blame] | 559 | "cookies/cookie_monster_change_dispatcher.cc", |
| 560 | "cookies/cookie_monster_change_dispatcher.h", |
Helen Li | cd0fab86 | 2018-08-13 16:07:53 | [diff] [blame] | 561 | "cookies/cookie_monster_netlog_params.cc", |
| 562 | "cookies/cookie_monster_netlog_params.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 563 | "cookies/cookie_options.cc", |
| 564 | "cookies/cookie_options.h", |
| 565 | "cookies/cookie_store.cc", |
| 566 | "cookies/cookie_store.h", |
| 567 | "cookies/cookie_util.cc", |
| 568 | "cookies/cookie_util.h", |
| 569 | "cookies/parsed_cookie.cc", |
| 570 | "cookies/parsed_cookie.h", |
Maks Orlovich | 8be0e25 | 2019-12-09 18:35:49 | [diff] [blame] | 571 | "cookies/site_for_cookies.cc", |
| 572 | "cookies/site_for_cookies.h", |
Maks Orlovich | 87f4f89 | 2020-02-14 22:22:14 | [diff] [blame] | 573 | "cookies/static_cookie_policy.cc", |
| 574 | "cookies/static_cookie_policy.h", |
Maks Orlovich | 036fd1f | 2017-08-07 17:51:11 | [diff] [blame] | 575 | "disk_cache/backend_cleanup_tracker.cc", |
| 576 | "disk_cache/backend_cleanup_tracker.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 577 | "disk_cache/blockfile/addr.cc", |
| 578 | "disk_cache/blockfile/addr.h", |
| 579 | "disk_cache/blockfile/backend_impl.cc", |
| 580 | "disk_cache/blockfile/backend_impl.h", |
| 581 | "disk_cache/blockfile/bitmap.cc", |
| 582 | "disk_cache/blockfile/bitmap.h", |
| 583 | "disk_cache/blockfile/block_files.cc", |
| 584 | "disk_cache/blockfile/block_files.h", |
| 585 | "disk_cache/blockfile/disk_format.cc", |
| 586 | "disk_cache/blockfile/disk_format.h", |
| 587 | "disk_cache/blockfile/disk_format_base.h", |
| 588 | "disk_cache/blockfile/entry_impl.cc", |
| 589 | "disk_cache/blockfile/entry_impl.h", |
| 590 | "disk_cache/blockfile/errors.h", |
| 591 | "disk_cache/blockfile/eviction.cc", |
| 592 | "disk_cache/blockfile/eviction.h", |
| 593 | "disk_cache/blockfile/experiments.h", |
| 594 | "disk_cache/blockfile/file.cc", |
| 595 | "disk_cache/blockfile/file.h", |
| 596 | "disk_cache/blockfile/file_block.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 597 | "disk_cache/blockfile/file_lock.cc", |
| 598 | "disk_cache/blockfile/file_lock.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 599 | "disk_cache/blockfile/histogram_macros.h", |
| 600 | "disk_cache/blockfile/in_flight_backend_io.cc", |
| 601 | "disk_cache/blockfile/in_flight_backend_io.h", |
| 602 | "disk_cache/blockfile/in_flight_io.cc", |
| 603 | "disk_cache/blockfile/in_flight_io.h", |
| 604 | "disk_cache/blockfile/mapped_file.cc", |
| 605 | "disk_cache/blockfile/mapped_file.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 606 | "disk_cache/blockfile/rankings.cc", |
| 607 | "disk_cache/blockfile/rankings.h", |
| 608 | "disk_cache/blockfile/sparse_control.cc", |
| 609 | "disk_cache/blockfile/sparse_control.h", |
| 610 | "disk_cache/blockfile/stats.cc", |
| 611 | "disk_cache/blockfile/stats.h", |
| 612 | "disk_cache/blockfile/storage_block-inl.h", |
| 613 | "disk_cache/blockfile/storage_block.h", |
| 614 | "disk_cache/blockfile/stress_support.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 615 | "disk_cache/cache_util.cc", |
| 616 | "disk_cache/cache_util.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 617 | "disk_cache/disk_cache.cc", |
| 618 | "disk_cache/disk_cache.h", |
| 619 | "disk_cache/memory/mem_backend_impl.cc", |
| 620 | "disk_cache/memory/mem_backend_impl.h", |
| 621 | "disk_cache/memory/mem_entry_impl.cc", |
| 622 | "disk_cache/memory/mem_entry_impl.h", |
| 623 | "disk_cache/net_log_parameters.cc", |
| 624 | "disk_cache/net_log_parameters.h", |
Maks Orlovich | a473db2 | 2019-11-13 20:09:56 | [diff] [blame] | 625 | "disk_cache/simple/post_doom_waiter.cc", |
| 626 | "disk_cache/simple/post_doom_waiter.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 627 | "disk_cache/simple/simple_backend_impl.cc", |
| 628 | "disk_cache/simple/simple_backend_impl.h", |
| 629 | "disk_cache/simple/simple_backend_version.h", |
| 630 | "disk_cache/simple/simple_entry_format.cc", |
| 631 | "disk_cache/simple/simple_entry_format.h", |
| 632 | "disk_cache/simple/simple_entry_format_history.h", |
| 633 | "disk_cache/simple/simple_entry_impl.cc", |
| 634 | "disk_cache/simple/simple_entry_impl.h", |
| 635 | "disk_cache/simple/simple_entry_operation.cc", |
| 636 | "disk_cache/simple/simple_entry_operation.h", |
Maks Orlovich | f378b3a | 2017-10-31 16:27:30 | [diff] [blame] | 637 | "disk_cache/simple/simple_file_tracker.cc", |
| 638 | "disk_cache/simple/simple_file_tracker.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 639 | "disk_cache/simple/simple_histogram_macros.h", |
| 640 | "disk_cache/simple/simple_index.cc", |
| 641 | "disk_cache/simple/simple_index.h", |
| 642 | "disk_cache/simple/simple_index_delegate.h", |
| 643 | "disk_cache/simple/simple_index_file.cc", |
| 644 | "disk_cache/simple/simple_index_file.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 645 | "disk_cache/simple/simple_net_log_parameters.cc", |
| 646 | "disk_cache/simple/simple_net_log_parameters.h", |
| 647 | "disk_cache/simple/simple_synchronous_entry.cc", |
| 648 | "disk_cache/simple/simple_synchronous_entry.h", |
| 649 | "disk_cache/simple/simple_util.cc", |
| 650 | "disk_cache/simple/simple_util.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 651 | "disk_cache/simple/simple_version_upgrade.cc", |
| 652 | "disk_cache/simple/simple_version_upgrade.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 653 | "filter/filter_source_stream.cc", |
| 654 | "filter/filter_source_stream.h", |
| 655 | "filter/gzip_header.cc", |
| 656 | "filter/gzip_header.h", |
| 657 | "filter/gzip_source_stream.cc", |
| 658 | "filter/gzip_source_stream.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 659 | "filter/source_stream.cc", |
| 660 | "filter/source_stream.h", |
| 661 | "filter/source_stream_type_list.h", |
Matt Menke | 2890796e | 2019-08-02 16:55:23 | [diff] [blame] | 662 | "http/alternative_service.cc", |
| 663 | "http/alternative_service.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 664 | "http/bidirectional_stream.cc", |
| 665 | "http/bidirectional_stream.h", |
| 666 | "http/bidirectional_stream_impl.cc", |
| 667 | "http/bidirectional_stream_impl.h", |
| 668 | "http/bidirectional_stream_request_info.cc", |
| 669 | "http/bidirectional_stream_request_info.h", |
wangyix | 64ccc57c | 2017-06-01 23:14:16 | [diff] [blame] | 670 | "http/broken_alternative_services.cc", |
| 671 | "http/broken_alternative_services.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 672 | "http/http_auth.cc", |
| 673 | "http/http_auth.h", |
| 674 | "http/http_auth_cache.cc", |
| 675 | "http/http_auth_cache.h", |
| 676 | "http/http_auth_controller.cc", |
| 677 | "http/http_auth_controller.h", |
| 678 | "http/http_auth_filter.cc", |
| 679 | "http/http_auth_filter.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 680 | "http/http_auth_handler.cc", |
| 681 | "http/http_auth_handler.h", |
| 682 | "http/http_auth_handler_basic.cc", |
| 683 | "http/http_auth_handler_basic.h", |
| 684 | "http/http_auth_handler_digest.cc", |
| 685 | "http/http_auth_handler_digest.h", |
| 686 | "http/http_auth_handler_factory.cc", |
| 687 | "http/http_auth_handler_factory.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 688 | "http/http_auth_handler_ntlm.cc", |
| 689 | "http/http_auth_handler_ntlm.h", |
Asanka Herath | 57f2d94 | 2019-11-16 04:21:49 | [diff] [blame] | 690 | "http/http_auth_mechanism.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 691 | "http/http_auth_multi_round_parse.cc", |
| 692 | "http/http_auth_multi_round_parse.h", |
| 693 | "http/http_auth_preferences.cc", |
| 694 | "http/http_auth_preferences.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 695 | "http/http_basic_state.cc", |
| 696 | "http/http_basic_state.h", |
| 697 | "http/http_basic_stream.cc", |
| 698 | "http/http_basic_stream.h", |
| 699 | "http/http_cache.cc", |
| 700 | "http/http_cache.h", |
| 701 | "http/http_cache_lookup_manager.cc", |
| 702 | "http/http_cache_lookup_manager.h", |
| 703 | "http/http_cache_transaction.cc", |
| 704 | "http/http_cache_transaction.h", |
shivanisha | c6582e1 | 2017-07-14 22:18:19 | [diff] [blame] | 705 | "http/http_cache_writers.cc", |
| 706 | "http/http_cache_writers.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 707 | "http/http_chunked_decoder.cc", |
| 708 | "http/http_chunked_decoder.h", |
| 709 | "http/http_content_disposition.cc", |
| 710 | "http/http_content_disposition.h", |
| 711 | "http/http_network_layer.cc", |
| 712 | "http/http_network_layer.h", |
| 713 | "http/http_network_session.cc", |
| 714 | "http/http_network_session.h", |
| 715 | "http/http_network_session_peer.cc", |
| 716 | "http/http_network_session_peer.h", |
| 717 | "http/http_network_transaction.cc", |
| 718 | "http/http_network_transaction.h", |
| 719 | "http/http_proxy_client_socket.cc", |
| 720 | "http/http_proxy_client_socket.h", |
Matt Menke | 47a8ec13 | 2019-02-09 00:48:39 | [diff] [blame] | 721 | "http/http_proxy_connect_job.cc", |
| 722 | "http/http_proxy_connect_job.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 723 | "http/http_request_info.cc", |
| 724 | "http/http_request_info.h", |
| 725 | "http/http_response_body_drainer.cc", |
| 726 | "http/http_response_body_drainer.h", |
| 727 | "http/http_server_properties.cc", |
| 728 | "http/http_server_properties.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 729 | "http/http_server_properties_manager.cc", |
| 730 | "http/http_server_properties_manager.h", |
| 731 | "http/http_status_code.cc", |
| 732 | "http/http_status_code.h", |
| 733 | "http/http_stream.h", |
| 734 | "http/http_stream_factory.cc", |
| 735 | "http/http_stream_factory.h", |
Xida Chen | 9bfe0b6 | 2018-04-24 19:52:21 | [diff] [blame] | 736 | "http/http_stream_factory_job.cc", |
| 737 | "http/http_stream_factory_job.h", |
| 738 | "http/http_stream_factory_job_controller.cc", |
| 739 | "http/http_stream_factory_job_controller.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 740 | "http/http_stream_parser.cc", |
| 741 | "http/http_stream_parser.h", |
Bence Béky | 6b44abf | 2018-04-11 10:32:51 | [diff] [blame] | 742 | "http/http_stream_request.cc", |
| 743 | "http/http_stream_request.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 744 | "http/http_transaction.h", |
| 745 | "http/http_transaction_factory.h", |
| 746 | "http/http_version.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 747 | "http/partial_data.cc", |
| 748 | "http/partial_data.h", |
| 749 | "http/proxy_client_socket.cc", |
| 750 | "http/proxy_client_socket.h", |
Eric Roman | 6f800335 | 2018-03-01 22:49:14 | [diff] [blame] | 751 | "http/proxy_fallback.cc", |
| 752 | "http/proxy_fallback.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 753 | "http/transport_security_persister.cc", |
| 754 | "http/transport_security_persister.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 755 | "http/url_security_manager.cc", |
| 756 | "http/url_security_manager.h", |
Yao Xiao | 754da8b4 | 2019-09-13 16:09:33 | [diff] [blame] | 757 | "http/webfonts_histogram.cc", |
| 758 | "http/webfonts_histogram.h", |
Victor Vasiliev | 92c06acc | 2018-12-08 10:16:27 | [diff] [blame] | 759 | "http2/platform/impl/http2_bug_tracker_impl.h", |
| 760 | "http2/platform/impl/http2_containers_impl.h", |
| 761 | "http2/platform/impl/http2_estimate_memory_usage_impl.h", |
Victor Vasiliev | 92c06acc | 2018-12-08 10:16:27 | [diff] [blame] | 762 | "http2/platform/impl/http2_flag_utils_impl.h", |
| 763 | "http2/platform/impl/http2_flags_impl.cc", |
| 764 | "http2/platform/impl/http2_flags_impl.h", |
Victor Vasiliev | 27ca04a | 2019-03-09 01:28:00 | [diff] [blame] | 765 | "http2/platform/impl/http2_logging_impl.h", |
Victor Vasiliev | 92c06acc | 2018-12-08 10:16:27 | [diff] [blame] | 766 | "http2/platform/impl/http2_macros_impl.h", |
Victor Vasiliev | 92c06acc | 2018-12-08 10:16:27 | [diff] [blame] | 767 | "http2/platform/impl/http2_string_utils_impl.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 768 | "log/file_net_log_observer.cc", |
| 769 | "log/file_net_log_observer.h", |
| 770 | "log/net_log_util.cc", |
| 771 | "log/net_log_util.h", |
| 772 | "log/trace_net_log_observer.cc", |
| 773 | "log/trace_net_log_observer.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 774 | "nqe/cached_network_quality.cc", |
| 775 | "nqe/cached_network_quality.h", |
Ken Rockot | 16610e4 | 2020-07-08 05:05:36 | [diff] [blame] | 776 | "nqe/connectivity_monitor.cc", |
| 777 | "nqe/connectivity_monitor.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 778 | "nqe/effective_connection_type.cc", |
| 779 | "nqe/effective_connection_type.h", |
tbansal | 1bd4a95 | 2017-06-06 23:01:46 | [diff] [blame] | 780 | "nqe/effective_connection_type_observer.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 781 | "nqe/event_creator.cc", |
| 782 | "nqe/event_creator.h", |
Jianfeng Wang | 5a2407d | 2019-07-03 07:26:33 | [diff] [blame] | 783 | "nqe/network_congestion_analyzer.cc", |
| 784 | "nqe/network_congestion_analyzer.h", |
Tarun Bansal | 9414bae | 2017-11-21 01:37:23 | [diff] [blame] | 785 | "nqe/network_id.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 786 | "nqe/network_id.h", |
| 787 | "nqe/network_qualities_prefs_manager.cc", |
| 788 | "nqe/network_qualities_prefs_manager.h", |
| 789 | "nqe/network_quality.cc", |
| 790 | "nqe/network_quality.h", |
| 791 | "nqe/network_quality_estimator.cc", |
| 792 | "nqe/network_quality_estimator.h", |
| 793 | "nqe/network_quality_estimator_params.cc", |
| 794 | "nqe/network_quality_estimator_params.h", |
tbansal | 82edab4 | 2017-06-19 05:55:25 | [diff] [blame] | 795 | "nqe/network_quality_estimator_util.cc", |
| 796 | "nqe/network_quality_estimator_util.h", |
Devdeep Ray | 35f5066 | 2017-08-11 02:41:30 | [diff] [blame] | 797 | "nqe/network_quality_observation.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 798 | "nqe/network_quality_observation.h", |
| 799 | "nqe/network_quality_observation_source.h", |
| 800 | "nqe/network_quality_store.cc", |
| 801 | "nqe/network_quality_store.h", |
Devdeep Ray | 35f5066 | 2017-08-11 02:41:30 | [diff] [blame] | 802 | "nqe/observation_buffer.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 803 | "nqe/observation_buffer.h", |
Tarun Bansal | bc262ae | 2019-06-28 21:54:59 | [diff] [blame] | 804 | "nqe/peer_to_peer_connections_count_observer.h", |
tbansal | 1bd4a95 | 2017-06-06 23:01:46 | [diff] [blame] | 805 | "nqe/rtt_throughput_estimates_observer.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 806 | "nqe/socket_watcher.cc", |
| 807 | "nqe/socket_watcher.h", |
| 808 | "nqe/socket_watcher_factory.cc", |
| 809 | "nqe/socket_watcher_factory.h", |
| 810 | "nqe/throughput_analyzer.cc", |
| 811 | "nqe/throughput_analyzer.h", |
| 812 | "nqe/weighted_observation.h", |
Nicolas Arciniega | bc39310 | 2020-03-20 23:47:57 | [diff] [blame] | 813 | "proxy_resolution/configured_proxy_resolution_request.cc", |
| 814 | "proxy_resolution/configured_proxy_resolution_request.h", |
Nicolas Arciniega | d2013f9 | 2020-02-07 23:00:56 | [diff] [blame] | 815 | "proxy_resolution/configured_proxy_resolution_service.cc", |
| 816 | "proxy_resolution/configured_proxy_resolution_service.h", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 817 | "proxy_resolution/dhcp_pac_file_fetcher.cc", |
| 818 | "proxy_resolution/dhcp_pac_file_fetcher.h", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 819 | "proxy_resolution/multi_threaded_proxy_resolver.cc", |
| 820 | "proxy_resolution/multi_threaded_proxy_resolver.h", |
| 821 | "proxy_resolution/network_delegate_error_observer.cc", |
| 822 | "proxy_resolution/network_delegate_error_observer.h", |
| 823 | "proxy_resolution/pac_file_data.cc", |
| 824 | "proxy_resolution/pac_file_data.h", |
| 825 | "proxy_resolution/pac_file_decider.cc", |
| 826 | "proxy_resolution/pac_file_decider.h", |
| 827 | "proxy_resolution/pac_file_fetcher.h", |
| 828 | "proxy_resolution/pac_file_fetcher_impl.cc", |
| 829 | "proxy_resolution/pac_file_fetcher_impl.h", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 830 | "proxy_resolution/polling_proxy_config_service.cc", |
| 831 | "proxy_resolution/polling_proxy_config_service.h", |
| 832 | "proxy_resolution/proxy_bypass_rules.cc", |
| 833 | "proxy_resolution/proxy_bypass_rules.h", |
| 834 | "proxy_resolution/proxy_config.cc", |
| 835 | "proxy_resolution/proxy_config.h", |
| 836 | "proxy_resolution/proxy_config_service.h", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 837 | "proxy_resolution/proxy_config_service_fixed.cc", |
| 838 | "proxy_resolution/proxy_config_service_fixed.h", |
Ramin Halavati | ca8d525 | 2018-03-12 05:33:49 | [diff] [blame] | 839 | "proxy_resolution/proxy_config_with_annotation.cc", |
| 840 | "proxy_resolution/proxy_config_with_annotation.h", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 841 | "proxy_resolution/proxy_info.cc", |
| 842 | "proxy_resolution/proxy_info.h", |
| 843 | "proxy_resolution/proxy_list.cc", |
| 844 | "proxy_resolution/proxy_list.h", |
Nicolas Arciniega | 9d38331 | 2020-02-18 23:36:41 | [diff] [blame] | 845 | "proxy_resolution/proxy_resolution_request.h", |
Nicolas Arciniega | 8ec5bfa | 2020-03-20 05:07:26 | [diff] [blame] | 846 | "proxy_resolution/proxy_resolution_service.h", |
Eric Orth | fa19a83 | 2019-02-13 20:04:50 | [diff] [blame] | 847 | "proxy_resolution/proxy_resolve_dns_operation.h", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 848 | "proxy_resolution/proxy_resolver.h", |
| 849 | "proxy_resolution/proxy_resolver_error_observer.h", |
| 850 | "proxy_resolution/proxy_resolver_factory.cc", |
| 851 | "proxy_resolution/proxy_resolver_factory.h", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 852 | "proxy_resolution/proxy_retry_info.h", |
Victor Vasiliev | bee79ea | 2019-05-15 01:25:48 | [diff] [blame] | 853 | "quic/address_utils.h", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 854 | "quic/bidirectional_stream_quic_impl.cc", |
| 855 | "quic/bidirectional_stream_quic_impl.h", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 856 | "quic/crypto/proof_source_chromium.cc", |
| 857 | "quic/crypto/proof_source_chromium.h", |
| 858 | "quic/crypto/proof_verifier_chromium.cc", |
| 859 | "quic/crypto/proof_verifier_chromium.h", |
| 860 | "quic/network_connection.cc", |
| 861 | "quic/network_connection.h", |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 862 | "quic/platform/impl/quic_aligned_impl.h", |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 863 | "quic/platform/impl/quic_bug_tracker_impl.h", |
| 864 | "quic/platform/impl/quic_cert_utils_impl.h", |
| 865 | "quic/platform/impl/quic_chromium_clock.cc", |
| 866 | "quic/platform/impl/quic_chromium_clock.h", |
| 867 | "quic/platform/impl/quic_client_stats_impl.h", |
| 868 | "quic/platform/impl/quic_containers_impl.h", |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 869 | "quic/platform/impl/quic_error_code_wrappers_impl.h", |
| 870 | "quic/platform/impl/quic_estimate_memory_usage_impl.h", |
| 871 | "quic/platform/impl/quic_export_impl.h", |
| 872 | "quic/platform/impl/quic_fallthrough_impl.h", |
| 873 | "quic/platform/impl/quic_file_utils_impl.h", |
| 874 | "quic/platform/impl/quic_flag_utils_impl.h", |
| 875 | "quic/platform/impl/quic_flags_impl.cc", |
| 876 | "quic/platform/impl/quic_flags_impl.h", |
| 877 | "quic/platform/impl/quic_hostname_utils_impl.cc", |
| 878 | "quic/platform/impl/quic_hostname_utils_impl.h", |
| 879 | "quic/platform/impl/quic_iovec_impl.h", |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 880 | "quic/platform/impl/quic_macros_impl.h", |
| 881 | "quic/platform/impl/quic_map_util_impl.h", |
| 882 | "quic/platform/impl/quic_mem_slice_impl.cc", |
| 883 | "quic/platform/impl/quic_mem_slice_impl.h", |
| 884 | "quic/platform/impl/quic_mem_slice_span_impl.cc", |
| 885 | "quic/platform/impl/quic_mem_slice_span_impl.h", |
| 886 | "quic/platform/impl/quic_mem_slice_storage_impl.cc", |
| 887 | "quic/platform/impl/quic_mem_slice_storage_impl.h", |
| 888 | "quic/platform/impl/quic_mutex_impl.cc", |
| 889 | "quic/platform/impl/quic_mutex_impl.h", |
| 890 | "quic/platform/impl/quic_pcc_sender_impl.h", |
| 891 | "quic/platform/impl/quic_prefetch_impl.h", |
| 892 | "quic/platform/impl/quic_ptr_util_impl.h", |
| 893 | "quic/platform/impl/quic_reference_counted_impl.h", |
| 894 | "quic/platform/impl/quic_server_stats_impl.h", |
| 895 | "quic/platform/impl/quic_sleep_impl.h", |
| 896 | "quic/platform/impl/quic_socket_address_impl.cc", |
| 897 | "quic/platform/impl/quic_socket_address_impl.h", |
| 898 | "quic/platform/impl/quic_stack_trace_impl.h", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 899 | "quic/properties_based_quic_server_info.cc", |
| 900 | "quic/properties_based_quic_server_info.h", |
| 901 | "quic/quic_address_mismatch.cc", |
| 902 | "quic/quic_address_mismatch.h", |
| 903 | "quic/quic_chromium_alarm_factory.cc", |
| 904 | "quic/quic_chromium_alarm_factory.h", |
| 905 | "quic/quic_chromium_client_session.cc", |
| 906 | "quic/quic_chromium_client_session.h", |
| 907 | "quic/quic_chromium_client_stream.cc", |
| 908 | "quic/quic_chromium_client_stream.h", |
| 909 | "quic/quic_chromium_connection_helper.cc", |
| 910 | "quic/quic_chromium_connection_helper.h", |
| 911 | "quic/quic_chromium_packet_reader.cc", |
| 912 | "quic/quic_chromium_packet_reader.h", |
| 913 | "quic/quic_chromium_packet_writer.cc", |
| 914 | "quic/quic_chromium_packet_writer.h", |
Renjie Tang | 313d12c6 | 2020-03-25 17:36:18 | [diff] [blame] | 915 | "quic/quic_client_session_cache.cc", |
| 916 | "quic/quic_client_session_cache.h", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 917 | "quic/quic_clock_skew_detector.cc", |
| 918 | "quic/quic_clock_skew_detector.h", |
| 919 | "quic/quic_connection_logger.cc", |
| 920 | "quic/quic_connection_logger.h", |
Zhongyi Shi | c6b3f03f | 2020-06-25 21:28:22 | [diff] [blame] | 921 | "quic/quic_connectivity_monitor.cc", |
| 922 | "quic/quic_connectivity_monitor.h", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 923 | "quic/quic_connectivity_probing_manager.cc", |
| 924 | "quic/quic_connectivity_probing_manager.h", |
Victor Vasiliev | 7752898d | 2019-11-14 21:30:22 | [diff] [blame] | 925 | "quic/quic_context.cc", |
| 926 | "quic/quic_context.h", |
Matt Menke | fca05b6 | 2019-09-20 23:15:56 | [diff] [blame] | 927 | "quic/quic_crypto_client_config_handle.cc", |
| 928 | "quic/quic_crypto_client_config_handle.h", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 929 | "quic/quic_crypto_client_stream_factory.cc", |
| 930 | "quic/quic_crypto_client_stream_factory.h", |
Victor Vasiliev | 44b9422 | 2020-08-07 19:05:15 | [diff] [blame] | 931 | "quic/quic_event_logger.cc", |
| 932 | "quic/quic_event_logger.h", |
Ryan Hamilton | 7582d265 | 2018-08-01 22:35:32 | [diff] [blame] | 933 | "quic/quic_flags_list.h", |
Renjie Tang | 01447c8 | 2019-09-24 19:32:59 | [diff] [blame] | 934 | "quic/quic_http3_logger.cc", |
| 935 | "quic/quic_http3_logger.h", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 936 | "quic/quic_http_stream.cc", |
| 937 | "quic/quic_http_stream.h", |
| 938 | "quic/quic_http_utils.cc", |
| 939 | "quic/quic_http_utils.h", |
| 940 | "quic/quic_proxy_client_socket.cc", |
| 941 | "quic/quic_proxy_client_socket.h", |
| 942 | "quic/quic_server_info.cc", |
| 943 | "quic/quic_server_info.h", |
| 944 | "quic/quic_session_key.cc", |
| 945 | "quic/quic_session_key.h", |
| 946 | "quic/quic_stream_factory.cc", |
| 947 | "quic/quic_stream_factory.h", |
Victor Vasiliev | 821685a | 2019-12-20 19:37:27 | [diff] [blame] | 948 | "quic/quic_transport_client.cc", |
| 949 | "quic/quic_transport_client.h", |
Yutaka Hirano | 8a22c208 | 2020-05-18 05:31:03 | [diff] [blame] | 950 | "quic/quic_transport_error.cc", |
| 951 | "quic/quic_transport_error.h", |
David Schinazi | 4adc5bc | 2019-12-18 04:57:25 | [diff] [blame] | 952 | "quiche/common/platform/impl/quiche_arraysize_impl.h", |
Renjie Tang | 22ca6615 | 2019-11-21 18:43:37 | [diff] [blame] | 953 | "quiche/common/platform/impl/quiche_endian_impl.h", |
| 954 | "quiche/common/platform/impl/quiche_export_impl.h", |
Dan Zhang | b4d098e3 | 2019-05-03 15:29:48 | [diff] [blame] | 955 | "quiche/common/platform/impl/quiche_logging_impl.h", |
Bence Béky | c2bd578e | 2020-01-24 02:55:28 | [diff] [blame] | 956 | "quiche/common/platform/impl/quiche_map_util_impl.h", |
Victor Vasiliev | 29197e2 | 2020-01-16 20:48:32 | [diff] [blame] | 957 | "quiche/common/platform/impl/quiche_optional_impl.h", |
| 958 | "quiche/common/platform/impl/quiche_ptr_util_impl.h", |
Zhongyi Shi | 49f8ad2fd | 2019-12-13 01:20:31 | [diff] [blame] | 959 | "quiche/common/platform/impl/quiche_str_cat_impl.h", |
| 960 | "quiche/common/platform/impl/quiche_string_piece_impl.h", |
| 961 | "quiche/common/platform/impl/quiche_text_utils_impl.h", |
Dan Zhang | 90a6fbb3 | 2020-06-05 03:47:25 | [diff] [blame] | 962 | "quiche/common/platform/impl/quiche_time_utils_impl.cc", |
| 963 | "quiche/common/platform/impl/quiche_time_utils_impl.h", |
Dan Zhang | b4d098e3 | 2019-05-03 15:29:48 | [diff] [blame] | 964 | "quiche/common/platform/impl/quiche_unordered_containers_impl.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 965 | "socket/client_socket_factory.cc", |
| 966 | "socket/client_socket_factory.h", |
| 967 | "socket/client_socket_pool.cc", |
| 968 | "socket/client_socket_pool.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 969 | "socket/client_socket_pool_manager.cc", |
| 970 | "socket/client_socket_pool_manager.h", |
| 971 | "socket/client_socket_pool_manager_impl.cc", |
| 972 | "socket/client_socket_pool_manager_impl.h", |
| 973 | "socket/datagram_client_socket.h", |
| 974 | "socket/datagram_server_socket.h", |
| 975 | "socket/datagram_socket.h", |
| 976 | "socket/diff_serv_code_point.h", |
| 977 | "socket/server_socket.cc", |
| 978 | "socket/server_socket.h", |
| 979 | "socket/socket_descriptor.cc", |
| 980 | "socket/socket_descriptor.h", |
| 981 | "socket/socket_net_log_params.cc", |
| 982 | "socket/socket_net_log_params.h", |
tfarina | 8a40706 | 2017-04-06 13:14:17 | [diff] [blame] | 983 | "socket/socket_options.cc", |
| 984 | "socket/socket_options.h", |
Paul Jensen | ec3c1112 | 2017-11-28 16:48:38 | [diff] [blame] | 985 | "socket/socket_tag.cc", |
| 986 | "socket/socket_tag.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 987 | "socket/socks5_client_socket.cc", |
| 988 | "socket/socks5_client_socket.h", |
| 989 | "socket/socks_client_socket.cc", |
| 990 | "socket/socks_client_socket.h", |
Matt Menke | f368bedf | 2019-01-16 23:08:57 | [diff] [blame] | 991 | "socket/socks_connect_job.cc", |
| 992 | "socket/socks_connect_job.h", |
Daniel Bratell | b01af14 | 2019-02-19 16:32:27 | [diff] [blame] | 993 | "socket/ssl_connect_job.cc", |
| 994 | "socket/ssl_connect_job.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 995 | "socket/ssl_server_socket.h", |
| 996 | "socket/ssl_server_socket_impl.cc", |
| 997 | "socket/ssl_server_socket_impl.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 998 | "socket/tcp_client_socket.cc", |
| 999 | "socket/tcp_client_socket.h", |
| 1000 | "socket/tcp_server_socket.cc", |
| 1001 | "socket/tcp_server_socket.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1002 | "socket/tcp_socket.h", |
Helen Li | 48f117e | 2018-05-29 20:38:40 | [diff] [blame] | 1003 | "socket/transport_client_socket.cc", |
Helen Li | d5bb922 | 2018-04-12 15:33:09 | [diff] [blame] | 1004 | "socket/transport_client_socket.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1005 | "socket/transport_client_socket_pool.cc", |
| 1006 | "socket/transport_client_socket_pool.h", |
Matt Menke | 3abc57c | 2019-01-10 21:48:42 | [diff] [blame] | 1007 | "socket/transport_connect_job.cc", |
| 1008 | "socket/transport_connect_job.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1009 | "socket/udp_client_socket.cc", |
| 1010 | "socket/udp_client_socket.h", |
| 1011 | "socket/udp_net_log_parameters.cc", |
| 1012 | "socket/udp_net_log_parameters.h", |
| 1013 | "socket/udp_server_socket.cc", |
| 1014 | "socket/udp_server_socket.h", |
| 1015 | "socket/udp_socket.h", |
Eric Roman | 5a84192 | 2020-08-13 01:28:25 | [diff] [blame] | 1016 | "socket/udp_socket_global_limits.cc", |
| 1017 | "socket/udp_socket_global_limits.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1018 | "socket/websocket_endpoint_lock_manager.cc", |
| 1019 | "socket/websocket_endpoint_lock_manager.h", |
| 1020 | "socket/websocket_transport_client_socket_pool.cc", |
| 1021 | "socket/websocket_transport_client_socket_pool.h", |
Matt Menke | 96d6689 | 2019-01-15 13:53:47 | [diff] [blame] | 1022 | "socket/websocket_transport_connect_job.cc", |
| 1023 | "socket/websocket_transport_connect_job.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1024 | "socket/websocket_transport_connect_sub_job.cc", |
| 1025 | "socket/websocket_transport_connect_sub_job.h", |
Bence Béky | 94658bf | 2018-05-11 19:22:58 | [diff] [blame] | 1026 | "spdy/bidirectional_stream_spdy_impl.cc", |
| 1027 | "spdy/bidirectional_stream_spdy_impl.h", |
| 1028 | "spdy/buffered_spdy_framer.cc", |
| 1029 | "spdy/buffered_spdy_framer.h", |
| 1030 | "spdy/header_coalescer.cc", |
| 1031 | "spdy/header_coalescer.h", |
| 1032 | "spdy/http2_priority_dependencies.cc", |
| 1033 | "spdy/http2_priority_dependencies.h", |
| 1034 | "spdy/http2_push_promise_index.cc", |
| 1035 | "spdy/http2_push_promise_index.h", |
| 1036 | "spdy/multiplexed_http_stream.cc", |
| 1037 | "spdy/multiplexed_http_stream.h", |
| 1038 | "spdy/multiplexed_session.cc", |
| 1039 | "spdy/multiplexed_session.h", |
Victor Vasiliev | 27cc771 | 2019-01-24 11:50:14 | [diff] [blame] | 1040 | "spdy/platform/impl/spdy_bug_tracker_impl.h", |
| 1041 | "spdy/platform/impl/spdy_containers_impl.h", |
| 1042 | "spdy/platform/impl/spdy_endianness_util_impl.h", |
| 1043 | "spdy/platform/impl/spdy_estimate_memory_usage_impl.h", |
Victor Vasiliev | 27cc771 | 2019-01-24 11:50:14 | [diff] [blame] | 1044 | "spdy/platform/impl/spdy_flags_impl.cc", |
| 1045 | "spdy/platform/impl/spdy_flags_impl.h", |
Ryan Hamilton | 57a5d12 | 2019-03-08 18:30:32 | [diff] [blame] | 1046 | "spdy/platform/impl/spdy_logging_impl.h", |
Victor Vasiliev | 27cc771 | 2019-01-24 11:50:14 | [diff] [blame] | 1047 | "spdy/platform/impl/spdy_macros_impl.h", |
| 1048 | "spdy/platform/impl/spdy_mem_slice_impl.cc", |
| 1049 | "spdy/platform/impl/spdy_mem_slice_impl.h", |
Victor Vasiliev | 27cc771 | 2019-01-24 11:50:14 | [diff] [blame] | 1050 | "spdy/platform/impl/spdy_string_utils_impl.cc", |
| 1051 | "spdy/platform/impl/spdy_string_utils_impl.h", |
Bence Béky | 94658bf | 2018-05-11 19:22:58 | [diff] [blame] | 1052 | "spdy/server_push_delegate.h", |
| 1053 | "spdy/spdy_buffer.cc", |
| 1054 | "spdy/spdy_buffer.h", |
| 1055 | "spdy/spdy_buffer_producer.cc", |
| 1056 | "spdy/spdy_buffer_producer.h", |
| 1057 | "spdy/spdy_http_stream.cc", |
| 1058 | "spdy/spdy_http_stream.h", |
| 1059 | "spdy/spdy_http_utils.cc", |
| 1060 | "spdy/spdy_http_utils.h", |
| 1061 | "spdy/spdy_log_util.cc", |
| 1062 | "spdy/spdy_log_util.h", |
| 1063 | "spdy/spdy_proxy_client_socket.cc", |
| 1064 | "spdy/spdy_proxy_client_socket.h", |
| 1065 | "spdy/spdy_read_queue.cc", |
| 1066 | "spdy/spdy_read_queue.h", |
| 1067 | "spdy/spdy_session.cc", |
| 1068 | "spdy/spdy_session.h", |
| 1069 | "spdy/spdy_session_key.cc", |
| 1070 | "spdy/spdy_session_key.h", |
| 1071 | "spdy/spdy_session_pool.cc", |
| 1072 | "spdy/spdy_session_pool.h", |
| 1073 | "spdy/spdy_stream.cc", |
| 1074 | "spdy/spdy_stream.h", |
| 1075 | "spdy/spdy_write_queue.cc", |
| 1076 | "spdy/spdy_write_queue.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1077 | "ssl/client_cert_store.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1078 | "ssl/ssl_config_service_defaults.cc", |
| 1079 | "ssl/ssl_config_service_defaults.h", |
David Benjamin | bd37c17 | 2018-07-11 17:24:57 | [diff] [blame] | 1080 | "ssl/ssl_key_logger_impl.cc", |
| 1081 | "ssl/ssl_key_logger_impl.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1082 | "ssl/ssl_platform_key_util.cc", |
| 1083 | "ssl/ssl_platform_key_util.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1084 | "ssl/threaded_ssl_private_key.cc", |
| 1085 | "ssl/threaded_ssl_private_key.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1086 | "url_request/redirect_info.cc", |
| 1087 | "url_request/redirect_info.h", |
Tsuyoshi Horo | 9e2ec4df | 2017-10-16 15:15:55 | [diff] [blame] | 1088 | "url_request/redirect_util.cc", |
| 1089 | "url_request/redirect_util.h", |
Matt Menke | cdec7f4c | 2020-07-15 17:59:54 | [diff] [blame] | 1090 | "url_request/referrer_policy.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1091 | "url_request/report_sender.cc", |
| 1092 | "url_request/report_sender.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1093 | "url_request/static_http_user_agent_settings.cc", |
| 1094 | "url_request/static_http_user_agent_settings.h", |
| 1095 | "url_request/url_fetcher.cc", |
| 1096 | "url_request/url_fetcher.h", |
| 1097 | "url_request/url_fetcher_core.cc", |
| 1098 | "url_request/url_fetcher_core.h", |
| 1099 | "url_request/url_fetcher_delegate.cc", |
| 1100 | "url_request/url_fetcher_delegate.h", |
| 1101 | "url_request/url_fetcher_factory.h", |
| 1102 | "url_request/url_fetcher_impl.cc", |
| 1103 | "url_request/url_fetcher_impl.h", |
| 1104 | "url_request/url_fetcher_response_writer.cc", |
| 1105 | "url_request/url_fetcher_response_writer.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1106 | "url_request/url_request.cc", |
| 1107 | "url_request/url_request.h", |
| 1108 | "url_request/url_request_context.cc", |
| 1109 | "url_request/url_request_context.h", |
| 1110 | "url_request/url_request_context_builder.cc", |
| 1111 | "url_request/url_request_context_builder.h", |
| 1112 | "url_request/url_request_context_getter.cc", |
| 1113 | "url_request/url_request_context_getter.h", |
| 1114 | "url_request/url_request_context_getter_observer.h", |
| 1115 | "url_request/url_request_context_storage.cc", |
| 1116 | "url_request/url_request_context_storage.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1117 | "url_request/url_request_error_job.cc", |
| 1118 | "url_request/url_request_error_job.h", |
| 1119 | "url_request/url_request_filter.cc", |
| 1120 | "url_request/url_request_filter.h", |
| 1121 | "url_request/url_request_http_job.cc", |
| 1122 | "url_request/url_request_http_job.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1123 | "url_request/url_request_interceptor.cc", |
| 1124 | "url_request/url_request_interceptor.h", |
| 1125 | "url_request/url_request_job.cc", |
| 1126 | "url_request/url_request_job.h", |
| 1127 | "url_request/url_request_job_factory.cc", |
| 1128 | "url_request/url_request_job_factory.h", |
| 1129 | "url_request/url_request_job_factory_impl.cc", |
| 1130 | "url_request/url_request_job_factory_impl.h", |
| 1131 | "url_request/url_request_job_manager.cc", |
| 1132 | "url_request/url_request_job_manager.h", |
| 1133 | "url_request/url_request_netlog_params.cc", |
| 1134 | "url_request/url_request_netlog_params.h", |
| 1135 | "url_request/url_request_redirect_job.cc", |
| 1136 | "url_request/url_request_redirect_job.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1137 | "url_request/url_request_status.cc", |
| 1138 | "url_request/url_request_status.h", |
| 1139 | "url_request/url_request_test_job.cc", |
| 1140 | "url_request/url_request_test_job.h", |
| 1141 | "url_request/url_request_throttler_entry.cc", |
| 1142 | "url_request/url_request_throttler_entry.h", |
| 1143 | "url_request/url_request_throttler_entry_interface.h", |
| 1144 | "url_request/url_request_throttler_manager.cc", |
| 1145 | "url_request/url_request_throttler_manager.h", |
| 1146 | "url_request/view_cache_helper.cc", |
| 1147 | "url_request/view_cache_helper.h", |
| 1148 | "url_request/websocket_handshake_userdata_key.cc", |
| 1149 | "url_request/websocket_handshake_userdata_key.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1150 | ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1151 | |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 1152 | if (enable_reporting) { |
| 1153 | sources += [ |
Julia Tuttle | 6c949ae | 2017-11-17 16:36:27 | [diff] [blame] | 1154 | "network_error_logging/network_error_logging_service.cc", |
| 1155 | "network_error_logging/network_error_logging_service.h", |
Lily Chen | c565231 | 2019-03-20 21:58:30 | [diff] [blame] | 1156 | "network_error_logging/persistent_reporting_and_nel_store.h", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 1157 | "reporting/reporting_browsing_data_remover.cc", |
| 1158 | "reporting/reporting_browsing_data_remover.h", |
| 1159 | "reporting/reporting_cache.cc", |
| 1160 | "reporting/reporting_cache.h", |
Lily Chen | 34448a7 | 2019-01-31 21:49:13 | [diff] [blame] | 1161 | "reporting/reporting_cache_impl.cc", |
| 1162 | "reporting/reporting_cache_impl.h", |
Lily Chen | d3967817 | 2018-12-07 20:16:32 | [diff] [blame] | 1163 | "reporting/reporting_cache_observer.cc", |
| 1164 | "reporting/reporting_cache_observer.h", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 1165 | "reporting/reporting_context.cc", |
| 1166 | "reporting/reporting_context.h", |
| 1167 | "reporting/reporting_delegate.cc", |
| 1168 | "reporting/reporting_delegate.h", |
| 1169 | "reporting/reporting_delivery_agent.cc", |
| 1170 | "reporting/reporting_delivery_agent.h", |
Lily Chen | fc92ff4 | 2019-05-06 22:59:10 | [diff] [blame] | 1171 | "reporting/reporting_endpoint.cc", |
| 1172 | "reporting/reporting_endpoint.h", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 1173 | "reporting/reporting_endpoint_manager.cc", |
| 1174 | "reporting/reporting_endpoint_manager.h", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 1175 | "reporting/reporting_garbage_collector.cc", |
| 1176 | "reporting/reporting_garbage_collector.h", |
| 1177 | "reporting/reporting_header_parser.cc", |
| 1178 | "reporting/reporting_header_parser.h", |
| 1179 | "reporting/reporting_network_change_observer.cc", |
| 1180 | "reporting/reporting_network_change_observer.h", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 1181 | "reporting/reporting_policy.cc", |
| 1182 | "reporting/reporting_policy.h", |
| 1183 | "reporting/reporting_report.cc", |
| 1184 | "reporting/reporting_report.h", |
| 1185 | "reporting/reporting_service.cc", |
| 1186 | "reporting/reporting_service.h", |
| 1187 | "reporting/reporting_uploader.cc", |
| 1188 | "reporting/reporting_uploader.h", |
| 1189 | ] |
| 1190 | } |
| 1191 | |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1192 | if (is_android) { |
| 1193 | sources += [ |
| 1194 | "android/android_http_util.cc", |
| 1195 | "android/cellular_signal_strength.cc", |
| 1196 | "android/cellular_signal_strength.h", |
| 1197 | "android/cert_verify_result_android.cc", |
| 1198 | "android/cert_verify_result_android.h", |
| 1199 | "android/gurl_utils.cc", |
| 1200 | "android/http_auth_negotiate_android.cc", |
| 1201 | "android/http_auth_negotiate_android.h", |
| 1202 | "android/keystore.cc", |
| 1203 | "android/keystore.h", |
Ken Rockot | 621c567 | 2020-08-08 00:13:02 | [diff] [blame] | 1204 | "android/network_activation_request.cc", |
| 1205 | "android/network_activation_request.h", |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1206 | "android/network_change_notifier_android.cc", |
| 1207 | "android/network_change_notifier_android.h", |
| 1208 | "android/network_change_notifier_delegate_android.cc", |
| 1209 | "android/network_change_notifier_delegate_android.h", |
| 1210 | "android/network_change_notifier_factory_android.cc", |
| 1211 | "android/network_change_notifier_factory_android.h", |
| 1212 | "android/network_library.cc", |
| 1213 | "android/network_library.h", |
| 1214 | "android/traffic_stats.cc", |
| 1215 | "android/traffic_stats.h", |
| 1216 | "cert/cert_verify_proc_android.cc", |
| 1217 | "cert/cert_verify_proc_android.h", |
| 1218 | "cert/test_root_certs_android.cc", |
| 1219 | "cert/x509_util_android.cc", |
| 1220 | "proxy_resolution/proxy_config_service_android.cc", |
| 1221 | "proxy_resolution/proxy_config_service_android.h", |
| 1222 | "ssl/ssl_platform_key_android.cc", |
| 1223 | "ssl/ssl_platform_key_android.h", |
| 1224 | ] |
| 1225 | } |
| 1226 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 1227 | if (is_chromeos && use_nss_certs) { |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1228 | sources += [ |
| 1229 | "cert/nss_cert_database_chromeos.cc", |
| 1230 | "cert/nss_cert_database_chromeos.h", |
| 1231 | "cert/nss_profile_filter_chromeos.cc", |
| 1232 | "cert/nss_profile_filter_chromeos.h", |
| 1233 | ] |
| 1234 | } |
| 1235 | |
| 1236 | if (is_ios) { |
| 1237 | sources += [ |
| 1238 | "cert/cert_verify_proc_ios.cc", |
| 1239 | "cert/cert_verify_proc_ios.h", |
| 1240 | "cert/x509_util_ios.cc", |
| 1241 | "cert/x509_util_ios.h", |
| 1242 | "disk_cache/blockfile/file_ios.cc", |
| 1243 | "proxy_resolution/proxy_config_service_ios.cc", |
| 1244 | "proxy_resolution/proxy_config_service_ios.h", |
| 1245 | ] |
| 1246 | } |
| 1247 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 1248 | if (is_linux && !is_chromeos) { |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1249 | sources += [ |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1250 | "base/network_change_notifier_linux.cc", |
| 1251 | "base/network_change_notifier_linux.h", |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1252 | "proxy_resolution/proxy_config_service_linux.cc", |
| 1253 | "proxy_resolution/proxy_config_service_linux.h", |
| 1254 | ] |
| 1255 | } |
| 1256 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 1257 | if (is_linux || is_chromeos || is_android) { |
Matt Menke | c5d1fc8 | 2019-11-04 22:00:58 | [diff] [blame] | 1258 | sources += [ |
| 1259 | "base/address_tracker_linux.cc", |
| 1260 | "base/address_tracker_linux.h", |
| 1261 | "base/network_interfaces_linux.cc", |
| 1262 | "base/network_interfaces_linux.h", |
| 1263 | "base/platform_mime_util_linux.cc", |
| 1264 | ] |
| 1265 | } |
| 1266 | |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1267 | if (is_mac) { |
| 1268 | sources += [ |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1269 | "base/network_notification_thread_mac.cc", |
| 1270 | "base/network_notification_thread_mac.h", |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1271 | "cert/cert_database_mac.cc", |
| 1272 | "cert/cert_verify_proc_mac.cc", |
| 1273 | "cert/cert_verify_proc_mac.h", |
| 1274 | "cert/internal/trust_store_mac.cc", |
| 1275 | "cert/internal/trust_store_mac.h", |
| 1276 | "cert/known_roots_mac.cc", |
| 1277 | "cert/known_roots_mac.h", |
| 1278 | "cert/test_keychain_search_list_mac.cc", |
| 1279 | "cert/test_keychain_search_list_mac.h", |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1280 | "cert/x509_util_mac.cc", |
| 1281 | "cert/x509_util_mac.h", |
| 1282 | "proxy_resolution/proxy_config_service_mac.cc", |
| 1283 | "proxy_resolution/proxy_config_service_mac.h", |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1284 | "ssl/client_cert_identity_mac.cc", |
| 1285 | "ssl/client_cert_identity_mac.h", |
| 1286 | "ssl/client_cert_store_mac.cc", |
| 1287 | "ssl/client_cert_store_mac.h", |
| 1288 | "ssl/ssl_platform_key_mac.cc", |
| 1289 | "ssl/ssl_platform_key_mac.h", |
| 1290 | ] |
| 1291 | } |
| 1292 | |
Sylvain Defresne | fafffe8 | 2020-07-27 14:16:50 | [diff] [blame] | 1293 | if (is_apple) { |
Matt Menke | c5d1fc8 | 2019-11-04 22:00:58 | [diff] [blame] | 1294 | sources += [ |
| 1295 | "base/mac/url_conversions.h", |
| 1296 | "base/mac/url_conversions.mm", |
| 1297 | "base/network_change_notifier_mac.cc", |
| 1298 | "base/network_change_notifier_mac.h", |
| 1299 | "base/network_config_watcher_mac.cc", |
| 1300 | "base/network_config_watcher_mac.h", |
| 1301 | "base/platform_mime_util_mac.mm", |
| 1302 | "base/proxy_server_mac.cc", |
| 1303 | "cert/test_root_certs_mac.cc", |
| 1304 | "cert/x509_util_ios_and_mac.cc", |
| 1305 | "cert/x509_util_ios_and_mac.h", |
| 1306 | "proxy_resolution/proxy_resolver_mac.cc", |
| 1307 | "proxy_resolution/proxy_resolver_mac.h", |
| 1308 | ] |
| 1309 | } |
| 1310 | |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1311 | if (is_win) { |
| 1312 | sources += [ |
| 1313 | "base/file_stream_context_win.cc", |
| 1314 | "base/net_errors_win.cc", |
| 1315 | "base/network_change_notifier_win.cc", |
| 1316 | "base/network_change_notifier_win.h", |
| 1317 | "base/network_interfaces_win.cc", |
| 1318 | "base/network_interfaces_win.h", |
| 1319 | "base/platform_mime_util_win.cc", |
| 1320 | "base/winsock_init.cc", |
| 1321 | "base/winsock_init.h", |
| 1322 | "base/winsock_util.cc", |
| 1323 | "base/winsock_util.h", |
| 1324 | "cert/cert_verify_proc_win.cc", |
| 1325 | "cert/cert_verify_proc_win.h", |
| 1326 | "cert/known_roots_win.cc", |
| 1327 | "cert/known_roots_win.h", |
| 1328 | "cert/test_root_certs_win.cc", |
| 1329 | "cert/x509_util_win.cc", |
| 1330 | "cert/x509_util_win.h", |
| 1331 | "disk_cache/blockfile/file_win.cc", |
| 1332 | "disk_cache/blockfile/mapped_file_win.cc", |
| 1333 | "disk_cache/cache_util_win.cc", |
| 1334 | "disk_cache/simple/simple_index_file_win.cc", |
| 1335 | "disk_cache/simple/simple_util_win.cc", |
| 1336 | "http/http_auth_handler_ntlm_win.cc", |
| 1337 | "http/http_auth_sspi_win.cc", |
| 1338 | "http/http_auth_sspi_win.h", |
| 1339 | "http/url_security_manager_win.cc", |
Eric Roman | 74eb14a | 2020-04-20 19:53:51 | [diff] [blame] | 1340 | "proxy_resolution/win/dhcp_pac_file_adapter_fetcher_win.cc", |
| 1341 | "proxy_resolution/win/dhcp_pac_file_adapter_fetcher_win.h", |
| 1342 | "proxy_resolution/win/dhcp_pac_file_fetcher_win.cc", |
| 1343 | "proxy_resolution/win/dhcp_pac_file_fetcher_win.h", |
| 1344 | "proxy_resolution/win/dhcpcsvc_init_win.cc", |
| 1345 | "proxy_resolution/win/dhcpcsvc_init_win.h", |
| 1346 | "proxy_resolution/win/proxy_config_service_win.cc", |
| 1347 | "proxy_resolution/win/proxy_config_service_win.h", |
| 1348 | "proxy_resolution/win/proxy_resolver_winhttp.cc", |
| 1349 | "proxy_resolution/win/proxy_resolver_winhttp.h", |
Nicolas Arciniega | c672049 | 2020-03-28 02:35:26 | [diff] [blame] | 1350 | "proxy_resolution/win/windows_system_proxy_resolution_request.cc", |
| 1351 | "proxy_resolution/win/windows_system_proxy_resolution_request.h", |
| 1352 | "proxy_resolution/win/windows_system_proxy_resolution_service.cc", |
| 1353 | "proxy_resolution/win/windows_system_proxy_resolution_service.h", |
Nicolas Arciniega | b8d1d88 | 2020-07-29 18:29:00 | [diff] [blame] | 1354 | "proxy_resolution/win/windows_system_proxy_resolver.cc", |
| 1355 | "proxy_resolution/win/windows_system_proxy_resolver.h", |
| 1356 | "proxy_resolution/win/winhttp_api_wrapper.cc", |
| 1357 | "proxy_resolution/win/winhttp_api_wrapper.h", |
| 1358 | "proxy_resolution/win/winhttp_proxy_resolver_functions.cc", |
| 1359 | "proxy_resolution/win/winhttp_proxy_resolver_functions.h", |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1360 | "socket/tcp_socket_win.cc", |
| 1361 | "socket/tcp_socket_win.h", |
| 1362 | "socket/udp_socket_win.cc", |
| 1363 | "socket/udp_socket_win.h", |
| 1364 | "ssl/client_cert_store_win.cc", |
| 1365 | "ssl/client_cert_store_win.h", |
| 1366 | "ssl/ssl_platform_key_win.cc", |
| 1367 | ] |
| 1368 | } |
| 1369 | |
Matt Menke | aed1c4b0 | 2019-11-01 01:35:04 | [diff] [blame] | 1370 | if (use_kerberos) { |
| 1371 | sources += [ |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1372 | "http/http_auth_handler_negotiate.cc", |
| 1373 | "http/http_auth_handler_negotiate.h", |
| 1374 | ] |
| 1375 | } |
| 1376 | |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 1377 | if (is_posix || is_fuchsia) { |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 1378 | sources += [ |
| 1379 | "base/file_stream_context_posix.cc", |
| 1380 | "base/network_interfaces_posix.cc", |
| 1381 | "base/network_interfaces_posix.h", |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 1382 | "disk_cache/cache_util_posix.cc", |
| 1383 | "disk_cache/simple/simple_index_file_posix.cc", |
| 1384 | "disk_cache/simple/simple_util_posix.cc", |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 1385 | "http/url_security_manager_posix.cc", |
| 1386 | "socket/socket_posix.cc", |
| 1387 | "socket/socket_posix.h", |
| 1388 | "socket/tcp_socket_posix.cc", |
| 1389 | "socket/tcp_socket_posix.h", |
| 1390 | "socket/udp_socket_posix.cc", |
| 1391 | "socket/udp_socket_posix.h", |
| 1392 | ] |
Matt Menke | c5d1fc8 | 2019-11-04 22:00:58 | [diff] [blame] | 1393 | if (!is_ios) { |
| 1394 | sources += [ "disk_cache/blockfile/file_posix.cc" ] |
| 1395 | } |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1396 | if (posix_avoid_mmap) { |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 1397 | sources += [ "disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc" ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1398 | } else { |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 1399 | sources += [ "disk_cache/blockfile/mapped_file_posix.cc" ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1400 | } |
| 1401 | } |
| 1402 | |
Clark DuVall | fe37e8e0 | 2019-02-15 02:00:28 | [diff] [blame] | 1403 | if (is_android || is_chromeos) { |
| 1404 | sources += [ |
| 1405 | "base/network_change_notifier_posix.cc", |
| 1406 | "base/network_change_notifier_posix.h", |
| 1407 | ] |
| 1408 | } |
| 1409 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 1410 | if (!is_win) { |
| 1411 | sources += [ |
Matt Menke | c5d1fc8 | 2019-11-04 22:00:58 | [diff] [blame] | 1412 | "http/http_auth_handler_ntlm_portable.cc", |
Asanka Herath | bf0b55d | 2019-12-07 03:27:09 | [diff] [blame] | 1413 | "http/http_auth_ntlm_mechanism.cc", |
| 1414 | "http/http_auth_ntlm_mechanism.h", |
zentaro | b89acda4 | 2017-07-14 01:28:57 | [diff] [blame] | 1415 | "ntlm/ntlm.cc", |
| 1416 | "ntlm/ntlm.h", |
zentaro | b7479568 | 2017-07-14 00:58:22 | [diff] [blame] | 1417 | "ntlm/ntlm_buffer_reader.cc", |
| 1418 | "ntlm/ntlm_buffer_reader.h", |
| 1419 | "ntlm/ntlm_buffer_writer.cc", |
| 1420 | "ntlm/ntlm_buffer_writer.h", |
Zentaro Kavanagh | dd55661 | 2017-08-03 20:27:04 | [diff] [blame] | 1421 | "ntlm/ntlm_client.cc", |
| 1422 | "ntlm/ntlm_client.h", |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 1423 | "ntlm/ntlm_constants.cc", |
zentaro | b7479568 | 2017-07-14 00:58:22 | [diff] [blame] | 1424 | "ntlm/ntlm_constants.h", |
| 1425 | ] |
| 1426 | } |
| 1427 | |
Asanka Herath | 48ddc2d | 2019-06-03 20:31:38 | [diff] [blame] | 1428 | if (use_external_gssapi) { |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 1429 | sources += [ |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1430 | "http/http_auth_gssapi_posix.cc", |
| 1431 | "http/http_auth_gssapi_posix.h", |
| 1432 | ] |
| 1433 | } |
| 1434 | |
Paul Jensen | 3a75497 | 2020-07-25 13:47:45 | [diff] [blame] | 1435 | # Use getifaddrs() on POSIX platforms, except Linux. |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 1436 | if (is_posix && !is_linux && !is_chromeos) { |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 1437 | sources += [ |
Sergey Ulanov | 5c33235ae | 2017-07-06 23:55:07 | [diff] [blame] | 1438 | "base/network_interfaces_getifaddrs.cc", |
| 1439 | "base/network_interfaces_getifaddrs.h", |
| 1440 | ] |
| 1441 | } |
| 1442 | |
Matt Menke | aed1c4b0 | 2019-11-01 01:35:04 | [diff] [blame] | 1443 | if (use_nss_certs) { |
| 1444 | sources += [ |
Pavol Marko | e11ebca | 2019-07-03 07:08:37 | [diff] [blame] | 1445 | "cert/internal/system_trust_store_nss.h", |
mattm | 9c63d44 | 2016-09-03 00:45:51 | [diff] [blame] | 1446 | "cert/internal/trust_store_nss.cc", |
| 1447 | "cert/internal/trust_store_nss.h", |
eroman | f2971fd | 2017-04-20 20:10:45 | [diff] [blame] | 1448 | "cert/known_roots_nss.cc", |
| 1449 | "cert/known_roots_nss.h", |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1450 | "cert/nss_cert_database.cc", |
| 1451 | "cert/nss_cert_database.h", |
Matt Mueller | 6539285 | 2020-05-15 23:10:29 | [diff] [blame] | 1452 | "cert/test_root_certs_builtin.cc", |
| 1453 | "cert/x509_util_nss.cc", |
| 1454 | "cert/x509_util_nss.h", |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1455 | "third_party/mozilla_security_manager/nsNSSCertificateDB.cpp", |
| 1456 | "third_party/mozilla_security_manager/nsNSSCertificateDB.h", |
| 1457 | "third_party/mozilla_security_manager/nsPKCS12Blob.cpp", |
| 1458 | "third_party/mozilla_security_manager/nsPKCS12Blob.h", |
davidben | 8d569f5 | 2016-07-29 16:03:18 | [diff] [blame] | 1459 | "third_party/nss/ssl/cmpcert.cc", |
| 1460 | "third_party/nss/ssl/cmpcert.h", |
| 1461 | ] |
Matt Menke | aed1c4b0 | 2019-11-01 01:35:04 | [diff] [blame] | 1462 | if (!is_chromecast) { |
| 1463 | sources += [ |
| 1464 | "ssl/client_cert_store_nss.cc", |
| 1465 | "ssl/client_cert_store_nss.h", |
| 1466 | "ssl/ssl_platform_key_nss.cc", |
| 1467 | "ssl/ssl_platform_key_nss.h", |
| 1468 | ] |
| 1469 | } |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1470 | } |
| 1471 | |
Sergey Ulanov | 4908557 | 2017-07-10 23:25:46 | [diff] [blame] | 1472 | if (is_fuchsia) { |
Tamir Duberstein | bf0a6a1d | 2020-08-03 18:44:11 | [diff] [blame] | 1473 | deps += [ "//third_party/fuchsia-sdk/sdk/pkg/async-loop-cpp" ] |
Wez | 174807c4 | 2020-03-01 21:00:30 | [diff] [blame] | 1474 | public_deps += [ "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.netstack" ] |
Sergey Ulanov | 4908557 | 2017-07-10 23:25:46 | [diff] [blame] | 1475 | sources += [ |
Kevin Marshall | 3e89fd7 | 2018-06-05 21:29:10 | [diff] [blame] | 1476 | "base/network_change_notifier_fuchsia.cc", |
| 1477 | "base/network_change_notifier_fuchsia.h", |
Sergey Ulanov | 2beef3d | 2017-10-19 21:53:53 | [diff] [blame] | 1478 | "base/network_interfaces_fuchsia.cc", |
Aidan Wolter | d89b754 | 2019-01-24 11:01:21 | [diff] [blame] | 1479 | "base/network_interfaces_fuchsia.h", |
Sergey Ulanov | 4908557 | 2017-07-10 23:25:46 | [diff] [blame] | 1480 | "base/platform_mime_util_fuchsia.cc", |
Matt Mueller | 6539285 | 2020-05-15 23:10:29 | [diff] [blame] | 1481 | "cert/test_root_certs_builtin.cc", |
Sergey Ulanov | 4908557 | 2017-07-10 23:25:46 | [diff] [blame] | 1482 | ] |
| 1483 | } |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 1484 | |
| 1485 | if (trial_comparison_cert_verifier_supported) { |
| 1486 | sources += [ |
| 1487 | "cert/trial_comparison_cert_verifier.cc", |
| 1488 | "cert/trial_comparison_cert_verifier.h", |
| 1489 | ] |
| 1490 | } |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1491 | } |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 1492 | |
Sergey Ulanov | 21dea15 | 2017-09-13 00:50:50 | [diff] [blame] | 1493 | if (enable_unix_sockets) { |
| 1494 | sources += [ |
| 1495 | "socket/unix_domain_client_socket_posix.cc", |
| 1496 | "socket/unix_domain_client_socket_posix.h", |
| 1497 | "socket/unix_domain_server_socket_posix.cc", |
| 1498 | "socket/unix_domain_server_socket_posix.h", |
| 1499 | ] |
| 1500 | } |
| 1501 | |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 1502 | cflags = [] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1503 | |
| 1504 | if (is_mac) { |
Robert Sesek | d5a74a80 | 2020-07-01 16:38:08 | [diff] [blame] | 1505 | libs = [ "resolv" ] |
| 1506 | frameworks = [ |
rsesek | 02aa51c | 2016-05-11 02:13:57 | [diff] [blame] | 1507 | "CFNetwork.framework", |
| 1508 | "CoreServices.framework", |
[email protected] | ab9ce6e | 2014-04-17 20:33:19 | [diff] [blame] | 1509 | "Foundation.framework", |
| 1510 | "Security.framework", |
| 1511 | "SystemConfiguration.framework", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1512 | ] |
| 1513 | } |
| 1514 | |
| 1515 | if (is_ios) { |
Robert Sesek | d5a74a80 | 2020-07-01 16:38:08 | [diff] [blame] | 1516 | libs = [ "resolv" ] |
| 1517 | frameworks = [ |
[email protected] | ab9ce6e | 2014-04-17 20:33:19 | [diff] [blame] | 1518 | "CFNetwork.framework", |
| 1519 | "MobileCoreServices.framework", |
| 1520 | "Security.framework", |
| 1521 | "SystemConfiguration.framework", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1522 | ] |
xunjieli | 06d9398 | 2015-08-27 17:13:02 | [diff] [blame] | 1523 | } |
xunjieli | 4c8c692 | 2015-08-27 16:02:40 | [diff] [blame] | 1524 | |
jam | 5332a63 | 2016-04-01 22:36:05 | [diff] [blame] | 1525 | if (is_win) { |
| 1526 | libs = [ |
| 1527 | "crypt32.lib", |
| 1528 | "dhcpcsvc.lib", |
| 1529 | "iphlpapi.lib", |
davidben | 6239919 | 2016-09-13 01:54:22 | [diff] [blame] | 1530 | "ncrypt.lib", |
jam | 5332a63 | 2016-04-01 22:36:05 | [diff] [blame] | 1531 | "rpcrt4.lib", |
| 1532 | "secur32.lib", |
| 1533 | "urlmon.lib", |
| 1534 | "winhttp.lib", |
| 1535 | ] |
Cliff Smolinsky | c5c5210 | 2019-05-03 20:51:54 | [diff] [blame] | 1536 | |
| 1537 | ldflags = [ "/DELAYLOAD:urlmon.dll" ] |
jam | 5332a63 | 2016-04-01 22:36:05 | [diff] [blame] | 1538 | } |
| 1539 | |
sergeyu | 99d83f9 | 2015-09-14 23:03:33 | [diff] [blame] | 1540 | if (!is_nacl) { |
| 1541 | if (!disable_file_support) { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1542 | sources += [ |
| 1543 | "base/directory_lister.cc", |
| 1544 | "base/directory_lister.h", |
| 1545 | "base/directory_listing.cc", |
| 1546 | "base/directory_listing.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1547 | ] |
sergeyu | 99d83f9 | 2015-09-14 23:03:33 | [diff] [blame] | 1548 | } |
xunjieli | 06d9398 | 2015-08-27 17:13:02 | [diff] [blame] | 1549 | |
sergeyu | 99d83f9 | 2015-09-14 23:03:33 | [diff] [blame] | 1550 | if (!disable_ftp_support) { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1551 | sources += [ |
| 1552 | "ftp/ftp_auth_cache.cc", |
| 1553 | "ftp/ftp_auth_cache.h", |
| 1554 | "ftp/ftp_ctrl_response_buffer.cc", |
| 1555 | "ftp/ftp_ctrl_response_buffer.h", |
| 1556 | "ftp/ftp_directory_listing_parser.cc", |
| 1557 | "ftp/ftp_directory_listing_parser.h", |
| 1558 | "ftp/ftp_directory_listing_parser_ls.cc", |
| 1559 | "ftp/ftp_directory_listing_parser_ls.h", |
| 1560 | "ftp/ftp_directory_listing_parser_vms.cc", |
| 1561 | "ftp/ftp_directory_listing_parser_vms.h", |
| 1562 | "ftp/ftp_directory_listing_parser_windows.cc", |
| 1563 | "ftp/ftp_directory_listing_parser_windows.h", |
| 1564 | "ftp/ftp_network_layer.cc", |
| 1565 | "ftp/ftp_network_layer.h", |
| 1566 | "ftp/ftp_network_session.cc", |
| 1567 | "ftp/ftp_network_session.h", |
| 1568 | "ftp/ftp_network_transaction.cc", |
| 1569 | "ftp/ftp_network_transaction.h", |
| 1570 | "ftp/ftp_request_info.h", |
| 1571 | "ftp/ftp_response_info.cc", |
| 1572 | "ftp/ftp_response_info.h", |
Eric Roman | f2503f8f | 2019-04-23 18:20:25 | [diff] [blame] | 1573 | "ftp/ftp_server_type.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1574 | "ftp/ftp_transaction.h", |
| 1575 | "ftp/ftp_transaction_factory.h", |
| 1576 | "ftp/ftp_util.cc", |
| 1577 | "ftp/ftp_util.h", |
| 1578 | "url_request/ftp_protocol_handler.cc", |
| 1579 | "url_request/ftp_protocol_handler.h", |
| 1580 | "url_request/url_request_ftp_job.cc", |
| 1581 | "url_request/url_request_ftp_job.h", |
| 1582 | ] |
sergeyu | 99d83f9 | 2015-09-14 23:03:33 | [diff] [blame] | 1583 | } |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 1584 | |
sergeyu | 99d83f9 | 2015-09-14 23:03:33 | [diff] [blame] | 1585 | if (enable_websockets) { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1586 | sources += [ |
| 1587 | "websockets/websocket_basic_handshake_stream.cc", |
| 1588 | "websockets/websocket_basic_handshake_stream.h", |
| 1589 | "websockets/websocket_basic_stream.cc", |
| 1590 | "websockets/websocket_basic_stream.h", |
Bence Béky | 7294fc2 | 2018-02-08 14:26:17 | [diff] [blame] | 1591 | "websockets/websocket_basic_stream_adapters.cc", |
| 1592 | "websockets/websocket_basic_stream_adapters.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1593 | "websockets/websocket_channel.cc", |
| 1594 | "websockets/websocket_channel.h", |
| 1595 | "websockets/websocket_deflate_parameters.cc", |
| 1596 | "websockets/websocket_deflate_parameters.h", |
| 1597 | "websockets/websocket_deflate_predictor.h", |
| 1598 | "websockets/websocket_deflate_predictor_impl.cc", |
| 1599 | "websockets/websocket_deflate_predictor_impl.h", |
| 1600 | "websockets/websocket_deflate_stream.cc", |
| 1601 | "websockets/websocket_deflate_stream.h", |
| 1602 | "websockets/websocket_deflater.cc", |
| 1603 | "websockets/websocket_deflater.h", |
| 1604 | "websockets/websocket_errors.cc", |
| 1605 | "websockets/websocket_errors.h", |
mmenke | 392ec46 | 2017-03-23 18:49:35 | [diff] [blame] | 1606 | "websockets/websocket_event_interface.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1607 | "websockets/websocket_extension.cc", |
| 1608 | "websockets/websocket_extension.h", |
| 1609 | "websockets/websocket_extension_parser.cc", |
| 1610 | "websockets/websocket_extension_parser.h", |
| 1611 | "websockets/websocket_frame.cc", |
| 1612 | "websockets/websocket_frame.h", |
| 1613 | "websockets/websocket_frame_parser.cc", |
| 1614 | "websockets/websocket_frame_parser.h", |
| 1615 | "websockets/websocket_handshake_challenge.cc", |
| 1616 | "websockets/websocket_handshake_challenge.h", |
| 1617 | "websockets/websocket_handshake_constants.cc", |
| 1618 | "websockets/websocket_handshake_constants.h", |
| 1619 | "websockets/websocket_handshake_request_info.cc", |
| 1620 | "websockets/websocket_handshake_request_info.h", |
| 1621 | "websockets/websocket_handshake_response_info.cc", |
| 1622 | "websockets/websocket_handshake_response_info.h", |
Bence Béky | cc7249a | 2018-03-06 16:23:27 | [diff] [blame] | 1623 | "websockets/websocket_handshake_stream_base.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1624 | "websockets/websocket_handshake_stream_base.h", |
| 1625 | "websockets/websocket_handshake_stream_create_helper.cc", |
| 1626 | "websockets/websocket_handshake_stream_create_helper.h", |
Bence Béky | 46bfbc1 | 2018-02-22 19:28:20 | [diff] [blame] | 1627 | "websockets/websocket_http2_handshake_stream.cc", |
| 1628 | "websockets/websocket_http2_handshake_stream.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1629 | "websockets/websocket_inflater.cc", |
| 1630 | "websockets/websocket_inflater.h", |
| 1631 | "websockets/websocket_stream.cc", |
| 1632 | "websockets/websocket_stream.h", |
| 1633 | ] |
sergeyu | 99d83f9 | 2015-09-14 23:03:33 | [diff] [blame] | 1634 | } |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 1635 | |
sergeyu | 99d83f9 | 2015-09-14 23:03:33 | [diff] [blame] | 1636 | # ICU support. |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1637 | if (use_platform_icu_alternatives) { |
| 1638 | if (is_android) { |
| 1639 | # Use ICU alternative on Android. |
torne | d8b7d925 | 2016-08-04 19:41:45 | [diff] [blame] | 1640 | sources += [ "base/net_string_util_icu_alternatives_android.cc" ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1641 | } else if (is_ios) { |
| 1642 | # Use ICU alternative on iOS. |
| 1643 | sources += [ "base/net_string_util_icu_alternatives_ios.mm" ] |
| 1644 | } else { |
| 1645 | assert(false, |
| 1646 | "ICU alternative is not implemented for platform: " + target_os) |
| 1647 | } |
| 1648 | } else { |
| 1649 | # Use ICU. |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1650 | sources += [ |
| 1651 | "base/filename_util_icu.cc", |
| 1652 | "base/net_string_util_icu.cc", |
| 1653 | ] |
| 1654 | } |
eustas | fbec913 | 2015-12-30 14:56:51 | [diff] [blame] | 1655 | |
| 1656 | # Brotli support. |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1657 | if (!disable_brotli_filter) { |
thakis | b8590c9 | 2017-03-23 18:14:53 | [diff] [blame] | 1658 | sources += [ |
| 1659 | "filter/brotli_source_stream.cc", |
| 1660 | "filter/brotli_source_stream.h", |
| 1661 | ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1662 | } else { |
xunjieli | 084a929 | 2016-09-23 18:15:04 | [diff] [blame] | 1663 | sources += [ "filter/brotli_source_stream_disabled.cc" ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1664 | } |
[email protected] | 85191ed | 2014-05-15 00:41:49 | [diff] [blame] | 1665 | } |
Sebastien Marchand | 113c39f6 | 2020-03-12 02:22:31 | [diff] [blame] | 1666 | |
| 1667 | if (!is_debug && !optimize_for_size) { |
| 1668 | configs -= [ "//build/config/compiler:default_optimization" ] |
| 1669 | configs += [ "//build/config/compiler:optimize_max" ] |
| 1670 | } |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1671 | } |
| 1672 | |
Daniel Bratell | c36e87a | 2019-03-26 16:31:46 | [diff] [blame] | 1673 | # net_export.h has its own build target so that code (eg |
| 1674 | # net_nqe_proto) can use it without depending on the whole of //net. |
| 1675 | source_set("net_export_header") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 1676 | sources = [ "base/net_export.h" ] |
Daniel Bratell | c36e87a | 2019-03-26 16:31:46 | [diff] [blame] | 1677 | } |
| 1678 | |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1679 | # Private dependencies for the //net component and for any build targets (e.g. |
| 1680 | # source sets with circular dependencies with //net) that need to share the same |
| 1681 | # dependencies. |
| 1682 | source_set("net_deps") { |
| 1683 | visibility = [ |
| 1684 | ":net", |
| 1685 | "//net/dns", |
| 1686 | "//net/dns:dns_client", |
Eric Orth | 168a7e5 | 2018-08-27 19:11:32 | [diff] [blame] | 1687 | "//net/dns:host_resolver", |
Eric Orth | 0bea166 | 2019-03-20 19:11:22 | [diff] [blame] | 1688 | "//net/dns:host_resolver_manager", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1689 | "//net/dns:mdns_client", |
Eric Orth | 8afaf15 | 2018-11-07 21:01:26 | [diff] [blame] | 1690 | "//net/dns/public", |
Takuto Ikuta | 94330d9b | 2019-03-09 11:03:14 | [diff] [blame] | 1691 | "//net/http:transport_security_state_generated_files", |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 1692 | "//net/third_party/quiche", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1693 | ] |
| 1694 | |
| 1695 | public_deps = [ |
| 1696 | ":constants", |
Daniel Bratell | c36e87a | 2019-03-26 16:31:46 | [diff] [blame] | 1697 | ":net_export_header", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1698 | ":net_resources", |
git-meacer.google.com | 9e93f982 | 2018-07-03 00:33:05 | [diff] [blame] | 1699 | ":preload_decoder", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1700 | "//base", |
Matt Mueller | de5dadf | 2019-11-27 20:11:58 | [diff] [blame] | 1701 | "//base/util/type_safety:type_safety", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1702 | "//net/base/registry_controlled_domains", |
| 1703 | "//third_party/protobuf:protobuf_lite", |
Scott Violet | fd6ee11 | 2019-01-10 19:05:32 | [diff] [blame] | 1704 | "//url:buildflags", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1705 | ] |
| 1706 | |
| 1707 | public_configs = net_configs |
| 1708 | |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1709 | if (!is_nacl) { |
| 1710 | public_deps += [ |
| 1711 | "//base/third_party/dynamic_annotations", |
| 1712 | "//third_party/zlib", |
| 1713 | ] |
| 1714 | |
| 1715 | if (use_gio) { |
| 1716 | public_configs += [ "//build/linux:gio_config" ] |
| 1717 | } |
| 1718 | |
| 1719 | if (is_android) { |
| 1720 | public_deps += [ ":net_jni_headers" ] |
| 1721 | } |
| 1722 | |
| 1723 | if (is_fuchsia) { |
chromium-autoroll | fb42c705 | 2018-10-26 21:34:45 | [diff] [blame] | 1724 | public_deps += [ |
Wez | 71ad6ad | 2020-02-18 14:43:13 | [diff] [blame] | 1725 | "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.hardware.ethernet", |
| 1726 | "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.netstack", |
Wez | ba21444 | 2020-02-18 15:28:50 | [diff] [blame] | 1727 | "//third_party/fuchsia-sdk/sdk/pkg/sys_cpp", |
chromium-autoroll | fb42c705 | 2018-10-26 21:34:45 | [diff] [blame] | 1728 | ] |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1729 | } |
| 1730 | |
| 1731 | if (use_platform_icu_alternatives) { |
| 1732 | if (is_android) { |
| 1733 | public_deps += [ ":net_jni_headers" ] |
| 1734 | } |
| 1735 | } else { |
| 1736 | public_deps += [ |
| 1737 | "//base:i18n", |
| 1738 | "//third_party/icu", |
| 1739 | ] |
| 1740 | } |
| 1741 | |
| 1742 | if (!disable_brotli_filter) { |
| 1743 | public_deps += [ "//third_party/brotli:dec" ] |
Maksym Onufriienko | 7c9ef91a | 2019-03-18 19:27:32 | [diff] [blame] | 1744 | } else { |
| 1745 | public_deps += [ "//third_party/brotli:headers" ] |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1746 | } |
| 1747 | } |
| 1748 | } |
| 1749 | |
| 1750 | # Public dependencies for the //net component and for any build targets (e.g. |
| 1751 | # source sets with circular dependencies with //net) that need to share the same |
| 1752 | # dependencies. |
| 1753 | source_set("net_public_deps") { |
| 1754 | visibility = [ |
| 1755 | ":net", |
| 1756 | "//net/dns", |
| 1757 | "//net/dns:dns_client", |
Eric Orth | 168a7e5 | 2018-08-27 19:11:32 | [diff] [blame] | 1758 | "//net/dns:host_resolver", |
Eric Orth | 0bea166 | 2019-03-20 19:11:22 | [diff] [blame] | 1759 | "//net/dns:host_resolver_manager", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1760 | "//net/dns:mdns_client", |
Eric Orth | 8afaf15 | 2018-11-07 21:01:26 | [diff] [blame] | 1761 | "//net/dns/public", |
Takuto Ikuta | 94330d9b | 2019-03-09 11:03:14 | [diff] [blame] | 1762 | "//net/http:transport_security_state_generated_files", |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 1763 | "//net/third_party/quiche", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1764 | ] |
| 1765 | |
| 1766 | public_deps = [ |
| 1767 | ":buildflags", |
| 1768 | ":net_nqe_proto", |
Jan Wilken Dörrie | 79d02214 | 2020-08-19 18:18:32 | [diff] [blame^] | 1769 | "//base", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1770 | "//crypto", |
| 1771 | "//crypto:platform", |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 1772 | "//net/third_party/quiche:net_quic_proto", |
| 1773 | "//net/third_party/quiche:net_quic_test_tools_proto", |
Veranika Liaukevich | 8a68644 | 2018-05-29 18:55:12 | [diff] [blame] | 1774 | "//net/traffic_annotation", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1775 | "//third_party/boringssl", |
| 1776 | "//url", |
| 1777 | ] |
| 1778 | |
| 1779 | if (is_nacl) { |
| 1780 | public_deps += [ "//native_client_sdk/src/libraries/nacl_io" ] |
| 1781 | } |
| 1782 | } |
| 1783 | |
Michael Thiessen | 454d0c3 | 2019-04-08 13:58:54 | [diff] [blame] | 1784 | if (is_android) { |
| 1785 | java_cpp_enum("effective_connection_type_java") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 1786 | sources = [ "//net/nqe/effective_connection_type.h" ] |
Michael Thiessen | 454d0c3 | 2019-04-08 13:58:54 | [diff] [blame] | 1787 | } |
| 1788 | } |
| 1789 | |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1790 | grit("net_resources") { |
| 1791 | source = "base/net_resources.grd" |
[email protected] | b89c5384 | 2014-07-23 16:32:32 | [diff] [blame] | 1792 | outputs = [ |
| 1793 | "grit/net_resources.h", |
| 1794 | "net_resources.pak", |
[email protected] | b89c5384 | 2014-07-23 16:32:32 | [diff] [blame] | 1795 | ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1796 | } |
| 1797 | |
Tarun Bansal | cdfa34b | 2017-11-23 05:11:17 | [diff] [blame] | 1798 | proto_library("net_nqe_proto") { |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1799 | visibility = [ ":net_public_deps" ] |
Tarun Bansal | cdfa34b | 2017-11-23 05:11:17 | [diff] [blame] | 1800 | |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 1801 | sources = [ "nqe/proto/network_id_proto.proto" ] |
Tarun Bansal | cdfa34b | 2017-11-23 05:11:17 | [diff] [blame] | 1802 | cc_generator_options = "dllexport_decl=NET_EXPORT_PRIVATE:" |
| 1803 | cc_include = "net/base/net_export.h" |
| 1804 | component_build_force_source_set = true |
| 1805 | |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 1806 | deps = [ ":net_export_header" ] |
Daniel Bratell | c36e87a | 2019-03-26 16:31:46 | [diff] [blame] | 1807 | |
Tarun Bansal | cdfa34b | 2017-11-23 05:11:17 | [diff] [blame] | 1808 | defines = [ "NET_IMPLEMENTATION" ] |
| 1809 | |
| 1810 | extra_configs = [ "//build/config/compiler:wexit_time_destructors" ] |
| 1811 | } |
| 1812 | |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 1813 | component("extras") { |
| 1814 | sources = [ |
| 1815 | "extras/sqlite/cookie_crypto_delegate.h", |
| 1816 | "extras/sqlite/sqlite_persistent_cookie_store.cc", |
| 1817 | "extras/sqlite/sqlite_persistent_cookie_store.h", |
| 1818 | "extras/sqlite/sqlite_persistent_store_backend_base.cc", |
| 1819 | "extras/sqlite/sqlite_persistent_store_backend_base.h", |
| 1820 | ] |
| 1821 | defines = [ "IS_NET_EXTRAS_IMPL" ] |
| 1822 | configs += [ "//build/config/compiler:wexit_time_destructors" ] |
| 1823 | deps = [ |
| 1824 | ":net", |
| 1825 | "//base", |
| 1826 | "//sql:sql", |
| 1827 | ] |
Lily Chen | db14198 | 2019-03-18 17:18:49 | [diff] [blame] | 1828 | |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 1829 | if (enable_reporting) { |
| 1830 | sources += [ |
| 1831 | "extras/sqlite/sqlite_persistent_reporting_and_nel_store.cc", |
| 1832 | "extras/sqlite/sqlite_persistent_reporting_and_nel_store.h", |
| 1833 | ] |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1834 | } |
mef | 327a8e4 | 2014-08-29 17:10:03 | [diff] [blame] | 1835 | } |
| 1836 | |
git-meacer.google.com | 9e93f982 | 2018-07-03 00:33:05 | [diff] [blame] | 1837 | static_library("preload_decoder") { |
| 1838 | sources = [ |
| 1839 | "extras/preload_data/decoder.cc", |
| 1840 | "extras/preload_data/decoder.h", |
| 1841 | ] |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 1842 | deps = [ "//base" ] |
git-meacer.google.com | 9e93f982 | 2018-07-03 00:33:05 | [diff] [blame] | 1843 | } |
| 1844 | |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 1845 | if (!is_ios) { |
| 1846 | executable("dump_cache") { |
| 1847 | testonly = true |
| 1848 | sources = [ |
| 1849 | "tools/dump_cache/dump_cache.cc", |
| 1850 | "tools/dump_cache/dump_files.cc", |
| 1851 | "tools/dump_cache/dump_files.h", |
| 1852 | ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1853 | |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 1854 | deps = [ |
| 1855 | ":net", |
| 1856 | ":test_support", |
| 1857 | "//base", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 1858 | "//build/win:default_exe_manifest", |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 1859 | ] |
| 1860 | } |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1861 | } |
| 1862 | |
eroman | 1295131 | 2017-05-05 22:55:51 | [diff] [blame] | 1863 | # This section can be updated from globbing rules using: |
| 1864 | # python ./tools/update_ios_bundle_data.py |
sdefresne | b0a3164 | 2016-03-18 11:04:45 | [diff] [blame] | 1865 | bundle_data("test_support_bundle_data") { |
sdefresne | 04f9114 | 2016-04-21 08:41:59 | [diff] [blame] | 1866 | visibility = [ ":test_support" ] |
sdefresne | b0a3164 | 2016-03-18 11:04:45 | [diff] [blame] | 1867 | testonly = true |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1868 | sources = [ |
Ryan Hamilton | 3eada85 | 2019-12-13 23:29:18 | [diff] [blame] | 1869 | "data/quic_http_response_cache_data/test.example.com/index.html", |
| 1870 | "data/quic_http_response_cache_data/test.example.com/map.html", |
zhongyi | d7dd2db1 | 2017-04-14 17:01:25 | [diff] [blame] | 1871 | "data/quic_http_response_cache_data_with_push/test.example.com/favicon.ico", |
| 1872 | "data/quic_http_response_cache_data_with_push/test.example.com/index.html", |
| 1873 | "data/quic_http_response_cache_data_with_push/test.example.com/index2.html", |
| 1874 | "data/quic_http_response_cache_data_with_push/test.example.com/kitten-1.jpg", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1875 | "data/ssl/certificates/1024-rsa-ee-by-1024-rsa-intermediate.pem", |
| 1876 | "data/ssl/certificates/1024-rsa-ee-by-2048-rsa-intermediate.pem", |
| 1877 | "data/ssl/certificates/1024-rsa-ee-by-768-rsa-intermediate.pem", |
| 1878 | "data/ssl/certificates/1024-rsa-ee-by-prime256v1-ecdsa-intermediate.pem", |
| 1879 | "data/ssl/certificates/1024-rsa-intermediate.pem", |
| 1880 | "data/ssl/certificates/10_year_validity.pem", |
| 1881 | "data/ssl/certificates/11_year_validity.pem", |
| 1882 | "data/ssl/certificates/2029_globalsign_com_cert.pem", |
| 1883 | "data/ssl/certificates/2048-rsa-ee-by-1024-rsa-intermediate.pem", |
| 1884 | "data/ssl/certificates/2048-rsa-ee-by-2048-rsa-intermediate.pem", |
| 1885 | "data/ssl/certificates/2048-rsa-ee-by-768-rsa-intermediate.pem", |
| 1886 | "data/ssl/certificates/2048-rsa-ee-by-prime256v1-ecdsa-intermediate.pem", |
| 1887 | "data/ssl/certificates/2048-rsa-intermediate.pem", |
| 1888 | "data/ssl/certificates/2048-rsa-root.pem", |
Ryan Sleevi | ae4d680 | 2020-06-23 19:50:10 | [diff] [blame] | 1889 | "data/ssl/certificates/398_days_1_second_after_2020_09_01.pem", |
| 1890 | "data/ssl/certificates/398_days_after_2020_09_01.pem", |
| 1891 | "data/ssl/certificates/399_days_after_2020_09_01.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1892 | "data/ssl/certificates/39_months_after_2015_04.pem", |
Ryan Sleevi | fb6f8664 | 2018-04-07 03:55:38 | [diff] [blame] | 1893 | "data/ssl/certificates/39_months_based_on_last_day.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1894 | "data/ssl/certificates/40_months_after_2015_04.pem", |
| 1895 | "data/ssl/certificates/60_months_after_2012_07.pem", |
| 1896 | "data/ssl/certificates/61_months_after_2012_07.pem", |
| 1897 | "data/ssl/certificates/768-rsa-ee-by-1024-rsa-intermediate.pem", |
| 1898 | "data/ssl/certificates/768-rsa-ee-by-2048-rsa-intermediate.pem", |
| 1899 | "data/ssl/certificates/768-rsa-ee-by-768-rsa-intermediate.pem", |
| 1900 | "data/ssl/certificates/768-rsa-ee-by-prime256v1-ecdsa-intermediate.pem", |
| 1901 | "data/ssl/certificates/768-rsa-intermediate.pem", |
Ryan Sleevi | 1f9eb9f | 2018-01-23 21:25:14 | [diff] [blame] | 1902 | "data/ssl/certificates/825_days_1_second_after_2018_03_01.pem", |
| 1903 | "data/ssl/certificates/825_days_after_2018_03_01.pem", |
| 1904 | "data/ssl/certificates/826_days_after_2018_03_01.pem", |
Ryan Sleevi | 435064d3 | 2019-12-17 02:24:55 | [diff] [blame] | 1905 | "data/ssl/certificates/900_days_after_2019_07_01.pem", |
Matt Mueller | c391cdf | 2018-02-08 01:05:57 | [diff] [blame] | 1906 | "data/ssl/certificates/BUILD.gn", |
eroman | 1295131 | 2017-05-05 22:55:51 | [diff] [blame] | 1907 | "data/ssl/certificates/README", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1908 | "data/ssl/certificates/aia-cert.pem", |
| 1909 | "data/ssl/certificates/aia-intermediate.der", |
| 1910 | "data/ssl/certificates/aia-root.pem", |
| 1911 | "data/ssl/certificates/bad_validity.pem", |
Kunihiko Sakamoto | 97cfcf5 | 2018-06-26 03:08:22 | [diff] [blame] | 1912 | "data/ssl/certificates/can_sign_http_exchanges_draft_extension.pem", |
David Benjamin | 933f39b | 2018-08-27 14:59:18 | [diff] [blame] | 1913 | "data/ssl/certificates/can_sign_http_exchanges_draft_extension_invalid.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1914 | "data/ssl/certificates/client-empty-password.p12", |
| 1915 | "data/ssl/certificates/client-nokey.p12", |
| 1916 | "data/ssl/certificates/client-null-password.p12", |
| 1917 | "data/ssl/certificates/client.p12", |
| 1918 | "data/ssl/certificates/client_1.key", |
| 1919 | "data/ssl/certificates/client_1.pem", |
| 1920 | "data/ssl/certificates/client_1.pk8", |
| 1921 | "data/ssl/certificates/client_1_ca.pem", |
| 1922 | "data/ssl/certificates/client_2.key", |
| 1923 | "data/ssl/certificates/client_2.pem", |
| 1924 | "data/ssl/certificates/client_2.pk8", |
| 1925 | "data/ssl/certificates/client_2_ca.pem", |
| 1926 | "data/ssl/certificates/client_3.key", |
| 1927 | "data/ssl/certificates/client_3.pem", |
| 1928 | "data/ssl/certificates/client_3.pk8", |
| 1929 | "data/ssl/certificates/client_3_ca.pem", |
| 1930 | "data/ssl/certificates/client_4.key", |
| 1931 | "data/ssl/certificates/client_4.pem", |
| 1932 | "data/ssl/certificates/client_4.pk8", |
| 1933 | "data/ssl/certificates/client_4_ca.pem", |
| 1934 | "data/ssl/certificates/client_5.key", |
| 1935 | "data/ssl/certificates/client_5.pem", |
| 1936 | "data/ssl/certificates/client_5.pk8", |
| 1937 | "data/ssl/certificates/client_5_ca.pem", |
| 1938 | "data/ssl/certificates/client_6.key", |
| 1939 | "data/ssl/certificates/client_6.pem", |
| 1940 | "data/ssl/certificates/client_6.pk8", |
| 1941 | "data/ssl/certificates/client_6_ca.pem", |
| 1942 | "data/ssl/certificates/client_root_ca.pem", |
Ryan Sleevi | c2fcac6 | 2017-12-21 16:37:04 | [diff] [blame] | 1943 | "data/ssl/certificates/common_name_only.pem", |
Rob Percival | 5c442f8 | 2018-03-28 22:10:57 | [diff] [blame] | 1944 | "data/ssl/certificates/comodo-chain.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1945 | "data/ssl/certificates/crit-codeSigning-chain.pem", |
Ryan Sleevi | 54fe766 | 2019-11-21 01:31:58 | [diff] [blame] | 1946 | "data/ssl/certificates/crlset_blocked_interception_by_intermediate.raw", |
| 1947 | "data/ssl/certificates/crlset_blocked_interception_by_root.raw", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1948 | "data/ssl/certificates/crlset_by_intermediate_serial.raw", |
| 1949 | "data/ssl/certificates/crlset_by_leaf_spki.raw", |
Eric Roman | 3b13fe0a | 2018-01-10 22:54:43 | [diff] [blame] | 1950 | "data/ssl/certificates/crlset_by_leaf_subject_no_spki.raw", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1951 | "data/ssl/certificates/crlset_by_root_serial.raw", |
Ryan Sleevi | ae4d680 | 2020-06-23 19:50:10 | [diff] [blame] | 1952 | "data/ssl/certificates/crlset_by_root_spki.raw", |
Eric Roman | 3b13fe0a | 2018-01-10 22:54:43 | [diff] [blame] | 1953 | "data/ssl/certificates/crlset_by_root_subject.raw", |
| 1954 | "data/ssl/certificates/crlset_by_root_subject_no_spki.raw", |
Ryan Sleevi | 54fe766 | 2019-11-21 01:31:58 | [diff] [blame] | 1955 | "data/ssl/certificates/crlset_known_interception_by_root.raw", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1956 | "data/ssl/certificates/cross-signed-leaf.pem", |
| 1957 | "data/ssl/certificates/cross-signed-root-md5.pem", |
| 1958 | "data/ssl/certificates/cross-signed-root-sha256.pem", |
| 1959 | "data/ssl/certificates/ct-test-embedded-cert.pem", |
| 1960 | "data/ssl/certificates/ct-test-embedded-with-intermediate-chain.pem", |
| 1961 | "data/ssl/certificates/ct-test-embedded-with-intermediate-preca-chain.pem", |
| 1962 | "data/ssl/certificates/ct-test-embedded-with-preca-chain.pem", |
Ryan Sleevi | d6c6a40 | 2018-04-14 01:33:04 | [diff] [blame] | 1963 | "data/ssl/certificates/daltonridgeapts.com-chain.pem", |
Ryan Sleevi | bd9ca311 | 2017-12-23 05:22:19 | [diff] [blame] | 1964 | "data/ssl/certificates/dec_2017.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1965 | "data/ssl/certificates/diginotar_cyber_ca.pem", |
| 1966 | "data/ssl/certificates/diginotar_pkioverheid.pem", |
| 1967 | "data/ssl/certificates/diginotar_pkioverheid_g2.pem", |
| 1968 | "data/ssl/certificates/diginotar_public_ca_2025.pem", |
| 1969 | "data/ssl/certificates/diginotar_root_ca.pem", |
| 1970 | "data/ssl/certificates/diginotar_services_1024_ca.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1971 | "data/ssl/certificates/duplicate_cn_1.p12", |
| 1972 | "data/ssl/certificates/duplicate_cn_1.pem", |
| 1973 | "data/ssl/certificates/duplicate_cn_2.p12", |
| 1974 | "data/ssl/certificates/duplicate_cn_2.pem", |
| 1975 | "data/ssl/certificates/eku-test-root.pem", |
| 1976 | "data/ssl/certificates/empty_subject_cert.der", |
Chris Thompson | 973da38 | 2020-04-10 21:26:10 | [diff] [blame] | 1977 | "data/ssl/certificates/ev_test.pem", |
| 1978 | "data/ssl/certificates/ev_test_state_only.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1979 | "data/ssl/certificates/expired_cert.pem", |
| 1980 | "data/ssl/certificates/explicit-policy-chain.pem", |
| 1981 | "data/ssl/certificates/foaf.me.chromium-test-cert.der", |
Ryan Sleevi | c646e48 | 2018-01-27 18:08:56 | [diff] [blame] | 1982 | "data/ssl/certificates/gms.hongleong.com.my-verisign-chain.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1983 | "data/ssl/certificates/google.binary.p7b", |
| 1984 | "data/ssl/certificates/google.chain.pem", |
| 1985 | "data/ssl/certificates/google.pem_cert.p7b", |
| 1986 | "data/ssl/certificates/google.pem_pkcs7.p7b", |
| 1987 | "data/ssl/certificates/google.single.der", |
| 1988 | "data/ssl/certificates/google.single.pem", |
| 1989 | "data/ssl/certificates/google_diginotar.pem", |
| 1990 | "data/ssl/certificates/googlenew.chain.pem", |
| 1991 | "data/ssl/certificates/intermediate_ca_cert.pem", |
| 1992 | "data/ssl/certificates/invalid_key_usage_cert.der", |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 1993 | "data/ssl/certificates/key_usage_p256.key", |
David Benjamin | 03c28a4 | 2018-05-11 23:12:07 | [diff] [blame] | 1994 | "data/ssl/certificates/key_usage_p256_both.pem", |
| 1995 | "data/ssl/certificates/key_usage_p256_digitalsignature.pem", |
| 1996 | "data/ssl/certificates/key_usage_p256_keyagreement.pem", |
| 1997 | "data/ssl/certificates/key_usage_p256_no_extension.pem", |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 1998 | "data/ssl/certificates/key_usage_rsa.key", |
David Benjamin | 03c28a4 | 2018-05-11 23:12:07 | [diff] [blame] | 1999 | "data/ssl/certificates/key_usage_rsa_both.pem", |
| 2000 | "data/ssl/certificates/key_usage_rsa_digitalsignature.pem", |
| 2001 | "data/ssl/certificates/key_usage_rsa_keyencipherment.pem", |
| 2002 | "data/ssl/certificates/key_usage_rsa_no_extension.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2003 | "data/ssl/certificates/large_key.pem", |
| 2004 | "data/ssl/certificates/localhost_cert.pem", |
Nick Harper | 4ea2214 | 2018-07-24 09:56:16 | [diff] [blame] | 2005 | "data/ssl/certificates/login.trustwave.com.pem", |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 2006 | "data/ssl/certificates/may_2018.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2007 | "data/ssl/certificates/mit.davidben.der", |
| 2008 | "data/ssl/certificates/multi-root-A-by-B.pem", |
| 2009 | "data/ssl/certificates/multi-root-B-by-C.pem", |
| 2010 | "data/ssl/certificates/multi-root-B-by-F.pem", |
| 2011 | "data/ssl/certificates/multi-root-BFE.keychain", |
| 2012 | "data/ssl/certificates/multi-root-C-by-D.pem", |
| 2013 | "data/ssl/certificates/multi-root-C-by-E.pem", |
| 2014 | "data/ssl/certificates/multi-root-D-by-D.pem", |
| 2015 | "data/ssl/certificates/multi-root-E-by-E.pem", |
| 2016 | "data/ssl/certificates/multi-root-F-by-E.pem", |
| 2017 | "data/ssl/certificates/multi-root-chain1.pem", |
| 2018 | "data/ssl/certificates/multi-root-chain2.pem", |
| 2019 | "data/ssl/certificates/multi-root-crlset-C.raw", |
| 2020 | "data/ssl/certificates/multi-root-crlset-CD-and-FE.raw", |
| 2021 | "data/ssl/certificates/multi-root-crlset-D-and-E.raw", |
| 2022 | "data/ssl/certificates/multi-root-crlset-E.raw", |
| 2023 | "data/ssl/certificates/multi-root-crlset-unrelated.raw", |
eroman | 1295131 | 2017-05-05 22:55:51 | [diff] [blame] | 2024 | "data/ssl/certificates/multi-root.keychain", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2025 | "data/ssl/certificates/multivalue_rdn.pem", |
Matt Mueller | 09c8fd9a | 2019-05-04 00:37:24 | [diff] [blame] | 2026 | "data/ssl/certificates/name-normalization-byteequal.pem", |
| 2027 | "data/ssl/certificates/name-normalization-case-folding.pem", |
| 2028 | "data/ssl/certificates/name-normalization-printable-utf8.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2029 | "data/ssl/certificates/name_constraint_bad.pem", |
| 2030 | "data/ssl/certificates/name_constraint_good.pem", |
| 2031 | "data/ssl/certificates/ndn.ca.crt", |
| 2032 | "data/ssl/certificates/nist.der", |
| 2033 | "data/ssl/certificates/no_subject_common_name_cert.pem", |
| 2034 | "data/ssl/certificates/non-crit-codeSigning-chain.pem", |
| 2035 | "data/ssl/certificates/ocsp-test-root.pem", |
| 2036 | "data/ssl/certificates/ok_cert.pem", |
| 2037 | "data/ssl/certificates/ok_cert_by_intermediate.pem", |
| 2038 | "data/ssl/certificates/post_june_2016.pem", |
| 2039 | "data/ssl/certificates/pre_br_validity_bad_121.pem", |
| 2040 | "data/ssl/certificates/pre_br_validity_bad_2020.pem", |
| 2041 | "data/ssl/certificates/pre_br_validity_ok.pem", |
| 2042 | "data/ssl/certificates/pre_june_2016.pem", |
| 2043 | "data/ssl/certificates/prime256v1-ecdsa-ee-by-1024-rsa-intermediate.pem", |
| 2044 | "data/ssl/certificates/prime256v1-ecdsa-ee-by-2048-rsa-intermediate.pem", |
| 2045 | "data/ssl/certificates/prime256v1-ecdsa-ee-by-768-rsa-intermediate.pem", |
| 2046 | "data/ssl/certificates/prime256v1-ecdsa-ee-by-prime256v1-ecdsa-intermediate.pem", |
| 2047 | "data/ssl/certificates/prime256v1-ecdsa-intermediate.pem", |
| 2048 | "data/ssl/certificates/punycodetest.pem", |
John Abd-El-Malek | 1c36bfd | 2017-12-19 19:21:36 | [diff] [blame] | 2049 | "data/ssl/certificates/quic-chain.pem", |
John Abd-El-Malek | ec2f082 | 2017-12-20 21:35:11 | [diff] [blame] | 2050 | "data/ssl/certificates/quic-leaf-cert.key", |
| 2051 | "data/ssl/certificates/quic-leaf-cert.key.pkcs8.pem", |
| 2052 | "data/ssl/certificates/quic-leaf-cert.key.sct", |
John Abd-El-Malek | 1c36bfd | 2017-12-19 19:21:36 | [diff] [blame] | 2053 | "data/ssl/certificates/quic-root.pem", |
Victor Vasiliev | 2cb5235 | 2020-06-11 01:16:59 | [diff] [blame] | 2054 | "data/ssl/certificates/quic-short-lived.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2055 | "data/ssl/certificates/redundant-server-chain.pem", |
| 2056 | "data/ssl/certificates/redundant-validated-chain-root.pem", |
| 2057 | "data/ssl/certificates/redundant-validated-chain.pem", |
| 2058 | "data/ssl/certificates/reject_intranet_hosts.pem", |
| 2059 | "data/ssl/certificates/root_ca_cert.pem", |
| 2060 | "data/ssl/certificates/salesforce_com_test.pem", |
| 2061 | "data/ssl/certificates/self-signed-invalid-name.pem", |
| 2062 | "data/ssl/certificates/self-signed-invalid-sig.pem", |
| 2063 | "data/ssl/certificates/sha1_2016.pem", |
Ryan Sleevi | c2fcac6 | 2017-12-21 16:37:04 | [diff] [blame] | 2064 | "data/ssl/certificates/sha1_leaf.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2065 | "data/ssl/certificates/spdy_pooling.pem", |
| 2066 | "data/ssl/certificates/start_after_expiry.pem", |
| 2067 | "data/ssl/certificates/subjectAltName_sanity_check.pem", |
elawrence | c7484f5 | 2017-04-05 21:46:42 | [diff] [blame] | 2068 | "data/ssl/certificates/subjectAltName_www_example_com.pem", |
David Benjamin | ddf9671c3 | 2019-12-03 16:54:12 | [diff] [blame] | 2069 | "data/ssl/certificates/test_names.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2070 | "data/ssl/certificates/thawte.single.pem", |
| 2071 | "data/ssl/certificates/tls_feature_extension.pem", |
Matt Mueller | 7d5464b | 2019-05-15 20:18:45 | [diff] [blame] | 2072 | "data/ssl/certificates/treadclimber.pem", |
| 2073 | "data/ssl/certificates/treadclimber.sctlist", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2074 | "data/ssl/certificates/unescaped.pem", |
| 2075 | "data/ssl/certificates/unittest.key.bin", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2076 | "data/ssl/certificates/unittest.selfsigned.der", |
| 2077 | "data/ssl/certificates/verisign_class3_g5_crosssigned-trusted.keychain", |
| 2078 | "data/ssl/certificates/verisign_class3_g5_crosssigned.pem", |
| 2079 | "data/ssl/certificates/verisign_intermediate_ca_2011.pem", |
| 2080 | "data/ssl/certificates/verisign_intermediate_ca_2016.pem", |
| 2081 | "data/ssl/certificates/weak_digest_md2_ee.pem", |
| 2082 | "data/ssl/certificates/weak_digest_md2_intermediate.pem", |
| 2083 | "data/ssl/certificates/weak_digest_md2_root.pem", |
| 2084 | "data/ssl/certificates/weak_digest_md4_ee.pem", |
| 2085 | "data/ssl/certificates/weak_digest_md4_intermediate.pem", |
| 2086 | "data/ssl/certificates/weak_digest_md4_root.pem", |
| 2087 | "data/ssl/certificates/weak_digest_md5_ee.pem", |
| 2088 | "data/ssl/certificates/weak_digest_md5_intermediate.pem", |
| 2089 | "data/ssl/certificates/weak_digest_md5_root.pem", |
| 2090 | "data/ssl/certificates/weak_digest_sha1_ee.pem", |
| 2091 | "data/ssl/certificates/weak_digest_sha1_intermediate.pem", |
| 2092 | "data/ssl/certificates/weak_digest_sha1_root.pem", |
| 2093 | "data/ssl/certificates/websocket_cacert.pem", |
| 2094 | "data/ssl/certificates/websocket_client_cert.p12", |
| 2095 | "data/ssl/certificates/wildcard.pem", |
Ryan Sleevi | 24fe268 | 2018-08-16 21:33:46 | [diff] [blame] | 2096 | "data/ssl/certificates/www.ahrn.com.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2097 | "data/ssl/certificates/x509_verify_results.chain.pem", |
| 2098 | ] |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2099 | outputs = [ "{{bundle_resources_dir}}/" + |
| 2100 | "{{source_root_relative_dir}}/{{source_file_part}}" ] |
sdefresne | b0a3164 | 2016-03-18 11:04:45 | [diff] [blame] | 2101 | } |
| 2102 | |
brettw | 3871f52 | 2016-07-14 22:08:34 | [diff] [blame] | 2103 | static_library("test_support") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 2104 | testonly = true |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2105 | sources = [ |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2106 | "base/load_timing_info_test_util.cc", |
| 2107 | "base/load_timing_info_test_util.h", |
| 2108 | "base/mock_file_stream.cc", |
| 2109 | "base/mock_file_stream.h", |
Helen Li | f18af04d | 2017-10-19 17:26:07 | [diff] [blame] | 2110 | "base/mock_network_change_notifier.cc", |
| 2111 | "base/mock_network_change_notifier.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2112 | "base/test_completion_callback.cc", |
| 2113 | "base/test_completion_callback.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2114 | "cert/mock_cert_verifier.cc", |
| 2115 | "cert/mock_cert_verifier.h", |
ryanchung | 987b2ff | 2016-02-19 00:17:12 | [diff] [blame] | 2116 | "cert/mock_client_cert_verifier.cc", |
| 2117 | "cert/mock_client_cert_verifier.h", |
Victor Costan | 8587494 | 2018-02-28 04:11:44 | [diff] [blame] | 2118 | "cookies/canonical_cookie_test_helpers.h", |
Victor Costan | 1dcd675 | 2018-03-16 12:31:36 | [diff] [blame] | 2119 | "cookies/cookie_change_dispatcher_test_helpers.cc", |
| 2120 | "cookies/cookie_change_dispatcher_test_helpers.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2121 | "cookies/cookie_monster_store_test.cc", |
| 2122 | "cookies/cookie_monster_store_test.h", |
Victor Costan | f8cb27d | 2018-02-21 09:16:23 | [diff] [blame] | 2123 | "cookies/cookie_store_change_unittest.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2124 | "cookies/cookie_store_test_callbacks.cc", |
| 2125 | "cookies/cookie_store_test_callbacks.h", |
| 2126 | "cookies/cookie_store_test_helpers.cc", |
| 2127 | "cookies/cookie_store_test_helpers.h", |
droger | fd8b277 | 2015-12-04 14:34:56 | [diff] [blame] | 2128 | "cookies/cookie_store_unittest.h", |
Lily Chen | 9995b82 | 2019-10-02 21:08:48 | [diff] [blame] | 2129 | "cookies/test_cookie_access_delegate.cc", |
| 2130 | "cookies/test_cookie_access_delegate.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2131 | "disk_cache/disk_cache_test_base.cc", |
| 2132 | "disk_cache/disk_cache_test_base.h", |
| 2133 | "disk_cache/disk_cache_test_util.cc", |
| 2134 | "disk_cache/disk_cache_test_util.h", |
Matt Menke | 1dd3f2f | 2017-08-09 17:10:06 | [diff] [blame] | 2135 | "filter/filter_source_stream_test_util.cc", |
| 2136 | "filter/filter_source_stream_test_util.h", |
xunjieli | 6cc8b84b | 2016-11-08 15:23:39 | [diff] [blame] | 2137 | "filter/mock_source_stream.cc", |
| 2138 | "filter/mock_source_stream.h", |
zhongyi | 3c41298 | 2016-06-18 00:34:30 | [diff] [blame] | 2139 | "http/http_stream_factory_test_util.cc", |
| 2140 | "http/http_stream_factory_test_util.h", |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 2141 | "http/http_transaction_test_util.cc", |
| 2142 | "http/http_transaction_test_util.h", |
Steven Bingler | 674fb082 | 2018-12-12 18:04:52 | [diff] [blame] | 2143 | "http/mock_http_cache.cc", |
| 2144 | "http/mock_http_cache.h", |
Matt Mueller | 230996f1 | 2018-10-22 19:39:44 | [diff] [blame] | 2145 | "http/transport_security_state_test_util.cc", |
| 2146 | "http/transport_security_state_test_util.h", |
vishal.b | 62985ca9 | 2015-04-17 08:45:51 | [diff] [blame] | 2147 | "log/test_net_log.cc", |
| 2148 | "log/test_net_log.h", |
mmenke | 0034c54 | 2015-05-05 22:34:59 | [diff] [blame] | 2149 | "log/test_net_log_util.cc", |
mmenke | 43758e6 | 2015-05-04 21:09:46 | [diff] [blame] | 2150 | "log/test_net_log_util.h", |
tbansal | 785a6ab | 2016-10-10 20:19:28 | [diff] [blame] | 2151 | "nqe/network_quality_estimator_test_util.cc", |
| 2152 | "nqe/network_quality_estimator_test_util.h", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 2153 | "proxy_resolution/mock_pac_file_fetcher.cc", |
| 2154 | "proxy_resolution/mock_pac_file_fetcher.h", |
| 2155 | "proxy_resolution/mock_proxy_resolver.cc", |
| 2156 | "proxy_resolution/mock_proxy_resolver.h", |
| 2157 | "proxy_resolution/proxy_config_service_common_unittest.cc", |
| 2158 | "proxy_resolution/proxy_config_service_common_unittest.h", |
Ryan Hamilton | abad59e | 2019-06-06 04:02:59 | [diff] [blame] | 2159 | "quic/quic_test_packet_printer.cc", |
| 2160 | "quic/quic_test_packet_printer.h", |
David Benjamin | 91900ce5 | 2020-02-04 19:25:23 | [diff] [blame] | 2161 | "socket/read_buffering_stream_socket.cc", |
| 2162 | "socket/read_buffering_stream_socket.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2163 | "socket/socket_test_util.cc", |
| 2164 | "socket/socket_test_util.h", |
Bence Béky | 94658bf | 2018-05-11 19:22:58 | [diff] [blame] | 2165 | "spdy/spdy_test_util_common.cc", |
| 2166 | "spdy/spdy_test_util_common.h", |
mattm | 436ccfe | 2017-06-19 20:24:08 | [diff] [blame] | 2167 | "ssl/client_cert_identity_test_util.cc", |
| 2168 | "ssl/client_cert_identity_test_util.h", |
| 2169 | "ssl/ssl_private_key_test_util.cc", |
| 2170 | "ssl/ssl_private_key_test_util.h", |
David Benjamin | 151ec6b | 2019-08-02 19:38:52 | [diff] [blame] | 2171 | "ssl/test_ssl_config_service.cc", |
| 2172 | "ssl/test_ssl_config_service.h", |
David Benjamin | 9f6bce2 | 2019-07-16 20:41:05 | [diff] [blame] | 2173 | "ssl/test_ssl_private_key.cc", |
| 2174 | "ssl/test_ssl_private_key.h", |
Matt Mueller | fcd2efb | 2019-09-23 19:56:16 | [diff] [blame] | 2175 | "test/cert_builder.cc", |
| 2176 | "test/cert_builder.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2177 | "test/cert_test_util.cc", |
| 2178 | "test/cert_test_util.h", |
| 2179 | "test/ct_test_util.cc", |
| 2180 | "test/ct_test_util.h", |
John Abd-El-Malek | f071beb | 2018-01-30 18:03:24 | [diff] [blame] | 2181 | "test/embedded_test_server/controllable_http_response.cc", |
| 2182 | "test/embedded_test_server/controllable_http_response.h", |
svaldez | 7d25c56 | 2015-10-30 19:09:45 | [diff] [blame] | 2183 | "test/embedded_test_server/default_handlers.cc", |
| 2184 | "test/embedded_test_server/default_handlers.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2185 | "test/embedded_test_server/embedded_test_server.cc", |
| 2186 | "test/embedded_test_server/embedded_test_server.h", |
mmenke | 392ec46 | 2017-03-23 18:49:35 | [diff] [blame] | 2187 | "test/embedded_test_server/embedded_test_server_connection_listener.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2188 | "test/embedded_test_server/http_connection.cc", |
| 2189 | "test/embedded_test_server/http_connection.h", |
| 2190 | "test/embedded_test_server/http_request.cc", |
| 2191 | "test/embedded_test_server/http_request.h", |
| 2192 | "test/embedded_test_server/http_response.cc", |
| 2193 | "test/embedded_test_server/http_response.h", |
svaldez | 6e7e82a2 | 2015-10-28 19:39:53 | [diff] [blame] | 2194 | "test/embedded_test_server/request_handler_util.cc", |
| 2195 | "test/embedded_test_server/request_handler_util.h", |
mmenke | 93be9ca | 2017-05-23 16:29:13 | [diff] [blame] | 2196 | "test/embedded_test_server/simple_connection_listener.cc", |
| 2197 | "test/embedded_test_server/simple_connection_listener.h", |
sammc | 6ac3fe5 | 2015-02-25 06:00:28 | [diff] [blame] | 2198 | "test/event_waiter.h", |
johnme | 36ae580 | 2016-05-10 15:46:24 | [diff] [blame] | 2199 | "test/gtest_util.h", |
Jesse Selover | 1d82faf | 2019-03-20 19:44:35 | [diff] [blame] | 2200 | "test/key_util.cc", |
| 2201 | "test/key_util.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2202 | "test/net_test_suite.cc", |
| 2203 | "test/net_test_suite.h", |
Misha Efimov | 2f3f8ed | 2018-03-06 13:27:28 | [diff] [blame] | 2204 | "test/quic_simple_test_server.cc", |
| 2205 | "test/quic_simple_test_server.h", |
Matt Mueller | f566f0e5 | 2020-05-06 00:52:25 | [diff] [blame] | 2206 | "test/revocation_builder.cc", |
| 2207 | "test/revocation_builder.h", |
johnme | 36ae580 | 2016-05-10 15:46:24 | [diff] [blame] | 2208 | "test/scoped_disable_exit_on_dfatal.cc", |
| 2209 | "test/scoped_disable_exit_on_dfatal.h", |
brettw | 6315e03 | 2015-11-27 18:38:36 | [diff] [blame] | 2210 | "test/test_certificate_data.h", |
rsleevi | a69c79a | 2016-06-22 03:28:43 | [diff] [blame] | 2211 | "test/test_data_directory.cc", |
| 2212 | "test/test_data_directory.h", |
Gabriel Charette | c710874 | 2019-08-23 03:31:40 | [diff] [blame] | 2213 | "test/test_with_task_environment.h", |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2214 | "test/url_request/ssl_certificate_error_job.cc", |
| 2215 | "test/url_request/ssl_certificate_error_job.h", |
Brett Wilson | 32ce17a | 2014-11-10 17:45:30 | [diff] [blame] | 2216 | "test/url_request/url_request_failed_job.cc", |
| 2217 | "test/url_request/url_request_failed_job.h", |
xunjieli | 5d1f989 | 2016-05-18 20:44:34 | [diff] [blame] | 2218 | "test/url_request/url_request_hanging_read_job.cc", |
| 2219 | "test/url_request/url_request_hanging_read_job.h", |
mef | 3e826cf | 2014-12-13 18:40:40 | [diff] [blame] | 2220 | "test/url_request/url_request_mock_data_job.cc", |
| 2221 | "test/url_request/url_request_mock_data_job.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2222 | "url_request/test_url_fetcher_factory.cc", |
| 2223 | "url_request/test_url_fetcher_factory.h", |
| 2224 | "url_request/url_request_test_util.cc", |
| 2225 | "url_request/url_request_test_util.h", |
| 2226 | ] |
| 2227 | |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 2228 | if (is_mac) { |
| 2229 | sources += [ |
| 2230 | "test/keychain_test_util_mac.cc", |
| 2231 | "test/keychain_test_util_mac.h", |
| 2232 | ] |
| 2233 | } |
| 2234 | |
Ryan Sleevi | c2fcac6 | 2017-12-21 16:37:04 | [diff] [blame] | 2235 | configs += [ "//build/config:precompiled_headers" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2236 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 2237 | public_deps = [ |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2238 | "//base", |
| 2239 | "//base/test:test_support", |
[email protected] | 22fe91d | 2014-08-12 17:07:12 | [diff] [blame] | 2240 | "//crypto", |
[email protected] | 59ff2d4 | 2014-04-22 22:25:23 | [diff] [blame] | 2241 | "//net", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 2242 | "//net/dns:test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2243 | "//net/tools/tld_cleanup", |
Veranika Liaukevich | 8a68644 | 2018-05-29 18:55:12 | [diff] [blame] | 2244 | "//net/traffic_annotation:test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2245 | "//testing/gmock", |
| 2246 | "//testing/gtest", |
| 2247 | "//url", |
| 2248 | ] |
| 2249 | |
Matt Menke | 1dd3f2f | 2017-08-09 17:10:06 | [diff] [blame] | 2250 | deps = [ |
Misha Efimov | 2f3f8ed | 2018-03-06 13:27:28 | [diff] [blame] | 2251 | ":simple_quic_tools", |
Matt Mueller | 230996f1 | 2018-10-22 19:39:44 | [diff] [blame] | 2252 | "//net/http:transport_security_state_unittest_data_default", |
Matt Menke | 1dd3f2f | 2017-08-09 17:10:06 | [diff] [blame] | 2253 | "//third_party/zlib", |
| 2254 | ] |
sdefresne | 04f9114 | 2016-04-21 08:41:59 | [diff] [blame] | 2255 | |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 2256 | allow_circular_includes_from = [ "//net/dns:test_support" ] |
| 2257 | |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2258 | data = [ "data/" ] |
jbudorick | 944eb92 | 2016-06-20 15:38:30 | [diff] [blame] | 2259 | |
Daniel Bratell | f4784d1 | 2018-10-09 17:54:08 | [diff] [blame] | 2260 | if (is_mac) { |
Robert Sesek | d5a74a80 | 2020-07-01 16:38:08 | [diff] [blame] | 2261 | frameworks = [ "Security.framework" ] |
Daniel Bratell | f4784d1 | 2018-10-09 17:54:08 | [diff] [blame] | 2262 | } |
| 2263 | |
rsesek | 7d4ab4bc | 2016-07-22 17:35:13 | [diff] [blame] | 2264 | if (is_ios) { |
| 2265 | deps += [ ":test_support_bundle_data" ] |
| 2266 | } else { |
Michael Spang | 841c3cde | 2019-03-13 22:53:43 | [diff] [blame] | 2267 | public_deps += [ "//third_party/protobuf:py_proto_runtime" ] |
jam | b533b7e | 2015-03-04 17:12:05 | [diff] [blame] | 2268 | } |
| 2269 | |
svaldez | 2135be5 | 2016-04-20 16:34:53 | [diff] [blame] | 2270 | if (use_nss_certs) { |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 2271 | public_deps += [ "//crypto:platform" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2272 | } |
| 2273 | |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 2274 | if (!is_ios) { |
sherouk | 3eee4a8 | 2015-09-01 10:42:33 | [diff] [blame] | 2275 | sources += [ |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 2276 | "test/spawned_test_server/base_test_server.cc", |
| 2277 | "test/spawned_test_server/base_test_server.h", |
| 2278 | "test/spawned_test_server/spawned_test_server.h", |
| 2279 | ] |
Sergey Ulanov | 7de8580 | 2018-01-19 19:50:34 | [diff] [blame] | 2280 | } |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 2281 | |
Sergey Volk | 3ee3537f | 2018-06-12 01:45:48 | [diff] [blame] | 2282 | public_configs = [ ":net_test_config" ] |
| 2283 | |
Sergey Ulanov | 7de8580 | 2018-01-19 19:50:34 | [diff] [blame] | 2284 | if (use_remote_test_server) { |
| 2285 | sources += [ |
| 2286 | "test/spawned_test_server/remote_test_server.cc", |
| 2287 | "test/spawned_test_server/remote_test_server.h", |
Sergey Ulanov | 7de8580 | 2018-01-19 19:50:34 | [diff] [blame] | 2288 | "test/spawned_test_server/remote_test_server_spawner_request.cc", |
| 2289 | "test/spawned_test_server/remote_test_server_spawner_request.h", |
| 2290 | ] |
| 2291 | } else if (!is_ios) { |
| 2292 | sources += [ |
| 2293 | "test/spawned_test_server/local_test_server.cc", |
| 2294 | "test/spawned_test_server/local_test_server.h", |
Sergey Ulanov | 7de8580 | 2018-01-19 19:50:34 | [diff] [blame] | 2295 | ] |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 2296 | if (is_win) { |
| 2297 | sources += [ "test/spawned_test_server/local_test_server_win.cc" ] |
| 2298 | } else if (is_posix || is_fuchsia) { |
| 2299 | sources += [ "test/spawned_test_server/local_test_server_posix.cc" ] |
| 2300 | } |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 2301 | } |
| 2302 | |
| 2303 | if (enable_python_utils) { |
| 2304 | sources += [ |
| 2305 | "test/python_utils.cc", |
| 2306 | "test/python_utils.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2307 | ] |
| 2308 | } |
| 2309 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 2310 | if (use_nss_certs) { |
| 2311 | sources += [ "test/cert_test_util_nss.cc" ] |
[email protected] | 83e1ae3 | 2014-07-18 10:57:07 | [diff] [blame] | 2312 | } |
xunjieli | a688820 | 2015-04-14 21:34:25 | [diff] [blame] | 2313 | |
| 2314 | if (!disable_file_support) { |
| 2315 | sources += [ |
| 2316 | "test/url_request/url_request_mock_http_job.cc", |
| 2317 | "test/url_request/url_request_mock_http_job.h", |
Matt Menke | 27e91ae4 | 2019-09-10 16:10:48 | [diff] [blame] | 2318 | "test/url_request/url_request_test_job_backed_by_file.cc", |
| 2319 | "test/url_request/url_request_test_job_backed_by_file.h", |
xunjieli | a688820 | 2015-04-14 21:34:25 | [diff] [blame] | 2320 | ] |
| 2321 | } |
Eric Orth | b812a44 | 2018-05-04 20:26:48 | [diff] [blame] | 2322 | |
| 2323 | if (enable_reporting) { |
| 2324 | sources += [ |
Lily Chen | 6ac29d8 | 2019-04-11 22:26:58 | [diff] [blame] | 2325 | "network_error_logging/mock_persistent_nel_store.cc", |
| 2326 | "network_error_logging/mock_persistent_nel_store.h", |
Douglas Creager | 3cb04205 | 2018-11-06 23:08:52 | [diff] [blame] | 2327 | "network_error_logging/network_error_logging_test_util.cc", |
| 2328 | "network_error_logging/network_error_logging_test_util.h", |
Lily Chen | 0ada609 | 2019-05-08 00:08:48 | [diff] [blame] | 2329 | "reporting/mock_persistent_reporting_store.cc", |
| 2330 | "reporting/mock_persistent_reporting_store.h", |
Eric Orth | b812a44 | 2018-05-04 20:26:48 | [diff] [blame] | 2331 | "reporting/reporting_test_util.cc", |
| 2332 | "reporting/reporting_test_util.h", |
| 2333 | ] |
| 2334 | } |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2335 | } |
| 2336 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2337 | if (!is_ios && !is_android) { |
mattm | 36d8968 | 2016-06-08 22:22:40 | [diff] [blame] | 2338 | executable("cert_verify_tool") { |
| 2339 | testonly = true |
| 2340 | sources = [ |
| 2341 | "tools/cert_verify_tool/cert_verify_tool.cc", |
| 2342 | "tools/cert_verify_tool/cert_verify_tool_util.cc", |
| 2343 | "tools/cert_verify_tool/cert_verify_tool_util.h", |
| 2344 | "tools/cert_verify_tool/verify_using_cert_verify_proc.cc", |
| 2345 | "tools/cert_verify_tool/verify_using_cert_verify_proc.h", |
mattm | 3c66edc | 2016-07-13 22:40:42 | [diff] [blame] | 2346 | "tools/cert_verify_tool/verify_using_path_builder.cc", |
| 2347 | "tools/cert_verify_tool/verify_using_path_builder.h", |
mattm | 36d8968 | 2016-06-08 22:22:40 | [diff] [blame] | 2348 | ] |
| 2349 | |
mattm | 36d8968 | 2016-06-08 22:22:40 | [diff] [blame] | 2350 | deps = [ |
| 2351 | ":net", |
| 2352 | ":test_support", |
| 2353 | "//base", |
mattm | 36d8968 | 2016-06-08 22:22:40 | [diff] [blame] | 2354 | "//build/win:default_exe_manifest", |
| 2355 | ] |
mattm | 49957fe | 2017-03-02 01:45:29 | [diff] [blame] | 2356 | |
| 2357 | if (is_mac) { |
Robert Sesek | d5a74a80 | 2020-07-01 16:38:08 | [diff] [blame] | 2358 | frameworks = [ "Security.framework" ] |
mattm | 49957fe | 2017-03-02 01:45:29 | [diff] [blame] | 2359 | } |
mattm | 36d8968 | 2016-06-08 22:22:40 | [diff] [blame] | 2360 | } |
| 2361 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2362 | executable("crash_cache") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 2363 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2364 | sources = [ "tools/crash_cache/crash_cache.cc" ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 2365 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2366 | deps = [ |
| 2367 | ":net", |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 2368 | ":test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2369 | "//base", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2370 | "//build/win:default_exe_manifest", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2371 | ] |
| 2372 | } |
| 2373 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2374 | executable("dns_fuzz_stub") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 2375 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2376 | sources = [ "tools/dns_fuzz_stub/dns_fuzz_stub.cc" ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 2377 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2378 | deps = [ |
| 2379 | ":net", |
| 2380 | "//base", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2381 | "//build/win:default_exe_manifest", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2382 | ] |
| 2383 | } |
| 2384 | |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 2385 | executable("hpack_example_generator") { |
| 2386 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2387 | sources = [ "spdy/fuzzing/hpack_example_generator.cc" ] |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 2388 | |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 2389 | deps = [ |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 2390 | ":net", |
Victor Vasiliev | 802b8d0 | 2018-10-19 17:48:17 | [diff] [blame] | 2391 | ":spdy_test_tools", |
brettw | ba7a73d | 2015-08-31 22:17:39 | [diff] [blame] | 2392 | "//base", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2393 | "//build/win:default_exe_manifest", |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 2394 | ] |
| 2395 | } |
| 2396 | |
Matt Menke | 74f013a | 2019-11-15 17:14:26 | [diff] [blame] | 2397 | executable("net_watcher") { |
| 2398 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2399 | sources = [ "tools/net_watcher/net_watcher.cc" ] |
Matt Menke | 74f013a | 2019-11-15 17:14:26 | [diff] [blame] | 2400 | deps = [ |
| 2401 | ":net", |
| 2402 | "//base", |
| 2403 | "//build/win:default_exe_manifest", |
| 2404 | ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2405 | } |
| 2406 | |
| 2407 | executable("run_testserver") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 2408 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2409 | sources = [ "tools/testserver/run_testserver.cc" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2410 | deps = [ |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 2411 | ":test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2412 | "//base", |
| 2413 | "//base/test:test_support", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2414 | "//build/win:default_exe_manifest", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2415 | "//testing/gtest", |
| 2416 | ] |
| 2417 | } |
| 2418 | |
| 2419 | executable("stress_cache") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 2420 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2421 | sources = [ "tools/stress_cache/stress_cache.cc" ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 2422 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2423 | deps = [ |
| 2424 | ":net", |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 2425 | ":test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2426 | "//base", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2427 | "//build/win:default_exe_manifest", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2428 | ] |
| 2429 | } |
| 2430 | |
| 2431 | executable("tld_cleanup") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2432 | sources = [ "tools/tld_cleanup/tld_cleanup.cc" ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 2433 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2434 | deps = [ |
| 2435 | "//base", |
| 2436 | "//base:i18n", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2437 | "//build/win:default_exe_manifest", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2438 | "//net/tools/tld_cleanup", |
| 2439 | ] |
| 2440 | } |
| 2441 | } |
| 2442 | |
Asanka Herath | de6cd1606e | 2019-06-09 13:39:14 | [diff] [blame] | 2443 | if (use_external_gssapi) { |
| 2444 | # In order for the tests to be reliable, these two targets cannot depend on a |
| 2445 | # valid GSSAPI library. This is easy to achieve on most platforms. But on |
| 2446 | # macOS care must be taken to not depend directly or indirectly on |
| 2447 | # GSS.framework. This is suprisingly easy to get wrong since |
| 2448 | # Security.framework is such a common dependency and it indirectly depends on |
| 2449 | # GSS. |
| 2450 | shared_library("test_gssapi") { |
| 2451 | testonly = true |
| 2452 | sources = [ |
| 2453 | "tools/gssapi/gss_import_name.cc", |
| 2454 | "tools/gssapi/gss_methods.cc", |
| 2455 | "tools/gssapi/gss_types.h", |
| 2456 | ] |
| 2457 | } |
| 2458 | |
| 2459 | shared_library("test_badgssapi") { |
| 2460 | testonly = true |
| 2461 | sources = [ |
| 2462 | "tools/gssapi/gss_methods.cc", |
| 2463 | "tools/gssapi/gss_types.h", |
| 2464 | ] |
| 2465 | } |
| 2466 | } |
| 2467 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 2468 | if (is_linux || is_chromeos || is_mac) { |
gabadie | 64af64a | 2016-03-29 16:36:42 | [diff] [blame] | 2469 | executable("cachetool") { |
| 2470 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2471 | sources = [ "tools/cachetool/cachetool.cc" ] |
gabadie | 64af64a | 2016-03-29 16:36:42 | [diff] [blame] | 2472 | deps = [ |
| 2473 | ":net", |
| 2474 | ":test_support", |
| 2475 | "//base", |
| 2476 | ] |
| 2477 | } |
| 2478 | |
| 2479 | executable("content_decoder_tool") { |
| 2480 | testonly = true |
| 2481 | sources = [ |
gabadie | 64af64a | 2016-03-29 16:36:42 | [diff] [blame] | 2482 | "tools/content_decoder_tool/content_decoder_tool.cc", |
xunjieli | bb2d9f20 | 2016-11-01 16:37:27 | [diff] [blame] | 2483 | "tools/content_decoder_tool/content_decoder_tool.h", |
| 2484 | "tools/content_decoder_tool/content_decoder_tool_bin.cc", |
gabadie | 64af64a | 2016-03-29 16:36:42 | [diff] [blame] | 2485 | ] |
| 2486 | deps = [ |
| 2487 | ":net", |
| 2488 | ":test_support", |
| 2489 | "//base", |
| 2490 | "//url", |
| 2491 | ] |
| 2492 | } |
gabadie | 0774bee | 2016-05-12 14:02:58 | [diff] [blame] | 2493 | } |
gabadie | 64af64a | 2016-03-29 16:36:42 | [diff] [blame] | 2494 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 2495 | if (is_linux || is_chromeos) { |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 2496 | static_library("epoll_server") { |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2497 | sources = [ |
Dan Zhang | 4149fc5 | 2019-04-26 14:28:28 | [diff] [blame] | 2498 | "tools/epoll_server/platform/impl/epoll_bug_impl.h", |
| 2499 | "tools/epoll_server/platform/impl/epoll_export_impl.h", |
| 2500 | "tools/epoll_server/platform/impl/epoll_logging_impl.h", |
| 2501 | "tools/epoll_server/platform/impl/epoll_ptr_util_impl.h", |
| 2502 | "tools/epoll_server/platform/impl/epoll_thread_impl.h", |
| 2503 | "tools/epoll_server/platform/impl/epoll_time_impl.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2504 | ] |
| 2505 | deps = [ |
| 2506 | ":net", |
| 2507 | "//base", |
| 2508 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2509 | public_deps = [ "//net/third_party/quiche:epoll_server_core" ] |
| 2510 | allow_circular_includes_from = |
| 2511 | [ "//net/third_party/quiche:epoll_server_core" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2512 | } |
| 2513 | |
rch | 216445c | 2015-03-27 00:23:28 | [diff] [blame] | 2514 | source_set("epoll_quic_tools") { |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2515 | sources = [ |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 2516 | "quic/platform/impl/quic_epoll_clock.cc", |
| 2517 | "quic/platform/impl/quic_epoll_clock.h", |
| 2518 | "quic/platform/impl/quic_linux_socket_utils.cc", |
| 2519 | "quic/platform/impl/quic_linux_socket_utils.h", |
| 2520 | "quic/platform/impl/quic_socket_utils.cc", |
| 2521 | "quic/platform/impl/quic_socket_utils.h", |
| 2522 | "quic/platform/impl/quic_stream_buffer_allocator_impl.h", |
Victor Vasiliev | 29197e2 | 2020-01-16 20:48:32 | [diff] [blame] | 2523 | "quic/platform/impl/quic_udp_socket_platform_impl.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2524 | ] |
| 2525 | deps = [ |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2526 | ":epoll_server", |
| 2527 | ":net", |
tfarina | 8ac4d17f | 2015-12-16 02:11:11 | [diff] [blame] | 2528 | ":simple_quic_tools", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2529 | "//base", |
| 2530 | "//base/third_party/dynamic_annotations", |
| 2531 | "//crypto", |
[email protected] | edfd0f4 | 2014-07-22 18:20:37 | [diff] [blame] | 2532 | "//third_party/boringssl", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2533 | "//url", |
| 2534 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2535 | public_deps = [ "//net/third_party/quiche:epoll_quic_tools_core" ] |
| 2536 | allow_circular_includes_from = |
| 2537 | [ "//net/third_party/quiche:epoll_quic_tools_core" ] |
David Schinazi | ebf569b | 2019-12-19 00:50:36 | [diff] [blame] | 2538 | } |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2539 | } |
| 2540 | |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 2541 | if (is_android) { |
| 2542 | generate_jni("net_jni_headers") { |
| 2543 | sources = [ |
tbansal | c04b7aa | 2016-07-02 06:54:37 | [diff] [blame] | 2544 | "android/java/src/org/chromium/net/AndroidCellularSignalStrength.java", |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 2545 | "android/java/src/org/chromium/net/AndroidCertVerifyResult.java", |
| 2546 | "android/java/src/org/chromium/net/AndroidKeyStore.java", |
| 2547 | "android/java/src/org/chromium/net/AndroidNetworkLibrary.java", |
tbansal | 59a1ddc | 2015-09-14 17:35:01 | [diff] [blame] | 2548 | "android/java/src/org/chromium/net/AndroidTrafficStats.java", |
dalyk | 6d7d8ead | 2019-08-15 03:30:08 | [diff] [blame] | 2549 | "android/java/src/org/chromium/net/DnsStatus.java", |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 2550 | "android/java/src/org/chromium/net/GURLUtils.java", |
aberent | ec894a5 | 2015-07-09 14:45:53 | [diff] [blame] | 2551 | "android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java", |
Peter E Conn | f7d277b | 2018-08-15 16:23:32 | [diff] [blame] | 2552 | "android/java/src/org/chromium/net/HttpUtil.java", |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 2553 | "android/java/src/org/chromium/net/NetStringUtil.java", |
Ken Rockot | 621c567 | 2020-08-08 00:13:02 | [diff] [blame] | 2554 | "android/java/src/org/chromium/net/NetworkActivationRequest.java", |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 2555 | "android/java/src/org/chromium/net/NetworkChangeNotifier.java", |
| 2556 | "android/java/src/org/chromium/net/ProxyChangeListener.java", |
| 2557 | "android/java/src/org/chromium/net/X509Util.java", |
| 2558 | ] |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 2559 | } |
cjhopman | dad5f427 | 2014-09-05 01:00:55 | [diff] [blame] | 2560 | generate_jni("net_test_jni_headers") { |
Eric Stevenson | 4c4d634 | 2019-10-04 20:02:47 | [diff] [blame] | 2561 | testonly = true |
cjhopman | dad5f427 | 2014-09-05 01:00:55 | [diff] [blame] | 2562 | sources = [ |
| 2563 | "android/javatests/src/org/chromium/net/AndroidKeyStoreTestUtil.java", |
mgersh | d21d6d14 | 2016-12-14 23:06:36 | [diff] [blame] | 2564 | "android/javatests/src/org/chromium/net/AndroidNetworkLibraryTestUtil.java", |
pauljensen | 6815aef | 2017-05-05 03:00:06 | [diff] [blame] | 2565 | "android/javatests/src/org/chromium/net/AndroidProxyConfigServiceTestUtil.java", |
aberent | ec894a5 | 2015-07-09 14:45:53 | [diff] [blame] | 2566 | "test/android/javatests/src/org/chromium/net/test/DummySpnegoAuthenticator.java", |
jbudorick | ccffb98 | 2015-12-22 01:21:35 | [diff] [blame] | 2567 | "test/android/javatests/src/org/chromium/net/test/EmbeddedTestServerImpl.java", |
cjhopman | dad5f427 | 2014-09-05 01:00:55 | [diff] [blame] | 2568 | ] |
cjhopman | dad5f427 | 2014-09-05 01:00:55 | [diff] [blame] | 2569 | } |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 2570 | } |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2571 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 2572 | if (is_android || is_linux || is_chromeos) { |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2573 | executable("disk_cache_memory_test") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 2574 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2575 | sources = [ "tools/disk_cache_memory_test/disk_cache_memory_test.cc" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2576 | deps = [ |
| 2577 | ":net", |
| 2578 | "//base", |
| 2579 | ] |
| 2580 | } |
| 2581 | } |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 2582 | |
Dan Zhang | 4149fc5 | 2019-04-26 14:28:28 | [diff] [blame] | 2583 | source_set("epoll_server_test_tools") { |
| 2584 | testonly = true |
| 2585 | sources = [ |
Dan Zhang | 4149fc5 | 2019-04-26 14:28:28 | [diff] [blame] | 2586 | "tools/epoll_server/platform/impl/epoll_address_test_utils_impl.h", |
| 2587 | "tools/epoll_server/platform/impl/epoll_expect_bug_impl.h", |
| 2588 | "tools/epoll_server/platform/impl/epoll_test_impl.h", |
| 2589 | ] |
| 2590 | deps = [ |
| 2591 | ":net", |
| 2592 | ":test_support", |
| 2593 | "//base", |
| 2594 | "//testing/gmock", |
| 2595 | "//testing/gtest", |
| 2596 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2597 | public_deps = [ "//net/third_party/quiche:epoll_server_test_tools_core" ] |
| 2598 | allow_circular_includes_from = |
| 2599 | [ "//net/third_party/quiche:epoll_server_test_tools_core" ] |
Dan Zhang | 4149fc5 | 2019-04-26 14:28:28 | [diff] [blame] | 2600 | } |
| 2601 | |
Victor Vasiliev | 802b8d0 | 2018-10-19 17:48:17 | [diff] [blame] | 2602 | source_set("spdy_test_tools") { |
| 2603 | testonly = true |
| 2604 | sources = [ |
| 2605 | "spdy/fuzzing/hpack_fuzz_util.cc", |
| 2606 | "spdy/fuzzing/hpack_fuzz_util.h", |
Zhongyi Shi | 48f981a | 2019-06-26 06:08:11 | [diff] [blame] | 2607 | "spdy/platform/impl/spdy_test_impl.h", |
Victor Vasiliev | 802b8d0 | 2018-10-19 17:48:17 | [diff] [blame] | 2608 | ] |
| 2609 | deps = [ |
| 2610 | ":net", |
| 2611 | "//base", |
Zhongyi Shi | 48f981a | 2019-06-26 06:08:11 | [diff] [blame] | 2612 | "//testing/gmock", |
| 2613 | "//testing/gtest", |
Victor Vasiliev | 802b8d0 | 2018-10-19 17:48:17 | [diff] [blame] | 2614 | ] |
| 2615 | } |
| 2616 | |
Dan Zhang | b4d098e3 | 2019-05-03 15:29:48 | [diff] [blame] | 2617 | source_set("quiche_test_tools") { |
| 2618 | testonly = true |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2619 | sources = [ "quiche/common/platform/impl/quiche_test_impl.h" ] |
Dan Zhang | b4d098e3 | 2019-05-03 15:29:48 | [diff] [blame] | 2620 | deps = [ |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2621 | ":net", |
Dan Zhang | b4d098e3 | 2019-05-03 15:29:48 | [diff] [blame] | 2622 | "//testing/gmock", |
| 2623 | "//testing/gtest", |
| 2624 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2625 | public_deps = [ "//net/third_party/quiche:quiche_test_tools_core" ] |
| 2626 | allow_circular_includes_from = |
| 2627 | [ "//net/third_party/quiche:quiche_test_tools_core" ] |
Dan Zhang | b4d098e3 | 2019-05-03 15:29:48 | [diff] [blame] | 2628 | } |
| 2629 | |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 2630 | source_set("quic_test_tools") { |
| 2631 | testonly = true |
| 2632 | sources = [ |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 2633 | "quic/crypto_test_utils_chromium.cc", |
Ryan Hamilton | 7582d265 | 2018-08-01 22:35:32 | [diff] [blame] | 2634 | "quic/mock_crypto_client_stream.cc", |
| 2635 | "quic/mock_crypto_client_stream.h", |
| 2636 | "quic/mock_crypto_client_stream_factory.cc", |
| 2637 | "quic/mock_crypto_client_stream_factory.h", |
| 2638 | "quic/mock_decrypter.cc", |
| 2639 | "quic/mock_decrypter.h", |
| 2640 | "quic/mock_encrypter.cc", |
| 2641 | "quic/mock_encrypter.h", |
Victor Vasiliev | 012b0b5 | 2019-12-03 01:14:47 | [diff] [blame] | 2642 | "quic/mock_quic_context.cc", |
| 2643 | "quic/mock_quic_context.h", |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 2644 | "quic/platform/impl/quic_epoll_test_tools_impl.h", |
| 2645 | "quic/platform/impl/quic_expect_bug_impl.h", |
| 2646 | "quic/platform/impl/quic_mock_log_impl.h", |
| 2647 | "quic/platform/impl/quic_port_utils_impl.cc", |
| 2648 | "quic/platform/impl/quic_port_utils_impl.h", |
| 2649 | "quic/platform/impl/quic_test_impl.cc", |
| 2650 | "quic/platform/impl/quic_test_impl.h", |
| 2651 | "quic/platform/impl/quic_test_loopback_impl.cc", |
| 2652 | "quic/platform/impl/quic_test_loopback_impl.h", |
| 2653 | "quic/platform/impl/quic_test_mem_slice_vector_impl.cc", |
| 2654 | "quic/platform/impl/quic_test_mem_slice_vector_impl.h", |
| 2655 | "quic/platform/impl/quic_test_output_impl.cc", |
| 2656 | "quic/platform/impl/quic_test_output_impl.h", |
Ryan Hamilton | 7582d265 | 2018-08-01 22:35:32 | [diff] [blame] | 2657 | "quic/test_task_runner.cc", |
| 2658 | "quic/test_task_runner.h", |
Nick Harper | aeb7ab0 | 2020-04-29 11:00:31 | [diff] [blame] | 2659 | "third_party/quiche/src/quic/test_tools/test_ticket_crypter.cc", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 2660 | ] |
| 2661 | deps = [ |
| 2662 | ":net", |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2663 | ":quiche_test_tools", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 2664 | ":simple_quic_tools", |
| 2665 | ":test_support", |
| 2666 | "//base", |
| 2667 | "//crypto:test_support", |
| 2668 | "//testing/gmock", |
| 2669 | "//testing/gtest", |
| 2670 | "//third_party/boringssl", |
| 2671 | "//third_party/protobuf:protobuf_lite", |
Victor Vasiliev | 3b5cf15 | 2018-07-02 18:47:41 | [diff] [blame] | 2672 | "//third_party/quic_trace:quic_trace_proto", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 2673 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2674 | public_deps = [ "//net/third_party/quiche:quic_test_tools_core" ] |
| 2675 | allow_circular_includes_from = |
| 2676 | [ "//net/third_party/quiche:quic_test_tools_core" ] |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 2677 | } |
| 2678 | |
rch | 47ad01f | 2015-03-20 21:17:23 | [diff] [blame] | 2679 | source_set("simple_quic_tools") { |
rch | a9d12ce1 | 2015-03-19 23:06:49 | [diff] [blame] | 2680 | sources = [ |
Ryan Hamilton | 4aeec56 | 2019-05-17 21:22:52 | [diff] [blame] | 2681 | "quic/platform/impl/quic_default_proof_providers_impl.cc", |
| 2682 | "quic/platform/impl/quic_default_proof_providers_impl.h", |
| 2683 | "quic/platform/impl/quic_system_event_loop_impl.h", |
Ryan Hamilton | c440230 | 2017-08-10 01:55:46 | [diff] [blame] | 2684 | "tools/quic/quic_client_message_loop_network_helper.cc", |
| 2685 | "tools/quic/quic_client_message_loop_network_helper.h", |
Rajesh Mahindra | 4380217 | 2018-07-24 20:00:14 | [diff] [blame] | 2686 | "tools/quic/quic_http_proxy_backend.cc", |
| 2687 | "tools/quic/quic_http_proxy_backend.h", |
| 2688 | "tools/quic/quic_http_proxy_backend_stream.cc", |
| 2689 | "tools/quic/quic_http_proxy_backend_stream.h", |
rch | a9d12ce1 | 2015-03-19 23:06:49 | [diff] [blame] | 2690 | "tools/quic/quic_simple_client.cc", |
| 2691 | "tools/quic/quic_simple_client.h", |
rch | 216445c | 2015-03-27 00:23:28 | [diff] [blame] | 2692 | "tools/quic/quic_simple_server.cc", |
| 2693 | "tools/quic/quic_simple_server.h", |
| 2694 | "tools/quic/quic_simple_server_packet_writer.cc", |
| 2695 | "tools/quic/quic_simple_server_packet_writer.h", |
mpw | b5c8da9 | 2016-06-05 20:07:31 | [diff] [blame] | 2696 | "tools/quic/quic_simple_server_session_helper.cc", |
| 2697 | "tools/quic/quic_simple_server_session_helper.h", |
Victor Vasiliev | 301277a | 2019-11-08 21:30:04 | [diff] [blame] | 2698 | "tools/quic/quic_simple_server_socket.cc", |
| 2699 | "tools/quic/quic_simple_server_socket.h", |
Victor Vasiliev | c6e8e36 | 2019-11-08 23:23:02 | [diff] [blame] | 2700 | "tools/quic/quic_transport_simple_server.cc", |
| 2701 | "tools/quic/quic_transport_simple_server.h", |
rch | da78df5a | 2015-03-22 05:16:37 | [diff] [blame] | 2702 | "tools/quic/synchronous_host_resolver.cc", |
| 2703 | "tools/quic/synchronous_host_resolver.h", |
rch | a9d12ce1 | 2015-03-19 23:06:49 | [diff] [blame] | 2704 | ] |
| 2705 | deps = [ |
| 2706 | ":net", |
| 2707 | "//base", |
rch | 47ad01f | 2015-03-20 21:17:23 | [diff] [blame] | 2708 | "//base/third_party/dynamic_annotations", |
Nick Harper | c12a880 | 2020-05-09 02:09:50 | [diff] [blame] | 2709 | "//net/third_party/quiche:simple_quic_tools_core", |
Victor Vasiliev | 44700b6e | 2018-05-06 23:23:22 | [diff] [blame] | 2710 | "//third_party/protobuf:protobuf_lite", |
rch | 47ad01f | 2015-03-20 21:17:23 | [diff] [blame] | 2711 | "//url", |
| 2712 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2713 | public_deps = [ "//net/third_party/quiche:simple_quic_tools_core" ] |
| 2714 | allow_circular_includes_from = |
| 2715 | [ "//net/third_party/quiche:simple_quic_tools_core" ] |
rch | 47ad01f | 2015-03-20 21:17:23 | [diff] [blame] | 2716 | } |
| 2717 | |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2718 | if (!is_ios) { |
| 2719 | executable("quic_client") { |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2720 | sources = [ "tools/quic/quic_simple_client_bin.cc" ] |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2721 | deps = [ |
| 2722 | ":net", |
| 2723 | ":simple_quic_tools", |
| 2724 | "//base", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2725 | "//build/win:default_exe_manifest", |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2726 | "//url", |
| 2727 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2728 | public_deps = [ "//net/third_party/quiche:quic_client_core" ] |
| 2729 | allow_circular_includes_from = |
| 2730 | [ "//net/third_party/quiche:quic_client_core" ] |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2731 | } |
| 2732 | executable("quic_server") { |
| 2733 | sources = [ |
Ryan Hamilton | 381ce9d | 2019-09-03 01:42:42 | [diff] [blame] | 2734 | "tools/quic/quic_simple_server_backend_factory.cc", |
| 2735 | "tools/quic/quic_simple_server_backend_factory.h", |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2736 | "tools/quic/quic_simple_server_bin.cc", |
| 2737 | ] |
| 2738 | deps = [ |
| 2739 | ":net", |
| 2740 | ":simple_quic_tools", |
| 2741 | "//base", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2742 | "//build/win:default_exe_manifest", |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2743 | "//third_party/boringssl", |
| 2744 | "//third_party/protobuf:protobuf_lite", |
| 2745 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2746 | public_deps = [ "//net/third_party/quiche:quic_server_core" ] |
| 2747 | allow_circular_includes_from = |
| 2748 | [ "//net/third_party/quiche:quic_server_core" ] |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2749 | } |
Victor Vasiliev | c6e8e36 | 2019-11-08 23:23:02 | [diff] [blame] | 2750 | executable("quic_transport_simple_server") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2751 | sources = [ "tools/quic/quic_transport_simple_server_bin.cc" ] |
Victor Vasiliev | c6e8e36 | 2019-11-08 23:23:02 | [diff] [blame] | 2752 | deps = [ |
| 2753 | ":net", |
| 2754 | ":simple_quic_tools", |
| 2755 | "//base", |
| 2756 | "//build/win:default_exe_manifest", |
| 2757 | "//third_party/boringssl", |
| 2758 | "//third_party/protobuf:protobuf_lite", |
| 2759 | ] |
| 2760 | } |
danzh | 1401f0a | 2016-05-19 13:41:10 | [diff] [blame] | 2761 | executable("crypto_message_printer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2762 | sources = [ "tools/quic/crypto_message_printer_bin.cc" ] |
danzh | 1401f0a | 2016-05-19 13:41:10 | [diff] [blame] | 2763 | deps = [ |
| 2764 | ":net", |
| 2765 | "//base", |
danzh | 1401f0a | 2016-05-19 13:41:10 | [diff] [blame] | 2766 | "//build/win:default_exe_manifest", |
| 2767 | ] |
| 2768 | } |
rch | 216445c | 2015-03-27 00:23:28 | [diff] [blame] | 2769 | } |
| 2770 | |
eroman | d5207a9 | 2017-05-05 17:49:36 | [diff] [blame] | 2771 | # This section can be updated from globbing rules using: |
| 2772 | # python ./tools/update_ios_bundle_data.py |
sdefresne | b0a3164 | 2016-03-18 11:04:45 | [diff] [blame] | 2773 | bundle_data("net_unittests_bundle_data") { |
| 2774 | testonly = true |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2775 | sources = [ |
| 2776 | "data/cert_issuer_source_aia_unittest/i.pem", |
| 2777 | "data/cert_issuer_source_aia_unittest/i2.pem", |
| 2778 | "data/cert_issuer_source_aia_unittest/i3.pem", |
eroman | d5207a9 | 2017-05-05 17:49:36 | [diff] [blame] | 2779 | "data/cert_issuer_source_aia_unittest/root.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2780 | "data/cert_issuer_source_aia_unittest/target_file_aia.pem", |
| 2781 | "data/cert_issuer_source_aia_unittest/target_file_and_http_aia.pem", |
| 2782 | "data/cert_issuer_source_aia_unittest/target_invalid_and_http_aia.pem", |
| 2783 | "data/cert_issuer_source_aia_unittest/target_invalid_url_aia.pem", |
| 2784 | "data/cert_issuer_source_aia_unittest/target_no_aia.pem", |
| 2785 | "data/cert_issuer_source_aia_unittest/target_one_aia.pem", |
| 2786 | "data/cert_issuer_source_aia_unittest/target_six_aia.pem", |
| 2787 | "data/cert_issuer_source_aia_unittest/target_three_aia.pem", |
| 2788 | "data/cert_issuer_source_aia_unittest/target_two_aia.pem", |
| 2789 | "data/cert_issuer_source_static_unittest/c1.pem", |
| 2790 | "data/cert_issuer_source_static_unittest/c2.pem", |
| 2791 | "data/cert_issuer_source_static_unittest/d.pem", |
| 2792 | "data/cert_issuer_source_static_unittest/e1.pem", |
| 2793 | "data/cert_issuer_source_static_unittest/e2.pem", |
| 2794 | "data/cert_issuer_source_static_unittest/i1_1.pem", |
| 2795 | "data/cert_issuer_source_static_unittest/i1_2.pem", |
| 2796 | "data/cert_issuer_source_static_unittest/i2.pem", |
| 2797 | "data/cert_issuer_source_static_unittest/i3_1.pem", |
| 2798 | "data/cert_issuer_source_static_unittest/i3_2.pem", |
| 2799 | "data/cert_issuer_source_static_unittest/root.pem", |
| 2800 | "data/certificate_policies_unittest/anypolicy.pem", |
| 2801 | "data/certificate_policies_unittest/anypolicy_with_qualifier.pem", |
| 2802 | "data/certificate_policies_unittest/invalid-anypolicy_with_custom_qualifier.pem", |
| 2803 | "data/certificate_policies_unittest/invalid-empty.pem", |
| 2804 | "data/certificate_policies_unittest/invalid-policy_1_2_3_dupe.pem", |
| 2805 | "data/certificate_policies_unittest/invalid-policy_1_2_3_policyinformation_unconsumed_data.pem", |
| 2806 | "data/certificate_policies_unittest/invalid-policy_1_2_3_policyqualifierinfo_unconsumed_data.pem", |
| 2807 | "data/certificate_policies_unittest/invalid-policy_1_2_3_with_empty_qualifiers_sequence.pem", |
| 2808 | "data/certificate_policies_unittest/invalid-policy_identifier_not_oid.pem", |
| 2809 | "data/certificate_policies_unittest/policy_1_2_3.pem", |
| 2810 | "data/certificate_policies_unittest/policy_1_2_3_and_1_2_4.pem", |
| 2811 | "data/certificate_policies_unittest/policy_1_2_3_and_1_2_4_with_qualifiers.pem", |
| 2812 | "data/certificate_policies_unittest/policy_1_2_3_with_custom_qualifier.pem", |
| 2813 | "data/certificate_policies_unittest/policy_1_2_3_with_qualifier.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2814 | "data/crl_unittest/bad_crldp_has_crlissuer.pem", |
| 2815 | "data/crl_unittest/bad_fake_critical_crlentryextension.pem", |
| 2816 | "data/crl_unittest/bad_fake_critical_extension.pem", |
Matt Mueller | e0065696 | 2019-06-22 00:10:36 | [diff] [blame] | 2817 | "data/crl_unittest/bad_idp_contains_wrong_uri.pem", |
| 2818 | "data/crl_unittest/bad_idp_indirectcrl.pem", |
Matt Mueller | c30c3a1 | 2019-06-25 22:00:40 | [diff] [blame] | 2819 | "data/crl_unittest/bad_idp_onlycontainscacerts.pem", |
| 2820 | "data/crl_unittest/bad_idp_onlycontainscacerts_no_basic_constraints.pem", |
| 2821 | "data/crl_unittest/bad_idp_onlycontainsusercerts.pem", |
| 2822 | "data/crl_unittest/bad_idp_uri_and_onlycontainscacerts.pem", |
| 2823 | "data/crl_unittest/bad_idp_uri_and_onlycontainsusercerts.pem", |
Matt Mueller | b59f772 | 2019-06-14 23:06:45 | [diff] [blame] | 2824 | "data/crl_unittest/bad_key_rollover_signature.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2825 | "data/crl_unittest/bad_nextupdate_too_old.pem", |
| 2826 | "data/crl_unittest/bad_signature.pem", |
| 2827 | "data/crl_unittest/bad_thisupdate_in_future.pem", |
| 2828 | "data/crl_unittest/bad_thisupdate_too_old.pem", |
| 2829 | "data/crl_unittest/bad_wrong_issuer.pem", |
| 2830 | "data/crl_unittest/good.pem", |
| 2831 | "data/crl_unittest/good_fake_extension.pem", |
| 2832 | "data/crl_unittest/good_fake_extension_no_nextupdate.pem", |
| 2833 | "data/crl_unittest/good_generalizedtime.pem", |
Matt Mueller | e0065696 | 2019-06-22 00:10:36 | [diff] [blame] | 2834 | "data/crl_unittest/good_idp_contains_uri.pem", |
Matt Mueller | c30c3a1 | 2019-06-25 22:00:40 | [diff] [blame] | 2835 | "data/crl_unittest/good_idp_onlycontainscacerts.pem", |
| 2836 | "data/crl_unittest/good_idp_onlycontainsusercerts.pem", |
| 2837 | "data/crl_unittest/good_idp_onlycontainsusercerts_no_basic_constraints.pem", |
| 2838 | "data/crl_unittest/good_idp_uri_and_onlycontainscacerts.pem", |
| 2839 | "data/crl_unittest/good_idp_uri_and_onlycontainsusercerts.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2840 | "data/crl_unittest/good_issuer_name_normalization.pem", |
| 2841 | "data/crl_unittest/good_issuer_no_keyusage.pem", |
Matt Mueller | b59f772 | 2019-06-14 23:06:45 | [diff] [blame] | 2842 | "data/crl_unittest/good_key_rollover.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2843 | "data/crl_unittest/good_no_crldp.pem", |
| 2844 | "data/crl_unittest/good_no_nextupdate.pem", |
| 2845 | "data/crl_unittest/good_no_version.pem", |
| 2846 | "data/crl_unittest/invalid_garbage_after_crlentryextensions.pem", |
| 2847 | "data/crl_unittest/invalid_garbage_after_extensions.pem", |
| 2848 | "data/crl_unittest/invalid_garbage_after_nextupdate.pem", |
| 2849 | "data/crl_unittest/invalid_garbage_after_revocationdate.pem", |
| 2850 | "data/crl_unittest/invalid_garbage_after_revokedcerts.pem", |
| 2851 | "data/crl_unittest/invalid_garbage_after_signaturevalue.pem", |
| 2852 | "data/crl_unittest/invalid_garbage_after_thisupdate.pem", |
| 2853 | "data/crl_unittest/invalid_garbage_crlentry.pem", |
| 2854 | "data/crl_unittest/invalid_garbage_issuer_name.pem", |
| 2855 | "data/crl_unittest/invalid_garbage_revocationdate.pem", |
| 2856 | "data/crl_unittest/invalid_garbage_revoked_serial_number.pem", |
| 2857 | "data/crl_unittest/invalid_garbage_signaturealgorithm.pem", |
| 2858 | "data/crl_unittest/invalid_garbage_signaturevalue.pem", |
| 2859 | "data/crl_unittest/invalid_garbage_tbs_signature_algorithm.pem", |
| 2860 | "data/crl_unittest/invalid_garbage_tbscertlist.pem", |
| 2861 | "data/crl_unittest/invalid_garbage_thisupdate.pem", |
| 2862 | "data/crl_unittest/invalid_garbage_version.pem", |
Matt Mueller | e0065696 | 2019-06-22 00:10:36 | [diff] [blame] | 2863 | "data/crl_unittest/invalid_idp_dpname_choice_extra_data.pem", |
| 2864 | "data/crl_unittest/invalid_idp_empty_sequence.pem", |
Matt Mueller | c30c3a1 | 2019-06-25 22:00:40 | [diff] [blame] | 2865 | "data/crl_unittest/invalid_idp_onlycontains_user_and_ca_certs.pem", |
| 2866 | "data/crl_unittest/invalid_idp_onlycontainsusercerts_v1_leaf.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2867 | "data/crl_unittest/invalid_issuer_keyusage_no_crlsign.pem", |
Matt Mueller | b59f772 | 2019-06-14 23:06:45 | [diff] [blame] | 2868 | "data/crl_unittest/invalid_key_rollover_issuer_keyusage_no_crlsign.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2869 | "data/crl_unittest/invalid_mismatched_signature_algorithm.pem", |
| 2870 | "data/crl_unittest/invalid_revoked_empty_sequence.pem", |
| 2871 | "data/crl_unittest/invalid_v1_explicit.pem", |
| 2872 | "data/crl_unittest/invalid_v1_with_crlentryextension.pem", |
| 2873 | "data/crl_unittest/invalid_v1_with_extension.pem", |
| 2874 | "data/crl_unittest/invalid_v3.pem", |
| 2875 | "data/crl_unittest/revoked.pem", |
| 2876 | "data/crl_unittest/revoked_fake_crlentryextension.pem", |
| 2877 | "data/crl_unittest/revoked_generalized_revocationdate.pem", |
Matt Mueller | b59f772 | 2019-06-14 23:06:45 | [diff] [blame] | 2878 | "data/crl_unittest/revoked_key_rollover.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2879 | "data/crl_unittest/revoked_no_nextupdate.pem", |
jam | 29f1aed4 | 2017-06-06 21:37:43 | [diff] [blame] | 2880 | "data/embedded_test_server/mock-headers-without-crlf.html", |
| 2881 | "data/embedded_test_server/mock-headers-without-crlf.html.mock-http-headers", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2882 | "data/filter_unittests/google.br", |
| 2883 | "data/filter_unittests/google.txt", |
| 2884 | "data/name_constraints_unittest/directoryname-excludeall.pem", |
| 2885 | "data/name_constraints_unittest/directoryname-excluded.pem", |
| 2886 | "data/name_constraints_unittest/directoryname.pem", |
| 2887 | "data/name_constraints_unittest/directoryname_and_dnsname.pem", |
| 2888 | "data/name_constraints_unittest/directoryname_and_dnsname_and_ipaddress.pem", |
| 2889 | "data/name_constraints_unittest/dnsname-exclude_dot.pem", |
| 2890 | "data/name_constraints_unittest/dnsname-excludeall.pem", |
| 2891 | "data/name_constraints_unittest/dnsname-excluded.pem", |
| 2892 | "data/name_constraints_unittest/dnsname-excluded_with_leading_dot.pem", |
| 2893 | "data/name_constraints_unittest/dnsname-permitted_two_dot.pem", |
| 2894 | "data/name_constraints_unittest/dnsname-permitted_with_leading_dot.pem", |
| 2895 | "data/name_constraints_unittest/dnsname-with_max.pem", |
| 2896 | "data/name_constraints_unittest/dnsname-with_min_0.pem", |
| 2897 | "data/name_constraints_unittest/dnsname-with_min_0_and_max.pem", |
| 2898 | "data/name_constraints_unittest/dnsname-with_min_1.pem", |
| 2899 | "data/name_constraints_unittest/dnsname-with_min_1_and_max.pem", |
| 2900 | "data/name_constraints_unittest/dnsname.pem", |
| 2901 | "data/name_constraints_unittest/dnsname2.pem", |
| 2902 | "data/name_constraints_unittest/edipartyname-excluded.pem", |
| 2903 | "data/name_constraints_unittest/edipartyname-permitted.pem", |
| 2904 | "data/name_constraints_unittest/invalid-empty_excluded_subtree.pem", |
| 2905 | "data/name_constraints_unittest/invalid-empty_permitted_subtree.pem", |
| 2906 | "data/name_constraints_unittest/invalid-no_subtrees.pem", |
| 2907 | "data/name_constraints_unittest/ipaddress-excludeall.pem", |
| 2908 | "data/name_constraints_unittest/ipaddress-excluded.pem", |
| 2909 | "data/name_constraints_unittest/ipaddress-invalid_addr.pem", |
| 2910 | "data/name_constraints_unittest/ipaddress-invalid_mask_not_contiguous_1.pem", |
| 2911 | "data/name_constraints_unittest/ipaddress-invalid_mask_not_contiguous_2.pem", |
| 2912 | "data/name_constraints_unittest/ipaddress-invalid_mask_not_contiguous_3.pem", |
| 2913 | "data/name_constraints_unittest/ipaddress-invalid_mask_not_contiguous_4.pem", |
| 2914 | "data/name_constraints_unittest/ipaddress-permit_all.pem", |
| 2915 | "data/name_constraints_unittest/ipaddress-permit_prefix1.pem", |
| 2916 | "data/name_constraints_unittest/ipaddress-permit_prefix31.pem", |
| 2917 | "data/name_constraints_unittest/ipaddress-permit_singlehost.pem", |
| 2918 | "data/name_constraints_unittest/ipaddress.pem", |
| 2919 | "data/name_constraints_unittest/name-ca.pem", |
| 2920 | "data/name_constraints_unittest/name-de.pem", |
| 2921 | "data/name_constraints_unittest/name-empty.pem", |
| 2922 | "data/name_constraints_unittest/name-jp-tokyo.pem", |
| 2923 | "data/name_constraints_unittest/name-jp.pem", |
| 2924 | "data/name_constraints_unittest/name-us-arizona-1.1.1.1.pem", |
| 2925 | "data/name_constraints_unittest/name-us-arizona-192.168.1.1.pem", |
| 2926 | "data/name_constraints_unittest/name-us-arizona-email.pem", |
| 2927 | "data/name_constraints_unittest/name-us-arizona-foo.com.pem", |
| 2928 | "data/name_constraints_unittest/name-us-arizona-ipv6.pem", |
| 2929 | "data/name_constraints_unittest/name-us-arizona-permitted.example.com.pem", |
| 2930 | "data/name_constraints_unittest/name-us-arizona.pem", |
| 2931 | "data/name_constraints_unittest/name-us-california-192.168.1.1.pem", |
| 2932 | "data/name_constraints_unittest/name-us-california-mountain_view.pem", |
| 2933 | "data/name_constraints_unittest/name-us-california-permitted.example.com.pem", |
| 2934 | "data/name_constraints_unittest/name-us-california.pem", |
| 2935 | "data/name_constraints_unittest/name-us.pem", |
| 2936 | "data/name_constraints_unittest/othername-excluded.pem", |
| 2937 | "data/name_constraints_unittest/othername-permitted.pem", |
| 2938 | "data/name_constraints_unittest/registeredid-excluded.pem", |
| 2939 | "data/name_constraints_unittest/registeredid-permitted.pem", |
| 2940 | "data/name_constraints_unittest/rfc822name-excluded.pem", |
| 2941 | "data/name_constraints_unittest/rfc822name-permitted.pem", |
Matt Mueller | 766bedc9 | 2017-09-14 23:30:41 | [diff] [blame] | 2942 | "data/name_constraints_unittest/san-directoryname.pem", |
| 2943 | "data/name_constraints_unittest/san-dnsname.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2944 | "data/name_constraints_unittest/san-edipartyname.pem", |
| 2945 | "data/name_constraints_unittest/san-excluded-directoryname.pem", |
| 2946 | "data/name_constraints_unittest/san-excluded-dnsname.pem", |
| 2947 | "data/name_constraints_unittest/san-excluded-ipaddress.pem", |
| 2948 | "data/name_constraints_unittest/san-invalid-empty.pem", |
| 2949 | "data/name_constraints_unittest/san-invalid-ipaddress.pem", |
Matt Mueller | 766bedc9 | 2017-09-14 23:30:41 | [diff] [blame] | 2950 | "data/name_constraints_unittest/san-ipaddress4.pem", |
| 2951 | "data/name_constraints_unittest/san-ipaddress6.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2952 | "data/name_constraints_unittest/san-othername.pem", |
| 2953 | "data/name_constraints_unittest/san-permitted.pem", |
| 2954 | "data/name_constraints_unittest/san-registeredid.pem", |
| 2955 | "data/name_constraints_unittest/san-rfc822name.pem", |
| 2956 | "data/name_constraints_unittest/san-uri.pem", |
| 2957 | "data/name_constraints_unittest/san-x400address.pem", |
| 2958 | "data/name_constraints_unittest/uri-excluded.pem", |
| 2959 | "data/name_constraints_unittest/uri-permitted.pem", |
| 2960 | "data/name_constraints_unittest/x400address-excluded.pem", |
| 2961 | "data/name_constraints_unittest/x400address-permitted.pem", |
Eric Roman | a2f6f55d | 2017-09-07 23:34:57 | [diff] [blame] | 2962 | "data/ocsp_unittest/bad_ocsp_type.pem", |
| 2963 | "data/ocsp_unittest/bad_signature.pem", |
| 2964 | "data/ocsp_unittest/bad_status.pem", |
| 2965 | "data/ocsp_unittest/good_response.pem", |
| 2966 | "data/ocsp_unittest/good_response_next_update.pem", |
Steven Valdez | 060eac4 | 2017-09-21 22:31:57 | [diff] [blame] | 2967 | "data/ocsp_unittest/good_response_sha256.pem", |
Kaustubha Govind | 32f60f7 | 2019-08-13 13:47:13 | [diff] [blame] | 2968 | "data/ocsp_unittest/has_critical_ct_extension.pem", |
| 2969 | "data/ocsp_unittest/has_critical_response_extension.pem", |
| 2970 | "data/ocsp_unittest/has_critical_single_extension.pem", |
Eric Roman | a2f6f55d | 2017-09-07 23:34:57 | [diff] [blame] | 2971 | "data/ocsp_unittest/has_extension.pem", |
| 2972 | "data/ocsp_unittest/has_single_extension.pem", |
| 2973 | "data/ocsp_unittest/has_version.pem", |
Eric Roman | ff24262 | 2017-09-25 21:49:44 | [diff] [blame] | 2974 | "data/ocsp_unittest/malformed_request.pem", |
Eric Roman | a2f6f55d | 2017-09-07 23:34:57 | [diff] [blame] | 2975 | "data/ocsp_unittest/missing_response.pem", |
| 2976 | "data/ocsp_unittest/multiple_response.pem", |
| 2977 | "data/ocsp_unittest/no_response.pem", |
| 2978 | "data/ocsp_unittest/ocsp_extra_certs.pem", |
| 2979 | "data/ocsp_unittest/ocsp_sign_bad_indirect.pem", |
| 2980 | "data/ocsp_unittest/ocsp_sign_direct.pem", |
| 2981 | "data/ocsp_unittest/ocsp_sign_indirect.pem", |
| 2982 | "data/ocsp_unittest/ocsp_sign_indirect_missing.pem", |
| 2983 | "data/ocsp_unittest/other_response.pem", |
| 2984 | "data/ocsp_unittest/responder_id.pem", |
| 2985 | "data/ocsp_unittest/responder_name.pem", |
| 2986 | "data/ocsp_unittest/revoke_response.pem", |
| 2987 | "data/ocsp_unittest/revoke_response_reason.pem", |
| 2988 | "data/ocsp_unittest/unknown_response.pem", |
Ryan Sleevi | 3dabe0b | 2018-04-05 03:59:01 | [diff] [blame] | 2989 | "data/ov_name_constraints/int-bmp-o1.pem", |
| 2990 | "data/ov_name_constraints/int-cn.pem", |
| 2991 | "data/ov_name_constraints/int-o1-o2.pem", |
| 2992 | "data/ov_name_constraints/int-o1-plus-o2.pem", |
| 2993 | "data/ov_name_constraints/int-o2-o1.pem", |
| 2994 | "data/ov_name_constraints/int-o3.pem", |
| 2995 | "data/ov_name_constraints/leaf-no-o.pem", |
| 2996 | "data/ov_name_constraints/leaf-o1-o2.pem", |
| 2997 | "data/ov_name_constraints/leaf-o1.pem", |
| 2998 | "data/ov_name_constraints/nc-int-exclude-o1.pem", |
| 2999 | "data/ov_name_constraints/nc-int-permit-bmp-o1.pem", |
| 3000 | "data/ov_name_constraints/nc-int-permit-cn.pem", |
| 3001 | "data/ov_name_constraints/nc-int-permit-dns.pem", |
| 3002 | "data/ov_name_constraints/nc-int-permit-o1.pem", |
| 3003 | "data/ov_name_constraints/nc-int-permit-o2-o1-o3.pem", |
| 3004 | "data/ov_name_constraints/root.pem", |
Matt Mueller | 7793d41 | 2019-11-01 01:43:08 | [diff] [blame] | 3005 | "data/parse_certificate_unittest/authority_key_identifier/empty_sequence.pem", |
| 3006 | "data/parse_certificate_unittest/authority_key_identifier/extra_contents_after_extension_sequence.pem", |
| 3007 | "data/parse_certificate_unittest/authority_key_identifier/extra_contents_after_issuer_and_serial.pem", |
| 3008 | "data/parse_certificate_unittest/authority_key_identifier/invalid_contents.pem", |
| 3009 | "data/parse_certificate_unittest/authority_key_identifier/invalid_issuer.pem", |
| 3010 | "data/parse_certificate_unittest/authority_key_identifier/invalid_key_identifier.pem", |
| 3011 | "data/parse_certificate_unittest/authority_key_identifier/invalid_serial.pem", |
| 3012 | "data/parse_certificate_unittest/authority_key_identifier/issuer_and_serial.pem", |
| 3013 | "data/parse_certificate_unittest/authority_key_identifier/issuer_only.pem", |
| 3014 | "data/parse_certificate_unittest/authority_key_identifier/key_identifier.pem", |
| 3015 | "data/parse_certificate_unittest/authority_key_identifier/key_identifier_and_issuer_and_serial.pem", |
| 3016 | "data/parse_certificate_unittest/authority_key_identifier/serial_only.pem", |
| 3017 | "data/parse_certificate_unittest/authority_key_identifier/url_issuer_and_serial.pem", |
| 3018 | "data/parse_certificate_unittest/authority_key_identifier_not_sequence.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3019 | "data/parse_certificate_unittest/bad_key_usage.pem", |
| 3020 | "data/parse_certificate_unittest/bad_policy_qualifiers.pem", |
| 3021 | "data/parse_certificate_unittest/bad_signature_algorithm_oid.pem", |
| 3022 | "data/parse_certificate_unittest/bad_validity.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3023 | "data/parse_certificate_unittest/basic_constraints_ca_false.pem", |
| 3024 | "data/parse_certificate_unittest/basic_constraints_ca_no_path.pem", |
| 3025 | "data/parse_certificate_unittest/basic_constraints_ca_path_9.pem", |
| 3026 | "data/parse_certificate_unittest/basic_constraints_negative_path.pem", |
| 3027 | "data/parse_certificate_unittest/basic_constraints_not_ca.pem", |
| 3028 | "data/parse_certificate_unittest/basic_constraints_path_too_large.pem", |
| 3029 | "data/parse_certificate_unittest/basic_constraints_pathlen_255.pem", |
| 3030 | "data/parse_certificate_unittest/basic_constraints_pathlen_256.pem", |
| 3031 | "data/parse_certificate_unittest/basic_constraints_pathlen_not_ca.pem", |
| 3032 | "data/parse_certificate_unittest/basic_constraints_unconsumed_data.pem", |
| 3033 | "data/parse_certificate_unittest/cert_algorithm_not_sequence.pem", |
| 3034 | "data/parse_certificate_unittest/cert_data_after_signature.pem", |
| 3035 | "data/parse_certificate_unittest/cert_empty_sequence.pem", |
| 3036 | "data/parse_certificate_unittest/cert_missing_signature.pem", |
| 3037 | "data/parse_certificate_unittest/cert_not_sequence.pem", |
| 3038 | "data/parse_certificate_unittest/cert_signature_not_bit_string.pem", |
| 3039 | "data/parse_certificate_unittest/cert_skeleton.pem", |
| 3040 | "data/parse_certificate_unittest/cert_version3.pem", |
Eric Roman | db460e9 | 2017-08-01 17:17:34 | [diff] [blame] | 3041 | "data/parse_certificate_unittest/crldp_1uri_noissuer.pem", |
| 3042 | "data/parse_certificate_unittest/crldp_3uri_noissuer.pem", |
| 3043 | "data/parse_certificate_unittest/crldp_full_name_as_dirname.pem", |
| 3044 | "data/parse_certificate_unittest/crldp_issuer_as_dirname.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3045 | "data/parse_certificate_unittest/extended_key_usage.pem", |
| 3046 | "data/parse_certificate_unittest/extension_critical.pem", |
| 3047 | "data/parse_certificate_unittest/extension_critical_0.pem", |
| 3048 | "data/parse_certificate_unittest/extension_critical_3.pem", |
| 3049 | "data/parse_certificate_unittest/extension_not_critical.pem", |
| 3050 | "data/parse_certificate_unittest/extensions_data_after_sequence.pem", |
| 3051 | "data/parse_certificate_unittest/extensions_duplicate_key_usage.pem", |
| 3052 | "data/parse_certificate_unittest/extensions_empty_sequence.pem", |
| 3053 | "data/parse_certificate_unittest/extensions_not_sequence.pem", |
| 3054 | "data/parse_certificate_unittest/extensions_real.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3055 | "data/parse_certificate_unittest/failed_signature_algorithm.pem", |
eroman | d312c06 | 2017-05-19 03:06:29 | [diff] [blame] | 3056 | "data/parse_certificate_unittest/inhibit_any_policy.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3057 | "data/parse_certificate_unittest/issuer_bad_printable_string.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3058 | "data/parse_certificate_unittest/key_usage.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3059 | "data/parse_certificate_unittest/name_constraints_bad_ip.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3060 | "data/parse_certificate_unittest/policies.pem", |
eroman | 25ead1bcf8 | 2017-05-13 06:44:58 | [diff] [blame] | 3061 | "data/parse_certificate_unittest/policy_constraints_empty.pem", |
| 3062 | "data/parse_certificate_unittest/policy_constraints_inhibit.pem", |
| 3063 | "data/parse_certificate_unittest/policy_constraints_inhibit_require.pem", |
| 3064 | "data/parse_certificate_unittest/policy_constraints_require.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3065 | "data/parse_certificate_unittest/policy_qualifiers_empty_sequence.pem", |
mattm | 312644de | 2017-05-16 08:13:18 | [diff] [blame] | 3066 | "data/parse_certificate_unittest/serial_37_bytes.pem", |
| 3067 | "data/parse_certificate_unittest/serial_negative.pem", |
Eric Roman | 5d193462 | 2017-08-03 03:57:09 | [diff] [blame] | 3068 | "data/parse_certificate_unittest/serial_not_minimal.pem", |
| 3069 | "data/parse_certificate_unittest/serial_not_number.pem", |
| 3070 | "data/parse_certificate_unittest/serial_zero.pem", |
mattm | 312644de | 2017-05-16 08:13:18 | [diff] [blame] | 3071 | "data/parse_certificate_unittest/serial_zero_padded.pem", |
| 3072 | "data/parse_certificate_unittest/serial_zero_padded_21_bytes.pem", |
mattm | 2fe429a | 2017-06-20 01:53:44 | [diff] [blame] | 3073 | "data/parse_certificate_unittest/signature_algorithm_null.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3074 | "data/parse_certificate_unittest/subject_alt_name.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3075 | "data/parse_certificate_unittest/subject_blank_subjectaltname_not_critical.pem", |
Matt Mueller | 7793d41 | 2019-11-01 01:43:08 | [diff] [blame] | 3076 | "data/parse_certificate_unittest/subject_key_identifier_not_octet_string.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3077 | "data/parse_certificate_unittest/subject_not_ascii.pem", |
| 3078 | "data/parse_certificate_unittest/subject_not_printable_string.pem", |
Matt Mueller | 6c8b07c6 | 2017-10-09 21:02:25 | [diff] [blame] | 3079 | "data/parse_certificate_unittest/subject_printable_string_containing_utf8_client_cert.pem", |
mattm | 788812f | 2017-05-05 23:49:09 | [diff] [blame] | 3080 | "data/parse_certificate_unittest/subject_t61string.pem", |
| 3081 | "data/parse_certificate_unittest/subject_t61string_1-32.pem", |
| 3082 | "data/parse_certificate_unittest/subject_t61string_126-160.pem", |
| 3083 | "data/parse_certificate_unittest/subject_t61string_actual.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3084 | "data/parse_certificate_unittest/subjectaltname_bad_ip.pem", |
| 3085 | "data/parse_certificate_unittest/subjectaltname_dns_not_ascii.pem", |
| 3086 | "data/parse_certificate_unittest/subjectaltname_general_names_empty_sequence.pem", |
| 3087 | "data/parse_certificate_unittest/subjectaltname_trailing_data.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3088 | "data/parse_certificate_unittest/tbs_explicit_v1.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3089 | "data/parse_certificate_unittest/tbs_v1.pem", |
| 3090 | "data/parse_certificate_unittest/tbs_v1_extensions.pem", |
| 3091 | "data/parse_certificate_unittest/tbs_v2_extensions.pem", |
| 3092 | "data/parse_certificate_unittest/tbs_v2_issuer_and_subject_unique_id.pem", |
| 3093 | "data/parse_certificate_unittest/tbs_v2_issuer_unique_id.pem", |
| 3094 | "data/parse_certificate_unittest/tbs_v2_no_optionals.pem", |
| 3095 | "data/parse_certificate_unittest/tbs_v3_all_optionals.pem", |
| 3096 | "data/parse_certificate_unittest/tbs_v3_data_after_extensions.pem", |
| 3097 | "data/parse_certificate_unittest/tbs_v3_extensions.pem", |
| 3098 | "data/parse_certificate_unittest/tbs_v3_extensions_not_sequence.pem", |
| 3099 | "data/parse_certificate_unittest/tbs_v3_no_optionals.pem", |
| 3100 | "data/parse_certificate_unittest/tbs_v3_real.pem", |
| 3101 | "data/parse_certificate_unittest/tbs_v4.pem", |
| 3102 | "data/parse_certificate_unittest/tbs_validity_both_generalized_time.pem", |
| 3103 | "data/parse_certificate_unittest/tbs_validity_both_utc_time.pem", |
| 3104 | "data/parse_certificate_unittest/tbs_validity_generalized_time_and_utc_time.pem", |
| 3105 | "data/parse_certificate_unittest/tbs_validity_relaxed.pem", |
| 3106 | "data/parse_certificate_unittest/tbs_validity_utc_time_and_generalized_time.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3107 | "data/parse_certificate_unittest/v1_explicit_version.pem", |
Matt Mueller | 6c8b07c6 | 2017-10-09 21:02:25 | [diff] [blame] | 3108 | "data/parse_certificate_unittest/v3_certificate_template.pk8", |
Matt Mueller | 7793d41 | 2019-11-01 01:43:08 | [diff] [blame] | 3109 | "data/path_builder_unittest/key_id_name_and_serial_prioritization/int_match_name_only.pem", |
| 3110 | "data/path_builder_unittest/key_id_name_and_serial_prioritization/int_matching.pem", |
| 3111 | "data/path_builder_unittest/key_id_name_and_serial_prioritization/int_mismatch.pem", |
| 3112 | "data/path_builder_unittest/key_id_name_and_serial_prioritization/root.pem", |
| 3113 | "data/path_builder_unittest/key_id_name_and_serial_prioritization/root2.pem", |
| 3114 | "data/path_builder_unittest/key_id_name_and_serial_prioritization/target.pem", |
| 3115 | "data/path_builder_unittest/key_id_prioritization/int_different_ski_a.pem", |
| 3116 | "data/path_builder_unittest/key_id_prioritization/int_different_ski_b.pem", |
| 3117 | "data/path_builder_unittest/key_id_prioritization/int_different_ski_c.pem", |
| 3118 | "data/path_builder_unittest/key_id_prioritization/int_matching_ski_a.pem", |
| 3119 | "data/path_builder_unittest/key_id_prioritization/int_matching_ski_b.pem", |
| 3120 | "data/path_builder_unittest/key_id_prioritization/int_matching_ski_c.pem", |
| 3121 | "data/path_builder_unittest/key_id_prioritization/int_no_ski_a.pem", |
| 3122 | "data/path_builder_unittest/key_id_prioritization/int_no_ski_b.pem", |
| 3123 | "data/path_builder_unittest/key_id_prioritization/int_no_ski_c.pem", |
| 3124 | "data/path_builder_unittest/key_id_prioritization/root.pem", |
| 3125 | "data/path_builder_unittest/key_id_prioritization/target.pem", |
Matt Mueller | dfa4c00 | 2019-10-23 22:40:52 | [diff] [blame] | 3126 | "data/path_builder_unittest/validity_date_prioritization/int_ac.pem", |
| 3127 | "data/path_builder_unittest/validity_date_prioritization/int_ad.pem", |
| 3128 | "data/path_builder_unittest/validity_date_prioritization/int_bc.pem", |
| 3129 | "data/path_builder_unittest/validity_date_prioritization/int_bd.pem", |
| 3130 | "data/path_builder_unittest/validity_date_prioritization/root.pem", |
| 3131 | "data/path_builder_unittest/validity_date_prioritization/target.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3132 | "data/test.html", |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 3133 | "data/trial_comparison_cert_verifier_unittest/target-multiple-policies/chain.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3134 | "data/url_request_unittest/308-without-location-header", |
| 3135 | "data/url_request_unittest/308-without-location-header.mock-http-headers", |
| 3136 | "data/url_request_unittest/BullRunSpeech.txt", |
David Benjamin | 179860f | 2020-05-28 20:20:04 | [diff] [blame] | 3137 | "data/url_request_unittest/BullRunSpeech.txt.deflate", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3138 | "data/url_request_unittest/content-type-normalization.html", |
| 3139 | "data/url_request_unittest/content-type-normalization.html.mock-http-headers", |
Emily Stark | 4cfecf07 | 2017-08-08 01:05:51 | [diff] [blame] | 3140 | "data/url_request_unittest/expect-ct-header-multiple.html", |
| 3141 | "data/url_request_unittest/expect-ct-header-multiple.html.mock-http-headers", |
| 3142 | "data/url_request_unittest/expect-ct-header-preload.html", |
| 3143 | "data/url_request_unittest/expect-ct-header-preload.html.mock-http-headers", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3144 | "data/url_request_unittest/expect-ct-header.html", |
| 3145 | "data/url_request_unittest/expect-ct-header.html.mock-http-headers", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3146 | "data/url_request_unittest/gzip-encoded", |
| 3147 | "data/url_request_unittest/gzip-encoded.mock-http-headers", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3148 | "data/url_request_unittest/hsts-headers.html", |
| 3149 | "data/url_request_unittest/hsts-headers.html.mock-http-headers", |
| 3150 | "data/url_request_unittest/hsts-multiple-headers.html", |
| 3151 | "data/url_request_unittest/hsts-multiple-headers.html.mock-http-headers", |
| 3152 | "data/url_request_unittest/redirect-test.html", |
| 3153 | "data/url_request_unittest/redirect-test.html.mock-http-headers", |
| 3154 | "data/url_request_unittest/redirect-to-data.html", |
| 3155 | "data/url_request_unittest/redirect-to-data.html.mock-http-headers", |
| 3156 | "data/url_request_unittest/redirect-to-echoall", |
| 3157 | "data/url_request_unittest/redirect-to-echoall.mock-http-headers", |
| 3158 | "data/url_request_unittest/redirect-to-file.html", |
| 3159 | "data/url_request_unittest/redirect-to-file.html.mock-http-headers", |
| 3160 | "data/url_request_unittest/redirect-to-invalid-url.html", |
| 3161 | "data/url_request_unittest/redirect-to-invalid-url.html.mock-http-headers", |
| 3162 | "data/url_request_unittest/redirect301-to-echo", |
| 3163 | "data/url_request_unittest/redirect301-to-echo.mock-http-headers", |
| 3164 | "data/url_request_unittest/redirect301-to-https", |
| 3165 | "data/url_request_unittest/redirect301-to-https.mock-http-headers", |
| 3166 | "data/url_request_unittest/redirect302-to-echo", |
| 3167 | "data/url_request_unittest/redirect302-to-echo-cacheable", |
| 3168 | "data/url_request_unittest/redirect302-to-echo-cacheable.mock-http-headers", |
| 3169 | "data/url_request_unittest/redirect302-to-echo.mock-http-headers", |
| 3170 | "data/url_request_unittest/redirect302-to-https", |
| 3171 | "data/url_request_unittest/redirect302-to-https.mock-http-headers", |
| 3172 | "data/url_request_unittest/redirect303-to-echo", |
| 3173 | "data/url_request_unittest/redirect303-to-echo.mock-http-headers", |
| 3174 | "data/url_request_unittest/redirect303-to-https", |
| 3175 | "data/url_request_unittest/redirect303-to-https.mock-http-headers", |
| 3176 | "data/url_request_unittest/redirect307-to-echo", |
| 3177 | "data/url_request_unittest/redirect307-to-echo.mock-http-headers", |
| 3178 | "data/url_request_unittest/redirect307-to-https", |
| 3179 | "data/url_request_unittest/redirect307-to-https.mock-http-headers", |
| 3180 | "data/url_request_unittest/redirect308-to-echo", |
| 3181 | "data/url_request_unittest/redirect308-to-echo.mock-http-headers", |
| 3182 | "data/url_request_unittest/redirect308-to-https", |
| 3183 | "data/url_request_unittest/redirect308-to-https.mock-http-headers", |
| 3184 | "data/url_request_unittest/simple.html", |
| 3185 | "data/url_request_unittest/simple.html.mock-http-headers", |
| 3186 | "data/url_request_unittest/two-content-lengths.html", |
| 3187 | "data/url_request_unittest/two-content-lengths.html.mock-http-headers", |
| 3188 | "data/url_request_unittest/with-headers.html", |
| 3189 | "data/url_request_unittest/with-headers.html.mock-http-headers", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3190 | "data/verify_certificate_chain_unittest/basic-constraints-pathlen-0-self-issued/chain.pem", |
| 3191 | "data/verify_certificate_chain_unittest/basic-constraints-pathlen-0-self-issued/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3192 | "data/verify_certificate_chain_unittest/expired-intermediate/chain.pem", |
eroman | e7af900 | 2017-05-13 05:04:01 | [diff] [blame] | 3193 | "data/verify_certificate_chain_unittest/expired-intermediate/not-after.test", |
| 3194 | "data/verify_certificate_chain_unittest/expired-intermediate/not-before.test", |
eroman | c1a8b5d0 | 2017-05-03 21:52:10 | [diff] [blame] | 3195 | "data/verify_certificate_chain_unittest/expired-root/chain.pem", |
eroman | e7af900 | 2017-05-13 05:04:01 | [diff] [blame] | 3196 | "data/verify_certificate_chain_unittest/expired-root/not-after-ta-with-constraints.test", |
| 3197 | "data/verify_certificate_chain_unittest/expired-root/not-after.test", |
| 3198 | "data/verify_certificate_chain_unittest/expired-root/not-before.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3199 | "data/verify_certificate_chain_unittest/expired-target/chain.pem", |
eroman | e7af900 | 2017-05-13 05:04:01 | [diff] [blame] | 3200 | "data/verify_certificate_chain_unittest/expired-target/not-after.test", |
| 3201 | "data/verify_certificate_chain_unittest/expired-target/not-before.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3202 | "data/verify_certificate_chain_unittest/incorrect-trust-anchor/chain.pem", |
| 3203 | "data/verify_certificate_chain_unittest/incorrect-trust-anchor/main.test", |
Matt Mueller | 905e4e3d | 2018-02-14 02:11:17 | [diff] [blame] | 3204 | "data/verify_certificate_chain_unittest/intermediate-and-target-wrong-signature/chain.pem", |
| 3205 | "data/verify_certificate_chain_unittest/intermediate-and-target-wrong-signature/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3206 | "data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/chain.pem", |
| 3207 | "data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/main.test", |
| 3208 | "data/verify_certificate_chain_unittest/intermediate-basic-constraints-not-critical/chain.pem", |
| 3209 | "data/verify_certificate_chain_unittest/intermediate-basic-constraints-not-critical/main.test", |
eroman | 7333d9b | 2017-06-23 01:50:25 | [diff] [blame] | 3210 | "data/verify_certificate_chain_unittest/intermediate-eku-any-and-clientauth/any.test", |
| 3211 | "data/verify_certificate_chain_unittest/intermediate-eku-any-and-clientauth/chain.pem", |
| 3212 | "data/verify_certificate_chain_unittest/intermediate-eku-any-and-clientauth/clientauth.test", |
| 3213 | "data/verify_certificate_chain_unittest/intermediate-eku-any-and-clientauth/serverauth.test", |
| 3214 | "data/verify_certificate_chain_unittest/intermediate-eku-clientauth/any.test", |
| 3215 | "data/verify_certificate_chain_unittest/intermediate-eku-clientauth/chain.pem", |
| 3216 | "data/verify_certificate_chain_unittest/intermediate-eku-clientauth/clientauth.test", |
| 3217 | "data/verify_certificate_chain_unittest/intermediate-eku-clientauth/serverauth.test", |
Eric Roman | c8c2d6a | 2017-08-01 22:55:30 | [diff] [blame] | 3218 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha1-chain.pem", |
| 3219 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha1-eku-any.test", |
| 3220 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha1-eku-clientAuth.test", |
| 3221 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha1-eku-serverAuth.test", |
| 3222 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha256-chain.pem", |
| 3223 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha256-eku-any.test", |
| 3224 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha256-eku-clientAuth.test", |
| 3225 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha256-eku-serverAuth.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3226 | "data/verify_certificate_chain_unittest/intermediate-lacks-basic-constraints/chain.pem", |
| 3227 | "data/verify_certificate_chain_unittest/intermediate-lacks-basic-constraints/main.test", |
| 3228 | "data/verify_certificate_chain_unittest/intermediate-lacks-signing-key-usage/chain.pem", |
| 3229 | "data/verify_certificate_chain_unittest/intermediate-lacks-signing-key-usage/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3230 | "data/verify_certificate_chain_unittest/intermediate-signed-with-md5/chain.pem", |
| 3231 | "data/verify_certificate_chain_unittest/intermediate-signed-with-md5/main.test", |
| 3232 | "data/verify_certificate_chain_unittest/intermediate-unknown-critical-extension/chain.pem", |
| 3233 | "data/verify_certificate_chain_unittest/intermediate-unknown-critical-extension/main.test", |
| 3234 | "data/verify_certificate_chain_unittest/intermediate-unknown-non-critical-extension/chain.pem", |
| 3235 | "data/verify_certificate_chain_unittest/intermediate-unknown-non-critical-extension/main.test", |
Matt Mueller | 5eb9b8e7 | 2019-10-23 00:47:31 | [diff] [blame] | 3236 | "data/verify_certificate_chain_unittest/intermediate-wrong-signature-no-authority-key-identifier/chain.pem", |
| 3237 | "data/verify_certificate_chain_unittest/intermediate-wrong-signature-no-authority-key-identifier/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3238 | "data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/anchor.pem", |
| 3239 | "data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/anchor.test", |
| 3240 | "data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/target.pem", |
| 3241 | "data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/target.test", |
| 3242 | "data/verify_certificate_chain_unittest/key-rollover/longrolloverchain.pem", |
| 3243 | "data/verify_certificate_chain_unittest/key-rollover/longrolloverchain.test", |
| 3244 | "data/verify_certificate_chain_unittest/key-rollover/newchain.pem", |
| 3245 | "data/verify_certificate_chain_unittest/key-rollover/newchain.test", |
| 3246 | "data/verify_certificate_chain_unittest/key-rollover/oldchain.pem", |
| 3247 | "data/verify_certificate_chain_unittest/key-rollover/oldchain.test", |
| 3248 | "data/verify_certificate_chain_unittest/key-rollover/rolloverchain.pem", |
| 3249 | "data/verify_certificate_chain_unittest/key-rollover/rolloverchain.test", |
Matt Mueller | c391cdf | 2018-02-08 01:05:57 | [diff] [blame] | 3250 | "data/verify_certificate_chain_unittest/many-names/ok-all-types.pem", |
| 3251 | "data/verify_certificate_chain_unittest/many-names/ok-all-types.test", |
| 3252 | "data/verify_certificate_chain_unittest/many-names/ok-different-types-dirnames.pem", |
| 3253 | "data/verify_certificate_chain_unittest/many-names/ok-different-types-dirnames.test", |
| 3254 | "data/verify_certificate_chain_unittest/many-names/ok-different-types-dns.pem", |
| 3255 | "data/verify_certificate_chain_unittest/many-names/ok-different-types-dns.test", |
| 3256 | "data/verify_certificate_chain_unittest/many-names/ok-different-types-ips.pem", |
| 3257 | "data/verify_certificate_chain_unittest/many-names/ok-different-types-ips.test", |
| 3258 | "data/verify_certificate_chain_unittest/many-names/toomany-all-types.pem", |
| 3259 | "data/verify_certificate_chain_unittest/many-names/toomany-all-types.test", |
| 3260 | "data/verify_certificate_chain_unittest/many-names/toomany-dirnames-excluded.pem", |
| 3261 | "data/verify_certificate_chain_unittest/many-names/toomany-dirnames-excluded.test", |
| 3262 | "data/verify_certificate_chain_unittest/many-names/toomany-dirnames-permitted.pem", |
| 3263 | "data/verify_certificate_chain_unittest/many-names/toomany-dirnames-permitted.test", |
| 3264 | "data/verify_certificate_chain_unittest/many-names/toomany-dns-excluded.pem", |
| 3265 | "data/verify_certificate_chain_unittest/many-names/toomany-dns-excluded.test", |
| 3266 | "data/verify_certificate_chain_unittest/many-names/toomany-dns-permitted.pem", |
| 3267 | "data/verify_certificate_chain_unittest/many-names/toomany-dns-permitted.test", |
| 3268 | "data/verify_certificate_chain_unittest/many-names/toomany-ips-excluded.pem", |
| 3269 | "data/verify_certificate_chain_unittest/many-names/toomany-ips-excluded.test", |
| 3270 | "data/verify_certificate_chain_unittest/many-names/toomany-ips-permitted.pem", |
| 3271 | "data/verify_certificate_chain_unittest/many-names/toomany-ips-permitted.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3272 | "data/verify_certificate_chain_unittest/non-self-signed-root/chain.pem", |
| 3273 | "data/verify_certificate_chain_unittest/non-self-signed-root/main.test", |
eroman | c1a8b5d0 | 2017-05-03 21:52:10 | [diff] [blame] | 3274 | "data/verify_certificate_chain_unittest/non-self-signed-root/ta-with-constraints.test", |
eroman | 605a5cc | 2017-06-03 02:45:24 | [diff] [blame] | 3275 | "data/verify_certificate_chain_unittest/pkits_errors/4.1.2.txt", |
| 3276 | "data/verify_certificate_chain_unittest/pkits_errors/4.1.3.txt", |
| 3277 | "data/verify_certificate_chain_unittest/pkits_errors/4.1.4.txt", |
| 3278 | "data/verify_certificate_chain_unittest/pkits_errors/4.1.5.txt", |
| 3279 | "data/verify_certificate_chain_unittest/pkits_errors/4.1.6.txt", |
| 3280 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.1.txt", |
| 3281 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.10.txt", |
| 3282 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.2.txt", |
| 3283 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.3.txt", |
| 3284 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.4.txt", |
| 3285 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.5.txt", |
| 3286 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.6.txt", |
| 3287 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.7.txt", |
| 3288 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.8.txt", |
| 3289 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.1.txt", |
| 3290 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.10.txt", |
| 3291 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.11.txt", |
| 3292 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.3.txt", |
| 3293 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.5.txt", |
| 3294 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.6.txt", |
| 3295 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.8.txt", |
| 3296 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.9.txt", |
| 3297 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.1.txt", |
| 3298 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.10.txt", |
| 3299 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.3.txt", |
| 3300 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.4.txt", |
| 3301 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.5.txt", |
| 3302 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.6.txt", |
| 3303 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.8.txt", |
| 3304 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.10.txt", |
| 3305 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.12.txt", |
| 3306 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.13.txt", |
| 3307 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.15.txt", |
| 3308 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.16.txt", |
| 3309 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.17.txt", |
| 3310 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.2.txt", |
| 3311 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.20.txt", |
| 3312 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.21.txt", |
| 3313 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.22.txt", |
| 3314 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.23.txt", |
| 3315 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.24.txt", |
| 3316 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.25.txt", |
| 3317 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.26.txt", |
| 3318 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.27.txt", |
| 3319 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.28.txt", |
| 3320 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.29.txt", |
| 3321 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.3.txt", |
| 3322 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.31.txt", |
| 3323 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.33.txt", |
| 3324 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.34.txt", |
| 3325 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.35.txt", |
| 3326 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.36.txt", |
| 3327 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.37.txt", |
| 3328 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.38.txt", |
| 3329 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.7.txt", |
| 3330 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.8.txt", |
| 3331 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.9.txt", |
| 3332 | "data/verify_certificate_chain_unittest/pkits_errors/4.16.2.txt", |
| 3333 | "data/verify_certificate_chain_unittest/pkits_errors/4.2.1.txt", |
| 3334 | "data/verify_certificate_chain_unittest/pkits_errors/4.2.2.txt", |
| 3335 | "data/verify_certificate_chain_unittest/pkits_errors/4.2.5.txt", |
| 3336 | "data/verify_certificate_chain_unittest/pkits_errors/4.2.6.txt", |
| 3337 | "data/verify_certificate_chain_unittest/pkits_errors/4.2.7.txt", |
| 3338 | "data/verify_certificate_chain_unittest/pkits_errors/4.3.1.txt", |
| 3339 | "data/verify_certificate_chain_unittest/pkits_errors/4.3.2.txt", |
| 3340 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.1.txt", |
| 3341 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.10.txt", |
| 3342 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.11.txt", |
| 3343 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.12.txt", |
| 3344 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.16.txt", |
| 3345 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.2.txt", |
| 3346 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.3.txt", |
| 3347 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.5.txt", |
| 3348 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.6.txt", |
| 3349 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.9.txt", |
| 3350 | "data/verify_certificate_chain_unittest/pkits_errors/4.7.1.txt", |
| 3351 | "data/verify_certificate_chain_unittest/pkits_errors/4.7.2.txt", |
| 3352 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.1.txt", |
| 3353 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.12.txt", |
| 3354 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.14.txt", |
| 3355 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.2.txt", |
| 3356 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.3.txt", |
| 3357 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.4.txt", |
| 3358 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.5.txt", |
| 3359 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.6.txt", |
| 3360 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.7.txt", |
| 3361 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.8.txt", |
| 3362 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.9.txt", |
| 3363 | "data/verify_certificate_chain_unittest/pkits_errors/4.9.3.txt", |
| 3364 | "data/verify_certificate_chain_unittest/pkits_errors/4.9.5.txt", |
| 3365 | "data/verify_certificate_chain_unittest/pkits_errors/4.9.7.txt", |
| 3366 | "data/verify_certificate_chain_unittest/pkits_errors/4.9.8.txt", |
eroman | c1a8b5d0 | 2017-05-03 21:52:10 | [diff] [blame] | 3367 | "data/verify_certificate_chain_unittest/root-basic-constraints-ca-false/chain.pem", |
| 3368 | "data/verify_certificate_chain_unittest/root-basic-constraints-ca-false/main.test", |
| 3369 | "data/verify_certificate_chain_unittest/root-basic-constraints-ca-false/ta-with-constraints.test", |
eroman | 7333d9b | 2017-06-23 01:50:25 | [diff] [blame] | 3370 | "data/verify_certificate_chain_unittest/root-eku-clientauth/chain.pem", |
| 3371 | "data/verify_certificate_chain_unittest/root-eku-clientauth/serverauth-ta-with-constraints.test", |
| 3372 | "data/verify_certificate_chain_unittest/root-eku-clientauth/serverauth.test", |
eroman | c1a8b5d0 | 2017-05-03 21:52:10 | [diff] [blame] | 3373 | "data/verify_certificate_chain_unittest/root-lacks-basic-constraints/chain.pem", |
| 3374 | "data/verify_certificate_chain_unittest/root-lacks-basic-constraints/main.test", |
| 3375 | "data/verify_certificate_chain_unittest/root-lacks-basic-constraints/ta-with-constraints.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3376 | "data/verify_certificate_chain_unittest/target-and-intermediate/chain.pem", |
Matt Mueller | 905e4e3d | 2018-02-14 02:11:17 | [diff] [blame] | 3377 | "data/verify_certificate_chain_unittest/target-and-intermediate/distrusted-root-expired.test", |
eroman | d1c9c9b | 2017-05-04 19:23:45 | [diff] [blame] | 3378 | "data/verify_certificate_chain_unittest/target-and-intermediate/distrusted-root.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3379 | "data/verify_certificate_chain_unittest/target-and-intermediate/main.test", |
eroman | d1c9c9b | 2017-05-04 19:23:45 | [diff] [blame] | 3380 | "data/verify_certificate_chain_unittest/target-and-intermediate/unspecified-trust-root.test", |
eroman | 7333d9b | 2017-06-23 01:50:25 | [diff] [blame] | 3381 | "data/verify_certificate_chain_unittest/target-eku-clientauth/any.test", |
| 3382 | "data/verify_certificate_chain_unittest/target-eku-clientauth/chain.pem", |
| 3383 | "data/verify_certificate_chain_unittest/target-eku-clientauth/clientauth.test", |
| 3384 | "data/verify_certificate_chain_unittest/target-eku-clientauth/serverauth.test", |
| 3385 | "data/verify_certificate_chain_unittest/target-eku-none/any.test", |
| 3386 | "data/verify_certificate_chain_unittest/target-eku-none/chain.pem", |
| 3387 | "data/verify_certificate_chain_unittest/target-eku-none/clientauth.test", |
| 3388 | "data/verify_certificate_chain_unittest/target-eku-none/serverauth.test", |
Eric Roman | 5431d70 | 2017-07-26 01:58:18 | [diff] [blame] | 3389 | "data/verify_certificate_chain_unittest/target-has-512bit-rsa-key/chain.pem", |
| 3390 | "data/verify_certificate_chain_unittest/target-has-512bit-rsa-key/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3391 | "data/verify_certificate_chain_unittest/target-has-keycertsign-but-not-ca/chain.pem", |
| 3392 | "data/verify_certificate_chain_unittest/target-has-keycertsign-but-not-ca/main.test", |
| 3393 | "data/verify_certificate_chain_unittest/target-has-pathlen-but-not-ca/chain.pem", |
| 3394 | "data/verify_certificate_chain_unittest/target-has-pathlen-but-not-ca/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3395 | "data/verify_certificate_chain_unittest/target-not-end-entity/chain.pem", |
| 3396 | "data/verify_certificate_chain_unittest/target-not-end-entity/main.test", |
eroman | e789943 | 2017-05-04 16:40:48 | [diff] [blame] | 3397 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-decipherOnly.pem", |
| 3398 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-decipherOnly.test", |
| 3399 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-digitalSignature.pem", |
| 3400 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-digitalSignature.test", |
| 3401 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-keyAgreement.pem", |
| 3402 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-keyAgreement.test", |
| 3403 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-keyEncipherment.pem", |
| 3404 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-keyEncipherment.test", |
| 3405 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-decipherOnly.pem", |
| 3406 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-decipherOnly.test", |
| 3407 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-digitalSignature.pem", |
| 3408 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-digitalSignature.test", |
| 3409 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-keyAgreement.pem", |
| 3410 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-keyAgreement.test", |
| 3411 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-keyEncipherment.pem", |
| 3412 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-keyEncipherment.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3413 | "data/verify_certificate_chain_unittest/target-signed-by-512bit-rsa/chain.pem", |
| 3414 | "data/verify_certificate_chain_unittest/target-signed-by-512bit-rsa/main.test", |
| 3415 | "data/verify_certificate_chain_unittest/target-signed-using-ecdsa/chain.pem", |
| 3416 | "data/verify_certificate_chain_unittest/target-signed-using-ecdsa/main.test", |
| 3417 | "data/verify_certificate_chain_unittest/target-signed-with-md5/chain.pem", |
| 3418 | "data/verify_certificate_chain_unittest/target-signed-with-md5/main.test", |
| 3419 | "data/verify_certificate_chain_unittest/target-unknown-critical-extension/chain.pem", |
| 3420 | "data/verify_certificate_chain_unittest/target-unknown-critical-extension/main.test", |
Matt Mueller | 5eb9b8e7 | 2019-10-23 00:47:31 | [diff] [blame] | 3421 | "data/verify_certificate_chain_unittest/target-wrong-signature-no-authority-key-identifier/chain.pem", |
| 3422 | "data/verify_certificate_chain_unittest/target-wrong-signature-no-authority-key-identifier/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3423 | "data/verify_certificate_chain_unittest/target-wrong-signature/chain.pem", |
| 3424 | "data/verify_certificate_chain_unittest/target-wrong-signature/main.test", |
eroman | 178f2c6 | 2017-06-07 01:03:44 | [diff] [blame] | 3425 | "data/verify_certificate_chain_unittest/unknown-critical-policy-qualifier/chain.pem", |
| 3426 | "data/verify_certificate_chain_unittest/unknown-critical-policy-qualifier/main.test", |
| 3427 | "data/verify_certificate_chain_unittest/unknown-non-critical-policy-qualifier/chain.pem", |
| 3428 | "data/verify_certificate_chain_unittest/unknown-non-critical-policy-qualifier/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3429 | "data/verify_certificate_chain_unittest/violates-basic-constraints-pathlen-0/chain.pem", |
| 3430 | "data/verify_certificate_chain_unittest/violates-basic-constraints-pathlen-0/main.test", |
eroman | c1a8b5d0 | 2017-05-03 21:52:10 | [diff] [blame] | 3431 | "data/verify_certificate_chain_unittest/violates-pathlen-1-from-root/chain.pem", |
| 3432 | "data/verify_certificate_chain_unittest/violates-pathlen-1-from-root/main.test", |
| 3433 | "data/verify_certificate_chain_unittest/violates-pathlen-1-from-root/ta-with-constraints.test", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3434 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-case_swap-dupe_attr.pem", |
| 3435 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-case_swap-extra_attr.pem", |
| 3436 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-case_swap-extra_rdn.pem", |
| 3437 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-case_swap.pem", |
| 3438 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-extra_whitespace-dupe_attr.pem", |
| 3439 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-extra_whitespace-extra_attr.pem", |
| 3440 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-extra_whitespace-extra_rdn.pem", |
| 3441 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-extra_whitespace.pem", |
| 3442 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-unmangled-dupe_attr.pem", |
| 3443 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-unmangled-extra_attr.pem", |
| 3444 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-unmangled-extra_rdn.pem", |
| 3445 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-unmangled.pem", |
| 3446 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-case_swap-dupe_attr.pem", |
| 3447 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-case_swap-extra_attr.pem", |
| 3448 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-case_swap-extra_rdn.pem", |
| 3449 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-case_swap.pem", |
| 3450 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-extra_whitespace-dupe_attr.pem", |
| 3451 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-extra_whitespace-extra_attr.pem", |
| 3452 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-extra_whitespace-extra_rdn.pem", |
| 3453 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-extra_whitespace.pem", |
| 3454 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-rdn_sorting_1.pem", |
| 3455 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-rdn_sorting_2.pem", |
| 3456 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-unmangled-dupe_attr.pem", |
| 3457 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-unmangled-extra_attr.pem", |
| 3458 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-unmangled-extra_rdn.pem", |
| 3459 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-unmangled.pem", |
| 3460 | "data/verify_name_match_unittest/names/ascii-T61STRING-case_swap-dupe_attr.pem", |
| 3461 | "data/verify_name_match_unittest/names/ascii-T61STRING-case_swap-extra_attr.pem", |
| 3462 | "data/verify_name_match_unittest/names/ascii-T61STRING-case_swap-extra_rdn.pem", |
| 3463 | "data/verify_name_match_unittest/names/ascii-T61STRING-case_swap.pem", |
| 3464 | "data/verify_name_match_unittest/names/ascii-T61STRING-extra_whitespace-dupe_attr.pem", |
| 3465 | "data/verify_name_match_unittest/names/ascii-T61STRING-extra_whitespace-extra_attr.pem", |
| 3466 | "data/verify_name_match_unittest/names/ascii-T61STRING-extra_whitespace-extra_rdn.pem", |
| 3467 | "data/verify_name_match_unittest/names/ascii-T61STRING-extra_whitespace.pem", |
| 3468 | "data/verify_name_match_unittest/names/ascii-T61STRING-unmangled-dupe_attr.pem", |
| 3469 | "data/verify_name_match_unittest/names/ascii-T61STRING-unmangled-extra_attr.pem", |
| 3470 | "data/verify_name_match_unittest/names/ascii-T61STRING-unmangled-extra_rdn.pem", |
| 3471 | "data/verify_name_match_unittest/names/ascii-T61STRING-unmangled.pem", |
| 3472 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-case_swap-dupe_attr.pem", |
| 3473 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-case_swap-extra_attr.pem", |
| 3474 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-case_swap-extra_rdn.pem", |
| 3475 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-case_swap.pem", |
| 3476 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-extra_whitespace-dupe_attr.pem", |
| 3477 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-extra_whitespace-extra_attr.pem", |
| 3478 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-extra_whitespace-extra_rdn.pem", |
| 3479 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-extra_whitespace.pem", |
| 3480 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-unmangled-dupe_attr.pem", |
| 3481 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-unmangled-extra_attr.pem", |
| 3482 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-unmangled-extra_rdn.pem", |
| 3483 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-unmangled.pem", |
| 3484 | "data/verify_name_match_unittest/names/ascii-UTF8-case_swap-dupe_attr.pem", |
| 3485 | "data/verify_name_match_unittest/names/ascii-UTF8-case_swap-extra_attr.pem", |
| 3486 | "data/verify_name_match_unittest/names/ascii-UTF8-case_swap-extra_rdn.pem", |
| 3487 | "data/verify_name_match_unittest/names/ascii-UTF8-case_swap.pem", |
| 3488 | "data/verify_name_match_unittest/names/ascii-UTF8-extra_whitespace-dupe_attr.pem", |
| 3489 | "data/verify_name_match_unittest/names/ascii-UTF8-extra_whitespace-extra_attr.pem", |
| 3490 | "data/verify_name_match_unittest/names/ascii-UTF8-extra_whitespace-extra_rdn.pem", |
| 3491 | "data/verify_name_match_unittest/names/ascii-UTF8-extra_whitespace.pem", |
| 3492 | "data/verify_name_match_unittest/names/ascii-UTF8-unmangled-dupe_attr.pem", |
| 3493 | "data/verify_name_match_unittest/names/ascii-UTF8-unmangled-extra_attr.pem", |
| 3494 | "data/verify_name_match_unittest/names/ascii-UTF8-unmangled-extra_rdn.pem", |
| 3495 | "data/verify_name_match_unittest/names/ascii-UTF8-unmangled.pem", |
| 3496 | "data/verify_name_match_unittest/names/ascii-mixed-rdn_dupetype_sorting_1.pem", |
| 3497 | "data/verify_name_match_unittest/names/ascii-mixed-rdn_dupetype_sorting_2.pem", |
David Benjamin | c4dd105 | 2017-12-15 21:23:17 | [diff] [blame] | 3498 | "data/verify_name_match_unittest/names/custom-custom-normalized.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3499 | "data/verify_name_match_unittest/names/invalid-AttributeTypeAndValue-badAttributeType.pem", |
| 3500 | "data/verify_name_match_unittest/names/invalid-AttributeTypeAndValue-empty.pem", |
| 3501 | "data/verify_name_match_unittest/names/invalid-AttributeTypeAndValue-extradata.pem", |
| 3502 | "data/verify_name_match_unittest/names/invalid-AttributeTypeAndValue-onlyOneElement.pem", |
| 3503 | "data/verify_name_match_unittest/names/invalid-AttributeTypeAndValue-setNotSequence.pem", |
| 3504 | "data/verify_name_match_unittest/names/invalid-Name-setInsteadOfSequence.pem", |
| 3505 | "data/verify_name_match_unittest/names/invalid-RDN-empty.pem", |
| 3506 | "data/verify_name_match_unittest/names/invalid-RDN-sequenceInsteadOfSet.pem", |
| 3507 | "data/verify_name_match_unittest/names/unicode-mixed-normalized.pem", |
| 3508 | "data/verify_name_match_unittest/names/unicode-mixed-unnormalized.pem", |
| 3509 | "data/verify_name_match_unittest/names/unicode_bmp-BMPSTRING-unmangled.pem", |
| 3510 | "data/verify_name_match_unittest/names/unicode_bmp-UNIVERSALSTRING-unmangled.pem", |
| 3511 | "data/verify_name_match_unittest/names/unicode_bmp-UTF8-unmangled.pem", |
| 3512 | "data/verify_name_match_unittest/names/unicode_supplementary-UNIVERSALSTRING-unmangled.pem", |
| 3513 | "data/verify_name_match_unittest/names/unicode_supplementary-UTF8-unmangled.pem", |
| 3514 | "data/verify_name_match_unittest/names/valid-Name-empty.pem", |
| 3515 | "data/verify_name_match_unittest/names/valid-minimal.pem", |
| 3516 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512-spki-params-null.pem", |
| 3517 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512-unused-bits-signature.pem", |
| 3518 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512-using-ecdh-key.pem", |
| 3519 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512-using-ecmqv-key.pem", |
| 3520 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512-using-rsa-algorithm.pem", |
| 3521 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512-wrong-signature-format.pem", |
| 3522 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512.pem", |
| 3523 | "data/verify_signed_data_unittest/ecdsa-secp384r1-sha256-corrupted-data.pem", |
| 3524 | "data/verify_signed_data_unittest/ecdsa-secp384r1-sha256.pem", |
| 3525 | "data/verify_signed_data_unittest/ecdsa-using-rsa-key.pem", |
| 3526 | "data/verify_signed_data_unittest/rsa-pkcs1-sha1-bad-key-der-length.pem", |
| 3527 | "data/verify_signed_data_unittest/rsa-pkcs1-sha1-bad-key-der-null.pem", |
| 3528 | "data/verify_signed_data_unittest/rsa-pkcs1-sha1-key-params-absent.pem", |
| 3529 | "data/verify_signed_data_unittest/rsa-pkcs1-sha1-using-pss-key-no-params.pem", |
| 3530 | "data/verify_signed_data_unittest/rsa-pkcs1-sha1-wrong-algorithm.pem", |
| 3531 | "data/verify_signed_data_unittest/rsa-pkcs1-sha1.pem", |
| 3532 | "data/verify_signed_data_unittest/rsa-pkcs1-sha256-key-encoded-ber.pem", |
| 3533 | "data/verify_signed_data_unittest/rsa-pkcs1-sha256-spki-non-null-params.pem", |
| 3534 | "data/verify_signed_data_unittest/rsa-pkcs1-sha256-using-ecdsa-algorithm.pem", |
| 3535 | "data/verify_signed_data_unittest/rsa-pkcs1-sha256-using-id-ea-rsa.pem", |
| 3536 | "data/verify_signed_data_unittest/rsa-pkcs1-sha256.pem", |
| 3537 | "data/verify_signed_data_unittest/rsa-pss-sha1-salt20-using-pss-key-no-params.pem", |
| 3538 | "data/verify_signed_data_unittest/rsa-pss-sha1-salt20-using-pss-key-with-null-params.pem", |
| 3539 | "data/verify_signed_data_unittest/rsa-pss-sha1-salt20.pem", |
| 3540 | "data/verify_signed_data_unittest/rsa-pss-sha1-wrong-salt.pem", |
| 3541 | "data/verify_signed_data_unittest/rsa-pss-sha256-mgf1-sha512-salt33.pem", |
| 3542 | "data/verify_signed_data_unittest/rsa-pss-sha256-salt10-using-pss-key-with-params.pem", |
| 3543 | "data/verify_signed_data_unittest/rsa-pss-sha256-salt10-using-pss-key-with-wrong-params.pem", |
| 3544 | "data/verify_signed_data_unittest/rsa-pss-sha256-salt10.pem", |
| 3545 | "data/verify_signed_data_unittest/rsa-using-ec-key.pem", |
| 3546 | "data/verify_signed_data_unittest/rsa2048-pkcs1-sha512.pem", |
| 3547 | "third_party/nist-pkits/certs/AllCertificatesNoPoliciesTest2EE.crt", |
| 3548 | "third_party/nist-pkits/certs/AllCertificatesSamePoliciesTest10EE.crt", |
| 3549 | "third_party/nist-pkits/certs/AllCertificatesSamePoliciesTest13EE.crt", |
| 3550 | "third_party/nist-pkits/certs/AllCertificatesanyPolicyTest11EE.crt", |
| 3551 | "third_party/nist-pkits/certs/AnyPolicyTest14EE.crt", |
| 3552 | "third_party/nist-pkits/certs/BadCRLIssuerNameCACert.crt", |
| 3553 | "third_party/nist-pkits/certs/BadCRLSignatureCACert.crt", |
| 3554 | "third_party/nist-pkits/certs/BadSignedCACert.crt", |
| 3555 | "third_party/nist-pkits/certs/BadnotAfterDateCACert.crt", |
| 3556 | "third_party/nist-pkits/certs/BadnotBeforeDateCACert.crt", |
| 3557 | "third_party/nist-pkits/certs/BasicSelfIssuedCRLSigningKeyCACert.crt", |
| 3558 | "third_party/nist-pkits/certs/BasicSelfIssuedCRLSigningKeyCRLCert.crt", |
| 3559 | "third_party/nist-pkits/certs/BasicSelfIssuedNewKeyCACert.crt", |
| 3560 | "third_party/nist-pkits/certs/BasicSelfIssuedNewKeyOldWithNewCACert.crt", |
| 3561 | "third_party/nist-pkits/certs/BasicSelfIssuedOldKeyCACert.crt", |
| 3562 | "third_party/nist-pkits/certs/BasicSelfIssuedOldKeyNewWithOldCACert.crt", |
| 3563 | "third_party/nist-pkits/certs/CPSPointerQualifierTest20EE.crt", |
| 3564 | "third_party/nist-pkits/certs/DSACACert.crt", |
| 3565 | "third_party/nist-pkits/certs/DSAParametersInheritedCACert.crt", |
| 3566 | "third_party/nist-pkits/certs/DifferentPoliciesTest12EE.crt", |
| 3567 | "third_party/nist-pkits/certs/DifferentPoliciesTest3EE.crt", |
| 3568 | "third_party/nist-pkits/certs/DifferentPoliciesTest4EE.crt", |
| 3569 | "third_party/nist-pkits/certs/DifferentPoliciesTest5EE.crt", |
| 3570 | "third_party/nist-pkits/certs/DifferentPoliciesTest7EE.crt", |
| 3571 | "third_party/nist-pkits/certs/DifferentPoliciesTest8EE.crt", |
| 3572 | "third_party/nist-pkits/certs/DifferentPoliciesTest9EE.crt", |
| 3573 | "third_party/nist-pkits/certs/GeneralizedTimeCRLnextUpdateCACert.crt", |
| 3574 | "third_party/nist-pkits/certs/GoodCACert.crt", |
| 3575 | "third_party/nist-pkits/certs/GoodsubCACert.crt", |
| 3576 | "third_party/nist-pkits/certs/GoodsubCAPanyPolicyMapping1to2CACert.crt", |
| 3577 | "third_party/nist-pkits/certs/InvalidBadCRLIssuerNameTest5EE.crt", |
| 3578 | "third_party/nist-pkits/certs/InvalidBadCRLSignatureTest4EE.crt", |
| 3579 | "third_party/nist-pkits/certs/InvalidBasicSelfIssuedCRLSigningKeyTest7EE.crt", |
| 3580 | "third_party/nist-pkits/certs/InvalidBasicSelfIssuedCRLSigningKeyTest8EE.crt", |
| 3581 | "third_party/nist-pkits/certs/InvalidBasicSelfIssuedNewWithOldTest5EE.crt", |
| 3582 | "third_party/nist-pkits/certs/InvalidBasicSelfIssuedOldWithNewTest2EE.crt", |
| 3583 | "third_party/nist-pkits/certs/InvalidCASignatureTest2EE.crt", |
| 3584 | "third_party/nist-pkits/certs/InvalidCAnotAfterDateTest5EE.crt", |
| 3585 | "third_party/nist-pkits/certs/InvalidCAnotBeforeDateTest1EE.crt", |
| 3586 | "third_party/nist-pkits/certs/InvalidDNSnameConstraintsTest31EE.crt", |
| 3587 | "third_party/nist-pkits/certs/InvalidDNSnameConstraintsTest33EE.crt", |
| 3588 | "third_party/nist-pkits/certs/InvalidDNSnameConstraintsTest38EE.crt", |
| 3589 | "third_party/nist-pkits/certs/InvalidDNandRFC822nameConstraintsTest28EE.crt", |
| 3590 | "third_party/nist-pkits/certs/InvalidDNandRFC822nameConstraintsTest29EE.crt", |
| 3591 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest10EE.crt", |
| 3592 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest12EE.crt", |
| 3593 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest13EE.crt", |
| 3594 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest15EE.crt", |
| 3595 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest16EE.crt", |
| 3596 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest17EE.crt", |
| 3597 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest20EE.crt", |
| 3598 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest2EE.crt", |
| 3599 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest3EE.crt", |
| 3600 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest7EE.crt", |
| 3601 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest8EE.crt", |
| 3602 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest9EE.crt", |
| 3603 | "third_party/nist-pkits/certs/InvalidDSASignatureTest6EE.crt", |
| 3604 | "third_party/nist-pkits/certs/InvalidEESignatureTest3EE.crt", |
| 3605 | "third_party/nist-pkits/certs/InvalidEEnotAfterDateTest6EE.crt", |
| 3606 | "third_party/nist-pkits/certs/InvalidEEnotBeforeDateTest2EE.crt", |
| 3607 | "third_party/nist-pkits/certs/InvalidIDPwithindirectCRLTest23EE.crt", |
| 3608 | "third_party/nist-pkits/certs/InvalidIDPwithindirectCRLTest26EE.crt", |
| 3609 | "third_party/nist-pkits/certs/InvalidLongSerialNumberTest18EE.crt", |
| 3610 | "third_party/nist-pkits/certs/InvalidMappingFromanyPolicyTest7EE.crt", |
| 3611 | "third_party/nist-pkits/certs/InvalidMappingToanyPolicyTest8EE.crt", |
| 3612 | "third_party/nist-pkits/certs/InvalidMissingCRLTest1EE.crt", |
| 3613 | "third_party/nist-pkits/certs/InvalidMissingbasicConstraintsTest1EE.crt", |
| 3614 | "third_party/nist-pkits/certs/InvalidNameChainingOrderTest2EE.crt", |
| 3615 | "third_party/nist-pkits/certs/InvalidNameChainingTest1EE.crt", |
| 3616 | "third_party/nist-pkits/certs/InvalidNegativeSerialNumberTest15EE.crt", |
| 3617 | "third_party/nist-pkits/certs/InvalidOldCRLnextUpdateTest11EE.crt", |
| 3618 | "third_party/nist-pkits/certs/InvalidPolicyMappingTest10EE.crt", |
| 3619 | "third_party/nist-pkits/certs/InvalidPolicyMappingTest2EE.crt", |
| 3620 | "third_party/nist-pkits/certs/InvalidPolicyMappingTest4EE.crt", |
| 3621 | "third_party/nist-pkits/certs/InvalidRFC822nameConstraintsTest22EE.crt", |
| 3622 | "third_party/nist-pkits/certs/InvalidRFC822nameConstraintsTest24EE.crt", |
| 3623 | "third_party/nist-pkits/certs/InvalidRFC822nameConstraintsTest26EE.crt", |
| 3624 | "third_party/nist-pkits/certs/InvalidRevokedCATest2EE.crt", |
| 3625 | "third_party/nist-pkits/certs/InvalidRevokedEETest3EE.crt", |
| 3626 | "third_party/nist-pkits/certs/InvalidSelfIssuedinhibitAnyPolicyTest10EE.crt", |
| 3627 | "third_party/nist-pkits/certs/InvalidSelfIssuedinhibitAnyPolicyTest8EE.crt", |
| 3628 | "third_party/nist-pkits/certs/InvalidSelfIssuedinhibitPolicyMappingTest10EE.crt", |
| 3629 | "third_party/nist-pkits/certs/InvalidSelfIssuedinhibitPolicyMappingTest11EE.crt", |
| 3630 | "third_party/nist-pkits/certs/InvalidSelfIssuedinhibitPolicyMappingTest8EE.crt", |
| 3631 | "third_party/nist-pkits/certs/InvalidSelfIssuedinhibitPolicyMappingTest9EE.crt", |
| 3632 | "third_party/nist-pkits/certs/InvalidSelfIssuedpathLenConstraintTest16EE.crt", |
| 3633 | "third_party/nist-pkits/certs/InvalidSelfIssuedrequireExplicitPolicyTest7EE.crt", |
| 3634 | "third_party/nist-pkits/certs/InvalidSelfIssuedrequireExplicitPolicyTest8EE.crt", |
| 3635 | "third_party/nist-pkits/certs/InvalidSeparateCertificateandCRLKeysTest20EE.crt", |
| 3636 | "third_party/nist-pkits/certs/InvalidSeparateCertificateandCRLKeysTest21EE.crt", |
| 3637 | "third_party/nist-pkits/certs/InvalidURInameConstraintsTest35EE.crt", |
| 3638 | "third_party/nist-pkits/certs/InvalidURInameConstraintsTest37EE.crt", |
| 3639 | "third_party/nist-pkits/certs/InvalidUnknownCRLEntryExtensionTest8EE.crt", |
| 3640 | "third_party/nist-pkits/certs/InvalidUnknownCRLExtensionTest10EE.crt", |
| 3641 | "third_party/nist-pkits/certs/InvalidUnknownCRLExtensionTest9EE.crt", |
| 3642 | "third_party/nist-pkits/certs/InvalidUnknownCriticalCertificateExtensionTest2EE.crt", |
| 3643 | "third_party/nist-pkits/certs/InvalidWrongCRLTest6EE.crt", |
| 3644 | "third_party/nist-pkits/certs/InvalidcAFalseTest2EE.crt", |
| 3645 | "third_party/nist-pkits/certs/InvalidcAFalseTest3EE.crt", |
| 3646 | "third_party/nist-pkits/certs/InvalidcRLIssuerTest27EE.crt", |
| 3647 | "third_party/nist-pkits/certs/InvalidcRLIssuerTest31EE.crt", |
| 3648 | "third_party/nist-pkits/certs/InvalidcRLIssuerTest32EE.crt", |
| 3649 | "third_party/nist-pkits/certs/InvalidcRLIssuerTest34EE.crt", |
| 3650 | "third_party/nist-pkits/certs/InvalidcRLIssuerTest35EE.crt", |
| 3651 | "third_party/nist-pkits/certs/InvaliddeltaCRLIndicatorNoBaseTest1EE.crt", |
| 3652 | "third_party/nist-pkits/certs/InvaliddeltaCRLTest10EE.crt", |
| 3653 | "third_party/nist-pkits/certs/InvaliddeltaCRLTest3EE.crt", |
| 3654 | "third_party/nist-pkits/certs/InvaliddeltaCRLTest4EE.crt", |
| 3655 | "third_party/nist-pkits/certs/InvaliddeltaCRLTest6EE.crt", |
| 3656 | "third_party/nist-pkits/certs/InvaliddeltaCRLTest9EE.crt", |
| 3657 | "third_party/nist-pkits/certs/InvaliddistributionPointTest2EE.crt", |
| 3658 | "third_party/nist-pkits/certs/InvaliddistributionPointTest3EE.crt", |
| 3659 | "third_party/nist-pkits/certs/InvaliddistributionPointTest6EE.crt", |
| 3660 | "third_party/nist-pkits/certs/InvaliddistributionPointTest8EE.crt", |
| 3661 | "third_party/nist-pkits/certs/InvaliddistributionPointTest9EE.crt", |
| 3662 | "third_party/nist-pkits/certs/InvalidinhibitAnyPolicyTest1EE.crt", |
| 3663 | "third_party/nist-pkits/certs/InvalidinhibitAnyPolicyTest4EE.crt", |
| 3664 | "third_party/nist-pkits/certs/InvalidinhibitAnyPolicyTest5EE.crt", |
| 3665 | "third_party/nist-pkits/certs/InvalidinhibitAnyPolicyTest6EE.crt", |
| 3666 | "third_party/nist-pkits/certs/InvalidinhibitPolicyMappingTest1EE.crt", |
| 3667 | "third_party/nist-pkits/certs/InvalidinhibitPolicyMappingTest3EE.crt", |
| 3668 | "third_party/nist-pkits/certs/InvalidinhibitPolicyMappingTest5EE.crt", |
| 3669 | "third_party/nist-pkits/certs/InvalidinhibitPolicyMappingTest6EE.crt", |
| 3670 | "third_party/nist-pkits/certs/InvalidkeyUsageCriticalcRLSignFalseTest4EE.crt", |
| 3671 | "third_party/nist-pkits/certs/InvalidkeyUsageCriticalkeyCertSignFalseTest1EE.crt", |
| 3672 | "third_party/nist-pkits/certs/InvalidkeyUsageNotCriticalcRLSignFalseTest5EE.crt", |
| 3673 | "third_party/nist-pkits/certs/InvalidkeyUsageNotCriticalkeyCertSignFalseTest2EE.crt", |
| 3674 | "third_party/nist-pkits/certs/InvalidonlyContainsAttributeCertsTest14EE.crt", |
| 3675 | "third_party/nist-pkits/certs/InvalidonlyContainsCACertsTest12EE.crt", |
| 3676 | "third_party/nist-pkits/certs/InvalidonlyContainsUserCertsTest11EE.crt", |
| 3677 | "third_party/nist-pkits/certs/InvalidonlySomeReasonsTest15EE.crt", |
| 3678 | "third_party/nist-pkits/certs/InvalidonlySomeReasonsTest16EE.crt", |
| 3679 | "third_party/nist-pkits/certs/InvalidonlySomeReasonsTest17EE.crt", |
| 3680 | "third_party/nist-pkits/certs/InvalidonlySomeReasonsTest20EE.crt", |
| 3681 | "third_party/nist-pkits/certs/InvalidonlySomeReasonsTest21EE.crt", |
| 3682 | "third_party/nist-pkits/certs/InvalidpathLenConstraintTest10EE.crt", |
| 3683 | "third_party/nist-pkits/certs/InvalidpathLenConstraintTest11EE.crt", |
| 3684 | "third_party/nist-pkits/certs/InvalidpathLenConstraintTest12EE.crt", |
| 3685 | "third_party/nist-pkits/certs/InvalidpathLenConstraintTest5EE.crt", |
| 3686 | "third_party/nist-pkits/certs/InvalidpathLenConstraintTest6EE.crt", |
| 3687 | "third_party/nist-pkits/certs/InvalidpathLenConstraintTest9EE.crt", |
| 3688 | "third_party/nist-pkits/certs/Invalidpre2000CRLnextUpdateTest12EE.crt", |
| 3689 | "third_party/nist-pkits/certs/Invalidpre2000UTCEEnotAfterDateTest7EE.crt", |
| 3690 | "third_party/nist-pkits/certs/InvalidrequireExplicitPolicyTest3EE.crt", |
| 3691 | "third_party/nist-pkits/certs/InvalidrequireExplicitPolicyTest5EE.crt", |
| 3692 | "third_party/nist-pkits/certs/LongSerialNumberCACert.crt", |
| 3693 | "third_party/nist-pkits/certs/Mapping1to2CACert.crt", |
| 3694 | "third_party/nist-pkits/certs/MappingFromanyPolicyCACert.crt", |
| 3695 | "third_party/nist-pkits/certs/MappingToanyPolicyCACert.crt", |
| 3696 | "third_party/nist-pkits/certs/MissingbasicConstraintsCACert.crt", |
| 3697 | "third_party/nist-pkits/certs/NameOrderingCACert.crt", |
| 3698 | "third_party/nist-pkits/certs/NegativeSerialNumberCACert.crt", |
| 3699 | "third_party/nist-pkits/certs/NoCRLCACert.crt", |
| 3700 | "third_party/nist-pkits/certs/NoPoliciesCACert.crt", |
| 3701 | "third_party/nist-pkits/certs/NoissuingDistributionPointCACert.crt", |
| 3702 | "third_party/nist-pkits/certs/OldCRLnextUpdateCACert.crt", |
| 3703 | "third_party/nist-pkits/certs/OverlappingPoliciesTest6EE.crt", |
| 3704 | "third_party/nist-pkits/certs/P12Mapping1to3CACert.crt", |
| 3705 | "third_party/nist-pkits/certs/P12Mapping1to3subCACert.crt", |
| 3706 | "third_party/nist-pkits/certs/P12Mapping1to3subsubCACert.crt", |
| 3707 | "third_party/nist-pkits/certs/P1Mapping1to234CACert.crt", |
| 3708 | "third_party/nist-pkits/certs/P1Mapping1to234subCACert.crt", |
| 3709 | "third_party/nist-pkits/certs/P1anyPolicyMapping1to2CACert.crt", |
| 3710 | "third_party/nist-pkits/certs/PanyPolicyMapping1to2CACert.crt", |
| 3711 | "third_party/nist-pkits/certs/PoliciesP1234CACert.crt", |
| 3712 | "third_party/nist-pkits/certs/PoliciesP1234subCAP123Cert.crt", |
| 3713 | "third_party/nist-pkits/certs/PoliciesP1234subsubCAP123P12Cert.crt", |
| 3714 | "third_party/nist-pkits/certs/PoliciesP123CACert.crt", |
| 3715 | "third_party/nist-pkits/certs/PoliciesP123subCAP12Cert.crt", |
| 3716 | "third_party/nist-pkits/certs/PoliciesP123subsubCAP12P1Cert.crt", |
| 3717 | "third_party/nist-pkits/certs/PoliciesP123subsubCAP12P2Cert.crt", |
| 3718 | "third_party/nist-pkits/certs/PoliciesP123subsubsubCAP12P2P1Cert.crt", |
| 3719 | "third_party/nist-pkits/certs/PoliciesP12CACert.crt", |
| 3720 | "third_party/nist-pkits/certs/PoliciesP12subCAP1Cert.crt", |
| 3721 | "third_party/nist-pkits/certs/PoliciesP12subsubCAP1P2Cert.crt", |
| 3722 | "third_party/nist-pkits/certs/PoliciesP2subCA2Cert.crt", |
| 3723 | "third_party/nist-pkits/certs/PoliciesP2subCACert.crt", |
| 3724 | "third_party/nist-pkits/certs/PoliciesP3CACert.crt", |
| 3725 | "third_party/nist-pkits/certs/RFC3280MandatoryAttributeTypesCACert.crt", |
| 3726 | "third_party/nist-pkits/certs/RFC3280OptionalAttributeTypesCACert.crt", |
| 3727 | "third_party/nist-pkits/certs/RevokedsubCACert.crt", |
| 3728 | "third_party/nist-pkits/certs/RolloverfromPrintableStringtoUTF8StringCACert.crt", |
| 3729 | "third_party/nist-pkits/certs/SeparateCertificateandCRLKeysCA2CRLSigningCert.crt", |
| 3730 | "third_party/nist-pkits/certs/SeparateCertificateandCRLKeysCA2CertificateSigningCACert.crt", |
| 3731 | "third_party/nist-pkits/certs/SeparateCertificateandCRLKeysCRLSigningCert.crt", |
| 3732 | "third_party/nist-pkits/certs/SeparateCertificateandCRLKeysCertificateSigningCACert.crt", |
| 3733 | "third_party/nist-pkits/certs/TrustAnchorRootCertificate.crt", |
| 3734 | "third_party/nist-pkits/certs/TwoCRLsCACert.crt", |
| 3735 | "third_party/nist-pkits/certs/UIDCACert.crt", |
| 3736 | "third_party/nist-pkits/certs/UTF8StringCaseInsensitiveMatchCACert.crt", |
| 3737 | "third_party/nist-pkits/certs/UTF8StringEncodedNamesCACert.crt", |
| 3738 | "third_party/nist-pkits/certs/UnknownCRLEntryExtensionCACert.crt", |
| 3739 | "third_party/nist-pkits/certs/UnknownCRLExtensionCACert.crt", |
| 3740 | "third_party/nist-pkits/certs/UserNoticeQualifierTest15EE.crt", |
| 3741 | "third_party/nist-pkits/certs/UserNoticeQualifierTest16EE.crt", |
| 3742 | "third_party/nist-pkits/certs/UserNoticeQualifierTest17EE.crt", |
| 3743 | "third_party/nist-pkits/certs/UserNoticeQualifierTest18EE.crt", |
| 3744 | "third_party/nist-pkits/certs/UserNoticeQualifierTest19EE.crt", |
| 3745 | "third_party/nist-pkits/certs/ValidBasicSelfIssuedCRLSigningKeyTest6EE.crt", |
| 3746 | "third_party/nist-pkits/certs/ValidBasicSelfIssuedNewWithOldTest3EE.crt", |
| 3747 | "third_party/nist-pkits/certs/ValidBasicSelfIssuedNewWithOldTest4EE.crt", |
| 3748 | "third_party/nist-pkits/certs/ValidBasicSelfIssuedOldWithNewTest1EE.crt", |
| 3749 | "third_party/nist-pkits/certs/ValidCertificatePathTest1EE.crt", |
| 3750 | "third_party/nist-pkits/certs/ValidDNSnameConstraintsTest30EE.crt", |
| 3751 | "third_party/nist-pkits/certs/ValidDNSnameConstraintsTest32EE.crt", |
| 3752 | "third_party/nist-pkits/certs/ValidDNandRFC822nameConstraintsTest27EE.crt", |
| 3753 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest11EE.crt", |
| 3754 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest14EE.crt", |
| 3755 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest18EE.crt", |
| 3756 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest19EE.crt", |
| 3757 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest1EE.crt", |
| 3758 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest4EE.crt", |
| 3759 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest5EE.crt", |
| 3760 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest6EE.crt", |
| 3761 | "third_party/nist-pkits/certs/ValidDSAParameterInheritanceTest5EE.crt", |
| 3762 | "third_party/nist-pkits/certs/ValidDSASignaturesTest4EE.crt", |
| 3763 | "third_party/nist-pkits/certs/ValidGeneralizedTimeCRLnextUpdateTest13EE.crt", |
| 3764 | "third_party/nist-pkits/certs/ValidGeneralizedTimenotAfterDateTest8EE.crt", |
| 3765 | "third_party/nist-pkits/certs/ValidGeneralizedTimenotBeforeDateTest4EE.crt", |
| 3766 | "third_party/nist-pkits/certs/ValidIDPwithindirectCRLTest22EE.crt", |
| 3767 | "third_party/nist-pkits/certs/ValidIDPwithindirectCRLTest24EE.crt", |
| 3768 | "third_party/nist-pkits/certs/ValidIDPwithindirectCRLTest25EE.crt", |
| 3769 | "third_party/nist-pkits/certs/ValidLongSerialNumberTest16EE.crt", |
| 3770 | "third_party/nist-pkits/certs/ValidLongSerialNumberTest17EE.crt", |
| 3771 | "third_party/nist-pkits/certs/ValidNameChainingCapitalizationTest5EE.crt", |
| 3772 | "third_party/nist-pkits/certs/ValidNameChainingWhitespaceTest3EE.crt", |
| 3773 | "third_party/nist-pkits/certs/ValidNameChainingWhitespaceTest4EE.crt", |
| 3774 | "third_party/nist-pkits/certs/ValidNameUIDsTest6EE.crt", |
| 3775 | "third_party/nist-pkits/certs/ValidNegativeSerialNumberTest14EE.crt", |
| 3776 | "third_party/nist-pkits/certs/ValidNoissuingDistributionPointTest10EE.crt", |
| 3777 | "third_party/nist-pkits/certs/ValidPolicyMappingTest11EE.crt", |
| 3778 | "third_party/nist-pkits/certs/ValidPolicyMappingTest12EE.crt", |
| 3779 | "third_party/nist-pkits/certs/ValidPolicyMappingTest13EE.crt", |
| 3780 | "third_party/nist-pkits/certs/ValidPolicyMappingTest14EE.crt", |
| 3781 | "third_party/nist-pkits/certs/ValidPolicyMappingTest1EE.crt", |
| 3782 | "third_party/nist-pkits/certs/ValidPolicyMappingTest3EE.crt", |
| 3783 | "third_party/nist-pkits/certs/ValidPolicyMappingTest5EE.crt", |
| 3784 | "third_party/nist-pkits/certs/ValidPolicyMappingTest6EE.crt", |
| 3785 | "third_party/nist-pkits/certs/ValidPolicyMappingTest9EE.crt", |
| 3786 | "third_party/nist-pkits/certs/ValidRFC3280MandatoryAttributeTypesTest7EE.crt", |
| 3787 | "third_party/nist-pkits/certs/ValidRFC3280OptionalAttributeTypesTest8EE.crt", |
| 3788 | "third_party/nist-pkits/certs/ValidRFC822nameConstraintsTest21EE.crt", |
| 3789 | "third_party/nist-pkits/certs/ValidRFC822nameConstraintsTest23EE.crt", |
| 3790 | "third_party/nist-pkits/certs/ValidRFC822nameConstraintsTest25EE.crt", |
| 3791 | "third_party/nist-pkits/certs/ValidRolloverfromPrintableStringtoUTF8StringTest10EE.crt", |
| 3792 | "third_party/nist-pkits/certs/ValidSelfIssuedinhibitAnyPolicyTest7EE.crt", |
| 3793 | "third_party/nist-pkits/certs/ValidSelfIssuedinhibitAnyPolicyTest9EE.crt", |
| 3794 | "third_party/nist-pkits/certs/ValidSelfIssuedinhibitPolicyMappingTest7EE.crt", |
| 3795 | "third_party/nist-pkits/certs/ValidSelfIssuedpathLenConstraintTest15EE.crt", |
| 3796 | "third_party/nist-pkits/certs/ValidSelfIssuedpathLenConstraintTest17EE.crt", |
| 3797 | "third_party/nist-pkits/certs/ValidSelfIssuedrequireExplicitPolicyTest6EE.crt", |
| 3798 | "third_party/nist-pkits/certs/ValidSeparateCertificateandCRLKeysTest19EE.crt", |
| 3799 | "third_party/nist-pkits/certs/ValidTwoCRLsTest7EE.crt", |
| 3800 | "third_party/nist-pkits/certs/ValidURInameConstraintsTest34EE.crt", |
| 3801 | "third_party/nist-pkits/certs/ValidURInameConstraintsTest36EE.crt", |
| 3802 | "third_party/nist-pkits/certs/ValidUTF8StringCaseInsensitiveMatchTest11EE.crt", |
| 3803 | "third_party/nist-pkits/certs/ValidUTF8StringEncodedNamesTest9EE.crt", |
| 3804 | "third_party/nist-pkits/certs/ValidUnknownNotCriticalCertificateExtensionTest1EE.crt", |
| 3805 | "third_party/nist-pkits/certs/ValidbasicConstraintsNotCriticalTest4EE.crt", |
| 3806 | "third_party/nist-pkits/certs/ValidcRLIssuerTest28EE.crt", |
| 3807 | "third_party/nist-pkits/certs/ValidcRLIssuerTest29EE.crt", |
| 3808 | "third_party/nist-pkits/certs/ValidcRLIssuerTest30EE.crt", |
| 3809 | "third_party/nist-pkits/certs/ValidcRLIssuerTest33EE.crt", |
| 3810 | "third_party/nist-pkits/certs/ValiddeltaCRLTest2EE.crt", |
| 3811 | "third_party/nist-pkits/certs/ValiddeltaCRLTest5EE.crt", |
| 3812 | "third_party/nist-pkits/certs/ValiddeltaCRLTest7EE.crt", |
| 3813 | "third_party/nist-pkits/certs/ValiddeltaCRLTest8EE.crt", |
| 3814 | "third_party/nist-pkits/certs/ValiddistributionPointTest1EE.crt", |
| 3815 | "third_party/nist-pkits/certs/ValiddistributionPointTest4EE.crt", |
| 3816 | "third_party/nist-pkits/certs/ValiddistributionPointTest5EE.crt", |
| 3817 | "third_party/nist-pkits/certs/ValiddistributionPointTest7EE.crt", |
| 3818 | "third_party/nist-pkits/certs/ValidinhibitAnyPolicyTest2EE.crt", |
| 3819 | "third_party/nist-pkits/certs/ValidinhibitPolicyMappingTest2EE.crt", |
| 3820 | "third_party/nist-pkits/certs/ValidinhibitPolicyMappingTest4EE.crt", |
| 3821 | "third_party/nist-pkits/certs/ValidkeyUsageNotCriticalTest3EE.crt", |
| 3822 | "third_party/nist-pkits/certs/ValidonlyContainsCACertsTest13EE.crt", |
| 3823 | "third_party/nist-pkits/certs/ValidonlySomeReasonsTest18EE.crt", |
| 3824 | "third_party/nist-pkits/certs/ValidonlySomeReasonsTest19EE.crt", |
| 3825 | "third_party/nist-pkits/certs/ValidpathLenConstraintTest13EE.crt", |
| 3826 | "third_party/nist-pkits/certs/ValidpathLenConstraintTest14EE.crt", |
| 3827 | "third_party/nist-pkits/certs/ValidpathLenConstraintTest7EE.crt", |
| 3828 | "third_party/nist-pkits/certs/ValidpathLenConstraintTest8EE.crt", |
| 3829 | "third_party/nist-pkits/certs/Validpre2000UTCnotBeforeDateTest3EE.crt", |
| 3830 | "third_party/nist-pkits/certs/ValidrequireExplicitPolicyTest1EE.crt", |
| 3831 | "third_party/nist-pkits/certs/ValidrequireExplicitPolicyTest2EE.crt", |
| 3832 | "third_party/nist-pkits/certs/ValidrequireExplicitPolicyTest4EE.crt", |
| 3833 | "third_party/nist-pkits/certs/WrongCRLCACert.crt", |
| 3834 | "third_party/nist-pkits/certs/anyPolicyCACert.crt", |
| 3835 | "third_party/nist-pkits/certs/basicConstraintsCriticalcAFalseCACert.crt", |
| 3836 | "third_party/nist-pkits/certs/basicConstraintsNotCriticalCACert.crt", |
| 3837 | "third_party/nist-pkits/certs/basicConstraintsNotCriticalcAFalseCACert.crt", |
| 3838 | "third_party/nist-pkits/certs/deltaCRLCA1Cert.crt", |
| 3839 | "third_party/nist-pkits/certs/deltaCRLCA2Cert.crt", |
| 3840 | "third_party/nist-pkits/certs/deltaCRLCA3Cert.crt", |
| 3841 | "third_party/nist-pkits/certs/deltaCRLIndicatorNoBaseCACert.crt", |
| 3842 | "third_party/nist-pkits/certs/distributionPoint1CACert.crt", |
| 3843 | "third_party/nist-pkits/certs/distributionPoint2CACert.crt", |
| 3844 | "third_party/nist-pkits/certs/indirectCRLCA1Cert.crt", |
| 3845 | "third_party/nist-pkits/certs/indirectCRLCA2Cert.crt", |
| 3846 | "third_party/nist-pkits/certs/indirectCRLCA3Cert.crt", |
| 3847 | "third_party/nist-pkits/certs/indirectCRLCA3cRLIssuerCert.crt", |
| 3848 | "third_party/nist-pkits/certs/indirectCRLCA4Cert.crt", |
| 3849 | "third_party/nist-pkits/certs/indirectCRLCA4cRLIssuerCert.crt", |
| 3850 | "third_party/nist-pkits/certs/indirectCRLCA5Cert.crt", |
| 3851 | "third_party/nist-pkits/certs/indirectCRLCA6Cert.crt", |
| 3852 | "third_party/nist-pkits/certs/inhibitAnyPolicy0CACert.crt", |
| 3853 | "third_party/nist-pkits/certs/inhibitAnyPolicy1CACert.crt", |
| 3854 | "third_party/nist-pkits/certs/inhibitAnyPolicy1SelfIssuedCACert.crt", |
| 3855 | "third_party/nist-pkits/certs/inhibitAnyPolicy1SelfIssuedsubCA2Cert.crt", |
| 3856 | "third_party/nist-pkits/certs/inhibitAnyPolicy1subCA1Cert.crt", |
| 3857 | "third_party/nist-pkits/certs/inhibitAnyPolicy1subCA2Cert.crt", |
| 3858 | "third_party/nist-pkits/certs/inhibitAnyPolicy1subCAIAP5Cert.crt", |
| 3859 | "third_party/nist-pkits/certs/inhibitAnyPolicy1subsubCA2Cert.crt", |
| 3860 | "third_party/nist-pkits/certs/inhibitAnyPolicy5CACert.crt", |
| 3861 | "third_party/nist-pkits/certs/inhibitAnyPolicy5subCACert.crt", |
| 3862 | "third_party/nist-pkits/certs/inhibitAnyPolicy5subsubCACert.crt", |
| 3863 | "third_party/nist-pkits/certs/inhibitAnyPolicyTest3EE.crt", |
| 3864 | "third_party/nist-pkits/certs/inhibitPolicyMapping0CACert.crt", |
| 3865 | "third_party/nist-pkits/certs/inhibitPolicyMapping0subCACert.crt", |
| 3866 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P12CACert.crt", |
| 3867 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P12subCACert.crt", |
| 3868 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P12subCAIPM5Cert.crt", |
| 3869 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P12subsubCACert.crt", |
| 3870 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P12subsubCAIPM5Cert.crt", |
| 3871 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P1CACert.crt", |
| 3872 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P1SelfIssuedCACert.crt", |
| 3873 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P1SelfIssuedsubCACert.crt", |
| 3874 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P1subCACert.crt", |
| 3875 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P1subsubCACert.crt", |
| 3876 | "third_party/nist-pkits/certs/inhibitPolicyMapping5CACert.crt", |
| 3877 | "third_party/nist-pkits/certs/inhibitPolicyMapping5subCACert.crt", |
| 3878 | "third_party/nist-pkits/certs/inhibitPolicyMapping5subsubCACert.crt", |
| 3879 | "third_party/nist-pkits/certs/inhibitPolicyMapping5subsubsubCACert.crt", |
| 3880 | "third_party/nist-pkits/certs/keyUsageCriticalcRLSignFalseCACert.crt", |
| 3881 | "third_party/nist-pkits/certs/keyUsageCriticalkeyCertSignFalseCACert.crt", |
| 3882 | "third_party/nist-pkits/certs/keyUsageNotCriticalCACert.crt", |
| 3883 | "third_party/nist-pkits/certs/keyUsageNotCriticalcRLSignFalseCACert.crt", |
| 3884 | "third_party/nist-pkits/certs/keyUsageNotCriticalkeyCertSignFalseCACert.crt", |
| 3885 | "third_party/nist-pkits/certs/nameConstraintsDN1CACert.crt", |
| 3886 | "third_party/nist-pkits/certs/nameConstraintsDN1SelfIssuedCACert.crt", |
| 3887 | "third_party/nist-pkits/certs/nameConstraintsDN1subCA1Cert.crt", |
| 3888 | "third_party/nist-pkits/certs/nameConstraintsDN1subCA2Cert.crt", |
| 3889 | "third_party/nist-pkits/certs/nameConstraintsDN1subCA3Cert.crt", |
| 3890 | "third_party/nist-pkits/certs/nameConstraintsDN2CACert.crt", |
| 3891 | "third_party/nist-pkits/certs/nameConstraintsDN3CACert.crt", |
| 3892 | "third_party/nist-pkits/certs/nameConstraintsDN3subCA1Cert.crt", |
| 3893 | "third_party/nist-pkits/certs/nameConstraintsDN3subCA2Cert.crt", |
| 3894 | "third_party/nist-pkits/certs/nameConstraintsDN4CACert.crt", |
| 3895 | "third_party/nist-pkits/certs/nameConstraintsDN5CACert.crt", |
| 3896 | "third_party/nist-pkits/certs/nameConstraintsDNS1CACert.crt", |
| 3897 | "third_party/nist-pkits/certs/nameConstraintsDNS2CACert.crt", |
| 3898 | "third_party/nist-pkits/certs/nameConstraintsRFC822CA1Cert.crt", |
| 3899 | "third_party/nist-pkits/certs/nameConstraintsRFC822CA2Cert.crt", |
| 3900 | "third_party/nist-pkits/certs/nameConstraintsRFC822CA3Cert.crt", |
| 3901 | "third_party/nist-pkits/certs/nameConstraintsURI1CACert.crt", |
| 3902 | "third_party/nist-pkits/certs/nameConstraintsURI2CACert.crt", |
| 3903 | "third_party/nist-pkits/certs/onlyContainsAttributeCertsCACert.crt", |
| 3904 | "third_party/nist-pkits/certs/onlyContainsCACertsCACert.crt", |
| 3905 | "third_party/nist-pkits/certs/onlyContainsUserCertsCACert.crt", |
| 3906 | "third_party/nist-pkits/certs/onlySomeReasonsCA1Cert.crt", |
| 3907 | "third_party/nist-pkits/certs/onlySomeReasonsCA2Cert.crt", |
| 3908 | "third_party/nist-pkits/certs/onlySomeReasonsCA3Cert.crt", |
| 3909 | "third_party/nist-pkits/certs/onlySomeReasonsCA4Cert.crt", |
| 3910 | "third_party/nist-pkits/certs/pathLenConstraint0CACert.crt", |
| 3911 | "third_party/nist-pkits/certs/pathLenConstraint0SelfIssuedCACert.crt", |
| 3912 | "third_party/nist-pkits/certs/pathLenConstraint0subCA2Cert.crt", |
| 3913 | "third_party/nist-pkits/certs/pathLenConstraint0subCACert.crt", |
| 3914 | "third_party/nist-pkits/certs/pathLenConstraint1CACert.crt", |
| 3915 | "third_party/nist-pkits/certs/pathLenConstraint1SelfIssuedCACert.crt", |
| 3916 | "third_party/nist-pkits/certs/pathLenConstraint1SelfIssuedsubCACert.crt", |
| 3917 | "third_party/nist-pkits/certs/pathLenConstraint1subCACert.crt", |
| 3918 | "third_party/nist-pkits/certs/pathLenConstraint6CACert.crt", |
| 3919 | "third_party/nist-pkits/certs/pathLenConstraint6subCA0Cert.crt", |
| 3920 | "third_party/nist-pkits/certs/pathLenConstraint6subCA1Cert.crt", |
| 3921 | "third_party/nist-pkits/certs/pathLenConstraint6subCA4Cert.crt", |
| 3922 | "third_party/nist-pkits/certs/pathLenConstraint6subsubCA00Cert.crt", |
| 3923 | "third_party/nist-pkits/certs/pathLenConstraint6subsubCA11Cert.crt", |
| 3924 | "third_party/nist-pkits/certs/pathLenConstraint6subsubCA41Cert.crt", |
| 3925 | "third_party/nist-pkits/certs/pathLenConstraint6subsubsubCA11XCert.crt", |
| 3926 | "third_party/nist-pkits/certs/pathLenConstraint6subsubsubCA41XCert.crt", |
| 3927 | "third_party/nist-pkits/certs/pre2000CRLnextUpdateCACert.crt", |
| 3928 | "third_party/nist-pkits/certs/requireExplicitPolicy0CACert.crt", |
| 3929 | "third_party/nist-pkits/certs/requireExplicitPolicy0subCACert.crt", |
| 3930 | "third_party/nist-pkits/certs/requireExplicitPolicy0subsubCACert.crt", |
| 3931 | "third_party/nist-pkits/certs/requireExplicitPolicy0subsubsubCACert.crt", |
| 3932 | "third_party/nist-pkits/certs/requireExplicitPolicy10CACert.crt", |
| 3933 | "third_party/nist-pkits/certs/requireExplicitPolicy10subCACert.crt", |
| 3934 | "third_party/nist-pkits/certs/requireExplicitPolicy10subsubCACert.crt", |
| 3935 | "third_party/nist-pkits/certs/requireExplicitPolicy10subsubsubCACert.crt", |
| 3936 | "third_party/nist-pkits/certs/requireExplicitPolicy2CACert.crt", |
| 3937 | "third_party/nist-pkits/certs/requireExplicitPolicy2SelfIssuedCACert.crt", |
| 3938 | "third_party/nist-pkits/certs/requireExplicitPolicy2SelfIssuedsubCACert.crt", |
| 3939 | "third_party/nist-pkits/certs/requireExplicitPolicy2subCACert.crt", |
| 3940 | "third_party/nist-pkits/certs/requireExplicitPolicy4CACert.crt", |
| 3941 | "third_party/nist-pkits/certs/requireExplicitPolicy4subCACert.crt", |
| 3942 | "third_party/nist-pkits/certs/requireExplicitPolicy4subsubCACert.crt", |
| 3943 | "third_party/nist-pkits/certs/requireExplicitPolicy4subsubsubCACert.crt", |
| 3944 | "third_party/nist-pkits/certs/requireExplicitPolicy5CACert.crt", |
| 3945 | "third_party/nist-pkits/certs/requireExplicitPolicy5subCACert.crt", |
| 3946 | "third_party/nist-pkits/certs/requireExplicitPolicy5subsubCACert.crt", |
| 3947 | "third_party/nist-pkits/certs/requireExplicitPolicy5subsubsubCACert.crt", |
| 3948 | "third_party/nist-pkits/certs/requireExplicitPolicy7CACert.crt", |
| 3949 | "third_party/nist-pkits/certs/requireExplicitPolicy7subCARE2Cert.crt", |
| 3950 | "third_party/nist-pkits/certs/requireExplicitPolicy7subsubCARE2RE4Cert.crt", |
| 3951 | "third_party/nist-pkits/certs/requireExplicitPolicy7subsubsubCARE2RE4Cert.crt", |
| 3952 | "third_party/nist-pkits/crls/BadCRLIssuerNameCACRL.crl", |
| 3953 | "third_party/nist-pkits/crls/BadCRLSignatureCACRL.crl", |
| 3954 | "third_party/nist-pkits/crls/BadSignedCACRL.crl", |
| 3955 | "third_party/nist-pkits/crls/BadnotAfterDateCACRL.crl", |
| 3956 | "third_party/nist-pkits/crls/BadnotBeforeDateCACRL.crl", |
| 3957 | "third_party/nist-pkits/crls/BasicSelfIssuedCRLSigningKeyCACRL.crl", |
| 3958 | "third_party/nist-pkits/crls/BasicSelfIssuedCRLSigningKeyCRLCertCRL.crl", |
| 3959 | "third_party/nist-pkits/crls/BasicSelfIssuedNewKeyCACRL.crl", |
| 3960 | "third_party/nist-pkits/crls/BasicSelfIssuedOldKeyCACRL.crl", |
| 3961 | "third_party/nist-pkits/crls/BasicSelfIssuedOldKeySelfIssuedCertCRL.crl", |
| 3962 | "third_party/nist-pkits/crls/DSACACRL.crl", |
| 3963 | "third_party/nist-pkits/crls/DSAParametersInheritedCACRL.crl", |
| 3964 | "third_party/nist-pkits/crls/GeneralizedTimeCRLnextUpdateCACRL.crl", |
| 3965 | "third_party/nist-pkits/crls/GoodCACRL.crl", |
| 3966 | "third_party/nist-pkits/crls/GoodsubCACRL.crl", |
| 3967 | "third_party/nist-pkits/crls/GoodsubCAPanyPolicyMapping1to2CACRL.crl", |
| 3968 | "third_party/nist-pkits/crls/LongSerialNumberCACRL.crl", |
| 3969 | "third_party/nist-pkits/crls/Mapping1to2CACRL.crl", |
| 3970 | "third_party/nist-pkits/crls/MappingFromanyPolicyCACRL.crl", |
| 3971 | "third_party/nist-pkits/crls/MappingToanyPolicyCACRL.crl", |
| 3972 | "third_party/nist-pkits/crls/MissingbasicConstraintsCACRL.crl", |
| 3973 | "third_party/nist-pkits/crls/NameOrderCACRL.crl", |
| 3974 | "third_party/nist-pkits/crls/NegativeSerialNumberCACRL.crl", |
| 3975 | "third_party/nist-pkits/crls/NoPoliciesCACRL.crl", |
| 3976 | "third_party/nist-pkits/crls/NoissuingDistributionPointCACRL.crl", |
| 3977 | "third_party/nist-pkits/crls/OldCRLnextUpdateCACRL.crl", |
| 3978 | "third_party/nist-pkits/crls/P12Mapping1to3CACRL.crl", |
| 3979 | "third_party/nist-pkits/crls/P12Mapping1to3subCACRL.crl", |
| 3980 | "third_party/nist-pkits/crls/P12Mapping1to3subsubCACRL.crl", |
| 3981 | "third_party/nist-pkits/crls/P1Mapping1to234CACRL.crl", |
| 3982 | "third_party/nist-pkits/crls/P1Mapping1to234subCACRL.crl", |
| 3983 | "third_party/nist-pkits/crls/P1anyPolicyMapping1to2CACRL.crl", |
| 3984 | "third_party/nist-pkits/crls/PanyPolicyMapping1to2CACRL.crl", |
| 3985 | "third_party/nist-pkits/crls/PoliciesP1234CACRL.crl", |
| 3986 | "third_party/nist-pkits/crls/PoliciesP1234subCAP123CRL.crl", |
| 3987 | "third_party/nist-pkits/crls/PoliciesP1234subsubCAP123P12CRL.crl", |
| 3988 | "third_party/nist-pkits/crls/PoliciesP123CACRL.crl", |
| 3989 | "third_party/nist-pkits/crls/PoliciesP123subCAP12CRL.crl", |
| 3990 | "third_party/nist-pkits/crls/PoliciesP123subsubCAP12P1CRL.crl", |
| 3991 | "third_party/nist-pkits/crls/PoliciesP123subsubCAP2P2CRL.crl", |
| 3992 | "third_party/nist-pkits/crls/PoliciesP123subsubsubCAP12P2P1CRL.crl", |
| 3993 | "third_party/nist-pkits/crls/PoliciesP12CACRL.crl", |
| 3994 | "third_party/nist-pkits/crls/PoliciesP12subCAP1CRL.crl", |
| 3995 | "third_party/nist-pkits/crls/PoliciesP12subsubCAP1P2CRL.crl", |
| 3996 | "third_party/nist-pkits/crls/PoliciesP2subCA2CRL.crl", |
| 3997 | "third_party/nist-pkits/crls/PoliciesP2subCACRL.crl", |
| 3998 | "third_party/nist-pkits/crls/PoliciesP3CACRL.crl", |
| 3999 | "third_party/nist-pkits/crls/RFC3280MandatoryAttributeTypesCACRL.crl", |
| 4000 | "third_party/nist-pkits/crls/RFC3280OptionalAttributeTypesCACRL.crl", |
| 4001 | "third_party/nist-pkits/crls/RevokedsubCACRL.crl", |
| 4002 | "third_party/nist-pkits/crls/RolloverfromPrintableStringtoUTF8StringCACRL.crl", |
| 4003 | "third_party/nist-pkits/crls/SeparateCertificateandCRLKeysCA2CRL.crl", |
| 4004 | "third_party/nist-pkits/crls/SeparateCertificateandCRLKeysCRL.crl", |
| 4005 | "third_party/nist-pkits/crls/TrustAnchorRootCRL.crl", |
| 4006 | "third_party/nist-pkits/crls/TwoCRLsCABadCRL.crl", |
| 4007 | "third_party/nist-pkits/crls/TwoCRLsCAGoodCRL.crl", |
| 4008 | "third_party/nist-pkits/crls/UIDCACRL.crl", |
| 4009 | "third_party/nist-pkits/crls/UTF8StringCaseInsensitiveMatchCACRL.crl", |
| 4010 | "third_party/nist-pkits/crls/UTF8StringEncodedNamesCACRL.crl", |
| 4011 | "third_party/nist-pkits/crls/UnknownCRLEntryExtensionCACRL.crl", |
| 4012 | "third_party/nist-pkits/crls/UnknownCRLExtensionCACRL.crl", |
| 4013 | "third_party/nist-pkits/crls/WrongCRLCACRL.crl", |
| 4014 | "third_party/nist-pkits/crls/anyPolicyCACRL.crl", |
| 4015 | "third_party/nist-pkits/crls/basicConstraintsCriticalcAFalseCACRL.crl", |
| 4016 | "third_party/nist-pkits/crls/basicConstraintsNotCriticalCACRL.crl", |
| 4017 | "third_party/nist-pkits/crls/basicConstraintsNotCriticalcAFalseCACRL.crl", |
| 4018 | "third_party/nist-pkits/crls/deltaCRLCA1CRL.crl", |
| 4019 | "third_party/nist-pkits/crls/deltaCRLCA1deltaCRL.crl", |
| 4020 | "third_party/nist-pkits/crls/deltaCRLCA2CRL.crl", |
| 4021 | "third_party/nist-pkits/crls/deltaCRLCA2deltaCRL.crl", |
| 4022 | "third_party/nist-pkits/crls/deltaCRLCA3CRL.crl", |
| 4023 | "third_party/nist-pkits/crls/deltaCRLCA3deltaCRL.crl", |
| 4024 | "third_party/nist-pkits/crls/deltaCRLIndicatorNoBaseCACRL.crl", |
| 4025 | "third_party/nist-pkits/crls/distributionPoint1CACRL.crl", |
| 4026 | "third_party/nist-pkits/crls/distributionPoint2CACRL.crl", |
| 4027 | "third_party/nist-pkits/crls/indirectCRLCA1CRL.crl", |
| 4028 | "third_party/nist-pkits/crls/indirectCRLCA3CRL.crl", |
| 4029 | "third_party/nist-pkits/crls/indirectCRLCA3cRLIssuerCRL.crl", |
| 4030 | "third_party/nist-pkits/crls/indirectCRLCA4cRLIssuerCRL.crl", |
| 4031 | "third_party/nist-pkits/crls/indirectCRLCA5CRL.crl", |
| 4032 | "third_party/nist-pkits/crls/inhibitAnyPolicy0CACRL.crl", |
| 4033 | "third_party/nist-pkits/crls/inhibitAnyPolicy1CACRL.crl", |
| 4034 | "third_party/nist-pkits/crls/inhibitAnyPolicy1subCA1CRL.crl", |
| 4035 | "third_party/nist-pkits/crls/inhibitAnyPolicy1subCA2CRL.crl", |
| 4036 | "third_party/nist-pkits/crls/inhibitAnyPolicy1subCAIAP5CRL.crl", |
| 4037 | "third_party/nist-pkits/crls/inhibitAnyPolicy1subsubCA2CRL.crl", |
| 4038 | "third_party/nist-pkits/crls/inhibitAnyPolicy5CACRL.crl", |
| 4039 | "third_party/nist-pkits/crls/inhibitAnyPolicy5subCACRL.crl", |
| 4040 | "third_party/nist-pkits/crls/inhibitAnyPolicy5subsubCACRL.crl", |
| 4041 | "third_party/nist-pkits/crls/inhibitPolicyMapping0CACRL.crl", |
| 4042 | "third_party/nist-pkits/crls/inhibitPolicyMapping0subCACRL.crl", |
| 4043 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P12CACRL.crl", |
| 4044 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P12subCACRL.crl", |
| 4045 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P12subCAIPM5CRL.crl", |
| 4046 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P12subsubCACRL.crl", |
| 4047 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P12subsubCAIPM5CRL.crl", |
| 4048 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P1CACRL.crl", |
| 4049 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P1subCACRL.crl", |
| 4050 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P1subsubCACRL.crl", |
| 4051 | "third_party/nist-pkits/crls/inhibitPolicyMapping5CACRL.crl", |
| 4052 | "third_party/nist-pkits/crls/inhibitPolicyMapping5subCACRL.crl", |
| 4053 | "third_party/nist-pkits/crls/inhibitPolicyMapping5subsubCACRL.crl", |
| 4054 | "third_party/nist-pkits/crls/inhibitPolicyMapping5subsubsubCACRL.crl", |
| 4055 | "third_party/nist-pkits/crls/keyUsageCriticalcRLSignFalseCACRL.crl", |
| 4056 | "third_party/nist-pkits/crls/keyUsageCriticalkeyCertSignFalseCACRL.crl", |
| 4057 | "third_party/nist-pkits/crls/keyUsageNotCriticalCACRL.crl", |
| 4058 | "third_party/nist-pkits/crls/keyUsageNotCriticalcRLSignFalseCACRL.crl", |
| 4059 | "third_party/nist-pkits/crls/keyUsageNotCriticalkeyCertSignFalseCACRL.crl", |
| 4060 | "third_party/nist-pkits/crls/nameConstraintsDN1CACRL.crl", |
| 4061 | "third_party/nist-pkits/crls/nameConstraintsDN1subCA1CRL.crl", |
| 4062 | "third_party/nist-pkits/crls/nameConstraintsDN1subCA2CRL.crl", |
| 4063 | "third_party/nist-pkits/crls/nameConstraintsDN1subCA3CRL.crl", |
| 4064 | "third_party/nist-pkits/crls/nameConstraintsDN2CACRL.crl", |
| 4065 | "third_party/nist-pkits/crls/nameConstraintsDN3CACRL.crl", |
| 4066 | "third_party/nist-pkits/crls/nameConstraintsDN3subCA1CRL.crl", |
| 4067 | "third_party/nist-pkits/crls/nameConstraintsDN3subCA2CRL.crl", |
| 4068 | "third_party/nist-pkits/crls/nameConstraintsDN4CACRL.crl", |
| 4069 | "third_party/nist-pkits/crls/nameConstraintsDN5CACRL.crl", |
| 4070 | "third_party/nist-pkits/crls/nameConstraintsDNS1CACRL.crl", |
| 4071 | "third_party/nist-pkits/crls/nameConstraintsDNS2CACRL.crl", |
| 4072 | "third_party/nist-pkits/crls/nameConstraintsRFC822CA1CRL.crl", |
| 4073 | "third_party/nist-pkits/crls/nameConstraintsRFC822CA2CRL.crl", |
| 4074 | "third_party/nist-pkits/crls/nameConstraintsRFC822CA3CRL.crl", |
| 4075 | "third_party/nist-pkits/crls/nameConstraintsURI1CACRL.crl", |
| 4076 | "third_party/nist-pkits/crls/nameConstraintsURI2CACRL.crl", |
| 4077 | "third_party/nist-pkits/crls/onlyContainsAttributeCertsCACRL.crl", |
| 4078 | "third_party/nist-pkits/crls/onlyContainsCACertsCACRL.crl", |
| 4079 | "third_party/nist-pkits/crls/onlyContainsUserCertsCACRL.crl", |
| 4080 | "third_party/nist-pkits/crls/onlySomeReasonsCA1compromiseCRL.crl", |
| 4081 | "third_party/nist-pkits/crls/onlySomeReasonsCA1otherreasonsCRL.crl", |
| 4082 | "third_party/nist-pkits/crls/onlySomeReasonsCA2CRL1.crl", |
| 4083 | "third_party/nist-pkits/crls/onlySomeReasonsCA2CRL2.crl", |
| 4084 | "third_party/nist-pkits/crls/onlySomeReasonsCA3compromiseCRL.crl", |
| 4085 | "third_party/nist-pkits/crls/onlySomeReasonsCA3otherreasonsCRL.crl", |
| 4086 | "third_party/nist-pkits/crls/onlySomeReasonsCA4compromiseCRL.crl", |
| 4087 | "third_party/nist-pkits/crls/onlySomeReasonsCA4otherreasonsCRL.crl", |
| 4088 | "third_party/nist-pkits/crls/pathLenConstraint0CACRL.crl", |
| 4089 | "third_party/nist-pkits/crls/pathLenConstraint0subCA2CRL.crl", |
| 4090 | "third_party/nist-pkits/crls/pathLenConstraint0subCACRL.crl", |
| 4091 | "third_party/nist-pkits/crls/pathLenConstraint1CACRL.crl", |
| 4092 | "third_party/nist-pkits/crls/pathLenConstraint1subCACRL.crl", |
| 4093 | "third_party/nist-pkits/crls/pathLenConstraint6CACRL.crl", |
| 4094 | "third_party/nist-pkits/crls/pathLenConstraint6subCA0CRL.crl", |
| 4095 | "third_party/nist-pkits/crls/pathLenConstraint6subCA1CRL.crl", |
| 4096 | "third_party/nist-pkits/crls/pathLenConstraint6subCA4CRL.crl", |
| 4097 | "third_party/nist-pkits/crls/pathLenConstraint6subsubCA00CRL.crl", |
| 4098 | "third_party/nist-pkits/crls/pathLenConstraint6subsubCA11CRL.crl", |
| 4099 | "third_party/nist-pkits/crls/pathLenConstraint6subsubCA41CRL.crl", |
| 4100 | "third_party/nist-pkits/crls/pathLenConstraint6subsubsubCA11XCRL.crl", |
| 4101 | "third_party/nist-pkits/crls/pathLenConstraint6subsubsubCA41XCRL.crl", |
| 4102 | "third_party/nist-pkits/crls/pre2000CRLnextUpdateCACRL.crl", |
| 4103 | "third_party/nist-pkits/crls/requireExplicitPolicy0CACRL.crl", |
| 4104 | "third_party/nist-pkits/crls/requireExplicitPolicy0subCACRL.crl", |
| 4105 | "third_party/nist-pkits/crls/requireExplicitPolicy0subsubCACRL.crl", |
| 4106 | "third_party/nist-pkits/crls/requireExplicitPolicy0subsubsubCACRL.crl", |
| 4107 | "third_party/nist-pkits/crls/requireExplicitPolicy10CACRL.crl", |
| 4108 | "third_party/nist-pkits/crls/requireExplicitPolicy10subCACRL.crl", |
| 4109 | "third_party/nist-pkits/crls/requireExplicitPolicy10subsubCACRL.crl", |
| 4110 | "third_party/nist-pkits/crls/requireExplicitPolicy10subsubsubCACRL.crl", |
| 4111 | "third_party/nist-pkits/crls/requireExplicitPolicy2CACRL.crl", |
| 4112 | "third_party/nist-pkits/crls/requireExplicitPolicy2subCACRL.crl", |
| 4113 | "third_party/nist-pkits/crls/requireExplicitPolicy4CACRL.crl", |
| 4114 | "third_party/nist-pkits/crls/requireExplicitPolicy4subCACRL.crl", |
| 4115 | "third_party/nist-pkits/crls/requireExplicitPolicy4subsubCACRL.crl", |
| 4116 | "third_party/nist-pkits/crls/requireExplicitPolicy4subsubsubCACRL.crl", |
| 4117 | "third_party/nist-pkits/crls/requireExplicitPolicy5CACRL.crl", |
| 4118 | "third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl", |
| 4119 | "third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl", |
| 4120 | "third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl", |
| 4121 | "third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl", |
| 4122 | "third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl", |
| 4123 | "third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl", |
| 4124 | "third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.crl", |
| 4125 | ] |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4126 | outputs = [ "{{bundle_resources_dir}}/" + |
| 4127 | "{{source_root_relative_dir}}/{{source_file_part}}" ] |
sdefresne | b0a3164 | 2016-03-18 11:04:45 | [diff] [blame] | 4128 | } |
| 4129 | |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4130 | test("net_unittests") { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4131 | sources = [ |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4132 | "base/address_family_unittest.cc", |
| 4133 | "base/address_list_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4134 | "base/backoff_entry_serializer_unittest.cc", |
| 4135 | "base/backoff_entry_unittest.cc", |
| 4136 | "base/chunked_upload_data_stream_unittest.cc", |
| 4137 | "base/data_url_unittest.cc", |
Charles 'Buck' Krasic | ed43ded | 2018-03-23 18:48:12 | [diff] [blame] | 4138 | "base/datagram_buffer_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4139 | "base/elements_upload_data_stream_unittest.cc", |
| 4140 | "base/escape_unittest.cc", |
| 4141 | "base/expiring_cache_unittest.cc", |
| 4142 | "base/file_stream_unittest.cc", |
| 4143 | "base/filename_util_unittest.cc", |
Bence Béky | d5c16edf | 2017-08-04 17:32:30 | [diff] [blame] | 4144 | "base/hex_utils_test.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4145 | "base/host_mapping_rules_unittest.cc", |
| 4146 | "base/host_port_pair_unittest.cc", |
fayang | baec8ff5 | 2017-01-28 03:26:12 | [diff] [blame] | 4147 | "base/interval_test.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4148 | "base/ip_address_unittest.cc", |
| 4149 | "base/ip_endpoint_unittest.cc", |
Matt Menke | 3ab9c7b | 2020-04-01 22:39:57 | [diff] [blame] | 4150 | "base/isolation_info_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4151 | "base/lookup_string_in_fixed_set_unittest.cc", |
| 4152 | "base/mime_sniffer_unittest.cc", |
| 4153 | "base/mime_util_unittest.cc", |
Eric Roman | e28b6027 | 2019-10-09 19:22:17 | [diff] [blame] | 4154 | "base/net_errors_unittest.cc", |
Zentaro Kavanagh | a02f1da | 2017-09-26 23:56:06 | [diff] [blame] | 4155 | "base/net_string_util_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4156 | "base/network_activity_monitor_unittest.cc", |
| 4157 | "base/network_change_notifier_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4158 | "base/network_interfaces_unittest.cc", |
Shivani Sharma | d81bdd4 | 2019-05-23 17:19:56 | [diff] [blame] | 4159 | "base/network_isolation_key_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4160 | "base/parse_number_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4161 | "base/port_util_unittest.cc", |
| 4162 | "base/prioritized_dispatcher_unittest.cc", |
Josh Karlin | dd9a5d14 | 2018-06-06 00:35:48 | [diff] [blame] | 4163 | "base/prioritized_task_runner_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4164 | "base/priority_queue_unittest.cc", |
Eric Roman | 8bd4d8b | 2020-07-31 21:56:49 | [diff] [blame] | 4165 | "base/proxy_server_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4166 | "base/registry_controlled_domains/registry_controlled_domain_unittest.cc", |
Shimi Zhang | 1064f4c | 2020-01-29 21:59:02 | [diff] [blame] | 4167 | "base/scheme_host_port_matcher_rule_unittest.cc", |
Shimi Zhang | 3c47f49c | 2020-02-01 01:35:12 | [diff] [blame] | 4168 | "base/scheme_host_port_matcher_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4169 | "base/test_completion_callback_unittest.cc", |
| 4170 | "base/test_proxy_delegate.cc", |
| 4171 | "base/test_proxy_delegate.h", |
| 4172 | "base/upload_bytes_element_reader_unittest.cc", |
| 4173 | "base/upload_file_element_reader_unittest.cc", |
| 4174 | "base/url_util_unittest.cc", |
| 4175 | "cert/caching_cert_verifier_unittest.cc", |
| 4176 | "cert/cert_verifier_unittest.cc", |
Matt Mueller | 9ef5dfa7 | 2019-09-27 00:47:01 | [diff] [blame] | 4177 | "cert/cert_verify_proc_builtin_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4178 | "cert/cert_verify_proc_unittest.cc", |
Ryan Sleevi | 2cb6817 | 2019-10-09 14:03:11 | [diff] [blame] | 4179 | "cert/coalescing_cert_verifier_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4180 | "cert/crl_set_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4181 | "cert/ct_log_response_parser_unittest.cc", |
| 4182 | "cert/ct_log_verifier_unittest.cc", |
| 4183 | "cert/ct_objects_extractor_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4184 | "cert/ct_serialization_unittest.cc", |
| 4185 | "cert/ev_root_ca_metadata_unittest.cc", |
| 4186 | "cert/internal/cert_issuer_source_aia_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4187 | "cert/internal/cert_issuer_source_static_unittest.cc", |
| 4188 | "cert/internal/cert_issuer_source_sync_unittest.h", |
| 4189 | "cert/internal/certificate_policies_unittest.cc", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 4190 | "cert/internal/crl_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4191 | "cert/internal/extended_key_usage_unittest.cc", |
Matt Mueller | 9e3ad303 | 2017-09-14 19:29:31 | [diff] [blame] | 4192 | "cert/internal/general_names_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4193 | "cert/internal/name_constraints_unittest.cc", |
eroman | c95383ac | 2017-05-26 19:37:30 | [diff] [blame] | 4194 | "cert/internal/nist_pkits_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4195 | "cert/internal/nist_pkits_unittest.h", |
Eric Roman | a2f6f55d | 2017-09-07 23:34:57 | [diff] [blame] | 4196 | "cert/internal/ocsp_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4197 | "cert/internal/parse_certificate_unittest.cc", |
| 4198 | "cert/internal/parse_name_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4199 | "cert/internal/parsed_certificate_unittest.cc", |
| 4200 | "cert/internal/path_builder_pkits_unittest.cc", |
| 4201 | "cert/internal/path_builder_unittest.cc", |
| 4202 | "cert/internal/path_builder_verify_certificate_chain_unittest.cc", |
Eric Roman | cc56d16f | 2017-10-11 23:04:26 | [diff] [blame] | 4203 | "cert/internal/revocation_checker_unittest.cc", |
Matt Mueller | cfc358e2 | 2019-05-29 04:30:42 | [diff] [blame] | 4204 | "cert/internal/revocation_util_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4205 | "cert/internal/signature_algorithm_unittest.cc", |
Eric Roman | 5431d70 | 2017-07-26 01:58:18 | [diff] [blame] | 4206 | "cert/internal/simple_path_builder_delegate_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4207 | "cert/internal/test_helpers.cc", |
| 4208 | "cert/internal/test_helpers.h", |
| 4209 | "cert/internal/trust_store_collection_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4210 | "cert/internal/verify_certificate_chain_pkits_unittest.cc", |
| 4211 | "cert/internal/verify_certificate_chain_typed_unittest.h", |
| 4212 | "cert/internal/verify_certificate_chain_unittest.cc", |
| 4213 | "cert/internal/verify_name_match_unittest.cc", |
| 4214 | "cert/internal/verify_signed_data_unittest.cc", |
Ryan Sleevi | 19a7bde | 2017-11-22 06:51:39 | [diff] [blame] | 4215 | "cert/known_roots_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4216 | "cert/merkle_audit_proof_unittest.cc", |
| 4217 | "cert/merkle_tree_leaf_unittest.cc", |
| 4218 | "cert/multi_log_ct_verifier_unittest.cc", |
| 4219 | "cert/multi_threaded_cert_verifier_unittest.cc", |
Matt Mueller | dd8f469 | 2019-11-21 01:09:32 | [diff] [blame] | 4220 | "cert/pem_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4221 | "cert/signed_certificate_timestamp_unittest.cc", |
Emily Stark | d29cdae | 2017-09-16 01:59:34 | [diff] [blame] | 4222 | "cert/symantec_certs_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4223 | "cert/test_root_certs_unittest.cc", |
| 4224 | "cert/x509_cert_types_unittest.cc", |
| 4225 | "cert/x509_certificate_unittest.cc", |
| 4226 | "cert/x509_util_unittest.cc", |
Matthew Denton | 8d91063 | 2019-11-22 23:54:53 | [diff] [blame] | 4227 | "cert_net/cert_net_fetcher_url_request_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4228 | "cookies/canonical_cookie_unittest.cc", |
| 4229 | "cookies/cookie_constants_unittest.cc", |
Chris Mumford | d8ed9f8 | 2018-05-01 15:43:13 | [diff] [blame] | 4230 | "cookies/cookie_deletion_info_unittest.cc", |
Jihwan Marc Kim | 3e132f1 | 2020-05-20 17:33:19 | [diff] [blame] | 4231 | "cookies/cookie_inclusion_status_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4232 | "cookies/cookie_monster_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4233 | "cookies/cookie_util_unittest.cc", |
| 4234 | "cookies/parsed_cookie_unittest.cc", |
Maks Orlovich | 8be0e25 | 2019-12-09 18:35:49 | [diff] [blame] | 4235 | "cookies/site_for_cookies_unittest.cc", |
Maks Orlovich | 87f4f89 | 2020-02-14 22:22:14 | [diff] [blame] | 4236 | "cookies/static_cookie_policy_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4237 | "der/encode_values_unittest.cc", |
| 4238 | "der/input_unittest.cc", |
| 4239 | "der/parse_values_unittest.cc", |
| 4240 | "der/parser_unittest.cc", |
Maks Orlovich | 036fd1f | 2017-08-07 17:51:11 | [diff] [blame] | 4241 | "disk_cache/backend_cleanup_tracker_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4242 | "disk_cache/backend_unittest.cc", |
| 4243 | "disk_cache/blockfile/addr_unittest.cc", |
| 4244 | "disk_cache/blockfile/bitmap_unittest.cc", |
| 4245 | "disk_cache/blockfile/block_files_unittest.cc", |
| 4246 | "disk_cache/blockfile/mapped_file_unittest.cc", |
| 4247 | "disk_cache/blockfile/stats_unittest.cc", |
| 4248 | "disk_cache/blockfile/storage_block_unittest.cc", |
| 4249 | "disk_cache/cache_util_unittest.cc", |
| 4250 | "disk_cache/entry_unittest.cc", |
Maks Orlovich | f378b3a | 2017-10-31 16:27:30 | [diff] [blame] | 4251 | "disk_cache/simple/simple_file_tracker_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4252 | "disk_cache/simple/simple_index_file_unittest.cc", |
| 4253 | "disk_cache/simple/simple_index_unittest.cc", |
| 4254 | "disk_cache/simple/simple_test_util.cc", |
| 4255 | "disk_cache/simple/simple_test_util.h", |
| 4256 | "disk_cache/simple/simple_util_unittest.cc", |
| 4257 | "disk_cache/simple/simple_version_upgrade_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4258 | "extras/sqlite/sqlite_persistent_cookie_store_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4259 | "filter/filter_source_stream_unittest.cc", |
| 4260 | "filter/gzip_source_stream_unittest.cc", |
Ryan Hamilton | 0246af9 | 2019-08-30 19:28:56 | [diff] [blame] | 4261 | "http/alternative_service_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4262 | "http/bidirectional_stream_unittest.cc", |
wangyix | 64ccc57c | 2017-06-01 23:14:16 | [diff] [blame] | 4263 | "http/broken_alternative_services_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4264 | "http/http_auth_cache_unittest.cc", |
| 4265 | "http/http_auth_challenge_tokenizer_unittest.cc", |
| 4266 | "http/http_auth_controller_unittest.cc", |
| 4267 | "http/http_auth_filter_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4268 | "http/http_auth_handler_basic_unittest.cc", |
| 4269 | "http/http_auth_handler_digest_unittest.cc", |
| 4270 | "http/http_auth_handler_factory_unittest.cc", |
| 4271 | "http/http_auth_handler_mock.cc", |
| 4272 | "http/http_auth_handler_mock.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4273 | "http/http_auth_handler_unittest.cc", |
| 4274 | "http/http_auth_multi_round_parse_unittest.cc", |
| 4275 | "http/http_auth_preferences_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4276 | "http/http_auth_unittest.cc", |
| 4277 | "http/http_basic_state_unittest.cc", |
| 4278 | "http/http_byte_range_unittest.cc", |
| 4279 | "http/http_cache_lookup_manager_unittest.cc", |
| 4280 | "http/http_cache_unittest.cc", |
shivanisha | c6582e1 | 2017-07-14 22:18:19 | [diff] [blame] | 4281 | "http/http_cache_writers_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4282 | "http/http_chunked_decoder_unittest.cc", |
| 4283 | "http/http_content_disposition_unittest.cc", |
| 4284 | "http/http_log_util_unittest.cc", |
| 4285 | "http/http_network_layer_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4286 | "http/http_network_transaction_unittest.cc", |
Paul Jensen | 0f49dec | 2017-12-12 23:39:58 | [diff] [blame] | 4287 | "http/http_proxy_client_socket_unittest.cc", |
Matt Menke | 47a8ec13 | 2019-02-09 00:48:39 | [diff] [blame] | 4288 | "http/http_proxy_connect_job_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4289 | "http/http_request_headers_unittest.cc", |
| 4290 | "http/http_response_body_drainer_unittest.cc", |
| 4291 | "http/http_response_headers_unittest.cc", |
| 4292 | "http/http_response_info_unittest.cc", |
| 4293 | "http/http_security_headers_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4294 | "http/http_server_properties_manager_unittest.cc", |
Matt Menke | 60916074 | 2019-08-02 18:47:26 | [diff] [blame] | 4295 | "http/http_server_properties_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4296 | "http/http_status_code_unittest.cc", |
Xida Chen | 9bfe0b6 | 2018-04-24 19:52:21 | [diff] [blame] | 4297 | "http/http_stream_factory_job_controller_unittest.cc", |
| 4298 | "http/http_stream_factory_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4299 | "http/http_stream_parser_unittest.cc", |
Bence Béky | 6b44abf | 2018-04-11 10:32:51 | [diff] [blame] | 4300 | "http/http_stream_request_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4301 | "http/http_util_unittest.cc", |
| 4302 | "http/http_vary_data_unittest.cc", |
| 4303 | "http/mock_allow_http_auth_preferences.cc", |
| 4304 | "http/mock_allow_http_auth_preferences.h", |
Ian Clelland | 7288749 | 2020-04-24 20:33:25 | [diff] [blame] | 4305 | "http/structured_headers_generated_unittest.cc", |
Yutaka Hirano | 7babd26e | 2020-02-12 16:03:21 | [diff] [blame] | 4306 | "http/structured_headers_unittest.cc", |
Yoichi Osato | 4c75c0c | 2020-06-24 08:03:57 | [diff] [blame] | 4307 | "http/test_upload_data_stream_not_allow_http1.cc", |
| 4308 | "http/test_upload_data_stream_not_allow_http1.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4309 | "http/transport_security_persister_unittest.cc", |
| 4310 | "http/transport_security_state_unittest.cc", |
| 4311 | "http/url_security_manager_unittest.cc", |
Yao Xiao | 754da8b4 | 2019-09-13 16:09:33 | [diff] [blame] | 4312 | "http/webfonts_histogram_unittest.cc", |
Victor Vasiliev | 92c06acc | 2018-12-08 10:16:27 | [diff] [blame] | 4313 | "http2/platform/impl/http2_test_helpers_impl.cc", |
| 4314 | "http2/platform/impl/http2_test_helpers_impl.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4315 | "log/file_net_log_observer_unittest.cc", |
| 4316 | "log/net_log_capture_mode_unittest.cc", |
| 4317 | "log/net_log_unittest.cc", |
| 4318 | "log/net_log_util_unittest.cc", |
Eric Roman | 45f155c | 2019-07-15 19:47:31 | [diff] [blame] | 4319 | "log/net_log_values_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4320 | "log/trace_net_log_observer_unittest.cc", |
Ken Rockot | 16610e4 | 2020-07-08 05:05:36 | [diff] [blame] | 4321 | "nqe/connectivity_monitor_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4322 | "nqe/effective_connection_type_unittest.cc", |
tbansal | f38471f | 2017-03-04 01:07:04 | [diff] [blame] | 4323 | "nqe/event_creator_unittest.cc", |
Jianfeng Wang | 5a2407d | 2019-07-03 07:26:33 | [diff] [blame] | 4324 | "nqe/network_congestion_analyzer_unittest.cc", |
Tarun Bansal | cdfa34b | 2017-11-23 05:11:17 | [diff] [blame] | 4325 | "nqe/network_id_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4326 | "nqe/network_qualities_prefs_manager_unittest.cc", |
tbansal | 35bdb0b | 2017-05-04 16:23:33 | [diff] [blame] | 4327 | "nqe/network_quality_estimator_params_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4328 | "nqe/network_quality_estimator_unittest.cc", |
tbansal | 82edab4 | 2017-06-19 05:55:25 | [diff] [blame] | 4329 | "nqe/network_quality_estimator_util_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4330 | "nqe/network_quality_store_unittest.cc", |
| 4331 | "nqe/observation_buffer_unittest.cc", |
tbansal | 180587c | 2017-02-16 15:13:23 | [diff] [blame] | 4332 | "nqe/socket_watcher_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4333 | "nqe/throughput_analyzer_unittest.cc", |
Nicolas Arciniega | d2013f9 | 2020-02-07 23:00:56 | [diff] [blame] | 4334 | "proxy_resolution/configured_proxy_resolution_service_unittest.cc", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 4335 | "proxy_resolution/multi_threaded_proxy_resolver_unittest.cc", |
| 4336 | "proxy_resolution/network_delegate_error_observer_unittest.cc", |
| 4337 | "proxy_resolution/pac_file_decider_unittest.cc", |
| 4338 | "proxy_resolution/pac_file_fetcher_impl_unittest.cc", |
| 4339 | "proxy_resolution/proxy_bypass_rules_unittest.cc", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 4340 | "proxy_resolution/proxy_config_unittest.cc", |
| 4341 | "proxy_resolution/proxy_info_unittest.cc", |
| 4342 | "proxy_resolution/proxy_list_unittest.cc", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 4343 | "quic/bidirectional_stream_quic_impl_unittest.cc", |
| 4344 | "quic/crypto/proof_test_chromium.cc", |
| 4345 | "quic/crypto/proof_verifier_chromium_test.cc", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 4346 | "quic/mock_quic_data.cc", |
| 4347 | "quic/mock_quic_data.h", |
| 4348 | "quic/network_connection_unittest.cc", |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 4349 | "quic/platform/impl/quic_chromium_clock_test.cc", |
| 4350 | "quic/platform/impl/quic_uint128_impl_unittest.cc", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 4351 | "quic/properties_based_quic_server_info_test.cc", |
| 4352 | "quic/quic_address_mismatch_test.cc", |
| 4353 | "quic/quic_chromium_alarm_factory_test.cc", |
| 4354 | "quic/quic_chromium_client_session_peer.cc", |
| 4355 | "quic/quic_chromium_client_session_peer.h", |
| 4356 | "quic/quic_chromium_client_session_test.cc", |
| 4357 | "quic/quic_chromium_client_stream_test.cc", |
| 4358 | "quic/quic_chromium_connection_helper_test.cc", |
Renjie Tang | c7255f0 | 2020-04-21 21:55:34 | [diff] [blame] | 4359 | "quic/quic_client_session_cache_unittests.cc", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 4360 | "quic/quic_clock_skew_detector_test.cc", |
| 4361 | "quic/quic_connectivity_probing_manager_test.cc", |
| 4362 | "quic/quic_end_to_end_unittest.cc", |
| 4363 | "quic/quic_http_stream_test.cc", |
| 4364 | "quic/quic_http_utils_test.cc", |
| 4365 | "quic/quic_network_transaction_unittest.cc", |
| 4366 | "quic/quic_proxy_client_socket_unittest.cc", |
| 4367 | "quic/quic_stream_factory_peer.cc", |
| 4368 | "quic/quic_stream_factory_peer.h", |
| 4369 | "quic/quic_stream_factory_test.cc", |
| 4370 | "quic/quic_test_packet_maker.cc", |
| 4371 | "quic/quic_test_packet_maker.h", |
Victor Vasiliev | 821685a | 2019-12-20 19:37:27 | [diff] [blame] | 4372 | "quic/quic_transport_end_to_end_test.cc", |
Matt Menke | fca05b6 | 2019-09-20 23:15:56 | [diff] [blame] | 4373 | "quic/test_quic_crypto_client_config_handle.cc", |
| 4374 | "quic/test_quic_crypto_client_config_handle.h", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4375 | "socket/client_socket_pool_base_unittest.cc", |
Matt Menke | 073441659 | 2019-03-19 16:34:00 | [diff] [blame] | 4376 | "socket/client_socket_pool_unittest.cc", |
Matt Menke | 3abc57c | 2019-01-10 21:48:42 | [diff] [blame] | 4377 | "socket/connect_job_test_util.cc", |
| 4378 | "socket/connect_job_test_util.h", |
Matt Menke | 977e61b | 2019-01-10 19:36:02 | [diff] [blame] | 4379 | "socket/connect_job_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4380 | "socket/mock_client_socket_pool_manager.cc", |
| 4381 | "socket/mock_client_socket_pool_manager.h", |
| 4382 | "socket/sequenced_socket_data_unittest.cc", |
| 4383 | "socket/socket_bio_adapter_unittest.cc", |
| 4384 | "socket/socket_tag_unittest.cc", |
| 4385 | "socket/socks5_client_socket_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4386 | "socket/socks_client_socket_unittest.cc", |
Matt Menke | f368bedf | 2019-01-16 23:08:57 | [diff] [blame] | 4387 | "socket/socks_connect_job_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4388 | "socket/ssl_client_socket_unittest.cc", |
Matt Menke | 7b505107 | 2019-01-27 21:22:49 | [diff] [blame] | 4389 | "socket/ssl_connect_job_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4390 | "socket/ssl_server_socket_unittest.cc", |
| 4391 | "socket/tcp_client_socket_unittest.cc", |
| 4392 | "socket/tcp_server_socket_unittest.cc", |
| 4393 | "socket/tcp_socket_unittest.cc", |
| 4394 | "socket/transport_client_socket_pool_test_util.cc", |
| 4395 | "socket/transport_client_socket_pool_test_util.h", |
| 4396 | "socket/transport_client_socket_pool_unittest.cc", |
| 4397 | "socket/transport_client_socket_unittest.cc", |
Matt Menke | 3abc57c | 2019-01-10 21:48:42 | [diff] [blame] | 4398 | "socket/transport_connect_job_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4399 | "socket/udp_socket_unittest.cc", |
| 4400 | "socket/websocket_endpoint_lock_manager_unittest.cc", |
| 4401 | "socket/websocket_transport_client_socket_pool_unittest.cc", |
| 4402 | "spdy/bidirectional_stream_spdy_impl_unittest.cc", |
| 4403 | "spdy/buffered_spdy_framer_unittest.cc", |
| 4404 | "spdy/fuzzing/hpack_fuzz_util_test.cc", |
| 4405 | "spdy/header_coalescer_test.cc", |
| 4406 | "spdy/http2_priority_dependencies_unittest.cc", |
| 4407 | "spdy/http2_push_promise_index_test.cc", |
Victor Vasiliev | 27cc771 | 2019-01-24 11:50:14 | [diff] [blame] | 4408 | "spdy/platform/impl/spdy_test_helpers_impl.h", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4409 | "spdy/spdy_buffer_unittest.cc", |
| 4410 | "spdy/spdy_http_stream_unittest.cc", |
| 4411 | "spdy/spdy_http_utils_unittest.cc", |
| 4412 | "spdy/spdy_log_util_unittest.cc", |
| 4413 | "spdy/spdy_network_transaction_unittest.cc", |
| 4414 | "spdy/spdy_proxy_client_socket_unittest.cc", |
| 4415 | "spdy/spdy_read_queue_unittest.cc", |
| 4416 | "spdy/spdy_session_pool_unittest.cc", |
| 4417 | "spdy/spdy_session_test_util.cc", |
| 4418 | "spdy/spdy_session_test_util.h", |
| 4419 | "spdy/spdy_session_unittest.cc", |
| 4420 | "spdy/spdy_stream_test_util.cc", |
| 4421 | "spdy/spdy_stream_test_util.h", |
| 4422 | "spdy/spdy_stream_unittest.cc", |
| 4423 | "spdy/spdy_write_queue_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4424 | "ssl/client_cert_identity_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4425 | "ssl/client_cert_store_unittest-inl.h", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4426 | "ssl/ssl_cipher_suite_names_unittest.cc", |
| 4427 | "ssl/ssl_client_auth_cache_unittest.cc", |
| 4428 | "ssl/ssl_client_session_cache_unittest.cc", |
| 4429 | "ssl/ssl_config_service_unittest.cc", |
| 4430 | "ssl/ssl_config_unittest.cc", |
| 4431 | "ssl/ssl_connection_status_flags_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4432 | "ssl/ssl_platform_key_util_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4433 | "test/embedded_test_server/embedded_test_server_unittest.cc", |
| 4434 | "test/embedded_test_server/http_request_unittest.cc", |
| 4435 | "test/embedded_test_server/http_response_unittest.cc", |
| 4436 | "test/run_all_unittests.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4437 | "third_party/nist-pkits/pkits_testcases-inl.h", |
dalyk | 6b82a025 | 2018-08-22 15:22:38 | [diff] [blame] | 4438 | "third_party/uri_template/uri_template_test.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4439 | "tools/content_decoder_tool/content_decoder_tool.cc", |
| 4440 | "tools/content_decoder_tool/content_decoder_tool.h", |
| 4441 | "tools/content_decoder_tool/content_decoder_tool_unittest.cc", |
| 4442 | "tools/quic/quic_simple_client_test.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4443 | "tools/tld_cleanup/tld_cleanup_util_unittest.cc", |
Tsuyoshi Horo | ec9880b | 2017-09-28 22:25:21 | [diff] [blame] | 4444 | "url_request/redirect_info_unittest.cc", |
Tsuyoshi Horo | 9e2ec4df | 2017-10-16 15:15:55 | [diff] [blame] | 4445 | "url_request/redirect_util_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4446 | "url_request/report_sender_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4447 | "url_request/url_fetcher_impl_unittest.cc", |
| 4448 | "url_request/url_fetcher_response_writer_unittest.cc", |
| 4449 | "url_request/url_request_context_builder_unittest.cc", |
| 4450 | "url_request/url_request_context_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4451 | "url_request/url_request_filter_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4452 | "url_request/url_request_http_job_unittest.cc", |
| 4453 | "url_request/url_request_job_factory_impl_unittest.cc", |
| 4454 | "url_request/url_request_job_unittest.cc", |
| 4455 | "url_request/url_request_quic_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4456 | "url_request/url_request_throttler_simulation_unittest.cc", |
| 4457 | "url_request/url_request_throttler_test_support.cc", |
| 4458 | "url_request/url_request_throttler_test_support.h", |
| 4459 | "url_request/url_request_throttler_unittest.cc", |
| 4460 | "url_request/url_request_unittest.cc", |
| 4461 | "url_request/view_cache_helper_unittest.cc", |
| 4462 | ] |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4463 | |
| 4464 | if (is_android) { |
| 4465 | sources += [ |
| 4466 | "android/cellular_signal_strength_unittest.cc", |
| 4467 | "android/dummy_spnego_authenticator.cc", |
| 4468 | "android/dummy_spnego_authenticator.h", |
| 4469 | "android/http_auth_negotiate_android_unittest.cc", |
| 4470 | "android/network_change_notifier_android_unittest.cc", |
| 4471 | "android/network_library_unittest.cc", |
| 4472 | "android/traffic_stats_unittest.cc", |
| 4473 | "cert/cert_verify_proc_android_unittest.cc", |
| 4474 | "proxy_resolution/proxy_config_service_android_unittest.cc", |
| 4475 | "ssl/ssl_platform_key_android_unittest.cc", |
| 4476 | ] |
| 4477 | } |
| 4478 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 4479 | if (is_chromeos && use_nss_certs) { |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4480 | sources += [ |
| 4481 | "cert/nss_cert_database_chromeos_unittest.cc", |
| 4482 | "cert/nss_profile_filter_chromeos_unittest.cc", |
| 4483 | ] |
| 4484 | } |
| 4485 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 4486 | if (is_linux || is_chromeos) { |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4487 | sources += [ |
| 4488 | "base/address_tracker_linux_unittest.cc", |
| 4489 | "base/network_interfaces_linux_unittest.cc", |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4490 | ] |
Matt Menke | aed1c4b0 | 2019-11-01 01:35:04 | [diff] [blame] | 4491 | if (!is_chromeos) { |
| 4492 | sources += [ "proxy_resolution/proxy_config_service_linux_unittest.cc" ] |
| 4493 | } |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4494 | } |
| 4495 | |
| 4496 | if (is_mac) { |
| 4497 | sources += [ |
| 4498 | "cert/cert_verify_proc_mac_unittest.cc", |
| 4499 | "cert/internal/trust_store_mac_unittest.cc", |
| 4500 | "cert/x509_util_ios_and_mac_unittest.cc", |
| 4501 | "ssl/client_cert_store_mac_unittest.cc", |
| 4502 | "ssl/ssl_platform_key_mac_unittest.cc", |
| 4503 | ] |
| 4504 | } |
| 4505 | |
| 4506 | if (is_win) { |
| 4507 | sources += [ |
| 4508 | "base/network_change_notifier_win_unittest.cc", |
| 4509 | "base/network_interfaces_win_unittest.cc", |
| 4510 | "http/http_auth_sspi_win_unittest.cc", |
| 4511 | "http/mock_sspi_library_win.cc", |
| 4512 | "http/mock_sspi_library_win.h", |
Eric Roman | 74eb14a | 2020-04-20 19:53:51 | [diff] [blame] | 4513 | "proxy_resolution/win/dhcp_pac_file_adapter_fetcher_win_unittest.cc", |
| 4514 | "proxy_resolution/win/dhcp_pac_file_fetcher_win_unittest.cc", |
| 4515 | "proxy_resolution/win/proxy_config_service_win_unittest.cc", |
Nicolas Arciniega | c672049 | 2020-03-28 02:35:26 | [diff] [blame] | 4516 | "proxy_resolution/win/windows_system_proxy_resolution_service_unittest.cc", |
Nicolas Arciniega | b8d1d88 | 2020-07-29 18:29:00 | [diff] [blame] | 4517 | "proxy_resolution/win/windows_system_proxy_resolver_unittest.cc", |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4518 | "ssl/client_cert_store_win_unittest.cc", |
| 4519 | "ssl/ssl_platform_key_win_unittest.cc", |
| 4520 | ] |
| 4521 | } |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4522 | |
Ryan Sleevi | c2fcac6 | 2017-12-21 16:37:04 | [diff] [blame] | 4523 | configs += [ "//build/config:precompiled_headers" ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4524 | defines = [] |
| 4525 | |
| 4526 | deps = [ |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 4527 | ":extras", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4528 | ":net", |
Nick Harper | e0dfef1a | 2019-07-18 23:38:33 | [diff] [blame] | 4529 | ":preload_decoder", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 4530 | ":quic_test_tools", |
Dan Zhang | b4d098e3 | 2019-05-03 15:29:48 | [diff] [blame] | 4531 | ":quiche_test_tools", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4532 | ":simple_quic_tools", |
Victor Vasiliev | 802b8d0 | 2018-10-19 17:48:17 | [diff] [blame] | 4533 | ":spdy_test_tools", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4534 | ":test_support", |
| 4535 | "//base", |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 4536 | "//base:i18n", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4537 | "//base/third_party/dynamic_annotations", |
David Van Cleve | 680ce7d | 2020-02-07 18:04:24 | [diff] [blame] | 4538 | "//components/sqlite_proto", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4539 | "//crypto", |
| 4540 | "//crypto:platform", |
| 4541 | "//crypto:test_support", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4542 | "//net/base/registry_controlled_domains", |
Olle Liljenzin | 67385c52 | 2020-02-04 20:22:06 | [diff] [blame] | 4543 | "//net/base/registry_controlled_domains:lookup_strings_test_sets", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 4544 | "//net/dns:tests", |
dalyk | 8574431 | 2020-02-18 19:14:03 | [diff] [blame] | 4545 | "//net/dns/public:tests", |
martijn | d369e670 | 2017-03-21 18:36:45 | [diff] [blame] | 4546 | "//net/http:transport_security_state_unittest_data", |
Martijn Croonen | b1383da | 2017-10-11 11:56:35 | [diff] [blame] | 4547 | "//net/http:transport_security_state_unittest_data_default", |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 4548 | "//net/third_party/quiche:quiche_tests", |
Nick Harper | e0dfef1a | 2019-07-18 23:38:33 | [diff] [blame] | 4549 | "//net/tools/huffman_trie:huffman_trie_generator_sources", |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 4550 | "//sql", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4551 | "//testing/gmock", |
| 4552 | "//testing/gtest", |
thomasanderson | 77bec4d | 2017-03-20 07:09:25 | [diff] [blame] | 4553 | "//third_party/protobuf:protobuf_lite", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4554 | "//third_party/zlib", |
| 4555 | "//url", |
Scott Violet | fd6ee11 | 2019-01-10 19:05:32 | [diff] [blame] | 4556 | "//url:buildflags", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4557 | ] |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 4558 | |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 4559 | allow_circular_includes_from = [ "//net/third_party/quiche:quiche_tests" ] |
| 4560 | |
Helen Li | c51db4c | 2018-06-14 22:05:04 | [diff] [blame] | 4561 | if (enable_websockets) { |
| 4562 | deps += [ "//net/server:tests" ] |
| 4563 | } |
| 4564 | |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 4565 | if (is_posix || is_fuchsia) { |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 4566 | sources += [ "socket/udp_socket_posix_unittest.cc" ] |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 4567 | } |
| 4568 | |
Clark DuVall | fe37e8e0 | 2019-02-15 02:00:28 | [diff] [blame] | 4569 | if (is_android || is_chromeos) { |
| 4570 | sources += [ "base/network_change_notifier_posix_unittest.cc" ] |
| 4571 | } |
| 4572 | |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 4573 | if (enable_reporting) { |
| 4574 | sources += [ |
Matt Menke | c5d1fc8 | 2019-11-04 22:00:58 | [diff] [blame] | 4575 | "extras/sqlite/sqlite_persistent_reporting_and_nel_store_unittest.cc", |
Lily Chen | 6ac29d8 | 2019-04-11 22:26:58 | [diff] [blame] | 4576 | "network_error_logging/mock_persistent_nel_store_unittest.cc", |
Julia Tuttle | 6c949ae | 2017-11-17 16:36:27 | [diff] [blame] | 4577 | "network_error_logging/network_error_logging_service_unittest.cc", |
Lily Chen | 0ada609 | 2019-05-08 00:08:48 | [diff] [blame] | 4578 | "reporting/mock_persistent_reporting_store_unittest.cc", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 4579 | "reporting/reporting_browsing_data_remover_unittest.cc", |
| 4580 | "reporting/reporting_cache_unittest.cc", |
| 4581 | "reporting/reporting_delivery_agent_unittest.cc", |
| 4582 | "reporting/reporting_endpoint_manager_unittest.cc", |
| 4583 | "reporting/reporting_garbage_collector_unittest.cc", |
| 4584 | "reporting/reporting_header_parser_unittest.cc", |
| 4585 | "reporting/reporting_network_change_observer_unittest.cc", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 4586 | "reporting/reporting_service_unittest.cc", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 4587 | "reporting/reporting_uploader_unittest.cc", |
| 4588 | ] |
| 4589 | } |
| 4590 | |
jbudorick | 944eb92 | 2016-06-20 15:38:30 | [diff] [blame] | 4591 | data = [] |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 4592 | data_deps = [ |
| 4593 | "third_party/nist-pkits/", |
| 4594 | "//testing/buildbot/filters:net_unittests_filters", |
| 4595 | ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4596 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 4597 | if (is_linux || is_chromeos || is_mac || is_win || is_fuchsia) { |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4598 | deps += [ |
Keita Suzuki | 5651259 | 2020-03-06 09:42:48 | [diff] [blame] | 4599 | "//third_party/pywebsocket3/", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4600 | "//third_party/tlslite/", |
| 4601 | ] |
mattm | 6586b43 | 2016-02-12 04:52:39 | [diff] [blame] | 4602 | data_deps += [ |
Keita Suzuki | 5651259 | 2020-03-06 09:42:48 | [diff] [blame] | 4603 | "//third_party/pywebsocket3/", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4604 | "//third_party/tlslite/", |
| 4605 | ] |
| 4606 | data += [ |
| 4607 | "tools/testserver/", |
Keita Suzuki | 5651259 | 2020-03-06 09:42:48 | [diff] [blame] | 4608 | "//third_party/pywebsocket3/src/mod_pywebsocket/", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4609 | "//third_party/tlslite/", |
dpranke | f497c796 | 2015-07-31 19:46:23 | [diff] [blame] | 4610 | ] |
| 4611 | } |
| 4612 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 4613 | if (is_linux || is_chromeos) { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4614 | sources += [ |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 4615 | "quic/platform/impl/quic_epoll_clock_test.cc", |
| 4616 | "quic/platform/impl/quic_flags_test.cc", |
| 4617 | "quic/platform/impl/quic_linux_socket_utils_test.cc", |
| 4618 | "quic/platform/impl/quic_socket_utils_test.cc", |
Rajesh Mahindra | 4380217 | 2018-07-24 20:00:14 | [diff] [blame] | 4619 | "tools/quic/quic_http_proxy_backend_stream_test.cc", |
| 4620 | "tools/quic/quic_http_proxy_backend_test.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4621 | "tools/quic/quic_simple_server_test.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4622 | ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4623 | } |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 4624 | |
Sylvain Defresne | fafffe8 | 2020-07-27 14:16:50 | [diff] [blame] | 4625 | if (is_apple) { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4626 | sources += [ "base/mac/url_conversions_unittest.mm" ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4627 | } |
| 4628 | |
mattm | af868e7 | 2016-09-23 23:25:20 | [diff] [blame] | 4629 | if (is_mac) { |
Robert Sesek | d5a74a80 | 2020-07-01 16:38:08 | [diff] [blame] | 4630 | frameworks = [ "Security.framework" ] |
mattm | af868e7 | 2016-09-23 23:25:20 | [diff] [blame] | 4631 | } |
| 4632 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 4633 | if (!is_win) { |
| 4634 | sources += [ |
zentaro | b89acda4 | 2017-07-14 01:28:57 | [diff] [blame] | 4635 | "http/http_auth_handler_ntlm_portable_unittest.cc", |
zentaro | b7479568 | 2017-07-14 00:58:22 | [diff] [blame] | 4636 | "ntlm/ntlm_buffer_reader_unittest.cc", |
| 4637 | "ntlm/ntlm_buffer_writer_unittest.cc", |
Zentaro Kavanagh | dd55661 | 2017-08-03 20:27:04 | [diff] [blame] | 4638 | "ntlm/ntlm_client_unittest.cc", |
zentaro | b89acda4 | 2017-07-14 01:28:57 | [diff] [blame] | 4639 | "ntlm/ntlm_test_data.h", |
| 4640 | "ntlm/ntlm_unittest.cc", |
zentaro | b7479568 | 2017-07-14 00:58:22 | [diff] [blame] | 4641 | ] |
| 4642 | } |
| 4643 | |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 4644 | if (enable_python_utils) { |
| 4645 | sources += [ "test/python_utils_unittest.cc" ] |
| 4646 | } |
| 4647 | |
Sergey Ulanov | 7c0bcaf | 2017-08-28 19:03:26 | [diff] [blame] | 4648 | if (is_fuchsia) { |
| 4649 | use_test_server = true |
Kevin Marshall | 3e89fd7 | 2018-06-05 21:29:10 | [diff] [blame] | 4650 | deps += [ |
Wez | 71ad6ad | 2020-02-18 14:43:13 | [diff] [blame] | 4651 | "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.netstack", |
Wez | ba21444 | 2020-02-18 15:28:50 | [diff] [blame] | 4652 | "//third_party/fuchsia-sdk/sdk/pkg/fidl_cpp", |
Kevin Marshall | 3e89fd7 | 2018-06-05 21:29:10 | [diff] [blame] | 4653 | ] |
| 4654 | sources += [ "base/network_change_notifier_fuchsia_unittest.cc" ] |
Sergey Ulanov | 7c0bcaf | 2017-08-28 19:03:26 | [diff] [blame] | 4655 | } |
| 4656 | |
Matt Menke | aed1c4b0 | 2019-11-01 01:35:04 | [diff] [blame] | 4657 | if (use_nss_certs) { |
| 4658 | sources += [ |
Pavol Marko | e11ebca | 2019-07-03 07:08:37 | [diff] [blame] | 4659 | "cert/internal/system_trust_store_nss_unittest.cc", |
mattm | 9c63d44 | 2016-09-03 00:45:51 | [diff] [blame] | 4660 | "cert/internal/trust_store_nss_unittest.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4661 | "cert/nss_cert_database_unittest.cc", |
Matt Mueller | 10684c9 | 2017-08-09 07:24:09 | [diff] [blame] | 4662 | "cert/x509_util_nss_unittest.cc", |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 4663 | ] |
Matt Menke | aed1c4b0 | 2019-11-01 01:35:04 | [diff] [blame] | 4664 | if (!is_chromecast) { |
| 4665 | sources += [ |
| 4666 | "ssl/client_cert_store_nss_unittest.cc", |
| 4667 | "ssl/ssl_platform_key_nss_unittest.cc", |
| 4668 | ] |
| 4669 | } |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 4670 | } |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4671 | |
Asanka Herath | 48ddc2d | 2019-06-03 20:31:38 | [diff] [blame] | 4672 | if (use_external_gssapi) { |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 4673 | sources += [ |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4674 | "http/http_auth_gssapi_posix_unittest.cc", |
| 4675 | "http/mock_gssapi_library_posix.cc", |
| 4676 | "http/mock_gssapi_library_posix.h", |
| 4677 | ] |
Asanka Herath | de6cd1606e | 2019-06-09 13:39:14 | [diff] [blame] | 4678 | data_deps += [ |
Asanka Herath | de6cd1606e | 2019-06-09 13:39:14 | [diff] [blame] | 4679 | ":test_badgssapi", |
Zhongyi Shi | c023767 | 2019-12-13 13:07:30 | [diff] [blame] | 4680 | ":test_gssapi", |
Asanka Herath | de6cd1606e | 2019-06-09 13:39:14 | [diff] [blame] | 4681 | ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4682 | } |
Asanka Herath | 48ddc2d | 2019-06-03 20:31:38 | [diff] [blame] | 4683 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 4684 | if (use_kerberos) { |
| 4685 | sources += [ "http/http_auth_handler_negotiate_unittest.cc" ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4686 | } |
| 4687 | |
jbudorick | 1273a84 | 2016-04-01 19:50:05 | [diff] [blame] | 4688 | if (enable_websockets) { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4689 | sources += [ |
Adam Rice | d4596a8e | 2018-07-13 08:06:17 | [diff] [blame] | 4690 | "websockets/websocket_basic_handshake_stream_test.cc", |
Bence Béky | 7294fc2 | 2018-02-08 14:26:17 | [diff] [blame] | 4691 | "websockets/websocket_basic_stream_adapters_test.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4692 | "websockets/websocket_basic_stream_test.cc", |
| 4693 | "websockets/websocket_channel_test.cc", |
| 4694 | "websockets/websocket_deflate_parameters_test.cc", |
| 4695 | "websockets/websocket_deflate_predictor_impl_test.cc", |
| 4696 | "websockets/websocket_deflate_stream_test.cc", |
| 4697 | "websockets/websocket_deflater_test.cc", |
| 4698 | "websockets/websocket_end_to_end_test.cc", |
| 4699 | "websockets/websocket_errors_test.cc", |
| 4700 | "websockets/websocket_extension_parser_test.cc", |
| 4701 | "websockets/websocket_extension_test.cc", |
| 4702 | "websockets/websocket_frame_parser_test.cc", |
| 4703 | "websockets/websocket_frame_test.cc", |
| 4704 | "websockets/websocket_handshake_challenge_test.cc", |
| 4705 | "websockets/websocket_handshake_stream_create_helper_test.cc", |
| 4706 | "websockets/websocket_inflater_test.cc", |
| 4707 | "websockets/websocket_stream_cookie_test.cc", |
| 4708 | "websockets/websocket_stream_create_test_base.cc", |
| 4709 | "websockets/websocket_stream_create_test_base.h", |
| 4710 | "websockets/websocket_stream_test.cc", |
| 4711 | "websockets/websocket_test_util.cc", |
| 4712 | "websockets/websocket_test_util.h", |
| 4713 | ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4714 | } |
| 4715 | |
Matt Menke | 27e91ae4 | 2019-09-10 16:10:48 | [diff] [blame] | 4716 | if (!disable_file_support) { |
| 4717 | sources += [ |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4718 | "base/directory_lister_unittest.cc", |
Thiago Farina | d673bb12 | 2016-01-06 23:18:16 | [diff] [blame] | 4719 | "base/directory_listing_unittest.cc", |
Matt Menke | 27e91ae4 | 2019-09-10 16:10:48 | [diff] [blame] | 4720 | "test/url_request/url_request_test_job_backed_by_file_unittest.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4721 | ] |
| 4722 | } |
| 4723 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 4724 | if (!disable_ftp_support) { |
| 4725 | sources += [ |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4726 | "ftp/ftp_auth_cache_unittest.cc", |
| 4727 | "ftp/ftp_ctrl_response_buffer_unittest.cc", |
| 4728 | "ftp/ftp_directory_listing_parser_ls_unittest.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4729 | "ftp/ftp_directory_listing_parser_unittest.cc", |
| 4730 | "ftp/ftp_directory_listing_parser_unittest.h", |
| 4731 | "ftp/ftp_directory_listing_parser_vms_unittest.cc", |
| 4732 | "ftp/ftp_directory_listing_parser_windows_unittest.cc", |
| 4733 | "ftp/ftp_network_transaction_unittest.cc", |
| 4734 | "ftp/ftp_util_unittest.cc", |
Justin Tervay | d89ab35 | 2019-06-27 16:00:46 | [diff] [blame] | 4735 | "url_request/url_request_ftp_job_unittest.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4736 | ] |
| 4737 | } |
| 4738 | |
Brad Lassey | d44bd42 | 2018-05-31 22:45:23 | [diff] [blame] | 4739 | if (enable_built_in_dns) { |
| 4740 | sources += [ "url_request/http_with_dns_over_https_unittest.cc" ] |
| 4741 | } |
| 4742 | |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4743 | if (is_ios) { |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4744 | sources -= [ |
| 4745 | # TODO(droger): The following tests are disabled because the |
| 4746 | # implementation is missing or incomplete. |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4747 | "disk_cache/backend_unittest.cc", |
| 4748 | "disk_cache/blockfile/block_files_unittest.cc", |
| 4749 | |
| 4750 | # Need to read input data files. |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4751 | "socket/ssl_server_socket_unittest.cc", |
Victor Vasiliev | 802b8d0 | 2018-10-19 17:48:17 | [diff] [blame] | 4752 | "spdy/fuzzing/hpack_fuzz_util_test.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4753 | |
| 4754 | # Need TestServer. |
Matthew Denton | 8d91063 | 2019-11-22 23:54:53 | [diff] [blame] | 4755 | "cert_net/cert_net_fetcher_url_request_unittest.cc", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 4756 | "proxy_resolution/pac_file_fetcher_impl_unittest.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4757 | "socket/ssl_client_socket_unittest.cc", |
| 4758 | "url_request/url_fetcher_impl_unittest.cc", |
| 4759 | "url_request/url_request_context_builder_unittest.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4760 | ] |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4761 | sources += [ "cert/x509_util_ios_and_mac_unittest.cc" ] |
rsesek | 7d4ab4bc | 2016-07-22 17:35:13 | [diff] [blame] | 4762 | |
| 4763 | bundle_deps = [ ":net_unittests_bundle_data" ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4764 | } |
| 4765 | |
Sergey Ulanov | 21dea15 | 2017-09-13 00:50:50 | [diff] [blame] | 4766 | if (enable_unix_sockets) { |
| 4767 | sources += [ |
| 4768 | "socket/unix_domain_client_socket_posix_unittest.cc", |
| 4769 | "socket/unix_domain_server_socket_posix_unittest.cc", |
| 4770 | ] |
| 4771 | } |
| 4772 | |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 4773 | # Use getifaddrs() on POSIX platforms, except Linux and Android. |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 4774 | if (is_posix && !is_linux && !is_chromeos && !is_android) { |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 4775 | sources += [ "base/network_interfaces_getifaddrs_unittest.cc" ] |
Sergey Ulanov | 5c33235ae | 2017-07-06 23:55:07 | [diff] [blame] | 4776 | } |
| 4777 | |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 4778 | # Unit tests that aren't supported by the current ICU alternatives on Android. |
| 4779 | if (is_android && use_platform_icu_alternatives) { |
| 4780 | sources -= [ |
| 4781 | "base/filename_util_unittest.cc", |
| 4782 | "base/url_util_unittest.cc", |
| 4783 | "cert/x509_certificate_unittest.cc", |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 4784 | "url_request/url_request_job_unittest.cc", |
| 4785 | ] |
Misha Efimov | 1722162 | 2018-01-30 23:36:02 | [diff] [blame] | 4786 | deps += [ "//url:url_java" ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 4787 | } |
| 4788 | |
| 4789 | # Unit tests that are not supported by the current ICU alternatives on iOS. |
| 4790 | if (is_ios && use_platform_icu_alternatives) { |
| 4791 | sources -= [ |
| 4792 | "base/filename_util_unittest.cc", |
| 4793 | "base/url_util_unittest.cc", |
| 4794 | "cert/x509_certificate_unittest.cc", |
| 4795 | "http/http_auth_handler_basic_unittest.cc", |
| 4796 | "http/http_auth_handler_digest_unittest.cc", |
| 4797 | "http/http_auth_handler_factory_unittest.cc", |
| 4798 | "http/http_auth_unittest.cc", |
| 4799 | "http/http_content_disposition_unittest.cc", |
| 4800 | "http/http_network_transaction_unittest.cc", |
Bence Béky | 94658bf | 2018-05-11 19:22:58 | [diff] [blame] | 4801 | "spdy/spdy_network_transaction_unittest.cc", |
| 4802 | "spdy/spdy_proxy_client_socket_unittest.cc", |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 4803 | "url_request/url_request_job_unittest.cc", |
| 4804 | "url_request/url_request_unittest.cc", |
| 4805 | ] |
| 4806 | } |
| 4807 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 4808 | if (!disable_brotli_filter) { |
| 4809 | sources += [ "filter/brotli_source_stream_unittest.cc" ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 4810 | } |
| 4811 | |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4812 | if (is_android) { |
agrieve | 732db3a | 2016-04-26 19:18:19 | [diff] [blame] | 4813 | data_deps += [ "//net/tools/testserver:testserver_py" ] |
agrieve | 9717636 | 2015-12-01 16:36:19 | [diff] [blame] | 4814 | deps += [ |
| 4815 | ":net_test_jni_headers", |
agrieve | a5517aa | 2015-10-23 03:03:45 | [diff] [blame] | 4816 | "//base:base_java_unittest_support", |
| 4817 | "//net/android:net_java", |
agrieve | a5517aa | 2015-10-23 03:03:45 | [diff] [blame] | 4818 | "//net/android:net_java_test_support", |
Yipeng Wang | ff2db2d | 2017-06-16 13:54:52 | [diff] [blame] | 4819 | "//net/android:net_java_test_support_provider", |
agrieve | 9717636 | 2015-12-01 16:36:19 | [diff] [blame] | 4820 | "//net/android:net_javatests", |
agrieve | a5517aa | 2015-10-23 03:03:45 | [diff] [blame] | 4821 | "//net/android:net_unittests_apk_resources", |
agrieve | 9717636 | 2015-12-01 16:36:19 | [diff] [blame] | 4822 | |
| 4823 | # TODO(mmenke): This depends on test_support_base, which depends on |
| 4824 | # icu. Figure out a way to remove that dependency. |
| 4825 | "//testing/android/native_test:native_test_native_code", |
agrieve | a5517aa | 2015-10-23 03:03:45 | [diff] [blame] | 4826 | ] |
| 4827 | android_manifest = "//net/android/unittest_support/AndroidManifest.xml" |
Andrew Grieve | b9539df | 2020-06-12 16:27:44 | [diff] [blame] | 4828 | |
| 4829 | # Cronet still supports kitkat. |
| 4830 | min_sdk_version = 19 |
Sergey Ulanov | 5bb07d3 | 2017-07-12 04:14:54 | [diff] [blame] | 4831 | sources += [ |
| 4832 | "base/address_tracker_linux_unittest.cc", |
| 4833 | "base/network_interfaces_linux_unittest.cc", |
| 4834 | ] |
agrieve | 3ac557f0 | 2016-04-12 15:52:00 | [diff] [blame] | 4835 | shard_timeout = 300 |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4836 | } |
| 4837 | |
maksim.sisov | c69619d | 2016-05-20 19:23:55 | [diff] [blame] | 4838 | if (is_win) { |
davidben | d6d1e4d | 2017-05-10 16:49:01 | [diff] [blame] | 4839 | libs = [ |
| 4840 | "iphlpapi.lib", |
| 4841 | "ncrypt.lib", |
| 4842 | ] |
maksim.sisov | c69619d | 2016-05-20 19:23:55 | [diff] [blame] | 4843 | } |
davidben | 983d610b | 2016-12-14 19:35:40 | [diff] [blame] | 4844 | |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 4845 | if (trial_comparison_cert_verifier_supported) { |
| 4846 | sources += [ "cert/trial_comparison_cert_verifier_unittest.cc" ] |
| 4847 | } |
| 4848 | |
martijn | b9aca9d | 2017-03-31 19:56:15 | [diff] [blame] | 4849 | # Include transport_security_state_generator tests. |
| 4850 | if (host_toolchain == current_toolchain) { |
Mustafa Emre Acer | a7152b86 | 2018-06-14 20:57:47 | [diff] [blame] | 4851 | deps += [ |
| 4852 | "//net/tools/huffman_trie:huffman_trie_generator_test_sources", |
| 4853 | "//net/tools/transport_security_state_generator:transport_security_state_generator_test_sources", |
| 4854 | ] |
martijn | b9aca9d | 2017-03-31 19:56:15 | [diff] [blame] | 4855 | } |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4856 | } |
| 4857 | |
| 4858 | # !is_android && !is_win && !is_mac |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 4859 | if (!is_ios) { |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4860 | # TODO(crbug.com/594965): this should be converted to "app" template and |
| 4861 | # enabled on iOS too. |
Stephan Stross | 92fe507e | 2018-05-12 01:47:33 | [diff] [blame] | 4862 | test("net_perftests") { |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4863 | sources = [ |
| 4864 | "base/mime_sniffer_perftest.cc", |
| 4865 | "cookies/cookie_monster_perftest.cc", |
gavinp | c28fe112 | 2016-05-13 17:49:05 | [diff] [blame] | 4866 | "disk_cache/disk_cache_perftest.cc", |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4867 | "extras/sqlite/sqlite_persistent_cookie_store_perftest.cc", |
tfarina | 5dd13c2 | 2016-11-16 12:08:26 | [diff] [blame] | 4868 | "socket/udp_socket_perftest.cc", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 4869 | "url_request/url_request_quic_perftest.cc", |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4870 | ] |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 4871 | |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4872 | deps = [ |
| 4873 | ":extras", |
| 4874 | ":net", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 4875 | ":quic_test_tools", |
| 4876 | ":simple_quic_tools", |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4877 | ":test_support", |
| 4878 | "//base", |
| 4879 | "//base:i18n", |
| 4880 | "//base/test:test_support_perf", |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4881 | "//testing/gtest", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 4882 | "//testing/perf", |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4883 | "//url", |
| 4884 | ] |
Emily Hanley | 87c264cc | 2018-04-13 17:58:45 | [diff] [blame] | 4885 | data_deps = [ |
xunjieli | 5a86684 | 2017-06-09 18:16:20 | [diff] [blame] | 4886 | # Needed for isolate script to execute. |
Emily Hanley | 87c264cc | 2018-04-13 17:58:45 | [diff] [blame] | 4887 | "//testing:run_perf_test", |
xunjieli | 5a86684 | 2017-06-09 18:16:20 | [diff] [blame] | 4888 | ] |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4889 | if (enable_websockets) { |
| 4890 | sources += [ "websockets/websocket_frame_perftest.cc" ] |
| 4891 | } |
Stephan Stross | 92fe507e | 2018-05-12 01:47:33 | [diff] [blame] | 4892 | if (is_win) { |
| 4893 | deps += [ "//build/win:default_exe_manifest" ] |
| 4894 | } |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 4895 | } |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 4896 | } |
mef | ff34b82 | 2016-01-11 15:28:08 | [diff] [blame] | 4897 | |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 4898 | # Fuzzers |
| 4899 | |
mmenke | 35a3001 | 2016-07-15 19:20:12 | [diff] [blame] | 4900 | # This has a global (InitGlobals) that must always be linked in, so |
| 4901 | # must be a source set instead of a static library. |
Max Moroz | c3dc6fc | 2019-08-29 20:04:28 | [diff] [blame] | 4902 | if (use_fuzzing_engine) { |
| 4903 | # fuzzer_test targets are no-op when |use_fuzzing_engine| is false. Fuzzer |
| 4904 | # support targets should be disabled too. |
Max Moroz | cef17a4a7 | 2019-08-29 15:50:37 | [diff] [blame] | 4905 | source_set("net_fuzzer_test_support") { |
| 4906 | testonly = true |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 4907 | |
Max Moroz | cef17a4a7 | 2019-08-29 15:50:37 | [diff] [blame] | 4908 | sources = [ |
| 4909 | "base/fuzzer_test_support.cc", |
| 4910 | "filter/fuzzed_source_stream.cc", |
| 4911 | "filter/fuzzed_source_stream.h", |
| 4912 | "socket/fuzzed_datagram_client_socket.cc", |
| 4913 | "socket/fuzzed_datagram_client_socket.h", |
| 4914 | "socket/fuzzed_server_socket.cc", |
| 4915 | "socket/fuzzed_server_socket.h", |
| 4916 | "socket/fuzzed_socket.cc", |
| 4917 | "socket/fuzzed_socket.h", |
| 4918 | "socket/fuzzed_socket_factory.cc", |
| 4919 | "socket/fuzzed_socket_factory.h", |
| 4920 | "third_party/quiche/src/quic/platform/api/quic_fuzzed_data_provider.h", |
| 4921 | ] |
| 4922 | public_deps = [ |
| 4923 | "//base/test:test_support", |
| 4924 | "//net/dns:fuzzer_test_support", |
| 4925 | ] |
| 4926 | deps = [ |
| 4927 | "//base", |
| 4928 | "//base:i18n", |
| 4929 | "//net", |
| 4930 | ] |
| 4931 | allow_circular_includes_from = [ "//net/dns:fuzzer_test_support" ] |
| 4932 | } |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 4933 | } |
| 4934 | |
Matthew Denton | 29cbe0ee | 2019-03-27 00:10:41 | [diff] [blame] | 4935 | proto_library("disk_cache_lpm_fuzzer_proto") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4936 | sources = [ "disk_cache/disk_cache_fuzzer.proto" ] |
Matthew Denton | 29cbe0ee | 2019-03-27 00:10:41 | [diff] [blame] | 4937 | } |
| 4938 | |
| 4939 | fuzzer_test("disk_cache_lpm_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4940 | sources = [ "disk_cache/disk_cache_fuzzer.cc" ] |
Matthew Denton | 29cbe0ee | 2019-03-27 00:10:41 | [diff] [blame] | 4941 | deps = [ |
| 4942 | ":disk_cache_lpm_fuzzer_proto", |
| 4943 | ":test_support", |
| 4944 | "//base", |
| 4945 | "//net", |
| 4946 | "//third_party/libprotobuf-mutator", |
| 4947 | ] |
| 4948 | } |
| 4949 | |
Daniel McArdle | 72692a1 | 2020-05-11 16:47:16 | [diff] [blame] | 4950 | proto_library("backoff_entry_serializer_fuzzer_input") { |
| 4951 | proto_in_dir = "//" |
| 4952 | sources = [ "base/backoff_entry_serializer_fuzzer_input.proto" ] |
| 4953 | link_deps = [ "//testing/libfuzzer/proto:json_proto" ] |
| 4954 | } |
| 4955 | |
| 4956 | fuzzer_test("net_backoff_entry_serializer_fuzzer") { |
| 4957 | sources = [ "base/backoff_entry_serializer_fuzzer.cc" ] |
| 4958 | deps = [ |
| 4959 | ":backoff_entry_serializer_fuzzer_input", |
| 4960 | ":net_fuzzer_test_support", |
| 4961 | ":test_support", |
| 4962 | "//base", |
| 4963 | "//net", |
| 4964 | "//testing/libfuzzer/proto:json_proto", |
| 4965 | "//testing/libfuzzer/proto:json_proto_converter", |
| 4966 | "//third_party/libprotobuf-mutator", |
| 4967 | ] |
| 4968 | } |
| 4969 | |
Matt Menke | fd637c4 | 2019-10-22 23:17:42 | [diff] [blame] | 4970 | fuzzer_test("net_data_url_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4971 | sources = [ "base/data_url_fuzzer.cc" ] |
csharrison | aa314dc | 2016-04-29 20:15:37 | [diff] [blame] | 4972 | deps = [ |
| 4973 | ":net_fuzzer_test_support", |
| 4974 | ":test_support", |
| 4975 | "//base", |
| 4976 | "//net", |
| 4977 | ] |
Matt Menke | fd637c4 | 2019-10-22 23:17:42 | [diff] [blame] | 4978 | dict = "data/fuzzer_dictionaries/net_data_url_fuzzer.dict" |
Matt Menke | 9efa8d6 | 2019-11-07 23:43:28 | [diff] [blame] | 4979 | |
| 4980 | # IsTokenChar() and ToLowerASCII() are surprisingly slow in instrumented builds. |
| 4981 | libfuzzer_options = [ "max_len=100000" ] |
csharrison | aa314dc | 2016-04-29 20:15:37 | [diff] [blame] | 4982 | } |
| 4983 | |
mmenke | 5552a6a | 2016-03-28 23:11:59 | [diff] [blame] | 4984 | fuzzer_test("net_mime_sniffer_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4985 | sources = [ "base/mime_sniffer_fuzzer.cc" ] |
mmenke | 5552a6a | 2016-03-28 23:11:59 | [diff] [blame] | 4986 | deps = [ |
| 4987 | ":net_fuzzer_test_support", |
| 4988 | "//base", |
| 4989 | "//net", |
| 4990 | ] |
mmoroz | 4a561d3 | 2016-07-07 17:45:12 | [diff] [blame] | 4991 | dict = "data/fuzzer_dictionaries/net_mime_sniffer_fuzzer.dict" |
mmenke | 5552a6a | 2016-03-28 23:11:59 | [diff] [blame] | 4992 | } |
| 4993 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 4994 | fuzzer_test("net_parse_proxy_list_pac_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4995 | sources = [ "proxy_resolution/parse_proxy_list_pac_fuzzer.cc" ] |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4996 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 4997 | ":net_fuzzer_test_support", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4998 | "//net", |
| 4999 | ] |
| 5000 | } |
| 5001 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5002 | fuzzer_test("net_parse_proxy_list_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5003 | sources = [ "proxy_resolution/parse_proxy_list_fuzzer.cc" ] |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5004 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5005 | ":net_fuzzer_test_support", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5006 | "//net", |
| 5007 | ] |
| 5008 | } |
| 5009 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5010 | fuzzer_test("net_parse_proxy_bypass_rules_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5011 | sources = [ "proxy_resolution/parse_proxy_bypass_rules_fuzzer.cc" ] |
Eric Roman | b8522d6 | 2018-03-01 02:53:58 | [diff] [blame] | 5012 | |
| 5013 | libfuzzer_options = [ |
| 5014 | # The proxy bypass rules aren't very complicated, so this is more than |
| 5015 | # enough to explore the grammar. Allowing the length to become too large |
| 5016 | # can result in test timeouts (https://crbug.com/813619). |
| 5017 | "max_len=512", |
| 5018 | ] |
| 5019 | |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5020 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5021 | ":net_fuzzer_test_support", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5022 | "//net", |
| 5023 | ] |
| 5024 | } |
| 5025 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5026 | fuzzer_test("net_parse_proxy_rules_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5027 | sources = [ "proxy_resolution/parse_proxy_rules_fuzzer.cc" ] |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5028 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5029 | ":net_fuzzer_test_support", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5030 | "//net", |
| 5031 | ] |
metzman | 31db75e | 2016-08-03 22:33:27 | [diff] [blame] | 5032 | dict = "data/fuzzer_dictionaries/net_parse_proxy_bypass_rules_fuzzer.dict" |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5033 | } |
| 5034 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5035 | fuzzer_test("net_get_domain_and_registry_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5036 | sources = |
| 5037 | [ "base/registry_controlled_domains/get_domain_and_registry_fuzzer.cc" ] |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5038 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5039 | ":net_fuzzer_test_support", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5040 | "//base", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5041 | "//net", |
| 5042 | ] |
mmoroz | 4a561d3 | 2016-07-07 17:45:12 | [diff] [blame] | 5043 | dict = "data/fuzzer_dictionaries/net_get_domain_and_registry_fuzzer.dict" |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5044 | } |
| 5045 | |
Olle Liljenzin | d4161ae | 2020-02-12 20:34:45 | [diff] [blame] | 5046 | fuzzer_test("net_lookup_string_in_fixed_set_fuzzer") { |
| 5047 | sources = [ "base/lookup_string_in_fixed_set_fuzzer.cc" ] |
| 5048 | deps = [ |
| 5049 | ":net_fuzzer_test_support", |
| 5050 | "//base", |
| 5051 | "//net", |
| 5052 | "//net/base/registry_controlled_domains:lookup_strings_test_sets", |
| 5053 | ] |
| 5054 | dict = "data/fuzzer_dictionaries/net_get_domain_and_registry_fuzzer.dict" |
| 5055 | } |
| 5056 | |
Matthew Braithwaite | 02f33c867 | 2019-05-14 00:20:29 | [diff] [blame] | 5057 | fuzzer_test("net_cert_ct_decode_signed_certificate_timestamp_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5058 | sources = [ "cert/decode_signed_certificate_timestamp_fuzzer.cc" ] |
Matthew Braithwaite | 02f33c867 | 2019-05-14 00:20:29 | [diff] [blame] | 5059 | deps = [ |
| 5060 | ":net_fuzzer_test_support", |
| 5061 | "//base", |
| 5062 | "//net", |
| 5063 | ] |
| 5064 | } |
| 5065 | |
mattm | afe43b8 | 2016-04-28 20:40:54 | [diff] [blame] | 5066 | fuzzer_test("net_cert_verify_name_match_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5067 | sources = [ "cert/internal/verify_name_match_fuzzer.cc" ] |
mattm | afe43b8 | 2016-04-28 20:40:54 | [diff] [blame] | 5068 | deps = [ |
| 5069 | ":net_fuzzer_test_support", |
| 5070 | "//base", |
| 5071 | "//net", |
| 5072 | ] |
| 5073 | } |
| 5074 | |
mattm | 2c637da4 | 2016-04-28 02:55:59 | [diff] [blame] | 5075 | fuzzer_test("net_cert_normalize_name_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5076 | sources = [ "cert/internal/verify_name_match_normalizename_fuzzer.cc" ] |
mattm | 2c637da4 | 2016-04-28 02:55:59 | [diff] [blame] | 5077 | deps = [ |
| 5078 | "//base", |
| 5079 | "//net", |
| 5080 | ] |
| 5081 | } |
| 5082 | |
mattm | afe43b8 | 2016-04-28 20:40:54 | [diff] [blame] | 5083 | fuzzer_test("net_cert_verify_name_in_subtree_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5084 | sources = [ "cert/internal/verify_name_match_verifynameinsubtree_fuzzer.cc" ] |
mattm | afe43b8 | 2016-04-28 20:40:54 | [diff] [blame] | 5085 | deps = [ |
| 5086 | ":net_fuzzer_test_support", |
| 5087 | "//base", |
| 5088 | "//net", |
| 5089 | ] |
| 5090 | } |
| 5091 | |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 5092 | fuzzer_test("net_cert_crl_parse_crl_certificatelist_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5093 | sources = [ "cert/internal/crl_parse_crl_certificatelist_fuzzer.cc" ] |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 5094 | seed_corpus = "data/fuzzer_data/crl_parse_crl_certificatelist_fuzzer" |
| 5095 | deps = [ |
| 5096 | "//base", |
| 5097 | "//net", |
| 5098 | ] |
| 5099 | } |
| 5100 | |
| 5101 | fuzzer_test("net_cert_crl_parse_crl_tbscertlist_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5102 | sources = [ "cert/internal/crl_parse_crl_tbscertlist_fuzzer.cc" ] |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 5103 | seed_corpus = "data/fuzzer_data/crl_parse_crl_tbscertlist_fuzzer" |
| 5104 | deps = [ |
| 5105 | "//base", |
| 5106 | "//net", |
| 5107 | ] |
| 5108 | } |
| 5109 | |
Matt Mueller | e0065696 | 2019-06-22 00:10:36 | [diff] [blame] | 5110 | fuzzer_test("net_cert_crl_parse_issuing_distribution_point_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5111 | sources = [ "cert/internal/crl_parse_issuing_distribution_point_fuzzer.cc" ] |
Matt Mueller | e0065696 | 2019-06-22 00:10:36 | [diff] [blame] | 5112 | seed_corpus = "data/fuzzer_data/crl_parse_issuing_distribution_point_fuzzer" |
| 5113 | deps = [ |
| 5114 | "//base", |
| 5115 | "//net", |
| 5116 | ] |
| 5117 | } |
| 5118 | |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 5119 | fuzzer_test("net_cert_crl_getcrlstatusforcert_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5120 | sources = [ "cert/internal/crl_getcrlstatusforcert_fuzzer.cc" ] |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 5121 | seed_corpus = "data/fuzzer_data/crl_getcrlstatusforcert_fuzzer" |
| 5122 | deps = [ |
| 5123 | "//base", |
| 5124 | "//net", |
| 5125 | ] |
| 5126 | } |
| 5127 | |
Ryan Sleevi | 6cf36b48 | 2019-03-22 00:54:43 | [diff] [blame] | 5128 | fuzzer_test("net_cert_ocsp_parse_ocsp_cert_id_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5129 | sources = [ "cert/internal/ocsp_parse_ocsp_cert_id_fuzzer.cc" ] |
Ryan Sleevi | 6cf36b48 | 2019-03-22 00:54:43 | [diff] [blame] | 5130 | seed_corpus = "data/fuzzer_data/parse_ocsp_cert_id_fuzzer" |
| 5131 | deps = [ |
| 5132 | "//base", |
| 5133 | "//net", |
| 5134 | ] |
| 5135 | } |
| 5136 | |
| 5137 | fuzzer_test("net_cert_ocsp_parse_ocsp_single_response_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5138 | sources = [ "cert/internal/ocsp_parse_ocsp_single_response_fuzzer.cc" ] |
Ryan Sleevi | 6cf36b48 | 2019-03-22 00:54:43 | [diff] [blame] | 5139 | seed_corpus = "data/fuzzer_data/parse_ocsp_single_response_fuzzer" |
| 5140 | deps = [ |
| 5141 | "//base", |
| 5142 | "//net", |
| 5143 | ] |
| 5144 | } |
| 5145 | |
| 5146 | fuzzer_test("net_cert_ocsp_parse_ocsp_response_data_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5147 | sources = [ "cert/internal/ocsp_parse_ocsp_response_data_fuzzer.cc" ] |
Ryan Sleevi | 6cf36b48 | 2019-03-22 00:54:43 | [diff] [blame] | 5148 | seed_corpus = "data/fuzzer_data/parse_ocsp_response_data_fuzzer" |
| 5149 | deps = [ |
| 5150 | "//base", |
| 5151 | "//net", |
| 5152 | ] |
| 5153 | } |
| 5154 | |
| 5155 | fuzzer_test("net_cert_ocsp_parse_ocsp_response_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5156 | sources = [ "cert/internal/ocsp_parse_ocsp_response_fuzzer.cc" ] |
Ryan Sleevi | 6cf36b48 | 2019-03-22 00:54:43 | [diff] [blame] | 5157 | seed_corpus = "data/fuzzer_data/parse_ocsp_response_fuzzer" |
| 5158 | deps = [ |
| 5159 | "//base", |
| 5160 | "//net", |
| 5161 | ] |
| 5162 | } |
| 5163 | |
Matt Mueller | 7793d41 | 2019-11-01 01:43:08 | [diff] [blame] | 5164 | fuzzer_test("net_cert_parse_authority_key_identifier_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5165 | sources = [ "cert/internal/parse_authority_key_identifier_fuzzer.cc" ] |
Matt Mueller | 7793d41 | 2019-11-01 01:43:08 | [diff] [blame] | 5166 | seed_corpus = "data/fuzzer_data/parse_authority_key_identifier_fuzzer" |
| 5167 | deps = [ |
| 5168 | "//base", |
| 5169 | "//net", |
| 5170 | ] |
| 5171 | } |
| 5172 | |
nharper | 85d3b6f | 2016-04-28 20:58:19 | [diff] [blame] | 5173 | fuzzer_test("net_cert_parse_certificate_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5174 | sources = [ "cert/internal/parse_certificate_fuzzer.cc" ] |
nharper | 85d3b6f | 2016-04-28 20:58:19 | [diff] [blame] | 5175 | deps = [ |
| 5176 | "//base", |
| 5177 | "//net", |
| 5178 | ] |
| 5179 | } |
| 5180 | |
Daniel McArdle | 5917890 | 2019-07-02 13:19:01 | [diff] [blame] | 5181 | fuzzer_test("net_canonical_cookie_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5182 | sources = [ "cookies/canonical_cookie_fuzzer.cc" ] |
Daniel McArdle | 5917890 | 2019-07-02 13:19:01 | [diff] [blame] | 5183 | deps = [ |
| 5184 | ":net_fuzzer_test_support", |
| 5185 | "//net", |
| 5186 | ] |
| 5187 | seed_corpus = "data/fuzzer_data/net_canonical_cookie_fuzzer/" |
| 5188 | } |
| 5189 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5190 | fuzzer_test("net_parse_cookie_line_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5191 | sources = [ "cookies/parse_cookie_line_fuzzer.cc" ] |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5192 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5193 | ":net_fuzzer_test_support", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5194 | "//net", |
| 5195 | ] |
| 5196 | } |
| 5197 | |
mmenke | 44e8e9c | 2016-03-29 18:38:57 | [diff] [blame] | 5198 | fuzzer_test("net_http_stream_parser_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5199 | sources = [ "http/http_stream_parser_fuzzer.cc" ] |
mmenke | 44e8e9c | 2016-03-29 18:38:57 | [diff] [blame] | 5200 | deps = [ |
| 5201 | ":net_fuzzer_test_support", |
| 5202 | ":test_support", |
| 5203 | "//base", |
| 5204 | "//net", |
| 5205 | ] |
mmoroz | 4a561d3 | 2016-07-07 17:45:12 | [diff] [blame] | 5206 | dict = "data/fuzzer_dictionaries/net_http_stream_parser_fuzzer.dict" |
mmenke | 44e8e9c | 2016-03-29 18:38:57 | [diff] [blame] | 5207 | } |
| 5208 | |
Jonathan Metzman | 0e5e530f | 2018-10-04 19:29:57 | [diff] [blame] | 5209 | if (!is_win) { |
| 5210 | fuzzer_test("net_ntlm_ntlm_client_fuzzer") { |
| 5211 | sources = [ |
| 5212 | "ntlm/ntlm_client_fuzzer.cc", |
| 5213 | "ntlm/ntlm_test_data.h", |
| 5214 | ] |
| 5215 | deps = [ |
| 5216 | ":net_fuzzer_test_support", |
| 5217 | ":test_support", |
| 5218 | "//base", |
| 5219 | "//net", |
| 5220 | ] |
| 5221 | dict = "data/fuzzer_dictionaries/net_ntlm_ntlm_client_fuzzer.dict" |
| 5222 | seed_corpus = "data/fuzzer_data/ntlm_client_fuzzer/" |
| 5223 | } |
Zentaro Kavanagh | dd55661 | 2017-08-03 20:27:04 | [diff] [blame] | 5224 | } |
| 5225 | |
xunjieli | d5ffeaf | 2016-11-01 15:22:00 | [diff] [blame] | 5226 | if (!disable_brotli_filter) { |
| 5227 | fuzzer_test("net_brotli_source_stream_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5228 | sources = [ "filter/brotli_source_stream_fuzzer.cc" ] |
xunjieli | d5ffeaf | 2016-11-01 15:22:00 | [diff] [blame] | 5229 | deps = [ |
| 5230 | ":net_fuzzer_test_support", |
| 5231 | ":test_support", |
| 5232 | "//base", |
| 5233 | "//net", |
| 5234 | ] |
| 5235 | } |
| 5236 | } |
| 5237 | |
xunjieli | 7583733 | 2016-10-31 16:51:26 | [diff] [blame] | 5238 | fuzzer_test("net_gzip_source_stream_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5239 | sources = [ "filter/gzip_source_stream_fuzzer.cc" ] |
xunjieli | 7583733 | 2016-10-31 16:51:26 | [diff] [blame] | 5240 | deps = [ |
| 5241 | ":net_fuzzer_test_support", |
| 5242 | ":test_support", |
| 5243 | "//base", |
| 5244 | "//net", |
| 5245 | ] |
| 5246 | } |
| 5247 | |
Daniel McArdle | 9309426 | 2019-06-04 22:44:23 | [diff] [blame] | 5248 | fuzzer_test("net_crl_set_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5249 | sources = [ "cert/crl_set_fuzzer.cc" ] |
Daniel McArdle | 9309426 | 2019-06-04 22:44:23 | [diff] [blame] | 5250 | deps = [ |
| 5251 | ":net_fuzzer_test_support", |
| 5252 | ":test_support", |
| 5253 | "//base", |
| 5254 | "//net", |
| 5255 | ] |
| 5256 | seed_corpus = "data/fuzzer_data/net_crl_set_fuzzer/" |
| 5257 | } |
| 5258 | |
Simon Que | 386bf4bc | 2019-04-12 14:54:14 | [diff] [blame] | 5259 | if (!disable_ftp_support) { |
| 5260 | fuzzer_test("net_ftp_ctrl_response_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5261 | sources = [ "ftp/ftp_ctrl_response_fuzzer.cc" ] |
Simon Que | 386bf4bc | 2019-04-12 14:54:14 | [diff] [blame] | 5262 | deps = [ |
| 5263 | ":net_fuzzer_test_support", |
| 5264 | "//base", |
| 5265 | "//net", |
| 5266 | ] |
| 5267 | } |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5268 | |
Simon Que | 386bf4bc | 2019-04-12 14:54:14 | [diff] [blame] | 5269 | fuzzer_test("net_ftp_directory_listing_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5270 | sources = [ "ftp/ftp_directory_listing_fuzzer.cc" ] |
Simon Que | 386bf4bc | 2019-04-12 14:54:14 | [diff] [blame] | 5271 | deps = [ |
| 5272 | ":net_fuzzer_test_support", |
| 5273 | "//base", |
| 5274 | "//net", |
| 5275 | ] |
Eric Roman | 230c1ed | 2019-01-16 00:40:23 | [diff] [blame] | 5276 | |
Simon Que | 386bf4bc | 2019-04-12 14:54:14 | [diff] [blame] | 5277 | # TODO(https://crbug.com/921297): Re-enable once source of timeout is |
| 5278 | # understood (probably just needs to restrict maximum input size). |
| 5279 | additional_configs = [ "//testing/libfuzzer:no_clusterfuzz" ] |
| 5280 | } |
Matt Menke | a08b11a2 | 2019-05-13 17:56:36 | [diff] [blame] | 5281 | |
| 5282 | fuzzer_test("net_url_request_ftp_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5283 | sources = [ "url_request/url_request_ftp_fuzzer.cc" ] |
Matt Menke | a08b11a2 | 2019-05-13 17:56:36 | [diff] [blame] | 5284 | deps = [ |
| 5285 | ":net_fuzzer_test_support", |
| 5286 | ":test_support", |
| 5287 | "//base", |
| 5288 | "//net", |
| 5289 | ] |
| 5290 | dict = "data/fuzzer_dictionaries/net_url_request_ftp_fuzzer.dict" |
| 5291 | seed_corpus = "data/fuzzer_data/net_url_request_ftp_fuzzer/" |
| 5292 | |
| 5293 | # TODO(https://crbug.com/962087): Re-enable once source of timeout is |
| 5294 | # understood (probably just needs to restrict maximum input size). |
| 5295 | additional_configs = [ "//testing/libfuzzer:no_clusterfuzz" ] |
| 5296 | } |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5297 | } |
| 5298 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5299 | fuzzer_test("net_unescape_url_component_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5300 | sources = [ "base/unescape_url_component_fuzzer.cc" ] |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5301 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5302 | ":net_fuzzer_test_support", |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5303 | "//base", |
| 5304 | "//net", |
| 5305 | ] |
Asanka Herath | ca98523 | 2019-10-14 22:51:07 | [diff] [blame] | 5306 | dict = "data/fuzzer_dictionaries/unescape_url_component_fuzzer.dict" |
mmoroz | 062a4a6 | 2016-04-12 09:02:33 | [diff] [blame] | 5307 | libfuzzer_options = [ "max_len = 2048" ] |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5308 | } |
| 5309 | |
ricea | 7b870e7 | 2016-09-01 04:41:04 | [diff] [blame] | 5310 | fuzzer_test("net_websocket_deflate_stream_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5311 | sources = [ "websockets/websocket_deflate_stream_fuzzer.cc" ] |
ricea | 7b870e7 | 2016-09-01 04:41:04 | [diff] [blame] | 5312 | deps = [ |
| 5313 | ":net_fuzzer_test_support", |
| 5314 | "//net", |
| 5315 | ] |
| 5316 | dict = "data/fuzzer_dictionaries/net_websocket_frame_parser_fuzzer.dict" |
| 5317 | libfuzzer_options = [ "max_len=512" ] |
| 5318 | } |
| 5319 | |
ricea | f9dcc09 | 2016-09-13 12:42:00 | [diff] [blame] | 5320 | fuzzer_test("net_websocket_extension_parser_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5321 | sources = [ "websockets/websocket_extension_parser_fuzzer.cc" ] |
ricea | f9dcc09 | 2016-09-13 12:42:00 | [diff] [blame] | 5322 | deps = [ |
| 5323 | ":net_fuzzer_test_support", |
| 5324 | "//net", |
| 5325 | ] |
| 5326 | dict = "data/fuzzer_dictionaries/net_websocket_extension_parser_fuzzer.dict" |
| 5327 | libfuzzer_options = [ "max_len = 256" ] |
| 5328 | } |
| 5329 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5330 | fuzzer_test("net_websocket_frame_parser_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5331 | sources = [ "websockets/websocket_frame_parser_fuzzer.cc" ] |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5332 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5333 | ":net_fuzzer_test_support", |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5334 | "//net", |
| 5335 | ] |
mmoroz | 4a561d3 | 2016-07-07 17:45:12 | [diff] [blame] | 5336 | dict = "data/fuzzer_dictionaries/net_websocket_frame_parser_fuzzer.dict" |
ricea | 105ae61 | 2016-09-08 08:00:07 | [diff] [blame] | 5337 | libfuzzer_options = [ "max_len=256" ] |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5338 | } |
| 5339 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5340 | fuzzer_test("net_http_chunked_decoder_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5341 | sources = [ "http/http_chunked_decoder_fuzzer.cc" ] |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5342 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5343 | ":net_fuzzer_test_support", |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5344 | "//net", |
| 5345 | ] |
Asanka Herath | ca98523 | 2019-10-14 22:51:07 | [diff] [blame] | 5346 | dict = "data/fuzzer_dictionaries/http_chunked_decoder_fuzzer.dict" |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5347 | } |
| 5348 | |
Asanka Herath | e61626d1 | 2019-11-14 19:16:44 | [diff] [blame] | 5349 | fuzzer_test("net_http_auth_handler_basic_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5350 | sources = [ "http/http_auth_handler_basic_fuzzer.cc" ] |
Asanka Herath | e61626d1 | 2019-11-14 19:16:44 | [diff] [blame] | 5351 | dict = "data/fuzzer_dictionaries/net_http_auth_handler_basic_fuzzer.dict" |
| 5352 | deps = [ |
| 5353 | ":net_fuzzer_test_support", |
Eric Orth | af82b49a | 2020-02-01 01:48:50 | [diff] [blame] | 5354 | ":test_support", |
Asanka Herath | e61626d1 | 2019-11-14 19:16:44 | [diff] [blame] | 5355 | "//net", |
Asanka Herath | e61626d1 | 2019-11-14 19:16:44 | [diff] [blame] | 5356 | ] |
| 5357 | } |
| 5358 | |
Asanka Herath | 643b3b0 | 2019-11-14 21:30:49 | [diff] [blame] | 5359 | fuzzer_test("net_http_auth_handler_digest_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5360 | sources = [ "http/http_auth_handler_digest_fuzzer.cc" ] |
Asanka Herath | 643b3b0 | 2019-11-14 21:30:49 | [diff] [blame] | 5361 | dict = "data/fuzzer_dictionaries/net_http_auth_handler_digest_fuzzer.dict" |
| 5362 | deps = [ |
| 5363 | ":net_fuzzer_test_support", |
Eric Orth | af82b49a | 2020-02-01 01:48:50 | [diff] [blame] | 5364 | ":test_support", |
Asanka Herath | 643b3b0 | 2019-11-14 21:30:49 | [diff] [blame] | 5365 | "//net", |
Asanka Herath | 643b3b0 | 2019-11-14 21:30:49 | [diff] [blame] | 5366 | ] |
| 5367 | } |
| 5368 | |
Eric Orth | cb5b742 | 2020-08-13 20:22:41 | [diff] [blame] | 5369 | fuzzer_test("net_http_auth_handler_fuzzer") { |
| 5370 | sources = [ "http/http_auth_handler_fuzzer.cc" ] |
| 5371 | deps = [ |
| 5372 | ":net_fuzzer_test_support", |
| 5373 | ":test_support", |
| 5374 | "//base", |
| 5375 | "//net", |
| 5376 | ] |
| 5377 | } |
| 5378 | |
Asanka Herath | 1b55e89 | 2019-10-14 19:27:39 | [diff] [blame] | 5379 | fuzzer_test("net_http_content_disposition_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5380 | sources = [ "http/http_content_disposition_fuzzer.cc" ] |
Asanka Herath | 1b55e89 | 2019-10-14 19:27:39 | [diff] [blame] | 5381 | dict = "data/fuzzer_dictionaries/net_http_content_disposition_fuzzer.dict" |
| 5382 | deps = [ |
| 5383 | ":net_fuzzer_test_support", |
| 5384 | "//net", |
| 5385 | ] |
| 5386 | } |
| 5387 | |
mmenke | 8e9314bc | 2016-04-15 21:45:02 | [diff] [blame] | 5388 | fuzzer_test("net_http_proxy_client_socket_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5389 | sources = [ "http/http_proxy_client_socket_fuzzer.cc" ] |
mmenke | 8e9314bc | 2016-04-15 21:45:02 | [diff] [blame] | 5390 | deps = [ |
| 5391 | ":net_fuzzer_test_support", |
| 5392 | ":test_support", |
| 5393 | "//base", |
| 5394 | "//net", |
| 5395 | ] |
mmoroz | 4a561d3 | 2016-07-07 17:45:12 | [diff] [blame] | 5396 | dict = "data/fuzzer_dictionaries/net_http_proxy_client_socket_fuzzer.dict" |
mmenke | 8e9314bc | 2016-04-15 21:45:02 | [diff] [blame] | 5397 | } |
| 5398 | |
Yutaka Hirano | 7babd26e | 2020-02-12 16:03:21 | [diff] [blame] | 5399 | fuzzer_test("net_structured_headers_fuzzer") { |
| 5400 | sources = [ "http/structured_headers_fuzzer.cc" ] |
| 5401 | deps = [ |
| 5402 | ":net_fuzzer_test_support", |
| 5403 | ":test_support", |
| 5404 | "//base", |
| 5405 | "//net", |
| 5406 | ] |
| 5407 | seed_corpus = "data/fuzzer_data/structured_headers_corpus" |
| 5408 | } |
| 5409 | |
mmoroz | 9299ef9b | 2016-09-01 17:37:09 | [diff] [blame] | 5410 | fuzzer_test("net_parse_url_hostname_to_address_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5411 | sources = [ "base/parse_url_hostname_to_address_fuzzer.cc" ] |
mmoroz | 9299ef9b | 2016-09-01 17:37:09 | [diff] [blame] | 5412 | deps = [ |
| 5413 | ":net_fuzzer_test_support", |
| 5414 | "//base", |
| 5415 | "//net", |
| 5416 | ] |
| 5417 | libfuzzer_options = [ "max_len=512" ] |
| 5418 | seed_corpus = "data/fuzzer_data/hostnames/" |
| 5419 | } |
| 5420 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5421 | fuzzer_test("net_quic_crypto_framer_parse_message_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5422 | sources = [ "quic/quic_crypto_framer_parse_message_fuzzer.cc" ] |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5423 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5424 | ":net_fuzzer_test_support", |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5425 | "//base", |
| 5426 | "//net", |
| 5427 | ] |
| 5428 | } |
mmenke | 99b5717 | 2016-04-14 20:44:33 | [diff] [blame] | 5429 | |
btolsch | 7ebfd23c | 2018-11-16 00:05:10 | [diff] [blame] | 5430 | fuzzer_test("net_quic_transport_parameters_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5431 | sources = [ "quic/quic_transport_parameters_fuzzer.cc" ] |
btolsch | 7ebfd23c | 2018-11-16 00:05:10 | [diff] [blame] | 5432 | deps = [ |
| 5433 | ":net_fuzzer_test_support", |
| 5434 | "//base", |
| 5435 | "//net", |
| 5436 | ] |
| 5437 | } |
| 5438 | |
mmenke | 99b5717 | 2016-04-14 20:44:33 | [diff] [blame] | 5439 | fuzzer_test("net_socks_client_socket_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5440 | sources = [ "socket/socks_client_socket_fuzzer.cc" ] |
mmenke | 99b5717 | 2016-04-14 20:44:33 | [diff] [blame] | 5441 | deps = [ |
| 5442 | ":net_fuzzer_test_support", |
| 5443 | ":test_support", |
| 5444 | "//base", |
| 5445 | "//net", |
| 5446 | ] |
| 5447 | } |
| 5448 | |
| 5449 | fuzzer_test("net_socks5_client_socket_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5450 | sources = [ "socket/socks5_client_socket_fuzzer.cc" ] |
mmenke | 99b5717 | 2016-04-14 20:44:33 | [diff] [blame] | 5451 | deps = [ |
| 5452 | ":net_fuzzer_test_support", |
| 5453 | ":test_support", |
| 5454 | "//base", |
| 5455 | "//net", |
| 5456 | ] |
| 5457 | } |
mmenke | c951d41 | 2016-04-28 19:05:22 | [diff] [blame] | 5458 | |
| 5459 | fuzzer_test("net_url_request_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5460 | sources = [ "url_request/url_request_fuzzer.cc" ] |
mmenke | c951d41 | 2016-04-28 19:05:22 | [diff] [blame] | 5461 | deps = [ |
| 5462 | ":net_fuzzer_test_support", |
| 5463 | ":test_support", |
| 5464 | "//base", |
| 5465 | "//net", |
| 5466 | ] |
mmoroz | 4a561d3 | 2016-07-07 17:45:12 | [diff] [blame] | 5467 | dict = "data/fuzzer_dictionaries/net_url_request_fuzzer.dict" |
mmenke | c951d41 | 2016-04-28 19:05:22 | [diff] [blame] | 5468 | } |
csharrison | 88d2a61 | 2016-09-09 16:58:54 | [diff] [blame] | 5469 | |
| 5470 | fuzzer_test("net_auth_challenge_tokenizer_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5471 | sources = [ "http/http_auth_challenge_tokenizer_fuzzer.cc" ] |
csharrison | 88d2a61 | 2016-09-09 16:58:54 | [diff] [blame] | 5472 | deps = [ |
| 5473 | ":net_fuzzer_test_support", |
| 5474 | ":test_support", |
| 5475 | "//base", |
| 5476 | "//net", |
| 5477 | ] |
| 5478 | } |
martijn | db9ad4f | 2016-10-26 18:34:09 | [diff] [blame] | 5479 | |
estark | a57e816 | 2017-04-21 18:01:05 | [diff] [blame] | 5480 | fuzzer_test("net_http_security_headers_expect_ct_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5481 | sources = [ "http/http_security_headers_expect_ct_fuzzer.cc" ] |
estark | a57e816 | 2017-04-21 18:01:05 | [diff] [blame] | 5482 | deps = [ |
| 5483 | ":net_fuzzer_test_support", |
| 5484 | "//base", |
| 5485 | "//net", |
| 5486 | "//url", |
| 5487 | ] |
| 5488 | dict = "data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict" |
| 5489 | seed_corpus = "data/fuzzer_data/http_security_headers/" |
| 5490 | } |
| 5491 | |
martijn | db9ad4f | 2016-10-26 18:34:09 | [diff] [blame] | 5492 | fuzzer_test("net_http_security_headers_hsts_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5493 | sources = [ "http/http_security_headers_hsts_fuzzer.cc" ] |
martijn | db9ad4f | 2016-10-26 18:34:09 | [diff] [blame] | 5494 | deps = [ |
| 5495 | "//base", |
| 5496 | "//net", |
| 5497 | ] |
| 5498 | dict = "data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict" |
estark | a57e816 | 2017-04-21 18:01:05 | [diff] [blame] | 5499 | seed_corpus = "data/fuzzer_data/http_security_headers/" |
martijn | db9ad4f | 2016-10-26 18:34:09 | [diff] [blame] | 5500 | } |
| 5501 | |
martijn | da94079 | 2016-12-29 01:36:51 | [diff] [blame] | 5502 | fuzzer_test("net_http_transport_security_state_static_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5503 | sources = [ "http/transport_security_state_static_fuzzer.cc" ] |
martijn | da94079 | 2016-12-29 01:36:51 | [diff] [blame] | 5504 | deps = [ |
| 5505 | ":net_fuzzer_test_support", |
| 5506 | "//net", |
| 5507 | ] |
| 5508 | dict = |
| 5509 | "data/fuzzer_dictionaries/net_http_transport_security_state_fuzzer.dict" |
| 5510 | } |
| 5511 | |
morlovich | 833190ec | 2017-02-10 16:53:04 | [diff] [blame] | 5512 | fuzzer_test("net_spdy_session_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5513 | sources = [ "spdy/spdy_session_fuzzer.cc" ] |
morlovich | 833190ec | 2017-02-10 16:53:04 | [diff] [blame] | 5514 | deps = [ |
| 5515 | ":net_fuzzer_test_support", |
| 5516 | ":test_support", |
| 5517 | "//base", |
| 5518 | "//net", |
Ryan Hamilton | e3e592e | 2017-11-16 04:49:09 | [diff] [blame] | 5519 | "//net/data/ssl/certificates:generate_fuzzer_cert_includes", |
morlovich | 833190ec | 2017-02-10 16:53:04 | [diff] [blame] | 5520 | ] |
| 5521 | dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" |
| 5522 | seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" |
| 5523 | } |
Patrick Meenan | 6a970137 | 2017-10-03 21:33:41 | [diff] [blame] | 5524 | |
| 5525 | fuzzer_test("net_http2_frame_decoder_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5526 | sources = [ "spdy/fuzzing/http2_frame_decoder_fuzzer.cc" ] |
Patrick Meenan | 6a970137 | 2017-10-03 21:33:41 | [diff] [blame] | 5527 | deps = [ |
| 5528 | ":net_fuzzer_test_support", |
| 5529 | ":test_support", |
| 5530 | "//base", |
| 5531 | "//net", |
| 5532 | ] |
| 5533 | } |
Patrick Meenan | 73b497a | 2017-10-05 22:40:44 | [diff] [blame] | 5534 | |
| 5535 | fuzzer_test("net_hpack_decoder_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5536 | sources = [ "spdy/fuzzing/hpack_decoder_fuzzer.cc" ] |
Patrick Meenan | 73b497a | 2017-10-05 22:40:44 | [diff] [blame] | 5537 | deps = [ |
| 5538 | ":net_fuzzer_test_support", |
| 5539 | ":test_support", |
| 5540 | "//base", |
| 5541 | "//net", |
| 5542 | ] |
| 5543 | } |
Max Moroz | 592f4c6 | 2017-11-01 01:10:32 | [diff] [blame] | 5544 | |
| 5545 | proto_library("reporting_policy_proto") { |
Sky Malice | d0be570 | 2020-01-14 05:10:37 | [diff] [blame] | 5546 | proto_in_dir = "//" |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5547 | sources = [ "reporting/reporting_policy.proto" ] |
Takuto Ikuta | bb2fb35 | 2019-03-06 16:54:19 | [diff] [blame] | 5548 | link_deps = [ "//testing/libfuzzer/proto:json_proto" ] |
Max Moroz | 592f4c6 | 2017-11-01 01:10:32 | [diff] [blame] | 5549 | } |
| 5550 | |
| 5551 | fuzzer_test("net_reporting_header_parser_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5552 | sources = [ "reporting/reporting_header_parser_fuzzer.cc" ] |
Max Moroz | 592f4c6 | 2017-11-01 01:10:32 | [diff] [blame] | 5553 | |
| 5554 | deps = [ |
| 5555 | ":net_fuzzer_test_support", |
| 5556 | ":reporting_policy_proto", |
| 5557 | ":test_support", |
| 5558 | "//base", |
| 5559 | "//net", |
| 5560 | "//testing/libfuzzer/proto:json_proto", |
| 5561 | "//testing/libfuzzer/proto:json_proto_converter", |
| 5562 | "//third_party/libprotobuf-mutator", |
| 5563 | ] |
| 5564 | } |
Ned Williamson | 3d55bbb | 2017-11-07 22:58:13 | [diff] [blame] | 5565 | |
| 5566 | fuzzer_test("net_quic_stream_factory_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5567 | sources = [ "quic/quic_stream_factory_fuzzer.cc" ] |
Ned Williamson | 3d55bbb | 2017-11-07 22:58:13 | [diff] [blame] | 5568 | |
| 5569 | deps = [ |
| 5570 | ":net_fuzzer_test_support", |
| 5571 | ":quic_test_tools", |
| 5572 | ":test_support", |
| 5573 | "//net", |
Ryan Hamilton | e3e592e | 2017-11-16 04:49:09 | [diff] [blame] | 5574 | "//net/data/ssl/certificates:generate_fuzzer_cert_includes", |
Ned Williamson | 3d55bbb | 2017-11-07 22:58:13 | [diff] [blame] | 5575 | ] |
| 5576 | } |
dalyk | 6b82a025 | 2018-08-22 15:22:38 | [diff] [blame] | 5577 | |
| 5578 | fuzzer_test("net_uri_template_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5579 | sources = [ "third_party/uri_template/uri_template_fuzzer.cc" ] |
dalyk | 6b82a025 | 2018-08-22 15:22:38 | [diff] [blame] | 5580 | deps = [ |
| 5581 | ":net_fuzzer_test_support", |
| 5582 | "//base", |
| 5583 | "//net", |
| 5584 | ] |
| 5585 | dict = "data/fuzzer_dictionaries/net_uri_template_fuzzer.dict" |
| 5586 | } |
Victor Vasiliev | 27ca04a | 2019-03-09 01:28:00 | [diff] [blame] | 5587 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 5588 | if (is_linux || is_chromeos) { |
Daniel McArdle | 9fb8369 | 2019-10-16 13:04:48 | [diff] [blame] | 5589 | fuzzer_test("net_base_address_tracker_linux_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5590 | sources = [ "base/address_tracker_linux_fuzzer.cc" ] |
Daniel McArdle | 9fb8369 | 2019-10-16 13:04:48 | [diff] [blame] | 5591 | deps = [ |
| 5592 | ":net_fuzzer_test_support", |
| 5593 | ":test_support", |
| 5594 | "//base", |
| 5595 | "//net", |
| 5596 | ] |
| 5597 | } |
| 5598 | } |