blob: ef886f747349d77f9a5b3551f59620e5229f4ddb [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/escape.cc',
54 'base/escape.h',
55 'base/ev_root_ca_metadata.cc',
56 'base/ev_root_ca_metadata.h',
57 'base/file_stream.h',
58 'base/file_stream_posix.cc',
59 'base/file_stream_win.cc',
60 'base/filter.cc',
61 'base/filter.h',
[email protected]9697c5a2009-11-03 06:03:3162 'base/fixed_host_resolver.cc',
63 'base/fixed_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:5564 'base/gzip_filter.cc',
65 'base/gzip_filter.h',
66 'base/gzip_header.cc',
67 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3868 'base/host_cache.cc',
69 'base/host_cache.h',
[email protected]2f80c312009-02-25 21:26:5570 'base/host_resolver.cc',
71 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3272 'base/host_resolver_impl.cc',
73 'base/host_resolver_impl.h',
74 'base/host_resolver_proc.cc',
75 'base/host_resolver_proc.h',
[email protected]326e6792009-12-11 21:04:4276 'base/https_prober.h',
77 'base/https_prober.cc',
[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',
[email protected]100d5fb92009-12-21 21:08:35109 'base/network_change_notifier.cc',
110 'base/network_change_notifier.h',
111 'base/network_change_notifier_helper.cc',
112 'base/network_change_notifier_helper.h',
113 'base/network_change_notifier_linux.cc',
114 'base/network_change_notifier_linux.h',
115 'base/network_change_notifier_mac.cc',
116 'base/network_change_notifier_mac.h',
117 'base/network_change_notifier_win.cc',
118 'base/network_change_notifier_win.h',
[email protected]2f80c312009-02-25 21:26:55119 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00120 'base/nss_memio.h',
[email protected]2f80c312009-02-25 21:26:55121 'base/platform_mime_util.h',
122 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
123 'base/platform_mime_util_linux.cc',
124 'base/platform_mime_util_mac.cc',
125 'base/platform_mime_util_win.cc',
126 'base/registry_controlled_domain.cc',
127 'base/registry_controlled_domain.h',
128 'base/scoped_cert_chain_context.h',
129 'base/sdch_filter.cc',
130 'base/sdch_filter.h',
131 'base/sdch_manager.cc',
132 'base/sdch_manager.h',
[email protected]0b45559b2009-06-12 21:45:11133 'base/ssl_cert_request_info.h',
[email protected]56c866a22009-06-18 19:38:58134 'base/ssl_client_auth_cache.cc',
135 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39136 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55137 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42138 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32139 'base/ssl_config_service_mac.cc',
140 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42141 'base/ssl_config_service_win.cc',
142 'base/ssl_config_service_win.h',
[email protected]2f80c312009-02-25 21:26:55143 'base/ssl_info.h',
[email protected]326e6792009-12-11 21:04:42144 'base/transport_security_state.cc',
145 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37146 'base/sys_addrinfo.h',
[email protected]2f80c312009-02-25 21:26:55147 'base/telnet_server.cc',
148 'base/telnet_server.h',
[email protected]d022e4e2009-06-23 04:13:00149 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55150 'base/upload_data.cc',
151 'base/upload_data.h',
152 'base/upload_data_stream.cc',
153 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55154 'base/winsock_init.cc',
155 'base/winsock_init.h',
156 'base/x509_certificate.cc',
157 'base/x509_certificate.h',
158 'base/x509_certificate_mac.cc',
159 'base/x509_certificate_nss.cc',
160 'base/x509_certificate_win.cc',
[email protected]9c2a57712009-10-21 20:35:11161 ],
162 'export_dependent_settings': [
163 '../base/base.gyp:base',
164 ],
165 'conditions': [
166 [ 'OS == "linux"', {
167 'dependencies': [
168 '../build/linux/system.gyp:gconf',
169 '../build/linux/system.gyp:gdk',
170 '../build/linux/system.gyp:nss',
171 ],
172 }],
173 [ 'OS == "win"', {
174 'sources/': [ ['exclude', '_(mac|linux|posix)\\.cc$'] ],
175 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02176 # For nss_memio.{c,h}, which require only NSPR.
177 '../third_party/nss/nss.gyp:nspr',
[email protected]9c2a57712009-10-21 20:35:11178 'tld_cleanup',
179 ],
180 },
181 { # else: OS != "win"
182 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11183 'base/winsock_init.cc',
184 ],
185 },
186 ],
187 [ 'OS == "linux"', {
188 'sources/': [ ['exclude', '_(mac|win)\\.cc$'] ],
189 },
190 { # else: OS != "linux"
191 'sources!': [
[email protected]a755e1072009-10-23 16:58:37192 'base/cert_database_nss.cc',
193 'base/keygen_handler_nss.cc',
[email protected]9c2a57712009-10-21 20:35:11194 'base/x509_certificate_nss.cc',
195 ],
196 # Get U_STATIC_IMPLEMENTATION and -I directories on Linux.
197 'dependencies': [
198 '../third_party/icu/icu.gyp:icui18n',
199 '../third_party/icu/icu.gyp:icuuc',
200 ],
201 },
202 ],
203 [ 'OS == "mac"', {
204 'sources/': [ ['exclude', '_(linux|win)\\.cc$'] ],
[email protected]f505a9b2010-01-28 19:44:02205 'sources!': [
206 # TODO(wtc): Remove nss_memio.{c,h} when http://crbug.com/30689
207 # is fixed.
208 'base/nss_memio.c',
209 'base/nss_memio.h',
210 ],
[email protected]9c2a57712009-10-21 20:35:11211 'link_settings': {
212 'libraries': [
213 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
214 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
215 ]
216 },
217 },
218 ],
219 ],
220 },
221 {
222 'target_name': 'net',
223 'type': '<(library)',
224 'dependencies': [
225 '../base/base.gyp:base',
226 '../base/base.gyp:base_i18n',
227 '../build/temp_gyp/googleurl.gyp:googleurl',
228 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11229 '../third_party/icu/icu.gyp:icui18n',
230 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11231 '../third_party/zlib/zlib.gyp:zlib',
232 'net_base',
233 'net_resources',
234 ],
235 'sources': [
[email protected]2f80c312009-02-25 21:26:55236 'disk_cache/addr.cc',
237 'disk_cache/addr.h',
238 'disk_cache/backend_impl.cc',
239 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58240 'disk_cache/bitmap.cc',
241 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55242 'disk_cache/block_files.cc',
243 'disk_cache/block_files.h',
244 'disk_cache/cache_util.h',
245 'disk_cache/cache_util_posix.cc',
246 'disk_cache/cache_util_win.cc',
247 'disk_cache/disk_cache.h',
248 'disk_cache/disk_format.h',
249 'disk_cache/entry_impl.cc',
250 'disk_cache/entry_impl.h',
251 'disk_cache/errors.h',
252 'disk_cache/eviction.cc',
253 'disk_cache/eviction.h',
254 'disk_cache/file.h',
255 'disk_cache/file_block.h',
256 'disk_cache/file_lock.cc',
257 'disk_cache/file_lock.h',
258 'disk_cache/file_posix.cc',
259 'disk_cache/file_win.cc',
260 'disk_cache/hash.cc',
261 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34262 'disk_cache/histogram_macros.h',
[email protected]2f80c312009-02-25 21:26:55263 'disk_cache/mapped_file.h',
264 'disk_cache/mapped_file_posix.cc',
265 'disk_cache/mapped_file_win.cc',
266 'disk_cache/mem_backend_impl.cc',
267 'disk_cache/mem_backend_impl.h',
268 'disk_cache/mem_entry_impl.cc',
269 'disk_cache/mem_entry_impl.h',
270 'disk_cache/mem_rankings.cc',
271 'disk_cache/mem_rankings.h',
272 'disk_cache/rankings.cc',
273 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58274 'disk_cache/sparse_control.cc',
275 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55276 'disk_cache/stats.cc',
277 'disk_cache/stats.h',
278 'disk_cache/stats_histogram.cc',
279 'disk_cache/stats_histogram.h',
280 'disk_cache/storage_block-inl.h',
281 'disk_cache/storage_block.h',
282 'disk_cache/trace.cc',
283 'disk_cache/trace.h',
[email protected]7adaccb2009-10-13 04:43:21284 'flip/flip_bitmasks.h',
285 'flip/flip_frame_builder.cc',
286 'flip/flip_frame_builder.h',
287 'flip/flip_framer.cc',
288 'flip/flip_framer.h',
[email protected]a1640052009-10-29 21:24:02289 'flip/flip_io_buffer.cc',
290 'flip/flip_io_buffer.h',
[email protected]7adaccb2009-10-13 04:43:21291 'flip/flip_network_transaction.cc',
292 'flip/flip_network_transaction.h',
293 'flip/flip_protocol.h',
294 'flip/flip_session.cc',
295 'flip/flip_session.h',
296 'flip/flip_session_pool.cc',
297 'flip/flip_session_pool.h',
[email protected]cd314c822009-10-29 03:13:06298 'flip/flip_stream.cc',
299 'flip/flip_stream.h',
[email protected]7adaccb2009-10-13 04:43:21300 'flip/flip_transaction_factory.h',
[email protected]2f80c312009-02-25 21:26:55301 'ftp/ftp_auth_cache.cc',
302 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09303 'ftp/ftp_ctrl_response_buffer.cc',
304 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49305 'ftp/ftp_directory_listing_buffer.cc',
306 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32307 'ftp/ftp_directory_listing_parser.cc',
308 'ftp/ftp_directory_listing_parser.h',
309 'ftp/ftp_directory_listing_parser_ls.cc',
310 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]9772b1c32009-12-10 19:39:01311 'ftp/ftp_directory_listing_parser_mlsd.cc',
312 'ftp/ftp_directory_listing_parser_mlsd.h',
[email protected]8425e66e2009-12-07 19:51:46313 'ftp/ftp_directory_listing_parser_netware.cc',
314 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32315 'ftp/ftp_directory_listing_parser_vms.cc',
316 'ftp/ftp_directory_listing_parser_vms.h',
317 'ftp/ftp_directory_listing_parser_windows.cc',
318 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55319 'ftp/ftp_network_layer.cc',
320 'ftp/ftp_network_layer.h',
321 'ftp/ftp_network_session.h',
322 'ftp/ftp_network_transaction.cc',
323 'ftp/ftp_network_transaction.h',
324 'ftp/ftp_request_info.h',
325 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55326 'ftp/ftp_server_type_histograms.cc',
327 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55328 'ftp/ftp_transaction.h',
329 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50330 'ftp/ftp_util.cc',
331 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41332 'http/des.cc',
333 'http/des.h',
[email protected]2f80c312009-02-25 21:26:55334 'http/http_atom_list.h',
335 'http/http_auth.cc',
336 'http/http_auth.h',
337 'http/http_auth_cache.cc',
338 'http/http_auth_cache.h',
339 'http/http_auth_handler.h',
340 'http/http_auth_handler.cc',
341 'http/http_auth_handler_basic.cc',
342 'http/http_auth_handler_basic.h',
343 'http/http_auth_handler_digest.cc',
344 'http/http_auth_handler_digest.h',
[email protected]4fd4a6d2010-01-21 21:38:05345 'http/http_auth_handler_negotiate.h',
346 'http/http_auth_handler_negotiate_posix.cc',
347 'http/http_auth_handler_negotiate_win.cc',
[email protected]5ae0b862009-02-28 02:02:41348 'http/http_auth_handler_ntlm.cc',
349 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32350 'http/http_auth_handler_ntlm_portable.cc',
351 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56352 'http/http_auth_sspi_win.cc',
353 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57354 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00355 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39356 'http/http_byte_range.cc',
357 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55358 'http/http_cache.cc',
359 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23360 'http/http_cache_transaction.cc',
361 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55362 'http/http_chunked_decoder.cc',
363 'http/http_chunked_decoder.h',
364 'http/http_network_layer.cc',
365 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44366 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55367 'http/http_network_session.h',
368 'http/http_network_transaction.cc',
369 'http/http_network_transaction.h',
370 'http/http_request_info.h',
371 'http/http_response_headers.cc',
372 'http/http_response_headers.h',
373 'http/http_response_info.cc',
374 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00375 'http/http_stream.h',
[email protected]0877e3d2009-10-17 22:29:57376 'http/http_stream_parser.cc',
377 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55378 'http/http_transaction.h',
379 'http/http_transaction_factory.h',
380 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01381 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55382 'http/http_util.h',
383 'http/http_vary_data.cc',
384 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00385 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41386 'http/md4.cc',
387 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50388 'http/partial_data.cc',
389 'http/partial_data.h',
[email protected]25d8ea22009-08-25 19:42:29390 'ocsp/nss_ocsp.cc',
391 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12392 'proxy/init_proxy_resolver.cc',
393 'proxy/init_proxy_resolver.h',
[email protected]7dc52f22009-03-02 22:37:18394 'proxy/proxy_config.cc',
395 'proxy/proxy_config.h',
396 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55397 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56398 'proxy/proxy_config_service_linux.cc',
399 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27400 'proxy/proxy_config_service_mac.cc',
401 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55402 'proxy/proxy_config_service_win.cc',
403 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18404 'proxy/proxy_info.cc',
405 'proxy/proxy_info.h',
406 'proxy/proxy_list.cc',
407 'proxy/proxy_list.h',
408 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12409 'proxy/proxy_resolver_js_bindings.cc',
410 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55411 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00412 'proxy/proxy_resolver_mac.h',
[email protected]6b675b82009-02-26 23:18:32413 'proxy/proxy_resolver_script.h',
414 'proxy/proxy_resolver_v8.cc',
415 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55416 'proxy/proxy_resolver_winhttp.cc',
417 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18418 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55419 'proxy/proxy_script_fetcher.cc',
420 'proxy/proxy_script_fetcher.h',
421 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27422 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55423 'proxy/proxy_server.h',
424 'proxy/proxy_service.cc',
425 'proxy/proxy_service.h',
[email protected]775fd9e2009-07-26 21:12:20426 'proxy/single_threaded_proxy_resolver.cc',
427 'proxy/single_threaded_proxy_resolver.h',
[email protected]f7984fc62009-06-22 23:26:44428 'socket/client_socket.h',
429 'socket/client_socket_factory.cc',
430 'socket/client_socket_factory.h',
431 'socket/client_socket_handle.cc',
432 'socket/client_socket_handle.h',
433 'socket/client_socket_pool.h',
[email protected]ff579d42009-06-24 15:47:02434 'socket/client_socket_pool_base.cc',
435 'socket/client_socket_pool_base.h',
[email protected]f7984fc62009-06-22 23:26:44436 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35437 'socket/socks5_client_socket.cc',
438 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02439 'socket/socks_client_socket.cc',
440 'socket/socks_client_socket.h',
[email protected]f7984fc62009-06-22 23:26:44441 'socket/ssl_client_socket.h',
442 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47443 'socket/ssl_client_socket_mac.h',
[email protected]f7984fc62009-06-22 23:26:44444 'socket/ssl_client_socket_nss.cc',
[email protected]d022e4e2009-06-23 04:13:00445 'socket/ssl_client_socket_nss.h',
[email protected]f7984fc62009-06-22 23:26:44446 'socket/ssl_client_socket_win.cc',
447 'socket/ssl_client_socket_win.h',
448 'socket/ssl_test_util.cc',
449 'socket/ssl_test_util.h',
450 'socket/tcp_client_socket.h',
451 'socket/tcp_client_socket_libevent.cc',
452 'socket/tcp_client_socket_libevent.h',
453 'socket/tcp_client_socket_pool.cc',
454 'socket/tcp_client_socket_pool.h',
455 'socket/tcp_client_socket_win.cc',
456 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47457 'socket/tcp_pinger.h',
[email protected]aef03132009-10-09 05:04:14458 'socket_stream/socket_stream.cc',
459 'socket_stream/socket_stream.h',
[email protected]c7f689be2009-11-11 05:53:12460 'socket_stream/socket_stream_metrics.cc',
461 'socket_stream/socket_stream_metrics.h',
[email protected]4c4eac02009-11-04 10:02:28462 'socket_stream/socket_stream_throttle.cc',
463 'socket_stream/socket_stream_throttle.h',
[email protected]c6f27df2009-11-13 02:30:38464 'url_request/request_tracker.h',
[email protected]2f80c312009-02-25 21:26:55465 'url_request/url_request.cc',
466 'url_request/url_request.h',
467 'url_request/url_request_about_job.cc',
468 'url_request/url_request_about_job.h',
469 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58470 'url_request/url_request_data_job.cc',
471 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55472 'url_request/url_request_error_job.cc',
473 'url_request/url_request_error_job.h',
474 'url_request/url_request_file_dir_job.cc',
475 'url_request/url_request_file_dir_job.h',
476 'url_request/url_request_file_job.cc',
477 'url_request/url_request_file_job.h',
478 'url_request/url_request_filter.cc',
479 'url_request/url_request_filter.h',
[email protected]2f80c312009-02-25 21:26:55480 'url_request/url_request_http_job.cc',
481 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55482 'url_request/url_request_job.cc',
483 'url_request/url_request_job.h',
484 'url_request/url_request_job_manager.cc',
485 'url_request/url_request_job_manager.h',
486 'url_request/url_request_job_metrics.cc',
487 'url_request/url_request_job_metrics.h',
488 'url_request/url_request_job_tracker.cc',
489 'url_request/url_request_job_tracker.h',
[email protected]b65ce0942009-03-16 20:13:33490 'url_request/url_request_new_ftp_job.cc',
491 'url_request/url_request_new_ftp_job.h',
[email protected]56d83182009-09-04 20:01:45492 'url_request/url_request_redirect_job.cc',
493 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55494 'url_request/url_request_simple_job.cc',
495 'url_request/url_request_simple_job.h',
496 'url_request/url_request_status.h',
497 'url_request/url_request_test_job.cc',
498 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04499 'url_request/url_request_view_net_internals_job.cc',
500 'url_request/url_request_view_net_internals_job.h',
501 'url_request/view_cache_helper.cc',
502 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36503 'websockets/websocket.cc',
504 'websockets/websocket.h',
[email protected]4c4eac02009-11-04 10:02:28505 'websockets/websocket_throttle.cc',
506 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55507 ],
[email protected]2f80c312009-02-25 21:26:55508 'export_dependent_settings': [
509 '../base/base.gyp:base',
510 ],
511 'conditions': [
[email protected]c61f6432009-04-22 01:16:42512 ['javascript_engine=="v8"', {
513 'dependencies': [
[email protected]44531a22009-04-28 21:37:56514 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42515 ],
516 }],
[email protected]9d384032009-03-20 23:13:26517 [ 'OS == "linux"', {
518 'dependencies': [
[email protected]861c6c62009-04-20 16:50:56519 '../build/linux/system.gyp:gconf',
520 '../build/linux/system.gyp:gdk',
[email protected]9d384032009-03-20 23:13:26521 '../build/linux/system.gyp:nss',
522 ],
523 }],
[email protected]2f80c312009-02-25 21:26:55524 [ 'OS == "win"', {
525 'sources/': [ ['exclude', '_(mac|linux|posix)\\.cc$'] ],
526 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32527 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44528 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55529 ],
530 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02531 '../third_party/nss/nss.gyp:nss',
532 'third_party/nss/nss.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55533 'tld_cleanup',
534 ],
[email protected]2f80c312009-02-25 21:26:55535 },
536 { # else: OS != "win"
537 'sources!': [
[email protected]2f80c312009-02-25 21:26:55538 'proxy/proxy_resolver_winhttp.cc',
[email protected]2f80c312009-02-25 21:26:55539 ],
540 },
541 ],
542 [ 'OS == "linux"', {
543 'sources/': [ ['exclude', '_(mac|win)\\.cc$'] ],
[email protected]2f80c312009-02-25 21:26:55544 },
545 { # else: OS != "linux"
546 'sources!': [
[email protected]3d4ae9a42009-07-24 03:48:16547 'ocsp/nss_ocsp.cc',
548 'ocsp/nss_ocsp.h',
[email protected]2f80c312009-02-25 21:26:55549 ],
550 # Get U_STATIC_IMPLEMENTATION and -I directories on Linux.
551 'dependencies': [
[email protected]280629492009-09-09 06:49:08552 '../third_party/icu/icu.gyp:icui18n',
553 '../third_party/icu/icu.gyp:icuuc',
[email protected]2f80c312009-02-25 21:26:55554 ],
555 },
556 ],
557 [ 'OS == "mac"', {
558 'sources/': [ ['exclude', '_(linux|win)\\.cc$'] ],
[email protected]f505a9b2010-01-28 19:44:02559 'sources!': [
560 # TODO(wtc): Remove ssl_client_socket_nss.{cc,h} when
561 # http://crbug.com/30689 is fixed.
562 'socket/ssl_client_socket_nss.cc',
563 'socket/ssl_client_socket_nss.h',
564 ],
[email protected]2f80c312009-02-25 21:26:55565 'link_settings': {
566 'libraries': [
567 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
568 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
569 ]
570 },
571 },
572 ],
[email protected]2f80c312009-02-25 21:26:55573 ],
574 },
575 {
576 'target_name': 'net_unittests',
577 'type': 'executable',
578 'dependencies': [
579 'net',
[email protected]6718b412009-03-04 18:26:00580 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55581 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14582 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54583 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55584 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57585 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55586 ],
[email protected]9e450f22009-03-10 23:12:16587 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55588 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38589 'base/address_list_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55590 'base/cookie_monster_unittest.cc',
591 'base/cookie_policy_unittest.cc',
592 'base/data_url_unittest.cc',
593 'base/directory_lister_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50594 'base/dns_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55595 'base/escape_unittest.cc',
596 'base/file_stream_unittest.cc',
597 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27598 'base/filter_unittest.h',
[email protected]2f80c312009-02-25 21:26:55599 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38600 'base/host_cache_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32601 'base/host_resolver_impl_unittest.cc',
[email protected]54e13772009-08-14 03:01:09602 'base/load_log_unittest.cc',
603 'base/load_log_unittest.h',
604 'base/load_log_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55605 'base/listen_socket_unittest.cc',
606 'base/listen_socket_unittest.h',
607 'base/mime_sniffer_unittest.cc',
608 'base/mime_util_unittest.cc',
[email protected]100d5fb92009-12-21 21:08:35609 'base/mock_network_change_notifier.h',
[email protected]0fefd0202009-12-18 04:35:41610 'base/net_test_constants.h',
[email protected]2f80c312009-02-25 21:26:55611 'base/net_util_unittest.cc',
612 'base/registry_controlled_domain_unittest.cc',
613 'base/run_all_unittests.cc',
614 'base/sdch_filter_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58615 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32616 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42617 'base/ssl_config_service_win_unittest.cc',
[email protected]326e6792009-12-11 21:04:42618 'base/transport_security_state_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55619 'base/telnet_server_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29620 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55621 'base/test_completion_callback_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55622 'base/x509_certificate_unittest.cc',
623 'disk_cache/addr_unittest.cc',
624 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58625 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55626 'disk_cache/block_files_unittest.cc',
627 'disk_cache/disk_cache_test_base.cc',
628 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55629 'disk_cache/entry_unittest.cc',
630 'disk_cache/mapped_file_unittest.cc',
631 'disk_cache/storage_block_unittest.cc',
632 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09633 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49634 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32635 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01636 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46637 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32638 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
639 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37640 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50641 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41642 'http/des_unittest.cc',
[email protected]7adaccb2009-10-13 04:43:21643 'flip/flip_framer_test.cc',
644 'flip/flip_network_transaction_unittest.cc',
[email protected]f6ad5c0d2009-12-01 23:55:36645 'flip/flip_protocol_test.cc',
[email protected]7adaccb2009-10-13 04:43:21646 'flip/flip_session_unittest.cc',
[email protected]a677f2b2009-11-22 00:43:00647 'flip/flip_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55648 'http/http_auth_cache_unittest.cc',
649 'http/http_auth_handler_basic_unittest.cc',
650 'http/http_auth_handler_digest_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56651 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55652 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39653 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55654 'http/http_cache_unittest.cc',
655 'http/http_chunked_decoder_unittest.cc',
656 'http/http_network_layer_unittest.cc',
657 'http/http_network_transaction_unittest.cc',
658 'http/http_response_headers_unittest.cc',
659 'http/http_transaction_unittest.cc',
660 'http/http_transaction_unittest.h',
661 'http/http_util_unittest.cc',
662 'http/http_vary_data_unittest.cc',
[email protected]620f5712009-08-04 22:43:12663 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19664 'proxy/mock_proxy_resolver.h',
[email protected]861c6c62009-04-20 16:50:56665 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57666 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23667 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18668 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12669 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32670 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55671 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31672 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55673 'proxy/proxy_service_unittest.cc',
[email protected]775fd9e2009-07-26 21:12:20674 'proxy/single_threaded_proxy_resolver_unittest.cc',
[email protected]ab838892009-06-30 18:49:05675 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35676 'socket/socks5_client_socket_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58677 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44678 'socket/ssl_client_socket_unittest.cc',
679 'socket/tcp_client_socket_pool_unittest.cc',
680 'socket/tcp_client_socket_unittest.cc',
681 'socket/tcp_pinger_unittest.cc',
[email protected]26a64592009-12-15 08:04:40682 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11683 'socket_stream/socket_stream_unittest.cc',
[email protected]c6f27df2009-11-13 02:30:38684 'url_request/request_tracker_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55685 'url_request/url_request_unittest.cc',
686 'url_request/url_request_unittest.h',
[email protected]4c4eac02009-11-04 10:02:28687 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36688 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55689 ],
690 'conditions': [
[email protected]861c6c62009-04-20 16:50:56691 [ 'OS == "win"', {
692 'sources/': [ ['exclude', '_(mac|linux|posix)_unittest\\.cc$'] ],
693 },
694 ],
[email protected]2f80c312009-02-25 21:26:55695 [ 'OS == "linux"', {
[email protected]861c6c62009-04-20 16:50:56696 'sources/': [ ['exclude', '_(mac|win)_unittest\\.cc$'] ],
[email protected]9d384032009-03-20 23:13:26697 'dependencies': [
698 '../build/linux/system.gyp:gtk',
699 ],
[email protected]2f80c312009-02-25 21:26:55700 'sources!': [
701 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55702 ],
703 },
704 ],
[email protected]d9df2b52009-12-10 12:06:15705 ['OS == "linux" or OS == "freebsd"', {
706 'conditions': [
707 ['linux_use_tcmalloc==1', {
708 'dependencies': [
709 '../base/allocator/allocator.gyp:allocator',
710 ],
711 }],
712 ],
713 }],
[email protected]2f80c312009-02-25 21:26:55714 [ 'OS == "mac"', {
[email protected]861c6c62009-04-20 16:50:56715 'sources/': [ ['exclude', '_(linux|win)_unittest\\.cc$'] ],
[email protected]2f80c312009-02-25 21:26:55716 },
717 ],
718 # This is needed to trigger the dll copy step on windows.
719 # TODO(mark): Specifying this here shouldn't be necessary.
720 [ 'OS == "win"', {
721 'dependencies': [
[email protected]280629492009-09-09 06:49:08722 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55723 ],
724 },
725 ],
726 ],
727 },
728 {
729 'target_name': 'net_perftests',
730 'type': 'executable',
731 'dependencies': [
732 'net',
[email protected]6718b412009-03-04 18:26:00733 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55734 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14735 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45736 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06737 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55738 '../testing/gtest.gyp:gtest',
739 ],
[email protected]9e450f22009-03-10 23:12:16740 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55741 'sources': [
[email protected]2f80c312009-02-25 21:26:55742 'base/cookie_monster_perftest.cc',
743 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33744 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55745 ],
746 'conditions': [
747 # This is needed to trigger the dll copy step on windows.
748 # TODO(mark): Specifying this here shouldn't be necessary.
749 [ 'OS == "win"', {
750 'dependencies': [
[email protected]280629492009-09-09 06:49:08751 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55752 ],
753 },
754 ],
755 ],
756 },
757 {
758 'target_name': 'stress_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 ],
765 'sources': [
[email protected]2f80c312009-02-25 21:26:55766 'disk_cache/stress_cache.cc',
767 ],
768 },
769 {
770 'target_name': 'tld_cleanup',
771 'type': 'executable',
772 'dependencies': [
773 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14774 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55775 '../build/temp_gyp/googleurl.gyp:googleurl',
776 ],
[email protected]b8234462009-03-18 02:30:55777 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55778 'sources': [
779 'tools/tld_cleanup/tld_cleanup.cc',
780 ],
781 },
782 {
783 'target_name': 'crash_cache',
784 'type': 'executable',
785 'dependencies': [
786 'net',
[email protected]6718b412009-03-04 18:26:00787 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55788 '../base/base.gyp:base',
789 ],
[email protected]9e450f22009-03-10 23:12:16790 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55791 'sources': [
792 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00793 ],
794 },
795 {
796 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49797 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00798 'dependencies': [
799 'net',
800 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15801 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00802 ],
803 'sources': [
[email protected]2f80c312009-02-25 21:26:55804 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00805 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50806 'proxy/proxy_config_service_common_unittest.cc',
807 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44808 'socket/socket_test_util.cc',
809 'socket/socket_test_util.h',
[email protected]2f80c312009-02-25 21:26:55810 ],
811 },
[email protected]ef36c74c2009-03-11 13:32:22812 {
813 'target_name': 'net_resources',
814 'type': 'none',
815 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
816 'rules': [
[email protected]2f80c312009-02-25 21:26:55817 {
[email protected]ef36c74c2009-03-11 13:32:22818 'rule_name': 'grit',
819 'extension': 'grd',
820 'inputs': [
[email protected]b19f1cd72009-03-13 21:16:00821 '../tools/grit/grit.py',
[email protected]2f80c312009-02-25 21:26:55822 ],
[email protected]ef36c74c2009-03-11 13:32:22823 'outputs': [
824 '<(SHARED_INTERMEDIATE_DIR)/net/grit/<(RULE_INPUT_ROOT).h',
825 '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_ROOT).rc',
826 '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_ROOT).pak',
[email protected]2f80c312009-02-25 21:26:55827 ],
[email protected]ef36c74c2009-03-11 13:32:22828 'action':
829 ['python', '<@(_inputs)', '-i', '<(RULE_INPUT_PATH)', 'build', '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:35830 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:55831 },
[email protected]6718b412009-03-04 18:26:00832 ],
[email protected]ef36c74c2009-03-11 13:32:22833 'sources': [
834 'base/net_resources.grd',
835 ],
836 'direct_dependent_settings': {
837 'include_dirs': [
838 '<(SHARED_INTERMEDIATE_DIR)/net',
839 ],
840 },
[email protected]b392f3e2009-05-11 20:01:24841 'conditions': [
842 ['OS=="win"', {
843 'dependencies': ['../build/win/system.gyp:cygwin'],
844 }],
845 ],
[email protected]ef36c74c2009-03-11 13:32:22846 },
[email protected]75b91f92009-06-17 07:28:48847 {
848 'target_name': 'fetch_client',
849 'type': 'executable',
850 'dependencies': [
851 'net',
852 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:48853 '../testing/gtest.gyp:gtest',
854 ],
855 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
856 'sources': [
857 'tools/fetch/fetch_client.cc',
858 ],
859 },
[email protected]fe4f06d2009-06-17 07:58:05860 {
861 'target_name': 'fetch_server',
862 'type': 'executable',
863 'dependencies': [
864 'net',
865 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:05866 '../testing/gtest.gyp:gtest',
867 ],
868 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
869 'sources': [
870 'tools/fetch/fetch_server.cc',
871 'tools/fetch/http_listen_socket.cc',
872 'tools/fetch/http_listen_socket.h',
873 'tools/fetch/http_server.cc',
874 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:00875 'tools/fetch/http_server_request_info.h',
876 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:05877 'tools/fetch/http_session.cc',
878 'tools/fetch/http_session.h',
879 ],
880 },
[email protected]c402da42009-12-10 02:38:03881 {
882 'target_name': 'hresolv',
883 'type': 'executable',
884 'dependencies': [
885 'net_base',
886 ],
887 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
888 'sources': [
889 'tools/hresolv/hresolv.cc',
890 ],
891 },
[email protected]ef36c74c2009-03-11 13:32:22892 ],
893 'conditions': [
[email protected]6718b412009-03-04 18:26:00894 ['OS=="win"', {
895 'targets': [
[email protected]2f80c312009-02-25 21:26:55896 {
897 # TODO(port): dump_cache is still Windows-specific.
898 'target_name': 'dump_cache',
899 'type': 'executable',
900 'dependencies': [
901 'net',
902 '../base/base.gyp:base',
903 ],
904 'sources': [
[email protected]c44344e2009-09-02 22:05:50905 'tools/dump_cache/cache_dumper.cc',
906 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:55907 'tools/dump_cache/dump_cache.cc',
908 'tools/dump_cache/dump_files.cc',
909 'tools/dump_cache/upgrade.cc',
[email protected]c44344e2009-09-02 22:05:50910 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]2f80c312009-02-25 21:26:55911 ],
912 },
913 ],
914 }],
[email protected]2f80c312009-02-25 21:26:55915 ],
916}
[email protected]f5c990c2009-10-06 03:02:38917
918# Local Variables:
919# tab-width:2
920# indent-tabs-mode:nil
921# End:
922# vim: set expandtab tabstop=2 shiftwidth=2: