blob: 66ca4b8963a431d96df447a06a7146dff074915b [file] [log] [blame]
[email protected]167d52b2011-04-04 22:42:461# Copyright (c) 2011 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]8858a11f42011-05-04 17:55:5311 'target_name': 'net',
[email protected]5a547332011-05-19 23:18:5312 'type': 'static_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]167d52b2011-04-04 22:42:4616 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
[email protected]2f80c312009-02-25 21:26:5517 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]4b559b4d2011-04-14 17:37:1418 '../crypto/crypto.gyp:crypto',
[email protected]2f80c312009-02-25 21:26:5519 '../sdch/sdch.gyp:sdch',
[email protected]280629492009-09-09 06:49:0820 '../third_party/icu/icu.gyp:icui18n',
21 '../third_party/icu/icu.gyp:icuuc',
[email protected]ca21ee32009-10-23 18:03:2222 '../third_party/zlib/zlib.gyp:zlib',
[email protected]ef36c74c2009-03-11 13:32:2223 'net_resources',
[email protected]5bafc4f2010-09-08 14:07:3824 'ssl_false_start_blacklist_process#host',
[email protected]2f80c312009-02-25 21:26:5525 ],
26 'sources': [
[email protected]123ab1e32009-10-21 19:12:5727 'base/address_family.h',
[email protected]2f80c312009-02-25 21:26:5528 'base/address_list.cc',
29 'base/address_list.h',
[email protected]eb8605c2010-05-21 22:17:4730 'base/address_list_net_log_param.cc',
31 'base/address_list_net_log_param.h',
[email protected]2a89c4c2011-04-12 16:26:2632 'base/asn1_util.cc',
[email protected]886ab7f4d92011-05-04 15:46:0033 'base/asn1_util.h',
[email protected]9349cfb2010-08-31 18:00:5334 'base/auth.cc',
[email protected]2f80c312009-02-25 21:26:5535 'base/auth.h',
[email protected]cade5682011-03-17 15:35:0736 'base/backoff_entry.cc',
37 'base/backoff_entry.h',
[email protected]ee166792010-12-09 08:14:1038 'base/bandwidth_metrics.cc',
39 'base/bandwidth_metrics.h',
[email protected]6192f732009-03-25 23:44:2040 'base/cache_type.h',
[email protected]ec11be62010-04-28 19:28:0941 'base/capturing_net_log.cc',
42 'base/capturing_net_log.h',
[email protected]58678c52010-08-31 22:13:5243 'base/cert_database.cc',
[email protected]a755e1072009-10-23 16:58:3744 'base/cert_database.h',
45 'base/cert_database_mac.cc',
46 'base/cert_database_nss.cc',
[email protected]1e5fead2010-10-08 14:33:1147 'base/cert_database_openssl.cc',
[email protected]a755e1072009-10-23 16:58:3748 'base/cert_database_win.cc',
[email protected]2f80c312009-02-25 21:26:5549 'base/cert_status_flags.cc',
50 'base/cert_status_flags.h',
51 'base/cert_verifier.cc',
52 'base/cert_verifier.h',
[email protected]9a12b3f2011-04-12 16:48:3753 'base/cert_verify_result.cc',
[email protected]2f80c312009-02-25 21:26:5554 'base/cert_verify_result.h',
[email protected]2f80c312009-02-25 21:26:5555 'base/completion_callback.h',
56 'base/connection_type_histograms.cc',
57 'base/connection_type_histograms.h',
58 'base/cookie_monster.cc',
59 'base/cookie_monster.h',
[email protected]5f450e52009-07-28 13:28:1160 'base/cookie_options.h',
[email protected]9b2331d92010-10-04 23:11:1961 'base/cookie_store.cc',
[email protected]5f450e52009-07-28 13:28:1162 'base/cookie_store.h',
[email protected]88b9db72011-01-13 01:48:4363 'base/crypto_module.h',
64 'base/crypto_module_nss.cc',
[email protected]f53cb5c2011-03-10 16:10:5565 'base/crypto_module_openssl.cc',
[email protected]2f80c312009-02-25 21:26:5566 'base/data_url.cc',
67 'base/data_url.h',
68 'base/directory_lister.cc',
69 'base/directory_lister.h',
[email protected]37e658b2010-07-28 17:23:0470 'base/dns_reload_timer.cc',
71 'base/dns_reload_timer.h',
[email protected]b24713592010-08-11 19:50:0272 'base/dnssec_chain_verifier.cc',
73 'base/dnssec_chain_verifier.h',
74 'base/dnssec_keyset.cc',
75 'base/dnssec_keyset.h',
[email protected]c36f0642009-09-09 01:10:5076 'base/dns_util.cc',
77 'base/dns_util.h',
[email protected]b3ccac82010-08-04 15:54:4078 'base/dnsrr_resolver.cc',
79 'base/dnsrr_resolver.h',
[email protected]2f80c312009-02-25 21:26:5580 'base/escape.cc',
81 'base/escape.h',
[email protected]b7f44222011-04-06 00:37:1582 'base/escape_icu.cc',
[email protected]2f80c312009-02-25 21:26:5583 'base/ev_root_ca_metadata.cc',
84 'base/ev_root_ca_metadata.h',
85 'base/file_stream.h',
86 'base/file_stream_posix.cc',
87 'base/file_stream_win.cc',
88 'base/filter.cc',
89 'base/filter.h',
90 'base/gzip_filter.cc',
91 'base/gzip_filter.h',
92 'base/gzip_header.cc',
93 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3894 'base/host_cache.cc',
95 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1496 'base/host_mapping_rules.cc',
97 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4298 'base/host_port_pair.cc',
99 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:55100 'base/host_resolver.cc',
101 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:32102 'base/host_resolver_impl.cc',
103 'base/host_resolver_impl.h',
104 'base/host_resolver_proc.cc',
105 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:55106 'base/io_buffer.cc',
107 'base/io_buffer.h',
[email protected]76ff86a2011-03-04 03:21:31108 'base/ip_endpoint.cc',
109 'base/ip_endpoint.h',
[email protected]88b9db72011-01-13 01:48:43110 'base/keygen_handler.cc',
[email protected]a755e1072009-10-23 16:58:37111 'base/keygen_handler.h',
112 'base/keygen_handler_mac.cc',
113 'base/keygen_handler_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11114 'base/keygen_handler_openssl.cc',
[email protected]a755e1072009-10-23 16:58:37115 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:55116 'base/listen_socket.cc',
117 'base/listen_socket.h',
118 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:23119 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:16120 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:38121 'base/mapped_host_resolver.cc',
122 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55123 'base/mime_sniffer.cc',
124 'base/mime_sniffer.h',
125 'base/mime_util.cc',
126 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:32127 # TODO(eroman): move this into its own test-support target.
128 'base/mock_host_resolver.cc',
129 'base/mock_host_resolver.h',
[email protected]9d690202011-05-02 18:06:26130 'base/net_api.h',
[email protected]2f80c312009-02-25 21:26:55131 'base/net_error_list.h',
132 'base/net_errors.cc',
133 'base/net_errors.h',
[email protected]051e4ec2011-03-15 20:46:32134 'base/net_errors_posix.cc',
135 'base/net_errors_win.cc',
[email protected]9e743cd2010-03-16 07:03:53136 'base/net_log.cc',
137 'base/net_log.h',
138 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46139 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55140 'base/net_module.cc',
141 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55142 'base/net_util.cc',
143 'base/net_util.h',
144 'base/net_util_posix.cc',
145 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35146 'base/network_change_notifier.cc',
147 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35148 'base/network_change_notifier_linux.cc',
149 'base/network_change_notifier_linux.h',
150 'base/network_change_notifier_mac.cc',
151 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58152 'base/network_change_notifier_netlink_linux.cc',
153 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35154 'base/network_change_notifier_win.cc',
155 'base/network_change_notifier_win.h',
[email protected]9328443b2010-07-30 06:09:40156 'base/network_config_watcher_mac.cc',
157 'base/network_config_watcher_mac.h',
[email protected]0651b812011-02-24 00:22:50158 'base/network_delegate.cc',
159 'base/network_delegate.h',
[email protected]2f80c312009-02-25 21:26:55160 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00161 'base/nss_memio.h',
[email protected]0c6523f2010-12-10 10:56:24162 'base/openssl_memory_private_key_store.cc',
163 'base/openssl_private_key_store.h',
[email protected]e5a3eef2010-07-22 02:31:04164 'base/pem_tokenizer.cc',
165 'base/pem_tokenizer.h',
[email protected]2f80c312009-02-25 21:26:55166 'base/platform_mime_util.h',
167 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
168 'base/platform_mime_util_linux.cc',
169 'base/platform_mime_util_mac.cc',
170 'base/platform_mime_util_win.cc',
171 'base/registry_controlled_domain.cc',
172 'base/registry_controlled_domain.h',
173 'base/scoped_cert_chain_context.h',
174 'base/sdch_filter.cc',
175 'base/sdch_filter.h',
176 'base/sdch_manager.cc',
177 'base/sdch_manager.h',
[email protected]9349cfb2010-08-31 18:00:53178 'base/ssl_cert_request_info.cc',
[email protected]0b45559b2009-06-12 21:45:11179 'base/ssl_cert_request_info.h',
[email protected]d8654bf2010-07-18 16:01:32180 'base/ssl_cipher_suite_names.cc',
181 'base/ssl_cipher_suite_names.h',
[email protected]56c866a22009-06-18 19:38:58182 'base/ssl_client_auth_cache.cc',
183 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39184 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55185 'base/ssl_config_service.h',
[email protected]7e4468d52010-09-22 19:42:00186 'base/ssl_config_service_defaults.cc',
[email protected]db36938c2009-08-19 21:48:42187 'base/ssl_config_service_defaults.h',
[email protected]5bafc4f2010-09-08 14:07:38188 'base/ssl_false_start_blacklist.cc',
[email protected]9349cfb2010-08-31 18:00:53189 'base/ssl_info.cc',
[email protected]2f80c312009-02-25 21:26:55190 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12191 'base/static_cookie_policy.cc',
192 'base/static_cookie_policy.h',
[email protected]32765f82010-12-16 00:01:37193 'base/test_root_certs.cc',
194 'base/test_root_certs.h',
195 'base/test_root_certs_mac.cc',
196 'base/test_root_certs_nss.cc',
197 'base/test_root_certs_openssl.cc',
198 'base/test_root_certs_win.cc',
[email protected]326e6792009-12-11 21:04:42199 'base/transport_security_state.cc',
200 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37201 'base/sys_addrinfo.h',
[email protected]521aebb2011-04-18 17:54:42202 'base/sys_byteorder.h',
[email protected]2f80c312009-02-25 21:26:55203 'base/upload_data.cc',
204 'base/upload_data.h',
205 'base/upload_data_stream.cc',
206 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55207 'base/winsock_init.cc',
208 'base/winsock_init.h',
[email protected]7b6afd02011-03-12 00:03:12209 'base/winsock_util.cc',
210 'base/winsock_util.h',
[email protected]2f80c312009-02-25 21:26:55211 'base/x509_certificate.cc',
212 'base/x509_certificate.h',
213 'base/x509_certificate_mac.cc',
214 'base/x509_certificate_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11215 'base/x509_certificate_openssl.cc',
[email protected]2f80c312009-02-25 21:26:55216 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04217 'base/x509_cert_types.cc',
218 'base/x509_cert_types.h',
219 'base/x509_cert_types_mac.cc',
[email protected]5c518762010-10-25 12:59:54220 'base/x509_openssl_util.cc',
221 'base/x509_openssl_util.h',
[email protected]2f80c312009-02-25 21:26:55222 'disk_cache/addr.cc',
223 'disk_cache/addr.h',
224 'disk_cache/backend_impl.cc',
225 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58226 'disk_cache/bitmap.cc',
227 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55228 'disk_cache/block_files.cc',
229 'disk_cache/block_files.h',
230 'disk_cache/cache_util.h',
231 'disk_cache/cache_util_posix.cc',
232 'disk_cache/cache_util_win.cc',
233 'disk_cache/disk_cache.h',
[email protected]b104b502010-10-18 20:21:31234 'disk_cache/disk_format.cc',
[email protected]2f80c312009-02-25 21:26:55235 'disk_cache/disk_format.h',
236 'disk_cache/entry_impl.cc',
237 'disk_cache/entry_impl.h',
238 'disk_cache/errors.h',
239 'disk_cache/eviction.cc',
240 'disk_cache/eviction.h',
[email protected]c03b9792010-09-13 18:10:51241 'disk_cache/experiments.h',
[email protected]9eb8cdf2011-03-17 18:53:02242 'disk_cache/net_log_parameters.cc',
243 'disk_cache/net_log_parameters.h',
[email protected]b104b502010-10-18 20:21:31244 'disk_cache/file.cc',
[email protected]2f80c312009-02-25 21:26:55245 'disk_cache/file.h',
246 'disk_cache/file_block.h',
247 'disk_cache/file_lock.cc',
248 'disk_cache/file_lock.h',
249 'disk_cache/file_posix.cc',
250 'disk_cache/file_win.cc',
251 'disk_cache/hash.cc',
252 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34253 'disk_cache/histogram_macros.h',
[email protected]fb2622f2010-07-13 18:00:56254 'disk_cache/in_flight_backend_io.cc',
255 'disk_cache/in_flight_backend_io.h',
256 'disk_cache/in_flight_io.cc',
257 'disk_cache/in_flight_io.h',
[email protected]2f80c312009-02-25 21:26:55258 'disk_cache/mapped_file.h',
259 'disk_cache/mapped_file_posix.cc',
260 'disk_cache/mapped_file_win.cc',
261 'disk_cache/mem_backend_impl.cc',
262 'disk_cache/mem_backend_impl.h',
263 'disk_cache/mem_entry_impl.cc',
264 'disk_cache/mem_entry_impl.h',
265 'disk_cache/mem_rankings.cc',
266 'disk_cache/mem_rankings.h',
267 'disk_cache/rankings.cc',
268 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58269 'disk_cache/sparse_control.cc',
270 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55271 'disk_cache/stats.cc',
272 'disk_cache/stats.h',
273 'disk_cache/stats_histogram.cc',
274 'disk_cache/stats_histogram.h',
275 'disk_cache/storage_block-inl.h',
276 'disk_cache/storage_block.h',
277 'disk_cache/trace.cc',
278 'disk_cache/trace.h',
279 'ftp/ftp_auth_cache.cc',
280 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09281 'ftp/ftp_ctrl_response_buffer.cc',
282 'ftp/ftp_ctrl_response_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]8425e66e2009-12-07 19:51:46287 'ftp/ftp_directory_listing_parser_netware.cc',
288 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32289 'ftp/ftp_directory_listing_parser_vms.cc',
290 'ftp/ftp_directory_listing_parser_vms.h',
291 'ftp/ftp_directory_listing_parser_windows.cc',
292 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55293 'ftp/ftp_network_layer.cc',
294 'ftp/ftp_network_layer.h',
[email protected]b104b502010-10-18 20:21:31295 'ftp/ftp_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55296 'ftp/ftp_network_session.h',
297 'ftp/ftp_network_transaction.cc',
298 'ftp/ftp_network_transaction.h',
299 'ftp/ftp_request_info.h',
[email protected]47f7753f2011-02-23 21:20:23300 'ftp/ftp_response_info.cc',
[email protected]2f80c312009-02-25 21:26:55301 '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]9b437692010-09-09 20:02:48310 'http/disk_cache_based_ssl_host_info.cc',
311 'http/disk_cache_based_ssl_host_info.h',
[email protected]564b4912010-03-09 16:30:42312 'http/http_alternate_protocols.cc',
313 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55314 'http/http_atom_list.h',
315 'http/http_auth.cc',
316 'http/http_auth.h',
317 'http/http_auth_cache.cc',
318 'http/http_auth_cache.h',
[email protected]228404f2010-06-24 04:31:41319 'http/http_auth_controller.cc',
320 'http/http_auth_controller.h',
[email protected]eb3cac72010-02-26 21:07:45321 'http/http_auth_filter.cc',
322 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44323 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08324 'http/http_auth_gssapi_posix.cc',
325 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55326 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50327 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55328 'http/http_auth_handler_basic.cc',
329 'http/http_auth_handler_basic.h',
330 'http/http_auth_handler_digest.cc',
331 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50332 'http/http_auth_handler_factory.cc',
333 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05334 'http/http_auth_handler_negotiate.h',
[email protected]65d34382010-07-01 18:12:26335 'http/http_auth_handler_negotiate.cc',
[email protected]5ae0b862009-02-28 02:02:41336 'http/http_auth_handler_ntlm.cc',
337 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32338 'http/http_auth_handler_ntlm_portable.cc',
339 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56340 'http/http_auth_sspi_win.cc',
341 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57342 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00343 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39344 'http/http_byte_range.cc',
345 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55346 'http/http_cache.cc',
347 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23348 'http/http_cache_transaction.cc',
349 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55350 'http/http_chunked_decoder.cc',
351 'http/http_chunked_decoder.h',
[email protected]532c7fb2011-04-30 01:54:16352 'http/http_mac_signature.cc',
353 'http/http_mac_signature.h',
[email protected]b104b502010-10-18 20:21:31354 'http/http_net_log_params.cc',
[email protected]a7ea8832010-07-12 17:54:54355 'http/http_net_log_params.h',
[email protected]2f80c312009-02-25 21:26:55356 'http/http_network_layer.cc',
357 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44358 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55359 'http/http_network_session.h',
[email protected]5322a7f2011-02-11 20:44:42360 'http/http_network_session_peer.cc',
[email protected]87bfa3f2010-09-30 14:54:56361 'http/http_network_session_peer.h',
[email protected]2f80c312009-02-25 21:26:55362 'http/http_network_transaction.cc',
363 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47364 'http/http_request_headers.cc',
365 'http/http_request_headers.h',
[email protected]9b2331d92010-10-04 23:11:19366 'http/http_request_info.cc',
[email protected]2f80c312009-02-25 21:26:55367 'http/http_request_info.h',
[email protected]0b0bf032010-09-21 18:08:50368 'http/http_response_body_drainer.cc',
369 'http/http_response_body_drainer.h',
[email protected]2f80c312009-02-25 21:26:55370 'http/http_response_headers.cc',
371 'http/http_response_headers.h',
372 'http/http_response_info.cc',
373 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00374 'http/http_stream.h',
[email protected]8e6441ca2010-08-19 05:56:38375 'http/http_stream_factory.cc',
376 'http/http_stream_factory.h',
[email protected]102e27c2011-02-23 01:01:31377 'http/http_stream_factory_impl.cc',
378 'http/http_stream_factory_impl.h',
379 'http/http_stream_factory_impl_job.cc',
380 'http/http_stream_factory_impl_job.h',
[email protected]7f28a8df2011-02-25 22:26:03381 'http/http_stream_factory_impl_request.cc',
382 'http/http_stream_factory_impl_request.h',
[email protected]0877e3d2009-10-17 22:29:57383 'http/http_stream_parser.cc',
384 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55385 'http/http_transaction.h',
386 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36387 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10388 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36389 'http/url_security_manager_posix.cc',
390 'http/url_security_manager_win.cc',
[email protected]a7ea8832010-07-12 17:54:54391 'http/http_proxy_client_socket.cc',
392 'http/http_proxy_client_socket.h',
[email protected]e772db3f2010-07-12 18:11:13393 'http/http_proxy_client_socket_pool.cc',
394 'http/http_proxy_client_socket_pool.h',
[email protected]fe2f62a2010-10-01 03:34:07395 'http/http_proxy_utils.cc',
396 'http/http_proxy_utils.h',
[email protected]2f80c312009-02-25 21:26:55397 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01398 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55399 'http/http_util.h',
400 'http/http_vary_data.cc',
401 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00402 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41403 'http/md4.cc',
404 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50405 'http/partial_data.cc',
406 'http/partial_data.h',
[email protected]511f6f52010-12-17 03:58:29407 'http/proxy_client_socket.h',
[email protected]25d8ea22009-08-25 19:42:29408 'ocsp/nss_ocsp.cc',
409 'ocsp/nss_ocsp.h',
[email protected]7258def2011-05-17 19:53:00410 'proxy/dhcp_proxy_script_fetcher.cc',
411 'proxy/dhcp_proxy_script_fetcher.h',
412 'proxy/dhcp_proxy_script_fetcher_factory.cc',
413 'proxy/dhcp_proxy_script_fetcher_factory.h',
414 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
415 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
416 'proxy/dhcp_proxy_script_fetcher_win.cc',
417 'proxy/dhcp_proxy_script_fetcher_win.h',
418 'proxy/dhcpcsvc_init_win.cc',
419 'proxy/dhcpcsvc_init_win.h',
[email protected]620f5712009-08-04 22:43:12420 'proxy/init_proxy_resolver.cc',
421 'proxy/init_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00422 'proxy/multi_threaded_proxy_resolver.cc',
423 'proxy/multi_threaded_proxy_resolver.h',
[email protected]82a37672011-05-03 12:02:41424 'proxy/network_delegate_error_observer.cc',
425 'proxy/network_delegate_error_observer.h',
[email protected]119655002010-07-23 06:02:40426 'proxy/polling_proxy_config_service.cc',
427 'proxy/polling_proxy_config_service.h',
[email protected]7541206c2010-02-19 20:24:06428 'proxy/proxy_bypass_rules.cc',
429 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18430 'proxy/proxy_config.cc',
431 'proxy/proxy_config.h',
432 'proxy/proxy_config_service.h',
[email protected]1e605472010-12-16 21:41:40433 'proxy/proxy_config_service_fixed.cc',
[email protected]2f80c312009-02-25 21:26:55434 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56435 'proxy/proxy_config_service_linux.cc',
436 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27437 'proxy/proxy_config_service_mac.cc',
438 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55439 'proxy/proxy_config_service_win.cc',
440 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18441 'proxy/proxy_info.cc',
442 'proxy/proxy_info.h',
443 'proxy/proxy_list.cc',
444 'proxy/proxy_list.h',
445 'proxy/proxy_resolver.h',
[email protected]82a37672011-05-03 12:02:41446 'proxy/proxy_resolver_error_observer.h',
[email protected]90ae1fb2009-08-02 21:07:12447 'proxy/proxy_resolver_js_bindings.cc',
448 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55449 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00450 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12451 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32452 'proxy/proxy_resolver_script.h',
[email protected]24476402010-07-20 20:55:17453 'proxy/proxy_resolver_script_data.cc',
454 'proxy/proxy_resolver_script_data.h',
[email protected]6b675b82009-02-26 23:18:32455 'proxy/proxy_resolver_v8.cc',
456 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55457 'proxy/proxy_resolver_winhttp.cc',
458 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18459 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55460 'proxy/proxy_script_fetcher.h',
[email protected]86933612010-10-16 23:10:33461 'proxy/proxy_script_fetcher_impl.cc',
462 'proxy/proxy_script_fetcher_impl.h',
[email protected]2f80c312009-02-25 21:26:55463 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27464 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55465 'proxy/proxy_server.h',
466 'proxy/proxy_service.cc',
467 'proxy/proxy_service.h',
[email protected]1ca2b452010-04-17 00:07:04468 'proxy/sync_host_resolver_bridge.cc',
469 'proxy/sync_host_resolver_bridge.h',
[email protected]f7984fc62009-06-22 23:26:44470 'socket/client_socket_factory.cc',
471 'socket/client_socket_factory.h',
472 'socket/client_socket_handle.cc',
473 'socket/client_socket_handle.h',
474 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00475 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02476 'socket/client_socket_pool_base.cc',
477 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00478 'socket/client_socket_pool_histograms.cc',
479 'socket/client_socket_pool_histograms.h',
[email protected]2431756e2010-09-29 20:26:13480 'socket/client_socket_pool_manager.cc',
481 'socket/client_socket_pool_manager.h',
[email protected]345c613b2010-11-22 19:33:18482 'socket/dns_cert_provenance_checker.cc',
483 'socket/dns_cert_provenance_checker.h',
[email protected]f61c3972010-12-23 09:54:15484 'socket/nss_ssl_util.cc',
485 'socket/nss_ssl_util.h',
[email protected]38712522011-04-18 23:03:32486 'socket/server_socket.h',
[email protected]f7984fc62009-06-22 23:26:44487 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35488 'socket/socks5_client_socket.cc',
489 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02490 'socket/socks_client_socket.cc',
491 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26492 'socket/socks_client_socket_pool.cc',
493 'socket/socks_client_socket_pool.h',
[email protected]7cf40912010-12-09 18:25:03494 'socket/ssl_client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44495 'socket/ssl_client_socket.h',
496 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47497 'socket/ssl_client_socket_mac.h',
[email protected]20285392010-06-11 03:12:08498 'socket/ssl_client_socket_nss.cc',
499 'socket/ssl_client_socket_nss.h',
[email protected]d518cd92010-09-29 12:27:44500 'socket/ssl_client_socket_openssl.cc',
501 'socket/ssl_client_socket_openssl.h',
[email protected]e60e47a2010-07-14 03:37:18502 'socket/ssl_client_socket_pool.cc',
503 'socket/ssl_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44504 'socket/ssl_client_socket_win.cc',
505 'socket/ssl_client_socket_win.h',
[email protected]47f7d742010-11-11 04:12:53506 'socket/ssl_error_params.cc',
507 'socket/ssl_error_params.h',
[email protected]f61c3972010-12-23 09:54:15508 'socket/ssl_server_socket.h',
509 'socket/ssl_server_socket_nss.cc',
510 'socket/ssl_server_socket_nss.h',
[email protected]c322aa92011-01-27 11:21:07511 'socket/ssl_server_socket_openssl.cc',
[email protected]b8b73cf2010-12-15 15:56:19512 'socket/ssl_host_info.cc',
513 'socket/ssl_host_info.h',
[email protected]3268023f2011-05-05 00:08:10514 'socket/stream_socket.cc',
515 'socket/stream_socket.h',
[email protected]7f7e92392010-10-26 18:29:29516 'socket/tcp_client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44517 'socket/tcp_client_socket.h',
518 'socket/tcp_client_socket_libevent.cc',
519 'socket/tcp_client_socket_libevent.h',
[email protected]f7984fc62009-06-22 23:26:44520 'socket/tcp_client_socket_win.cc',
521 'socket/tcp_client_socket_win.h',
[email protected]38712522011-04-18 23:03:32522 'socket/tcp_server_socket.h',
523 'socket/tcp_server_socket_libevent.cc',
524 'socket/tcp_server_socket_libevent.h',
525 'socket/tcp_server_socket_win.cc',
526 'socket/tcp_server_socket_win.h',
[email protected]ab739042011-04-07 15:22:28527 'socket/transport_client_socket_pool.cc',
528 'socket/transport_client_socket_pool.h',
[email protected]aef03132009-10-09 05:04:14529 'socket_stream/socket_stream.cc',
530 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13531 'socket_stream/socket_stream_job.cc',
532 'socket_stream/socket_stream_job.h',
533 'socket_stream/socket_stream_job_manager.cc',
534 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12535 'socket_stream/socket_stream_metrics.cc',
536 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32537 'spdy/spdy_bitmasks.h',
538 'spdy/spdy_frame_builder.cc',
539 'spdy/spdy_frame_builder.h',
540 'spdy/spdy_framer.cc',
541 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40542 'spdy/spdy_http_stream.cc',
543 'spdy/spdy_http_stream.h',
[email protected]fa522e72010-09-15 23:36:29544 'spdy/spdy_http_utils.cc',
545 'spdy/spdy_http_utils.h',
[email protected]dab9c7d2010-02-06 21:44:32546 'spdy/spdy_io_buffer.cc',
547 'spdy/spdy_io_buffer.h',
[email protected]dab9c7d2010-02-06 21:44:32548 'spdy/spdy_protocol.h',
[email protected]fe2f62a2010-10-01 03:34:07549 'spdy/spdy_proxy_client_socket.cc',
550 'spdy/spdy_proxy_client_socket.h',
[email protected]dab9c7d2010-02-06 21:44:32551 'spdy/spdy_session.cc',
552 'spdy/spdy_session.h',
553 'spdy/spdy_session_pool.cc',
554 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50555 'spdy/spdy_settings_storage.cc',
556 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32557 'spdy/spdy_stream.cc',
558 'spdy/spdy_stream.h',
[email protected]8858a11f42011-05-04 17:55:53559 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
560 'third_party/mozilla_security_manager/nsKeygenHandler.h',
561 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
562 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
563 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
564 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
565 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
566 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]7b6afd02011-03-12 00:03:12567 'udp/datagram_client_socket.h',
568 'udp/datagram_server_socket.h',
569 'udp/datagram_socket.h',
570 'udp/udp_client_socket.cc',
571 'udp/udp_client_socket.h',
572 'udp/udp_server_socket.cc',
573 'udp/udp_server_socket.h',
574 'udp/udp_socket.h',
575 'udp/udp_socket_libevent.cc',
576 'udp/udp_socket_libevent.h',
577 'udp/udp_socket_win.cc',
578 'udp/udp_socket_win.h',
[email protected]be4d55fe2010-06-01 13:40:02579 'url_request/https_prober.h',
580 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55581 'url_request/url_request.cc',
582 'url_request/url_request.h',
583 'url_request/url_request_about_job.cc',
584 'url_request/url_request_about_job.h',
[email protected]f1d81922010-07-31 17:47:09585 'url_request/url_request_context.cc',
[email protected]2f80c312009-02-25 21:26:55586 'url_request/url_request_context.h',
[email protected]abe2c032011-03-31 18:49:34587 'url_request/url_request_context_getter.cc',
588 'url_request/url_request_context_getter.h',
[email protected]529623e2011-02-23 17:37:16589 'url_request/url_request_context_storage.cc',
590 'url_request/url_request_context_storage.h',
[email protected]fcb7fd92009-10-22 04:18:58591 'url_request/url_request_data_job.cc',
592 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55593 'url_request/url_request_error_job.cc',
594 'url_request/url_request_error_job.h',
595 'url_request/url_request_file_dir_job.cc',
596 'url_request/url_request_file_dir_job.h',
597 'url_request/url_request_file_job.cc',
598 'url_request/url_request_file_job.h',
599 'url_request/url_request_filter.cc',
600 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13601 'url_request/url_request_ftp_job.cc',
602 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55603 'url_request/url_request_http_job.cc',
604 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55605 'url_request/url_request_job.cc',
606 'url_request/url_request_job.h',
[email protected]a8c1e7452011-05-14 06:17:07607 'url_request/url_request_job_factory.cc',
608 'url_request/url_request_job_factory.h',
[email protected]2f80c312009-02-25 21:26:55609 'url_request/url_request_job_manager.cc',
610 'url_request/url_request_job_manager.h',
[email protected]2612834232010-05-14 21:52:36611 'url_request/url_request_netlog_params.cc',
612 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45613 'url_request/url_request_redirect_job.cc',
614 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55615 'url_request/url_request_simple_job.cc',
616 'url_request/url_request_simple_job.h',
617 'url_request/url_request_status.h',
618 'url_request/url_request_test_job.cc',
619 'url_request/url_request_test_job.h',
[email protected]6b3f9642010-11-25 02:29:06620 'url_request/url_request_throttler_entry.cc',
621 'url_request/url_request_throttler_entry.h',
622 'url_request/url_request_throttler_entry_interface.h',
623 'url_request/url_request_throttler_header_adapter.h',
624 'url_request/url_request_throttler_header_adapter.cc',
625 'url_request/url_request_throttler_header_interface.h',
626 'url_request/url_request_throttler_manager.cc',
627 'url_request/url_request_throttler_manager.h',
[email protected]13c34d12009-09-14 20:51:04628 'url_request/view_cache_helper.cc',
629 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36630 'websockets/websocket.cc',
631 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16632 'websockets/websocket_frame_handler.cc',
633 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22634 'websockets/websocket_handshake.cc',
635 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55636 'websockets/websocket_handshake_draft75.cc',
637 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08638 'websockets/websocket_handshake_handler.cc',
639 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13640 'websockets/websocket_job.cc',
641 'websockets/websocket_job.h',
[email protected]78994ab02010-12-08 18:06:44642 'websockets/websocket_net_log_params.cc',
[email protected]6983889c2010-08-12 04:15:21643 'websockets/websocket_net_log_params.h',
[email protected]4c4eac02009-11-04 10:02:28644 'websockets/websocket_throttle.cc',
645 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55646 ],
[email protected]2f80c312009-02-25 21:26:55647 'export_dependent_settings': [
648 '../base/base.gyp:base',
649 ],
[email protected]8858a11f42011-05-04 17:55:53650 'actions': [
651 {
652 'action_name': 'ssl_false_start_blacklist',
653 'inputs': [
654 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
655 'base/ssl_false_start_blacklist.txt',
656 ],
657 'outputs': [
658 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
659 ],
660 'action':
661 ['<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
662 'base/ssl_false_start_blacklist.txt',
663 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
664 ],
665 'message': 'Generating SSL False Start blacklist',
666 'process_outputs_as_sources': 1,
667 },
668 ],
[email protected]2f80c312009-02-25 21:26:55669 'conditions': [
[email protected]c61f6432009-04-22 01:16:42670 ['javascript_engine=="v8"', {
671 'dependencies': [
[email protected]44531a22009-04-28 21:37:56672 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42673 ],
674 }],
[email protected]f50278cd2010-08-24 17:34:08675 ['chromeos==1', {
676 'sources!': [
677 'proxy/proxy_config_service_linux.cc',
678 'proxy/proxy_config_service_linux.h',
679 ],
680 }],
[email protected]70372d42010-10-22 13:12:34681 ['use_openssl==1', {
[email protected]b1c2a5542010-10-08 12:44:40682 'sources!': [
[email protected]8858a11f42011-05-04 17:55:53683 'base/cert_database_nss.cc',
684 'base/crypto_module_nss.cc',
685 'base/dnssec_keyset.cc',
686 'base/dnssec_keyset.h',
687 'base/keygen_handler_nss.cc',
688 'base/nss_memio.c',
689 'base/nss_memio.h',
690 'base/test_root_certs_nss.cc',
691 'base/x509_certificate_nss.cc',
[email protected]5f7e5cb22010-11-15 16:08:10692 'ocsp/nss_ocsp.cc',
693 'ocsp/nss_ocsp.h',
[email protected]d8fbf582010-11-04 21:51:12694 'socket/dns_cert_provenance_check.cc',
695 'socket/dns_cert_provenance_check.h',
[email protected]7fd3fd822010-12-23 12:15:49696 'socket/nss_ssl_util.cc',
697 'socket/nss_ssl_util.h',
[email protected]5f7e5cb22010-11-15 16:08:10698 'socket/ssl_client_socket_nss.cc',
699 'socket/ssl_client_socket_nss.h',
[email protected]f61c3972010-12-23 09:54:15700 'socket/ssl_server_socket_nss.cc',
701 'socket/ssl_server_socket_nss.h',
[email protected]8858a11f42011-05-04 17:55:53702 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
703 'third_party/mozilla_security_manager/nsKeygenHandler.h',
704 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
705 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
706 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
707 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
708 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
709 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]5f7e5cb22010-11-15 16:08:10710 ],
711 },
712 { # else !use_openssl: remove the unneeded files
713 'sources!': [
[email protected]8858a11f42011-05-04 17:55:53714 'base/cert_database_openssl.cc',
715 'base/crypto_module_openssl.cc',
716 'base/keygen_handler_openssl.cc',
717 'base/openssl_memory_private_key_store.cc',
718 'base/openssl_private_key_store.h',
719 'base/test_root_certs_openssl.cc',
720 'base/x509_certificate_openssl.cc',
721 'base/x509_openssl_util.cc',
722 'base/x509_openssl_util.h',
[email protected]5f7e5cb22010-11-15 16:08:10723 'socket/ssl_client_socket_openssl.cc',
724 'socket/ssl_client_socket_openssl.h',
[email protected]c322aa92011-01-27 11:21:07725 'socket/ssl_server_socket_openssl.cc',
[email protected]d518cd92010-09-29 12:27:44726 ],
727 },
728 ],
[email protected]6a654d452011-05-23 22:06:54729 [ 'toolkit_uses_gtk == 1', {
[email protected]3dd6f5e2010-06-01 20:28:03730 'dependencies': [
731 '../build/linux/system.gyp:gconf',
732 '../build/linux/system.gyp:gdk',
[email protected]abcc9ac2011-05-16 20:04:35733 '../build/linux/system.gyp:gio',
[email protected]8858a11f42011-05-04 17:55:53734 '../build/linux/system.gyp:libresolv',
[email protected]bbbe9ad2010-11-04 14:56:20735 ],
736 'conditions': [
737 ['use_openssl==1', {
738 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:24739 '../third_party/openssl/openssl.gyp:openssl',
[email protected]bbbe9ad2010-11-04 14:56:20740 ],
741 },
742 { # else use_openssl==0, use NSS
743 'dependencies': [
[email protected]638e9df42011-05-31 17:19:30744 '../build/linux/system.gyp:ssl',
[email protected]bbbe9ad2010-11-04 14:56:20745 ],
746 }],
[email protected]3dd6f5e2010-06-01 20:28:03747 ],
748 },
749 { # else: OS is not in the above list
750 'sources!': [
[email protected]8858a11f42011-05-04 17:55:53751 'base/cert_database_nss.cc',
752 'base/crypto_module_nss.cc',
753 'base/keygen_handler_nss.cc',
754 'base/test_root_certs_nss.cc',
755 'base/x509_certificate_nss.cc',
[email protected]3dd6f5e2010-06-01 20:28:03756 'ocsp/nss_ocsp.cc',
757 'ocsp/nss_ocsp.h',
[email protected]8858a11f42011-05-04 17:55:53758 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
759 'third_party/mozilla_security_manager/nsKeygenHandler.h',
760 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
761 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
762 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
763 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
764 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
765 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]3dd6f5e2010-06-01 20:28:03766 ],
767 },
768 ],
[email protected]2f80c312009-02-25 21:26:55769 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55770 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32771 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44772 'socket/tcp_client_socket_libevent.cc',
[email protected]cf1b5822011-05-19 02:34:14773 'socket/tcp_client_socket_libevent.h',
[email protected]38712522011-04-18 23:03:32774 'socket/tcp_server_socket_libevent.cc',
[email protected]cf1b5822011-05-19 02:34:14775 'socket/tcp_server_socket_libevent.h',
[email protected]7b6afd02011-03-12 00:03:12776 'udp/udp_socket_libevent.cc',
[email protected]cf1b5822011-05-19 02:34:14777 'udp/udp_socket_libevent.h',
[email protected]2f80c312009-02-25 21:26:55778 ],
779 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02780 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03781 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55782 'tld_cleanup',
783 ],
[email protected]2f80c312009-02-25 21:26:55784 },
785 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47786 'dependencies': [
787 '../third_party/libevent/libevent.gyp:libevent',
788 ],
[email protected]2f80c312009-02-25 21:26:55789 'sources!': [
[email protected]8858a11f42011-05-04 17:55:53790 'base/winsock_init.cc',
[email protected]cf1b5822011-05-19 02:34:14791 'base/winsock_init.h',
[email protected]8858a11f42011-05-04 17:55:53792 'base/winsock_util.cc',
[email protected]cf1b5822011-05-19 02:34:14793 'base/winsock_util.h',
[email protected]2f80c312009-02-25 21:26:55794 'proxy/proxy_resolver_winhttp.cc',
[email protected]cf1b5822011-05-19 02:34:14795 'proxy/proxy_resolver_winhttp.h',
[email protected]2f80c312009-02-25 21:26:55796 ],
[email protected]2f80c312009-02-25 21:26:55797 },
798 ],
799 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03800 'dependencies': [
801 '../third_party/nss/nss.gyp:nss',
802 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02803 ],
[email protected]2f80c312009-02-25 21:26:55804 'link_settings': {
805 'libraries': [
806 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
807 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
[email protected]8858a11f42011-05-04 17:55:53808 '$(SDKROOT)/usr/lib/libresolv.dylib',
[email protected]2f80c312009-02-25 21:26:55809 ]
810 },
811 },
812 ],
[email protected]2f80c312009-02-25 21:26:55813 ],
814 },
815 {
816 'target_name': 'net_unittests',
817 'type': 'executable',
818 'dependencies': [
819 'net',
[email protected]6718b412009-03-04 18:26:00820 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55821 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14822 '../base/base.gyp:base_i18n',
[email protected]67875f512011-05-21 00:18:30823 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
824 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]4b559b4d2011-04-14 17:37:14825 '../crypto/crypto.gyp:crypto',
[email protected]06489a012009-12-10 08:12:54826 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55827 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57828 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55829 ],
[email protected]9e450f22009-03-10 23:12:16830 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55831 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38832 'base/address_list_unittest.cc',
[email protected]cade5682011-03-17 15:35:07833 'base/backoff_entry_unittest.cc',
[email protected]bb639032010-08-12 19:49:40834 'base/cert_database_nss_unittest.cc',
[email protected]822581d2010-12-16 17:27:15835 'base/cert_verifier_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55836 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55837 'base/data_url_unittest.cc',
838 'base/directory_lister_unittest.cc',
[email protected]b24713592010-08-11 19:50:02839 'base/dnssec_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50840 'base/dns_util_unittest.cc',
[email protected]b3ccac82010-08-04 15:54:40841 'base/dnsrr_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55842 'base/escape_unittest.cc',
843 'base/file_stream_unittest.cc',
844 'base/filter_unittest.cc',
845 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38846 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14847 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32848 'base/host_resolver_impl_unittest.cc',
[email protected]76ff86a2011-03-04 03:21:31849 'base/ip_endpoint_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02850 'base/keygen_handler_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55851 'base/listen_socket_unittest.cc',
852 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38853 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55854 'base/mime_sniffer_unittest.cc',
855 'base/mime_util_unittest.cc',
[email protected]d2db0292011-01-26 20:23:44856 'base/mock_filter_context.cc',
857 'base/mock_filter_context.h',
[email protected]e8188fe2010-12-09 17:33:21858 'base/net_log_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53859 'base/net_log_unittest.h',
[email protected]2f80c312009-02-25 21:26:55860 'base/net_util_unittest.cc',
[email protected]e5a3eef2010-07-22 02:31:04861 'base/pem_tokenizer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55862 'base/registry_controlled_domain_unittest.cc',
863 'base/run_all_unittests.cc',
864 'base/sdch_filter_unittest.cc',
[email protected]d8654bf2010-07-18 16:01:32865 'base/ssl_cipher_suite_names_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58866 'base/ssl_client_auth_cache_unittest.cc',
[email protected]a0709c0d2010-09-01 17:04:52867 'base/ssl_config_service_unittest.cc',
[email protected]5bafc4f2010-09-08 14:07:38868 'base/ssl_false_start_blacklist_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12869 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42870 'base/transport_security_state_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29871 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55872 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33873 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55874 'base/x509_certificate_unittest.cc',
[email protected]11f40342010-11-22 13:35:49875 'base/x509_cert_types_mac_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55876 'disk_cache/addr_unittest.cc',
877 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58878 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55879 'disk_cache/block_files_unittest.cc',
[email protected]831a1a762010-10-12 05:57:08880 'disk_cache/cache_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55881 'disk_cache/disk_cache_test_base.cc',
882 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55883 'disk_cache/entry_unittest.cc',
884 'disk_cache/mapped_file_unittest.cc',
885 'disk_cache/storage_block_unittest.cc',
886 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09887 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32888 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46889 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]621241a2011-03-26 11:08:50890 'ftp/ftp_directory_listing_parser_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32891 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
892 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37893 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50894 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41895 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42896 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55897 'http/http_auth_cache_unittest.cc',
[email protected]76b0f682011-03-30 16:54:54898 'http/http_auth_controller_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45899 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08900 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55901 'http/http_auth_handler_basic_unittest.cc',
902 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50903 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00904 'http/http_auth_handler_mock.cc',
905 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34906 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21907 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56908 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55909 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39910 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55911 'http/http_cache_unittest.cc',
912 'http/http_chunked_decoder_unittest.cc',
[email protected]532c7fb2011-04-30 01:54:16913 'http/http_mac_signature_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55914 'http/http_network_layer_unittest.cc',
915 'http/http_network_transaction_unittest.cc',
[email protected]e772db3f2010-07-12 18:11:13916 'http/http_proxy_client_socket_pool_unittest.cc',
[email protected]270c6412010-03-29 22:02:47917 'http/http_request_headers_unittest.cc',
[email protected]0b0bf032010-09-21 18:08:50918 'http/http_response_body_drainer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55919 'http/http_response_headers_unittest.cc',
[email protected]102e27c2011-02-23 01:01:31920 'http/http_stream_factory_impl_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55921 'http/http_transaction_unittest.cc',
922 'http/http_transaction_unittest.h',
923 'http/http_util_unittest.cc',
924 'http/http_vary_data_unittest.cc',
[email protected]d2db0292011-01-26 20:23:44925 'http/mock_allow_url_security_manager.cc',
926 'http/mock_allow_url_security_manager.h',
[email protected]3ad259a2010-07-16 17:26:47927 'http/mock_gssapi_library_posix.cc',
928 'http/mock_gssapi_library_posix.h',
[email protected]5c2471b2010-04-20 17:25:09929 'http/mock_sspi_library_win.h',
930 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30931 'http/url_security_manager_unittest.cc',
[email protected]7258def2011-05-17 19:53:00932 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
933 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
934 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
[email protected]620f5712009-08-04 22:43:12935 'proxy/init_proxy_resolver_unittest.cc',
[email protected]61b84d52010-07-09 03:32:00936 'proxy/multi_threaded_proxy_resolver_unittest.cc',
[email protected]82a37672011-05-03 12:02:41937 'proxy/network_delegate_error_observer_unittest.cc',
[email protected]7541206c2010-02-19 20:24:06938 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56939 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57940 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23941 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18942 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12943 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32944 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]86933612010-10-16 23:10:33945 'proxy/proxy_script_fetcher_impl_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31946 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55947 'proxy/proxy_service_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04948 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05949 'socket/client_socket_pool_base_unittest.cc',
[email protected]5e6609582010-10-05 18:14:20950 'socket/deterministic_socket_data_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35951 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26952 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58953 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44954 'socket/ssl_client_socket_unittest.cc',
[email protected]e60e47a2010-07-14 03:37:18955 'socket/ssl_client_socket_pool_unittest.cc',
[email protected]f61c3972010-12-23 09:54:15956 'socket/ssl_server_socket_unittest.cc',
[email protected]03ec25382011-05-27 21:50:28957 'socket/tcp_client_socket_unittest.cc',
[email protected]38712522011-04-18 23:03:32958 'socket/tcp_server_socket_unittest.cc',
[email protected]ab739042011-04-07 15:22:28959 'socket/transport_client_socket_pool_unittest.cc',
[email protected]a01076a2011-04-12 15:24:04960 'socket/transport_client_socket_unittest.cc',
[email protected]26a64592009-12-15 08:04:40961 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11962 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32963 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:40964 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32965 'spdy/spdy_network_transaction_unittest.cc',
966 'spdy/spdy_protocol_test.cc',
[email protected]fe2f62a2010-10-01 03:34:07967 'spdy/spdy_proxy_client_socket_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32968 'spdy/spdy_session_unittest.cc',
[email protected]4f386422010-07-20 04:19:49969 'spdy/spdy_stream_unittest.cc',
[email protected]75f30cc22010-06-28 21:41:38970 'spdy/spdy_test_util.cc',
[email protected]2ff8b312010-04-26 22:20:54971 'spdy/spdy_test_util.h',
[email protected]9af13ce2010-09-16 21:45:48972 'test/python_utils_unittest.cc',
[email protected]196f286c2010-06-07 14:57:17973 'tools/dump_cache/url_to_filename_encoder.cc',
974 'tools/dump_cache/url_to_filename_encoder.h',
975 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]8cd1ba5a2010-08-17 23:47:23976 'tools/dump_cache/url_utilities.h',
977 'tools/dump_cache/url_utilities.cc',
978 'tools/dump_cache/url_utilities_unittest.cc',
[email protected]7b6afd02011-03-12 00:03:12979 'udp/udp_socket_unittest.cc',
[email protected]a8c1e7452011-05-14 06:17:07980 'url_request/url_request_job_factory_unittest.cc',
[email protected]d4ae5792011-06-02 14:55:04981 'url_request/url_request_throttler_simulation_unittest.cc',
982 'url_request/url_request_throttler_test_support.cc',
983 'url_request/url_request_throttler_test_support.h',
[email protected]6b3f9642010-11-25 02:29:06984 'url_request/url_request_throttler_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55985 'url_request/url_request_unittest.cc',
[email protected]cec6f9b02010-05-27 22:06:31986 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:16987 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:55988 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:08989 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:22990 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:13991 'websockets/websocket_job_unittest.cc',
[email protected]7ee457852010-11-12 11:19:56992 'websockets/websocket_net_log_params_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28993 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36994 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55995 ],
996 'conditions': [
[email protected]f50278cd2010-08-24 17:34:08997 ['chromeos==1', {
998 'sources!': [
999 'proxy/proxy_config_service_linux_unittest.cc',
1000 ],
1001 }],
[email protected]6a654d452011-05-23 22:06:541002 [ 'toolkit_uses_gtk == 1', {
[email protected]9d384032009-03-20 23:13:261003 'dependencies': [
1004 '../build/linux/system.gyp:gtk',
[email protected]638e9df42011-05-31 17:19:301005 '../build/linux/system.gyp:ssl',
[email protected]9d384032009-03-20 23:13:261006 ],
[email protected]2f80c312009-02-25 21:26:551007 },
[email protected]bb639032010-08-12 19:49:401008 { # else: OS is not in the above list
1009 'sources!': [
1010 'base/cert_database_nss_unittest.cc',
1011 ],
1012 }
[email protected]2f80c312009-02-25 21:26:551013 ],
[email protected]6a654d452011-05-23 22:06:541014 [ 'os_posix == 1 and OS != "mac"', {
[email protected]d9df2b52009-12-10 12:06:151015 'conditions': [
1016 ['linux_use_tcmalloc==1', {
1017 'dependencies': [
1018 '../base/allocator/allocator.gyp:allocator',
1019 ],
1020 }],
1021 ],
1022 }],
[email protected]70372d42010-10-22 13:12:341023 [ 'use_openssl==1', {
1024 # When building for OpenSSL, we need to exclude NSS specific tests.
1025 # TODO(bulach): Add equivalent tests when the underlying
1026 # functionality is ported to OpenSSL.
[email protected]b1c2a5542010-10-08 12:44:401027 'sources!': [
1028 'base/cert_database_nss_unittest.cc',
[email protected]70372d42010-10-22 13:12:341029 'base/dnssec_unittest.cc',
[email protected]b1c2a5542010-10-08 12:44:401030 ],
1031 },
1032 ],
[email protected]2f80c312009-02-25 21:26:551033 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:081034 'sources!': [
1035 'http/http_auth_gssapi_posix_unittest.cc',
1036 ],
[email protected]cdafbff2010-03-02 17:47:021037 # This is needed to trigger the dll copy step on windows.
1038 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:551039 'dependencies': [
[email protected]280629492009-09-09 06:49:081040 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:551041 ],
1042 },
1043 ],
1044 ],
1045 },
1046 {
1047 'target_name': 'net_perftests',
1048 'type': 'executable',
1049 'dependencies': [
1050 'net',
[email protected]6718b412009-03-04 18:26:001051 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551052 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:141053 '../base/base.gyp:base_i18n',
[email protected]7d1ba9392009-08-03 18:35:061054 '../base/base.gyp:test_support_perf',
[email protected]67875f512011-05-21 00:18:301055 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]2f80c312009-02-25 21:26:551056 '../testing/gtest.gyp:gtest',
1057 ],
[email protected]9e450f22009-03-10 23:12:161058 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:551059 'sources': [
[email protected]2f80c312009-02-25 21:26:551060 'base/cookie_monster_perftest.cc',
1061 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:331062 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:551063 ],
1064 'conditions': [
1065 # This is needed to trigger the dll copy step on windows.
1066 # TODO(mark): Specifying this here shouldn't be necessary.
1067 [ 'OS == "win"', {
1068 'dependencies': [
[email protected]280629492009-09-09 06:49:081069 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:551070 ],
1071 },
1072 ],
1073 ],
1074 },
1075 {
1076 'target_name': 'stress_cache',
1077 'type': 'executable',
1078 'dependencies': [
1079 'net',
[email protected]6718b412009-03-04 18:26:001080 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551081 '../base/base.gyp:base',
1082 ],
1083 'sources': [
[email protected]2f80c312009-02-25 21:26:551084 'disk_cache/stress_cache.cc',
1085 ],
1086 },
1087 {
1088 'target_name': 'tld_cleanup',
1089 'type': 'executable',
1090 'dependencies': [
1091 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:141092 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:551093 '../build/temp_gyp/googleurl.gyp:googleurl',
1094 ],
[email protected]b8234462009-03-18 02:30:551095 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:551096 'sources': [
1097 'tools/tld_cleanup/tld_cleanup.cc',
1098 ],
1099 },
1100 {
1101 'target_name': 'crash_cache',
1102 'type': 'executable',
1103 'dependencies': [
1104 'net',
[email protected]6718b412009-03-04 18:26:001105 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551106 '../base/base.gyp:base',
1107 ],
[email protected]9e450f22009-03-10 23:12:161108 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:551109 'sources': [
1110 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:001111 ],
1112 },
1113 {
[email protected]f9ff629f2010-09-03 23:54:361114 'target_name': 'run_testserver',
1115 'type': 'executable',
1116 'dependencies': [
1117 'net',
1118 'net_test_support',
1119 '../base/base.gyp:base',
[email protected]67875f512011-05-21 00:18:301120 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]f9ff629f2010-09-03 23:54:361121 '../testing/gtest.gyp:gtest',
1122 ],
1123 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5',
1124 'sources': [
1125 'tools/testserver/run_testserver.cc',
1126 ],
1127 },
1128 {
[email protected]6718b412009-03-04 18:26:001129 'target_name': 'net_test_support',
[email protected]5a547332011-05-19 23:18:531130 'type': 'static_library',
[email protected]6718b412009-03-04 18:26:001131 'dependencies': [
1132 'net',
1133 '../base/base.gyp:base',
[email protected]5f38d712010-10-26 06:46:591134 '../base/base.gyp:test_support_base',
[email protected]ff007e162009-05-23 09:13:151135 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:001136 ],
1137 'sources': [
[email protected]702a6a722010-03-17 18:24:511138 'base/cert_test_util.cc',
1139 'base/cert_test_util.h',
[email protected]d2db0292011-01-26 20:23:441140 'base/cookie_monster_store_test.cc',
1141 'base/cookie_monster_store_test.h',
1142 'base/net_test_suite.cc',
1143 'base/net_test_suite.h',
[email protected]ad74a592011-01-21 18:40:551144 'base/test_completion_callback.cc',
1145 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:551146 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:001147 'disk_cache/disk_cache_test_util.h',
[email protected]b6ce91b2011-02-10 21:30:501148 'proxy/mock_proxy_resolver.cc',
1149 'proxy/mock_proxy_resolver.h',
[email protected]7258def2011-05-17 19:53:001150 'proxy/mock_proxy_script_fetcher.cc',
1151 'proxy/mock_proxy_script_fetcher.h',
[email protected]ab501a6a2009-05-12 15:07:501152 'proxy/proxy_config_service_common_unittest.cc',
1153 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:441154 'socket/socket_test_util.cc',
1155 'socket/socket_test_util.h',
[email protected]9af13ce2010-09-16 21:45:481156 'test/python_utils.cc',
1157 'test/python_utils.h',
[email protected]1b9565c2010-07-21 01:19:311158 'test/test_server.cc',
[email protected]95409e12010-08-17 20:07:111159 'test/test_server_posix.cc',
1160 'test/test_server_win.cc',
[email protected]1b9565c2010-07-21 01:19:311161 'test/test_server.h',
[email protected]d2db0292011-01-26 20:23:441162 'url_request/url_request_test_util.cc',
1163 'url_request/url_request_test_util.h',
[email protected]702a6a722010-03-17 18:24:511164 ],
1165 'conditions': [
[email protected]6c2046562010-05-07 23:47:501166 ['inside_chromium_build==1', {
1167 'dependencies': [
[email protected]f86369722011-02-17 13:25:231168 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_compile',
[email protected]6c2046562010-05-07 23:47:501169 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
[email protected]9cac94e2010-10-01 16:35:121170 '../third_party/protobuf/protobuf.gyp:py_proto',
[email protected]6c2046562010-05-07 23:47:501171 ],
1172 }],
[email protected]6a654d452011-05-23 22:06:541173 ['os_posix == 1 and OS != "mac"', {
[email protected]70372d42010-10-22 13:12:341174 'conditions': [
1175 ['use_openssl==1', {
1176 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:241177 '../third_party/openssl/openssl.gyp:openssl',
[email protected]32765f82010-12-16 00:01:371178 ],
[email protected]70372d42010-10-22 13:12:341179 }, {
1180 'dependencies': [
[email protected]638e9df42011-05-31 17:19:301181 '../build/linux/system.gyp:ssl',
[email protected]70372d42010-10-22 13:12:341182 ],
1183 }],
[email protected]702a6a722010-03-17 18:24:511184 ],
1185 }],
[email protected]6a654d452011-05-23 22:06:541186 ['os_posix == 1 and OS != "mac"', {
[email protected]85437612010-03-22 11:55:231187 'conditions': [
1188 ['linux_use_tcmalloc==1', {
1189 'dependencies': [
1190 '../base/allocator/allocator.gyp:allocator',
1191 ],
1192 }],
1193 ],
1194 }],
[email protected]2f80c312009-02-25 21:26:551195 ],
1196 },
[email protected]ef36c74c2009-03-11 13:32:221197 {
1198 'target_name': 'net_resources',
1199 'type': 'none',
1200 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:021201 'variables': {
[email protected]4de39f82011-03-28 12:01:291202 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/net',
[email protected]5b910872010-02-09 01:03:021203 },
[email protected]4de39f82011-03-28 12:01:291204 'actions': [
[email protected]2f80c312009-02-25 21:26:551205 {
[email protected]4de39f82011-03-28 12:01:291206 'action_name': 'net_resources',
1207 'variables': {
1208 'grit_grd_file': 'base/net_resources.grd',
1209 },
1210 'includes': [ '../build/grit_action.gypi' ],
[email protected]2f80c312009-02-25 21:26:551211 },
[email protected]6718b412009-03-04 18:26:001212 ],
[email protected]4de39f82011-03-28 12:01:291213 'includes': [ '../build/grit_target.gypi' ],
[email protected]ef36c74c2009-03-11 13:32:221214 },
[email protected]75b91f92009-06-17 07:28:481215 {
1216 'target_name': 'fetch_client',
1217 'type': 'executable',
1218 'dependencies': [
1219 'net',
1220 '../base/base.gyp:base',
[email protected]67875f512011-05-21 00:18:301221 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
1222 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]75b91f92009-06-17 07:28:481223 '../testing/gtest.gyp:gtest',
1224 ],
1225 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1226 'sources': [
1227 'tools/fetch/fetch_client.cc',
1228 ],
1229 },
[email protected]fe4f06d2009-06-17 07:58:051230 {
1231 'target_name': 'fetch_server',
1232 'type': 'executable',
1233 'dependencies': [
1234 'net',
1235 '../base/base.gyp:base',
[email protected]67875f512011-05-21 00:18:301236 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]fe4f06d2009-06-17 07:58:051237 '../testing/gtest.gyp:gtest',
1238 ],
1239 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1240 'sources': [
1241 'tools/fetch/fetch_server.cc',
1242 'tools/fetch/http_listen_socket.cc',
1243 'tools/fetch/http_listen_socket.h',
1244 'tools/fetch/http_server.cc',
1245 'tools/fetch/http_server.h',
[email protected]ecef1ff2011-02-04 18:35:541246 'tools/fetch/http_server_request_info.cc',
[email protected]d022e4e2009-06-23 04:13:001247 'tools/fetch/http_server_request_info.h',
[email protected]ecef1ff2011-02-04 18:35:541248 'tools/fetch/http_server_response_info.cc',
[email protected]d022e4e2009-06-23 04:13:001249 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:051250 'tools/fetch/http_session.cc',
1251 'tools/fetch/http_session.h',
1252 ],
1253 },
[email protected]c402da42009-12-10 02:38:031254 {
[email protected]a33721a2011-02-03 17:23:241255 'target_name': 'http_server',
[email protected]5a547332011-05-19 23:18:531256 'type': 'static_library',
[email protected]0569d862010-07-05 11:32:401257 'dependencies': [
1258 'net',
1259 '../base/base.gyp:base',
1260 '../testing/gtest.gyp:gtest',
1261 ],
1262 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
1263 'sources': [
[email protected]a33721a2011-02-03 17:23:241264 'server/http_server.cc',
1265 'server/http_server.h',
[email protected]1889dc1b2010-10-14 22:03:131266 'server/http_server_request_info.cc',
[email protected]0569d862010-07-05 11:32:401267 'server/http_server_request_info.h',
1268 ],
1269 },
1270 {
[email protected]b40f05a2010-09-09 20:13:231271 'target_name': 'dnssec_chain_verify',
1272 'type': 'executable',
1273 'dependencies': [
[email protected]8858a11f42011-05-04 17:55:531274 'net',
[email protected]67875f512011-05-21 00:18:301275 '../base/base.gyp:base',
[email protected]b40f05a2010-09-09 20:13:231276 ],
1277 'sources': [
1278 'tools/dnssec_chain_verify/dnssec_chain_verify.cc',
1279 ]
1280 },
1281 {
[email protected]5bafc4f2010-09-08 14:07:381282 'target_name': 'ssl_false_start_blacklist_process',
1283 'type': 'executable',
1284 'toolsets': ['host'],
1285 'include_dirs': [
1286 '..',
1287 ],
1288 'sources': [
1289 'base/ssl_false_start_blacklist_process.cc',
1290 ],
1291 },
[email protected]ef36c74c2009-03-11 13:32:221292 ],
1293 'conditions': [
[email protected]6a654d452011-05-23 22:06:541294 ['os_posix == 1 and OS != "mac"', {
[email protected]b64abf632010-11-24 10:19:221295 'targets': [
1296 {
1297 'target_name': 'flip_in_mem_edsm_server',
1298 'type': 'executable',
1299 'cflags': [
1300 '-Wno-deprecated',
1301 ],
1302 'dependencies': [
1303 '../base/base.gyp:base',
1304 'net.gyp:net',
1305 '../third_party/openssl/openssl.gyp:openssl',
1306 ],
1307 'sources': [
1308 'tools/dump_cache/url_to_filename_encoder.cc',
1309 'tools/dump_cache/url_to_filename_encoder.h',
1310 'tools/dump_cache/url_utilities.h',
1311 'tools/dump_cache/url_utilities.cc',
[email protected]918e8ad2010-09-30 15:15:521312
[email protected]878984e2011-02-02 20:03:021313 'tools/flip_server/acceptor_thread.h',
1314 'tools/flip_server/acceptor_thread.cc',
[email protected]b64abf632010-11-24 10:19:221315 'tools/flip_server/balsa_enums.h',
1316 'tools/flip_server/balsa_frame.cc',
1317 'tools/flip_server/balsa_frame.h',
1318 'tools/flip_server/balsa_headers.cc',
1319 'tools/flip_server/balsa_headers.h',
1320 'tools/flip_server/balsa_headers_token_utils.cc',
1321 'tools/flip_server/balsa_headers_token_utils.h',
1322 'tools/flip_server/balsa_visitor_interface.h',
1323 'tools/flip_server/buffer_interface.h',
[email protected]878984e2011-02-02 20:03:021324 'tools/flip_server/constants.h',
[email protected]b64abf632010-11-24 10:19:221325 'tools/flip_server/create_listener.cc',
1326 'tools/flip_server/create_listener.h',
1327 'tools/flip_server/epoll_server.cc',
1328 'tools/flip_server/epoll_server.h',
[email protected]ecef1ff2011-02-04 18:35:541329 'tools/flip_server/flip_config.cc',
1330 'tools/flip_server/flip_config.h',
[email protected]b64abf632010-11-24 10:19:221331 'tools/flip_server/flip_in_mem_edsm_server.cc',
[email protected]878984e2011-02-02 20:03:021332 'tools/flip_server/http_interface.cc',
1333 'tools/flip_server/http_interface.h',
[email protected]b64abf632010-11-24 10:19:221334 'tools/flip_server/http_message_constants.cc',
1335 'tools/flip_server/http_message_constants.h',
1336 'tools/flip_server/loadtime_measurement.h',
[email protected]878984e2011-02-02 20:03:021337 'tools/flip_server/mem_cache.h',
1338 'tools/flip_server/mem_cache.cc',
[email protected]878984e2011-02-02 20:03:021339 'tools/flip_server/output_ordering.cc',
1340 'tools/flip_server/output_ordering.h',
[email protected]b64abf632010-11-24 10:19:221341 'tools/flip_server/ring_buffer.cc',
1342 'tools/flip_server/ring_buffer.h',
1343 'tools/flip_server/simple_buffer.cc',
1344 'tools/flip_server/simple_buffer.h',
[email protected]878984e2011-02-02 20:03:021345 'tools/flip_server/sm_connection.cc',
1346 'tools/flip_server/sm_connection.h',
1347 'tools/flip_server/sm_interface.h',
[email protected]b64abf632010-11-24 10:19:221348 'tools/flip_server/split.h',
1349 'tools/flip_server/split.cc',
[email protected]878984e2011-02-02 20:03:021350 'tools/flip_server/spdy_ssl.cc',
1351 'tools/flip_server/spdy_ssl.h',
1352 'tools/flip_server/spdy_interface.cc',
1353 'tools/flip_server/spdy_interface.h',
1354 'tools/flip_server/spdy_util.cc',
1355 'tools/flip_server/spdy_util.h',
1356 'tools/flip_server/streamer_interface.cc',
1357 'tools/flip_server/streamer_interface.h',
[email protected]b64abf632010-11-24 10:19:221358 'tools/flip_server/string_piece_utils.h',
[email protected]b64abf632010-11-24 10:19:221359 ],
1360 },
[email protected]b690e182011-05-18 10:36:561361 {
1362 'target_name': 'curvecp',
[email protected]5a547332011-05-19 23:18:531363 'type': 'static_library',
[email protected]b690e182011-05-18 10:36:561364 'dependencies': [
1365 '../base/base.gyp:base',
1366 'net.gyp:net',
1367 ],
1368 'sources': [
1369 'curvecp/circular_buffer.cc',
1370 'curvecp/circular_buffer.h',
1371 'curvecp/client_packetizer.cc',
1372 'curvecp/client_packetizer.h',
1373 'curvecp/connection_key.cc',
1374 'curvecp/connection_key.h',
1375 'curvecp/curvecp_client_socket.cc',
1376 'curvecp/curvecp_client_socket.h',
1377 'curvecp/curvecp_server_socket.cc',
1378 'curvecp/curvecp_server_socket.h',
1379 'curvecp/messenger.h',
1380 'curvecp/messenger.cc',
1381 'curvecp/packetizer.h',
1382 'curvecp/protocol.cc',
1383 'curvecp/protocol.h',
1384 'curvecp/received_block_list.cc',
1385 'curvecp/received_block_list.h',
1386 'curvecp/rtt_and_send_rate_calculator.cc',
1387 'curvecp/rtt_and_send_rate_calculator.h',
1388 'curvecp/sent_block_list.cc',
1389 'curvecp/sent_block_list.h',
1390 'curvecp/server_messenger.cc',
1391 'curvecp/server_messenger.h',
1392 'curvecp/server_packetizer.cc',
1393 'curvecp/server_packetizer.h',
1394 ],
1395 },
1396 {
1397 'target_name': 'curvecp_unittests',
1398 'type': 'executable',
1399 'dependencies': [
1400 '../base/base.gyp:base',
1401 'net.gyp:curvecp',
1402 'net.gyp:net',
1403 'net_test_support',
1404 '../testing/gmock.gyp:gmock',
1405 '../testing/gtest.gyp:gtest',
1406 '../third_party/zlib/zlib.gyp:zlib',
1407 ],
1408 'sources': [
1409 'curvecp/curvecp_transfer_unittest.cc',
1410 'curvecp/test_client.cc',
1411 'curvecp/test_server.cc',
1412 ],
1413 },
[email protected]b64abf632010-11-24 10:19:221414 ]
1415 }],
[email protected]6718b412009-03-04 18:26:001416 ['OS=="win"', {
1417 'targets': [
[email protected]2f80c312009-02-25 21:26:551418 {
1419 # TODO(port): dump_cache is still Windows-specific.
1420 'target_name': 'dump_cache',
1421 'type': 'executable',
1422 'dependencies': [
1423 'net',
[email protected]ad74a592011-01-21 18:40:551424 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551425 '../base/base.gyp:base',
1426 ],
1427 'sources': [
[email protected]c44344e2009-09-02 22:05:501428 'tools/dump_cache/cache_dumper.cc',
1429 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551430 'tools/dump_cache/dump_cache.cc',
1431 'tools/dump_cache/dump_files.cc',
1432 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171433 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501434 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]8cd1ba5a2010-08-17 23:47:231435 'tools/dump_cache/url_utilities.h',
1436 'tools/dump_cache/url_utilities.cc',
[email protected]2f80c312009-02-25 21:26:551437 ],
1438 },
1439 ],
1440 }],
[email protected]2f80c312009-02-25 21:26:551441 ],
1442}
[email protected]f5c990c2009-10-06 03:02:381443
1444# Local Variables:
1445# tab-width:2
1446# indent-tabs-mode:nil
1447# End:
1448# vim: set expandtab tabstop=2 shiftwidth=2: