blob: d69240f7e1cbb4afa2cd8cd332141befd18cc79c [file] [log] [blame]
[email protected]cb370a0632010-01-30 08:24:121# Copyright (c) 2010 The Chromium Authors. All rights reserved.
[email protected]2f80c312009-02-25 21:26:552# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'variables': {
7 'chromium_code': 1,
8 },
[email protected]2f80c312009-02-25 21:26:559 'targets': [
10 {
[email protected]9c2a57712009-10-21 20:35:1111 'target_name': 'net_base',
[email protected]653bd5f032009-04-08 12:55:4912 'type': '<(library)',
[email protected]2f80c312009-02-25 21:26:5513 'dependencies': [
14 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:1415 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:5516 '../build/temp_gyp/googleurl.gyp:googleurl',
17 '../sdch/sdch.gyp:sdch',
[email protected]280629492009-09-09 06:49:0818 '../third_party/icu/icu.gyp:icui18n',
19 '../third_party/icu/icu.gyp:icuuc',
[email protected]ca21ee32009-10-23 18:03:2220 '../third_party/zlib/zlib.gyp:zlib',
[email protected]ef36c74c2009-03-11 13:32:2221 'net_resources',
[email protected]2f80c312009-02-25 21:26:5522 ],
23 'sources': [
[email protected]123ab1e32009-10-21 19:12:5724 'base/address_family.h',
[email protected]2f80c312009-02-25 21:26:5525 'base/address_list.cc',
26 'base/address_list.h',
[email protected]eb8605c2010-05-21 22:17:4727 'base/address_list_net_log_param.cc',
28 'base/address_list_net_log_param.h',
[email protected]2f80c312009-02-25 21:26:5529 'base/auth.h',
[email protected]6192f732009-03-25 23:44:2030 'base/cache_type.h',
[email protected]ec11be62010-04-28 19:28:0931 'base/capturing_net_log.cc',
32 'base/capturing_net_log.h',
[email protected]a755e1072009-10-23 16:58:3733 'base/cert_database.h',
34 'base/cert_database_mac.cc',
35 'base/cert_database_nss.cc',
36 'base/cert_database_win.cc',
[email protected]2f80c312009-02-25 21:26:5537 'base/cert_status_flags.cc',
38 'base/cert_status_flags.h',
39 'base/cert_verifier.cc',
40 'base/cert_verifier.h',
41 'base/cert_verify_result.h',
[email protected]2f80c312009-02-25 21:26:5542 'base/completion_callback.h',
43 'base/connection_type_histograms.cc',
44 'base/connection_type_histograms.h',
45 'base/cookie_monster.cc',
46 'base/cookie_monster.h',
[email protected]5f450e52009-07-28 13:28:1147 'base/cookie_options.h',
[email protected]2f80c312009-02-25 21:26:5548 'base/cookie_policy.h',
[email protected]5f450e52009-07-28 13:28:1149 'base/cookie_store.h',
[email protected]2f80c312009-02-25 21:26:5550 'base/data_url.cc',
51 'base/data_url.h',
52 'base/directory_lister.cc',
53 'base/directory_lister.h',
[email protected]37e658b2010-07-28 17:23:0454 'base/dns_reload_timer.cc',
55 'base/dns_reload_timer.h',
[email protected]b24713592010-08-11 19:50:0256 'base/dnssec_chain_verifier.cc',
57 'base/dnssec_chain_verifier.h',
58 'base/dnssec_keyset.cc',
59 'base/dnssec_keyset.h',
60 'base/dnssec_proto.h',
[email protected]c36f0642009-09-09 01:10:5061 'base/dns_util.cc',
62 'base/dns_util.h',
[email protected]b3ccac82010-08-04 15:54:4063 'base/dnsrr_resolver.cc',
64 'base/dnsrr_resolver.h',
[email protected]2f80c312009-02-25 21:26:5565 'base/escape.cc',
66 'base/escape.h',
67 'base/ev_root_ca_metadata.cc',
68 'base/ev_root_ca_metadata.h',
69 'base/file_stream.h',
70 'base/file_stream_posix.cc',
71 'base/file_stream_win.cc',
72 'base/filter.cc',
73 'base/filter.h',
[email protected]72b4a772010-07-14 01:29:3074 'base/forwarding_net_log.cc',
75 'base/forwarding_net_log.h',
[email protected]2f80c312009-02-25 21:26:5576 'base/gzip_filter.cc',
77 'base/gzip_filter.h',
78 'base/gzip_header.cc',
79 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3880 'base/host_cache.cc',
81 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1482 'base/host_mapping_rules.cc',
83 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4284 'base/host_port_pair.cc',
85 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5586 'base/host_resolver.cc',
87 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3288 'base/host_resolver_impl.cc',
89 'base/host_resolver_impl.h',
90 'base/host_resolver_proc.cc',
91 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:5592 'base/io_buffer.cc',
93 'base/io_buffer.h',
[email protected]a755e1072009-10-23 16:58:3794 'base/keygen_handler.h',
95 'base/keygen_handler_mac.cc',
96 'base/keygen_handler_nss.cc',
97 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:5598 'base/listen_socket.cc',
99 'base/listen_socket.h',
100 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:23101 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:16102 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:38103 'base/mapped_host_resolver.cc',
104 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55105 'base/mime_sniffer.cc',
106 'base/mime_sniffer.h',
107 'base/mime_util.cc',
108 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:32109 # TODO(eroman): move this into its own test-support target.
110 'base/mock_host_resolver.cc',
111 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55112 'base/net_error_list.h',
113 'base/net_errors.cc',
114 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53115 'base/net_log.cc',
116 'base/net_log.h',
117 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46118 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55119 'base/net_module.cc',
120 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55121 'base/net_util.cc',
122 'base/net_util.h',
123 'base/net_util_posix.cc',
124 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35125 'base/network_change_notifier.cc',
126 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35127 'base/network_change_notifier_linux.cc',
128 'base/network_change_notifier_linux.h',
129 'base/network_change_notifier_mac.cc',
130 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58131 'base/network_change_notifier_netlink_linux.cc',
132 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35133 'base/network_change_notifier_win.cc',
134 'base/network_change_notifier_win.h',
[email protected]9328443b2010-07-30 06:09:40135 'base/network_config_watcher_mac.cc',
136 'base/network_config_watcher_mac.h',
[email protected]2f80c312009-02-25 21:26:55137 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00138 'base/nss_memio.h',
[email protected]e5a3eef2010-07-22 02:31:04139 'base/pem_tokenizer.cc',
140 'base/pem_tokenizer.h',
[email protected]2f80c312009-02-25 21:26:55141 'base/platform_mime_util.h',
142 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
143 'base/platform_mime_util_linux.cc',
144 'base/platform_mime_util_mac.cc',
145 'base/platform_mime_util_win.cc',
146 'base/registry_controlled_domain.cc',
147 'base/registry_controlled_domain.h',
148 'base/scoped_cert_chain_context.h',
149 'base/sdch_filter.cc',
150 'base/sdch_filter.h',
151 'base/sdch_manager.cc',
152 'base/sdch_manager.h',
[email protected]0b45559b2009-06-12 21:45:11153 'base/ssl_cert_request_info.h',
[email protected]d8654bf2010-07-18 16:01:32154 'base/ssl_cipher_suite_names.cc',
155 'base/ssl_cipher_suite_names.h',
[email protected]56c866a22009-06-18 19:38:58156 'base/ssl_client_auth_cache.cc',
157 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39158 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55159 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42160 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32161 'base/ssl_config_service_mac.cc',
162 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42163 'base/ssl_config_service_win.cc',
164 'base/ssl_config_service_win.h',
[email protected]2f80c312009-02-25 21:26:55165 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12166 'base/static_cookie_policy.cc',
167 'base/static_cookie_policy.h',
[email protected]326e6792009-12-11 21:04:42168 'base/transport_security_state.cc',
169 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37170 'base/sys_addrinfo.h',
[email protected]d022e4e2009-06-23 04:13:00171 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55172 'base/upload_data.cc',
173 'base/upload_data.h',
174 'base/upload_data_stream.cc',
175 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55176 'base/winsock_init.cc',
177 'base/winsock_init.h',
178 'base/x509_certificate.cc',
179 'base/x509_certificate.h',
180 'base/x509_certificate_mac.cc',
181 'base/x509_certificate_nss.cc',
182 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04183 'base/x509_cert_types.cc',
184 'base/x509_cert_types.h',
185 'base/x509_cert_types_mac.cc',
[email protected]53ae7c42010-06-18 17:45:35186 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
187 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]9c2a57712009-10-21 20:35:11188 ],
189 'export_dependent_settings': [
190 '../base/base.gyp:base',
191 ],
192 'conditions': [
[email protected]50462ec2010-01-29 22:28:32193 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03194 'dependencies': [
195 '../build/linux/system.gyp:gconf',
196 '../build/linux/system.gyp:gdk',
197 '../build/linux/system.gyp:nss',
[email protected]b3ccac82010-08-04 15:54:40198 '../build/linux/system.gyp:libresolv',
[email protected]3dd6f5e2010-06-01 20:28:03199 ],
200 },
201 { # else: OS is not in the above list
202 'sources!': [
203 'base/cert_database_nss.cc',
204 'base/keygen_handler_nss.cc',
205 'base/x509_certificate_nss.cc',
[email protected]53ae7c42010-06-18 17:45:35206 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
207 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]3dd6f5e2010-06-01 20:28:03208 ],
209 },
210 ],
[email protected]9c2a57712009-10-21 20:35:11211 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11212 'dependencies': [
[email protected]b24713592010-08-11 19:50:02213 '../third_party/nss/nss.gyp:nss',
[email protected]9c2a57712009-10-21 20:35:11214 'tld_cleanup',
215 ],
216 },
217 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47218 'dependencies': [
219 '../third_party/libevent/libevent.gyp:libevent',
220 ],
[email protected]9c2a57712009-10-21 20:35:11221 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11222 'base/winsock_init.cc',
223 ],
224 },
225 ],
[email protected]9c2a57712009-10-21 20:35:11226 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03227 'dependencies': [
[email protected]b24713592010-08-11 19:50:02228 '../third_party/nss/nss.gyp:nss',
[email protected]f505a9b2010-01-28 19:44:02229 ],
[email protected]9c2a57712009-10-21 20:35:11230 'link_settings': {
231 'libraries': [
232 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
233 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
234 ]
235 },
236 },
237 ],
238 ],
239 },
240 {
241 'target_name': 'net',
242 'type': '<(library)',
243 'dependencies': [
244 '../base/base.gyp:base',
245 '../base/base.gyp:base_i18n',
246 '../build/temp_gyp/googleurl.gyp:googleurl',
247 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11248 '../third_party/icu/icu.gyp:icui18n',
249 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11250 '../third_party/zlib/zlib.gyp:zlib',
251 'net_base',
252 'net_resources',
253 ],
254 'sources': [
[email protected]2f80c312009-02-25 21:26:55255 'disk_cache/addr.cc',
256 'disk_cache/addr.h',
257 'disk_cache/backend_impl.cc',
258 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58259 'disk_cache/bitmap.cc',
260 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55261 'disk_cache/block_files.cc',
262 'disk_cache/block_files.h',
263 'disk_cache/cache_util.h',
264 'disk_cache/cache_util_posix.cc',
265 'disk_cache/cache_util_win.cc',
266 'disk_cache/disk_cache.h',
267 'disk_cache/disk_format.h',
268 'disk_cache/entry_impl.cc',
269 'disk_cache/entry_impl.h',
270 'disk_cache/errors.h',
271 'disk_cache/eviction.cc',
272 'disk_cache/eviction.h',
273 'disk_cache/file.h',
274 'disk_cache/file_block.h',
275 'disk_cache/file_lock.cc',
276 'disk_cache/file_lock.h',
277 'disk_cache/file_posix.cc',
278 'disk_cache/file_win.cc',
279 'disk_cache/hash.cc',
280 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34281 'disk_cache/histogram_macros.h',
[email protected]fb2622f2010-07-13 18:00:56282 'disk_cache/in_flight_backend_io.cc',
283 'disk_cache/in_flight_backend_io.h',
284 'disk_cache/in_flight_io.cc',
285 'disk_cache/in_flight_io.h',
[email protected]2f80c312009-02-25 21:26:55286 'disk_cache/mapped_file.h',
287 'disk_cache/mapped_file_posix.cc',
288 'disk_cache/mapped_file_win.cc',
289 'disk_cache/mem_backend_impl.cc',
290 'disk_cache/mem_backend_impl.h',
291 'disk_cache/mem_entry_impl.cc',
292 'disk_cache/mem_entry_impl.h',
293 'disk_cache/mem_rankings.cc',
294 'disk_cache/mem_rankings.h',
295 'disk_cache/rankings.cc',
296 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58297 'disk_cache/sparse_control.cc',
298 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55299 'disk_cache/stats.cc',
300 'disk_cache/stats.h',
301 'disk_cache/stats_histogram.cc',
302 'disk_cache/stats_histogram.h',
303 'disk_cache/storage_block-inl.h',
304 'disk_cache/storage_block.h',
305 'disk_cache/trace.cc',
306 'disk_cache/trace.h',
307 'ftp/ftp_auth_cache.cc',
308 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09309 'ftp/ftp_ctrl_response_buffer.cc',
310 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49311 'ftp/ftp_directory_listing_buffer.cc',
312 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32313 'ftp/ftp_directory_listing_parser.cc',
314 'ftp/ftp_directory_listing_parser.h',
315 'ftp/ftp_directory_listing_parser_ls.cc',
316 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]9772b1c32009-12-10 19:39:01317 'ftp/ftp_directory_listing_parser_mlsd.cc',
318 'ftp/ftp_directory_listing_parser_mlsd.h',
[email protected]8425e66e2009-12-07 19:51:46319 'ftp/ftp_directory_listing_parser_netware.cc',
320 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32321 'ftp/ftp_directory_listing_parser_vms.cc',
322 'ftp/ftp_directory_listing_parser_vms.h',
323 'ftp/ftp_directory_listing_parser_windows.cc',
324 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55325 'ftp/ftp_network_layer.cc',
326 'ftp/ftp_network_layer.h',
327 'ftp/ftp_network_session.h',
328 'ftp/ftp_network_transaction.cc',
329 'ftp/ftp_network_transaction.h',
330 'ftp/ftp_request_info.h',
331 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55332 'ftp/ftp_server_type_histograms.cc',
333 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55334 'ftp/ftp_transaction.h',
335 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50336 'ftp/ftp_util.cc',
337 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41338 'http/des.cc',
339 'http/des.h',
[email protected]564b4912010-03-09 16:30:42340 'http/http_alternate_protocols.cc',
341 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55342 'http/http_atom_list.h',
343 'http/http_auth.cc',
344 'http/http_auth.h',
345 'http/http_auth_cache.cc',
346 'http/http_auth_cache.h',
[email protected]228404f2010-06-24 04:31:41347 'http/http_auth_controller.cc',
348 'http/http_auth_controller.h',
[email protected]eb3cac72010-02-26 21:07:45349 'http/http_auth_filter.cc',
350 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44351 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08352 'http/http_auth_gssapi_posix.cc',
353 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55354 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50355 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55356 'http/http_auth_handler_basic.cc',
357 'http/http_auth_handler_basic.h',
358 'http/http_auth_handler_digest.cc',
359 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50360 'http/http_auth_handler_factory.cc',
361 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05362 'http/http_auth_handler_negotiate.h',
[email protected]65d34382010-07-01 18:12:26363 'http/http_auth_handler_negotiate.cc',
[email protected]5ae0b862009-02-28 02:02:41364 'http/http_auth_handler_ntlm.cc',
365 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32366 'http/http_auth_handler_ntlm_portable.cc',
367 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56368 'http/http_auth_sspi_win.cc',
369 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57370 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00371 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39372 'http/http_byte_range.cc',
373 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55374 'http/http_cache.cc',
375 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23376 'http/http_cache_transaction.cc',
377 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55378 'http/http_chunked_decoder.cc',
379 'http/http_chunked_decoder.h',
[email protected]a7ea8832010-07-12 17:54:54380 'http/http_net_log_params.h',
[email protected]ac039522010-06-15 16:39:44381 'http/http_network_delegate.h',
[email protected]2f80c312009-02-25 21:26:55382 'http/http_network_layer.cc',
383 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44384 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55385 'http/http_network_session.h',
386 'http/http_network_transaction.cc',
387 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47388 'http/http_request_headers.cc',
389 'http/http_request_headers.h',
[email protected]2f80c312009-02-25 21:26:55390 'http/http_request_info.h',
391 'http/http_response_headers.cc',
392 'http/http_response_headers.h',
393 'http/http_response_info.cc',
394 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00395 'http/http_stream.h',
[email protected]0877e3d2009-10-17 22:29:57396 'http/http_stream_parser.cc',
397 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55398 'http/http_transaction.h',
399 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36400 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10401 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36402 'http/url_security_manager_posix.cc',
403 'http/url_security_manager_win.cc',
[email protected]a7ea8832010-07-12 17:54:54404 'http/http_proxy_client_socket.cc',
405 'http/http_proxy_client_socket.h',
[email protected]e772db3f2010-07-12 18:11:13406 'http/http_proxy_client_socket_pool.cc',
407 'http/http_proxy_client_socket_pool.h',
[email protected]2f80c312009-02-25 21:26:55408 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01409 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55410 'http/http_util.h',
411 'http/http_vary_data.cc',
412 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00413 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41414 'http/md4.cc',
415 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50416 'http/partial_data.cc',
417 'http/partial_data.h',
[email protected]25d8ea22009-08-25 19:42:29418 'ocsp/nss_ocsp.cc',
419 'ocsp/nss_ocsp.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]119655002010-07-23 06:02:40424 'proxy/polling_proxy_config_service.cc',
425 'proxy/polling_proxy_config_service.h',
[email protected]7541206c2010-02-19 20:24:06426 'proxy/proxy_bypass_rules.cc',
427 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18428 'proxy/proxy_config.cc',
429 'proxy/proxy_config.h',
430 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55431 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56432 'proxy/proxy_config_service_linux.cc',
433 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27434 'proxy/proxy_config_service_mac.cc',
435 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55436 'proxy/proxy_config_service_win.cc',
437 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18438 'proxy/proxy_info.cc',
439 'proxy/proxy_info.h',
440 'proxy/proxy_list.cc',
441 'proxy/proxy_list.h',
442 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12443 'proxy/proxy_resolver_js_bindings.cc',
444 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55445 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00446 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12447 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32448 'proxy/proxy_resolver_script.h',
[email protected]24476402010-07-20 20:55:17449 'proxy/proxy_resolver_script_data.cc',
450 'proxy/proxy_resolver_script_data.h',
[email protected]6b675b82009-02-26 23:18:32451 'proxy/proxy_resolver_v8.cc',
452 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55453 'proxy/proxy_resolver_winhttp.cc',
454 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18455 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55456 'proxy/proxy_script_fetcher.cc',
457 'proxy/proxy_script_fetcher.h',
458 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27459 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55460 'proxy/proxy_server.h',
461 'proxy/proxy_service.cc',
462 'proxy/proxy_service.h',
[email protected]1ca2b452010-04-17 00:07:04463 'proxy/sync_host_resolver_bridge.cc',
464 'proxy/sync_host_resolver_bridge.h',
[email protected]9008c86f2010-08-06 07:10:24465 'socket/client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44466 'socket/client_socket.h',
467 'socket/client_socket_factory.cc',
468 'socket/client_socket_factory.h',
469 'socket/client_socket_handle.cc',
470 'socket/client_socket_handle.h',
471 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00472 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02473 'socket/client_socket_pool_base.cc',
474 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00475 'socket/client_socket_pool_histograms.cc',
476 'socket/client_socket_pool_histograms.h',
[email protected]f7984fc62009-06-22 23:26:44477 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35478 'socket/socks5_client_socket.cc',
479 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02480 'socket/socks_client_socket.cc',
481 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26482 'socket/socks_client_socket_pool.cc',
483 'socket/socks_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44484 'socket/ssl_client_socket.h',
485 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47486 'socket/ssl_client_socket_mac.h',
[email protected]fd4f139f2010-06-11 17:02:20487 'socket/ssl_client_socket_mac_factory.cc',
488 'socket/ssl_client_socket_mac_factory.h',
[email protected]20285392010-06-11 03:12:08489 'socket/ssl_client_socket_nss.cc',
490 'socket/ssl_client_socket_nss.h',
[email protected]fd4f139f2010-06-11 17:02:20491 'socket/ssl_client_socket_nss_factory.cc',
492 'socket/ssl_client_socket_nss_factory.h',
[email protected]e60e47a2010-07-14 03:37:18493 'socket/ssl_client_socket_pool.cc',
494 'socket/ssl_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44495 'socket/ssl_client_socket_win.cc',
496 'socket/ssl_client_socket_win.h',
[email protected]f7984fc62009-06-22 23:26:44497 'socket/tcp_client_socket.h',
498 'socket/tcp_client_socket_libevent.cc',
499 'socket/tcp_client_socket_libevent.h',
500 'socket/tcp_client_socket_pool.cc',
501 'socket/tcp_client_socket_pool.h',
502 'socket/tcp_client_socket_win.cc',
503 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47504 'socket/tcp_pinger.h',
[email protected]aef03132009-10-09 05:04:14505 'socket_stream/socket_stream.cc',
506 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13507 'socket_stream/socket_stream_job.cc',
508 'socket_stream/socket_stream_job.h',
509 'socket_stream/socket_stream_job_manager.cc',
510 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12511 'socket_stream/socket_stream_metrics.cc',
512 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32513 'spdy/spdy_bitmasks.h',
514 'spdy/spdy_frame_builder.cc',
515 'spdy/spdy_frame_builder.h',
516 'spdy/spdy_framer.cc',
517 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40518 'spdy/spdy_http_stream.cc',
519 'spdy/spdy_http_stream.h',
[email protected]dab9c7d2010-02-06 21:44:32520 'spdy/spdy_io_buffer.cc',
521 'spdy/spdy_io_buffer.h',
[email protected]dab9c7d2010-02-06 21:44:32522 'spdy/spdy_protocol.h',
523 'spdy/spdy_session.cc',
524 'spdy/spdy_session.h',
525 'spdy/spdy_session_pool.cc',
526 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50527 'spdy/spdy_settings_storage.cc',
528 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32529 'spdy/spdy_stream.cc',
530 'spdy/spdy_stream.h',
[email protected]be4d55fe2010-06-01 13:40:02531 'url_request/https_prober.h',
532 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55533 'url_request/url_request.cc',
534 'url_request/url_request.h',
535 'url_request/url_request_about_job.cc',
536 'url_request/url_request_about_job.h',
[email protected]f1d81922010-07-31 17:47:09537 'url_request/url_request_context.cc',
[email protected]2f80c312009-02-25 21:26:55538 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58539 'url_request/url_request_data_job.cc',
540 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55541 'url_request/url_request_error_job.cc',
542 'url_request/url_request_error_job.h',
543 'url_request/url_request_file_dir_job.cc',
544 'url_request/url_request_file_dir_job.h',
545 'url_request/url_request_file_job.cc',
546 'url_request/url_request_file_job.h',
547 'url_request/url_request_filter.cc',
548 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13549 'url_request/url_request_ftp_job.cc',
550 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55551 'url_request/url_request_http_job.cc',
552 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55553 'url_request/url_request_job.cc',
554 'url_request/url_request_job.h',
555 'url_request/url_request_job_manager.cc',
556 'url_request/url_request_job_manager.h',
557 'url_request/url_request_job_metrics.cc',
558 'url_request/url_request_job_metrics.h',
559 'url_request/url_request_job_tracker.cc',
560 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36561 'url_request/url_request_netlog_params.cc',
562 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45563 'url_request/url_request_redirect_job.cc',
564 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55565 'url_request/url_request_simple_job.cc',
566 'url_request/url_request_simple_job.h',
567 'url_request/url_request_status.h',
568 'url_request/url_request_test_job.cc',
569 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04570 'url_request/view_cache_helper.cc',
571 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36572 'websockets/websocket.cc',
573 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16574 'websockets/websocket_frame_handler.cc',
575 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22576 'websockets/websocket_handshake.cc',
577 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55578 'websockets/websocket_handshake_draft75.cc',
579 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08580 'websockets/websocket_handshake_handler.cc',
581 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13582 'websockets/websocket_job.cc',
583 'websockets/websocket_job.h',
[email protected]4c4eac02009-11-04 10:02:28584 'websockets/websocket_throttle.cc',
585 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55586 ],
[email protected]2f80c312009-02-25 21:26:55587 'export_dependent_settings': [
588 '../base/base.gyp:base',
589 ],
590 'conditions': [
[email protected]c61f6432009-04-22 01:16:42591 ['javascript_engine=="v8"', {
592 'dependencies': [
[email protected]44531a22009-04-28 21:37:56593 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42594 ],
595 }],
[email protected]50462ec2010-01-29 22:28:32596 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03597 'dependencies': [
598 '../build/linux/system.gyp:gconf',
599 '../build/linux/system.gyp:gdk',
600 '../build/linux/system.gyp:nss',
601 ],
602 },
603 { # else: OS is not in the above list
604 'sources!': [
605 'ocsp/nss_ocsp.cc',
606 'ocsp/nss_ocsp.h',
607 ],
608 },
609 ],
[email protected]2f80c312009-02-25 21:26:55610 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55611 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32612 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44613 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55614 ],
615 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02616 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03617 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55618 'tld_cleanup',
619 ],
[email protected]2f80c312009-02-25 21:26:55620 },
621 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47622 'dependencies': [
623 '../third_party/libevent/libevent.gyp:libevent',
624 ],
[email protected]2f80c312009-02-25 21:26:55625 'sources!': [
[email protected]2f80c312009-02-25 21:26:55626 'proxy/proxy_resolver_winhttp.cc',
[email protected]fd4f139f2010-06-11 17:02:20627 'socket/ssl_client_socket_nss_factory.cc',
628 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55629 ],
[email protected]2f80c312009-02-25 21:26:55630 },
631 ],
632 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03633 'dependencies': [
634 '../third_party/nss/nss.gyp:nss',
635 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02636 ],
[email protected]2f80c312009-02-25 21:26:55637 'link_settings': {
638 'libraries': [
639 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
640 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
641 ]
642 },
643 },
[email protected]fd4f139f2010-06-11 17:02:20644 { # else: OS != "mac"
645 'sources!': [
646 'socket/ssl_client_socket_mac_factory.cc',
647 'socket/ssl_client_socket_mac_factory.h',
648 ],
649 },
[email protected]2f80c312009-02-25 21:26:55650 ],
[email protected]2f80c312009-02-25 21:26:55651 ],
652 },
653 {
654 'target_name': 'net_unittests',
655 'type': 'executable',
656 'dependencies': [
657 'net',
[email protected]6718b412009-03-04 18:26:00658 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55659 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14660 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54661 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55662 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57663 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55664 ],
[email protected]9e450f22009-03-10 23:12:16665 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55666 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38667 'base/address_list_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55668 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55669 'base/data_url_unittest.cc',
670 'base/directory_lister_unittest.cc',
[email protected]b24713592010-08-11 19:50:02671 'base/dnssec_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50672 'base/dns_util_unittest.cc',
[email protected]b3ccac82010-08-04 15:54:40673 'base/dnsrr_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55674 'base/escape_unittest.cc',
675 'base/file_stream_unittest.cc',
676 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27677 'base/filter_unittest.h',
[email protected]72b4a772010-07-14 01:29:30678 'base/forwarding_net_log_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55679 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38680 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14681 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32682 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02683 'base/keygen_handler_unittest.cc',
[email protected]85437612010-03-22 11:55:23684 'base/leak_annotations.h',
[email protected]2f80c312009-02-25 21:26:55685 'base/listen_socket_unittest.cc',
686 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38687 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55688 'base/mime_sniffer_unittest.cc',
689 'base/mime_util_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53690 'base/net_log_unittest.h',
[email protected]66761b952010-06-25 21:30:38691 'base/net_test_suite.h',
[email protected]2f80c312009-02-25 21:26:55692 'base/net_util_unittest.cc',
[email protected]e5a3eef2010-07-22 02:31:04693 'base/pem_tokenizer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55694 'base/registry_controlled_domain_unittest.cc',
695 'base/run_all_unittests.cc',
696 'base/sdch_filter_unittest.cc',
[email protected]d8654bf2010-07-18 16:01:32697 'base/ssl_cipher_suite_names_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58698 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32699 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42700 'base/ssl_config_service_win_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12701 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42702 'base/transport_security_state_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29703 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55704 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33705 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55706 'base/x509_certificate_unittest.cc',
[email protected]d866fb52010-03-26 23:36:04707 'base/x509_cert_types_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55708 'disk_cache/addr_unittest.cc',
709 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58710 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55711 'disk_cache/block_files_unittest.cc',
712 'disk_cache/disk_cache_test_base.cc',
713 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55714 'disk_cache/entry_unittest.cc',
715 'disk_cache/mapped_file_unittest.cc',
716 'disk_cache/storage_block_unittest.cc',
717 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09718 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49719 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32720 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01721 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46722 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32723 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
724 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37725 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50726 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41727 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42728 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55729 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45730 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08731 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55732 'http/http_auth_handler_basic_unittest.cc',
733 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50734 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00735 'http/http_auth_handler_mock.cc',
736 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34737 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21738 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56739 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55740 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39741 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55742 'http/http_cache_unittest.cc',
743 'http/http_chunked_decoder_unittest.cc',
744 'http/http_network_layer_unittest.cc',
745 'http/http_network_transaction_unittest.cc',
[email protected]e772db3f2010-07-12 18:11:13746 'http/http_proxy_client_socket_pool_unittest.cc',
[email protected]270c6412010-03-29 22:02:47747 'http/http_request_headers_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55748 'http/http_response_headers_unittest.cc',
749 'http/http_transaction_unittest.cc',
750 'http/http_transaction_unittest.h',
751 'http/http_util_unittest.cc',
752 'http/http_vary_data_unittest.cc',
[email protected]3ad259a2010-07-16 17:26:47753 'http/mock_gssapi_library_posix.cc',
754 'http/mock_gssapi_library_posix.h',
[email protected]5c2471b2010-04-20 17:25:09755 'http/mock_sspi_library_win.h',
756 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30757 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12758 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19759 'proxy/mock_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00760 'proxy/multi_threaded_proxy_resolver_unittest.cc',
[email protected]7541206c2010-02-19 20:24:06761 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56762 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57763 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23764 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18765 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12766 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32767 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55768 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31769 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55770 'proxy/proxy_service_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04771 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05772 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35773 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26774 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58775 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44776 'socket/ssl_client_socket_unittest.cc',
[email protected]e60e47a2010-07-14 03:37:18777 'socket/ssl_client_socket_pool_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44778 'socket/tcp_client_socket_pool_unittest.cc',
779 'socket/tcp_client_socket_unittest.cc',
780 'socket/tcp_pinger_unittest.cc',
[email protected]26a64592009-12-15 08:04:40781 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11782 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32783 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:40784 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32785 'spdy/spdy_network_transaction_unittest.cc',
786 'spdy/spdy_protocol_test.cc',
787 'spdy/spdy_session_unittest.cc',
[email protected]4f386422010-07-20 04:19:49788 'spdy/spdy_stream_unittest.cc',
[email protected]75f30cc22010-06-28 21:41:38789 'spdy/spdy_test_util.cc',
[email protected]2ff8b312010-04-26 22:20:54790 'spdy/spdy_test_util.h',
[email protected]196f286c2010-06-07 14:57:17791 'tools/dump_cache/url_to_filename_encoder.cc',
792 'tools/dump_cache/url_to_filename_encoder.h',
793 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]ac9f9792010-08-06 14:09:30794 'url_request/url_request_job_tracker_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55795 'url_request/url_request_unittest.cc',
796 'url_request/url_request_unittest.h',
[email protected]cec6f9b02010-05-27 22:06:31797 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:16798 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:55799 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:08800 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:22801 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:13802 'websockets/websocket_job_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28803 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36804 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55805 ],
806 'conditions': [
[email protected]50462ec2010-01-29 22:28:32807 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26808 'dependencies': [
809 '../build/linux/system.gyp:gtk',
[email protected]69138472010-06-25 22:44:48810 '../build/linux/system.gyp:nss',
[email protected]9d384032009-03-20 23:13:26811 ],
[email protected]2f80c312009-02-25 21:26:55812 'sources!': [
813 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55814 ],
815 },
816 ],
[email protected]50462ec2010-01-29 22:28:32817 ['OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:15818 'conditions': [
819 ['linux_use_tcmalloc==1', {
820 'dependencies': [
821 '../base/allocator/allocator.gyp:allocator',
822 ],
823 }],
824 ],
825 }],
[email protected]2f80c312009-02-25 21:26:55826 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:08827 'sources!': [
828 'http/http_auth_gssapi_posix_unittest.cc',
829 ],
[email protected]cdafbff2010-03-02 17:47:02830 # This is needed to trigger the dll copy step on windows.
831 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:55832 'dependencies': [
[email protected]280629492009-09-09 06:49:08833 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55834 ],
835 },
836 ],
837 ],
838 },
839 {
840 'target_name': 'net_perftests',
841 'type': 'executable',
842 'dependencies': [
843 'net',
[email protected]6718b412009-03-04 18:26:00844 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55845 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14846 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45847 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06848 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55849 '../testing/gtest.gyp:gtest',
850 ],
[email protected]9e450f22009-03-10 23:12:16851 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55852 'sources': [
[email protected]2f80c312009-02-25 21:26:55853 'base/cookie_monster_perftest.cc',
854 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33855 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55856 ],
857 'conditions': [
858 # This is needed to trigger the dll copy step on windows.
859 # TODO(mark): Specifying this here shouldn't be necessary.
860 [ 'OS == "win"', {
861 'dependencies': [
[email protected]280629492009-09-09 06:49:08862 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55863 ],
864 },
865 ],
866 ],
867 },
868 {
869 'target_name': 'stress_cache',
870 'type': 'executable',
871 'dependencies': [
872 'net',
[email protected]6718b412009-03-04 18:26:00873 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55874 '../base/base.gyp:base',
875 ],
876 'sources': [
[email protected]2f80c312009-02-25 21:26:55877 'disk_cache/stress_cache.cc',
878 ],
879 },
880 {
881 'target_name': 'tld_cleanup',
882 'type': 'executable',
883 'dependencies': [
884 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14885 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55886 '../build/temp_gyp/googleurl.gyp:googleurl',
887 ],
[email protected]b8234462009-03-18 02:30:55888 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55889 'sources': [
890 'tools/tld_cleanup/tld_cleanup.cc',
891 ],
892 },
893 {
894 'target_name': 'crash_cache',
895 'type': 'executable',
896 'dependencies': [
897 'net',
[email protected]6718b412009-03-04 18:26:00898 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55899 '../base/base.gyp:base',
900 ],
[email protected]9e450f22009-03-10 23:12:16901 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55902 'sources': [
903 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00904 ],
905 },
906 {
[email protected]f87591e52010-07-09 19:16:42907 'target_name': 'run_testserver',
908 'type': 'executable',
909 'dependencies': [
910 'net',
911 'net_test_support',
912 '../base/base.gyp:base',
913 '../testing/gtest.gyp:gtest',
914 ],
915 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5',
916 'sources': [
917 'tools/testserver/run_testserver.cc',
918 ],
919 },
920 {
[email protected]6718b412009-03-04 18:26:00921 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49922 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00923 'dependencies': [
924 'net',
925 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15926 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00927 ],
928 'sources': [
[email protected]702a6a722010-03-17 18:24:51929 'base/cert_test_util.cc',
930 'base/cert_test_util.h',
[email protected]2f80c312009-02-25 21:26:55931 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00932 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50933 'proxy/proxy_config_service_common_unittest.cc',
934 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44935 'socket/socket_test_util.cc',
936 'socket/socket_test_util.h',
[email protected]1b9565c2010-07-21 01:19:31937 'test/test_server.cc',
938 'test/test_server.h',
[email protected]702a6a722010-03-17 18:24:51939 ],
940 'conditions': [
[email protected]6c2046562010-05-07 23:47:50941 ['inside_chromium_build==1', {
942 'dependencies': [
943 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
944 '../third_party/protobuf2/protobuf.gyp:py_proto',
945 ],
946 }],
[email protected]702a6a722010-03-17 18:24:51947 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
948 'dependencies': [
949 '../build/linux/system.gyp:nss',
950 ],
951 }],
[email protected]85437612010-03-22 11:55:23952 ['OS == "linux"', {
953 'conditions': [
954 ['linux_use_tcmalloc==1', {
955 'dependencies': [
956 '../base/allocator/allocator.gyp:allocator',
957 ],
958 }],
959 ],
960 }],
[email protected]2f80c312009-02-25 21:26:55961 ],
962 },
[email protected]ef36c74c2009-03-11 13:32:22963 {
964 'target_name': 'net_resources',
965 'type': 'none',
966 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:02967 'variables': {
968 'grit_cmd': ['python', '../tools/grit/grit.py'],
969 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
970 'input_paths': [
971 'base/net_resources.grd',
972 ],
973 },
[email protected]ef36c74c2009-03-11 13:32:22974 'rules': [
[email protected]2f80c312009-02-25 21:26:55975 {
[email protected]ef36c74c2009-03-11 13:32:22976 'rule_name': 'grit',
977 'extension': 'grd',
978 'inputs': [
[email protected]5b910872010-02-09 01:03:02979 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55980 ],
[email protected]ef36c74c2009-03-11 13:32:22981 'outputs': [
[email protected]5b910872010-02-09 01:03:02982 '<!@(<(grit_info_cmd) '
983 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55984 ],
[email protected]ef36c74c2009-03-11 13:32:22985 'action':
[email protected]5b910872010-02-09 01:03:02986 ['<@(grit_cmd)',
987 '-i', '<(RULE_INPUT_PATH)', 'build',
988 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:35989 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:55990 },
[email protected]6718b412009-03-04 18:26:00991 ],
[email protected]ef36c74c2009-03-11 13:32:22992 'sources': [
[email protected]5b910872010-02-09 01:03:02993 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:22994 ],
995 'direct_dependent_settings': {
996 'include_dirs': [
997 '<(SHARED_INTERMEDIATE_DIR)/net',
998 ],
999 },
[email protected]b392f3e2009-05-11 20:01:241000 'conditions': [
1001 ['OS=="win"', {
1002 'dependencies': ['../build/win/system.gyp:cygwin'],
1003 }],
1004 ],
[email protected]ef36c74c2009-03-11 13:32:221005 },
[email protected]75b91f92009-06-17 07:28:481006 {
1007 'target_name': 'fetch_client',
1008 'type': 'executable',
1009 'dependencies': [
1010 'net',
1011 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:481012 '../testing/gtest.gyp:gtest',
1013 ],
1014 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1015 'sources': [
1016 'tools/fetch/fetch_client.cc',
1017 ],
1018 },
[email protected]fe4f06d2009-06-17 07:58:051019 {
1020 'target_name': 'fetch_server',
1021 'type': 'executable',
1022 'dependencies': [
1023 'net',
1024 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:051025 '../testing/gtest.gyp:gtest',
1026 ],
1027 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1028 'sources': [
1029 'tools/fetch/fetch_server.cc',
1030 'tools/fetch/http_listen_socket.cc',
1031 'tools/fetch/http_listen_socket.h',
1032 'tools/fetch/http_server.cc',
1033 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:001034 'tools/fetch/http_server_request_info.h',
1035 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:051036 'tools/fetch/http_session.cc',
1037 'tools/fetch/http_session.h',
1038 ],
1039 },
[email protected]c402da42009-12-10 02:38:031040 {
[email protected]0569d862010-07-05 11:32:401041 'target_name': 'http_listen_socket',
1042 'type': '<(library)',
1043 'dependencies': [
1044 'net',
1045 '../base/base.gyp:base',
1046 '../testing/gtest.gyp:gtest',
1047 ],
1048 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
1049 'sources': [
1050 'server/http_listen_socket.cc',
1051 'server/http_listen_socket.h',
1052 'server/http_server_request_info.h',
1053 ],
1054 },
1055 {
[email protected]c402da42009-12-10 02:38:031056 'target_name': 'hresolv',
1057 'type': 'executable',
1058 'dependencies': [
1059 'net_base',
1060 ],
1061 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
1062 'sources': [
1063 'tools/hresolv/hresolv.cc',
1064 ],
1065 },
[email protected]ef36c74c2009-03-11 13:32:221066 ],
1067 'conditions': [
[email protected]e71d2e9d2010-03-31 01:36:371068 # ['OS=="linux"', {
1069 # 'targets': [
1070 # {
1071 # 'target_name': 'flip_in_mem_edsm_server',
1072 # 'type': 'executable',
1073 # 'dependencies': [
1074 # '../base/base.gyp:base',
1075 # 'net.gyp:net',
1076 # ],
1077 # 'link_settings': {
1078 # 'ldflags': [
1079 # '-lssl'
1080 # ],
1081 # 'libraries': [
1082 # '-lssl'
1083 # ],
1084 # },
1085 # 'sources': [
1086 # 'tools/flip_server/balsa_enums.h',
1087 # 'tools/flip_server/balsa_frame.cc',
1088 # 'tools/flip_server/balsa_frame.h',
1089 # 'tools/flip_server/balsa_headers.cc',
1090 # 'tools/flip_server/balsa_headers.h',
1091 # 'tools/flip_server/balsa_headers_token_utils.cc',
1092 # 'tools/flip_server/balsa_headers_token_utils.h',
1093 # 'tools/flip_server/balsa_visitor_interface.h',
1094 # 'tools/flip_server/buffer_interface.h',
1095 # 'tools/flip_server/create_listener.cc',
1096 # 'tools/flip_server/create_listener.h',
1097 # 'tools/flip_server/epoll_server.cc',
1098 # 'tools/flip_server/epoll_server.h',
1099 # 'tools/flip_server/flip_in_mem_edsm_server.cc',
1100 # 'tools/flip_server/http_message_constants.cc',
1101 # 'tools/flip_server/http_message_constants.h',
1102 # 'tools/flip_server/loadtime_measurement.h',
1103 # 'tools/flip_server/porting.txt',
1104 # 'tools/flip_server/ring_buffer.cc',
1105 # 'tools/flip_server/ring_buffer.h',
1106 # 'tools/flip_server/simple_buffer.cc',
1107 # 'tools/flip_server/simple_buffer.h',
1108 # 'tools/flip_server/split.h',
1109 # 'tools/flip_server/split.cc',
1110 # 'tools/flip_server/string_piece_utils.h',
1111 # 'tools/flip_server/thread.h',
1112 # 'tools/flip_server/url_to_filename_encoder.h',
1113 # 'tools/flip_server/url_utilities.h',
1114 # ],
1115 # },
1116 # ]
1117 # }],
[email protected]6718b412009-03-04 18:26:001118 ['OS=="win"', {
1119 'targets': [
[email protected]2f80c312009-02-25 21:26:551120 {
1121 # TODO(port): dump_cache is still Windows-specific.
1122 'target_name': 'dump_cache',
1123 'type': 'executable',
1124 'dependencies': [
1125 'net',
1126 '../base/base.gyp:base',
1127 ],
1128 'sources': [
[email protected]c44344e2009-09-02 22:05:501129 'tools/dump_cache/cache_dumper.cc',
1130 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551131 'tools/dump_cache/dump_cache.cc',
1132 'tools/dump_cache/dump_files.cc',
1133 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171134 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501135 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]196f286c2010-06-07 14:57:171136 'tools/dump_cache/url_utilties.h',
[email protected]2f80c312009-02-25 21:26:551137 ],
1138 },
1139 ],
1140 }],
[email protected]2f80c312009-02-25 21:26:551141 ],
1142}
[email protected]f5c990c2009-10-06 03:02:381143
1144# Local Variables:
1145# tab-width:2
1146# indent-tabs-mode:nil
1147# End:
1148# vim: set expandtab tabstop=2 shiftwidth=2: