blob: e5dbc99210414a9aacf860a21a6e0247a00f5288 [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]c36f0642009-09-09 01:10:5056 'base/dns_util.cc',
57 'base/dns_util.h',
[email protected]2f80c312009-02-25 21:26:5558 'base/escape.cc',
59 'base/escape.h',
60 'base/ev_root_ca_metadata.cc',
61 'base/ev_root_ca_metadata.h',
62 'base/file_stream.h',
63 'base/file_stream_posix.cc',
64 'base/file_stream_win.cc',
65 'base/filter.cc',
66 'base/filter.h',
[email protected]72b4a772010-07-14 01:29:3067 'base/forwarding_net_log.cc',
68 'base/forwarding_net_log.h',
[email protected]2f80c312009-02-25 21:26:5569 'base/gzip_filter.cc',
70 'base/gzip_filter.h',
71 'base/gzip_header.cc',
72 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3873 'base/host_cache.cc',
74 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1475 'base/host_mapping_rules.cc',
76 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4277 'base/host_port_pair.cc',
78 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5579 'base/host_resolver.cc',
80 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3281 'base/host_resolver_impl.cc',
82 'base/host_resolver_impl.h',
83 'base/host_resolver_proc.cc',
84 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:5585 'base/io_buffer.cc',
86 'base/io_buffer.h',
[email protected]a755e1072009-10-23 16:58:3787 'base/keygen_handler.h',
88 'base/keygen_handler_mac.cc',
89 'base/keygen_handler_nss.cc',
90 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:5591 'base/listen_socket.cc',
92 'base/listen_socket.h',
93 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:2394 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:1695 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:3896 'base/mapped_host_resolver.cc',
97 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:5598 'base/mime_sniffer.cc',
99 'base/mime_sniffer.h',
100 'base/mime_util.cc',
101 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:32102 # TODO(eroman): move this into its own test-support target.
103 'base/mock_host_resolver.cc',
104 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55105 'base/net_error_list.h',
106 'base/net_errors.cc',
107 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53108 'base/net_log.cc',
109 'base/net_log.h',
110 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46111 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55112 'base/net_module.cc',
113 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55114 'base/net_util.cc',
115 'base/net_util.h',
116 'base/net_util_posix.cc',
117 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35118 'base/network_change_notifier.cc',
119 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35120 'base/network_change_notifier_linux.cc',
121 'base/network_change_notifier_linux.h',
122 'base/network_change_notifier_mac.cc',
123 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58124 'base/network_change_notifier_netlink_linux.cc',
125 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35126 'base/network_change_notifier_win.cc',
127 'base/network_change_notifier_win.h',
[email protected]9328443b2010-07-30 06:09:40128 'base/network_config_watcher_mac.cc',
129 'base/network_config_watcher_mac.h',
[email protected]2f80c312009-02-25 21:26:55130 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00131 'base/nss_memio.h',
[email protected]e5a3eef2010-07-22 02:31:04132 'base/pem_tokenizer.cc',
133 'base/pem_tokenizer.h',
[email protected]2f80c312009-02-25 21:26:55134 'base/platform_mime_util.h',
135 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
136 'base/platform_mime_util_linux.cc',
137 'base/platform_mime_util_mac.cc',
138 'base/platform_mime_util_win.cc',
139 'base/registry_controlled_domain.cc',
140 'base/registry_controlled_domain.h',
141 'base/scoped_cert_chain_context.h',
142 'base/sdch_filter.cc',
143 'base/sdch_filter.h',
144 'base/sdch_manager.cc',
145 'base/sdch_manager.h',
[email protected]0b45559b2009-06-12 21:45:11146 'base/ssl_cert_request_info.h',
[email protected]d8654bf2010-07-18 16:01:32147 'base/ssl_cipher_suite_names.cc',
148 'base/ssl_cipher_suite_names.h',
[email protected]56c866a22009-06-18 19:38:58149 'base/ssl_client_auth_cache.cc',
150 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39151 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55152 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42153 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32154 'base/ssl_config_service_mac.cc',
155 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42156 'base/ssl_config_service_win.cc',
157 'base/ssl_config_service_win.h',
[email protected]2f80c312009-02-25 21:26:55158 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12159 'base/static_cookie_policy.cc',
160 'base/static_cookie_policy.h',
[email protected]326e6792009-12-11 21:04:42161 'base/transport_security_state.cc',
162 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37163 'base/sys_addrinfo.h',
[email protected]d022e4e2009-06-23 04:13:00164 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55165 'base/upload_data.cc',
166 'base/upload_data.h',
167 'base/upload_data_stream.cc',
168 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55169 'base/winsock_init.cc',
170 'base/winsock_init.h',
171 'base/x509_certificate.cc',
172 'base/x509_certificate.h',
173 'base/x509_certificate_mac.cc',
174 'base/x509_certificate_nss.cc',
175 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04176 'base/x509_cert_types.cc',
177 'base/x509_cert_types.h',
178 'base/x509_cert_types_mac.cc',
[email protected]53ae7c42010-06-18 17:45:35179 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
180 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]9c2a57712009-10-21 20:35:11181 ],
182 'export_dependent_settings': [
183 '../base/base.gyp:base',
184 ],
185 'conditions': [
[email protected]50462ec2010-01-29 22:28:32186 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03187 'dependencies': [
188 '../build/linux/system.gyp:gconf',
189 '../build/linux/system.gyp:gdk',
190 '../build/linux/system.gyp:nss',
191 ],
192 },
193 { # else: OS is not in the above list
194 'sources!': [
195 'base/cert_database_nss.cc',
196 'base/keygen_handler_nss.cc',
197 'base/x509_certificate_nss.cc',
[email protected]53ae7c42010-06-18 17:45:35198 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
199 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]3dd6f5e2010-06-01 20:28:03200 ],
201 },
202 ],
[email protected]9c2a57712009-10-21 20:35:11203 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11204 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02205 # For nss_memio.{c,h}, which require only NSPR.
206 '../third_party/nss/nss.gyp:nspr',
[email protected]9c2a57712009-10-21 20:35:11207 'tld_cleanup',
208 ],
209 },
210 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47211 'dependencies': [
212 '../third_party/libevent/libevent.gyp:libevent',
213 ],
[email protected]9c2a57712009-10-21 20:35:11214 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11215 'base/winsock_init.cc',
216 ],
217 },
218 ],
[email protected]9c2a57712009-10-21 20:35:11219 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03220 'dependencies': [
221 # For nss_memio.{c,h}, which require only NSPR.
222 '../third_party/nss/nss.gyp:nspr',
[email protected]f505a9b2010-01-28 19:44:02223 ],
[email protected]9c2a57712009-10-21 20:35:11224 'link_settings': {
225 'libraries': [
226 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
227 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
228 ]
229 },
230 },
231 ],
232 ],
233 },
234 {
235 'target_name': 'net',
236 'type': '<(library)',
237 'dependencies': [
238 '../base/base.gyp:base',
239 '../base/base.gyp:base_i18n',
240 '../build/temp_gyp/googleurl.gyp:googleurl',
241 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11242 '../third_party/icu/icu.gyp:icui18n',
243 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11244 '../third_party/zlib/zlib.gyp:zlib',
245 'net_base',
246 'net_resources',
247 ],
248 'sources': [
[email protected]2f80c312009-02-25 21:26:55249 'disk_cache/addr.cc',
250 'disk_cache/addr.h',
251 'disk_cache/backend_impl.cc',
252 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58253 'disk_cache/bitmap.cc',
254 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55255 'disk_cache/block_files.cc',
256 'disk_cache/block_files.h',
257 'disk_cache/cache_util.h',
258 'disk_cache/cache_util_posix.cc',
259 'disk_cache/cache_util_win.cc',
260 'disk_cache/disk_cache.h',
261 'disk_cache/disk_format.h',
262 'disk_cache/entry_impl.cc',
263 'disk_cache/entry_impl.h',
264 'disk_cache/errors.h',
265 'disk_cache/eviction.cc',
266 'disk_cache/eviction.h',
267 'disk_cache/file.h',
268 'disk_cache/file_block.h',
269 'disk_cache/file_lock.cc',
270 'disk_cache/file_lock.h',
271 'disk_cache/file_posix.cc',
272 'disk_cache/file_win.cc',
273 'disk_cache/hash.cc',
274 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34275 'disk_cache/histogram_macros.h',
[email protected]fb2622f2010-07-13 18:00:56276 'disk_cache/in_flight_backend_io.cc',
277 'disk_cache/in_flight_backend_io.h',
278 'disk_cache/in_flight_io.cc',
279 'disk_cache/in_flight_io.h',
[email protected]2f80c312009-02-25 21:26:55280 'disk_cache/mapped_file.h',
281 'disk_cache/mapped_file_posix.cc',
282 'disk_cache/mapped_file_win.cc',
283 'disk_cache/mem_backend_impl.cc',
284 'disk_cache/mem_backend_impl.h',
285 'disk_cache/mem_entry_impl.cc',
286 'disk_cache/mem_entry_impl.h',
287 'disk_cache/mem_rankings.cc',
288 'disk_cache/mem_rankings.h',
289 'disk_cache/rankings.cc',
290 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58291 'disk_cache/sparse_control.cc',
292 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55293 'disk_cache/stats.cc',
294 'disk_cache/stats.h',
295 'disk_cache/stats_histogram.cc',
296 'disk_cache/stats_histogram.h',
297 'disk_cache/storage_block-inl.h',
298 'disk_cache/storage_block.h',
299 'disk_cache/trace.cc',
300 'disk_cache/trace.h',
301 'ftp/ftp_auth_cache.cc',
302 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09303 'ftp/ftp_ctrl_response_buffer.cc',
304 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49305 'ftp/ftp_directory_listing_buffer.cc',
306 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32307 'ftp/ftp_directory_listing_parser.cc',
308 'ftp/ftp_directory_listing_parser.h',
309 'ftp/ftp_directory_listing_parser_ls.cc',
310 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]9772b1c32009-12-10 19:39:01311 'ftp/ftp_directory_listing_parser_mlsd.cc',
312 'ftp/ftp_directory_listing_parser_mlsd.h',
[email protected]8425e66e2009-12-07 19:51:46313 'ftp/ftp_directory_listing_parser_netware.cc',
314 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32315 'ftp/ftp_directory_listing_parser_vms.cc',
316 'ftp/ftp_directory_listing_parser_vms.h',
317 'ftp/ftp_directory_listing_parser_windows.cc',
318 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55319 'ftp/ftp_network_layer.cc',
320 'ftp/ftp_network_layer.h',
321 'ftp/ftp_network_session.h',
322 'ftp/ftp_network_transaction.cc',
323 'ftp/ftp_network_transaction.h',
324 'ftp/ftp_request_info.h',
325 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55326 'ftp/ftp_server_type_histograms.cc',
327 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55328 'ftp/ftp_transaction.h',
329 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50330 'ftp/ftp_util.cc',
331 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41332 'http/des.cc',
333 'http/des.h',
[email protected]564b4912010-03-09 16:30:42334 'http/http_alternate_protocols.cc',
335 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55336 'http/http_atom_list.h',
337 'http/http_auth.cc',
338 'http/http_auth.h',
339 'http/http_auth_cache.cc',
340 'http/http_auth_cache.h',
[email protected]228404f2010-06-24 04:31:41341 'http/http_auth_controller.cc',
342 'http/http_auth_controller.h',
[email protected]eb3cac72010-02-26 21:07:45343 'http/http_auth_filter.cc',
344 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44345 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08346 'http/http_auth_gssapi_posix.cc',
347 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55348 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50349 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55350 'http/http_auth_handler_basic.cc',
351 'http/http_auth_handler_basic.h',
352 'http/http_auth_handler_digest.cc',
353 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50354 'http/http_auth_handler_factory.cc',
355 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05356 'http/http_auth_handler_negotiate.h',
[email protected]65d34382010-07-01 18:12:26357 'http/http_auth_handler_negotiate.cc',
[email protected]5ae0b862009-02-28 02:02:41358 'http/http_auth_handler_ntlm.cc',
359 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32360 'http/http_auth_handler_ntlm_portable.cc',
361 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56362 'http/http_auth_sspi_win.cc',
363 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57364 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00365 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39366 'http/http_byte_range.cc',
367 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55368 'http/http_cache.cc',
369 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23370 'http/http_cache_transaction.cc',
371 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55372 'http/http_chunked_decoder.cc',
373 'http/http_chunked_decoder.h',
[email protected]a7ea8832010-07-12 17:54:54374 'http/http_net_log_params.h',
[email protected]ac039522010-06-15 16:39:44375 'http/http_network_delegate.h',
[email protected]2f80c312009-02-25 21:26:55376 'http/http_network_layer.cc',
377 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44378 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55379 'http/http_network_session.h',
380 'http/http_network_transaction.cc',
381 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47382 'http/http_request_headers.cc',
383 'http/http_request_headers.h',
[email protected]2f80c312009-02-25 21:26:55384 'http/http_request_info.h',
385 'http/http_response_headers.cc',
386 'http/http_response_headers.h',
387 'http/http_response_info.cc',
388 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00389 'http/http_stream.h',
[email protected]0877e3d2009-10-17 22:29:57390 'http/http_stream_parser.cc',
391 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55392 'http/http_transaction.h',
393 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36394 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10395 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36396 'http/url_security_manager_posix.cc',
397 'http/url_security_manager_win.cc',
[email protected]a7ea8832010-07-12 17:54:54398 'http/http_proxy_client_socket.cc',
399 'http/http_proxy_client_socket.h',
[email protected]e772db3f2010-07-12 18:11:13400 'http/http_proxy_client_socket_pool.cc',
401 'http/http_proxy_client_socket_pool.h',
[email protected]2f80c312009-02-25 21:26:55402 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01403 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55404 'http/http_util.h',
405 'http/http_vary_data.cc',
406 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00407 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41408 'http/md4.cc',
409 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50410 'http/partial_data.cc',
411 'http/partial_data.h',
[email protected]25d8ea22009-08-25 19:42:29412 'ocsp/nss_ocsp.cc',
413 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12414 'proxy/init_proxy_resolver.cc',
415 'proxy/init_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00416 'proxy/multi_threaded_proxy_resolver.cc',
417 'proxy/multi_threaded_proxy_resolver.h',
[email protected]119655002010-07-23 06:02:40418 'proxy/polling_proxy_config_service.cc',
419 'proxy/polling_proxy_config_service.h',
[email protected]7541206c2010-02-19 20:24:06420 'proxy/proxy_bypass_rules.cc',
421 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18422 'proxy/proxy_config.cc',
423 'proxy/proxy_config.h',
424 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55425 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56426 'proxy/proxy_config_service_linux.cc',
427 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27428 'proxy/proxy_config_service_mac.cc',
429 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55430 'proxy/proxy_config_service_win.cc',
431 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18432 'proxy/proxy_info.cc',
433 'proxy/proxy_info.h',
434 'proxy/proxy_list.cc',
435 'proxy/proxy_list.h',
436 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12437 'proxy/proxy_resolver_js_bindings.cc',
438 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55439 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00440 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12441 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32442 'proxy/proxy_resolver_script.h',
[email protected]24476402010-07-20 20:55:17443 'proxy/proxy_resolver_script_data.cc',
444 'proxy/proxy_resolver_script_data.h',
[email protected]6b675b82009-02-26 23:18:32445 'proxy/proxy_resolver_v8.cc',
446 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55447 'proxy/proxy_resolver_winhttp.cc',
448 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18449 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55450 'proxy/proxy_script_fetcher.cc',
451 'proxy/proxy_script_fetcher.h',
452 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27453 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55454 'proxy/proxy_server.h',
455 'proxy/proxy_service.cc',
456 'proxy/proxy_service.h',
[email protected]1ca2b452010-04-17 00:07:04457 'proxy/sync_host_resolver_bridge.cc',
458 'proxy/sync_host_resolver_bridge.h',
[email protected]f7984fc62009-06-22 23:26:44459 'socket/client_socket.h',
460 'socket/client_socket_factory.cc',
461 'socket/client_socket_factory.h',
462 'socket/client_socket_handle.cc',
463 'socket/client_socket_handle.h',
464 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00465 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02466 'socket/client_socket_pool_base.cc',
467 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00468 'socket/client_socket_pool_histograms.cc',
469 'socket/client_socket_pool_histograms.h',
[email protected]f7984fc62009-06-22 23:26:44470 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35471 'socket/socks5_client_socket.cc',
472 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02473 'socket/socks_client_socket.cc',
474 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26475 'socket/socks_client_socket_pool.cc',
476 'socket/socks_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44477 'socket/ssl_client_socket.h',
478 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47479 'socket/ssl_client_socket_mac.h',
[email protected]fd4f139f2010-06-11 17:02:20480 'socket/ssl_client_socket_mac_factory.cc',
481 'socket/ssl_client_socket_mac_factory.h',
[email protected]20285392010-06-11 03:12:08482 'socket/ssl_client_socket_nss.cc',
483 'socket/ssl_client_socket_nss.h',
[email protected]fd4f139f2010-06-11 17:02:20484 'socket/ssl_client_socket_nss_factory.cc',
485 'socket/ssl_client_socket_nss_factory.h',
[email protected]e60e47a2010-07-14 03:37:18486 'socket/ssl_client_socket_pool.cc',
487 'socket/ssl_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44488 'socket/ssl_client_socket_win.cc',
489 'socket/ssl_client_socket_win.h',
[email protected]f7984fc62009-06-22 23:26:44490 'socket/tcp_client_socket.h',
491 'socket/tcp_client_socket_libevent.cc',
492 'socket/tcp_client_socket_libevent.h',
493 'socket/tcp_client_socket_pool.cc',
494 'socket/tcp_client_socket_pool.h',
495 'socket/tcp_client_socket_win.cc',
496 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47497 'socket/tcp_pinger.h',
[email protected]aef03132009-10-09 05:04:14498 'socket_stream/socket_stream.cc',
499 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13500 'socket_stream/socket_stream_job.cc',
501 'socket_stream/socket_stream_job.h',
502 'socket_stream/socket_stream_job_manager.cc',
503 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12504 'socket_stream/socket_stream_metrics.cc',
505 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32506 'spdy/spdy_bitmasks.h',
507 'spdy/spdy_frame_builder.cc',
508 'spdy/spdy_frame_builder.h',
509 'spdy/spdy_framer.cc',
510 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40511 'spdy/spdy_http_stream.cc',
512 'spdy/spdy_http_stream.h',
[email protected]dab9c7d2010-02-06 21:44:32513 'spdy/spdy_io_buffer.cc',
514 'spdy/spdy_io_buffer.h',
515 'spdy/spdy_network_transaction.cc',
516 'spdy/spdy_network_transaction.h',
517 'spdy/spdy_protocol.h',
518 'spdy/spdy_session.cc',
519 'spdy/spdy_session.h',
520 'spdy/spdy_session_pool.cc',
521 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50522 'spdy/spdy_settings_storage.cc',
523 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32524 'spdy/spdy_stream.cc',
525 'spdy/spdy_stream.h',
526 'spdy/spdy_transaction_factory.h',
[email protected]be4d55fe2010-06-01 13:40:02527 'url_request/https_prober.h',
528 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55529 'url_request/url_request.cc',
530 'url_request/url_request.h',
531 'url_request/url_request_about_job.cc',
532 'url_request/url_request_about_job.h',
[email protected]f1d81922010-07-31 17:47:09533 'url_request/url_request_context.cc',
[email protected]2f80c312009-02-25 21:26:55534 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58535 'url_request/url_request_data_job.cc',
536 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55537 'url_request/url_request_error_job.cc',
538 'url_request/url_request_error_job.h',
539 'url_request/url_request_file_dir_job.cc',
540 'url_request/url_request_file_dir_job.h',
541 'url_request/url_request_file_job.cc',
542 'url_request/url_request_file_job.h',
543 'url_request/url_request_filter.cc',
544 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13545 'url_request/url_request_ftp_job.cc',
546 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55547 'url_request/url_request_http_job.cc',
548 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55549 'url_request/url_request_job.cc',
550 'url_request/url_request_job.h',
551 'url_request/url_request_job_manager.cc',
552 'url_request/url_request_job_manager.h',
553 'url_request/url_request_job_metrics.cc',
554 'url_request/url_request_job_metrics.h',
555 'url_request/url_request_job_tracker.cc',
556 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36557 'url_request/url_request_netlog_params.cc',
558 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45559 'url_request/url_request_redirect_job.cc',
560 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55561 'url_request/url_request_simple_job.cc',
562 'url_request/url_request_simple_job.h',
563 'url_request/url_request_status.h',
564 'url_request/url_request_test_job.cc',
565 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04566 'url_request/view_cache_helper.cc',
567 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36568 'websockets/websocket.cc',
569 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16570 'websockets/websocket_frame_handler.cc',
571 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22572 'websockets/websocket_handshake.cc',
573 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55574 'websockets/websocket_handshake_draft75.cc',
575 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08576 'websockets/websocket_handshake_handler.cc',
577 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13578 'websockets/websocket_job.cc',
579 'websockets/websocket_job.h',
[email protected]4c4eac02009-11-04 10:02:28580 'websockets/websocket_throttle.cc',
581 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55582 ],
[email protected]2f80c312009-02-25 21:26:55583 'export_dependent_settings': [
584 '../base/base.gyp:base',
585 ],
586 'conditions': [
[email protected]c61f6432009-04-22 01:16:42587 ['javascript_engine=="v8"', {
588 'dependencies': [
[email protected]44531a22009-04-28 21:37:56589 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42590 ],
591 }],
[email protected]50462ec2010-01-29 22:28:32592 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03593 'dependencies': [
594 '../build/linux/system.gyp:gconf',
595 '../build/linux/system.gyp:gdk',
596 '../build/linux/system.gyp:nss',
597 ],
598 },
599 { # else: OS is not in the above list
600 'sources!': [
601 'ocsp/nss_ocsp.cc',
602 'ocsp/nss_ocsp.h',
603 ],
604 },
605 ],
[email protected]2f80c312009-02-25 21:26:55606 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55607 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32608 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44609 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55610 ],
611 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02612 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03613 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55614 'tld_cleanup',
615 ],
[email protected]2f80c312009-02-25 21:26:55616 },
617 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47618 'dependencies': [
619 '../third_party/libevent/libevent.gyp:libevent',
620 ],
[email protected]2f80c312009-02-25 21:26:55621 'sources!': [
[email protected]2f80c312009-02-25 21:26:55622 'proxy/proxy_resolver_winhttp.cc',
[email protected]fd4f139f2010-06-11 17:02:20623 'socket/ssl_client_socket_nss_factory.cc',
624 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55625 ],
[email protected]2f80c312009-02-25 21:26:55626 },
627 ],
628 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03629 'dependencies': [
630 '../third_party/nss/nss.gyp:nss',
631 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02632 ],
[email protected]2f80c312009-02-25 21:26:55633 'link_settings': {
634 'libraries': [
635 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
636 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
637 ]
638 },
639 },
[email protected]fd4f139f2010-06-11 17:02:20640 { # else: OS != "mac"
641 'sources!': [
642 'socket/ssl_client_socket_mac_factory.cc',
643 'socket/ssl_client_socket_mac_factory.h',
644 ],
645 },
[email protected]2f80c312009-02-25 21:26:55646 ],
[email protected]2f80c312009-02-25 21:26:55647 ],
648 },
649 {
650 'target_name': 'net_unittests',
651 'type': 'executable',
652 'dependencies': [
653 'net',
[email protected]6718b412009-03-04 18:26:00654 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55655 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14656 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54657 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55658 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57659 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55660 ],
[email protected]9e450f22009-03-10 23:12:16661 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55662 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38663 'base/address_list_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55664 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55665 'base/data_url_unittest.cc',
666 'base/directory_lister_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50667 'base/dns_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55668 'base/escape_unittest.cc',
669 'base/file_stream_unittest.cc',
670 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27671 'base/filter_unittest.h',
[email protected]72b4a772010-07-14 01:29:30672 'base/forwarding_net_log_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55673 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38674 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14675 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32676 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02677 'base/keygen_handler_unittest.cc',
[email protected]85437612010-03-22 11:55:23678 'base/leak_annotations.h',
[email protected]2f80c312009-02-25 21:26:55679 'base/listen_socket_unittest.cc',
680 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38681 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55682 'base/mime_sniffer_unittest.cc',
683 'base/mime_util_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53684 'base/net_log_unittest.h',
[email protected]66761b952010-06-25 21:30:38685 'base/net_test_suite.h',
[email protected]2f80c312009-02-25 21:26:55686 'base/net_util_unittest.cc',
[email protected]e5a3eef2010-07-22 02:31:04687 'base/pem_tokenizer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55688 'base/registry_controlled_domain_unittest.cc',
689 'base/run_all_unittests.cc',
690 'base/sdch_filter_unittest.cc',
[email protected]d8654bf2010-07-18 16:01:32691 'base/ssl_cipher_suite_names_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58692 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32693 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42694 'base/ssl_config_service_win_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12695 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42696 'base/transport_security_state_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29697 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55698 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33699 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55700 'base/x509_certificate_unittest.cc',
[email protected]d866fb52010-03-26 23:36:04701 'base/x509_cert_types_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55702 'disk_cache/addr_unittest.cc',
703 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58704 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55705 'disk_cache/block_files_unittest.cc',
706 'disk_cache/disk_cache_test_base.cc',
707 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55708 'disk_cache/entry_unittest.cc',
709 'disk_cache/mapped_file_unittest.cc',
710 'disk_cache/storage_block_unittest.cc',
711 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09712 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49713 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32714 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01715 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46716 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32717 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
718 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37719 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50720 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41721 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42722 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55723 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45724 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08725 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55726 'http/http_auth_handler_basic_unittest.cc',
727 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50728 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00729 'http/http_auth_handler_mock.cc',
730 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34731 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21732 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56733 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55734 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39735 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55736 'http/http_cache_unittest.cc',
737 'http/http_chunked_decoder_unittest.cc',
738 'http/http_network_layer_unittest.cc',
739 'http/http_network_transaction_unittest.cc',
[email protected]e772db3f2010-07-12 18:11:13740 'http/http_proxy_client_socket_pool_unittest.cc',
[email protected]270c6412010-03-29 22:02:47741 'http/http_request_headers_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55742 'http/http_response_headers_unittest.cc',
743 'http/http_transaction_unittest.cc',
744 'http/http_transaction_unittest.h',
745 'http/http_util_unittest.cc',
746 'http/http_vary_data_unittest.cc',
[email protected]3ad259a2010-07-16 17:26:47747 'http/mock_gssapi_library_posix.cc',
748 'http/mock_gssapi_library_posix.h',
[email protected]5c2471b2010-04-20 17:25:09749 'http/mock_sspi_library_win.h',
750 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30751 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12752 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19753 'proxy/mock_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00754 'proxy/multi_threaded_proxy_resolver_unittest.cc',
[email protected]7541206c2010-02-19 20:24:06755 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56756 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57757 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23758 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18759 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12760 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32761 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55762 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31763 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55764 'proxy/proxy_service_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04765 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05766 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35767 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26768 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58769 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44770 'socket/ssl_client_socket_unittest.cc',
[email protected]e60e47a2010-07-14 03:37:18771 'socket/ssl_client_socket_pool_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44772 'socket/tcp_client_socket_pool_unittest.cc',
773 'socket/tcp_client_socket_unittest.cc',
774 'socket/tcp_pinger_unittest.cc',
[email protected]26a64592009-12-15 08:04:40775 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11776 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32777 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:40778 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32779 'spdy/spdy_network_transaction_unittest.cc',
780 'spdy/spdy_protocol_test.cc',
781 'spdy/spdy_session_unittest.cc',
[email protected]4f386422010-07-20 04:19:49782 'spdy/spdy_stream_unittest.cc',
[email protected]75f30cc22010-06-28 21:41:38783 'spdy/spdy_test_util.cc',
[email protected]2ff8b312010-04-26 22:20:54784 'spdy/spdy_test_util.h',
[email protected]196f286c2010-06-07 14:57:17785 'tools/dump_cache/url_to_filename_encoder.cc',
786 'tools/dump_cache/url_to_filename_encoder.h',
787 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55788 'url_request/url_request_unittest.cc',
789 'url_request/url_request_unittest.h',
[email protected]cec6f9b02010-05-27 22:06:31790 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:16791 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:55792 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:08793 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:22794 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:13795 'websockets/websocket_job_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28796 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36797 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55798 ],
799 'conditions': [
[email protected]50462ec2010-01-29 22:28:32800 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26801 'dependencies': [
802 '../build/linux/system.gyp:gtk',
[email protected]69138472010-06-25 22:44:48803 '../build/linux/system.gyp:nss',
[email protected]9d384032009-03-20 23:13:26804 ],
[email protected]2f80c312009-02-25 21:26:55805 'sources!': [
806 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55807 ],
808 },
809 ],
[email protected]50462ec2010-01-29 22:28:32810 ['OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:15811 'conditions': [
812 ['linux_use_tcmalloc==1', {
813 'dependencies': [
814 '../base/allocator/allocator.gyp:allocator',
815 ],
816 }],
817 ],
818 }],
[email protected]2f80c312009-02-25 21:26:55819 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:08820 'sources!': [
821 'http/http_auth_gssapi_posix_unittest.cc',
822 ],
[email protected]cdafbff2010-03-02 17:47:02823 # This is needed to trigger the dll copy step on windows.
824 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:55825 'dependencies': [
[email protected]280629492009-09-09 06:49:08826 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55827 ],
828 },
829 ],
830 ],
831 },
832 {
833 'target_name': 'net_perftests',
834 'type': 'executable',
835 'dependencies': [
836 'net',
[email protected]6718b412009-03-04 18:26:00837 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55838 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14839 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45840 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06841 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55842 '../testing/gtest.gyp:gtest',
843 ],
[email protected]9e450f22009-03-10 23:12:16844 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55845 'sources': [
[email protected]2f80c312009-02-25 21:26:55846 'base/cookie_monster_perftest.cc',
847 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33848 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55849 ],
850 'conditions': [
851 # This is needed to trigger the dll copy step on windows.
852 # TODO(mark): Specifying this here shouldn't be necessary.
853 [ 'OS == "win"', {
854 'dependencies': [
[email protected]280629492009-09-09 06:49:08855 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55856 ],
857 },
858 ],
859 ],
860 },
861 {
862 'target_name': 'stress_cache',
863 'type': 'executable',
864 'dependencies': [
865 'net',
[email protected]6718b412009-03-04 18:26:00866 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55867 '../base/base.gyp:base',
868 ],
869 'sources': [
[email protected]2f80c312009-02-25 21:26:55870 'disk_cache/stress_cache.cc',
871 ],
872 },
873 {
874 'target_name': 'tld_cleanup',
875 'type': 'executable',
876 'dependencies': [
877 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14878 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55879 '../build/temp_gyp/googleurl.gyp:googleurl',
880 ],
[email protected]b8234462009-03-18 02:30:55881 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55882 'sources': [
883 'tools/tld_cleanup/tld_cleanup.cc',
884 ],
885 },
886 {
887 'target_name': 'crash_cache',
888 'type': 'executable',
889 'dependencies': [
890 'net',
[email protected]6718b412009-03-04 18:26:00891 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55892 '../base/base.gyp:base',
893 ],
[email protected]9e450f22009-03-10 23:12:16894 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55895 'sources': [
896 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00897 ],
898 },
899 {
[email protected]f87591e52010-07-09 19:16:42900 'target_name': 'run_testserver',
901 'type': 'executable',
902 'dependencies': [
903 'net',
904 'net_test_support',
905 '../base/base.gyp:base',
906 '../testing/gtest.gyp:gtest',
907 ],
908 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5',
909 'sources': [
910 'tools/testserver/run_testserver.cc',
911 ],
912 },
913 {
[email protected]6718b412009-03-04 18:26:00914 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49915 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00916 'dependencies': [
917 'net',
918 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15919 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00920 ],
921 'sources': [
[email protected]702a6a722010-03-17 18:24:51922 'base/cert_test_util.cc',
923 'base/cert_test_util.h',
[email protected]2f80c312009-02-25 21:26:55924 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00925 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50926 'proxy/proxy_config_service_common_unittest.cc',
927 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44928 'socket/socket_test_util.cc',
929 'socket/socket_test_util.h',
[email protected]1b9565c2010-07-21 01:19:31930 'test/test_server.cc',
931 'test/test_server.h',
[email protected]702a6a722010-03-17 18:24:51932 ],
933 'conditions': [
[email protected]6c2046562010-05-07 23:47:50934 ['inside_chromium_build==1', {
935 'dependencies': [
936 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
937 '../third_party/protobuf2/protobuf.gyp:py_proto',
938 ],
939 }],
[email protected]702a6a722010-03-17 18:24:51940 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
941 'dependencies': [
942 '../build/linux/system.gyp:nss',
943 ],
944 }],
[email protected]85437612010-03-22 11:55:23945 ['OS == "linux"', {
946 'conditions': [
947 ['linux_use_tcmalloc==1', {
948 'dependencies': [
949 '../base/allocator/allocator.gyp:allocator',
950 ],
951 }],
952 ],
953 }],
[email protected]2f80c312009-02-25 21:26:55954 ],
955 },
[email protected]ef36c74c2009-03-11 13:32:22956 {
957 'target_name': 'net_resources',
958 'type': 'none',
959 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:02960 'variables': {
961 'grit_cmd': ['python', '../tools/grit/grit.py'],
962 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
963 'input_paths': [
964 'base/net_resources.grd',
965 ],
966 },
[email protected]ef36c74c2009-03-11 13:32:22967 'rules': [
[email protected]2f80c312009-02-25 21:26:55968 {
[email protected]ef36c74c2009-03-11 13:32:22969 'rule_name': 'grit',
970 'extension': 'grd',
971 'inputs': [
[email protected]5b910872010-02-09 01:03:02972 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55973 ],
[email protected]ef36c74c2009-03-11 13:32:22974 'outputs': [
[email protected]5b910872010-02-09 01:03:02975 '<!@(<(grit_info_cmd) '
976 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55977 ],
[email protected]ef36c74c2009-03-11 13:32:22978 'action':
[email protected]5b910872010-02-09 01:03:02979 ['<@(grit_cmd)',
980 '-i', '<(RULE_INPUT_PATH)', 'build',
981 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:35982 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:55983 },
[email protected]6718b412009-03-04 18:26:00984 ],
[email protected]ef36c74c2009-03-11 13:32:22985 'sources': [
[email protected]5b910872010-02-09 01:03:02986 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:22987 ],
988 'direct_dependent_settings': {
989 'include_dirs': [
990 '<(SHARED_INTERMEDIATE_DIR)/net',
991 ],
992 },
[email protected]b392f3e2009-05-11 20:01:24993 'conditions': [
994 ['OS=="win"', {
995 'dependencies': ['../build/win/system.gyp:cygwin'],
996 }],
997 ],
[email protected]ef36c74c2009-03-11 13:32:22998 },
[email protected]75b91f92009-06-17 07:28:48999 {
1000 'target_name': 'fetch_client',
1001 'type': 'executable',
1002 'dependencies': [
1003 'net',
1004 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:481005 '../testing/gtest.gyp:gtest',
1006 ],
1007 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1008 'sources': [
1009 'tools/fetch/fetch_client.cc',
1010 ],
1011 },
[email protected]fe4f06d2009-06-17 07:58:051012 {
1013 'target_name': 'fetch_server',
1014 'type': 'executable',
1015 'dependencies': [
1016 'net',
1017 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:051018 '../testing/gtest.gyp:gtest',
1019 ],
1020 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1021 'sources': [
1022 'tools/fetch/fetch_server.cc',
1023 'tools/fetch/http_listen_socket.cc',
1024 'tools/fetch/http_listen_socket.h',
1025 'tools/fetch/http_server.cc',
1026 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:001027 'tools/fetch/http_server_request_info.h',
1028 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:051029 'tools/fetch/http_session.cc',
1030 'tools/fetch/http_session.h',
1031 ],
1032 },
[email protected]c402da42009-12-10 02:38:031033 {
[email protected]0569d862010-07-05 11:32:401034 'target_name': 'http_listen_socket',
1035 'type': '<(library)',
1036 'dependencies': [
1037 'net',
1038 '../base/base.gyp:base',
1039 '../testing/gtest.gyp:gtest',
1040 ],
1041 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
1042 'sources': [
1043 'server/http_listen_socket.cc',
1044 'server/http_listen_socket.h',
1045 'server/http_server_request_info.h',
1046 ],
1047 },
1048 {
[email protected]c402da42009-12-10 02:38:031049 'target_name': 'hresolv',
1050 'type': 'executable',
1051 'dependencies': [
1052 'net_base',
1053 ],
1054 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
1055 'sources': [
1056 'tools/hresolv/hresolv.cc',
1057 ],
1058 },
[email protected]ef36c74c2009-03-11 13:32:221059 ],
1060 'conditions': [
[email protected]e71d2e9d2010-03-31 01:36:371061 # ['OS=="linux"', {
1062 # 'targets': [
1063 # {
1064 # 'target_name': 'flip_in_mem_edsm_server',
1065 # 'type': 'executable',
1066 # 'dependencies': [
1067 # '../base/base.gyp:base',
1068 # 'net.gyp:net',
1069 # ],
1070 # 'link_settings': {
1071 # 'ldflags': [
1072 # '-lssl'
1073 # ],
1074 # 'libraries': [
1075 # '-lssl'
1076 # ],
1077 # },
1078 # 'sources': [
1079 # 'tools/flip_server/balsa_enums.h',
1080 # 'tools/flip_server/balsa_frame.cc',
1081 # 'tools/flip_server/balsa_frame.h',
1082 # 'tools/flip_server/balsa_headers.cc',
1083 # 'tools/flip_server/balsa_headers.h',
1084 # 'tools/flip_server/balsa_headers_token_utils.cc',
1085 # 'tools/flip_server/balsa_headers_token_utils.h',
1086 # 'tools/flip_server/balsa_visitor_interface.h',
1087 # 'tools/flip_server/buffer_interface.h',
1088 # 'tools/flip_server/create_listener.cc',
1089 # 'tools/flip_server/create_listener.h',
1090 # 'tools/flip_server/epoll_server.cc',
1091 # 'tools/flip_server/epoll_server.h',
1092 # 'tools/flip_server/flip_in_mem_edsm_server.cc',
1093 # 'tools/flip_server/http_message_constants.cc',
1094 # 'tools/flip_server/http_message_constants.h',
1095 # 'tools/flip_server/loadtime_measurement.h',
1096 # 'tools/flip_server/porting.txt',
1097 # 'tools/flip_server/ring_buffer.cc',
1098 # 'tools/flip_server/ring_buffer.h',
1099 # 'tools/flip_server/simple_buffer.cc',
1100 # 'tools/flip_server/simple_buffer.h',
1101 # 'tools/flip_server/split.h',
1102 # 'tools/flip_server/split.cc',
1103 # 'tools/flip_server/string_piece_utils.h',
1104 # 'tools/flip_server/thread.h',
1105 # 'tools/flip_server/url_to_filename_encoder.h',
1106 # 'tools/flip_server/url_utilities.h',
1107 # ],
1108 # },
1109 # ]
1110 # }],
[email protected]6718b412009-03-04 18:26:001111 ['OS=="win"', {
1112 'targets': [
[email protected]2f80c312009-02-25 21:26:551113 {
1114 # TODO(port): dump_cache is still Windows-specific.
1115 'target_name': 'dump_cache',
1116 'type': 'executable',
1117 'dependencies': [
1118 'net',
1119 '../base/base.gyp:base',
1120 ],
1121 'sources': [
[email protected]c44344e2009-09-02 22:05:501122 'tools/dump_cache/cache_dumper.cc',
1123 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551124 'tools/dump_cache/dump_cache.cc',
1125 'tools/dump_cache/dump_files.cc',
1126 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171127 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501128 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]196f286c2010-06-07 14:57:171129 'tools/dump_cache/url_utilties.h',
[email protected]2f80c312009-02-25 21:26:551130 ],
1131 },
1132 ],
1133 }],
[email protected]2f80c312009-02-25 21:26:551134 ],
1135}
[email protected]f5c990c2009-10-06 03:02:381136
1137# Local Variables:
1138# tab-width:2
1139# indent-tabs-mode:nil
1140# End:
1141# vim: set expandtab tabstop=2 shiftwidth=2: