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