blob: f5adb658f64b94fffcea007d030cd505fa41ce4f [file] [log] [blame]
[email protected]2f80c312009-02-25 21:26:551# 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]2f80c312009-02-25 21:26:559 'targets': [
10 {
[email protected]9c2a57712009-10-21 20:35:1111 'target_name': 'net_base',
[email protected]653bd5f032009-04-08 12:55:4912 'type': '<(library)',
[email protected]2f80c312009-02-25 21:26:5513 'dependencies': [
14 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:1415 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:5516 '../build/temp_gyp/googleurl.gyp:googleurl',
17 '../sdch/sdch.gyp:sdch',
[email protected]280629492009-09-09 06:49:0818 '../third_party/icu/icu.gyp:icui18n',
19 '../third_party/icu/icu.gyp:icuuc',
[email protected]ca21ee32009-10-23 18:03:2220 '../third_party/zlib/zlib.gyp:zlib',
[email protected]ef36c74c2009-03-11 13:32:2221 'net_resources',
[email protected]2f80c312009-02-25 21:26:5522 ],
23 'sources': [
[email protected]123ab1e32009-10-21 19:12:5724 'base/address_family.h',
[email protected]2f80c312009-02-25 21:26:5525 'base/address_list.cc',
26 'base/address_list.h',
27 'base/auth.h',
[email protected]6192f732009-03-25 23:44:2028 'base/cache_type.h',
[email protected]a755e1072009-10-23 16:58:3729 'base/cert_database.h',
30 'base/cert_database_mac.cc',
31 'base/cert_database_nss.cc',
32 'base/cert_database_win.cc',
[email protected]2f80c312009-02-25 21:26:5533 '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]2f80c312009-02-25 21:26:5538 '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]5f450e52009-07-28 13:28:1143 'base/cookie_options.h',
[email protected]2f80c312009-02-25 21:26:5544 'base/cookie_policy.cc',
45 'base/cookie_policy.h',
[email protected]5f450e52009-07-28 13:28:1146 'base/cookie_store.h',
[email protected]2f80c312009-02-25 21:26:5547 'base/data_url.cc',
48 'base/data_url.h',
49 'base/directory_lister.cc',
50 'base/directory_lister.h',
[email protected]c36f0642009-09-09 01:10:5051 'base/dns_util.cc',
52 'base/dns_util.h',
[email protected]2f80c312009-02-25 21:26:5553 '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]9697c5a2009-11-03 06:03:3164 'base/fixed_host_resolver.cc',
65 'base/fixed_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:5566 'base/gzip_filter.cc',
67 'base/gzip_filter.h',
68 'base/gzip_header.cc',
69 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3870 'base/host_cache.cc',
71 'base/host_cache.h',
[email protected]2f80c312009-02-25 21:26:5572 'base/host_resolver.cc',
73 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3274 '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]2f80c312009-02-25 21:26:5578 'base/io_buffer.cc',
79 'base/io_buffer.h',
[email protected]a755e1072009-10-23 16:58:3780 'base/keygen_handler.h',
81 'base/keygen_handler_mac.cc',
82 'base/keygen_handler_nss.cc',
83 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:5584 'base/listen_socket.cc',
85 'base/listen_socket.h',
86 'base/load_flags.h',
[email protected]ec08bb22009-08-12 00:25:1287 'base/load_log.h',
[email protected]54e13772009-08-14 03:01:0988 'base/load_log.cc',
89 'base/load_log_event_type_list.h',
90 'base/load_log_util.cc',
91 'base/load_log_util.h',
[email protected]48ab71e2009-06-22 19:19:1692 'base/load_states.h',
[email protected]2f80c312009-02-25 21:26:5593 'base/mime_sniffer.cc',
94 'base/mime_sniffer.h',
95 'base/mime_util.cc',
96 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:3297 # TODO(eroman): move this into its own test-support target.
98 'base/mock_host_resolver.cc',
99 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55100 'base/net_error_list.h',
101 'base/net_errors.cc',
102 'base/net_errors.h',
103 'base/net_module.cc',
104 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55105 'base/net_util.cc',
106 'base/net_util.h',
107 'base/net_util_posix.cc',
108 'base/net_util_win.cc',
109 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00110 'base/nss_memio.h',
[email protected]2f80c312009-02-25 21:26:55111 'base/platform_mime_util.h',
112 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
113 'base/platform_mime_util_linux.cc',
114 'base/platform_mime_util_mac.cc',
115 'base/platform_mime_util_win.cc',
116 'base/registry_controlled_domain.cc',
117 'base/registry_controlled_domain.h',
118 'base/scoped_cert_chain_context.h',
119 'base/sdch_filter.cc',
120 'base/sdch_filter.h',
121 'base/sdch_manager.cc',
122 'base/sdch_manager.h',
[email protected]0b45559b2009-06-12 21:45:11123 'base/ssl_cert_request_info.h',
[email protected]56c866a22009-06-18 19:38:58124 'base/ssl_client_auth_cache.cc',
125 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39126 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55127 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42128 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32129 'base/ssl_config_service_mac.cc',
130 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42131 'base/ssl_config_service_win.cc',
132 'base/ssl_config_service_win.h',
[email protected]2f80c312009-02-25 21:26:55133 'base/ssl_info.h',
[email protected]77f6fb432009-09-05 14:21:09134 'base/strict_transport_security_state.cc',
135 'base/strict_transport_security_state.h',
[email protected]2f80c312009-02-25 21:26:55136 'base/telnet_server.cc',
137 'base/telnet_server.h',
[email protected]d022e4e2009-06-23 04:13:00138 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55139 'base/upload_data.cc',
140 'base/upload_data.h',
141 'base/upload_data_stream.cc',
142 'base/upload_data_stream.h',
143 'base/wininet_util.cc',
144 'base/wininet_util.h',
145 'base/winsock_init.cc',
146 'base/winsock_init.h',
147 'base/x509_certificate.cc',
148 'base/x509_certificate.h',
149 'base/x509_certificate_mac.cc',
150 'base/x509_certificate_nss.cc',
151 'base/x509_certificate_win.cc',
[email protected]9c2a57712009-10-21 20:35:11152 ],
153 'export_dependent_settings': [
154 '../base/base.gyp:base',
155 ],
156 'conditions': [
157 [ 'OS == "linux"', {
158 'dependencies': [
159 '../build/linux/system.gyp:gconf',
160 '../build/linux/system.gyp:gdk',
161 '../build/linux/system.gyp:nss',
162 ],
163 }],
164 [ 'OS == "win"', {
165 'sources/': [ ['exclude', '_(mac|linux|posix)\\.cc$'] ],
166 'dependencies': [
167 'tld_cleanup',
168 ],
169 },
170 { # else: OS != "win"
171 'sources!': [
172 'base/wininet_util.cc',
173 'base/winsock_init.cc',
174 ],
175 },
176 ],
177 [ 'OS == "linux"', {
178 'sources/': [ ['exclude', '_(mac|win)\\.cc$'] ],
179 },
180 { # else: OS != "linux"
181 'sources!': [
[email protected]a755e1072009-10-23 16:58:37182 'base/cert_database_nss.cc',
183 'base/keygen_handler_nss.cc',
[email protected]9c2a57712009-10-21 20:35:11184 'base/nss_memio.c',
185 'base/nss_memio.h',
186 'base/x509_certificate_nss.cc',
187 ],
188 # Get U_STATIC_IMPLEMENTATION and -I directories on Linux.
189 'dependencies': [
190 '../third_party/icu/icu.gyp:icui18n',
191 '../third_party/icu/icu.gyp:icuuc',
192 ],
193 },
194 ],
195 [ 'OS == "mac"', {
196 'sources/': [ ['exclude', '_(linux|win)\\.cc$'] ],
197 'link_settings': {
198 'libraries': [
199 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
200 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
201 ]
202 },
203 },
204 ],
205 ],
206 },
207 {
208 'target_name': 'net',
209 'type': '<(library)',
210 'dependencies': [
211 '../base/base.gyp:base',
212 '../base/base.gyp:base_i18n',
213 '../build/temp_gyp/googleurl.gyp:googleurl',
214 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11215 '../third_party/icu/icu.gyp:icui18n',
216 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11217 '../third_party/zlib/zlib.gyp:zlib',
218 'net_base',
219 'net_resources',
220 ],
221 'sources': [
[email protected]2f80c312009-02-25 21:26:55222 'disk_cache/addr.cc',
223 'disk_cache/addr.h',
224 'disk_cache/backend_impl.cc',
225 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58226 'disk_cache/bitmap.cc',
227 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55228 'disk_cache/block_files.cc',
229 'disk_cache/block_files.h',
230 'disk_cache/cache_util.h',
231 'disk_cache/cache_util_posix.cc',
232 'disk_cache/cache_util_win.cc',
233 'disk_cache/disk_cache.h',
234 'disk_cache/disk_format.h',
235 'disk_cache/entry_impl.cc',
236 'disk_cache/entry_impl.h',
237 'disk_cache/errors.h',
238 'disk_cache/eviction.cc',
239 'disk_cache/eviction.h',
240 'disk_cache/file.h',
241 'disk_cache/file_block.h',
242 'disk_cache/file_lock.cc',
243 'disk_cache/file_lock.h',
244 'disk_cache/file_posix.cc',
245 'disk_cache/file_win.cc',
246 'disk_cache/hash.cc',
247 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34248 'disk_cache/histogram_macros.h',
[email protected]2f80c312009-02-25 21:26:55249 'disk_cache/mapped_file.h',
250 'disk_cache/mapped_file_posix.cc',
251 'disk_cache/mapped_file_win.cc',
252 'disk_cache/mem_backend_impl.cc',
253 'disk_cache/mem_backend_impl.h',
254 'disk_cache/mem_entry_impl.cc',
255 'disk_cache/mem_entry_impl.h',
256 'disk_cache/mem_rankings.cc',
257 'disk_cache/mem_rankings.h',
258 'disk_cache/rankings.cc',
259 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58260 'disk_cache/sparse_control.cc',
261 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55262 'disk_cache/stats.cc',
263 'disk_cache/stats.h',
264 'disk_cache/stats_histogram.cc',
265 'disk_cache/stats_histogram.h',
266 'disk_cache/storage_block-inl.h',
267 'disk_cache/storage_block.h',
268 'disk_cache/trace.cc',
269 'disk_cache/trace.h',
[email protected]7adaccb2009-10-13 04:43:21270 'flip/flip_bitmasks.h',
271 'flip/flip_frame_builder.cc',
272 'flip/flip_frame_builder.h',
273 'flip/flip_framer.cc',
274 'flip/flip_framer.h',
[email protected]a1640052009-10-29 21:24:02275 'flip/flip_io_buffer.cc',
276 'flip/flip_io_buffer.h',
[email protected]7adaccb2009-10-13 04:43:21277 'flip/flip_network_transaction.cc',
278 'flip/flip_network_transaction.h',
279 'flip/flip_protocol.h',
280 'flip/flip_session.cc',
281 'flip/flip_session.h',
282 'flip/flip_session_pool.cc',
283 'flip/flip_session_pool.h',
[email protected]cd314c822009-10-29 03:13:06284 'flip/flip_stream.cc',
285 'flip/flip_stream.h',
[email protected]7adaccb2009-10-13 04:43:21286 'flip/flip_transaction_factory.h',
[email protected]2f80c312009-02-25 21:26:55287 'ftp/ftp_auth_cache.cc',
288 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09289 'ftp/ftp_ctrl_response_buffer.cc',
290 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49291 'ftp/ftp_directory_listing_buffer.cc',
292 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32293 'ftp/ftp_directory_listing_parser.cc',
294 'ftp/ftp_directory_listing_parser.h',
295 'ftp/ftp_directory_listing_parser_ls.cc',
296 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]8425e66e2009-12-07 19:51:46297 'ftp/ftp_directory_listing_parser_netware.cc',
298 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32299 'ftp/ftp_directory_listing_parser_vms.cc',
300 'ftp/ftp_directory_listing_parser_vms.h',
301 'ftp/ftp_directory_listing_parser_windows.cc',
302 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55303 'ftp/ftp_network_layer.cc',
304 'ftp/ftp_network_layer.h',
305 'ftp/ftp_network_session.h',
306 'ftp/ftp_network_transaction.cc',
307 'ftp/ftp_network_transaction.h',
308 'ftp/ftp_request_info.h',
309 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55310 'ftp/ftp_server_type_histograms.cc',
311 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55312 'ftp/ftp_transaction.h',
313 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50314 'ftp/ftp_util.cc',
315 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41316 'http/des.cc',
317 'http/des.h',
[email protected]2f80c312009-02-25 21:26:55318 'http/http_atom_list.h',
319 'http/http_auth.cc',
320 'http/http_auth.h',
321 'http/http_auth_cache.cc',
322 'http/http_auth_cache.h',
323 'http/http_auth_handler.h',
324 'http/http_auth_handler.cc',
325 'http/http_auth_handler_basic.cc',
326 'http/http_auth_handler_basic.h',
327 'http/http_auth_handler_digest.cc',
328 'http/http_auth_handler_digest.h',
[email protected]5ae0b862009-02-28 02:02:41329 'http/http_auth_handler_ntlm.cc',
330 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32331 'http/http_auth_handler_ntlm_portable.cc',
332 'http/http_auth_handler_ntlm_win.cc',
[email protected]0877e3d2009-10-17 22:29:57333 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00334 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39335 'http/http_byte_range.cc',
336 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55337 'http/http_cache.cc',
338 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23339 'http/http_cache_transaction.cc',
340 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55341 'http/http_chunked_decoder.cc',
342 'http/http_chunked_decoder.h',
343 'http/http_network_layer.cc',
344 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44345 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55346 'http/http_network_session.h',
347 'http/http_network_transaction.cc',
348 'http/http_network_transaction.h',
349 'http/http_request_info.h',
350 'http/http_response_headers.cc',
351 'http/http_response_headers.h',
352 'http/http_response_info.cc',
353 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00354 'http/http_stream.h',
[email protected]0877e3d2009-10-17 22:29:57355 'http/http_stream_parser.cc',
356 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55357 'http/http_transaction.h',
358 'http/http_transaction_factory.h',
359 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01360 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55361 'http/http_util.h',
362 'http/http_vary_data.cc',
363 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00364 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41365 'http/md4.cc',
366 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50367 'http/partial_data.cc',
368 'http/partial_data.h',
[email protected]25d8ea22009-08-25 19:42:29369 'ocsp/nss_ocsp.cc',
370 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12371 'proxy/init_proxy_resolver.cc',
372 'proxy/init_proxy_resolver.h',
[email protected]7dc52f22009-03-02 22:37:18373 'proxy/proxy_config.cc',
374 'proxy/proxy_config.h',
375 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55376 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56377 'proxy/proxy_config_service_linux.cc',
378 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27379 'proxy/proxy_config_service_mac.cc',
380 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55381 'proxy/proxy_config_service_win.cc',
382 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18383 'proxy/proxy_info.cc',
384 'proxy/proxy_info.h',
385 'proxy/proxy_list.cc',
386 'proxy/proxy_list.h',
387 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12388 'proxy/proxy_resolver_js_bindings.cc',
389 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55390 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00391 'proxy/proxy_resolver_mac.h',
[email protected]6b675b82009-02-26 23:18:32392 'proxy/proxy_resolver_script.h',
393 'proxy/proxy_resolver_v8.cc',
394 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55395 'proxy/proxy_resolver_winhttp.cc',
396 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18397 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55398 'proxy/proxy_script_fetcher.cc',
399 'proxy/proxy_script_fetcher.h',
400 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27401 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55402 'proxy/proxy_server.h',
403 'proxy/proxy_service.cc',
404 'proxy/proxy_service.h',
[email protected]775fd9e2009-07-26 21:12:20405 'proxy/single_threaded_proxy_resolver.cc',
406 'proxy/single_threaded_proxy_resolver.h',
[email protected]f7984fc62009-06-22 23:26:44407 'socket/client_socket.cc',
408 'socket/client_socket.h',
409 'socket/client_socket_factory.cc',
410 'socket/client_socket_factory.h',
411 'socket/client_socket_handle.cc',
412 'socket/client_socket_handle.h',
413 'socket/client_socket_pool.h',
[email protected]ff579d42009-06-24 15:47:02414 'socket/client_socket_pool_base.cc',
415 'socket/client_socket_pool_base.h',
[email protected]f7984fc62009-06-22 23:26:44416 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35417 'socket/socks5_client_socket.cc',
418 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02419 'socket/socks_client_socket.cc',
420 'socket/socks_client_socket.h',
[email protected]f7984fc62009-06-22 23:26:44421 'socket/ssl_client_socket.h',
422 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47423 'socket/ssl_client_socket_mac.h',
[email protected]f7984fc62009-06-22 23:26:44424 'socket/ssl_client_socket_nss.cc',
[email protected]d022e4e2009-06-23 04:13:00425 'socket/ssl_client_socket_nss.h',
[email protected]f7984fc62009-06-22 23:26:44426 'socket/ssl_client_socket_win.cc',
427 'socket/ssl_client_socket_win.h',
428 'socket/ssl_test_util.cc',
429 'socket/ssl_test_util.h',
430 'socket/tcp_client_socket.h',
431 'socket/tcp_client_socket_libevent.cc',
432 'socket/tcp_client_socket_libevent.h',
433 'socket/tcp_client_socket_pool.cc',
434 'socket/tcp_client_socket_pool.h',
435 'socket/tcp_client_socket_win.cc',
436 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47437 'socket/tcp_pinger.h',
[email protected]aef031302009-10-09 05:04:14438 'socket_stream/socket_stream.cc',
439 'socket_stream/socket_stream.h',
[email protected]c7f689be2009-11-11 05:53:12440 'socket_stream/socket_stream_metrics.cc',
441 'socket_stream/socket_stream_metrics.h',
[email protected]4c4eac02009-11-04 10:02:28442 'socket_stream/socket_stream_throttle.cc',
443 'socket_stream/socket_stream_throttle.h',
[email protected]5a224392009-09-01 17:07:17444 'third_party/parseftp/ParseFTPList.cpp',
445 'third_party/parseftp/ParseFTPList.h',
[email protected]c6f27df2009-11-13 02:30:38446 'url_request/request_tracker.h',
[email protected]2f80c312009-02-25 21:26:55447 'url_request/url_request.cc',
448 'url_request/url_request.h',
449 'url_request/url_request_about_job.cc',
450 'url_request/url_request_about_job.h',
451 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58452 'url_request/url_request_data_job.cc',
453 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55454 'url_request/url_request_error_job.cc',
455 'url_request/url_request_error_job.h',
456 'url_request/url_request_file_dir_job.cc',
457 'url_request/url_request_file_dir_job.h',
458 'url_request/url_request_file_job.cc',
459 'url_request/url_request_file_job.h',
460 'url_request/url_request_filter.cc',
461 'url_request/url_request_filter.h',
462 'url_request/url_request_ftp_job.cc',
463 'url_request/url_request_ftp_job.h',
464 'url_request/url_request_http_job.cc',
465 'url_request/url_request_http_job.h',
466 'url_request/url_request_inet_job.cc',
467 'url_request/url_request_inet_job.h',
468 'url_request/url_request_job.cc',
469 'url_request/url_request_job.h',
470 'url_request/url_request_job_manager.cc',
471 'url_request/url_request_job_manager.h',
472 'url_request/url_request_job_metrics.cc',
473 'url_request/url_request_job_metrics.h',
474 'url_request/url_request_job_tracker.cc',
475 'url_request/url_request_job_tracker.h',
[email protected]b65ce0942009-03-16 20:13:33476 'url_request/url_request_new_ftp_job.cc',
477 'url_request/url_request_new_ftp_job.h',
[email protected]56d83182009-09-04 20:01:45478 'url_request/url_request_redirect_job.cc',
479 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55480 'url_request/url_request_simple_job.cc',
481 'url_request/url_request_simple_job.h',
482 'url_request/url_request_status.h',
483 'url_request/url_request_test_job.cc',
484 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04485 'url_request/url_request_view_net_internals_job.cc',
486 'url_request/url_request_view_net_internals_job.h',
487 'url_request/view_cache_helper.cc',
488 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36489 'websockets/websocket.cc',
490 'websockets/websocket.h',
[email protected]4c4eac02009-11-04 10:02:28491 'websockets/websocket_throttle.cc',
492 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55493 ],
[email protected]2f80c312009-02-25 21:26:55494 'export_dependent_settings': [
495 '../base/base.gyp:base',
496 ],
497 'conditions': [
[email protected]c61f6432009-04-22 01:16:42498 ['javascript_engine=="v8"', {
499 'dependencies': [
[email protected]44531a22009-04-28 21:37:56500 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42501 ],
502 }],
[email protected]9d384032009-03-20 23:13:26503 [ 'OS == "linux"', {
504 'dependencies': [
[email protected]861c6c62009-04-20 16:50:56505 '../build/linux/system.gyp:gconf',
506 '../build/linux/system.gyp:gdk',
[email protected]9d384032009-03-20 23:13:26507 '../build/linux/system.gyp:nss',
508 ],
509 }],
[email protected]2f80c312009-02-25 21:26:55510 [ 'OS == "win"', {
511 'sources/': [ ['exclude', '_(mac|linux|posix)\\.cc$'] ],
512 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32513 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44514 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55515 ],
516 'dependencies': [
[email protected]2f80c312009-02-25 21:26:55517 'tld_cleanup',
518 ],
[email protected]2f80c312009-02-25 21:26:55519 },
520 { # else: OS != "win"
521 'sources!': [
[email protected]2f80c312009-02-25 21:26:55522 'proxy/proxy_resolver_winhttp.cc',
523 'url_request/url_request_ftp_job.cc',
524 'url_request/url_request_inet_job.cc',
525 ],
526 },
527 ],
528 [ 'OS == "linux"', {
529 'sources/': [ ['exclude', '_(mac|win)\\.cc$'] ],
[email protected]2f80c312009-02-25 21:26:55530 },
531 { # else: OS != "linux"
532 'sources!': [
[email protected]3d4ae9a42009-07-24 03:48:16533 'ocsp/nss_ocsp.cc',
534 'ocsp/nss_ocsp.h',
[email protected]f7984fc62009-06-22 23:26:44535 'socket/ssl_client_socket_nss.cc',
[email protected]d022e4e2009-06-23 04:13:00536 'socket/ssl_client_socket_nss.h',
[email protected]2f80c312009-02-25 21:26:55537 ],
538 # Get U_STATIC_IMPLEMENTATION and -I directories on Linux.
539 'dependencies': [
[email protected]280629492009-09-09 06:49:08540 '../third_party/icu/icu.gyp:icui18n',
541 '../third_party/icu/icu.gyp:icuuc',
[email protected]2f80c312009-02-25 21:26:55542 ],
543 },
544 ],
545 [ 'OS == "mac"', {
546 'sources/': [ ['exclude', '_(linux|win)\\.cc$'] ],
547 'link_settings': {
548 'libraries': [
549 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
550 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
551 ]
552 },
553 },
554 ],
[email protected]2f80c312009-02-25 21:26:55555 ],
556 },
557 {
558 'target_name': 'net_unittests',
559 'type': 'executable',
560 'dependencies': [
561 'net',
[email protected]6718b412009-03-04 18:26:00562 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55563 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14564 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54565 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55566 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57567 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55568 ],
[email protected]9e450f22009-03-10 23:12:16569 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55570 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38571 'base/address_list_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55572 'base/cookie_monster_unittest.cc',
573 'base/cookie_policy_unittest.cc',
574 'base/data_url_unittest.cc',
575 'base/directory_lister_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50576 'base/dns_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55577 'base/escape_unittest.cc',
578 'base/file_stream_unittest.cc',
579 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27580 'base/filter_unittest.h',
[email protected]2f80c312009-02-25 21:26:55581 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38582 'base/host_cache_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32583 'base/host_resolver_impl_unittest.cc',
[email protected]54e13772009-08-14 03:01:09584 'base/load_log_unittest.cc',
585 'base/load_log_unittest.h',
586 'base/load_log_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55587 'base/listen_socket_unittest.cc',
588 'base/listen_socket_unittest.h',
589 'base/mime_sniffer_unittest.cc',
590 'base/mime_util_unittest.cc',
591 'base/net_util_unittest.cc',
592 'base/registry_controlled_domain_unittest.cc',
593 'base/run_all_unittests.cc',
594 'base/sdch_filter_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58595 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32596 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42597 'base/ssl_config_service_win_unittest.cc',
[email protected]77f6fb432009-09-05 14:21:09598 'base/strict_transport_security_state_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55599 'base/telnet_server_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29600 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55601 'base/test_completion_callback_unittest.cc',
602 'base/wininet_util_unittest.cc',
603 'base/x509_certificate_unittest.cc',
604 'disk_cache/addr_unittest.cc',
605 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58606 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55607 'disk_cache/block_files_unittest.cc',
608 'disk_cache/disk_cache_test_base.cc',
609 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55610 'disk_cache/entry_unittest.cc',
611 'disk_cache/mapped_file_unittest.cc',
612 'disk_cache/storage_block_unittest.cc',
613 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09614 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49615 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32616 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46617 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32618 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
619 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37620 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50621 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41622 'http/des_unittest.cc',
[email protected]7adaccb2009-10-13 04:43:21623 'flip/flip_framer_test.cc',
624 'flip/flip_network_transaction_unittest.cc',
[email protected]f6ad5c0d2009-12-01 23:55:36625 'flip/flip_protocol_test.cc',
[email protected]7adaccb2009-10-13 04:43:21626 'flip/flip_session_unittest.cc',
[email protected]a677f2b2009-11-22 00:43:00627 'flip/flip_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55628 'http/http_auth_cache_unittest.cc',
629 'http/http_auth_handler_basic_unittest.cc',
630 'http/http_auth_handler_digest_unittest.cc',
631 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39632 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55633 'http/http_cache_unittest.cc',
634 'http/http_chunked_decoder_unittest.cc',
635 'http/http_network_layer_unittest.cc',
636 'http/http_network_transaction_unittest.cc',
637 'http/http_response_headers_unittest.cc',
638 'http/http_transaction_unittest.cc',
639 'http/http_transaction_unittest.h',
640 'http/http_util_unittest.cc',
641 'http/http_vary_data_unittest.cc',
[email protected]620f5712009-08-04 22:43:12642 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19643 'proxy/mock_proxy_resolver.h',
[email protected]861c6c62009-04-20 16:50:56644 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57645 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23646 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18647 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12648 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32649 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55650 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31651 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55652 'proxy/proxy_service_unittest.cc',
[email protected]775fd9e2009-07-26 21:12:20653 'proxy/single_threaded_proxy_resolver_unittest.cc',
[email protected]ab838892009-06-30 18:49:05654 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35655 'socket/socks5_client_socket_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58656 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44657 'socket/ssl_client_socket_unittest.cc',
658 'socket/tcp_client_socket_pool_unittest.cc',
659 'socket/tcp_client_socket_unittest.cc',
660 'socket/tcp_pinger_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11661 'socket_stream/socket_stream_unittest.cc',
[email protected]c6f27df2009-11-13 02:30:38662 'url_request/request_tracker_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55663 'url_request/url_request_unittest.cc',
664 'url_request/url_request_unittest.h',
[email protected]4c4eac02009-11-04 10:02:28665 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36666 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55667 ],
668 'conditions': [
[email protected]861c6c62009-04-20 16:50:56669 [ 'OS == "win"', {
670 'sources/': [ ['exclude', '_(mac|linux|posix)_unittest\\.cc$'] ],
671 },
672 ],
[email protected]2f80c312009-02-25 21:26:55673 [ 'OS != "win"', {
674 'sources!': [
675 'base/wininet_util_unittest.cc',
676 ],
677 },
678 ],
679 [ 'OS == "linux"', {
[email protected]861c6c62009-04-20 16:50:56680 'sources/': [ ['exclude', '_(mac|win)_unittest\\.cc$'] ],
[email protected]9d384032009-03-20 23:13:26681 'dependencies': [
682 '../build/linux/system.gyp:gtk',
683 ],
[email protected]2f80c312009-02-25 21:26:55684 'sources!': [
685 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55686 ],
687 },
688 ],
689 [ 'OS == "mac"', {
[email protected]861c6c62009-04-20 16:50:56690 'sources/': [ ['exclude', '_(linux|win)_unittest\\.cc$'] ],
[email protected]2f80c312009-02-25 21:26:55691 },
692 ],
693 # This is needed to trigger the dll copy step on windows.
694 # TODO(mark): Specifying this here shouldn't be necessary.
695 [ 'OS == "win"', {
696 'dependencies': [
[email protected]280629492009-09-09 06:49:08697 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55698 ],
699 },
700 ],
701 ],
702 },
703 {
704 'target_name': 'net_perftests',
705 'type': 'executable',
706 'dependencies': [
707 'net',
[email protected]6718b412009-03-04 18:26:00708 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55709 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14710 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45711 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06712 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55713 '../testing/gtest.gyp:gtest',
714 ],
[email protected]9e450f22009-03-10 23:12:16715 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55716 'sources': [
[email protected]2f80c312009-02-25 21:26:55717 'base/cookie_monster_perftest.cc',
718 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33719 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55720 ],
721 'conditions': [
722 # This is needed to trigger the dll copy step on windows.
723 # TODO(mark): Specifying this here shouldn't be necessary.
724 [ 'OS == "win"', {
725 'dependencies': [
[email protected]280629492009-09-09 06:49:08726 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55727 ],
728 },
729 ],
730 ],
731 },
732 {
733 'target_name': 'stress_cache',
734 'type': 'executable',
735 'dependencies': [
736 'net',
[email protected]6718b412009-03-04 18:26:00737 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55738 '../base/base.gyp:base',
739 ],
740 'sources': [
[email protected]2f80c312009-02-25 21:26:55741 'disk_cache/stress_cache.cc',
742 ],
743 },
744 {
745 'target_name': 'tld_cleanup',
746 'type': 'executable',
747 'dependencies': [
748 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14749 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55750 '../build/temp_gyp/googleurl.gyp:googleurl',
751 ],
[email protected]b8234462009-03-18 02:30:55752 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55753 'sources': [
754 'tools/tld_cleanup/tld_cleanup.cc',
755 ],
756 },
757 {
758 'target_name': 'crash_cache',
759 'type': 'executable',
760 'dependencies': [
761 'net',
[email protected]6718b412009-03-04 18:26:00762 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55763 '../base/base.gyp:base',
764 ],
[email protected]9e450f22009-03-10 23:12:16765 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55766 'sources': [
767 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00768 ],
769 },
770 {
771 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49772 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00773 'dependencies': [
774 'net',
775 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15776 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00777 ],
778 'sources': [
[email protected]2f80c312009-02-25 21:26:55779 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00780 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50781 'proxy/proxy_config_service_common_unittest.cc',
782 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44783 'socket/socket_test_util.cc',
784 'socket/socket_test_util.h',
[email protected]2f80c312009-02-25 21:26:55785 ],
786 },
[email protected]ef36c74c2009-03-11 13:32:22787 {
788 'target_name': 'net_resources',
789 'type': 'none',
790 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
791 'rules': [
[email protected]2f80c312009-02-25 21:26:55792 {
[email protected]ef36c74c2009-03-11 13:32:22793 'rule_name': 'grit',
794 'extension': 'grd',
795 'inputs': [
[email protected]b19f1cd72009-03-13 21:16:00796 '../tools/grit/grit.py',
[email protected]2f80c312009-02-25 21:26:55797 ],
[email protected]ef36c74c2009-03-11 13:32:22798 'outputs': [
799 '<(SHARED_INTERMEDIATE_DIR)/net/grit/<(RULE_INPUT_ROOT).h',
800 '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_ROOT).rc',
801 '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_ROOT).pak',
[email protected]2f80c312009-02-25 21:26:55802 ],
[email protected]ef36c74c2009-03-11 13:32:22803 'action':
804 ['python', '<@(_inputs)', '-i', '<(RULE_INPUT_PATH)', 'build', '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:35805 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:55806 },
[email protected]6718b412009-03-04 18:26:00807 ],
[email protected]ef36c74c2009-03-11 13:32:22808 'sources': [
809 'base/net_resources.grd',
810 ],
811 'direct_dependent_settings': {
812 'include_dirs': [
813 '<(SHARED_INTERMEDIATE_DIR)/net',
814 ],
815 },
[email protected]b392f3e2009-05-11 20:01:24816 'conditions': [
817 ['OS=="win"', {
818 'dependencies': ['../build/win/system.gyp:cygwin'],
819 }],
820 ],
[email protected]ef36c74c2009-03-11 13:32:22821 },
[email protected]75b91f92009-06-17 07:28:48822 {
823 'target_name': 'fetch_client',
824 'type': 'executable',
825 'dependencies': [
826 'net',
827 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:48828 '../testing/gtest.gyp:gtest',
829 ],
830 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
831 'sources': [
832 'tools/fetch/fetch_client.cc',
833 ],
834 },
[email protected]fe4f06d2009-06-17 07:58:05835 {
836 'target_name': 'fetch_server',
837 'type': 'executable',
838 'dependencies': [
839 'net',
840 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:05841 '../testing/gtest.gyp:gtest',
842 ],
843 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
844 'sources': [
845 'tools/fetch/fetch_server.cc',
846 'tools/fetch/http_listen_socket.cc',
847 'tools/fetch/http_listen_socket.h',
848 'tools/fetch/http_server.cc',
849 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:00850 'tools/fetch/http_server_request_info.h',
851 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:05852 'tools/fetch/http_session.cc',
853 'tools/fetch/http_session.h',
854 ],
855 },
[email protected]c402da42009-12-10 02:38:03856 {
857 'target_name': 'hresolv',
858 'type': 'executable',
859 'dependencies': [
860 'net_base',
861 ],
862 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
863 'sources': [
864 'tools/hresolv/hresolv.cc',
865 ],
866 },
[email protected]ef36c74c2009-03-11 13:32:22867 ],
868 'conditions': [
[email protected]6718b412009-03-04 18:26:00869 ['OS=="win"', {
870 'targets': [
[email protected]2f80c312009-02-25 21:26:55871 {
872 # TODO(port): dump_cache is still Windows-specific.
873 'target_name': 'dump_cache',
874 'type': 'executable',
875 'dependencies': [
876 'net',
877 '../base/base.gyp:base',
878 ],
879 'sources': [
[email protected]c44344e2009-09-02 22:05:50880 'tools/dump_cache/cache_dumper.cc',
881 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:55882 'tools/dump_cache/dump_cache.cc',
883 'tools/dump_cache/dump_files.cc',
884 'tools/dump_cache/upgrade.cc',
[email protected]c44344e2009-09-02 22:05:50885 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]2f80c312009-02-25 21:26:55886 ],
887 },
888 ],
889 }],
[email protected]2f80c312009-02-25 21:26:55890 ],
891}
[email protected]f5c990c2009-10-06 03:02:38892
893# Local Variables:
894# tab-width:2
895# indent-tabs-mode:nil
896# End:
897# vim: set expandtab tabstop=2 shiftwidth=2: