blob: eb6686ac32095b8c44c5d6d955d8a40906ef1e4a [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',
[email protected]eb8605c2010-05-21 22:17:4727 'base/address_list_net_log_param.cc',
28 'base/address_list_net_log_param.h',
[email protected]2f80c312009-02-25 21:26:5529 'base/auth.h',
[email protected]6192f732009-03-25 23:44:2030 'base/cache_type.h',
[email protected]ec11be62010-04-28 19:28:0931 'base/capturing_net_log.cc',
32 'base/capturing_net_log.h',
[email protected]a755e1072009-10-23 16:58:3733 'base/cert_database.h',
34 'base/cert_database_mac.cc',
35 'base/cert_database_nss.cc',
36 'base/cert_database_win.cc',
[email protected]2f80c312009-02-25 21:26:5537 'base/cert_status_flags.cc',
38 'base/cert_status_flags.h',
39 'base/cert_verifier.cc',
40 'base/cert_verifier.h',
41 'base/cert_verify_result.h',
[email protected]2f80c312009-02-25 21:26:5542 'base/completion_callback.h',
43 'base/connection_type_histograms.cc',
44 'base/connection_type_histograms.h',
45 'base/cookie_monster.cc',
46 'base/cookie_monster.h',
[email protected]5f450e52009-07-28 13:28:1147 'base/cookie_options.h',
[email protected]2f80c312009-02-25 21:26:5548 'base/cookie_policy.h',
[email protected]5f450e52009-07-28 13:28:1149 'base/cookie_store.h',
[email protected]2f80c312009-02-25 21:26:5550 'base/data_url.cc',
51 'base/data_url.h',
52 'base/directory_lister.cc',
53 'base/directory_lister.h',
[email protected]c36f0642009-09-09 01:10:5054 'base/dns_util.cc',
55 'base/dns_util.h',
[email protected]2f80c312009-02-25 21:26:5556 'base/escape.cc',
57 'base/escape.h',
58 'base/ev_root_ca_metadata.cc',
59 'base/ev_root_ca_metadata.h',
60 'base/file_stream.h',
61 'base/file_stream_posix.cc',
62 'base/file_stream_win.cc',
63 'base/filter.cc',
64 'base/filter.h',
65 'base/gzip_filter.cc',
66 'base/gzip_filter.h',
67 'base/gzip_header.cc',
68 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3869 'base/host_cache.cc',
70 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1471 'base/host_mapping_rules.cc',
72 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4273 'base/host_port_pair.cc',
74 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5575 'base/host_resolver.cc',
76 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3277 'base/host_resolver_impl.cc',
78 'base/host_resolver_impl.h',
79 'base/host_resolver_proc.cc',
80 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:5581 'base/io_buffer.cc',
82 'base/io_buffer.h',
[email protected]9aed77b2010-04-01 18:49:4783 'base/keygen_handler.cc',
[email protected]a755e1072009-10-23 16:58:3784 'base/keygen_handler.h',
85 'base/keygen_handler_mac.cc',
86 'base/keygen_handler_nss.cc',
87 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:5588 'base/listen_socket.cc',
89 'base/listen_socket.h',
90 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:2391 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:1692 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:3893 'base/mapped_host_resolver.cc',
94 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:5595 'base/mime_sniffer.cc',
96 'base/mime_sniffer.h',
97 'base/mime_util.cc',
98 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:3299 # TODO(eroman): move this into its own test-support target.
100 'base/mock_host_resolver.cc',
101 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55102 'base/net_error_list.h',
103 'base/net_errors.cc',
104 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53105 'base/net_log.cc',
106 'base/net_log.h',
107 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46108 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55109 'base/net_module.cc',
110 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55111 'base/net_util.cc',
112 'base/net_util.h',
113 'base/net_util_posix.cc',
114 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35115 'base/network_change_notifier.cc',
116 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35117 'base/network_change_notifier_linux.cc',
118 'base/network_change_notifier_linux.h',
119 'base/network_change_notifier_mac.cc',
120 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58121 'base/network_change_notifier_netlink_linux.cc',
122 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35123 'base/network_change_notifier_win.cc',
124 'base/network_change_notifier_win.h',
[email protected]2f80c312009-02-25 21:26:55125 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00126 'base/nss_memio.h',
[email protected]2f80c312009-02-25 21:26:55127 'base/platform_mime_util.h',
128 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
129 'base/platform_mime_util_linux.cc',
130 'base/platform_mime_util_mac.cc',
131 'base/platform_mime_util_win.cc',
132 'base/registry_controlled_domain.cc',
133 'base/registry_controlled_domain.h',
134 'base/scoped_cert_chain_context.h',
135 'base/sdch_filter.cc',
136 'base/sdch_filter.h',
137 'base/sdch_manager.cc',
138 'base/sdch_manager.h',
[email protected]0b45559b2009-06-12 21:45:11139 'base/ssl_cert_request_info.h',
[email protected]56c866a22009-06-18 19:38:58140 'base/ssl_client_auth_cache.cc',
141 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39142 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55143 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42144 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32145 'base/ssl_config_service_mac.cc',
146 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42147 'base/ssl_config_service_win.cc',
148 'base/ssl_config_service_win.h',
[email protected]2f80c312009-02-25 21:26:55149 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12150 'base/static_cookie_policy.cc',
151 'base/static_cookie_policy.h',
[email protected]326e6792009-12-11 21:04:42152 'base/transport_security_state.cc',
153 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37154 'base/sys_addrinfo.h',
[email protected]2f80c312009-02-25 21:26:55155 'base/telnet_server.cc',
156 'base/telnet_server.h',
[email protected]d022e4e2009-06-23 04:13:00157 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55158 'base/upload_data.cc',
159 'base/upload_data.h',
160 'base/upload_data_stream.cc',
161 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55162 'base/winsock_init.cc',
163 'base/winsock_init.h',
164 'base/x509_certificate.cc',
165 'base/x509_certificate.h',
166 'base/x509_certificate_mac.cc',
167 'base/x509_certificate_nss.cc',
168 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04169 'base/x509_cert_types.cc',
170 'base/x509_cert_types.h',
171 'base/x509_cert_types_mac.cc',
[email protected]9c2a57712009-10-21 20:35:11172 ],
173 'export_dependent_settings': [
174 '../base/base.gyp:base',
175 ],
176 'conditions': [
[email protected]50462ec2010-01-29 22:28:32177 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03178 'dependencies': [
179 '../build/linux/system.gyp:gconf',
180 '../build/linux/system.gyp:gdk',
181 '../build/linux/system.gyp:nss',
182 ],
183 },
184 { # else: OS is not in the above list
185 'sources!': [
186 'base/cert_database_nss.cc',
187 'base/keygen_handler_nss.cc',
188 'base/x509_certificate_nss.cc',
189 ],
190 },
191 ],
[email protected]9c2a57712009-10-21 20:35:11192 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11193 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02194 # For nss_memio.{c,h}, which require only NSPR.
195 '../third_party/nss/nss.gyp:nspr',
[email protected]9c2a57712009-10-21 20:35:11196 'tld_cleanup',
197 ],
198 },
199 { # else: OS != "win"
200 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11201 'base/winsock_init.cc',
202 ],
203 },
204 ],
[email protected]9c2a57712009-10-21 20:35:11205 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03206 'dependencies': [
207 # For nss_memio.{c,h}, which require only NSPR.
208 '../third_party/nss/nss.gyp:nspr',
[email protected]f505a9b2010-01-28 19:44:02209 ],
[email protected]9c2a57712009-10-21 20:35:11210 'link_settings': {
211 'libraries': [
212 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
213 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
214 ]
215 },
216 },
217 ],
218 ],
219 },
220 {
221 'target_name': 'net',
222 'type': '<(library)',
223 'dependencies': [
224 '../base/base.gyp:base',
225 '../base/base.gyp:base_i18n',
226 '../build/temp_gyp/googleurl.gyp:googleurl',
227 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11228 '../third_party/icu/icu.gyp:icui18n',
229 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11230 '../third_party/zlib/zlib.gyp:zlib',
231 'net_base',
232 'net_resources',
233 ],
234 'sources': [
[email protected]2f80c312009-02-25 21:26:55235 'disk_cache/addr.cc',
236 'disk_cache/addr.h',
237 'disk_cache/backend_impl.cc',
238 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58239 'disk_cache/bitmap.cc',
240 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55241 'disk_cache/block_files.cc',
242 'disk_cache/block_files.h',
243 'disk_cache/cache_util.h',
244 'disk_cache/cache_util_posix.cc',
245 'disk_cache/cache_util_win.cc',
246 'disk_cache/disk_cache.h',
247 'disk_cache/disk_format.h',
248 'disk_cache/entry_impl.cc',
249 'disk_cache/entry_impl.h',
250 'disk_cache/errors.h',
251 'disk_cache/eviction.cc',
252 'disk_cache/eviction.h',
253 'disk_cache/file.h',
254 'disk_cache/file_block.h',
255 'disk_cache/file_lock.cc',
256 'disk_cache/file_lock.h',
257 'disk_cache/file_posix.cc',
258 'disk_cache/file_win.cc',
259 'disk_cache/hash.cc',
260 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34261 'disk_cache/histogram_macros.h',
[email protected]2f80c312009-02-25 21:26:55262 'disk_cache/mapped_file.h',
263 'disk_cache/mapped_file_posix.cc',
264 'disk_cache/mapped_file_win.cc',
265 'disk_cache/mem_backend_impl.cc',
266 'disk_cache/mem_backend_impl.h',
267 'disk_cache/mem_entry_impl.cc',
268 'disk_cache/mem_entry_impl.h',
269 'disk_cache/mem_rankings.cc',
270 'disk_cache/mem_rankings.h',
271 'disk_cache/rankings.cc',
272 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58273 'disk_cache/sparse_control.cc',
274 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55275 'disk_cache/stats.cc',
276 'disk_cache/stats.h',
277 'disk_cache/stats_histogram.cc',
278 'disk_cache/stats_histogram.h',
279 'disk_cache/storage_block-inl.h',
280 'disk_cache/storage_block.h',
281 'disk_cache/trace.cc',
282 'disk_cache/trace.h',
283 'ftp/ftp_auth_cache.cc',
284 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09285 'ftp/ftp_ctrl_response_buffer.cc',
286 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49287 'ftp/ftp_directory_listing_buffer.cc',
288 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32289 'ftp/ftp_directory_listing_parser.cc',
290 'ftp/ftp_directory_listing_parser.h',
291 'ftp/ftp_directory_listing_parser_ls.cc',
292 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]9772b1c32009-12-10 19:39:01293 'ftp/ftp_directory_listing_parser_mlsd.cc',
294 'ftp/ftp_directory_listing_parser_mlsd.h',
[email protected]8425e66e2009-12-07 19:51:46295 'ftp/ftp_directory_listing_parser_netware.cc',
296 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32297 'ftp/ftp_directory_listing_parser_vms.cc',
298 'ftp/ftp_directory_listing_parser_vms.h',
299 'ftp/ftp_directory_listing_parser_windows.cc',
300 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55301 'ftp/ftp_network_layer.cc',
302 'ftp/ftp_network_layer.h',
303 'ftp/ftp_network_session.h',
304 'ftp/ftp_network_transaction.cc',
305 'ftp/ftp_network_transaction.h',
306 'ftp/ftp_request_info.h',
307 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55308 'ftp/ftp_server_type_histograms.cc',
309 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55310 'ftp/ftp_transaction.h',
311 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50312 'ftp/ftp_util.cc',
313 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41314 'http/des.cc',
315 'http/des.h',
[email protected]564b4912010-03-09 16:30:42316 'http/http_alternate_protocols.cc',
317 'http/http_alternate_protocols.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',
[email protected]eb3cac72010-02-26 21:07:45323 'http/http_auth_filter.cc',
324 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44325 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08326 'http/http_auth_gssapi_posix.cc',
327 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55328 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50329 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55330 'http/http_auth_handler_basic.cc',
331 'http/http_auth_handler_basic.h',
332 'http/http_auth_handler_digest.cc',
333 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50334 'http/http_auth_handler_factory.cc',
335 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05336 'http/http_auth_handler_negotiate.h',
337 'http/http_auth_handler_negotiate_posix.cc',
338 'http/http_auth_handler_negotiate_win.cc',
[email protected]5ae0b862009-02-28 02:02:41339 'http/http_auth_handler_ntlm.cc',
340 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32341 'http/http_auth_handler_ntlm_portable.cc',
342 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56343 'http/http_auth_sspi_win.cc',
344 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57345 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00346 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39347 'http/http_byte_range.cc',
348 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55349 'http/http_cache.cc',
350 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23351 'http/http_cache_transaction.cc',
352 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55353 'http/http_chunked_decoder.cc',
354 'http/http_chunked_decoder.h',
355 'http/http_network_layer.cc',
356 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44357 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55358 'http/http_network_session.h',
359 'http/http_network_transaction.cc',
360 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47361 'http/http_request_headers.cc',
362 'http/http_request_headers.h',
[email protected]2f80c312009-02-25 21:26:55363 'http/http_request_info.h',
364 'http/http_response_headers.cc',
365 'http/http_response_headers.h',
366 'http/http_response_info.cc',
367 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00368 'http/http_stream.h',
[email protected]0877e3d2009-10-17 22:29:57369 'http/http_stream_parser.cc',
370 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55371 'http/http_transaction.h',
372 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36373 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10374 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36375 'http/url_security_manager_posix.cc',
376 'http/url_security_manager_win.cc',
[email protected]2f80c312009-02-25 21:26:55377 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01378 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55379 'http/http_util.h',
380 'http/http_vary_data.cc',
381 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00382 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41383 'http/md4.cc',
384 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50385 'http/partial_data.cc',
386 'http/partial_data.h',
[email protected]25d8ea22009-08-25 19:42:29387 'ocsp/nss_ocsp.cc',
388 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12389 'proxy/init_proxy_resolver.cc',
390 'proxy/init_proxy_resolver.h',
[email protected]7541206c2010-02-19 20:24:06391 'proxy/proxy_bypass_rules.cc',
392 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18393 'proxy/proxy_config.cc',
394 'proxy/proxy_config.h',
395 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55396 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56397 'proxy/proxy_config_service_linux.cc',
398 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27399 'proxy/proxy_config_service_mac.cc',
400 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55401 'proxy/proxy_config_service_win.cc',
402 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18403 'proxy/proxy_info.cc',
404 'proxy/proxy_info.h',
405 'proxy/proxy_list.cc',
406 'proxy/proxy_list.h',
407 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12408 'proxy/proxy_resolver_js_bindings.cc',
409 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55410 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00411 'proxy/proxy_resolver_mac.h',
[email protected]6b675b82009-02-26 23:18:32412 'proxy/proxy_resolver_script.h',
413 'proxy/proxy_resolver_v8.cc',
414 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55415 'proxy/proxy_resolver_winhttp.cc',
416 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18417 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55418 'proxy/proxy_script_fetcher.cc',
419 'proxy/proxy_script_fetcher.h',
420 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27421 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55422 'proxy/proxy_server.h',
423 'proxy/proxy_service.cc',
424 'proxy/proxy_service.h',
[email protected]775fd9e2009-07-26 21:12:20425 'proxy/single_threaded_proxy_resolver.cc',
426 'proxy/single_threaded_proxy_resolver.h',
[email protected]1ca2b452010-04-17 00:07:04427 'proxy/sync_host_resolver_bridge.cc',
428 'proxy/sync_host_resolver_bridge.h',
[email protected]f7984fc62009-06-22 23:26:44429 'socket/client_socket.h',
430 'socket/client_socket_factory.cc',
431 'socket/client_socket_factory.h',
432 'socket/client_socket_handle.cc',
433 'socket/client_socket_handle.h',
434 'socket/client_socket_pool.h',
[email protected]ff579d42009-06-24 15:47:02435 'socket/client_socket_pool_base.cc',
436 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00437 'socket/client_socket_pool_histograms.cc',
438 'socket/client_socket_pool_histograms.h',
[email protected]f7984fc62009-06-22 23:26:44439 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35440 'socket/socks5_client_socket.cc',
441 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02442 'socket/socks_client_socket.cc',
443 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26444 'socket/socks_client_socket_pool.cc',
445 'socket/socks_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44446 'socket/ssl_client_socket.h',
447 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47448 'socket/ssl_client_socket_mac.h',
[email protected]e0da37d2010-06-11 02:02:22449 'socket/ssl_client_socket_nss_factory.cc',
450 'socket/ssl_client_socket_nss_factory.h',
[email protected]20285392010-06-11 03:12:08451 'socket/ssl_client_socket_nss.cc',
452 'socket/ssl_client_socket_nss.h',
[email protected]f7984fc62009-06-22 23:26:44453 'socket/ssl_client_socket_win.cc',
454 'socket/ssl_client_socket_win.h',
[email protected]f7984fc62009-06-22 23:26:44455 'socket/tcp_client_socket.h',
456 'socket/tcp_client_socket_libevent.cc',
457 'socket/tcp_client_socket_libevent.h',
458 'socket/tcp_client_socket_pool.cc',
459 'socket/tcp_client_socket_pool.h',
460 'socket/tcp_client_socket_win.cc',
461 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47462 'socket/tcp_pinger.h',
[email protected]aef03132009-10-09 05:04:14463 'socket_stream/socket_stream.cc',
464 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13465 'socket_stream/socket_stream_job.cc',
466 'socket_stream/socket_stream_job.h',
467 'socket_stream/socket_stream_job_manager.cc',
468 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12469 'socket_stream/socket_stream_metrics.cc',
470 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32471 'spdy/spdy_bitmasks.h',
472 'spdy/spdy_frame_builder.cc',
473 'spdy/spdy_frame_builder.h',
474 'spdy/spdy_framer.cc',
475 'spdy/spdy_framer.h',
476 'spdy/spdy_io_buffer.cc',
477 'spdy/spdy_io_buffer.h',
478 'spdy/spdy_network_transaction.cc',
479 'spdy/spdy_network_transaction.h',
480 'spdy/spdy_protocol.h',
481 'spdy/spdy_session.cc',
482 'spdy/spdy_session.h',
483 'spdy/spdy_session_pool.cc',
484 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50485 'spdy/spdy_settings_storage.cc',
486 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32487 'spdy/spdy_stream.cc',
488 'spdy/spdy_stream.h',
489 'spdy/spdy_transaction_factory.h',
[email protected]be4d55fe2010-06-01 13:40:02490 'url_request/https_prober.h',
491 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55492 'url_request/url_request.cc',
493 'url_request/url_request.h',
494 'url_request/url_request_about_job.cc',
495 'url_request/url_request_about_job.h',
496 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58497 'url_request/url_request_data_job.cc',
498 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55499 'url_request/url_request_error_job.cc',
500 'url_request/url_request_error_job.h',
501 'url_request/url_request_file_dir_job.cc',
502 'url_request/url_request_file_dir_job.h',
503 'url_request/url_request_file_job.cc',
504 'url_request/url_request_file_job.h',
505 'url_request/url_request_filter.cc',
506 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13507 'url_request/url_request_ftp_job.cc',
508 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55509 'url_request/url_request_http_job.cc',
510 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55511 'url_request/url_request_job.cc',
512 'url_request/url_request_job.h',
513 'url_request/url_request_job_manager.cc',
514 'url_request/url_request_job_manager.h',
515 'url_request/url_request_job_metrics.cc',
516 'url_request/url_request_job_metrics.h',
517 'url_request/url_request_job_tracker.cc',
518 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36519 'url_request/url_request_netlog_params.cc',
520 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45521 'url_request/url_request_redirect_job.cc',
522 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55523 'url_request/url_request_simple_job.cc',
524 'url_request/url_request_simple_job.h',
525 'url_request/url_request_status.h',
526 'url_request/url_request_test_job.cc',
527 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04528 'url_request/view_cache_helper.cc',
529 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36530 'websockets/websocket.cc',
531 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16532 'websockets/websocket_frame_handler.cc',
533 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22534 'websockets/websocket_handshake.cc',
535 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55536 'websockets/websocket_handshake_draft75.cc',
537 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08538 'websockets/websocket_handshake_handler.cc',
539 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13540 'websockets/websocket_job.cc',
541 'websockets/websocket_job.h',
[email protected]4c4eac02009-11-04 10:02:28542 'websockets/websocket_throttle.cc',
543 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55544 ],
[email protected]2f80c312009-02-25 21:26:55545 'export_dependent_settings': [
546 '../base/base.gyp:base',
547 ],
548 'conditions': [
[email protected]c61f6432009-04-22 01:16:42549 ['javascript_engine=="v8"', {
550 'dependencies': [
[email protected]44531a22009-04-28 21:37:56551 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42552 ],
553 }],
[email protected]50462ec2010-01-29 22:28:32554 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]20285392010-06-11 03:12:08555 'sources!': [
556 'socket/ssl_client_socket_nss_factory.cc',
557 'socket/ssl_client_socket_nss_factory.h',
558 ],
[email protected]3dd6f5e2010-06-01 20:28:03559 'dependencies': [
560 '../build/linux/system.gyp:gconf',
561 '../build/linux/system.gyp:gdk',
562 '../build/linux/system.gyp:nss',
563 ],
564 },
565 { # else: OS is not in the above list
566 'sources!': [
567 'ocsp/nss_ocsp.cc',
568 'ocsp/nss_ocsp.h',
569 ],
570 },
571 ],
[email protected]2f80c312009-02-25 21:26:55572 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55573 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32574 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44575 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55576 ],
577 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02578 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03579 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55580 'tld_cleanup',
581 ],
[email protected]1fabd9a2010-02-04 19:08:29582 'link_settings': {
583 'libraries': [
584 '-lIphlpapi.lib',
585 ],
586 },
[email protected]2f80c312009-02-25 21:26:55587 },
588 { # else: OS != "win"
589 'sources!': [
[email protected]2f80c312009-02-25 21:26:55590 'proxy/proxy_resolver_winhttp.cc',
[email protected]2f80c312009-02-25 21:26:55591 ],
[email protected]2f80c312009-02-25 21:26:55592 },
593 ],
594 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03595 'dependencies': [
596 '../third_party/nss/nss.gyp:nss',
597 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02598 ],
[email protected]2f80c312009-02-25 21:26:55599 'link_settings': {
600 'libraries': [
601 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
602 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
603 ]
604 },
605 },
606 ],
[email protected]2f80c312009-02-25 21:26:55607 ],
608 },
609 {
610 'target_name': 'net_unittests',
611 'type': 'executable',
612 'dependencies': [
613 'net',
[email protected]6718b412009-03-04 18:26:00614 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55615 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14616 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54617 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55618 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57619 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55620 ],
[email protected]9e450f22009-03-10 23:12:16621 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55622 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38623 'base/address_list_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55624 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55625 'base/data_url_unittest.cc',
626 'base/directory_lister_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50627 'base/dns_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55628 'base/escape_unittest.cc',
629 'base/file_stream_unittest.cc',
630 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27631 'base/filter_unittest.h',
[email protected]2f80c312009-02-25 21:26:55632 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38633 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14634 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32635 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02636 'base/keygen_handler_unittest.cc',
[email protected]85437612010-03-22 11:55:23637 'base/leak_annotations.h',
[email protected]2f80c312009-02-25 21:26:55638 'base/listen_socket_unittest.cc',
639 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38640 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55641 'base/mime_sniffer_unittest.cc',
642 'base/mime_util_unittest.cc',
[email protected]100d5fb92009-12-21 21:08:35643 'base/mock_network_change_notifier.h',
[email protected]9e743cd2010-03-16 07:03:53644 'base/net_log_unittest.h',
[email protected]0fefd0202009-12-18 04:35:41645 'base/net_test_constants.h',
[email protected]2f80c312009-02-25 21:26:55646 'base/net_util_unittest.cc',
647 'base/registry_controlled_domain_unittest.cc',
648 'base/run_all_unittests.cc',
649 'base/sdch_filter_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58650 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32651 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42652 'base/ssl_config_service_win_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12653 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42654 'base/transport_security_state_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55655 'base/telnet_server_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29656 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55657 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33658 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55659 'base/x509_certificate_unittest.cc',
[email protected]d866fb52010-03-26 23:36:04660 'base/x509_cert_types_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55661 'disk_cache/addr_unittest.cc',
662 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58663 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55664 'disk_cache/block_files_unittest.cc',
665 'disk_cache/disk_cache_test_base.cc',
666 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55667 'disk_cache/entry_unittest.cc',
668 'disk_cache/mapped_file_unittest.cc',
669 'disk_cache/storage_block_unittest.cc',
670 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09671 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49672 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32673 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01674 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46675 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32676 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
677 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37678 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50679 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41680 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42681 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55682 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45683 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08684 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55685 'http/http_auth_handler_basic_unittest.cc',
686 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50687 'http/http_auth_handler_factory_unittest.cc',
[email protected]e607ee672010-04-28 17:16:34688 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56689 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55690 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39691 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55692 'http/http_cache_unittest.cc',
693 'http/http_chunked_decoder_unittest.cc',
694 'http/http_network_layer_unittest.cc',
695 'http/http_network_transaction_unittest.cc',
[email protected]270c6412010-03-29 22:02:47696 'http/http_request_headers_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55697 'http/http_response_headers_unittest.cc',
698 'http/http_transaction_unittest.cc',
699 'http/http_transaction_unittest.h',
700 'http/http_util_unittest.cc',
701 'http/http_vary_data_unittest.cc',
[email protected]5c2471b2010-04-20 17:25:09702 'http/mock_sspi_library_win.h',
703 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30704 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12705 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19706 'proxy/mock_proxy_resolver.h',
[email protected]7541206c2010-02-19 20:24:06707 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56708 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57709 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23710 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18711 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12712 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32713 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55714 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31715 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55716 'proxy/proxy_service_unittest.cc',
[email protected]775fd9e2009-07-26 21:12:20717 'proxy/single_threaded_proxy_resolver_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04718 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05719 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35720 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26721 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58722 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44723 'socket/ssl_client_socket_unittest.cc',
724 'socket/tcp_client_socket_pool_unittest.cc',
725 'socket/tcp_client_socket_unittest.cc',
726 'socket/tcp_pinger_unittest.cc',
[email protected]26a64592009-12-15 08:04:40727 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11728 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32729 'spdy/spdy_framer_test.cc',
730 'spdy/spdy_network_transaction_unittest.cc',
731 'spdy/spdy_protocol_test.cc',
732 'spdy/spdy_session_unittest.cc',
733 'spdy/spdy_stream_unittest.cc',
[email protected]2ff8b312010-04-26 22:20:54734 'spdy/spdy_test_util.h',
[email protected]196f286c2010-06-07 14:57:17735 'tools/dump_cache/url_to_filename_encoder.cc',
736 'tools/dump_cache/url_to_filename_encoder.h',
737 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55738 'url_request/url_request_unittest.cc',
739 'url_request/url_request_unittest.h',
[email protected]cec6f9b02010-05-27 22:06:31740 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:16741 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:55742 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:08743 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:22744 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:13745 'websockets/websocket_job_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28746 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36747 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55748 ],
749 'conditions': [
[email protected]50462ec2010-01-29 22:28:32750 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26751 'dependencies': [
752 '../build/linux/system.gyp:gtk',
753 ],
[email protected]2f80c312009-02-25 21:26:55754 'sources!': [
755 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55756 ],
757 },
758 ],
[email protected]50462ec2010-01-29 22:28:32759 ['OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:15760 'conditions': [
761 ['linux_use_tcmalloc==1', {
762 'dependencies': [
763 '../base/allocator/allocator.gyp:allocator',
764 ],
765 }],
766 ],
767 }],
[email protected]2f80c312009-02-25 21:26:55768 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:08769 'sources!': [
770 'http/http_auth_gssapi_posix_unittest.cc',
771 ],
[email protected]cdafbff2010-03-02 17:47:02772 # This is needed to trigger the dll copy step on windows.
773 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:55774 'dependencies': [
[email protected]280629492009-09-09 06:49:08775 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55776 ],
777 },
778 ],
779 ],
780 },
781 {
782 'target_name': 'net_perftests',
783 'type': 'executable',
784 'dependencies': [
785 'net',
[email protected]6718b412009-03-04 18:26:00786 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55787 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14788 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45789 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06790 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55791 '../testing/gtest.gyp:gtest',
792 ],
[email protected]9e450f22009-03-10 23:12:16793 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55794 'sources': [
[email protected]2f80c312009-02-25 21:26:55795 'base/cookie_monster_perftest.cc',
796 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33797 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55798 ],
799 'conditions': [
800 # This is needed to trigger the dll copy step on windows.
801 # TODO(mark): Specifying this here shouldn't be necessary.
802 [ 'OS == "win"', {
803 'dependencies': [
[email protected]280629492009-09-09 06:49:08804 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55805 ],
806 },
807 ],
808 ],
809 },
810 {
811 'target_name': 'stress_cache',
812 'type': 'executable',
813 'dependencies': [
814 'net',
[email protected]6718b412009-03-04 18:26:00815 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55816 '../base/base.gyp:base',
817 ],
818 'sources': [
[email protected]2f80c312009-02-25 21:26:55819 'disk_cache/stress_cache.cc',
820 ],
821 },
822 {
823 'target_name': 'tld_cleanup',
824 'type': 'executable',
825 'dependencies': [
826 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14827 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55828 '../build/temp_gyp/googleurl.gyp:googleurl',
829 ],
[email protected]b8234462009-03-18 02:30:55830 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55831 'sources': [
832 'tools/tld_cleanup/tld_cleanup.cc',
833 ],
834 },
835 {
836 'target_name': 'crash_cache',
837 'type': 'executable',
838 'dependencies': [
839 'net',
[email protected]6718b412009-03-04 18:26:00840 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55841 '../base/base.gyp:base',
842 ],
[email protected]9e450f22009-03-10 23:12:16843 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55844 'sources': [
845 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00846 ],
847 },
848 {
849 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49850 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00851 'dependencies': [
852 'net',
853 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15854 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00855 ],
856 'sources': [
[email protected]702a6a722010-03-17 18:24:51857 'base/cert_test_util.cc',
858 'base/cert_test_util.h',
[email protected]2f80c312009-02-25 21:26:55859 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00860 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50861 'proxy/proxy_config_service_common_unittest.cc',
862 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44863 'socket/socket_test_util.cc',
864 'socket/socket_test_util.h',
[email protected]702a6a722010-03-17 18:24:51865 'socket/ssl_test_util.cc',
866 'socket/ssl_test_util.h',
867 ],
868 'conditions': [
[email protected]6c2046562010-05-07 23:47:50869 ['inside_chromium_build==1', {
870 'dependencies': [
871 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
872 '../third_party/protobuf2/protobuf.gyp:py_proto',
873 ],
874 }],
[email protected]702a6a722010-03-17 18:24:51875 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
876 'dependencies': [
877 '../build/linux/system.gyp:nss',
878 ],
879 }],
[email protected]85437612010-03-22 11:55:23880 ['OS == "linux"', {
881 'conditions': [
882 ['linux_use_tcmalloc==1', {
883 'dependencies': [
884 '../base/allocator/allocator.gyp:allocator',
885 ],
886 }],
887 ],
888 }],
[email protected]2f80c312009-02-25 21:26:55889 ],
890 },
[email protected]ef36c74c2009-03-11 13:32:22891 {
892 'target_name': 'net_resources',
893 'type': 'none',
894 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:02895 'variables': {
896 'grit_cmd': ['python', '../tools/grit/grit.py'],
897 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
898 'input_paths': [
899 'base/net_resources.grd',
900 ],
901 },
[email protected]ef36c74c2009-03-11 13:32:22902 'rules': [
[email protected]2f80c312009-02-25 21:26:55903 {
[email protected]ef36c74c2009-03-11 13:32:22904 'rule_name': 'grit',
905 'extension': 'grd',
906 'inputs': [
[email protected]5b910872010-02-09 01:03:02907 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55908 ],
[email protected]ef36c74c2009-03-11 13:32:22909 'outputs': [
[email protected]5b910872010-02-09 01:03:02910 '<!@(<(grit_info_cmd) '
911 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55912 ],
[email protected]ef36c74c2009-03-11 13:32:22913 'action':
[email protected]5b910872010-02-09 01:03:02914 ['<@(grit_cmd)',
915 '-i', '<(RULE_INPUT_PATH)', 'build',
916 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:35917 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:55918 },
[email protected]6718b412009-03-04 18:26:00919 ],
[email protected]ef36c74c2009-03-11 13:32:22920 'sources': [
[email protected]5b910872010-02-09 01:03:02921 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:22922 ],
923 'direct_dependent_settings': {
924 'include_dirs': [
925 '<(SHARED_INTERMEDIATE_DIR)/net',
926 ],
927 },
[email protected]b392f3e2009-05-11 20:01:24928 'conditions': [
929 ['OS=="win"', {
930 'dependencies': ['../build/win/system.gyp:cygwin'],
931 }],
932 ],
[email protected]ef36c74c2009-03-11 13:32:22933 },
[email protected]75b91f92009-06-17 07:28:48934 {
935 'target_name': 'fetch_client',
936 'type': 'executable',
937 'dependencies': [
938 'net',
939 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:48940 '../testing/gtest.gyp:gtest',
941 ],
942 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
943 'sources': [
944 'tools/fetch/fetch_client.cc',
945 ],
946 },
[email protected]fe4f06d2009-06-17 07:58:05947 {
948 'target_name': 'fetch_server',
949 'type': 'executable',
950 'dependencies': [
951 'net',
952 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:05953 '../testing/gtest.gyp:gtest',
954 ],
955 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
956 'sources': [
957 'tools/fetch/fetch_server.cc',
958 'tools/fetch/http_listen_socket.cc',
959 'tools/fetch/http_listen_socket.h',
960 'tools/fetch/http_server.cc',
961 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:00962 'tools/fetch/http_server_request_info.h',
963 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:05964 'tools/fetch/http_session.cc',
965 'tools/fetch/http_session.h',
966 ],
967 },
[email protected]c402da42009-12-10 02:38:03968 {
969 'target_name': 'hresolv',
970 'type': 'executable',
971 'dependencies': [
972 'net_base',
973 ],
974 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
975 'sources': [
976 'tools/hresolv/hresolv.cc',
977 ],
978 },
[email protected]ef36c74c2009-03-11 13:32:22979 ],
980 'conditions': [
[email protected]e71d2e9d2010-03-31 01:36:37981 # ['OS=="linux"', {
982 # 'targets': [
983 # {
984 # 'target_name': 'flip_in_mem_edsm_server',
985 # 'type': 'executable',
986 # 'dependencies': [
987 # '../base/base.gyp:base',
988 # 'net.gyp:net',
989 # ],
990 # 'link_settings': {
991 # 'ldflags': [
992 # '-lssl'
993 # ],
994 # 'libraries': [
995 # '-lssl'
996 # ],
997 # },
998 # 'sources': [
999 # 'tools/flip_server/balsa_enums.h',
1000 # 'tools/flip_server/balsa_frame.cc',
1001 # 'tools/flip_server/balsa_frame.h',
1002 # 'tools/flip_server/balsa_headers.cc',
1003 # 'tools/flip_server/balsa_headers.h',
1004 # 'tools/flip_server/balsa_headers_token_utils.cc',
1005 # 'tools/flip_server/balsa_headers_token_utils.h',
1006 # 'tools/flip_server/balsa_visitor_interface.h',
1007 # 'tools/flip_server/buffer_interface.h',
1008 # 'tools/flip_server/create_listener.cc',
1009 # 'tools/flip_server/create_listener.h',
1010 # 'tools/flip_server/epoll_server.cc',
1011 # 'tools/flip_server/epoll_server.h',
1012 # 'tools/flip_server/flip_in_mem_edsm_server.cc',
1013 # 'tools/flip_server/http_message_constants.cc',
1014 # 'tools/flip_server/http_message_constants.h',
1015 # 'tools/flip_server/loadtime_measurement.h',
1016 # 'tools/flip_server/porting.txt',
1017 # 'tools/flip_server/ring_buffer.cc',
1018 # 'tools/flip_server/ring_buffer.h',
1019 # 'tools/flip_server/simple_buffer.cc',
1020 # 'tools/flip_server/simple_buffer.h',
1021 # 'tools/flip_server/split.h',
1022 # 'tools/flip_server/split.cc',
1023 # 'tools/flip_server/string_piece_utils.h',
1024 # 'tools/flip_server/thread.h',
1025 # 'tools/flip_server/url_to_filename_encoder.h',
1026 # 'tools/flip_server/url_utilities.h',
1027 # ],
1028 # },
1029 # ]
1030 # }],
[email protected]6718b412009-03-04 18:26:001031 ['OS=="win"', {
1032 'targets': [
[email protected]2f80c312009-02-25 21:26:551033 {
1034 # TODO(port): dump_cache is still Windows-specific.
1035 'target_name': 'dump_cache',
1036 'type': 'executable',
1037 'dependencies': [
1038 'net',
1039 '../base/base.gyp:base',
1040 ],
1041 'sources': [
[email protected]c44344e2009-09-02 22:05:501042 'tools/dump_cache/cache_dumper.cc',
1043 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551044 'tools/dump_cache/dump_cache.cc',
1045 'tools/dump_cache/dump_files.cc',
1046 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171047 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501048 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]196f286c2010-06-07 14:57:171049 'tools/dump_cache/url_utilties.h',
[email protected]2f80c312009-02-25 21:26:551050 ],
1051 },
1052 ],
1053 }],
[email protected]2f80c312009-02-25 21:26:551054 ],
1055}
[email protected]f5c990c2009-10-06 03:02:381056
1057# Local Variables:
1058# tab-width:2
1059# indent-tabs-mode:nil
1060# End:
1061# vim: set expandtab tabstop=2 shiftwidth=2: