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