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