blob: 5a61b6d823cdccd9a8b25d2a055f4090b72e0d38 [file] [log] [blame]
[email protected]cb370a0632010-01-30 08:24:121# Copyright (c) 2010 The Chromium Authors. All rights reserved.
[email protected]2f80c312009-02-25 21:26:552# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'variables': {
7 'chromium_code': 1,
8 },
[email protected]2f80c312009-02-25 21:26:559 'targets': [
10 {
[email protected]9c2a57712009-10-21 20:35:1111 'target_name': 'net_base',
[email protected]653bd5f032009-04-08 12:55:4912 'type': '<(library)',
[email protected]2f80c312009-02-25 21:26:5513 'dependencies': [
14 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:1415 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:5516 '../build/temp_gyp/googleurl.gyp:googleurl',
17 '../sdch/sdch.gyp:sdch',
[email protected]280629492009-09-09 06:49:0818 '../third_party/icu/icu.gyp:icui18n',
19 '../third_party/icu/icu.gyp:icuuc',
[email protected]ca21ee32009-10-23 18:03:2220 '../third_party/zlib/zlib.gyp:zlib',
[email protected]ef36c74c2009-03-11 13:32:2221 'net_resources',
[email protected]2f80c312009-02-25 21:26:5522 ],
23 'sources': [
[email protected]123ab1e32009-10-21 19:12:5724 'base/address_family.h',
[email protected]2f80c312009-02-25 21:26:5525 'base/address_list.cc',
26 'base/address_list.h',
[email protected]eb8605c2010-05-21 22:17:4727 'base/address_list_net_log_param.cc',
28 'base/address_list_net_log_param.h',
[email protected]2f80c312009-02-25 21:26:5529 'base/auth.h',
[email protected]6192f732009-03-25 23:44:2030 'base/cache_type.h',
[email protected]ec11be62010-04-28 19:28:0931 'base/capturing_net_log.cc',
32 'base/capturing_net_log.h',
[email protected]a755e1072009-10-23 16:58:3733 'base/cert_database.h',
34 'base/cert_database_mac.cc',
35 'base/cert_database_nss.cc',
36 'base/cert_database_win.cc',
[email protected]2f80c312009-02-25 21:26:5537 'base/cert_status_flags.cc',
38 'base/cert_status_flags.h',
39 'base/cert_verifier.cc',
40 'base/cert_verifier.h',
41 'base/cert_verify_result.h',
[email protected]2f80c312009-02-25 21:26:5542 'base/completion_callback.h',
43 'base/connection_type_histograms.cc',
44 'base/connection_type_histograms.h',
45 'base/cookie_monster.cc',
46 'base/cookie_monster.h',
[email protected]5f450e52009-07-28 13:28:1147 'base/cookie_options.h',
[email protected]2f80c312009-02-25 21:26:5548 'base/cookie_policy.h',
[email protected]5f450e52009-07-28 13:28:1149 'base/cookie_store.h',
[email protected]2f80c312009-02-25 21:26:5550 'base/data_url.cc',
51 'base/data_url.h',
52 'base/directory_lister.cc',
53 'base/directory_lister.h',
[email protected]c36f0642009-09-09 01:10:5054 'base/dns_util.cc',
55 'base/dns_util.h',
[email protected]2f80c312009-02-25 21:26:5556 'base/escape.cc',
57 'base/escape.h',
58 'base/ev_root_ca_metadata.cc',
59 'base/ev_root_ca_metadata.h',
60 'base/file_stream.h',
61 'base/file_stream_posix.cc',
62 'base/file_stream_win.cc',
63 'base/filter.cc',
64 'base/filter.h',
65 'base/gzip_filter.cc',
66 'base/gzip_filter.h',
67 'base/gzip_header.cc',
68 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3869 'base/host_cache.cc',
70 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1471 'base/host_mapping_rules.cc',
72 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4273 'base/host_port_pair.cc',
74 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5575 'base/host_resolver.cc',
76 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3277 'base/host_resolver_impl.cc',
78 'base/host_resolver_impl.h',
79 'base/host_resolver_proc.cc',
80 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:5581 'base/io_buffer.cc',
82 'base/io_buffer.h',
[email protected]9aed77b2010-04-01 18:49:4783 'base/keygen_handler.cc',
[email protected]a755e1072009-10-23 16:58:3784 'base/keygen_handler.h',
85 'base/keygen_handler_mac.cc',
86 'base/keygen_handler_nss.cc',
87 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:5588 'base/listen_socket.cc',
89 'base/listen_socket.h',
90 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:2391 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:1692 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:3893 'base/mapped_host_resolver.cc',
94 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:5595 'base/mime_sniffer.cc',
96 'base/mime_sniffer.h',
97 'base/mime_util.cc',
98 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:3299 # TODO(eroman): move this into its own test-support target.
100 'base/mock_host_resolver.cc',
101 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55102 'base/net_error_list.h',
103 'base/net_errors.cc',
104 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53105 'base/net_log.cc',
106 'base/net_log.h',
107 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46108 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55109 'base/net_module.cc',
110 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55111 'base/net_util.cc',
112 'base/net_util.h',
113 'base/net_util_posix.cc',
114 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35115 'base/network_change_notifier.cc',
116 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35117 'base/network_change_notifier_linux.cc',
118 'base/network_change_notifier_linux.h',
119 'base/network_change_notifier_mac.cc',
120 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58121 'base/network_change_notifier_netlink_linux.cc',
122 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35123 'base/network_change_notifier_win.cc',
124 'base/network_change_notifier_win.h',
[email protected]2f80c312009-02-25 21:26:55125 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00126 'base/nss_memio.h',
[email protected]2f80c312009-02-25 21:26:55127 'base/platform_mime_util.h',
128 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
129 'base/platform_mime_util_linux.cc',
130 'base/platform_mime_util_mac.cc',
131 'base/platform_mime_util_win.cc',
132 'base/registry_controlled_domain.cc',
133 'base/registry_controlled_domain.h',
134 'base/scoped_cert_chain_context.h',
135 'base/sdch_filter.cc',
136 'base/sdch_filter.h',
137 'base/sdch_manager.cc',
138 'base/sdch_manager.h',
[email protected]0b45559b2009-06-12 21:45:11139 'base/ssl_cert_request_info.h',
[email protected]56c866a22009-06-18 19:38:58140 'base/ssl_client_auth_cache.cc',
141 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39142 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55143 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42144 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32145 'base/ssl_config_service_mac.cc',
146 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42147 'base/ssl_config_service_win.cc',
148 'base/ssl_config_service_win.h',
[email protected]2f80c312009-02-25 21:26:55149 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12150 'base/static_cookie_policy.cc',
151 'base/static_cookie_policy.h',
[email protected]326e6792009-12-11 21:04:42152 'base/transport_security_state.cc',
153 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37154 'base/sys_addrinfo.h',
[email protected]2f80c312009-02-25 21:26:55155 'base/telnet_server.cc',
156 'base/telnet_server.h',
[email protected]d022e4e2009-06-23 04:13:00157 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55158 'base/upload_data.cc',
159 'base/upload_data.h',
160 'base/upload_data_stream.cc',
161 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55162 'base/winsock_init.cc',
163 'base/winsock_init.h',
164 'base/x509_certificate.cc',
165 'base/x509_certificate.h',
166 'base/x509_certificate_mac.cc',
167 'base/x509_certificate_nss.cc',
168 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04169 'base/x509_cert_types.cc',
170 'base/x509_cert_types.h',
171 'base/x509_cert_types_mac.cc',
[email protected]9c2a57712009-10-21 20:35:11172 ],
173 'export_dependent_settings': [
174 '../base/base.gyp:base',
175 ],
176 'conditions': [
[email protected]50462ec2010-01-29 22:28:32177 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03178 'dependencies': [
179 '../build/linux/system.gyp:gconf',
180 '../build/linux/system.gyp:gdk',
181 '../build/linux/system.gyp:nss',
182 ],
183 },
184 { # else: OS is not in the above list
185 'sources!': [
186 'base/cert_database_nss.cc',
187 'base/keygen_handler_nss.cc',
188 'base/x509_certificate_nss.cc',
189 ],
190 },
191 ],
[email protected]9c2a57712009-10-21 20:35:11192 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11193 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02194 # For nss_memio.{c,h}, which require only NSPR.
195 '../third_party/nss/nss.gyp:nspr',
[email protected]9c2a57712009-10-21 20:35:11196 'tld_cleanup',
197 ],
198 },
199 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47200 'dependencies': [
201 '../third_party/libevent/libevent.gyp:libevent',
202 ],
[email protected]9c2a57712009-10-21 20:35:11203 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11204 'base/winsock_init.cc',
205 ],
206 },
207 ],
[email protected]9c2a57712009-10-21 20:35:11208 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03209 'dependencies': [
210 # For nss_memio.{c,h}, which require only NSPR.
211 '../third_party/nss/nss.gyp:nspr',
[email protected]f505a9b2010-01-28 19:44:02212 ],
[email protected]9c2a57712009-10-21 20:35:11213 'link_settings': {
214 'libraries': [
215 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
216 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
217 ]
218 },
219 },
220 ],
221 ],
222 },
223 {
224 'target_name': 'net',
225 'type': '<(library)',
226 'dependencies': [
227 '../base/base.gyp:base',
228 '../base/base.gyp:base_i18n',
229 '../build/temp_gyp/googleurl.gyp:googleurl',
230 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11231 '../third_party/icu/icu.gyp:icui18n',
232 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11233 '../third_party/zlib/zlib.gyp:zlib',
234 'net_base',
235 'net_resources',
236 ],
237 'sources': [
[email protected]2f80c312009-02-25 21:26:55238 'disk_cache/addr.cc',
239 'disk_cache/addr.h',
240 'disk_cache/backend_impl.cc',
241 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58242 'disk_cache/bitmap.cc',
243 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55244 'disk_cache/block_files.cc',
245 'disk_cache/block_files.h',
246 'disk_cache/cache_util.h',
247 'disk_cache/cache_util_posix.cc',
248 'disk_cache/cache_util_win.cc',
249 'disk_cache/disk_cache.h',
250 'disk_cache/disk_format.h',
251 'disk_cache/entry_impl.cc',
252 'disk_cache/entry_impl.h',
253 'disk_cache/errors.h',
254 'disk_cache/eviction.cc',
255 'disk_cache/eviction.h',
256 'disk_cache/file.h',
257 'disk_cache/file_block.h',
258 'disk_cache/file_lock.cc',
259 'disk_cache/file_lock.h',
260 'disk_cache/file_posix.cc',
261 'disk_cache/file_win.cc',
262 'disk_cache/hash.cc',
263 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34264 'disk_cache/histogram_macros.h',
[email protected]2f80c312009-02-25 21:26:55265 'disk_cache/mapped_file.h',
266 'disk_cache/mapped_file_posix.cc',
267 'disk_cache/mapped_file_win.cc',
268 'disk_cache/mem_backend_impl.cc',
269 'disk_cache/mem_backend_impl.h',
270 'disk_cache/mem_entry_impl.cc',
271 'disk_cache/mem_entry_impl.h',
272 'disk_cache/mem_rankings.cc',
273 'disk_cache/mem_rankings.h',
274 'disk_cache/rankings.cc',
275 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58276 'disk_cache/sparse_control.cc',
277 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55278 'disk_cache/stats.cc',
279 'disk_cache/stats.h',
280 'disk_cache/stats_histogram.cc',
281 'disk_cache/stats_histogram.h',
282 'disk_cache/storage_block-inl.h',
283 'disk_cache/storage_block.h',
284 'disk_cache/trace.cc',
285 'disk_cache/trace.h',
286 'ftp/ftp_auth_cache.cc',
287 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09288 'ftp/ftp_ctrl_response_buffer.cc',
289 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49290 'ftp/ftp_directory_listing_buffer.cc',
291 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32292 'ftp/ftp_directory_listing_parser.cc',
293 'ftp/ftp_directory_listing_parser.h',
294 'ftp/ftp_directory_listing_parser_ls.cc',
295 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]9772b1c32009-12-10 19:39:01296 'ftp/ftp_directory_listing_parser_mlsd.cc',
297 'ftp/ftp_directory_listing_parser_mlsd.h',
[email protected]8425e66e2009-12-07 19:51:46298 'ftp/ftp_directory_listing_parser_netware.cc',
299 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32300 'ftp/ftp_directory_listing_parser_vms.cc',
301 'ftp/ftp_directory_listing_parser_vms.h',
302 'ftp/ftp_directory_listing_parser_windows.cc',
303 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55304 'ftp/ftp_network_layer.cc',
305 'ftp/ftp_network_layer.h',
306 'ftp/ftp_network_session.h',
307 'ftp/ftp_network_transaction.cc',
308 'ftp/ftp_network_transaction.h',
309 'ftp/ftp_request_info.h',
310 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55311 'ftp/ftp_server_type_histograms.cc',
312 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55313 'ftp/ftp_transaction.h',
314 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50315 'ftp/ftp_util.cc',
316 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41317 'http/des.cc',
318 'http/des.h',
[email protected]564b4912010-03-09 16:30:42319 'http/http_alternate_protocols.cc',
320 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55321 'http/http_atom_list.h',
322 'http/http_auth.cc',
323 'http/http_auth.h',
324 'http/http_auth_cache.cc',
325 'http/http_auth_cache.h',
[email protected]eb3cac72010-02-26 21:07:45326 'http/http_auth_filter.cc',
327 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44328 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08329 'http/http_auth_gssapi_posix.cc',
330 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55331 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50332 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55333 'http/http_auth_handler_basic.cc',
334 'http/http_auth_handler_basic.h',
335 'http/http_auth_handler_digest.cc',
336 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50337 'http/http_auth_handler_factory.cc',
338 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05339 'http/http_auth_handler_negotiate.h',
340 'http/http_auth_handler_negotiate_posix.cc',
341 'http/http_auth_handler_negotiate_win.cc',
[email protected]5ae0b862009-02-28 02:02:41342 'http/http_auth_handler_ntlm.cc',
343 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32344 'http/http_auth_handler_ntlm_portable.cc',
345 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56346 'http/http_auth_sspi_win.cc',
347 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57348 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00349 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39350 'http/http_byte_range.cc',
351 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55352 'http/http_cache.cc',
353 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23354 'http/http_cache_transaction.cc',
355 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55356 'http/http_chunked_decoder.cc',
357 'http/http_chunked_decoder.h',
[email protected]ac039522010-06-15 16:39:44358 'http/http_network_delegate.h',
[email protected]2f80c312009-02-25 21:26:55359 'http/http_network_layer.cc',
360 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44361 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55362 'http/http_network_session.h',
363 'http/http_network_transaction.cc',
364 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47365 'http/http_request_headers.cc',
366 'http/http_request_headers.h',
[email protected]2f80c312009-02-25 21:26:55367 'http/http_request_info.h',
368 'http/http_response_headers.cc',
369 'http/http_response_headers.h',
370 'http/http_response_info.cc',
371 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00372 'http/http_stream.h',
[email protected]0877e3d2009-10-17 22:29:57373 'http/http_stream_parser.cc',
374 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55375 'http/http_transaction.h',
376 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36377 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10378 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36379 'http/url_security_manager_posix.cc',
380 'http/url_security_manager_win.cc',
[email protected]2f80c312009-02-25 21:26:55381 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01382 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55383 'http/http_util.h',
384 'http/http_vary_data.cc',
385 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00386 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41387 'http/md4.cc',
388 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50389 'http/partial_data.cc',
390 'http/partial_data.h',
[email protected]25d8ea22009-08-25 19:42:29391 'ocsp/nss_ocsp.cc',
392 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12393 'proxy/init_proxy_resolver.cc',
394 'proxy/init_proxy_resolver.h',
[email protected]7541206c2010-02-19 20:24:06395 'proxy/proxy_bypass_rules.cc',
396 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18397 'proxy/proxy_config.cc',
398 'proxy/proxy_config.h',
399 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55400 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56401 'proxy/proxy_config_service_linux.cc',
402 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27403 'proxy/proxy_config_service_mac.cc',
404 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55405 'proxy/proxy_config_service_win.cc',
406 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18407 'proxy/proxy_info.cc',
408 'proxy/proxy_info.h',
409 'proxy/proxy_list.cc',
410 'proxy/proxy_list.h',
411 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12412 'proxy/proxy_resolver_js_bindings.cc',
413 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55414 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00415 'proxy/proxy_resolver_mac.h',
[email protected]6b675b82009-02-26 23:18:32416 'proxy/proxy_resolver_script.h',
417 'proxy/proxy_resolver_v8.cc',
418 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55419 'proxy/proxy_resolver_winhttp.cc',
420 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18421 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55422 'proxy/proxy_script_fetcher.cc',
423 'proxy/proxy_script_fetcher.h',
424 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27425 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55426 'proxy/proxy_server.h',
427 'proxy/proxy_service.cc',
428 'proxy/proxy_service.h',
[email protected]775fd9e2009-07-26 21:12:20429 'proxy/single_threaded_proxy_resolver.cc',
430 'proxy/single_threaded_proxy_resolver.h',
[email protected]1ca2b452010-04-17 00:07:04431 'proxy/sync_host_resolver_bridge.cc',
432 'proxy/sync_host_resolver_bridge.h',
[email protected]f7984fc62009-06-22 23:26:44433 'socket/client_socket.h',
434 'socket/client_socket_factory.cc',
435 'socket/client_socket_factory.h',
436 'socket/client_socket_handle.cc',
437 'socket/client_socket_handle.h',
438 'socket/client_socket_pool.h',
[email protected]ff579d42009-06-24 15:47:02439 'socket/client_socket_pool_base.cc',
440 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00441 'socket/client_socket_pool_histograms.cc',
442 'socket/client_socket_pool_histograms.h',
[email protected]f7984fc62009-06-22 23:26:44443 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35444 'socket/socks5_client_socket.cc',
445 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02446 'socket/socks_client_socket.cc',
447 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26448 'socket/socks_client_socket_pool.cc',
449 'socket/socks_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44450 'socket/ssl_client_socket.h',
451 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47452 'socket/ssl_client_socket_mac.h',
[email protected]fd4f139f2010-06-11 17:02:20453 'socket/ssl_client_socket_mac_factory.cc',
454 'socket/ssl_client_socket_mac_factory.h',
[email protected]20285392010-06-11 03:12:08455 'socket/ssl_client_socket_nss.cc',
456 'socket/ssl_client_socket_nss.h',
[email protected]fd4f139f2010-06-11 17:02:20457 'socket/ssl_client_socket_nss_factory.cc',
458 'socket/ssl_client_socket_nss_factory.h',
[email protected]f7984fc62009-06-22 23:26:44459 'socket/ssl_client_socket_win.cc',
460 'socket/ssl_client_socket_win.h',
[email protected]f7984fc62009-06-22 23:26:44461 'socket/tcp_client_socket.h',
462 'socket/tcp_client_socket_libevent.cc',
463 'socket/tcp_client_socket_libevent.h',
464 'socket/tcp_client_socket_pool.cc',
465 'socket/tcp_client_socket_pool.h',
466 'socket/tcp_client_socket_win.cc',
467 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47468 'socket/tcp_pinger.h',
[email protected]aef03132009-10-09 05:04:14469 'socket_stream/socket_stream.cc',
470 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13471 'socket_stream/socket_stream_job.cc',
472 'socket_stream/socket_stream_job.h',
473 'socket_stream/socket_stream_job_manager.cc',
474 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12475 'socket_stream/socket_stream_metrics.cc',
476 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32477 'spdy/spdy_bitmasks.h',
478 'spdy/spdy_frame_builder.cc',
479 'spdy/spdy_frame_builder.h',
480 'spdy/spdy_framer.cc',
481 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40482 'spdy/spdy_http_stream.cc',
483 'spdy/spdy_http_stream.h',
[email protected]dab9c7d2010-02-06 21:44:32484 'spdy/spdy_io_buffer.cc',
485 'spdy/spdy_io_buffer.h',
486 'spdy/spdy_network_transaction.cc',
487 'spdy/spdy_network_transaction.h',
488 'spdy/spdy_protocol.h',
489 'spdy/spdy_session.cc',
490 'spdy/spdy_session.h',
491 'spdy/spdy_session_pool.cc',
492 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50493 'spdy/spdy_settings_storage.cc',
494 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32495 'spdy/spdy_stream.cc',
496 'spdy/spdy_stream.h',
497 'spdy/spdy_transaction_factory.h',
[email protected]be4d55fe2010-06-01 13:40:02498 'url_request/https_prober.h',
499 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55500 'url_request/url_request.cc',
501 'url_request/url_request.h',
502 'url_request/url_request_about_job.cc',
503 'url_request/url_request_about_job.h',
504 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58505 'url_request/url_request_data_job.cc',
506 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55507 'url_request/url_request_error_job.cc',
508 'url_request/url_request_error_job.h',
509 'url_request/url_request_file_dir_job.cc',
510 'url_request/url_request_file_dir_job.h',
511 'url_request/url_request_file_job.cc',
512 'url_request/url_request_file_job.h',
513 'url_request/url_request_filter.cc',
514 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13515 'url_request/url_request_ftp_job.cc',
516 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55517 'url_request/url_request_http_job.cc',
518 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55519 'url_request/url_request_job.cc',
520 'url_request/url_request_job.h',
521 'url_request/url_request_job_manager.cc',
522 'url_request/url_request_job_manager.h',
523 'url_request/url_request_job_metrics.cc',
524 'url_request/url_request_job_metrics.h',
525 'url_request/url_request_job_tracker.cc',
526 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36527 'url_request/url_request_netlog_params.cc',
528 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45529 'url_request/url_request_redirect_job.cc',
530 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55531 'url_request/url_request_simple_job.cc',
532 'url_request/url_request_simple_job.h',
533 'url_request/url_request_status.h',
534 'url_request/url_request_test_job.cc',
535 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04536 'url_request/view_cache_helper.cc',
537 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36538 'websockets/websocket.cc',
539 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16540 'websockets/websocket_frame_handler.cc',
541 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22542 'websockets/websocket_handshake.cc',
543 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55544 'websockets/websocket_handshake_draft75.cc',
545 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08546 'websockets/websocket_handshake_handler.cc',
547 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13548 'websockets/websocket_job.cc',
549 'websockets/websocket_job.h',
[email protected]4c4eac02009-11-04 10:02:28550 'websockets/websocket_throttle.cc',
551 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55552 ],
[email protected]2f80c312009-02-25 21:26:55553 'export_dependent_settings': [
554 '../base/base.gyp:base',
555 ],
556 'conditions': [
[email protected]c61f6432009-04-22 01:16:42557 ['javascript_engine=="v8"', {
558 'dependencies': [
[email protected]44531a22009-04-28 21:37:56559 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42560 ],
561 }],
[email protected]50462ec2010-01-29 22:28:32562 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03563 'dependencies': [
564 '../build/linux/system.gyp:gconf',
565 '../build/linux/system.gyp:gdk',
566 '../build/linux/system.gyp:nss',
567 ],
568 },
569 { # else: OS is not in the above list
570 'sources!': [
571 'ocsp/nss_ocsp.cc',
572 'ocsp/nss_ocsp.h',
573 ],
574 },
575 ],
[email protected]2f80c312009-02-25 21:26:55576 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55577 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32578 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44579 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55580 ],
581 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02582 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03583 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55584 'tld_cleanup',
585 ],
[email protected]1fabd9a2010-02-04 19:08:29586 'link_settings': {
587 'libraries': [
588 '-lIphlpapi.lib',
589 ],
590 },
[email protected]2f80c312009-02-25 21:26:55591 },
592 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47593 'dependencies': [
594 '../third_party/libevent/libevent.gyp:libevent',
595 ],
[email protected]2f80c312009-02-25 21:26:55596 'sources!': [
[email protected]2f80c312009-02-25 21:26:55597 'proxy/proxy_resolver_winhttp.cc',
[email protected]fd4f139f2010-06-11 17:02:20598 'socket/ssl_client_socket_nss_factory.cc',
599 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55600 ],
[email protected]2f80c312009-02-25 21:26:55601 },
602 ],
603 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03604 'dependencies': [
605 '../third_party/nss/nss.gyp:nss',
606 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02607 ],
[email protected]2f80c312009-02-25 21:26:55608 'link_settings': {
609 'libraries': [
610 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
611 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
612 ]
613 },
614 },
[email protected]fd4f139f2010-06-11 17:02:20615 { # else: OS != "mac"
616 'sources!': [
617 'socket/ssl_client_socket_mac_factory.cc',
618 'socket/ssl_client_socket_mac_factory.h',
619 ],
620 },
[email protected]2f80c312009-02-25 21:26:55621 ],
[email protected]2f80c312009-02-25 21:26:55622 ],
623 },
624 {
625 'target_name': 'net_unittests',
626 'type': 'executable',
627 'dependencies': [
628 'net',
[email protected]6718b412009-03-04 18:26:00629 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55630 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14631 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54632 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55633 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57634 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55635 ],
[email protected]9e450f22009-03-10 23:12:16636 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55637 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38638 'base/address_list_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55639 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55640 'base/data_url_unittest.cc',
641 'base/directory_lister_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50642 'base/dns_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55643 'base/escape_unittest.cc',
644 'base/file_stream_unittest.cc',
645 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27646 'base/filter_unittest.h',
[email protected]2f80c312009-02-25 21:26:55647 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38648 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14649 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32650 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02651 'base/keygen_handler_unittest.cc',
[email protected]85437612010-03-22 11:55:23652 'base/leak_annotations.h',
[email protected]2f80c312009-02-25 21:26:55653 'base/listen_socket_unittest.cc',
654 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38655 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55656 'base/mime_sniffer_unittest.cc',
657 'base/mime_util_unittest.cc',
[email protected]100d5fb92009-12-21 21:08:35658 'base/mock_network_change_notifier.h',
[email protected]9e743cd2010-03-16 07:03:53659 'base/net_log_unittest.h',
[email protected]0fefd0202009-12-18 04:35:41660 'base/net_test_constants.h',
[email protected]2f80c312009-02-25 21:26:55661 'base/net_util_unittest.cc',
662 'base/registry_controlled_domain_unittest.cc',
663 'base/run_all_unittests.cc',
664 'base/sdch_filter_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58665 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32666 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42667 'base/ssl_config_service_win_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12668 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42669 'base/transport_security_state_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55670 'base/telnet_server_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29671 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55672 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33673 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55674 'base/x509_certificate_unittest.cc',
[email protected]d866fb52010-03-26 23:36:04675 'base/x509_cert_types_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55676 'disk_cache/addr_unittest.cc',
677 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58678 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55679 'disk_cache/block_files_unittest.cc',
680 'disk_cache/disk_cache_test_base.cc',
681 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55682 'disk_cache/entry_unittest.cc',
683 'disk_cache/mapped_file_unittest.cc',
684 'disk_cache/storage_block_unittest.cc',
685 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09686 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49687 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32688 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01689 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46690 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32691 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
692 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37693 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50694 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41695 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42696 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55697 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45698 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08699 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55700 'http/http_auth_handler_basic_unittest.cc',
701 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50702 'http/http_auth_handler_factory_unittest.cc',
[email protected]e607ee672010-04-28 17:16:34703 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56704 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55705 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39706 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55707 'http/http_cache_unittest.cc',
708 'http/http_chunked_decoder_unittest.cc',
709 'http/http_network_layer_unittest.cc',
710 'http/http_network_transaction_unittest.cc',
[email protected]270c6412010-03-29 22:02:47711 'http/http_request_headers_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55712 'http/http_response_headers_unittest.cc',
713 'http/http_transaction_unittest.cc',
714 'http/http_transaction_unittest.h',
715 'http/http_util_unittest.cc',
716 'http/http_vary_data_unittest.cc',
[email protected]5c2471b2010-04-20 17:25:09717 'http/mock_sspi_library_win.h',
718 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30719 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12720 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19721 'proxy/mock_proxy_resolver.h',
[email protected]7541206c2010-02-19 20:24:06722 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56723 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57724 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23725 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18726 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12727 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32728 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55729 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31730 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55731 'proxy/proxy_service_unittest.cc',
[email protected]775fd9e2009-07-26 21:12:20732 'proxy/single_threaded_proxy_resolver_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04733 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05734 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35735 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26736 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58737 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44738 'socket/ssl_client_socket_unittest.cc',
739 'socket/tcp_client_socket_pool_unittest.cc',
740 'socket/tcp_client_socket_unittest.cc',
741 'socket/tcp_pinger_unittest.cc',
[email protected]26a64592009-12-15 08:04:40742 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11743 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32744 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:40745 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32746 'spdy/spdy_network_transaction_unittest.cc',
747 'spdy/spdy_protocol_test.cc',
748 'spdy/spdy_session_unittest.cc',
[email protected]2ff8b312010-04-26 22:20:54749 'spdy/spdy_test_util.h',
[email protected]196f286c2010-06-07 14:57:17750 'tools/dump_cache/url_to_filename_encoder.cc',
751 'tools/dump_cache/url_to_filename_encoder.h',
752 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55753 'url_request/url_request_unittest.cc',
754 'url_request/url_request_unittest.h',
[email protected]cec6f9b02010-05-27 22:06:31755 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:16756 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:55757 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:08758 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:22759 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:13760 'websockets/websocket_job_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28761 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36762 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55763 ],
764 'conditions': [
[email protected]50462ec2010-01-29 22:28:32765 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26766 'dependencies': [
767 '../build/linux/system.gyp:gtk',
768 ],
[email protected]2f80c312009-02-25 21:26:55769 'sources!': [
770 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55771 ],
772 },
773 ],
[email protected]50462ec2010-01-29 22:28:32774 ['OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:15775 'conditions': [
776 ['linux_use_tcmalloc==1', {
777 'dependencies': [
778 '../base/allocator/allocator.gyp:allocator',
779 ],
780 }],
781 ],
782 }],
[email protected]2f80c312009-02-25 21:26:55783 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:08784 'sources!': [
785 'http/http_auth_gssapi_posix_unittest.cc',
786 ],
[email protected]cdafbff2010-03-02 17:47:02787 # This is needed to trigger the dll copy step on windows.
788 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:55789 'dependencies': [
[email protected]280629492009-09-09 06:49:08790 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55791 ],
792 },
793 ],
794 ],
795 },
796 {
797 'target_name': 'net_perftests',
798 'type': 'executable',
799 'dependencies': [
800 'net',
[email protected]6718b412009-03-04 18:26:00801 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55802 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14803 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45804 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06805 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55806 '../testing/gtest.gyp:gtest',
807 ],
[email protected]9e450f22009-03-10 23:12:16808 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55809 'sources': [
[email protected]2f80c312009-02-25 21:26:55810 'base/cookie_monster_perftest.cc',
811 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33812 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55813 ],
814 'conditions': [
815 # This is needed to trigger the dll copy step on windows.
816 # TODO(mark): Specifying this here shouldn't be necessary.
817 [ 'OS == "win"', {
818 'dependencies': [
[email protected]280629492009-09-09 06:49:08819 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55820 ],
821 },
822 ],
823 ],
824 },
825 {
826 'target_name': 'stress_cache',
827 'type': 'executable',
828 'dependencies': [
829 'net',
[email protected]6718b412009-03-04 18:26:00830 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55831 '../base/base.gyp:base',
832 ],
833 'sources': [
[email protected]2f80c312009-02-25 21:26:55834 'disk_cache/stress_cache.cc',
835 ],
836 },
837 {
838 'target_name': 'tld_cleanup',
839 'type': 'executable',
840 'dependencies': [
841 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14842 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55843 '../build/temp_gyp/googleurl.gyp:googleurl',
844 ],
[email protected]b8234462009-03-18 02:30:55845 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55846 'sources': [
847 'tools/tld_cleanup/tld_cleanup.cc',
848 ],
849 },
850 {
851 'target_name': 'crash_cache',
852 'type': 'executable',
853 'dependencies': [
854 'net',
[email protected]6718b412009-03-04 18:26:00855 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55856 '../base/base.gyp:base',
857 ],
[email protected]9e450f22009-03-10 23:12:16858 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55859 'sources': [
860 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00861 ],
862 },
863 {
864 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49865 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00866 'dependencies': [
867 'net',
868 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15869 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00870 ],
871 'sources': [
[email protected]702a6a722010-03-17 18:24:51872 'base/cert_test_util.cc',
873 'base/cert_test_util.h',
[email protected]2f80c312009-02-25 21:26:55874 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00875 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50876 'proxy/proxy_config_service_common_unittest.cc',
877 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44878 'socket/socket_test_util.cc',
879 'socket/socket_test_util.h',
[email protected]702a6a722010-03-17 18:24:51880 'socket/ssl_test_util.cc',
881 'socket/ssl_test_util.h',
882 ],
883 'conditions': [
[email protected]6c2046562010-05-07 23:47:50884 ['inside_chromium_build==1', {
885 'dependencies': [
886 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
887 '../third_party/protobuf2/protobuf.gyp:py_proto',
888 ],
889 }],
[email protected]702a6a722010-03-17 18:24:51890 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
891 'dependencies': [
892 '../build/linux/system.gyp:nss',
893 ],
894 }],
[email protected]85437612010-03-22 11:55:23895 ['OS == "linux"', {
896 'conditions': [
897 ['linux_use_tcmalloc==1', {
898 'dependencies': [
899 '../base/allocator/allocator.gyp:allocator',
900 ],
901 }],
902 ],
903 }],
[email protected]2f80c312009-02-25 21:26:55904 ],
905 },
[email protected]ef36c74c2009-03-11 13:32:22906 {
907 'target_name': 'net_resources',
908 'type': 'none',
909 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:02910 'variables': {
911 'grit_cmd': ['python', '../tools/grit/grit.py'],
912 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
913 'input_paths': [
914 'base/net_resources.grd',
915 ],
916 },
[email protected]ef36c74c2009-03-11 13:32:22917 'rules': [
[email protected]2f80c312009-02-25 21:26:55918 {
[email protected]ef36c74c2009-03-11 13:32:22919 'rule_name': 'grit',
920 'extension': 'grd',
921 'inputs': [
[email protected]5b910872010-02-09 01:03:02922 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55923 ],
[email protected]ef36c74c2009-03-11 13:32:22924 'outputs': [
[email protected]5b910872010-02-09 01:03:02925 '<!@(<(grit_info_cmd) '
926 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55927 ],
[email protected]ef36c74c2009-03-11 13:32:22928 'action':
[email protected]5b910872010-02-09 01:03:02929 ['<@(grit_cmd)',
930 '-i', '<(RULE_INPUT_PATH)', 'build',
931 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:35932 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:55933 },
[email protected]6718b412009-03-04 18:26:00934 ],
[email protected]ef36c74c2009-03-11 13:32:22935 'sources': [
[email protected]5b910872010-02-09 01:03:02936 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:22937 ],
938 'direct_dependent_settings': {
939 'include_dirs': [
940 '<(SHARED_INTERMEDIATE_DIR)/net',
941 ],
942 },
[email protected]b392f3e2009-05-11 20:01:24943 'conditions': [
944 ['OS=="win"', {
945 'dependencies': ['../build/win/system.gyp:cygwin'],
946 }],
947 ],
[email protected]ef36c74c2009-03-11 13:32:22948 },
[email protected]75b91f92009-06-17 07:28:48949 {
950 'target_name': 'fetch_client',
951 'type': 'executable',
952 'dependencies': [
953 'net',
954 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:48955 '../testing/gtest.gyp:gtest',
956 ],
957 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
958 'sources': [
959 'tools/fetch/fetch_client.cc',
960 ],
961 },
[email protected]fe4f06d2009-06-17 07:58:05962 {
963 'target_name': 'fetch_server',
964 'type': 'executable',
965 'dependencies': [
966 'net',
967 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:05968 '../testing/gtest.gyp:gtest',
969 ],
970 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
971 'sources': [
972 'tools/fetch/fetch_server.cc',
973 'tools/fetch/http_listen_socket.cc',
974 'tools/fetch/http_listen_socket.h',
975 'tools/fetch/http_server.cc',
976 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:00977 'tools/fetch/http_server_request_info.h',
978 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:05979 'tools/fetch/http_session.cc',
980 'tools/fetch/http_session.h',
981 ],
982 },
[email protected]c402da42009-12-10 02:38:03983 {
984 'target_name': 'hresolv',
985 'type': 'executable',
986 'dependencies': [
987 'net_base',
988 ],
989 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
990 'sources': [
991 'tools/hresolv/hresolv.cc',
992 ],
993 },
[email protected]ef36c74c2009-03-11 13:32:22994 ],
995 'conditions': [
[email protected]e71d2e9d2010-03-31 01:36:37996 # ['OS=="linux"', {
997 # 'targets': [
998 # {
999 # 'target_name': 'flip_in_mem_edsm_server',
1000 # 'type': 'executable',
1001 # 'dependencies': [
1002 # '../base/base.gyp:base',
1003 # 'net.gyp:net',
1004 # ],
1005 # 'link_settings': {
1006 # 'ldflags': [
1007 # '-lssl'
1008 # ],
1009 # 'libraries': [
1010 # '-lssl'
1011 # ],
1012 # },
1013 # 'sources': [
1014 # 'tools/flip_server/balsa_enums.h',
1015 # 'tools/flip_server/balsa_frame.cc',
1016 # 'tools/flip_server/balsa_frame.h',
1017 # 'tools/flip_server/balsa_headers.cc',
1018 # 'tools/flip_server/balsa_headers.h',
1019 # 'tools/flip_server/balsa_headers_token_utils.cc',
1020 # 'tools/flip_server/balsa_headers_token_utils.h',
1021 # 'tools/flip_server/balsa_visitor_interface.h',
1022 # 'tools/flip_server/buffer_interface.h',
1023 # 'tools/flip_server/create_listener.cc',
1024 # 'tools/flip_server/create_listener.h',
1025 # 'tools/flip_server/epoll_server.cc',
1026 # 'tools/flip_server/epoll_server.h',
1027 # 'tools/flip_server/flip_in_mem_edsm_server.cc',
1028 # 'tools/flip_server/http_message_constants.cc',
1029 # 'tools/flip_server/http_message_constants.h',
1030 # 'tools/flip_server/loadtime_measurement.h',
1031 # 'tools/flip_server/porting.txt',
1032 # 'tools/flip_server/ring_buffer.cc',
1033 # 'tools/flip_server/ring_buffer.h',
1034 # 'tools/flip_server/simple_buffer.cc',
1035 # 'tools/flip_server/simple_buffer.h',
1036 # 'tools/flip_server/split.h',
1037 # 'tools/flip_server/split.cc',
1038 # 'tools/flip_server/string_piece_utils.h',
1039 # 'tools/flip_server/thread.h',
1040 # 'tools/flip_server/url_to_filename_encoder.h',
1041 # 'tools/flip_server/url_utilities.h',
1042 # ],
1043 # },
1044 # ]
1045 # }],
[email protected]6718b412009-03-04 18:26:001046 ['OS=="win"', {
1047 'targets': [
[email protected]2f80c312009-02-25 21:26:551048 {
1049 # TODO(port): dump_cache is still Windows-specific.
1050 'target_name': 'dump_cache',
1051 'type': 'executable',
1052 'dependencies': [
1053 'net',
1054 '../base/base.gyp:base',
1055 ],
1056 'sources': [
[email protected]c44344e2009-09-02 22:05:501057 'tools/dump_cache/cache_dumper.cc',
1058 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551059 'tools/dump_cache/dump_cache.cc',
1060 'tools/dump_cache/dump_files.cc',
1061 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171062 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501063 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]196f286c2010-06-07 14:57:171064 'tools/dump_cache/url_utilties.h',
[email protected]2f80c312009-02-25 21:26:551065 ],
1066 },
1067 ],
1068 }],
[email protected]2f80c312009-02-25 21:26:551069 ],
1070}
[email protected]f5c990c2009-10-06 03:02:381071
1072# Local Variables:
1073# tab-width:2
1074# indent-tabs-mode:nil
1075# End:
1076# vim: set expandtab tabstop=2 shiftwidth=2: