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