[email protected] | 167d52b | 2011-04-04 22:42:46 | [diff] [blame] | 1 | # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | { |
| 6 | 'variables': { |
| 7 | 'chromium_code': 1, |
| 8 | }, |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 9 | 'targets': [ |
| 10 | { |
[email protected] | 8858a11f4 | 2011-05-04 17:55:53 | [diff] [blame] | 11 | 'target_name': 'net', |
[email protected] | 71950cb | 2011-07-12 17:20:41 | [diff] [blame] | 12 | 'type': '<(component)', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 13 | 'dependencies': [ |
| 14 | '../base/base.gyp:base', |
[email protected] | d34d79f | 2009-10-14 22:06:14 | [diff] [blame] | 15 | '../base/base.gyp:base_i18n', |
[email protected] | 167d52b | 2011-04-04 22:42:46 | [diff] [blame] | 16 | '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 17 | '../build/temp_gyp/googleurl.gyp:googleurl', |
[email protected] | 4b559b4d | 2011-04-14 17:37:14 | [diff] [blame] | 18 | '../crypto/crypto.gyp:crypto', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 19 | '../sdch/sdch.gyp:sdch', |
[email protected] | 28062949 | 2009-09-09 06:49:08 | [diff] [blame] | 20 | '../third_party/icu/icu.gyp:icui18n', |
| 21 | '../third_party/icu/icu.gyp:icuuc', |
[email protected] | ca21ee3 | 2009-10-23 18:03:22 | [diff] [blame] | 22 | '../third_party/zlib/zlib.gyp:zlib', |
[email protected] | ef36c74c | 2009-03-11 13:32:22 | [diff] [blame] | 23 | 'net_resources', |
[email protected] | 5bafc4f | 2010-09-08 14:07:38 | [diff] [blame] | 24 | 'ssl_false_start_blacklist_process#host', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 25 | ], |
| 26 | 'sources': [ |
[email protected] | 123ab1e3 | 2009-10-21 19:12:57 | [diff] [blame] | 27 | 'base/address_family.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 28 | 'base/address_list.cc', |
| 29 | 'base/address_list.h', |
[email protected] | eb8605c | 2010-05-21 22:17:47 | [diff] [blame] | 30 | 'base/address_list_net_log_param.cc', |
| 31 | 'base/address_list_net_log_param.h', |
[email protected] | 2a89c4c | 2011-04-12 16:26:26 | [diff] [blame] | 32 | 'base/asn1_util.cc', |
[email protected] | 886ab7f4d9 | 2011-05-04 15:46:00 | [diff] [blame] | 33 | 'base/asn1_util.h', |
[email protected] | 9349cfb | 2010-08-31 18:00:53 | [diff] [blame] | 34 | 'base/auth.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 35 | 'base/auth.h', |
[email protected] | cade568 | 2011-03-17 15:35:07 | [diff] [blame] | 36 | 'base/backoff_entry.cc', |
| 37 | 'base/backoff_entry.h', |
[email protected] | ee16679 | 2010-12-09 08:14:10 | [diff] [blame] | 38 | 'base/bandwidth_metrics.cc', |
| 39 | 'base/bandwidth_metrics.h', |
[email protected] | 6192f73 | 2009-03-25 23:44:20 | [diff] [blame] | 40 | 'base/cache_type.h', |
[email protected] | ec11be6 | 2010-04-28 19:28:09 | [diff] [blame] | 41 | 'base/capturing_net_log.cc', |
| 42 | 'base/capturing_net_log.h', |
[email protected] | 58678c5 | 2010-08-31 22:13:52 | [diff] [blame] | 43 | 'base/cert_database.cc', |
[email protected] | a755e107 | 2009-10-23 16:58:37 | [diff] [blame] | 44 | 'base/cert_database.h', |
| 45 | 'base/cert_database_mac.cc', |
| 46 | 'base/cert_database_nss.cc', |
[email protected] | 1e5fead | 2010-10-08 14:33:11 | [diff] [blame] | 47 | 'base/cert_database_openssl.cc', |
[email protected] | a755e107 | 2009-10-23 16:58:37 | [diff] [blame] | 48 | 'base/cert_database_win.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 49 | 'base/cert_status_flags.cc', |
| 50 | 'base/cert_status_flags.h', |
| 51 | 'base/cert_verifier.cc', |
| 52 | 'base/cert_verifier.h', |
[email protected] | 9a12b3f | 2011-04-12 16:48:37 | [diff] [blame] | 53 | 'base/cert_verify_result.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 54 | 'base/cert_verify_result.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 55 | 'base/completion_callback.h', |
| 56 | 'base/connection_type_histograms.cc', |
| 57 | 'base/connection_type_histograms.h', |
| 58 | 'base/cookie_monster.cc', |
| 59 | 'base/cookie_monster.h', |
[email protected] | 5f450e5 | 2009-07-28 13:28:11 | [diff] [blame] | 60 | 'base/cookie_options.h', |
[email protected] | 9b2331d9 | 2010-10-04 23:11:19 | [diff] [blame] | 61 | 'base/cookie_store.cc', |
[email protected] | 5f450e5 | 2009-07-28 13:28:11 | [diff] [blame] | 62 | 'base/cookie_store.h', |
[email protected] | c06c697 | 2011-06-02 21:05:44 | [diff] [blame] | 63 | 'base/crl_filter.cc', |
| 64 | 'base/crl_filter.h', |
[email protected] | 88b9db7 | 2011-01-13 01:48:43 | [diff] [blame] | 65 | 'base/crypto_module.h', |
| 66 | 'base/crypto_module_nss.cc', |
[email protected] | f53cb5c | 2011-03-10 16:10:55 | [diff] [blame] | 67 | 'base/crypto_module_openssl.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 68 | 'base/data_url.cc', |
| 69 | 'base/data_url.h', |
[email protected] | 97301cd | 2011-07-29 02:32:39 | [diff] [blame] | 70 | 'base/default_origin_bound_cert_store.cc', |
| 71 | 'base/default_origin_bound_cert_store.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 72 | 'base/directory_lister.cc', |
| 73 | 'base/directory_lister.h', |
[email protected] | 37e658b | 2010-07-28 17:23:04 | [diff] [blame] | 74 | 'base/dns_reload_timer.cc', |
| 75 | 'base/dns_reload_timer.h', |
[email protected] | b2471359 | 2010-08-11 19:50:02 | [diff] [blame] | 76 | 'base/dnssec_chain_verifier.cc', |
| 77 | 'base/dnssec_chain_verifier.h', |
| 78 | 'base/dnssec_keyset.cc', |
| 79 | 'base/dnssec_keyset.h', |
[email protected] | c36f064 | 2009-09-09 01:10:50 | [diff] [blame] | 80 | 'base/dns_util.cc', |
| 81 | 'base/dns_util.h', |
[email protected] | b3ccac8 | 2010-08-04 15:54:40 | [diff] [blame] | 82 | 'base/dnsrr_resolver.cc', |
| 83 | 'base/dnsrr_resolver.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 84 | 'base/escape.cc', |
| 85 | 'base/escape.h', |
[email protected] | b7f4422 | 2011-04-06 00:37:15 | [diff] [blame] | 86 | 'base/escape_icu.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 87 | 'base/ev_root_ca_metadata.cc', |
| 88 | 'base/ev_root_ca_metadata.h', |
| 89 | 'base/file_stream.h', |
| 90 | 'base/file_stream_posix.cc', |
| 91 | 'base/file_stream_win.cc', |
| 92 | 'base/filter.cc', |
| 93 | 'base/filter.h', |
| 94 | 'base/gzip_filter.cc', |
| 95 | 'base/gzip_filter.h', |
| 96 | 'base/gzip_header.cc', |
| 97 | 'base/gzip_header.h', |
[email protected] | 8a00f00a | 2009-06-12 00:49:38 | [diff] [blame] | 98 | 'base/host_cache.cc', |
| 99 | 'base/host_cache.h', |
[email protected] | b6a5018 | 2010-05-12 22:47:14 | [diff] [blame] | 100 | 'base/host_mapping_rules.cc', |
| 101 | 'base/host_mapping_rules.h', |
[email protected] | 564b491 | 2010-03-09 16:30:42 | [diff] [blame] | 102 | 'base/host_port_pair.cc', |
| 103 | 'base/host_port_pair.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 104 | 'base/host_resolver.cc', |
| 105 | 'base/host_resolver.h', |
[email protected] | b59ff37 | 2009-07-15 22:04:32 | [diff] [blame] | 106 | 'base/host_resolver_impl.cc', |
| 107 | 'base/host_resolver_impl.h', |
| 108 | 'base/host_resolver_proc.cc', |
| 109 | 'base/host_resolver_proc.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 110 | 'base/io_buffer.cc', |
| 111 | 'base/io_buffer.h', |
[email protected] | 76ff86a | 2011-03-04 03:21:31 | [diff] [blame] | 112 | 'base/ip_endpoint.cc', |
| 113 | 'base/ip_endpoint.h', |
[email protected] | 88b9db7 | 2011-01-13 01:48:43 | [diff] [blame] | 114 | 'base/keygen_handler.cc', |
[email protected] | a755e107 | 2009-10-23 16:58:37 | [diff] [blame] | 115 | 'base/keygen_handler.h', |
| 116 | 'base/keygen_handler_mac.cc', |
| 117 | 'base/keygen_handler_nss.cc', |
[email protected] | 1e5fead | 2010-10-08 14:33:11 | [diff] [blame] | 118 | 'base/keygen_handler_openssl.cc', |
[email protected] | a755e107 | 2009-10-23 16:58:37 | [diff] [blame] | 119 | 'base/keygen_handler_win.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 120 | 'base/listen_socket.cc', |
| 121 | 'base/listen_socket.h', |
| 122 | 'base/load_flags.h', |
[email protected] | f90ad12 | 2010-05-18 20:02:23 | [diff] [blame] | 123 | 'base/load_flags_list.h', |
[email protected] | 48ab71e | 2009-06-22 19:19:16 | [diff] [blame] | 124 | 'base/load_states.h', |
[email protected] | 9087aa3 | 2010-02-18 08:03:38 | [diff] [blame] | 125 | 'base/mapped_host_resolver.cc', |
| 126 | 'base/mapped_host_resolver.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 127 | 'base/mime_sniffer.cc', |
| 128 | 'base/mime_sniffer.h', |
| 129 | 'base/mime_util.cc', |
| 130 | 'base/mime_util.h', |
| 131 | 'base/net_error_list.h', |
| 132 | 'base/net_errors.cc', |
| 133 | 'base/net_errors.h', |
[email protected] | 051e4ec | 2011-03-15 20:46:32 | [diff] [blame] | 134 | 'base/net_errors_posix.cc', |
| 135 | 'base/net_errors_win.cc', |
[email protected] | 172da1b | 2011-08-12 15:52:26 | [diff] [blame^] | 136 | 'base/net_export.h', |
[email protected] | 9e743cd | 2010-03-16 07:03:53 | [diff] [blame] | 137 | 'base/net_log.cc', |
| 138 | 'base/net_log.h', |
| 139 | 'base/net_log_event_type_list.h', |
[email protected] | 92056b9 | 2010-05-22 00:36:46 | [diff] [blame] | 140 | 'base/net_log_source_type_list.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 141 | 'base/net_module.cc', |
| 142 | 'base/net_module.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 143 | 'base/net_util.cc', |
| 144 | 'base/net_util.h', |
| 145 | 'base/net_util_posix.cc', |
| 146 | 'base/net_util_win.cc', |
[email protected] | 100d5fb9 | 2009-12-21 21:08:35 | [diff] [blame] | 147 | 'base/network_change_notifier.cc', |
| 148 | 'base/network_change_notifier.h', |
[email protected] | 373badd | 2011-07-11 21:55:58 | [diff] [blame] | 149 | 'base/network_change_notifier_factory.h', |
[email protected] | 100d5fb9 | 2009-12-21 21:08:35 | [diff] [blame] | 150 | 'base/network_change_notifier_linux.cc', |
| 151 | 'base/network_change_notifier_linux.h', |
| 152 | 'base/network_change_notifier_mac.cc', |
| 153 | 'base/network_change_notifier_mac.h', |
[email protected] | 6d603aa | 2010-02-19 18:44:58 | [diff] [blame] | 154 | 'base/network_change_notifier_netlink_linux.cc', |
| 155 | 'base/network_change_notifier_netlink_linux.h', |
[email protected] | 100d5fb9 | 2009-12-21 21:08:35 | [diff] [blame] | 156 | 'base/network_change_notifier_win.cc', |
| 157 | 'base/network_change_notifier_win.h', |
[email protected] | 9328443b | 2010-07-30 06:09:40 | [diff] [blame] | 158 | 'base/network_config_watcher_mac.cc', |
| 159 | 'base/network_config_watcher_mac.h', |
[email protected] | 0651b81 | 2011-02-24 00:22:50 | [diff] [blame] | 160 | 'base/network_delegate.cc', |
| 161 | 'base/network_delegate.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 162 | 'base/nss_memio.c', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 163 | 'base/nss_memio.h', |
[email protected] | 0c6523f | 2010-12-10 10:56:24 | [diff] [blame] | 164 | 'base/openssl_memory_private_key_store.cc', |
| 165 | 'base/openssl_private_key_store.h', |
[email protected] | 6f66f4f | 2011-07-08 22:46:31 | [diff] [blame] | 166 | 'base/origin_bound_cert_service.cc', |
| 167 | 'base/origin_bound_cert_service.h', |
| 168 | 'base/origin_bound_cert_store.h', |
[email protected] | e5a3eef | 2010-07-22 02:31:04 | [diff] [blame] | 169 | 'base/pem_tokenizer.cc', |
| 170 | 'base/pem_tokenizer.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 171 | 'base/platform_mime_util.h', |
| 172 | # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
| 173 | 'base/platform_mime_util_linux.cc', |
| 174 | 'base/platform_mime_util_mac.cc', |
| 175 | 'base/platform_mime_util_win.cc', |
[email protected] | 78400831 | 2011-06-28 22:15:17 | [diff] [blame] | 176 | 'base/rand_callback.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 177 | 'base/registry_controlled_domain.cc', |
| 178 | 'base/registry_controlled_domain.h', |
| 179 | 'base/scoped_cert_chain_context.h', |
| 180 | 'base/sdch_filter.cc', |
| 181 | 'base/sdch_filter.h', |
| 182 | 'base/sdch_manager.cc', |
| 183 | 'base/sdch_manager.h', |
[email protected] | b11279e | 2011-06-06 18:25:19 | [diff] [blame] | 184 | 'base/single_request_host_resolver.cc', |
| 185 | 'base/single_request_host_resolver.h', |
[email protected] | 9349cfb | 2010-08-31 18:00:53 | [diff] [blame] | 186 | 'base/ssl_cert_request_info.cc', |
[email protected] | 0b45559b | 2009-06-12 21:45:11 | [diff] [blame] | 187 | 'base/ssl_cert_request_info.h', |
[email protected] | d8654bf | 2010-07-18 16:01:32 | [diff] [blame] | 188 | 'base/ssl_cipher_suite_names.cc', |
| 189 | 'base/ssl_cipher_suite_names.h', |
[email protected] | 56c866a2 | 2009-06-18 19:38:58 | [diff] [blame] | 190 | 'base/ssl_client_auth_cache.cc', |
| 191 | 'base/ssl_client_auth_cache.h', |
[email protected] | e52deec | 2009-08-21 19:48:39 | [diff] [blame] | 192 | 'base/ssl_config_service.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 193 | 'base/ssl_config_service.h', |
[email protected] | 7e4468d5 | 2010-09-22 19:42:00 | [diff] [blame] | 194 | 'base/ssl_config_service_defaults.cc', |
[email protected] | db36938c | 2009-08-19 21:48:42 | [diff] [blame] | 195 | 'base/ssl_config_service_defaults.h', |
[email protected] | 5bafc4f | 2010-09-08 14:07:38 | [diff] [blame] | 196 | 'base/ssl_false_start_blacklist.cc', |
[email protected] | 9349cfb | 2010-08-31 18:00:53 | [diff] [blame] | 197 | 'base/ssl_info.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 198 | 'base/ssl_info.h', |
[email protected] | cb370a063 | 2010-01-30 08:24:12 | [diff] [blame] | 199 | 'base/static_cookie_policy.cc', |
| 200 | 'base/static_cookie_policy.h', |
[email protected] | d67d105 | 2011-06-09 05:11:41 | [diff] [blame] | 201 | 'base/test_data_stream.cc', |
| 202 | 'base/test_data_stream.h', |
[email protected] | 32765f8 | 2010-12-16 00:01:37 | [diff] [blame] | 203 | 'base/test_root_certs.cc', |
| 204 | 'base/test_root_certs.h', |
| 205 | 'base/test_root_certs_mac.cc', |
| 206 | 'base/test_root_certs_nss.cc', |
| 207 | 'base/test_root_certs_openssl.cc', |
| 208 | 'base/test_root_certs_win.cc', |
[email protected] | 326e679 | 2009-12-11 21:04:42 | [diff] [blame] | 209 | 'base/transport_security_state.cc', |
| 210 | 'base/transport_security_state.h', |
[email protected] | a540c2d | 2009-12-12 00:47:37 | [diff] [blame] | 211 | 'base/sys_addrinfo.h', |
[email protected] | 521aebb | 2011-04-18 17:54:42 | [diff] [blame] | 212 | 'base/sys_byteorder.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 213 | 'base/upload_data.cc', |
| 214 | 'base/upload_data.h', |
| 215 | 'base/upload_data_stream.cc', |
| 216 | 'base/upload_data_stream.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 217 | 'base/winsock_init.cc', |
| 218 | 'base/winsock_init.h', |
[email protected] | 7b6afd0 | 2011-03-12 00:03:12 | [diff] [blame] | 219 | 'base/winsock_util.cc', |
| 220 | 'base/winsock_util.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 221 | 'base/x509_certificate.cc', |
| 222 | 'base/x509_certificate.h', |
| 223 | 'base/x509_certificate_mac.cc', |
| 224 | 'base/x509_certificate_nss.cc', |
[email protected] | 1e5fead | 2010-10-08 14:33:11 | [diff] [blame] | 225 | 'base/x509_certificate_openssl.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 226 | 'base/x509_certificate_win.cc', |
[email protected] | d866fb5 | 2010-03-26 23:36:04 | [diff] [blame] | 227 | 'base/x509_cert_types.cc', |
| 228 | 'base/x509_cert_types.h', |
| 229 | 'base/x509_cert_types_mac.cc', |
[email protected] | 6ced0b4 | 2011-06-07 22:52:10 | [diff] [blame] | 230 | 'base/x509_util_openssl.cc', |
| 231 | 'base/x509_util_openssl.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 232 | 'disk_cache/addr.cc', |
| 233 | 'disk_cache/addr.h', |
| 234 | 'disk_cache/backend_impl.cc', |
| 235 | 'disk_cache/backend_impl.h', |
[email protected] | 84d4cee | 2009-06-18 23:46:58 | [diff] [blame] | 236 | 'disk_cache/bitmap.cc', |
| 237 | 'disk_cache/bitmap.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 238 | 'disk_cache/block_files.cc', |
| 239 | 'disk_cache/block_files.h', |
| 240 | 'disk_cache/cache_util.h', |
| 241 | 'disk_cache/cache_util_posix.cc', |
| 242 | 'disk_cache/cache_util_win.cc', |
| 243 | 'disk_cache/disk_cache.h', |
[email protected] | b104b50 | 2010-10-18 20:21:31 | [diff] [blame] | 244 | 'disk_cache/disk_format.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 245 | 'disk_cache/disk_format.h', |
| 246 | 'disk_cache/entry_impl.cc', |
| 247 | 'disk_cache/entry_impl.h', |
| 248 | 'disk_cache/errors.h', |
| 249 | 'disk_cache/eviction.cc', |
| 250 | 'disk_cache/eviction.h', |
[email protected] | c03b979 | 2010-09-13 18:10:51 | [diff] [blame] | 251 | 'disk_cache/experiments.h', |
[email protected] | 9eb8cdf | 2011-03-17 18:53:02 | [diff] [blame] | 252 | 'disk_cache/net_log_parameters.cc', |
| 253 | 'disk_cache/net_log_parameters.h', |
[email protected] | b104b50 | 2010-10-18 20:21:31 | [diff] [blame] | 254 | 'disk_cache/file.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 255 | 'disk_cache/file.h', |
| 256 | 'disk_cache/file_block.h', |
| 257 | 'disk_cache/file_lock.cc', |
| 258 | 'disk_cache/file_lock.h', |
| 259 | 'disk_cache/file_posix.cc', |
| 260 | 'disk_cache/file_win.cc', |
| 261 | 'disk_cache/hash.cc', |
| 262 | 'disk_cache/hash.h', |
[email protected] | 17a8396f1 | 2009-03-27 20:12:34 | [diff] [blame] | 263 | 'disk_cache/histogram_macros.h', |
[email protected] | fb2622f | 2010-07-13 18:00:56 | [diff] [blame] | 264 | 'disk_cache/in_flight_backend_io.cc', |
| 265 | 'disk_cache/in_flight_backend_io.h', |
| 266 | 'disk_cache/in_flight_io.cc', |
| 267 | 'disk_cache/in_flight_io.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 268 | 'disk_cache/mapped_file.h', |
| 269 | 'disk_cache/mapped_file_posix.cc', |
| 270 | 'disk_cache/mapped_file_win.cc', |
| 271 | 'disk_cache/mem_backend_impl.cc', |
| 272 | 'disk_cache/mem_backend_impl.h', |
| 273 | 'disk_cache/mem_entry_impl.cc', |
| 274 | 'disk_cache/mem_entry_impl.h', |
| 275 | 'disk_cache/mem_rankings.cc', |
| 276 | 'disk_cache/mem_rankings.h', |
| 277 | 'disk_cache/rankings.cc', |
| 278 | 'disk_cache/rankings.h', |
[email protected] | 84d4cee | 2009-06-18 23:46:58 | [diff] [blame] | 279 | 'disk_cache/sparse_control.cc', |
| 280 | 'disk_cache/sparse_control.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 281 | 'disk_cache/stats.cc', |
| 282 | 'disk_cache/stats.h', |
| 283 | 'disk_cache/stats_histogram.cc', |
| 284 | 'disk_cache/stats_histogram.h', |
| 285 | 'disk_cache/storage_block-inl.h', |
| 286 | 'disk_cache/storage_block.h', |
| 287 | 'disk_cache/trace.cc', |
| 288 | 'disk_cache/trace.h', |
[email protected] | 4b0112ab | 2011-07-22 15:58:20 | [diff] [blame] | 289 | 'dns/async_host_resolver.cc', |
| 290 | 'dns/async_host_resolver.h', |
| 291 | 'dns/dns_query.cc', |
| 292 | 'dns/dns_query.h', |
| 293 | 'dns/dns_response.cc', |
| 294 | 'dns/dns_response.h', |
| 295 | 'dns/dns_transaction.cc', |
| 296 | 'dns/dns_transaction.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 297 | 'ftp/ftp_auth_cache.cc', |
| 298 | 'ftp/ftp_auth_cache.h', |
[email protected] | c297219 | 2009-07-28 20:30:09 | [diff] [blame] | 299 | 'ftp/ftp_ctrl_response_buffer.cc', |
| 300 | 'ftp/ftp_ctrl_response_buffer.h', |
[email protected] | a115b0107 | 2009-12-04 09:58:32 | [diff] [blame] | 301 | 'ftp/ftp_directory_listing_parser.cc', |
| 302 | 'ftp/ftp_directory_listing_parser.h', |
| 303 | 'ftp/ftp_directory_listing_parser_ls.cc', |
| 304 | 'ftp/ftp_directory_listing_parser_ls.h', |
[email protected] | 8425e66e | 2009-12-07 19:51:46 | [diff] [blame] | 305 | 'ftp/ftp_directory_listing_parser_netware.cc', |
| 306 | 'ftp/ftp_directory_listing_parser_netware.h', |
[email protected] | 4c60ea0 | 2011-08-11 00:18:12 | [diff] [blame] | 307 | 'ftp/ftp_directory_listing_parser_os2.cc', |
| 308 | 'ftp/ftp_directory_listing_parser_os2.h', |
[email protected] | a115b0107 | 2009-12-04 09:58:32 | [diff] [blame] | 309 | 'ftp/ftp_directory_listing_parser_vms.cc', |
| 310 | 'ftp/ftp_directory_listing_parser_vms.h', |
| 311 | 'ftp/ftp_directory_listing_parser_windows.cc', |
| 312 | 'ftp/ftp_directory_listing_parser_windows.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 313 | 'ftp/ftp_network_layer.cc', |
| 314 | 'ftp/ftp_network_layer.h', |
[email protected] | b104b50 | 2010-10-18 20:21:31 | [diff] [blame] | 315 | 'ftp/ftp_network_session.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 316 | 'ftp/ftp_network_session.h', |
| 317 | 'ftp/ftp_network_transaction.cc', |
| 318 | 'ftp/ftp_network_transaction.h', |
| 319 | 'ftp/ftp_request_info.h', |
[email protected] | 47f7753f | 2011-02-23 21:20:23 | [diff] [blame] | 320 | 'ftp/ftp_response_info.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 321 | 'ftp/ftp_response_info.h', |
[email protected] | 139dd55 | 2009-08-28 22:40:55 | [diff] [blame] | 322 | 'ftp/ftp_server_type_histograms.cc', |
| 323 | 'ftp/ftp_server_type_histograms.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 324 | 'ftp/ftp_transaction.h', |
| 325 | 'ftp/ftp_transaction_factory.h', |
[email protected] | b1c7cc4 | 2009-09-24 21:46:50 | [diff] [blame] | 326 | 'ftp/ftp_util.cc', |
| 327 | 'ftp/ftp_util.h', |
[email protected] | 5ae0b86 | 2009-02-28 02:02:41 | [diff] [blame] | 328 | 'http/des.cc', |
| 329 | 'http/des.h', |
[email protected] | 9b43769 | 2010-09-09 20:02:48 | [diff] [blame] | 330 | 'http/disk_cache_based_ssl_host_info.cc', |
| 331 | 'http/disk_cache_based_ssl_host_info.h', |
[email protected] | 564b491 | 2010-03-09 16:30:42 | [diff] [blame] | 332 | 'http/http_alternate_protocols.cc', |
| 333 | 'http/http_alternate_protocols.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 334 | 'http/http_atom_list.h', |
| 335 | 'http/http_auth.cc', |
| 336 | 'http/http_auth.h', |
| 337 | 'http/http_auth_cache.cc', |
| 338 | 'http/http_auth_cache.h', |
[email protected] | 228404f | 2010-06-24 04:31:41 | [diff] [blame] | 339 | 'http/http_auth_controller.cc', |
| 340 | 'http/http_auth_controller.h', |
[email protected] | eb3cac7 | 2010-02-26 21:07:45 | [diff] [blame] | 341 | 'http/http_auth_filter.cc', |
| 342 | 'http/http_auth_filter.h', |
[email protected] | 1ce73ede | 2010-03-25 12:17:44 | [diff] [blame] | 343 | 'http/http_auth_filter_win.h', |
[email protected] | 8372717 | 2010-06-04 17:58:08 | [diff] [blame] | 344 | 'http/http_auth_gssapi_posix.cc', |
| 345 | 'http/http_auth_gssapi_posix.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 346 | 'http/http_auth_handler.cc', |
[email protected] | fa55e19 | 2010-02-15 14:25:50 | [diff] [blame] | 347 | 'http/http_auth_handler.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 348 | 'http/http_auth_handler_basic.cc', |
| 349 | 'http/http_auth_handler_basic.h', |
| 350 | 'http/http_auth_handler_digest.cc', |
| 351 | 'http/http_auth_handler_digest.h', |
[email protected] | fa55e19 | 2010-02-15 14:25:50 | [diff] [blame] | 352 | 'http/http_auth_handler_factory.cc', |
| 353 | 'http/http_auth_handler_factory.h', |
[email protected] | 4fd4a6d | 2010-01-21 21:38:05 | [diff] [blame] | 354 | 'http/http_auth_handler_negotiate.h', |
[email protected] | 65d3438 | 2010-07-01 18:12:26 | [diff] [blame] | 355 | 'http/http_auth_handler_negotiate.cc', |
[email protected] | 5ae0b86 | 2009-02-28 02:02:41 | [diff] [blame] | 356 | 'http/http_auth_handler_ntlm.cc', |
| 357 | 'http/http_auth_handler_ntlm.h', |
[email protected] | ea9dc9a | 2009-09-05 00:43:32 | [diff] [blame] | 358 | 'http/http_auth_handler_ntlm_portable.cc', |
| 359 | 'http/http_auth_handler_ntlm_win.cc', |
[email protected] | 7da0b33 | 2010-01-08 14:56:56 | [diff] [blame] | 360 | 'http/http_auth_sspi_win.cc', |
| 361 | 'http/http_auth_sspi_win.h', |
[email protected] | 0877e3d | 2009-10-17 22:29:57 | [diff] [blame] | 362 | 'http/http_basic_stream.cc', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 363 | 'http/http_basic_stream.h', |
[email protected] | fc48db8 | 2009-04-28 21:23:39 | [diff] [blame] | 364 | 'http/http_byte_range.cc', |
| 365 | 'http/http_byte_range.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 366 | 'http/http_cache.cc', |
| 367 | 'http/http_cache.h', |
[email protected] | 983a1da | 2009-11-11 19:59:23 | [diff] [blame] | 368 | 'http/http_cache_transaction.cc', |
| 369 | 'http/http_cache_transaction.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 370 | 'http/http_chunked_decoder.cc', |
| 371 | 'http/http_chunked_decoder.h', |
[email protected] | 532c7fb | 2011-04-30 01:54:16 | [diff] [blame] | 372 | 'http/http_mac_signature.cc', |
| 373 | 'http/http_mac_signature.h', |
[email protected] | b104b50 | 2010-10-18 20:21:31 | [diff] [blame] | 374 | 'http/http_net_log_params.cc', |
[email protected] | a7ea883 | 2010-07-12 17:54:54 | [diff] [blame] | 375 | 'http/http_net_log_params.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 376 | 'http/http_network_layer.cc', |
| 377 | 'http/http_network_layer.h', |
[email protected] | 0d8fa3ec | 2009-04-08 04:22:44 | [diff] [blame] | 378 | 'http/http_network_session.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 379 | 'http/http_network_session.h', |
[email protected] | 5322a7f | 2011-02-11 20:44:42 | [diff] [blame] | 380 | 'http/http_network_session_peer.cc', |
[email protected] | 87bfa3f | 2010-09-30 14:54:56 | [diff] [blame] | 381 | 'http/http_network_session_peer.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 382 | 'http/http_network_transaction.cc', |
| 383 | 'http/http_network_transaction.h', |
[email protected] | 270c641 | 2010-03-29 22:02:47 | [diff] [blame] | 384 | 'http/http_request_headers.cc', |
| 385 | 'http/http_request_headers.h', |
[email protected] | 9b2331d9 | 2010-10-04 23:11:19 | [diff] [blame] | 386 | 'http/http_request_info.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 387 | 'http/http_request_info.h', |
[email protected] | 0b0bf03 | 2010-09-21 18:08:50 | [diff] [blame] | 388 | 'http/http_response_body_drainer.cc', |
| 389 | 'http/http_response_body_drainer.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 390 | 'http/http_response_headers.cc', |
| 391 | 'http/http_response_headers.h', |
| 392 | 'http/http_response_info.cc', |
| 393 | 'http/http_response_info.h', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 394 | 'http/http_stream.h', |
[email protected] | 8e6441ca | 2010-08-19 05:56:38 | [diff] [blame] | 395 | 'http/http_stream_factory.cc', |
| 396 | 'http/http_stream_factory.h', |
[email protected] | 102e27c | 2011-02-23 01:01:31 | [diff] [blame] | 397 | 'http/http_stream_factory_impl.cc', |
| 398 | 'http/http_stream_factory_impl.h', |
| 399 | 'http/http_stream_factory_impl_job.cc', |
| 400 | 'http/http_stream_factory_impl_job.h', |
[email protected] | 7f28a8df | 2011-02-25 22:26:03 | [diff] [blame] | 401 | 'http/http_stream_factory_impl_request.cc', |
| 402 | 'http/http_stream_factory_impl_request.h', |
[email protected] | 0877e3d | 2009-10-17 22:29:57 | [diff] [blame] | 403 | 'http/http_stream_parser.cc', |
| 404 | 'http/http_stream_parser.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 405 | 'http/http_transaction.h', |
| 406 | 'http/http_transaction_factory.h', |
[email protected] | d7f1663 | 2010-03-29 18:02:36 | [diff] [blame] | 407 | 'http/url_security_manager.h', |
[email protected] | 930cbb5 | 2010-04-02 17:27:10 | [diff] [blame] | 408 | 'http/url_security_manager.cc', |
[email protected] | d7f1663 | 2010-03-29 18:02:36 | [diff] [blame] | 409 | 'http/url_security_manager_posix.cc', |
| 410 | 'http/url_security_manager_win.cc', |
[email protected] | a7ea883 | 2010-07-12 17:54:54 | [diff] [blame] | 411 | 'http/http_proxy_client_socket.cc', |
| 412 | 'http/http_proxy_client_socket.h', |
[email protected] | e772db3f | 2010-07-12 18:11:13 | [diff] [blame] | 413 | 'http/http_proxy_client_socket_pool.cc', |
| 414 | 'http/http_proxy_client_socket_pool.h', |
[email protected] | fe2f62a | 2010-10-01 03:34:07 | [diff] [blame] | 415 | 'http/http_proxy_utils.cc', |
| 416 | 'http/http_proxy_utils.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 417 | 'http/http_util.cc', |
[email protected] | e6547c1 | 2009-09-18 03:47:01 | [diff] [blame] | 418 | 'http/http_util_icu.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 419 | 'http/http_util.h', |
| 420 | 'http/http_vary_data.cc', |
| 421 | 'http/http_vary_data.h', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 422 | 'http/http_version.h', |
[email protected] | 5ae0b86 | 2009-02-28 02:02:41 | [diff] [blame] | 423 | 'http/md4.cc', |
| 424 | 'http/md4.h', |
[email protected] | 8bf26f49a | 2009-06-12 17:35:50 | [diff] [blame] | 425 | 'http/partial_data.cc', |
| 426 | 'http/partial_data.h', |
[email protected] | 511f6f5 | 2010-12-17 03:58:29 | [diff] [blame] | 427 | 'http/proxy_client_socket.h', |
[email protected] | 25d8ea2 | 2009-08-25 19:42:29 | [diff] [blame] | 428 | 'ocsp/nss_ocsp.cc', |
| 429 | 'ocsp/nss_ocsp.h', |
[email protected] | 7258def | 2011-05-17 19:53:00 | [diff] [blame] | 430 | 'proxy/dhcp_proxy_script_fetcher.cc', |
| 431 | 'proxy/dhcp_proxy_script_fetcher.h', |
| 432 | 'proxy/dhcp_proxy_script_fetcher_factory.cc', |
| 433 | 'proxy/dhcp_proxy_script_fetcher_factory.h', |
| 434 | 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', |
| 435 | 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', |
| 436 | 'proxy/dhcp_proxy_script_fetcher_win.cc', |
| 437 | 'proxy/dhcp_proxy_script_fetcher_win.h', |
| 438 | 'proxy/dhcpcsvc_init_win.cc', |
| 439 | 'proxy/dhcpcsvc_init_win.h', |
[email protected] | 620f571 | 2009-08-04 22:43:12 | [diff] [blame] | 440 | 'proxy/init_proxy_resolver.cc', |
| 441 | 'proxy/init_proxy_resolver.h', |
[email protected] | 61b84d5 | 2010-07-09 03:32:00 | [diff] [blame] | 442 | 'proxy/multi_threaded_proxy_resolver.cc', |
| 443 | 'proxy/multi_threaded_proxy_resolver.h', |
[email protected] | 82a3767 | 2011-05-03 12:02:41 | [diff] [blame] | 444 | 'proxy/network_delegate_error_observer.cc', |
| 445 | 'proxy/network_delegate_error_observer.h', |
[email protected] | 11965500 | 2010-07-23 06:02:40 | [diff] [blame] | 446 | 'proxy/polling_proxy_config_service.cc', |
| 447 | 'proxy/polling_proxy_config_service.h', |
[email protected] | 7541206c | 2010-02-19 20:24:06 | [diff] [blame] | 448 | 'proxy/proxy_bypass_rules.cc', |
| 449 | 'proxy/proxy_bypass_rules.h', |
[email protected] | 7dc52f2 | 2009-03-02 22:37:18 | [diff] [blame] | 450 | 'proxy/proxy_config.cc', |
| 451 | 'proxy/proxy_config.h', |
| 452 | 'proxy/proxy_config_service.h', |
[email protected] | 1e60547 | 2010-12-16 21:41:40 | [diff] [blame] | 453 | 'proxy/proxy_config_service_fixed.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 454 | 'proxy/proxy_config_service_fixed.h', |
[email protected] | 861c6c6 | 2009-04-20 16:50:56 | [diff] [blame] | 455 | 'proxy/proxy_config_service_linux.cc', |
| 456 | 'proxy/proxy_config_service_linux.h', |
[email protected] | a9944f0 | 2009-12-10 10:37:27 | [diff] [blame] | 457 | 'proxy/proxy_config_service_mac.cc', |
| 458 | 'proxy/proxy_config_service_mac.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 459 | 'proxy/proxy_config_service_win.cc', |
| 460 | 'proxy/proxy_config_service_win.h', |
[email protected] | 7dc52f2 | 2009-03-02 22:37:18 | [diff] [blame] | 461 | 'proxy/proxy_info.cc', |
| 462 | 'proxy/proxy_info.h', |
| 463 | 'proxy/proxy_list.cc', |
| 464 | 'proxy/proxy_list.h', |
| 465 | 'proxy/proxy_resolver.h', |
[email protected] | 82a3767 | 2011-05-03 12:02:41 | [diff] [blame] | 466 | 'proxy/proxy_resolver_error_observer.h', |
[email protected] | 90ae1fb | 2009-08-02 21:07:12 | [diff] [blame] | 467 | 'proxy/proxy_resolver_js_bindings.cc', |
| 468 | 'proxy/proxy_resolver_js_bindings.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 469 | 'proxy/proxy_resolver_mac.cc', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 470 | 'proxy/proxy_resolver_mac.h', |
[email protected] | 59872eb | 2010-06-22 18:56:12 | [diff] [blame] | 471 | 'proxy/proxy_resolver_request_context.h', |
[email protected] | 6b675b8 | 2009-02-26 23:18:32 | [diff] [blame] | 472 | 'proxy/proxy_resolver_script.h', |
[email protected] | 2447640 | 2010-07-20 20:55:17 | [diff] [blame] | 473 | 'proxy/proxy_resolver_script_data.cc', |
| 474 | 'proxy/proxy_resolver_script_data.h', |
[email protected] | 6b675b8 | 2009-02-26 23:18:32 | [diff] [blame] | 475 | 'proxy/proxy_resolver_v8.cc', |
| 476 | 'proxy/proxy_resolver_v8.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 477 | 'proxy/proxy_resolver_winhttp.cc', |
| 478 | 'proxy/proxy_resolver_winhttp.h', |
[email protected] | 7dc52f2 | 2009-03-02 22:37:18 | [diff] [blame] | 479 | 'proxy/proxy_retry_info.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 480 | 'proxy/proxy_script_fetcher.h', |
[email protected] | 8693361 | 2010-10-16 23:10:33 | [diff] [blame] | 481 | 'proxy/proxy_script_fetcher_impl.cc', |
| 482 | 'proxy/proxy_script_fetcher_impl.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 483 | 'proxy/proxy_server.cc', |
[email protected] | a9944f0 | 2009-12-10 10:37:27 | [diff] [blame] | 484 | 'proxy/proxy_server_mac.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 485 | 'proxy/proxy_server.h', |
| 486 | 'proxy/proxy_service.cc', |
| 487 | 'proxy/proxy_service.h', |
[email protected] | 9ef6e9e | 2011-06-15 12:16:48 | [diff] [blame] | 488 | 'proxy/sync_host_resolver.h', |
[email protected] | 1ca2b45 | 2010-04-17 00:07:04 | [diff] [blame] | 489 | 'proxy/sync_host_resolver_bridge.cc', |
| 490 | 'proxy/sync_host_resolver_bridge.h', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 491 | 'socket/client_socket_factory.cc', |
| 492 | 'socket/client_socket_factory.h', |
| 493 | 'socket/client_socket_handle.cc', |
| 494 | 'socket/client_socket_handle.h', |
| 495 | 'socket/client_socket_pool.h', |
[email protected] | 241c5c2c | 2010-06-21 18:46:00 | [diff] [blame] | 496 | 'socket/client_socket_pool.cc', |
[email protected] | ff579d4 | 2009-06-24 15:47:02 | [diff] [blame] | 497 | 'socket/client_socket_pool_base.cc', |
| 498 | 'socket/client_socket_pool_base.h', |
[email protected] | b89f7e4 | 2010-05-20 20:37:00 | [diff] [blame] | 499 | 'socket/client_socket_pool_histograms.cc', |
| 500 | 'socket/client_socket_pool_histograms.h', |
[email protected] | 2431756e | 2010-09-29 20:26:13 | [diff] [blame] | 501 | 'socket/client_socket_pool_manager.cc', |
| 502 | 'socket/client_socket_pool_manager.h', |
[email protected] | 345c613b | 2010-11-22 19:33:18 | [diff] [blame] | 503 | 'socket/dns_cert_provenance_checker.cc', |
| 504 | 'socket/dns_cert_provenance_checker.h', |
[email protected] | f61c397 | 2010-12-23 09:54:15 | [diff] [blame] | 505 | 'socket/nss_ssl_util.cc', |
| 506 | 'socket/nss_ssl_util.h', |
[email protected] | 3871252 | 2011-04-18 23:03:32 | [diff] [blame] | 507 | 'socket/server_socket.h', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 508 | 'socket/socket.h', |
[email protected] | e0c27be | 2009-07-15 13:09:35 | [diff] [blame] | 509 | 'socket/socks5_client_socket.cc', |
| 510 | 'socket/socks5_client_socket.h', |
[email protected] | 3cd1724 | 2009-06-23 02:59:02 | [diff] [blame] | 511 | 'socket/socks_client_socket.cc', |
| 512 | 'socket/socks_client_socket.h', |
[email protected] | a796bcec | 2010-03-22 17:17:26 | [diff] [blame] | 513 | 'socket/socks_client_socket_pool.cc', |
| 514 | 'socket/socks_client_socket_pool.h', |
[email protected] | 7cf4091 | 2010-12-09 18:25:03 | [diff] [blame] | 515 | 'socket/ssl_client_socket.cc', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 516 | 'socket/ssl_client_socket.h', |
| 517 | 'socket/ssl_client_socket_mac.cc', |
[email protected] | 96142744 | 2009-07-15 19:00:47 | [diff] [blame] | 518 | 'socket/ssl_client_socket_mac.h', |
[email protected] | 2028539 | 2010-06-11 03:12:08 | [diff] [blame] | 519 | 'socket/ssl_client_socket_nss.cc', |
| 520 | 'socket/ssl_client_socket_nss.h', |
[email protected] | d518cd9 | 2010-09-29 12:27:44 | [diff] [blame] | 521 | 'socket/ssl_client_socket_openssl.cc', |
| 522 | 'socket/ssl_client_socket_openssl.h', |
[email protected] | e60e47a | 2010-07-14 03:37:18 | [diff] [blame] | 523 | 'socket/ssl_client_socket_pool.cc', |
| 524 | 'socket/ssl_client_socket_pool.h', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 525 | 'socket/ssl_client_socket_win.cc', |
| 526 | 'socket/ssl_client_socket_win.h', |
[email protected] | 47f7d74 | 2010-11-11 04:12:53 | [diff] [blame] | 527 | 'socket/ssl_error_params.cc', |
| 528 | 'socket/ssl_error_params.h', |
[email protected] | f61c397 | 2010-12-23 09:54:15 | [diff] [blame] | 529 | 'socket/ssl_server_socket.h', |
| 530 | 'socket/ssl_server_socket_nss.cc', |
| 531 | 'socket/ssl_server_socket_nss.h', |
[email protected] | c322aa9 | 2011-01-27 11:21:07 | [diff] [blame] | 532 | 'socket/ssl_server_socket_openssl.cc', |
[email protected] | b8b73cf | 2010-12-15 15:56:19 | [diff] [blame] | 533 | 'socket/ssl_host_info.cc', |
| 534 | 'socket/ssl_host_info.h', |
[email protected] | 3268023f | 2011-05-05 00:08:10 | [diff] [blame] | 535 | 'socket/stream_socket.cc', |
| 536 | 'socket/stream_socket.h', |
[email protected] | 7f7e9239 | 2010-10-26 18:29:29 | [diff] [blame] | 537 | 'socket/tcp_client_socket.cc', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 538 | 'socket/tcp_client_socket.h', |
| 539 | 'socket/tcp_client_socket_libevent.cc', |
| 540 | 'socket/tcp_client_socket_libevent.h', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 541 | 'socket/tcp_client_socket_win.cc', |
| 542 | 'socket/tcp_client_socket_win.h', |
[email protected] | 3871252 | 2011-04-18 23:03:32 | [diff] [blame] | 543 | 'socket/tcp_server_socket.h', |
| 544 | 'socket/tcp_server_socket_libevent.cc', |
| 545 | 'socket/tcp_server_socket_libevent.h', |
| 546 | 'socket/tcp_server_socket_win.cc', |
| 547 | 'socket/tcp_server_socket_win.h', |
[email protected] | ab73904 | 2011-04-07 15:22:28 | [diff] [blame] | 548 | 'socket/transport_client_socket_pool.cc', |
| 549 | 'socket/transport_client_socket_pool.h', |
[email protected] | 38dc684d | 2011-07-19 20:33:43 | [diff] [blame] | 550 | 'socket/web_socket_server_socket.cc', |
| 551 | 'socket/web_socket_server_socket.h', |
[email protected] | aef0313 | 2009-10-09 05:04:14 | [diff] [blame] | 552 | 'socket_stream/socket_stream.cc', |
| 553 | 'socket_stream/socket_stream.h', |
[email protected] | 6a2c3677 | 2010-03-01 02:37:13 | [diff] [blame] | 554 | 'socket_stream/socket_stream_job.cc', |
| 555 | 'socket_stream/socket_stream_job.h', |
| 556 | 'socket_stream/socket_stream_job_manager.cc', |
| 557 | 'socket_stream/socket_stream_job_manager.h', |
[email protected] | c7f689be | 2009-11-11 05:53:12 | [diff] [blame] | 558 | 'socket_stream/socket_stream_metrics.cc', |
| 559 | 'socket_stream/socket_stream_metrics.h', |
[email protected] | dab9c7d | 2010-02-06 21:44:32 | [diff] [blame] | 560 | 'spdy/spdy_bitmasks.h', |
| 561 | 'spdy/spdy_frame_builder.cc', |
| 562 | 'spdy/spdy_frame_builder.h', |
| 563 | 'spdy/spdy_framer.cc', |
| 564 | 'spdy/spdy_framer.h', |
[email protected] | 65d56aa | 2010-06-14 04:13:40 | [diff] [blame] | 565 | 'spdy/spdy_http_stream.cc', |
| 566 | 'spdy/spdy_http_stream.h', |
[email protected] | fa522e7 | 2010-09-15 23:36:29 | [diff] [blame] | 567 | 'spdy/spdy_http_utils.cc', |
| 568 | 'spdy/spdy_http_utils.h', |
[email protected] | dab9c7d | 2010-02-06 21:44:32 | [diff] [blame] | 569 | 'spdy/spdy_io_buffer.cc', |
| 570 | 'spdy/spdy_io_buffer.h', |
[email protected] | dab9c7d | 2010-02-06 21:44:32 | [diff] [blame] | 571 | 'spdy/spdy_protocol.h', |
[email protected] | fe2f62a | 2010-10-01 03:34:07 | [diff] [blame] | 572 | 'spdy/spdy_proxy_client_socket.cc', |
| 573 | 'spdy/spdy_proxy_client_socket.h', |
[email protected] | dab9c7d | 2010-02-06 21:44:32 | [diff] [blame] | 574 | 'spdy/spdy_session.cc', |
| 575 | 'spdy/spdy_session.h', |
| 576 | 'spdy/spdy_session_pool.cc', |
| 577 | 'spdy/spdy_session_pool.h', |
[email protected] | 74188f2 | 2010-04-09 20:18:50 | [diff] [blame] | 578 | 'spdy/spdy_settings_storage.cc', |
| 579 | 'spdy/spdy_settings_storage.h', |
[email protected] | dab9c7d | 2010-02-06 21:44:32 | [diff] [blame] | 580 | 'spdy/spdy_stream.cc', |
| 581 | 'spdy/spdy_stream.h', |
[email protected] | 675fa7d9 | 2011-06-27 11:50:29 | [diff] [blame] | 582 | 'spdy/spdy_websocket_stream.cc', |
| 583 | 'spdy/spdy_websocket_stream.h', |
[email protected] | 8858a11f4 | 2011-05-04 17:55:53 | [diff] [blame] | 584 | 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', |
| 585 | 'third_party/mozilla_security_manager/nsKeygenHandler.h', |
| 586 | 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', |
| 587 | 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', |
| 588 | 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', |
| 589 | 'third_party/mozilla_security_manager/nsNSSCertTrust.h', |
| 590 | 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', |
| 591 | 'third_party/mozilla_security_manager/nsPKCS12Blob.h', |
[email protected] | 7b6afd0 | 2011-03-12 00:03:12 | [diff] [blame] | 592 | 'udp/datagram_client_socket.h', |
| 593 | 'udp/datagram_server_socket.h', |
| 594 | 'udp/datagram_socket.h', |
| 595 | 'udp/udp_client_socket.cc', |
| 596 | 'udp/udp_client_socket.h', |
| 597 | 'udp/udp_server_socket.cc', |
| 598 | 'udp/udp_server_socket.h', |
| 599 | 'udp/udp_socket.h', |
| 600 | 'udp/udp_socket_libevent.cc', |
| 601 | 'udp/udp_socket_libevent.h', |
| 602 | 'udp/udp_socket_win.cc', |
| 603 | 'udp/udp_socket_win.h', |
[email protected] | be4d55fe | 2010-06-01 13:40:02 | [diff] [blame] | 604 | 'url_request/https_prober.h', |
| 605 | 'url_request/https_prober.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 606 | 'url_request/url_request.cc', |
| 607 | 'url_request/url_request.h', |
| 608 | 'url_request/url_request_about_job.cc', |
| 609 | 'url_request/url_request_about_job.h', |
[email protected] | f1d8192 | 2010-07-31 17:47:09 | [diff] [blame] | 610 | 'url_request/url_request_context.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 611 | 'url_request/url_request_context.h', |
[email protected] | abe2c03 | 2011-03-31 18:49:34 | [diff] [blame] | 612 | 'url_request/url_request_context_getter.cc', |
| 613 | 'url_request/url_request_context_getter.h', |
[email protected] | 529623e | 2011-02-23 17:37:16 | [diff] [blame] | 614 | 'url_request/url_request_context_storage.cc', |
| 615 | 'url_request/url_request_context_storage.h', |
[email protected] | fcb7fd9 | 2009-10-22 04:18:58 | [diff] [blame] | 616 | 'url_request/url_request_data_job.cc', |
| 617 | 'url_request/url_request_data_job.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 618 | 'url_request/url_request_error_job.cc', |
| 619 | 'url_request/url_request_error_job.h', |
| 620 | 'url_request/url_request_file_dir_job.cc', |
| 621 | 'url_request/url_request_file_dir_job.h', |
| 622 | 'url_request/url_request_file_job.cc', |
| 623 | 'url_request/url_request_file_job.h', |
| 624 | 'url_request/url_request_filter.cc', |
| 625 | 'url_request/url_request_filter.h', |
[email protected] | e7fe528 | 2010-03-16 12:40:13 | [diff] [blame] | 626 | 'url_request/url_request_ftp_job.cc', |
| 627 | 'url_request/url_request_ftp_job.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 628 | 'url_request/url_request_http_job.cc', |
| 629 | 'url_request/url_request_http_job.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 630 | 'url_request/url_request_job.cc', |
| 631 | 'url_request/url_request_job.h', |
[email protected] | a8c1e745 | 2011-05-14 06:17:07 | [diff] [blame] | 632 | 'url_request/url_request_job_factory.cc', |
| 633 | 'url_request/url_request_job_factory.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 634 | 'url_request/url_request_job_manager.cc', |
| 635 | 'url_request/url_request_job_manager.h', |
[email protected] | 261283423 | 2010-05-14 21:52:36 | [diff] [blame] | 636 | 'url_request/url_request_netlog_params.cc', |
| 637 | 'url_request/url_request_netlog_params.h', |
[email protected] | 56d8318 | 2009-09-04 20:01:45 | [diff] [blame] | 638 | 'url_request/url_request_redirect_job.cc', |
| 639 | 'url_request/url_request_redirect_job.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 640 | 'url_request/url_request_simple_job.cc', |
| 641 | 'url_request/url_request_simple_job.h', |
| 642 | 'url_request/url_request_status.h', |
| 643 | 'url_request/url_request_test_job.cc', |
| 644 | 'url_request/url_request_test_job.h', |
[email protected] | 6b3f964 | 2010-11-25 02:29:06 | [diff] [blame] | 645 | 'url_request/url_request_throttler_entry.cc', |
| 646 | 'url_request/url_request_throttler_entry.h', |
| 647 | 'url_request/url_request_throttler_entry_interface.h', |
| 648 | 'url_request/url_request_throttler_header_adapter.h', |
| 649 | 'url_request/url_request_throttler_header_adapter.cc', |
| 650 | 'url_request/url_request_throttler_header_interface.h', |
| 651 | 'url_request/url_request_throttler_manager.cc', |
| 652 | 'url_request/url_request_throttler_manager.h', |
[email protected] | 13c34d1 | 2009-09-14 20:51:04 | [diff] [blame] | 653 | 'url_request/view_cache_helper.cc', |
| 654 | 'url_request/view_cache_helper.h', |
[email protected] | 3985966a | 2010-06-01 03:11:16 | [diff] [blame] | 655 | 'websockets/websocket_frame_handler.cc', |
| 656 | 'websockets/websocket_frame_handler.h', |
[email protected] | 817fc50 | 2010-06-03 08:58:08 | [diff] [blame] | 657 | 'websockets/websocket_handshake_handler.cc', |
| 658 | 'websockets/websocket_handshake_handler.h', |
[email protected] | 6a2c3677 | 2010-03-01 02:37:13 | [diff] [blame] | 659 | 'websockets/websocket_job.cc', |
| 660 | 'websockets/websocket_job.h', |
[email protected] | 78994ab0 | 2010-12-08 18:06:44 | [diff] [blame] | 661 | 'websockets/websocket_net_log_params.cc', |
[email protected] | 6983889c | 2010-08-12 04:15:21 | [diff] [blame] | 662 | 'websockets/websocket_net_log_params.h', |
[email protected] | 4c4eac0 | 2009-11-04 10:02:28 | [diff] [blame] | 663 | 'websockets/websocket_throttle.cc', |
| 664 | 'websockets/websocket_throttle.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 665 | ], |
[email protected] | 1dde29e | 2011-07-20 18:38:24 | [diff] [blame] | 666 | 'defines': [ |
| 667 | 'NET_IMPLEMENTATION', |
| 668 | ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 669 | 'export_dependent_settings': [ |
| 670 | '../base/base.gyp:base', |
| 671 | ], |
[email protected] | 8858a11f4 | 2011-05-04 17:55:53 | [diff] [blame] | 672 | 'actions': [ |
| 673 | { |
| 674 | 'action_name': 'ssl_false_start_blacklist', |
| 675 | 'inputs': [ |
| 676 | '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)', |
| 677 | 'base/ssl_false_start_blacklist.txt', |
| 678 | ], |
| 679 | 'outputs': [ |
| 680 | '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc', |
| 681 | ], |
| 682 | 'action': |
| 683 | ['<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)', |
| 684 | 'base/ssl_false_start_blacklist.txt', |
| 685 | '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc', |
| 686 | ], |
| 687 | 'message': 'Generating SSL False Start blacklist', |
| 688 | 'process_outputs_as_sources': 1, |
| 689 | }, |
| 690 | ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 691 | 'conditions': [ |
[email protected] | c61f643 | 2009-04-22 01:16:42 | [diff] [blame] | 692 | ['javascript_engine=="v8"', { |
| 693 | 'dependencies': [ |
[email protected] | 44531a2 | 2009-04-28 21:37:56 | [diff] [blame] | 694 | '../v8/tools/gyp/v8.gyp:v8', |
[email protected] | c61f643 | 2009-04-22 01:16:42 | [diff] [blame] | 695 | ], |
| 696 | }], |
[email protected] | f50278cd | 2010-08-24 17:34:08 | [diff] [blame] | 697 | ['chromeos==1', { |
| 698 | 'sources!': [ |
| 699 | 'proxy/proxy_config_service_linux.cc', |
| 700 | 'proxy/proxy_config_service_linux.h', |
| 701 | ], |
| 702 | }], |
[email protected] | 70372d4 | 2010-10-22 13:12:34 | [diff] [blame] | 703 | ['use_openssl==1', { |
[email protected] | b1c2a554 | 2010-10-08 12:44:40 | [diff] [blame] | 704 | 'sources!': [ |
[email protected] | 8858a11f4 | 2011-05-04 17:55:53 | [diff] [blame] | 705 | 'base/cert_database_nss.cc', |
| 706 | 'base/crypto_module_nss.cc', |
| 707 | 'base/dnssec_keyset.cc', |
| 708 | 'base/dnssec_keyset.h', |
| 709 | 'base/keygen_handler_nss.cc', |
| 710 | 'base/nss_memio.c', |
| 711 | 'base/nss_memio.h', |
| 712 | 'base/test_root_certs_nss.cc', |
| 713 | 'base/x509_certificate_nss.cc', |
[email protected] | 5f7e5cb2 | 2010-11-15 16:08:10 | [diff] [blame] | 714 | 'ocsp/nss_ocsp.cc', |
| 715 | 'ocsp/nss_ocsp.h', |
[email protected] | d8fbf58 | 2010-11-04 21:51:12 | [diff] [blame] | 716 | 'socket/dns_cert_provenance_check.cc', |
| 717 | 'socket/dns_cert_provenance_check.h', |
[email protected] | 7fd3fd82 | 2010-12-23 12:15:49 | [diff] [blame] | 718 | 'socket/nss_ssl_util.cc', |
| 719 | 'socket/nss_ssl_util.h', |
[email protected] | 5f7e5cb2 | 2010-11-15 16:08:10 | [diff] [blame] | 720 | 'socket/ssl_client_socket_nss.cc', |
| 721 | 'socket/ssl_client_socket_nss.h', |
[email protected] | f61c397 | 2010-12-23 09:54:15 | [diff] [blame] | 722 | 'socket/ssl_server_socket_nss.cc', |
| 723 | 'socket/ssl_server_socket_nss.h', |
[email protected] | 8858a11f4 | 2011-05-04 17:55:53 | [diff] [blame] | 724 | 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', |
| 725 | 'third_party/mozilla_security_manager/nsKeygenHandler.h', |
| 726 | 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', |
| 727 | 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', |
| 728 | 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', |
| 729 | 'third_party/mozilla_security_manager/nsNSSCertTrust.h', |
| 730 | 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', |
| 731 | 'third_party/mozilla_security_manager/nsPKCS12Blob.h', |
[email protected] | 5f7e5cb2 | 2010-11-15 16:08:10 | [diff] [blame] | 732 | ], |
| 733 | }, |
| 734 | { # else !use_openssl: remove the unneeded files |
| 735 | 'sources!': [ |
[email protected] | 8858a11f4 | 2011-05-04 17:55:53 | [diff] [blame] | 736 | 'base/cert_database_openssl.cc', |
| 737 | 'base/crypto_module_openssl.cc', |
| 738 | 'base/keygen_handler_openssl.cc', |
| 739 | 'base/openssl_memory_private_key_store.cc', |
| 740 | 'base/openssl_private_key_store.h', |
| 741 | 'base/test_root_certs_openssl.cc', |
| 742 | 'base/x509_certificate_openssl.cc', |
[email protected] | 6ced0b4 | 2011-06-07 22:52:10 | [diff] [blame] | 743 | 'base/x509_util_openssl.cc', |
| 744 | 'base/x509_util_openssl.h', |
[email protected] | 5f7e5cb2 | 2010-11-15 16:08:10 | [diff] [blame] | 745 | 'socket/ssl_client_socket_openssl.cc', |
| 746 | 'socket/ssl_client_socket_openssl.h', |
[email protected] | c322aa9 | 2011-01-27 11:21:07 | [diff] [blame] | 747 | 'socket/ssl_server_socket_openssl.cc', |
[email protected] | d518cd9 | 2010-09-29 12:27:44 | [diff] [blame] | 748 | ], |
| 749 | }, |
| 750 | ], |
[email protected] | 6a654d45 | 2011-05-23 22:06:54 | [diff] [blame] | 751 | [ 'toolkit_uses_gtk == 1', { |
[email protected] | 3dd6f5e | 2010-06-01 20:28:03 | [diff] [blame] | 752 | 'dependencies': [ |
| 753 | '../build/linux/system.gyp:gconf', |
| 754 | '../build/linux/system.gyp:gdk', |
[email protected] | abcc9ac | 2011-05-16 20:04:35 | [diff] [blame] | 755 | '../build/linux/system.gyp:gio', |
[email protected] | 8858a11f4 | 2011-05-04 17:55:53 | [diff] [blame] | 756 | '../build/linux/system.gyp:libresolv', |
[email protected] | bbbe9ad | 2010-11-04 14:56:20 | [diff] [blame] | 757 | ], |
| 758 | 'conditions': [ |
| 759 | ['use_openssl==1', { |
| 760 | 'dependencies': [ |
[email protected] | 32e1dee | 2010-12-09 18:36:24 | [diff] [blame] | 761 | '../third_party/openssl/openssl.gyp:openssl', |
[email protected] | bbbe9ad | 2010-11-04 14:56:20 | [diff] [blame] | 762 | ], |
| 763 | }, |
| 764 | { # else use_openssl==0, use NSS |
| 765 | 'dependencies': [ |
[email protected] | 638e9df4 | 2011-05-31 17:19:30 | [diff] [blame] | 766 | '../build/linux/system.gyp:ssl', |
[email protected] | bbbe9ad | 2010-11-04 14:56:20 | [diff] [blame] | 767 | ], |
| 768 | }], |
[email protected] | 94f8c95 | 2011-06-25 04:54:41 | [diff] [blame] | 769 | ['OS=="solaris"', { |
| 770 | 'link_settings': { |
| 771 | 'ldflags': [ |
| 772 | '-R/usr/lib/mps', |
| 773 | ], |
| 774 | }, |
| 775 | }], |
[email protected] | 3dd6f5e | 2010-06-01 20:28:03 | [diff] [blame] | 776 | ], |
| 777 | }, |
| 778 | { # else: OS is not in the above list |
| 779 | 'sources!': [ |
[email protected] | 8858a11f4 | 2011-05-04 17:55:53 | [diff] [blame] | 780 | 'base/cert_database_nss.cc', |
| 781 | 'base/crypto_module_nss.cc', |
| 782 | 'base/keygen_handler_nss.cc', |
| 783 | 'base/test_root_certs_nss.cc', |
| 784 | 'base/x509_certificate_nss.cc', |
[email protected] | 3dd6f5e | 2010-06-01 20:28:03 | [diff] [blame] | 785 | 'ocsp/nss_ocsp.cc', |
| 786 | 'ocsp/nss_ocsp.h', |
[email protected] | 8858a11f4 | 2011-05-04 17:55:53 | [diff] [blame] | 787 | 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', |
| 788 | 'third_party/mozilla_security_manager/nsKeygenHandler.h', |
| 789 | 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', |
| 790 | 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', |
| 791 | 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', |
| 792 | 'third_party/mozilla_security_manager/nsNSSCertTrust.h', |
| 793 | 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', |
| 794 | 'third_party/mozilla_security_manager/nsPKCS12Blob.h', |
[email protected] | 3dd6f5e | 2010-06-01 20:28:03 | [diff] [blame] | 795 | ], |
| 796 | }, |
| 797 | ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 798 | [ 'OS == "win"', { |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 799 | 'sources!': [ |
[email protected] | ea9dc9a | 2009-09-05 00:43:32 | [diff] [blame] | 800 | 'http/http_auth_handler_ntlm_portable.cc', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 801 | 'socket/tcp_client_socket_libevent.cc', |
[email protected] | cf1b582 | 2011-05-19 02:34:14 | [diff] [blame] | 802 | 'socket/tcp_client_socket_libevent.h', |
[email protected] | 3871252 | 2011-04-18 23:03:32 | [diff] [blame] | 803 | 'socket/tcp_server_socket_libevent.cc', |
[email protected] | cf1b582 | 2011-05-19 02:34:14 | [diff] [blame] | 804 | 'socket/tcp_server_socket_libevent.h', |
[email protected] | 7b6afd0 | 2011-03-12 00:03:12 | [diff] [blame] | 805 | 'udp/udp_socket_libevent.cc', |
[email protected] | cf1b582 | 2011-05-19 02:34:14 | [diff] [blame] | 806 | 'udp/udp_socket_libevent.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 807 | ], |
| 808 | 'dependencies': [ |
[email protected] | 19c6391 | 2011-06-28 22:32:14 | [diff] [blame] | 809 | '../third_party/nss/nss.gyp:nspr', |
[email protected] | f505a9b | 2010-01-28 19:44:02 | [diff] [blame] | 810 | '../third_party/nss/nss.gyp:nss', |
[email protected] | 3dd6f5e | 2010-06-01 20:28:03 | [diff] [blame] | 811 | 'third_party/nss/ssl.gyp:ssl', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 812 | 'tld_cleanup', |
| 813 | ], |
[email protected] | 2743076 | 2011-07-01 20:51:20 | [diff] [blame] | 814 | }, { # else: OS != "win" |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 815 | 'sources!': [ |
[email protected] | 8858a11f4 | 2011-05-04 17:55:53 | [diff] [blame] | 816 | 'base/winsock_init.cc', |
[email protected] | cf1b582 | 2011-05-19 02:34:14 | [diff] [blame] | 817 | 'base/winsock_init.h', |
[email protected] | 8858a11f4 | 2011-05-04 17:55:53 | [diff] [blame] | 818 | 'base/winsock_util.cc', |
[email protected] | cf1b582 | 2011-05-19 02:34:14 | [diff] [blame] | 819 | 'base/winsock_util.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 820 | 'proxy/proxy_resolver_winhttp.cc', |
[email protected] | cf1b582 | 2011-05-19 02:34:14 | [diff] [blame] | 821 | 'proxy/proxy_resolver_winhttp.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 822 | ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 823 | }, |
| 824 | ], |
| 825 | [ 'OS == "mac"', { |
[email protected] | 3dd6f5e | 2010-06-01 20:28:03 | [diff] [blame] | 826 | 'dependencies': [ |
[email protected] | 19c6391 | 2011-06-28 22:32:14 | [diff] [blame] | 827 | '../third_party/nss/nss.gyp:nspr', |
[email protected] | 3dd6f5e | 2010-06-01 20:28:03 | [diff] [blame] | 828 | '../third_party/nss/nss.gyp:nss', |
| 829 | 'third_party/nss/ssl.gyp:ssl', |
[email protected] | f505a9b | 2010-01-28 19:44:02 | [diff] [blame] | 830 | ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 831 | 'link_settings': { |
| 832 | 'libraries': [ |
| 833 | '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
| 834 | '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework', |
[email protected] | 8858a11f4 | 2011-05-04 17:55:53 | [diff] [blame] | 835 | '$(SDKROOT)/usr/lib/libresolv.dylib', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 836 | ] |
| 837 | }, |
| 838 | }, |
| 839 | ], |
[email protected] | d2effad | 2011-07-11 22:47:57 | [diff] [blame] | 840 | [ 'OS == "android"', { |
| 841 | 'defines': [ |
| 842 | # Android can shut down our app at any time, so we persist session cookies. |
| 843 | 'ENABLE_PERSISTENT_SESSION_COOKIES' |
| 844 | ], |
| 845 | }, { # else OS! = "android" |
| 846 | 'defines': [ |
| 847 | # These are the features Android doesn't support. |
| 848 | 'ENABLE_MEDIA_CODEC_THEORA', |
| 849 | 'ENABLE_MEDIA_TYPE_OGG', |
| 850 | ], |
| 851 | }, |
| 852 | ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 853 | ], |
| 854 | }, |
| 855 | { |
| 856 | 'target_name': 'net_unittests', |
| 857 | 'type': 'executable', |
| 858 | 'dependencies': [ |
| 859 | 'net', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 860 | 'net_test_support', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 861 | '../base/base.gyp:base', |
[email protected] | d34d79f | 2009-10-14 22:06:14 | [diff] [blame] | 862 | '../base/base.gyp:base_i18n', |
[email protected] | 67875f51 | 2011-05-21 00:18:30 | [diff] [blame] | 863 | '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
| 864 | '../build/temp_gyp/googleurl.gyp:googleurl', |
[email protected] | 4b559b4d | 2011-04-14 17:37:14 | [diff] [blame] | 865 | '../crypto/crypto.gyp:crypto', |
[email protected] | 06489a01 | 2009-12-10 08:12:54 | [diff] [blame] | 866 | '../testing/gmock.gyp:gmock', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 867 | '../testing/gtest.gyp:gtest', |
[email protected] | e86aaca | 2009-08-12 17:58:57 | [diff] [blame] | 868 | '../third_party/zlib/zlib.gyp:zlib', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 869 | ], |
| 870 | 'sources': [ |
[email protected] | 8a00f00a | 2009-06-12 00:49:38 | [diff] [blame] | 871 | 'base/address_list_unittest.cc', |
[email protected] | cade568 | 2011-03-17 15:35:07 | [diff] [blame] | 872 | 'base/backoff_entry_unittest.cc', |
[email protected] | bb63903 | 2010-08-12 19:49:40 | [diff] [blame] | 873 | 'base/cert_database_nss_unittest.cc', |
[email protected] | 822581d | 2010-12-16 17:27:15 | [diff] [blame] | 874 | 'base/cert_verifier_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 875 | 'base/cookie_monster_unittest.cc', |
[email protected] | c06c697 | 2011-06-02 21:05:44 | [diff] [blame] | 876 | 'base/crl_filter_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 877 | 'base/data_url_unittest.cc', |
[email protected] | 97301cd | 2011-07-29 02:32:39 | [diff] [blame] | 878 | 'base/default_origin_bound_cert_store_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 879 | 'base/directory_lister_unittest.cc', |
[email protected] | b2471359 | 2010-08-11 19:50:02 | [diff] [blame] | 880 | 'base/dnssec_unittest.cc', |
[email protected] | c36f064 | 2009-09-09 01:10:50 | [diff] [blame] | 881 | 'base/dns_util_unittest.cc', |
[email protected] | b3ccac8 | 2010-08-04 15:54:40 | [diff] [blame] | 882 | 'base/dnsrr_resolver_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 883 | 'base/escape_unittest.cc', |
| 884 | 'base/file_stream_unittest.cc', |
| 885 | 'base/filter_unittest.cc', |
| 886 | 'base/gzip_filter_unittest.cc', |
[email protected] | 8a00f00a | 2009-06-12 00:49:38 | [diff] [blame] | 887 | 'base/host_cache_unittest.cc', |
[email protected] | b6a5018 | 2010-05-12 22:47:14 | [diff] [blame] | 888 | 'base/host_mapping_rules_unittest.cc', |
[email protected] | b59ff37 | 2009-07-15 22:04:32 | [diff] [blame] | 889 | 'base/host_resolver_impl_unittest.cc', |
[email protected] | 76ff86a | 2011-03-04 03:21:31 | [diff] [blame] | 890 | 'base/ip_endpoint_unittest.cc', |
[email protected] | cdafbff | 2010-03-02 17:47:02 | [diff] [blame] | 891 | 'base/keygen_handler_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 892 | 'base/listen_socket_unittest.cc', |
| 893 | 'base/listen_socket_unittest.h', |
[email protected] | 9087aa3 | 2010-02-18 08:03:38 | [diff] [blame] | 894 | 'base/mapped_host_resolver_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 895 | 'base/mime_sniffer_unittest.cc', |
| 896 | 'base/mime_util_unittest.cc', |
[email protected] | d2db029 | 2011-01-26 20:23:44 | [diff] [blame] | 897 | 'base/mock_filter_context.cc', |
| 898 | 'base/mock_filter_context.h', |
[email protected] | e8188fe | 2010-12-09 17:33:21 | [diff] [blame] | 899 | 'base/net_log_unittest.cc', |
[email protected] | 9e743cd | 2010-03-16 07:03:53 | [diff] [blame] | 900 | 'base/net_log_unittest.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 901 | 'base/net_util_unittest.cc', |
[email protected] | 97301cd | 2011-07-29 02:32:39 | [diff] [blame] | 902 | 'base/origin_bound_cert_service_unittest.cc', |
[email protected] | e5a3eef | 2010-07-22 02:31:04 | [diff] [blame] | 903 | 'base/pem_tokenizer_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 904 | 'base/registry_controlled_domain_unittest.cc', |
| 905 | 'base/run_all_unittests.cc', |
| 906 | 'base/sdch_filter_unittest.cc', |
[email protected] | b11279e | 2011-06-06 18:25:19 | [diff] [blame] | 907 | 'base/single_request_host_resolver_unittest.cc', |
[email protected] | d8654bf | 2010-07-18 16:01:32 | [diff] [blame] | 908 | 'base/ssl_cipher_suite_names_unittest.cc', |
[email protected] | 56c866a2 | 2009-06-18 19:38:58 | [diff] [blame] | 909 | 'base/ssl_client_auth_cache_unittest.cc', |
[email protected] | a0709c0d | 2010-09-01 17:04:52 | [diff] [blame] | 910 | 'base/ssl_config_service_unittest.cc', |
[email protected] | 5bafc4f | 2010-09-08 14:07:38 | [diff] [blame] | 911 | 'base/ssl_false_start_blacklist_unittest.cc', |
[email protected] | cb370a063 | 2010-01-30 08:24:12 | [diff] [blame] | 912 | 'base/static_cookie_policy_unittest.cc', |
[email protected] | 326e679 | 2009-12-11 21:04:42 | [diff] [blame] | 913 | 'base/transport_security_state_unittest.cc', |
[email protected] | a710ad60 | 2009-11-20 23:39:29 | [diff] [blame] | 914 | 'base/test_certificate_data.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 915 | 'base/test_completion_callback_unittest.cc', |
[email protected] | 95d88ffe | 2010-02-04 21:25:33 | [diff] [blame] | 916 | 'base/upload_data_stream_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 917 | 'base/x509_certificate_unittest.cc', |
[email protected] | 11f4034 | 2010-11-22 13:35:49 | [diff] [blame] | 918 | 'base/x509_cert_types_mac_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 919 | 'disk_cache/addr_unittest.cc', |
| 920 | 'disk_cache/backend_unittest.cc', |
[email protected] | 84d4cee | 2009-06-18 23:46:58 | [diff] [blame] | 921 | 'disk_cache/bitmap_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 922 | 'disk_cache/block_files_unittest.cc', |
[email protected] | 831a1a76 | 2010-10-12 05:57:08 | [diff] [blame] | 923 | 'disk_cache/cache_util_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 924 | 'disk_cache/disk_cache_test_base.cc', |
| 925 | 'disk_cache/disk_cache_test_base.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 926 | 'disk_cache/entry_unittest.cc', |
| 927 | 'disk_cache/mapped_file_unittest.cc', |
| 928 | 'disk_cache/storage_block_unittest.cc', |
[email protected] | 4b0112ab | 2011-07-22 15:58:20 | [diff] [blame] | 929 | 'dns/async_host_resolver_unittest.cc', |
| 930 | 'dns/dns_query_unittest.cc', |
| 931 | 'dns/dns_response_unittest.cc', |
| 932 | 'dns/dns_transaction_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 933 | 'ftp/ftp_auth_cache_unittest.cc', |
[email protected] | c297219 | 2009-07-28 20:30:09 | [diff] [blame] | 934 | 'ftp/ftp_ctrl_response_buffer_unittest.cc', |
[email protected] | a115b0107 | 2009-12-04 09:58:32 | [diff] [blame] | 935 | 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
[email protected] | 8425e66e | 2009-12-07 19:51:46 | [diff] [blame] | 936 | 'ftp/ftp_directory_listing_parser_netware_unittest.cc', |
[email protected] | 4c60ea0 | 2011-08-11 00:18:12 | [diff] [blame] | 937 | 'ftp/ftp_directory_listing_parser_os2_unittest.cc', |
[email protected] | 621241a | 2011-03-26 11:08:50 | [diff] [blame] | 938 | 'ftp/ftp_directory_listing_parser_unittest.cc', |
[email protected] | a115b0107 | 2009-12-04 09:58:32 | [diff] [blame] | 939 | 'ftp/ftp_directory_listing_parser_vms_unittest.cc', |
| 940 | 'ftp/ftp_directory_listing_parser_windows_unittest.cc', |
[email protected] | 69b43fe | 2009-06-15 09:47:37 | [diff] [blame] | 941 | 'ftp/ftp_network_transaction_unittest.cc', |
[email protected] | b1c7cc4 | 2009-09-24 21:46:50 | [diff] [blame] | 942 | 'ftp/ftp_util_unittest.cc', |
[email protected] | 5ae0b86 | 2009-02-28 02:02:41 | [diff] [blame] | 943 | 'http/des_unittest.cc', |
[email protected] | 564b491 | 2010-03-09 16:30:42 | [diff] [blame] | 944 | 'http/http_alternate_protocols_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 945 | 'http/http_auth_cache_unittest.cc', |
[email protected] | 76b0f68 | 2011-03-30 16:54:54 | [diff] [blame] | 946 | 'http/http_auth_controller_unittest.cc', |
[email protected] | eb3cac7 | 2010-02-26 21:07:45 | [diff] [blame] | 947 | 'http/http_auth_filter_unittest.cc', |
[email protected] | 8372717 | 2010-06-04 17:58:08 | [diff] [blame] | 948 | 'http/http_auth_gssapi_posix_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 949 | 'http/http_auth_handler_basic_unittest.cc', |
| 950 | 'http/http_auth_handler_digest_unittest.cc', |
[email protected] | fa55e19 | 2010-02-15 14:25:50 | [diff] [blame] | 951 | 'http/http_auth_handler_factory_unittest.cc', |
[email protected] | 3fd9dae | 2010-06-21 11:39:00 | [diff] [blame] | 952 | 'http/http_auth_handler_mock.cc', |
| 953 | 'http/http_auth_handler_mock.h', |
[email protected] | e607ee67 | 2010-04-28 17:16:34 | [diff] [blame] | 954 | 'http/http_auth_handler_negotiate_unittest.cc', |
[email protected] | 7775c7d | 2010-06-21 17:50:21 | [diff] [blame] | 955 | 'http/http_auth_handler_unittest.cc', |
[email protected] | 7da0b33 | 2010-01-08 14:56:56 | [diff] [blame] | 956 | 'http/http_auth_sspi_win_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 957 | 'http/http_auth_unittest.cc', |
[email protected] | fc48db8 | 2009-04-28 21:23:39 | [diff] [blame] | 958 | 'http/http_byte_range_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 959 | 'http/http_cache_unittest.cc', |
| 960 | 'http/http_chunked_decoder_unittest.cc', |
[email protected] | 532c7fb | 2011-04-30 01:54:16 | [diff] [blame] | 961 | 'http/http_mac_signature_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 962 | 'http/http_network_layer_unittest.cc', |
| 963 | 'http/http_network_transaction_unittest.cc', |
[email protected] | e772db3f | 2010-07-12 18:11:13 | [diff] [blame] | 964 | 'http/http_proxy_client_socket_pool_unittest.cc', |
[email protected] | 270c641 | 2010-03-29 22:02:47 | [diff] [blame] | 965 | 'http/http_request_headers_unittest.cc', |
[email protected] | 0b0bf03 | 2010-09-21 18:08:50 | [diff] [blame] | 966 | 'http/http_response_body_drainer_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 967 | 'http/http_response_headers_unittest.cc', |
[email protected] | 102e27c | 2011-02-23 01:01:31 | [diff] [blame] | 968 | 'http/http_stream_factory_impl_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 969 | 'http/http_transaction_unittest.cc', |
| 970 | 'http/http_transaction_unittest.h', |
| 971 | 'http/http_util_unittest.cc', |
| 972 | 'http/http_vary_data_unittest.cc', |
[email protected] | d2db029 | 2011-01-26 20:23:44 | [diff] [blame] | 973 | 'http/mock_allow_url_security_manager.cc', |
| 974 | 'http/mock_allow_url_security_manager.h', |
[email protected] | 3ad259a | 2010-07-16 17:26:47 | [diff] [blame] | 975 | 'http/mock_gssapi_library_posix.cc', |
| 976 | 'http/mock_gssapi_library_posix.h', |
[email protected] | 5c2471b | 2010-04-20 17:25:09 | [diff] [blame] | 977 | 'http/mock_sspi_library_win.h', |
| 978 | 'http/mock_sspi_library_win.cc', |
[email protected] | ffdb96f | 2010-05-05 20:02:30 | [diff] [blame] | 979 | 'http/url_security_manager_unittest.cc', |
[email protected] | 7258def | 2011-05-17 19:53:00 | [diff] [blame] | 980 | 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', |
| 981 | 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', |
| 982 | 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', |
[email protected] | 620f571 | 2009-08-04 22:43:12 | [diff] [blame] | 983 | 'proxy/init_proxy_resolver_unittest.cc', |
[email protected] | 61b84d5 | 2010-07-09 03:32:00 | [diff] [blame] | 984 | 'proxy/multi_threaded_proxy_resolver_unittest.cc', |
[email protected] | 82a3767 | 2011-05-03 12:02:41 | [diff] [blame] | 985 | 'proxy/network_delegate_error_observer_unittest.cc', |
[email protected] | 7541206c | 2010-02-19 20:24:06 | [diff] [blame] | 986 | 'proxy/proxy_bypass_rules_unittest.cc', |
[email protected] | 861c6c6 | 2009-04-20 16:50:56 | [diff] [blame] | 987 | 'proxy/proxy_config_service_linux_unittest.cc', |
[email protected] | 96ce2236 | 2009-03-27 20:19:57 | [diff] [blame] | 988 | 'proxy/proxy_config_service_win_unittest.cc', |
[email protected] | 5b45aec0 | 2009-03-31 01:03:23 | [diff] [blame] | 989 | 'proxy/proxy_config_unittest.cc', |
[email protected] | 7dc52f2 | 2009-03-02 22:37:18 | [diff] [blame] | 990 | 'proxy/proxy_list_unittest.cc', |
[email protected] | 90ae1fb | 2009-08-02 21:07:12 | [diff] [blame] | 991 | 'proxy/proxy_resolver_js_bindings_unittest.cc', |
[email protected] | 6b675b8 | 2009-02-26 23:18:32 | [diff] [blame] | 992 | 'proxy/proxy_resolver_v8_unittest.cc', |
[email protected] | 8693361 | 2010-10-16 23:10:33 | [diff] [blame] | 993 | 'proxy/proxy_script_fetcher_impl_unittest.cc', |
[email protected] | 8b03e8d | 2009-03-02 06:53:31 | [diff] [blame] | 994 | 'proxy/proxy_server_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 995 | 'proxy/proxy_service_unittest.cc', |
[email protected] | 1ca2b45 | 2010-04-17 00:07:04 | [diff] [blame] | 996 | 'proxy/sync_host_resolver_bridge_unittest.cc', |
[email protected] | ab83889 | 2009-06-30 18:49:05 | [diff] [blame] | 997 | 'socket/client_socket_pool_base_unittest.cc', |
[email protected] | 5e660958 | 2010-10-05 18:14:20 | [diff] [blame] | 998 | 'socket/deterministic_socket_data_unittest.cc', |
[email protected] | e0c27be | 2009-07-15 13:09:35 | [diff] [blame] | 999 | 'socket/socks5_client_socket_unittest.cc', |
[email protected] | a796bcec | 2010-03-22 17:17:26 | [diff] [blame] | 1000 | 'socket/socks_client_socket_pool_unittest.cc', |
[email protected] | 76a51ac8 | 2009-06-28 07:58:58 | [diff] [blame] | 1001 | 'socket/socks_client_socket_unittest.cc', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 1002 | 'socket/ssl_client_socket_unittest.cc', |
[email protected] | e60e47a | 2010-07-14 03:37:18 | [diff] [blame] | 1003 | 'socket/ssl_client_socket_pool_unittest.cc', |
[email protected] | f61c397 | 2010-12-23 09:54:15 | [diff] [blame] | 1004 | 'socket/ssl_server_socket_unittest.cc', |
[email protected] | 03ec2538 | 2011-05-27 21:50:28 | [diff] [blame] | 1005 | 'socket/tcp_client_socket_unittest.cc', |
[email protected] | 3871252 | 2011-04-18 23:03:32 | [diff] [blame] | 1006 | 'socket/tcp_server_socket_unittest.cc', |
[email protected] | ab73904 | 2011-04-07 15:22:28 | [diff] [blame] | 1007 | 'socket/transport_client_socket_pool_unittest.cc', |
[email protected] | a01076a | 2011-04-12 15:24:04 | [diff] [blame] | 1008 | 'socket/transport_client_socket_unittest.cc', |
[email protected] | 38dc684d | 2011-07-19 20:33:43 | [diff] [blame] | 1009 | 'socket/web_socket_server_socket_unittest.cc', |
[email protected] | 26a6459 | 2009-12-15 08:04:40 | [diff] [blame] | 1010 | 'socket_stream/socket_stream_metrics_unittest.cc', |
[email protected] | 5f7d8d7 | 2009-10-27 09:40:11 | [diff] [blame] | 1011 | 'socket_stream/socket_stream_unittest.cc', |
[email protected] | dab9c7d | 2010-02-06 21:44:32 | [diff] [blame] | 1012 | 'spdy/spdy_framer_test.cc', |
[email protected] | 65d56aa | 2010-06-14 04:13:40 | [diff] [blame] | 1013 | 'spdy/spdy_http_stream_unittest.cc', |
[email protected] | dab9c7d | 2010-02-06 21:44:32 | [diff] [blame] | 1014 | 'spdy/spdy_network_transaction_unittest.cc', |
| 1015 | 'spdy/spdy_protocol_test.cc', |
[email protected] | fe2f62a | 2010-10-01 03:34:07 | [diff] [blame] | 1016 | 'spdy/spdy_proxy_client_socket_unittest.cc', |
[email protected] | dab9c7d | 2010-02-06 21:44:32 | [diff] [blame] | 1017 | 'spdy/spdy_session_unittest.cc', |
[email protected] | 4f38642 | 2010-07-20 04:19:49 | [diff] [blame] | 1018 | 'spdy/spdy_stream_unittest.cc', |
[email protected] | 75f30cc2 | 2010-06-28 21:41:38 | [diff] [blame] | 1019 | 'spdy/spdy_test_util.cc', |
[email protected] | 2ff8b31 | 2010-04-26 22:20:54 | [diff] [blame] | 1020 | 'spdy/spdy_test_util.h', |
[email protected] | 675fa7d9 | 2011-06-27 11:50:29 | [diff] [blame] | 1021 | 'spdy/spdy_websocket_stream_unittest.cc', |
[email protected] | 30f8519 | 2011-07-07 08:18:02 | [diff] [blame] | 1022 | 'spdy/spdy_websocket_test_util.cc', |
| 1023 | 'spdy/spdy_websocket_test_util.h', |
[email protected] | 9af13ce | 2010-09-16 21:45:48 | [diff] [blame] | 1024 | 'test/python_utils_unittest.cc', |
[email protected] | 196f286c | 2010-06-07 14:57:17 | [diff] [blame] | 1025 | 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1026 | 'tools/dump_cache/url_to_filename_encoder.h', |
| 1027 | 'tools/dump_cache/url_to_filename_encoder_unittest.cc', |
[email protected] | 8cd1ba5a | 2010-08-17 23:47:23 | [diff] [blame] | 1028 | 'tools/dump_cache/url_utilities.h', |
| 1029 | 'tools/dump_cache/url_utilities.cc', |
| 1030 | 'tools/dump_cache/url_utilities_unittest.cc', |
[email protected] | 7b6afd0 | 2011-03-12 00:03:12 | [diff] [blame] | 1031 | 'udp/udp_socket_unittest.cc', |
[email protected] | a8c1e745 | 2011-05-14 06:17:07 | [diff] [blame] | 1032 | 'url_request/url_request_job_factory_unittest.cc', |
[email protected] | d4ae579 | 2011-06-02 14:55:04 | [diff] [blame] | 1033 | 'url_request/url_request_throttler_simulation_unittest.cc', |
| 1034 | 'url_request/url_request_throttler_test_support.cc', |
| 1035 | 'url_request/url_request_throttler_test_support.h', |
[email protected] | 6b3f964 | 2010-11-25 02:29:06 | [diff] [blame] | 1036 | 'url_request/url_request_throttler_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1037 | 'url_request/url_request_unittest.cc', |
[email protected] | cec6f9b0 | 2010-05-27 22:06:31 | [diff] [blame] | 1038 | 'url_request/view_cache_helper_unittest.cc', |
[email protected] | 3985966a | 2010-06-01 03:11:16 | [diff] [blame] | 1039 | 'websockets/websocket_frame_handler_unittest.cc', |
[email protected] | 817fc50 | 2010-06-03 08:58:08 | [diff] [blame] | 1040 | 'websockets/websocket_handshake_handler_unittest.cc', |
[email protected] | 6a2c3677 | 2010-03-01 02:37:13 | [diff] [blame] | 1041 | 'websockets/websocket_job_unittest.cc', |
[email protected] | 7ee45785 | 2010-11-12 11:19:56 | [diff] [blame] | 1042 | 'websockets/websocket_net_log_params_unittest.cc', |
[email protected] | 4c4eac0 | 2009-11-04 10:02:28 | [diff] [blame] | 1043 | 'websockets/websocket_throttle_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1044 | ], |
| 1045 | 'conditions': [ |
[email protected] | f50278cd | 2010-08-24 17:34:08 | [diff] [blame] | 1046 | ['chromeos==1', { |
| 1047 | 'sources!': [ |
| 1048 | 'proxy/proxy_config_service_linux_unittest.cc', |
| 1049 | ], |
| 1050 | }], |
[email protected] | 6a654d45 | 2011-05-23 22:06:54 | [diff] [blame] | 1051 | [ 'toolkit_uses_gtk == 1', { |
[email protected] | 9d38403 | 2009-03-20 23:13:26 | [diff] [blame] | 1052 | 'dependencies': [ |
| 1053 | '../build/linux/system.gyp:gtk', |
[email protected] | 638e9df4 | 2011-05-31 17:19:30 | [diff] [blame] | 1054 | '../build/linux/system.gyp:ssl', |
[email protected] | 9d38403 | 2009-03-20 23:13:26 | [diff] [blame] | 1055 | ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1056 | }, |
[email protected] | bb63903 | 2010-08-12 19:49:40 | [diff] [blame] | 1057 | { # else: OS is not in the above list |
| 1058 | 'sources!': [ |
| 1059 | 'base/cert_database_nss_unittest.cc', |
| 1060 | ], |
| 1061 | } |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1062 | ], |
[email protected] | 6a654d45 | 2011-05-23 22:06:54 | [diff] [blame] | 1063 | [ 'os_posix == 1 and OS != "mac"', { |
[email protected] | d9df2b5 | 2009-12-10 12:06:15 | [diff] [blame] | 1064 | 'conditions': [ |
| 1065 | ['linux_use_tcmalloc==1', { |
| 1066 | 'dependencies': [ |
| 1067 | '../base/allocator/allocator.gyp:allocator', |
| 1068 | ], |
| 1069 | }], |
| 1070 | ], |
| 1071 | }], |
[email protected] | 70372d4 | 2010-10-22 13:12:34 | [diff] [blame] | 1072 | [ 'use_openssl==1', { |
| 1073 | # When building for OpenSSL, we need to exclude NSS specific tests. |
| 1074 | # TODO(bulach): Add equivalent tests when the underlying |
| 1075 | # functionality is ported to OpenSSL. |
[email protected] | b1c2a554 | 2010-10-08 12:44:40 | [diff] [blame] | 1076 | 'sources!': [ |
| 1077 | 'base/cert_database_nss_unittest.cc', |
[email protected] | 70372d4 | 2010-10-22 13:12:34 | [diff] [blame] | 1078 | 'base/dnssec_unittest.cc', |
[email protected] | b1c2a554 | 2010-10-08 12:44:40 | [diff] [blame] | 1079 | ], |
| 1080 | }, |
| 1081 | ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1082 | [ 'OS == "win"', { |
[email protected] | 8372717 | 2010-06-04 17:58:08 | [diff] [blame] | 1083 | 'sources!': [ |
| 1084 | 'http/http_auth_gssapi_posix_unittest.cc', |
| 1085 | ], |
[email protected] | cdafbff | 2010-03-02 17:47:02 | [diff] [blame] | 1086 | # This is needed to trigger the dll copy step on windows. |
| 1087 | # TODO(mark): Specifying this here shouldn't be necessary. |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1088 | 'dependencies': [ |
[email protected] | 28062949 | 2009-09-09 06:49:08 | [diff] [blame] | 1089 | '../third_party/icu/icu.gyp:icudata', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1090 | ], |
| 1091 | }, |
| 1092 | ], |
| 1093 | ], |
| 1094 | }, |
| 1095 | { |
| 1096 | 'target_name': 'net_perftests', |
| 1097 | 'type': 'executable', |
| 1098 | 'dependencies': [ |
| 1099 | 'net', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 1100 | 'net_test_support', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1101 | '../base/base.gyp:base', |
[email protected] | d34d79f | 2009-10-14 22:06:14 | [diff] [blame] | 1102 | '../base/base.gyp:base_i18n', |
[email protected] | 7d1ba939 | 2009-08-03 18:35:06 | [diff] [blame] | 1103 | '../base/base.gyp:test_support_perf', |
[email protected] | 67875f51 | 2011-05-21 00:18:30 | [diff] [blame] | 1104 | '../build/temp_gyp/googleurl.gyp:googleurl', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1105 | '../testing/gtest.gyp:gtest', |
| 1106 | ], |
| 1107 | 'sources': [ |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1108 | 'base/cookie_monster_perftest.cc', |
| 1109 | 'disk_cache/disk_cache_perftest.cc', |
[email protected] | 448cfef8 | 2009-03-06 01:44:33 | [diff] [blame] | 1110 | 'proxy/proxy_resolver_perftest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1111 | ], |
| 1112 | 'conditions': [ |
| 1113 | # This is needed to trigger the dll copy step on windows. |
| 1114 | # TODO(mark): Specifying this here shouldn't be necessary. |
| 1115 | [ 'OS == "win"', { |
| 1116 | 'dependencies': [ |
[email protected] | 28062949 | 2009-09-09 06:49:08 | [diff] [blame] | 1117 | '../third_party/icu/icu.gyp:icudata', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1118 | ], |
| 1119 | }, |
| 1120 | ], |
| 1121 | ], |
| 1122 | }, |
| 1123 | { |
| 1124 | 'target_name': 'stress_cache', |
| 1125 | 'type': 'executable', |
| 1126 | 'dependencies': [ |
| 1127 | 'net', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 1128 | 'net_test_support', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1129 | '../base/base.gyp:base', |
| 1130 | ], |
| 1131 | 'sources': [ |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1132 | 'disk_cache/stress_cache.cc', |
| 1133 | ], |
| 1134 | }, |
| 1135 | { |
| 1136 | 'target_name': 'tld_cleanup', |
| 1137 | 'type': 'executable', |
| 1138 | 'dependencies': [ |
| 1139 | '../base/base.gyp:base', |
[email protected] | d34d79f | 2009-10-14 22:06:14 | [diff] [blame] | 1140 | '../base/base.gyp:base_i18n', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1141 | '../build/temp_gyp/googleurl.gyp:googleurl', |
| 1142 | ], |
| 1143 | 'sources': [ |
| 1144 | 'tools/tld_cleanup/tld_cleanup.cc', |
| 1145 | ], |
| 1146 | }, |
| 1147 | { |
| 1148 | 'target_name': 'crash_cache', |
| 1149 | 'type': 'executable', |
| 1150 | 'dependencies': [ |
| 1151 | 'net', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 1152 | 'net_test_support', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1153 | '../base/base.gyp:base', |
| 1154 | ], |
| 1155 | 'sources': [ |
| 1156 | 'tools/crash_cache/crash_cache.cc', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 1157 | ], |
| 1158 | }, |
| 1159 | { |
[email protected] | f9ff629f | 2010-09-03 23:54:36 | [diff] [blame] | 1160 | 'target_name': 'run_testserver', |
| 1161 | 'type': 'executable', |
| 1162 | 'dependencies': [ |
| 1163 | 'net', |
| 1164 | 'net_test_support', |
| 1165 | '../base/base.gyp:base', |
[email protected] | 67875f51 | 2011-05-21 00:18:30 | [diff] [blame] | 1166 | '../build/temp_gyp/googleurl.gyp:googleurl', |
[email protected] | f9ff629f | 2010-09-03 23:54:36 | [diff] [blame] | 1167 | '../testing/gtest.gyp:gtest', |
| 1168 | ], |
[email protected] | f9ff629f | 2010-09-03 23:54:36 | [diff] [blame] | 1169 | 'sources': [ |
| 1170 | 'tools/testserver/run_testserver.cc', |
| 1171 | ], |
| 1172 | }, |
| 1173 | { |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 1174 | 'target_name': 'net_test_support', |
[email protected] | 5a54733 | 2011-05-19 23:18:53 | [diff] [blame] | 1175 | 'type': 'static_library', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 1176 | 'dependencies': [ |
| 1177 | 'net', |
| 1178 | '../base/base.gyp:base', |
[email protected] | 5f38d71 | 2010-10-26 06:46:59 | [diff] [blame] | 1179 | '../base/base.gyp:test_support_base', |
[email protected] | ff007e16 | 2009-05-23 09:13:15 | [diff] [blame] | 1180 | '../testing/gtest.gyp:gtest', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 1181 | ], |
| 1182 | 'sources': [ |
[email protected] | 702a6a72 | 2010-03-17 18:24:51 | [diff] [blame] | 1183 | 'base/cert_test_util.cc', |
| 1184 | 'base/cert_test_util.h', |
[email protected] | d2db029 | 2011-01-26 20:23:44 | [diff] [blame] | 1185 | 'base/cookie_monster_store_test.cc', |
| 1186 | 'base/cookie_monster_store_test.h', |
[email protected] | 54f4c936 | 2011-07-25 21:54:46 | [diff] [blame] | 1187 | 'base/cookie_store_test_helpers.cc', |
| 1188 | 'base/cookie_store_test_helpers.h', |
[email protected] | d0fd980 | 2011-07-28 21:28:18 | [diff] [blame] | 1189 | 'base/mock_host_resolver.cc', |
| 1190 | 'base/mock_host_resolver.h', |
[email protected] | d2db029 | 2011-01-26 20:23:44 | [diff] [blame] | 1191 | 'base/net_test_suite.cc', |
| 1192 | 'base/net_test_suite.h', |
[email protected] | ad74a59 | 2011-01-21 18:40:55 | [diff] [blame] | 1193 | 'base/test_completion_callback.cc', |
| 1194 | 'base/test_completion_callback.h', |
[email protected] | 4b0112ab | 2011-07-22 15:58:20 | [diff] [blame] | 1195 | 'base/test_host_resolver_observer.cc', |
| 1196 | 'base/test_host_resolver_observer.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1197 | 'disk_cache/disk_cache_test_util.cc', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 1198 | 'disk_cache/disk_cache_test_util.h', |
[email protected] | 4b0112ab | 2011-07-22 15:58:20 | [diff] [blame] | 1199 | 'dns/dns_test_util.cc', |
| 1200 | 'dns/dns_test_util.h', |
[email protected] | b6ce91b | 2011-02-10 21:30:50 | [diff] [blame] | 1201 | 'proxy/mock_proxy_resolver.cc', |
| 1202 | 'proxy/mock_proxy_resolver.h', |
[email protected] | 7258def | 2011-05-17 19:53:00 | [diff] [blame] | 1203 | 'proxy/mock_proxy_script_fetcher.cc', |
| 1204 | 'proxy/mock_proxy_script_fetcher.h', |
[email protected] | ab501a6a | 2009-05-12 15:07:50 | [diff] [blame] | 1205 | 'proxy/proxy_config_service_common_unittest.cc', |
| 1206 | 'proxy/proxy_config_service_common_unittest.h', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 1207 | 'socket/socket_test_util.cc', |
| 1208 | 'socket/socket_test_util.h', |
[email protected] | 9af13ce | 2010-09-16 21:45:48 | [diff] [blame] | 1209 | 'test/python_utils.cc', |
| 1210 | 'test/python_utils.h', |
[email protected] | 1b9565c | 2010-07-21 01:19:31 | [diff] [blame] | 1211 | 'test/test_server.cc', |
[email protected] | 95409e1 | 2010-08-17 20:07:11 | [diff] [blame] | 1212 | 'test/test_server_posix.cc', |
| 1213 | 'test/test_server_win.cc', |
[email protected] | 1b9565c | 2010-07-21 01:19:31 | [diff] [blame] | 1214 | 'test/test_server.h', |
[email protected] | d2db029 | 2011-01-26 20:23:44 | [diff] [blame] | 1215 | 'url_request/url_request_test_util.cc', |
| 1216 | 'url_request/url_request_test_util.h', |
[email protected] | 702a6a72 | 2010-03-17 18:24:51 | [diff] [blame] | 1217 | ], |
| 1218 | 'conditions': [ |
[email protected] | 6c204656 | 2010-05-07 23:47:50 | [diff] [blame] | 1219 | ['inside_chromium_build==1', { |
| 1220 | 'dependencies': [ |
[email protected] | f8636972 | 2011-02-17 13:25:23 | [diff] [blame] | 1221 | '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_compile', |
[email protected] | 6c204656 | 2010-05-07 23:47:50 | [diff] [blame] | 1222 | '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', |
[email protected] | 9cac94e | 2010-10-01 16:35:12 | [diff] [blame] | 1223 | '../third_party/protobuf/protobuf.gyp:py_proto', |
[email protected] | 6c204656 | 2010-05-07 23:47:50 | [diff] [blame] | 1224 | ], |
| 1225 | }], |
[email protected] | 6a654d45 | 2011-05-23 22:06:54 | [diff] [blame] | 1226 | ['os_posix == 1 and OS != "mac"', { |
[email protected] | 70372d4 | 2010-10-22 13:12:34 | [diff] [blame] | 1227 | 'conditions': [ |
| 1228 | ['use_openssl==1', { |
| 1229 | 'dependencies': [ |
[email protected] | 32e1dee | 2010-12-09 18:36:24 | [diff] [blame] | 1230 | '../third_party/openssl/openssl.gyp:openssl', |
[email protected] | 32765f8 | 2010-12-16 00:01:37 | [diff] [blame] | 1231 | ], |
[email protected] | 70372d4 | 2010-10-22 13:12:34 | [diff] [blame] | 1232 | }, { |
| 1233 | 'dependencies': [ |
[email protected] | 638e9df4 | 2011-05-31 17:19:30 | [diff] [blame] | 1234 | '../build/linux/system.gyp:ssl', |
[email protected] | 70372d4 | 2010-10-22 13:12:34 | [diff] [blame] | 1235 | ], |
| 1236 | }], |
[email protected] | 702a6a72 | 2010-03-17 18:24:51 | [diff] [blame] | 1237 | ], |
| 1238 | }], |
[email protected] | 6a654d45 | 2011-05-23 22:06:54 | [diff] [blame] | 1239 | ['os_posix == 1 and OS != "mac"', { |
[email protected] | 8543761 | 2010-03-22 11:55:23 | [diff] [blame] | 1240 | 'conditions': [ |
| 1241 | ['linux_use_tcmalloc==1', { |
| 1242 | 'dependencies': [ |
| 1243 | '../base/allocator/allocator.gyp:allocator', |
| 1244 | ], |
| 1245 | }], |
| 1246 | ], |
| 1247 | }], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1248 | ], |
| 1249 | }, |
[email protected] | ef36c74c | 2009-03-11 13:32:22 | [diff] [blame] | 1250 | { |
| 1251 | 'target_name': 'net_resources', |
| 1252 | 'type': 'none', |
[email protected] | 5b91087 | 2010-02-09 01:03:02 | [diff] [blame] | 1253 | 'variables': { |
[email protected] | 4de39f8 | 2011-03-28 12:01:29 | [diff] [blame] | 1254 | 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/net', |
[email protected] | 5b91087 | 2010-02-09 01:03:02 | [diff] [blame] | 1255 | }, |
[email protected] | 4de39f8 | 2011-03-28 12:01:29 | [diff] [blame] | 1256 | 'actions': [ |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1257 | { |
[email protected] | 4de39f8 | 2011-03-28 12:01:29 | [diff] [blame] | 1258 | 'action_name': 'net_resources', |
| 1259 | 'variables': { |
| 1260 | 'grit_grd_file': 'base/net_resources.grd', |
| 1261 | }, |
| 1262 | 'includes': [ '../build/grit_action.gypi' ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1263 | }, |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 1264 | ], |
[email protected] | 4de39f8 | 2011-03-28 12:01:29 | [diff] [blame] | 1265 | 'includes': [ '../build/grit_target.gypi' ], |
[email protected] | ef36c74c | 2009-03-11 13:32:22 | [diff] [blame] | 1266 | }, |
[email protected] | 75b91f9 | 2009-06-17 07:28:48 | [diff] [blame] | 1267 | { |
| 1268 | 'target_name': 'fetch_client', |
| 1269 | 'type': 'executable', |
| 1270 | 'dependencies': [ |
| 1271 | 'net', |
| 1272 | '../base/base.gyp:base', |
[email protected] | 67875f51 | 2011-05-21 00:18:30 | [diff] [blame] | 1273 | '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
| 1274 | '../build/temp_gyp/googleurl.gyp:googleurl', |
[email protected] | 75b91f9 | 2009-06-17 07:28:48 | [diff] [blame] | 1275 | '../testing/gtest.gyp:gtest', |
| 1276 | ], |
[email protected] | 75b91f9 | 2009-06-17 07:28:48 | [diff] [blame] | 1277 | 'sources': [ |
| 1278 | 'tools/fetch/fetch_client.cc', |
| 1279 | ], |
| 1280 | }, |
[email protected] | fe4f06d | 2009-06-17 07:58:05 | [diff] [blame] | 1281 | { |
| 1282 | 'target_name': 'fetch_server', |
| 1283 | 'type': 'executable', |
| 1284 | 'dependencies': [ |
| 1285 | 'net', |
| 1286 | '../base/base.gyp:base', |
[email protected] | 67875f51 | 2011-05-21 00:18:30 | [diff] [blame] | 1287 | '../build/temp_gyp/googleurl.gyp:googleurl', |
[email protected] | fe4f06d | 2009-06-17 07:58:05 | [diff] [blame] | 1288 | '../testing/gtest.gyp:gtest', |
| 1289 | ], |
[email protected] | fe4f06d | 2009-06-17 07:58:05 | [diff] [blame] | 1290 | 'sources': [ |
| 1291 | 'tools/fetch/fetch_server.cc', |
| 1292 | 'tools/fetch/http_listen_socket.cc', |
| 1293 | 'tools/fetch/http_listen_socket.h', |
| 1294 | 'tools/fetch/http_server.cc', |
| 1295 | 'tools/fetch/http_server.h', |
[email protected] | ecef1ff | 2011-02-04 18:35:54 | [diff] [blame] | 1296 | 'tools/fetch/http_server_request_info.cc', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 1297 | 'tools/fetch/http_server_request_info.h', |
[email protected] | ecef1ff | 2011-02-04 18:35:54 | [diff] [blame] | 1298 | 'tools/fetch/http_server_response_info.cc', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 1299 | 'tools/fetch/http_server_response_info.h', |
[email protected] | fe4f06d | 2009-06-17 07:58:05 | [diff] [blame] | 1300 | 'tools/fetch/http_session.cc', |
| 1301 | 'tools/fetch/http_session.h', |
| 1302 | ], |
| 1303 | }, |
[email protected] | c402da4 | 2009-12-10 02:38:03 | [diff] [blame] | 1304 | { |
[email protected] | a33721a | 2011-02-03 17:23:24 | [diff] [blame] | 1305 | 'target_name': 'http_server', |
[email protected] | 5a54733 | 2011-05-19 23:18:53 | [diff] [blame] | 1306 | 'type': 'static_library', |
[email protected] | 0569d86 | 2010-07-05 11:32:40 | [diff] [blame] | 1307 | 'dependencies': [ |
| 1308 | 'net', |
| 1309 | '../base/base.gyp:base', |
| 1310 | '../testing/gtest.gyp:gtest', |
| 1311 | ], |
[email protected] | 0569d86 | 2010-07-05 11:32:40 | [diff] [blame] | 1312 | 'sources': [ |
[email protected] | 86c6a0b5 | 2011-08-02 19:49:25 | [diff] [blame] | 1313 | 'server/http_connection.cc', |
| 1314 | 'server/http_connection.h', |
[email protected] | a33721a | 2011-02-03 17:23:24 | [diff] [blame] | 1315 | 'server/http_server.cc', |
| 1316 | 'server/http_server.h', |
[email protected] | 1889dc1b | 2010-10-14 22:03:13 | [diff] [blame] | 1317 | 'server/http_server_request_info.cc', |
[email protected] | 0569d86 | 2010-07-05 11:32:40 | [diff] [blame] | 1318 | 'server/http_server_request_info.h', |
[email protected] | 86c6a0b5 | 2011-08-02 19:49:25 | [diff] [blame] | 1319 | 'server/web_socket.cc', |
| 1320 | 'server/web_socket.h', |
[email protected] | 0569d86 | 2010-07-05 11:32:40 | [diff] [blame] | 1321 | ], |
| 1322 | }, |
| 1323 | { |
[email protected] | b40f05a | 2010-09-09 20:13:23 | [diff] [blame] | 1324 | 'target_name': 'dnssec_chain_verify', |
| 1325 | 'type': 'executable', |
| 1326 | 'dependencies': [ |
[email protected] | 8858a11f4 | 2011-05-04 17:55:53 | [diff] [blame] | 1327 | 'net', |
[email protected] | 67875f51 | 2011-05-21 00:18:30 | [diff] [blame] | 1328 | '../base/base.gyp:base', |
[email protected] | b40f05a | 2010-09-09 20:13:23 | [diff] [blame] | 1329 | ], |
| 1330 | 'sources': [ |
| 1331 | 'tools/dnssec_chain_verify/dnssec_chain_verify.cc', |
| 1332 | ] |
| 1333 | }, |
| 1334 | { |
[email protected] | 5bafc4f | 2010-09-08 14:07:38 | [diff] [blame] | 1335 | 'target_name': 'ssl_false_start_blacklist_process', |
| 1336 | 'type': 'executable', |
| 1337 | 'toolsets': ['host'], |
| 1338 | 'include_dirs': [ |
| 1339 | '..', |
| 1340 | ], |
| 1341 | 'sources': [ |
| 1342 | 'base/ssl_false_start_blacklist_process.cc', |
| 1343 | ], |
| 1344 | }, |
[email protected] | ef36c74c | 2009-03-11 13:32:22 | [diff] [blame] | 1345 | ], |
| 1346 | 'conditions': [ |
[email protected] | 6a654d45 | 2011-05-23 22:06:54 | [diff] [blame] | 1347 | ['os_posix == 1 and OS != "mac"', { |
[email protected] | b64abf63 | 2010-11-24 10:19:22 | [diff] [blame] | 1348 | 'targets': [ |
| 1349 | { |
| 1350 | 'target_name': 'flip_in_mem_edsm_server', |
| 1351 | 'type': 'executable', |
| 1352 | 'cflags': [ |
| 1353 | '-Wno-deprecated', |
| 1354 | ], |
| 1355 | 'dependencies': [ |
| 1356 | '../base/base.gyp:base', |
[email protected] | b647918 | 2011-08-11 14:53:53 | [diff] [blame] | 1357 | 'net.gyp:net', |
[email protected] | b64abf63 | 2010-11-24 10:19:22 | [diff] [blame] | 1358 | '../third_party/openssl/openssl.gyp:openssl', |
| 1359 | ], |
| 1360 | 'sources': [ |
| 1361 | 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1362 | 'tools/dump_cache/url_to_filename_encoder.h', |
| 1363 | 'tools/dump_cache/url_utilities.h', |
| 1364 | 'tools/dump_cache/url_utilities.cc', |
[email protected] | 918e8ad | 2010-09-30 15:15:52 | [diff] [blame] | 1365 | |
[email protected] | 878984e | 2011-02-02 20:03:02 | [diff] [blame] | 1366 | 'tools/flip_server/acceptor_thread.h', |
| 1367 | 'tools/flip_server/acceptor_thread.cc', |
[email protected] | b64abf63 | 2010-11-24 10:19:22 | [diff] [blame] | 1368 | 'tools/flip_server/balsa_enums.h', |
| 1369 | 'tools/flip_server/balsa_frame.cc', |
| 1370 | 'tools/flip_server/balsa_frame.h', |
| 1371 | 'tools/flip_server/balsa_headers.cc', |
| 1372 | 'tools/flip_server/balsa_headers.h', |
| 1373 | 'tools/flip_server/balsa_headers_token_utils.cc', |
| 1374 | 'tools/flip_server/balsa_headers_token_utils.h', |
| 1375 | 'tools/flip_server/balsa_visitor_interface.h', |
| 1376 | 'tools/flip_server/buffer_interface.h', |
[email protected] | 878984e | 2011-02-02 20:03:02 | [diff] [blame] | 1377 | 'tools/flip_server/constants.h', |
[email protected] | b64abf63 | 2010-11-24 10:19:22 | [diff] [blame] | 1378 | 'tools/flip_server/create_listener.cc', |
| 1379 | 'tools/flip_server/create_listener.h', |
| 1380 | 'tools/flip_server/epoll_server.cc', |
| 1381 | 'tools/flip_server/epoll_server.h', |
[email protected] | ecef1ff | 2011-02-04 18:35:54 | [diff] [blame] | 1382 | 'tools/flip_server/flip_config.cc', |
| 1383 | 'tools/flip_server/flip_config.h', |
[email protected] | b64abf63 | 2010-11-24 10:19:22 | [diff] [blame] | 1384 | 'tools/flip_server/flip_in_mem_edsm_server.cc', |
[email protected] | 878984e | 2011-02-02 20:03:02 | [diff] [blame] | 1385 | 'tools/flip_server/http_interface.cc', |
| 1386 | 'tools/flip_server/http_interface.h', |
[email protected] | b64abf63 | 2010-11-24 10:19:22 | [diff] [blame] | 1387 | 'tools/flip_server/http_message_constants.cc', |
| 1388 | 'tools/flip_server/http_message_constants.h', |
| 1389 | 'tools/flip_server/loadtime_measurement.h', |
[email protected] | 878984e | 2011-02-02 20:03:02 | [diff] [blame] | 1390 | 'tools/flip_server/mem_cache.h', |
| 1391 | 'tools/flip_server/mem_cache.cc', |
[email protected] | 878984e | 2011-02-02 20:03:02 | [diff] [blame] | 1392 | 'tools/flip_server/output_ordering.cc', |
| 1393 | 'tools/flip_server/output_ordering.h', |
[email protected] | b64abf63 | 2010-11-24 10:19:22 | [diff] [blame] | 1394 | 'tools/flip_server/ring_buffer.cc', |
| 1395 | 'tools/flip_server/ring_buffer.h', |
| 1396 | 'tools/flip_server/simple_buffer.cc', |
| 1397 | 'tools/flip_server/simple_buffer.h', |
[email protected] | 878984e | 2011-02-02 20:03:02 | [diff] [blame] | 1398 | 'tools/flip_server/sm_connection.cc', |
| 1399 | 'tools/flip_server/sm_connection.h', |
| 1400 | 'tools/flip_server/sm_interface.h', |
[email protected] | b64abf63 | 2010-11-24 10:19:22 | [diff] [blame] | 1401 | 'tools/flip_server/split.h', |
| 1402 | 'tools/flip_server/split.cc', |
[email protected] | 878984e | 2011-02-02 20:03:02 | [diff] [blame] | 1403 | 'tools/flip_server/spdy_ssl.cc', |
| 1404 | 'tools/flip_server/spdy_ssl.h', |
| 1405 | 'tools/flip_server/spdy_interface.cc', |
| 1406 | 'tools/flip_server/spdy_interface.h', |
| 1407 | 'tools/flip_server/spdy_util.cc', |
| 1408 | 'tools/flip_server/spdy_util.h', |
| 1409 | 'tools/flip_server/streamer_interface.cc', |
| 1410 | 'tools/flip_server/streamer_interface.h', |
[email protected] | b64abf63 | 2010-11-24 10:19:22 | [diff] [blame] | 1411 | 'tools/flip_server/string_piece_utils.h', |
[email protected] | b64abf63 | 2010-11-24 10:19:22 | [diff] [blame] | 1412 | ], |
| 1413 | }, |
[email protected] | b690e18 | 2011-05-18 10:36:56 | [diff] [blame] | 1414 | { |
| 1415 | 'target_name': 'curvecp', |
[email protected] | 5a54733 | 2011-05-19 23:18:53 | [diff] [blame] | 1416 | 'type': 'static_library', |
[email protected] | b690e18 | 2011-05-18 10:36:56 | [diff] [blame] | 1417 | 'dependencies': [ |
| 1418 | '../base/base.gyp:base', |
[email protected] | b647918 | 2011-08-11 14:53:53 | [diff] [blame] | 1419 | 'net.gyp:net', |
[email protected] | b690e18 | 2011-05-18 10:36:56 | [diff] [blame] | 1420 | ], |
| 1421 | 'sources': [ |
| 1422 | 'curvecp/circular_buffer.cc', |
| 1423 | 'curvecp/circular_buffer.h', |
| 1424 | 'curvecp/client_packetizer.cc', |
| 1425 | 'curvecp/client_packetizer.h', |
| 1426 | 'curvecp/connection_key.cc', |
| 1427 | 'curvecp/connection_key.h', |
| 1428 | 'curvecp/curvecp_client_socket.cc', |
| 1429 | 'curvecp/curvecp_client_socket.h', |
| 1430 | 'curvecp/curvecp_server_socket.cc', |
| 1431 | 'curvecp/curvecp_server_socket.h', |
| 1432 | 'curvecp/messenger.h', |
| 1433 | 'curvecp/messenger.cc', |
| 1434 | 'curvecp/packetizer.h', |
| 1435 | 'curvecp/protocol.cc', |
| 1436 | 'curvecp/protocol.h', |
| 1437 | 'curvecp/received_block_list.cc', |
| 1438 | 'curvecp/received_block_list.h', |
| 1439 | 'curvecp/rtt_and_send_rate_calculator.cc', |
| 1440 | 'curvecp/rtt_and_send_rate_calculator.h', |
| 1441 | 'curvecp/sent_block_list.cc', |
| 1442 | 'curvecp/sent_block_list.h', |
| 1443 | 'curvecp/server_messenger.cc', |
| 1444 | 'curvecp/server_messenger.h', |
| 1445 | 'curvecp/server_packetizer.cc', |
| 1446 | 'curvecp/server_packetizer.h', |
| 1447 | ], |
| 1448 | }, |
| 1449 | { |
| 1450 | 'target_name': 'curvecp_unittests', |
| 1451 | 'type': 'executable', |
| 1452 | 'dependencies': [ |
| 1453 | '../base/base.gyp:base', |
[email protected] | b647918 | 2011-08-11 14:53:53 | [diff] [blame] | 1454 | 'net.gyp:curvecp', |
| 1455 | 'net.gyp:net', |
[email protected] | b690e18 | 2011-05-18 10:36:56 | [diff] [blame] | 1456 | 'net_test_support', |
| 1457 | '../testing/gmock.gyp:gmock', |
| 1458 | '../testing/gtest.gyp:gtest', |
| 1459 | '../third_party/zlib/zlib.gyp:zlib', |
| 1460 | ], |
| 1461 | 'sources': [ |
| 1462 | 'curvecp/curvecp_transfer_unittest.cc', |
| 1463 | 'curvecp/test_client.cc', |
| 1464 | 'curvecp/test_server.cc', |
| 1465 | ], |
| 1466 | }, |
[email protected] | b64abf63 | 2010-11-24 10:19:22 | [diff] [blame] | 1467 | ] |
| 1468 | }], |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 1469 | ['OS=="win"', { |
| 1470 | 'targets': [ |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1471 | { |
| 1472 | # TODO(port): dump_cache is still Windows-specific. |
| 1473 | 'target_name': 'dump_cache', |
| 1474 | 'type': 'executable', |
| 1475 | 'dependencies': [ |
| 1476 | 'net', |
[email protected] | ad74a59 | 2011-01-21 18:40:55 | [diff] [blame] | 1477 | 'net_test_support', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1478 | '../base/base.gyp:base', |
| 1479 | ], |
| 1480 | 'sources': [ |
[email protected] | c44344e | 2009-09-02 22:05:50 | [diff] [blame] | 1481 | 'tools/dump_cache/cache_dumper.cc', |
| 1482 | 'tools/dump_cache/cache_dumper.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1483 | 'tools/dump_cache/dump_cache.cc', |
| 1484 | 'tools/dump_cache/dump_files.cc', |
| 1485 | 'tools/dump_cache/upgrade.cc', |
[email protected] | 196f286c | 2010-06-07 14:57:17 | [diff] [blame] | 1486 | 'tools/dump_cache/url_to_filename_encoder.cc', |
[email protected] | c44344e | 2009-09-02 22:05:50 | [diff] [blame] | 1487 | 'tools/dump_cache/url_to_filename_encoder.h', |
[email protected] | 8cd1ba5a | 2010-08-17 23:47:23 | [diff] [blame] | 1488 | 'tools/dump_cache/url_utilities.h', |
| 1489 | 'tools/dump_cache/url_utilities.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1490 | ], |
| 1491 | }, |
| 1492 | ], |
| 1493 | }], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 1494 | ], |
| 1495 | } |