blob: 4ae27c05f7b82c5e6160628e71a4d4edc37b9c6e [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]71950cb2011-07-12 17:20:4112 'type': '<(component)',
[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]c06c6972011-06-02 21:05:4463 'base/crl_filter.cc',
64 'base/crl_filter.h',
[email protected]88b9db72011-01-13 01:48:4365 'base/crypto_module.h',
66 'base/crypto_module_nss.cc',
[email protected]f53cb5c2011-03-10 16:10:5567 'base/crypto_module_openssl.cc',
[email protected]2f80c312009-02-25 21:26:5568 'base/data_url.cc',
69 'base/data_url.h',
70 'base/directory_lister.cc',
71 'base/directory_lister.h',
[email protected]37e658b2010-07-28 17:23:0472 'base/dns_reload_timer.cc',
73 'base/dns_reload_timer.h',
[email protected]b24713592010-08-11 19:50:0274 'base/dnssec_chain_verifier.cc',
75 'base/dnssec_chain_verifier.h',
76 'base/dnssec_keyset.cc',
77 'base/dnssec_keyset.h',
[email protected]c36f0642009-09-09 01:10:5078 'base/dns_util.cc',
79 'base/dns_util.h',
[email protected]b3ccac82010-08-04 15:54:4080 'base/dnsrr_resolver.cc',
81 'base/dnsrr_resolver.h',
[email protected]2f80c312009-02-25 21:26:5582 'base/escape.cc',
83 'base/escape.h',
[email protected]b7f44222011-04-06 00:37:1584 'base/escape_icu.cc',
[email protected]2f80c312009-02-25 21:26:5585 'base/ev_root_ca_metadata.cc',
86 'base/ev_root_ca_metadata.h',
87 'base/file_stream.h',
88 'base/file_stream_posix.cc',
89 'base/file_stream_win.cc',
90 'base/filter.cc',
91 'base/filter.h',
92 'base/gzip_filter.cc',
93 'base/gzip_filter.h',
94 'base/gzip_header.cc',
95 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3896 'base/host_cache.cc',
97 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1498 'base/host_mapping_rules.cc',
99 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:42100 'base/host_port_pair.cc',
101 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:55102 'base/host_resolver.cc',
103 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:32104 'base/host_resolver_impl.cc',
105 'base/host_resolver_impl.h',
106 'base/host_resolver_proc.cc',
107 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:55108 'base/io_buffer.cc',
109 'base/io_buffer.h',
[email protected]76ff86a2011-03-04 03:21:31110 'base/ip_endpoint.cc',
111 'base/ip_endpoint.h',
[email protected]88b9db72011-01-13 01:48:43112 'base/keygen_handler.cc',
[email protected]a755e1072009-10-23 16:58:37113 'base/keygen_handler.h',
114 'base/keygen_handler_mac.cc',
115 'base/keygen_handler_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11116 'base/keygen_handler_openssl.cc',
[email protected]a755e1072009-10-23 16:58:37117 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:55118 'base/listen_socket.cc',
119 'base/listen_socket.h',
120 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:23121 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:16122 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:38123 'base/mapped_host_resolver.cc',
124 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55125 'base/mime_sniffer.cc',
126 'base/mime_sniffer.h',
127 'base/mime_util.cc',
128 'base/mime_util.h',
[email protected]9d690202011-05-02 18:06:26129 'base/net_api.h',
[email protected]2f80c312009-02-25 21:26:55130 'base/net_error_list.h',
131 'base/net_errors.cc',
132 'base/net_errors.h',
[email protected]051e4ec2011-03-15 20:46:32133 'base/net_errors_posix.cc',
134 'base/net_errors_win.cc',
[email protected]9e743cd2010-03-16 07:03:53135 'base/net_log.cc',
136 'base/net_log.h',
137 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46138 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55139 'base/net_module.cc',
140 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55141 'base/net_util.cc',
142 'base/net_util.h',
143 'base/net_util_posix.cc',
144 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35145 'base/network_change_notifier.cc',
146 'base/network_change_notifier.h',
[email protected]373badd2011-07-11 21:55:58147 'base/network_change_notifier_factory.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]6f66f4f2011-07-08 22:46:31164 'base/origin_bound_cert_service.cc',
165 'base/origin_bound_cert_service.h',
166 'base/origin_bound_cert_store.h',
[email protected]e5a3eef2010-07-22 02:31:04167 'base/pem_tokenizer.cc',
168 'base/pem_tokenizer.h',
[email protected]2f80c312009-02-25 21:26:55169 'base/platform_mime_util.h',
170 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
171 'base/platform_mime_util_linux.cc',
172 'base/platform_mime_util_mac.cc',
173 'base/platform_mime_util_win.cc',
[email protected]784008312011-06-28 22:15:17174 'base/rand_callback.h',
[email protected]2f80c312009-02-25 21:26:55175 'base/registry_controlled_domain.cc',
176 'base/registry_controlled_domain.h',
177 'base/scoped_cert_chain_context.h',
178 'base/sdch_filter.cc',
179 'base/sdch_filter.h',
180 'base/sdch_manager.cc',
181 'base/sdch_manager.h',
[email protected]b11279e2011-06-06 18:25:19182 'base/single_request_host_resolver.cc',
183 'base/single_request_host_resolver.h',
[email protected]9349cfb2010-08-31 18:00:53184 'base/ssl_cert_request_info.cc',
[email protected]0b45559b2009-06-12 21:45:11185 'base/ssl_cert_request_info.h',
[email protected]d8654bf2010-07-18 16:01:32186 'base/ssl_cipher_suite_names.cc',
187 'base/ssl_cipher_suite_names.h',
[email protected]56c866a22009-06-18 19:38:58188 'base/ssl_client_auth_cache.cc',
189 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39190 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55191 'base/ssl_config_service.h',
[email protected]7e4468d52010-09-22 19:42:00192 'base/ssl_config_service_defaults.cc',
[email protected]db36938c2009-08-19 21:48:42193 'base/ssl_config_service_defaults.h',
[email protected]5bafc4f2010-09-08 14:07:38194 'base/ssl_false_start_blacklist.cc',
[email protected]9349cfb2010-08-31 18:00:53195 'base/ssl_info.cc',
[email protected]2f80c312009-02-25 21:26:55196 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12197 'base/static_cookie_policy.cc',
198 'base/static_cookie_policy.h',
[email protected]d67d1052011-06-09 05:11:41199 'base/test_data_stream.cc',
200 'base/test_data_stream.h',
[email protected]32765f82010-12-16 00:01:37201 'base/test_root_certs.cc',
202 'base/test_root_certs.h',
203 'base/test_root_certs_mac.cc',
204 'base/test_root_certs_nss.cc',
205 'base/test_root_certs_openssl.cc',
206 'base/test_root_certs_win.cc',
[email protected]326e6792009-12-11 21:04:42207 'base/transport_security_state.cc',
208 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37209 'base/sys_addrinfo.h',
[email protected]521aebb2011-04-18 17:54:42210 'base/sys_byteorder.h',
[email protected]2f80c312009-02-25 21:26:55211 'base/upload_data.cc',
212 'base/upload_data.h',
213 'base/upload_data_stream.cc',
214 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55215 'base/winsock_init.cc',
216 'base/winsock_init.h',
[email protected]7b6afd02011-03-12 00:03:12217 'base/winsock_util.cc',
218 'base/winsock_util.h',
[email protected]2f80c312009-02-25 21:26:55219 'base/x509_certificate.cc',
220 'base/x509_certificate.h',
221 'base/x509_certificate_mac.cc',
222 'base/x509_certificate_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11223 'base/x509_certificate_openssl.cc',
[email protected]2f80c312009-02-25 21:26:55224 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04225 'base/x509_cert_types.cc',
226 'base/x509_cert_types.h',
227 'base/x509_cert_types_mac.cc',
[email protected]6ced0b42011-06-07 22:52:10228 'base/x509_util_openssl.cc',
229 'base/x509_util_openssl.h',
[email protected]2f80c312009-02-25 21:26:55230 'disk_cache/addr.cc',
231 'disk_cache/addr.h',
232 'disk_cache/backend_impl.cc',
233 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58234 'disk_cache/bitmap.cc',
235 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55236 'disk_cache/block_files.cc',
237 'disk_cache/block_files.h',
238 'disk_cache/cache_util.h',
239 'disk_cache/cache_util_posix.cc',
240 'disk_cache/cache_util_win.cc',
241 'disk_cache/disk_cache.h',
[email protected]b104b502010-10-18 20:21:31242 'disk_cache/disk_format.cc',
[email protected]2f80c312009-02-25 21:26:55243 'disk_cache/disk_format.h',
244 'disk_cache/entry_impl.cc',
245 'disk_cache/entry_impl.h',
246 'disk_cache/errors.h',
247 'disk_cache/eviction.cc',
248 'disk_cache/eviction.h',
[email protected]c03b9792010-09-13 18:10:51249 'disk_cache/experiments.h',
[email protected]9eb8cdf2011-03-17 18:53:02250 'disk_cache/net_log_parameters.cc',
251 'disk_cache/net_log_parameters.h',
[email protected]b104b502010-10-18 20:21:31252 'disk_cache/file.cc',
[email protected]2f80c312009-02-25 21:26:55253 '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]fb2622f2010-07-13 18:00:56262 'disk_cache/in_flight_backend_io.cc',
263 'disk_cache/in_flight_backend_io.h',
264 'disk_cache/in_flight_io.cc',
265 'disk_cache/in_flight_io.h',
[email protected]2f80c312009-02-25 21:26:55266 'disk_cache/mapped_file.h',
267 'disk_cache/mapped_file_posix.cc',
268 'disk_cache/mapped_file_win.cc',
269 'disk_cache/mem_backend_impl.cc',
270 'disk_cache/mem_backend_impl.h',
271 'disk_cache/mem_entry_impl.cc',
272 'disk_cache/mem_entry_impl.h',
273 'disk_cache/mem_rankings.cc',
274 'disk_cache/mem_rankings.h',
275 'disk_cache/rankings.cc',
276 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58277 'disk_cache/sparse_control.cc',
278 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55279 'disk_cache/stats.cc',
280 'disk_cache/stats.h',
281 'disk_cache/stats_histogram.cc',
282 'disk_cache/stats_histogram.h',
283 'disk_cache/storage_block-inl.h',
284 'disk_cache/storage_block.h',
285 'disk_cache/trace.cc',
286 'disk_cache/trace.h',
[email protected]4b0112ab2011-07-22 15:58:20287 'dns/async_host_resolver.cc',
288 'dns/async_host_resolver.h',
289 'dns/dns_query.cc',
290 'dns/dns_query.h',
291 'dns/dns_response.cc',
292 'dns/dns_response.h',
293 'dns/dns_transaction.cc',
294 'dns/dns_transaction.h',
[email protected]2f80c312009-02-25 21:26:55295 'ftp/ftp_auth_cache.cc',
296 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09297 'ftp/ftp_ctrl_response_buffer.cc',
298 'ftp/ftp_ctrl_response_buffer.h',
[email protected]a115b01072009-12-04 09:58:32299 'ftp/ftp_directory_listing_parser.cc',
300 'ftp/ftp_directory_listing_parser.h',
301 'ftp/ftp_directory_listing_parser_ls.cc',
302 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]8425e66e2009-12-07 19:51:46303 'ftp/ftp_directory_listing_parser_netware.cc',
304 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32305 'ftp/ftp_directory_listing_parser_vms.cc',
306 'ftp/ftp_directory_listing_parser_vms.h',
307 'ftp/ftp_directory_listing_parser_windows.cc',
308 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55309 'ftp/ftp_network_layer.cc',
310 'ftp/ftp_network_layer.h',
[email protected]b104b502010-10-18 20:21:31311 'ftp/ftp_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55312 'ftp/ftp_network_session.h',
313 'ftp/ftp_network_transaction.cc',
314 'ftp/ftp_network_transaction.h',
315 'ftp/ftp_request_info.h',
[email protected]47f7753f2011-02-23 21:20:23316 'ftp/ftp_response_info.cc',
[email protected]2f80c312009-02-25 21:26:55317 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55318 'ftp/ftp_server_type_histograms.cc',
319 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55320 'ftp/ftp_transaction.h',
321 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50322 'ftp/ftp_util.cc',
323 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41324 'http/des.cc',
325 'http/des.h',
[email protected]9b437692010-09-09 20:02:48326 'http/disk_cache_based_ssl_host_info.cc',
327 'http/disk_cache_based_ssl_host_info.h',
[email protected]564b4912010-03-09 16:30:42328 'http/http_alternate_protocols.cc',
329 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55330 'http/http_atom_list.h',
331 'http/http_auth.cc',
332 'http/http_auth.h',
333 'http/http_auth_cache.cc',
334 'http/http_auth_cache.h',
[email protected]228404f2010-06-24 04:31:41335 'http/http_auth_controller.cc',
336 'http/http_auth_controller.h',
[email protected]eb3cac72010-02-26 21:07:45337 'http/http_auth_filter.cc',
338 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44339 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08340 'http/http_auth_gssapi_posix.cc',
341 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55342 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50343 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55344 'http/http_auth_handler_basic.cc',
345 'http/http_auth_handler_basic.h',
346 'http/http_auth_handler_digest.cc',
347 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50348 'http/http_auth_handler_factory.cc',
349 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05350 'http/http_auth_handler_negotiate.h',
[email protected]65d34382010-07-01 18:12:26351 'http/http_auth_handler_negotiate.cc',
[email protected]5ae0b862009-02-28 02:02:41352 'http/http_auth_handler_ntlm.cc',
353 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32354 'http/http_auth_handler_ntlm_portable.cc',
355 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56356 'http/http_auth_sspi_win.cc',
357 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57358 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00359 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39360 'http/http_byte_range.cc',
361 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55362 'http/http_cache.cc',
363 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23364 'http/http_cache_transaction.cc',
365 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55366 'http/http_chunked_decoder.cc',
367 'http/http_chunked_decoder.h',
[email protected]532c7fb2011-04-30 01:54:16368 'http/http_mac_signature.cc',
369 'http/http_mac_signature.h',
[email protected]b104b502010-10-18 20:21:31370 'http/http_net_log_params.cc',
[email protected]a7ea8832010-07-12 17:54:54371 'http/http_net_log_params.h',
[email protected]2f80c312009-02-25 21:26:55372 'http/http_network_layer.cc',
373 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44374 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55375 'http/http_network_session.h',
[email protected]5322a7f2011-02-11 20:44:42376 'http/http_network_session_peer.cc',
[email protected]87bfa3f2010-09-30 14:54:56377 'http/http_network_session_peer.h',
[email protected]2f80c312009-02-25 21:26:55378 'http/http_network_transaction.cc',
379 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47380 'http/http_request_headers.cc',
381 'http/http_request_headers.h',
[email protected]9b2331d92010-10-04 23:11:19382 'http/http_request_info.cc',
[email protected]2f80c312009-02-25 21:26:55383 'http/http_request_info.h',
[email protected]0b0bf032010-09-21 18:08:50384 'http/http_response_body_drainer.cc',
385 'http/http_response_body_drainer.h',
[email protected]2f80c312009-02-25 21:26:55386 'http/http_response_headers.cc',
387 'http/http_response_headers.h',
388 'http/http_response_info.cc',
389 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00390 'http/http_stream.h',
[email protected]8e6441ca2010-08-19 05:56:38391 'http/http_stream_factory.cc',
392 'http/http_stream_factory.h',
[email protected]102e27c2011-02-23 01:01:31393 'http/http_stream_factory_impl.cc',
394 'http/http_stream_factory_impl.h',
395 'http/http_stream_factory_impl_job.cc',
396 'http/http_stream_factory_impl_job.h',
[email protected]7f28a8df2011-02-25 22:26:03397 'http/http_stream_factory_impl_request.cc',
398 'http/http_stream_factory_impl_request.h',
[email protected]0877e3d2009-10-17 22:29:57399 'http/http_stream_parser.cc',
400 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55401 'http/http_transaction.h',
402 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36403 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10404 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36405 'http/url_security_manager_posix.cc',
406 'http/url_security_manager_win.cc',
[email protected]a7ea8832010-07-12 17:54:54407 'http/http_proxy_client_socket.cc',
408 'http/http_proxy_client_socket.h',
[email protected]e772db3f2010-07-12 18:11:13409 'http/http_proxy_client_socket_pool.cc',
410 'http/http_proxy_client_socket_pool.h',
[email protected]fe2f62a2010-10-01 03:34:07411 'http/http_proxy_utils.cc',
412 'http/http_proxy_utils.h',
[email protected]2f80c312009-02-25 21:26:55413 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01414 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55415 'http/http_util.h',
416 'http/http_vary_data.cc',
417 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00418 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41419 'http/md4.cc',
420 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50421 'http/partial_data.cc',
422 'http/partial_data.h',
[email protected]511f6f52010-12-17 03:58:29423 'http/proxy_client_socket.h',
[email protected]25d8ea22009-08-25 19:42:29424 'ocsp/nss_ocsp.cc',
425 'ocsp/nss_ocsp.h',
[email protected]7258def2011-05-17 19:53:00426 'proxy/dhcp_proxy_script_fetcher.cc',
427 'proxy/dhcp_proxy_script_fetcher.h',
428 'proxy/dhcp_proxy_script_fetcher_factory.cc',
429 'proxy/dhcp_proxy_script_fetcher_factory.h',
430 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
431 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
432 'proxy/dhcp_proxy_script_fetcher_win.cc',
433 'proxy/dhcp_proxy_script_fetcher_win.h',
434 'proxy/dhcpcsvc_init_win.cc',
435 'proxy/dhcpcsvc_init_win.h',
[email protected]620f5712009-08-04 22:43:12436 'proxy/init_proxy_resolver.cc',
437 'proxy/init_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00438 'proxy/multi_threaded_proxy_resolver.cc',
439 'proxy/multi_threaded_proxy_resolver.h',
[email protected]82a37672011-05-03 12:02:41440 'proxy/network_delegate_error_observer.cc',
441 'proxy/network_delegate_error_observer.h',
[email protected]119655002010-07-23 06:02:40442 'proxy/polling_proxy_config_service.cc',
443 'proxy/polling_proxy_config_service.h',
[email protected]7541206c2010-02-19 20:24:06444 'proxy/proxy_bypass_rules.cc',
445 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18446 'proxy/proxy_config.cc',
447 'proxy/proxy_config.h',
448 'proxy/proxy_config_service.h',
[email protected]1e605472010-12-16 21:41:40449 'proxy/proxy_config_service_fixed.cc',
[email protected]2f80c312009-02-25 21:26:55450 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56451 'proxy/proxy_config_service_linux.cc',
452 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27453 'proxy/proxy_config_service_mac.cc',
454 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55455 'proxy/proxy_config_service_win.cc',
456 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18457 'proxy/proxy_info.cc',
458 'proxy/proxy_info.h',
459 'proxy/proxy_list.cc',
460 'proxy/proxy_list.h',
461 'proxy/proxy_resolver.h',
[email protected]82a37672011-05-03 12:02:41462 'proxy/proxy_resolver_error_observer.h',
[email protected]90ae1fb2009-08-02 21:07:12463 'proxy/proxy_resolver_js_bindings.cc',
464 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55465 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00466 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12467 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32468 'proxy/proxy_resolver_script.h',
[email protected]24476402010-07-20 20:55:17469 'proxy/proxy_resolver_script_data.cc',
470 'proxy/proxy_resolver_script_data.h',
[email protected]6b675b82009-02-26 23:18:32471 'proxy/proxy_resolver_v8.cc',
472 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55473 'proxy/proxy_resolver_winhttp.cc',
474 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18475 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55476 'proxy/proxy_script_fetcher.h',
[email protected]86933612010-10-16 23:10:33477 'proxy/proxy_script_fetcher_impl.cc',
478 'proxy/proxy_script_fetcher_impl.h',
[email protected]2f80c312009-02-25 21:26:55479 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27480 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55481 'proxy/proxy_server.h',
482 'proxy/proxy_service.cc',
483 'proxy/proxy_service.h',
[email protected]9ef6e9e2011-06-15 12:16:48484 'proxy/sync_host_resolver.h',
[email protected]1ca2b452010-04-17 00:07:04485 'proxy/sync_host_resolver_bridge.cc',
486 'proxy/sync_host_resolver_bridge.h',
[email protected]f7984fc62009-06-22 23:26:44487 'socket/client_socket_factory.cc',
488 'socket/client_socket_factory.h',
489 'socket/client_socket_handle.cc',
490 'socket/client_socket_handle.h',
491 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00492 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02493 'socket/client_socket_pool_base.cc',
494 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00495 'socket/client_socket_pool_histograms.cc',
496 'socket/client_socket_pool_histograms.h',
[email protected]2431756e2010-09-29 20:26:13497 'socket/client_socket_pool_manager.cc',
498 'socket/client_socket_pool_manager.h',
[email protected]345c613b2010-11-22 19:33:18499 'socket/dns_cert_provenance_checker.cc',
500 'socket/dns_cert_provenance_checker.h',
[email protected]f61c3972010-12-23 09:54:15501 'socket/nss_ssl_util.cc',
502 'socket/nss_ssl_util.h',
[email protected]38712522011-04-18 23:03:32503 'socket/server_socket.h',
[email protected]f7984fc62009-06-22 23:26:44504 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35505 'socket/socks5_client_socket.cc',
506 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02507 'socket/socks_client_socket.cc',
508 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26509 'socket/socks_client_socket_pool.cc',
510 'socket/socks_client_socket_pool.h',
[email protected]7cf40912010-12-09 18:25:03511 'socket/ssl_client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44512 'socket/ssl_client_socket.h',
513 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47514 'socket/ssl_client_socket_mac.h',
[email protected]20285392010-06-11 03:12:08515 'socket/ssl_client_socket_nss.cc',
516 'socket/ssl_client_socket_nss.h',
[email protected]d518cd92010-09-29 12:27:44517 'socket/ssl_client_socket_openssl.cc',
518 'socket/ssl_client_socket_openssl.h',
[email protected]e60e47a2010-07-14 03:37:18519 'socket/ssl_client_socket_pool.cc',
520 'socket/ssl_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44521 'socket/ssl_client_socket_win.cc',
522 'socket/ssl_client_socket_win.h',
[email protected]47f7d742010-11-11 04:12:53523 'socket/ssl_error_params.cc',
524 'socket/ssl_error_params.h',
[email protected]f61c3972010-12-23 09:54:15525 'socket/ssl_server_socket.h',
526 'socket/ssl_server_socket_nss.cc',
527 'socket/ssl_server_socket_nss.h',
[email protected]c322aa92011-01-27 11:21:07528 'socket/ssl_server_socket_openssl.cc',
[email protected]b8b73cf2010-12-15 15:56:19529 'socket/ssl_host_info.cc',
530 'socket/ssl_host_info.h',
[email protected]3268023f2011-05-05 00:08:10531 'socket/stream_socket.cc',
532 'socket/stream_socket.h',
[email protected]7f7e92392010-10-26 18:29:29533 'socket/tcp_client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44534 'socket/tcp_client_socket.h',
535 'socket/tcp_client_socket_libevent.cc',
536 'socket/tcp_client_socket_libevent.h',
[email protected]f7984fc62009-06-22 23:26:44537 'socket/tcp_client_socket_win.cc',
538 'socket/tcp_client_socket_win.h',
[email protected]38712522011-04-18 23:03:32539 'socket/tcp_server_socket.h',
540 'socket/tcp_server_socket_libevent.cc',
541 'socket/tcp_server_socket_libevent.h',
542 'socket/tcp_server_socket_win.cc',
543 'socket/tcp_server_socket_win.h',
[email protected]ab739042011-04-07 15:22:28544 'socket/transport_client_socket_pool.cc',
545 'socket/transport_client_socket_pool.h',
[email protected]38dc684d2011-07-19 20:33:43546 'socket/web_socket_server_socket.cc',
547 'socket/web_socket_server_socket.h',
[email protected]aef031302009-10-09 05:04:14548 'socket_stream/socket_stream.cc',
549 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13550 'socket_stream/socket_stream_job.cc',
551 'socket_stream/socket_stream_job.h',
552 'socket_stream/socket_stream_job_manager.cc',
553 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12554 'socket_stream/socket_stream_metrics.cc',
555 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32556 'spdy/spdy_bitmasks.h',
557 'spdy/spdy_frame_builder.cc',
558 'spdy/spdy_frame_builder.h',
559 'spdy/spdy_framer.cc',
560 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40561 'spdy/spdy_http_stream.cc',
562 'spdy/spdy_http_stream.h',
[email protected]fa522e72010-09-15 23:36:29563 'spdy/spdy_http_utils.cc',
564 'spdy/spdy_http_utils.h',
[email protected]dab9c7d2010-02-06 21:44:32565 'spdy/spdy_io_buffer.cc',
566 'spdy/spdy_io_buffer.h',
[email protected]dab9c7d2010-02-06 21:44:32567 'spdy/spdy_protocol.h',
[email protected]fe2f62a2010-10-01 03:34:07568 'spdy/spdy_proxy_client_socket.cc',
569 'spdy/spdy_proxy_client_socket.h',
[email protected]dab9c7d2010-02-06 21:44:32570 'spdy/spdy_session.cc',
571 'spdy/spdy_session.h',
572 'spdy/spdy_session_pool.cc',
573 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50574 'spdy/spdy_settings_storage.cc',
575 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32576 'spdy/spdy_stream.cc',
577 'spdy/spdy_stream.h',
[email protected]675fa7d92011-06-27 11:50:29578 'spdy/spdy_websocket_stream.cc',
579 'spdy/spdy_websocket_stream.h',
[email protected]8858a11f42011-05-04 17:55:53580 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
581 'third_party/mozilla_security_manager/nsKeygenHandler.h',
582 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
583 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
584 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
585 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
586 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
587 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]7b6afd02011-03-12 00:03:12588 'udp/datagram_client_socket.h',
589 'udp/datagram_server_socket.h',
590 'udp/datagram_socket.h',
591 'udp/udp_client_socket.cc',
592 'udp/udp_client_socket.h',
593 'udp/udp_server_socket.cc',
594 'udp/udp_server_socket.h',
595 'udp/udp_socket.h',
596 'udp/udp_socket_libevent.cc',
597 'udp/udp_socket_libevent.h',
598 'udp/udp_socket_win.cc',
599 'udp/udp_socket_win.h',
[email protected]be4d55fe2010-06-01 13:40:02600 'url_request/https_prober.h',
601 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55602 'url_request/url_request.cc',
603 'url_request/url_request.h',
604 'url_request/url_request_about_job.cc',
605 'url_request/url_request_about_job.h',
[email protected]f1d81922010-07-31 17:47:09606 'url_request/url_request_context.cc',
[email protected]2f80c312009-02-25 21:26:55607 'url_request/url_request_context.h',
[email protected]abe2c032011-03-31 18:49:34608 'url_request/url_request_context_getter.cc',
609 'url_request/url_request_context_getter.h',
[email protected]529623e2011-02-23 17:37:16610 'url_request/url_request_context_storage.cc',
611 'url_request/url_request_context_storage.h',
[email protected]fcb7fd92009-10-22 04:18:58612 'url_request/url_request_data_job.cc',
613 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55614 'url_request/url_request_error_job.cc',
615 'url_request/url_request_error_job.h',
616 'url_request/url_request_file_dir_job.cc',
617 'url_request/url_request_file_dir_job.h',
618 'url_request/url_request_file_job.cc',
619 'url_request/url_request_file_job.h',
620 'url_request/url_request_filter.cc',
621 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13622 'url_request/url_request_ftp_job.cc',
623 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55624 'url_request/url_request_http_job.cc',
625 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55626 'url_request/url_request_job.cc',
627 'url_request/url_request_job.h',
[email protected]a8c1e7452011-05-14 06:17:07628 'url_request/url_request_job_factory.cc',
629 'url_request/url_request_job_factory.h',
[email protected]2f80c312009-02-25 21:26:55630 'url_request/url_request_job_manager.cc',
631 'url_request/url_request_job_manager.h',
[email protected]2612834232010-05-14 21:52:36632 'url_request/url_request_netlog_params.cc',
633 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45634 'url_request/url_request_redirect_job.cc',
635 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55636 'url_request/url_request_simple_job.cc',
637 'url_request/url_request_simple_job.h',
638 'url_request/url_request_status.h',
639 'url_request/url_request_test_job.cc',
640 'url_request/url_request_test_job.h',
[email protected]6b3f9642010-11-25 02:29:06641 'url_request/url_request_throttler_entry.cc',
642 'url_request/url_request_throttler_entry.h',
643 'url_request/url_request_throttler_entry_interface.h',
644 'url_request/url_request_throttler_header_adapter.h',
645 'url_request/url_request_throttler_header_adapter.cc',
646 'url_request/url_request_throttler_header_interface.h',
647 'url_request/url_request_throttler_manager.cc',
648 'url_request/url_request_throttler_manager.h',
[email protected]13c34d12009-09-14 20:51:04649 'url_request/view_cache_helper.cc',
650 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36651 'websockets/websocket.cc',
652 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16653 'websockets/websocket_frame_handler.cc',
654 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22655 'websockets/websocket_handshake.cc',
656 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55657 'websockets/websocket_handshake_draft75.cc',
658 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08659 'websockets/websocket_handshake_handler.cc',
660 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13661 'websockets/websocket_job.cc',
662 'websockets/websocket_job.h',
[email protected]78994ab02010-12-08 18:06:44663 'websockets/websocket_net_log_params.cc',
[email protected]6983889c2010-08-12 04:15:21664 'websockets/websocket_net_log_params.h',
[email protected]4c4eac02009-11-04 10:02:28665 'websockets/websocket_throttle.cc',
666 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55667 ],
[email protected]1dde29e2011-07-20 18:38:24668 'defines': [
669 'NET_IMPLEMENTATION',
670 ],
[email protected]2f80c312009-02-25 21:26:55671 'export_dependent_settings': [
672 '../base/base.gyp:base',
673 ],
[email protected]8858a11f42011-05-04 17:55:53674 'actions': [
675 {
676 'action_name': 'ssl_false_start_blacklist',
677 'inputs': [
678 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
679 'base/ssl_false_start_blacklist.txt',
680 ],
681 'outputs': [
682 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
683 ],
684 'action':
685 ['<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
686 'base/ssl_false_start_blacklist.txt',
687 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
688 ],
689 'message': 'Generating SSL False Start blacklist',
690 'process_outputs_as_sources': 1,
691 },
692 ],
[email protected]2f80c312009-02-25 21:26:55693 'conditions': [
[email protected]c61f6432009-04-22 01:16:42694 ['javascript_engine=="v8"', {
695 'dependencies': [
[email protected]44531a22009-04-28 21:37:56696 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42697 ],
698 }],
[email protected]f50278cd2010-08-24 17:34:08699 ['chromeos==1', {
700 'sources!': [
701 'proxy/proxy_config_service_linux.cc',
702 'proxy/proxy_config_service_linux.h',
703 ],
704 }],
[email protected]70372d42010-10-22 13:12:34705 ['use_openssl==1', {
[email protected]b1c2a5542010-10-08 12:44:40706 'sources!': [
[email protected]8858a11f42011-05-04 17:55:53707 'base/cert_database_nss.cc',
708 'base/crypto_module_nss.cc',
709 'base/dnssec_keyset.cc',
710 'base/dnssec_keyset.h',
711 'base/keygen_handler_nss.cc',
712 'base/nss_memio.c',
713 'base/nss_memio.h',
714 'base/test_root_certs_nss.cc',
715 'base/x509_certificate_nss.cc',
[email protected]5f7e5cb22010-11-15 16:08:10716 'ocsp/nss_ocsp.cc',
717 'ocsp/nss_ocsp.h',
[email protected]d8fbf582010-11-04 21:51:12718 'socket/dns_cert_provenance_check.cc',
719 'socket/dns_cert_provenance_check.h',
[email protected]7fd3fd822010-12-23 12:15:49720 'socket/nss_ssl_util.cc',
721 'socket/nss_ssl_util.h',
[email protected]5f7e5cb22010-11-15 16:08:10722 'socket/ssl_client_socket_nss.cc',
723 'socket/ssl_client_socket_nss.h',
[email protected]f61c3972010-12-23 09:54:15724 'socket/ssl_server_socket_nss.cc',
725 'socket/ssl_server_socket_nss.h',
[email protected]8858a11f42011-05-04 17:55:53726 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
727 'third_party/mozilla_security_manager/nsKeygenHandler.h',
728 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
729 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
730 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
731 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
732 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
733 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]5f7e5cb22010-11-15 16:08:10734 ],
735 },
736 { # else !use_openssl: remove the unneeded files
737 'sources!': [
[email protected]8858a11f42011-05-04 17:55:53738 'base/cert_database_openssl.cc',
739 'base/crypto_module_openssl.cc',
740 'base/keygen_handler_openssl.cc',
741 'base/openssl_memory_private_key_store.cc',
742 'base/openssl_private_key_store.h',
743 'base/test_root_certs_openssl.cc',
744 'base/x509_certificate_openssl.cc',
[email protected]6ced0b42011-06-07 22:52:10745 'base/x509_util_openssl.cc',
746 'base/x509_util_openssl.h',
[email protected]5f7e5cb22010-11-15 16:08:10747 'socket/ssl_client_socket_openssl.cc',
748 'socket/ssl_client_socket_openssl.h',
[email protected]c322aa92011-01-27 11:21:07749 'socket/ssl_server_socket_openssl.cc',
[email protected]d518cd92010-09-29 12:27:44750 ],
751 },
752 ],
[email protected]6a654d452011-05-23 22:06:54753 [ 'toolkit_uses_gtk == 1', {
[email protected]3dd6f5e2010-06-01 20:28:03754 'dependencies': [
755 '../build/linux/system.gyp:gconf',
756 '../build/linux/system.gyp:gdk',
[email protected]abcc9ac2011-05-16 20:04:35757 '../build/linux/system.gyp:gio',
[email protected]8858a11f42011-05-04 17:55:53758 '../build/linux/system.gyp:libresolv',
[email protected]bbbe9ad2010-11-04 14:56:20759 ],
760 'conditions': [
761 ['use_openssl==1', {
762 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:24763 '../third_party/openssl/openssl.gyp:openssl',
[email protected]bbbe9ad2010-11-04 14:56:20764 ],
765 },
766 { # else use_openssl==0, use NSS
767 'dependencies': [
[email protected]638e9df42011-05-31 17:19:30768 '../build/linux/system.gyp:ssl',
[email protected]bbbe9ad2010-11-04 14:56:20769 ],
770 }],
[email protected]94f8c952011-06-25 04:54:41771 ['OS=="solaris"', {
772 'link_settings': {
773 'ldflags': [
774 '-R/usr/lib/mps',
775 ],
776 },
777 }],
[email protected]3dd6f5e2010-06-01 20:28:03778 ],
779 },
780 { # else: OS is not in the above list
781 'sources!': [
[email protected]8858a11f42011-05-04 17:55:53782 'base/cert_database_nss.cc',
783 'base/crypto_module_nss.cc',
784 'base/keygen_handler_nss.cc',
785 'base/test_root_certs_nss.cc',
786 'base/x509_certificate_nss.cc',
[email protected]3dd6f5e2010-06-01 20:28:03787 'ocsp/nss_ocsp.cc',
788 'ocsp/nss_ocsp.h',
[email protected]8858a11f42011-05-04 17:55:53789 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
790 'third_party/mozilla_security_manager/nsKeygenHandler.h',
791 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
792 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
793 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
794 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
795 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
796 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]3dd6f5e2010-06-01 20:28:03797 ],
798 },
799 ],
[email protected]2f80c312009-02-25 21:26:55800 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55801 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32802 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44803 'socket/tcp_client_socket_libevent.cc',
[email protected]cf1b5822011-05-19 02:34:14804 'socket/tcp_client_socket_libevent.h',
[email protected]38712522011-04-18 23:03:32805 'socket/tcp_server_socket_libevent.cc',
[email protected]cf1b5822011-05-19 02:34:14806 'socket/tcp_server_socket_libevent.h',
[email protected]7b6afd02011-03-12 00:03:12807 'udp/udp_socket_libevent.cc',
[email protected]cf1b5822011-05-19 02:34:14808 'udp/udp_socket_libevent.h',
[email protected]2f80c312009-02-25 21:26:55809 ],
810 'dependencies': [
[email protected]19c63912011-06-28 22:32:14811 '../third_party/nss/nss.gyp:nspr',
[email protected]f505a9b2010-01-28 19:44:02812 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03813 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55814 'tld_cleanup',
815 ],
[email protected]27430762011-07-01 20:51:20816 }, { # else: OS != "win"
[email protected]2f80c312009-02-25 21:26:55817 'sources!': [
[email protected]8858a11f42011-05-04 17:55:53818 'base/winsock_init.cc',
[email protected]cf1b5822011-05-19 02:34:14819 'base/winsock_init.h',
[email protected]8858a11f42011-05-04 17:55:53820 'base/winsock_util.cc',
[email protected]cf1b5822011-05-19 02:34:14821 'base/winsock_util.h',
[email protected]2f80c312009-02-25 21:26:55822 'proxy/proxy_resolver_winhttp.cc',
[email protected]cf1b5822011-05-19 02:34:14823 'proxy/proxy_resolver_winhttp.h',
[email protected]2f80c312009-02-25 21:26:55824 ],
[email protected]2f80c312009-02-25 21:26:55825 },
826 ],
827 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03828 'dependencies': [
[email protected]19c63912011-06-28 22:32:14829 '../third_party/nss/nss.gyp:nspr',
[email protected]3dd6f5e2010-06-01 20:28:03830 '../third_party/nss/nss.gyp:nss',
831 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02832 ],
[email protected]2f80c312009-02-25 21:26:55833 'link_settings': {
834 'libraries': [
835 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
836 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
[email protected]8858a11f42011-05-04 17:55:53837 '$(SDKROOT)/usr/lib/libresolv.dylib',
[email protected]2f80c312009-02-25 21:26:55838 ]
839 },
840 },
841 ],
[email protected]d2effad2011-07-11 22:47:57842 [ 'OS == "android"', {
843 'defines': [
844 # Android can shut down our app at any time, so we persist session cookies.
845 'ENABLE_PERSISTENT_SESSION_COOKIES'
846 ],
847 }, { # else OS! = "android"
848 'defines': [
849 # These are the features Android doesn't support.
850 'ENABLE_MEDIA_CODEC_THEORA',
851 'ENABLE_MEDIA_TYPE_OGG',
852 ],
853 },
854 ],
[email protected]2f80c312009-02-25 21:26:55855 ],
856 },
857 {
858 'target_name': 'net_unittests',
859 'type': 'executable',
860 'dependencies': [
861 'net',
[email protected]6718b412009-03-04 18:26:00862 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55863 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14864 '../base/base.gyp:base_i18n',
[email protected]67875f512011-05-21 00:18:30865 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
866 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]4b559b4d2011-04-14 17:37:14867 '../crypto/crypto.gyp:crypto',
[email protected]06489a012009-12-10 08:12:54868 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55869 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57870 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55871 ],
872 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38873 'base/address_list_unittest.cc',
[email protected]cade5682011-03-17 15:35:07874 'base/backoff_entry_unittest.cc',
[email protected]bb6390382010-08-12 19:49:40875 'base/cert_database_nss_unittest.cc',
[email protected]822581d2010-12-16 17:27:15876 'base/cert_verifier_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55877 'base/cookie_monster_unittest.cc',
[email protected]c06c6972011-06-02 21:05:44878 'base/crl_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55879 'base/data_url_unittest.cc',
880 'base/directory_lister_unittest.cc',
[email protected]b24713592010-08-11 19:50:02881 'base/dnssec_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50882 'base/dns_util_unittest.cc',
[email protected]b3ccac82010-08-04 15:54:40883 'base/dnsrr_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55884 'base/escape_unittest.cc',
885 'base/file_stream_unittest.cc',
886 'base/filter_unittest.cc',
887 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38888 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14889 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32890 'base/host_resolver_impl_unittest.cc',
[email protected]76ff86a2011-03-04 03:21:31891 'base/ip_endpoint_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02892 'base/keygen_handler_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55893 'base/listen_socket_unittest.cc',
894 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38895 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55896 'base/mime_sniffer_unittest.cc',
897 'base/mime_util_unittest.cc',
[email protected]d2db0292011-01-26 20:23:44898 'base/mock_filter_context.cc',
899 'base/mock_filter_context.h',
[email protected]e8188fe2010-12-09 17:33:21900 'base/net_log_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53901 'base/net_log_unittest.h',
[email protected]2f80c312009-02-25 21:26:55902 'base/net_util_unittest.cc',
[email protected]e5a3eef2010-07-22 02:31:04903 'base/pem_tokenizer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55904 'base/registry_controlled_domain_unittest.cc',
905 'base/run_all_unittests.cc',
906 'base/sdch_filter_unittest.cc',
[email protected]b11279e2011-06-06 18:25:19907 'base/single_request_host_resolver_unittest.cc',
[email protected]d8654bf2010-07-18 16:01:32908 'base/ssl_cipher_suite_names_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58909 'base/ssl_client_auth_cache_unittest.cc',
[email protected]a0709c0d2010-09-01 17:04:52910 'base/ssl_config_service_unittest.cc',
[email protected]5bafc4f2010-09-08 14:07:38911 'base/ssl_false_start_blacklist_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12912 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42913 'base/transport_security_state_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29914 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55915 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33916 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55917 'base/x509_certificate_unittest.cc',
[email protected]11f40342010-11-22 13:35:49918 'base/x509_cert_types_mac_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55919 'disk_cache/addr_unittest.cc',
920 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58921 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55922 'disk_cache/block_files_unittest.cc',
[email protected]831a1a762010-10-12 05:57:08923 'disk_cache/cache_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55924 'disk_cache/disk_cache_test_base.cc',
925 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55926 'disk_cache/entry_unittest.cc',
927 'disk_cache/mapped_file_unittest.cc',
928 'disk_cache/storage_block_unittest.cc',
[email protected]4b0112ab2011-07-22 15:58:20929 'dns/async_host_resolver_unittest.cc',
930 'dns/dns_query_unittest.cc',
931 'dns/dns_response_unittest.cc',
932 'dns/dns_transaction_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55933 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09934 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32935 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46936 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]621241a2011-03-26 11:08:50937 'ftp/ftp_directory_listing_parser_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32938 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
939 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37940 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50941 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41942 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42943 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55944 'http/http_auth_cache_unittest.cc',
[email protected]76b0f682011-03-30 16:54:54945 'http/http_auth_controller_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45946 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08947 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55948 'http/http_auth_handler_basic_unittest.cc',
949 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50950 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00951 'http/http_auth_handler_mock.cc',
952 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34953 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21954 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56955 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55956 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39957 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55958 'http/http_cache_unittest.cc',
959 'http/http_chunked_decoder_unittest.cc',
[email protected]532c7fb2011-04-30 01:54:16960 'http/http_mac_signature_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55961 'http/http_network_layer_unittest.cc',
962 'http/http_network_transaction_unittest.cc',
[email protected]e772db3f2010-07-12 18:11:13963 'http/http_proxy_client_socket_pool_unittest.cc',
[email protected]270c6412010-03-29 22:02:47964 'http/http_request_headers_unittest.cc',
[email protected]0b0bf032010-09-21 18:08:50965 'http/http_response_body_drainer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55966 'http/http_response_headers_unittest.cc',
[email protected]102e27c2011-02-23 01:01:31967 'http/http_stream_factory_impl_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55968 'http/http_transaction_unittest.cc',
969 'http/http_transaction_unittest.h',
970 'http/http_util_unittest.cc',
971 'http/http_vary_data_unittest.cc',
[email protected]d2db0292011-01-26 20:23:44972 'http/mock_allow_url_security_manager.cc',
973 'http/mock_allow_url_security_manager.h',
[email protected]3ad259a2010-07-16 17:26:47974 'http/mock_gssapi_library_posix.cc',
975 'http/mock_gssapi_library_posix.h',
[email protected]5c2471b2010-04-20 17:25:09976 'http/mock_sspi_library_win.h',
977 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30978 'http/url_security_manager_unittest.cc',
[email protected]7258def2011-05-17 19:53:00979 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
980 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
981 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
[email protected]620f5712009-08-04 22:43:12982 'proxy/init_proxy_resolver_unittest.cc',
[email protected]61b84d52010-07-09 03:32:00983 'proxy/multi_threaded_proxy_resolver_unittest.cc',
[email protected]82a37672011-05-03 12:02:41984 'proxy/network_delegate_error_observer_unittest.cc',
[email protected]7541206c2010-02-19 20:24:06985 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56986 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57987 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23988 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18989 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12990 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32991 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]86933612010-10-16 23:10:33992 'proxy/proxy_script_fetcher_impl_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31993 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55994 'proxy/proxy_service_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04995 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05996 'socket/client_socket_pool_base_unittest.cc',
[email protected]5e6609582010-10-05 18:14:20997 'socket/deterministic_socket_data_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35998 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26999 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:581000 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:441001 'socket/ssl_client_socket_unittest.cc',
[email protected]e60e47a2010-07-14 03:37:181002 'socket/ssl_client_socket_pool_unittest.cc',
[email protected]f61c3972010-12-23 09:54:151003 'socket/ssl_server_socket_unittest.cc',
[email protected]03ec25382011-05-27 21:50:281004 'socket/tcp_client_socket_unittest.cc',
[email protected]38712522011-04-18 23:03:321005 'socket/tcp_server_socket_unittest.cc',
[email protected]ab739042011-04-07 15:22:281006 'socket/transport_client_socket_pool_unittest.cc',
[email protected]a01076a2011-04-12 15:24:041007 'socket/transport_client_socket_unittest.cc',
[email protected]38dc684d2011-07-19 20:33:431008 'socket/web_socket_server_socket_unittest.cc',
[email protected]26a64592009-12-15 08:04:401009 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:111010 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:321011 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:401012 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:321013 'spdy/spdy_network_transaction_unittest.cc',
1014 'spdy/spdy_protocol_test.cc',
[email protected]fe2f62a2010-10-01 03:34:071015 'spdy/spdy_proxy_client_socket_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:321016 'spdy/spdy_session_unittest.cc',
[email protected]4f386422010-07-20 04:19:491017 'spdy/spdy_stream_unittest.cc',
[email protected]75f30cc22010-06-28 21:41:381018 'spdy/spdy_test_util.cc',
[email protected]2ff8b312010-04-26 22:20:541019 'spdy/spdy_test_util.h',
[email protected]675fa7d92011-06-27 11:50:291020 'spdy/spdy_websocket_stream_unittest.cc',
[email protected]30f85192011-07-07 08:18:021021 'spdy/spdy_websocket_test_util.cc',
1022 'spdy/spdy_websocket_test_util.h',
[email protected]9af13ce2010-09-16 21:45:481023 'test/python_utils_unittest.cc',
[email protected]196f286c2010-06-07 14:57:171024 'tools/dump_cache/url_to_filename_encoder.cc',
1025 'tools/dump_cache/url_to_filename_encoder.h',
1026 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]8cd1ba5a2010-08-17 23:47:231027 'tools/dump_cache/url_utilities.h',
1028 'tools/dump_cache/url_utilities.cc',
1029 'tools/dump_cache/url_utilities_unittest.cc',
[email protected]7b6afd02011-03-12 00:03:121030 'udp/udp_socket_unittest.cc',
[email protected]a8c1e7452011-05-14 06:17:071031 'url_request/url_request_job_factory_unittest.cc',
[email protected]d4ae5792011-06-02 14:55:041032 'url_request/url_request_throttler_simulation_unittest.cc',
1033 'url_request/url_request_throttler_test_support.cc',
1034 'url_request/url_request_throttler_test_support.h',
[email protected]6b3f9642010-11-25 02:29:061035 'url_request/url_request_throttler_unittest.cc',
[email protected]2f80c312009-02-25 21:26:551036 'url_request/url_request_unittest.cc',
[email protected]cec6f9b02010-05-27 22:06:311037 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:161038 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:551039 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:081040 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:221041 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:131042 'websockets/websocket_job_unittest.cc',
[email protected]7ee457852010-11-12 11:19:561043 'websockets/websocket_net_log_params_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:281044 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:361045 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:551046 ],
1047 'conditions': [
[email protected]f50278cd2010-08-24 17:34:081048 ['chromeos==1', {
1049 'sources!': [
1050 'proxy/proxy_config_service_linux_unittest.cc',
1051 ],
1052 }],
[email protected]6a654d452011-05-23 22:06:541053 [ 'toolkit_uses_gtk == 1', {
[email protected]9d384032009-03-20 23:13:261054 'dependencies': [
1055 '../build/linux/system.gyp:gtk',
[email protected]638e9df42011-05-31 17:19:301056 '../build/linux/system.gyp:ssl',
[email protected]9d384032009-03-20 23:13:261057 ],
[email protected]2f80c312009-02-25 21:26:551058 },
[email protected]bb6390382010-08-12 19:49:401059 { # else: OS is not in the above list
1060 'sources!': [
1061 'base/cert_database_nss_unittest.cc',
1062 ],
1063 }
[email protected]2f80c312009-02-25 21:26:551064 ],
[email protected]6a654d452011-05-23 22:06:541065 [ 'os_posix == 1 and OS != "mac"', {
[email protected]d9df2b52009-12-10 12:06:151066 'conditions': [
1067 ['linux_use_tcmalloc==1', {
1068 'dependencies': [
1069 '../base/allocator/allocator.gyp:allocator',
1070 ],
1071 }],
1072 ],
1073 }],
[email protected]70372d42010-10-22 13:12:341074 [ 'use_openssl==1', {
1075 # When building for OpenSSL, we need to exclude NSS specific tests.
1076 # TODO(bulach): Add equivalent tests when the underlying
1077 # functionality is ported to OpenSSL.
[email protected]b1c2a5542010-10-08 12:44:401078 'sources!': [
1079 'base/cert_database_nss_unittest.cc',
[email protected]70372d42010-10-22 13:12:341080 'base/dnssec_unittest.cc',
[email protected]b1c2a5542010-10-08 12:44:401081 ],
1082 },
1083 ],
[email protected]2f80c312009-02-25 21:26:551084 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:081085 'sources!': [
1086 'http/http_auth_gssapi_posix_unittest.cc',
1087 ],
[email protected]cdafbff2010-03-02 17:47:021088 # This is needed to trigger the dll copy step on windows.
1089 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:551090 'dependencies': [
[email protected]280629492009-09-09 06:49:081091 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:551092 ],
1093 },
1094 ],
1095 ],
1096 },
1097 {
1098 'target_name': 'net_perftests',
1099 'type': 'executable',
1100 'dependencies': [
1101 'net',
[email protected]6718b412009-03-04 18:26:001102 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551103 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:141104 '../base/base.gyp:base_i18n',
[email protected]7d1ba9392009-08-03 18:35:061105 '../base/base.gyp:test_support_perf',
[email protected]67875f512011-05-21 00:18:301106 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]2f80c312009-02-25 21:26:551107 '../testing/gtest.gyp:gtest',
1108 ],
1109 'sources': [
[email protected]2f80c312009-02-25 21:26:551110 'base/cookie_monster_perftest.cc',
1111 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:331112 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:551113 ],
1114 'conditions': [
1115 # This is needed to trigger the dll copy step on windows.
1116 # TODO(mark): Specifying this here shouldn't be necessary.
1117 [ 'OS == "win"', {
1118 'dependencies': [
[email protected]280629492009-09-09 06:49:081119 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:551120 ],
1121 },
1122 ],
1123 ],
1124 },
1125 {
1126 'target_name': 'stress_cache',
1127 'type': 'executable',
1128 'dependencies': [
1129 'net',
[email protected]6718b412009-03-04 18:26:001130 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551131 '../base/base.gyp:base',
1132 ],
1133 'sources': [
[email protected]2f80c312009-02-25 21:26:551134 'disk_cache/stress_cache.cc',
1135 ],
1136 },
1137 {
1138 'target_name': 'tld_cleanup',
1139 'type': 'executable',
1140 'dependencies': [
1141 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:141142 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:551143 '../build/temp_gyp/googleurl.gyp:googleurl',
1144 ],
1145 'sources': [
1146 'tools/tld_cleanup/tld_cleanup.cc',
1147 ],
1148 },
1149 {
1150 'target_name': 'crash_cache',
1151 'type': 'executable',
1152 'dependencies': [
1153 'net',
[email protected]6718b412009-03-04 18:26:001154 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551155 '../base/base.gyp:base',
1156 ],
1157 'sources': [
1158 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:001159 ],
1160 },
1161 {
[email protected]f9ff629f2010-09-03 23:54:361162 'target_name': 'run_testserver',
1163 'type': 'executable',
1164 'dependencies': [
1165 'net',
1166 'net_test_support',
1167 '../base/base.gyp:base',
[email protected]67875f512011-05-21 00:18:301168 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]f9ff629f2010-09-03 23:54:361169 '../testing/gtest.gyp:gtest',
1170 ],
[email protected]f9ff629f2010-09-03 23:54:361171 'sources': [
1172 'tools/testserver/run_testserver.cc',
1173 ],
1174 },
1175 {
[email protected]6718b412009-03-04 18:26:001176 'target_name': 'net_test_support',
[email protected]5a547332011-05-19 23:18:531177 'type': 'static_library',
[email protected]6718b412009-03-04 18:26:001178 'dependencies': [
1179 'net',
1180 '../base/base.gyp:base',
[email protected]5f38d712010-10-26 06:46:591181 '../base/base.gyp:test_support_base',
[email protected]ff007e162009-05-23 09:13:151182 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:001183 ],
1184 'sources': [
[email protected]702a6a722010-03-17 18:24:511185 'base/cert_test_util.cc',
1186 'base/cert_test_util.h',
[email protected]d2db0292011-01-26 20:23:441187 'base/cookie_monster_store_test.cc',
1188 'base/cookie_monster_store_test.h',
[email protected]54f4c9362011-07-25 21:54:461189 'base/cookie_store_test_helpers.cc',
1190 'base/cookie_store_test_helpers.h',
[email protected]d0fd9802011-07-28 21:28:181191 'base/mock_host_resolver.cc',
1192 'base/mock_host_resolver.h',
[email protected]d2db0292011-01-26 20:23:441193 'base/net_test_suite.cc',
1194 'base/net_test_suite.h',
[email protected]ad74a592011-01-21 18:40:551195 'base/test_completion_callback.cc',
1196 'base/test_completion_callback.h',
[email protected]4b0112ab2011-07-22 15:58:201197 'base/test_host_resolver_observer.cc',
1198 'base/test_host_resolver_observer.h',
[email protected]2f80c312009-02-25 21:26:551199 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:001200 'disk_cache/disk_cache_test_util.h',
[email protected]4b0112ab2011-07-22 15:58:201201 'dns/dns_test_util.cc',
1202 'dns/dns_test_util.h',
[email protected]b6ce91b2011-02-10 21:30:501203 'proxy/mock_proxy_resolver.cc',
1204 'proxy/mock_proxy_resolver.h',
[email protected]7258def2011-05-17 19:53:001205 'proxy/mock_proxy_script_fetcher.cc',
1206 'proxy/mock_proxy_script_fetcher.h',
[email protected]ab501a6a2009-05-12 15:07:501207 'proxy/proxy_config_service_common_unittest.cc',
1208 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:441209 'socket/socket_test_util.cc',
1210 'socket/socket_test_util.h',
[email protected]9af13ce2010-09-16 21:45:481211 'test/python_utils.cc',
1212 'test/python_utils.h',
[email protected]1b9565c2010-07-21 01:19:311213 'test/test_server.cc',
[email protected]95409e12010-08-17 20:07:111214 'test/test_server_posix.cc',
1215 'test/test_server_win.cc',
[email protected]1b9565c2010-07-21 01:19:311216 'test/test_server.h',
[email protected]d2db0292011-01-26 20:23:441217 'url_request/url_request_test_util.cc',
1218 'url_request/url_request_test_util.h',
[email protected]702a6a722010-03-17 18:24:511219 ],
1220 'conditions': [
[email protected]6c2046562010-05-07 23:47:501221 ['inside_chromium_build==1', {
1222 'dependencies': [
[email protected]f86369722011-02-17 13:25:231223 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_compile',
[email protected]6c2046562010-05-07 23:47:501224 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
[email protected]9cac94e2010-10-01 16:35:121225 '../third_party/protobuf/protobuf.gyp:py_proto',
[email protected]6c2046562010-05-07 23:47:501226 ],
1227 }],
[email protected]6a654d452011-05-23 22:06:541228 ['os_posix == 1 and OS != "mac"', {
[email protected]70372d42010-10-22 13:12:341229 'conditions': [
1230 ['use_openssl==1', {
1231 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:241232 '../third_party/openssl/openssl.gyp:openssl',
[email protected]32765f82010-12-16 00:01:371233 ],
[email protected]70372d42010-10-22 13:12:341234 }, {
1235 'dependencies': [
[email protected]638e9df42011-05-31 17:19:301236 '../build/linux/system.gyp:ssl',
[email protected]70372d42010-10-22 13:12:341237 ],
1238 }],
[email protected]702a6a722010-03-17 18:24:511239 ],
1240 }],
[email protected]6a654d452011-05-23 22:06:541241 ['os_posix == 1 and OS != "mac"', {
[email protected]85437612010-03-22 11:55:231242 'conditions': [
1243 ['linux_use_tcmalloc==1', {
1244 'dependencies': [
1245 '../base/allocator/allocator.gyp:allocator',
1246 ],
1247 }],
1248 ],
1249 }],
[email protected]2f80c312009-02-25 21:26:551250 ],
1251 },
[email protected]ef36c74c2009-03-11 13:32:221252 {
1253 'target_name': 'net_resources',
1254 'type': 'none',
[email protected]5b910872010-02-09 01:03:021255 'variables': {
[email protected]4de39f82011-03-28 12:01:291256 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/net',
[email protected]5b910872010-02-09 01:03:021257 },
[email protected]4de39f82011-03-28 12:01:291258 'actions': [
[email protected]2f80c312009-02-25 21:26:551259 {
[email protected]4de39f82011-03-28 12:01:291260 'action_name': 'net_resources',
1261 'variables': {
1262 'grit_grd_file': 'base/net_resources.grd',
1263 },
1264 'includes': [ '../build/grit_action.gypi' ],
[email protected]2f80c312009-02-25 21:26:551265 },
[email protected]6718b412009-03-04 18:26:001266 ],
[email protected]4de39f82011-03-28 12:01:291267 'includes': [ '../build/grit_target.gypi' ],
[email protected]ef36c74c2009-03-11 13:32:221268 },
[email protected]75b91f92009-06-17 07:28:481269 {
1270 'target_name': 'fetch_client',
1271 'type': 'executable',
1272 'dependencies': [
1273 'net',
1274 '../base/base.gyp:base',
[email protected]67875f512011-05-21 00:18:301275 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
1276 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]75b91f92009-06-17 07:28:481277 '../testing/gtest.gyp:gtest',
1278 ],
[email protected]75b91f92009-06-17 07:28:481279 'sources': [
1280 'tools/fetch/fetch_client.cc',
1281 ],
1282 },
[email protected]fe4f06d2009-06-17 07:58:051283 {
1284 'target_name': 'fetch_server',
1285 'type': 'executable',
1286 'dependencies': [
1287 'net',
1288 '../base/base.gyp:base',
[email protected]67875f512011-05-21 00:18:301289 '../build/temp_gyp/googleurl.gyp:googleurl',
[email protected]fe4f06d2009-06-17 07:58:051290 '../testing/gtest.gyp:gtest',
1291 ],
[email protected]fe4f06d2009-06-17 07:58:051292 'sources': [
1293 'tools/fetch/fetch_server.cc',
1294 'tools/fetch/http_listen_socket.cc',
1295 'tools/fetch/http_listen_socket.h',
1296 'tools/fetch/http_server.cc',
1297 'tools/fetch/http_server.h',
[email protected]ecef1ff2011-02-04 18:35:541298 'tools/fetch/http_server_request_info.cc',
[email protected]d022e4e2009-06-23 04:13:001299 'tools/fetch/http_server_request_info.h',
[email protected]ecef1ff2011-02-04 18:35:541300 'tools/fetch/http_server_response_info.cc',
[email protected]d022e4e2009-06-23 04:13:001301 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:051302 'tools/fetch/http_session.cc',
1303 'tools/fetch/http_session.h',
1304 ],
1305 },
[email protected]c402da42009-12-10 02:38:031306 {
[email protected]a33721a2011-02-03 17:23:241307 'target_name': 'http_server',
[email protected]5a547332011-05-19 23:18:531308 'type': 'static_library',
[email protected]0569d862010-07-05 11:32:401309 'dependencies': [
1310 'net',
1311 '../base/base.gyp:base',
1312 '../testing/gtest.gyp:gtest',
1313 ],
[email protected]0569d862010-07-05 11:32:401314 'sources': [
[email protected]a33721a2011-02-03 17:23:241315 'server/http_server.cc',
1316 'server/http_server.h',
[email protected]1889dc1b2010-10-14 22:03:131317 'server/http_server_request_info.cc',
[email protected]0569d862010-07-05 11:32:401318 'server/http_server_request_info.h',
1319 ],
1320 },
1321 {
[email protected]b40f05a2010-09-09 20:13:231322 'target_name': 'dnssec_chain_verify',
1323 'type': 'executable',
1324 'dependencies': [
[email protected]8858a11f42011-05-04 17:55:531325 'net',
[email protected]67875f512011-05-21 00:18:301326 '../base/base.gyp:base',
[email protected]b40f05a2010-09-09 20:13:231327 ],
1328 'sources': [
1329 'tools/dnssec_chain_verify/dnssec_chain_verify.cc',
1330 ]
1331 },
1332 {
[email protected]5bafc4f2010-09-08 14:07:381333 'target_name': 'ssl_false_start_blacklist_process',
1334 'type': 'executable',
1335 'toolsets': ['host'],
1336 'include_dirs': [
1337 '..',
1338 ],
1339 'sources': [
1340 'base/ssl_false_start_blacklist_process.cc',
1341 ],
1342 },
[email protected]ef36c74c2009-03-11 13:32:221343 ],
1344 'conditions': [
[email protected]6a654d452011-05-23 22:06:541345 ['os_posix == 1 and OS != "mac"', {
[email protected]b64abf632010-11-24 10:19:221346 'targets': [
1347 {
1348 'target_name': 'flip_in_mem_edsm_server',
1349 'type': 'executable',
1350 'cflags': [
1351 '-Wno-deprecated',
1352 ],
1353 'dependencies': [
1354 '../base/base.gyp:base',
1355 'net.gyp:net',
1356 '../third_party/openssl/openssl.gyp:openssl',
1357 ],
1358 'sources': [
1359 'tools/dump_cache/url_to_filename_encoder.cc',
1360 'tools/dump_cache/url_to_filename_encoder.h',
1361 'tools/dump_cache/url_utilities.h',
1362 'tools/dump_cache/url_utilities.cc',
[email protected]918e8ad2010-09-30 15:15:521363
[email protected]878984e2011-02-02 20:03:021364 'tools/flip_server/acceptor_thread.h',
1365 'tools/flip_server/acceptor_thread.cc',
[email protected]b64abf632010-11-24 10:19:221366 'tools/flip_server/balsa_enums.h',
1367 'tools/flip_server/balsa_frame.cc',
1368 'tools/flip_server/balsa_frame.h',
1369 'tools/flip_server/balsa_headers.cc',
1370 'tools/flip_server/balsa_headers.h',
1371 'tools/flip_server/balsa_headers_token_utils.cc',
1372 'tools/flip_server/balsa_headers_token_utils.h',
1373 'tools/flip_server/balsa_visitor_interface.h',
1374 'tools/flip_server/buffer_interface.h',
[email protected]878984e2011-02-02 20:03:021375 'tools/flip_server/constants.h',
[email protected]b64abf632010-11-24 10:19:221376 'tools/flip_server/create_listener.cc',
1377 'tools/flip_server/create_listener.h',
1378 'tools/flip_server/epoll_server.cc',
1379 'tools/flip_server/epoll_server.h',
[email protected]ecef1ff2011-02-04 18:35:541380 'tools/flip_server/flip_config.cc',
1381 'tools/flip_server/flip_config.h',
[email protected]b64abf632010-11-24 10:19:221382 'tools/flip_server/flip_in_mem_edsm_server.cc',
[email protected]878984e2011-02-02 20:03:021383 'tools/flip_server/http_interface.cc',
1384 'tools/flip_server/http_interface.h',
[email protected]b64abf632010-11-24 10:19:221385 'tools/flip_server/http_message_constants.cc',
1386 'tools/flip_server/http_message_constants.h',
1387 'tools/flip_server/loadtime_measurement.h',
[email protected]878984e2011-02-02 20:03:021388 'tools/flip_server/mem_cache.h',
1389 'tools/flip_server/mem_cache.cc',
[email protected]878984e2011-02-02 20:03:021390 'tools/flip_server/output_ordering.cc',
1391 'tools/flip_server/output_ordering.h',
[email protected]b64abf632010-11-24 10:19:221392 'tools/flip_server/ring_buffer.cc',
1393 'tools/flip_server/ring_buffer.h',
1394 'tools/flip_server/simple_buffer.cc',
1395 'tools/flip_server/simple_buffer.h',
[email protected]878984e2011-02-02 20:03:021396 'tools/flip_server/sm_connection.cc',
1397 'tools/flip_server/sm_connection.h',
1398 'tools/flip_server/sm_interface.h',
[email protected]b64abf632010-11-24 10:19:221399 'tools/flip_server/split.h',
1400 'tools/flip_server/split.cc',
[email protected]878984e2011-02-02 20:03:021401 'tools/flip_server/spdy_ssl.cc',
1402 'tools/flip_server/spdy_ssl.h',
1403 'tools/flip_server/spdy_interface.cc',
1404 'tools/flip_server/spdy_interface.h',
1405 'tools/flip_server/spdy_util.cc',
1406 'tools/flip_server/spdy_util.h',
1407 'tools/flip_server/streamer_interface.cc',
1408 'tools/flip_server/streamer_interface.h',
[email protected]b64abf632010-11-24 10:19:221409 'tools/flip_server/string_piece_utils.h',
[email protected]b64abf632010-11-24 10:19:221410 ],
1411 },
[email protected]b690e182011-05-18 10:36:561412 {
1413 'target_name': 'curvecp',
[email protected]5a547332011-05-19 23:18:531414 'type': 'static_library',
[email protected]b690e182011-05-18 10:36:561415 'dependencies': [
1416 '../base/base.gyp:base',
1417 'net.gyp:net',
1418 ],
1419 'sources': [
1420 'curvecp/circular_buffer.cc',
1421 'curvecp/circular_buffer.h',
1422 'curvecp/client_packetizer.cc',
1423 'curvecp/client_packetizer.h',
1424 'curvecp/connection_key.cc',
1425 'curvecp/connection_key.h',
1426 'curvecp/curvecp_client_socket.cc',
1427 'curvecp/curvecp_client_socket.h',
1428 'curvecp/curvecp_server_socket.cc',
1429 'curvecp/curvecp_server_socket.h',
1430 'curvecp/messenger.h',
1431 'curvecp/messenger.cc',
1432 'curvecp/packetizer.h',
1433 'curvecp/protocol.cc',
1434 'curvecp/protocol.h',
1435 'curvecp/received_block_list.cc',
1436 'curvecp/received_block_list.h',
1437 'curvecp/rtt_and_send_rate_calculator.cc',
1438 'curvecp/rtt_and_send_rate_calculator.h',
1439 'curvecp/sent_block_list.cc',
1440 'curvecp/sent_block_list.h',
1441 'curvecp/server_messenger.cc',
1442 'curvecp/server_messenger.h',
1443 'curvecp/server_packetizer.cc',
1444 'curvecp/server_packetizer.h',
1445 ],
1446 },
1447 {
1448 'target_name': 'curvecp_unittests',
1449 'type': 'executable',
1450 'dependencies': [
1451 '../base/base.gyp:base',
1452 'net.gyp:curvecp',
1453 'net.gyp:net',
1454 'net_test_support',
1455 '../testing/gmock.gyp:gmock',
1456 '../testing/gtest.gyp:gtest',
1457 '../third_party/zlib/zlib.gyp:zlib',
1458 ],
1459 'sources': [
1460 'curvecp/curvecp_transfer_unittest.cc',
1461 'curvecp/test_client.cc',
1462 'curvecp/test_server.cc',
1463 ],
1464 },
[email protected]b64abf632010-11-24 10:19:221465 ]
1466 }],
[email protected]6718b412009-03-04 18:26:001467 ['OS=="win"', {
1468 'targets': [
[email protected]2f80c312009-02-25 21:26:551469 {
1470 # TODO(port): dump_cache is still Windows-specific.
1471 'target_name': 'dump_cache',
1472 'type': 'executable',
1473 'dependencies': [
1474 'net',
[email protected]ad74a592011-01-21 18:40:551475 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551476 '../base/base.gyp:base',
1477 ],
1478 'sources': [
[email protected]c44344e2009-09-02 22:05:501479 'tools/dump_cache/cache_dumper.cc',
1480 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551481 'tools/dump_cache/dump_cache.cc',
1482 'tools/dump_cache/dump_files.cc',
1483 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171484 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501485 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]8cd1ba5a2010-08-17 23:47:231486 'tools/dump_cache/url_utilities.h',
1487 'tools/dump_cache/url_utilities.cc',
[email protected]2f80c312009-02-25 21:26:551488 ],
1489 },
1490 ],
1491 }],
[email protected]2f80c312009-02-25 21:26:551492 ],
1493}