blob: 1f898656a794e6c8b4e92772c6abf880bea7547b [file] [log] [blame]
[email protected]cb370a0632010-01-30 08:24:121# Copyright (c) 2010 The Chromium Authors. All rights reserved.
[email protected]2f80c312009-02-25 21:26:552# 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.h',
[email protected]5f450e52009-07-28 13:28:1145 'base/cookie_store.h',
[email protected]2f80c312009-02-25 21:26:5546 'base/data_url.cc',
47 'base/data_url.h',
48 'base/directory_lister.cc',
49 'base/directory_lister.h',
[email protected]c36f0642009-09-09 01:10:5050 'base/dns_util.cc',
51 'base/dns_util.h',
[email protected]2f80c312009-02-25 21:26:5552 'base/escape.cc',
53 'base/escape.h',
54 'base/ev_root_ca_metadata.cc',
55 'base/ev_root_ca_metadata.h',
56 'base/file_stream.h',
57 'base/file_stream_posix.cc',
58 'base/file_stream_win.cc',
59 'base/filter.cc',
60 'base/filter.h',
61 'base/gzip_filter.cc',
62 'base/gzip_filter.h',
63 'base/gzip_header.cc',
64 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3865 'base/host_cache.cc',
66 'base/host_cache.h',
[email protected]2f80c312009-02-25 21:26:5567 'base/host_resolver.cc',
68 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3269 'base/host_resolver_impl.cc',
70 'base/host_resolver_impl.h',
71 'base/host_resolver_proc.cc',
72 'base/host_resolver_proc.h',
[email protected]326e6792009-12-11 21:04:4273 'base/https_prober.h',
74 'base/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:5575 'base/io_buffer.cc',
76 'base/io_buffer.h',
[email protected]a755e1072009-10-23 16:58:3777 'base/keygen_handler.h',
78 'base/keygen_handler_mac.cc',
79 'base/keygen_handler_nss.cc',
80 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:5581 'base/listen_socket.cc',
82 'base/listen_socket.h',
83 'base/load_flags.h',
[email protected]ec08bb22009-08-12 00:25:1284 'base/load_log.h',
[email protected]54e13772009-08-14 03:01:0985 'base/load_log.cc',
86 'base/load_log_event_type_list.h',
87 'base/load_log_util.cc',
88 'base/load_log_util.h',
[email protected]48ab71e2009-06-22 19:19:1689 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:3890 'base/mapped_host_resolver.cc',
91 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:5592 'base/mime_sniffer.cc',
93 'base/mime_sniffer.h',
94 'base/mime_util.cc',
95 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:3296 # TODO(eroman): move this into its own test-support target.
97 'base/mock_host_resolver.cc',
98 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:5599 'base/net_error_list.h',
100 'base/net_errors.cc',
101 'base/net_errors.h',
102 'base/net_module.cc',
103 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55104 'base/net_util.cc',
105 'base/net_util.h',
106 'base/net_util_posix.cc',
107 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35108 'base/network_change_notifier.cc',
109 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35110 'base/network_change_notifier_linux.cc',
111 'base/network_change_notifier_linux.h',
112 'base/network_change_notifier_mac.cc',
113 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58114 'base/network_change_notifier_netlink_linux.cc',
115 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35116 'base/network_change_notifier_win.cc',
117 'base/network_change_notifier_win.h',
[email protected]2f80c312009-02-25 21:26:55118 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00119 'base/nss_memio.h',
[email protected]2f80c312009-02-25 21:26:55120 'base/platform_mime_util.h',
121 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
122 'base/platform_mime_util_linux.cc',
123 'base/platform_mime_util_mac.cc',
124 'base/platform_mime_util_win.cc',
125 'base/registry_controlled_domain.cc',
126 'base/registry_controlled_domain.h',
127 'base/scoped_cert_chain_context.h',
128 'base/sdch_filter.cc',
129 'base/sdch_filter.h',
130 'base/sdch_manager.cc',
131 'base/sdch_manager.h',
[email protected]0b45559b2009-06-12 21:45:11132 'base/ssl_cert_request_info.h',
[email protected]56c866a22009-06-18 19:38:58133 'base/ssl_client_auth_cache.cc',
134 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39135 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55136 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42137 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32138 'base/ssl_config_service_mac.cc',
139 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42140 'base/ssl_config_service_win.cc',
141 'base/ssl_config_service_win.h',
[email protected]2f80c312009-02-25 21:26:55142 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12143 'base/static_cookie_policy.cc',
144 'base/static_cookie_policy.h',
[email protected]326e6792009-12-11 21:04:42145 'base/transport_security_state.cc',
146 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37147 'base/sys_addrinfo.h',
[email protected]2f80c312009-02-25 21:26:55148 'base/telnet_server.cc',
149 'base/telnet_server.h',
[email protected]d022e4e2009-06-23 04:13:00150 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55151 'base/upload_data.cc',
152 'base/upload_data.h',
153 'base/upload_data_stream.cc',
154 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55155 'base/winsock_init.cc',
156 'base/winsock_init.h',
157 'base/x509_certificate.cc',
158 'base/x509_certificate.h',
159 'base/x509_certificate_mac.cc',
160 'base/x509_certificate_nss.cc',
161 'base/x509_certificate_win.cc',
[email protected]9c2a57712009-10-21 20:35:11162 ],
163 'export_dependent_settings': [
164 '../base/base.gyp:base',
165 ],
166 'conditions': [
[email protected]50462ec2010-01-29 22:28:32167 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9c2a57712009-10-21 20:35:11168 'dependencies': [
169 '../build/linux/system.gyp:gconf',
170 '../build/linux/system.gyp:gdk',
171 '../build/linux/system.gyp:nss',
172 ],
173 }],
174 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11175 '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 ],
[email protected]50462ec2010-01-29 22:28:32187 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9c2a57712009-10-21 20:35:11188 },
[email protected]50462ec2010-01-29 22:28:32189 { # else: OS is not in the above list
[email protected]9c2a57712009-10-21 20:35:11190 'sources!': [
[email protected]a755e1072009-10-23 16:58:37191 'base/cert_database_nss.cc',
192 'base/keygen_handler_nss.cc',
[email protected]9c2a57712009-10-21 20:35:11193 'base/x509_certificate_nss.cc',
194 ],
[email protected]9c2a57712009-10-21 20:35:11195 },
196 ],
197 [ 'OS == "mac"', {
[email protected]f505a9b2010-01-28 19:44:02198 'sources!': [
199 # TODO(wtc): Remove nss_memio.{c,h} when http://crbug.com/30689
200 # is fixed.
201 'base/nss_memio.c',
202 'base/nss_memio.h',
203 ],
[email protected]9c2a57712009-10-21 20:35:11204 'link_settings': {
205 'libraries': [
206 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
207 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
208 ]
209 },
210 },
211 ],
212 ],
213 },
214 {
215 'target_name': 'net',
216 'type': '<(library)',
217 'dependencies': [
218 '../base/base.gyp:base',
219 '../base/base.gyp:base_i18n',
220 '../build/temp_gyp/googleurl.gyp:googleurl',
221 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11222 '../third_party/icu/icu.gyp:icui18n',
223 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11224 '../third_party/zlib/zlib.gyp:zlib',
225 'net_base',
226 'net_resources',
227 ],
228 'sources': [
[email protected]2f80c312009-02-25 21:26:55229 'disk_cache/addr.cc',
230 'disk_cache/addr.h',
231 'disk_cache/backend_impl.cc',
232 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58233 'disk_cache/bitmap.cc',
234 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55235 'disk_cache/block_files.cc',
236 'disk_cache/block_files.h',
237 'disk_cache/cache_util.h',
238 'disk_cache/cache_util_posix.cc',
239 'disk_cache/cache_util_win.cc',
240 'disk_cache/disk_cache.h',
241 'disk_cache/disk_format.h',
242 'disk_cache/entry_impl.cc',
243 'disk_cache/entry_impl.h',
244 'disk_cache/errors.h',
245 'disk_cache/eviction.cc',
246 'disk_cache/eviction.h',
247 'disk_cache/file.h',
248 'disk_cache/file_block.h',
249 'disk_cache/file_lock.cc',
250 'disk_cache/file_lock.h',
251 'disk_cache/file_posix.cc',
252 'disk_cache/file_win.cc',
253 'disk_cache/hash.cc',
254 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34255 'disk_cache/histogram_macros.h',
[email protected]2f80c312009-02-25 21:26:55256 'disk_cache/mapped_file.h',
257 'disk_cache/mapped_file_posix.cc',
258 'disk_cache/mapped_file_win.cc',
259 'disk_cache/mem_backend_impl.cc',
260 'disk_cache/mem_backend_impl.h',
261 'disk_cache/mem_entry_impl.cc',
262 'disk_cache/mem_entry_impl.h',
263 'disk_cache/mem_rankings.cc',
264 'disk_cache/mem_rankings.h',
265 'disk_cache/rankings.cc',
266 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58267 'disk_cache/sparse_control.cc',
268 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55269 'disk_cache/stats.cc',
270 'disk_cache/stats.h',
271 'disk_cache/stats_histogram.cc',
272 'disk_cache/stats_histogram.h',
273 'disk_cache/storage_block-inl.h',
274 'disk_cache/storage_block.h',
275 'disk_cache/trace.cc',
276 'disk_cache/trace.h',
277 'ftp/ftp_auth_cache.cc',
278 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09279 'ftp/ftp_ctrl_response_buffer.cc',
280 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49281 'ftp/ftp_directory_listing_buffer.cc',
282 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32283 'ftp/ftp_directory_listing_parser.cc',
284 'ftp/ftp_directory_listing_parser.h',
285 'ftp/ftp_directory_listing_parser_ls.cc',
286 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]9772b1c32009-12-10 19:39:01287 'ftp/ftp_directory_listing_parser_mlsd.cc',
288 'ftp/ftp_directory_listing_parser_mlsd.h',
[email protected]8425e66e2009-12-07 19:51:46289 'ftp/ftp_directory_listing_parser_netware.cc',
290 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32291 'ftp/ftp_directory_listing_parser_vms.cc',
292 'ftp/ftp_directory_listing_parser_vms.h',
293 'ftp/ftp_directory_listing_parser_windows.cc',
294 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55295 'ftp/ftp_network_layer.cc',
296 'ftp/ftp_network_layer.h',
297 'ftp/ftp_network_session.h',
298 'ftp/ftp_network_transaction.cc',
299 'ftp/ftp_network_transaction.h',
300 'ftp/ftp_request_info.h',
301 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55302 'ftp/ftp_server_type_histograms.cc',
303 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55304 'ftp/ftp_transaction.h',
305 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50306 'ftp/ftp_util.cc',
307 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41308 'http/des.cc',
309 'http/des.h',
[email protected]2f80c312009-02-25 21:26:55310 'http/http_atom_list.h',
311 'http/http_auth.cc',
312 'http/http_auth.h',
313 'http/http_auth_cache.cc',
314 'http/http_auth_cache.h',
[email protected]eb3cac72010-02-26 21:07:45315 'http/http_auth_filter.cc',
316 'http/http_auth_filter.h',
[email protected]2f80c312009-02-25 21:26:55317 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50318 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55319 'http/http_auth_handler_basic.cc',
320 'http/http_auth_handler_basic.h',
321 'http/http_auth_handler_digest.cc',
322 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50323 'http/http_auth_handler_factory.cc',
324 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05325 'http/http_auth_handler_negotiate.h',
326 'http/http_auth_handler_negotiate_posix.cc',
327 'http/http_auth_handler_negotiate_win.cc',
[email protected]5ae0b862009-02-28 02:02:41328 'http/http_auth_handler_ntlm.cc',
329 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32330 'http/http_auth_handler_ntlm_portable.cc',
331 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56332 'http/http_auth_sspi_win.cc',
333 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57334 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00335 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39336 'http/http_byte_range.cc',
337 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55338 'http/http_cache.cc',
339 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23340 'http/http_cache_transaction.cc',
341 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55342 'http/http_chunked_decoder.cc',
343 'http/http_chunked_decoder.h',
344 'http/http_network_layer.cc',
345 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44346 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55347 'http/http_network_session.h',
348 'http/http_network_transaction.cc',
349 'http/http_network_transaction.h',
350 'http/http_request_info.h',
351 'http/http_response_headers.cc',
352 'http/http_response_headers.h',
353 'http/http_response_info.cc',
354 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00355 'http/http_stream.h',
[email protected]0877e3d2009-10-17 22:29:57356 'http/http_stream_parser.cc',
357 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55358 'http/http_transaction.h',
359 'http/http_transaction_factory.h',
360 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01361 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55362 'http/http_util.h',
363 'http/http_vary_data.cc',
364 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00365 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41366 'http/md4.cc',
367 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50368 'http/partial_data.cc',
369 'http/partial_data.h',
[email protected]25d8ea22009-08-25 19:42:29370 'ocsp/nss_ocsp.cc',
371 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12372 'proxy/init_proxy_resolver.cc',
373 'proxy/init_proxy_resolver.h',
[email protected]7541206c2010-02-19 20:24:06374 'proxy/proxy_bypass_rules.cc',
375 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18376 'proxy/proxy_config.cc',
377 'proxy/proxy_config.h',
378 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55379 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56380 'proxy/proxy_config_service_linux.cc',
381 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27382 'proxy/proxy_config_service_mac.cc',
383 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55384 'proxy/proxy_config_service_win.cc',
385 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18386 'proxy/proxy_info.cc',
387 'proxy/proxy_info.h',
388 'proxy/proxy_list.cc',
389 'proxy/proxy_list.h',
390 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12391 'proxy/proxy_resolver_js_bindings.cc',
392 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55393 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00394 'proxy/proxy_resolver_mac.h',
[email protected]6b675b82009-02-26 23:18:32395 'proxy/proxy_resolver_script.h',
396 'proxy/proxy_resolver_v8.cc',
397 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55398 'proxy/proxy_resolver_winhttp.cc',
399 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18400 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55401 'proxy/proxy_script_fetcher.cc',
402 'proxy/proxy_script_fetcher.h',
403 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27404 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55405 'proxy/proxy_server.h',
406 'proxy/proxy_service.cc',
407 'proxy/proxy_service.h',
[email protected]775fd9e2009-07-26 21:12:20408 'proxy/single_threaded_proxy_resolver.cc',
409 'proxy/single_threaded_proxy_resolver.h',
[email protected]f7984fc62009-06-22 23:26:44410 'socket/client_socket.h',
411 'socket/client_socket_factory.cc',
412 'socket/client_socket_factory.h',
413 'socket/client_socket_handle.cc',
414 'socket/client_socket_handle.h',
415 'socket/client_socket_pool.h',
[email protected]ff579d42009-06-24 15:47:02416 'socket/client_socket_pool_base.cc',
417 'socket/client_socket_pool_base.h',
[email protected]f7984fc62009-06-22 23:26:44418 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35419 'socket/socks5_client_socket.cc',
420 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02421 'socket/socks_client_socket.cc',
422 'socket/socks_client_socket.h',
[email protected]f7984fc62009-06-22 23:26:44423 'socket/ssl_client_socket.h',
424 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47425 'socket/ssl_client_socket_mac.h',
[email protected]abe48d32010-02-03 02:09:36426 'socket/ssl_client_socket_nss_factory.cc',
[email protected]2fabd24b2010-02-09 21:55:51427 'socket/ssl_client_socket_nss_factory.h',
[email protected]f7984fc62009-06-22 23:26:44428 'socket/ssl_client_socket_nss.cc',
[email protected]d022e4e2009-06-23 04:13:00429 'socket/ssl_client_socket_nss.h',
[email protected]f7984fc62009-06-22 23:26:44430 'socket/ssl_client_socket_win.cc',
431 'socket/ssl_client_socket_win.h',
432 'socket/ssl_test_util.cc',
433 'socket/ssl_test_util.h',
434 'socket/tcp_client_socket.h',
435 'socket/tcp_client_socket_libevent.cc',
436 'socket/tcp_client_socket_libevent.h',
437 'socket/tcp_client_socket_pool.cc',
438 'socket/tcp_client_socket_pool.h',
439 'socket/tcp_client_socket_win.cc',
440 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47441 'socket/tcp_pinger.h',
[email protected]aef03132009-10-09 05:04:14442 'socket_stream/socket_stream.cc',
443 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13444 'socket_stream/socket_stream_job.cc',
445 'socket_stream/socket_stream_job.h',
446 'socket_stream/socket_stream_job_manager.cc',
447 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12448 'socket_stream/socket_stream_metrics.cc',
449 'socket_stream/socket_stream_metrics.h',
[email protected]4c4eac02009-11-04 10:02:28450 'socket_stream/socket_stream_throttle.cc',
451 'socket_stream/socket_stream_throttle.h',
[email protected]dab9c7d2010-02-06 21:44:32452 'spdy/spdy_bitmasks.h',
453 'spdy/spdy_frame_builder.cc',
454 'spdy/spdy_frame_builder.h',
455 'spdy/spdy_framer.cc',
456 'spdy/spdy_framer.h',
457 'spdy/spdy_io_buffer.cc',
458 'spdy/spdy_io_buffer.h',
459 'spdy/spdy_network_transaction.cc',
460 'spdy/spdy_network_transaction.h',
461 'spdy/spdy_protocol.h',
462 'spdy/spdy_session.cc',
463 'spdy/spdy_session.h',
464 'spdy/spdy_session_pool.cc',
465 'spdy/spdy_session_pool.h',
466 'spdy/spdy_stream.cc',
467 'spdy/spdy_stream.h',
468 'spdy/spdy_transaction_factory.h',
[email protected]c6f27df2009-11-13 02:30:38469 'url_request/request_tracker.h',
[email protected]2f80c312009-02-25 21:26:55470 'url_request/url_request.cc',
471 'url_request/url_request.h',
472 'url_request/url_request_about_job.cc',
473 'url_request/url_request_about_job.h',
474 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58475 'url_request/url_request_data_job.cc',
476 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55477 'url_request/url_request_error_job.cc',
478 'url_request/url_request_error_job.h',
479 'url_request/url_request_file_dir_job.cc',
480 'url_request/url_request_file_dir_job.h',
481 'url_request/url_request_file_job.cc',
482 'url_request/url_request_file_job.h',
483 'url_request/url_request_filter.cc',
484 'url_request/url_request_filter.h',
[email protected]2f80c312009-02-25 21:26:55485 'url_request/url_request_http_job.cc',
486 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55487 'url_request/url_request_job.cc',
488 'url_request/url_request_job.h',
489 'url_request/url_request_job_manager.cc',
490 'url_request/url_request_job_manager.h',
491 'url_request/url_request_job_metrics.cc',
492 'url_request/url_request_job_metrics.h',
493 'url_request/url_request_job_tracker.cc',
494 'url_request/url_request_job_tracker.h',
[email protected]b65ce0942009-03-16 20:13:33495 'url_request/url_request_new_ftp_job.cc',
496 'url_request/url_request_new_ftp_job.h',
[email protected]56d83182009-09-04 20:01:45497 'url_request/url_request_redirect_job.cc',
498 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55499 'url_request/url_request_simple_job.cc',
500 'url_request/url_request_simple_job.h',
501 'url_request/url_request_status.h',
502 'url_request/url_request_test_job.cc',
503 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04504 'url_request/url_request_view_net_internals_job.cc',
505 'url_request/url_request_view_net_internals_job.h',
506 'url_request/view_cache_helper.cc',
507 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36508 'websockets/websocket.cc',
509 'websockets/websocket.h',
[email protected]6a2c36772010-03-01 02:37:13510 'websockets/websocket_job.cc',
511 'websockets/websocket_job.h',
[email protected]4c4eac02009-11-04 10:02:28512 'websockets/websocket_throttle.cc',
513 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55514 ],
[email protected]2f80c312009-02-25 21:26:55515 'export_dependent_settings': [
516 '../base/base.gyp:base',
517 ],
518 'conditions': [
[email protected]c61f6432009-04-22 01:16:42519 ['javascript_engine=="v8"', {
520 'dependencies': [
[email protected]44531a22009-04-28 21:37:56521 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42522 ],
523 }],
[email protected]50462ec2010-01-29 22:28:32524 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26525 'dependencies': [
[email protected]861c6c62009-04-20 16:50:56526 '../build/linux/system.gyp:gconf',
527 '../build/linux/system.gyp:gdk',
[email protected]9d384032009-03-20 23:13:26528 '../build/linux/system.gyp:nss',
529 ],
530 }],
[email protected]2f80c312009-02-25 21:26:55531 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55532 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32533 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44534 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55535 ],
536 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02537 '../third_party/nss/nss.gyp:nss',
538 'third_party/nss/nss.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55539 'tld_cleanup',
540 ],
[email protected]1fabd9a2010-02-04 19:08:29541 'link_settings': {
542 'libraries': [
543 '-lIphlpapi.lib',
544 ],
545 },
[email protected]2f80c312009-02-25 21:26:55546 },
547 { # else: OS != "win"
548 'sources!': [
[email protected]2f80c312009-02-25 21:26:55549 'proxy/proxy_resolver_winhttp.cc',
[email protected]abe48d32010-02-03 02:09:36550 'socket/ssl_client_socket_nss_factory.cc',
[email protected]2fabd24b2010-02-09 21:55:51551 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55552 ],
553 },
554 ],
[email protected]50462ec2010-01-29 22:28:32555 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]2f80c312009-02-25 21:26:55556 },
557 { # else: OS != "linux"
558 'sources!': [
[email protected]3d4ae9a42009-07-24 03:48:16559 'ocsp/nss_ocsp.cc',
560 'ocsp/nss_ocsp.h',
[email protected]2f80c312009-02-25 21:26:55561 ],
[email protected]2f80c312009-02-25 21:26:55562 },
563 ],
564 [ 'OS == "mac"', {
[email protected]f505a9b2010-01-28 19:44:02565 'sources!': [
566 # TODO(wtc): Remove ssl_client_socket_nss.{cc,h} when
567 # http://crbug.com/30689 is fixed.
568 'socket/ssl_client_socket_nss.cc',
569 'socket/ssl_client_socket_nss.h',
570 ],
[email protected]2f80c312009-02-25 21:26:55571 'link_settings': {
572 'libraries': [
573 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
574 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
575 ]
576 },
577 },
578 ],
[email protected]2f80c312009-02-25 21:26:55579 ],
580 },
581 {
582 'target_name': 'net_unittests',
583 'type': 'executable',
584 'dependencies': [
585 'net',
[email protected]6718b412009-03-04 18:26:00586 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55587 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14588 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54589 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55590 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57591 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55592 ],
[email protected]9e450f22009-03-10 23:12:16593 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55594 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38595 'base/address_list_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55596 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55597 'base/data_url_unittest.cc',
598 'base/directory_lister_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50599 'base/dns_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55600 'base/escape_unittest.cc',
601 'base/file_stream_unittest.cc',
602 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27603 'base/filter_unittest.h',
[email protected]2f80c312009-02-25 21:26:55604 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38605 'base/host_cache_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32606 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02607 'base/keygen_handler_unittest.cc',
[email protected]54e13772009-08-14 03:01:09608 'base/load_log_unittest.cc',
609 'base/load_log_unittest.h',
610 'base/load_log_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55611 'base/listen_socket_unittest.cc',
612 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38613 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55614 'base/mime_sniffer_unittest.cc',
615 'base/mime_util_unittest.cc',
[email protected]100d5fb92009-12-21 21:08:35616 'base/mock_network_change_notifier.h',
[email protected]0fefd0202009-12-18 04:35:41617 'base/net_test_constants.h',
[email protected]2f80c312009-02-25 21:26:55618 'base/net_util_unittest.cc',
619 'base/registry_controlled_domain_unittest.cc',
620 'base/run_all_unittests.cc',
621 'base/sdch_filter_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58622 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32623 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42624 'base/ssl_config_service_win_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12625 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42626 'base/transport_security_state_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55627 'base/telnet_server_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29628 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55629 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33630 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55631 'base/x509_certificate_unittest.cc',
632 'disk_cache/addr_unittest.cc',
633 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58634 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55635 'disk_cache/block_files_unittest.cc',
636 'disk_cache/disk_cache_test_base.cc',
637 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55638 'disk_cache/entry_unittest.cc',
639 'disk_cache/mapped_file_unittest.cc',
640 'disk_cache/storage_block_unittest.cc',
641 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09642 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49643 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32644 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01645 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46646 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32647 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
648 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37649 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50650 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41651 'http/des_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55652 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45653 'http/http_auth_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55654 'http/http_auth_handler_basic_unittest.cc',
655 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50656 'http/http_auth_handler_factory_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56657 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55658 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39659 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55660 'http/http_cache_unittest.cc',
661 'http/http_chunked_decoder_unittest.cc',
662 'http/http_network_layer_unittest.cc',
663 'http/http_network_transaction_unittest.cc',
664 'http/http_response_headers_unittest.cc',
665 'http/http_transaction_unittest.cc',
666 'http/http_transaction_unittest.h',
667 'http/http_util_unittest.cc',
668 'http/http_vary_data_unittest.cc',
[email protected]620f5712009-08-04 22:43:12669 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19670 'proxy/mock_proxy_resolver.h',
[email protected]7541206c2010-02-19 20:24:06671 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56672 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57673 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23674 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18675 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12676 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32677 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55678 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31679 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55680 'proxy/proxy_service_unittest.cc',
[email protected]775fd9e2009-07-26 21:12:20681 'proxy/single_threaded_proxy_resolver_unittest.cc',
[email protected]ab838892009-06-30 18:49:05682 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35683 'socket/socks5_client_socket_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58684 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44685 'socket/ssl_client_socket_unittest.cc',
686 'socket/tcp_client_socket_pool_unittest.cc',
687 'socket/tcp_client_socket_unittest.cc',
688 'socket/tcp_pinger_unittest.cc',
[email protected]26a64592009-12-15 08:04:40689 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11690 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32691 'spdy/spdy_framer_test.cc',
692 'spdy/spdy_network_transaction_unittest.cc',
693 'spdy/spdy_protocol_test.cc',
694 'spdy/spdy_session_unittest.cc',
695 'spdy/spdy_stream_unittest.cc',
[email protected]c6f27df2009-11-13 02:30:38696 'url_request/request_tracker_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55697 'url_request/url_request_unittest.cc',
698 'url_request/url_request_unittest.h',
[email protected]6a2c36772010-03-01 02:37:13699 'websockets/websocket_job_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28700 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36701 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55702 ],
703 'conditions': [
[email protected]50462ec2010-01-29 22:28:32704 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26705 'dependencies': [
706 '../build/linux/system.gyp:gtk',
707 ],
[email protected]2f80c312009-02-25 21:26:55708 'sources!': [
709 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55710 ],
711 },
712 ],
[email protected]50462ec2010-01-29 22:28:32713 ['OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:15714 'conditions': [
715 ['linux_use_tcmalloc==1', {
716 'dependencies': [
717 '../base/allocator/allocator.gyp:allocator',
718 ],
719 }],
720 ],
721 }],
[email protected]2f80c312009-02-25 21:26:55722 [ 'OS == "win"', {
[email protected]cdafbff2010-03-02 17:47:02723 'sources!': [
724 # Remove next line when KeygenHandler is implemented for Windows.
725 'base/keygen_handler_unittest.cc',
726 ],
727 # This is needed to trigger the dll copy step on windows.
728 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:55729 'dependencies': [
[email protected]280629492009-09-09 06:49:08730 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55731 ],
732 },
733 ],
734 ],
735 },
736 {
737 'target_name': 'net_perftests',
738 'type': 'executable',
739 'dependencies': [
740 'net',
[email protected]6718b412009-03-04 18:26:00741 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55742 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14743 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45744 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06745 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55746 '../testing/gtest.gyp:gtest',
747 ],
[email protected]9e450f22009-03-10 23:12:16748 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55749 'sources': [
[email protected]2f80c312009-02-25 21:26:55750 'base/cookie_monster_perftest.cc',
751 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33752 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55753 ],
754 'conditions': [
755 # This is needed to trigger the dll copy step on windows.
756 # TODO(mark): Specifying this here shouldn't be necessary.
757 [ 'OS == "win"', {
758 'dependencies': [
[email protected]280629492009-09-09 06:49:08759 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55760 ],
761 },
762 ],
763 ],
764 },
765 {
766 'target_name': 'stress_cache',
767 'type': 'executable',
768 'dependencies': [
769 'net',
[email protected]6718b412009-03-04 18:26:00770 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55771 '../base/base.gyp:base',
772 ],
773 'sources': [
[email protected]2f80c312009-02-25 21:26:55774 'disk_cache/stress_cache.cc',
775 ],
776 },
777 {
778 'target_name': 'tld_cleanup',
779 'type': 'executable',
780 'dependencies': [
781 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14782 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55783 '../build/temp_gyp/googleurl.gyp:googleurl',
784 ],
[email protected]b8234462009-03-18 02:30:55785 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55786 'sources': [
787 'tools/tld_cleanup/tld_cleanup.cc',
788 ],
789 },
790 {
791 'target_name': 'crash_cache',
792 'type': 'executable',
793 'dependencies': [
794 'net',
[email protected]6718b412009-03-04 18:26:00795 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55796 '../base/base.gyp:base',
797 ],
[email protected]9e450f22009-03-10 23:12:16798 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55799 'sources': [
800 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00801 ],
802 },
803 {
804 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49805 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00806 'dependencies': [
807 'net',
808 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15809 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00810 ],
811 'sources': [
[email protected]2f80c312009-02-25 21:26:55812 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00813 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50814 'proxy/proxy_config_service_common_unittest.cc',
815 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44816 'socket/socket_test_util.cc',
817 'socket/socket_test_util.h',
[email protected]2f80c312009-02-25 21:26:55818 ],
819 },
[email protected]ef36c74c2009-03-11 13:32:22820 {
821 'target_name': 'net_resources',
822 'type': 'none',
823 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:02824 'variables': {
825 'grit_cmd': ['python', '../tools/grit/grit.py'],
826 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
827 'input_paths': [
828 'base/net_resources.grd',
829 ],
830 },
[email protected]ef36c74c2009-03-11 13:32:22831 'rules': [
[email protected]2f80c312009-02-25 21:26:55832 {
[email protected]ef36c74c2009-03-11 13:32:22833 'rule_name': 'grit',
834 'extension': 'grd',
835 'inputs': [
[email protected]5b910872010-02-09 01:03:02836 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55837 ],
[email protected]ef36c74c2009-03-11 13:32:22838 'outputs': [
[email protected]5b910872010-02-09 01:03:02839 '<!@(<(grit_info_cmd) '
840 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55841 ],
[email protected]ef36c74c2009-03-11 13:32:22842 'action':
[email protected]5b910872010-02-09 01:03:02843 ['<@(grit_cmd)',
844 '-i', '<(RULE_INPUT_PATH)', 'build',
845 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:35846 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:55847 },
[email protected]6718b412009-03-04 18:26:00848 ],
[email protected]ef36c74c2009-03-11 13:32:22849 'sources': [
[email protected]5b910872010-02-09 01:03:02850 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:22851 ],
852 'direct_dependent_settings': {
853 'include_dirs': [
854 '<(SHARED_INTERMEDIATE_DIR)/net',
855 ],
856 },
[email protected]b392f3e2009-05-11 20:01:24857 'conditions': [
858 ['OS=="win"', {
859 'dependencies': ['../build/win/system.gyp:cygwin'],
860 }],
861 ],
[email protected]ef36c74c2009-03-11 13:32:22862 },
[email protected]75b91f92009-06-17 07:28:48863 {
864 'target_name': 'fetch_client',
865 'type': 'executable',
866 'dependencies': [
867 'net',
868 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:48869 '../testing/gtest.gyp:gtest',
870 ],
871 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
872 'sources': [
873 'tools/fetch/fetch_client.cc',
874 ],
875 },
[email protected]fe4f06d2009-06-17 07:58:05876 {
877 'target_name': 'fetch_server',
878 'type': 'executable',
879 'dependencies': [
880 'net',
881 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:05882 '../testing/gtest.gyp:gtest',
883 ],
884 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
885 'sources': [
886 'tools/fetch/fetch_server.cc',
887 'tools/fetch/http_listen_socket.cc',
888 'tools/fetch/http_listen_socket.h',
889 'tools/fetch/http_server.cc',
890 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:00891 'tools/fetch/http_server_request_info.h',
892 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:05893 'tools/fetch/http_session.cc',
894 'tools/fetch/http_session.h',
895 ],
896 },
[email protected]c402da42009-12-10 02:38:03897 {
898 'target_name': 'hresolv',
899 'type': 'executable',
900 'dependencies': [
901 'net_base',
902 ],
903 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
904 'sources': [
905 'tools/hresolv/hresolv.cc',
906 ],
907 },
[email protected]ef36c74c2009-03-11 13:32:22908 ],
909 'conditions': [
[email protected]6718b412009-03-04 18:26:00910 ['OS=="win"', {
911 'targets': [
[email protected]2f80c312009-02-25 21:26:55912 {
913 # TODO(port): dump_cache is still Windows-specific.
914 'target_name': 'dump_cache',
915 'type': 'executable',
916 'dependencies': [
917 'net',
918 '../base/base.gyp:base',
919 ],
920 'sources': [
[email protected]c44344e2009-09-02 22:05:50921 'tools/dump_cache/cache_dumper.cc',
922 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:55923 'tools/dump_cache/dump_cache.cc',
924 'tools/dump_cache/dump_files.cc',
925 'tools/dump_cache/upgrade.cc',
[email protected]c44344e2009-09-02 22:05:50926 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]2f80c312009-02-25 21:26:55927 ],
928 },
929 ],
930 }],
[email protected]2f80c312009-02-25 21:26:55931 ],
932}
[email protected]f5c990c2009-10-06 03:02:38933
934# Local Variables:
935# tab-width:2
936# indent-tabs-mode:nil
937# End:
938# vim: set expandtab tabstop=2 shiftwidth=2: