[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") |
Yuta Hijikata | 101ed2a | 2020-11-18 07:50:39 | [diff] [blame] | 7 | import("//build/config/chromeos/ui_mode.gni") |
brettw | 4cab0f1 | 2015-09-14 21:40:01 | [diff] [blame] | 8 | import("//build/config/compiler/compiler.gni") |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 9 | import("//build/config/crypto.gni") |
| 10 | import("//build/config/features.gni") |
sdefresne | eb26586 | 2016-09-08 14:27:12 | [diff] [blame] | 11 | import("//net/features.gni") |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 12 | import("//testing/libfuzzer/fuzzer_test.gni") |
qsr | fb5251d1 | 2015-01-21 15:57:22 | [diff] [blame] | 13 | import("//testing/test.gni") |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 14 | import("//third_party/icu/config.gni") |
rtenneti | b6f1c0d | 2015-04-03 17:52:06 | [diff] [blame] | 15 | import("//third_party/protobuf/proto_library.gni") |
tfarina | e597851a | 2015-10-06 23:14:41 | [diff] [blame] | 16 | import("//tools/grit/grit_rule.gni") |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 17 | import("//url/features.gni") |
[email protected] | 26046b5 | 2014-07-16 00:11:03 | [diff] [blame] | 18 | |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 19 | if (is_android) { |
| 20 | import("//build/config/android/config.gni") |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 21 | import("//build/config/android/rules.gni") |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 22 | } else if (is_mac) { |
| 23 | import("//build/config/mac/mac_sdk.gni") |
| 24 | } |
| 25 | |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 26 | # The way the cache uses mmap() is inefficient on some Android devices. If |
| 27 | # this flag is set, we hackily avoid using mmap() in the disk cache. We are |
| 28 | # pretty confident that mmap-ing the index would not hurt any existing x86 |
| 29 | # android devices, but we cannot be so sure about the variety of ARM devices. |
| 30 | # So enable it for x86 only for now. |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 31 | posix_avoid_mmap = is_android && current_cpu != "x86" |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 32 | |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 33 | enable_built_in_dns = !is_ios |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 34 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 35 | # Unix sockets are not supported on iOS. |
| 36 | enable_unix_sockets = is_posix && !is_ios |
Sergey Ulanov | 21dea15 | 2017-09-13 00:50:50 | [diff] [blame] | 37 | |
Sergey Volk | 3ee3537f | 2018-06-12 01:45:48 | [diff] [blame] | 38 | # x86/x64 cast_shell builds run on regular trybots and can use python runtime |
| 39 | # and remote test server. ARM cast_shell builds don't have python runtime. |
| 40 | is_arm_cast_shell_build = |
| 41 | is_chromecast && (current_cpu == "arm" || current_cpu == "arm64") |
Sergey Ulanov | 2a0b019 | 2017-08-31 23:09:40 | [diff] [blame] | 42 | |
Daniel Bratell | e0c1730 | 2018-09-27 08:52:45 | [diff] [blame] | 43 | # Python works only on Linux, MacOS and Windows so exclude the others, |
| 44 | # chromecast, android, fuchsia, ios. |
Sergey Volk | 3ee3537f | 2018-06-12 01:45:48 | [diff] [blame] | 45 | enable_python_utils = |
| 46 | !is_arm_cast_shell_build && !is_android && !is_fuchsia && !is_ios |
| 47 | |
Daniel Bratell | e0c1730 | 2018-09-27 08:52:45 | [diff] [blame] | 48 | # Platforms that cannot use python_utils (like Android but see full |
| 49 | # list above) will instead use a remote server, except for iOS which |
| 50 | # won't get either. |
| 51 | use_remote_test_server = !enable_python_utils && !is_ios |
Sergey Volk | 3ee3537f | 2018-06-12 01:45:48 | [diff] [blame] | 52 | |
Asanka Herath | 48ddc2d | 2019-06-03 20:31:38 | [diff] [blame] | 53 | # Whether //net should use an external GSSAPI library for implementing HTTP |
| 54 | # Negotiate authentication. All platforms for which use_kerberos is true should |
| 55 | # have some external implementation since //net doesn't have intrinsic support |
| 56 | # for Kerberos. This implementation is an external GSSAPI library on all |
| 57 | # platforms except on: |
| 58 | # |
| 59 | # Windows : Uses SSPI for Negotiate authentication. |
| 60 | # |
| 61 | # Android : Uses an external authenticator. See |
| 62 | # https://www.chromium.org/developers/design-documents/http-authentication/writing-a-spnego-authenticator-for-chrome-on-android |
| 63 | use_external_gssapi = use_kerberos && !is_android && !is_win |
| 64 | |
Sergey Volk | 3ee3537f | 2018-06-12 01:45:48 | [diff] [blame] | 65 | config("net_test_config") { |
| 66 | if (use_remote_test_server) { |
| 67 | defines = [ "USE_REMOTE_TEST_SERVER" ] |
| 68 | } |
| 69 | } |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 70 | |
Scott Violet | 0caaaf43 | 2018-03-24 00:43:59 | [diff] [blame] | 71 | buildflag_header("buildflags") { |
| 72 | header = "net_buildflags.h" |
brettw | a1228ebb | 2016-10-28 03:51:34 | [diff] [blame] | 73 | flags = [ |
| 74 | "POSIX_AVOID_MMAP=$posix_avoid_mmap", |
| 75 | "DISABLE_FILE_SUPPORT=$disable_file_support", |
| 76 | "DISABLE_FTP_SUPPORT=$disable_ftp_support", |
brettw | 5224a18 | 2016-10-28 22:13:02 | [diff] [blame] | 77 | "ENABLE_MDNS=$enable_mdns", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 78 | "ENABLE_REPORTING=$enable_reporting", |
brettw | a1228ebb | 2016-10-28 03:51:34 | [diff] [blame] | 79 | "ENABLE_WEBSOCKETS=$enable_websockets", |
xunjieli | 815ad5b | 2017-07-18 15:51:35 | [diff] [blame] | 80 | "INCLUDE_TRANSPORT_SECURITY_STATE_PRELOAD_LIST=$include_transport_security_state_preload_list", |
Nico Weber | 0699ffbd | 2018-07-09 16:57:05 | [diff] [blame] | 81 | "USE_KERBEROS=$use_kerberos", |
Asanka Herath | fbe4a670 | 2019-07-23 17:36:31 | [diff] [blame] | 82 | "USE_EXTERNAL_GSSAPI=$use_external_gssapi", |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 83 | "TRIAL_COMPARISON_CERT_VERIFIER_SUPPORTED=$trial_comparison_cert_verifier_supported", |
Matt Mueller | 36c3b10 | 2019-06-18 02:28:20 | [diff] [blame] | 84 | "BUILTIN_CERT_VERIFIER_FEATURE_SUPPORTED=$builtin_cert_verifier_feature_supported", |
brettw | a1228ebb | 2016-10-28 03:51:34 | [diff] [blame] | 85 | ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 86 | } |
| 87 | |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 88 | config("net_internal_config") { |
Asanka Herath | 48ddc2d | 2019-06-03 20:31:38 | [diff] [blame] | 89 | defines = [ "NET_IMPLEMENTATION" ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 90 | |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 91 | if (enable_built_in_dns) { |
| 92 | defines += [ "ENABLE_BUILT_IN_DNS" ] |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 93 | } |
| 94 | } |
| 95 | |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 96 | net_configs = [ |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 97 | ":net_internal_config", |
| 98 | "//build/config:precompiled_headers", |
| 99 | |
rsesek | 99679aa | 2016-06-28 21:24:17 | [diff] [blame] | 100 | "//build/config/compiler:wexit_time_destructors", |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 101 | ] |
| 102 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 103 | if (is_linux || is_chromeos) { |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 104 | net_configs += [ "//build/config/linux:libresolv" ] |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 105 | } |
| 106 | |
xunjieli | 0b7f5b6 | 2016-12-06 20:43:48 | [diff] [blame] | 107 | source_set("constants") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 108 | sources = [ "base/trace_constants.h" ] |
| 109 | deps = [ "//base" ] |
xunjieli | 0b7f5b6 | 2016-12-06 20:43:48 | [diff] [blame] | 110 | } |
| 111 | |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 112 | component("net") { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 113 | sources = [ |
| 114 | "base/address_family.cc", |
| 115 | "base/address_family.h", |
| 116 | "base/address_list.cc", |
| 117 | "base/address_list.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 118 | "base/auth.cc", |
| 119 | "base/auth.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 120 | "base/backoff_entry.cc", |
| 121 | "base/backoff_entry.h", |
| 122 | "base/backoff_entry_serializer.cc", |
| 123 | "base/backoff_entry_serializer.h", |
| 124 | "base/cache_metrics.cc", |
| 125 | "base/cache_metrics.h", |
| 126 | "base/cache_type.h", |
| 127 | "base/chunked_upload_data_stream.cc", |
| 128 | "base/chunked_upload_data_stream.h", |
Matt Menke | dadd6c7 | 2018-01-30 23:07:25 | [diff] [blame] | 129 | "base/completion_once_callback.h", |
Bence Béky | 61f756c | 2018-04-25 14:17:53 | [diff] [blame] | 130 | "base/completion_repeating_callback.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 131 | "base/data_url.cc", |
| 132 | "base/data_url.h", |
Charles 'Buck' Krasic | ed43ded | 2018-03-23 18:48:12 | [diff] [blame] | 133 | "base/datagram_buffer.cc", |
| 134 | "base/datagram_buffer.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 135 | "base/elements_upload_data_stream.cc", |
| 136 | "base/elements_upload_data_stream.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 137 | "base/escape.cc", |
| 138 | "base/escape.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 139 | "base/expiring_cache.h", |
Mythri Alle | 030e8f89 | 2018-10-09 14:58:17 | [diff] [blame] | 140 | "base/features.cc", |
| 141 | "base/features.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 142 | "base/file_stream.cc", |
| 143 | "base/file_stream.h", |
| 144 | "base/file_stream_context.cc", |
| 145 | "base/file_stream_context.h", |
| 146 | "base/filename_util.cc", |
| 147 | "base/filename_util.h", |
| 148 | "base/filename_util_internal.cc", |
| 149 | "base/filename_util_internal.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 150 | "base/hash_value.cc", |
| 151 | "base/hash_value.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 152 | "base/hex_utils.cc", |
| 153 | "base/hex_utils.h", |
| 154 | "base/host_mapping_rules.cc", |
| 155 | "base/host_mapping_rules.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 156 | "base/host_port_pair.cc", |
| 157 | "base/host_port_pair.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 158 | "base/http_user_agent_settings.h", |
| 159 | "base/idempotency.h", |
fayang | baec8ff5 | 2017-01-28 03:26:12 | [diff] [blame] | 160 | "base/interval.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 161 | "base/io_buffer.cc", |
| 162 | "base/io_buffer.h", |
| 163 | "base/ip_address.cc", |
| 164 | "base/ip_address.h", |
| 165 | "base/ip_endpoint.cc", |
| 166 | "base/ip_endpoint.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 167 | "base/isolation_info.cc", |
| 168 | "base/isolation_info.h", |
| 169 | "base/load_flags.h", |
| 170 | "base/load_flags_list.h", |
| 171 | "base/load_states.h", |
| 172 | "base/load_states_list.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 173 | "base/load_timing_info.cc", |
| 174 | "base/load_timing_info.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 175 | "base/logging_network_change_observer.cc", |
| 176 | "base/logging_network_change_observer.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 177 | "base/lookup_string_in_fixed_set.cc", |
| 178 | "base/lookup_string_in_fixed_set.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 179 | "base/mime_sniffer.cc", |
| 180 | "base/mime_sniffer.h", |
| 181 | "base/mime_util.cc", |
| 182 | "base/mime_util.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 183 | "base/net_error_details.h", |
| 184 | "base/net_error_list.h", |
| 185 | "base/net_errors.cc", |
| 186 | "base/net_errors.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 187 | "base/net_info_source_list.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 188 | "base/net_module.cc", |
| 189 | "base/net_module.h", |
| 190 | "base/net_string_util.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 191 | "base/network_activity_monitor.cc", |
| 192 | "base/network_activity_monitor.h", |
| 193 | "base/network_change_notifier.cc", |
| 194 | "base/network_change_notifier.h", |
| 195 | "base/network_change_notifier_factory.h", |
| 196 | "base/network_delegate.cc", |
| 197 | "base/network_delegate.h", |
| 198 | "base/network_delegate_impl.cc", |
| 199 | "base/network_delegate_impl.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 200 | "base/network_interfaces.cc", |
| 201 | "base/network_interfaces.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 202 | "base/network_isolation_key.cc", |
| 203 | "base/network_isolation_key.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 204 | "base/parse_number.cc", |
| 205 | "base/parse_number.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 206 | "base/platform_mime_util.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 207 | "base/port_util.cc", |
| 208 | "base/port_util.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 209 | "base/prioritized_dispatcher.cc", |
| 210 | "base/prioritized_dispatcher.h", |
| 211 | "base/prioritized_task_runner.cc", |
| 212 | "base/prioritized_task_runner.h", |
| 213 | "base/priority_queue.h", |
David Benjamin | f6f0431 | 2020-07-15 00:19:21 | [diff] [blame] | 214 | "base/privacy_mode.cc", |
mmenke | 392ec46 | 2017-03-23 18:49:35 | [diff] [blame] | 215 | "base/privacy_mode.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 216 | "base/proxy_delegate.h", |
| 217 | "base/proxy_server.cc", |
| 218 | "base/proxy_server.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 219 | "base/rand_callback.h", |
| 220 | "base/registry_controlled_domains/registry_controlled_domain.cc", |
| 221 | "base/registry_controlled_domains/registry_controlled_domain.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 222 | "base/request_priority.cc", |
| 223 | "base/request_priority.h", |
| 224 | "base/scheme_host_port_matcher.cc", |
| 225 | "base/scheme_host_port_matcher.h", |
| 226 | "base/scheme_host_port_matcher_result.h", |
| 227 | "base/scheme_host_port_matcher_rule.cc", |
| 228 | "base/scheme_host_port_matcher_rule.h", |
John Delaney | 513e53f | 2020-10-29 20:16:04 | [diff] [blame] | 229 | "base/schemeful_site.cc", |
| 230 | "base/schemeful_site.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 231 | "base/sockaddr_storage.cc", |
| 232 | "base/sockaddr_storage.h", |
| 233 | "base/sys_addrinfo.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 234 | "base/test_data_stream.cc", |
| 235 | "base/test_data_stream.h", |
Titouan Rigoudy | ba507a88 | 2020-07-31 12:15:15 | [diff] [blame] | 236 | "base/transport_info.cc", |
| 237 | "base/transport_info.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 238 | "base/upload_bytes_element_reader.cc", |
| 239 | "base/upload_bytes_element_reader.h", |
| 240 | "base/upload_data_stream.cc", |
| 241 | "base/upload_data_stream.h", |
| 242 | "base/upload_element_reader.cc", |
| 243 | "base/upload_element_reader.h", |
| 244 | "base/upload_file_element_reader.cc", |
| 245 | "base/upload_file_element_reader.h", |
| 246 | "base/upload_progress.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 247 | "base/url_util.cc", |
| 248 | "base/url_util.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 249 | "cert/asn1_util.cc", |
| 250 | "cert/asn1_util.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 251 | "cert/caching_cert_verifier.cc", |
| 252 | "cert/caching_cert_verifier.h", |
Chris Thompson | b20d589 | 2020-11-25 02:54:02 | [diff] [blame] | 253 | "cert/cert_and_ct_verifier.cc", |
| 254 | "cert/cert_and_ct_verifier.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 255 | "cert/cert_database.cc", |
| 256 | "cert/cert_database.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 257 | "cert/cert_net_fetcher.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 258 | "cert/cert_status_flags.cc", |
| 259 | "cert/cert_status_flags.h", |
mmenke | 392ec46 | 2017-03-23 18:49:35 | [diff] [blame] | 260 | "cert/cert_status_flags_list.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 261 | "cert/cert_verifier.cc", |
| 262 | "cert/cert_verifier.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 263 | "cert/cert_verify_proc.cc", |
| 264 | "cert/cert_verify_proc.h", |
| 265 | "cert/cert_verify_proc_builtin.cc", |
| 266 | "cert/cert_verify_proc_builtin.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 267 | "cert/cert_verify_result.cc", |
| 268 | "cert/cert_verify_result.h", |
| 269 | "cert/client_cert_verifier.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 270 | "cert/coalescing_cert_verifier.cc", |
| 271 | "cert/coalescing_cert_verifier.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 272 | "cert/crl_set.cc", |
| 273 | "cert/crl_set.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 274 | "cert/ct_log_response_parser.cc", |
| 275 | "cert/ct_log_response_parser.h", |
| 276 | "cert/ct_log_verifier.cc", |
| 277 | "cert/ct_log_verifier.h", |
| 278 | "cert/ct_log_verifier_util.cc", |
| 279 | "cert/ct_log_verifier_util.h", |
| 280 | "cert/ct_objects_extractor.cc", |
| 281 | "cert/ct_objects_extractor.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 282 | "cert/ct_policy_enforcer.cc", |
| 283 | "cert/ct_policy_enforcer.h", |
| 284 | "cert/ct_policy_status.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 285 | "cert/ct_sct_to_string.cc", |
| 286 | "cert/ct_sct_to_string.h", |
| 287 | "cert/ct_serialization.cc", |
| 288 | "cert/ct_serialization.h", |
| 289 | "cert/ct_signed_certificate_timestamp_log_param.cc", |
| 290 | "cert/ct_signed_certificate_timestamp_log_param.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 291 | "cert/ct_verifier.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 292 | "cert/do_nothing_ct_verifier.cc", |
| 293 | "cert/do_nothing_ct_verifier.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 294 | "cert/ev_root_ca_metadata.cc", |
| 295 | "cert/ev_root_ca_metadata.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 296 | "cert/internal/cert_error_id.cc", |
| 297 | "cert/internal/cert_error_id.h", |
| 298 | "cert/internal/cert_error_params.cc", |
| 299 | "cert/internal/cert_error_params.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 300 | "cert/internal/cert_errors.cc", |
| 301 | "cert/internal/cert_errors.h", |
| 302 | "cert/internal/cert_issuer_source.h", |
| 303 | "cert/internal/cert_issuer_source_aia.cc", |
| 304 | "cert/internal/cert_issuer_source_aia.h", |
| 305 | "cert/internal/cert_issuer_source_static.cc", |
| 306 | "cert/internal/cert_issuer_source_static.h", |
| 307 | "cert/internal/certificate_policies.cc", |
| 308 | "cert/internal/certificate_policies.h", |
Eric Roman | caa0a60 | 2017-07-28 21:17:11 | [diff] [blame] | 309 | "cert/internal/common_cert_errors.cc", |
| 310 | "cert/internal/common_cert_errors.h", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 311 | "cert/internal/crl.cc", |
| 312 | "cert/internal/crl.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 313 | "cert/internal/extended_key_usage.cc", |
| 314 | "cert/internal/extended_key_usage.h", |
Matt Mueller | 9e3ad303 | 2017-09-14 19:29:31 | [diff] [blame] | 315 | "cert/internal/general_names.cc", |
| 316 | "cert/internal/general_names.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 317 | "cert/internal/name_constraints.cc", |
| 318 | "cert/internal/name_constraints.h", |
Eric Roman | a2f6f55d | 2017-09-07 23:34:57 | [diff] [blame] | 319 | "cert/internal/ocsp.cc", |
| 320 | "cert/internal/ocsp.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 321 | "cert/internal/parse_certificate.cc", |
| 322 | "cert/internal/parse_certificate.h", |
| 323 | "cert/internal/parse_name.cc", |
| 324 | "cert/internal/parse_name.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 325 | "cert/internal/parsed_certificate.cc", |
| 326 | "cert/internal/parsed_certificate.h", |
| 327 | "cert/internal/path_builder.cc", |
| 328 | "cert/internal/path_builder.h", |
Eric Roman | cc56d16f | 2017-10-11 23:04:26 | [diff] [blame] | 329 | "cert/internal/revocation_checker.cc", |
| 330 | "cert/internal/revocation_checker.h", |
Matt Mueller | cfc358e2 | 2019-05-29 04:30:42 | [diff] [blame] | 331 | "cert/internal/revocation_util.cc", |
| 332 | "cert/internal/revocation_util.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 333 | "cert/internal/signature_algorithm.cc", |
| 334 | "cert/internal/signature_algorithm.h", |
Eric Roman | 5431d70 | 2017-07-26 01:58:18 | [diff] [blame] | 335 | "cert/internal/simple_path_builder_delegate.cc", |
| 336 | "cert/internal/simple_path_builder_delegate.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 337 | "cert/internal/system_trust_store.cc", |
| 338 | "cert/internal/system_trust_store.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 339 | "cert/internal/trust_store.cc", |
| 340 | "cert/internal/trust_store.h", |
| 341 | "cert/internal/trust_store_collection.cc", |
| 342 | "cert/internal/trust_store_collection.h", |
| 343 | "cert/internal/trust_store_in_memory.cc", |
| 344 | "cert/internal/trust_store_in_memory.h", |
| 345 | "cert/internal/verify_certificate_chain.cc", |
| 346 | "cert/internal/verify_certificate_chain.h", |
| 347 | "cert/internal/verify_name_match.cc", |
| 348 | "cert/internal/verify_name_match.h", |
| 349 | "cert/internal/verify_signed_data.cc", |
| 350 | "cert/internal/verify_signed_data.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 351 | "cert/known_roots.cc", |
| 352 | "cert/known_roots.h", |
| 353 | "cert/merkle_audit_proof.cc", |
| 354 | "cert/merkle_audit_proof.h", |
| 355 | "cert/merkle_consistency_proof.cc", |
| 356 | "cert/merkle_consistency_proof.h", |
| 357 | "cert/merkle_tree_leaf.cc", |
| 358 | "cert/merkle_tree_leaf.h", |
| 359 | "cert/multi_log_ct_verifier.cc", |
| 360 | "cert/multi_log_ct_verifier.h", |
| 361 | "cert/multi_threaded_cert_verifier.cc", |
| 362 | "cert/multi_threaded_cert_verifier.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 363 | "cert/ocsp_revocation_status.h", |
| 364 | "cert/ocsp_verify_result.cc", |
| 365 | "cert/ocsp_verify_result.h", |
Matt Mueller | dd8f469 | 2019-11-21 01:09:32 | [diff] [blame] | 366 | "cert/pem.cc", |
| 367 | "cert/pem.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 368 | "cert/root_cert_list_generated.h", |
Chris Thompson | f31b249 | 2020-07-21 05:47:42 | [diff] [blame] | 369 | "cert/sct_auditing_delegate.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 370 | "cert/sct_status_flags.cc", |
| 371 | "cert/sct_status_flags.h", |
| 372 | "cert/signed_certificate_timestamp.cc", |
| 373 | "cert/signed_certificate_timestamp.h", |
| 374 | "cert/signed_certificate_timestamp_and_status.cc", |
| 375 | "cert/signed_certificate_timestamp_and_status.h", |
| 376 | "cert/signed_tree_head.cc", |
| 377 | "cert/signed_tree_head.h", |
Emily Stark | d29cdae | 2017-09-16 01:59:34 | [diff] [blame] | 378 | "cert/symantec_certs.cc", |
| 379 | "cert/symantec_certs.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 380 | "cert/test_root_certs.cc", |
| 381 | "cert/test_root_certs.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 382 | "cert/x509_cert_types.cc", |
| 383 | "cert/x509_cert_types.h", |
| 384 | "cert/x509_certificate.cc", |
| 385 | "cert/x509_certificate.h", |
| 386 | "cert/x509_certificate_net_log_param.cc", |
| 387 | "cert/x509_certificate_net_log_param.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 388 | "cert/x509_util.cc", |
| 389 | "cert/x509_util.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 390 | "cert_net/cert_net_fetcher_url_request.cc", |
| 391 | "cert_net/cert_net_fetcher_url_request.h", |
| 392 | "cookies/canonical_cookie.cc", |
| 393 | "cookies/canonical_cookie.h", |
| 394 | "cookies/cookie_access_delegate.cc", |
| 395 | "cookies/cookie_access_delegate.h", |
| 396 | "cookies/cookie_access_result.cc", |
| 397 | "cookies/cookie_access_result.h", |
| 398 | "cookies/cookie_change_dispatcher.cc", |
| 399 | "cookies/cookie_change_dispatcher.h", |
| 400 | "cookies/cookie_constants.cc", |
| 401 | "cookies/cookie_constants.h", |
| 402 | "cookies/cookie_deletion_info.cc", |
| 403 | "cookies/cookie_deletion_info.h", |
| 404 | "cookies/cookie_inclusion_status.cc", |
| 405 | "cookies/cookie_inclusion_status.h", |
| 406 | "cookies/cookie_monster.cc", |
| 407 | "cookies/cookie_monster.h", |
| 408 | "cookies/cookie_monster_change_dispatcher.cc", |
| 409 | "cookies/cookie_monster_change_dispatcher.h", |
| 410 | "cookies/cookie_monster_netlog_params.cc", |
| 411 | "cookies/cookie_monster_netlog_params.h", |
| 412 | "cookies/cookie_options.cc", |
| 413 | "cookies/cookie_options.h", |
| 414 | "cookies/cookie_store.cc", |
| 415 | "cookies/cookie_store.h", |
| 416 | "cookies/cookie_util.cc", |
| 417 | "cookies/cookie_util.h", |
| 418 | "cookies/parsed_cookie.cc", |
| 419 | "cookies/parsed_cookie.h", |
| 420 | "cookies/site_for_cookies.cc", |
| 421 | "cookies/site_for_cookies.h", |
| 422 | "cookies/static_cookie_policy.cc", |
| 423 | "cookies/static_cookie_policy.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 424 | "der/encode_values.cc", |
| 425 | "der/encode_values.h", |
| 426 | "der/input.cc", |
| 427 | "der/input.h", |
| 428 | "der/parse_values.cc", |
| 429 | "der/parse_values.h", |
| 430 | "der/parser.cc", |
| 431 | "der/parser.h", |
| 432 | "der/tag.cc", |
| 433 | "der/tag.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 434 | "disk_cache/backend_cleanup_tracker.cc", |
| 435 | "disk_cache/backend_cleanup_tracker.h", |
| 436 | "disk_cache/blockfile/addr.cc", |
| 437 | "disk_cache/blockfile/addr.h", |
| 438 | "disk_cache/blockfile/backend_impl.cc", |
| 439 | "disk_cache/blockfile/backend_impl.h", |
| 440 | "disk_cache/blockfile/bitmap.cc", |
| 441 | "disk_cache/blockfile/bitmap.h", |
| 442 | "disk_cache/blockfile/block_files.cc", |
| 443 | "disk_cache/blockfile/block_files.h", |
| 444 | "disk_cache/blockfile/disk_format.cc", |
| 445 | "disk_cache/blockfile/disk_format.h", |
| 446 | "disk_cache/blockfile/disk_format_base.h", |
| 447 | "disk_cache/blockfile/entry_impl.cc", |
| 448 | "disk_cache/blockfile/entry_impl.h", |
| 449 | "disk_cache/blockfile/errors.h", |
| 450 | "disk_cache/blockfile/eviction.cc", |
| 451 | "disk_cache/blockfile/eviction.h", |
| 452 | "disk_cache/blockfile/experiments.h", |
| 453 | "disk_cache/blockfile/file.cc", |
| 454 | "disk_cache/blockfile/file.h", |
| 455 | "disk_cache/blockfile/file_block.h", |
| 456 | "disk_cache/blockfile/file_lock.cc", |
| 457 | "disk_cache/blockfile/file_lock.h", |
| 458 | "disk_cache/blockfile/histogram_macros.h", |
| 459 | "disk_cache/blockfile/in_flight_backend_io.cc", |
| 460 | "disk_cache/blockfile/in_flight_backend_io.h", |
| 461 | "disk_cache/blockfile/in_flight_io.cc", |
| 462 | "disk_cache/blockfile/in_flight_io.h", |
| 463 | "disk_cache/blockfile/mapped_file.cc", |
| 464 | "disk_cache/blockfile/mapped_file.h", |
| 465 | "disk_cache/blockfile/rankings.cc", |
| 466 | "disk_cache/blockfile/rankings.h", |
| 467 | "disk_cache/blockfile/sparse_control.cc", |
| 468 | "disk_cache/blockfile/sparse_control.h", |
| 469 | "disk_cache/blockfile/stats.cc", |
| 470 | "disk_cache/blockfile/stats.h", |
| 471 | "disk_cache/blockfile/storage_block-inl.h", |
| 472 | "disk_cache/blockfile/storage_block.h", |
| 473 | "disk_cache/blockfile/stress_support.h", |
| 474 | "disk_cache/cache_util.cc", |
| 475 | "disk_cache/cache_util.h", |
| 476 | "disk_cache/disk_cache.cc", |
| 477 | "disk_cache/disk_cache.h", |
| 478 | "disk_cache/memory/mem_backend_impl.cc", |
| 479 | "disk_cache/memory/mem_backend_impl.h", |
| 480 | "disk_cache/memory/mem_entry_impl.cc", |
| 481 | "disk_cache/memory/mem_entry_impl.h", |
| 482 | "disk_cache/net_log_parameters.cc", |
| 483 | "disk_cache/net_log_parameters.h", |
| 484 | "disk_cache/simple/post_doom_waiter.cc", |
| 485 | "disk_cache/simple/post_doom_waiter.h", |
| 486 | "disk_cache/simple/simple_backend_impl.cc", |
| 487 | "disk_cache/simple/simple_backend_impl.h", |
| 488 | "disk_cache/simple/simple_backend_version.h", |
| 489 | "disk_cache/simple/simple_entry_format.cc", |
| 490 | "disk_cache/simple/simple_entry_format.h", |
| 491 | "disk_cache/simple/simple_entry_format_history.h", |
| 492 | "disk_cache/simple/simple_entry_impl.cc", |
| 493 | "disk_cache/simple/simple_entry_impl.h", |
| 494 | "disk_cache/simple/simple_entry_operation.cc", |
| 495 | "disk_cache/simple/simple_entry_operation.h", |
| 496 | "disk_cache/simple/simple_file_tracker.cc", |
| 497 | "disk_cache/simple/simple_file_tracker.h", |
| 498 | "disk_cache/simple/simple_histogram_macros.h", |
| 499 | "disk_cache/simple/simple_index.cc", |
| 500 | "disk_cache/simple/simple_index.h", |
| 501 | "disk_cache/simple/simple_index_delegate.h", |
| 502 | "disk_cache/simple/simple_index_file.cc", |
| 503 | "disk_cache/simple/simple_index_file.h", |
| 504 | "disk_cache/simple/simple_net_log_parameters.cc", |
| 505 | "disk_cache/simple/simple_net_log_parameters.h", |
| 506 | "disk_cache/simple/simple_synchronous_entry.cc", |
| 507 | "disk_cache/simple/simple_synchronous_entry.h", |
| 508 | "disk_cache/simple/simple_util.cc", |
| 509 | "disk_cache/simple/simple_util.h", |
| 510 | "disk_cache/simple/simple_version_upgrade.cc", |
| 511 | "disk_cache/simple/simple_version_upgrade.h", |
| 512 | "filter/filter_source_stream.cc", |
| 513 | "filter/filter_source_stream.h", |
| 514 | "filter/gzip_header.cc", |
| 515 | "filter/gzip_header.h", |
| 516 | "filter/gzip_source_stream.cc", |
| 517 | "filter/gzip_source_stream.h", |
| 518 | "filter/source_stream.cc", |
| 519 | "filter/source_stream.h", |
| 520 | "http/alternative_service.cc", |
| 521 | "http/alternative_service.h", |
| 522 | "http/bidirectional_stream.cc", |
| 523 | "http/bidirectional_stream.h", |
| 524 | "http/bidirectional_stream_impl.cc", |
| 525 | "http/bidirectional_stream_impl.h", |
| 526 | "http/bidirectional_stream_request_info.cc", |
| 527 | "http/bidirectional_stream_request_info.h", |
| 528 | "http/broken_alternative_services.cc", |
| 529 | "http/broken_alternative_services.h", |
Matt Menke | 7ed822d | 2019-12-11 01:25:58 | [diff] [blame] | 530 | "http/hsts_info.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 531 | "http/http_auth.cc", |
| 532 | "http/http_auth.h", |
| 533 | "http/http_auth_cache.cc", |
| 534 | "http/http_auth_cache.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 535 | "http/http_auth_challenge_tokenizer.cc", |
| 536 | "http/http_auth_challenge_tokenizer.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 537 | "http/http_auth_controller.cc", |
| 538 | "http/http_auth_controller.h", |
| 539 | "http/http_auth_filter.cc", |
| 540 | "http/http_auth_filter.h", |
| 541 | "http/http_auth_handler.cc", |
| 542 | "http/http_auth_handler.h", |
| 543 | "http/http_auth_handler_basic.cc", |
| 544 | "http/http_auth_handler_basic.h", |
| 545 | "http/http_auth_handler_digest.cc", |
| 546 | "http/http_auth_handler_digest.h", |
| 547 | "http/http_auth_handler_factory.cc", |
| 548 | "http/http_auth_handler_factory.h", |
| 549 | "http/http_auth_handler_ntlm.cc", |
| 550 | "http/http_auth_handler_ntlm.h", |
| 551 | "http/http_auth_mechanism.h", |
| 552 | "http/http_auth_multi_round_parse.cc", |
| 553 | "http/http_auth_multi_round_parse.h", |
| 554 | "http/http_auth_preferences.cc", |
| 555 | "http/http_auth_preferences.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 556 | "http/http_auth_scheme.cc", |
| 557 | "http/http_auth_scheme.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 558 | "http/http_basic_state.cc", |
| 559 | "http/http_basic_state.h", |
| 560 | "http/http_basic_stream.cc", |
| 561 | "http/http_basic_stream.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 562 | "http/http_byte_range.cc", |
| 563 | "http/http_byte_range.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 564 | "http/http_cache.cc", |
| 565 | "http/http_cache.h", |
| 566 | "http/http_cache_lookup_manager.cc", |
| 567 | "http/http_cache_lookup_manager.h", |
| 568 | "http/http_cache_transaction.cc", |
| 569 | "http/http_cache_transaction.h", |
| 570 | "http/http_cache_writers.cc", |
| 571 | "http/http_cache_writers.h", |
| 572 | "http/http_chunked_decoder.cc", |
| 573 | "http/http_chunked_decoder.h", |
| 574 | "http/http_content_disposition.cc", |
| 575 | "http/http_content_disposition.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 576 | "http/http_log_util.cc", |
| 577 | "http/http_log_util.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 578 | "http/http_network_layer.cc", |
| 579 | "http/http_network_layer.h", |
| 580 | "http/http_network_session.cc", |
| 581 | "http/http_network_session.h", |
| 582 | "http/http_network_session_peer.cc", |
| 583 | "http/http_network_session_peer.h", |
| 584 | "http/http_network_transaction.cc", |
| 585 | "http/http_network_transaction.h", |
| 586 | "http/http_proxy_client_socket.cc", |
| 587 | "http/http_proxy_client_socket.h", |
| 588 | "http/http_proxy_connect_job.cc", |
| 589 | "http/http_proxy_connect_job.h", |
Andrey Kosyakov | 83a6eee | 2017-08-14 19:20:04 | [diff] [blame] | 590 | "http/http_raw_request_headers.cc", |
| 591 | "http/http_raw_request_headers.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 592 | "http/http_request_headers.cc", |
| 593 | "http/http_request_headers.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 594 | "http/http_request_info.cc", |
| 595 | "http/http_request_info.h", |
| 596 | "http/http_response_body_drainer.cc", |
| 597 | "http/http_response_body_drainer.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 598 | "http/http_response_headers.cc", |
| 599 | "http/http_response_headers.h", |
| 600 | "http/http_response_info.cc", |
| 601 | "http/http_response_info.h", |
| 602 | "http/http_security_headers.cc", |
| 603 | "http/http_security_headers.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 604 | "http/http_server_properties.cc", |
| 605 | "http/http_server_properties.h", |
| 606 | "http/http_server_properties_manager.cc", |
| 607 | "http/http_server_properties_manager.h", |
| 608 | "http/http_status_code.cc", |
| 609 | "http/http_status_code.h", |
Daniel Bratell | a6f7191d | 2017-11-23 09:20:37 | [diff] [blame] | 610 | "http/http_status_code_list.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 611 | "http/http_stream.h", |
| 612 | "http/http_stream_factory.cc", |
| 613 | "http/http_stream_factory.h", |
| 614 | "http/http_stream_factory_job.cc", |
| 615 | "http/http_stream_factory_job.h", |
| 616 | "http/http_stream_factory_job_controller.cc", |
| 617 | "http/http_stream_factory_job_controller.h", |
| 618 | "http/http_stream_parser.cc", |
| 619 | "http/http_stream_parser.h", |
| 620 | "http/http_stream_request.cc", |
| 621 | "http/http_stream_request.h", |
| 622 | "http/http_transaction.h", |
| 623 | "http/http_transaction_factory.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 624 | "http/http_util.cc", |
| 625 | "http/http_util.h", |
| 626 | "http/http_vary_data.cc", |
| 627 | "http/http_vary_data.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 628 | "http/http_version.h", |
| 629 | "http/partial_data.cc", |
| 630 | "http/partial_data.h", |
| 631 | "http/proxy_client_socket.cc", |
| 632 | "http/proxy_client_socket.h", |
| 633 | "http/proxy_fallback.cc", |
| 634 | "http/proxy_fallback.h", |
Yutaka Hirano | 7babd26e | 2020-02-12 16:03:21 | [diff] [blame] | 635 | "http/structured_headers.cc", |
| 636 | "http/structured_headers.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 637 | "http/transport_security_persister.cc", |
| 638 | "http/transport_security_persister.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 639 | "http/transport_security_state.h", |
xunjieli | 815ad5b | 2017-07-18 15:51:35 | [diff] [blame] | 640 | "http/transport_security_state_source.cc", |
martijn | 9b806ab2 | 2017-03-18 16:13:21 | [diff] [blame] | 641 | "http/transport_security_state_source.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 642 | "http/url_security_manager.cc", |
| 643 | "http/url_security_manager.h", |
| 644 | "http/webfonts_histogram.cc", |
| 645 | "http/webfonts_histogram.h", |
| 646 | "http2/platform/impl/http2_macros_impl.h", |
| 647 | "http2/platform/impl/http2_string_utils_impl.h", |
| 648 | "log/file_net_log_observer.cc", |
| 649 | "log/file_net_log_observer.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 650 | "log/net_log.cc", |
| 651 | "log/net_log.h", |
| 652 | "log/net_log_capture_mode.cc", |
| 653 | "log/net_log_capture_mode.h", |
| 654 | "log/net_log_entry.cc", |
| 655 | "log/net_log_entry.h", |
mmenke | 392ec46 | 2017-03-23 18:49:35 | [diff] [blame] | 656 | "log/net_log_event_type.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 657 | "log/net_log_event_type_list.h", |
| 658 | "log/net_log_source.cc", |
| 659 | "log/net_log_source.h", |
mmenke | 392ec46 | 2017-03-23 18:49:35 | [diff] [blame] | 660 | "log/net_log_source_type.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 661 | "log/net_log_source_type_list.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 662 | "log/net_log_util.cc", |
| 663 | "log/net_log_util.h", |
Eric Roman | 06bd974 | 2019-07-13 15:19:13 | [diff] [blame] | 664 | "log/net_log_values.cc", |
| 665 | "log/net_log_values.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 666 | "log/net_log_with_source.cc", |
| 667 | "log/net_log_with_source.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 668 | "log/trace_net_log_observer.cc", |
| 669 | "log/trace_net_log_observer.h", |
| 670 | "nqe/cached_network_quality.cc", |
| 671 | "nqe/cached_network_quality.h", |
| 672 | "nqe/connectivity_monitor.cc", |
| 673 | "nqe/connectivity_monitor.h", |
| 674 | "nqe/effective_connection_type.cc", |
| 675 | "nqe/effective_connection_type.h", |
| 676 | "nqe/effective_connection_type_observer.h", |
| 677 | "nqe/event_creator.cc", |
| 678 | "nqe/event_creator.h", |
| 679 | "nqe/network_id.cc", |
| 680 | "nqe/network_id.h", |
| 681 | "nqe/network_qualities_prefs_manager.cc", |
| 682 | "nqe/network_qualities_prefs_manager.h", |
| 683 | "nqe/network_quality.cc", |
| 684 | "nqe/network_quality.h", |
| 685 | "nqe/network_quality_estimator.cc", |
| 686 | "nqe/network_quality_estimator.h", |
| 687 | "nqe/network_quality_estimator_params.cc", |
| 688 | "nqe/network_quality_estimator_params.h", |
| 689 | "nqe/network_quality_estimator_util.cc", |
| 690 | "nqe/network_quality_estimator_util.h", |
| 691 | "nqe/network_quality_observation.cc", |
| 692 | "nqe/network_quality_observation.h", |
| 693 | "nqe/network_quality_observation_source.h", |
| 694 | "nqe/network_quality_store.cc", |
| 695 | "nqe/network_quality_store.h", |
| 696 | "nqe/observation_buffer.cc", |
| 697 | "nqe/observation_buffer.h", |
| 698 | "nqe/peer_to_peer_connections_count_observer.h", |
| 699 | "nqe/pref_names.cc", |
| 700 | "nqe/pref_names.h", |
| 701 | "nqe/rtt_throughput_estimates_observer.h", |
| 702 | "nqe/socket_watcher.cc", |
| 703 | "nqe/socket_watcher.h", |
| 704 | "nqe/socket_watcher_factory.cc", |
| 705 | "nqe/socket_watcher_factory.h", |
| 706 | "nqe/throughput_analyzer.cc", |
| 707 | "nqe/throughput_analyzer.h", |
| 708 | "nqe/weighted_observation.h", |
| 709 | "proxy_resolution/configured_proxy_resolution_request.cc", |
| 710 | "proxy_resolution/configured_proxy_resolution_request.h", |
| 711 | "proxy_resolution/configured_proxy_resolution_service.cc", |
| 712 | "proxy_resolution/configured_proxy_resolution_service.h", |
| 713 | "proxy_resolution/dhcp_pac_file_fetcher.cc", |
| 714 | "proxy_resolution/dhcp_pac_file_fetcher.h", |
| 715 | "proxy_resolution/multi_threaded_proxy_resolver.cc", |
| 716 | "proxy_resolution/multi_threaded_proxy_resolver.h", |
| 717 | "proxy_resolution/network_delegate_error_observer.cc", |
| 718 | "proxy_resolution/network_delegate_error_observer.h", |
| 719 | "proxy_resolution/pac_file_data.cc", |
| 720 | "proxy_resolution/pac_file_data.h", |
| 721 | "proxy_resolution/pac_file_decider.cc", |
| 722 | "proxy_resolution/pac_file_decider.h", |
| 723 | "proxy_resolution/pac_file_fetcher.h", |
| 724 | "proxy_resolution/pac_file_fetcher_impl.cc", |
| 725 | "proxy_resolution/pac_file_fetcher_impl.h", |
| 726 | "proxy_resolution/polling_proxy_config_service.cc", |
| 727 | "proxy_resolution/polling_proxy_config_service.h", |
| 728 | "proxy_resolution/proxy_bypass_rules.cc", |
| 729 | "proxy_resolution/proxy_bypass_rules.h", |
| 730 | "proxy_resolution/proxy_config.cc", |
| 731 | "proxy_resolution/proxy_config.h", |
| 732 | "proxy_resolution/proxy_config_service.h", |
| 733 | "proxy_resolution/proxy_config_service_fixed.cc", |
| 734 | "proxy_resolution/proxy_config_service_fixed.h", |
| 735 | "proxy_resolution/proxy_config_with_annotation.cc", |
| 736 | "proxy_resolution/proxy_config_with_annotation.h", |
| 737 | "proxy_resolution/proxy_info.cc", |
| 738 | "proxy_resolution/proxy_info.h", |
| 739 | "proxy_resolution/proxy_list.cc", |
| 740 | "proxy_resolution/proxy_list.h", |
| 741 | "proxy_resolution/proxy_resolution_request.h", |
| 742 | "proxy_resolution/proxy_resolution_service.h", |
| 743 | "proxy_resolution/proxy_resolve_dns_operation.h", |
| 744 | "proxy_resolution/proxy_resolver.h", |
| 745 | "proxy_resolution/proxy_resolver_error_observer.h", |
| 746 | "proxy_resolution/proxy_resolver_factory.cc", |
| 747 | "proxy_resolution/proxy_resolver_factory.h", |
| 748 | "proxy_resolution/proxy_retry_info.h", |
| 749 | "quic/address_utils.h", |
| 750 | "quic/bidirectional_stream_quic_impl.cc", |
| 751 | "quic/bidirectional_stream_quic_impl.h", |
| 752 | "quic/crypto/proof_source_chromium.cc", |
| 753 | "quic/crypto/proof_source_chromium.h", |
| 754 | "quic/crypto/proof_verifier_chromium.cc", |
| 755 | "quic/crypto/proof_verifier_chromium.h", |
| 756 | "quic/dedicated_web_transport_http3_client.cc", |
| 757 | "quic/dedicated_web_transport_http3_client.h", |
| 758 | "quic/network_connection.cc", |
| 759 | "quic/network_connection.h", |
| 760 | "quic/platform/impl/quic_chromium_clock.cc", |
| 761 | "quic/platform/impl/quic_chromium_clock.h", |
| 762 | "quic/platform/impl/quic_client_stats_impl.h", |
| 763 | "quic/platform/impl/quic_containers_impl.h", |
| 764 | "quic/platform/impl/quic_error_code_wrappers_impl.h", |
| 765 | "quic/platform/impl/quic_file_utils_impl.h", |
| 766 | "quic/platform/impl/quic_flags_impl.cc", |
| 767 | "quic/platform/impl/quic_flags_impl.h", |
| 768 | "quic/platform/impl/quic_hostname_utils_impl.cc", |
| 769 | "quic/platform/impl/quic_hostname_utils_impl.h", |
| 770 | "quic/platform/impl/quic_iovec_impl.h", |
| 771 | "quic/platform/impl/quic_map_util_impl.h", |
| 772 | "quic/platform/impl/quic_mem_slice_impl.cc", |
| 773 | "quic/platform/impl/quic_mem_slice_impl.h", |
| 774 | "quic/platform/impl/quic_mem_slice_span_impl.cc", |
| 775 | "quic/platform/impl/quic_mem_slice_span_impl.h", |
| 776 | "quic/platform/impl/quic_mem_slice_storage_impl.cc", |
| 777 | "quic/platform/impl/quic_mem_slice_storage_impl.h", |
| 778 | "quic/platform/impl/quic_prefetch_impl.h", |
| 779 | "quic/platform/impl/quic_reference_counted_impl.h", |
| 780 | "quic/platform/impl/quic_server_stats_impl.h", |
| 781 | "quic/platform/impl/quic_sleep_impl.h", |
| 782 | "quic/platform/impl/quic_stack_trace_impl.h", |
| 783 | "quic/properties_based_quic_server_info.cc", |
| 784 | "quic/properties_based_quic_server_info.h", |
| 785 | "quic/quic_address_mismatch.cc", |
| 786 | "quic/quic_address_mismatch.h", |
| 787 | "quic/quic_chromium_alarm_factory.cc", |
| 788 | "quic/quic_chromium_alarm_factory.h", |
| 789 | "quic/quic_chromium_client_session.cc", |
| 790 | "quic/quic_chromium_client_session.h", |
| 791 | "quic/quic_chromium_client_stream.cc", |
| 792 | "quic/quic_chromium_client_stream.h", |
| 793 | "quic/quic_chromium_connection_helper.cc", |
| 794 | "quic/quic_chromium_connection_helper.h", |
| 795 | "quic/quic_chromium_packet_reader.cc", |
| 796 | "quic/quic_chromium_packet_reader.h", |
| 797 | "quic/quic_chromium_packet_writer.cc", |
| 798 | "quic/quic_chromium_packet_writer.h", |
| 799 | "quic/quic_client_session_cache.cc", |
| 800 | "quic/quic_client_session_cache.h", |
| 801 | "quic/quic_clock_skew_detector.cc", |
| 802 | "quic/quic_clock_skew_detector.h", |
| 803 | "quic/quic_connection_logger.cc", |
| 804 | "quic/quic_connection_logger.h", |
| 805 | "quic/quic_connectivity_monitor.cc", |
| 806 | "quic/quic_connectivity_monitor.h", |
| 807 | "quic/quic_connectivity_probing_manager.cc", |
| 808 | "quic/quic_connectivity_probing_manager.h", |
| 809 | "quic/quic_context.cc", |
| 810 | "quic/quic_context.h", |
| 811 | "quic/quic_crypto_client_config_handle.cc", |
| 812 | "quic/quic_crypto_client_config_handle.h", |
| 813 | "quic/quic_crypto_client_stream_factory.cc", |
| 814 | "quic/quic_crypto_client_stream_factory.h", |
| 815 | "quic/quic_event_logger.cc", |
| 816 | "quic/quic_event_logger.h", |
| 817 | "quic/quic_http3_logger.cc", |
| 818 | "quic/quic_http3_logger.h", |
| 819 | "quic/quic_http_stream.cc", |
| 820 | "quic/quic_http_stream.h", |
| 821 | "quic/quic_http_utils.cc", |
| 822 | "quic/quic_http_utils.h", |
| 823 | "quic/quic_proxy_client_socket.cc", |
| 824 | "quic/quic_proxy_client_socket.h", |
| 825 | "quic/quic_server_info.cc", |
| 826 | "quic/quic_server_info.h", |
| 827 | "quic/quic_session_key.cc", |
| 828 | "quic/quic_session_key.h", |
| 829 | "quic/quic_stream_factory.cc", |
| 830 | "quic/quic_stream_factory.h", |
| 831 | "quic/quic_transport_client.cc", |
| 832 | "quic/quic_transport_client.h", |
| 833 | "quic/quic_transport_error.cc", |
| 834 | "quic/quic_transport_error.h", |
| 835 | "quic/web_transport_client.cc", |
| 836 | "quic/web_transport_client.h", |
| 837 | "quiche/common/platform/impl/quiche_bug_tracker_impl.h", |
| 838 | "quiche/common/platform/impl/quiche_flag_utils_impl.h", |
| 839 | "quiche/common/platform/impl/quiche_flags_impl.cc", |
| 840 | "quiche/common/platform/impl/quiche_flags_impl.h", |
| 841 | "socket/client_socket_factory.cc", |
| 842 | "socket/client_socket_factory.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 843 | "socket/client_socket_handle.cc", |
| 844 | "socket/client_socket_handle.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 845 | "socket/client_socket_pool.cc", |
| 846 | "socket/client_socket_pool.h", |
| 847 | "socket/client_socket_pool_manager.cc", |
| 848 | "socket/client_socket_pool_manager.h", |
| 849 | "socket/client_socket_pool_manager_impl.cc", |
| 850 | "socket/client_socket_pool_manager_impl.h", |
Matt Menke | 977e61b | 2019-01-10 19:36:02 | [diff] [blame] | 851 | "socket/connect_job.cc", |
| 852 | "socket/connect_job.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 853 | "socket/connection_attempts.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 854 | "socket/datagram_client_socket.h", |
| 855 | "socket/datagram_server_socket.h", |
| 856 | "socket/datagram_socket.h", |
| 857 | "socket/diff_serv_code_point.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 858 | "socket/next_proto.cc", |
| 859 | "socket/next_proto.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 860 | "socket/server_socket.cc", |
| 861 | "socket/server_socket.h", |
xunjieli | 321a96f3 | 2017-03-07 19:42:17 | [diff] [blame] | 862 | "socket/socket.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 863 | "socket/socket.h", |
| 864 | "socket/socket_bio_adapter.cc", |
| 865 | "socket/socket_bio_adapter.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 866 | "socket/socket_descriptor.cc", |
| 867 | "socket/socket_descriptor.h", |
| 868 | "socket/socket_net_log_params.cc", |
| 869 | "socket/socket_net_log_params.h", |
| 870 | "socket/socket_options.cc", |
| 871 | "socket/socket_options.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 872 | "socket/socket_performance_watcher.h", |
| 873 | "socket/socket_performance_watcher_factory.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 874 | "socket/socket_tag.cc", |
| 875 | "socket/socket_tag.h", |
| 876 | "socket/socks5_client_socket.cc", |
| 877 | "socket/socks5_client_socket.h", |
| 878 | "socket/socks_client_socket.cc", |
| 879 | "socket/socks_client_socket.h", |
| 880 | "socket/socks_connect_job.cc", |
| 881 | "socket/socks_connect_job.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 882 | "socket/ssl_client_socket.cc", |
| 883 | "socket/ssl_client_socket.h", |
| 884 | "socket/ssl_client_socket_impl.cc", |
| 885 | "socket/ssl_client_socket_impl.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 886 | "socket/ssl_connect_job.cc", |
| 887 | "socket/ssl_connect_job.h", |
| 888 | "socket/ssl_server_socket.h", |
| 889 | "socket/ssl_server_socket_impl.cc", |
| 890 | "socket/ssl_server_socket_impl.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 891 | "socket/ssl_socket.h", |
Bence Béky | dae8af5f | 2018-04-13 08:53:17 | [diff] [blame] | 892 | "socket/stream_socket.cc", |
| 893 | "socket/stream_socket.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 894 | "socket/tcp_client_socket.cc", |
| 895 | "socket/tcp_client_socket.h", |
| 896 | "socket/tcp_server_socket.cc", |
| 897 | "socket/tcp_server_socket.h", |
| 898 | "socket/tcp_socket.h", |
| 899 | "socket/transport_client_socket.cc", |
| 900 | "socket/transport_client_socket.h", |
| 901 | "socket/transport_client_socket_pool.cc", |
| 902 | "socket/transport_client_socket_pool.h", |
| 903 | "socket/transport_connect_job.cc", |
| 904 | "socket/transport_connect_job.h", |
| 905 | "socket/udp_client_socket.cc", |
| 906 | "socket/udp_client_socket.h", |
| 907 | "socket/udp_net_log_parameters.cc", |
| 908 | "socket/udp_net_log_parameters.h", |
| 909 | "socket/udp_server_socket.cc", |
| 910 | "socket/udp_server_socket.h", |
| 911 | "socket/udp_socket.h", |
| 912 | "socket/udp_socket_global_limits.cc", |
| 913 | "socket/udp_socket_global_limits.h", |
| 914 | "socket/websocket_endpoint_lock_manager.cc", |
| 915 | "socket/websocket_endpoint_lock_manager.h", |
| 916 | "socket/websocket_transport_client_socket_pool.cc", |
| 917 | "socket/websocket_transport_client_socket_pool.h", |
| 918 | "socket/websocket_transport_connect_job.cc", |
| 919 | "socket/websocket_transport_connect_job.h", |
| 920 | "socket/websocket_transport_connect_sub_job.cc", |
| 921 | "socket/websocket_transport_connect_sub_job.h", |
| 922 | "spdy/alps_decoder.cc", |
| 923 | "spdy/alps_decoder.h", |
| 924 | "spdy/bidirectional_stream_spdy_impl.cc", |
| 925 | "spdy/bidirectional_stream_spdy_impl.h", |
| 926 | "spdy/buffered_spdy_framer.cc", |
| 927 | "spdy/buffered_spdy_framer.h", |
| 928 | "spdy/header_coalescer.cc", |
| 929 | "spdy/header_coalescer.h", |
| 930 | "spdy/http2_priority_dependencies.cc", |
| 931 | "spdy/http2_priority_dependencies.h", |
| 932 | "spdy/http2_push_promise_index.cc", |
| 933 | "spdy/http2_push_promise_index.h", |
| 934 | "spdy/multiplexed_http_stream.cc", |
| 935 | "spdy/multiplexed_http_stream.h", |
| 936 | "spdy/multiplexed_session.cc", |
| 937 | "spdy/multiplexed_session.h", |
| 938 | "spdy/platform/impl/spdy_containers_impl.h", |
| 939 | "spdy/platform/impl/spdy_string_utils_impl.cc", |
| 940 | "spdy/platform/impl/spdy_string_utils_impl.h", |
| 941 | "spdy/server_push_delegate.h", |
| 942 | "spdy/spdy_buffer.cc", |
| 943 | "spdy/spdy_buffer.h", |
| 944 | "spdy/spdy_buffer_producer.cc", |
| 945 | "spdy/spdy_buffer_producer.h", |
| 946 | "spdy/spdy_http_stream.cc", |
| 947 | "spdy/spdy_http_stream.h", |
| 948 | "spdy/spdy_http_utils.cc", |
| 949 | "spdy/spdy_http_utils.h", |
| 950 | "spdy/spdy_log_util.cc", |
| 951 | "spdy/spdy_log_util.h", |
| 952 | "spdy/spdy_proxy_client_socket.cc", |
| 953 | "spdy/spdy_proxy_client_socket.h", |
| 954 | "spdy/spdy_read_queue.cc", |
| 955 | "spdy/spdy_read_queue.h", |
| 956 | "spdy/spdy_session.cc", |
| 957 | "spdy/spdy_session.h", |
| 958 | "spdy/spdy_session_key.cc", |
| 959 | "spdy/spdy_session_key.h", |
| 960 | "spdy/spdy_session_pool.cc", |
| 961 | "spdy/spdy_session_pool.h", |
| 962 | "spdy/spdy_stream.cc", |
| 963 | "spdy/spdy_stream.h", |
| 964 | "spdy/spdy_write_queue.cc", |
| 965 | "spdy/spdy_write_queue.h", |
Victor Vasiliev | 5c5f62b | 2020-12-03 22:27:52 | [diff] [blame] | 966 | "ssl/cert_compression.cc", |
| 967 | "ssl/cert_compression.h", |
mattm | 436ccfe | 2017-06-19 20:24:08 | [diff] [blame] | 968 | "ssl/client_cert_identity.cc", |
| 969 | "ssl/client_cert_identity.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 970 | "ssl/client_cert_store.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 971 | "ssl/openssl_ssl_util.cc", |
| 972 | "ssl/openssl_ssl_util.h", |
| 973 | "ssl/ssl_cert_request_info.cc", |
| 974 | "ssl/ssl_cert_request_info.h", |
| 975 | "ssl/ssl_cipher_suite_names.cc", |
| 976 | "ssl/ssl_cipher_suite_names.h", |
| 977 | "ssl/ssl_client_auth_cache.cc", |
| 978 | "ssl/ssl_client_auth_cache.h", |
| 979 | "ssl/ssl_client_cert_type.h", |
| 980 | "ssl/ssl_client_session_cache.cc", |
| 981 | "ssl/ssl_client_session_cache.h", |
| 982 | "ssl/ssl_config.cc", |
| 983 | "ssl/ssl_config.h", |
| 984 | "ssl/ssl_config_service.cc", |
| 985 | "ssl/ssl_config_service.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 986 | "ssl/ssl_config_service_defaults.cc", |
| 987 | "ssl/ssl_config_service_defaults.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 988 | "ssl/ssl_connection_status_flags.h", |
David Benjamin | 0627236e | 2019-06-27 02:01:18 | [diff] [blame] | 989 | "ssl/ssl_handshake_details.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 990 | "ssl/ssl_info.cc", |
| 991 | "ssl/ssl_info.h", |
Matt Mueller | 37a27b57 | 2020-11-25 19:15:10 | [diff] [blame] | 992 | "ssl/ssl_key_logger.cc", |
David Benjamin | bd37c17 | 2018-07-11 17:24:57 | [diff] [blame] | 993 | "ssl/ssl_key_logger.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 994 | "ssl/ssl_key_logger_impl.cc", |
| 995 | "ssl/ssl_key_logger_impl.h", |
David Benjamin | 07a07d65 | 2020-02-26 22:26:59 | [diff] [blame] | 996 | "ssl/ssl_legacy_crypto_fallback.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 997 | "ssl/ssl_platform_key_util.cc", |
| 998 | "ssl/ssl_platform_key_util.h", |
David Benjamin | b9bafbe | 2017-11-07 21:41:38 | [diff] [blame] | 999 | "ssl/ssl_private_key.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1000 | "ssl/ssl_private_key.h", |
| 1001 | "ssl/ssl_server_config.cc", |
| 1002 | "ssl/ssl_server_config.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1003 | "ssl/threaded_ssl_private_key.cc", |
| 1004 | "ssl/threaded_ssl_private_key.h", |
dalyk | 6b82a025 | 2018-08-22 15:22:38 | [diff] [blame] | 1005 | "third_party/uri_template/uri_template.cc", |
| 1006 | "third_party/uri_template/uri_template.h", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1007 | "url_request/redirect_info.cc", |
| 1008 | "url_request/redirect_info.h", |
| 1009 | "url_request/redirect_util.cc", |
| 1010 | "url_request/redirect_util.h", |
| 1011 | "url_request/referrer_policy.h", |
| 1012 | "url_request/report_sender.cc", |
| 1013 | "url_request/report_sender.h", |
| 1014 | "url_request/static_http_user_agent_settings.cc", |
| 1015 | "url_request/static_http_user_agent_settings.h", |
| 1016 | "url_request/url_fetcher.cc", |
| 1017 | "url_request/url_fetcher.h", |
| 1018 | "url_request/url_fetcher_core.cc", |
| 1019 | "url_request/url_fetcher_core.h", |
| 1020 | "url_request/url_fetcher_delegate.cc", |
| 1021 | "url_request/url_fetcher_delegate.h", |
| 1022 | "url_request/url_fetcher_factory.h", |
| 1023 | "url_request/url_fetcher_impl.cc", |
| 1024 | "url_request/url_fetcher_impl.h", |
| 1025 | "url_request/url_fetcher_response_writer.cc", |
| 1026 | "url_request/url_fetcher_response_writer.h", |
| 1027 | "url_request/url_request.cc", |
| 1028 | "url_request/url_request.h", |
| 1029 | "url_request/url_request_context.cc", |
| 1030 | "url_request/url_request_context.h", |
| 1031 | "url_request/url_request_context_builder.cc", |
| 1032 | "url_request/url_request_context_builder.h", |
| 1033 | "url_request/url_request_context_getter.cc", |
| 1034 | "url_request/url_request_context_getter.h", |
| 1035 | "url_request/url_request_context_getter_observer.h", |
| 1036 | "url_request/url_request_context_storage.cc", |
| 1037 | "url_request/url_request_context_storage.h", |
| 1038 | "url_request/url_request_error_job.cc", |
| 1039 | "url_request/url_request_error_job.h", |
| 1040 | "url_request/url_request_filter.cc", |
| 1041 | "url_request/url_request_filter.h", |
| 1042 | "url_request/url_request_http_job.cc", |
| 1043 | "url_request/url_request_http_job.h", |
| 1044 | "url_request/url_request_interceptor.cc", |
| 1045 | "url_request/url_request_interceptor.h", |
| 1046 | "url_request/url_request_job.cc", |
| 1047 | "url_request/url_request_job.h", |
| 1048 | "url_request/url_request_job_factory.cc", |
| 1049 | "url_request/url_request_job_factory.h", |
| 1050 | "url_request/url_request_netlog_params.cc", |
| 1051 | "url_request/url_request_netlog_params.h", |
| 1052 | "url_request/url_request_redirect_job.cc", |
| 1053 | "url_request/url_request_redirect_job.h", |
| 1054 | "url_request/url_request_test_job.cc", |
| 1055 | "url_request/url_request_test_job.h", |
| 1056 | "url_request/url_request_throttler_entry.cc", |
| 1057 | "url_request/url_request_throttler_entry.h", |
| 1058 | "url_request/url_request_throttler_entry_interface.h", |
| 1059 | "url_request/url_request_throttler_manager.cc", |
| 1060 | "url_request/url_request_throttler_manager.h", |
| 1061 | "url_request/view_cache_helper.cc", |
| 1062 | "url_request/view_cache_helper.h", |
| 1063 | "url_request/websocket_handshake_userdata_key.cc", |
| 1064 | "url_request/websocket_handshake_userdata_key.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1065 | ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1066 | |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 1067 | if (is_posix || is_fuchsia) { |
| 1068 | sources += [ "base/net_errors_posix.cc" ] |
| 1069 | } |
| 1070 | |
Adam Langley | 93cbfad1 | 2018-07-06 22:07:16 | [diff] [blame] | 1071 | defines = [] |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1072 | if (disable_brotli_filter) { |
Adam Langley | 93cbfad1 | 2018-07-06 22:07:16 | [diff] [blame] | 1073 | defines += [ "NET_DISABLE_BROTLI" ] |
| 1074 | } |
| 1075 | |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1076 | deps = [ |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1077 | ":net_deps", |
Yuta Hijikata | 101ed2a | 2020-11-18 07:50:39 | [diff] [blame] | 1078 | "//build:chromeos_buildflags", |
Takuto Ikuta | 94330d9b | 2019-03-09 11:03:14 | [diff] [blame] | 1079 | "//net/http:transport_security_state_generated_files", |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1080 | ] |
| 1081 | |
| 1082 | public_deps = [ |
Daniel Bratell | c36e87a | 2019-03-26 16:31:46 | [diff] [blame] | 1083 | ":net_export_header", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1084 | ":net_public_deps", |
Anton Bikineev | 5bc0d156 | 2021-05-13 03:56:02 | [diff] [blame^] | 1085 | "//base", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1086 | "//net/dns", |
| 1087 | "//net/dns:dns_client", |
Eric Orth | 168a7e5 | 2018-08-27 19:11:32 | [diff] [blame] | 1088 | "//net/dns:host_resolver", |
Eric Orth | 0bea166 | 2019-03-20 19:11:22 | [diff] [blame] | 1089 | "//net/dns:host_resolver_manager", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1090 | "//net/dns:mdns_client", |
Eric Orth | 8afaf15 | 2018-11-07 21:01:26 | [diff] [blame] | 1091 | "//net/dns/public", |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 1092 | "//net/third_party/quiche", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1093 | ] |
| 1094 | |
| 1095 | allow_circular_includes_from = [ |
| 1096 | "//net/dns", |
| 1097 | "//net/dns:dns_client", |
Eric Orth | 168a7e5 | 2018-08-27 19:11:32 | [diff] [blame] | 1098 | "//net/dns:host_resolver", |
Eric Orth | 0bea166 | 2019-03-20 19:11:22 | [diff] [blame] | 1099 | "//net/dns:host_resolver_manager", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1100 | "//net/dns:mdns_client", |
Eric Orth | 8afaf15 | 2018-11-07 21:01:26 | [diff] [blame] | 1101 | "//net/dns/public", |
Takuto Ikuta | 94330d9b | 2019-03-09 11:03:14 | [diff] [blame] | 1102 | "//net/http:transport_security_state_generated_files", |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 1103 | "//net/third_party/quiche", |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1104 | ] |
| 1105 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1106 | if (enable_reporting) { |
| 1107 | sources += [ |
| 1108 | "network_error_logging/network_error_logging_service.cc", |
| 1109 | "network_error_logging/network_error_logging_service.h", |
| 1110 | "network_error_logging/persistent_reporting_and_nel_store.h", |
| 1111 | "reporting/reporting_browsing_data_remover.cc", |
| 1112 | "reporting/reporting_browsing_data_remover.h", |
| 1113 | "reporting/reporting_cache.cc", |
| 1114 | "reporting/reporting_cache.h", |
| 1115 | "reporting/reporting_cache_impl.cc", |
| 1116 | "reporting/reporting_cache_impl.h", |
| 1117 | "reporting/reporting_cache_observer.cc", |
| 1118 | "reporting/reporting_cache_observer.h", |
| 1119 | "reporting/reporting_context.cc", |
| 1120 | "reporting/reporting_context.h", |
| 1121 | "reporting/reporting_delegate.cc", |
| 1122 | "reporting/reporting_delegate.h", |
| 1123 | "reporting/reporting_delivery_agent.cc", |
| 1124 | "reporting/reporting_delivery_agent.h", |
| 1125 | "reporting/reporting_endpoint.cc", |
| 1126 | "reporting/reporting_endpoint.h", |
| 1127 | "reporting/reporting_endpoint_manager.cc", |
| 1128 | "reporting/reporting_endpoint_manager.h", |
| 1129 | "reporting/reporting_garbage_collector.cc", |
| 1130 | "reporting/reporting_garbage_collector.h", |
| 1131 | "reporting/reporting_header_parser.cc", |
| 1132 | "reporting/reporting_header_parser.h", |
| 1133 | "reporting/reporting_network_change_observer.cc", |
| 1134 | "reporting/reporting_network_change_observer.h", |
| 1135 | "reporting/reporting_policy.cc", |
| 1136 | "reporting/reporting_policy.h", |
| 1137 | "reporting/reporting_report.cc", |
| 1138 | "reporting/reporting_report.h", |
| 1139 | "reporting/reporting_service.cc", |
| 1140 | "reporting/reporting_service.h", |
| 1141 | "reporting/reporting_uploader.cc", |
| 1142 | "reporting/reporting_uploader.h", |
| 1143 | ] |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 1144 | } |
| 1145 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1146 | if (is_android) { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1147 | sources += [ |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1148 | "android/android_http_util.cc", |
| 1149 | "android/cellular_signal_strength.cc", |
| 1150 | "android/cellular_signal_strength.h", |
| 1151 | "android/cert_verify_result_android.cc", |
| 1152 | "android/cert_verify_result_android.h", |
| 1153 | "android/gurl_utils.cc", |
| 1154 | "android/http_auth_negotiate_android.cc", |
| 1155 | "android/http_auth_negotiate_android.h", |
| 1156 | "android/keystore.cc", |
| 1157 | "android/keystore.h", |
| 1158 | "android/network_activation_request.cc", |
| 1159 | "android/network_activation_request.h", |
| 1160 | "android/network_change_notifier_android.cc", |
| 1161 | "android/network_change_notifier_android.h", |
| 1162 | "android/network_change_notifier_delegate_android.cc", |
| 1163 | "android/network_change_notifier_delegate_android.h", |
| 1164 | "android/network_change_notifier_factory_android.cc", |
| 1165 | "android/network_change_notifier_factory_android.h", |
| 1166 | "android/network_library.cc", |
| 1167 | "android/network_library.h", |
| 1168 | "android/traffic_stats.cc", |
| 1169 | "android/traffic_stats.h", |
| 1170 | "cert/cert_verify_proc_android.cc", |
| 1171 | "cert/cert_verify_proc_android.h", |
| 1172 | "cert/test_root_certs_android.cc", |
| 1173 | "cert/x509_util_android.cc", |
| 1174 | "proxy_resolution/proxy_config_service_android.cc", |
| 1175 | "proxy_resolution/proxy_config_service_android.h", |
| 1176 | "ssl/ssl_platform_key_android.cc", |
| 1177 | "ssl/ssl_platform_key_android.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1178 | ] |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1179 | } |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1180 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1181 | if (is_chromeos_ash && use_nss_certs) { |
| 1182 | sources += [ |
| 1183 | "cert/nss_cert_database_chromeos.cc", |
| 1184 | "cert/nss_cert_database_chromeos.h", |
| 1185 | "cert/nss_profile_filter_chromeos.cc", |
| 1186 | "cert/nss_profile_filter_chromeos.h", |
| 1187 | ] |
| 1188 | } |
| 1189 | |
| 1190 | if (is_ios) { |
| 1191 | sources += [ |
| 1192 | "cert/cert_verify_proc_ios.cc", |
| 1193 | "cert/cert_verify_proc_ios.h", |
| 1194 | "cert/x509_util_ios.cc", |
| 1195 | "cert/x509_util_ios.h", |
| 1196 | "disk_cache/blockfile/file_ios.cc", |
| 1197 | "proxy_resolution/proxy_config_service_ios.cc", |
| 1198 | "proxy_resolution/proxy_config_service_ios.h", |
| 1199 | ] |
| 1200 | } |
| 1201 | |
| 1202 | if (is_linux || is_chromeos_lacros) { |
| 1203 | sources += [ |
| 1204 | "base/network_change_notifier_linux.cc", |
| 1205 | "base/network_change_notifier_linux.h", |
| 1206 | "proxy_resolution/proxy_config_service_linux.cc", |
| 1207 | "proxy_resolution/proxy_config_service_linux.h", |
| 1208 | ] |
| 1209 | } |
| 1210 | |
| 1211 | if (is_linux || is_chromeos || is_android) { |
| 1212 | sources += [ |
| 1213 | "base/address_tracker_linux.cc", |
| 1214 | "base/address_tracker_linux.h", |
| 1215 | "base/network_interfaces_linux.cc", |
| 1216 | "base/network_interfaces_linux.h", |
| 1217 | "base/platform_mime_util_linux.cc", |
| 1218 | ] |
| 1219 | } |
| 1220 | |
| 1221 | if (is_mac) { |
| 1222 | sources += [ |
| 1223 | "base/network_notification_thread_mac.cc", |
| 1224 | "base/network_notification_thread_mac.h", |
| 1225 | "cert/cert_database_mac.cc", |
| 1226 | "cert/cert_verify_proc_mac.cc", |
| 1227 | "cert/cert_verify_proc_mac.h", |
| 1228 | "cert/internal/trust_store_mac.cc", |
| 1229 | "cert/internal/trust_store_mac.h", |
| 1230 | "cert/known_roots_mac.cc", |
| 1231 | "cert/known_roots_mac.h", |
| 1232 | "cert/test_keychain_search_list_mac.cc", |
| 1233 | "cert/test_keychain_search_list_mac.h", |
| 1234 | "cert/x509_util_mac.cc", |
| 1235 | "cert/x509_util_mac.h", |
| 1236 | "proxy_resolution/proxy_config_service_mac.cc", |
| 1237 | "proxy_resolution/proxy_config_service_mac.h", |
| 1238 | "ssl/client_cert_identity_mac.cc", |
| 1239 | "ssl/client_cert_identity_mac.h", |
| 1240 | "ssl/client_cert_store_mac.cc", |
| 1241 | "ssl/client_cert_store_mac.h", |
| 1242 | "ssl/ssl_platform_key_mac.cc", |
| 1243 | "ssl/ssl_platform_key_mac.h", |
| 1244 | ] |
| 1245 | } |
| 1246 | |
| 1247 | if (is_apple) { |
| 1248 | sources += [ |
| 1249 | "base/mac/url_conversions.h", |
| 1250 | "base/mac/url_conversions.mm", |
| 1251 | "base/network_change_notifier_mac.h", |
| 1252 | "base/network_change_notifier_mac.mm", |
| 1253 | "base/network_config_watcher_mac.cc", |
| 1254 | "base/network_config_watcher_mac.h", |
| 1255 | "base/platform_mime_util_mac.mm", |
| 1256 | "base/proxy_server_mac.cc", |
| 1257 | "cert/test_root_certs_mac.cc", |
| 1258 | "cert/x509_util_ios_and_mac.cc", |
| 1259 | "cert/x509_util_ios_and_mac.h", |
| 1260 | "proxy_resolution/proxy_resolver_mac.cc", |
| 1261 | "proxy_resolution/proxy_resolver_mac.h", |
| 1262 | ] |
| 1263 | } |
| 1264 | |
| 1265 | if (is_win) { |
| 1266 | sources += [ |
| 1267 | "base/file_stream_context_win.cc", |
| 1268 | "base/net_errors_win.cc", |
| 1269 | "base/network_change_notifier_win.cc", |
| 1270 | "base/network_change_notifier_win.h", |
| 1271 | "base/network_interfaces_win.cc", |
| 1272 | "base/network_interfaces_win.h", |
| 1273 | "base/platform_mime_util_win.cc", |
| 1274 | "base/winsock_init.cc", |
| 1275 | "base/winsock_init.h", |
| 1276 | "base/winsock_util.cc", |
| 1277 | "base/winsock_util.h", |
| 1278 | "cert/cert_verify_proc_win.cc", |
| 1279 | "cert/cert_verify_proc_win.h", |
| 1280 | "cert/known_roots_win.cc", |
| 1281 | "cert/known_roots_win.h", |
| 1282 | "cert/test_root_certs_win.cc", |
| 1283 | "cert/x509_util_win.cc", |
| 1284 | "cert/x509_util_win.h", |
| 1285 | "disk_cache/blockfile/file_win.cc", |
| 1286 | "disk_cache/blockfile/mapped_file_win.cc", |
| 1287 | "disk_cache/cache_util_win.cc", |
| 1288 | "disk_cache/simple/simple_index_file_win.cc", |
| 1289 | "disk_cache/simple/simple_util_win.cc", |
| 1290 | "http/http_auth_handler_ntlm_win.cc", |
| 1291 | "http/http_auth_sspi_win.cc", |
| 1292 | "http/http_auth_sspi_win.h", |
| 1293 | "http/url_security_manager_win.cc", |
| 1294 | "proxy_resolution/win/dhcp_pac_file_adapter_fetcher_win.cc", |
| 1295 | "proxy_resolution/win/dhcp_pac_file_adapter_fetcher_win.h", |
| 1296 | "proxy_resolution/win/dhcp_pac_file_fetcher_win.cc", |
| 1297 | "proxy_resolution/win/dhcp_pac_file_fetcher_win.h", |
| 1298 | "proxy_resolution/win/dhcpcsvc_init_win.cc", |
| 1299 | "proxy_resolution/win/dhcpcsvc_init_win.h", |
| 1300 | "proxy_resolution/win/proxy_config_service_win.cc", |
| 1301 | "proxy_resolution/win/proxy_config_service_win.h", |
| 1302 | "proxy_resolution/win/proxy_resolver_winhttp.cc", |
| 1303 | "proxy_resolution/win/proxy_resolver_winhttp.h", |
| 1304 | "proxy_resolution/win/windows_system_proxy_resolution_request.cc", |
| 1305 | "proxy_resolution/win/windows_system_proxy_resolution_request.h", |
| 1306 | "proxy_resolution/win/windows_system_proxy_resolution_service.cc", |
| 1307 | "proxy_resolution/win/windows_system_proxy_resolution_service.h", |
| 1308 | "proxy_resolution/win/windows_system_proxy_resolver.cc", |
| 1309 | "proxy_resolution/win/windows_system_proxy_resolver.h", |
| 1310 | "proxy_resolution/win/winhttp_api_wrapper.cc", |
| 1311 | "proxy_resolution/win/winhttp_api_wrapper.h", |
| 1312 | "proxy_resolution/win/winhttp_proxy_resolver_functions.cc", |
| 1313 | "proxy_resolution/win/winhttp_proxy_resolver_functions.h", |
| 1314 | "socket/tcp_socket_win.cc", |
| 1315 | "socket/tcp_socket_win.h", |
| 1316 | "socket/udp_socket_win.cc", |
| 1317 | "socket/udp_socket_win.h", |
| 1318 | "ssl/client_cert_store_win.cc", |
| 1319 | "ssl/client_cert_store_win.h", |
| 1320 | "ssl/ssl_platform_key_win.cc", |
| 1321 | ] |
| 1322 | } |
| 1323 | |
| 1324 | if (use_kerberos) { |
| 1325 | sources += [ |
| 1326 | "http/http_auth_handler_negotiate.cc", |
| 1327 | "http/http_auth_handler_negotiate.h", |
| 1328 | ] |
| 1329 | } |
| 1330 | |
| 1331 | if (is_posix || is_fuchsia) { |
| 1332 | sources += [ |
| 1333 | "base/file_stream_context_posix.cc", |
| 1334 | "base/network_interfaces_posix.cc", |
| 1335 | "base/network_interfaces_posix.h", |
| 1336 | "disk_cache/cache_util_posix.cc", |
| 1337 | "disk_cache/simple/simple_index_file_posix.cc", |
| 1338 | "disk_cache/simple/simple_util_posix.cc", |
| 1339 | "http/url_security_manager_posix.cc", |
| 1340 | "socket/socket_posix.cc", |
| 1341 | "socket/socket_posix.h", |
| 1342 | "socket/tcp_socket_posix.cc", |
| 1343 | "socket/tcp_socket_posix.h", |
| 1344 | "socket/udp_socket_posix.cc", |
| 1345 | "socket/udp_socket_posix.h", |
| 1346 | ] |
| 1347 | if (!is_ios) { |
| 1348 | sources += [ "disk_cache/blockfile/file_posix.cc" ] |
| 1349 | } |
| 1350 | if (posix_avoid_mmap) { |
| 1351 | sources += [ "disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc" ] |
| 1352 | } else { |
| 1353 | sources += [ "disk_cache/blockfile/mapped_file_posix.cc" ] |
| 1354 | } |
| 1355 | } |
| 1356 | |
| 1357 | if (is_android || is_chromeos_ash) { |
| 1358 | sources += [ |
| 1359 | "base/network_change_notifier_posix.cc", |
| 1360 | "base/network_change_notifier_posix.h", |
| 1361 | ] |
| 1362 | } |
| 1363 | |
| 1364 | if (!is_win) { |
| 1365 | sources += [ |
| 1366 | "http/http_auth_handler_ntlm_portable.cc", |
| 1367 | "http/http_auth_ntlm_mechanism.cc", |
| 1368 | "http/http_auth_ntlm_mechanism.h", |
| 1369 | "ntlm/ntlm.cc", |
| 1370 | "ntlm/ntlm.h", |
| 1371 | "ntlm/ntlm_buffer_reader.cc", |
| 1372 | "ntlm/ntlm_buffer_reader.h", |
| 1373 | "ntlm/ntlm_buffer_writer.cc", |
| 1374 | "ntlm/ntlm_buffer_writer.h", |
| 1375 | "ntlm/ntlm_client.cc", |
| 1376 | "ntlm/ntlm_client.h", |
| 1377 | "ntlm/ntlm_constants.cc", |
| 1378 | "ntlm/ntlm_constants.h", |
| 1379 | ] |
| 1380 | } |
| 1381 | |
| 1382 | if (use_external_gssapi) { |
| 1383 | sources += [ |
| 1384 | "http/http_auth_gssapi_posix.cc", |
| 1385 | "http/http_auth_gssapi_posix.h", |
| 1386 | ] |
| 1387 | } |
| 1388 | |
| 1389 | # Use getifaddrs() on POSIX platforms, except Linux. |
| 1390 | if (is_posix && !is_linux && !is_chromeos) { |
| 1391 | sources += [ |
| 1392 | "base/network_interfaces_getifaddrs.cc", |
| 1393 | "base/network_interfaces_getifaddrs.h", |
| 1394 | ] |
| 1395 | } |
| 1396 | |
| 1397 | if (use_nss_certs) { |
| 1398 | sources += [ |
| 1399 | "cert/internal/system_trust_store_nss.h", |
| 1400 | "cert/internal/trust_store_nss.cc", |
| 1401 | "cert/internal/trust_store_nss.h", |
| 1402 | "cert/known_roots_nss.cc", |
| 1403 | "cert/known_roots_nss.h", |
| 1404 | "cert/nss_cert_database.cc", |
| 1405 | "cert/nss_cert_database.h", |
| 1406 | "cert/test_root_certs_builtin.cc", |
| 1407 | "cert/x509_util_nss.cc", |
| 1408 | "cert/x509_util_nss.h", |
| 1409 | "third_party/mozilla_security_manager/nsNSSCertificateDB.cpp", |
| 1410 | "third_party/mozilla_security_manager/nsNSSCertificateDB.h", |
| 1411 | "third_party/mozilla_security_manager/nsPKCS12Blob.cpp", |
| 1412 | "third_party/mozilla_security_manager/nsPKCS12Blob.h", |
| 1413 | "third_party/nss/ssl/cmpcert.cc", |
| 1414 | "third_party/nss/ssl/cmpcert.h", |
| 1415 | ] |
| 1416 | if (!is_chromecast) { |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 1417 | sources += [ |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1418 | "ssl/client_cert_store_nss.cc", |
| 1419 | "ssl/client_cert_store_nss.h", |
| 1420 | "ssl/ssl_platform_key_nss.cc", |
| 1421 | "ssl/ssl_platform_key_nss.h", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 1422 | ] |
| 1423 | } |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1424 | } |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 1425 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1426 | if (is_fuchsia) { |
| 1427 | deps += [ "//third_party/fuchsia-sdk/sdk/pkg/async-loop-cpp" ] |
| 1428 | public_deps += |
| 1429 | [ "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.net.interfaces" ] |
| 1430 | sources += [ |
| 1431 | "base/network_change_notifier_fuchsia.cc", |
| 1432 | "base/network_change_notifier_fuchsia.h", |
| 1433 | "base/network_interfaces_fuchsia.cc", |
| 1434 | "base/network_interfaces_fuchsia.h", |
| 1435 | "base/platform_mime_util_fuchsia.cc", |
| 1436 | "cert/test_root_certs_builtin.cc", |
| 1437 | ] |
| 1438 | } |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 1439 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1440 | if (trial_comparison_cert_verifier_supported) { |
| 1441 | sources += [ |
| 1442 | "cert/trial_comparison_cert_verifier.cc", |
| 1443 | "cert/trial_comparison_cert_verifier.h", |
| 1444 | ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1445 | } |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 1446 | |
Sergey Ulanov | 21dea15 | 2017-09-13 00:50:50 | [diff] [blame] | 1447 | if (enable_unix_sockets) { |
| 1448 | sources += [ |
| 1449 | "socket/unix_domain_client_socket_posix.cc", |
| 1450 | "socket/unix_domain_client_socket_posix.h", |
| 1451 | "socket/unix_domain_server_socket_posix.cc", |
| 1452 | "socket/unix_domain_server_socket_posix.h", |
| 1453 | ] |
| 1454 | } |
| 1455 | |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 1456 | cflags = [] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1457 | |
| 1458 | if (is_mac) { |
Robert Sesek | d5a74a80 | 2020-07-01 16:38:08 | [diff] [blame] | 1459 | libs = [ "resolv" ] |
| 1460 | frameworks = [ |
rsesek | 02aa51c | 2016-05-11 02:13:57 | [diff] [blame] | 1461 | "CFNetwork.framework", |
| 1462 | "CoreServices.framework", |
[email protected] | ab9ce6e | 2014-04-17 20:33:19 | [diff] [blame] | 1463 | "Foundation.framework", |
| 1464 | "Security.framework", |
| 1465 | "SystemConfiguration.framework", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1466 | ] |
| 1467 | } |
| 1468 | |
| 1469 | if (is_ios) { |
Robert Sesek | d5a74a80 | 2020-07-01 16:38:08 | [diff] [blame] | 1470 | libs = [ "resolv" ] |
| 1471 | frameworks = [ |
[email protected] | ab9ce6e | 2014-04-17 20:33:19 | [diff] [blame] | 1472 | "CFNetwork.framework", |
Olivier Robin | f7f1657 | 2020-09-18 17:46:31 | [diff] [blame] | 1473 | "CoreTelephony.framework", |
[email protected] | ab9ce6e | 2014-04-17 20:33:19 | [diff] [blame] | 1474 | "MobileCoreServices.framework", |
| 1475 | "Security.framework", |
| 1476 | "SystemConfiguration.framework", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1477 | ] |
xunjieli | 06d9398 | 2015-08-27 17:13:02 | [diff] [blame] | 1478 | } |
xunjieli | 4c8c692 | 2015-08-27 16:02:40 | [diff] [blame] | 1479 | |
jam | 5332a63 | 2016-04-01 22:36:05 | [diff] [blame] | 1480 | if (is_win) { |
| 1481 | libs = [ |
| 1482 | "crypt32.lib", |
| 1483 | "dhcpcsvc.lib", |
| 1484 | "iphlpapi.lib", |
davidben | 6239919 | 2016-09-13 01:54:22 | [diff] [blame] | 1485 | "ncrypt.lib", |
jam | 5332a63 | 2016-04-01 22:36:05 | [diff] [blame] | 1486 | "rpcrt4.lib", |
| 1487 | "secur32.lib", |
| 1488 | "urlmon.lib", |
| 1489 | "winhttp.lib", |
| 1490 | ] |
Cliff Smolinsky | c5c5210 | 2019-05-03 20:51:54 | [diff] [blame] | 1491 | |
| 1492 | ldflags = [ "/DELAYLOAD:urlmon.dll" ] |
jam | 5332a63 | 2016-04-01 22:36:05 | [diff] [blame] | 1493 | } |
| 1494 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1495 | if (!disable_file_support) { |
| 1496 | sources += [ |
| 1497 | "base/directory_lister.cc", |
| 1498 | "base/directory_lister.h", |
| 1499 | "base/directory_listing.cc", |
| 1500 | "base/directory_listing.h", |
| 1501 | ] |
| 1502 | } |
xunjieli | 06d9398 | 2015-08-27 17:13:02 | [diff] [blame] | 1503 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1504 | if (!disable_ftp_support) { |
| 1505 | sources += [ |
| 1506 | "ftp/ftp_auth_cache.cc", |
| 1507 | "ftp/ftp_auth_cache.h", |
| 1508 | "ftp/ftp_ctrl_response_buffer.cc", |
| 1509 | "ftp/ftp_ctrl_response_buffer.h", |
| 1510 | "ftp/ftp_directory_listing_parser.cc", |
| 1511 | "ftp/ftp_directory_listing_parser.h", |
| 1512 | "ftp/ftp_directory_listing_parser_ls.cc", |
| 1513 | "ftp/ftp_directory_listing_parser_ls.h", |
| 1514 | "ftp/ftp_directory_listing_parser_vms.cc", |
| 1515 | "ftp/ftp_directory_listing_parser_vms.h", |
| 1516 | "ftp/ftp_directory_listing_parser_windows.cc", |
| 1517 | "ftp/ftp_directory_listing_parser_windows.h", |
| 1518 | "ftp/ftp_network_layer.cc", |
| 1519 | "ftp/ftp_network_layer.h", |
| 1520 | "ftp/ftp_network_session.cc", |
| 1521 | "ftp/ftp_network_session.h", |
| 1522 | "ftp/ftp_network_transaction.cc", |
| 1523 | "ftp/ftp_network_transaction.h", |
| 1524 | "ftp/ftp_request_info.h", |
| 1525 | "ftp/ftp_response_info.cc", |
| 1526 | "ftp/ftp_response_info.h", |
| 1527 | "ftp/ftp_server_type.h", |
| 1528 | "ftp/ftp_transaction.h", |
| 1529 | "ftp/ftp_transaction_factory.h", |
| 1530 | "ftp/ftp_util.cc", |
| 1531 | "ftp/ftp_util.h", |
| 1532 | "url_request/ftp_protocol_handler.cc", |
| 1533 | "url_request/ftp_protocol_handler.h", |
| 1534 | "url_request/url_request_ftp_job.cc", |
| 1535 | "url_request/url_request_ftp_job.h", |
| 1536 | ] |
| 1537 | } |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 1538 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1539 | if (enable_websockets) { |
| 1540 | sources += [ |
| 1541 | "websockets/websocket_basic_handshake_stream.cc", |
| 1542 | "websockets/websocket_basic_handshake_stream.h", |
| 1543 | "websockets/websocket_basic_stream.cc", |
| 1544 | "websockets/websocket_basic_stream.h", |
| 1545 | "websockets/websocket_basic_stream_adapters.cc", |
| 1546 | "websockets/websocket_basic_stream_adapters.h", |
| 1547 | "websockets/websocket_channel.cc", |
| 1548 | "websockets/websocket_channel.h", |
| 1549 | "websockets/websocket_deflate_parameters.cc", |
| 1550 | "websockets/websocket_deflate_parameters.h", |
| 1551 | "websockets/websocket_deflate_predictor.h", |
| 1552 | "websockets/websocket_deflate_predictor_impl.cc", |
| 1553 | "websockets/websocket_deflate_predictor_impl.h", |
| 1554 | "websockets/websocket_deflate_stream.cc", |
| 1555 | "websockets/websocket_deflate_stream.h", |
| 1556 | "websockets/websocket_deflater.cc", |
| 1557 | "websockets/websocket_deflater.h", |
| 1558 | "websockets/websocket_errors.cc", |
| 1559 | "websockets/websocket_errors.h", |
| 1560 | "websockets/websocket_event_interface.h", |
| 1561 | "websockets/websocket_extension.cc", |
| 1562 | "websockets/websocket_extension.h", |
| 1563 | "websockets/websocket_extension_parser.cc", |
| 1564 | "websockets/websocket_extension_parser.h", |
| 1565 | "websockets/websocket_frame.cc", |
| 1566 | "websockets/websocket_frame.h", |
| 1567 | "websockets/websocket_frame_parser.cc", |
| 1568 | "websockets/websocket_frame_parser.h", |
| 1569 | "websockets/websocket_handshake_challenge.cc", |
| 1570 | "websockets/websocket_handshake_challenge.h", |
| 1571 | "websockets/websocket_handshake_constants.cc", |
| 1572 | "websockets/websocket_handshake_constants.h", |
| 1573 | "websockets/websocket_handshake_request_info.cc", |
| 1574 | "websockets/websocket_handshake_request_info.h", |
| 1575 | "websockets/websocket_handshake_response_info.cc", |
| 1576 | "websockets/websocket_handshake_response_info.h", |
| 1577 | "websockets/websocket_handshake_stream_base.cc", |
| 1578 | "websockets/websocket_handshake_stream_base.h", |
| 1579 | "websockets/websocket_handshake_stream_create_helper.cc", |
| 1580 | "websockets/websocket_handshake_stream_create_helper.h", |
| 1581 | "websockets/websocket_http2_handshake_stream.cc", |
| 1582 | "websockets/websocket_http2_handshake_stream.h", |
| 1583 | "websockets/websocket_inflater.cc", |
| 1584 | "websockets/websocket_inflater.h", |
| 1585 | "websockets/websocket_stream.cc", |
| 1586 | "websockets/websocket_stream.h", |
| 1587 | ] |
| 1588 | } |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 1589 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1590 | # ICU support. |
| 1591 | if (use_platform_icu_alternatives) { |
| 1592 | if (is_android) { |
| 1593 | # Use ICU alternative on Android. |
| 1594 | sources += [ "base/net_string_util_icu_alternatives_android.cc" ] |
| 1595 | } else if (is_ios) { |
| 1596 | # Use ICU alternative on iOS. |
| 1597 | sources += [ "base/net_string_util_icu_alternatives_ios.mm" ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1598 | } else { |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1599 | assert(false, |
| 1600 | "ICU alternative is not implemented for platform: " + target_os) |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 1601 | } |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1602 | } else { |
| 1603 | # Use ICU. |
| 1604 | sources += [ |
| 1605 | "base/filename_util_icu.cc", |
| 1606 | "base/net_string_util_icu.cc", |
| 1607 | ] |
| 1608 | } |
eustas | fbec913 | 2015-12-30 14:56:51 | [diff] [blame] | 1609 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1610 | # Brotli support. |
| 1611 | if (!disable_brotli_filter) { |
| 1612 | sources += [ |
| 1613 | "filter/brotli_source_stream.cc", |
| 1614 | "filter/brotli_source_stream.h", |
| 1615 | ] |
| 1616 | } else { |
| 1617 | sources += [ "filter/brotli_source_stream_disabled.cc" ] |
[email protected] | 85191ed | 2014-05-15 00:41:49 | [diff] [blame] | 1618 | } |
Sebastien Marchand | 113c39f6 | 2020-03-12 02:22:31 | [diff] [blame] | 1619 | |
| 1620 | if (!is_debug && !optimize_for_size) { |
| 1621 | configs -= [ "//build/config/compiler:default_optimization" ] |
| 1622 | configs += [ "//build/config/compiler:optimize_max" ] |
| 1623 | } |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1624 | } |
| 1625 | |
Daniel Bratell | c36e87a | 2019-03-26 16:31:46 | [diff] [blame] | 1626 | # net_export.h has its own build target so that code (eg |
| 1627 | # net_nqe_proto) can use it without depending on the whole of //net. |
| 1628 | source_set("net_export_header") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 1629 | sources = [ "base/net_export.h" ] |
Daniel Bratell | c36e87a | 2019-03-26 16:31:46 | [diff] [blame] | 1630 | } |
| 1631 | |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1632 | # Private dependencies for the //net component and for any build targets (e.g. |
| 1633 | # source sets with circular dependencies with //net) that need to share the same |
| 1634 | # dependencies. |
| 1635 | source_set("net_deps") { |
| 1636 | visibility = [ |
| 1637 | ":net", |
| 1638 | "//net/dns", |
| 1639 | "//net/dns:dns_client", |
Eric Orth | 168a7e5 | 2018-08-27 19:11:32 | [diff] [blame] | 1640 | "//net/dns:host_resolver", |
Eric Orth | 0bea166 | 2019-03-20 19:11:22 | [diff] [blame] | 1641 | "//net/dns:host_resolver_manager", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1642 | "//net/dns:mdns_client", |
Eric Orth | 8afaf15 | 2018-11-07 21:01:26 | [diff] [blame] | 1643 | "//net/dns/public", |
Takuto Ikuta | 94330d9b | 2019-03-09 11:03:14 | [diff] [blame] | 1644 | "//net/http:transport_security_state_generated_files", |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 1645 | "//net/third_party/quiche", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1646 | ] |
| 1647 | |
| 1648 | public_deps = [ |
| 1649 | ":constants", |
Daniel Bratell | c36e87a | 2019-03-26 16:31:46 | [diff] [blame] | 1650 | ":net_export_header", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1651 | ":net_resources", |
git-meacer.google.com | 9e93f982 | 2018-07-03 00:33:05 | [diff] [blame] | 1652 | ":preload_decoder", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1653 | "//base", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1654 | "//base/third_party/dynamic_annotations", |
Matt Mueller | de5dadf | 2019-11-27 20:11:58 | [diff] [blame] | 1655 | "//base/util/type_safety:type_safety", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1656 | "//net/base/registry_controlled_domains", |
| 1657 | "//third_party/protobuf:protobuf_lite", |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1658 | "//third_party/zlib", |
Scott Violet | fd6ee11 | 2019-01-10 19:05:32 | [diff] [blame] | 1659 | "//url:buildflags", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1660 | ] |
| 1661 | |
| 1662 | public_configs = net_configs |
| 1663 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1664 | if (use_gio) { |
| 1665 | public_configs += [ "//build/linux:gio_config" ] |
| 1666 | } |
| 1667 | |
| 1668 | if (is_android) { |
| 1669 | public_deps += [ ":net_jni_headers" ] |
| 1670 | } |
| 1671 | |
| 1672 | if (is_fuchsia) { |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1673 | public_deps += [ |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1674 | "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.hardware.network", |
| 1675 | "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.net.interfaces", |
| 1676 | "//third_party/fuchsia-sdk/sdk/pkg/sys_cpp", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1677 | ] |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1678 | } |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1679 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1680 | if (use_platform_icu_alternatives) { |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1681 | if (is_android) { |
| 1682 | public_deps += [ ":net_jni_headers" ] |
| 1683 | } |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1684 | } else { |
| 1685 | public_deps += [ |
| 1686 | "//base:i18n", |
| 1687 | "//third_party/icu", |
| 1688 | ] |
| 1689 | } |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1690 | |
David Benjamin | ead319b | 2021-05-05 21:48:17 | [diff] [blame] | 1691 | if (!disable_brotli_filter) { |
| 1692 | public_deps += [ "//third_party/brotli:dec" ] |
| 1693 | } else { |
| 1694 | public_deps += [ "//third_party/brotli:headers" ] |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1695 | } |
| 1696 | } |
| 1697 | |
| 1698 | # Public dependencies for the //net component and for any build targets (e.g. |
| 1699 | # source sets with circular dependencies with //net) that need to share the same |
| 1700 | # dependencies. |
| 1701 | source_set("net_public_deps") { |
| 1702 | visibility = [ |
| 1703 | ":net", |
| 1704 | "//net/dns", |
| 1705 | "//net/dns:dns_client", |
Eric Orth | 168a7e5 | 2018-08-27 19:11:32 | [diff] [blame] | 1706 | "//net/dns:host_resolver", |
Eric Orth | 0bea166 | 2019-03-20 19:11:22 | [diff] [blame] | 1707 | "//net/dns:host_resolver_manager", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1708 | "//net/dns:mdns_client", |
Eric Orth | 8afaf15 | 2018-11-07 21:01:26 | [diff] [blame] | 1709 | "//net/dns/public", |
Takuto Ikuta | 94330d9b | 2019-03-09 11:03:14 | [diff] [blame] | 1710 | "//net/http:transport_security_state_generated_files", |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 1711 | "//net/third_party/quiche", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1712 | ] |
| 1713 | |
| 1714 | public_deps = [ |
| 1715 | ":buildflags", |
| 1716 | ":net_nqe_proto", |
Jan Wilken Dörrie | 79d02214 | 2020-08-19 18:18:32 | [diff] [blame] | 1717 | "//base", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1718 | "//crypto", |
| 1719 | "//crypto:platform", |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 1720 | "//net/third_party/quiche:net_quic_proto", |
| 1721 | "//net/third_party/quiche:net_quic_test_tools_proto", |
Victor Vasiliev | 1614e0d | 2020-08-24 23:12:56 | [diff] [blame] | 1722 | "//net/third_party/quiche:quiche_public_deps", |
Veranika Liaukevich | 8a68644 | 2018-05-29 18:55:12 | [diff] [blame] | 1723 | "//net/traffic_annotation", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1724 | "//third_party/boringssl", |
| 1725 | "//url", |
| 1726 | ] |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1727 | } |
| 1728 | |
Michael Thiessen | 454d0c3 | 2019-04-08 13:58:54 | [diff] [blame] | 1729 | if (is_android) { |
| 1730 | java_cpp_enum("effective_connection_type_java") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 1731 | sources = [ "//net/nqe/effective_connection_type.h" ] |
Michael Thiessen | 454d0c3 | 2019-04-08 13:58:54 | [diff] [blame] | 1732 | } |
| 1733 | } |
| 1734 | |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1735 | grit("net_resources") { |
| 1736 | source = "base/net_resources.grd" |
[email protected] | b89c5384 | 2014-07-23 16:32:32 | [diff] [blame] | 1737 | outputs = [ |
| 1738 | "grit/net_resources.h", |
| 1739 | "net_resources.pak", |
[email protected] | b89c5384 | 2014-07-23 16:32:32 | [diff] [blame] | 1740 | ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1741 | } |
| 1742 | |
Tarun Bansal | cdfa34b | 2017-11-23 05:11:17 | [diff] [blame] | 1743 | proto_library("net_nqe_proto") { |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 1744 | visibility = [ ":net_public_deps" ] |
Tarun Bansal | cdfa34b | 2017-11-23 05:11:17 | [diff] [blame] | 1745 | |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 1746 | sources = [ "nqe/proto/network_id_proto.proto" ] |
Tarun Bansal | cdfa34b | 2017-11-23 05:11:17 | [diff] [blame] | 1747 | cc_generator_options = "dllexport_decl=NET_EXPORT_PRIVATE:" |
| 1748 | cc_include = "net/base/net_export.h" |
| 1749 | component_build_force_source_set = true |
| 1750 | |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 1751 | deps = [ ":net_export_header" ] |
Daniel Bratell | c36e87a | 2019-03-26 16:31:46 | [diff] [blame] | 1752 | |
Tarun Bansal | cdfa34b | 2017-11-23 05:11:17 | [diff] [blame] | 1753 | defines = [ "NET_IMPLEMENTATION" ] |
| 1754 | |
| 1755 | extra_configs = [ "//build/config/compiler:wexit_time_destructors" ] |
| 1756 | } |
| 1757 | |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 1758 | component("extras") { |
| 1759 | sources = [ |
| 1760 | "extras/sqlite/cookie_crypto_delegate.h", |
| 1761 | "extras/sqlite/sqlite_persistent_cookie_store.cc", |
| 1762 | "extras/sqlite/sqlite_persistent_cookie_store.h", |
| 1763 | "extras/sqlite/sqlite_persistent_store_backend_base.cc", |
| 1764 | "extras/sqlite/sqlite_persistent_store_backend_base.h", |
| 1765 | ] |
| 1766 | defines = [ "IS_NET_EXTRAS_IMPL" ] |
| 1767 | configs += [ "//build/config/compiler:wexit_time_destructors" ] |
| 1768 | deps = [ |
| 1769 | ":net", |
| 1770 | "//base", |
| 1771 | "//sql:sql", |
| 1772 | ] |
Lily Chen | db14198 | 2019-03-18 17:18:49 | [diff] [blame] | 1773 | |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 1774 | if (enable_reporting) { |
| 1775 | sources += [ |
| 1776 | "extras/sqlite/sqlite_persistent_reporting_and_nel_store.cc", |
| 1777 | "extras/sqlite/sqlite_persistent_reporting_and_nel_store.h", |
| 1778 | ] |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1779 | } |
mef | 327a8e4 | 2014-08-29 17:10:03 | [diff] [blame] | 1780 | } |
| 1781 | |
git-meacer.google.com | 9e93f982 | 2018-07-03 00:33:05 | [diff] [blame] | 1782 | static_library("preload_decoder") { |
| 1783 | sources = [ |
| 1784 | "extras/preload_data/decoder.cc", |
| 1785 | "extras/preload_data/decoder.h", |
| 1786 | ] |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 1787 | deps = [ "//base" ] |
git-meacer.google.com | 9e93f982 | 2018-07-03 00:33:05 | [diff] [blame] | 1788 | } |
| 1789 | |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 1790 | if (!is_ios) { |
| 1791 | executable("dump_cache") { |
| 1792 | testonly = true |
| 1793 | sources = [ |
| 1794 | "tools/dump_cache/dump_cache.cc", |
| 1795 | "tools/dump_cache/dump_files.cc", |
| 1796 | "tools/dump_cache/dump_files.h", |
| 1797 | ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 1798 | |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 1799 | deps = [ |
| 1800 | ":net", |
| 1801 | ":test_support", |
| 1802 | "//base", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 1803 | "//build/win:default_exe_manifest", |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 1804 | ] |
| 1805 | } |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1806 | } |
| 1807 | |
eroman | 1295131 | 2017-05-05 22:55:51 | [diff] [blame] | 1808 | # This section can be updated from globbing rules using: |
| 1809 | # python ./tools/update_ios_bundle_data.py |
sdefresne | b0a3164 | 2016-03-18 11:04:45 | [diff] [blame] | 1810 | bundle_data("test_support_bundle_data") { |
sdefresne | 04f9114 | 2016-04-21 08:41:59 | [diff] [blame] | 1811 | visibility = [ ":test_support" ] |
sdefresne | b0a3164 | 2016-03-18 11:04:45 | [diff] [blame] | 1812 | testonly = true |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1813 | sources = [ |
Ryan Hamilton | 3eada85 | 2019-12-13 23:29:18 | [diff] [blame] | 1814 | "data/quic_http_response_cache_data/test.example.com/index.html", |
| 1815 | "data/quic_http_response_cache_data/test.example.com/map.html", |
zhongyi | d7dd2db1 | 2017-04-14 17:01:25 | [diff] [blame] | 1816 | "data/quic_http_response_cache_data_with_push/test.example.com/favicon.ico", |
| 1817 | "data/quic_http_response_cache_data_with_push/test.example.com/index.html", |
| 1818 | "data/quic_http_response_cache_data_with_push/test.example.com/index2.html", |
| 1819 | "data/quic_http_response_cache_data_with_push/test.example.com/kitten-1.jpg", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1820 | "data/ssl/certificates/1024-rsa-ee-by-1024-rsa-intermediate.pem", |
| 1821 | "data/ssl/certificates/1024-rsa-ee-by-2048-rsa-intermediate.pem", |
| 1822 | "data/ssl/certificates/1024-rsa-ee-by-768-rsa-intermediate.pem", |
| 1823 | "data/ssl/certificates/1024-rsa-ee-by-prime256v1-ecdsa-intermediate.pem", |
| 1824 | "data/ssl/certificates/1024-rsa-intermediate.pem", |
| 1825 | "data/ssl/certificates/10_year_validity.pem", |
| 1826 | "data/ssl/certificates/11_year_validity.pem", |
| 1827 | "data/ssl/certificates/2029_globalsign_com_cert.pem", |
| 1828 | "data/ssl/certificates/2048-rsa-ee-by-1024-rsa-intermediate.pem", |
| 1829 | "data/ssl/certificates/2048-rsa-ee-by-2048-rsa-intermediate.pem", |
| 1830 | "data/ssl/certificates/2048-rsa-ee-by-768-rsa-intermediate.pem", |
| 1831 | "data/ssl/certificates/2048-rsa-ee-by-prime256v1-ecdsa-intermediate.pem", |
| 1832 | "data/ssl/certificates/2048-rsa-intermediate.pem", |
| 1833 | "data/ssl/certificates/2048-rsa-root.pem", |
Ryan Sleevi | ae4d680 | 2020-06-23 19:50:10 | [diff] [blame] | 1834 | "data/ssl/certificates/398_days_1_second_after_2020_09_01.pem", |
| 1835 | "data/ssl/certificates/398_days_after_2020_09_01.pem", |
| 1836 | "data/ssl/certificates/399_days_after_2020_09_01.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1837 | "data/ssl/certificates/39_months_after_2015_04.pem", |
Ryan Sleevi | fb6f8664 | 2018-04-07 03:55:38 | [diff] [blame] | 1838 | "data/ssl/certificates/39_months_based_on_last_day.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1839 | "data/ssl/certificates/40_months_after_2015_04.pem", |
| 1840 | "data/ssl/certificates/60_months_after_2012_07.pem", |
| 1841 | "data/ssl/certificates/61_months_after_2012_07.pem", |
| 1842 | "data/ssl/certificates/768-rsa-ee-by-1024-rsa-intermediate.pem", |
| 1843 | "data/ssl/certificates/768-rsa-ee-by-2048-rsa-intermediate.pem", |
| 1844 | "data/ssl/certificates/768-rsa-ee-by-768-rsa-intermediate.pem", |
| 1845 | "data/ssl/certificates/768-rsa-ee-by-prime256v1-ecdsa-intermediate.pem", |
| 1846 | "data/ssl/certificates/768-rsa-intermediate.pem", |
Ryan Sleevi | 1f9eb9f | 2018-01-23 21:25:14 | [diff] [blame] | 1847 | "data/ssl/certificates/825_days_1_second_after_2018_03_01.pem", |
| 1848 | "data/ssl/certificates/825_days_after_2018_03_01.pem", |
| 1849 | "data/ssl/certificates/826_days_after_2018_03_01.pem", |
Ryan Sleevi | 435064d3 | 2019-12-17 02:24:55 | [diff] [blame] | 1850 | "data/ssl/certificates/900_days_after_2019_07_01.pem", |
Matt Mueller | c391cdf | 2018-02-08 01:05:57 | [diff] [blame] | 1851 | "data/ssl/certificates/BUILD.gn", |
eroman | 1295131 | 2017-05-05 22:55:51 | [diff] [blame] | 1852 | "data/ssl/certificates/README", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1853 | "data/ssl/certificates/aia-cert.pem", |
| 1854 | "data/ssl/certificates/aia-intermediate.der", |
| 1855 | "data/ssl/certificates/aia-root.pem", |
| 1856 | "data/ssl/certificates/bad_validity.pem", |
Kunihiko Sakamoto | 97cfcf5 | 2018-06-26 03:08:22 | [diff] [blame] | 1857 | "data/ssl/certificates/can_sign_http_exchanges_draft_extension.pem", |
David Benjamin | 933f39b | 2018-08-27 14:59:18 | [diff] [blame] | 1858 | "data/ssl/certificates/can_sign_http_exchanges_draft_extension_invalid.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1859 | "data/ssl/certificates/client-empty-password.p12", |
| 1860 | "data/ssl/certificates/client-nokey.p12", |
| 1861 | "data/ssl/certificates/client-null-password.p12", |
| 1862 | "data/ssl/certificates/client.p12", |
| 1863 | "data/ssl/certificates/client_1.key", |
| 1864 | "data/ssl/certificates/client_1.pem", |
| 1865 | "data/ssl/certificates/client_1.pk8", |
| 1866 | "data/ssl/certificates/client_1_ca.pem", |
| 1867 | "data/ssl/certificates/client_2.key", |
| 1868 | "data/ssl/certificates/client_2.pem", |
| 1869 | "data/ssl/certificates/client_2.pk8", |
| 1870 | "data/ssl/certificates/client_2_ca.pem", |
| 1871 | "data/ssl/certificates/client_3.key", |
| 1872 | "data/ssl/certificates/client_3.pem", |
| 1873 | "data/ssl/certificates/client_3.pk8", |
| 1874 | "data/ssl/certificates/client_3_ca.pem", |
| 1875 | "data/ssl/certificates/client_4.key", |
| 1876 | "data/ssl/certificates/client_4.pem", |
| 1877 | "data/ssl/certificates/client_4.pk8", |
| 1878 | "data/ssl/certificates/client_4_ca.pem", |
| 1879 | "data/ssl/certificates/client_5.key", |
| 1880 | "data/ssl/certificates/client_5.pem", |
| 1881 | "data/ssl/certificates/client_5.pk8", |
| 1882 | "data/ssl/certificates/client_5_ca.pem", |
| 1883 | "data/ssl/certificates/client_6.key", |
| 1884 | "data/ssl/certificates/client_6.pem", |
| 1885 | "data/ssl/certificates/client_6.pk8", |
| 1886 | "data/ssl/certificates/client_6_ca.pem", |
| 1887 | "data/ssl/certificates/client_root_ca.pem", |
Ryan Sleevi | c2fcac6 | 2017-12-21 16:37:04 | [diff] [blame] | 1888 | "data/ssl/certificates/common_name_only.pem", |
Rob Percival | 5c442f8 | 2018-03-28 22:10:57 | [diff] [blame] | 1889 | "data/ssl/certificates/comodo-chain.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1890 | "data/ssl/certificates/crit-codeSigning-chain.pem", |
Ryan Sleevi | 54fe766 | 2019-11-21 01:31:58 | [diff] [blame] | 1891 | "data/ssl/certificates/crlset_blocked_interception_by_intermediate.raw", |
| 1892 | "data/ssl/certificates/crlset_blocked_interception_by_root.raw", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1893 | "data/ssl/certificates/crlset_by_intermediate_serial.raw", |
| 1894 | "data/ssl/certificates/crlset_by_leaf_spki.raw", |
Eric Roman | 3b13fe0a | 2018-01-10 22:54:43 | [diff] [blame] | 1895 | "data/ssl/certificates/crlset_by_leaf_subject_no_spki.raw", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1896 | "data/ssl/certificates/crlset_by_root_serial.raw", |
Ryan Sleevi | ae4d680 | 2020-06-23 19:50:10 | [diff] [blame] | 1897 | "data/ssl/certificates/crlset_by_root_spki.raw", |
Eric Roman | 3b13fe0a | 2018-01-10 22:54:43 | [diff] [blame] | 1898 | "data/ssl/certificates/crlset_by_root_subject.raw", |
| 1899 | "data/ssl/certificates/crlset_by_root_subject_no_spki.raw", |
Ryan Sleevi | 54fe766 | 2019-11-21 01:31:58 | [diff] [blame] | 1900 | "data/ssl/certificates/crlset_known_interception_by_root.raw", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1901 | "data/ssl/certificates/cross-signed-leaf.pem", |
| 1902 | "data/ssl/certificates/cross-signed-root-md5.pem", |
| 1903 | "data/ssl/certificates/cross-signed-root-sha256.pem", |
| 1904 | "data/ssl/certificates/ct-test-embedded-cert.pem", |
| 1905 | "data/ssl/certificates/ct-test-embedded-with-intermediate-chain.pem", |
| 1906 | "data/ssl/certificates/ct-test-embedded-with-intermediate-preca-chain.pem", |
| 1907 | "data/ssl/certificates/ct-test-embedded-with-preca-chain.pem", |
David Benjamin | 9d8f726 | 2021-04-19 22:18:24 | [diff] [blame] | 1908 | "data/ssl/certificates/ct-test-embedded-with-uids.pem", |
Ryan Sleevi | d6c6a40 | 2018-04-14 01:33:04 | [diff] [blame] | 1909 | "data/ssl/certificates/daltonridgeapts.com-chain.pem", |
Ryan Sleevi | bd9ca311 | 2017-12-23 05:22:19 | [diff] [blame] | 1910 | "data/ssl/certificates/dec_2017.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1911 | "data/ssl/certificates/diginotar_cyber_ca.pem", |
| 1912 | "data/ssl/certificates/diginotar_pkioverheid.pem", |
| 1913 | "data/ssl/certificates/diginotar_pkioverheid_g2.pem", |
| 1914 | "data/ssl/certificates/diginotar_public_ca_2025.pem", |
| 1915 | "data/ssl/certificates/diginotar_root_ca.pem", |
| 1916 | "data/ssl/certificates/diginotar_services_1024_ca.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1917 | "data/ssl/certificates/duplicate_cn_1.p12", |
| 1918 | "data/ssl/certificates/duplicate_cn_1.pem", |
| 1919 | "data/ssl/certificates/duplicate_cn_2.p12", |
| 1920 | "data/ssl/certificates/duplicate_cn_2.pem", |
| 1921 | "data/ssl/certificates/eku-test-root.pem", |
| 1922 | "data/ssl/certificates/empty_subject_cert.der", |
Panos Astithas | cbce035 | 2020-09-02 17:37:59 | [diff] [blame] | 1923 | "data/ssl/certificates/ev-multi-oid.pem", |
Chris Thompson | 973da38 | 2020-04-10 21:26:10 | [diff] [blame] | 1924 | "data/ssl/certificates/ev_test.pem", |
| 1925 | "data/ssl/certificates/ev_test_state_only.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1926 | "data/ssl/certificates/expired_cert.pem", |
| 1927 | "data/ssl/certificates/explicit-policy-chain.pem", |
| 1928 | "data/ssl/certificates/foaf.me.chromium-test-cert.der", |
Ryan Sleevi | c646e48 | 2018-01-27 18:08:56 | [diff] [blame] | 1929 | "data/ssl/certificates/gms.hongleong.com.my-verisign-chain.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1930 | "data/ssl/certificates/google.binary.p7b", |
| 1931 | "data/ssl/certificates/google.chain.pem", |
| 1932 | "data/ssl/certificates/google.pem_cert.p7b", |
| 1933 | "data/ssl/certificates/google.pem_pkcs7.p7b", |
| 1934 | "data/ssl/certificates/google.single.der", |
| 1935 | "data/ssl/certificates/google.single.pem", |
| 1936 | "data/ssl/certificates/google_diginotar.pem", |
| 1937 | "data/ssl/certificates/googlenew.chain.pem", |
| 1938 | "data/ssl/certificates/intermediate_ca_cert.pem", |
| 1939 | "data/ssl/certificates/invalid_key_usage_cert.der", |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 1940 | "data/ssl/certificates/key_usage_p256.key", |
David Benjamin | 03c28a4 | 2018-05-11 23:12:07 | [diff] [blame] | 1941 | "data/ssl/certificates/key_usage_p256_both.pem", |
| 1942 | "data/ssl/certificates/key_usage_p256_digitalsignature.pem", |
| 1943 | "data/ssl/certificates/key_usage_p256_keyagreement.pem", |
| 1944 | "data/ssl/certificates/key_usage_p256_no_extension.pem", |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 1945 | "data/ssl/certificates/key_usage_rsa.key", |
David Benjamin | 03c28a4 | 2018-05-11 23:12:07 | [diff] [blame] | 1946 | "data/ssl/certificates/key_usage_rsa_both.pem", |
| 1947 | "data/ssl/certificates/key_usage_rsa_digitalsignature.pem", |
| 1948 | "data/ssl/certificates/key_usage_rsa_keyencipherment.pem", |
| 1949 | "data/ssl/certificates/key_usage_rsa_no_extension.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1950 | "data/ssl/certificates/large_key.pem", |
| 1951 | "data/ssl/certificates/localhost_cert.pem", |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 1952 | "data/ssl/certificates/may_2018.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1953 | "data/ssl/certificates/mit.davidben.der", |
| 1954 | "data/ssl/certificates/multi-root-A-by-B.pem", |
| 1955 | "data/ssl/certificates/multi-root-B-by-C.pem", |
| 1956 | "data/ssl/certificates/multi-root-B-by-F.pem", |
| 1957 | "data/ssl/certificates/multi-root-BFE.keychain", |
| 1958 | "data/ssl/certificates/multi-root-C-by-D.pem", |
| 1959 | "data/ssl/certificates/multi-root-C-by-E.pem", |
| 1960 | "data/ssl/certificates/multi-root-D-by-D.pem", |
| 1961 | "data/ssl/certificates/multi-root-E-by-E.pem", |
| 1962 | "data/ssl/certificates/multi-root-F-by-E.pem", |
| 1963 | "data/ssl/certificates/multi-root-chain1.pem", |
| 1964 | "data/ssl/certificates/multi-root-chain2.pem", |
| 1965 | "data/ssl/certificates/multi-root-crlset-C.raw", |
| 1966 | "data/ssl/certificates/multi-root-crlset-CD-and-FE.raw", |
| 1967 | "data/ssl/certificates/multi-root-crlset-D-and-E.raw", |
| 1968 | "data/ssl/certificates/multi-root-crlset-E.raw", |
| 1969 | "data/ssl/certificates/multi-root-crlset-unrelated.raw", |
eroman | 1295131 | 2017-05-05 22:55:51 | [diff] [blame] | 1970 | "data/ssl/certificates/multi-root.keychain", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1971 | "data/ssl/certificates/multivalue_rdn.pem", |
Matt Mueller | 09c8fd9a | 2019-05-04 00:37:24 | [diff] [blame] | 1972 | "data/ssl/certificates/name-normalization-byteequal.pem", |
| 1973 | "data/ssl/certificates/name-normalization-case-folding.pem", |
| 1974 | "data/ssl/certificates/name-normalization-printable-utf8.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 1975 | "data/ssl/certificates/name_constraint_bad.pem", |
| 1976 | "data/ssl/certificates/name_constraint_good.pem", |
| 1977 | "data/ssl/certificates/ndn.ca.crt", |
| 1978 | "data/ssl/certificates/nist.der", |
| 1979 | "data/ssl/certificates/no_subject_common_name_cert.pem", |
| 1980 | "data/ssl/certificates/non-crit-codeSigning-chain.pem", |
| 1981 | "data/ssl/certificates/ocsp-test-root.pem", |
| 1982 | "data/ssl/certificates/ok_cert.pem", |
| 1983 | "data/ssl/certificates/ok_cert_by_intermediate.pem", |
| 1984 | "data/ssl/certificates/post_june_2016.pem", |
| 1985 | "data/ssl/certificates/pre_br_validity_bad_121.pem", |
| 1986 | "data/ssl/certificates/pre_br_validity_bad_2020.pem", |
| 1987 | "data/ssl/certificates/pre_br_validity_ok.pem", |
| 1988 | "data/ssl/certificates/pre_june_2016.pem", |
| 1989 | "data/ssl/certificates/prime256v1-ecdsa-ee-by-1024-rsa-intermediate.pem", |
| 1990 | "data/ssl/certificates/prime256v1-ecdsa-ee-by-2048-rsa-intermediate.pem", |
| 1991 | "data/ssl/certificates/prime256v1-ecdsa-ee-by-768-rsa-intermediate.pem", |
| 1992 | "data/ssl/certificates/prime256v1-ecdsa-ee-by-prime256v1-ecdsa-intermediate.pem", |
| 1993 | "data/ssl/certificates/prime256v1-ecdsa-intermediate.pem", |
| 1994 | "data/ssl/certificates/punycodetest.pem", |
John Abd-El-Malek | 1c36bfd | 2017-12-19 19:21:36 | [diff] [blame] | 1995 | "data/ssl/certificates/quic-chain.pem", |
John Abd-El-Malek | ec2f082 | 2017-12-20 21:35:11 | [diff] [blame] | 1996 | "data/ssl/certificates/quic-leaf-cert.key", |
| 1997 | "data/ssl/certificates/quic-leaf-cert.key.pkcs8.pem", |
| 1998 | "data/ssl/certificates/quic-leaf-cert.key.sct", |
John Abd-El-Malek | 1c36bfd | 2017-12-19 19:21:36 | [diff] [blame] | 1999 | "data/ssl/certificates/quic-root.pem", |
Victor Vasiliev | 2cb5235 | 2020-06-11 01:16:59 | [diff] [blame] | 2000 | "data/ssl/certificates/quic-short-lived.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2001 | "data/ssl/certificates/redundant-server-chain.pem", |
| 2002 | "data/ssl/certificates/redundant-validated-chain-root.pem", |
| 2003 | "data/ssl/certificates/redundant-validated-chain.pem", |
| 2004 | "data/ssl/certificates/reject_intranet_hosts.pem", |
| 2005 | "data/ssl/certificates/root_ca_cert.pem", |
| 2006 | "data/ssl/certificates/salesforce_com_test.pem", |
| 2007 | "data/ssl/certificates/self-signed-invalid-name.pem", |
| 2008 | "data/ssl/certificates/self-signed-invalid-sig.pem", |
| 2009 | "data/ssl/certificates/sha1_2016.pem", |
Ryan Sleevi | c2fcac6 | 2017-12-21 16:37:04 | [diff] [blame] | 2010 | "data/ssl/certificates/sha1_leaf.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2011 | "data/ssl/certificates/spdy_pooling.pem", |
| 2012 | "data/ssl/certificates/start_after_expiry.pem", |
| 2013 | "data/ssl/certificates/subjectAltName_sanity_check.pem", |
elawrence | c7484f5 | 2017-04-05 21:46:42 | [diff] [blame] | 2014 | "data/ssl/certificates/subjectAltName_www_example_com.pem", |
David Benjamin | ddf9671c3 | 2019-12-03 16:54:12 | [diff] [blame] | 2015 | "data/ssl/certificates/test_names.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2016 | "data/ssl/certificates/thawte.single.pem", |
| 2017 | "data/ssl/certificates/tls_feature_extension.pem", |
Matt Mueller | 7d5464b | 2019-05-15 20:18:45 | [diff] [blame] | 2018 | "data/ssl/certificates/treadclimber.pem", |
| 2019 | "data/ssl/certificates/treadclimber.sctlist", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2020 | "data/ssl/certificates/unescaped.pem", |
| 2021 | "data/ssl/certificates/unittest.key.bin", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2022 | "data/ssl/certificates/unittest.selfsigned.der", |
| 2023 | "data/ssl/certificates/verisign_class3_g5_crosssigned-trusted.keychain", |
| 2024 | "data/ssl/certificates/verisign_class3_g5_crosssigned.pem", |
| 2025 | "data/ssl/certificates/verisign_intermediate_ca_2011.pem", |
| 2026 | "data/ssl/certificates/verisign_intermediate_ca_2016.pem", |
| 2027 | "data/ssl/certificates/weak_digest_md2_ee.pem", |
| 2028 | "data/ssl/certificates/weak_digest_md2_intermediate.pem", |
| 2029 | "data/ssl/certificates/weak_digest_md2_root.pem", |
| 2030 | "data/ssl/certificates/weak_digest_md4_ee.pem", |
| 2031 | "data/ssl/certificates/weak_digest_md4_intermediate.pem", |
| 2032 | "data/ssl/certificates/weak_digest_md4_root.pem", |
| 2033 | "data/ssl/certificates/weak_digest_md5_ee.pem", |
| 2034 | "data/ssl/certificates/weak_digest_md5_intermediate.pem", |
| 2035 | "data/ssl/certificates/weak_digest_md5_root.pem", |
| 2036 | "data/ssl/certificates/weak_digest_sha1_ee.pem", |
| 2037 | "data/ssl/certificates/weak_digest_sha1_intermediate.pem", |
| 2038 | "data/ssl/certificates/weak_digest_sha1_root.pem", |
| 2039 | "data/ssl/certificates/websocket_cacert.pem", |
| 2040 | "data/ssl/certificates/websocket_client_cert.p12", |
| 2041 | "data/ssl/certificates/wildcard.pem", |
Ryan Sleevi | 24fe268 | 2018-08-16 21:33:46 | [diff] [blame] | 2042 | "data/ssl/certificates/www.ahrn.com.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2043 | "data/ssl/certificates/x509_verify_results.chain.pem", |
| 2044 | ] |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2045 | outputs = [ "{{bundle_resources_dir}}/" + |
| 2046 | "{{source_root_relative_dir}}/{{source_file_part}}" ] |
sdefresne | b0a3164 | 2016-03-18 11:04:45 | [diff] [blame] | 2047 | } |
| 2048 | |
brettw | 3871f52 | 2016-07-14 22:08:34 | [diff] [blame] | 2049 | static_library("test_support") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 2050 | testonly = true |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2051 | sources = [ |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2052 | "base/load_timing_info_test_util.cc", |
| 2053 | "base/load_timing_info_test_util.h", |
| 2054 | "base/mock_file_stream.cc", |
| 2055 | "base/mock_file_stream.h", |
Helen Li | f18af04d | 2017-10-19 17:26:07 | [diff] [blame] | 2056 | "base/mock_network_change_notifier.cc", |
| 2057 | "base/mock_network_change_notifier.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2058 | "base/test_completion_callback.cc", |
| 2059 | "base/test_completion_callback.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2060 | "cert/mock_cert_verifier.cc", |
| 2061 | "cert/mock_cert_verifier.h", |
ryanchung | 987b2ff | 2016-02-19 00:17:12 | [diff] [blame] | 2062 | "cert/mock_client_cert_verifier.cc", |
| 2063 | "cert/mock_client_cert_verifier.h", |
Victor Costan | 8587494 | 2018-02-28 04:11:44 | [diff] [blame] | 2064 | "cookies/canonical_cookie_test_helpers.h", |
Victor Costan | 1dcd675 | 2018-03-16 12:31:36 | [diff] [blame] | 2065 | "cookies/cookie_change_dispatcher_test_helpers.cc", |
| 2066 | "cookies/cookie_change_dispatcher_test_helpers.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2067 | "cookies/cookie_monster_store_test.cc", |
| 2068 | "cookies/cookie_monster_store_test.h", |
Victor Costan | f8cb27d | 2018-02-21 09:16:23 | [diff] [blame] | 2069 | "cookies/cookie_store_change_unittest.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2070 | "cookies/cookie_store_test_callbacks.cc", |
| 2071 | "cookies/cookie_store_test_callbacks.h", |
| 2072 | "cookies/cookie_store_test_helpers.cc", |
| 2073 | "cookies/cookie_store_test_helpers.h", |
droger | fd8b277 | 2015-12-04 14:34:56 | [diff] [blame] | 2074 | "cookies/cookie_store_unittest.h", |
Lily Chen | 9995b82 | 2019-10-02 21:08:48 | [diff] [blame] | 2075 | "cookies/test_cookie_access_delegate.cc", |
| 2076 | "cookies/test_cookie_access_delegate.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2077 | "disk_cache/disk_cache_test_base.cc", |
| 2078 | "disk_cache/disk_cache_test_base.h", |
| 2079 | "disk_cache/disk_cache_test_util.cc", |
| 2080 | "disk_cache/disk_cache_test_util.h", |
Matt Menke | 1dd3f2f | 2017-08-09 17:10:06 | [diff] [blame] | 2081 | "filter/filter_source_stream_test_util.cc", |
| 2082 | "filter/filter_source_stream_test_util.h", |
xunjieli | 6cc8b84b | 2016-11-08 15:23:39 | [diff] [blame] | 2083 | "filter/mock_source_stream.cc", |
| 2084 | "filter/mock_source_stream.h", |
zhongyi | 3c41298 | 2016-06-18 00:34:30 | [diff] [blame] | 2085 | "http/http_stream_factory_test_util.cc", |
| 2086 | "http/http_stream_factory_test_util.h", |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 2087 | "http/http_transaction_test_util.cc", |
| 2088 | "http/http_transaction_test_util.h", |
Steven Bingler | 674fb082 | 2018-12-12 18:04:52 | [diff] [blame] | 2089 | "http/mock_http_cache.cc", |
| 2090 | "http/mock_http_cache.h", |
Matt Mueller | 230996f1 | 2018-10-22 19:39:44 | [diff] [blame] | 2091 | "http/transport_security_state_test_util.cc", |
| 2092 | "http/transport_security_state_test_util.h", |
vishal.b | 62985ca9 | 2015-04-17 08:45:51 | [diff] [blame] | 2093 | "log/test_net_log.cc", |
| 2094 | "log/test_net_log.h", |
mmenke | 0034c54 | 2015-05-05 22:34:59 | [diff] [blame] | 2095 | "log/test_net_log_util.cc", |
mmenke | 43758e6 | 2015-05-04 21:09:46 | [diff] [blame] | 2096 | "log/test_net_log_util.h", |
tbansal | 785a6ab | 2016-10-10 20:19:28 | [diff] [blame] | 2097 | "nqe/network_quality_estimator_test_util.cc", |
| 2098 | "nqe/network_quality_estimator_test_util.h", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 2099 | "proxy_resolution/mock_pac_file_fetcher.cc", |
| 2100 | "proxy_resolution/mock_pac_file_fetcher.h", |
| 2101 | "proxy_resolution/mock_proxy_resolver.cc", |
| 2102 | "proxy_resolution/mock_proxy_resolver.h", |
| 2103 | "proxy_resolution/proxy_config_service_common_unittest.cc", |
| 2104 | "proxy_resolution/proxy_config_service_common_unittest.h", |
Ryan Hamilton | abad59e | 2019-06-06 04:02:59 | [diff] [blame] | 2105 | "quic/quic_test_packet_printer.cc", |
| 2106 | "quic/quic_test_packet_printer.h", |
David Benjamin | 91900ce5 | 2020-02-04 19:25:23 | [diff] [blame] | 2107 | "socket/read_buffering_stream_socket.cc", |
| 2108 | "socket/read_buffering_stream_socket.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2109 | "socket/socket_test_util.cc", |
| 2110 | "socket/socket_test_util.h", |
Bence Béky | 94658bf | 2018-05-11 19:22:58 | [diff] [blame] | 2111 | "spdy/spdy_test_util_common.cc", |
| 2112 | "spdy/spdy_test_util_common.h", |
mattm | 436ccfe | 2017-06-19 20:24:08 | [diff] [blame] | 2113 | "ssl/client_cert_identity_test_util.cc", |
| 2114 | "ssl/client_cert_identity_test_util.h", |
| 2115 | "ssl/ssl_private_key_test_util.cc", |
| 2116 | "ssl/ssl_private_key_test_util.h", |
David Benjamin | 151ec6b | 2019-08-02 19:38:52 | [diff] [blame] | 2117 | "ssl/test_ssl_config_service.cc", |
| 2118 | "ssl/test_ssl_config_service.h", |
David Benjamin | 9f6bce2 | 2019-07-16 20:41:05 | [diff] [blame] | 2119 | "ssl/test_ssl_private_key.cc", |
| 2120 | "ssl/test_ssl_private_key.h", |
Matt Mueller | fcd2efb | 2019-09-23 19:56:16 | [diff] [blame] | 2121 | "test/cert_builder.cc", |
| 2122 | "test/cert_builder.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2123 | "test/cert_test_util.cc", |
| 2124 | "test/cert_test_util.h", |
| 2125 | "test/ct_test_util.cc", |
| 2126 | "test/ct_test_util.h", |
John Abd-El-Malek | f071beb | 2018-01-30 18:03:24 | [diff] [blame] | 2127 | "test/embedded_test_server/controllable_http_response.cc", |
| 2128 | "test/embedded_test_server/controllable_http_response.h", |
svaldez | 7d25c56 | 2015-10-30 19:09:45 | [diff] [blame] | 2129 | "test/embedded_test_server/default_handlers.cc", |
| 2130 | "test/embedded_test_server/default_handlers.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2131 | "test/embedded_test_server/embedded_test_server.cc", |
| 2132 | "test/embedded_test_server/embedded_test_server.h", |
mmenke | 392ec46 | 2017-03-23 18:49:35 | [diff] [blame] | 2133 | "test/embedded_test_server/embedded_test_server_connection_listener.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2134 | "test/embedded_test_server/http_connection.cc", |
| 2135 | "test/embedded_test_server/http_connection.h", |
| 2136 | "test/embedded_test_server/http_request.cc", |
| 2137 | "test/embedded_test_server/http_request.h", |
| 2138 | "test/embedded_test_server/http_response.cc", |
| 2139 | "test/embedded_test_server/http_response.h", |
svaldez | 6e7e82a2 | 2015-10-28 19:39:53 | [diff] [blame] | 2140 | "test/embedded_test_server/request_handler_util.cc", |
| 2141 | "test/embedded_test_server/request_handler_util.h", |
mmenke | 93be9ca | 2017-05-23 16:29:13 | [diff] [blame] | 2142 | "test/embedded_test_server/simple_connection_listener.cc", |
| 2143 | "test/embedded_test_server/simple_connection_listener.h", |
sammc | 6ac3fe5 | 2015-02-25 06:00:28 | [diff] [blame] | 2144 | "test/event_waiter.h", |
johnme | 36ae580 | 2016-05-10 15:46:24 | [diff] [blame] | 2145 | "test/gtest_util.h", |
Jesse Selover | 1d82faf | 2019-03-20 19:44:35 | [diff] [blame] | 2146 | "test/key_util.cc", |
| 2147 | "test/key_util.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2148 | "test/net_test_suite.cc", |
| 2149 | "test/net_test_suite.h", |
Misha Efimov | 2f3f8ed | 2018-03-06 13:27:28 | [diff] [blame] | 2150 | "test/quic_simple_test_server.cc", |
| 2151 | "test/quic_simple_test_server.h", |
Matt Mueller | f566f0e5 | 2020-05-06 00:52:25 | [diff] [blame] | 2152 | "test/revocation_builder.cc", |
| 2153 | "test/revocation_builder.h", |
johnme | 36ae580 | 2016-05-10 15:46:24 | [diff] [blame] | 2154 | "test/scoped_disable_exit_on_dfatal.cc", |
| 2155 | "test/scoped_disable_exit_on_dfatal.h", |
brettw | 6315e03 | 2015-11-27 18:38:36 | [diff] [blame] | 2156 | "test/test_certificate_data.h", |
rsleevi | a69c79a | 2016-06-22 03:28:43 | [diff] [blame] | 2157 | "test/test_data_directory.cc", |
| 2158 | "test/test_data_directory.h", |
Gabriel Charette | c710874 | 2019-08-23 03:31:40 | [diff] [blame] | 2159 | "test/test_with_task_environment.h", |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2160 | "test/url_request/ssl_certificate_error_job.cc", |
| 2161 | "test/url_request/ssl_certificate_error_job.h", |
Brett Wilson | 32ce17a | 2014-11-10 17:45:30 | [diff] [blame] | 2162 | "test/url_request/url_request_failed_job.cc", |
| 2163 | "test/url_request/url_request_failed_job.h", |
xunjieli | 5d1f989 | 2016-05-18 20:44:34 | [diff] [blame] | 2164 | "test/url_request/url_request_hanging_read_job.cc", |
| 2165 | "test/url_request/url_request_hanging_read_job.h", |
mef | 3e826cf | 2014-12-13 18:40:40 | [diff] [blame] | 2166 | "test/url_request/url_request_mock_data_job.cc", |
| 2167 | "test/url_request/url_request_mock_data_job.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2168 | "url_request/test_url_fetcher_factory.cc", |
| 2169 | "url_request/test_url_fetcher_factory.h", |
| 2170 | "url_request/url_request_test_util.cc", |
| 2171 | "url_request/url_request_test_util.h", |
| 2172 | ] |
| 2173 | |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 2174 | if (is_mac) { |
| 2175 | sources += [ |
| 2176 | "test/keychain_test_util_mac.cc", |
| 2177 | "test/keychain_test_util_mac.h", |
| 2178 | ] |
| 2179 | } |
| 2180 | |
Ryan Sleevi | c2fcac6 | 2017-12-21 16:37:04 | [diff] [blame] | 2181 | configs += [ "//build/config:precompiled_headers" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2182 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 2183 | public_deps = [ |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2184 | "//base", |
| 2185 | "//base/test:test_support", |
[email protected] | 22fe91d | 2014-08-12 17:07:12 | [diff] [blame] | 2186 | "//crypto", |
[email protected] | 59ff2d4 | 2014-04-22 22:25:23 | [diff] [blame] | 2187 | "//net", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 2188 | "//net/dns:test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2189 | "//net/tools/tld_cleanup", |
Veranika Liaukevich | 8a68644 | 2018-05-29 18:55:12 | [diff] [blame] | 2190 | "//net/traffic_annotation:test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2191 | "//testing/gmock", |
| 2192 | "//testing/gtest", |
| 2193 | "//url", |
| 2194 | ] |
| 2195 | |
Matt Menke | 1dd3f2f | 2017-08-09 17:10:06 | [diff] [blame] | 2196 | deps = [ |
Misha Efimov | 2f3f8ed | 2018-03-06 13:27:28 | [diff] [blame] | 2197 | ":simple_quic_tools", |
Matt Mueller | 230996f1 | 2018-10-22 19:39:44 | [diff] [blame] | 2198 | "//net/http:transport_security_state_unittest_data_default", |
Matt Menke | 1dd3f2f | 2017-08-09 17:10:06 | [diff] [blame] | 2199 | "//third_party/zlib", |
| 2200 | ] |
sdefresne | 04f9114 | 2016-04-21 08:41:59 | [diff] [blame] | 2201 | |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 2202 | allow_circular_includes_from = [ "//net/dns:test_support" ] |
| 2203 | |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2204 | data = [ "data/" ] |
jbudorick | 944eb92 | 2016-06-20 15:38:30 | [diff] [blame] | 2205 | |
Daniel Bratell | f4784d1 | 2018-10-09 17:54:08 | [diff] [blame] | 2206 | if (is_mac) { |
Robert Sesek | d5a74a80 | 2020-07-01 16:38:08 | [diff] [blame] | 2207 | frameworks = [ "Security.framework" ] |
Daniel Bratell | f4784d1 | 2018-10-09 17:54:08 | [diff] [blame] | 2208 | } |
| 2209 | |
rsesek | 7d4ab4bc | 2016-07-22 17:35:13 | [diff] [blame] | 2210 | if (is_ios) { |
| 2211 | deps += [ ":test_support_bundle_data" ] |
| 2212 | } else { |
Michael Spang | 841c3cde | 2019-03-13 22:53:43 | [diff] [blame] | 2213 | public_deps += [ "//third_party/protobuf:py_proto_runtime" ] |
jam | b533b7e | 2015-03-04 17:12:05 | [diff] [blame] | 2214 | } |
| 2215 | |
svaldez | 2135be5 | 2016-04-20 16:34:53 | [diff] [blame] | 2216 | if (use_nss_certs) { |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 2217 | public_deps += [ "//crypto:platform" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2218 | } |
| 2219 | |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 2220 | if (!is_ios) { |
sherouk | 3eee4a8 | 2015-09-01 10:42:33 | [diff] [blame] | 2221 | sources += [ |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 2222 | "test/spawned_test_server/base_test_server.cc", |
| 2223 | "test/spawned_test_server/base_test_server.h", |
| 2224 | "test/spawned_test_server/spawned_test_server.h", |
| 2225 | ] |
Sergey Ulanov | 7de8580 | 2018-01-19 19:50:34 | [diff] [blame] | 2226 | } |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 2227 | |
Sergey Volk | 3ee3537f | 2018-06-12 01:45:48 | [diff] [blame] | 2228 | public_configs = [ ":net_test_config" ] |
| 2229 | |
Sergey Ulanov | 7de8580 | 2018-01-19 19:50:34 | [diff] [blame] | 2230 | if (use_remote_test_server) { |
| 2231 | sources += [ |
| 2232 | "test/spawned_test_server/remote_test_server.cc", |
| 2233 | "test/spawned_test_server/remote_test_server.h", |
Sergey Ulanov | 7de8580 | 2018-01-19 19:50:34 | [diff] [blame] | 2234 | "test/spawned_test_server/remote_test_server_spawner_request.cc", |
| 2235 | "test/spawned_test_server/remote_test_server_spawner_request.h", |
| 2236 | ] |
| 2237 | } else if (!is_ios) { |
| 2238 | sources += [ |
| 2239 | "test/spawned_test_server/local_test_server.cc", |
| 2240 | "test/spawned_test_server/local_test_server.h", |
Sergey Ulanov | 7de8580 | 2018-01-19 19:50:34 | [diff] [blame] | 2241 | ] |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 2242 | if (is_win) { |
| 2243 | sources += [ "test/spawned_test_server/local_test_server_win.cc" ] |
| 2244 | } else if (is_posix || is_fuchsia) { |
| 2245 | sources += [ "test/spawned_test_server/local_test_server_posix.cc" ] |
| 2246 | } |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 2247 | } |
| 2248 | |
| 2249 | if (enable_python_utils) { |
| 2250 | sources += [ |
| 2251 | "test/python_utils.cc", |
| 2252 | "test/python_utils.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2253 | ] |
| 2254 | } |
| 2255 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 2256 | if (use_nss_certs) { |
| 2257 | sources += [ "test/cert_test_util_nss.cc" ] |
[email protected] | 83e1ae3 | 2014-07-18 10:57:07 | [diff] [blame] | 2258 | } |
xunjieli | a688820 | 2015-04-14 21:34:25 | [diff] [blame] | 2259 | |
| 2260 | if (!disable_file_support) { |
| 2261 | sources += [ |
| 2262 | "test/url_request/url_request_mock_http_job.cc", |
| 2263 | "test/url_request/url_request_mock_http_job.h", |
Matt Menke | 27e91ae4 | 2019-09-10 16:10:48 | [diff] [blame] | 2264 | "test/url_request/url_request_test_job_backed_by_file.cc", |
| 2265 | "test/url_request/url_request_test_job_backed_by_file.h", |
xunjieli | a688820 | 2015-04-14 21:34:25 | [diff] [blame] | 2266 | ] |
| 2267 | } |
Eric Orth | b812a44 | 2018-05-04 20:26:48 | [diff] [blame] | 2268 | |
| 2269 | if (enable_reporting) { |
| 2270 | sources += [ |
Lily Chen | 6ac29d8 | 2019-04-11 22:26:58 | [diff] [blame] | 2271 | "network_error_logging/mock_persistent_nel_store.cc", |
| 2272 | "network_error_logging/mock_persistent_nel_store.h", |
Douglas Creager | 3cb04205 | 2018-11-06 23:08:52 | [diff] [blame] | 2273 | "network_error_logging/network_error_logging_test_util.cc", |
| 2274 | "network_error_logging/network_error_logging_test_util.h", |
Lily Chen | 0ada609 | 2019-05-08 00:08:48 | [diff] [blame] | 2275 | "reporting/mock_persistent_reporting_store.cc", |
| 2276 | "reporting/mock_persistent_reporting_store.h", |
Eric Orth | b812a44 | 2018-05-04 20:26:48 | [diff] [blame] | 2277 | "reporting/reporting_test_util.cc", |
| 2278 | "reporting/reporting_test_util.h", |
| 2279 | ] |
| 2280 | } |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2281 | } |
| 2282 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2283 | if (!is_ios && !is_android) { |
mattm | 36d8968 | 2016-06-08 22:22:40 | [diff] [blame] | 2284 | executable("cert_verify_tool") { |
| 2285 | testonly = true |
| 2286 | sources = [ |
| 2287 | "tools/cert_verify_tool/cert_verify_tool.cc", |
| 2288 | "tools/cert_verify_tool/cert_verify_tool_util.cc", |
| 2289 | "tools/cert_verify_tool/cert_verify_tool_util.h", |
| 2290 | "tools/cert_verify_tool/verify_using_cert_verify_proc.cc", |
| 2291 | "tools/cert_verify_tool/verify_using_cert_verify_proc.h", |
mattm | 3c66edc | 2016-07-13 22:40:42 | [diff] [blame] | 2292 | "tools/cert_verify_tool/verify_using_path_builder.cc", |
| 2293 | "tools/cert_verify_tool/verify_using_path_builder.h", |
mattm | 36d8968 | 2016-06-08 22:22:40 | [diff] [blame] | 2294 | ] |
| 2295 | |
mattm | 36d8968 | 2016-06-08 22:22:40 | [diff] [blame] | 2296 | deps = [ |
| 2297 | ":net", |
| 2298 | ":test_support", |
| 2299 | "//base", |
mattm | 36d8968 | 2016-06-08 22:22:40 | [diff] [blame] | 2300 | "//build/win:default_exe_manifest", |
| 2301 | ] |
mattm | 49957fe | 2017-03-02 01:45:29 | [diff] [blame] | 2302 | |
| 2303 | if (is_mac) { |
Robert Sesek | d5a74a80 | 2020-07-01 16:38:08 | [diff] [blame] | 2304 | frameworks = [ "Security.framework" ] |
mattm | 49957fe | 2017-03-02 01:45:29 | [diff] [blame] | 2305 | } |
mattm | 36d8968 | 2016-06-08 22:22:40 | [diff] [blame] | 2306 | } |
| 2307 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2308 | executable("crash_cache") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 2309 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2310 | sources = [ "tools/crash_cache/crash_cache.cc" ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 2311 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2312 | deps = [ |
| 2313 | ":net", |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 2314 | ":test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2315 | "//base", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2316 | "//build/win:default_exe_manifest", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2317 | ] |
| 2318 | } |
| 2319 | |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 2320 | executable("hpack_example_generator") { |
| 2321 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2322 | sources = [ "spdy/fuzzing/hpack_example_generator.cc" ] |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 2323 | |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 2324 | deps = [ |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 2325 | ":net", |
Victor Vasiliev | 802b8d0 | 2018-10-19 17:48:17 | [diff] [blame] | 2326 | ":spdy_test_tools", |
brettw | ba7a73d | 2015-08-31 22:17:39 | [diff] [blame] | 2327 | "//base", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2328 | "//build/win:default_exe_manifest", |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 2329 | ] |
| 2330 | } |
| 2331 | |
Matt Menke | 74f013a | 2019-11-15 17:14:26 | [diff] [blame] | 2332 | executable("net_watcher") { |
| 2333 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2334 | sources = [ "tools/net_watcher/net_watcher.cc" ] |
Matt Menke | 74f013a | 2019-11-15 17:14:26 | [diff] [blame] | 2335 | deps = [ |
| 2336 | ":net", |
| 2337 | "//base", |
Yuta Hijikata | 101ed2a | 2020-11-18 07:50:39 | [diff] [blame] | 2338 | "//build:chromeos_buildflags", |
Matt Menke | 74f013a | 2019-11-15 17:14:26 | [diff] [blame] | 2339 | "//build/win:default_exe_manifest", |
| 2340 | ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2341 | } |
| 2342 | |
| 2343 | executable("run_testserver") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 2344 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2345 | sources = [ "tools/testserver/run_testserver.cc" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2346 | deps = [ |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 2347 | ":test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2348 | "//base", |
| 2349 | "//base/test:test_support", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2350 | "//build/win:default_exe_manifest", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2351 | "//testing/gtest", |
| 2352 | ] |
| 2353 | } |
| 2354 | |
| 2355 | executable("stress_cache") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 2356 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2357 | sources = [ "tools/stress_cache/stress_cache.cc" ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 2358 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2359 | deps = [ |
| 2360 | ":net", |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 2361 | ":test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2362 | "//base", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2363 | "//build/win:default_exe_manifest", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2364 | ] |
| 2365 | } |
| 2366 | |
| 2367 | executable("tld_cleanup") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2368 | sources = [ "tools/tld_cleanup/tld_cleanup.cc" ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 2369 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2370 | deps = [ |
| 2371 | "//base", |
| 2372 | "//base:i18n", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2373 | "//build/win:default_exe_manifest", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2374 | "//net/tools/tld_cleanup", |
| 2375 | ] |
| 2376 | } |
| 2377 | } |
| 2378 | |
Asanka Herath | de6cd1606e | 2019-06-09 13:39:14 | [diff] [blame] | 2379 | if (use_external_gssapi) { |
| 2380 | # In order for the tests to be reliable, these two targets cannot depend on a |
| 2381 | # valid GSSAPI library. This is easy to achieve on most platforms. But on |
| 2382 | # macOS care must be taken to not depend directly or indirectly on |
| 2383 | # GSS.framework. This is suprisingly easy to get wrong since |
| 2384 | # Security.framework is such a common dependency and it indirectly depends on |
| 2385 | # GSS. |
| 2386 | shared_library("test_gssapi") { |
| 2387 | testonly = true |
| 2388 | sources = [ |
| 2389 | "tools/gssapi/gss_import_name.cc", |
| 2390 | "tools/gssapi/gss_methods.cc", |
| 2391 | "tools/gssapi/gss_types.h", |
| 2392 | ] |
| 2393 | } |
| 2394 | |
| 2395 | shared_library("test_badgssapi") { |
| 2396 | testonly = true |
| 2397 | sources = [ |
| 2398 | "tools/gssapi/gss_methods.cc", |
| 2399 | "tools/gssapi/gss_types.h", |
| 2400 | ] |
| 2401 | } |
| 2402 | } |
| 2403 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 2404 | if (is_linux || is_chromeos || is_mac) { |
gabadie | 64af64a | 2016-03-29 16:36:42 | [diff] [blame] | 2405 | executable("cachetool") { |
| 2406 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2407 | sources = [ "tools/cachetool/cachetool.cc" ] |
gabadie | 64af64a | 2016-03-29 16:36:42 | [diff] [blame] | 2408 | deps = [ |
| 2409 | ":net", |
| 2410 | ":test_support", |
| 2411 | "//base", |
| 2412 | ] |
| 2413 | } |
| 2414 | |
| 2415 | executable("content_decoder_tool") { |
| 2416 | testonly = true |
| 2417 | sources = [ |
gabadie | 64af64a | 2016-03-29 16:36:42 | [diff] [blame] | 2418 | "tools/content_decoder_tool/content_decoder_tool.cc", |
xunjieli | bb2d9f20 | 2016-11-01 16:37:27 | [diff] [blame] | 2419 | "tools/content_decoder_tool/content_decoder_tool.h", |
| 2420 | "tools/content_decoder_tool/content_decoder_tool_bin.cc", |
gabadie | 64af64a | 2016-03-29 16:36:42 | [diff] [blame] | 2421 | ] |
| 2422 | deps = [ |
| 2423 | ":net", |
| 2424 | ":test_support", |
| 2425 | "//base", |
| 2426 | "//url", |
| 2427 | ] |
| 2428 | } |
gabadie | 0774bee | 2016-05-12 14:02:58 | [diff] [blame] | 2429 | } |
gabadie | 64af64a | 2016-03-29 16:36:42 | [diff] [blame] | 2430 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 2431 | if (is_linux || is_chromeos) { |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 2432 | static_library("epoll_server") { |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2433 | sources = [ |
Dan Zhang | 4149fc5 | 2019-04-26 14:28:28 | [diff] [blame] | 2434 | "tools/epoll_server/platform/impl/epoll_bug_impl.h", |
| 2435 | "tools/epoll_server/platform/impl/epoll_export_impl.h", |
| 2436 | "tools/epoll_server/platform/impl/epoll_logging_impl.h", |
| 2437 | "tools/epoll_server/platform/impl/epoll_ptr_util_impl.h", |
| 2438 | "tools/epoll_server/platform/impl/epoll_thread_impl.h", |
| 2439 | "tools/epoll_server/platform/impl/epoll_time_impl.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2440 | ] |
| 2441 | deps = [ |
| 2442 | ":net", |
| 2443 | "//base", |
| 2444 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2445 | public_deps = [ "//net/third_party/quiche:epoll_server_core" ] |
| 2446 | allow_circular_includes_from = |
| 2447 | [ "//net/third_party/quiche:epoll_server_core" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2448 | } |
| 2449 | |
rch | 216445c | 2015-03-27 00:23:28 | [diff] [blame] | 2450 | source_set("epoll_quic_tools") { |
Haoyue Wang | fed8b7f | 2021-05-08 00:17:31 | [diff] [blame] | 2451 | testonly = true |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2452 | sources = [ |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 2453 | "quic/platform/impl/quic_epoll_clock.cc", |
| 2454 | "quic/platform/impl/quic_epoll_clock.h", |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 2455 | "quic/platform/impl/quic_stream_buffer_allocator_impl.h", |
Victor Vasiliev | 29197e2 | 2020-01-16 20:48:32 | [diff] [blame] | 2456 | "quic/platform/impl/quic_udp_socket_platform_impl.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2457 | ] |
| 2458 | deps = [ |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2459 | ":epoll_server", |
| 2460 | ":net", |
tfarina | 8ac4d17f | 2015-12-16 02:11:11 | [diff] [blame] | 2461 | ":simple_quic_tools", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2462 | "//base", |
| 2463 | "//base/third_party/dynamic_annotations", |
| 2464 | "//crypto", |
[email protected] | edfd0f4 | 2014-07-22 18:20:37 | [diff] [blame] | 2465 | "//third_party/boringssl", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2466 | "//url", |
| 2467 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2468 | public_deps = [ "//net/third_party/quiche:epoll_quic_tools_core" ] |
| 2469 | allow_circular_includes_from = |
| 2470 | [ "//net/third_party/quiche:epoll_quic_tools_core" ] |
David Schinazi | ebf569b | 2019-12-19 00:50:36 | [diff] [blame] | 2471 | } |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2472 | } |
| 2473 | |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 2474 | if (is_android) { |
| 2475 | generate_jni("net_jni_headers") { |
| 2476 | sources = [ |
tbansal | c04b7aa | 2016-07-02 06:54:37 | [diff] [blame] | 2477 | "android/java/src/org/chromium/net/AndroidCellularSignalStrength.java", |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 2478 | "android/java/src/org/chromium/net/AndroidCertVerifyResult.java", |
| 2479 | "android/java/src/org/chromium/net/AndroidKeyStore.java", |
| 2480 | "android/java/src/org/chromium/net/AndroidNetworkLibrary.java", |
tbansal | 59a1ddc | 2015-09-14 17:35:01 | [diff] [blame] | 2481 | "android/java/src/org/chromium/net/AndroidTrafficStats.java", |
dalyk | 6d7d8ead | 2019-08-15 03:30:08 | [diff] [blame] | 2482 | "android/java/src/org/chromium/net/DnsStatus.java", |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 2483 | "android/java/src/org/chromium/net/GURLUtils.java", |
aberent | ec894a5 | 2015-07-09 14:45:53 | [diff] [blame] | 2484 | "android/java/src/org/chromium/net/HttpNegotiateAuthenticator.java", |
Peter E Conn | f7d277b | 2018-08-15 16:23:32 | [diff] [blame] | 2485 | "android/java/src/org/chromium/net/HttpUtil.java", |
xunjieli | 905496a | 2015-08-31 15:51:17 | [diff] [blame] | 2486 | "android/java/src/org/chromium/net/NetStringUtil.java", |
Ken Rockot | 621c567 | 2020-08-08 00:13:02 | [diff] [blame] | 2487 | "android/java/src/org/chromium/net/NetworkActivationRequest.java", |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 2488 | "android/java/src/org/chromium/net/NetworkChangeNotifier.java", |
| 2489 | "android/java/src/org/chromium/net/ProxyChangeListener.java", |
| 2490 | "android/java/src/org/chromium/net/X509Util.java", |
| 2491 | ] |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 2492 | } |
cjhopman | dad5f427 | 2014-09-05 01:00:55 | [diff] [blame] | 2493 | generate_jni("net_test_jni_headers") { |
Eric Stevenson | 4c4d634 | 2019-10-04 20:02:47 | [diff] [blame] | 2494 | testonly = true |
cjhopman | dad5f427 | 2014-09-05 01:00:55 | [diff] [blame] | 2495 | sources = [ |
| 2496 | "android/javatests/src/org/chromium/net/AndroidKeyStoreTestUtil.java", |
mgersh | d21d6d14 | 2016-12-14 23:06:36 | [diff] [blame] | 2497 | "android/javatests/src/org/chromium/net/AndroidNetworkLibraryTestUtil.java", |
pauljensen | 6815aef | 2017-05-05 03:00:06 | [diff] [blame] | 2498 | "android/javatests/src/org/chromium/net/AndroidProxyConfigServiceTestUtil.java", |
aberent | ec894a5 | 2015-07-09 14:45:53 | [diff] [blame] | 2499 | "test/android/javatests/src/org/chromium/net/test/DummySpnegoAuthenticator.java", |
jbudorick | ccffb98 | 2015-12-22 01:21:35 | [diff] [blame] | 2500 | "test/android/javatests/src/org/chromium/net/test/EmbeddedTestServerImpl.java", |
cjhopman | dad5f427 | 2014-09-05 01:00:55 | [diff] [blame] | 2501 | ] |
cjhopman | dad5f427 | 2014-09-05 01:00:55 | [diff] [blame] | 2502 | } |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 2503 | } |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2504 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 2505 | if (is_android || is_linux || is_chromeos) { |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2506 | executable("disk_cache_memory_test") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 2507 | testonly = true |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2508 | sources = [ "tools/disk_cache_memory_test/disk_cache_memory_test.cc" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 2509 | deps = [ |
| 2510 | ":net", |
| 2511 | "//base", |
| 2512 | ] |
| 2513 | } |
| 2514 | } |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 2515 | |
Dan Zhang | 4149fc5 | 2019-04-26 14:28:28 | [diff] [blame] | 2516 | source_set("epoll_server_test_tools") { |
| 2517 | testonly = true |
| 2518 | sources = [ |
Dan Zhang | 4149fc5 | 2019-04-26 14:28:28 | [diff] [blame] | 2519 | "tools/epoll_server/platform/impl/epoll_address_test_utils_impl.h", |
| 2520 | "tools/epoll_server/platform/impl/epoll_expect_bug_impl.h", |
| 2521 | "tools/epoll_server/platform/impl/epoll_test_impl.h", |
| 2522 | ] |
| 2523 | deps = [ |
| 2524 | ":net", |
| 2525 | ":test_support", |
| 2526 | "//base", |
| 2527 | "//testing/gmock", |
| 2528 | "//testing/gtest", |
| 2529 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2530 | public_deps = [ "//net/third_party/quiche:epoll_server_test_tools_core" ] |
| 2531 | allow_circular_includes_from = |
| 2532 | [ "//net/third_party/quiche:epoll_server_test_tools_core" ] |
Dan Zhang | 4149fc5 | 2019-04-26 14:28:28 | [diff] [blame] | 2533 | } |
| 2534 | |
Victor Vasiliev | 802b8d0 | 2018-10-19 17:48:17 | [diff] [blame] | 2535 | source_set("spdy_test_tools") { |
| 2536 | testonly = true |
| 2537 | sources = [ |
| 2538 | "spdy/fuzzing/hpack_fuzz_util.cc", |
| 2539 | "spdy/fuzzing/hpack_fuzz_util.h", |
| 2540 | ] |
| 2541 | deps = [ |
| 2542 | ":net", |
| 2543 | "//base", |
Zhongyi Shi | 48f981a | 2019-06-26 06:08:11 | [diff] [blame] | 2544 | "//testing/gmock", |
| 2545 | "//testing/gtest", |
Victor Vasiliev | 802b8d0 | 2018-10-19 17:48:17 | [diff] [blame] | 2546 | ] |
| 2547 | } |
| 2548 | |
Dan Zhang | b4d098e3 | 2019-05-03 15:29:48 | [diff] [blame] | 2549 | source_set("quiche_test_tools") { |
| 2550 | testonly = true |
Bin Wu | eefe3e3b | 2021-04-16 20:15:44 | [diff] [blame] | 2551 | sources = [ |
| 2552 | "quiche/common/platform/impl/quiche_test_helpers_impl.h", |
| 2553 | "quiche/common/platform/impl/quiche_test_impl.h", |
| 2554 | ] |
Dan Zhang | b4d098e3 | 2019-05-03 15:29:48 | [diff] [blame] | 2555 | deps = [ |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2556 | ":net", |
Bin Wu | eefe3e3b | 2021-04-16 20:15:44 | [diff] [blame] | 2557 | ":test_support", |
Dan Zhang | b4d098e3 | 2019-05-03 15:29:48 | [diff] [blame] | 2558 | "//testing/gmock", |
| 2559 | "//testing/gtest", |
| 2560 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2561 | public_deps = [ "//net/third_party/quiche:quiche_test_tools_core" ] |
| 2562 | allow_circular_includes_from = |
| 2563 | [ "//net/third_party/quiche:quiche_test_tools_core" ] |
Dan Zhang | b4d098e3 | 2019-05-03 15:29:48 | [diff] [blame] | 2564 | } |
| 2565 | |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 2566 | source_set("quic_test_tools") { |
| 2567 | testonly = true |
| 2568 | sources = [ |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 2569 | "quic/crypto_test_utils_chromium.cc", |
Ryan Hamilton | 7582d265 | 2018-08-01 22:35:32 | [diff] [blame] | 2570 | "quic/mock_crypto_client_stream.cc", |
| 2571 | "quic/mock_crypto_client_stream.h", |
| 2572 | "quic/mock_crypto_client_stream_factory.cc", |
| 2573 | "quic/mock_crypto_client_stream_factory.h", |
| 2574 | "quic/mock_decrypter.cc", |
| 2575 | "quic/mock_decrypter.h", |
| 2576 | "quic/mock_encrypter.cc", |
| 2577 | "quic/mock_encrypter.h", |
Victor Vasiliev | 012b0b5 | 2019-12-03 01:14:47 | [diff] [blame] | 2578 | "quic/mock_quic_context.cc", |
| 2579 | "quic/mock_quic_context.h", |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 2580 | "quic/platform/impl/quic_epoll_test_tools_impl.h", |
| 2581 | "quic/platform/impl/quic_expect_bug_impl.h", |
| 2582 | "quic/platform/impl/quic_mock_log_impl.h", |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 2583 | "quic/platform/impl/quic_test_impl.cc", |
| 2584 | "quic/platform/impl/quic_test_impl.h", |
| 2585 | "quic/platform/impl/quic_test_loopback_impl.cc", |
| 2586 | "quic/platform/impl/quic_test_loopback_impl.h", |
| 2587 | "quic/platform/impl/quic_test_mem_slice_vector_impl.cc", |
| 2588 | "quic/platform/impl/quic_test_mem_slice_vector_impl.h", |
| 2589 | "quic/platform/impl/quic_test_output_impl.cc", |
| 2590 | "quic/platform/impl/quic_test_output_impl.h", |
Ryan Hamilton | 7582d265 | 2018-08-01 22:35:32 | [diff] [blame] | 2591 | "quic/test_task_runner.cc", |
| 2592 | "quic/test_task_runner.h", |
Nick Harper | aeb7ab0 | 2020-04-29 11:00:31 | [diff] [blame] | 2593 | "third_party/quiche/src/quic/test_tools/test_ticket_crypter.cc", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 2594 | ] |
| 2595 | deps = [ |
| 2596 | ":net", |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2597 | ":quiche_test_tools", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 2598 | ":simple_quic_tools", |
| 2599 | ":test_support", |
| 2600 | "//base", |
| 2601 | "//crypto:test_support", |
| 2602 | "//testing/gmock", |
| 2603 | "//testing/gtest", |
| 2604 | "//third_party/boringssl", |
| 2605 | "//third_party/protobuf:protobuf_lite", |
Victor Vasiliev | 3b5cf15 | 2018-07-02 18:47:41 | [diff] [blame] | 2606 | "//third_party/quic_trace:quic_trace_proto", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 2607 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2608 | public_deps = [ "//net/third_party/quiche:quic_test_tools_core" ] |
| 2609 | allow_circular_includes_from = |
| 2610 | [ "//net/third_party/quiche:quic_test_tools_core" ] |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 2611 | } |
| 2612 | |
rch | 47ad01f | 2015-03-20 21:17:23 | [diff] [blame] | 2613 | source_set("simple_quic_tools") { |
rch | a9d12ce1 | 2015-03-19 23:06:49 | [diff] [blame] | 2614 | sources = [ |
Ryan Hamilton | 4aeec56 | 2019-05-17 21:22:52 | [diff] [blame] | 2615 | "quic/platform/impl/quic_default_proof_providers_impl.cc", |
| 2616 | "quic/platform/impl/quic_default_proof_providers_impl.h", |
| 2617 | "quic/platform/impl/quic_system_event_loop_impl.h", |
Ryan Hamilton | c440230 | 2017-08-10 01:55:46 | [diff] [blame] | 2618 | "tools/quic/quic_client_message_loop_network_helper.cc", |
| 2619 | "tools/quic/quic_client_message_loop_network_helper.h", |
Rajesh Mahindra | 4380217 | 2018-07-24 20:00:14 | [diff] [blame] | 2620 | "tools/quic/quic_http_proxy_backend.cc", |
| 2621 | "tools/quic/quic_http_proxy_backend.h", |
| 2622 | "tools/quic/quic_http_proxy_backend_stream.cc", |
| 2623 | "tools/quic/quic_http_proxy_backend_stream.h", |
rch | a9d12ce1 | 2015-03-19 23:06:49 | [diff] [blame] | 2624 | "tools/quic/quic_simple_client.cc", |
| 2625 | "tools/quic/quic_simple_client.h", |
rch | 216445c | 2015-03-27 00:23:28 | [diff] [blame] | 2626 | "tools/quic/quic_simple_server.cc", |
| 2627 | "tools/quic/quic_simple_server.h", |
| 2628 | "tools/quic/quic_simple_server_packet_writer.cc", |
| 2629 | "tools/quic/quic_simple_server_packet_writer.h", |
mpw | b5c8da9 | 2016-06-05 20:07:31 | [diff] [blame] | 2630 | "tools/quic/quic_simple_server_session_helper.cc", |
| 2631 | "tools/quic/quic_simple_server_session_helper.h", |
Victor Vasiliev | 301277a | 2019-11-08 21:30:04 | [diff] [blame] | 2632 | "tools/quic/quic_simple_server_socket.cc", |
| 2633 | "tools/quic/quic_simple_server_socket.h", |
Victor Vasiliev | c6e8e36 | 2019-11-08 23:23:02 | [diff] [blame] | 2634 | "tools/quic/quic_transport_simple_server.cc", |
| 2635 | "tools/quic/quic_transport_simple_server.h", |
rch | da78df5a | 2015-03-22 05:16:37 | [diff] [blame] | 2636 | "tools/quic/synchronous_host_resolver.cc", |
| 2637 | "tools/quic/synchronous_host_resolver.h", |
rch | a9d12ce1 | 2015-03-19 23:06:49 | [diff] [blame] | 2638 | ] |
| 2639 | deps = [ |
| 2640 | ":net", |
| 2641 | "//base", |
rch | 47ad01f | 2015-03-20 21:17:23 | [diff] [blame] | 2642 | "//base/third_party/dynamic_annotations", |
Nick Harper | c12a880 | 2020-05-09 02:09:50 | [diff] [blame] | 2643 | "//net/third_party/quiche:simple_quic_tools_core", |
Victor Vasiliev | 44700b6e | 2018-05-06 23:23:22 | [diff] [blame] | 2644 | "//third_party/protobuf:protobuf_lite", |
rch | 47ad01f | 2015-03-20 21:17:23 | [diff] [blame] | 2645 | "//url", |
| 2646 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2647 | public_deps = [ "//net/third_party/quiche:simple_quic_tools_core" ] |
| 2648 | allow_circular_includes_from = |
| 2649 | [ "//net/third_party/quiche:simple_quic_tools_core" ] |
rch | 47ad01f | 2015-03-20 21:17:23 | [diff] [blame] | 2650 | } |
| 2651 | |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2652 | if (!is_ios) { |
| 2653 | executable("quic_client") { |
Haoyue Wang | fed8b7f | 2021-05-08 00:17:31 | [diff] [blame] | 2654 | testonly = true |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2655 | sources = [ "tools/quic/quic_simple_client_bin.cc" ] |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2656 | deps = [ |
| 2657 | ":net", |
| 2658 | ":simple_quic_tools", |
| 2659 | "//base", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2660 | "//build/win:default_exe_manifest", |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2661 | "//url", |
| 2662 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2663 | public_deps = [ "//net/third_party/quiche:quic_client_core" ] |
| 2664 | allow_circular_includes_from = |
| 2665 | [ "//net/third_party/quiche:quic_client_core" ] |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2666 | } |
| 2667 | executable("quic_server") { |
| 2668 | sources = [ |
Ryan Hamilton | 381ce9d | 2019-09-03 01:42:42 | [diff] [blame] | 2669 | "tools/quic/quic_simple_server_backend_factory.cc", |
| 2670 | "tools/quic/quic_simple_server_backend_factory.h", |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2671 | "tools/quic/quic_simple_server_bin.cc", |
| 2672 | ] |
| 2673 | deps = [ |
| 2674 | ":net", |
| 2675 | ":simple_quic_tools", |
| 2676 | "//base", |
brucedawson | f9f7d629 | 2016-04-27 19:11:07 | [diff] [blame] | 2677 | "//build/win:default_exe_manifest", |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2678 | "//third_party/boringssl", |
| 2679 | "//third_party/protobuf:protobuf_lite", |
| 2680 | ] |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 2681 | public_deps = [ "//net/third_party/quiche:quic_server_core" ] |
| 2682 | allow_circular_includes_from = |
| 2683 | [ "//net/third_party/quiche:quic_server_core" ] |
sherouk | 51b4b098b | 2015-08-10 09:00:43 | [diff] [blame] | 2684 | } |
Victor Vasiliev | c6e8e36 | 2019-11-08 23:23:02 | [diff] [blame] | 2685 | executable("quic_transport_simple_server") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2686 | sources = [ "tools/quic/quic_transport_simple_server_bin.cc" ] |
Victor Vasiliev | c6e8e36 | 2019-11-08 23:23:02 | [diff] [blame] | 2687 | deps = [ |
| 2688 | ":net", |
| 2689 | ":simple_quic_tools", |
| 2690 | "//base", |
| 2691 | "//build/win:default_exe_manifest", |
| 2692 | "//third_party/boringssl", |
| 2693 | "//third_party/protobuf:protobuf_lite", |
| 2694 | ] |
| 2695 | } |
danzh | 1401f0a | 2016-05-19 13:41:10 | [diff] [blame] | 2696 | executable("crypto_message_printer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 2697 | sources = [ "tools/quic/crypto_message_printer_bin.cc" ] |
danzh | 1401f0a | 2016-05-19 13:41:10 | [diff] [blame] | 2698 | deps = [ |
| 2699 | ":net", |
| 2700 | "//base", |
danzh | 1401f0a | 2016-05-19 13:41:10 | [diff] [blame] | 2701 | "//build/win:default_exe_manifest", |
| 2702 | ] |
| 2703 | } |
rch | 216445c | 2015-03-27 00:23:28 | [diff] [blame] | 2704 | } |
| 2705 | |
eroman | d5207a9 | 2017-05-05 17:49:36 | [diff] [blame] | 2706 | # This section can be updated from globbing rules using: |
| 2707 | # python ./tools/update_ios_bundle_data.py |
sdefresne | b0a3164 | 2016-03-18 11:04:45 | [diff] [blame] | 2708 | bundle_data("net_unittests_bundle_data") { |
| 2709 | testonly = true |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2710 | sources = [ |
| 2711 | "data/cert_issuer_source_aia_unittest/i.pem", |
| 2712 | "data/cert_issuer_source_aia_unittest/i2.pem", |
| 2713 | "data/cert_issuer_source_aia_unittest/i3.pem", |
eroman | d5207a9 | 2017-05-05 17:49:36 | [diff] [blame] | 2714 | "data/cert_issuer_source_aia_unittest/root.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2715 | "data/cert_issuer_source_aia_unittest/target_file_aia.pem", |
| 2716 | "data/cert_issuer_source_aia_unittest/target_file_and_http_aia.pem", |
| 2717 | "data/cert_issuer_source_aia_unittest/target_invalid_and_http_aia.pem", |
| 2718 | "data/cert_issuer_source_aia_unittest/target_invalid_url_aia.pem", |
| 2719 | "data/cert_issuer_source_aia_unittest/target_no_aia.pem", |
| 2720 | "data/cert_issuer_source_aia_unittest/target_one_aia.pem", |
| 2721 | "data/cert_issuer_source_aia_unittest/target_six_aia.pem", |
| 2722 | "data/cert_issuer_source_aia_unittest/target_three_aia.pem", |
| 2723 | "data/cert_issuer_source_aia_unittest/target_two_aia.pem", |
| 2724 | "data/cert_issuer_source_static_unittest/c1.pem", |
| 2725 | "data/cert_issuer_source_static_unittest/c2.pem", |
| 2726 | "data/cert_issuer_source_static_unittest/d.pem", |
| 2727 | "data/cert_issuer_source_static_unittest/e1.pem", |
| 2728 | "data/cert_issuer_source_static_unittest/e2.pem", |
| 2729 | "data/cert_issuer_source_static_unittest/i1_1.pem", |
| 2730 | "data/cert_issuer_source_static_unittest/i1_2.pem", |
| 2731 | "data/cert_issuer_source_static_unittest/i2.pem", |
| 2732 | "data/cert_issuer_source_static_unittest/i3_1.pem", |
| 2733 | "data/cert_issuer_source_static_unittest/i3_2.pem", |
| 2734 | "data/cert_issuer_source_static_unittest/root.pem", |
| 2735 | "data/certificate_policies_unittest/anypolicy.pem", |
| 2736 | "data/certificate_policies_unittest/anypolicy_with_qualifier.pem", |
| 2737 | "data/certificate_policies_unittest/invalid-anypolicy_with_custom_qualifier.pem", |
| 2738 | "data/certificate_policies_unittest/invalid-empty.pem", |
| 2739 | "data/certificate_policies_unittest/invalid-policy_1_2_3_dupe.pem", |
| 2740 | "data/certificate_policies_unittest/invalid-policy_1_2_3_policyinformation_unconsumed_data.pem", |
| 2741 | "data/certificate_policies_unittest/invalid-policy_1_2_3_policyqualifierinfo_unconsumed_data.pem", |
| 2742 | "data/certificate_policies_unittest/invalid-policy_1_2_3_with_empty_qualifiers_sequence.pem", |
| 2743 | "data/certificate_policies_unittest/invalid-policy_identifier_not_oid.pem", |
| 2744 | "data/certificate_policies_unittest/policy_1_2_3.pem", |
| 2745 | "data/certificate_policies_unittest/policy_1_2_3_and_1_2_4.pem", |
| 2746 | "data/certificate_policies_unittest/policy_1_2_3_and_1_2_4_with_qualifiers.pem", |
| 2747 | "data/certificate_policies_unittest/policy_1_2_3_with_custom_qualifier.pem", |
| 2748 | "data/certificate_policies_unittest/policy_1_2_3_with_qualifier.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2749 | "data/crl_unittest/bad_crldp_has_crlissuer.pem", |
| 2750 | "data/crl_unittest/bad_fake_critical_crlentryextension.pem", |
| 2751 | "data/crl_unittest/bad_fake_critical_extension.pem", |
Matt Mueller | e0065696 | 2019-06-22 00:10:36 | [diff] [blame] | 2752 | "data/crl_unittest/bad_idp_contains_wrong_uri.pem", |
| 2753 | "data/crl_unittest/bad_idp_indirectcrl.pem", |
Matt Mueller | c30c3a1 | 2019-06-25 22:00:40 | [diff] [blame] | 2754 | "data/crl_unittest/bad_idp_onlycontainscacerts.pem", |
| 2755 | "data/crl_unittest/bad_idp_onlycontainscacerts_no_basic_constraints.pem", |
| 2756 | "data/crl_unittest/bad_idp_onlycontainsusercerts.pem", |
| 2757 | "data/crl_unittest/bad_idp_uri_and_onlycontainscacerts.pem", |
| 2758 | "data/crl_unittest/bad_idp_uri_and_onlycontainsusercerts.pem", |
Matt Mueller | b59f772 | 2019-06-14 23:06:45 | [diff] [blame] | 2759 | "data/crl_unittest/bad_key_rollover_signature.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2760 | "data/crl_unittest/bad_nextupdate_too_old.pem", |
| 2761 | "data/crl_unittest/bad_signature.pem", |
| 2762 | "data/crl_unittest/bad_thisupdate_in_future.pem", |
| 2763 | "data/crl_unittest/bad_thisupdate_too_old.pem", |
| 2764 | "data/crl_unittest/bad_wrong_issuer.pem", |
| 2765 | "data/crl_unittest/good.pem", |
| 2766 | "data/crl_unittest/good_fake_extension.pem", |
| 2767 | "data/crl_unittest/good_fake_extension_no_nextupdate.pem", |
| 2768 | "data/crl_unittest/good_generalizedtime.pem", |
Matt Mueller | e0065696 | 2019-06-22 00:10:36 | [diff] [blame] | 2769 | "data/crl_unittest/good_idp_contains_uri.pem", |
Matt Mueller | c30c3a1 | 2019-06-25 22:00:40 | [diff] [blame] | 2770 | "data/crl_unittest/good_idp_onlycontainscacerts.pem", |
| 2771 | "data/crl_unittest/good_idp_onlycontainsusercerts.pem", |
| 2772 | "data/crl_unittest/good_idp_onlycontainsusercerts_no_basic_constraints.pem", |
| 2773 | "data/crl_unittest/good_idp_uri_and_onlycontainscacerts.pem", |
| 2774 | "data/crl_unittest/good_idp_uri_and_onlycontainsusercerts.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2775 | "data/crl_unittest/good_issuer_name_normalization.pem", |
| 2776 | "data/crl_unittest/good_issuer_no_keyusage.pem", |
Matt Mueller | b59f772 | 2019-06-14 23:06:45 | [diff] [blame] | 2777 | "data/crl_unittest/good_key_rollover.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2778 | "data/crl_unittest/good_no_crldp.pem", |
| 2779 | "data/crl_unittest/good_no_nextupdate.pem", |
| 2780 | "data/crl_unittest/good_no_version.pem", |
| 2781 | "data/crl_unittest/invalid_garbage_after_crlentryextensions.pem", |
| 2782 | "data/crl_unittest/invalid_garbage_after_extensions.pem", |
| 2783 | "data/crl_unittest/invalid_garbage_after_nextupdate.pem", |
| 2784 | "data/crl_unittest/invalid_garbage_after_revocationdate.pem", |
| 2785 | "data/crl_unittest/invalid_garbage_after_revokedcerts.pem", |
| 2786 | "data/crl_unittest/invalid_garbage_after_signaturevalue.pem", |
| 2787 | "data/crl_unittest/invalid_garbage_after_thisupdate.pem", |
| 2788 | "data/crl_unittest/invalid_garbage_crlentry.pem", |
| 2789 | "data/crl_unittest/invalid_garbage_issuer_name.pem", |
| 2790 | "data/crl_unittest/invalid_garbage_revocationdate.pem", |
| 2791 | "data/crl_unittest/invalid_garbage_revoked_serial_number.pem", |
| 2792 | "data/crl_unittest/invalid_garbage_signaturealgorithm.pem", |
| 2793 | "data/crl_unittest/invalid_garbage_signaturevalue.pem", |
| 2794 | "data/crl_unittest/invalid_garbage_tbs_signature_algorithm.pem", |
| 2795 | "data/crl_unittest/invalid_garbage_tbscertlist.pem", |
| 2796 | "data/crl_unittest/invalid_garbage_thisupdate.pem", |
| 2797 | "data/crl_unittest/invalid_garbage_version.pem", |
Matt Mueller | e0065696 | 2019-06-22 00:10:36 | [diff] [blame] | 2798 | "data/crl_unittest/invalid_idp_dpname_choice_extra_data.pem", |
| 2799 | "data/crl_unittest/invalid_idp_empty_sequence.pem", |
Matt Mueller | c30c3a1 | 2019-06-25 22:00:40 | [diff] [blame] | 2800 | "data/crl_unittest/invalid_idp_onlycontains_user_and_ca_certs.pem", |
| 2801 | "data/crl_unittest/invalid_idp_onlycontainsusercerts_v1_leaf.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2802 | "data/crl_unittest/invalid_issuer_keyusage_no_crlsign.pem", |
Matt Mueller | b59f772 | 2019-06-14 23:06:45 | [diff] [blame] | 2803 | "data/crl_unittest/invalid_key_rollover_issuer_keyusage_no_crlsign.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2804 | "data/crl_unittest/invalid_mismatched_signature_algorithm.pem", |
| 2805 | "data/crl_unittest/invalid_revoked_empty_sequence.pem", |
| 2806 | "data/crl_unittest/invalid_v1_explicit.pem", |
| 2807 | "data/crl_unittest/invalid_v1_with_crlentryextension.pem", |
| 2808 | "data/crl_unittest/invalid_v1_with_extension.pem", |
| 2809 | "data/crl_unittest/invalid_v3.pem", |
| 2810 | "data/crl_unittest/revoked.pem", |
| 2811 | "data/crl_unittest/revoked_fake_crlentryextension.pem", |
| 2812 | "data/crl_unittest/revoked_generalized_revocationdate.pem", |
Matt Mueller | b59f772 | 2019-06-14 23:06:45 | [diff] [blame] | 2813 | "data/crl_unittest/revoked_key_rollover.pem", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 2814 | "data/crl_unittest/revoked_no_nextupdate.pem", |
jam | 29f1aed4 | 2017-06-06 21:37:43 | [diff] [blame] | 2815 | "data/embedded_test_server/mock-headers-without-crlf.html", |
| 2816 | "data/embedded_test_server/mock-headers-without-crlf.html.mock-http-headers", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2817 | "data/filter_unittests/google.br", |
| 2818 | "data/filter_unittests/google.txt", |
| 2819 | "data/name_constraints_unittest/directoryname-excludeall.pem", |
| 2820 | "data/name_constraints_unittest/directoryname-excluded.pem", |
| 2821 | "data/name_constraints_unittest/directoryname.pem", |
| 2822 | "data/name_constraints_unittest/directoryname_and_dnsname.pem", |
| 2823 | "data/name_constraints_unittest/directoryname_and_dnsname_and_ipaddress.pem", |
| 2824 | "data/name_constraints_unittest/dnsname-exclude_dot.pem", |
| 2825 | "data/name_constraints_unittest/dnsname-excludeall.pem", |
| 2826 | "data/name_constraints_unittest/dnsname-excluded.pem", |
| 2827 | "data/name_constraints_unittest/dnsname-excluded_with_leading_dot.pem", |
| 2828 | "data/name_constraints_unittest/dnsname-permitted_two_dot.pem", |
| 2829 | "data/name_constraints_unittest/dnsname-permitted_with_leading_dot.pem", |
| 2830 | "data/name_constraints_unittest/dnsname-with_max.pem", |
| 2831 | "data/name_constraints_unittest/dnsname-with_min_0.pem", |
| 2832 | "data/name_constraints_unittest/dnsname-with_min_0_and_max.pem", |
| 2833 | "data/name_constraints_unittest/dnsname-with_min_1.pem", |
| 2834 | "data/name_constraints_unittest/dnsname-with_min_1_and_max.pem", |
| 2835 | "data/name_constraints_unittest/dnsname.pem", |
| 2836 | "data/name_constraints_unittest/dnsname2.pem", |
| 2837 | "data/name_constraints_unittest/edipartyname-excluded.pem", |
| 2838 | "data/name_constraints_unittest/edipartyname-permitted.pem", |
| 2839 | "data/name_constraints_unittest/invalid-empty_excluded_subtree.pem", |
| 2840 | "data/name_constraints_unittest/invalid-empty_permitted_subtree.pem", |
| 2841 | "data/name_constraints_unittest/invalid-no_subtrees.pem", |
| 2842 | "data/name_constraints_unittest/ipaddress-excludeall.pem", |
| 2843 | "data/name_constraints_unittest/ipaddress-excluded.pem", |
| 2844 | "data/name_constraints_unittest/ipaddress-invalid_addr.pem", |
| 2845 | "data/name_constraints_unittest/ipaddress-invalid_mask_not_contiguous_1.pem", |
| 2846 | "data/name_constraints_unittest/ipaddress-invalid_mask_not_contiguous_2.pem", |
| 2847 | "data/name_constraints_unittest/ipaddress-invalid_mask_not_contiguous_3.pem", |
| 2848 | "data/name_constraints_unittest/ipaddress-invalid_mask_not_contiguous_4.pem", |
| 2849 | "data/name_constraints_unittest/ipaddress-permit_all.pem", |
| 2850 | "data/name_constraints_unittest/ipaddress-permit_prefix1.pem", |
| 2851 | "data/name_constraints_unittest/ipaddress-permit_prefix31.pem", |
| 2852 | "data/name_constraints_unittest/ipaddress-permit_singlehost.pem", |
| 2853 | "data/name_constraints_unittest/ipaddress.pem", |
| 2854 | "data/name_constraints_unittest/name-ca.pem", |
| 2855 | "data/name_constraints_unittest/name-de.pem", |
| 2856 | "data/name_constraints_unittest/name-empty.pem", |
| 2857 | "data/name_constraints_unittest/name-jp-tokyo.pem", |
| 2858 | "data/name_constraints_unittest/name-jp.pem", |
| 2859 | "data/name_constraints_unittest/name-us-arizona-1.1.1.1.pem", |
| 2860 | "data/name_constraints_unittest/name-us-arizona-192.168.1.1.pem", |
| 2861 | "data/name_constraints_unittest/name-us-arizona-email.pem", |
| 2862 | "data/name_constraints_unittest/name-us-arizona-foo.com.pem", |
| 2863 | "data/name_constraints_unittest/name-us-arizona-ipv6.pem", |
| 2864 | "data/name_constraints_unittest/name-us-arizona-permitted.example.com.pem", |
| 2865 | "data/name_constraints_unittest/name-us-arizona.pem", |
| 2866 | "data/name_constraints_unittest/name-us-california-192.168.1.1.pem", |
| 2867 | "data/name_constraints_unittest/name-us-california-mountain_view.pem", |
| 2868 | "data/name_constraints_unittest/name-us-california-permitted.example.com.pem", |
| 2869 | "data/name_constraints_unittest/name-us-california.pem", |
| 2870 | "data/name_constraints_unittest/name-us.pem", |
| 2871 | "data/name_constraints_unittest/othername-excluded.pem", |
| 2872 | "data/name_constraints_unittest/othername-permitted.pem", |
| 2873 | "data/name_constraints_unittest/registeredid-excluded.pem", |
| 2874 | "data/name_constraints_unittest/registeredid-permitted.pem", |
| 2875 | "data/name_constraints_unittest/rfc822name-excluded.pem", |
| 2876 | "data/name_constraints_unittest/rfc822name-permitted.pem", |
Matt Mueller | 766bedc9 | 2017-09-14 23:30:41 | [diff] [blame] | 2877 | "data/name_constraints_unittest/san-directoryname.pem", |
| 2878 | "data/name_constraints_unittest/san-dnsname.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2879 | "data/name_constraints_unittest/san-edipartyname.pem", |
| 2880 | "data/name_constraints_unittest/san-excluded-directoryname.pem", |
| 2881 | "data/name_constraints_unittest/san-excluded-dnsname.pem", |
| 2882 | "data/name_constraints_unittest/san-excluded-ipaddress.pem", |
| 2883 | "data/name_constraints_unittest/san-invalid-empty.pem", |
| 2884 | "data/name_constraints_unittest/san-invalid-ipaddress.pem", |
Matt Mueller | 766bedc9 | 2017-09-14 23:30:41 | [diff] [blame] | 2885 | "data/name_constraints_unittest/san-ipaddress4.pem", |
| 2886 | "data/name_constraints_unittest/san-ipaddress6.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2887 | "data/name_constraints_unittest/san-othername.pem", |
| 2888 | "data/name_constraints_unittest/san-permitted.pem", |
| 2889 | "data/name_constraints_unittest/san-registeredid.pem", |
| 2890 | "data/name_constraints_unittest/san-rfc822name.pem", |
| 2891 | "data/name_constraints_unittest/san-uri.pem", |
| 2892 | "data/name_constraints_unittest/san-x400address.pem", |
| 2893 | "data/name_constraints_unittest/uri-excluded.pem", |
| 2894 | "data/name_constraints_unittest/uri-permitted.pem", |
| 2895 | "data/name_constraints_unittest/x400address-excluded.pem", |
| 2896 | "data/name_constraints_unittest/x400address-permitted.pem", |
Eric Roman | a2f6f55d | 2017-09-07 23:34:57 | [diff] [blame] | 2897 | "data/ocsp_unittest/bad_ocsp_type.pem", |
| 2898 | "data/ocsp_unittest/bad_signature.pem", |
| 2899 | "data/ocsp_unittest/bad_status.pem", |
| 2900 | "data/ocsp_unittest/good_response.pem", |
| 2901 | "data/ocsp_unittest/good_response_next_update.pem", |
Steven Valdez | 060eac4 | 2017-09-21 22:31:57 | [diff] [blame] | 2902 | "data/ocsp_unittest/good_response_sha256.pem", |
Kaustubha Govind | 32f60f7 | 2019-08-13 13:47:13 | [diff] [blame] | 2903 | "data/ocsp_unittest/has_critical_ct_extension.pem", |
| 2904 | "data/ocsp_unittest/has_critical_response_extension.pem", |
| 2905 | "data/ocsp_unittest/has_critical_single_extension.pem", |
Eric Roman | a2f6f55d | 2017-09-07 23:34:57 | [diff] [blame] | 2906 | "data/ocsp_unittest/has_extension.pem", |
| 2907 | "data/ocsp_unittest/has_single_extension.pem", |
| 2908 | "data/ocsp_unittest/has_version.pem", |
Eric Roman | ff24262 | 2017-09-25 21:49:44 | [diff] [blame] | 2909 | "data/ocsp_unittest/malformed_request.pem", |
Eric Roman | a2f6f55d | 2017-09-07 23:34:57 | [diff] [blame] | 2910 | "data/ocsp_unittest/missing_response.pem", |
| 2911 | "data/ocsp_unittest/multiple_response.pem", |
| 2912 | "data/ocsp_unittest/no_response.pem", |
| 2913 | "data/ocsp_unittest/ocsp_extra_certs.pem", |
| 2914 | "data/ocsp_unittest/ocsp_sign_bad_indirect.pem", |
| 2915 | "data/ocsp_unittest/ocsp_sign_direct.pem", |
| 2916 | "data/ocsp_unittest/ocsp_sign_indirect.pem", |
| 2917 | "data/ocsp_unittest/ocsp_sign_indirect_missing.pem", |
| 2918 | "data/ocsp_unittest/other_response.pem", |
| 2919 | "data/ocsp_unittest/responder_id.pem", |
| 2920 | "data/ocsp_unittest/responder_name.pem", |
| 2921 | "data/ocsp_unittest/revoke_response.pem", |
| 2922 | "data/ocsp_unittest/revoke_response_reason.pem", |
| 2923 | "data/ocsp_unittest/unknown_response.pem", |
Ryan Sleevi | 3dabe0b | 2018-04-05 03:59:01 | [diff] [blame] | 2924 | "data/ov_name_constraints/int-bmp-o1.pem", |
| 2925 | "data/ov_name_constraints/int-cn.pem", |
| 2926 | "data/ov_name_constraints/int-o1-o2.pem", |
| 2927 | "data/ov_name_constraints/int-o1-plus-o2.pem", |
| 2928 | "data/ov_name_constraints/int-o2-o1.pem", |
| 2929 | "data/ov_name_constraints/int-o3.pem", |
| 2930 | "data/ov_name_constraints/leaf-no-o.pem", |
| 2931 | "data/ov_name_constraints/leaf-o1-o2.pem", |
| 2932 | "data/ov_name_constraints/leaf-o1.pem", |
| 2933 | "data/ov_name_constraints/nc-int-exclude-o1.pem", |
| 2934 | "data/ov_name_constraints/nc-int-permit-bmp-o1.pem", |
| 2935 | "data/ov_name_constraints/nc-int-permit-cn.pem", |
| 2936 | "data/ov_name_constraints/nc-int-permit-dns.pem", |
| 2937 | "data/ov_name_constraints/nc-int-permit-o1.pem", |
| 2938 | "data/ov_name_constraints/nc-int-permit-o2-o1-o3.pem", |
| 2939 | "data/ov_name_constraints/root.pem", |
Matt Mueller | 7793d41 | 2019-11-01 01:43:08 | [diff] [blame] | 2940 | "data/parse_certificate_unittest/authority_key_identifier/empty_sequence.pem", |
| 2941 | "data/parse_certificate_unittest/authority_key_identifier/extra_contents_after_extension_sequence.pem", |
| 2942 | "data/parse_certificate_unittest/authority_key_identifier/extra_contents_after_issuer_and_serial.pem", |
| 2943 | "data/parse_certificate_unittest/authority_key_identifier/invalid_contents.pem", |
| 2944 | "data/parse_certificate_unittest/authority_key_identifier/invalid_issuer.pem", |
| 2945 | "data/parse_certificate_unittest/authority_key_identifier/invalid_key_identifier.pem", |
| 2946 | "data/parse_certificate_unittest/authority_key_identifier/invalid_serial.pem", |
| 2947 | "data/parse_certificate_unittest/authority_key_identifier/issuer_and_serial.pem", |
| 2948 | "data/parse_certificate_unittest/authority_key_identifier/issuer_only.pem", |
| 2949 | "data/parse_certificate_unittest/authority_key_identifier/key_identifier.pem", |
| 2950 | "data/parse_certificate_unittest/authority_key_identifier/key_identifier_and_issuer_and_serial.pem", |
| 2951 | "data/parse_certificate_unittest/authority_key_identifier/serial_only.pem", |
| 2952 | "data/parse_certificate_unittest/authority_key_identifier/url_issuer_and_serial.pem", |
| 2953 | "data/parse_certificate_unittest/authority_key_identifier_not_sequence.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 2954 | "data/parse_certificate_unittest/bad_key_usage.pem", |
| 2955 | "data/parse_certificate_unittest/bad_policy_qualifiers.pem", |
| 2956 | "data/parse_certificate_unittest/bad_signature_algorithm_oid.pem", |
| 2957 | "data/parse_certificate_unittest/bad_validity.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2958 | "data/parse_certificate_unittest/basic_constraints_ca_false.pem", |
| 2959 | "data/parse_certificate_unittest/basic_constraints_ca_no_path.pem", |
| 2960 | "data/parse_certificate_unittest/basic_constraints_ca_path_9.pem", |
| 2961 | "data/parse_certificate_unittest/basic_constraints_negative_path.pem", |
| 2962 | "data/parse_certificate_unittest/basic_constraints_not_ca.pem", |
| 2963 | "data/parse_certificate_unittest/basic_constraints_path_too_large.pem", |
| 2964 | "data/parse_certificate_unittest/basic_constraints_pathlen_255.pem", |
| 2965 | "data/parse_certificate_unittest/basic_constraints_pathlen_256.pem", |
| 2966 | "data/parse_certificate_unittest/basic_constraints_pathlen_not_ca.pem", |
| 2967 | "data/parse_certificate_unittest/basic_constraints_unconsumed_data.pem", |
| 2968 | "data/parse_certificate_unittest/cert_algorithm_not_sequence.pem", |
| 2969 | "data/parse_certificate_unittest/cert_data_after_signature.pem", |
| 2970 | "data/parse_certificate_unittest/cert_empty_sequence.pem", |
| 2971 | "data/parse_certificate_unittest/cert_missing_signature.pem", |
| 2972 | "data/parse_certificate_unittest/cert_not_sequence.pem", |
| 2973 | "data/parse_certificate_unittest/cert_signature_not_bit_string.pem", |
| 2974 | "data/parse_certificate_unittest/cert_skeleton.pem", |
| 2975 | "data/parse_certificate_unittest/cert_version3.pem", |
Eric Roman | db460e9 | 2017-08-01 17:17:34 | [diff] [blame] | 2976 | "data/parse_certificate_unittest/crldp_1uri_noissuer.pem", |
| 2977 | "data/parse_certificate_unittest/crldp_3uri_noissuer.pem", |
| 2978 | "data/parse_certificate_unittest/crldp_full_name_as_dirname.pem", |
| 2979 | "data/parse_certificate_unittest/crldp_issuer_as_dirname.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2980 | "data/parse_certificate_unittest/extended_key_usage.pem", |
| 2981 | "data/parse_certificate_unittest/extension_critical.pem", |
| 2982 | "data/parse_certificate_unittest/extension_critical_0.pem", |
| 2983 | "data/parse_certificate_unittest/extension_critical_3.pem", |
| 2984 | "data/parse_certificate_unittest/extension_not_critical.pem", |
| 2985 | "data/parse_certificate_unittest/extensions_data_after_sequence.pem", |
| 2986 | "data/parse_certificate_unittest/extensions_duplicate_key_usage.pem", |
| 2987 | "data/parse_certificate_unittest/extensions_empty_sequence.pem", |
| 2988 | "data/parse_certificate_unittest/extensions_not_sequence.pem", |
| 2989 | "data/parse_certificate_unittest/extensions_real.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 2990 | "data/parse_certificate_unittest/failed_signature_algorithm.pem", |
eroman | d312c06 | 2017-05-19 03:06:29 | [diff] [blame] | 2991 | "data/parse_certificate_unittest/inhibit_any_policy.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 2992 | "data/parse_certificate_unittest/issuer_bad_printable_string.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2993 | "data/parse_certificate_unittest/key_usage.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 2994 | "data/parse_certificate_unittest/name_constraints_bad_ip.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 2995 | "data/parse_certificate_unittest/policies.pem", |
eroman | 25ead1bcf8 | 2017-05-13 06:44:58 | [diff] [blame] | 2996 | "data/parse_certificate_unittest/policy_constraints_empty.pem", |
| 2997 | "data/parse_certificate_unittest/policy_constraints_inhibit.pem", |
| 2998 | "data/parse_certificate_unittest/policy_constraints_inhibit_require.pem", |
| 2999 | "data/parse_certificate_unittest/policy_constraints_require.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3000 | "data/parse_certificate_unittest/policy_qualifiers_empty_sequence.pem", |
mattm | 312644de | 2017-05-16 08:13:18 | [diff] [blame] | 3001 | "data/parse_certificate_unittest/serial_37_bytes.pem", |
| 3002 | "data/parse_certificate_unittest/serial_negative.pem", |
Eric Roman | 5d193462 | 2017-08-03 03:57:09 | [diff] [blame] | 3003 | "data/parse_certificate_unittest/serial_not_minimal.pem", |
| 3004 | "data/parse_certificate_unittest/serial_not_number.pem", |
| 3005 | "data/parse_certificate_unittest/serial_zero.pem", |
mattm | 312644de | 2017-05-16 08:13:18 | [diff] [blame] | 3006 | "data/parse_certificate_unittest/serial_zero_padded.pem", |
| 3007 | "data/parse_certificate_unittest/serial_zero_padded_21_bytes.pem", |
mattm | 2fe429a | 2017-06-20 01:53:44 | [diff] [blame] | 3008 | "data/parse_certificate_unittest/signature_algorithm_null.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3009 | "data/parse_certificate_unittest/subject_alt_name.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3010 | "data/parse_certificate_unittest/subject_blank_subjectaltname_not_critical.pem", |
Matt Mueller | 7793d41 | 2019-11-01 01:43:08 | [diff] [blame] | 3011 | "data/parse_certificate_unittest/subject_key_identifier_not_octet_string.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3012 | "data/parse_certificate_unittest/subject_not_ascii.pem", |
| 3013 | "data/parse_certificate_unittest/subject_not_printable_string.pem", |
Matt Mueller | 6c8b07c6 | 2017-10-09 21:02:25 | [diff] [blame] | 3014 | "data/parse_certificate_unittest/subject_printable_string_containing_utf8_client_cert.pem", |
mattm | 788812f | 2017-05-05 23:49:09 | [diff] [blame] | 3015 | "data/parse_certificate_unittest/subject_t61string.pem", |
| 3016 | "data/parse_certificate_unittest/subject_t61string_1-32.pem", |
| 3017 | "data/parse_certificate_unittest/subject_t61string_126-160.pem", |
| 3018 | "data/parse_certificate_unittest/subject_t61string_actual.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3019 | "data/parse_certificate_unittest/subjectaltname_bad_ip.pem", |
| 3020 | "data/parse_certificate_unittest/subjectaltname_dns_not_ascii.pem", |
| 3021 | "data/parse_certificate_unittest/subjectaltname_general_names_empty_sequence.pem", |
| 3022 | "data/parse_certificate_unittest/subjectaltname_trailing_data.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3023 | "data/parse_certificate_unittest/tbs_explicit_v1.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3024 | "data/parse_certificate_unittest/tbs_v1.pem", |
| 3025 | "data/parse_certificate_unittest/tbs_v1_extensions.pem", |
| 3026 | "data/parse_certificate_unittest/tbs_v2_extensions.pem", |
| 3027 | "data/parse_certificate_unittest/tbs_v2_issuer_and_subject_unique_id.pem", |
| 3028 | "data/parse_certificate_unittest/tbs_v2_issuer_unique_id.pem", |
| 3029 | "data/parse_certificate_unittest/tbs_v2_no_optionals.pem", |
| 3030 | "data/parse_certificate_unittest/tbs_v3_all_optionals.pem", |
| 3031 | "data/parse_certificate_unittest/tbs_v3_data_after_extensions.pem", |
| 3032 | "data/parse_certificate_unittest/tbs_v3_extensions.pem", |
| 3033 | "data/parse_certificate_unittest/tbs_v3_extensions_not_sequence.pem", |
| 3034 | "data/parse_certificate_unittest/tbs_v3_no_optionals.pem", |
| 3035 | "data/parse_certificate_unittest/tbs_v3_real.pem", |
| 3036 | "data/parse_certificate_unittest/tbs_v4.pem", |
| 3037 | "data/parse_certificate_unittest/tbs_validity_both_generalized_time.pem", |
| 3038 | "data/parse_certificate_unittest/tbs_validity_both_utc_time.pem", |
| 3039 | "data/parse_certificate_unittest/tbs_validity_generalized_time_and_utc_time.pem", |
| 3040 | "data/parse_certificate_unittest/tbs_validity_relaxed.pem", |
| 3041 | "data/parse_certificate_unittest/tbs_validity_utc_time_and_generalized_time.pem", |
Eric Roman | 7b45a27 | 2017-08-02 03:21:44 | [diff] [blame] | 3042 | "data/parse_certificate_unittest/v1_explicit_version.pem", |
Matt Mueller | 6c8b07c6 | 2017-10-09 21:02:25 | [diff] [blame] | 3043 | "data/parse_certificate_unittest/v3_certificate_template.pk8", |
Matt Mueller | 7793d41 | 2019-11-01 01:43:08 | [diff] [blame] | 3044 | "data/path_builder_unittest/key_id_name_and_serial_prioritization/int_match_name_only.pem", |
| 3045 | "data/path_builder_unittest/key_id_name_and_serial_prioritization/int_matching.pem", |
| 3046 | "data/path_builder_unittest/key_id_name_and_serial_prioritization/int_mismatch.pem", |
| 3047 | "data/path_builder_unittest/key_id_name_and_serial_prioritization/root.pem", |
| 3048 | "data/path_builder_unittest/key_id_name_and_serial_prioritization/root2.pem", |
| 3049 | "data/path_builder_unittest/key_id_name_and_serial_prioritization/target.pem", |
| 3050 | "data/path_builder_unittest/key_id_prioritization/int_different_ski_a.pem", |
| 3051 | "data/path_builder_unittest/key_id_prioritization/int_different_ski_b.pem", |
| 3052 | "data/path_builder_unittest/key_id_prioritization/int_different_ski_c.pem", |
| 3053 | "data/path_builder_unittest/key_id_prioritization/int_matching_ski_a.pem", |
| 3054 | "data/path_builder_unittest/key_id_prioritization/int_matching_ski_b.pem", |
| 3055 | "data/path_builder_unittest/key_id_prioritization/int_matching_ski_c.pem", |
| 3056 | "data/path_builder_unittest/key_id_prioritization/int_no_ski_a.pem", |
| 3057 | "data/path_builder_unittest/key_id_prioritization/int_no_ski_b.pem", |
| 3058 | "data/path_builder_unittest/key_id_prioritization/int_no_ski_c.pem", |
| 3059 | "data/path_builder_unittest/key_id_prioritization/root.pem", |
| 3060 | "data/path_builder_unittest/key_id_prioritization/target.pem", |
Matt Mueller | dfa4c00 | 2019-10-23 22:40:52 | [diff] [blame] | 3061 | "data/path_builder_unittest/validity_date_prioritization/int_ac.pem", |
| 3062 | "data/path_builder_unittest/validity_date_prioritization/int_ad.pem", |
| 3063 | "data/path_builder_unittest/validity_date_prioritization/int_bc.pem", |
| 3064 | "data/path_builder_unittest/validity_date_prioritization/int_bd.pem", |
| 3065 | "data/path_builder_unittest/validity_date_prioritization/root.pem", |
| 3066 | "data/path_builder_unittest/validity_date_prioritization/target.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3067 | "data/test.html", |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 3068 | "data/trial_comparison_cert_verifier_unittest/target-multiple-policies/chain.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3069 | "data/url_request_unittest/308-without-location-header", |
| 3070 | "data/url_request_unittest/308-without-location-header.mock-http-headers", |
| 3071 | "data/url_request_unittest/BullRunSpeech.txt", |
David Benjamin | 179860f | 2020-05-28 20:20:04 | [diff] [blame] | 3072 | "data/url_request_unittest/BullRunSpeech.txt.deflate", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3073 | "data/url_request_unittest/content-type-normalization.html", |
| 3074 | "data/url_request_unittest/content-type-normalization.html.mock-http-headers", |
Emily Stark | 4cfecf07 | 2017-08-08 01:05:51 | [diff] [blame] | 3075 | "data/url_request_unittest/expect-ct-header-multiple.html", |
| 3076 | "data/url_request_unittest/expect-ct-header-multiple.html.mock-http-headers", |
| 3077 | "data/url_request_unittest/expect-ct-header-preload.html", |
| 3078 | "data/url_request_unittest/expect-ct-header-preload.html.mock-http-headers", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3079 | "data/url_request_unittest/expect-ct-header.html", |
| 3080 | "data/url_request_unittest/expect-ct-header.html.mock-http-headers", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3081 | "data/url_request_unittest/gzip-encoded", |
| 3082 | "data/url_request_unittest/gzip-encoded.mock-http-headers", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3083 | "data/url_request_unittest/hsts-headers.html", |
| 3084 | "data/url_request_unittest/hsts-headers.html.mock-http-headers", |
| 3085 | "data/url_request_unittest/hsts-multiple-headers.html", |
| 3086 | "data/url_request_unittest/hsts-multiple-headers.html.mock-http-headers", |
| 3087 | "data/url_request_unittest/redirect-test.html", |
| 3088 | "data/url_request_unittest/redirect-test.html.mock-http-headers", |
| 3089 | "data/url_request_unittest/redirect-to-data.html", |
| 3090 | "data/url_request_unittest/redirect-to-data.html.mock-http-headers", |
| 3091 | "data/url_request_unittest/redirect-to-echoall", |
| 3092 | "data/url_request_unittest/redirect-to-echoall.mock-http-headers", |
| 3093 | "data/url_request_unittest/redirect-to-file.html", |
| 3094 | "data/url_request_unittest/redirect-to-file.html.mock-http-headers", |
| 3095 | "data/url_request_unittest/redirect-to-invalid-url.html", |
| 3096 | "data/url_request_unittest/redirect-to-invalid-url.html.mock-http-headers", |
| 3097 | "data/url_request_unittest/redirect301-to-echo", |
| 3098 | "data/url_request_unittest/redirect301-to-echo.mock-http-headers", |
| 3099 | "data/url_request_unittest/redirect301-to-https", |
| 3100 | "data/url_request_unittest/redirect301-to-https.mock-http-headers", |
| 3101 | "data/url_request_unittest/redirect302-to-echo", |
| 3102 | "data/url_request_unittest/redirect302-to-echo-cacheable", |
| 3103 | "data/url_request_unittest/redirect302-to-echo-cacheable.mock-http-headers", |
| 3104 | "data/url_request_unittest/redirect302-to-echo.mock-http-headers", |
| 3105 | "data/url_request_unittest/redirect302-to-https", |
| 3106 | "data/url_request_unittest/redirect302-to-https.mock-http-headers", |
| 3107 | "data/url_request_unittest/redirect303-to-echo", |
| 3108 | "data/url_request_unittest/redirect303-to-echo.mock-http-headers", |
| 3109 | "data/url_request_unittest/redirect303-to-https", |
| 3110 | "data/url_request_unittest/redirect303-to-https.mock-http-headers", |
| 3111 | "data/url_request_unittest/redirect307-to-echo", |
| 3112 | "data/url_request_unittest/redirect307-to-echo.mock-http-headers", |
| 3113 | "data/url_request_unittest/redirect307-to-https", |
| 3114 | "data/url_request_unittest/redirect307-to-https.mock-http-headers", |
| 3115 | "data/url_request_unittest/redirect308-to-echo", |
| 3116 | "data/url_request_unittest/redirect308-to-echo.mock-http-headers", |
| 3117 | "data/url_request_unittest/redirect308-to-https", |
| 3118 | "data/url_request_unittest/redirect308-to-https.mock-http-headers", |
| 3119 | "data/url_request_unittest/simple.html", |
| 3120 | "data/url_request_unittest/simple.html.mock-http-headers", |
| 3121 | "data/url_request_unittest/two-content-lengths.html", |
| 3122 | "data/url_request_unittest/two-content-lengths.html.mock-http-headers", |
| 3123 | "data/url_request_unittest/with-headers.html", |
| 3124 | "data/url_request_unittest/with-headers.html.mock-http-headers", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3125 | "data/verify_certificate_chain_unittest/basic-constraints-pathlen-0-self-issued/chain.pem", |
| 3126 | "data/verify_certificate_chain_unittest/basic-constraints-pathlen-0-self-issued/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3127 | "data/verify_certificate_chain_unittest/expired-intermediate/chain.pem", |
eroman | e7af900 | 2017-05-13 05:04:01 | [diff] [blame] | 3128 | "data/verify_certificate_chain_unittest/expired-intermediate/not-after.test", |
| 3129 | "data/verify_certificate_chain_unittest/expired-intermediate/not-before.test", |
eroman | c1a8b5d0 | 2017-05-03 21:52:10 | [diff] [blame] | 3130 | "data/verify_certificate_chain_unittest/expired-root/chain.pem", |
eroman | e7af900 | 2017-05-13 05:04:01 | [diff] [blame] | 3131 | "data/verify_certificate_chain_unittest/expired-root/not-after-ta-with-constraints.test", |
| 3132 | "data/verify_certificate_chain_unittest/expired-root/not-after.test", |
| 3133 | "data/verify_certificate_chain_unittest/expired-root/not-before.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3134 | "data/verify_certificate_chain_unittest/expired-target/chain.pem", |
eroman | e7af900 | 2017-05-13 05:04:01 | [diff] [blame] | 3135 | "data/verify_certificate_chain_unittest/expired-target/not-after.test", |
| 3136 | "data/verify_certificate_chain_unittest/expired-target/not-before.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3137 | "data/verify_certificate_chain_unittest/incorrect-trust-anchor/chain.pem", |
| 3138 | "data/verify_certificate_chain_unittest/incorrect-trust-anchor/main.test", |
Matt Mueller | 905e4e3d | 2018-02-14 02:11:17 | [diff] [blame] | 3139 | "data/verify_certificate_chain_unittest/intermediate-and-target-wrong-signature/chain.pem", |
| 3140 | "data/verify_certificate_chain_unittest/intermediate-and-target-wrong-signature/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3141 | "data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/chain.pem", |
| 3142 | "data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/main.test", |
| 3143 | "data/verify_certificate_chain_unittest/intermediate-basic-constraints-not-critical/chain.pem", |
| 3144 | "data/verify_certificate_chain_unittest/intermediate-basic-constraints-not-critical/main.test", |
eroman | 7333d9b | 2017-06-23 01:50:25 | [diff] [blame] | 3145 | "data/verify_certificate_chain_unittest/intermediate-eku-any-and-clientauth/any.test", |
| 3146 | "data/verify_certificate_chain_unittest/intermediate-eku-any-and-clientauth/chain.pem", |
| 3147 | "data/verify_certificate_chain_unittest/intermediate-eku-any-and-clientauth/clientauth.test", |
| 3148 | "data/verify_certificate_chain_unittest/intermediate-eku-any-and-clientauth/serverauth.test", |
| 3149 | "data/verify_certificate_chain_unittest/intermediate-eku-clientauth/any.test", |
| 3150 | "data/verify_certificate_chain_unittest/intermediate-eku-clientauth/chain.pem", |
| 3151 | "data/verify_certificate_chain_unittest/intermediate-eku-clientauth/clientauth.test", |
| 3152 | "data/verify_certificate_chain_unittest/intermediate-eku-clientauth/serverauth.test", |
Eric Roman | c8c2d6a | 2017-08-01 22:55:30 | [diff] [blame] | 3153 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha1-chain.pem", |
| 3154 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha1-eku-any.test", |
| 3155 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha1-eku-clientAuth.test", |
| 3156 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha1-eku-serverAuth.test", |
| 3157 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha256-chain.pem", |
| 3158 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha256-eku-any.test", |
| 3159 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha256-eku-clientAuth.test", |
| 3160 | "data/verify_certificate_chain_unittest/intermediate-eku-server-gated-crypto/sha256-eku-serverAuth.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3161 | "data/verify_certificate_chain_unittest/intermediate-lacks-basic-constraints/chain.pem", |
| 3162 | "data/verify_certificate_chain_unittest/intermediate-lacks-basic-constraints/main.test", |
| 3163 | "data/verify_certificate_chain_unittest/intermediate-lacks-signing-key-usage/chain.pem", |
| 3164 | "data/verify_certificate_chain_unittest/intermediate-lacks-signing-key-usage/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3165 | "data/verify_certificate_chain_unittest/intermediate-signed-with-md5/chain.pem", |
| 3166 | "data/verify_certificate_chain_unittest/intermediate-signed-with-md5/main.test", |
| 3167 | "data/verify_certificate_chain_unittest/intermediate-unknown-critical-extension/chain.pem", |
| 3168 | "data/verify_certificate_chain_unittest/intermediate-unknown-critical-extension/main.test", |
| 3169 | "data/verify_certificate_chain_unittest/intermediate-unknown-non-critical-extension/chain.pem", |
| 3170 | "data/verify_certificate_chain_unittest/intermediate-unknown-non-critical-extension/main.test", |
Matt Mueller | 5eb9b8e7 | 2019-10-23 00:47:31 | [diff] [blame] | 3171 | "data/verify_certificate_chain_unittest/intermediate-wrong-signature-no-authority-key-identifier/chain.pem", |
| 3172 | "data/verify_certificate_chain_unittest/intermediate-wrong-signature-no-authority-key-identifier/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3173 | "data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/anchor.pem", |
| 3174 | "data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/anchor.test", |
| 3175 | "data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/target.pem", |
| 3176 | "data/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/target.test", |
| 3177 | "data/verify_certificate_chain_unittest/key-rollover/longrolloverchain.pem", |
| 3178 | "data/verify_certificate_chain_unittest/key-rollover/longrolloverchain.test", |
| 3179 | "data/verify_certificate_chain_unittest/key-rollover/newchain.pem", |
| 3180 | "data/verify_certificate_chain_unittest/key-rollover/newchain.test", |
| 3181 | "data/verify_certificate_chain_unittest/key-rollover/oldchain.pem", |
| 3182 | "data/verify_certificate_chain_unittest/key-rollover/oldchain.test", |
| 3183 | "data/verify_certificate_chain_unittest/key-rollover/rolloverchain.pem", |
| 3184 | "data/verify_certificate_chain_unittest/key-rollover/rolloverchain.test", |
Matt Mueller | c391cdf | 2018-02-08 01:05:57 | [diff] [blame] | 3185 | "data/verify_certificate_chain_unittest/many-names/ok-all-types.pem", |
| 3186 | "data/verify_certificate_chain_unittest/many-names/ok-all-types.test", |
| 3187 | "data/verify_certificate_chain_unittest/many-names/ok-different-types-dirnames.pem", |
| 3188 | "data/verify_certificate_chain_unittest/many-names/ok-different-types-dirnames.test", |
| 3189 | "data/verify_certificate_chain_unittest/many-names/ok-different-types-dns.pem", |
| 3190 | "data/verify_certificate_chain_unittest/many-names/ok-different-types-dns.test", |
| 3191 | "data/verify_certificate_chain_unittest/many-names/ok-different-types-ips.pem", |
| 3192 | "data/verify_certificate_chain_unittest/many-names/ok-different-types-ips.test", |
| 3193 | "data/verify_certificate_chain_unittest/many-names/toomany-all-types.pem", |
| 3194 | "data/verify_certificate_chain_unittest/many-names/toomany-all-types.test", |
| 3195 | "data/verify_certificate_chain_unittest/many-names/toomany-dirnames-excluded.pem", |
| 3196 | "data/verify_certificate_chain_unittest/many-names/toomany-dirnames-excluded.test", |
| 3197 | "data/verify_certificate_chain_unittest/many-names/toomany-dirnames-permitted.pem", |
| 3198 | "data/verify_certificate_chain_unittest/many-names/toomany-dirnames-permitted.test", |
| 3199 | "data/verify_certificate_chain_unittest/many-names/toomany-dns-excluded.pem", |
| 3200 | "data/verify_certificate_chain_unittest/many-names/toomany-dns-excluded.test", |
| 3201 | "data/verify_certificate_chain_unittest/many-names/toomany-dns-permitted.pem", |
| 3202 | "data/verify_certificate_chain_unittest/many-names/toomany-dns-permitted.test", |
| 3203 | "data/verify_certificate_chain_unittest/many-names/toomany-ips-excluded.pem", |
| 3204 | "data/verify_certificate_chain_unittest/many-names/toomany-ips-excluded.test", |
| 3205 | "data/verify_certificate_chain_unittest/many-names/toomany-ips-permitted.pem", |
| 3206 | "data/verify_certificate_chain_unittest/many-names/toomany-ips-permitted.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3207 | "data/verify_certificate_chain_unittest/non-self-signed-root/chain.pem", |
| 3208 | "data/verify_certificate_chain_unittest/non-self-signed-root/main.test", |
eroman | c1a8b5d0 | 2017-05-03 21:52:10 | [diff] [blame] | 3209 | "data/verify_certificate_chain_unittest/non-self-signed-root/ta-with-constraints.test", |
eroman | 605a5cc | 2017-06-03 02:45:24 | [diff] [blame] | 3210 | "data/verify_certificate_chain_unittest/pkits_errors/4.1.2.txt", |
| 3211 | "data/verify_certificate_chain_unittest/pkits_errors/4.1.3.txt", |
| 3212 | "data/verify_certificate_chain_unittest/pkits_errors/4.1.4.txt", |
| 3213 | "data/verify_certificate_chain_unittest/pkits_errors/4.1.5.txt", |
| 3214 | "data/verify_certificate_chain_unittest/pkits_errors/4.1.6.txt", |
| 3215 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.1.txt", |
| 3216 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.10.txt", |
| 3217 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.2.txt", |
| 3218 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.3.txt", |
| 3219 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.4.txt", |
| 3220 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.5.txt", |
| 3221 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.6.txt", |
| 3222 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.7.txt", |
| 3223 | "data/verify_certificate_chain_unittest/pkits_errors/4.10.8.txt", |
| 3224 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.1.txt", |
| 3225 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.10.txt", |
| 3226 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.11.txt", |
| 3227 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.3.txt", |
| 3228 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.5.txt", |
| 3229 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.6.txt", |
| 3230 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.8.txt", |
| 3231 | "data/verify_certificate_chain_unittest/pkits_errors/4.11.9.txt", |
| 3232 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.1.txt", |
| 3233 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.10.txt", |
| 3234 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.3.txt", |
| 3235 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.4.txt", |
| 3236 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.5.txt", |
| 3237 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.6.txt", |
| 3238 | "data/verify_certificate_chain_unittest/pkits_errors/4.12.8.txt", |
| 3239 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.10.txt", |
| 3240 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.12.txt", |
| 3241 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.13.txt", |
| 3242 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.15.txt", |
| 3243 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.16.txt", |
| 3244 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.17.txt", |
| 3245 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.2.txt", |
| 3246 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.20.txt", |
| 3247 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.21.txt", |
| 3248 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.22.txt", |
| 3249 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.23.txt", |
| 3250 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.24.txt", |
| 3251 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.25.txt", |
| 3252 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.26.txt", |
| 3253 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.27.txt", |
| 3254 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.28.txt", |
| 3255 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.29.txt", |
| 3256 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.3.txt", |
| 3257 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.31.txt", |
| 3258 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.33.txt", |
| 3259 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.34.txt", |
| 3260 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.35.txt", |
| 3261 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.36.txt", |
| 3262 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.37.txt", |
| 3263 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.38.txt", |
| 3264 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.7.txt", |
| 3265 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.8.txt", |
| 3266 | "data/verify_certificate_chain_unittest/pkits_errors/4.13.9.txt", |
| 3267 | "data/verify_certificate_chain_unittest/pkits_errors/4.16.2.txt", |
| 3268 | "data/verify_certificate_chain_unittest/pkits_errors/4.2.1.txt", |
| 3269 | "data/verify_certificate_chain_unittest/pkits_errors/4.2.2.txt", |
| 3270 | "data/verify_certificate_chain_unittest/pkits_errors/4.2.5.txt", |
| 3271 | "data/verify_certificate_chain_unittest/pkits_errors/4.2.6.txt", |
| 3272 | "data/verify_certificate_chain_unittest/pkits_errors/4.2.7.txt", |
| 3273 | "data/verify_certificate_chain_unittest/pkits_errors/4.3.1.txt", |
| 3274 | "data/verify_certificate_chain_unittest/pkits_errors/4.3.2.txt", |
| 3275 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.1.txt", |
| 3276 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.10.txt", |
| 3277 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.11.txt", |
| 3278 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.12.txt", |
| 3279 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.16.txt", |
| 3280 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.2.txt", |
| 3281 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.3.txt", |
| 3282 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.5.txt", |
| 3283 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.6.txt", |
| 3284 | "data/verify_certificate_chain_unittest/pkits_errors/4.6.9.txt", |
| 3285 | "data/verify_certificate_chain_unittest/pkits_errors/4.7.1.txt", |
| 3286 | "data/verify_certificate_chain_unittest/pkits_errors/4.7.2.txt", |
| 3287 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.1.txt", |
| 3288 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.12.txt", |
| 3289 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.14.txt", |
| 3290 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.2.txt", |
| 3291 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.3.txt", |
| 3292 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.4.txt", |
| 3293 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.5.txt", |
| 3294 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.6.txt", |
| 3295 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.7.txt", |
| 3296 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.8.txt", |
| 3297 | "data/verify_certificate_chain_unittest/pkits_errors/4.8.9.txt", |
| 3298 | "data/verify_certificate_chain_unittest/pkits_errors/4.9.3.txt", |
| 3299 | "data/verify_certificate_chain_unittest/pkits_errors/4.9.5.txt", |
| 3300 | "data/verify_certificate_chain_unittest/pkits_errors/4.9.7.txt", |
| 3301 | "data/verify_certificate_chain_unittest/pkits_errors/4.9.8.txt", |
eroman | c1a8b5d0 | 2017-05-03 21:52:10 | [diff] [blame] | 3302 | "data/verify_certificate_chain_unittest/root-basic-constraints-ca-false/chain.pem", |
| 3303 | "data/verify_certificate_chain_unittest/root-basic-constraints-ca-false/main.test", |
| 3304 | "data/verify_certificate_chain_unittest/root-basic-constraints-ca-false/ta-with-constraints.test", |
eroman | 7333d9b | 2017-06-23 01:50:25 | [diff] [blame] | 3305 | "data/verify_certificate_chain_unittest/root-eku-clientauth/chain.pem", |
| 3306 | "data/verify_certificate_chain_unittest/root-eku-clientauth/serverauth-ta-with-constraints.test", |
| 3307 | "data/verify_certificate_chain_unittest/root-eku-clientauth/serverauth.test", |
eroman | c1a8b5d0 | 2017-05-03 21:52:10 | [diff] [blame] | 3308 | "data/verify_certificate_chain_unittest/root-lacks-basic-constraints/chain.pem", |
| 3309 | "data/verify_certificate_chain_unittest/root-lacks-basic-constraints/main.test", |
| 3310 | "data/verify_certificate_chain_unittest/root-lacks-basic-constraints/ta-with-constraints.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3311 | "data/verify_certificate_chain_unittest/target-and-intermediate/chain.pem", |
Matt Mueller | 905e4e3d | 2018-02-14 02:11:17 | [diff] [blame] | 3312 | "data/verify_certificate_chain_unittest/target-and-intermediate/distrusted-root-expired.test", |
eroman | d1c9c9b | 2017-05-04 19:23:45 | [diff] [blame] | 3313 | "data/verify_certificate_chain_unittest/target-and-intermediate/distrusted-root.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3314 | "data/verify_certificate_chain_unittest/target-and-intermediate/main.test", |
eroman | d1c9c9b | 2017-05-04 19:23:45 | [diff] [blame] | 3315 | "data/verify_certificate_chain_unittest/target-and-intermediate/unspecified-trust-root.test", |
eroman | 7333d9b | 2017-06-23 01:50:25 | [diff] [blame] | 3316 | "data/verify_certificate_chain_unittest/target-eku-clientauth/any.test", |
| 3317 | "data/verify_certificate_chain_unittest/target-eku-clientauth/chain.pem", |
| 3318 | "data/verify_certificate_chain_unittest/target-eku-clientauth/clientauth.test", |
| 3319 | "data/verify_certificate_chain_unittest/target-eku-clientauth/serverauth.test", |
| 3320 | "data/verify_certificate_chain_unittest/target-eku-none/any.test", |
| 3321 | "data/verify_certificate_chain_unittest/target-eku-none/chain.pem", |
| 3322 | "data/verify_certificate_chain_unittest/target-eku-none/clientauth.test", |
| 3323 | "data/verify_certificate_chain_unittest/target-eku-none/serverauth.test", |
Eric Roman | 5431d70 | 2017-07-26 01:58:18 | [diff] [blame] | 3324 | "data/verify_certificate_chain_unittest/target-has-512bit-rsa-key/chain.pem", |
| 3325 | "data/verify_certificate_chain_unittest/target-has-512bit-rsa-key/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3326 | "data/verify_certificate_chain_unittest/target-has-keycertsign-but-not-ca/chain.pem", |
| 3327 | "data/verify_certificate_chain_unittest/target-has-keycertsign-but-not-ca/main.test", |
| 3328 | "data/verify_certificate_chain_unittest/target-has-pathlen-but-not-ca/chain.pem", |
| 3329 | "data/verify_certificate_chain_unittest/target-has-pathlen-but-not-ca/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3330 | "data/verify_certificate_chain_unittest/target-not-end-entity/chain.pem", |
| 3331 | "data/verify_certificate_chain_unittest/target-not-end-entity/main.test", |
eroman | e789943 | 2017-05-04 16:40:48 | [diff] [blame] | 3332 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-decipherOnly.pem", |
| 3333 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-decipherOnly.test", |
| 3334 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-digitalSignature.pem", |
| 3335 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-digitalSignature.test", |
| 3336 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-keyAgreement.pem", |
| 3337 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-keyAgreement.test", |
| 3338 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-keyEncipherment.pem", |
| 3339 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/ec-keyEncipherment.test", |
| 3340 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-decipherOnly.pem", |
| 3341 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-decipherOnly.test", |
| 3342 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-digitalSignature.pem", |
| 3343 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-digitalSignature.test", |
| 3344 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-keyAgreement.pem", |
| 3345 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-keyAgreement.test", |
| 3346 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-keyEncipherment.pem", |
| 3347 | "data/verify_certificate_chain_unittest/target-serverauth-various-keyusages/rsa-keyEncipherment.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3348 | "data/verify_certificate_chain_unittest/target-signed-by-512bit-rsa/chain.pem", |
| 3349 | "data/verify_certificate_chain_unittest/target-signed-by-512bit-rsa/main.test", |
| 3350 | "data/verify_certificate_chain_unittest/target-signed-using-ecdsa/chain.pem", |
| 3351 | "data/verify_certificate_chain_unittest/target-signed-using-ecdsa/main.test", |
| 3352 | "data/verify_certificate_chain_unittest/target-signed-with-md5/chain.pem", |
| 3353 | "data/verify_certificate_chain_unittest/target-signed-with-md5/main.test", |
| 3354 | "data/verify_certificate_chain_unittest/target-unknown-critical-extension/chain.pem", |
| 3355 | "data/verify_certificate_chain_unittest/target-unknown-critical-extension/main.test", |
Matt Mueller | 5eb9b8e7 | 2019-10-23 00:47:31 | [diff] [blame] | 3356 | "data/verify_certificate_chain_unittest/target-wrong-signature-no-authority-key-identifier/chain.pem", |
| 3357 | "data/verify_certificate_chain_unittest/target-wrong-signature-no-authority-key-identifier/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3358 | "data/verify_certificate_chain_unittest/target-wrong-signature/chain.pem", |
| 3359 | "data/verify_certificate_chain_unittest/target-wrong-signature/main.test", |
eroman | 178f2c6 | 2017-06-07 01:03:44 | [diff] [blame] | 3360 | "data/verify_certificate_chain_unittest/unknown-critical-policy-qualifier/chain.pem", |
| 3361 | "data/verify_certificate_chain_unittest/unknown-critical-policy-qualifier/main.test", |
| 3362 | "data/verify_certificate_chain_unittest/unknown-non-critical-policy-qualifier/chain.pem", |
| 3363 | "data/verify_certificate_chain_unittest/unknown-non-critical-policy-qualifier/main.test", |
eroman | 266bda9e | 2017-05-03 01:28:04 | [diff] [blame] | 3364 | "data/verify_certificate_chain_unittest/violates-basic-constraints-pathlen-0/chain.pem", |
| 3365 | "data/verify_certificate_chain_unittest/violates-basic-constraints-pathlen-0/main.test", |
eroman | c1a8b5d0 | 2017-05-03 21:52:10 | [diff] [blame] | 3366 | "data/verify_certificate_chain_unittest/violates-pathlen-1-from-root/chain.pem", |
| 3367 | "data/verify_certificate_chain_unittest/violates-pathlen-1-from-root/main.test", |
| 3368 | "data/verify_certificate_chain_unittest/violates-pathlen-1-from-root/ta-with-constraints.test", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3369 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-case_swap-dupe_attr.pem", |
| 3370 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-case_swap-extra_attr.pem", |
| 3371 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-case_swap-extra_rdn.pem", |
| 3372 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-case_swap.pem", |
| 3373 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-extra_whitespace-dupe_attr.pem", |
| 3374 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-extra_whitespace-extra_attr.pem", |
| 3375 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-extra_whitespace-extra_rdn.pem", |
| 3376 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-extra_whitespace.pem", |
| 3377 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-unmangled-dupe_attr.pem", |
| 3378 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-unmangled-extra_attr.pem", |
| 3379 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-unmangled-extra_rdn.pem", |
| 3380 | "data/verify_name_match_unittest/names/ascii-BMPSTRING-unmangled.pem", |
| 3381 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-case_swap-dupe_attr.pem", |
| 3382 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-case_swap-extra_attr.pem", |
| 3383 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-case_swap-extra_rdn.pem", |
| 3384 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-case_swap.pem", |
| 3385 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-extra_whitespace-dupe_attr.pem", |
| 3386 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-extra_whitespace-extra_attr.pem", |
| 3387 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-extra_whitespace-extra_rdn.pem", |
| 3388 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-extra_whitespace.pem", |
| 3389 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-rdn_sorting_1.pem", |
| 3390 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-rdn_sorting_2.pem", |
| 3391 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-unmangled-dupe_attr.pem", |
| 3392 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-unmangled-extra_attr.pem", |
| 3393 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-unmangled-extra_rdn.pem", |
| 3394 | "data/verify_name_match_unittest/names/ascii-PRINTABLESTRING-unmangled.pem", |
| 3395 | "data/verify_name_match_unittest/names/ascii-T61STRING-case_swap-dupe_attr.pem", |
| 3396 | "data/verify_name_match_unittest/names/ascii-T61STRING-case_swap-extra_attr.pem", |
| 3397 | "data/verify_name_match_unittest/names/ascii-T61STRING-case_swap-extra_rdn.pem", |
| 3398 | "data/verify_name_match_unittest/names/ascii-T61STRING-case_swap.pem", |
| 3399 | "data/verify_name_match_unittest/names/ascii-T61STRING-extra_whitespace-dupe_attr.pem", |
| 3400 | "data/verify_name_match_unittest/names/ascii-T61STRING-extra_whitespace-extra_attr.pem", |
| 3401 | "data/verify_name_match_unittest/names/ascii-T61STRING-extra_whitespace-extra_rdn.pem", |
| 3402 | "data/verify_name_match_unittest/names/ascii-T61STRING-extra_whitespace.pem", |
| 3403 | "data/verify_name_match_unittest/names/ascii-T61STRING-unmangled-dupe_attr.pem", |
| 3404 | "data/verify_name_match_unittest/names/ascii-T61STRING-unmangled-extra_attr.pem", |
| 3405 | "data/verify_name_match_unittest/names/ascii-T61STRING-unmangled-extra_rdn.pem", |
| 3406 | "data/verify_name_match_unittest/names/ascii-T61STRING-unmangled.pem", |
| 3407 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-case_swap-dupe_attr.pem", |
| 3408 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-case_swap-extra_attr.pem", |
| 3409 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-case_swap-extra_rdn.pem", |
| 3410 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-case_swap.pem", |
| 3411 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-extra_whitespace-dupe_attr.pem", |
| 3412 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-extra_whitespace-extra_attr.pem", |
| 3413 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-extra_whitespace-extra_rdn.pem", |
| 3414 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-extra_whitespace.pem", |
| 3415 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-unmangled-dupe_attr.pem", |
| 3416 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-unmangled-extra_attr.pem", |
| 3417 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-unmangled-extra_rdn.pem", |
| 3418 | "data/verify_name_match_unittest/names/ascii-UNIVERSALSTRING-unmangled.pem", |
| 3419 | "data/verify_name_match_unittest/names/ascii-UTF8-case_swap-dupe_attr.pem", |
| 3420 | "data/verify_name_match_unittest/names/ascii-UTF8-case_swap-extra_attr.pem", |
| 3421 | "data/verify_name_match_unittest/names/ascii-UTF8-case_swap-extra_rdn.pem", |
| 3422 | "data/verify_name_match_unittest/names/ascii-UTF8-case_swap.pem", |
| 3423 | "data/verify_name_match_unittest/names/ascii-UTF8-extra_whitespace-dupe_attr.pem", |
| 3424 | "data/verify_name_match_unittest/names/ascii-UTF8-extra_whitespace-extra_attr.pem", |
| 3425 | "data/verify_name_match_unittest/names/ascii-UTF8-extra_whitespace-extra_rdn.pem", |
| 3426 | "data/verify_name_match_unittest/names/ascii-UTF8-extra_whitespace.pem", |
| 3427 | "data/verify_name_match_unittest/names/ascii-UTF8-unmangled-dupe_attr.pem", |
| 3428 | "data/verify_name_match_unittest/names/ascii-UTF8-unmangled-extra_attr.pem", |
| 3429 | "data/verify_name_match_unittest/names/ascii-UTF8-unmangled-extra_rdn.pem", |
| 3430 | "data/verify_name_match_unittest/names/ascii-UTF8-unmangled.pem", |
| 3431 | "data/verify_name_match_unittest/names/ascii-mixed-rdn_dupetype_sorting_1.pem", |
| 3432 | "data/verify_name_match_unittest/names/ascii-mixed-rdn_dupetype_sorting_2.pem", |
David Benjamin | c4dd105 | 2017-12-15 21:23:17 | [diff] [blame] | 3433 | "data/verify_name_match_unittest/names/custom-custom-normalized.pem", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 3434 | "data/verify_name_match_unittest/names/invalid-AttributeTypeAndValue-badAttributeType.pem", |
| 3435 | "data/verify_name_match_unittest/names/invalid-AttributeTypeAndValue-empty.pem", |
| 3436 | "data/verify_name_match_unittest/names/invalid-AttributeTypeAndValue-extradata.pem", |
| 3437 | "data/verify_name_match_unittest/names/invalid-AttributeTypeAndValue-onlyOneElement.pem", |
| 3438 | "data/verify_name_match_unittest/names/invalid-AttributeTypeAndValue-setNotSequence.pem", |
| 3439 | "data/verify_name_match_unittest/names/invalid-Name-setInsteadOfSequence.pem", |
| 3440 | "data/verify_name_match_unittest/names/invalid-RDN-empty.pem", |
| 3441 | "data/verify_name_match_unittest/names/invalid-RDN-sequenceInsteadOfSet.pem", |
| 3442 | "data/verify_name_match_unittest/names/unicode-mixed-normalized.pem", |
| 3443 | "data/verify_name_match_unittest/names/unicode-mixed-unnormalized.pem", |
| 3444 | "data/verify_name_match_unittest/names/unicode_bmp-BMPSTRING-unmangled.pem", |
| 3445 | "data/verify_name_match_unittest/names/unicode_bmp-UNIVERSALSTRING-unmangled.pem", |
| 3446 | "data/verify_name_match_unittest/names/unicode_bmp-UTF8-unmangled.pem", |
| 3447 | "data/verify_name_match_unittest/names/unicode_supplementary-UNIVERSALSTRING-unmangled.pem", |
| 3448 | "data/verify_name_match_unittest/names/unicode_supplementary-UTF8-unmangled.pem", |
| 3449 | "data/verify_name_match_unittest/names/valid-Name-empty.pem", |
| 3450 | "data/verify_name_match_unittest/names/valid-minimal.pem", |
| 3451 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512-spki-params-null.pem", |
| 3452 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512-unused-bits-signature.pem", |
| 3453 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512-using-ecdh-key.pem", |
| 3454 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512-using-ecmqv-key.pem", |
| 3455 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512-using-rsa-algorithm.pem", |
| 3456 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512-wrong-signature-format.pem", |
| 3457 | "data/verify_signed_data_unittest/ecdsa-prime256v1-sha512.pem", |
| 3458 | "data/verify_signed_data_unittest/ecdsa-secp384r1-sha256-corrupted-data.pem", |
| 3459 | "data/verify_signed_data_unittest/ecdsa-secp384r1-sha256.pem", |
| 3460 | "data/verify_signed_data_unittest/ecdsa-using-rsa-key.pem", |
| 3461 | "data/verify_signed_data_unittest/rsa-pkcs1-sha1-bad-key-der-length.pem", |
| 3462 | "data/verify_signed_data_unittest/rsa-pkcs1-sha1-bad-key-der-null.pem", |
| 3463 | "data/verify_signed_data_unittest/rsa-pkcs1-sha1-key-params-absent.pem", |
| 3464 | "data/verify_signed_data_unittest/rsa-pkcs1-sha1-using-pss-key-no-params.pem", |
| 3465 | "data/verify_signed_data_unittest/rsa-pkcs1-sha1-wrong-algorithm.pem", |
| 3466 | "data/verify_signed_data_unittest/rsa-pkcs1-sha1.pem", |
| 3467 | "data/verify_signed_data_unittest/rsa-pkcs1-sha256-key-encoded-ber.pem", |
| 3468 | "data/verify_signed_data_unittest/rsa-pkcs1-sha256-spki-non-null-params.pem", |
| 3469 | "data/verify_signed_data_unittest/rsa-pkcs1-sha256-using-ecdsa-algorithm.pem", |
| 3470 | "data/verify_signed_data_unittest/rsa-pkcs1-sha256-using-id-ea-rsa.pem", |
| 3471 | "data/verify_signed_data_unittest/rsa-pkcs1-sha256.pem", |
| 3472 | "data/verify_signed_data_unittest/rsa-pss-sha1-salt20-using-pss-key-no-params.pem", |
| 3473 | "data/verify_signed_data_unittest/rsa-pss-sha1-salt20-using-pss-key-with-null-params.pem", |
| 3474 | "data/verify_signed_data_unittest/rsa-pss-sha1-salt20.pem", |
| 3475 | "data/verify_signed_data_unittest/rsa-pss-sha1-wrong-salt.pem", |
| 3476 | "data/verify_signed_data_unittest/rsa-pss-sha256-mgf1-sha512-salt33.pem", |
| 3477 | "data/verify_signed_data_unittest/rsa-pss-sha256-salt10-using-pss-key-with-params.pem", |
| 3478 | "data/verify_signed_data_unittest/rsa-pss-sha256-salt10-using-pss-key-with-wrong-params.pem", |
| 3479 | "data/verify_signed_data_unittest/rsa-pss-sha256-salt10.pem", |
| 3480 | "data/verify_signed_data_unittest/rsa-using-ec-key.pem", |
| 3481 | "data/verify_signed_data_unittest/rsa2048-pkcs1-sha512.pem", |
| 3482 | "third_party/nist-pkits/certs/AllCertificatesNoPoliciesTest2EE.crt", |
| 3483 | "third_party/nist-pkits/certs/AllCertificatesSamePoliciesTest10EE.crt", |
| 3484 | "third_party/nist-pkits/certs/AllCertificatesSamePoliciesTest13EE.crt", |
| 3485 | "third_party/nist-pkits/certs/AllCertificatesanyPolicyTest11EE.crt", |
| 3486 | "third_party/nist-pkits/certs/AnyPolicyTest14EE.crt", |
| 3487 | "third_party/nist-pkits/certs/BadCRLIssuerNameCACert.crt", |
| 3488 | "third_party/nist-pkits/certs/BadCRLSignatureCACert.crt", |
| 3489 | "third_party/nist-pkits/certs/BadSignedCACert.crt", |
| 3490 | "third_party/nist-pkits/certs/BadnotAfterDateCACert.crt", |
| 3491 | "third_party/nist-pkits/certs/BadnotBeforeDateCACert.crt", |
| 3492 | "third_party/nist-pkits/certs/BasicSelfIssuedCRLSigningKeyCACert.crt", |
| 3493 | "third_party/nist-pkits/certs/BasicSelfIssuedCRLSigningKeyCRLCert.crt", |
| 3494 | "third_party/nist-pkits/certs/BasicSelfIssuedNewKeyCACert.crt", |
| 3495 | "third_party/nist-pkits/certs/BasicSelfIssuedNewKeyOldWithNewCACert.crt", |
| 3496 | "third_party/nist-pkits/certs/BasicSelfIssuedOldKeyCACert.crt", |
| 3497 | "third_party/nist-pkits/certs/BasicSelfIssuedOldKeyNewWithOldCACert.crt", |
| 3498 | "third_party/nist-pkits/certs/CPSPointerQualifierTest20EE.crt", |
| 3499 | "third_party/nist-pkits/certs/DSACACert.crt", |
| 3500 | "third_party/nist-pkits/certs/DSAParametersInheritedCACert.crt", |
| 3501 | "third_party/nist-pkits/certs/DifferentPoliciesTest12EE.crt", |
| 3502 | "third_party/nist-pkits/certs/DifferentPoliciesTest3EE.crt", |
| 3503 | "third_party/nist-pkits/certs/DifferentPoliciesTest4EE.crt", |
| 3504 | "third_party/nist-pkits/certs/DifferentPoliciesTest5EE.crt", |
| 3505 | "third_party/nist-pkits/certs/DifferentPoliciesTest7EE.crt", |
| 3506 | "third_party/nist-pkits/certs/DifferentPoliciesTest8EE.crt", |
| 3507 | "third_party/nist-pkits/certs/DifferentPoliciesTest9EE.crt", |
| 3508 | "third_party/nist-pkits/certs/GeneralizedTimeCRLnextUpdateCACert.crt", |
| 3509 | "third_party/nist-pkits/certs/GoodCACert.crt", |
| 3510 | "third_party/nist-pkits/certs/GoodsubCACert.crt", |
| 3511 | "third_party/nist-pkits/certs/GoodsubCAPanyPolicyMapping1to2CACert.crt", |
| 3512 | "third_party/nist-pkits/certs/InvalidBadCRLIssuerNameTest5EE.crt", |
| 3513 | "third_party/nist-pkits/certs/InvalidBadCRLSignatureTest4EE.crt", |
| 3514 | "third_party/nist-pkits/certs/InvalidBasicSelfIssuedCRLSigningKeyTest7EE.crt", |
| 3515 | "third_party/nist-pkits/certs/InvalidBasicSelfIssuedCRLSigningKeyTest8EE.crt", |
| 3516 | "third_party/nist-pkits/certs/InvalidBasicSelfIssuedNewWithOldTest5EE.crt", |
| 3517 | "third_party/nist-pkits/certs/InvalidBasicSelfIssuedOldWithNewTest2EE.crt", |
| 3518 | "third_party/nist-pkits/certs/InvalidCASignatureTest2EE.crt", |
| 3519 | "third_party/nist-pkits/certs/InvalidCAnotAfterDateTest5EE.crt", |
| 3520 | "third_party/nist-pkits/certs/InvalidCAnotBeforeDateTest1EE.crt", |
| 3521 | "third_party/nist-pkits/certs/InvalidDNSnameConstraintsTest31EE.crt", |
| 3522 | "third_party/nist-pkits/certs/InvalidDNSnameConstraintsTest33EE.crt", |
| 3523 | "third_party/nist-pkits/certs/InvalidDNSnameConstraintsTest38EE.crt", |
| 3524 | "third_party/nist-pkits/certs/InvalidDNandRFC822nameConstraintsTest28EE.crt", |
| 3525 | "third_party/nist-pkits/certs/InvalidDNandRFC822nameConstraintsTest29EE.crt", |
| 3526 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest10EE.crt", |
| 3527 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest12EE.crt", |
| 3528 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest13EE.crt", |
| 3529 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest15EE.crt", |
| 3530 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest16EE.crt", |
| 3531 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest17EE.crt", |
| 3532 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest20EE.crt", |
| 3533 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest2EE.crt", |
| 3534 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest3EE.crt", |
| 3535 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest7EE.crt", |
| 3536 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest8EE.crt", |
| 3537 | "third_party/nist-pkits/certs/InvalidDNnameConstraintsTest9EE.crt", |
| 3538 | "third_party/nist-pkits/certs/InvalidDSASignatureTest6EE.crt", |
| 3539 | "third_party/nist-pkits/certs/InvalidEESignatureTest3EE.crt", |
| 3540 | "third_party/nist-pkits/certs/InvalidEEnotAfterDateTest6EE.crt", |
| 3541 | "third_party/nist-pkits/certs/InvalidEEnotBeforeDateTest2EE.crt", |
| 3542 | "third_party/nist-pkits/certs/InvalidIDPwithindirectCRLTest23EE.crt", |
| 3543 | "third_party/nist-pkits/certs/InvalidIDPwithindirectCRLTest26EE.crt", |
| 3544 | "third_party/nist-pkits/certs/InvalidLongSerialNumberTest18EE.crt", |
| 3545 | "third_party/nist-pkits/certs/InvalidMappingFromanyPolicyTest7EE.crt", |
| 3546 | "third_party/nist-pkits/certs/InvalidMappingToanyPolicyTest8EE.crt", |
| 3547 | "third_party/nist-pkits/certs/InvalidMissingCRLTest1EE.crt", |
| 3548 | "third_party/nist-pkits/certs/InvalidMissingbasicConstraintsTest1EE.crt", |
| 3549 | "third_party/nist-pkits/certs/InvalidNameChainingOrderTest2EE.crt", |
| 3550 | "third_party/nist-pkits/certs/InvalidNameChainingTest1EE.crt", |
| 3551 | "third_party/nist-pkits/certs/InvalidNegativeSerialNumberTest15EE.crt", |
| 3552 | "third_party/nist-pkits/certs/InvalidOldCRLnextUpdateTest11EE.crt", |
| 3553 | "third_party/nist-pkits/certs/InvalidPolicyMappingTest10EE.crt", |
| 3554 | "third_party/nist-pkits/certs/InvalidPolicyMappingTest2EE.crt", |
| 3555 | "third_party/nist-pkits/certs/InvalidPolicyMappingTest4EE.crt", |
| 3556 | "third_party/nist-pkits/certs/InvalidRFC822nameConstraintsTest22EE.crt", |
| 3557 | "third_party/nist-pkits/certs/InvalidRFC822nameConstraintsTest24EE.crt", |
| 3558 | "third_party/nist-pkits/certs/InvalidRFC822nameConstraintsTest26EE.crt", |
| 3559 | "third_party/nist-pkits/certs/InvalidRevokedCATest2EE.crt", |
| 3560 | "third_party/nist-pkits/certs/InvalidRevokedEETest3EE.crt", |
| 3561 | "third_party/nist-pkits/certs/InvalidSelfIssuedinhibitAnyPolicyTest10EE.crt", |
| 3562 | "third_party/nist-pkits/certs/InvalidSelfIssuedinhibitAnyPolicyTest8EE.crt", |
| 3563 | "third_party/nist-pkits/certs/InvalidSelfIssuedinhibitPolicyMappingTest10EE.crt", |
| 3564 | "third_party/nist-pkits/certs/InvalidSelfIssuedinhibitPolicyMappingTest11EE.crt", |
| 3565 | "third_party/nist-pkits/certs/InvalidSelfIssuedinhibitPolicyMappingTest8EE.crt", |
| 3566 | "third_party/nist-pkits/certs/InvalidSelfIssuedinhibitPolicyMappingTest9EE.crt", |
| 3567 | "third_party/nist-pkits/certs/InvalidSelfIssuedpathLenConstraintTest16EE.crt", |
| 3568 | "third_party/nist-pkits/certs/InvalidSelfIssuedrequireExplicitPolicyTest7EE.crt", |
| 3569 | "third_party/nist-pkits/certs/InvalidSelfIssuedrequireExplicitPolicyTest8EE.crt", |
| 3570 | "third_party/nist-pkits/certs/InvalidSeparateCertificateandCRLKeysTest20EE.crt", |
| 3571 | "third_party/nist-pkits/certs/InvalidSeparateCertificateandCRLKeysTest21EE.crt", |
| 3572 | "third_party/nist-pkits/certs/InvalidURInameConstraintsTest35EE.crt", |
| 3573 | "third_party/nist-pkits/certs/InvalidURInameConstraintsTest37EE.crt", |
| 3574 | "third_party/nist-pkits/certs/InvalidUnknownCRLEntryExtensionTest8EE.crt", |
| 3575 | "third_party/nist-pkits/certs/InvalidUnknownCRLExtensionTest10EE.crt", |
| 3576 | "third_party/nist-pkits/certs/InvalidUnknownCRLExtensionTest9EE.crt", |
| 3577 | "third_party/nist-pkits/certs/InvalidUnknownCriticalCertificateExtensionTest2EE.crt", |
| 3578 | "third_party/nist-pkits/certs/InvalidWrongCRLTest6EE.crt", |
| 3579 | "third_party/nist-pkits/certs/InvalidcAFalseTest2EE.crt", |
| 3580 | "third_party/nist-pkits/certs/InvalidcAFalseTest3EE.crt", |
| 3581 | "third_party/nist-pkits/certs/InvalidcRLIssuerTest27EE.crt", |
| 3582 | "third_party/nist-pkits/certs/InvalidcRLIssuerTest31EE.crt", |
| 3583 | "third_party/nist-pkits/certs/InvalidcRLIssuerTest32EE.crt", |
| 3584 | "third_party/nist-pkits/certs/InvalidcRLIssuerTest34EE.crt", |
| 3585 | "third_party/nist-pkits/certs/InvalidcRLIssuerTest35EE.crt", |
| 3586 | "third_party/nist-pkits/certs/InvaliddeltaCRLIndicatorNoBaseTest1EE.crt", |
| 3587 | "third_party/nist-pkits/certs/InvaliddeltaCRLTest10EE.crt", |
| 3588 | "third_party/nist-pkits/certs/InvaliddeltaCRLTest3EE.crt", |
| 3589 | "third_party/nist-pkits/certs/InvaliddeltaCRLTest4EE.crt", |
| 3590 | "third_party/nist-pkits/certs/InvaliddeltaCRLTest6EE.crt", |
| 3591 | "third_party/nist-pkits/certs/InvaliddeltaCRLTest9EE.crt", |
| 3592 | "third_party/nist-pkits/certs/InvaliddistributionPointTest2EE.crt", |
| 3593 | "third_party/nist-pkits/certs/InvaliddistributionPointTest3EE.crt", |
| 3594 | "third_party/nist-pkits/certs/InvaliddistributionPointTest6EE.crt", |
| 3595 | "third_party/nist-pkits/certs/InvaliddistributionPointTest8EE.crt", |
| 3596 | "third_party/nist-pkits/certs/InvaliddistributionPointTest9EE.crt", |
| 3597 | "third_party/nist-pkits/certs/InvalidinhibitAnyPolicyTest1EE.crt", |
| 3598 | "third_party/nist-pkits/certs/InvalidinhibitAnyPolicyTest4EE.crt", |
| 3599 | "third_party/nist-pkits/certs/InvalidinhibitAnyPolicyTest5EE.crt", |
| 3600 | "third_party/nist-pkits/certs/InvalidinhibitAnyPolicyTest6EE.crt", |
| 3601 | "third_party/nist-pkits/certs/InvalidinhibitPolicyMappingTest1EE.crt", |
| 3602 | "third_party/nist-pkits/certs/InvalidinhibitPolicyMappingTest3EE.crt", |
| 3603 | "third_party/nist-pkits/certs/InvalidinhibitPolicyMappingTest5EE.crt", |
| 3604 | "third_party/nist-pkits/certs/InvalidinhibitPolicyMappingTest6EE.crt", |
| 3605 | "third_party/nist-pkits/certs/InvalidkeyUsageCriticalcRLSignFalseTest4EE.crt", |
| 3606 | "third_party/nist-pkits/certs/InvalidkeyUsageCriticalkeyCertSignFalseTest1EE.crt", |
| 3607 | "third_party/nist-pkits/certs/InvalidkeyUsageNotCriticalcRLSignFalseTest5EE.crt", |
| 3608 | "third_party/nist-pkits/certs/InvalidkeyUsageNotCriticalkeyCertSignFalseTest2EE.crt", |
| 3609 | "third_party/nist-pkits/certs/InvalidonlyContainsAttributeCertsTest14EE.crt", |
| 3610 | "third_party/nist-pkits/certs/InvalidonlyContainsCACertsTest12EE.crt", |
| 3611 | "third_party/nist-pkits/certs/InvalidonlyContainsUserCertsTest11EE.crt", |
| 3612 | "third_party/nist-pkits/certs/InvalidonlySomeReasonsTest15EE.crt", |
| 3613 | "third_party/nist-pkits/certs/InvalidonlySomeReasonsTest16EE.crt", |
| 3614 | "third_party/nist-pkits/certs/InvalidonlySomeReasonsTest17EE.crt", |
| 3615 | "third_party/nist-pkits/certs/InvalidonlySomeReasonsTest20EE.crt", |
| 3616 | "third_party/nist-pkits/certs/InvalidonlySomeReasonsTest21EE.crt", |
| 3617 | "third_party/nist-pkits/certs/InvalidpathLenConstraintTest10EE.crt", |
| 3618 | "third_party/nist-pkits/certs/InvalidpathLenConstraintTest11EE.crt", |
| 3619 | "third_party/nist-pkits/certs/InvalidpathLenConstraintTest12EE.crt", |
| 3620 | "third_party/nist-pkits/certs/InvalidpathLenConstraintTest5EE.crt", |
| 3621 | "third_party/nist-pkits/certs/InvalidpathLenConstraintTest6EE.crt", |
| 3622 | "third_party/nist-pkits/certs/InvalidpathLenConstraintTest9EE.crt", |
| 3623 | "third_party/nist-pkits/certs/Invalidpre2000CRLnextUpdateTest12EE.crt", |
| 3624 | "third_party/nist-pkits/certs/Invalidpre2000UTCEEnotAfterDateTest7EE.crt", |
| 3625 | "third_party/nist-pkits/certs/InvalidrequireExplicitPolicyTest3EE.crt", |
| 3626 | "third_party/nist-pkits/certs/InvalidrequireExplicitPolicyTest5EE.crt", |
| 3627 | "third_party/nist-pkits/certs/LongSerialNumberCACert.crt", |
| 3628 | "third_party/nist-pkits/certs/Mapping1to2CACert.crt", |
| 3629 | "third_party/nist-pkits/certs/MappingFromanyPolicyCACert.crt", |
| 3630 | "third_party/nist-pkits/certs/MappingToanyPolicyCACert.crt", |
| 3631 | "third_party/nist-pkits/certs/MissingbasicConstraintsCACert.crt", |
| 3632 | "third_party/nist-pkits/certs/NameOrderingCACert.crt", |
| 3633 | "third_party/nist-pkits/certs/NegativeSerialNumberCACert.crt", |
| 3634 | "third_party/nist-pkits/certs/NoCRLCACert.crt", |
| 3635 | "third_party/nist-pkits/certs/NoPoliciesCACert.crt", |
| 3636 | "third_party/nist-pkits/certs/NoissuingDistributionPointCACert.crt", |
| 3637 | "third_party/nist-pkits/certs/OldCRLnextUpdateCACert.crt", |
| 3638 | "third_party/nist-pkits/certs/OverlappingPoliciesTest6EE.crt", |
| 3639 | "third_party/nist-pkits/certs/P12Mapping1to3CACert.crt", |
| 3640 | "third_party/nist-pkits/certs/P12Mapping1to3subCACert.crt", |
| 3641 | "third_party/nist-pkits/certs/P12Mapping1to3subsubCACert.crt", |
| 3642 | "third_party/nist-pkits/certs/P1Mapping1to234CACert.crt", |
| 3643 | "third_party/nist-pkits/certs/P1Mapping1to234subCACert.crt", |
| 3644 | "third_party/nist-pkits/certs/P1anyPolicyMapping1to2CACert.crt", |
| 3645 | "third_party/nist-pkits/certs/PanyPolicyMapping1to2CACert.crt", |
| 3646 | "third_party/nist-pkits/certs/PoliciesP1234CACert.crt", |
| 3647 | "third_party/nist-pkits/certs/PoliciesP1234subCAP123Cert.crt", |
| 3648 | "third_party/nist-pkits/certs/PoliciesP1234subsubCAP123P12Cert.crt", |
| 3649 | "third_party/nist-pkits/certs/PoliciesP123CACert.crt", |
| 3650 | "third_party/nist-pkits/certs/PoliciesP123subCAP12Cert.crt", |
| 3651 | "third_party/nist-pkits/certs/PoliciesP123subsubCAP12P1Cert.crt", |
| 3652 | "third_party/nist-pkits/certs/PoliciesP123subsubCAP12P2Cert.crt", |
| 3653 | "third_party/nist-pkits/certs/PoliciesP123subsubsubCAP12P2P1Cert.crt", |
| 3654 | "third_party/nist-pkits/certs/PoliciesP12CACert.crt", |
| 3655 | "third_party/nist-pkits/certs/PoliciesP12subCAP1Cert.crt", |
| 3656 | "third_party/nist-pkits/certs/PoliciesP12subsubCAP1P2Cert.crt", |
| 3657 | "third_party/nist-pkits/certs/PoliciesP2subCA2Cert.crt", |
| 3658 | "third_party/nist-pkits/certs/PoliciesP2subCACert.crt", |
| 3659 | "third_party/nist-pkits/certs/PoliciesP3CACert.crt", |
| 3660 | "third_party/nist-pkits/certs/RFC3280MandatoryAttributeTypesCACert.crt", |
| 3661 | "third_party/nist-pkits/certs/RFC3280OptionalAttributeTypesCACert.crt", |
| 3662 | "third_party/nist-pkits/certs/RevokedsubCACert.crt", |
| 3663 | "third_party/nist-pkits/certs/RolloverfromPrintableStringtoUTF8StringCACert.crt", |
| 3664 | "third_party/nist-pkits/certs/SeparateCertificateandCRLKeysCA2CRLSigningCert.crt", |
| 3665 | "third_party/nist-pkits/certs/SeparateCertificateandCRLKeysCA2CertificateSigningCACert.crt", |
| 3666 | "third_party/nist-pkits/certs/SeparateCertificateandCRLKeysCRLSigningCert.crt", |
| 3667 | "third_party/nist-pkits/certs/SeparateCertificateandCRLKeysCertificateSigningCACert.crt", |
| 3668 | "third_party/nist-pkits/certs/TrustAnchorRootCertificate.crt", |
| 3669 | "third_party/nist-pkits/certs/TwoCRLsCACert.crt", |
| 3670 | "third_party/nist-pkits/certs/UIDCACert.crt", |
| 3671 | "third_party/nist-pkits/certs/UTF8StringCaseInsensitiveMatchCACert.crt", |
| 3672 | "third_party/nist-pkits/certs/UTF8StringEncodedNamesCACert.crt", |
| 3673 | "third_party/nist-pkits/certs/UnknownCRLEntryExtensionCACert.crt", |
| 3674 | "third_party/nist-pkits/certs/UnknownCRLExtensionCACert.crt", |
| 3675 | "third_party/nist-pkits/certs/UserNoticeQualifierTest15EE.crt", |
| 3676 | "third_party/nist-pkits/certs/UserNoticeQualifierTest16EE.crt", |
| 3677 | "third_party/nist-pkits/certs/UserNoticeQualifierTest17EE.crt", |
| 3678 | "third_party/nist-pkits/certs/UserNoticeQualifierTest18EE.crt", |
| 3679 | "third_party/nist-pkits/certs/UserNoticeQualifierTest19EE.crt", |
| 3680 | "third_party/nist-pkits/certs/ValidBasicSelfIssuedCRLSigningKeyTest6EE.crt", |
| 3681 | "third_party/nist-pkits/certs/ValidBasicSelfIssuedNewWithOldTest3EE.crt", |
| 3682 | "third_party/nist-pkits/certs/ValidBasicSelfIssuedNewWithOldTest4EE.crt", |
| 3683 | "third_party/nist-pkits/certs/ValidBasicSelfIssuedOldWithNewTest1EE.crt", |
| 3684 | "third_party/nist-pkits/certs/ValidCertificatePathTest1EE.crt", |
| 3685 | "third_party/nist-pkits/certs/ValidDNSnameConstraintsTest30EE.crt", |
| 3686 | "third_party/nist-pkits/certs/ValidDNSnameConstraintsTest32EE.crt", |
| 3687 | "third_party/nist-pkits/certs/ValidDNandRFC822nameConstraintsTest27EE.crt", |
| 3688 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest11EE.crt", |
| 3689 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest14EE.crt", |
| 3690 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest18EE.crt", |
| 3691 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest19EE.crt", |
| 3692 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest1EE.crt", |
| 3693 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest4EE.crt", |
| 3694 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest5EE.crt", |
| 3695 | "third_party/nist-pkits/certs/ValidDNnameConstraintsTest6EE.crt", |
| 3696 | "third_party/nist-pkits/certs/ValidDSAParameterInheritanceTest5EE.crt", |
| 3697 | "third_party/nist-pkits/certs/ValidDSASignaturesTest4EE.crt", |
| 3698 | "third_party/nist-pkits/certs/ValidGeneralizedTimeCRLnextUpdateTest13EE.crt", |
| 3699 | "third_party/nist-pkits/certs/ValidGeneralizedTimenotAfterDateTest8EE.crt", |
| 3700 | "third_party/nist-pkits/certs/ValidGeneralizedTimenotBeforeDateTest4EE.crt", |
| 3701 | "third_party/nist-pkits/certs/ValidIDPwithindirectCRLTest22EE.crt", |
| 3702 | "third_party/nist-pkits/certs/ValidIDPwithindirectCRLTest24EE.crt", |
| 3703 | "third_party/nist-pkits/certs/ValidIDPwithindirectCRLTest25EE.crt", |
| 3704 | "third_party/nist-pkits/certs/ValidLongSerialNumberTest16EE.crt", |
| 3705 | "third_party/nist-pkits/certs/ValidLongSerialNumberTest17EE.crt", |
| 3706 | "third_party/nist-pkits/certs/ValidNameChainingCapitalizationTest5EE.crt", |
| 3707 | "third_party/nist-pkits/certs/ValidNameChainingWhitespaceTest3EE.crt", |
| 3708 | "third_party/nist-pkits/certs/ValidNameChainingWhitespaceTest4EE.crt", |
| 3709 | "third_party/nist-pkits/certs/ValidNameUIDsTest6EE.crt", |
| 3710 | "third_party/nist-pkits/certs/ValidNegativeSerialNumberTest14EE.crt", |
| 3711 | "third_party/nist-pkits/certs/ValidNoissuingDistributionPointTest10EE.crt", |
| 3712 | "third_party/nist-pkits/certs/ValidPolicyMappingTest11EE.crt", |
| 3713 | "third_party/nist-pkits/certs/ValidPolicyMappingTest12EE.crt", |
| 3714 | "third_party/nist-pkits/certs/ValidPolicyMappingTest13EE.crt", |
| 3715 | "third_party/nist-pkits/certs/ValidPolicyMappingTest14EE.crt", |
| 3716 | "third_party/nist-pkits/certs/ValidPolicyMappingTest1EE.crt", |
| 3717 | "third_party/nist-pkits/certs/ValidPolicyMappingTest3EE.crt", |
| 3718 | "third_party/nist-pkits/certs/ValidPolicyMappingTest5EE.crt", |
| 3719 | "third_party/nist-pkits/certs/ValidPolicyMappingTest6EE.crt", |
| 3720 | "third_party/nist-pkits/certs/ValidPolicyMappingTest9EE.crt", |
| 3721 | "third_party/nist-pkits/certs/ValidRFC3280MandatoryAttributeTypesTest7EE.crt", |
| 3722 | "third_party/nist-pkits/certs/ValidRFC3280OptionalAttributeTypesTest8EE.crt", |
| 3723 | "third_party/nist-pkits/certs/ValidRFC822nameConstraintsTest21EE.crt", |
| 3724 | "third_party/nist-pkits/certs/ValidRFC822nameConstraintsTest23EE.crt", |
| 3725 | "third_party/nist-pkits/certs/ValidRFC822nameConstraintsTest25EE.crt", |
| 3726 | "third_party/nist-pkits/certs/ValidRolloverfromPrintableStringtoUTF8StringTest10EE.crt", |
| 3727 | "third_party/nist-pkits/certs/ValidSelfIssuedinhibitAnyPolicyTest7EE.crt", |
| 3728 | "third_party/nist-pkits/certs/ValidSelfIssuedinhibitAnyPolicyTest9EE.crt", |
| 3729 | "third_party/nist-pkits/certs/ValidSelfIssuedinhibitPolicyMappingTest7EE.crt", |
| 3730 | "third_party/nist-pkits/certs/ValidSelfIssuedpathLenConstraintTest15EE.crt", |
| 3731 | "third_party/nist-pkits/certs/ValidSelfIssuedpathLenConstraintTest17EE.crt", |
| 3732 | "third_party/nist-pkits/certs/ValidSelfIssuedrequireExplicitPolicyTest6EE.crt", |
| 3733 | "third_party/nist-pkits/certs/ValidSeparateCertificateandCRLKeysTest19EE.crt", |
| 3734 | "third_party/nist-pkits/certs/ValidTwoCRLsTest7EE.crt", |
| 3735 | "third_party/nist-pkits/certs/ValidURInameConstraintsTest34EE.crt", |
| 3736 | "third_party/nist-pkits/certs/ValidURInameConstraintsTest36EE.crt", |
| 3737 | "third_party/nist-pkits/certs/ValidUTF8StringCaseInsensitiveMatchTest11EE.crt", |
| 3738 | "third_party/nist-pkits/certs/ValidUTF8StringEncodedNamesTest9EE.crt", |
| 3739 | "third_party/nist-pkits/certs/ValidUnknownNotCriticalCertificateExtensionTest1EE.crt", |
| 3740 | "third_party/nist-pkits/certs/ValidbasicConstraintsNotCriticalTest4EE.crt", |
| 3741 | "third_party/nist-pkits/certs/ValidcRLIssuerTest28EE.crt", |
| 3742 | "third_party/nist-pkits/certs/ValidcRLIssuerTest29EE.crt", |
| 3743 | "third_party/nist-pkits/certs/ValidcRLIssuerTest30EE.crt", |
| 3744 | "third_party/nist-pkits/certs/ValidcRLIssuerTest33EE.crt", |
| 3745 | "third_party/nist-pkits/certs/ValiddeltaCRLTest2EE.crt", |
| 3746 | "third_party/nist-pkits/certs/ValiddeltaCRLTest5EE.crt", |
| 3747 | "third_party/nist-pkits/certs/ValiddeltaCRLTest7EE.crt", |
| 3748 | "third_party/nist-pkits/certs/ValiddeltaCRLTest8EE.crt", |
| 3749 | "third_party/nist-pkits/certs/ValiddistributionPointTest1EE.crt", |
| 3750 | "third_party/nist-pkits/certs/ValiddistributionPointTest4EE.crt", |
| 3751 | "third_party/nist-pkits/certs/ValiddistributionPointTest5EE.crt", |
| 3752 | "third_party/nist-pkits/certs/ValiddistributionPointTest7EE.crt", |
| 3753 | "third_party/nist-pkits/certs/ValidinhibitAnyPolicyTest2EE.crt", |
| 3754 | "third_party/nist-pkits/certs/ValidinhibitPolicyMappingTest2EE.crt", |
| 3755 | "third_party/nist-pkits/certs/ValidinhibitPolicyMappingTest4EE.crt", |
| 3756 | "third_party/nist-pkits/certs/ValidkeyUsageNotCriticalTest3EE.crt", |
| 3757 | "third_party/nist-pkits/certs/ValidonlyContainsCACertsTest13EE.crt", |
| 3758 | "third_party/nist-pkits/certs/ValidonlySomeReasonsTest18EE.crt", |
| 3759 | "third_party/nist-pkits/certs/ValidonlySomeReasonsTest19EE.crt", |
| 3760 | "third_party/nist-pkits/certs/ValidpathLenConstraintTest13EE.crt", |
| 3761 | "third_party/nist-pkits/certs/ValidpathLenConstraintTest14EE.crt", |
| 3762 | "third_party/nist-pkits/certs/ValidpathLenConstraintTest7EE.crt", |
| 3763 | "third_party/nist-pkits/certs/ValidpathLenConstraintTest8EE.crt", |
| 3764 | "third_party/nist-pkits/certs/Validpre2000UTCnotBeforeDateTest3EE.crt", |
| 3765 | "third_party/nist-pkits/certs/ValidrequireExplicitPolicyTest1EE.crt", |
| 3766 | "third_party/nist-pkits/certs/ValidrequireExplicitPolicyTest2EE.crt", |
| 3767 | "third_party/nist-pkits/certs/ValidrequireExplicitPolicyTest4EE.crt", |
| 3768 | "third_party/nist-pkits/certs/WrongCRLCACert.crt", |
| 3769 | "third_party/nist-pkits/certs/anyPolicyCACert.crt", |
| 3770 | "third_party/nist-pkits/certs/basicConstraintsCriticalcAFalseCACert.crt", |
| 3771 | "third_party/nist-pkits/certs/basicConstraintsNotCriticalCACert.crt", |
| 3772 | "third_party/nist-pkits/certs/basicConstraintsNotCriticalcAFalseCACert.crt", |
| 3773 | "third_party/nist-pkits/certs/deltaCRLCA1Cert.crt", |
| 3774 | "third_party/nist-pkits/certs/deltaCRLCA2Cert.crt", |
| 3775 | "third_party/nist-pkits/certs/deltaCRLCA3Cert.crt", |
| 3776 | "third_party/nist-pkits/certs/deltaCRLIndicatorNoBaseCACert.crt", |
| 3777 | "third_party/nist-pkits/certs/distributionPoint1CACert.crt", |
| 3778 | "third_party/nist-pkits/certs/distributionPoint2CACert.crt", |
| 3779 | "third_party/nist-pkits/certs/indirectCRLCA1Cert.crt", |
| 3780 | "third_party/nist-pkits/certs/indirectCRLCA2Cert.crt", |
| 3781 | "third_party/nist-pkits/certs/indirectCRLCA3Cert.crt", |
| 3782 | "third_party/nist-pkits/certs/indirectCRLCA3cRLIssuerCert.crt", |
| 3783 | "third_party/nist-pkits/certs/indirectCRLCA4Cert.crt", |
| 3784 | "third_party/nist-pkits/certs/indirectCRLCA4cRLIssuerCert.crt", |
| 3785 | "third_party/nist-pkits/certs/indirectCRLCA5Cert.crt", |
| 3786 | "third_party/nist-pkits/certs/indirectCRLCA6Cert.crt", |
| 3787 | "third_party/nist-pkits/certs/inhibitAnyPolicy0CACert.crt", |
| 3788 | "third_party/nist-pkits/certs/inhibitAnyPolicy1CACert.crt", |
| 3789 | "third_party/nist-pkits/certs/inhibitAnyPolicy1SelfIssuedCACert.crt", |
| 3790 | "third_party/nist-pkits/certs/inhibitAnyPolicy1SelfIssuedsubCA2Cert.crt", |
| 3791 | "third_party/nist-pkits/certs/inhibitAnyPolicy1subCA1Cert.crt", |
| 3792 | "third_party/nist-pkits/certs/inhibitAnyPolicy1subCA2Cert.crt", |
| 3793 | "third_party/nist-pkits/certs/inhibitAnyPolicy1subCAIAP5Cert.crt", |
| 3794 | "third_party/nist-pkits/certs/inhibitAnyPolicy1subsubCA2Cert.crt", |
| 3795 | "third_party/nist-pkits/certs/inhibitAnyPolicy5CACert.crt", |
| 3796 | "third_party/nist-pkits/certs/inhibitAnyPolicy5subCACert.crt", |
| 3797 | "third_party/nist-pkits/certs/inhibitAnyPolicy5subsubCACert.crt", |
| 3798 | "third_party/nist-pkits/certs/inhibitAnyPolicyTest3EE.crt", |
| 3799 | "third_party/nist-pkits/certs/inhibitPolicyMapping0CACert.crt", |
| 3800 | "third_party/nist-pkits/certs/inhibitPolicyMapping0subCACert.crt", |
| 3801 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P12CACert.crt", |
| 3802 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P12subCACert.crt", |
| 3803 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P12subCAIPM5Cert.crt", |
| 3804 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P12subsubCACert.crt", |
| 3805 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P12subsubCAIPM5Cert.crt", |
| 3806 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P1CACert.crt", |
| 3807 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P1SelfIssuedCACert.crt", |
| 3808 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P1SelfIssuedsubCACert.crt", |
| 3809 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P1subCACert.crt", |
| 3810 | "third_party/nist-pkits/certs/inhibitPolicyMapping1P1subsubCACert.crt", |
| 3811 | "third_party/nist-pkits/certs/inhibitPolicyMapping5CACert.crt", |
| 3812 | "third_party/nist-pkits/certs/inhibitPolicyMapping5subCACert.crt", |
| 3813 | "third_party/nist-pkits/certs/inhibitPolicyMapping5subsubCACert.crt", |
| 3814 | "third_party/nist-pkits/certs/inhibitPolicyMapping5subsubsubCACert.crt", |
| 3815 | "third_party/nist-pkits/certs/keyUsageCriticalcRLSignFalseCACert.crt", |
| 3816 | "third_party/nist-pkits/certs/keyUsageCriticalkeyCertSignFalseCACert.crt", |
| 3817 | "third_party/nist-pkits/certs/keyUsageNotCriticalCACert.crt", |
| 3818 | "third_party/nist-pkits/certs/keyUsageNotCriticalcRLSignFalseCACert.crt", |
| 3819 | "third_party/nist-pkits/certs/keyUsageNotCriticalkeyCertSignFalseCACert.crt", |
| 3820 | "third_party/nist-pkits/certs/nameConstraintsDN1CACert.crt", |
| 3821 | "third_party/nist-pkits/certs/nameConstraintsDN1SelfIssuedCACert.crt", |
| 3822 | "third_party/nist-pkits/certs/nameConstraintsDN1subCA1Cert.crt", |
| 3823 | "third_party/nist-pkits/certs/nameConstraintsDN1subCA2Cert.crt", |
| 3824 | "third_party/nist-pkits/certs/nameConstraintsDN1subCA3Cert.crt", |
| 3825 | "third_party/nist-pkits/certs/nameConstraintsDN2CACert.crt", |
| 3826 | "third_party/nist-pkits/certs/nameConstraintsDN3CACert.crt", |
| 3827 | "third_party/nist-pkits/certs/nameConstraintsDN3subCA1Cert.crt", |
| 3828 | "third_party/nist-pkits/certs/nameConstraintsDN3subCA2Cert.crt", |
| 3829 | "third_party/nist-pkits/certs/nameConstraintsDN4CACert.crt", |
| 3830 | "third_party/nist-pkits/certs/nameConstraintsDN5CACert.crt", |
| 3831 | "third_party/nist-pkits/certs/nameConstraintsDNS1CACert.crt", |
| 3832 | "third_party/nist-pkits/certs/nameConstraintsDNS2CACert.crt", |
| 3833 | "third_party/nist-pkits/certs/nameConstraintsRFC822CA1Cert.crt", |
| 3834 | "third_party/nist-pkits/certs/nameConstraintsRFC822CA2Cert.crt", |
| 3835 | "third_party/nist-pkits/certs/nameConstraintsRFC822CA3Cert.crt", |
| 3836 | "third_party/nist-pkits/certs/nameConstraintsURI1CACert.crt", |
| 3837 | "third_party/nist-pkits/certs/nameConstraintsURI2CACert.crt", |
| 3838 | "third_party/nist-pkits/certs/onlyContainsAttributeCertsCACert.crt", |
| 3839 | "third_party/nist-pkits/certs/onlyContainsCACertsCACert.crt", |
| 3840 | "third_party/nist-pkits/certs/onlyContainsUserCertsCACert.crt", |
| 3841 | "third_party/nist-pkits/certs/onlySomeReasonsCA1Cert.crt", |
| 3842 | "third_party/nist-pkits/certs/onlySomeReasonsCA2Cert.crt", |
| 3843 | "third_party/nist-pkits/certs/onlySomeReasonsCA3Cert.crt", |
| 3844 | "third_party/nist-pkits/certs/onlySomeReasonsCA4Cert.crt", |
| 3845 | "third_party/nist-pkits/certs/pathLenConstraint0CACert.crt", |
| 3846 | "third_party/nist-pkits/certs/pathLenConstraint0SelfIssuedCACert.crt", |
| 3847 | "third_party/nist-pkits/certs/pathLenConstraint0subCA2Cert.crt", |
| 3848 | "third_party/nist-pkits/certs/pathLenConstraint0subCACert.crt", |
| 3849 | "third_party/nist-pkits/certs/pathLenConstraint1CACert.crt", |
| 3850 | "third_party/nist-pkits/certs/pathLenConstraint1SelfIssuedCACert.crt", |
| 3851 | "third_party/nist-pkits/certs/pathLenConstraint1SelfIssuedsubCACert.crt", |
| 3852 | "third_party/nist-pkits/certs/pathLenConstraint1subCACert.crt", |
| 3853 | "third_party/nist-pkits/certs/pathLenConstraint6CACert.crt", |
| 3854 | "third_party/nist-pkits/certs/pathLenConstraint6subCA0Cert.crt", |
| 3855 | "third_party/nist-pkits/certs/pathLenConstraint6subCA1Cert.crt", |
| 3856 | "third_party/nist-pkits/certs/pathLenConstraint6subCA4Cert.crt", |
| 3857 | "third_party/nist-pkits/certs/pathLenConstraint6subsubCA00Cert.crt", |
| 3858 | "third_party/nist-pkits/certs/pathLenConstraint6subsubCA11Cert.crt", |
| 3859 | "third_party/nist-pkits/certs/pathLenConstraint6subsubCA41Cert.crt", |
| 3860 | "third_party/nist-pkits/certs/pathLenConstraint6subsubsubCA11XCert.crt", |
| 3861 | "third_party/nist-pkits/certs/pathLenConstraint6subsubsubCA41XCert.crt", |
| 3862 | "third_party/nist-pkits/certs/pre2000CRLnextUpdateCACert.crt", |
| 3863 | "third_party/nist-pkits/certs/requireExplicitPolicy0CACert.crt", |
| 3864 | "third_party/nist-pkits/certs/requireExplicitPolicy0subCACert.crt", |
| 3865 | "third_party/nist-pkits/certs/requireExplicitPolicy0subsubCACert.crt", |
| 3866 | "third_party/nist-pkits/certs/requireExplicitPolicy0subsubsubCACert.crt", |
| 3867 | "third_party/nist-pkits/certs/requireExplicitPolicy10CACert.crt", |
| 3868 | "third_party/nist-pkits/certs/requireExplicitPolicy10subCACert.crt", |
| 3869 | "third_party/nist-pkits/certs/requireExplicitPolicy10subsubCACert.crt", |
| 3870 | "third_party/nist-pkits/certs/requireExplicitPolicy10subsubsubCACert.crt", |
| 3871 | "third_party/nist-pkits/certs/requireExplicitPolicy2CACert.crt", |
| 3872 | "third_party/nist-pkits/certs/requireExplicitPolicy2SelfIssuedCACert.crt", |
| 3873 | "third_party/nist-pkits/certs/requireExplicitPolicy2SelfIssuedsubCACert.crt", |
| 3874 | "third_party/nist-pkits/certs/requireExplicitPolicy2subCACert.crt", |
| 3875 | "third_party/nist-pkits/certs/requireExplicitPolicy4CACert.crt", |
| 3876 | "third_party/nist-pkits/certs/requireExplicitPolicy4subCACert.crt", |
| 3877 | "third_party/nist-pkits/certs/requireExplicitPolicy4subsubCACert.crt", |
| 3878 | "third_party/nist-pkits/certs/requireExplicitPolicy4subsubsubCACert.crt", |
| 3879 | "third_party/nist-pkits/certs/requireExplicitPolicy5CACert.crt", |
| 3880 | "third_party/nist-pkits/certs/requireExplicitPolicy5subCACert.crt", |
| 3881 | "third_party/nist-pkits/certs/requireExplicitPolicy5subsubCACert.crt", |
| 3882 | "third_party/nist-pkits/certs/requireExplicitPolicy5subsubsubCACert.crt", |
| 3883 | "third_party/nist-pkits/certs/requireExplicitPolicy7CACert.crt", |
| 3884 | "third_party/nist-pkits/certs/requireExplicitPolicy7subCARE2Cert.crt", |
| 3885 | "third_party/nist-pkits/certs/requireExplicitPolicy7subsubCARE2RE4Cert.crt", |
| 3886 | "third_party/nist-pkits/certs/requireExplicitPolicy7subsubsubCARE2RE4Cert.crt", |
| 3887 | "third_party/nist-pkits/crls/BadCRLIssuerNameCACRL.crl", |
| 3888 | "third_party/nist-pkits/crls/BadCRLSignatureCACRL.crl", |
| 3889 | "third_party/nist-pkits/crls/BadSignedCACRL.crl", |
| 3890 | "third_party/nist-pkits/crls/BadnotAfterDateCACRL.crl", |
| 3891 | "third_party/nist-pkits/crls/BadnotBeforeDateCACRL.crl", |
| 3892 | "third_party/nist-pkits/crls/BasicSelfIssuedCRLSigningKeyCACRL.crl", |
| 3893 | "third_party/nist-pkits/crls/BasicSelfIssuedCRLSigningKeyCRLCertCRL.crl", |
| 3894 | "third_party/nist-pkits/crls/BasicSelfIssuedNewKeyCACRL.crl", |
| 3895 | "third_party/nist-pkits/crls/BasicSelfIssuedOldKeyCACRL.crl", |
| 3896 | "third_party/nist-pkits/crls/BasicSelfIssuedOldKeySelfIssuedCertCRL.crl", |
| 3897 | "third_party/nist-pkits/crls/DSACACRL.crl", |
| 3898 | "third_party/nist-pkits/crls/DSAParametersInheritedCACRL.crl", |
| 3899 | "third_party/nist-pkits/crls/GeneralizedTimeCRLnextUpdateCACRL.crl", |
| 3900 | "third_party/nist-pkits/crls/GoodCACRL.crl", |
| 3901 | "third_party/nist-pkits/crls/GoodsubCACRL.crl", |
| 3902 | "third_party/nist-pkits/crls/GoodsubCAPanyPolicyMapping1to2CACRL.crl", |
| 3903 | "third_party/nist-pkits/crls/LongSerialNumberCACRL.crl", |
| 3904 | "third_party/nist-pkits/crls/Mapping1to2CACRL.crl", |
| 3905 | "third_party/nist-pkits/crls/MappingFromanyPolicyCACRL.crl", |
| 3906 | "third_party/nist-pkits/crls/MappingToanyPolicyCACRL.crl", |
| 3907 | "third_party/nist-pkits/crls/MissingbasicConstraintsCACRL.crl", |
| 3908 | "third_party/nist-pkits/crls/NameOrderCACRL.crl", |
| 3909 | "third_party/nist-pkits/crls/NegativeSerialNumberCACRL.crl", |
| 3910 | "third_party/nist-pkits/crls/NoPoliciesCACRL.crl", |
| 3911 | "third_party/nist-pkits/crls/NoissuingDistributionPointCACRL.crl", |
| 3912 | "third_party/nist-pkits/crls/OldCRLnextUpdateCACRL.crl", |
| 3913 | "third_party/nist-pkits/crls/P12Mapping1to3CACRL.crl", |
| 3914 | "third_party/nist-pkits/crls/P12Mapping1to3subCACRL.crl", |
| 3915 | "third_party/nist-pkits/crls/P12Mapping1to3subsubCACRL.crl", |
| 3916 | "third_party/nist-pkits/crls/P1Mapping1to234CACRL.crl", |
| 3917 | "third_party/nist-pkits/crls/P1Mapping1to234subCACRL.crl", |
| 3918 | "third_party/nist-pkits/crls/P1anyPolicyMapping1to2CACRL.crl", |
| 3919 | "third_party/nist-pkits/crls/PanyPolicyMapping1to2CACRL.crl", |
| 3920 | "third_party/nist-pkits/crls/PoliciesP1234CACRL.crl", |
| 3921 | "third_party/nist-pkits/crls/PoliciesP1234subCAP123CRL.crl", |
| 3922 | "third_party/nist-pkits/crls/PoliciesP1234subsubCAP123P12CRL.crl", |
| 3923 | "third_party/nist-pkits/crls/PoliciesP123CACRL.crl", |
| 3924 | "third_party/nist-pkits/crls/PoliciesP123subCAP12CRL.crl", |
| 3925 | "third_party/nist-pkits/crls/PoliciesP123subsubCAP12P1CRL.crl", |
| 3926 | "third_party/nist-pkits/crls/PoliciesP123subsubCAP2P2CRL.crl", |
| 3927 | "third_party/nist-pkits/crls/PoliciesP123subsubsubCAP12P2P1CRL.crl", |
| 3928 | "third_party/nist-pkits/crls/PoliciesP12CACRL.crl", |
| 3929 | "third_party/nist-pkits/crls/PoliciesP12subCAP1CRL.crl", |
| 3930 | "third_party/nist-pkits/crls/PoliciesP12subsubCAP1P2CRL.crl", |
| 3931 | "third_party/nist-pkits/crls/PoliciesP2subCA2CRL.crl", |
| 3932 | "third_party/nist-pkits/crls/PoliciesP2subCACRL.crl", |
| 3933 | "third_party/nist-pkits/crls/PoliciesP3CACRL.crl", |
| 3934 | "third_party/nist-pkits/crls/RFC3280MandatoryAttributeTypesCACRL.crl", |
| 3935 | "third_party/nist-pkits/crls/RFC3280OptionalAttributeTypesCACRL.crl", |
| 3936 | "third_party/nist-pkits/crls/RevokedsubCACRL.crl", |
| 3937 | "third_party/nist-pkits/crls/RolloverfromPrintableStringtoUTF8StringCACRL.crl", |
| 3938 | "third_party/nist-pkits/crls/SeparateCertificateandCRLKeysCA2CRL.crl", |
| 3939 | "third_party/nist-pkits/crls/SeparateCertificateandCRLKeysCRL.crl", |
| 3940 | "third_party/nist-pkits/crls/TrustAnchorRootCRL.crl", |
| 3941 | "third_party/nist-pkits/crls/TwoCRLsCABadCRL.crl", |
| 3942 | "third_party/nist-pkits/crls/TwoCRLsCAGoodCRL.crl", |
| 3943 | "third_party/nist-pkits/crls/UIDCACRL.crl", |
| 3944 | "third_party/nist-pkits/crls/UTF8StringCaseInsensitiveMatchCACRL.crl", |
| 3945 | "third_party/nist-pkits/crls/UTF8StringEncodedNamesCACRL.crl", |
| 3946 | "third_party/nist-pkits/crls/UnknownCRLEntryExtensionCACRL.crl", |
| 3947 | "third_party/nist-pkits/crls/UnknownCRLExtensionCACRL.crl", |
| 3948 | "third_party/nist-pkits/crls/WrongCRLCACRL.crl", |
| 3949 | "third_party/nist-pkits/crls/anyPolicyCACRL.crl", |
| 3950 | "third_party/nist-pkits/crls/basicConstraintsCriticalcAFalseCACRL.crl", |
| 3951 | "third_party/nist-pkits/crls/basicConstraintsNotCriticalCACRL.crl", |
| 3952 | "third_party/nist-pkits/crls/basicConstraintsNotCriticalcAFalseCACRL.crl", |
| 3953 | "third_party/nist-pkits/crls/deltaCRLCA1CRL.crl", |
| 3954 | "third_party/nist-pkits/crls/deltaCRLCA1deltaCRL.crl", |
| 3955 | "third_party/nist-pkits/crls/deltaCRLCA2CRL.crl", |
| 3956 | "third_party/nist-pkits/crls/deltaCRLCA2deltaCRL.crl", |
| 3957 | "third_party/nist-pkits/crls/deltaCRLCA3CRL.crl", |
| 3958 | "third_party/nist-pkits/crls/deltaCRLCA3deltaCRL.crl", |
| 3959 | "third_party/nist-pkits/crls/deltaCRLIndicatorNoBaseCACRL.crl", |
| 3960 | "third_party/nist-pkits/crls/distributionPoint1CACRL.crl", |
| 3961 | "third_party/nist-pkits/crls/distributionPoint2CACRL.crl", |
| 3962 | "third_party/nist-pkits/crls/indirectCRLCA1CRL.crl", |
| 3963 | "third_party/nist-pkits/crls/indirectCRLCA3CRL.crl", |
| 3964 | "third_party/nist-pkits/crls/indirectCRLCA3cRLIssuerCRL.crl", |
| 3965 | "third_party/nist-pkits/crls/indirectCRLCA4cRLIssuerCRL.crl", |
| 3966 | "third_party/nist-pkits/crls/indirectCRLCA5CRL.crl", |
| 3967 | "third_party/nist-pkits/crls/inhibitAnyPolicy0CACRL.crl", |
| 3968 | "third_party/nist-pkits/crls/inhibitAnyPolicy1CACRL.crl", |
| 3969 | "third_party/nist-pkits/crls/inhibitAnyPolicy1subCA1CRL.crl", |
| 3970 | "third_party/nist-pkits/crls/inhibitAnyPolicy1subCA2CRL.crl", |
| 3971 | "third_party/nist-pkits/crls/inhibitAnyPolicy1subCAIAP5CRL.crl", |
| 3972 | "third_party/nist-pkits/crls/inhibitAnyPolicy1subsubCA2CRL.crl", |
| 3973 | "third_party/nist-pkits/crls/inhibitAnyPolicy5CACRL.crl", |
| 3974 | "third_party/nist-pkits/crls/inhibitAnyPolicy5subCACRL.crl", |
| 3975 | "third_party/nist-pkits/crls/inhibitAnyPolicy5subsubCACRL.crl", |
| 3976 | "third_party/nist-pkits/crls/inhibitPolicyMapping0CACRL.crl", |
| 3977 | "third_party/nist-pkits/crls/inhibitPolicyMapping0subCACRL.crl", |
| 3978 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P12CACRL.crl", |
| 3979 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P12subCACRL.crl", |
| 3980 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P12subCAIPM5CRL.crl", |
| 3981 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P12subsubCACRL.crl", |
| 3982 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P12subsubCAIPM5CRL.crl", |
| 3983 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P1CACRL.crl", |
| 3984 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P1subCACRL.crl", |
| 3985 | "third_party/nist-pkits/crls/inhibitPolicyMapping1P1subsubCACRL.crl", |
| 3986 | "third_party/nist-pkits/crls/inhibitPolicyMapping5CACRL.crl", |
| 3987 | "third_party/nist-pkits/crls/inhibitPolicyMapping5subCACRL.crl", |
| 3988 | "third_party/nist-pkits/crls/inhibitPolicyMapping5subsubCACRL.crl", |
| 3989 | "third_party/nist-pkits/crls/inhibitPolicyMapping5subsubsubCACRL.crl", |
| 3990 | "third_party/nist-pkits/crls/keyUsageCriticalcRLSignFalseCACRL.crl", |
| 3991 | "third_party/nist-pkits/crls/keyUsageCriticalkeyCertSignFalseCACRL.crl", |
| 3992 | "third_party/nist-pkits/crls/keyUsageNotCriticalCACRL.crl", |
| 3993 | "third_party/nist-pkits/crls/keyUsageNotCriticalcRLSignFalseCACRL.crl", |
| 3994 | "third_party/nist-pkits/crls/keyUsageNotCriticalkeyCertSignFalseCACRL.crl", |
| 3995 | "third_party/nist-pkits/crls/nameConstraintsDN1CACRL.crl", |
| 3996 | "third_party/nist-pkits/crls/nameConstraintsDN1subCA1CRL.crl", |
| 3997 | "third_party/nist-pkits/crls/nameConstraintsDN1subCA2CRL.crl", |
| 3998 | "third_party/nist-pkits/crls/nameConstraintsDN1subCA3CRL.crl", |
| 3999 | "third_party/nist-pkits/crls/nameConstraintsDN2CACRL.crl", |
| 4000 | "third_party/nist-pkits/crls/nameConstraintsDN3CACRL.crl", |
| 4001 | "third_party/nist-pkits/crls/nameConstraintsDN3subCA1CRL.crl", |
| 4002 | "third_party/nist-pkits/crls/nameConstraintsDN3subCA2CRL.crl", |
| 4003 | "third_party/nist-pkits/crls/nameConstraintsDN4CACRL.crl", |
| 4004 | "third_party/nist-pkits/crls/nameConstraintsDN5CACRL.crl", |
| 4005 | "third_party/nist-pkits/crls/nameConstraintsDNS1CACRL.crl", |
| 4006 | "third_party/nist-pkits/crls/nameConstraintsDNS2CACRL.crl", |
| 4007 | "third_party/nist-pkits/crls/nameConstraintsRFC822CA1CRL.crl", |
| 4008 | "third_party/nist-pkits/crls/nameConstraintsRFC822CA2CRL.crl", |
| 4009 | "third_party/nist-pkits/crls/nameConstraintsRFC822CA3CRL.crl", |
| 4010 | "third_party/nist-pkits/crls/nameConstraintsURI1CACRL.crl", |
| 4011 | "third_party/nist-pkits/crls/nameConstraintsURI2CACRL.crl", |
| 4012 | "third_party/nist-pkits/crls/onlyContainsAttributeCertsCACRL.crl", |
| 4013 | "third_party/nist-pkits/crls/onlyContainsCACertsCACRL.crl", |
| 4014 | "third_party/nist-pkits/crls/onlyContainsUserCertsCACRL.crl", |
| 4015 | "third_party/nist-pkits/crls/onlySomeReasonsCA1compromiseCRL.crl", |
| 4016 | "third_party/nist-pkits/crls/onlySomeReasonsCA1otherreasonsCRL.crl", |
| 4017 | "third_party/nist-pkits/crls/onlySomeReasonsCA2CRL1.crl", |
| 4018 | "third_party/nist-pkits/crls/onlySomeReasonsCA2CRL2.crl", |
| 4019 | "third_party/nist-pkits/crls/onlySomeReasonsCA3compromiseCRL.crl", |
| 4020 | "third_party/nist-pkits/crls/onlySomeReasonsCA3otherreasonsCRL.crl", |
| 4021 | "third_party/nist-pkits/crls/onlySomeReasonsCA4compromiseCRL.crl", |
| 4022 | "third_party/nist-pkits/crls/onlySomeReasonsCA4otherreasonsCRL.crl", |
| 4023 | "third_party/nist-pkits/crls/pathLenConstraint0CACRL.crl", |
| 4024 | "third_party/nist-pkits/crls/pathLenConstraint0subCA2CRL.crl", |
| 4025 | "third_party/nist-pkits/crls/pathLenConstraint0subCACRL.crl", |
| 4026 | "third_party/nist-pkits/crls/pathLenConstraint1CACRL.crl", |
| 4027 | "third_party/nist-pkits/crls/pathLenConstraint1subCACRL.crl", |
| 4028 | "third_party/nist-pkits/crls/pathLenConstraint6CACRL.crl", |
| 4029 | "third_party/nist-pkits/crls/pathLenConstraint6subCA0CRL.crl", |
| 4030 | "third_party/nist-pkits/crls/pathLenConstraint6subCA1CRL.crl", |
| 4031 | "third_party/nist-pkits/crls/pathLenConstraint6subCA4CRL.crl", |
| 4032 | "third_party/nist-pkits/crls/pathLenConstraint6subsubCA00CRL.crl", |
| 4033 | "third_party/nist-pkits/crls/pathLenConstraint6subsubCA11CRL.crl", |
| 4034 | "third_party/nist-pkits/crls/pathLenConstraint6subsubCA41CRL.crl", |
| 4035 | "third_party/nist-pkits/crls/pathLenConstraint6subsubsubCA11XCRL.crl", |
| 4036 | "third_party/nist-pkits/crls/pathLenConstraint6subsubsubCA41XCRL.crl", |
| 4037 | "third_party/nist-pkits/crls/pre2000CRLnextUpdateCACRL.crl", |
| 4038 | "third_party/nist-pkits/crls/requireExplicitPolicy0CACRL.crl", |
| 4039 | "third_party/nist-pkits/crls/requireExplicitPolicy0subCACRL.crl", |
| 4040 | "third_party/nist-pkits/crls/requireExplicitPolicy0subsubCACRL.crl", |
| 4041 | "third_party/nist-pkits/crls/requireExplicitPolicy0subsubsubCACRL.crl", |
| 4042 | "third_party/nist-pkits/crls/requireExplicitPolicy10CACRL.crl", |
| 4043 | "third_party/nist-pkits/crls/requireExplicitPolicy10subCACRL.crl", |
| 4044 | "third_party/nist-pkits/crls/requireExplicitPolicy10subsubCACRL.crl", |
| 4045 | "third_party/nist-pkits/crls/requireExplicitPolicy10subsubsubCACRL.crl", |
| 4046 | "third_party/nist-pkits/crls/requireExplicitPolicy2CACRL.crl", |
| 4047 | "third_party/nist-pkits/crls/requireExplicitPolicy2subCACRL.crl", |
| 4048 | "third_party/nist-pkits/crls/requireExplicitPolicy4CACRL.crl", |
| 4049 | "third_party/nist-pkits/crls/requireExplicitPolicy4subCACRL.crl", |
| 4050 | "third_party/nist-pkits/crls/requireExplicitPolicy4subsubCACRL.crl", |
| 4051 | "third_party/nist-pkits/crls/requireExplicitPolicy4subsubsubCACRL.crl", |
| 4052 | "third_party/nist-pkits/crls/requireExplicitPolicy5CACRL.crl", |
| 4053 | "third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl", |
| 4054 | "third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl", |
| 4055 | "third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl", |
| 4056 | "third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl", |
| 4057 | "third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl", |
| 4058 | "third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl", |
| 4059 | "third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.crl", |
| 4060 | ] |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4061 | outputs = [ "{{bundle_resources_dir}}/" + |
| 4062 | "{{source_root_relative_dir}}/{{source_file_part}}" ] |
sdefresne | b0a3164 | 2016-03-18 11:04:45 | [diff] [blame] | 4063 | } |
| 4064 | |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4065 | test("net_unittests") { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4066 | sources = [ |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4067 | "base/address_family_unittest.cc", |
| 4068 | "base/address_list_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4069 | "base/backoff_entry_serializer_unittest.cc", |
| 4070 | "base/backoff_entry_unittest.cc", |
| 4071 | "base/chunked_upload_data_stream_unittest.cc", |
| 4072 | "base/data_url_unittest.cc", |
Charles 'Buck' Krasic | ed43ded | 2018-03-23 18:48:12 | [diff] [blame] | 4073 | "base/datagram_buffer_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4074 | "base/elements_upload_data_stream_unittest.cc", |
| 4075 | "base/escape_unittest.cc", |
| 4076 | "base/expiring_cache_unittest.cc", |
| 4077 | "base/file_stream_unittest.cc", |
| 4078 | "base/filename_util_unittest.cc", |
| 4079 | "base/host_mapping_rules_unittest.cc", |
| 4080 | "base/host_port_pair_unittest.cc", |
fayang | baec8ff5 | 2017-01-28 03:26:12 | [diff] [blame] | 4081 | "base/interval_test.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4082 | "base/ip_address_unittest.cc", |
| 4083 | "base/ip_endpoint_unittest.cc", |
Matt Menke | 3ab9c7b | 2020-04-01 22:39:57 | [diff] [blame] | 4084 | "base/isolation_info_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4085 | "base/lookup_string_in_fixed_set_unittest.cc", |
| 4086 | "base/mime_sniffer_unittest.cc", |
| 4087 | "base/mime_util_unittest.cc", |
Eric Roman | e28b6027 | 2019-10-09 19:22:17 | [diff] [blame] | 4088 | "base/net_errors_unittest.cc", |
Zentaro Kavanagh | a02f1da | 2017-09-26 23:56:06 | [diff] [blame] | 4089 | "base/net_string_util_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4090 | "base/network_activity_monitor_unittest.cc", |
| 4091 | "base/network_change_notifier_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4092 | "base/network_interfaces_unittest.cc", |
Shivani Sharma | d81bdd4 | 2019-05-23 17:19:56 | [diff] [blame] | 4093 | "base/network_isolation_key_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4094 | "base/parse_number_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4095 | "base/port_util_unittest.cc", |
| 4096 | "base/prioritized_dispatcher_unittest.cc", |
Josh Karlin | dd9a5d14 | 2018-06-06 00:35:48 | [diff] [blame] | 4097 | "base/prioritized_task_runner_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4098 | "base/priority_queue_unittest.cc", |
Eric Roman | 8bd4d8b | 2020-07-31 21:56:49 | [diff] [blame] | 4099 | "base/proxy_server_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4100 | "base/registry_controlled_domains/registry_controlled_domain_unittest.cc", |
Shimi Zhang | 1064f4c | 2020-01-29 21:59:02 | [diff] [blame] | 4101 | "base/scheme_host_port_matcher_rule_unittest.cc", |
Shimi Zhang | 3c47f49c | 2020-02-01 01:35:12 | [diff] [blame] | 4102 | "base/scheme_host_port_matcher_unittest.cc", |
John Delaney | 513e53f | 2020-10-29 20:16:04 | [diff] [blame] | 4103 | "base/schemeful_site_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4104 | "base/test_completion_callback_unittest.cc", |
| 4105 | "base/test_proxy_delegate.cc", |
| 4106 | "base/test_proxy_delegate.h", |
| 4107 | "base/upload_bytes_element_reader_unittest.cc", |
| 4108 | "base/upload_file_element_reader_unittest.cc", |
| 4109 | "base/url_util_unittest.cc", |
| 4110 | "cert/caching_cert_verifier_unittest.cc", |
Chris Thompson | b20d589 | 2020-11-25 02:54:02 | [diff] [blame] | 4111 | "cert/cert_and_ct_verifier_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4112 | "cert/cert_verifier_unittest.cc", |
Matt Mueller | 9ef5dfa7 | 2019-09-27 00:47:01 | [diff] [blame] | 4113 | "cert/cert_verify_proc_builtin_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4114 | "cert/cert_verify_proc_unittest.cc", |
Ryan Sleevi | 2cb6817 | 2019-10-09 14:03:11 | [diff] [blame] | 4115 | "cert/coalescing_cert_verifier_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4116 | "cert/crl_set_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4117 | "cert/ct_log_response_parser_unittest.cc", |
| 4118 | "cert/ct_log_verifier_unittest.cc", |
| 4119 | "cert/ct_objects_extractor_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4120 | "cert/ct_serialization_unittest.cc", |
| 4121 | "cert/ev_root_ca_metadata_unittest.cc", |
| 4122 | "cert/internal/cert_issuer_source_aia_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4123 | "cert/internal/cert_issuer_source_static_unittest.cc", |
Austin Sullivan | 91c0656 | 2021-02-16 21:16:53 | [diff] [blame] | 4124 | "cert/internal/cert_issuer_source_sync_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4125 | "cert/internal/cert_issuer_source_sync_unittest.h", |
| 4126 | "cert/internal/certificate_policies_unittest.cc", |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 4127 | "cert/internal/crl_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4128 | "cert/internal/extended_key_usage_unittest.cc", |
Matt Mueller | 9e3ad303 | 2017-09-14 19:29:31 | [diff] [blame] | 4129 | "cert/internal/general_names_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4130 | "cert/internal/name_constraints_unittest.cc", |
eroman | c95383ac | 2017-05-26 19:37:30 | [diff] [blame] | 4131 | "cert/internal/nist_pkits_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4132 | "cert/internal/nist_pkits_unittest.h", |
Eric Roman | a2f6f55d | 2017-09-07 23:34:57 | [diff] [blame] | 4133 | "cert/internal/ocsp_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4134 | "cert/internal/parse_certificate_unittest.cc", |
| 4135 | "cert/internal/parse_name_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4136 | "cert/internal/parsed_certificate_unittest.cc", |
| 4137 | "cert/internal/path_builder_pkits_unittest.cc", |
| 4138 | "cert/internal/path_builder_unittest.cc", |
| 4139 | "cert/internal/path_builder_verify_certificate_chain_unittest.cc", |
Eric Roman | cc56d16f | 2017-10-11 23:04:26 | [diff] [blame] | 4140 | "cert/internal/revocation_checker_unittest.cc", |
Matt Mueller | cfc358e2 | 2019-05-29 04:30:42 | [diff] [blame] | 4141 | "cert/internal/revocation_util_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4142 | "cert/internal/signature_algorithm_unittest.cc", |
Eric Roman | 5431d70 | 2017-07-26 01:58:18 | [diff] [blame] | 4143 | "cert/internal/simple_path_builder_delegate_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4144 | "cert/internal/test_helpers.cc", |
| 4145 | "cert/internal/test_helpers.h", |
| 4146 | "cert/internal/trust_store_collection_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4147 | "cert/internal/verify_certificate_chain_pkits_unittest.cc", |
| 4148 | "cert/internal/verify_certificate_chain_typed_unittest.h", |
| 4149 | "cert/internal/verify_certificate_chain_unittest.cc", |
| 4150 | "cert/internal/verify_name_match_unittest.cc", |
| 4151 | "cert/internal/verify_signed_data_unittest.cc", |
Ryan Sleevi | 19a7bde | 2017-11-22 06:51:39 | [diff] [blame] | 4152 | "cert/known_roots_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4153 | "cert/merkle_audit_proof_unittest.cc", |
| 4154 | "cert/merkle_tree_leaf_unittest.cc", |
| 4155 | "cert/multi_log_ct_verifier_unittest.cc", |
| 4156 | "cert/multi_threaded_cert_verifier_unittest.cc", |
Matt Mueller | dd8f469 | 2019-11-21 01:09:32 | [diff] [blame] | 4157 | "cert/pem_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4158 | "cert/signed_certificate_timestamp_unittest.cc", |
Emily Stark | d29cdae | 2017-09-16 01:59:34 | [diff] [blame] | 4159 | "cert/symantec_certs_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4160 | "cert/test_root_certs_unittest.cc", |
| 4161 | "cert/x509_cert_types_unittest.cc", |
| 4162 | "cert/x509_certificate_unittest.cc", |
| 4163 | "cert/x509_util_unittest.cc", |
Matthew Denton | 8d91063 | 2019-11-22 23:54:53 | [diff] [blame] | 4164 | "cert_net/cert_net_fetcher_url_request_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4165 | "cookies/canonical_cookie_unittest.cc", |
| 4166 | "cookies/cookie_constants_unittest.cc", |
Chris Mumford | d8ed9f8 | 2018-05-01 15:43:13 | [diff] [blame] | 4167 | "cookies/cookie_deletion_info_unittest.cc", |
Jihwan Marc Kim | 3e132f1 | 2020-05-20 17:33:19 | [diff] [blame] | 4168 | "cookies/cookie_inclusion_status_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4169 | "cookies/cookie_monster_unittest.cc", |
Lily Chen | c6d8e0b7 | 2021-01-27 20:42:55 | [diff] [blame] | 4170 | "cookies/cookie_options_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4171 | "cookies/cookie_util_unittest.cc", |
| 4172 | "cookies/parsed_cookie_unittest.cc", |
Maks Orlovich | 8be0e25 | 2019-12-09 18:35:49 | [diff] [blame] | 4173 | "cookies/site_for_cookies_unittest.cc", |
Maks Orlovich | 87f4f89 | 2020-02-14 22:22:14 | [diff] [blame] | 4174 | "cookies/static_cookie_policy_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4175 | "der/encode_values_unittest.cc", |
| 4176 | "der/input_unittest.cc", |
| 4177 | "der/parse_values_unittest.cc", |
| 4178 | "der/parser_unittest.cc", |
Maks Orlovich | 036fd1f | 2017-08-07 17:51:11 | [diff] [blame] | 4179 | "disk_cache/backend_cleanup_tracker_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4180 | "disk_cache/backend_unittest.cc", |
| 4181 | "disk_cache/blockfile/addr_unittest.cc", |
| 4182 | "disk_cache/blockfile/bitmap_unittest.cc", |
| 4183 | "disk_cache/blockfile/block_files_unittest.cc", |
| 4184 | "disk_cache/blockfile/mapped_file_unittest.cc", |
| 4185 | "disk_cache/blockfile/stats_unittest.cc", |
| 4186 | "disk_cache/blockfile/storage_block_unittest.cc", |
| 4187 | "disk_cache/cache_util_unittest.cc", |
| 4188 | "disk_cache/entry_unittest.cc", |
Maks Orlovich | f378b3a | 2017-10-31 16:27:30 | [diff] [blame] | 4189 | "disk_cache/simple/simple_file_tracker_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4190 | "disk_cache/simple/simple_index_file_unittest.cc", |
| 4191 | "disk_cache/simple/simple_index_unittest.cc", |
| 4192 | "disk_cache/simple/simple_test_util.cc", |
| 4193 | "disk_cache/simple/simple_test_util.h", |
| 4194 | "disk_cache/simple/simple_util_unittest.cc", |
| 4195 | "disk_cache/simple/simple_version_upgrade_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4196 | "extras/sqlite/sqlite_persistent_cookie_store_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4197 | "filter/filter_source_stream_unittest.cc", |
| 4198 | "filter/gzip_source_stream_unittest.cc", |
Ryan Hamilton | 0246af9 | 2019-08-30 19:28:56 | [diff] [blame] | 4199 | "http/alternative_service_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4200 | "http/bidirectional_stream_unittest.cc", |
wangyix | 64ccc57c | 2017-06-01 23:14:16 | [diff] [blame] | 4201 | "http/broken_alternative_services_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4202 | "http/http_auth_cache_unittest.cc", |
| 4203 | "http/http_auth_challenge_tokenizer_unittest.cc", |
| 4204 | "http/http_auth_controller_unittest.cc", |
| 4205 | "http/http_auth_filter_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4206 | "http/http_auth_handler_basic_unittest.cc", |
| 4207 | "http/http_auth_handler_digest_unittest.cc", |
| 4208 | "http/http_auth_handler_factory_unittest.cc", |
| 4209 | "http/http_auth_handler_mock.cc", |
| 4210 | "http/http_auth_handler_mock.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4211 | "http/http_auth_handler_unittest.cc", |
| 4212 | "http/http_auth_multi_round_parse_unittest.cc", |
| 4213 | "http/http_auth_preferences_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4214 | "http/http_auth_unittest.cc", |
| 4215 | "http/http_basic_state_unittest.cc", |
| 4216 | "http/http_byte_range_unittest.cc", |
| 4217 | "http/http_cache_lookup_manager_unittest.cc", |
| 4218 | "http/http_cache_unittest.cc", |
shivanisha | c6582e1 | 2017-07-14 22:18:19 | [diff] [blame] | 4219 | "http/http_cache_writers_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4220 | "http/http_chunked_decoder_unittest.cc", |
| 4221 | "http/http_content_disposition_unittest.cc", |
| 4222 | "http/http_log_util_unittest.cc", |
| 4223 | "http/http_network_layer_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4224 | "http/http_network_transaction_unittest.cc", |
Paul Jensen | 0f49dec | 2017-12-12 23:39:58 | [diff] [blame] | 4225 | "http/http_proxy_client_socket_unittest.cc", |
Matt Menke | 47a8ec13 | 2019-02-09 00:48:39 | [diff] [blame] | 4226 | "http/http_proxy_connect_job_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4227 | "http/http_request_headers_unittest.cc", |
| 4228 | "http/http_response_body_drainer_unittest.cc", |
| 4229 | "http/http_response_headers_unittest.cc", |
| 4230 | "http/http_response_info_unittest.cc", |
| 4231 | "http/http_security_headers_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4232 | "http/http_server_properties_manager_unittest.cc", |
Matt Menke | 60916074 | 2019-08-02 18:47:26 | [diff] [blame] | 4233 | "http/http_server_properties_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4234 | "http/http_status_code_unittest.cc", |
Xida Chen | 9bfe0b6 | 2018-04-24 19:52:21 | [diff] [blame] | 4235 | "http/http_stream_factory_job_controller_unittest.cc", |
| 4236 | "http/http_stream_factory_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4237 | "http/http_stream_parser_unittest.cc", |
Bence Béky | 6b44abf | 2018-04-11 10:32:51 | [diff] [blame] | 4238 | "http/http_stream_request_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4239 | "http/http_util_unittest.cc", |
| 4240 | "http/http_vary_data_unittest.cc", |
| 4241 | "http/mock_allow_http_auth_preferences.cc", |
| 4242 | "http/mock_allow_http_auth_preferences.h", |
Ian Clelland | 7288749 | 2020-04-24 20:33:25 | [diff] [blame] | 4243 | "http/structured_headers_generated_unittest.cc", |
Yutaka Hirano | 7babd26e | 2020-02-12 16:03:21 | [diff] [blame] | 4244 | "http/structured_headers_unittest.cc", |
Yoichi Osato | 4c75c0c | 2020-06-24 08:03:57 | [diff] [blame] | 4245 | "http/test_upload_data_stream_not_allow_http1.cc", |
| 4246 | "http/test_upload_data_stream_not_allow_http1.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4247 | "http/transport_security_persister_unittest.cc", |
| 4248 | "http/transport_security_state_unittest.cc", |
| 4249 | "http/url_security_manager_unittest.cc", |
Yao Xiao | 754da8b4 | 2019-09-13 16:09:33 | [diff] [blame] | 4250 | "http/webfonts_histogram_unittest.cc", |
Victor Vasiliev | 92c06acc | 2018-12-08 10:16:27 | [diff] [blame] | 4251 | "http2/platform/impl/http2_test_helpers_impl.cc", |
| 4252 | "http2/platform/impl/http2_test_helpers_impl.h", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4253 | "log/file_net_log_observer_unittest.cc", |
| 4254 | "log/net_log_capture_mode_unittest.cc", |
| 4255 | "log/net_log_unittest.cc", |
| 4256 | "log/net_log_util_unittest.cc", |
Eric Roman | 45f155c | 2019-07-15 19:47:31 | [diff] [blame] | 4257 | "log/net_log_values_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4258 | "log/trace_net_log_observer_unittest.cc", |
Ken Rockot | 16610e4 | 2020-07-08 05:05:36 | [diff] [blame] | 4259 | "nqe/connectivity_monitor_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4260 | "nqe/effective_connection_type_unittest.cc", |
tbansal | f38471f | 2017-03-04 01:07:04 | [diff] [blame] | 4261 | "nqe/event_creator_unittest.cc", |
Tarun Bansal | cdfa34b | 2017-11-23 05:11:17 | [diff] [blame] | 4262 | "nqe/network_id_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4263 | "nqe/network_qualities_prefs_manager_unittest.cc", |
tbansal | 35bdb0b | 2017-05-04 16:23:33 | [diff] [blame] | 4264 | "nqe/network_quality_estimator_params_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4265 | "nqe/network_quality_estimator_unittest.cc", |
tbansal | 82edab4 | 2017-06-19 05:55:25 | [diff] [blame] | 4266 | "nqe/network_quality_estimator_util_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4267 | "nqe/network_quality_store_unittest.cc", |
| 4268 | "nqe/observation_buffer_unittest.cc", |
tbansal | 180587c | 2017-02-16 15:13:23 | [diff] [blame] | 4269 | "nqe/socket_watcher_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4270 | "nqe/throughput_analyzer_unittest.cc", |
Nicolas Arciniega | d2013f9 | 2020-02-07 23:00:56 | [diff] [blame] | 4271 | "proxy_resolution/configured_proxy_resolution_service_unittest.cc", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 4272 | "proxy_resolution/multi_threaded_proxy_resolver_unittest.cc", |
| 4273 | "proxy_resolution/network_delegate_error_observer_unittest.cc", |
| 4274 | "proxy_resolution/pac_file_decider_unittest.cc", |
| 4275 | "proxy_resolution/pac_file_fetcher_impl_unittest.cc", |
| 4276 | "proxy_resolution/proxy_bypass_rules_unittest.cc", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 4277 | "proxy_resolution/proxy_config_unittest.cc", |
| 4278 | "proxy_resolution/proxy_info_unittest.cc", |
| 4279 | "proxy_resolution/proxy_list_unittest.cc", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 4280 | "quic/bidirectional_stream_quic_impl_unittest.cc", |
| 4281 | "quic/crypto/proof_test_chromium.cc", |
| 4282 | "quic/crypto/proof_verifier_chromium_test.cc", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 4283 | "quic/mock_quic_data.cc", |
| 4284 | "quic/mock_quic_data.h", |
| 4285 | "quic/network_connection_unittest.cc", |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 4286 | "quic/platform/impl/quic_chromium_clock_test.cc", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 4287 | "quic/properties_based_quic_server_info_test.cc", |
| 4288 | "quic/quic_address_mismatch_test.cc", |
| 4289 | "quic/quic_chromium_alarm_factory_test.cc", |
| 4290 | "quic/quic_chromium_client_session_peer.cc", |
| 4291 | "quic/quic_chromium_client_session_peer.h", |
| 4292 | "quic/quic_chromium_client_session_test.cc", |
| 4293 | "quic/quic_chromium_client_stream_test.cc", |
| 4294 | "quic/quic_chromium_connection_helper_test.cc", |
Renjie Tang | c7255f0 | 2020-04-21 21:55:34 | [diff] [blame] | 4295 | "quic/quic_client_session_cache_unittests.cc", |
Ryan Hamilton | a3ee93a7 | 2018-08-01 22:03:08 | [diff] [blame] | 4296 | "quic/quic_clock_skew_detector_test.cc", |
| 4297 | "quic/quic_connectivity_probing_manager_test.cc", |
| 4298 | "quic/quic_end_to_end_unittest.cc", |
| 4299 | "quic/quic_http_stream_test.cc", |
| 4300 | "quic/quic_http_utils_test.cc", |
| 4301 | "quic/quic_network_transaction_unittest.cc", |
| 4302 | "quic/quic_proxy_client_socket_unittest.cc", |
| 4303 | "quic/quic_stream_factory_peer.cc", |
| 4304 | "quic/quic_stream_factory_peer.h", |
| 4305 | "quic/quic_stream_factory_test.cc", |
| 4306 | "quic/quic_test_packet_maker.cc", |
| 4307 | "quic/quic_test_packet_maker.h", |
Victor Vasiliev | 821685a | 2019-12-20 19:37:27 | [diff] [blame] | 4308 | "quic/quic_transport_end_to_end_test.cc", |
Matt Menke | fca05b6 | 2019-09-20 23:15:56 | [diff] [blame] | 4309 | "quic/test_quic_crypto_client_config_handle.cc", |
| 4310 | "quic/test_quic_crypto_client_config_handle.h", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4311 | "socket/client_socket_pool_base_unittest.cc", |
Matt Menke | 073441659 | 2019-03-19 16:34:00 | [diff] [blame] | 4312 | "socket/client_socket_pool_unittest.cc", |
Matt Menke | 3abc57c | 2019-01-10 21:48:42 | [diff] [blame] | 4313 | "socket/connect_job_test_util.cc", |
| 4314 | "socket/connect_job_test_util.h", |
Matt Menke | 977e61b | 2019-01-10 19:36:02 | [diff] [blame] | 4315 | "socket/connect_job_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4316 | "socket/mock_client_socket_pool_manager.cc", |
| 4317 | "socket/mock_client_socket_pool_manager.h", |
| 4318 | "socket/sequenced_socket_data_unittest.cc", |
| 4319 | "socket/socket_bio_adapter_unittest.cc", |
| 4320 | "socket/socket_tag_unittest.cc", |
| 4321 | "socket/socks5_client_socket_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4322 | "socket/socks_client_socket_unittest.cc", |
Matt Menke | f368bedf | 2019-01-16 23:08:57 | [diff] [blame] | 4323 | "socket/socks_connect_job_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4324 | "socket/ssl_client_socket_unittest.cc", |
Matt Menke | 7b505107 | 2019-01-27 21:22:49 | [diff] [blame] | 4325 | "socket/ssl_connect_job_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4326 | "socket/ssl_server_socket_unittest.cc", |
| 4327 | "socket/tcp_client_socket_unittest.cc", |
| 4328 | "socket/tcp_server_socket_unittest.cc", |
| 4329 | "socket/tcp_socket_unittest.cc", |
| 4330 | "socket/transport_client_socket_pool_test_util.cc", |
| 4331 | "socket/transport_client_socket_pool_test_util.h", |
| 4332 | "socket/transport_client_socket_pool_unittest.cc", |
| 4333 | "socket/transport_client_socket_unittest.cc", |
Matt Menke | 3abc57c | 2019-01-10 21:48:42 | [diff] [blame] | 4334 | "socket/transport_connect_job_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4335 | "socket/udp_socket_unittest.cc", |
| 4336 | "socket/websocket_endpoint_lock_manager_unittest.cc", |
| 4337 | "socket/websocket_transport_client_socket_pool_unittest.cc", |
Bence Béky | f4acce6 | 2021-03-11 17:20:14 | [diff] [blame] | 4338 | "spdy/alps_decoder_test.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4339 | "spdy/bidirectional_stream_spdy_impl_unittest.cc", |
| 4340 | "spdy/buffered_spdy_framer_unittest.cc", |
| 4341 | "spdy/fuzzing/hpack_fuzz_util_test.cc", |
| 4342 | "spdy/header_coalescer_test.cc", |
| 4343 | "spdy/http2_priority_dependencies_unittest.cc", |
| 4344 | "spdy/http2_push_promise_index_test.cc", |
| 4345 | "spdy/spdy_buffer_unittest.cc", |
| 4346 | "spdy/spdy_http_stream_unittest.cc", |
| 4347 | "spdy/spdy_http_utils_unittest.cc", |
| 4348 | "spdy/spdy_log_util_unittest.cc", |
| 4349 | "spdy/spdy_network_transaction_unittest.cc", |
| 4350 | "spdy/spdy_proxy_client_socket_unittest.cc", |
| 4351 | "spdy/spdy_read_queue_unittest.cc", |
| 4352 | "spdy/spdy_session_pool_unittest.cc", |
| 4353 | "spdy/spdy_session_test_util.cc", |
| 4354 | "spdy/spdy_session_test_util.h", |
| 4355 | "spdy/spdy_session_unittest.cc", |
| 4356 | "spdy/spdy_stream_test_util.cc", |
| 4357 | "spdy/spdy_stream_test_util.h", |
| 4358 | "spdy/spdy_stream_unittest.cc", |
| 4359 | "spdy/spdy_write_queue_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4360 | "ssl/client_cert_identity_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4361 | "ssl/client_cert_store_unittest-inl.h", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4362 | "ssl/ssl_cipher_suite_names_unittest.cc", |
| 4363 | "ssl/ssl_client_auth_cache_unittest.cc", |
| 4364 | "ssl/ssl_client_session_cache_unittest.cc", |
| 4365 | "ssl/ssl_config_service_unittest.cc", |
| 4366 | "ssl/ssl_config_unittest.cc", |
| 4367 | "ssl/ssl_connection_status_flags_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4368 | "ssl/ssl_platform_key_util_unittest.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4369 | "test/embedded_test_server/embedded_test_server_unittest.cc", |
| 4370 | "test/embedded_test_server/http_request_unittest.cc", |
| 4371 | "test/embedded_test_server/http_response_unittest.cc", |
| 4372 | "test/run_all_unittests.cc", |
Matt Menke | 146062f | 2018-12-04 05:12:06 | [diff] [blame] | 4373 | "third_party/nist-pkits/pkits_testcases-inl.h", |
dalyk | 6b82a025 | 2018-08-22 15:22:38 | [diff] [blame] | 4374 | "third_party/uri_template/uri_template_test.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4375 | "tools/content_decoder_tool/content_decoder_tool.cc", |
| 4376 | "tools/content_decoder_tool/content_decoder_tool.h", |
| 4377 | "tools/content_decoder_tool/content_decoder_tool_unittest.cc", |
| 4378 | "tools/quic/quic_simple_client_test.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4379 | "tools/tld_cleanup/tld_cleanup_util_unittest.cc", |
Tsuyoshi Horo | ec9880b | 2017-09-28 22:25:21 | [diff] [blame] | 4380 | "url_request/redirect_info_unittest.cc", |
Tsuyoshi Horo | 9e2ec4df | 2017-10-16 15:15:55 | [diff] [blame] | 4381 | "url_request/redirect_util_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4382 | "url_request/report_sender_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4383 | "url_request/url_fetcher_impl_unittest.cc", |
| 4384 | "url_request/url_fetcher_response_writer_unittest.cc", |
| 4385 | "url_request/url_request_context_builder_unittest.cc", |
| 4386 | "url_request/url_request_context_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4387 | "url_request/url_request_filter_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4388 | "url_request/url_request_http_job_unittest.cc", |
Matt Menke | a9606a0eb | 2020-09-11 20:36:38 | [diff] [blame] | 4389 | "url_request/url_request_job_factory_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4390 | "url_request/url_request_job_unittest.cc", |
| 4391 | "url_request/url_request_quic_unittest.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4392 | "url_request/url_request_throttler_simulation_unittest.cc", |
| 4393 | "url_request/url_request_throttler_test_support.cc", |
| 4394 | "url_request/url_request_throttler_test_support.h", |
| 4395 | "url_request/url_request_throttler_unittest.cc", |
| 4396 | "url_request/url_request_unittest.cc", |
| 4397 | "url_request/view_cache_helper_unittest.cc", |
| 4398 | ] |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4399 | |
| 4400 | if (is_android) { |
| 4401 | sources += [ |
| 4402 | "android/cellular_signal_strength_unittest.cc", |
| 4403 | "android/dummy_spnego_authenticator.cc", |
| 4404 | "android/dummy_spnego_authenticator.h", |
| 4405 | "android/http_auth_negotiate_android_unittest.cc", |
| 4406 | "android/network_change_notifier_android_unittest.cc", |
| 4407 | "android/network_library_unittest.cc", |
| 4408 | "android/traffic_stats_unittest.cc", |
| 4409 | "cert/cert_verify_proc_android_unittest.cc", |
| 4410 | "proxy_resolution/proxy_config_service_android_unittest.cc", |
| 4411 | "ssl/ssl_platform_key_android_unittest.cc", |
| 4412 | ] |
| 4413 | } |
| 4414 | |
Yuta Hijikata | 101ed2a | 2020-11-18 07:50:39 | [diff] [blame] | 4415 | if (is_chromeos_ash && use_nss_certs) { |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4416 | sources += [ |
| 4417 | "cert/nss_cert_database_chromeos_unittest.cc", |
| 4418 | "cert/nss_profile_filter_chromeos_unittest.cc", |
| 4419 | ] |
| 4420 | } |
| 4421 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 4422 | if (is_linux || is_chromeos) { |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4423 | sources += [ |
| 4424 | "base/address_tracker_linux_unittest.cc", |
| 4425 | "base/network_interfaces_linux_unittest.cc", |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4426 | ] |
Yuta Hijikata | 101ed2a | 2020-11-18 07:50:39 | [diff] [blame] | 4427 | if (!is_chromeos_ash) { |
Matt Menke | aed1c4b0 | 2019-11-01 01:35:04 | [diff] [blame] | 4428 | sources += [ "proxy_resolution/proxy_config_service_linux_unittest.cc" ] |
| 4429 | } |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4430 | } |
| 4431 | |
| 4432 | if (is_mac) { |
| 4433 | sources += [ |
| 4434 | "cert/cert_verify_proc_mac_unittest.cc", |
| 4435 | "cert/internal/trust_store_mac_unittest.cc", |
| 4436 | "cert/x509_util_ios_and_mac_unittest.cc", |
| 4437 | "ssl/client_cert_store_mac_unittest.cc", |
| 4438 | "ssl/ssl_platform_key_mac_unittest.cc", |
| 4439 | ] |
| 4440 | } |
| 4441 | |
| 4442 | if (is_win) { |
| 4443 | sources += [ |
| 4444 | "base/network_change_notifier_win_unittest.cc", |
| 4445 | "base/network_interfaces_win_unittest.cc", |
| 4446 | "http/http_auth_sspi_win_unittest.cc", |
| 4447 | "http/mock_sspi_library_win.cc", |
| 4448 | "http/mock_sspi_library_win.h", |
Eric Roman | 74eb14a | 2020-04-20 19:53:51 | [diff] [blame] | 4449 | "proxy_resolution/win/dhcp_pac_file_adapter_fetcher_win_unittest.cc", |
| 4450 | "proxy_resolution/win/dhcp_pac_file_fetcher_win_unittest.cc", |
| 4451 | "proxy_resolution/win/proxy_config_service_win_unittest.cc", |
Nicolas Arciniega | c672049 | 2020-03-28 02:35:26 | [diff] [blame] | 4452 | "proxy_resolution/win/windows_system_proxy_resolution_service_unittest.cc", |
Nicolas Arciniega | b8d1d88 | 2020-07-29 18:29:00 | [diff] [blame] | 4453 | "proxy_resolution/win/windows_system_proxy_resolver_unittest.cc", |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4454 | "ssl/client_cert_store_win_unittest.cc", |
| 4455 | "ssl/ssl_platform_key_win_unittest.cc", |
| 4456 | ] |
| 4457 | } |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4458 | |
Ryan Sleevi | c2fcac6 | 2017-12-21 16:37:04 | [diff] [blame] | 4459 | configs += [ "//build/config:precompiled_headers" ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4460 | defines = [] |
| 4461 | |
| 4462 | deps = [ |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 4463 | ":extras", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4464 | ":net", |
Nick Harper | e0dfef1a | 2019-07-18 23:38:33 | [diff] [blame] | 4465 | ":preload_decoder", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 4466 | ":quic_test_tools", |
Dan Zhang | b4d098e3 | 2019-05-03 15:29:48 | [diff] [blame] | 4467 | ":quiche_test_tools", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4468 | ":simple_quic_tools", |
Victor Vasiliev | 802b8d0 | 2018-10-19 17:48:17 | [diff] [blame] | 4469 | ":spdy_test_tools", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4470 | ":test_support", |
| 4471 | "//base", |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 4472 | "//base:i18n", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4473 | "//base/third_party/dynamic_annotations", |
Yuta Hijikata | 101ed2a | 2020-11-18 07:50:39 | [diff] [blame] | 4474 | "//build:chromeos_buildflags", |
David Van Cleve | 680ce7d | 2020-02-07 18:04:24 | [diff] [blame] | 4475 | "//components/sqlite_proto", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4476 | "//crypto", |
| 4477 | "//crypto:platform", |
| 4478 | "//crypto:test_support", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4479 | "//net/base/registry_controlled_domains", |
Olle Liljenzin | 67385c52 | 2020-02-04 20:22:06 | [diff] [blame] | 4480 | "//net/base/registry_controlled_domains:lookup_strings_test_sets", |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 4481 | "//net/dns:tests", |
dalyk | 8574431 | 2020-02-18 19:14:03 | [diff] [blame] | 4482 | "//net/dns/public:tests", |
martijn | d369e670 | 2017-03-21 18:36:45 | [diff] [blame] | 4483 | "//net/http:transport_security_state_unittest_data", |
Martijn Croonen | b1383da | 2017-10-11 11:56:35 | [diff] [blame] | 4484 | "//net/http:transport_security_state_unittest_data_default", |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 4485 | "//net/third_party/quiche:quiche_tests", |
Nick Harper | e0dfef1a | 2019-07-18 23:38:33 | [diff] [blame] | 4486 | "//net/tools/huffman_trie:huffman_trie_generator_sources", |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 4487 | "//sql", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4488 | "//testing/gmock", |
| 4489 | "//testing/gtest", |
thomasanderson | 77bec4d | 2017-03-20 07:09:25 | [diff] [blame] | 4490 | "//third_party/protobuf:protobuf_lite", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4491 | "//third_party/zlib", |
| 4492 | "//url", |
Scott Violet | fd6ee11 | 2019-01-10 19:05:32 | [diff] [blame] | 4493 | "//url:buildflags", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4494 | ] |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 4495 | |
Victor Vasiliev | da165f3 | 2020-01-25 22:49:55 | [diff] [blame] | 4496 | allow_circular_includes_from = [ "//net/third_party/quiche:quiche_tests" ] |
| 4497 | |
Helen Li | c51db4c | 2018-06-14 22:05:04 | [diff] [blame] | 4498 | if (enable_websockets) { |
| 4499 | deps += [ "//net/server:tests" ] |
| 4500 | } |
| 4501 | |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 4502 | if (is_posix || is_fuchsia) { |
Eric Orth | 24feb5b | 2018-05-25 19:42:46 | [diff] [blame] | 4503 | sources += [ "socket/udp_socket_posix_unittest.cc" ] |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 4504 | } |
| 4505 | |
Yuta Hijikata | 101ed2a | 2020-11-18 07:50:39 | [diff] [blame] | 4506 | if (is_android || is_chromeos_ash) { |
Clark DuVall | fe37e8e0 | 2019-02-15 02:00:28 | [diff] [blame] | 4507 | sources += [ "base/network_change_notifier_posix_unittest.cc" ] |
| 4508 | } |
| 4509 | |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 4510 | if (enable_reporting) { |
| 4511 | sources += [ |
Matt Menke | c5d1fc8 | 2019-11-04 22:00:58 | [diff] [blame] | 4512 | "extras/sqlite/sqlite_persistent_reporting_and_nel_store_unittest.cc", |
Lily Chen | 6ac29d8 | 2019-04-11 22:26:58 | [diff] [blame] | 4513 | "network_error_logging/mock_persistent_nel_store_unittest.cc", |
Julia Tuttle | 6c949ae | 2017-11-17 16:36:27 | [diff] [blame] | 4514 | "network_error_logging/network_error_logging_service_unittest.cc", |
Lily Chen | 0ada609 | 2019-05-08 00:08:48 | [diff] [blame] | 4515 | "reporting/mock_persistent_reporting_store_unittest.cc", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 4516 | "reporting/reporting_browsing_data_remover_unittest.cc", |
| 4517 | "reporting/reporting_cache_unittest.cc", |
| 4518 | "reporting/reporting_delivery_agent_unittest.cc", |
| 4519 | "reporting/reporting_endpoint_manager_unittest.cc", |
| 4520 | "reporting/reporting_garbage_collector_unittest.cc", |
| 4521 | "reporting/reporting_header_parser_unittest.cc", |
| 4522 | "reporting/reporting_network_change_observer_unittest.cc", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 4523 | "reporting/reporting_service_unittest.cc", |
mmenke | fd9d15c | 2017-06-29 13:45:54 | [diff] [blame] | 4524 | "reporting/reporting_uploader_unittest.cc", |
| 4525 | ] |
| 4526 | } |
| 4527 | |
jbudorick | 944eb92 | 2016-06-20 15:38:30 | [diff] [blame] | 4528 | data = [] |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 4529 | data_deps = [ |
| 4530 | "third_party/nist-pkits/", |
| 4531 | "//testing/buildbot/filters:net_unittests_filters", |
| 4532 | ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4533 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 4534 | if (is_linux || is_chromeos || is_mac || is_win || is_fuchsia) { |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4535 | deps += [ |
Keita Suzuki | 5651259 | 2020-03-06 09:42:48 | [diff] [blame] | 4536 | "//third_party/pywebsocket3/", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4537 | "//third_party/tlslite/", |
| 4538 | ] |
mattm | 6586b43 | 2016-02-12 04:52:39 | [diff] [blame] | 4539 | data_deps += [ |
Keita Suzuki | 5651259 | 2020-03-06 09:42:48 | [diff] [blame] | 4540 | "//third_party/pywebsocket3/", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4541 | "//third_party/tlslite/", |
| 4542 | ] |
| 4543 | data += [ |
| 4544 | "tools/testserver/", |
Keita Suzuki | 5651259 | 2020-03-06 09:42:48 | [diff] [blame] | 4545 | "//third_party/pywebsocket3/src/mod_pywebsocket/", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4546 | "//third_party/tlslite/", |
dpranke | f497c796 | 2015-07-31 19:46:23 | [diff] [blame] | 4547 | ] |
| 4548 | } |
| 4549 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 4550 | if (is_linux || is_chromeos) { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4551 | sources += [ |
Victor Vasiliev | 6bb59d2 | 2019-03-08 21:34:51 | [diff] [blame] | 4552 | "quic/platform/impl/quic_epoll_clock_test.cc", |
| 4553 | "quic/platform/impl/quic_flags_test.cc", |
Rajesh Mahindra | 4380217 | 2018-07-24 20:00:14 | [diff] [blame] | 4554 | "tools/quic/quic_http_proxy_backend_stream_test.cc", |
| 4555 | "tools/quic/quic_http_proxy_backend_test.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4556 | "tools/quic/quic_simple_server_test.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4557 | ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4558 | } |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 4559 | |
Sylvain Defresne | fafffe8 | 2020-07-27 14:16:50 | [diff] [blame] | 4560 | if (is_apple) { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4561 | sources += [ "base/mac/url_conversions_unittest.mm" ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4562 | } |
| 4563 | |
mattm | af868e7 | 2016-09-23 23:25:20 | [diff] [blame] | 4564 | if (is_mac) { |
Robert Sesek | d5a74a80 | 2020-07-01 16:38:08 | [diff] [blame] | 4565 | frameworks = [ "Security.framework" ] |
mattm | af868e7 | 2016-09-23 23:25:20 | [diff] [blame] | 4566 | } |
| 4567 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 4568 | if (!is_win) { |
| 4569 | sources += [ |
zentaro | b89acda4 | 2017-07-14 01:28:57 | [diff] [blame] | 4570 | "http/http_auth_handler_ntlm_portable_unittest.cc", |
zentaro | b7479568 | 2017-07-14 00:58:22 | [diff] [blame] | 4571 | "ntlm/ntlm_buffer_reader_unittest.cc", |
| 4572 | "ntlm/ntlm_buffer_writer_unittest.cc", |
Zentaro Kavanagh | dd55661 | 2017-08-03 20:27:04 | [diff] [blame] | 4573 | "ntlm/ntlm_client_unittest.cc", |
zentaro | b89acda4 | 2017-07-14 01:28:57 | [diff] [blame] | 4574 | "ntlm/ntlm_test_data.h", |
| 4575 | "ntlm/ntlm_unittest.cc", |
zentaro | b7479568 | 2017-07-14 00:58:22 | [diff] [blame] | 4576 | ] |
| 4577 | } |
| 4578 | |
Sergey Ulanov | ec1d3de | 2017-09-19 19:27:47 | [diff] [blame] | 4579 | if (enable_python_utils) { |
| 4580 | sources += [ "test/python_utils_unittest.cc" ] |
| 4581 | } |
| 4582 | |
Sergey Ulanov | 7c0bcaf | 2017-08-28 19:03:26 | [diff] [blame] | 4583 | if (is_fuchsia) { |
| 4584 | use_test_server = true |
Kevin Marshall | 3e89fd7 | 2018-06-05 21:29:10 | [diff] [blame] | 4585 | deps += [ |
Marina Ciocea | c05c3e3 | 2020-12-03 19:36:58 | [diff] [blame] | 4586 | "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.net.interfaces", |
Wez | ba21444 | 2020-02-18 15:28:50 | [diff] [blame] | 4587 | "//third_party/fuchsia-sdk/sdk/pkg/fidl_cpp", |
Kevin Marshall | 3e89fd7 | 2018-06-05 21:29:10 | [diff] [blame] | 4588 | ] |
| 4589 | sources += [ "base/network_change_notifier_fuchsia_unittest.cc" ] |
Chong Gu | 50c8339 | 2021-04-06 23:00:27 | [diff] [blame] | 4590 | additional_manifest_fragments = |
| 4591 | [ "//build/config/fuchsia/test/network_capabilities.test-cmx" ] |
Sergey Ulanov | 7c0bcaf | 2017-08-28 19:03:26 | [diff] [blame] | 4592 | } |
| 4593 | |
Matt Menke | aed1c4b0 | 2019-11-01 01:35:04 | [diff] [blame] | 4594 | if (use_nss_certs) { |
| 4595 | sources += [ |
Pavol Marko | e11ebca | 2019-07-03 07:08:37 | [diff] [blame] | 4596 | "cert/internal/system_trust_store_nss_unittest.cc", |
mattm | 9c63d44 | 2016-09-03 00:45:51 | [diff] [blame] | 4597 | "cert/internal/trust_store_nss_unittest.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4598 | "cert/nss_cert_database_unittest.cc", |
Matt Mueller | 10684c9 | 2017-08-09 07:24:09 | [diff] [blame] | 4599 | "cert/x509_util_nss_unittest.cc", |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 4600 | ] |
Matt Menke | aed1c4b0 | 2019-11-01 01:35:04 | [diff] [blame] | 4601 | if (!is_chromecast) { |
| 4602 | sources += [ |
| 4603 | "ssl/client_cert_store_nss_unittest.cc", |
| 4604 | "ssl/ssl_platform_key_nss_unittest.cc", |
| 4605 | ] |
| 4606 | } |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 4607 | } |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4608 | |
Asanka Herath | 48ddc2d | 2019-06-03 20:31:38 | [diff] [blame] | 4609 | if (use_external_gssapi) { |
Fabrice de Gans-Riberi | 0ab6b07 | 2018-04-20 21:32:58 | [diff] [blame] | 4610 | sources += [ |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4611 | "http/http_auth_gssapi_posix_unittest.cc", |
| 4612 | "http/mock_gssapi_library_posix.cc", |
| 4613 | "http/mock_gssapi_library_posix.h", |
| 4614 | ] |
Asanka Herath | de6cd1606e | 2019-06-09 13:39:14 | [diff] [blame] | 4615 | data_deps += [ |
Asanka Herath | de6cd1606e | 2019-06-09 13:39:14 | [diff] [blame] | 4616 | ":test_badgssapi", |
Zhongyi Shi | c023767 | 2019-12-13 13:07:30 | [diff] [blame] | 4617 | ":test_gssapi", |
Asanka Herath | de6cd1606e | 2019-06-09 13:39:14 | [diff] [blame] | 4618 | ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4619 | } |
Asanka Herath | 48ddc2d | 2019-06-03 20:31:38 | [diff] [blame] | 4620 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 4621 | if (use_kerberos) { |
| 4622 | sources += [ "http/http_auth_handler_negotiate_unittest.cc" ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4623 | } |
| 4624 | |
jbudorick | 1273a84 | 2016-04-01 19:50:05 | [diff] [blame] | 4625 | if (enable_websockets) { |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4626 | sources += [ |
Adam Rice | d4596a8e | 2018-07-13 08:06:17 | [diff] [blame] | 4627 | "websockets/websocket_basic_handshake_stream_test.cc", |
Bence Béky | 7294fc2 | 2018-02-08 14:26:17 | [diff] [blame] | 4628 | "websockets/websocket_basic_stream_adapters_test.cc", |
ckrasic | 73f7240b | 2017-01-24 00:06:45 | [diff] [blame] | 4629 | "websockets/websocket_basic_stream_test.cc", |
| 4630 | "websockets/websocket_channel_test.cc", |
| 4631 | "websockets/websocket_deflate_parameters_test.cc", |
| 4632 | "websockets/websocket_deflate_predictor_impl_test.cc", |
| 4633 | "websockets/websocket_deflate_stream_test.cc", |
| 4634 | "websockets/websocket_deflater_test.cc", |
| 4635 | "websockets/websocket_end_to_end_test.cc", |
| 4636 | "websockets/websocket_errors_test.cc", |
| 4637 | "websockets/websocket_extension_parser_test.cc", |
| 4638 | "websockets/websocket_extension_test.cc", |
| 4639 | "websockets/websocket_frame_parser_test.cc", |
| 4640 | "websockets/websocket_frame_test.cc", |
| 4641 | "websockets/websocket_handshake_challenge_test.cc", |
| 4642 | "websockets/websocket_handshake_stream_create_helper_test.cc", |
| 4643 | "websockets/websocket_inflater_test.cc", |
| 4644 | "websockets/websocket_stream_cookie_test.cc", |
| 4645 | "websockets/websocket_stream_create_test_base.cc", |
| 4646 | "websockets/websocket_stream_create_test_base.h", |
| 4647 | "websockets/websocket_stream_test.cc", |
| 4648 | "websockets/websocket_test_util.cc", |
| 4649 | "websockets/websocket_test_util.h", |
| 4650 | ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4651 | } |
| 4652 | |
Matt Menke | 27e91ae4 | 2019-09-10 16:10:48 | [diff] [blame] | 4653 | if (!disable_file_support) { |
| 4654 | sources += [ |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4655 | "base/directory_lister_unittest.cc", |
Thiago Farina | d673bb12 | 2016-01-06 23:18:16 | [diff] [blame] | 4656 | "base/directory_listing_unittest.cc", |
Matt Menke | 27e91ae4 | 2019-09-10 16:10:48 | [diff] [blame] | 4657 | "test/url_request/url_request_test_job_backed_by_file_unittest.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4658 | ] |
| 4659 | } |
| 4660 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 4661 | if (!disable_ftp_support) { |
| 4662 | sources += [ |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4663 | "ftp/ftp_auth_cache_unittest.cc", |
| 4664 | "ftp/ftp_ctrl_response_buffer_unittest.cc", |
| 4665 | "ftp/ftp_directory_listing_parser_ls_unittest.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4666 | "ftp/ftp_directory_listing_parser_unittest.cc", |
| 4667 | "ftp/ftp_directory_listing_parser_unittest.h", |
| 4668 | "ftp/ftp_directory_listing_parser_vms_unittest.cc", |
| 4669 | "ftp/ftp_directory_listing_parser_windows_unittest.cc", |
| 4670 | "ftp/ftp_network_transaction_unittest.cc", |
| 4671 | "ftp/ftp_util_unittest.cc", |
Justin Tervay | d89ab35 | 2019-06-27 16:00:46 | [diff] [blame] | 4672 | "url_request/url_request_ftp_job_unittest.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4673 | ] |
| 4674 | } |
| 4675 | |
Brad Lassey | d44bd42 | 2018-05-31 22:45:23 | [diff] [blame] | 4676 | if (enable_built_in_dns) { |
| 4677 | sources += [ "url_request/http_with_dns_over_https_unittest.cc" ] |
| 4678 | } |
| 4679 | |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4680 | if (is_ios) { |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4681 | sources -= [ |
| 4682 | # TODO(droger): The following tests are disabled because the |
| 4683 | # implementation is missing or incomplete. |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4684 | "disk_cache/backend_unittest.cc", |
| 4685 | "disk_cache/blockfile/block_files_unittest.cc", |
| 4686 | |
| 4687 | # Need to read input data files. |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4688 | "socket/ssl_server_socket_unittest.cc", |
Victor Vasiliev | 802b8d0 | 2018-10-19 17:48:17 | [diff] [blame] | 4689 | "spdy/fuzzing/hpack_fuzz_util_test.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4690 | |
| 4691 | # Need TestServer. |
Matthew Denton | 8d91063 | 2019-11-22 23:54:53 | [diff] [blame] | 4692 | "cert_net/cert_net_fetcher_url_request_unittest.cc", |
Lily Houghton | 582d462 | 2018-01-22 22:43:40 | [diff] [blame] | 4693 | "proxy_resolution/pac_file_fetcher_impl_unittest.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4694 | "socket/ssl_client_socket_unittest.cc", |
| 4695 | "url_request/url_fetcher_impl_unittest.cc", |
| 4696 | "url_request/url_request_context_builder_unittest.cc", |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4697 | ] |
Matt Menke | cd0f6a4 | 2019-10-30 15:49:43 | [diff] [blame] | 4698 | sources += [ "cert/x509_util_ios_and_mac_unittest.cc" ] |
rsesek | 7d4ab4bc | 2016-07-22 17:35:13 | [diff] [blame] | 4699 | |
| 4700 | bundle_deps = [ ":net_unittests_bundle_data" ] |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4701 | } |
| 4702 | |
Sergey Ulanov | 21dea15 | 2017-09-13 00:50:50 | [diff] [blame] | 4703 | if (enable_unix_sockets) { |
| 4704 | sources += [ |
| 4705 | "socket/unix_domain_client_socket_posix_unittest.cc", |
| 4706 | "socket/unix_domain_server_socket_posix_unittest.cc", |
| 4707 | ] |
| 4708 | } |
| 4709 | |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 4710 | # Use getifaddrs() on POSIX platforms, except Linux and Android. |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 4711 | if (is_posix && !is_linux && !is_chromeos && !is_android) { |
Fabrice de Gans-Riberi | 9fba3aff | 2018-04-12 19:00:48 | [diff] [blame] | 4712 | sources += [ "base/network_interfaces_getifaddrs_unittest.cc" ] |
Sergey Ulanov | 5c33235ae | 2017-07-06 23:55:07 | [diff] [blame] | 4713 | } |
| 4714 | |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 4715 | # Unit tests that aren't supported by the current ICU alternatives on Android. |
| 4716 | if (is_android && use_platform_icu_alternatives) { |
| 4717 | sources -= [ |
| 4718 | "base/filename_util_unittest.cc", |
| 4719 | "base/url_util_unittest.cc", |
| 4720 | "cert/x509_certificate_unittest.cc", |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 4721 | "url_request/url_request_job_unittest.cc", |
| 4722 | ] |
Misha Efimov | 1722162 | 2018-01-30 23:36:02 | [diff] [blame] | 4723 | deps += [ "//url:url_java" ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 4724 | } |
| 4725 | |
| 4726 | # Unit tests that are not supported by the current ICU alternatives on iOS. |
| 4727 | if (is_ios && use_platform_icu_alternatives) { |
| 4728 | sources -= [ |
| 4729 | "base/filename_util_unittest.cc", |
| 4730 | "base/url_util_unittest.cc", |
| 4731 | "cert/x509_certificate_unittest.cc", |
| 4732 | "http/http_auth_handler_basic_unittest.cc", |
| 4733 | "http/http_auth_handler_digest_unittest.cc", |
| 4734 | "http/http_auth_handler_factory_unittest.cc", |
| 4735 | "http/http_auth_unittest.cc", |
| 4736 | "http/http_content_disposition_unittest.cc", |
| 4737 | "http/http_network_transaction_unittest.cc", |
Bence Béky | 94658bf | 2018-05-11 19:22:58 | [diff] [blame] | 4738 | "spdy/spdy_network_transaction_unittest.cc", |
| 4739 | "spdy/spdy_proxy_client_socket_unittest.cc", |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 4740 | "url_request/url_request_job_unittest.cc", |
| 4741 | "url_request/url_request_unittest.cc", |
| 4742 | ] |
| 4743 | } |
| 4744 | |
Matt Menke | 577d3e9 | 2019-10-31 21:17:31 | [diff] [blame] | 4745 | if (!disable_brotli_filter) { |
| 4746 | sources += [ "filter/brotli_source_stream_unittest.cc" ] |
kapishnikov | abe280e | 2016-04-14 19:07:16 | [diff] [blame] | 4747 | } |
| 4748 | |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4749 | if (is_android) { |
agrieve | 732db3a | 2016-04-26 19:18:19 | [diff] [blame] | 4750 | data_deps += [ "//net/tools/testserver:testserver_py" ] |
agrieve | 9717636 | 2015-12-01 16:36:19 | [diff] [blame] | 4751 | deps += [ |
| 4752 | ":net_test_jni_headers", |
agrieve | a5517aa | 2015-10-23 03:03:45 | [diff] [blame] | 4753 | "//base:base_java_unittest_support", |
| 4754 | "//net/android:net_java", |
agrieve | a5517aa | 2015-10-23 03:03:45 | [diff] [blame] | 4755 | "//net/android:net_java_test_support", |
Yipeng Wang | ff2db2d | 2017-06-16 13:54:52 | [diff] [blame] | 4756 | "//net/android:net_java_test_support_provider", |
agrieve | 9717636 | 2015-12-01 16:36:19 | [diff] [blame] | 4757 | "//net/android:net_javatests", |
agrieve | a5517aa | 2015-10-23 03:03:45 | [diff] [blame] | 4758 | "//net/android:net_unittests_apk_resources", |
agrieve | 9717636 | 2015-12-01 16:36:19 | [diff] [blame] | 4759 | |
| 4760 | # TODO(mmenke): This depends on test_support_base, which depends on |
| 4761 | # icu. Figure out a way to remove that dependency. |
| 4762 | "//testing/android/native_test:native_test_native_code", |
agrieve | a5517aa | 2015-10-23 03:03:45 | [diff] [blame] | 4763 | ] |
| 4764 | android_manifest = "//net/android/unittest_support/AndroidManifest.xml" |
Andrew Grieve | b9539df | 2020-06-12 16:27:44 | [diff] [blame] | 4765 | |
Sergey Ulanov | 5bb07d3 | 2017-07-12 04:14:54 | [diff] [blame] | 4766 | sources += [ |
| 4767 | "base/address_tracker_linux_unittest.cc", |
| 4768 | "base/network_interfaces_linux_unittest.cc", |
| 4769 | ] |
agrieve | 3ac557f0 | 2016-04-12 15:52:00 | [diff] [blame] | 4770 | shard_timeout = 300 |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4771 | } |
| 4772 | |
maksim.sisov | c69619d | 2016-05-20 19:23:55 | [diff] [blame] | 4773 | if (is_win) { |
davidben | d6d1e4d | 2017-05-10 16:49:01 | [diff] [blame] | 4774 | libs = [ |
| 4775 | "iphlpapi.lib", |
| 4776 | "ncrypt.lib", |
| 4777 | ] |
maksim.sisov | c69619d | 2016-05-20 19:23:55 | [diff] [blame] | 4778 | } |
davidben | 983d610b | 2016-12-14 19:35:40 | [diff] [blame] | 4779 | |
Matt Mueller | dbc0aa7 | 2019-02-04 22:13:18 | [diff] [blame] | 4780 | if (trial_comparison_cert_verifier_supported) { |
| 4781 | sources += [ "cert/trial_comparison_cert_verifier_unittest.cc" ] |
| 4782 | } |
| 4783 | |
martijn | b9aca9d | 2017-03-31 19:56:15 | [diff] [blame] | 4784 | # Include transport_security_state_generator tests. |
| 4785 | if (host_toolchain == current_toolchain) { |
Mustafa Emre Acer | a7152b86 | 2018-06-14 20:57:47 | [diff] [blame] | 4786 | deps += [ |
| 4787 | "//net/tools/huffman_trie:huffman_trie_generator_test_sources", |
| 4788 | "//net/tools/transport_security_state_generator:transport_security_state_generator_test_sources", |
| 4789 | ] |
martijn | b9aca9d | 2017-03-31 19:56:15 | [diff] [blame] | 4790 | } |
dpranke | 64df283 | 2015-07-31 22:33:36 | [diff] [blame] | 4791 | } |
| 4792 | |
| 4793 | # !is_android && !is_win && !is_mac |
Victor Vasiliev | c0110d7 | 2019-07-21 19:29:46 | [diff] [blame] | 4794 | if (!is_ios) { |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4795 | # TODO(crbug.com/594965): this should be converted to "app" template and |
| 4796 | # enabled on iOS too. |
Stephan Stross | 92fe507e | 2018-05-12 01:47:33 | [diff] [blame] | 4797 | test("net_perftests") { |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4798 | sources = [ |
| 4799 | "base/mime_sniffer_perftest.cc", |
| 4800 | "cookies/cookie_monster_perftest.cc", |
gavinp | c28fe112 | 2016-05-13 17:49:05 | [diff] [blame] | 4801 | "disk_cache/disk_cache_perftest.cc", |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4802 | "extras/sqlite/sqlite_persistent_cookie_store_perftest.cc", |
tfarina | 5dd13c2 | 2016-11-16 12:08:26 | [diff] [blame] | 4803 | "socket/udp_socket_perftest.cc", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 4804 | "url_request/url_request_quic_perftest.cc", |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4805 | ] |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 4806 | |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4807 | deps = [ |
| 4808 | ":extras", |
| 4809 | ":net", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 4810 | ":quic_test_tools", |
| 4811 | ":simple_quic_tools", |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4812 | ":test_support", |
| 4813 | "//base", |
| 4814 | "//base:i18n", |
| 4815 | "//base/test:test_support_perf", |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4816 | "//testing/gtest", |
xunjieli | cc6b1d0 | 2017-06-05 16:51:40 | [diff] [blame] | 4817 | "//testing/perf", |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4818 | "//url", |
| 4819 | ] |
Emily Hanley | 87c264cc | 2018-04-13 17:58:45 | [diff] [blame] | 4820 | data_deps = [ |
xunjieli | 5a86684 | 2017-06-09 18:16:20 | [diff] [blame] | 4821 | # Needed for isolate script to execute. |
Emily Hanley | 87c264cc | 2018-04-13 17:58:45 | [diff] [blame] | 4822 | "//testing:run_perf_test", |
xunjieli | 5a86684 | 2017-06-09 18:16:20 | [diff] [blame] | 4823 | ] |
sdefresne | 3001f17 | 2016-03-16 10:30:03 | [diff] [blame] | 4824 | if (enable_websockets) { |
| 4825 | sources += [ "websockets/websocket_frame_perftest.cc" ] |
| 4826 | } |
Stephan Stross | 92fe507e | 2018-05-12 01:47:33 | [diff] [blame] | 4827 | if (is_win) { |
| 4828 | deps += [ "//build/win:default_exe_manifest" ] |
| 4829 | } |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 4830 | } |
rockot | 9c67e5f | 2015-03-12 20:01:21 | [diff] [blame] | 4831 | } |
mef | ff34b82 | 2016-01-11 15:28:08 | [diff] [blame] | 4832 | |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 4833 | # Fuzzers |
| 4834 | |
mmenke | 35a3001 | 2016-07-15 19:20:12 | [diff] [blame] | 4835 | # This has a global (InitGlobals) that must always be linked in, so |
| 4836 | # must be a source set instead of a static library. |
Max Moroz | c3dc6fc | 2019-08-29 20:04:28 | [diff] [blame] | 4837 | if (use_fuzzing_engine) { |
| 4838 | # fuzzer_test targets are no-op when |use_fuzzing_engine| is false. Fuzzer |
| 4839 | # support targets should be disabled too. |
Max Moroz | cef17a4a7 | 2019-08-29 15:50:37 | [diff] [blame] | 4840 | source_set("net_fuzzer_test_support") { |
| 4841 | testonly = true |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 4842 | |
Max Moroz | cef17a4a7 | 2019-08-29 15:50:37 | [diff] [blame] | 4843 | sources = [ |
| 4844 | "base/fuzzer_test_support.cc", |
| 4845 | "filter/fuzzed_source_stream.cc", |
| 4846 | "filter/fuzzed_source_stream.h", |
| 4847 | "socket/fuzzed_datagram_client_socket.cc", |
| 4848 | "socket/fuzzed_datagram_client_socket.h", |
| 4849 | "socket/fuzzed_server_socket.cc", |
| 4850 | "socket/fuzzed_server_socket.h", |
| 4851 | "socket/fuzzed_socket.cc", |
| 4852 | "socket/fuzzed_socket.h", |
| 4853 | "socket/fuzzed_socket_factory.cc", |
| 4854 | "socket/fuzzed_socket_factory.h", |
| 4855 | "third_party/quiche/src/quic/platform/api/quic_fuzzed_data_provider.h", |
| 4856 | ] |
| 4857 | public_deps = [ |
| 4858 | "//base/test:test_support", |
| 4859 | "//net/dns:fuzzer_test_support", |
| 4860 | ] |
| 4861 | deps = [ |
| 4862 | "//base", |
| 4863 | "//base:i18n", |
| 4864 | "//net", |
| 4865 | ] |
| 4866 | allow_circular_includes_from = [ "//net/dns:fuzzer_test_support" ] |
| 4867 | } |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 4868 | } |
| 4869 | |
Matthew Denton | 29cbe0ee | 2019-03-27 00:10:41 | [diff] [blame] | 4870 | proto_library("disk_cache_lpm_fuzzer_proto") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4871 | sources = [ "disk_cache/disk_cache_fuzzer.proto" ] |
Matthew Denton | 29cbe0ee | 2019-03-27 00:10:41 | [diff] [blame] | 4872 | } |
| 4873 | |
| 4874 | fuzzer_test("disk_cache_lpm_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4875 | sources = [ "disk_cache/disk_cache_fuzzer.cc" ] |
Matthew Denton | 29cbe0ee | 2019-03-27 00:10:41 | [diff] [blame] | 4876 | deps = [ |
| 4877 | ":disk_cache_lpm_fuzzer_proto", |
| 4878 | ":test_support", |
| 4879 | "//base", |
| 4880 | "//net", |
| 4881 | "//third_party/libprotobuf-mutator", |
| 4882 | ] |
| 4883 | } |
| 4884 | |
Daniel McArdle | 72692a1 | 2020-05-11 16:47:16 | [diff] [blame] | 4885 | proto_library("backoff_entry_serializer_fuzzer_input") { |
| 4886 | proto_in_dir = "//" |
| 4887 | sources = [ "base/backoff_entry_serializer_fuzzer_input.proto" ] |
| 4888 | link_deps = [ "//testing/libfuzzer/proto:json_proto" ] |
| 4889 | } |
| 4890 | |
| 4891 | fuzzer_test("net_backoff_entry_serializer_fuzzer") { |
| 4892 | sources = [ "base/backoff_entry_serializer_fuzzer.cc" ] |
| 4893 | deps = [ |
| 4894 | ":backoff_entry_serializer_fuzzer_input", |
| 4895 | ":net_fuzzer_test_support", |
| 4896 | ":test_support", |
| 4897 | "//base", |
| 4898 | "//net", |
| 4899 | "//testing/libfuzzer/proto:json_proto", |
| 4900 | "//testing/libfuzzer/proto:json_proto_converter", |
| 4901 | "//third_party/libprotobuf-mutator", |
| 4902 | ] |
| 4903 | } |
| 4904 | |
Matt Menke | fd637c4 | 2019-10-22 23:17:42 | [diff] [blame] | 4905 | fuzzer_test("net_data_url_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4906 | sources = [ "base/data_url_fuzzer.cc" ] |
csharrison | aa314dc | 2016-04-29 20:15:37 | [diff] [blame] | 4907 | deps = [ |
| 4908 | ":net_fuzzer_test_support", |
| 4909 | ":test_support", |
| 4910 | "//base", |
| 4911 | "//net", |
| 4912 | ] |
Matt Menke | fd637c4 | 2019-10-22 23:17:42 | [diff] [blame] | 4913 | dict = "data/fuzzer_dictionaries/net_data_url_fuzzer.dict" |
Matt Menke | 9efa8d6 | 2019-11-07 23:43:28 | [diff] [blame] | 4914 | |
| 4915 | # IsTokenChar() and ToLowerASCII() are surprisingly slow in instrumented builds. |
| 4916 | libfuzzer_options = [ "max_len=100000" ] |
csharrison | aa314dc | 2016-04-29 20:15:37 | [diff] [blame] | 4917 | } |
| 4918 | |
mmenke | 5552a6a | 2016-03-28 23:11:59 | [diff] [blame] | 4919 | fuzzer_test("net_mime_sniffer_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4920 | sources = [ "base/mime_sniffer_fuzzer.cc" ] |
mmenke | 5552a6a | 2016-03-28 23:11:59 | [diff] [blame] | 4921 | deps = [ |
| 4922 | ":net_fuzzer_test_support", |
| 4923 | "//base", |
| 4924 | "//net", |
| 4925 | ] |
mmoroz | 4a561d3 | 2016-07-07 17:45:12 | [diff] [blame] | 4926 | dict = "data/fuzzer_dictionaries/net_mime_sniffer_fuzzer.dict" |
mmenke | 5552a6a | 2016-03-28 23:11:59 | [diff] [blame] | 4927 | } |
| 4928 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 4929 | fuzzer_test("net_parse_proxy_list_pac_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4930 | sources = [ "proxy_resolution/parse_proxy_list_pac_fuzzer.cc" ] |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4931 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 4932 | ":net_fuzzer_test_support", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4933 | "//net", |
| 4934 | ] |
| 4935 | } |
| 4936 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 4937 | fuzzer_test("net_parse_proxy_list_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4938 | sources = [ "proxy_resolution/parse_proxy_list_fuzzer.cc" ] |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4939 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 4940 | ":net_fuzzer_test_support", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4941 | "//net", |
| 4942 | ] |
| 4943 | } |
| 4944 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 4945 | fuzzer_test("net_parse_proxy_bypass_rules_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4946 | sources = [ "proxy_resolution/parse_proxy_bypass_rules_fuzzer.cc" ] |
Eric Roman | b8522d6 | 2018-03-01 02:53:58 | [diff] [blame] | 4947 | |
| 4948 | libfuzzer_options = [ |
| 4949 | # The proxy bypass rules aren't very complicated, so this is more than |
| 4950 | # enough to explore the grammar. Allowing the length to become too large |
| 4951 | # can result in test timeouts (https://crbug.com/813619). |
| 4952 | "max_len=512", |
| 4953 | ] |
| 4954 | |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4955 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 4956 | ":net_fuzzer_test_support", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4957 | "//net", |
| 4958 | ] |
| 4959 | } |
| 4960 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 4961 | fuzzer_test("net_parse_proxy_rules_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4962 | sources = [ "proxy_resolution/parse_proxy_rules_fuzzer.cc" ] |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4963 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 4964 | ":net_fuzzer_test_support", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4965 | "//net", |
| 4966 | ] |
metzman | 31db75e | 2016-08-03 22:33:27 | [diff] [blame] | 4967 | dict = "data/fuzzer_dictionaries/net_parse_proxy_bypass_rules_fuzzer.dict" |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4968 | } |
| 4969 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 4970 | fuzzer_test("net_get_domain_and_registry_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 4971 | sources = |
| 4972 | [ "base/registry_controlled_domains/get_domain_and_registry_fuzzer.cc" ] |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4973 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 4974 | ":net_fuzzer_test_support", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4975 | "//base", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4976 | "//net", |
| 4977 | ] |
mmoroz | 4a561d3 | 2016-07-07 17:45:12 | [diff] [blame] | 4978 | dict = "data/fuzzer_dictionaries/net_get_domain_and_registry_fuzzer.dict" |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 4979 | } |
| 4980 | |
Olle Liljenzin | d4161ae | 2020-02-12 20:34:45 | [diff] [blame] | 4981 | fuzzer_test("net_lookup_string_in_fixed_set_fuzzer") { |
| 4982 | sources = [ "base/lookup_string_in_fixed_set_fuzzer.cc" ] |
| 4983 | deps = [ |
| 4984 | ":net_fuzzer_test_support", |
| 4985 | "//base", |
| 4986 | "//net", |
| 4987 | "//net/base/registry_controlled_domains:lookup_strings_test_sets", |
| 4988 | ] |
| 4989 | dict = "data/fuzzer_dictionaries/net_get_domain_and_registry_fuzzer.dict" |
| 4990 | } |
| 4991 | |
cfredric | b5d70634 | 2021-02-01 21:05:06 | [diff] [blame] | 4992 | fuzzer_test("net_base_schemeful_site_fuzzer") { |
| 4993 | sources = [ "base/schemeful_site_fuzzer.cc" ] |
| 4994 | deps = [ |
| 4995 | ":net_fuzzer_test_support", |
| 4996 | "//base", |
| 4997 | "//net", |
| 4998 | "//testing/libfuzzer/proto:url_proto", |
| 4999 | "//testing/libfuzzer/proto:url_proto_converter", |
| 5000 | "//third_party/libprotobuf-mutator", |
| 5001 | ] |
| 5002 | } |
| 5003 | |
Matthew Braithwaite | 02f33c867 | 2019-05-14 00:20:29 | [diff] [blame] | 5004 | fuzzer_test("net_cert_ct_decode_signed_certificate_timestamp_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5005 | sources = [ "cert/decode_signed_certificate_timestamp_fuzzer.cc" ] |
Matthew Braithwaite | 02f33c867 | 2019-05-14 00:20:29 | [diff] [blame] | 5006 | deps = [ |
| 5007 | ":net_fuzzer_test_support", |
| 5008 | "//base", |
| 5009 | "//net", |
| 5010 | ] |
| 5011 | } |
| 5012 | |
mattm | afe43b8 | 2016-04-28 20:40:54 | [diff] [blame] | 5013 | fuzzer_test("net_cert_verify_name_match_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5014 | sources = [ "cert/internal/verify_name_match_fuzzer.cc" ] |
mattm | afe43b8 | 2016-04-28 20:40:54 | [diff] [blame] | 5015 | deps = [ |
| 5016 | ":net_fuzzer_test_support", |
| 5017 | "//base", |
| 5018 | "//net", |
| 5019 | ] |
| 5020 | } |
| 5021 | |
mattm | 2c637da4 | 2016-04-28 02:55:59 | [diff] [blame] | 5022 | fuzzer_test("net_cert_normalize_name_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5023 | sources = [ "cert/internal/verify_name_match_normalizename_fuzzer.cc" ] |
mattm | 2c637da4 | 2016-04-28 02:55:59 | [diff] [blame] | 5024 | deps = [ |
| 5025 | "//base", |
| 5026 | "//net", |
| 5027 | ] |
| 5028 | } |
| 5029 | |
mattm | afe43b8 | 2016-04-28 20:40:54 | [diff] [blame] | 5030 | fuzzer_test("net_cert_verify_name_in_subtree_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5031 | sources = [ "cert/internal/verify_name_match_verifynameinsubtree_fuzzer.cc" ] |
mattm | afe43b8 | 2016-04-28 20:40:54 | [diff] [blame] | 5032 | deps = [ |
| 5033 | ":net_fuzzer_test_support", |
| 5034 | "//base", |
| 5035 | "//net", |
| 5036 | ] |
| 5037 | } |
| 5038 | |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 5039 | fuzzer_test("net_cert_crl_parse_crl_certificatelist_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5040 | sources = [ "cert/internal/crl_parse_crl_certificatelist_fuzzer.cc" ] |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 5041 | seed_corpus = "data/fuzzer_data/crl_parse_crl_certificatelist_fuzzer" |
| 5042 | deps = [ |
| 5043 | "//base", |
| 5044 | "//net", |
| 5045 | ] |
| 5046 | } |
| 5047 | |
| 5048 | fuzzer_test("net_cert_crl_parse_crl_tbscertlist_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5049 | sources = [ "cert/internal/crl_parse_crl_tbscertlist_fuzzer.cc" ] |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 5050 | seed_corpus = "data/fuzzer_data/crl_parse_crl_tbscertlist_fuzzer" |
| 5051 | deps = [ |
| 5052 | "//base", |
| 5053 | "//net", |
| 5054 | ] |
| 5055 | } |
| 5056 | |
Matt Mueller | e0065696 | 2019-06-22 00:10:36 | [diff] [blame] | 5057 | fuzzer_test("net_cert_crl_parse_issuing_distribution_point_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5058 | sources = [ "cert/internal/crl_parse_issuing_distribution_point_fuzzer.cc" ] |
Matt Mueller | e0065696 | 2019-06-22 00:10:36 | [diff] [blame] | 5059 | seed_corpus = "data/fuzzer_data/crl_parse_issuing_distribution_point_fuzzer" |
| 5060 | deps = [ |
| 5061 | "//base", |
| 5062 | "//net", |
| 5063 | ] |
| 5064 | } |
| 5065 | |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 5066 | fuzzer_test("net_cert_crl_getcrlstatusforcert_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5067 | sources = [ "cert/internal/crl_getcrlstatusforcert_fuzzer.cc" ] |
Matt Mueller | e39d83d | 2019-06-11 21:25:24 | [diff] [blame] | 5068 | seed_corpus = "data/fuzzer_data/crl_getcrlstatusforcert_fuzzer" |
| 5069 | deps = [ |
| 5070 | "//base", |
| 5071 | "//net", |
| 5072 | ] |
| 5073 | } |
| 5074 | |
Ryan Sleevi | 6cf36b48 | 2019-03-22 00:54:43 | [diff] [blame] | 5075 | fuzzer_test("net_cert_ocsp_parse_ocsp_cert_id_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5076 | sources = [ "cert/internal/ocsp_parse_ocsp_cert_id_fuzzer.cc" ] |
Ryan Sleevi | 6cf36b48 | 2019-03-22 00:54:43 | [diff] [blame] | 5077 | seed_corpus = "data/fuzzer_data/parse_ocsp_cert_id_fuzzer" |
| 5078 | deps = [ |
| 5079 | "//base", |
| 5080 | "//net", |
| 5081 | ] |
| 5082 | } |
| 5083 | |
| 5084 | fuzzer_test("net_cert_ocsp_parse_ocsp_single_response_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5085 | sources = [ "cert/internal/ocsp_parse_ocsp_single_response_fuzzer.cc" ] |
Ryan Sleevi | 6cf36b48 | 2019-03-22 00:54:43 | [diff] [blame] | 5086 | seed_corpus = "data/fuzzer_data/parse_ocsp_single_response_fuzzer" |
| 5087 | deps = [ |
| 5088 | "//base", |
| 5089 | "//net", |
| 5090 | ] |
| 5091 | } |
| 5092 | |
| 5093 | fuzzer_test("net_cert_ocsp_parse_ocsp_response_data_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5094 | sources = [ "cert/internal/ocsp_parse_ocsp_response_data_fuzzer.cc" ] |
Ryan Sleevi | 6cf36b48 | 2019-03-22 00:54:43 | [diff] [blame] | 5095 | seed_corpus = "data/fuzzer_data/parse_ocsp_response_data_fuzzer" |
| 5096 | deps = [ |
| 5097 | "//base", |
| 5098 | "//net", |
| 5099 | ] |
| 5100 | } |
| 5101 | |
| 5102 | fuzzer_test("net_cert_ocsp_parse_ocsp_response_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5103 | sources = [ "cert/internal/ocsp_parse_ocsp_response_fuzzer.cc" ] |
Ryan Sleevi | 6cf36b48 | 2019-03-22 00:54:43 | [diff] [blame] | 5104 | seed_corpus = "data/fuzzer_data/parse_ocsp_response_fuzzer" |
| 5105 | deps = [ |
| 5106 | "//base", |
| 5107 | "//net", |
| 5108 | ] |
| 5109 | } |
| 5110 | |
Matt Mueller | 7793d41 | 2019-11-01 01:43:08 | [diff] [blame] | 5111 | fuzzer_test("net_cert_parse_authority_key_identifier_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5112 | sources = [ "cert/internal/parse_authority_key_identifier_fuzzer.cc" ] |
Matt Mueller | 7793d41 | 2019-11-01 01:43:08 | [diff] [blame] | 5113 | seed_corpus = "data/fuzzer_data/parse_authority_key_identifier_fuzzer" |
| 5114 | deps = [ |
| 5115 | "//base", |
| 5116 | "//net", |
| 5117 | ] |
| 5118 | } |
| 5119 | |
nharper | 85d3b6f | 2016-04-28 20:58:19 | [diff] [blame] | 5120 | fuzzer_test("net_cert_parse_certificate_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5121 | sources = [ "cert/internal/parse_certificate_fuzzer.cc" ] |
nharper | 85d3b6f | 2016-04-28 20:58:19 | [diff] [blame] | 5122 | deps = [ |
| 5123 | "//base", |
| 5124 | "//net", |
| 5125 | ] |
| 5126 | } |
| 5127 | |
Daniel McArdle | 5917890 | 2019-07-02 13:19:01 | [diff] [blame] | 5128 | fuzzer_test("net_canonical_cookie_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5129 | sources = [ "cookies/canonical_cookie_fuzzer.cc" ] |
Daniel McArdle | 5917890 | 2019-07-02 13:19:01 | [diff] [blame] | 5130 | deps = [ |
| 5131 | ":net_fuzzer_test_support", |
| 5132 | "//net", |
| 5133 | ] |
| 5134 | seed_corpus = "data/fuzzer_data/net_canonical_cookie_fuzzer/" |
| 5135 | } |
| 5136 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5137 | fuzzer_test("net_parse_cookie_line_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5138 | sources = [ "cookies/parse_cookie_line_fuzzer.cc" ] |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5139 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5140 | ":net_fuzzer_test_support", |
eroman | e6264fd | 2016-03-02 22:46:30 | [diff] [blame] | 5141 | "//net", |
| 5142 | ] |
| 5143 | } |
| 5144 | |
mmenke | 44e8e9c | 2016-03-29 18:38:57 | [diff] [blame] | 5145 | fuzzer_test("net_http_stream_parser_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5146 | sources = [ "http/http_stream_parser_fuzzer.cc" ] |
mmenke | 44e8e9c | 2016-03-29 18:38:57 | [diff] [blame] | 5147 | deps = [ |
| 5148 | ":net_fuzzer_test_support", |
| 5149 | ":test_support", |
| 5150 | "//base", |
| 5151 | "//net", |
| 5152 | ] |
mmoroz | 4a561d3 | 2016-07-07 17:45:12 | [diff] [blame] | 5153 | dict = "data/fuzzer_dictionaries/net_http_stream_parser_fuzzer.dict" |
mmenke | 44e8e9c | 2016-03-29 18:38:57 | [diff] [blame] | 5154 | } |
| 5155 | |
Jonathan Metzman | 0e5e530f | 2018-10-04 19:29:57 | [diff] [blame] | 5156 | if (!is_win) { |
| 5157 | fuzzer_test("net_ntlm_ntlm_client_fuzzer") { |
| 5158 | sources = [ |
| 5159 | "ntlm/ntlm_client_fuzzer.cc", |
| 5160 | "ntlm/ntlm_test_data.h", |
| 5161 | ] |
| 5162 | deps = [ |
| 5163 | ":net_fuzzer_test_support", |
| 5164 | ":test_support", |
| 5165 | "//base", |
| 5166 | "//net", |
| 5167 | ] |
| 5168 | dict = "data/fuzzer_dictionaries/net_ntlm_ntlm_client_fuzzer.dict" |
| 5169 | seed_corpus = "data/fuzzer_data/ntlm_client_fuzzer/" |
| 5170 | } |
Zentaro Kavanagh | dd55661 | 2017-08-03 20:27:04 | [diff] [blame] | 5171 | } |
| 5172 | |
xunjieli | d5ffeaf | 2016-11-01 15:22:00 | [diff] [blame] | 5173 | if (!disable_brotli_filter) { |
| 5174 | fuzzer_test("net_brotli_source_stream_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5175 | sources = [ "filter/brotli_source_stream_fuzzer.cc" ] |
xunjieli | d5ffeaf | 2016-11-01 15:22:00 | [diff] [blame] | 5176 | deps = [ |
| 5177 | ":net_fuzzer_test_support", |
| 5178 | ":test_support", |
| 5179 | "//base", |
| 5180 | "//net", |
| 5181 | ] |
| 5182 | } |
| 5183 | } |
| 5184 | |
xunjieli | 7583733 | 2016-10-31 16:51:26 | [diff] [blame] | 5185 | fuzzer_test("net_gzip_source_stream_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5186 | sources = [ "filter/gzip_source_stream_fuzzer.cc" ] |
xunjieli | 7583733 | 2016-10-31 16:51:26 | [diff] [blame] | 5187 | deps = [ |
| 5188 | ":net_fuzzer_test_support", |
| 5189 | ":test_support", |
| 5190 | "//base", |
| 5191 | "//net", |
| 5192 | ] |
| 5193 | } |
| 5194 | |
Daniel McArdle | 9309426 | 2019-06-04 22:44:23 | [diff] [blame] | 5195 | fuzzer_test("net_crl_set_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5196 | sources = [ "cert/crl_set_fuzzer.cc" ] |
Daniel McArdle | 9309426 | 2019-06-04 22:44:23 | [diff] [blame] | 5197 | deps = [ |
| 5198 | ":net_fuzzer_test_support", |
| 5199 | ":test_support", |
| 5200 | "//base", |
| 5201 | "//net", |
| 5202 | ] |
| 5203 | seed_corpus = "data/fuzzer_data/net_crl_set_fuzzer/" |
| 5204 | } |
| 5205 | |
Simon Que | 386bf4bc | 2019-04-12 14:54:14 | [diff] [blame] | 5206 | if (!disable_ftp_support) { |
| 5207 | fuzzer_test("net_ftp_ctrl_response_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5208 | sources = [ "ftp/ftp_ctrl_response_fuzzer.cc" ] |
Simon Que | 386bf4bc | 2019-04-12 14:54:14 | [diff] [blame] | 5209 | deps = [ |
| 5210 | ":net_fuzzer_test_support", |
| 5211 | "//base", |
| 5212 | "//net", |
| 5213 | ] |
| 5214 | } |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5215 | |
Simon Que | 386bf4bc | 2019-04-12 14:54:14 | [diff] [blame] | 5216 | fuzzer_test("net_ftp_directory_listing_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5217 | sources = [ "ftp/ftp_directory_listing_fuzzer.cc" ] |
Simon Que | 386bf4bc | 2019-04-12 14:54:14 | [diff] [blame] | 5218 | deps = [ |
| 5219 | ":net_fuzzer_test_support", |
| 5220 | "//base", |
| 5221 | "//net", |
| 5222 | ] |
Eric Roman | 230c1ed | 2019-01-16 00:40:23 | [diff] [blame] | 5223 | |
Simon Que | 386bf4bc | 2019-04-12 14:54:14 | [diff] [blame] | 5224 | # TODO(https://crbug.com/921297): Re-enable once source of timeout is |
| 5225 | # understood (probably just needs to restrict maximum input size). |
| 5226 | additional_configs = [ "//testing/libfuzzer:no_clusterfuzz" ] |
| 5227 | } |
Matt Menke | a08b11a2 | 2019-05-13 17:56:36 | [diff] [blame] | 5228 | |
| 5229 | fuzzer_test("net_url_request_ftp_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5230 | sources = [ "url_request/url_request_ftp_fuzzer.cc" ] |
Matt Menke | a08b11a2 | 2019-05-13 17:56:36 | [diff] [blame] | 5231 | deps = [ |
| 5232 | ":net_fuzzer_test_support", |
| 5233 | ":test_support", |
| 5234 | "//base", |
| 5235 | "//net", |
| 5236 | ] |
| 5237 | dict = "data/fuzzer_dictionaries/net_url_request_ftp_fuzzer.dict" |
| 5238 | seed_corpus = "data/fuzzer_data/net_url_request_ftp_fuzzer/" |
| 5239 | |
| 5240 | # TODO(https://crbug.com/962087): Re-enable once source of timeout is |
| 5241 | # understood (probably just needs to restrict maximum input size). |
| 5242 | additional_configs = [ "//testing/libfuzzer:no_clusterfuzz" ] |
| 5243 | } |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5244 | } |
| 5245 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5246 | fuzzer_test("net_unescape_url_component_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5247 | sources = [ "base/unescape_url_component_fuzzer.cc" ] |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5248 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5249 | ":net_fuzzer_test_support", |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5250 | "//base", |
| 5251 | "//net", |
| 5252 | ] |
Asanka Herath | ca98523 | 2019-10-14 22:51:07 | [diff] [blame] | 5253 | dict = "data/fuzzer_dictionaries/unescape_url_component_fuzzer.dict" |
mmoroz | 062a4a6 | 2016-04-12 09:02:33 | [diff] [blame] | 5254 | libfuzzer_options = [ "max_len = 2048" ] |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5255 | } |
| 5256 | |
ricea | 7b870e7 | 2016-09-01 04:41:04 | [diff] [blame] | 5257 | fuzzer_test("net_websocket_deflate_stream_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5258 | sources = [ "websockets/websocket_deflate_stream_fuzzer.cc" ] |
ricea | 7b870e7 | 2016-09-01 04:41:04 | [diff] [blame] | 5259 | deps = [ |
| 5260 | ":net_fuzzer_test_support", |
| 5261 | "//net", |
| 5262 | ] |
| 5263 | dict = "data/fuzzer_dictionaries/net_websocket_frame_parser_fuzzer.dict" |
| 5264 | libfuzzer_options = [ "max_len=512" ] |
| 5265 | } |
| 5266 | |
ricea | f9dcc09 | 2016-09-13 12:42:00 | [diff] [blame] | 5267 | fuzzer_test("net_websocket_extension_parser_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5268 | sources = [ "websockets/websocket_extension_parser_fuzzer.cc" ] |
ricea | f9dcc09 | 2016-09-13 12:42:00 | [diff] [blame] | 5269 | deps = [ |
| 5270 | ":net_fuzzer_test_support", |
| 5271 | "//net", |
| 5272 | ] |
| 5273 | dict = "data/fuzzer_dictionaries/net_websocket_extension_parser_fuzzer.dict" |
| 5274 | libfuzzer_options = [ "max_len = 256" ] |
| 5275 | } |
| 5276 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5277 | fuzzer_test("net_websocket_frame_parser_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5278 | sources = [ "websockets/websocket_frame_parser_fuzzer.cc" ] |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5279 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5280 | ":net_fuzzer_test_support", |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5281 | "//net", |
| 5282 | ] |
mmoroz | 4a561d3 | 2016-07-07 17:45:12 | [diff] [blame] | 5283 | dict = "data/fuzzer_dictionaries/net_websocket_frame_parser_fuzzer.dict" |
ricea | 105ae61 | 2016-09-08 08:00:07 | [diff] [blame] | 5284 | libfuzzer_options = [ "max_len=256" ] |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5285 | } |
| 5286 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5287 | fuzzer_test("net_http_chunked_decoder_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5288 | sources = [ "http/http_chunked_decoder_fuzzer.cc" ] |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5289 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5290 | ":net_fuzzer_test_support", |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5291 | "//net", |
| 5292 | ] |
Asanka Herath | ca98523 | 2019-10-14 22:51:07 | [diff] [blame] | 5293 | dict = "data/fuzzer_dictionaries/http_chunked_decoder_fuzzer.dict" |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5294 | } |
| 5295 | |
Asanka Herath | e61626d1 | 2019-11-14 19:16:44 | [diff] [blame] | 5296 | fuzzer_test("net_http_auth_handler_basic_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5297 | sources = [ "http/http_auth_handler_basic_fuzzer.cc" ] |
Asanka Herath | e61626d1 | 2019-11-14 19:16:44 | [diff] [blame] | 5298 | dict = "data/fuzzer_dictionaries/net_http_auth_handler_basic_fuzzer.dict" |
| 5299 | deps = [ |
| 5300 | ":net_fuzzer_test_support", |
Eric Orth | af82b49a | 2020-02-01 01:48:50 | [diff] [blame] | 5301 | ":test_support", |
Asanka Herath | e61626d1 | 2019-11-14 19:16:44 | [diff] [blame] | 5302 | "//net", |
Asanka Herath | e61626d1 | 2019-11-14 19:16:44 | [diff] [blame] | 5303 | ] |
| 5304 | } |
| 5305 | |
Asanka Herath | 643b3b0 | 2019-11-14 21:30:49 | [diff] [blame] | 5306 | fuzzer_test("net_http_auth_handler_digest_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5307 | sources = [ "http/http_auth_handler_digest_fuzzer.cc" ] |
Asanka Herath | 643b3b0 | 2019-11-14 21:30:49 | [diff] [blame] | 5308 | dict = "data/fuzzer_dictionaries/net_http_auth_handler_digest_fuzzer.dict" |
| 5309 | deps = [ |
| 5310 | ":net_fuzzer_test_support", |
Eric Orth | af82b49a | 2020-02-01 01:48:50 | [diff] [blame] | 5311 | ":test_support", |
Asanka Herath | 643b3b0 | 2019-11-14 21:30:49 | [diff] [blame] | 5312 | "//net", |
Asanka Herath | 643b3b0 | 2019-11-14 21:30:49 | [diff] [blame] | 5313 | ] |
| 5314 | } |
| 5315 | |
Eric Orth | cb5b742 | 2020-08-13 20:22:41 | [diff] [blame] | 5316 | fuzzer_test("net_http_auth_handler_fuzzer") { |
| 5317 | sources = [ "http/http_auth_handler_fuzzer.cc" ] |
| 5318 | deps = [ |
| 5319 | ":net_fuzzer_test_support", |
| 5320 | ":test_support", |
| 5321 | "//base", |
| 5322 | "//net", |
| 5323 | ] |
| 5324 | } |
| 5325 | |
Asanka Herath | 1b55e89 | 2019-10-14 19:27:39 | [diff] [blame] | 5326 | fuzzer_test("net_http_content_disposition_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5327 | sources = [ "http/http_content_disposition_fuzzer.cc" ] |
Asanka Herath | 1b55e89 | 2019-10-14 19:27:39 | [diff] [blame] | 5328 | dict = "data/fuzzer_dictionaries/net_http_content_disposition_fuzzer.dict" |
| 5329 | deps = [ |
| 5330 | ":net_fuzzer_test_support", |
| 5331 | "//net", |
| 5332 | ] |
| 5333 | } |
| 5334 | |
mmenke | 8e9314bc | 2016-04-15 21:45:02 | [diff] [blame] | 5335 | fuzzer_test("net_http_proxy_client_socket_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5336 | sources = [ "http/http_proxy_client_socket_fuzzer.cc" ] |
mmenke | 8e9314bc | 2016-04-15 21:45:02 | [diff] [blame] | 5337 | deps = [ |
| 5338 | ":net_fuzzer_test_support", |
| 5339 | ":test_support", |
| 5340 | "//base", |
| 5341 | "//net", |
| 5342 | ] |
mmoroz | 4a561d3 | 2016-07-07 17:45:12 | [diff] [blame] | 5343 | dict = "data/fuzzer_dictionaries/net_http_proxy_client_socket_fuzzer.dict" |
mmenke | 8e9314bc | 2016-04-15 21:45:02 | [diff] [blame] | 5344 | } |
| 5345 | |
Yutaka Hirano | 7babd26e | 2020-02-12 16:03:21 | [diff] [blame] | 5346 | fuzzer_test("net_structured_headers_fuzzer") { |
| 5347 | sources = [ "http/structured_headers_fuzzer.cc" ] |
| 5348 | deps = [ |
| 5349 | ":net_fuzzer_test_support", |
| 5350 | ":test_support", |
| 5351 | "//base", |
| 5352 | "//net", |
| 5353 | ] |
| 5354 | seed_corpus = "data/fuzzer_data/structured_headers_corpus" |
| 5355 | } |
| 5356 | |
mmoroz | 9299ef9b | 2016-09-01 17:37:09 | [diff] [blame] | 5357 | fuzzer_test("net_parse_url_hostname_to_address_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5358 | sources = [ "base/parse_url_hostname_to_address_fuzzer.cc" ] |
mmoroz | 9299ef9b | 2016-09-01 17:37:09 | [diff] [blame] | 5359 | deps = [ |
| 5360 | ":net_fuzzer_test_support", |
| 5361 | "//base", |
| 5362 | "//net", |
| 5363 | ] |
| 5364 | libfuzzer_options = [ "max_len=512" ] |
| 5365 | seed_corpus = "data/fuzzer_data/hostnames/" |
| 5366 | } |
| 5367 | |
mmoroz | 565e8df2 | 2016-03-04 18:17:20 | [diff] [blame] | 5368 | fuzzer_test("net_quic_crypto_framer_parse_message_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5369 | sources = [ "quic/quic_crypto_framer_parse_message_fuzzer.cc" ] |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5370 | deps = [ |
eroman | 02b4fe56 | 2016-03-04 12:15:16 | [diff] [blame] | 5371 | ":net_fuzzer_test_support", |
eroman | fe8659e | 2016-03-02 23:47:02 | [diff] [blame] | 5372 | "//base", |
| 5373 | "//net", |
| 5374 | ] |
| 5375 | } |
mmenke | 99b5717 | 2016-04-14 20:44:33 | [diff] [blame] | 5376 | |
btolsch | 7ebfd23c | 2018-11-16 00:05:10 | [diff] [blame] | 5377 | fuzzer_test("net_quic_transport_parameters_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5378 | sources = [ "quic/quic_transport_parameters_fuzzer.cc" ] |
btolsch | 7ebfd23c | 2018-11-16 00:05:10 | [diff] [blame] | 5379 | deps = [ |
| 5380 | ":net_fuzzer_test_support", |
| 5381 | "//base", |
| 5382 | "//net", |
| 5383 | ] |
| 5384 | } |
| 5385 | |
mmenke | 99b5717 | 2016-04-14 20:44:33 | [diff] [blame] | 5386 | fuzzer_test("net_socks_client_socket_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5387 | sources = [ "socket/socks_client_socket_fuzzer.cc" ] |
mmenke | 99b5717 | 2016-04-14 20:44:33 | [diff] [blame] | 5388 | deps = [ |
| 5389 | ":net_fuzzer_test_support", |
| 5390 | ":test_support", |
| 5391 | "//base", |
| 5392 | "//net", |
| 5393 | ] |
| 5394 | } |
| 5395 | |
| 5396 | fuzzer_test("net_socks5_client_socket_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5397 | sources = [ "socket/socks5_client_socket_fuzzer.cc" ] |
mmenke | 99b5717 | 2016-04-14 20:44:33 | [diff] [blame] | 5398 | deps = [ |
| 5399 | ":net_fuzzer_test_support", |
| 5400 | ":test_support", |
| 5401 | "//base", |
| 5402 | "//net", |
| 5403 | ] |
| 5404 | } |
mmenke | c951d41 | 2016-04-28 19:05:22 | [diff] [blame] | 5405 | |
| 5406 | fuzzer_test("net_url_request_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5407 | sources = [ "url_request/url_request_fuzzer.cc" ] |
mmenke | c951d41 | 2016-04-28 19:05:22 | [diff] [blame] | 5408 | deps = [ |
| 5409 | ":net_fuzzer_test_support", |
| 5410 | ":test_support", |
| 5411 | "//base", |
| 5412 | "//net", |
| 5413 | ] |
mmoroz | 4a561d3 | 2016-07-07 17:45:12 | [diff] [blame] | 5414 | dict = "data/fuzzer_dictionaries/net_url_request_fuzzer.dict" |
mmenke | c951d41 | 2016-04-28 19:05:22 | [diff] [blame] | 5415 | } |
csharrison | 88d2a61 | 2016-09-09 16:58:54 | [diff] [blame] | 5416 | |
| 5417 | fuzzer_test("net_auth_challenge_tokenizer_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5418 | sources = [ "http/http_auth_challenge_tokenizer_fuzzer.cc" ] |
csharrison | 88d2a61 | 2016-09-09 16:58:54 | [diff] [blame] | 5419 | deps = [ |
| 5420 | ":net_fuzzer_test_support", |
| 5421 | ":test_support", |
| 5422 | "//base", |
| 5423 | "//net", |
| 5424 | ] |
| 5425 | } |
martijn | db9ad4f | 2016-10-26 18:34:09 | [diff] [blame] | 5426 | |
estark | a57e816 | 2017-04-21 18:01:05 | [diff] [blame] | 5427 | fuzzer_test("net_http_security_headers_expect_ct_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5428 | sources = [ "http/http_security_headers_expect_ct_fuzzer.cc" ] |
estark | a57e816 | 2017-04-21 18:01:05 | [diff] [blame] | 5429 | deps = [ |
| 5430 | ":net_fuzzer_test_support", |
| 5431 | "//base", |
| 5432 | "//net", |
| 5433 | "//url", |
| 5434 | ] |
| 5435 | dict = "data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict" |
| 5436 | seed_corpus = "data/fuzzer_data/http_security_headers/" |
| 5437 | } |
| 5438 | |
martijn | db9ad4f | 2016-10-26 18:34:09 | [diff] [blame] | 5439 | fuzzer_test("net_http_security_headers_hsts_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5440 | sources = [ "http/http_security_headers_hsts_fuzzer.cc" ] |
martijn | db9ad4f | 2016-10-26 18:34:09 | [diff] [blame] | 5441 | deps = [ |
| 5442 | "//base", |
| 5443 | "//net", |
| 5444 | ] |
| 5445 | dict = "data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict" |
estark | a57e816 | 2017-04-21 18:01:05 | [diff] [blame] | 5446 | seed_corpus = "data/fuzzer_data/http_security_headers/" |
martijn | db9ad4f | 2016-10-26 18:34:09 | [diff] [blame] | 5447 | } |
| 5448 | |
martijn | da94079 | 2016-12-29 01:36:51 | [diff] [blame] | 5449 | fuzzer_test("net_http_transport_security_state_static_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5450 | sources = [ "http/transport_security_state_static_fuzzer.cc" ] |
martijn | da94079 | 2016-12-29 01:36:51 | [diff] [blame] | 5451 | deps = [ |
| 5452 | ":net_fuzzer_test_support", |
| 5453 | "//net", |
| 5454 | ] |
| 5455 | dict = |
| 5456 | "data/fuzzer_dictionaries/net_http_transport_security_state_fuzzer.dict" |
| 5457 | } |
| 5458 | |
morlovich | 833190ec | 2017-02-10 16:53:04 | [diff] [blame] | 5459 | fuzzer_test("net_spdy_session_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5460 | sources = [ "spdy/spdy_session_fuzzer.cc" ] |
morlovich | 833190ec | 2017-02-10 16:53:04 | [diff] [blame] | 5461 | deps = [ |
| 5462 | ":net_fuzzer_test_support", |
| 5463 | ":test_support", |
| 5464 | "//base", |
| 5465 | "//net", |
Ryan Hamilton | e3e592e | 2017-11-16 04:49:09 | [diff] [blame] | 5466 | "//net/data/ssl/certificates:generate_fuzzer_cert_includes", |
morlovich | 833190ec | 2017-02-10 16:53:04 | [diff] [blame] | 5467 | ] |
| 5468 | dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" |
| 5469 | seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" |
| 5470 | } |
Patrick Meenan | 6a970137 | 2017-10-03 21:33:41 | [diff] [blame] | 5471 | |
| 5472 | fuzzer_test("net_http2_frame_decoder_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5473 | sources = [ "spdy/fuzzing/http2_frame_decoder_fuzzer.cc" ] |
Patrick Meenan | 6a970137 | 2017-10-03 21:33:41 | [diff] [blame] | 5474 | deps = [ |
| 5475 | ":net_fuzzer_test_support", |
| 5476 | ":test_support", |
| 5477 | "//base", |
| 5478 | "//net", |
| 5479 | ] |
| 5480 | } |
Patrick Meenan | 73b497a | 2017-10-05 22:40:44 | [diff] [blame] | 5481 | |
| 5482 | fuzzer_test("net_hpack_decoder_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5483 | sources = [ "spdy/fuzzing/hpack_decoder_fuzzer.cc" ] |
Patrick Meenan | 73b497a | 2017-10-05 22:40:44 | [diff] [blame] | 5484 | deps = [ |
| 5485 | ":net_fuzzer_test_support", |
| 5486 | ":test_support", |
| 5487 | "//base", |
| 5488 | "//net", |
| 5489 | ] |
| 5490 | } |
Max Moroz | 592f4c6 | 2017-11-01 01:10:32 | [diff] [blame] | 5491 | |
| 5492 | proto_library("reporting_policy_proto") { |
Sky Malice | d0be570 | 2020-01-14 05:10:37 | [diff] [blame] | 5493 | proto_in_dir = "//" |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5494 | sources = [ "reporting/reporting_policy.proto" ] |
Takuto Ikuta | bb2fb35 | 2019-03-06 16:54:19 | [diff] [blame] | 5495 | link_deps = [ "//testing/libfuzzer/proto:json_proto" ] |
Max Moroz | 592f4c6 | 2017-11-01 01:10:32 | [diff] [blame] | 5496 | } |
| 5497 | |
| 5498 | fuzzer_test("net_reporting_header_parser_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5499 | sources = [ "reporting/reporting_header_parser_fuzzer.cc" ] |
Max Moroz | 592f4c6 | 2017-11-01 01:10:32 | [diff] [blame] | 5500 | |
| 5501 | deps = [ |
| 5502 | ":net_fuzzer_test_support", |
| 5503 | ":reporting_policy_proto", |
| 5504 | ":test_support", |
| 5505 | "//base", |
| 5506 | "//net", |
| 5507 | "//testing/libfuzzer/proto:json_proto", |
| 5508 | "//testing/libfuzzer/proto:json_proto_converter", |
| 5509 | "//third_party/libprotobuf-mutator", |
| 5510 | ] |
| 5511 | } |
Ned Williamson | 3d55bbb | 2017-11-07 22:58:13 | [diff] [blame] | 5512 | |
| 5513 | fuzzer_test("net_quic_stream_factory_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5514 | sources = [ "quic/quic_stream_factory_fuzzer.cc" ] |
Ned Williamson | 3d55bbb | 2017-11-07 22:58:13 | [diff] [blame] | 5515 | |
| 5516 | deps = [ |
| 5517 | ":net_fuzzer_test_support", |
| 5518 | ":quic_test_tools", |
| 5519 | ":test_support", |
| 5520 | "//net", |
Ryan Hamilton | e3e592e | 2017-11-16 04:49:09 | [diff] [blame] | 5521 | "//net/data/ssl/certificates:generate_fuzzer_cert_includes", |
Ned Williamson | 3d55bbb | 2017-11-07 22:58:13 | [diff] [blame] | 5522 | ] |
| 5523 | } |
dalyk | 6b82a025 | 2018-08-22 15:22:38 | [diff] [blame] | 5524 | |
| 5525 | fuzzer_test("net_uri_template_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5526 | sources = [ "third_party/uri_template/uri_template_fuzzer.cc" ] |
dalyk | 6b82a025 | 2018-08-22 15:22:38 | [diff] [blame] | 5527 | deps = [ |
| 5528 | ":net_fuzzer_test_support", |
| 5529 | "//base", |
| 5530 | "//net", |
| 5531 | ] |
| 5532 | dict = "data/fuzzer_dictionaries/net_uri_template_fuzzer.dict" |
| 5533 | } |
Victor Vasiliev | 27ca04a | 2019-03-09 01:28:00 | [diff] [blame] | 5534 | |
Sean McAllister | 9c0cdcf | 2020-07-31 16:24:20 | [diff] [blame] | 5535 | if (is_linux || is_chromeos) { |
Daniel McArdle | 9fb8369 | 2019-10-16 13:04:48 | [diff] [blame] | 5536 | fuzzer_test("net_base_address_tracker_linux_fuzzer") { |
Ian Swett | 25d3c3b3 | 2020-01-14 17:51:29 | [diff] [blame] | 5537 | sources = [ "base/address_tracker_linux_fuzzer.cc" ] |
Daniel McArdle | 9fb8369 | 2019-10-16 13:04:48 | [diff] [blame] | 5538 | deps = [ |
| 5539 | ":net_fuzzer_test_support", |
| 5540 | ":test_support", |
| 5541 | "//base", |
| 5542 | "//net", |
| 5543 | ] |
| 5544 | } |
| 5545 | } |