[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] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 22 | ], |
| 23 | 'sources': [ |
[email protected] | 123ab1e3 | 2009-10-21 19:12:57 | [diff] [blame] | 24 | 'base/address_family.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 25 | 'base/address_list.cc', |
| 26 | 'base/address_list.h', |
| 27 | 'base/auth.h', |
[email protected] | 6192f73 | 2009-03-25 23:44:20 | [diff] [blame] | 28 | 'base/cache_type.h', |
[email protected] | a755e107 | 2009-10-23 16:58:37 | [diff] [blame] | 29 | 'base/cert_database.h', |
| 30 | 'base/cert_database_mac.cc', |
| 31 | 'base/cert_database_nss.cc', |
| 32 | 'base/cert_database_win.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 33 | 'base/cert_status_flags.cc', |
| 34 | 'base/cert_status_flags.h', |
| 35 | 'base/cert_verifier.cc', |
| 36 | 'base/cert_verifier.h', |
| 37 | 'base/cert_verify_result.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 38 | 'base/completion_callback.h', |
| 39 | 'base/connection_type_histograms.cc', |
| 40 | 'base/connection_type_histograms.h', |
| 41 | 'base/cookie_monster.cc', |
| 42 | 'base/cookie_monster.h', |
[email protected] | 5f450e5 | 2009-07-28 13:28:11 | [diff] [blame] | 43 | 'base/cookie_options.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 44 | 'base/cookie_policy.h', |
[email protected] | 5f450e5 | 2009-07-28 13:28:11 | [diff] [blame] | 45 | 'base/cookie_store.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 46 | 'base/data_url.cc', |
| 47 | 'base/data_url.h', |
| 48 | 'base/directory_lister.cc', |
| 49 | 'base/directory_lister.h', |
[email protected] | c36f064 | 2009-09-09 01:10:50 | [diff] [blame] | 50 | 'base/dns_util.cc', |
| 51 | 'base/dns_util.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 52 | 'base/escape.cc', |
| 53 | 'base/escape.h', |
| 54 | 'base/ev_root_ca_metadata.cc', |
| 55 | 'base/ev_root_ca_metadata.h', |
| 56 | 'base/file_stream.h', |
| 57 | 'base/file_stream_posix.cc', |
| 58 | 'base/file_stream_win.cc', |
| 59 | 'base/filter.cc', |
| 60 | 'base/filter.h', |
| 61 | 'base/gzip_filter.cc', |
| 62 | 'base/gzip_filter.h', |
| 63 | 'base/gzip_header.cc', |
| 64 | 'base/gzip_header.h', |
[email protected] | 8a00f00a | 2009-06-12 00:49:38 | [diff] [blame] | 65 | 'base/host_cache.cc', |
| 66 | 'base/host_cache.h', |
[email protected] | 564b491 | 2010-03-09 16:30:42 | [diff] [blame] | 67 | 'base/host_port_pair.cc', |
| 68 | 'base/host_port_pair.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 69 | 'base/host_resolver.cc', |
| 70 | 'base/host_resolver.h', |
[email protected] | b59ff37 | 2009-07-15 22:04:32 | [diff] [blame] | 71 | 'base/host_resolver_impl.cc', |
| 72 | 'base/host_resolver_impl.h', |
| 73 | 'base/host_resolver_proc.cc', |
| 74 | 'base/host_resolver_proc.h', |
[email protected] | 326e679 | 2009-12-11 21:04:42 | [diff] [blame] | 75 | 'base/https_prober.h', |
| 76 | 'base/https_prober.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 77 | 'base/io_buffer.cc', |
| 78 | 'base/io_buffer.h', |
[email protected] | a755e107 | 2009-10-23 16:58:37 | [diff] [blame] | 79 | 'base/keygen_handler.h', |
| 80 | 'base/keygen_handler_mac.cc', |
| 81 | 'base/keygen_handler_nss.cc', |
| 82 | 'base/keygen_handler_win.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 83 | 'base/listen_socket.cc', |
| 84 | 'base/listen_socket.h', |
| 85 | 'base/load_flags.h', |
[email protected] | 48ab71e | 2009-06-22 19:19:16 | [diff] [blame] | 86 | 'base/load_states.h', |
[email protected] | 9087aa3 | 2010-02-18 08:03:38 | [diff] [blame] | 87 | 'base/mapped_host_resolver.cc', |
| 88 | 'base/mapped_host_resolver.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 89 | 'base/mime_sniffer.cc', |
| 90 | 'base/mime_sniffer.h', |
| 91 | 'base/mime_util.cc', |
| 92 | 'base/mime_util.h', |
[email protected] | b59ff37 | 2009-07-15 22:04:32 | [diff] [blame] | 93 | # TODO(eroman): move this into its own test-support target. |
| 94 | 'base/mock_host_resolver.cc', |
| 95 | 'base/mock_host_resolver.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 96 | 'base/net_error_list.h', |
| 97 | 'base/net_errors.cc', |
| 98 | 'base/net_errors.h', |
[email protected] | 9e743cd | 2010-03-16 07:03:53 | [diff] [blame] | 99 | 'base/net_log.cc', |
| 100 | 'base/net_log.h', |
| 101 | 'base/net_log_event_type_list.h', |
| 102 | 'base/net_log_util.cc', |
| 103 | 'base/net_log_util.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 104 | 'base/net_module.cc', |
| 105 | 'base/net_module.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 106 | 'base/net_util.cc', |
| 107 | 'base/net_util.h', |
| 108 | 'base/net_util_posix.cc', |
| 109 | 'base/net_util_win.cc', |
[email protected] | 100d5fb9 | 2009-12-21 21:08:35 | [diff] [blame] | 110 | 'base/network_change_notifier.cc', |
| 111 | 'base/network_change_notifier.h', |
[email protected] | 100d5fb9 | 2009-12-21 21:08:35 | [diff] [blame] | 112 | 'base/network_change_notifier_linux.cc', |
| 113 | 'base/network_change_notifier_linux.h', |
| 114 | 'base/network_change_notifier_mac.cc', |
| 115 | 'base/network_change_notifier_mac.h', |
[email protected] | 6d603aa | 2010-02-19 18:44:58 | [diff] [blame] | 116 | 'base/network_change_notifier_netlink_linux.cc', |
| 117 | 'base/network_change_notifier_netlink_linux.h', |
[email protected] | 100d5fb9 | 2009-12-21 21:08:35 | [diff] [blame] | 118 | 'base/network_change_notifier_win.cc', |
| 119 | 'base/network_change_notifier_win.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 120 | 'base/nss_memio.c', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 121 | 'base/nss_memio.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 122 | 'base/platform_mime_util.h', |
| 123 | # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
| 124 | 'base/platform_mime_util_linux.cc', |
| 125 | 'base/platform_mime_util_mac.cc', |
| 126 | 'base/platform_mime_util_win.cc', |
| 127 | 'base/registry_controlled_domain.cc', |
| 128 | 'base/registry_controlled_domain.h', |
| 129 | 'base/scoped_cert_chain_context.h', |
| 130 | 'base/sdch_filter.cc', |
| 131 | 'base/sdch_filter.h', |
| 132 | 'base/sdch_manager.cc', |
| 133 | 'base/sdch_manager.h', |
[email protected] | 0b45559b | 2009-06-12 21:45:11 | [diff] [blame] | 134 | 'base/ssl_cert_request_info.h', |
[email protected] | 56c866a2 | 2009-06-18 19:38:58 | [diff] [blame] | 135 | 'base/ssl_client_auth_cache.cc', |
| 136 | 'base/ssl_client_auth_cache.h', |
[email protected] | e52deec | 2009-08-21 19:48:39 | [diff] [blame] | 137 | 'base/ssl_config_service.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 138 | 'base/ssl_config_service.h', |
[email protected] | db36938c | 2009-08-19 21:48:42 | [diff] [blame] | 139 | 'base/ssl_config_service_defaults.h', |
[email protected] | f37c98f | 2009-09-09 22:07:32 | [diff] [blame] | 140 | 'base/ssl_config_service_mac.cc', |
| 141 | 'base/ssl_config_service_mac.h', |
[email protected] | db36938c | 2009-08-19 21:48:42 | [diff] [blame] | 142 | 'base/ssl_config_service_win.cc', |
| 143 | 'base/ssl_config_service_win.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 144 | 'base/ssl_info.h', |
[email protected] | cb370a063 | 2010-01-30 08:24:12 | [diff] [blame] | 145 | 'base/static_cookie_policy.cc', |
| 146 | 'base/static_cookie_policy.h', |
[email protected] | 326e679 | 2009-12-11 21:04:42 | [diff] [blame] | 147 | 'base/transport_security_state.cc', |
| 148 | 'base/transport_security_state.h', |
[email protected] | a540c2d | 2009-12-12 00:47:37 | [diff] [blame] | 149 | 'base/sys_addrinfo.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 150 | 'base/telnet_server.cc', |
| 151 | 'base/telnet_server.h', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 152 | 'base/test_completion_callback.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 153 | 'base/upload_data.cc', |
| 154 | 'base/upload_data.h', |
| 155 | 'base/upload_data_stream.cc', |
| 156 | 'base/upload_data_stream.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 157 | 'base/winsock_init.cc', |
| 158 | 'base/winsock_init.h', |
| 159 | 'base/x509_certificate.cc', |
| 160 | 'base/x509_certificate.h', |
| 161 | 'base/x509_certificate_mac.cc', |
| 162 | 'base/x509_certificate_nss.cc', |
| 163 | 'base/x509_certificate_win.cc', |
[email protected] | 9c2a5771 | 2009-10-21 20:35:11 | [diff] [blame] | 164 | ], |
| 165 | 'export_dependent_settings': [ |
| 166 | '../base/base.gyp:base', |
| 167 | ], |
| 168 | 'conditions': [ |
[email protected] | 50462ec | 2010-01-29 22:28:32 | [diff] [blame] | 169 | [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
[email protected] | 9c2a5771 | 2009-10-21 20:35:11 | [diff] [blame] | 170 | 'dependencies': [ |
| 171 | '../build/linux/system.gyp:gconf', |
| 172 | '../build/linux/system.gyp:gdk', |
| 173 | '../build/linux/system.gyp:nss', |
| 174 | ], |
| 175 | }], |
| 176 | [ 'OS == "win"', { |
[email protected] | 9c2a5771 | 2009-10-21 20:35:11 | [diff] [blame] | 177 | 'dependencies': [ |
[email protected] | f505a9b | 2010-01-28 19:44:02 | [diff] [blame] | 178 | # For nss_memio.{c,h}, which require only NSPR. |
| 179 | '../third_party/nss/nss.gyp:nspr', |
[email protected] | 9c2a5771 | 2009-10-21 20:35:11 | [diff] [blame] | 180 | 'tld_cleanup', |
| 181 | ], |
| 182 | }, |
| 183 | { # else: OS != "win" |
| 184 | 'sources!': [ |
[email protected] | 9c2a5771 | 2009-10-21 20:35:11 | [diff] [blame] | 185 | 'base/winsock_init.cc', |
| 186 | ], |
| 187 | }, |
| 188 | ], |
[email protected] | 50462ec | 2010-01-29 22:28:32 | [diff] [blame] | 189 | [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
[email protected] | 9c2a5771 | 2009-10-21 20:35:11 | [diff] [blame] | 190 | }, |
[email protected] | 50462ec | 2010-01-29 22:28:32 | [diff] [blame] | 191 | { # else: OS is not in the above list |
[email protected] | 9c2a5771 | 2009-10-21 20:35:11 | [diff] [blame] | 192 | 'sources!': [ |
[email protected] | a755e107 | 2009-10-23 16:58:37 | [diff] [blame] | 193 | 'base/cert_database_nss.cc', |
| 194 | 'base/keygen_handler_nss.cc', |
[email protected] | 9c2a5771 | 2009-10-21 20:35:11 | [diff] [blame] | 195 | 'base/x509_certificate_nss.cc', |
| 196 | ], |
[email protected] | 9c2a5771 | 2009-10-21 20:35:11 | [diff] [blame] | 197 | }, |
| 198 | ], |
| 199 | [ 'OS == "mac"', { |
[email protected] | f505a9b | 2010-01-28 19:44:02 | [diff] [blame] | 200 | 'sources!': [ |
| 201 | # TODO(wtc): Remove nss_memio.{c,h} when http://crbug.com/30689 |
| 202 | # is fixed. |
| 203 | 'base/nss_memio.c', |
| 204 | 'base/nss_memio.h', |
| 205 | ], |
[email protected] | 9c2a5771 | 2009-10-21 20:35:11 | [diff] [blame] | 206 | 'link_settings': { |
| 207 | 'libraries': [ |
| 208 | '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
| 209 | '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework', |
| 210 | ] |
| 211 | }, |
| 212 | }, |
| 213 | ], |
| 214 | ], |
| 215 | }, |
| 216 | { |
| 217 | 'target_name': 'net', |
| 218 | 'type': '<(library)', |
| 219 | 'dependencies': [ |
| 220 | '../base/base.gyp:base', |
| 221 | '../base/base.gyp:base_i18n', |
| 222 | '../build/temp_gyp/googleurl.gyp:googleurl', |
| 223 | '../sdch/sdch.gyp:sdch', |
[email protected] | 9c2a5771 | 2009-10-21 20:35:11 | [diff] [blame] | 224 | '../third_party/icu/icu.gyp:icui18n', |
| 225 | '../third_party/icu/icu.gyp:icuuc', |
[email protected] | 9c2a5771 | 2009-10-21 20:35:11 | [diff] [blame] | 226 | '../third_party/zlib/zlib.gyp:zlib', |
| 227 | 'net_base', |
| 228 | 'net_resources', |
| 229 | ], |
| 230 | 'sources': [ |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 231 | 'disk_cache/addr.cc', |
| 232 | 'disk_cache/addr.h', |
| 233 | 'disk_cache/backend_impl.cc', |
| 234 | 'disk_cache/backend_impl.h', |
[email protected] | 84d4cee | 2009-06-18 23:46:58 | [diff] [blame] | 235 | 'disk_cache/bitmap.cc', |
| 236 | 'disk_cache/bitmap.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 237 | 'disk_cache/block_files.cc', |
| 238 | 'disk_cache/block_files.h', |
| 239 | 'disk_cache/cache_util.h', |
| 240 | 'disk_cache/cache_util_posix.cc', |
| 241 | 'disk_cache/cache_util_win.cc', |
| 242 | 'disk_cache/disk_cache.h', |
| 243 | 'disk_cache/disk_format.h', |
| 244 | 'disk_cache/entry_impl.cc', |
| 245 | 'disk_cache/entry_impl.h', |
| 246 | 'disk_cache/errors.h', |
| 247 | 'disk_cache/eviction.cc', |
| 248 | 'disk_cache/eviction.h', |
| 249 | 'disk_cache/file.h', |
| 250 | 'disk_cache/file_block.h', |
| 251 | 'disk_cache/file_lock.cc', |
| 252 | 'disk_cache/file_lock.h', |
| 253 | 'disk_cache/file_posix.cc', |
| 254 | 'disk_cache/file_win.cc', |
| 255 | 'disk_cache/hash.cc', |
| 256 | 'disk_cache/hash.h', |
[email protected] | 17a8396f1 | 2009-03-27 20:12:34 | [diff] [blame] | 257 | 'disk_cache/histogram_macros.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 258 | 'disk_cache/mapped_file.h', |
| 259 | 'disk_cache/mapped_file_posix.cc', |
| 260 | 'disk_cache/mapped_file_win.cc', |
| 261 | 'disk_cache/mem_backend_impl.cc', |
| 262 | 'disk_cache/mem_backend_impl.h', |
| 263 | 'disk_cache/mem_entry_impl.cc', |
| 264 | 'disk_cache/mem_entry_impl.h', |
| 265 | 'disk_cache/mem_rankings.cc', |
| 266 | 'disk_cache/mem_rankings.h', |
| 267 | 'disk_cache/rankings.cc', |
| 268 | 'disk_cache/rankings.h', |
[email protected] | 84d4cee | 2009-06-18 23:46:58 | [diff] [blame] | 269 | 'disk_cache/sparse_control.cc', |
| 270 | 'disk_cache/sparse_control.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 271 | 'disk_cache/stats.cc', |
| 272 | 'disk_cache/stats.h', |
| 273 | 'disk_cache/stats_histogram.cc', |
| 274 | 'disk_cache/stats_histogram.h', |
| 275 | 'disk_cache/storage_block-inl.h', |
| 276 | 'disk_cache/storage_block.h', |
| 277 | 'disk_cache/trace.cc', |
| 278 | 'disk_cache/trace.h', |
| 279 | 'ftp/ftp_auth_cache.cc', |
| 280 | 'ftp/ftp_auth_cache.h', |
[email protected] | c297219 | 2009-07-28 20:30:09 | [diff] [blame] | 281 | 'ftp/ftp_ctrl_response_buffer.cc', |
| 282 | 'ftp/ftp_ctrl_response_buffer.h', |
[email protected] | 1d799dd | 2009-10-28 17:00:49 | [diff] [blame] | 283 | 'ftp/ftp_directory_listing_buffer.cc', |
| 284 | 'ftp/ftp_directory_listing_buffer.h', |
[email protected] | a115b0107 | 2009-12-04 09:58:32 | [diff] [blame] | 285 | 'ftp/ftp_directory_listing_parser.cc', |
| 286 | 'ftp/ftp_directory_listing_parser.h', |
| 287 | 'ftp/ftp_directory_listing_parser_ls.cc', |
| 288 | 'ftp/ftp_directory_listing_parser_ls.h', |
[email protected] | 9772b1c3 | 2009-12-10 19:39:01 | [diff] [blame] | 289 | 'ftp/ftp_directory_listing_parser_mlsd.cc', |
| 290 | 'ftp/ftp_directory_listing_parser_mlsd.h', |
[email protected] | 8425e66e | 2009-12-07 19:51:46 | [diff] [blame] | 291 | 'ftp/ftp_directory_listing_parser_netware.cc', |
| 292 | 'ftp/ftp_directory_listing_parser_netware.h', |
[email protected] | a115b0107 | 2009-12-04 09:58:32 | [diff] [blame] | 293 | 'ftp/ftp_directory_listing_parser_vms.cc', |
| 294 | 'ftp/ftp_directory_listing_parser_vms.h', |
| 295 | 'ftp/ftp_directory_listing_parser_windows.cc', |
| 296 | 'ftp/ftp_directory_listing_parser_windows.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 297 | 'ftp/ftp_network_layer.cc', |
| 298 | 'ftp/ftp_network_layer.h', |
| 299 | 'ftp/ftp_network_session.h', |
| 300 | 'ftp/ftp_network_transaction.cc', |
| 301 | 'ftp/ftp_network_transaction.h', |
| 302 | 'ftp/ftp_request_info.h', |
| 303 | 'ftp/ftp_response_info.h', |
[email protected] | 139dd55 | 2009-08-28 22:40:55 | [diff] [blame] | 304 | 'ftp/ftp_server_type_histograms.cc', |
| 305 | 'ftp/ftp_server_type_histograms.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 306 | 'ftp/ftp_transaction.h', |
| 307 | 'ftp/ftp_transaction_factory.h', |
[email protected] | b1c7cc4 | 2009-09-24 21:46:50 | [diff] [blame] | 308 | 'ftp/ftp_util.cc', |
| 309 | 'ftp/ftp_util.h', |
[email protected] | 5ae0b86 | 2009-02-28 02:02:41 | [diff] [blame] | 310 | 'http/des.cc', |
| 311 | 'http/des.h', |
[email protected] | 564b491 | 2010-03-09 16:30:42 | [diff] [blame] | 312 | 'http/http_alternate_protocols.cc', |
| 313 | 'http/http_alternate_protocols.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 314 | 'http/http_atom_list.h', |
| 315 | 'http/http_auth.cc', |
| 316 | 'http/http_auth.h', |
| 317 | 'http/http_auth_cache.cc', |
| 318 | 'http/http_auth_cache.h', |
[email protected] | eb3cac7 | 2010-02-26 21:07:45 | [diff] [blame] | 319 | 'http/http_auth_filter.cc', |
| 320 | 'http/http_auth_filter.h', |
[email protected] | 1ce73ede | 2010-03-25 12:17:44 | [diff] [blame^] | 321 | 'http/http_auth_filter_win.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 322 | 'http/http_auth_handler.cc', |
[email protected] | fa55e19 | 2010-02-15 14:25:50 | [diff] [blame] | 323 | 'http/http_auth_handler.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 324 | 'http/http_auth_handler_basic.cc', |
| 325 | 'http/http_auth_handler_basic.h', |
| 326 | 'http/http_auth_handler_digest.cc', |
| 327 | 'http/http_auth_handler_digest.h', |
[email protected] | fa55e19 | 2010-02-15 14:25:50 | [diff] [blame] | 328 | 'http/http_auth_handler_factory.cc', |
| 329 | 'http/http_auth_handler_factory.h', |
[email protected] | 4fd4a6d | 2010-01-21 21:38:05 | [diff] [blame] | 330 | 'http/http_auth_handler_negotiate.h', |
| 331 | 'http/http_auth_handler_negotiate_posix.cc', |
| 332 | 'http/http_auth_handler_negotiate_win.cc', |
[email protected] | 5ae0b86 | 2009-02-28 02:02:41 | [diff] [blame] | 333 | 'http/http_auth_handler_ntlm.cc', |
| 334 | 'http/http_auth_handler_ntlm.h', |
[email protected] | ea9dc9a | 2009-09-05 00:43:32 | [diff] [blame] | 335 | 'http/http_auth_handler_ntlm_portable.cc', |
| 336 | 'http/http_auth_handler_ntlm_win.cc', |
[email protected] | 7da0b33 | 2010-01-08 14:56:56 | [diff] [blame] | 337 | 'http/http_auth_sspi_win.cc', |
| 338 | 'http/http_auth_sspi_win.h', |
[email protected] | 0877e3d | 2009-10-17 22:29:57 | [diff] [blame] | 339 | 'http/http_basic_stream.cc', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 340 | 'http/http_basic_stream.h', |
[email protected] | fc48db8 | 2009-04-28 21:23:39 | [diff] [blame] | 341 | 'http/http_byte_range.cc', |
| 342 | 'http/http_byte_range.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 343 | 'http/http_cache.cc', |
| 344 | 'http/http_cache.h', |
[email protected] | 983a1da | 2009-11-11 19:59:23 | [diff] [blame] | 345 | 'http/http_cache_transaction.cc', |
| 346 | 'http/http_cache_transaction.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 347 | 'http/http_chunked_decoder.cc', |
| 348 | 'http/http_chunked_decoder.h', |
| 349 | 'http/http_network_layer.cc', |
| 350 | 'http/http_network_layer.h', |
[email protected] | 0d8fa3ec | 2009-04-08 04:22:44 | [diff] [blame] | 351 | 'http/http_network_session.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 352 | 'http/http_network_session.h', |
| 353 | 'http/http_network_transaction.cc', |
| 354 | 'http/http_network_transaction.h', |
| 355 | 'http/http_request_info.h', |
| 356 | 'http/http_response_headers.cc', |
| 357 | 'http/http_response_headers.h', |
| 358 | 'http/http_response_info.cc', |
| 359 | 'http/http_response_info.h', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 360 | 'http/http_stream.h', |
[email protected] | 0877e3d | 2009-10-17 22:29:57 | [diff] [blame] | 361 | 'http/http_stream_parser.cc', |
| 362 | 'http/http_stream_parser.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 363 | 'http/http_transaction.h', |
| 364 | 'http/http_transaction_factory.h', |
| 365 | 'http/http_util.cc', |
[email protected] | e6547c1 | 2009-09-18 03:47:01 | [diff] [blame] | 366 | 'http/http_util_icu.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 367 | 'http/http_util.h', |
| 368 | 'http/http_vary_data.cc', |
| 369 | 'http/http_vary_data.h', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 370 | 'http/http_version.h', |
[email protected] | 5ae0b86 | 2009-02-28 02:02:41 | [diff] [blame] | 371 | 'http/md4.cc', |
| 372 | 'http/md4.h', |
[email protected] | 8bf26f49a | 2009-06-12 17:35:50 | [diff] [blame] | 373 | 'http/partial_data.cc', |
| 374 | 'http/partial_data.h', |
[email protected] | 25d8ea2 | 2009-08-25 19:42:29 | [diff] [blame] | 375 | 'ocsp/nss_ocsp.cc', |
| 376 | 'ocsp/nss_ocsp.h', |
[email protected] | 620f571 | 2009-08-04 22:43:12 | [diff] [blame] | 377 | 'proxy/init_proxy_resolver.cc', |
| 378 | 'proxy/init_proxy_resolver.h', |
[email protected] | 7541206c | 2010-02-19 20:24:06 | [diff] [blame] | 379 | 'proxy/proxy_bypass_rules.cc', |
| 380 | 'proxy/proxy_bypass_rules.h', |
[email protected] | 7dc52f2 | 2009-03-02 22:37:18 | [diff] [blame] | 381 | 'proxy/proxy_config.cc', |
| 382 | 'proxy/proxy_config.h', |
| 383 | 'proxy/proxy_config_service.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 384 | 'proxy/proxy_config_service_fixed.h', |
[email protected] | 861c6c6 | 2009-04-20 16:50:56 | [diff] [blame] | 385 | 'proxy/proxy_config_service_linux.cc', |
| 386 | 'proxy/proxy_config_service_linux.h', |
[email protected] | a9944f0 | 2009-12-10 10:37:27 | [diff] [blame] | 387 | 'proxy/proxy_config_service_mac.cc', |
| 388 | 'proxy/proxy_config_service_mac.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 389 | 'proxy/proxy_config_service_win.cc', |
| 390 | 'proxy/proxy_config_service_win.h', |
[email protected] | 7dc52f2 | 2009-03-02 22:37:18 | [diff] [blame] | 391 | 'proxy/proxy_info.cc', |
| 392 | 'proxy/proxy_info.h', |
| 393 | 'proxy/proxy_list.cc', |
| 394 | 'proxy/proxy_list.h', |
| 395 | 'proxy/proxy_resolver.h', |
[email protected] | 90ae1fb | 2009-08-02 21:07:12 | [diff] [blame] | 396 | 'proxy/proxy_resolver_js_bindings.cc', |
| 397 | 'proxy/proxy_resolver_js_bindings.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 398 | 'proxy/proxy_resolver_mac.cc', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 399 | 'proxy/proxy_resolver_mac.h', |
[email protected] | 6b675b8 | 2009-02-26 23:18:32 | [diff] [blame] | 400 | 'proxy/proxy_resolver_script.h', |
| 401 | 'proxy/proxy_resolver_v8.cc', |
| 402 | 'proxy/proxy_resolver_v8.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 403 | 'proxy/proxy_resolver_winhttp.cc', |
| 404 | 'proxy/proxy_resolver_winhttp.h', |
[email protected] | 7dc52f2 | 2009-03-02 22:37:18 | [diff] [blame] | 405 | 'proxy/proxy_retry_info.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 406 | 'proxy/proxy_script_fetcher.cc', |
| 407 | 'proxy/proxy_script_fetcher.h', |
| 408 | 'proxy/proxy_server.cc', |
[email protected] | a9944f0 | 2009-12-10 10:37:27 | [diff] [blame] | 409 | 'proxy/proxy_server_mac.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 410 | 'proxy/proxy_server.h', |
| 411 | 'proxy/proxy_service.cc', |
| 412 | 'proxy/proxy_service.h', |
[email protected] | 775fd9e | 2009-07-26 21:12:20 | [diff] [blame] | 413 | 'proxy/single_threaded_proxy_resolver.cc', |
| 414 | 'proxy/single_threaded_proxy_resolver.h', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 415 | 'socket/client_socket.h', |
| 416 | 'socket/client_socket_factory.cc', |
| 417 | 'socket/client_socket_factory.h', |
| 418 | 'socket/client_socket_handle.cc', |
| 419 | 'socket/client_socket_handle.h', |
| 420 | 'socket/client_socket_pool.h', |
[email protected] | ff579d4 | 2009-06-24 15:47:02 | [diff] [blame] | 421 | 'socket/client_socket_pool_base.cc', |
| 422 | 'socket/client_socket_pool_base.h', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 423 | 'socket/socket.h', |
[email protected] | e0c27be | 2009-07-15 13:09:35 | [diff] [blame] | 424 | 'socket/socks5_client_socket.cc', |
| 425 | 'socket/socks5_client_socket.h', |
[email protected] | 3cd1724 | 2009-06-23 02:59:02 | [diff] [blame] | 426 | 'socket/socks_client_socket.cc', |
| 427 | 'socket/socks_client_socket.h', |
[email protected] | a796bcec | 2010-03-22 17:17:26 | [diff] [blame] | 428 | 'socket/socks_client_socket_pool.cc', |
| 429 | 'socket/socks_client_socket_pool.h', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 430 | 'socket/ssl_client_socket.h', |
| 431 | 'socket/ssl_client_socket_mac.cc', |
[email protected] | 96142744 | 2009-07-15 19:00:47 | [diff] [blame] | 432 | 'socket/ssl_client_socket_mac.h', |
[email protected] | abe48d3 | 2010-02-03 02:09:36 | [diff] [blame] | 433 | 'socket/ssl_client_socket_nss_factory.cc', |
[email protected] | 2fabd24b | 2010-02-09 21:55:51 | [diff] [blame] | 434 | 'socket/ssl_client_socket_nss_factory.h', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 435 | 'socket/ssl_client_socket_nss.cc', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 436 | 'socket/ssl_client_socket_nss.h', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 437 | 'socket/ssl_client_socket_win.cc', |
| 438 | 'socket/ssl_client_socket_win.h', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 439 | 'socket/tcp_client_socket.h', |
| 440 | 'socket/tcp_client_socket_libevent.cc', |
| 441 | 'socket/tcp_client_socket_libevent.h', |
| 442 | 'socket/tcp_client_socket_pool.cc', |
| 443 | 'socket/tcp_client_socket_pool.h', |
| 444 | 'socket/tcp_client_socket_win.cc', |
| 445 | 'socket/tcp_client_socket_win.h', |
[email protected] | 96142744 | 2009-07-15 19:00:47 | [diff] [blame] | 446 | 'socket/tcp_pinger.h', |
[email protected] | aef0313 | 2009-10-09 05:04:14 | [diff] [blame] | 447 | 'socket_stream/socket_stream.cc', |
| 448 | 'socket_stream/socket_stream.h', |
[email protected] | 6a2c3677 | 2010-03-01 02:37:13 | [diff] [blame] | 449 | 'socket_stream/socket_stream_job.cc', |
| 450 | 'socket_stream/socket_stream_job.h', |
| 451 | 'socket_stream/socket_stream_job_manager.cc', |
| 452 | 'socket_stream/socket_stream_job_manager.h', |
[email protected] | c7f689be | 2009-11-11 05:53:12 | [diff] [blame] | 453 | 'socket_stream/socket_stream_metrics.cc', |
| 454 | 'socket_stream/socket_stream_metrics.h', |
[email protected] | dab9c7d | 2010-02-06 21:44:32 | [diff] [blame] | 455 | 'spdy/spdy_bitmasks.h', |
| 456 | 'spdy/spdy_frame_builder.cc', |
| 457 | 'spdy/spdy_frame_builder.h', |
| 458 | 'spdy/spdy_framer.cc', |
| 459 | 'spdy/spdy_framer.h', |
| 460 | 'spdy/spdy_io_buffer.cc', |
| 461 | 'spdy/spdy_io_buffer.h', |
| 462 | 'spdy/spdy_network_transaction.cc', |
| 463 | 'spdy/spdy_network_transaction.h', |
| 464 | 'spdy/spdy_protocol.h', |
| 465 | 'spdy/spdy_session.cc', |
| 466 | 'spdy/spdy_session.h', |
| 467 | 'spdy/spdy_session_pool.cc', |
| 468 | 'spdy/spdy_session_pool.h', |
| 469 | 'spdy/spdy_stream.cc', |
| 470 | 'spdy/spdy_stream.h', |
| 471 | 'spdy/spdy_transaction_factory.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 472 | 'url_request/url_request.cc', |
| 473 | 'url_request/url_request.h', |
| 474 | 'url_request/url_request_about_job.cc', |
| 475 | 'url_request/url_request_about_job.h', |
| 476 | 'url_request/url_request_context.h', |
[email protected] | fcb7fd9 | 2009-10-22 04:18:58 | [diff] [blame] | 477 | 'url_request/url_request_data_job.cc', |
| 478 | 'url_request/url_request_data_job.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 479 | 'url_request/url_request_error_job.cc', |
| 480 | 'url_request/url_request_error_job.h', |
| 481 | 'url_request/url_request_file_dir_job.cc', |
| 482 | 'url_request/url_request_file_dir_job.h', |
| 483 | 'url_request/url_request_file_job.cc', |
| 484 | 'url_request/url_request_file_job.h', |
| 485 | 'url_request/url_request_filter.cc', |
| 486 | 'url_request/url_request_filter.h', |
[email protected] | e7fe528 | 2010-03-16 12:40:13 | [diff] [blame] | 487 | 'url_request/url_request_ftp_job.cc', |
| 488 | 'url_request/url_request_ftp_job.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 489 | 'url_request/url_request_http_job.cc', |
| 490 | 'url_request/url_request_http_job.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 491 | 'url_request/url_request_job.cc', |
| 492 | 'url_request/url_request_job.h', |
| 493 | 'url_request/url_request_job_manager.cc', |
| 494 | 'url_request/url_request_job_manager.h', |
| 495 | 'url_request/url_request_job_metrics.cc', |
| 496 | 'url_request/url_request_job_metrics.h', |
| 497 | 'url_request/url_request_job_tracker.cc', |
| 498 | 'url_request/url_request_job_tracker.h', |
[email protected] | 56d8318 | 2009-09-04 20:01:45 | [diff] [blame] | 499 | 'url_request/url_request_redirect_job.cc', |
| 500 | 'url_request/url_request_redirect_job.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 501 | 'url_request/url_request_simple_job.cc', |
| 502 | 'url_request/url_request_simple_job.h', |
| 503 | 'url_request/url_request_status.h', |
| 504 | 'url_request/url_request_test_job.cc', |
| 505 | 'url_request/url_request_test_job.h', |
[email protected] | 13c34d1 | 2009-09-14 20:51:04 | [diff] [blame] | 506 | 'url_request/view_cache_helper.cc', |
| 507 | 'url_request/view_cache_helper.h', |
[email protected] | 6d9fc74 | 2009-10-21 07:59:36 | [diff] [blame] | 508 | 'websockets/websocket.cc', |
| 509 | 'websockets/websocket.h', |
[email protected] | af63c90 | 2010-03-17 05:09:22 | [diff] [blame] | 510 | 'websockets/websocket_handshake.cc', |
| 511 | 'websockets/websocket_handshake.h', |
[email protected] | 6a2c3677 | 2010-03-01 02:37:13 | [diff] [blame] | 512 | 'websockets/websocket_job.cc', |
| 513 | 'websockets/websocket_job.h', |
[email protected] | 4c4eac0 | 2009-11-04 10:02:28 | [diff] [blame] | 514 | 'websockets/websocket_throttle.cc', |
| 515 | 'websockets/websocket_throttle.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 516 | ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 517 | 'export_dependent_settings': [ |
| 518 | '../base/base.gyp:base', |
| 519 | ], |
| 520 | 'conditions': [ |
[email protected] | c61f643 | 2009-04-22 01:16:42 | [diff] [blame] | 521 | ['javascript_engine=="v8"', { |
| 522 | 'dependencies': [ |
[email protected] | 44531a2 | 2009-04-28 21:37:56 | [diff] [blame] | 523 | '../v8/tools/gyp/v8.gyp:v8', |
[email protected] | c61f643 | 2009-04-22 01:16:42 | [diff] [blame] | 524 | ], |
| 525 | }], |
[email protected] | 50462ec | 2010-01-29 22:28:32 | [diff] [blame] | 526 | [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
[email protected] | 9d38403 | 2009-03-20 23:13:26 | [diff] [blame] | 527 | 'dependencies': [ |
[email protected] | 861c6c6 | 2009-04-20 16:50:56 | [diff] [blame] | 528 | '../build/linux/system.gyp:gconf', |
| 529 | '../build/linux/system.gyp:gdk', |
[email protected] | 9d38403 | 2009-03-20 23:13:26 | [diff] [blame] | 530 | '../build/linux/system.gyp:nss', |
| 531 | ], |
| 532 | }], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 533 | [ 'OS == "win"', { |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 534 | 'sources!': [ |
[email protected] | ea9dc9a | 2009-09-05 00:43:32 | [diff] [blame] | 535 | 'http/http_auth_handler_ntlm_portable.cc', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 536 | 'socket/tcp_client_socket_libevent.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 537 | ], |
| 538 | 'dependencies': [ |
[email protected] | f505a9b | 2010-01-28 19:44:02 | [diff] [blame] | 539 | '../third_party/nss/nss.gyp:nss', |
| 540 | 'third_party/nss/nss.gyp:ssl', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 541 | 'tld_cleanup', |
| 542 | ], |
[email protected] | 1fabd9a | 2010-02-04 19:08:29 | [diff] [blame] | 543 | 'link_settings': { |
| 544 | 'libraries': [ |
| 545 | '-lIphlpapi.lib', |
| 546 | ], |
| 547 | }, |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 548 | }, |
| 549 | { # else: OS != "win" |
| 550 | 'sources!': [ |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 551 | 'proxy/proxy_resolver_winhttp.cc', |
[email protected] | abe48d3 | 2010-02-03 02:09:36 | [diff] [blame] | 552 | 'socket/ssl_client_socket_nss_factory.cc', |
[email protected] | 2fabd24b | 2010-02-09 21:55:51 | [diff] [blame] | 553 | 'socket/ssl_client_socket_nss_factory.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 554 | ], |
| 555 | }, |
| 556 | ], |
[email protected] | 50462ec | 2010-01-29 22:28:32 | [diff] [blame] | 557 | [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 558 | }, |
| 559 | { # else: OS != "linux" |
| 560 | 'sources!': [ |
[email protected] | 3d4ae9a4 | 2009-07-24 03:48:16 | [diff] [blame] | 561 | 'ocsp/nss_ocsp.cc', |
| 562 | 'ocsp/nss_ocsp.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 563 | ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 564 | }, |
| 565 | ], |
| 566 | [ 'OS == "mac"', { |
[email protected] | f505a9b | 2010-01-28 19:44:02 | [diff] [blame] | 567 | 'sources!': [ |
| 568 | # TODO(wtc): Remove ssl_client_socket_nss.{cc,h} when |
| 569 | # http://crbug.com/30689 is fixed. |
| 570 | 'socket/ssl_client_socket_nss.cc', |
| 571 | 'socket/ssl_client_socket_nss.h', |
| 572 | ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 573 | 'link_settings': { |
| 574 | 'libraries': [ |
| 575 | '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
| 576 | '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework', |
| 577 | ] |
| 578 | }, |
| 579 | }, |
| 580 | ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 581 | ], |
| 582 | }, |
| 583 | { |
| 584 | 'target_name': 'net_unittests', |
| 585 | 'type': 'executable', |
| 586 | 'dependencies': [ |
| 587 | 'net', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 588 | 'net_test_support', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 589 | '../base/base.gyp:base', |
[email protected] | d34d79f | 2009-10-14 22:06:14 | [diff] [blame] | 590 | '../base/base.gyp:base_i18n', |
[email protected] | 06489a01 | 2009-12-10 08:12:54 | [diff] [blame] | 591 | '../testing/gmock.gyp:gmock', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 592 | '../testing/gtest.gyp:gtest', |
[email protected] | e86aaca | 2009-08-12 17:58:57 | [diff] [blame] | 593 | '../third_party/zlib/zlib.gyp:zlib', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 594 | ], |
[email protected] | 9e450f2 | 2009-03-10 23:12:16 | [diff] [blame] | 595 | 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 596 | 'sources': [ |
[email protected] | 8a00f00a | 2009-06-12 00:49:38 | [diff] [blame] | 597 | 'base/address_list_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 598 | 'base/cookie_monster_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 599 | 'base/data_url_unittest.cc', |
| 600 | 'base/directory_lister_unittest.cc', |
[email protected] | c36f064 | 2009-09-09 01:10:50 | [diff] [blame] | 601 | 'base/dns_util_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 602 | 'base/escape_unittest.cc', |
| 603 | 'base/file_stream_unittest.cc', |
| 604 | 'base/filter_unittest.cc', |
[email protected] | 56e72f3 | 2009-03-09 18:22:27 | [diff] [blame] | 605 | 'base/filter_unittest.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 606 | 'base/gzip_filter_unittest.cc', |
[email protected] | 8a00f00a | 2009-06-12 00:49:38 | [diff] [blame] | 607 | 'base/host_cache_unittest.cc', |
[email protected] | b59ff37 | 2009-07-15 22:04:32 | [diff] [blame] | 608 | 'base/host_resolver_impl_unittest.cc', |
[email protected] | cdafbff | 2010-03-02 17:47:02 | [diff] [blame] | 609 | 'base/keygen_handler_unittest.cc', |
[email protected] | 8543761 | 2010-03-22 11:55:23 | [diff] [blame] | 610 | 'base/leak_annotations.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 611 | 'base/listen_socket_unittest.cc', |
| 612 | 'base/listen_socket_unittest.h', |
[email protected] | 9087aa3 | 2010-02-18 08:03:38 | [diff] [blame] | 613 | 'base/mapped_host_resolver_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 614 | 'base/mime_sniffer_unittest.cc', |
| 615 | 'base/mime_util_unittest.cc', |
[email protected] | 100d5fb9 | 2009-12-21 21:08:35 | [diff] [blame] | 616 | 'base/mock_network_change_notifier.h', |
[email protected] | 9e743cd | 2010-03-16 07:03:53 | [diff] [blame] | 617 | 'base/net_log_unittest.h', |
| 618 | 'base/net_log_util_unittest.cc', |
[email protected] | 0fefd020 | 2009-12-18 04:35:41 | [diff] [blame] | 619 | 'base/net_test_constants.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 620 | 'base/net_util_unittest.cc', |
| 621 | 'base/registry_controlled_domain_unittest.cc', |
| 622 | 'base/run_all_unittests.cc', |
| 623 | 'base/sdch_filter_unittest.cc', |
[email protected] | 56c866a2 | 2009-06-18 19:38:58 | [diff] [blame] | 624 | 'base/ssl_client_auth_cache_unittest.cc', |
[email protected] | f37c98f | 2009-09-09 22:07:32 | [diff] [blame] | 625 | 'base/ssl_config_service_mac_unittest.cc', |
[email protected] | db36938c | 2009-08-19 21:48:42 | [diff] [blame] | 626 | 'base/ssl_config_service_win_unittest.cc', |
[email protected] | cb370a063 | 2010-01-30 08:24:12 | [diff] [blame] | 627 | 'base/static_cookie_policy_unittest.cc', |
[email protected] | 326e679 | 2009-12-11 21:04:42 | [diff] [blame] | 628 | 'base/transport_security_state_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 629 | 'base/telnet_server_unittest.cc', |
[email protected] | a710ad60 | 2009-11-20 23:39:29 | [diff] [blame] | 630 | 'base/test_certificate_data.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 631 | 'base/test_completion_callback_unittest.cc', |
[email protected] | 95d88ffe | 2010-02-04 21:25:33 | [diff] [blame] | 632 | 'base/upload_data_stream_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 633 | 'base/x509_certificate_unittest.cc', |
| 634 | 'disk_cache/addr_unittest.cc', |
| 635 | 'disk_cache/backend_unittest.cc', |
[email protected] | 84d4cee | 2009-06-18 23:46:58 | [diff] [blame] | 636 | 'disk_cache/bitmap_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 637 | 'disk_cache/block_files_unittest.cc', |
| 638 | 'disk_cache/disk_cache_test_base.cc', |
| 639 | 'disk_cache/disk_cache_test_base.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 640 | 'disk_cache/entry_unittest.cc', |
| 641 | 'disk_cache/mapped_file_unittest.cc', |
| 642 | 'disk_cache/storage_block_unittest.cc', |
| 643 | 'ftp/ftp_auth_cache_unittest.cc', |
[email protected] | c297219 | 2009-07-28 20:30:09 | [diff] [blame] | 644 | 'ftp/ftp_ctrl_response_buffer_unittest.cc', |
[email protected] | 1d799dd | 2009-10-28 17:00:49 | [diff] [blame] | 645 | 'ftp/ftp_directory_listing_buffer_unittest.cc', |
[email protected] | a115b0107 | 2009-12-04 09:58:32 | [diff] [blame] | 646 | 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
[email protected] | 9772b1c3 | 2009-12-10 19:39:01 | [diff] [blame] | 647 | 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc', |
[email protected] | 8425e66e | 2009-12-07 19:51:46 | [diff] [blame] | 648 | 'ftp/ftp_directory_listing_parser_netware_unittest.cc', |
[email protected] | a115b0107 | 2009-12-04 09:58:32 | [diff] [blame] | 649 | 'ftp/ftp_directory_listing_parser_vms_unittest.cc', |
| 650 | 'ftp/ftp_directory_listing_parser_windows_unittest.cc', |
[email protected] | 69b43fe | 2009-06-15 09:47:37 | [diff] [blame] | 651 | 'ftp/ftp_network_transaction_unittest.cc', |
[email protected] | b1c7cc4 | 2009-09-24 21:46:50 | [diff] [blame] | 652 | 'ftp/ftp_util_unittest.cc', |
[email protected] | 5ae0b86 | 2009-02-28 02:02:41 | [diff] [blame] | 653 | 'http/des_unittest.cc', |
[email protected] | 564b491 | 2010-03-09 16:30:42 | [diff] [blame] | 654 | 'http/http_alternate_protocols_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 655 | 'http/http_auth_cache_unittest.cc', |
[email protected] | eb3cac7 | 2010-02-26 21:07:45 | [diff] [blame] | 656 | 'http/http_auth_filter_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 657 | 'http/http_auth_handler_basic_unittest.cc', |
| 658 | 'http/http_auth_handler_digest_unittest.cc', |
[email protected] | fa55e19 | 2010-02-15 14:25:50 | [diff] [blame] | 659 | 'http/http_auth_handler_factory_unittest.cc', |
[email protected] | 7da0b33 | 2010-01-08 14:56:56 | [diff] [blame] | 660 | 'http/http_auth_sspi_win_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 661 | 'http/http_auth_unittest.cc', |
[email protected] | fc48db8 | 2009-04-28 21:23:39 | [diff] [blame] | 662 | 'http/http_byte_range_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 663 | 'http/http_cache_unittest.cc', |
| 664 | 'http/http_chunked_decoder_unittest.cc', |
| 665 | 'http/http_network_layer_unittest.cc', |
| 666 | 'http/http_network_transaction_unittest.cc', |
| 667 | 'http/http_response_headers_unittest.cc', |
| 668 | 'http/http_transaction_unittest.cc', |
| 669 | 'http/http_transaction_unittest.h', |
| 670 | 'http/http_util_unittest.cc', |
| 671 | 'http/http_vary_data_unittest.cc', |
[email protected] | 620f571 | 2009-08-04 22:43:12 | [diff] [blame] | 672 | 'proxy/init_proxy_resolver_unittest.cc', |
[email protected] | c6efbc6 | 2009-08-06 12:52:19 | [diff] [blame] | 673 | 'proxy/mock_proxy_resolver.h', |
[email protected] | 7541206c | 2010-02-19 20:24:06 | [diff] [blame] | 674 | 'proxy/proxy_bypass_rules_unittest.cc', |
[email protected] | 861c6c6 | 2009-04-20 16:50:56 | [diff] [blame] | 675 | 'proxy/proxy_config_service_linux_unittest.cc', |
[email protected] | 96ce2236 | 2009-03-27 20:19:57 | [diff] [blame] | 676 | 'proxy/proxy_config_service_win_unittest.cc', |
[email protected] | 5b45aec0 | 2009-03-31 01:03:23 | [diff] [blame] | 677 | 'proxy/proxy_config_unittest.cc', |
[email protected] | 7dc52f2 | 2009-03-02 22:37:18 | [diff] [blame] | 678 | 'proxy/proxy_list_unittest.cc', |
[email protected] | 90ae1fb | 2009-08-02 21:07:12 | [diff] [blame] | 679 | 'proxy/proxy_resolver_js_bindings_unittest.cc', |
[email protected] | 6b675b8 | 2009-02-26 23:18:32 | [diff] [blame] | 680 | 'proxy/proxy_resolver_v8_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 681 | 'proxy/proxy_script_fetcher_unittest.cc', |
[email protected] | 8b03e8d | 2009-03-02 06:53:31 | [diff] [blame] | 682 | 'proxy/proxy_server_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 683 | 'proxy/proxy_service_unittest.cc', |
[email protected] | 775fd9e | 2009-07-26 21:12:20 | [diff] [blame] | 684 | 'proxy/single_threaded_proxy_resolver_unittest.cc', |
[email protected] | ab83889 | 2009-06-30 18:49:05 | [diff] [blame] | 685 | 'socket/client_socket_pool_base_unittest.cc', |
[email protected] | e0c27be | 2009-07-15 13:09:35 | [diff] [blame] | 686 | 'socket/socks5_client_socket_unittest.cc', |
[email protected] | a796bcec | 2010-03-22 17:17:26 | [diff] [blame] | 687 | 'socket/socks_client_socket_pool_unittest.cc', |
[email protected] | 76a51ac8 | 2009-06-28 07:58:58 | [diff] [blame] | 688 | 'socket/socks_client_socket_unittest.cc', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 689 | 'socket/ssl_client_socket_unittest.cc', |
| 690 | 'socket/tcp_client_socket_pool_unittest.cc', |
| 691 | 'socket/tcp_client_socket_unittest.cc', |
| 692 | 'socket/tcp_pinger_unittest.cc', |
[email protected] | 26a6459 | 2009-12-15 08:04:40 | [diff] [blame] | 693 | 'socket_stream/socket_stream_metrics_unittest.cc', |
[email protected] | 5f7d8d7 | 2009-10-27 09:40:11 | [diff] [blame] | 694 | 'socket_stream/socket_stream_unittest.cc', |
[email protected] | dab9c7d | 2010-02-06 21:44:32 | [diff] [blame] | 695 | 'spdy/spdy_framer_test.cc', |
| 696 | 'spdy/spdy_network_transaction_unittest.cc', |
| 697 | 'spdy/spdy_protocol_test.cc', |
| 698 | 'spdy/spdy_session_unittest.cc', |
| 699 | 'spdy/spdy_stream_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 700 | 'url_request/url_request_unittest.cc', |
| 701 | 'url_request/url_request_unittest.h', |
[email protected] | af63c90 | 2010-03-17 05:09:22 | [diff] [blame] | 702 | 'websockets/websocket_handshake_unittest.cc', |
[email protected] | 6a2c3677 | 2010-03-01 02:37:13 | [diff] [blame] | 703 | 'websockets/websocket_job_unittest.cc', |
[email protected] | 4c4eac0 | 2009-11-04 10:02:28 | [diff] [blame] | 704 | 'websockets/websocket_throttle_unittest.cc', |
[email protected] | 6d9fc74 | 2009-10-21 07:59:36 | [diff] [blame] | 705 | 'websockets/websocket_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 706 | ], |
| 707 | 'conditions': [ |
[email protected] | 50462ec | 2010-01-29 22:28:32 | [diff] [blame] | 708 | [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
[email protected] | 9d38403 | 2009-03-20 23:13:26 | [diff] [blame] | 709 | 'dependencies': [ |
| 710 | '../build/linux/system.gyp:gtk', |
| 711 | ], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 712 | 'sources!': [ |
| 713 | 'base/sdch_filter_unittest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 714 | ], |
| 715 | }, |
| 716 | ], |
[email protected] | 50462ec | 2010-01-29 22:28:32 | [diff] [blame] | 717 | ['OS == "linux"', { |
[email protected] | d9df2b5 | 2009-12-10 12:06:15 | [diff] [blame] | 718 | 'conditions': [ |
| 719 | ['linux_use_tcmalloc==1', { |
| 720 | 'dependencies': [ |
| 721 | '../base/allocator/allocator.gyp:allocator', |
| 722 | ], |
| 723 | }], |
| 724 | ], |
| 725 | }], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 726 | [ 'OS == "win"', { |
[email protected] | cdafbff | 2010-03-02 17:47:02 | [diff] [blame] | 727 | 'sources!': [ |
| 728 | # Remove next line when KeygenHandler is implemented for Windows. |
| 729 | 'base/keygen_handler_unittest.cc', |
| 730 | ], |
| 731 | # This is needed to trigger the dll copy step on windows. |
| 732 | # TODO(mark): Specifying this here shouldn't be necessary. |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 733 | 'dependencies': [ |
[email protected] | 28062949 | 2009-09-09 06:49:08 | [diff] [blame] | 734 | '../third_party/icu/icu.gyp:icudata', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 735 | ], |
| 736 | }, |
| 737 | ], |
| 738 | ], |
| 739 | }, |
| 740 | { |
| 741 | 'target_name': 'net_perftests', |
| 742 | 'type': 'executable', |
| 743 | 'dependencies': [ |
| 744 | 'net', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 745 | 'net_test_support', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 746 | '../base/base.gyp:base', |
[email protected] | d34d79f | 2009-10-14 22:06:14 | [diff] [blame] | 747 | '../base/base.gyp:base_i18n', |
[email protected] | e8ef09a | 2009-03-16 23:46:45 | [diff] [blame] | 748 | '../base/base.gyp:test_support_base', |
[email protected] | 7d1ba939 | 2009-08-03 18:35:06 | [diff] [blame] | 749 | '../base/base.gyp:test_support_perf', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 750 | '../testing/gtest.gyp:gtest', |
| 751 | ], |
[email protected] | 9e450f2 | 2009-03-10 23:12:16 | [diff] [blame] | 752 | 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 753 | 'sources': [ |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 754 | 'base/cookie_monster_perftest.cc', |
| 755 | 'disk_cache/disk_cache_perftest.cc', |
[email protected] | 448cfef8 | 2009-03-06 01:44:33 | [diff] [blame] | 756 | 'proxy/proxy_resolver_perftest.cc', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 757 | ], |
| 758 | 'conditions': [ |
| 759 | # This is needed to trigger the dll copy step on windows. |
| 760 | # TODO(mark): Specifying this here shouldn't be necessary. |
| 761 | [ 'OS == "win"', { |
| 762 | 'dependencies': [ |
[email protected] | 28062949 | 2009-09-09 06:49:08 | [diff] [blame] | 763 | '../third_party/icu/icu.gyp:icudata', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 764 | ], |
| 765 | }, |
| 766 | ], |
| 767 | ], |
| 768 | }, |
| 769 | { |
| 770 | 'target_name': 'stress_cache', |
| 771 | 'type': 'executable', |
| 772 | 'dependencies': [ |
| 773 | 'net', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 774 | 'net_test_support', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 775 | '../base/base.gyp:base', |
| 776 | ], |
| 777 | 'sources': [ |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 778 | 'disk_cache/stress_cache.cc', |
| 779 | ], |
| 780 | }, |
| 781 | { |
| 782 | 'target_name': 'tld_cleanup', |
| 783 | 'type': 'executable', |
| 784 | 'dependencies': [ |
| 785 | '../base/base.gyp:base', |
[email protected] | d34d79f | 2009-10-14 22:06:14 | [diff] [blame] | 786 | '../base/base.gyp:base_i18n', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 787 | '../build/temp_gyp/googleurl.gyp:googleurl', |
| 788 | ], |
[email protected] | b823446 | 2009-03-18 02:30:55 | [diff] [blame] | 789 | 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 790 | 'sources': [ |
| 791 | 'tools/tld_cleanup/tld_cleanup.cc', |
| 792 | ], |
| 793 | }, |
| 794 | { |
| 795 | 'target_name': 'crash_cache', |
| 796 | 'type': 'executable', |
| 797 | 'dependencies': [ |
| 798 | 'net', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 799 | 'net_test_support', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 800 | '../base/base.gyp:base', |
| 801 | ], |
[email protected] | 9e450f2 | 2009-03-10 23:12:16 | [diff] [blame] | 802 | 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 803 | 'sources': [ |
| 804 | 'tools/crash_cache/crash_cache.cc', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 805 | ], |
| 806 | }, |
| 807 | { |
| 808 | 'target_name': 'net_test_support', |
[email protected] | 653bd5f03 | 2009-04-08 12:55:49 | [diff] [blame] | 809 | 'type': '<(library)', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 810 | 'dependencies': [ |
| 811 | 'net', |
| 812 | '../base/base.gyp:base', |
[email protected] | ff007e16 | 2009-05-23 09:13:15 | [diff] [blame] | 813 | '../testing/gtest.gyp:gtest', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 814 | ], |
| 815 | 'sources': [ |
[email protected] | 702a6a72 | 2010-03-17 18:24:51 | [diff] [blame] | 816 | 'base/cert_test_util.cc', |
| 817 | 'base/cert_test_util.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 818 | 'disk_cache/disk_cache_test_util.cc', |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 819 | 'disk_cache/disk_cache_test_util.h', |
[email protected] | ab501a6a | 2009-05-12 15:07:50 | [diff] [blame] | 820 | 'proxy/proxy_config_service_common_unittest.cc', |
| 821 | 'proxy/proxy_config_service_common_unittest.h', |
[email protected] | f7984fc6 | 2009-06-22 23:26:44 | [diff] [blame] | 822 | 'socket/socket_test_util.cc', |
| 823 | 'socket/socket_test_util.h', |
[email protected] | 702a6a72 | 2010-03-17 18:24:51 | [diff] [blame] | 824 | 'socket/ssl_test_util.cc', |
| 825 | 'socket/ssl_test_util.h', |
| 826 | ], |
| 827 | 'conditions': [ |
| 828 | ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
| 829 | 'dependencies': [ |
| 830 | '../build/linux/system.gyp:nss', |
| 831 | ], |
| 832 | }], |
[email protected] | 8543761 | 2010-03-22 11:55:23 | [diff] [blame] | 833 | ['OS == "linux"', { |
| 834 | 'conditions': [ |
| 835 | ['linux_use_tcmalloc==1', { |
| 836 | 'dependencies': [ |
| 837 | '../base/allocator/allocator.gyp:allocator', |
| 838 | ], |
| 839 | }], |
| 840 | ], |
| 841 | }], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 842 | ], |
| 843 | }, |
[email protected] | ef36c74c | 2009-03-11 13:32:22 | [diff] [blame] | 844 | { |
| 845 | 'target_name': 'net_resources', |
| 846 | 'type': 'none', |
| 847 | 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942', |
[email protected] | 5b91087 | 2010-02-09 01:03:02 | [diff] [blame] | 848 | 'variables': { |
| 849 | 'grit_cmd': ['python', '../tools/grit/grit.py'], |
| 850 | 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], |
| 851 | 'input_paths': [ |
| 852 | 'base/net_resources.grd', |
| 853 | ], |
| 854 | }, |
[email protected] | ef36c74c | 2009-03-11 13:32:22 | [diff] [blame] | 855 | 'rules': [ |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 856 | { |
[email protected] | ef36c74c | 2009-03-11 13:32:22 | [diff] [blame] | 857 | 'rule_name': 'grit', |
| 858 | 'extension': 'grd', |
| 859 | 'inputs': [ |
[email protected] | 5b91087 | 2010-02-09 01:03:02 | [diff] [blame] | 860 | '<!@(<(grit_info_cmd) --inputs <(input_paths))', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 861 | ], |
[email protected] | ef36c74c | 2009-03-11 13:32:22 | [diff] [blame] | 862 | 'outputs': [ |
[email protected] | 5b91087 | 2010-02-09 01:03:02 | [diff] [blame] | 863 | '<!@(<(grit_info_cmd) ' |
| 864 | '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 865 | ], |
[email protected] | ef36c74c | 2009-03-11 13:32:22 | [diff] [blame] | 866 | 'action': |
[email protected] | 5b91087 | 2010-02-09 01:03:02 | [diff] [blame] | 867 | ['<@(grit_cmd)', |
| 868 | '-i', '<(RULE_INPUT_PATH)', 'build', |
| 869 | '-o', '<(SHARED_INTERMEDIATE_DIR)/net'], |
[email protected] | 027ec5f | 2009-03-16 18:30:35 | [diff] [blame] | 870 | 'message': 'Generating resources from <(RULE_INPUT_PATH)', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 871 | }, |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 872 | ], |
[email protected] | ef36c74c | 2009-03-11 13:32:22 | [diff] [blame] | 873 | 'sources': [ |
[email protected] | 5b91087 | 2010-02-09 01:03:02 | [diff] [blame] | 874 | '<@(input_paths)', |
[email protected] | ef36c74c | 2009-03-11 13:32:22 | [diff] [blame] | 875 | ], |
| 876 | 'direct_dependent_settings': { |
| 877 | 'include_dirs': [ |
| 878 | '<(SHARED_INTERMEDIATE_DIR)/net', |
| 879 | ], |
| 880 | }, |
[email protected] | b392f3e | 2009-05-11 20:01:24 | [diff] [blame] | 881 | 'conditions': [ |
| 882 | ['OS=="win"', { |
| 883 | 'dependencies': ['../build/win/system.gyp:cygwin'], |
| 884 | }], |
| 885 | ], |
[email protected] | ef36c74c | 2009-03-11 13:32:22 | [diff] [blame] | 886 | }, |
[email protected] | 75b91f9 | 2009-06-17 07:28:48 | [diff] [blame] | 887 | { |
| 888 | 'target_name': 'fetch_client', |
| 889 | 'type': 'executable', |
| 890 | 'dependencies': [ |
| 891 | 'net', |
| 892 | '../base/base.gyp:base', |
[email protected] | 75b91f9 | 2009-06-17 07:28:48 | [diff] [blame] | 893 | '../testing/gtest.gyp:gtest', |
| 894 | ], |
| 895 | 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123', |
| 896 | 'sources': [ |
| 897 | 'tools/fetch/fetch_client.cc', |
| 898 | ], |
| 899 | }, |
[email protected] | fe4f06d | 2009-06-17 07:58:05 | [diff] [blame] | 900 | { |
| 901 | 'target_name': 'fetch_server', |
| 902 | 'type': 'executable', |
| 903 | 'dependencies': [ |
| 904 | 'net', |
| 905 | '../base/base.gyp:base', |
[email protected] | fe4f06d | 2009-06-17 07:58:05 | [diff] [blame] | 906 | '../testing/gtest.gyp:gtest', |
| 907 | ], |
| 908 | 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124', |
| 909 | 'sources': [ |
| 910 | 'tools/fetch/fetch_server.cc', |
| 911 | 'tools/fetch/http_listen_socket.cc', |
| 912 | 'tools/fetch/http_listen_socket.h', |
| 913 | 'tools/fetch/http_server.cc', |
| 914 | 'tools/fetch/http_server.h', |
[email protected] | d022e4e | 2009-06-23 04:13:00 | [diff] [blame] | 915 | 'tools/fetch/http_server_request_info.h', |
| 916 | 'tools/fetch/http_server_response_info.h', |
[email protected] | fe4f06d | 2009-06-17 07:58:05 | [diff] [blame] | 917 | 'tools/fetch/http_session.cc', |
| 918 | 'tools/fetch/http_session.h', |
| 919 | ], |
| 920 | }, |
[email protected] | c402da4 | 2009-12-10 02:38:03 | [diff] [blame] | 921 | { |
| 922 | 'target_name': 'hresolv', |
| 923 | 'type': 'executable', |
| 924 | 'dependencies': [ |
| 925 | 'net_base', |
| 926 | ], |
| 927 | 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E', |
| 928 | 'sources': [ |
| 929 | 'tools/hresolv/hresolv.cc', |
| 930 | ], |
| 931 | }, |
[email protected] | ef36c74c | 2009-03-11 13:32:22 | [diff] [blame] | 932 | ], |
| 933 | 'conditions': [ |
[email protected] | 6718b41 | 2009-03-04 18:26:00 | [diff] [blame] | 934 | ['OS=="win"', { |
| 935 | 'targets': [ |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 936 | { |
| 937 | # TODO(port): dump_cache is still Windows-specific. |
| 938 | 'target_name': 'dump_cache', |
| 939 | 'type': 'executable', |
| 940 | 'dependencies': [ |
| 941 | 'net', |
| 942 | '../base/base.gyp:base', |
| 943 | ], |
| 944 | 'sources': [ |
[email protected] | c44344e | 2009-09-02 22:05:50 | [diff] [blame] | 945 | 'tools/dump_cache/cache_dumper.cc', |
| 946 | 'tools/dump_cache/cache_dumper.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 947 | 'tools/dump_cache/dump_cache.cc', |
| 948 | 'tools/dump_cache/dump_files.cc', |
| 949 | 'tools/dump_cache/upgrade.cc', |
[email protected] | c44344e | 2009-09-02 22:05:50 | [diff] [blame] | 950 | 'tools/dump_cache/url_to_filename_encoder.h', |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 951 | ], |
| 952 | }, |
| 953 | ], |
| 954 | }], |
[email protected] | 2f80c31 | 2009-02-25 21:26:55 | [diff] [blame] | 955 | ], |
| 956 | } |
[email protected] | f5c990c | 2009-10-06 03:02:38 | [diff] [blame] | 957 | |
| 958 | # Local Variables: |
| 959 | # tab-width:2 |
| 960 | # indent-tabs-mode:nil |
| 961 | # End: |
| 962 | # vim: set expandtab tabstop=2 shiftwidth=2: |