[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 | |
| 5 | import("//build/config/crypto.gni") |
| 6 | import("//build/config/features.gni") |
| 7 | import("//build/config/ui.gni") |
rmcilroy | 5837d33 | 2014-12-17 14:30:58 | [diff] [blame] | 8 | import("//build/module_args/v8.gni") |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 9 | import("//url/config.gni") |
qsr | fb5251d1 | 2015-01-21 15:57:22 | [diff] [blame] | 10 | import("//testing/test.gni") |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 11 | |
[email protected] | 26046b5 | 2014-07-16 00:11:03 | [diff] [blame] | 12 | # TODO(cjhopman): //build/config/android/rules.gni also imports grit_rule.gni. |
| 13 | # Currently, that file can't be imported multiple times. Make this always |
| 14 | # imported when http://crbug.com/393704 is fixed. |
| 15 | if (!is_android) { |
| 16 | import("//tools/grit/grit_rule.gni") |
| 17 | } |
| 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 | |
| 26 | # The list of net files is kept in net.gypi. Read it. |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 27 | gypi_values = exec_script("//build/gypi_to_gn.py", |
| 28 | [ rebase_path("net.gypi") ], |
| 29 | "scope", |
| 30 | [ "net.gypi" ]) |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 31 | |
| 32 | # Disable Kerberos on ChromeOS, Android and iOS, at least for now. It needs |
| 33 | # configuration (krb5.conf and so on). |
| 34 | use_kerberos = !is_chromeos && !is_android && !is_ios |
| 35 | |
| 36 | # The way the cache uses mmap() is inefficient on some Android devices. If |
| 37 | # this flag is set, we hackily avoid using mmap() in the disk cache. We are |
| 38 | # pretty confident that mmap-ing the index would not hurt any existing x86 |
| 39 | # android devices, but we cannot be so sure about the variety of ARM devices. |
| 40 | # So enable it for x86 only for now. |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 41 | posix_avoid_mmap = is_android && current_cpu != "x86" |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 42 | |
| 43 | # WebSockets and socket stream code are used everywhere except iOS. |
| 44 | enable_websockets = !is_ios |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 45 | use_v8_in_net = !is_ios |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 46 | enable_built_in_dns = !is_ios |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 47 | disable_ftp_support = is_ios |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 48 | |
[email protected] | 384dab9 | 2014-06-04 20:26:08 | [diff] [blame] | 49 | declare_args() { |
| 50 | # Disables support for file URLs. File URL support requires use of icu. |
| 51 | disable_file_support = false |
| 52 | } |
[email protected] | 02494ec | 2014-05-07 15:05:29 | [diff] [blame] | 53 | |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 54 | config("net_config") { |
| 55 | defines = [] |
| 56 | if (posix_avoid_mmap) { |
| 57 | defines += [ "POSIX_AVOID_MMAP" ] |
| 58 | } |
[email protected] | 02494ec | 2014-05-07 15:05:29 | [diff] [blame] | 59 | if (disable_file_support) { |
| 60 | defines += [ "DISABLE_FILE_SUPPORT" ] |
| 61 | } |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 62 | } |
| 63 | |
| 64 | component("net") { |
| 65 | sources = |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 66 | gypi_values.net_nacl_common_sources + gypi_values.net_non_nacl_sources |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 67 | |
| 68 | cflags = [] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 69 | defines = [ |
| 70 | # TODO(GYP) Note that he GYP file supports linux_link_kerberos (defaults to |
| 71 | # 0) which implies that we run pkg_config on kerberos and link to that |
| 72 | # rather than setting this define which will dynamically open it. That |
| 73 | # doesn't seem to be set in the regular builds, so we're skipping this |
| 74 | # capability here. |
| 75 | "DLOPEN_KERBEROS", |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 76 | "NET_IMPLEMENTATION", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 77 | ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 78 | |
brettw | d1c719a | 2015-02-19 23:17:04 | [diff] [blame] | 79 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 80 | configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 81 | public_configs = [ ":net_config" ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 82 | include_dirs = [] |
| 83 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 84 | public_deps = [ |
| 85 | "//crypto", |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 86 | "//crypto:platform", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame^] | 87 | "//url", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 88 | ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 89 | deps = [ |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 90 | ":net_resources", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 91 | "//base", |
| 92 | "//base:i18n", |
[email protected] | ad66db1 | 2014-07-10 12:43:47 | [diff] [blame] | 93 | "//base:prefs", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 94 | "//base/third_party/dynamic_annotations", |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 95 | "//net/base/registry_controlled_domains", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 96 | "//sdch", |
| 97 | "//third_party/icu", |
| 98 | "//third_party/zlib", |
| 99 | "//url", |
| 100 | ] |
| 101 | |
| 102 | if (use_kerberos) { |
| 103 | defines += [ "USE_KERBEROS" ] |
| 104 | if (is_android) { |
| 105 | include_dirs += [ "/usr/include/kerberosV" ] |
| 106 | } |
| 107 | } else { |
| 108 | sources -= [ |
| 109 | "http/http_auth_gssapi_posix.cc", |
| 110 | "http/http_auth_gssapi_posix.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 111 | "http/http_auth_handler_negotiate.cc", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 112 | "http/http_auth_handler_negotiate.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 113 | ] |
| 114 | } |
| 115 | |
| 116 | if (is_posix) { |
| 117 | if (posix_avoid_mmap) { |
| 118 | sources -= [ "disk_cache/blockfile/mapped_file_posix.cc" ] |
| 119 | } else { |
| 120 | sources -= [ "disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc" ] |
| 121 | } |
| 122 | } |
| 123 | |
[email protected] | 02494ec | 2014-05-07 15:05:29 | [diff] [blame] | 124 | if (disable_file_support) { |
| 125 | sources -= [ |
| 126 | "base/directory_lister.cc", |
| 127 | "base/directory_lister.h", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 128 | "url_request/file_protocol_handler.cc", |
| 129 | "url_request/file_protocol_handler.h", |
[email protected] | 02494ec | 2014-05-07 15:05:29 | [diff] [blame] | 130 | "url_request/url_request_file_dir_job.cc", |
| 131 | "url_request/url_request_file_dir_job.h", |
| 132 | "url_request/url_request_file_job.cc", |
| 133 | "url_request/url_request_file_job.h", |
[email protected] | 02494ec | 2014-05-07 15:05:29 | [diff] [blame] | 134 | ] |
| 135 | } |
| 136 | |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 137 | if (disable_ftp_support) { |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 138 | sources -= [ |
| 139 | "ftp/ftp_auth_cache.cc", |
| 140 | "ftp/ftp_auth_cache.h", |
| 141 | "ftp/ftp_ctrl_response_buffer.cc", |
| 142 | "ftp/ftp_ctrl_response_buffer.h", |
| 143 | "ftp/ftp_directory_listing_parser.cc", |
| 144 | "ftp/ftp_directory_listing_parser.h", |
| 145 | "ftp/ftp_directory_listing_parser_ls.cc", |
| 146 | "ftp/ftp_directory_listing_parser_ls.h", |
| 147 | "ftp/ftp_directory_listing_parser_netware.cc", |
| 148 | "ftp/ftp_directory_listing_parser_netware.h", |
| 149 | "ftp/ftp_directory_listing_parser_os2.cc", |
| 150 | "ftp/ftp_directory_listing_parser_os2.h", |
| 151 | "ftp/ftp_directory_listing_parser_vms.cc", |
| 152 | "ftp/ftp_directory_listing_parser_vms.h", |
| 153 | "ftp/ftp_directory_listing_parser_windows.cc", |
| 154 | "ftp/ftp_directory_listing_parser_windows.h", |
| 155 | "ftp/ftp_network_layer.cc", |
| 156 | "ftp/ftp_network_layer.h", |
| 157 | "ftp/ftp_network_session.cc", |
| 158 | "ftp/ftp_network_session.h", |
| 159 | "ftp/ftp_network_transaction.cc", |
| 160 | "ftp/ftp_network_transaction.h", |
| 161 | "ftp/ftp_request_info.h", |
| 162 | "ftp/ftp_response_info.cc", |
| 163 | "ftp/ftp_response_info.h", |
| 164 | "ftp/ftp_server_type_histograms.cc", |
| 165 | "ftp/ftp_server_type_histograms.h", |
| 166 | "ftp/ftp_transaction.h", |
| 167 | "ftp/ftp_transaction_factory.h", |
| 168 | "ftp/ftp_util.cc", |
| 169 | "ftp/ftp_util.h", |
| 170 | "url_request/ftp_protocol_handler.cc", |
| 171 | "url_request/ftp_protocol_handler.h", |
| 172 | "url_request/url_request_ftp_job.cc", |
| 173 | "url_request/url_request_ftp_job.h", |
| 174 | ] |
| 175 | } |
| 176 | |
| 177 | if (enable_built_in_dns) { |
| 178 | defines += [ "ENABLE_BUILT_IN_DNS" ] |
| 179 | } else { |
| 180 | sources -= [ |
| 181 | "dns/address_sorter_posix.cc", |
| 182 | "dns/address_sorter_posix.h", |
| 183 | "dns/dns_client.cc", |
| 184 | ] |
| 185 | } |
| 186 | |
| 187 | if (use_openssl) { |
| 188 | sources -= [ |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 189 | "base/nss_memio.c", |
| 190 | "base/nss_memio.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 191 | "cert/ct_log_verifier_nss.cc", |
| 192 | "cert/ct_objects_extractor_nss.cc", |
| 193 | "cert/jwk_serializer_nss.cc", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 194 | "cert/scoped_nss_types.h", |
mukai | 77f8210a | 2014-10-07 16:35:14 | [diff] [blame] | 195 | "cert/test_root_certs_nss.cc", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 196 | "cert/x509_util_nss.cc", |
| 197 | "cert/x509_util_nss.h", |
mukai | 77f8210a | 2014-10-07 16:35:14 | [diff] [blame] | 198 | "ocsp/nss_ocsp.cc", |
| 199 | "ocsp/nss_ocsp.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 200 | "quic/crypto/aead_base_decrypter_nss.cc", |
| 201 | "quic/crypto/aead_base_encrypter_nss.cc", |
| 202 | "quic/crypto/aes_128_gcm_12_decrypter_nss.cc", |
| 203 | "quic/crypto/aes_128_gcm_12_encrypter_nss.cc", |
| 204 | "quic/crypto/chacha20_poly1305_decrypter_nss.cc", |
| 205 | "quic/crypto/chacha20_poly1305_encrypter_nss.cc", |
| 206 | "quic/crypto/channel_id_nss.cc", |
| 207 | "quic/crypto/p256_key_exchange_nss.cc", |
| 208 | "socket/nss_ssl_util.cc", |
| 209 | "socket/nss_ssl_util.h", |
| 210 | "socket/ssl_client_socket_nss.cc", |
| 211 | "socket/ssl_client_socket_nss.h", |
| 212 | "socket/ssl_server_socket_nss.cc", |
| 213 | "socket/ssl_server_socket_nss.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 214 | ] |
[email protected] | 71d94dfce9 | 2014-04-30 16:47:24 | [diff] [blame] | 215 | if (is_chromeos) { |
| 216 | sources -= [ |
| 217 | "cert/nss_cert_database_chromeos.cc", |
| 218 | "cert/nss_cert_database_chromeos.h", |
| 219 | "cert/nss_profile_filter_chromeos.cc", |
| 220 | "cert/nss_profile_filter_chromeos.h", |
| 221 | ] |
| 222 | } |
| 223 | if (is_linux) { |
| 224 | # These are always removed for non-Linux cases below. |
| 225 | sources -= [ |
| 226 | "base/crypto_module_nss.cc", |
| 227 | "base/keygen_handler_nss.cc", |
| 228 | "cert/cert_database_nss.cc", |
| 229 | "cert/nss_cert_database.cc", |
| 230 | "cert/nss_cert_database.h", |
| 231 | "cert/x509_certificate_nss.cc", |
| 232 | "third_party/mozilla_security_manager/nsKeygenHandler.cpp", |
| 233 | "third_party/mozilla_security_manager/nsKeygenHandler.h", |
| 234 | "third_party/mozilla_security_manager/nsNSSCertificateDB.cpp", |
| 235 | "third_party/mozilla_security_manager/nsNSSCertificateDB.h", |
| 236 | "third_party/mozilla_security_manager/nsPKCS12Blob.cpp", |
| 237 | "third_party/mozilla_security_manager/nsPKCS12Blob.h", |
| 238 | ] |
| 239 | } |
| 240 | if (is_ios) { |
| 241 | # Always removed for !ios below. |
| 242 | sources -= [ |
| 243 | "cert/cert_verify_proc_nss.cc", |
| 244 | "cert/cert_verify_proc_nss.h", |
[email protected] | 71d94dfce9 | 2014-04-30 16:47:24 | [diff] [blame] | 245 | ] |
| 246 | } |
davidben | d558741 | 2014-10-30 21:44:16 | [diff] [blame] | 247 | if (is_win) { |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 248 | sources -= [ "cert/sha256_legacy_support_nss_win.cc" ] |
davidben | d558741 | 2014-10-30 21:44:16 | [diff] [blame] | 249 | } |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 250 | } else { |
| 251 | sources -= [ |
| 252 | "base/crypto_module_openssl.cc", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 253 | "cert/ct_log_verifier_openssl.cc", |
| 254 | "cert/ct_objects_extractor_openssl.cc", |
| 255 | "cert/jwk_serializer_openssl.cc", |
| 256 | "cert/x509_util_openssl.cc", |
| 257 | "cert/x509_util_openssl.h", |
| 258 | "quic/crypto/aead_base_decrypter_openssl.cc", |
| 259 | "quic/crypto/aead_base_encrypter_openssl.cc", |
| 260 | "quic/crypto/aes_128_gcm_12_decrypter_openssl.cc", |
| 261 | "quic/crypto/aes_128_gcm_12_encrypter_openssl.cc", |
| 262 | "quic/crypto/chacha20_poly1305_decrypter_openssl.cc", |
| 263 | "quic/crypto/chacha20_poly1305_encrypter_openssl.cc", |
| 264 | "quic/crypto/channel_id_openssl.cc", |
| 265 | "quic/crypto/p256_key_exchange_openssl.cc", |
| 266 | "quic/crypto/scoped_evp_aead_ctx.cc", |
| 267 | "quic/crypto/scoped_evp_aead_ctx.h", |
| 268 | "socket/ssl_client_socket_openssl.cc", |
| 269 | "socket/ssl_client_socket_openssl.h", |
| 270 | "socket/ssl_server_socket_openssl.cc", |
[email protected] | c8a80e9 | 2014-05-17 16:02:08 | [diff] [blame] | 271 | "socket/ssl_server_socket_openssl.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 272 | "socket/ssl_session_cache_openssl.cc", |
| 273 | "socket/ssl_session_cache_openssl.h", |
[email protected] | 97a854f | 2014-07-29 07:51:36 | [diff] [blame] | 274 | "ssl/openssl_platform_key.h", |
| 275 | "ssl/openssl_ssl_util.cc", |
| 276 | "ssl/openssl_ssl_util.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 277 | ] |
[email protected] | 97a854f | 2014-07-29 07:51:36 | [diff] [blame] | 278 | if (is_mac) { |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 279 | sources -= [ "ssl/openssl_platform_key_mac.cc" ] |
[email protected] | 97a854f | 2014-07-29 07:51:36 | [diff] [blame] | 280 | } |
| 281 | if (is_win) { |
| 282 | sources -= [ |
John Abd-El-Malek | 494329e | 2014-11-05 19:06:30 | [diff] [blame] | 283 | "cert/sha256_legacy_support_openssl_win.cc", |
[email protected] | 97a854f | 2014-07-29 07:51:36 | [diff] [blame] | 284 | "ssl/openssl_platform_key_win.cc", |
| 285 | ] |
| 286 | } |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 287 | } |
| 288 | |
| 289 | if (!use_openssl_certs) { |
| 290 | sources -= [ |
isherman | 7e5de44 | 2014-09-25 23:00:18 | [diff] [blame] | 291 | "base/keygen_handler_openssl.cc", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 292 | "base/openssl_private_key_store.h", |
| 293 | "base/openssl_private_key_store_memory.cc", |
| 294 | "cert/cert_database_openssl.cc", |
| 295 | "cert/cert_verify_proc_openssl.cc", |
| 296 | "cert/cert_verify_proc_openssl.h", |
| 297 | "cert/test_root_certs_openssl.cc", |
| 298 | "cert/x509_certificate_openssl.cc", |
| 299 | "ssl/openssl_client_key_store.cc", |
| 300 | "ssl/openssl_client_key_store.h", |
| 301 | ] |
| 302 | if (is_android) { |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 303 | sources -= [ "base/openssl_private_key_store_android.cc" ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 304 | } |
[email protected] | 1ea0175 | 2014-05-23 19:01:46 | [diff] [blame] | 305 | } else if (is_android) { |
| 306 | # Android doesn't use these even when using OpenSSL. |
| 307 | sources -= [ |
| 308 | "base/openssl_private_key_store_memory.cc", |
| 309 | "cert/cert_database_openssl.cc", |
| 310 | "cert/cert_verify_proc_openssl.cc", |
| 311 | "cert/test_root_certs_openssl.cc", |
| 312 | ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 313 | } |
| 314 | |
mukai | 77f8210a | 2014-10-07 16:35:14 | [diff] [blame] | 315 | if (use_glib && !is_chromeos) { |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 316 | configs += [ "//build/config/linux:gconf" ] |
| 317 | deps += [ "//build/config/linux:gio" ] |
| 318 | } |
| 319 | |
| 320 | if (is_linux) { |
| 321 | configs += [ "//build/config/linux:libresolv" ] |
| 322 | } else { |
| 323 | sources -= [ |
| 324 | "base/crypto_module_nss.cc", |
| 325 | "base/keygen_handler_nss.cc", |
| 326 | "cert/cert_database_nss.cc", |
| 327 | "cert/nss_cert_database.cc", |
| 328 | "cert/nss_cert_database.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 329 | "cert/x509_certificate_nss.cc", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 330 | "third_party/mozilla_security_manager/nsKeygenHandler.cpp", |
| 331 | "third_party/mozilla_security_manager/nsKeygenHandler.h", |
| 332 | "third_party/mozilla_security_manager/nsNSSCertificateDB.cpp", |
| 333 | "third_party/mozilla_security_manager/nsNSSCertificateDB.h", |
| 334 | "third_party/mozilla_security_manager/nsPKCS12Blob.cpp", |
| 335 | "third_party/mozilla_security_manager/nsPKCS12Blob.h", |
| 336 | ] |
[email protected] | e8ab691 | 2014-04-21 20:54:51 | [diff] [blame] | 337 | |
mukai | 77f8210a | 2014-10-07 16:35:14 | [diff] [blame] | 338 | if (!is_ios && !use_openssl) { |
[email protected] | e8ab691 | 2014-04-21 20:54:51 | [diff] [blame] | 339 | # These files are part of the partial implementation of NSS on iOS so |
| 340 | # keep them in that case. |
| 341 | sources -= [ |
| 342 | "cert/test_root_certs_nss.cc", |
| 343 | "ocsp/nss_ocsp.cc", |
| 344 | "ocsp/nss_ocsp.h", |
| 345 | ] |
| 346 | } |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 347 | } |
| 348 | |
[email protected] | e8ab691 | 2014-04-21 20:54:51 | [diff] [blame] | 349 | if (!use_nss_certs) { |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 350 | sources -= [ |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 351 | "ssl/client_cert_store_nss.cc", |
| 352 | "ssl/client_cert_store_nss.h", |
| 353 | ] |
[email protected] | e8ab691 | 2014-04-21 20:54:51 | [diff] [blame] | 354 | if (!is_ios) { |
| 355 | # These files are part of the partial implementation of NSS on iOS so |
| 356 | # keep them in that case (even though use_nss_certs is not set). |
| 357 | sources -= [ |
| 358 | "cert/cert_verify_proc_nss.cc", |
| 359 | "cert/cert_verify_proc_nss.h", |
| 360 | ] |
| 361 | } |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 362 | if (is_chromeos) { |
| 363 | # These were already removed on non-ChromeOS. |
| 364 | sources -= [ |
| 365 | "ssl/client_cert_store_chromeos.cc", |
| 366 | "ssl/client_cert_store_chromeos.h", |
| 367 | ] |
| 368 | } |
| 369 | } |
| 370 | |
| 371 | if (!enable_websockets) { |
| 372 | sources -= [ |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 373 | "websockets/websocket_basic_handshake_stream.cc", |
| 374 | "websockets/websocket_basic_handshake_stream.h", |
| 375 | "websockets/websocket_basic_stream.cc", |
| 376 | "websockets/websocket_basic_stream.h", |
| 377 | "websockets/websocket_channel.cc", |
| 378 | "websockets/websocket_channel.h", |
| 379 | "websockets/websocket_deflate_predictor.h", |
| 380 | "websockets/websocket_deflate_predictor_impl.cc", |
| 381 | "websockets/websocket_deflate_predictor_impl.h", |
| 382 | "websockets/websocket_deflate_stream.cc", |
| 383 | "websockets/websocket_deflate_stream.h", |
| 384 | "websockets/websocket_deflater.cc", |
| 385 | "websockets/websocket_deflater.h", |
| 386 | "websockets/websocket_errors.cc", |
| 387 | "websockets/websocket_errors.h", |
| 388 | "websockets/websocket_extension.cc", |
| 389 | "websockets/websocket_extension.h", |
| 390 | "websockets/websocket_extension_parser.cc", |
| 391 | "websockets/websocket_extension_parser.h", |
| 392 | "websockets/websocket_frame.cc", |
| 393 | "websockets/websocket_frame.h", |
| 394 | "websockets/websocket_frame_parser.cc", |
| 395 | "websockets/websocket_frame_parser.h", |
ricea | 11bdcd0 | 2014-11-20 09:57:07 | [diff] [blame] | 396 | "websockets/websocket_handshake_challenge.cc", |
| 397 | "websockets/websocket_handshake_challenge.h", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 398 | "websockets/websocket_handshake_constants.cc", |
| 399 | "websockets/websocket_handshake_constants.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 400 | "websockets/websocket_handshake_request_info.cc", |
| 401 | "websockets/websocket_handshake_request_info.h", |
| 402 | "websockets/websocket_handshake_response_info.cc", |
| 403 | "websockets/websocket_handshake_response_info.h", |
| 404 | "websockets/websocket_handshake_stream_base.h", |
| 405 | "websockets/websocket_handshake_stream_create_helper.cc", |
| 406 | "websockets/websocket_handshake_stream_create_helper.h", |
| 407 | "websockets/websocket_inflater.cc", |
| 408 | "websockets/websocket_inflater.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 409 | "websockets/websocket_mux.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 410 | "websockets/websocket_stream.cc", |
| 411 | "websockets/websocket_stream.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 412 | ] |
| 413 | } |
| 414 | |
| 415 | if (!enable_mdns) { |
| 416 | sources -= [ |
| 417 | "dns/mdns_cache.cc", |
| 418 | "dns/mdns_cache.h", |
| 419 | "dns/mdns_client.cc", |
| 420 | "dns/mdns_client.h", |
| 421 | "dns/mdns_client_impl.cc", |
| 422 | "dns/mdns_client_impl.h", |
| 423 | "dns/record_parsed.cc", |
| 424 | "dns/record_parsed.h", |
| 425 | "dns/record_rdata.cc", |
| 426 | "dns/record_rdata.h", |
| 427 | ] |
| 428 | } |
| 429 | |
| 430 | if (is_win) { |
| 431 | sources -= [ |
| 432 | "http/http_auth_handler_ntlm_portable.cc", |
[email protected] | 2ef2b0e | 2014-07-09 21:12:34 | [diff] [blame] | 433 | "socket/socket_libevent.cc", |
| 434 | "socket/socket_libevent.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 435 | "socket/tcp_socket_libevent.cc", |
| 436 | "socket/tcp_socket_libevent.h", |
| 437 | "udp/udp_socket_libevent.cc", |
| 438 | "udp/udp_socket_libevent.h", |
| 439 | ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 440 | } else { # !is_win |
| 441 | sources -= [ |
| 442 | "base/winsock_init.cc", |
| 443 | "base/winsock_init.h", |
| 444 | "base/winsock_util.cc", |
| 445 | "base/winsock_util.h", |
| 446 | "proxy/proxy_resolver_winhttp.cc", |
| 447 | "proxy/proxy_resolver_winhttp.h", |
| 448 | ] |
| 449 | } |
| 450 | |
| 451 | if (is_mac) { |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 452 | libs = [ |
[email protected] | ab9ce6e | 2014-04-17 20:33:19 | [diff] [blame] | 453 | "Foundation.framework", |
| 454 | "Security.framework", |
| 455 | "SystemConfiguration.framework", |
| 456 | "resolv", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 457 | ] |
| 458 | } |
| 459 | |
| 460 | if (is_ios) { |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 461 | # Add back some sources that were otherwise filtered out. iOS additionally |
| 462 | # doesn't set USE_NSS but needs some of the files. |
| 463 | set_sources_assignment_filter([]) |
| 464 | sources += [ |
guoweis | 7eb7ab5 | 2014-11-14 17:42:56 | [diff] [blame] | 465 | "base/net_util_mac.cc", |
| 466 | "base/net_util_mac.h", |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 467 | "base/network_change_notifier_mac.cc", |
| 468 | "base/network_config_watcher_mac.cc", |
| 469 | "base/platform_mime_util_mac.mm", |
| 470 | "cert/cert_verify_proc_nss.cc", |
| 471 | "cert/cert_verify_proc_nss.h", |
| 472 | "cert/test_root_certs_nss.cc", |
| 473 | "cert/x509_util_nss.cc", |
| 474 | "cert/x509_util_nss.h", |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 475 | "ocsp/nss_ocsp.cc", |
| 476 | "ocsp/nss_ocsp.h", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 477 | "proxy/proxy_resolver_mac.cc", |
| 478 | "proxy/proxy_server_mac.cc", |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 479 | ] |
| 480 | set_sources_assignment_filter(sources_assignment_filter) |
| 481 | |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 482 | sources -= [ "disk_cache/blockfile/file_posix.cc" ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 483 | libs = [ |
[email protected] | ab9ce6e | 2014-04-17 20:33:19 | [diff] [blame] | 484 | "CFNetwork.framework", |
| 485 | "MobileCoreServices.framework", |
| 486 | "Security.framework", |
| 487 | "SystemConfiguration.framework", |
| 488 | "resolv", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 489 | ] |
| 490 | } |
| 491 | |
erikchen | 006a7cf | 2014-12-03 22:27:11 | [diff] [blame] | 492 | if (is_ios || is_mac) { |
| 493 | sources += gypi_values.net_base_mac_ios_sources |
| 494 | } |
| 495 | |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 496 | if (is_android) { |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 497 | # Add some Linux sources that were excluded by the filter, but which |
| 498 | # are needed. |
| 499 | set_sources_assignment_filter([]) |
| 500 | sources += [ |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 501 | "base/address_tracker_linux.cc", |
| 502 | "base/address_tracker_linux.h", |
guoweis | 7eb7ab5 | 2014-11-14 17:42:56 | [diff] [blame] | 503 | "base/net_util_linux.cc", |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 504 | "base/net_util_linux.h", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 505 | "base/platform_mime_util_linux.cc", |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 506 | ] |
| 507 | set_sources_assignment_filter(sources_assignment_filter) |
| 508 | |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 509 | if (!is_android_webview_build) { |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 510 | deps += [ ":net_jni_headers" ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 511 | } |
| 512 | } |
[email protected] | ad66db1 | 2014-07-10 12:43:47 | [diff] [blame] | 513 | |
[email protected] | 85191ed | 2014-05-15 00:41:49 | [diff] [blame] | 514 | if (use_icu_alternatives_on_android) { |
| 515 | deps -= [ |
| 516 | "//base:i18n", |
| 517 | "//third_party/icu", |
| 518 | ] |
| 519 | sources -= [ |
| 520 | "base/filename_util_icu.cc", |
| 521 | "base/net_string_util_icu.cc", |
| 522 | "base/net_util_icu.cc", |
| 523 | ] |
| 524 | sources += [ |
| 525 | "base/net_string_util_icu_alternatives_android.cc", |
| 526 | "base/net_string_util_icu_alternatives_android.h", |
| 527 | ] |
| 528 | } |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 529 | } |
| 530 | |
| 531 | grit("net_resources") { |
| 532 | source = "base/net_resources.grd" |
[email protected] | 7ae5290 | 2014-08-18 22:36:01 | [diff] [blame] | 533 | use_qualified_include = true |
[email protected] | b89c5384 | 2014-07-23 16:32:32 | [diff] [blame] | 534 | outputs = [ |
| 535 | "grit/net_resources.h", |
| 536 | "net_resources.pak", |
| 537 | "net_resources.rc", |
| 538 | ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 539 | } |
| 540 | |
Brett Wilson | 83fd424 | 2014-09-02 19:45:33 | [diff] [blame] | 541 | static_library("extras") { |
mef | 327a8e4 | 2014-08-29 17:10:03 | [diff] [blame] | 542 | sources = gypi_values.net_extras_sources |
| 543 | configs += [ "//build/config/compiler:wexit_time_destructors" ] |
| 544 | deps = [ |
| 545 | ":net", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame^] | 546 | "//base", |
mef | 327a8e4 | 2014-08-29 17:10:03 | [diff] [blame] | 547 | "//sql:sql", |
| 548 | ] |
| 549 | } |
| 550 | |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 551 | static_library("http_server") { |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 552 | sources = [ |
| 553 | "server/http_connection.cc", |
| 554 | "server/http_connection.h", |
| 555 | "server/http_server.cc", |
| 556 | "server/http_server.h", |
| 557 | "server/http_server_request_info.cc", |
| 558 | "server/http_server_request_info.h", |
| 559 | "server/http_server_response_info.cc", |
| 560 | "server/http_server_response_info.h", |
| 561 | "server/web_socket.cc", |
| 562 | "server/web_socket.h", |
dgozman | a6e7009 | 2014-12-12 14:46:21 | [diff] [blame] | 563 | "server/web_socket_encoder.cc", |
| 564 | "server/web_socket_encoder.h", |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 565 | ] |
jam | bc6cc8e | 2014-11-14 17:56:29 | [diff] [blame] | 566 | configs += [ |
brettw | d1c719a | 2015-02-19 23:17:04 | [diff] [blame] | 567 | "//build/config/compiler:no_size_t_to_int_warning", |
jam | bc6cc8e | 2014-11-14 17:56:29 | [diff] [blame] | 568 | "//build/config/compiler:wexit_time_destructors", |
jam | bc6cc8e | 2014-11-14 17:56:29 | [diff] [blame] | 569 | ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 570 | deps = [ |
| 571 | ":net", |
| 572 | "//base", |
| 573 | ] |
| 574 | } |
| 575 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 576 | executable("dump_cache") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 577 | testonly = true |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 578 | sources = [ |
| 579 | "tools/dump_cache/cache_dumper.cc", |
| 580 | "tools/dump_cache/cache_dumper.h", |
| 581 | "tools/dump_cache/dump_cache.cc", |
| 582 | "tools/dump_cache/dump_files.cc", |
| 583 | "tools/dump_cache/dump_files.h", |
| 584 | "tools/dump_cache/simple_cache_dumper.cc", |
| 585 | "tools/dump_cache/simple_cache_dumper.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 586 | "tools/dump_cache/url_to_filename_encoder.cc", |
| 587 | "tools/dump_cache/url_to_filename_encoder.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 588 | "tools/dump_cache/url_utilities.cc", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 589 | "tools/dump_cache/url_utilities.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 590 | ] |
[email protected] | 4625ade | 2014-04-15 19:26:44 | [diff] [blame] | 591 | |
brettw | d1c719a | 2015-02-19 23:17:04 | [diff] [blame] | 592 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 593 | configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 594 | |
| 595 | deps = [ |
| 596 | "//base", |
| 597 | ":net", |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 598 | ":test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 599 | ] |
| 600 | } |
| 601 | |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 602 | source_set("test_support") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 603 | testonly = true |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 604 | sources = [ |
mmenke | 9e4ea8fe | 2014-11-19 23:12:30 | [diff] [blame] | 605 | "base/captured_net_log_entry.cc", |
| 606 | "base/captured_net_log_entry.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 607 | "base/capturing_net_log.cc", |
| 608 | "base/capturing_net_log.h", |
mmenke | 9e4ea8fe | 2014-11-19 23:12:30 | [diff] [blame] | 609 | "base/capturing_net_log_observer.cc", |
| 610 | "base/capturing_net_log_observer.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 611 | "base/load_timing_info_test_util.cc", |
| 612 | "base/load_timing_info_test_util.h", |
| 613 | "base/mock_file_stream.cc", |
| 614 | "base/mock_file_stream.h", |
| 615 | "base/test_completion_callback.cc", |
| 616 | "base/test_completion_callback.h", |
| 617 | "base/test_data_directory.cc", |
| 618 | "base/test_data_directory.h", |
| 619 | "cert/mock_cert_verifier.cc", |
| 620 | "cert/mock_cert_verifier.h", |
| 621 | "cookies/cookie_monster_store_test.cc", |
| 622 | "cookies/cookie_monster_store_test.h", |
| 623 | "cookies/cookie_store_test_callbacks.cc", |
| 624 | "cookies/cookie_store_test_callbacks.h", |
| 625 | "cookies/cookie_store_test_helpers.cc", |
| 626 | "cookies/cookie_store_test_helpers.h", |
| 627 | "disk_cache/disk_cache_test_base.cc", |
| 628 | "disk_cache/disk_cache_test_base.h", |
| 629 | "disk_cache/disk_cache_test_util.cc", |
| 630 | "disk_cache/disk_cache_test_util.h", |
| 631 | "dns/dns_test_util.cc", |
| 632 | "dns/dns_test_util.h", |
| 633 | "dns/mock_host_resolver.cc", |
| 634 | "dns/mock_host_resolver.h", |
| 635 | "dns/mock_mdns_socket_factory.cc", |
| 636 | "dns/mock_mdns_socket_factory.h", |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 637 | "http/http_transaction_test_util.cc", |
| 638 | "http/http_transaction_test_util.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 639 | "proxy/mock_proxy_resolver.cc", |
| 640 | "proxy/mock_proxy_resolver.h", |
| 641 | "proxy/mock_proxy_script_fetcher.cc", |
| 642 | "proxy/mock_proxy_script_fetcher.h", |
| 643 | "proxy/proxy_config_service_common_unittest.cc", |
| 644 | "proxy/proxy_config_service_common_unittest.h", |
| 645 | "socket/socket_test_util.cc", |
| 646 | "socket/socket_test_util.h", |
| 647 | "test/cert_test_util.cc", |
| 648 | "test/cert_test_util.h", |
[email protected] | 83e1ae3 | 2014-07-18 10:57:07 | [diff] [blame] | 649 | "test/cert_test_util_nss.cc", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 650 | "test/ct_test_util.cc", |
| 651 | "test/ct_test_util.h", |
| 652 | "test/embedded_test_server/embedded_test_server.cc", |
| 653 | "test/embedded_test_server/embedded_test_server.h", |
| 654 | "test/embedded_test_server/http_connection.cc", |
| 655 | "test/embedded_test_server/http_connection.h", |
| 656 | "test/embedded_test_server/http_request.cc", |
| 657 | "test/embedded_test_server/http_request.h", |
| 658 | "test/embedded_test_server/http_response.cc", |
| 659 | "test/embedded_test_server/http_response.h", |
| 660 | "test/net_test_suite.cc", |
| 661 | "test/net_test_suite.h", |
| 662 | "test/python_utils.cc", |
| 663 | "test/python_utils.h", |
| 664 | "test/spawned_test_server/base_test_server.cc", |
| 665 | "test/spawned_test_server/base_test_server.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 666 | "test/spawned_test_server/local_test_server.cc", |
| 667 | "test/spawned_test_server/local_test_server.h", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 668 | "test/spawned_test_server/local_test_server_posix.cc", |
| 669 | "test/spawned_test_server/local_test_server_win.cc", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 670 | "test/spawned_test_server/remote_test_server.cc", |
| 671 | "test/spawned_test_server/remote_test_server.h", |
| 672 | "test/spawned_test_server/spawned_test_server.h", |
| 673 | "test/spawned_test_server/spawner_communicator.cc", |
| 674 | "test/spawned_test_server/spawner_communicator.h", |
Brett Wilson | 32ce17a | 2014-11-10 17:45:30 | [diff] [blame] | 675 | "test/url_request/url_request_failed_job.cc", |
| 676 | "test/url_request/url_request_failed_job.h", |
mef | 3e826cf | 2014-12-13 18:40:40 | [diff] [blame] | 677 | "test/url_request/url_request_mock_data_job.cc", |
| 678 | "test/url_request/url_request_mock_data_job.h", |
Brett Wilson | 32ce17a | 2014-11-10 17:45:30 | [diff] [blame] | 679 | "test/url_request/url_request_mock_http_job.cc", |
| 680 | "test/url_request/url_request_mock_http_job.h", |
jam | 8e45cd7 | 2015-01-20 16:33:44 | [diff] [blame] | 681 | "test/url_request/url_request_slow_download_job.cc", |
| 682 | "test/url_request/url_request_slow_download_job.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 683 | "url_request/test_url_fetcher_factory.cc", |
| 684 | "url_request/test_url_fetcher_factory.h", |
tommycli | eaae5d9 | 2014-09-09 06:03:47 | [diff] [blame] | 685 | "url_request/test_url_request_interceptor.cc", |
| 686 | "url_request/test_url_request_interceptor.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 687 | "url_request/url_request_test_util.cc", |
| 688 | "url_request/url_request_test_util.h", |
| 689 | ] |
| 690 | |
brettw | d1c719a | 2015-02-19 23:17:04 | [diff] [blame] | 691 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 692 | configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 693 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 694 | public_deps = [ |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 695 | "//base", |
| 696 | "//base/test:test_support", |
[email protected] | 22fe91d | 2014-08-12 17:07:12 | [diff] [blame] | 697 | "//crypto", |
[email protected] | 59ff2d4 | 2014-04-22 22:25:23 | [diff] [blame] | 698 | "//net", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 699 | "//net/tools/tld_cleanup", |
| 700 | "//testing/gmock", |
| 701 | "//testing/gtest", |
| 702 | "//url", |
| 703 | ] |
| 704 | |
davidben | 15d69d48 | 2014-09-29 18:24:08 | [diff] [blame] | 705 | if (!use_openssl && (use_nss_certs || is_ios)) { |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 706 | public_deps += [ "//crypto:platform" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 707 | } |
| 708 | |
| 709 | if (!is_android) { |
| 710 | sources -= [ |
| 711 | "test/spawned_test_server/remote_test_server.cc", |
| 712 | "test/spawned_test_server/remote_test_server.h", |
| 713 | "test/spawned_test_server/spawner_communicator.cc", |
| 714 | "test/spawned_test_server/spawner_communicator.h", |
| 715 | ] |
| 716 | } |
| 717 | |
| 718 | if (use_v8_in_net) { |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 719 | public_deps += [ ":net_with_v8" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 720 | } |
| 721 | |
| 722 | if (!enable_mdns) { |
| 723 | sources -= [ |
| 724 | "dns/mock_mdns_socket_factory.cc", |
| 725 | "dns/mock_mdns_socket_factory.h", |
| 726 | ] |
| 727 | } |
| 728 | |
davidben | 15d69d48 | 2014-09-29 18:24:08 | [diff] [blame] | 729 | if (!use_nss_certs) { |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 730 | sources -= [ "test/cert_test_util_nss.cc" ] |
[email protected] | 83e1ae3 | 2014-07-18 10:57:07 | [diff] [blame] | 731 | } |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 732 | } |
| 733 | |
[email protected] | ceeaac79 | 2014-06-25 05:14:43 | [diff] [blame] | 734 | source_set("balsa") { |
| 735 | sources = [ |
| 736 | "tools/balsa/balsa_enums.h", |
| 737 | "tools/balsa/balsa_frame.cc", |
| 738 | "tools/balsa/balsa_frame.h", |
| 739 | "tools/balsa/balsa_headers.cc", |
| 740 | "tools/balsa/balsa_headers.h", |
| 741 | "tools/balsa/balsa_headers_token_utils.cc", |
| 742 | "tools/balsa/balsa_headers_token_utils.h", |
| 743 | "tools/balsa/balsa_visitor_interface.h", |
| 744 | "tools/balsa/http_message_constants.cc", |
| 745 | "tools/balsa/http_message_constants.h", |
| 746 | "tools/balsa/noop_balsa_visitor.h", |
| 747 | "tools/balsa/simple_buffer.cc", |
| 748 | "tools/balsa/simple_buffer.h", |
| 749 | "tools/balsa/split.cc", |
| 750 | "tools/balsa/split.h", |
| 751 | "tools/balsa/string_piece_utils.h", |
| 752 | "tools/quic/spdy_utils.cc", |
| 753 | "tools/quic/spdy_utils.h", |
| 754 | ] |
| 755 | deps = [ |
| 756 | ":net", |
| 757 | "//base", |
[email protected] | 22fe91d | 2014-08-12 17:07:12 | [diff] [blame] | 758 | "//url", |
[email protected] | ceeaac79 | 2014-06-25 05:14:43 | [diff] [blame] | 759 | ] |
| 760 | } |
| 761 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 762 | if (use_v8_in_net) { |
| 763 | component("net_with_v8") { |
| 764 | sources = [ |
| 765 | "proxy/proxy_resolver_v8.cc", |
| 766 | "proxy/proxy_resolver_v8.h", |
| 767 | "proxy/proxy_resolver_v8_tracing.cc", |
| 768 | "proxy/proxy_resolver_v8_tracing.h", |
| 769 | "proxy/proxy_service_v8.cc", |
| 770 | "proxy/proxy_service_v8.h", |
| 771 | ] |
| 772 | |
| 773 | defines = [ "NET_IMPLEMENTATION" ] |
| 774 | configs += [ |
brettw | d1c719a | 2015-02-19 23:17:04 | [diff] [blame] | 775 | "//build/config/compiler:no_size_t_to_int_warning", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 776 | "//build/config/compiler:wexit_time_destructors", |
| 777 | ] |
| 778 | |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 779 | public_deps = [ |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 780 | ":net", |
Brett Wilson | e5389527 | 2014-09-23 23:41:46 | [diff] [blame] | 781 | ] |
| 782 | deps = [ |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 783 | "//base", |
| 784 | "//gin", |
| 785 | "//url", |
| 786 | "//v8", |
| 787 | ] |
| 788 | } |
| 789 | } |
| 790 | |
amistry | 7e6ebfdc8 | 2015-02-13 04:19:11 | [diff] [blame] | 791 | if (use_v8_in_net && !is_android) { |
| 792 | source_set("net_browser_services") { |
| 793 | sources = [ |
| 794 | "dns/mojo_host_resolver_impl.cc", |
| 795 | "dns/mojo_host_resolver_impl.h", |
| 796 | ] |
| 797 | |
| 798 | public_deps = [ |
| 799 | ":mojo_type_converters", |
| 800 | ":net", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame^] | 801 | "//base", |
amistry | 7e6ebfdc8 | 2015-02-13 04:19:11 | [diff] [blame] | 802 | "//net/interfaces", |
| 803 | "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 804 | ] |
| 805 | } |
| 806 | |
| 807 | source_set("mojo_type_converters") { |
| 808 | sources = [ |
| 809 | "dns/mojo_type_converters.cc", |
| 810 | "dns/mojo_type_converters.h", |
| 811 | ] |
| 812 | |
| 813 | public_deps = [ |
| 814 | ":net", |
| 815 | "//net/interfaces", |
| 816 | "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 817 | ] |
| 818 | } |
| 819 | } |
| 820 | |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 821 | if (!is_ios && !is_android) { |
| 822 | executable("crash_cache") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 823 | testonly = true |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 824 | sources = [ |
| 825 | "tools/crash_cache/crash_cache.cc", |
| 826 | ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 827 | |
brettw | d1c719a | 2015-02-19 23:17:04 | [diff] [blame] | 828 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 829 | configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 830 | deps = [ |
| 831 | ":net", |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 832 | ":test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 833 | "//base", |
| 834 | ] |
| 835 | } |
| 836 | |
| 837 | executable("crl_set_dump") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 838 | testonly = true |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 839 | sources = [ |
| 840 | "tools/crl_set_dump/crl_set_dump.cc", |
| 841 | ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 842 | |
brettw | d1c719a | 2015-02-19 23:17:04 | [diff] [blame] | 843 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 844 | configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 845 | deps = [ |
| 846 | ":net", |
| 847 | "//base", |
| 848 | ] |
| 849 | } |
| 850 | |
| 851 | executable("dns_fuzz_stub") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 852 | testonly = true |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 853 | sources = [ |
| 854 | "tools/dns_fuzz_stub/dns_fuzz_stub.cc", |
| 855 | ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 856 | |
brettw | d1c719a | 2015-02-19 23:17:04 | [diff] [blame] | 857 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 858 | configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 859 | deps = [ |
| 860 | ":net", |
| 861 | "//base", |
| 862 | ] |
| 863 | } |
| 864 | |
| 865 | executable("gdig") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 866 | testonly = true |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 867 | sources = [ |
| 868 | "tools/gdig/file_net_log.cc", |
| 869 | "tools/gdig/gdig.cc", |
| 870 | ] |
| 871 | deps = [ |
| 872 | ":net", |
| 873 | "//base", |
| 874 | ] |
| 875 | } |
| 876 | |
| 877 | executable("get_server_time") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 878 | testonly = true |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 879 | sources = [ |
| 880 | "tools/get_server_time/get_server_time.cc", |
| 881 | ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 882 | |
brettw | d1c719a | 2015-02-19 23:17:04 | [diff] [blame] | 883 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 884 | configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 885 | deps = [ |
| 886 | ":net", |
| 887 | "//base", |
| 888 | "//base:i18n", |
| 889 | "//url", |
| 890 | ] |
| 891 | } |
| 892 | |
| 893 | if (use_v8_in_net) { |
| 894 | executable("net_watcher") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 895 | testonly = true |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 896 | sources = [ |
| 897 | "tools/net_watcher/net_watcher.cc", |
| 898 | ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 899 | deps = [ |
| 900 | ":net", |
| 901 | ":net_with_v8", |
| 902 | "//base", |
| 903 | ] |
| 904 | |
mukai | 77f8210a | 2014-10-07 16:35:14 | [diff] [blame] | 905 | if (is_desktop_linux) { |
[email protected] | 22fe91d | 2014-08-12 17:07:12 | [diff] [blame] | 906 | configs += [ |
| 907 | "//build/config/linux:gconf", |
| 908 | "//build/config/linux:glib", |
| 909 | ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 910 | deps += [ "//build/config/linux:gio" ] |
| 911 | } |
| 912 | } |
| 913 | } |
| 914 | |
| 915 | executable("run_testserver") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 916 | testonly = true |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 917 | sources = [ |
| 918 | "tools/testserver/run_testserver.cc", |
| 919 | ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 920 | deps = [ |
| 921 | ":net", # TODO(brettw) bug 363749: this shouldn't be necessary. It's not |
| 922 | # in the GYP build, and can be removed when the bug is fixed. |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 923 | ":test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 924 | "//base", |
| 925 | "//base/test:test_support", |
| 926 | "//testing/gtest", |
| 927 | ] |
| 928 | } |
| 929 | |
| 930 | executable("stress_cache") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 931 | testonly = true |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 932 | sources = [ |
| 933 | "disk_cache/blockfile/stress_cache.cc", |
| 934 | ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 935 | |
brettw | d1c719a | 2015-02-19 23:17:04 | [diff] [blame] | 936 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 937 | configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 938 | deps = [ |
| 939 | ":net", |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 940 | ":test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 941 | "//base", |
| 942 | ] |
| 943 | } |
| 944 | |
| 945 | executable("tld_cleanup") { |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 946 | sources = [ |
| 947 | "tools/tld_cleanup/tld_cleanup.cc", |
| 948 | ] |
dpranke | 4327621 | 2015-02-20 02:55:19 | [diff] [blame] | 949 | |
brettw | d1c719a | 2015-02-19 23:17:04 | [diff] [blame] | 950 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 951 | configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 952 | deps = [ |
| 953 | "//base", |
| 954 | "//base:i18n", |
| 955 | "//net/tools/tld_cleanup", |
| 956 | ] |
| 957 | } |
| 958 | } |
| 959 | |
| 960 | if (is_linux) { |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 961 | static_library("epoll_server") { |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 962 | sources = [ |
| 963 | "tools/epoll_server/epoll_server.cc", |
| 964 | "tools/epoll_server/epoll_server.h", |
| 965 | ] |
| 966 | deps = [ |
| 967 | ":net", |
| 968 | "//base", |
| 969 | ] |
| 970 | } |
| 971 | |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 972 | static_library("flip_in_mem_edsm_server_base") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 973 | testonly = true |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 974 | sources = [ |
| 975 | "tools/dump_cache/url_to_filename_encoder.cc", |
| 976 | "tools/dump_cache/url_to_filename_encoder.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 977 | "tools/dump_cache/url_utilities.cc", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 978 | "tools/dump_cache/url_utilities.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 979 | "tools/flip_server/acceptor_thread.cc", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 980 | "tools/flip_server/acceptor_thread.h", |
| 981 | "tools/flip_server/constants.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 982 | "tools/flip_server/create_listener.cc", |
| 983 | "tools/flip_server/create_listener.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 984 | "tools/flip_server/flip_config.cc", |
| 985 | "tools/flip_server/flip_config.h", |
| 986 | "tools/flip_server/http_interface.cc", |
| 987 | "tools/flip_server/http_interface.h", |
| 988 | "tools/flip_server/loadtime_measurement.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 989 | "tools/flip_server/mem_cache.cc", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 990 | "tools/flip_server/mem_cache.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 991 | "tools/flip_server/output_ordering.cc", |
| 992 | "tools/flip_server/output_ordering.h", |
| 993 | "tools/flip_server/ring_buffer.cc", |
| 994 | "tools/flip_server/ring_buffer.h", |
| 995 | "tools/flip_server/sm_connection.cc", |
| 996 | "tools/flip_server/sm_connection.h", |
| 997 | "tools/flip_server/sm_interface.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 998 | "tools/flip_server/spdy_interface.cc", |
| 999 | "tools/flip_server/spdy_interface.h", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 1000 | "tools/flip_server/spdy_ssl.cc", |
| 1001 | "tools/flip_server/spdy_ssl.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1002 | "tools/flip_server/spdy_util.cc", |
| 1003 | "tools/flip_server/spdy_util.h", |
| 1004 | "tools/flip_server/streamer_interface.cc", |
| 1005 | "tools/flip_server/streamer_interface.h", |
| 1006 | ] |
| 1007 | deps = [ |
| 1008 | ":balsa", |
| 1009 | ":epoll_server", |
| 1010 | ":net", |
| 1011 | "//base", |
[email protected] | edfd0f4 | 2014-07-22 18:20:37 | [diff] [blame] | 1012 | "//third_party/boringssl", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1013 | ] |
| 1014 | } |
| 1015 | |
| 1016 | executable("flip_in_mem_edsm_server_unittests") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 1017 | testonly = true |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1018 | sources = [ |
| 1019 | "tools/flip_server/flip_test_utils.cc", |
| 1020 | "tools/flip_server/flip_test_utils.h", |
| 1021 | "tools/flip_server/http_interface_test.cc", |
| 1022 | "tools/flip_server/mem_cache_test.cc", |
| 1023 | "tools/flip_server/run_all_tests.cc", |
| 1024 | "tools/flip_server/spdy_interface_test.cc", |
| 1025 | ] |
| 1026 | deps = [ |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame^] | 1027 | ":balsa", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1028 | ":flip_in_mem_edsm_server_base", |
| 1029 | ":net", |
[email protected] | b2b2bf5 | 2014-05-28 20:26:57 | [diff] [blame] | 1030 | ":test_support", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1031 | "//testing/gtest", |
| 1032 | "//testing/gmock", |
[email protected] | edfd0f4 | 2014-07-22 18:20:37 | [diff] [blame] | 1033 | "//third_party/boringssl", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1034 | ] |
| 1035 | } |
| 1036 | |
| 1037 | executable("flip_in_mem_edsm_server") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 1038 | testonly = true |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1039 | sources = [ |
| 1040 | "tools/flip_server/flip_in_mem_edsm_server.cc", |
| 1041 | ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1042 | deps = [ |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame^] | 1043 | ":balsa", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1044 | ":flip_in_mem_edsm_server_base", |
| 1045 | ":net", |
| 1046 | "//base", |
| 1047 | ] |
| 1048 | } |
| 1049 | |
| 1050 | source_set("quic_base") { |
| 1051 | sources = [ |
| 1052 | "tools/quic/quic_client.cc", |
| 1053 | "tools/quic/quic_client.h", |
| 1054 | "tools/quic/quic_client_session.cc", |
| 1055 | "tools/quic/quic_client_session.h", |
| 1056 | "tools/quic/quic_default_packet_writer.cc", |
| 1057 | "tools/quic/quic_default_packet_writer.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1058 | "tools/quic/quic_dispatcher.cc", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 1059 | "tools/quic/quic_dispatcher.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1060 | "tools/quic/quic_epoll_clock.cc", |
| 1061 | "tools/quic/quic_epoll_clock.h", |
| 1062 | "tools/quic/quic_epoll_connection_helper.cc", |
| 1063 | "tools/quic/quic_epoll_connection_helper.h", |
| 1064 | "tools/quic/quic_in_memory_cache.cc", |
| 1065 | "tools/quic/quic_in_memory_cache.h", |
| 1066 | "tools/quic/quic_packet_writer_wrapper.cc", |
| 1067 | "tools/quic/quic_packet_writer_wrapper.h", |
[email protected] | 6d51582 | 2014-08-22 01:58:06 | [diff] [blame] | 1068 | "tools/quic/quic_per_connection_packet_writer.cc", |
| 1069 | "tools/quic/quic_per_connection_packet_writer.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1070 | "tools/quic/quic_server.cc", |
| 1071 | "tools/quic/quic_server.h", |
| 1072 | "tools/quic/quic_server_session.cc", |
| 1073 | "tools/quic/quic_server_session.h", |
| 1074 | "tools/quic/quic_socket_utils.cc", |
| 1075 | "tools/quic/quic_socket_utils.h", |
| 1076 | "tools/quic/quic_spdy_client_stream.cc", |
| 1077 | "tools/quic/quic_spdy_client_stream.h", |
| 1078 | "tools/quic/quic_spdy_server_stream.cc", |
| 1079 | "tools/quic/quic_spdy_server_stream.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1080 | "tools/quic/quic_time_wait_list_manager.cc", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 1081 | "tools/quic/quic_time_wait_list_manager.h", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1082 | ] |
| 1083 | deps = [ |
| 1084 | ":balsa", |
| 1085 | ":epoll_server", |
| 1086 | ":net", |
| 1087 | "//base", |
| 1088 | "//base/third_party/dynamic_annotations", |
| 1089 | "//crypto", |
[email protected] | edfd0f4 | 2014-07-22 18:20:37 | [diff] [blame] | 1090 | "//third_party/boringssl", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1091 | "//url", |
| 1092 | ] |
| 1093 | } |
| 1094 | |
| 1095 | executable("quic_client") { |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1096 | sources = [ |
| 1097 | "tools/quic/quic_client_bin.cc", |
| 1098 | ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1099 | deps = [ |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame^] | 1100 | ":balsa", |
| 1101 | ":epoll_server", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1102 | ":quic_base", |
| 1103 | ":net", |
| 1104 | "//base", |
[email protected] | edfd0f4 | 2014-07-22 18:20:37 | [diff] [blame] | 1105 | "//third_party/boringssl", |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1106 | ] |
| 1107 | } |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1108 | } |
| 1109 | |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 1110 | if (is_android) { |
| 1111 | generate_jni("net_jni_headers") { |
| 1112 | sources = [ |
| 1113 | "android/java/src/org/chromium/net/AndroidCertVerifyResult.java", |
| 1114 | "android/java/src/org/chromium/net/AndroidKeyStore.java", |
| 1115 | "android/java/src/org/chromium/net/AndroidNetworkLibrary.java", |
| 1116 | "android/java/src/org/chromium/net/AndroidPrivateKey.java", |
| 1117 | "android/java/src/org/chromium/net/GURLUtils.java", |
| 1118 | "android/java/src/org/chromium/net/NetworkChangeNotifier.java", |
| 1119 | "android/java/src/org/chromium/net/ProxyChangeListener.java", |
| 1120 | "android/java/src/org/chromium/net/X509Util.java", |
| 1121 | ] |
| 1122 | jni_package = "net" |
| 1123 | } |
cjhopman | dad5f427 | 2014-09-05 01:00:55 | [diff] [blame] | 1124 | generate_jni("net_test_jni_headers") { |
| 1125 | sources = [ |
| 1126 | "android/javatests/src/org/chromium/net/AndroidKeyStoreTestUtil.java", |
| 1127 | ] |
| 1128 | jni_package = "net" |
| 1129 | } |
[email protected] | ef0eb44 | 2014-05-15 09:32:18 | [diff] [blame] | 1130 | } |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1131 | |
| 1132 | if (is_android || is_linux) { |
| 1133 | executable("disk_cache_memory_test") { |
Brett Wilson | 8f80ad0b | 2014-09-08 19:50:24 | [diff] [blame] | 1134 | testonly = true |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1135 | sources = [ |
| 1136 | "tools/disk_cache_memory_test/disk_cache_memory_test.cc", |
| 1137 | ] |
[email protected] | 8603c5de | 2014-04-16 20:34:31 | [diff] [blame] | 1138 | deps = [ |
| 1139 | ":net", |
| 1140 | "//base", |
| 1141 | ] |
| 1142 | } |
| 1143 | } |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 1144 | |
| 1145 | # TODO(GYP) make this compile on Android, we need some native test deps done. |
[email protected] | bd82a57d | 2014-07-31 16:52:34 | [diff] [blame] | 1146 | # TODO(GYP) Also doesn't work on Windows; dependency on boringssl is wrong. |
dpranke | cf8465db7 | 2014-11-10 23:51:22 | [diff] [blame] | 1147 | # TODO(GYP) Also doesn't work on Mac, need to figure out why not. |
| 1148 | if (!is_android && !is_win && !is_mac) { |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1149 | source_set("quic_tools") { |
| 1150 | sources = [ |
| 1151 | "quic/quic_dispatcher.cc", |
| 1152 | "quic/quic_dispatcher.h", |
| 1153 | "quic/quic_in_memory_cache.cc", |
| 1154 | "quic/quic_in_memory_cache.h", |
| 1155 | "quic/quic_per_connection_packet_writer.cc", |
| 1156 | "quic/quic_per_connection_packet_writer.h", |
| 1157 | "quic/quic_server.cc", |
| 1158 | "quic/quic_server.h", |
| 1159 | "quic/quic_server_packet_writer.cc", |
| 1160 | "quic/quic_server_packet_writer.h", |
| 1161 | "quic/quic_server_session.cc", |
| 1162 | "quic/quic_server_session.h", |
| 1163 | "quic/quic_spdy_server_stream.cc", |
| 1164 | "quic/quic_spdy_server_stream.h", |
| 1165 | "quic/quic_time_wait_list_manager.cc", |
| 1166 | "quic/quic_time_wait_list_manager.h", |
| 1167 | ] |
| 1168 | deps = [ |
| 1169 | ":net", |
| 1170 | "//base", |
| 1171 | "//base/third_party/dynamic_annotations", |
| 1172 | "//url", |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 1173 | ] |
| 1174 | } |
| 1175 | |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1176 | test("net_unittests") { |
| 1177 | sources = gypi_values.net_test_sources |
erikchen | 006a7cf | 2014-12-03 22:27:11 | [diff] [blame] | 1178 | |
brettw | d1c719a | 2015-02-19 23:17:04 | [diff] [blame] | 1179 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1180 | configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1181 | defines = [] |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 1182 | |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1183 | deps = [ |
| 1184 | ":extras", |
| 1185 | ":http_server", |
| 1186 | ":net", |
| 1187 | ":quic_tools", |
| 1188 | ":test_support", |
| 1189 | "//base", |
| 1190 | "//base:i18n", |
| 1191 | "//base:prefs_test_support", |
| 1192 | "//base/allocator", |
| 1193 | "//base/third_party/dynamic_annotations", |
| 1194 | "//crypto", |
| 1195 | "//crypto:platform", |
| 1196 | "//crypto:test_support", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame^] | 1197 | "//gin", |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1198 | "//net/base/registry_controlled_domains", |
brettw | bc44c0a9 | 2015-02-20 22:30:39 | [diff] [blame^] | 1199 | "//sql", |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1200 | "//testing/gmock", |
| 1201 | "//testing/gtest", |
| 1202 | "//third_party/zlib", |
| 1203 | "//url", |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 1204 | ] |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 1205 | |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1206 | if (is_linux) { |
| 1207 | sources += gypi_values.net_linux_test_sources |
| 1208 | deps += [ |
| 1209 | ":balsa", |
| 1210 | ":epoll_server", |
| 1211 | ":flip_in_mem_edsm_server_base", |
| 1212 | ":quic_base", |
[email protected] | b2f44d1 | 2014-06-10 17:48:03 | [diff] [blame] | 1213 | ] |
| 1214 | } |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 1215 | |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1216 | if (is_mac || is_ios) { |
| 1217 | sources += gypi_values.net_base_test_mac_ios_sources |
| 1218 | } |
| 1219 | |
brettw | c859f18f | 2014-09-18 23:34:50 | [diff] [blame] | 1220 | if (is_chromeos) { |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1221 | sources -= [ "proxy/proxy_config_service_linux_unittest.cc" ] |
| 1222 | } |
| 1223 | |
| 1224 | if (is_android) { |
brettw | c859f18f | 2014-09-18 23:34:50 | [diff] [blame] | 1225 | sources -= [ |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1226 | # See bug http://crbug.com/344533. |
| 1227 | "disk_cache/blockfile/index_table_v3_unittest.cc", |
| 1228 | |
| 1229 | # No res_ninit() et al on Android, so this doesn't make a lot of |
| 1230 | # sense. |
| 1231 | "dns/dns_config_service_posix_unittest.cc", |
| 1232 | ] |
| 1233 | deps += [ |
| 1234 | ":net_javatests", # FIXME(brettw) |
| 1235 | ":net_test_jni_headers", |
brettw | c859f18f | 2014-09-18 23:34:50 | [diff] [blame] | 1236 | ] |
| 1237 | } |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1238 | |
rmcilroy | 5837d33 | 2014-12-17 14:30:58 | [diff] [blame] | 1239 | if (v8_use_external_startup_data) { |
| 1240 | deps += [ "//gin" ] |
| 1241 | } |
| 1242 | |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1243 | if (!use_nss_certs) { |
| 1244 | sources -= [ "ssl/client_cert_store_nss_unittest.cc" ] |
| 1245 | if (is_chromeos) { # Already removed for all non-ChromeOS builds. |
| 1246 | sources -= [ "ssl/client_cert_store_chromeos_unittest.cc" ] |
| 1247 | } |
| 1248 | } |
| 1249 | |
| 1250 | if (use_openssl) { |
| 1251 | # When building for OpenSSL, we need to exclude NSS specific tests |
| 1252 | # or functionality not supported by OpenSSL yet. |
| 1253 | # TODO(bulach): Add equivalent tests when the underlying |
| 1254 | # functionality is ported to OpenSSL. |
| 1255 | sources -= [ |
| 1256 | "cert/nss_cert_database_unittest.cc", |
| 1257 | "cert/x509_util_nss_unittest.cc", |
| 1258 | "quic/test_tools/crypto_test_utils_nss.cc", |
| 1259 | ] |
| 1260 | if (is_chromeos) { |
| 1261 | # These were already removed in the non-ChromeOS case. |
| 1262 | sources -= [ |
| 1263 | "cert/nss_cert_database_chromeos_unittest.cc", |
| 1264 | "cert/nss_profile_filter_chromeos_unittest.cc", |
| 1265 | ] |
| 1266 | } |
| 1267 | } else { |
| 1268 | sources -= [ |
| 1269 | "cert/x509_util_openssl_unittest.cc", |
| 1270 | "quic/test_tools/crypto_test_utils_openssl.cc", |
| 1271 | "socket/ssl_client_socket_openssl_unittest.cc", |
| 1272 | "socket/ssl_session_cache_openssl_unittest.cc", |
| 1273 | ] |
| 1274 | if (!is_desktop_linux && !is_chromeos) { |
| 1275 | sources -= [ "cert/nss_cert_database_unittest.cc" ] |
| 1276 | } |
| 1277 | } |
| 1278 | |
| 1279 | if (use_kerberos) { |
| 1280 | defines += [ "USE_KERBEROS" ] |
| 1281 | } else { |
| 1282 | sources -= [ |
| 1283 | "http/http_auth_gssapi_posix_unittest.cc", |
| 1284 | "http/http_auth_handler_negotiate_unittest.cc", |
| 1285 | "http/mock_gssapi_library_posix.cc", |
| 1286 | "http/mock_gssapi_library_posix.h", |
| 1287 | ] |
| 1288 | } |
| 1289 | |
| 1290 | if (use_openssl || (!is_desktop_linux && !is_chromeos && !is_ios)) { |
| 1291 | # Only include this test when on Posix and using NSS for |
| 1292 | # cert verification or on iOS (which also uses NSS for certs). |
| 1293 | sources -= [ "ocsp/nss_ocsp_unittest.cc" ] |
| 1294 | } |
| 1295 | |
| 1296 | if (!use_openssl_certs) { |
| 1297 | sources -= [ "ssl/openssl_client_key_store_unittest.cc" ] |
| 1298 | } |
| 1299 | |
| 1300 | if (!enable_websockets) { |
| 1301 | sources -= [ |
dgozman | a6e7009 | 2014-12-12 14:46:21 | [diff] [blame] | 1302 | "server/http_connection_unittest.cc", |
| 1303 | "server/http_server_response_info_unittest.cc", |
| 1304 | "server/http_server_unittest.cc", |
| 1305 | "server/web_socket_encoder_unittest.cc", |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1306 | "websockets/websocket_basic_stream_test.cc", |
| 1307 | "websockets/websocket_channel_test.cc", |
| 1308 | "websockets/websocket_deflate_predictor_impl_test.cc", |
| 1309 | "websockets/websocket_deflate_stream_test.cc", |
| 1310 | "websockets/websocket_deflater_test.cc", |
ricea | 433bdab | 2015-01-26 07:25:37 | [diff] [blame] | 1311 | "websockets/websocket_end_to_end_test.cc", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 1312 | "websockets/websocket_errors_test.cc", |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1313 | "websockets/websocket_extension_parser_test.cc", |
| 1314 | "websockets/websocket_frame_parser_test.cc", |
| 1315 | "websockets/websocket_frame_test.cc", |
| 1316 | "websockets/websocket_handshake_challenge_test.cc", |
| 1317 | "websockets/websocket_handshake_stream_create_helper_test.cc", |
| 1318 | "websockets/websocket_inflater_test.cc", |
| 1319 | "websockets/websocket_stream_test.cc", |
| 1320 | "websockets/websocket_test_util.cc", |
| 1321 | "websockets/websocket_test_util.h", |
| 1322 | ] |
dgozman | a6e7009 | 2014-12-12 14:46:21 | [diff] [blame] | 1323 | deps -= [ ":http_server" ] |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1324 | } |
| 1325 | |
| 1326 | if (disable_file_support) { |
| 1327 | sources -= [ |
| 1328 | "base/directory_lister_unittest.cc", |
| 1329 | "url_request/url_request_file_job_unittest.cc", |
| 1330 | ] |
| 1331 | } |
| 1332 | |
| 1333 | if (disable_ftp_support) { |
| 1334 | sources -= [ |
| 1335 | "ftp/ftp_auth_cache_unittest.cc", |
| 1336 | "ftp/ftp_ctrl_response_buffer_unittest.cc", |
| 1337 | "ftp/ftp_directory_listing_parser_ls_unittest.cc", |
| 1338 | "ftp/ftp_directory_listing_parser_netware_unittest.cc", |
| 1339 | "ftp/ftp_directory_listing_parser_os2_unittest.cc", |
| 1340 | "ftp/ftp_directory_listing_parser_unittest.cc", |
| 1341 | "ftp/ftp_directory_listing_parser_unittest.h", |
| 1342 | "ftp/ftp_directory_listing_parser_vms_unittest.cc", |
| 1343 | "ftp/ftp_directory_listing_parser_windows_unittest.cc", |
| 1344 | "ftp/ftp_network_transaction_unittest.cc", |
| 1345 | "ftp/ftp_util_unittest.cc", |
| 1346 | "url_request/url_request_ftp_job_unittest.cc", |
| 1347 | ] |
| 1348 | } |
| 1349 | |
| 1350 | if (!enable_built_in_dns) { |
| 1351 | sources -= [ |
| 1352 | "dns/address_sorter_posix_unittest.cc", |
| 1353 | "dns/address_sorter_unittest.cc", |
| 1354 | ] |
| 1355 | } |
| 1356 | |
| 1357 | # Always need use_v8_in_net to be 1 to run on Android, so just remove |
| 1358 | # net_unittest's dependency on v8 when using icu alternatives instead of |
| 1359 | # setting use_v8_in_net to 0. |
| 1360 | if (use_v8_in_net && !use_icu_alternatives_on_android) { |
| 1361 | deps += [ ":net_with_v8" ] |
| 1362 | } else { |
| 1363 | sources -= [ |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1364 | "proxy/proxy_resolver_v8_tracing_unittest.cc", |
satorux | 933fc7a | 2015-02-13 07:09:10 | [diff] [blame] | 1365 | "proxy/proxy_resolver_v8_unittest.cc", |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1366 | ] |
| 1367 | } |
| 1368 | |
amistry | 7e6ebfdc8 | 2015-02-13 04:19:11 | [diff] [blame] | 1369 | if (use_v8_in_net && !is_android) { |
| 1370 | deps += [ |
| 1371 | ":net_browser_services", |
| 1372 | "//mojo/environment:chromium", |
| 1373 | "//third_party/mojo/src/mojo/edk/system", |
| 1374 | ] |
| 1375 | } else { |
| 1376 | sources -= [ "dns/mojo_host_resolver_impl_unittest.cc" ] |
| 1377 | } |
| 1378 | |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1379 | if (!enable_mdns) { |
| 1380 | sources -= [ |
| 1381 | "dns/mdns_cache_unittest.cc", |
| 1382 | "dns/mdns_client_unittest.cc", |
| 1383 | "dns/record_parsed_unittest.cc", |
| 1384 | "dns/record_rdata_unittest.cc", |
| 1385 | ] |
| 1386 | } |
| 1387 | |
| 1388 | if (is_ios) { |
| 1389 | # TODO(GYP) |
| 1390 | # 'actions': [ |
| 1391 | # { |
| 1392 | # 'action_name': 'copy_test_data', |
| 1393 | # 'variables': { |
| 1394 | # 'test_data_files': [ |
| 1395 | # 'data/ssl/certificates/', |
| 1396 | # 'data/test.html', |
| 1397 | # 'data/url_request_unittest/', |
| 1398 | # ], |
| 1399 | # 'test_data_prefix': 'net', |
| 1400 | # }, |
| 1401 | # 'includes': [ '../build/copy_test_data_ios.gypi' ], |
| 1402 | # }, |
| 1403 | # ], |
| 1404 | sources -= [ |
| 1405 | # TODO(droger): The following tests are disabled because the |
| 1406 | # implementation is missing or incomplete. |
| 1407 | # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. |
| 1408 | "base/keygen_handler_unittest.cc", |
| 1409 | "disk_cache/backend_unittest.cc", |
| 1410 | "disk_cache/blockfile/block_files_unittest.cc", |
| 1411 | |
| 1412 | # Need to read input data files. |
| 1413 | "filter/gzip_filter_unittest.cc", |
| 1414 | "socket/ssl_server_socket_unittest.cc", |
| 1415 | "spdy/fuzzing/hpack_fuzz_util_test.cc", |
| 1416 | |
| 1417 | # Need TestServer. |
| 1418 | "proxy/proxy_script_fetcher_impl_unittest.cc", |
| 1419 | "socket/ssl_client_socket_unittest.cc", |
| 1420 | "url_request/url_fetcher_impl_unittest.cc", |
| 1421 | "url_request/url_request_context_builder_unittest.cc", |
| 1422 | |
| 1423 | # Needs GetAppOutput(). |
| 1424 | "test/python_utils_unittest.cc", |
| 1425 | |
| 1426 | # The following tests are disabled because they don't apply to |
| 1427 | # iOS. |
| 1428 | # OS is not "linux" or "freebsd" or "openbsd". |
| 1429 | "socket/unix_domain_client_socket_posix_unittest.cc", |
| 1430 | "socket/unix_domain_listen_socket_posix_unittest.cc", |
| 1431 | "socket/unix_domain_server_socket_posix_unittest.cc", |
| 1432 | |
| 1433 | # See bug http://crbug.com/344533. |
| 1434 | "disk_cache/blockfile/index_table_v3_unittest.cc", |
| 1435 | ] |
| 1436 | } |
| 1437 | |
| 1438 | if (is_android) { |
| 1439 | sources -= [ "dns/dns_config_service_posix_unittest.cc" ] |
| 1440 | |
| 1441 | # TODO(GYP) |
| 1442 | # # TODO(mmenke): This depends on test_support_base, which depends on |
| 1443 | # # icu. Figure out a way to remove that dependency. |
| 1444 | # 'dependencies': [ |
| 1445 | # '../testing/android/native_test.gyp:native_test_native_code', |
| 1446 | # ] |
| 1447 | |
| 1448 | set_sources_assignment_filter([]) |
| 1449 | sources += [ "base/address_tracker_linux_unittest.cc" ] |
| 1450 | set_sources_assignment_filter(sources_assignment_filter) |
| 1451 | } |
| 1452 | |
| 1453 | if (use_icu_alternatives_on_android) { |
| 1454 | sources -= [ |
| 1455 | "base/filename_util_unittest.cc", |
| 1456 | "base/net_util_icu_unittest.cc", |
| 1457 | ] |
| 1458 | deps -= [ "//base:i18n" ] |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 1459 | } |
| 1460 | } |
| 1461 | |
scottmg | 34fb7e5 | 2014-12-03 23:27:24 | [diff] [blame] | 1462 | executable("quic_server") { |
| 1463 | sources = [ |
| 1464 | "quic/quic_server_bin.cc", |
| 1465 | ] |
| 1466 | deps = [ |
| 1467 | ":quic_tools", |
| 1468 | ":net", |
| 1469 | "//base", |
| 1470 | "//third_party/boringssl", |
[email protected] | 8a3f824 | 2014-06-05 18:05:12 | [diff] [blame] | 1471 | ] |
| 1472 | } |
dpranke | cf8465db7 | 2014-11-10 23:51:22 | [diff] [blame] | 1473 | } # !is_android && !is_win && !is_mac |