blob: e978135393a54c0127e46dca0f85c1c3c84e010b [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',
27 'base/auth.h',
[email protected]6192f732009-03-25 23:44:2028 'base/cache_type.h',
[email protected]ec11be62010-04-28 19:28:0929 'base/capturing_net_log.cc',
30 'base/capturing_net_log.h',
[email protected]a755e1072009-10-23 16:58:3731 'base/cert_database.h',
32 'base/cert_database_mac.cc',
33 'base/cert_database_nss.cc',
34 'base/cert_database_win.cc',
[email protected]2f80c312009-02-25 21:26:5535 'base/cert_status_flags.cc',
36 'base/cert_status_flags.h',
37 'base/cert_verifier.cc',
38 'base/cert_verifier.h',
39 'base/cert_verify_result.h',
[email protected]2f80c312009-02-25 21:26:5540 'base/completion_callback.h',
41 'base/connection_type_histograms.cc',
42 'base/connection_type_histograms.h',
43 'base/cookie_monster.cc',
44 'base/cookie_monster.h',
[email protected]5f450e52009-07-28 13:28:1145 'base/cookie_options.h',
[email protected]2f80c312009-02-25 21:26:5546 'base/cookie_policy.h',
[email protected]5f450e52009-07-28 13:28:1147 'base/cookie_store.h',
[email protected]2f80c312009-02-25 21:26:5548 'base/data_url.cc',
49 'base/data_url.h',
50 'base/directory_lister.cc',
51 'base/directory_lister.h',
[email protected]c36f0642009-09-09 01:10:5052 'base/dns_util.cc',
53 'base/dns_util.h',
[email protected]2f80c312009-02-25 21:26:5554 'base/escape.cc',
55 'base/escape.h',
56 'base/ev_root_ca_metadata.cc',
57 'base/ev_root_ca_metadata.h',
58 'base/file_stream.h',
59 'base/file_stream_posix.cc',
60 'base/file_stream_win.cc',
61 'base/filter.cc',
62 'base/filter.h',
63 'base/gzip_filter.cc',
64 'base/gzip_filter.h',
65 'base/gzip_header.cc',
66 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3867 'base/host_cache.cc',
68 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1469 'base/host_mapping_rules.cc',
70 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4271 'base/host_port_pair.cc',
72 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5573 'base/host_resolver.cc',
74 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3275 'base/host_resolver_impl.cc',
76 'base/host_resolver_impl.h',
77 'base/host_resolver_proc.cc',
78 'base/host_resolver_proc.h',
[email protected]326e6792009-12-11 21:04:4279 'base/https_prober.h',
80 'base/https_prober.cc',
[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]2f80c312009-02-25 21:26:55108 'base/net_module.cc',
109 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55110 'base/net_util.cc',
111 'base/net_util.h',
112 'base/net_util_posix.cc',
113 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35114 'base/network_change_notifier.cc',
115 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35116 'base/network_change_notifier_linux.cc',
117 'base/network_change_notifier_linux.h',
118 'base/network_change_notifier_mac.cc',
119 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58120 'base/network_change_notifier_netlink_linux.cc',
121 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35122 'base/network_change_notifier_win.cc',
123 'base/network_change_notifier_win.h',
[email protected]2f80c312009-02-25 21:26:55124 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00125 'base/nss_memio.h',
[email protected]2f80c312009-02-25 21:26:55126 'base/platform_mime_util.h',
127 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
128 'base/platform_mime_util_linux.cc',
129 'base/platform_mime_util_mac.cc',
130 'base/platform_mime_util_win.cc',
131 'base/registry_controlled_domain.cc',
132 'base/registry_controlled_domain.h',
133 'base/scoped_cert_chain_context.h',
134 'base/sdch_filter.cc',
135 'base/sdch_filter.h',
136 'base/sdch_manager.cc',
137 'base/sdch_manager.h',
[email protected]0b45559b2009-06-12 21:45:11138 'base/ssl_cert_request_info.h',
[email protected]56c866a22009-06-18 19:38:58139 'base/ssl_client_auth_cache.cc',
140 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39141 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55142 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42143 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32144 'base/ssl_config_service_mac.cc',
145 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42146 'base/ssl_config_service_win.cc',
147 'base/ssl_config_service_win.h',
[email protected]2f80c312009-02-25 21:26:55148 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12149 'base/static_cookie_policy.cc',
150 'base/static_cookie_policy.h',
[email protected]326e6792009-12-11 21:04:42151 'base/transport_security_state.cc',
152 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37153 'base/sys_addrinfo.h',
[email protected]2f80c312009-02-25 21:26:55154 'base/telnet_server.cc',
155 'base/telnet_server.h',
[email protected]d022e4e2009-06-23 04:13:00156 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55157 'base/upload_data.cc',
158 'base/upload_data.h',
159 'base/upload_data_stream.cc',
160 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55161 'base/winsock_init.cc',
162 'base/winsock_init.h',
163 'base/x509_certificate.cc',
164 'base/x509_certificate.h',
165 'base/x509_certificate_mac.cc',
166 'base/x509_certificate_nss.cc',
167 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04168 'base/x509_cert_types.cc',
169 'base/x509_cert_types.h',
170 'base/x509_cert_types_mac.cc',
[email protected]9c2a57712009-10-21 20:35:11171 ],
172 'export_dependent_settings': [
173 '../base/base.gyp:base',
174 ],
175 'conditions': [
[email protected]50462ec2010-01-29 22:28:32176 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9c2a57712009-10-21 20:35:11177 'dependencies': [
178 '../build/linux/system.gyp:gconf',
179 '../build/linux/system.gyp:gdk',
180 '../build/linux/system.gyp:nss',
181 ],
182 }],
183 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11184 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02185 # For nss_memio.{c,h}, which require only NSPR.
186 '../third_party/nss/nss.gyp:nspr',
[email protected]9c2a57712009-10-21 20:35:11187 'tld_cleanup',
188 ],
189 },
190 { # else: OS != "win"
191 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11192 'base/winsock_init.cc',
193 ],
194 },
195 ],
[email protected]50462ec2010-01-29 22:28:32196 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9c2a57712009-10-21 20:35:11197 },
[email protected]50462ec2010-01-29 22:28:32198 { # else: OS is not in the above list
[email protected]9c2a57712009-10-21 20:35:11199 'sources!': [
[email protected]a755e1072009-10-23 16:58:37200 'base/cert_database_nss.cc',
201 'base/keygen_handler_nss.cc',
[email protected]9c2a57712009-10-21 20:35:11202 'base/x509_certificate_nss.cc',
203 ],
[email protected]9c2a57712009-10-21 20:35:11204 },
205 ],
206 [ 'OS == "mac"', {
[email protected]f505a9b2010-01-28 19:44:02207 'sources!': [
208 # TODO(wtc): Remove nss_memio.{c,h} when http://crbug.com/30689
209 # is fixed.
210 'base/nss_memio.c',
211 'base/nss_memio.h',
212 ],
[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]2f80c312009-02-25 21:26:55329 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50330 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55331 'http/http_auth_handler_basic.cc',
332 'http/http_auth_handler_basic.h',
333 'http/http_auth_handler_digest.cc',
334 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50335 'http/http_auth_handler_factory.cc',
336 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05337 'http/http_auth_handler_negotiate.h',
338 'http/http_auth_handler_negotiate_posix.cc',
339 'http/http_auth_handler_negotiate_win.cc',
[email protected]5ae0b862009-02-28 02:02:41340 'http/http_auth_handler_ntlm.cc',
341 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32342 'http/http_auth_handler_ntlm_portable.cc',
343 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56344 'http/http_auth_sspi_win.cc',
345 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57346 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00347 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39348 'http/http_byte_range.cc',
349 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55350 'http/http_cache.cc',
351 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23352 'http/http_cache_transaction.cc',
353 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55354 'http/http_chunked_decoder.cc',
355 'http/http_chunked_decoder.h',
356 'http/http_network_layer.cc',
357 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44358 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55359 'http/http_network_session.h',
360 'http/http_network_transaction.cc',
361 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47362 'http/http_request_headers.cc',
363 'http/http_request_headers.h',
[email protected]2f80c312009-02-25 21:26:55364 'http/http_request_info.h',
365 'http/http_response_headers.cc',
366 'http/http_response_headers.h',
367 'http/http_response_info.cc',
368 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00369 'http/http_stream.h',
[email protected]0877e3d2009-10-17 22:29:57370 'http/http_stream_parser.cc',
371 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55372 'http/http_transaction.h',
373 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36374 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10375 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36376 'http/url_security_manager_posix.cc',
377 'http/url_security_manager_win.cc',
[email protected]2f80c312009-02-25 21:26:55378 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01379 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55380 'http/http_util.h',
381 'http/http_vary_data.cc',
382 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00383 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41384 'http/md4.cc',
385 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50386 'http/partial_data.cc',
387 'http/partial_data.h',
[email protected]25d8ea22009-08-25 19:42:29388 'ocsp/nss_ocsp.cc',
389 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12390 'proxy/init_proxy_resolver.cc',
391 'proxy/init_proxy_resolver.h',
[email protected]7541206c2010-02-19 20:24:06392 'proxy/proxy_bypass_rules.cc',
393 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18394 'proxy/proxy_config.cc',
395 'proxy/proxy_config.h',
396 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55397 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56398 'proxy/proxy_config_service_linux.cc',
399 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27400 'proxy/proxy_config_service_mac.cc',
401 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55402 'proxy/proxy_config_service_win.cc',
403 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18404 'proxy/proxy_info.cc',
405 'proxy/proxy_info.h',
406 'proxy/proxy_list.cc',
407 'proxy/proxy_list.h',
408 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12409 'proxy/proxy_resolver_js_bindings.cc',
410 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55411 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00412 'proxy/proxy_resolver_mac.h',
[email protected]6b675b82009-02-26 23:18:32413 'proxy/proxy_resolver_script.h',
414 'proxy/proxy_resolver_v8.cc',
415 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55416 'proxy/proxy_resolver_winhttp.cc',
417 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18418 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55419 'proxy/proxy_script_fetcher.cc',
420 'proxy/proxy_script_fetcher.h',
421 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27422 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55423 'proxy/proxy_server.h',
424 'proxy/proxy_service.cc',
425 'proxy/proxy_service.h',
[email protected]775fd9e2009-07-26 21:12:20426 'proxy/single_threaded_proxy_resolver.cc',
427 'proxy/single_threaded_proxy_resolver.h',
[email protected]1ca2b452010-04-17 00:07:04428 'proxy/sync_host_resolver_bridge.cc',
429 'proxy/sync_host_resolver_bridge.h',
[email protected]f7984fc62009-06-22 23:26:44430 'socket/client_socket.h',
431 'socket/client_socket_factory.cc',
432 'socket/client_socket_factory.h',
433 'socket/client_socket_handle.cc',
434 'socket/client_socket_handle.h',
435 'socket/client_socket_pool.h',
[email protected]ff579d42009-06-24 15:47:02436 'socket/client_socket_pool_base.cc',
437 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00438 'socket/client_socket_pool_histograms.cc',
439 'socket/client_socket_pool_histograms.h',
[email protected]f7984fc62009-06-22 23:26:44440 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35441 'socket/socks5_client_socket.cc',
442 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02443 'socket/socks_client_socket.cc',
444 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26445 'socket/socks_client_socket_pool.cc',
446 'socket/socks_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44447 'socket/ssl_client_socket.h',
448 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47449 'socket/ssl_client_socket_mac.h',
[email protected]abe48d32010-02-03 02:09:36450 'socket/ssl_client_socket_nss_factory.cc',
[email protected]2fabd24b2010-02-09 21:55:51451 'socket/ssl_client_socket_nss_factory.h',
[email protected]f7984fc62009-06-22 23:26:44452 'socket/ssl_client_socket_nss.cc',
[email protected]d022e4e2009-06-23 04:13:00453 'socket/ssl_client_socket_nss.h',
[email protected]f7984fc62009-06-22 23:26:44454 'socket/ssl_client_socket_win.cc',
455 'socket/ssl_client_socket_win.h',
[email protected]f7984fc62009-06-22 23:26:44456 'socket/tcp_client_socket.h',
457 'socket/tcp_client_socket_libevent.cc',
458 'socket/tcp_client_socket_libevent.h',
459 'socket/tcp_client_socket_pool.cc',
460 'socket/tcp_client_socket_pool.h',
461 'socket/tcp_client_socket_win.cc',
462 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47463 'socket/tcp_pinger.h',
[email protected]aef03132009-10-09 05:04:14464 'socket_stream/socket_stream.cc',
465 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13466 'socket_stream/socket_stream_job.cc',
467 'socket_stream/socket_stream_job.h',
468 'socket_stream/socket_stream_job_manager.cc',
469 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12470 'socket_stream/socket_stream_metrics.cc',
471 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32472 'spdy/spdy_bitmasks.h',
473 'spdy/spdy_frame_builder.cc',
474 'spdy/spdy_frame_builder.h',
475 'spdy/spdy_framer.cc',
476 'spdy/spdy_framer.h',
477 'spdy/spdy_io_buffer.cc',
478 'spdy/spdy_io_buffer.h',
479 'spdy/spdy_network_transaction.cc',
480 'spdy/spdy_network_transaction.h',
481 'spdy/spdy_protocol.h',
482 'spdy/spdy_session.cc',
483 'spdy/spdy_session.h',
484 'spdy/spdy_session_pool.cc',
485 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50486 'spdy/spdy_settings_storage.cc',
487 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32488 'spdy/spdy_stream.cc',
489 'spdy/spdy_stream.h',
490 'spdy/spdy_transaction_factory.h',
[email protected]2f80c312009-02-25 21:26:55491 'url_request/url_request.cc',
492 'url_request/url_request.h',
493 'url_request/url_request_about_job.cc',
494 'url_request/url_request_about_job.h',
495 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58496 'url_request/url_request_data_job.cc',
497 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55498 'url_request/url_request_error_job.cc',
499 'url_request/url_request_error_job.h',
500 'url_request/url_request_file_dir_job.cc',
501 'url_request/url_request_file_dir_job.h',
502 'url_request/url_request_file_job.cc',
503 'url_request/url_request_file_job.h',
504 'url_request/url_request_filter.cc',
505 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13506 'url_request/url_request_ftp_job.cc',
507 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55508 'url_request/url_request_http_job.cc',
509 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55510 'url_request/url_request_job.cc',
511 'url_request/url_request_job.h',
512 'url_request/url_request_job_manager.cc',
513 'url_request/url_request_job_manager.h',
514 'url_request/url_request_job_metrics.cc',
515 'url_request/url_request_job_metrics.h',
516 'url_request/url_request_job_tracker.cc',
517 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36518 'url_request/url_request_netlog_params.cc',
519 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45520 'url_request/url_request_redirect_job.cc',
521 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55522 'url_request/url_request_simple_job.cc',
523 'url_request/url_request_simple_job.h',
524 'url_request/url_request_status.h',
525 'url_request/url_request_test_job.cc',
526 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04527 'url_request/view_cache_helper.cc',
528 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36529 'websockets/websocket.cc',
530 'websockets/websocket.h',
[email protected]af63c902010-03-17 05:09:22531 'websockets/websocket_handshake.cc',
532 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55533 'websockets/websocket_handshake_draft75.cc',
534 'websockets/websocket_handshake_draft75.h',
[email protected]6a2c36772010-03-01 02:37:13535 'websockets/websocket_job.cc',
536 'websockets/websocket_job.h',
[email protected]4c4eac02009-11-04 10:02:28537 'websockets/websocket_throttle.cc',
538 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55539 ],
[email protected]2f80c312009-02-25 21:26:55540 'export_dependent_settings': [
541 '../base/base.gyp:base',
542 ],
543 'conditions': [
[email protected]c61f6432009-04-22 01:16:42544 ['javascript_engine=="v8"', {
545 'dependencies': [
[email protected]44531a22009-04-28 21:37:56546 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42547 ],
548 }],
[email protected]50462ec2010-01-29 22:28:32549 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26550 'dependencies': [
[email protected]861c6c62009-04-20 16:50:56551 '../build/linux/system.gyp:gconf',
552 '../build/linux/system.gyp:gdk',
[email protected]9d384032009-03-20 23:13:26553 '../build/linux/system.gyp:nss',
554 ],
555 }],
[email protected]2f80c312009-02-25 21:26:55556 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55557 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32558 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44559 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55560 ],
561 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02562 '../third_party/nss/nss.gyp:nss',
563 'third_party/nss/nss.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55564 'tld_cleanup',
565 ],
[email protected]1fabd9a2010-02-04 19:08:29566 'link_settings': {
567 'libraries': [
568 '-lIphlpapi.lib',
569 ],
570 },
[email protected]2f80c312009-02-25 21:26:55571 },
572 { # else: OS != "win"
573 'sources!': [
[email protected]2f80c312009-02-25 21:26:55574 'proxy/proxy_resolver_winhttp.cc',
[email protected]abe48d32010-02-03 02:09:36575 'socket/ssl_client_socket_nss_factory.cc',
[email protected]2fabd24b2010-02-09 21:55:51576 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55577 ],
578 },
579 ],
[email protected]50462ec2010-01-29 22:28:32580 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]2f80c312009-02-25 21:26:55581 },
582 { # else: OS != "linux"
583 'sources!': [
[email protected]3d4ae9a42009-07-24 03:48:16584 'ocsp/nss_ocsp.cc',
585 'ocsp/nss_ocsp.h',
[email protected]2f80c312009-02-25 21:26:55586 ],
[email protected]2f80c312009-02-25 21:26:55587 },
588 ],
589 [ 'OS == "mac"', {
[email protected]f505a9b2010-01-28 19:44:02590 'sources!': [
591 # TODO(wtc): Remove ssl_client_socket_nss.{cc,h} when
592 # http://crbug.com/30689 is fixed.
593 'socket/ssl_client_socket_nss.cc',
594 'socket/ssl_client_socket_nss.h',
595 ],
[email protected]2f80c312009-02-25 21:26:55596 'link_settings': {
597 'libraries': [
598 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
599 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
600 ]
601 },
602 },
603 ],
[email protected]2f80c312009-02-25 21:26:55604 ],
605 },
606 {
607 'target_name': 'net_unittests',
608 'type': 'executable',
609 'dependencies': [
610 'net',
[email protected]6718b412009-03-04 18:26:00611 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55612 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14613 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54614 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55615 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57616 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55617 ],
[email protected]9e450f22009-03-10 23:12:16618 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55619 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38620 'base/address_list_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55621 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55622 'base/data_url_unittest.cc',
623 'base/directory_lister_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50624 'base/dns_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55625 'base/escape_unittest.cc',
626 'base/file_stream_unittest.cc',
627 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27628 'base/filter_unittest.h',
[email protected]2f80c312009-02-25 21:26:55629 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38630 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14631 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32632 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02633 'base/keygen_handler_unittest.cc',
[email protected]85437612010-03-22 11:55:23634 'base/leak_annotations.h',
[email protected]2f80c312009-02-25 21:26:55635 'base/listen_socket_unittest.cc',
636 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38637 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55638 'base/mime_sniffer_unittest.cc',
639 'base/mime_util_unittest.cc',
[email protected]100d5fb92009-12-21 21:08:35640 'base/mock_network_change_notifier.h',
[email protected]9e743cd2010-03-16 07:03:53641 'base/net_log_unittest.h',
[email protected]0fefd0202009-12-18 04:35:41642 'base/net_test_constants.h',
[email protected]2f80c312009-02-25 21:26:55643 'base/net_util_unittest.cc',
644 'base/registry_controlled_domain_unittest.cc',
645 'base/run_all_unittests.cc',
646 'base/sdch_filter_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58647 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32648 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42649 'base/ssl_config_service_win_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12650 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42651 'base/transport_security_state_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55652 'base/telnet_server_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29653 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55654 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33655 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55656 'base/x509_certificate_unittest.cc',
[email protected]d866fb52010-03-26 23:36:04657 'base/x509_cert_types_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55658 'disk_cache/addr_unittest.cc',
659 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58660 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55661 'disk_cache/block_files_unittest.cc',
662 'disk_cache/disk_cache_test_base.cc',
663 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55664 'disk_cache/entry_unittest.cc',
665 'disk_cache/mapped_file_unittest.cc',
666 'disk_cache/storage_block_unittest.cc',
667 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09668 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49669 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32670 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01671 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46672 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32673 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
674 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37675 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50676 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41677 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42678 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55679 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45680 'http/http_auth_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55681 'http/http_auth_handler_basic_unittest.cc',
682 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50683 'http/http_auth_handler_factory_unittest.cc',
[email protected]e607ee672010-04-28 17:16:34684 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56685 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55686 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39687 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55688 'http/http_cache_unittest.cc',
689 'http/http_chunked_decoder_unittest.cc',
690 'http/http_network_layer_unittest.cc',
691 'http/http_network_transaction_unittest.cc',
[email protected]270c6412010-03-29 22:02:47692 'http/http_request_headers_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55693 'http/http_response_headers_unittest.cc',
694 'http/http_transaction_unittest.cc',
695 'http/http_transaction_unittest.h',
696 'http/http_util_unittest.cc',
697 'http/http_vary_data_unittest.cc',
[email protected]5c2471b2010-04-20 17:25:09698 'http/mock_sspi_library_win.h',
699 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30700 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12701 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19702 'proxy/mock_proxy_resolver.h',
[email protected]7541206c2010-02-19 20:24:06703 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56704 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57705 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23706 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18707 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12708 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32709 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55710 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31711 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55712 'proxy/proxy_service_unittest.cc',
[email protected]775fd9e2009-07-26 21:12:20713 'proxy/single_threaded_proxy_resolver_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04714 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05715 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35716 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26717 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58718 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44719 'socket/ssl_client_socket_unittest.cc',
720 'socket/tcp_client_socket_pool_unittest.cc',
721 'socket/tcp_client_socket_unittest.cc',
722 'socket/tcp_pinger_unittest.cc',
[email protected]26a64592009-12-15 08:04:40723 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11724 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32725 'spdy/spdy_framer_test.cc',
726 'spdy/spdy_network_transaction_unittest.cc',
727 'spdy/spdy_protocol_test.cc',
728 'spdy/spdy_session_unittest.cc',
729 'spdy/spdy_stream_unittest.cc',
[email protected]2ff8b312010-04-26 22:20:54730 'spdy/spdy_test_util.h',
[email protected]2f80c312009-02-25 21:26:55731 'url_request/url_request_unittest.cc',
732 'url_request/url_request_unittest.h',
[email protected]511d0a02010-03-26 07:35:55733 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]af63c902010-03-17 05:09:22734 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:13735 'websockets/websocket_job_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28736 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36737 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55738 ],
739 'conditions': [
[email protected]50462ec2010-01-29 22:28:32740 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26741 'dependencies': [
742 '../build/linux/system.gyp:gtk',
743 ],
[email protected]2f80c312009-02-25 21:26:55744 'sources!': [
745 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55746 ],
747 },
748 ],
[email protected]50462ec2010-01-29 22:28:32749 ['OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:15750 'conditions': [
751 ['linux_use_tcmalloc==1', {
752 'dependencies': [
753 '../base/allocator/allocator.gyp:allocator',
754 ],
755 }],
756 ],
757 }],
[email protected]2f80c312009-02-25 21:26:55758 [ 'OS == "win"', {
[email protected]cdafbff2010-03-02 17:47:02759 # This is needed to trigger the dll copy step on windows.
760 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:55761 'dependencies': [
[email protected]280629492009-09-09 06:49:08762 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55763 ],
764 },
765 ],
766 ],
767 },
768 {
769 'target_name': 'net_perftests',
770 'type': 'executable',
771 'dependencies': [
772 'net',
[email protected]6718b412009-03-04 18:26:00773 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55774 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14775 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45776 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06777 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55778 '../testing/gtest.gyp:gtest',
779 ],
[email protected]9e450f22009-03-10 23:12:16780 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55781 'sources': [
[email protected]2f80c312009-02-25 21:26:55782 'base/cookie_monster_perftest.cc',
783 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33784 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55785 ],
786 'conditions': [
787 # This is needed to trigger the dll copy step on windows.
788 # TODO(mark): Specifying this here shouldn't be necessary.
789 [ 'OS == "win"', {
790 'dependencies': [
[email protected]280629492009-09-09 06:49:08791 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55792 ],
793 },
794 ],
795 ],
796 },
797 {
798 'target_name': 'stress_cache',
799 'type': 'executable',
800 'dependencies': [
801 'net',
[email protected]6718b412009-03-04 18:26:00802 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55803 '../base/base.gyp:base',
804 ],
805 'sources': [
[email protected]2f80c312009-02-25 21:26:55806 'disk_cache/stress_cache.cc',
807 ],
808 },
809 {
810 'target_name': 'tld_cleanup',
811 'type': 'executable',
812 'dependencies': [
813 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14814 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55815 '../build/temp_gyp/googleurl.gyp:googleurl',
816 ],
[email protected]b8234462009-03-18 02:30:55817 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55818 'sources': [
819 'tools/tld_cleanup/tld_cleanup.cc',
820 ],
821 },
822 {
823 'target_name': 'crash_cache',
824 'type': 'executable',
825 'dependencies': [
826 'net',
[email protected]6718b412009-03-04 18:26:00827 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55828 '../base/base.gyp:base',
829 ],
[email protected]9e450f22009-03-10 23:12:16830 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55831 'sources': [
832 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00833 ],
834 },
835 {
836 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49837 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00838 'dependencies': [
839 'net',
840 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15841 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00842 ],
843 'sources': [
[email protected]702a6a722010-03-17 18:24:51844 'base/cert_test_util.cc',
845 'base/cert_test_util.h',
[email protected]2f80c312009-02-25 21:26:55846 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00847 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50848 'proxy/proxy_config_service_common_unittest.cc',
849 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44850 'socket/socket_test_util.cc',
851 'socket/socket_test_util.h',
[email protected]702a6a722010-03-17 18:24:51852 'socket/ssl_test_util.cc',
853 'socket/ssl_test_util.h',
854 ],
855 'conditions': [
[email protected]6c2046562010-05-07 23:47:50856 ['inside_chromium_build==1', {
857 'dependencies': [
858 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
859 '../third_party/protobuf2/protobuf.gyp:py_proto',
860 ],
861 }],
[email protected]702a6a722010-03-17 18:24:51862 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
863 'dependencies': [
864 '../build/linux/system.gyp:nss',
865 ],
866 }],
[email protected]85437612010-03-22 11:55:23867 ['OS == "linux"', {
868 'conditions': [
869 ['linux_use_tcmalloc==1', {
870 'dependencies': [
871 '../base/allocator/allocator.gyp:allocator',
872 ],
873 }],
874 ],
875 }],
[email protected]2f80c312009-02-25 21:26:55876 ],
877 },
[email protected]ef36c74c2009-03-11 13:32:22878 {
879 'target_name': 'net_resources',
880 'type': 'none',
881 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:02882 'variables': {
883 'grit_cmd': ['python', '../tools/grit/grit.py'],
884 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
885 'input_paths': [
886 'base/net_resources.grd',
887 ],
888 },
[email protected]ef36c74c2009-03-11 13:32:22889 'rules': [
[email protected]2f80c312009-02-25 21:26:55890 {
[email protected]ef36c74c2009-03-11 13:32:22891 'rule_name': 'grit',
892 'extension': 'grd',
893 'inputs': [
[email protected]5b910872010-02-09 01:03:02894 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55895 ],
[email protected]ef36c74c2009-03-11 13:32:22896 'outputs': [
[email protected]5b910872010-02-09 01:03:02897 '<!@(<(grit_info_cmd) '
898 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55899 ],
[email protected]ef36c74c2009-03-11 13:32:22900 'action':
[email protected]5b910872010-02-09 01:03:02901 ['<@(grit_cmd)',
902 '-i', '<(RULE_INPUT_PATH)', 'build',
903 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:35904 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:55905 },
[email protected]6718b412009-03-04 18:26:00906 ],
[email protected]ef36c74c2009-03-11 13:32:22907 'sources': [
[email protected]5b910872010-02-09 01:03:02908 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:22909 ],
910 'direct_dependent_settings': {
911 'include_dirs': [
912 '<(SHARED_INTERMEDIATE_DIR)/net',
913 ],
914 },
[email protected]b392f3e2009-05-11 20:01:24915 'conditions': [
916 ['OS=="win"', {
917 'dependencies': ['../build/win/system.gyp:cygwin'],
918 }],
919 ],
[email protected]ef36c74c2009-03-11 13:32:22920 },
[email protected]75b91f92009-06-17 07:28:48921 {
922 'target_name': 'fetch_client',
923 'type': 'executable',
924 'dependencies': [
925 'net',
926 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:48927 '../testing/gtest.gyp:gtest',
928 ],
929 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
930 'sources': [
931 'tools/fetch/fetch_client.cc',
932 ],
933 },
[email protected]fe4f06d2009-06-17 07:58:05934 {
935 'target_name': 'fetch_server',
936 'type': 'executable',
937 'dependencies': [
938 'net',
939 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:05940 '../testing/gtest.gyp:gtest',
941 ],
942 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
943 'sources': [
944 'tools/fetch/fetch_server.cc',
945 'tools/fetch/http_listen_socket.cc',
946 'tools/fetch/http_listen_socket.h',
947 'tools/fetch/http_server.cc',
948 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:00949 'tools/fetch/http_server_request_info.h',
950 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:05951 'tools/fetch/http_session.cc',
952 'tools/fetch/http_session.h',
953 ],
954 },
[email protected]c402da42009-12-10 02:38:03955 {
956 'target_name': 'hresolv',
957 'type': 'executable',
958 'dependencies': [
959 'net_base',
960 ],
961 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
962 'sources': [
963 'tools/hresolv/hresolv.cc',
964 ],
965 },
[email protected]ef36c74c2009-03-11 13:32:22966 ],
967 'conditions': [
[email protected]e71d2e9d2010-03-31 01:36:37968 # ['OS=="linux"', {
969 # 'targets': [
970 # {
971 # 'target_name': 'flip_in_mem_edsm_server',
972 # 'type': 'executable',
973 # 'dependencies': [
974 # '../base/base.gyp:base',
975 # 'net.gyp:net',
976 # ],
977 # 'link_settings': {
978 # 'ldflags': [
979 # '-lssl'
980 # ],
981 # 'libraries': [
982 # '-lssl'
983 # ],
984 # },
985 # 'sources': [
986 # 'tools/flip_server/balsa_enums.h',
987 # 'tools/flip_server/balsa_frame.cc',
988 # 'tools/flip_server/balsa_frame.h',
989 # 'tools/flip_server/balsa_headers.cc',
990 # 'tools/flip_server/balsa_headers.h',
991 # 'tools/flip_server/balsa_headers_token_utils.cc',
992 # 'tools/flip_server/balsa_headers_token_utils.h',
993 # 'tools/flip_server/balsa_visitor_interface.h',
994 # 'tools/flip_server/buffer_interface.h',
995 # 'tools/flip_server/create_listener.cc',
996 # 'tools/flip_server/create_listener.h',
997 # 'tools/flip_server/epoll_server.cc',
998 # 'tools/flip_server/epoll_server.h',
999 # 'tools/flip_server/flip_in_mem_edsm_server.cc',
1000 # 'tools/flip_server/http_message_constants.cc',
1001 # 'tools/flip_server/http_message_constants.h',
1002 # 'tools/flip_server/loadtime_measurement.h',
1003 # 'tools/flip_server/porting.txt',
1004 # 'tools/flip_server/ring_buffer.cc',
1005 # 'tools/flip_server/ring_buffer.h',
1006 # 'tools/flip_server/simple_buffer.cc',
1007 # 'tools/flip_server/simple_buffer.h',
1008 # 'tools/flip_server/split.h',
1009 # 'tools/flip_server/split.cc',
1010 # 'tools/flip_server/string_piece_utils.h',
1011 # 'tools/flip_server/thread.h',
1012 # 'tools/flip_server/url_to_filename_encoder.h',
1013 # 'tools/flip_server/url_utilities.h',
1014 # ],
1015 # },
1016 # ]
1017 # }],
[email protected]6718b412009-03-04 18:26:001018 ['OS=="win"', {
1019 'targets': [
[email protected]2f80c312009-02-25 21:26:551020 {
1021 # TODO(port): dump_cache is still Windows-specific.
1022 'target_name': 'dump_cache',
1023 'type': 'executable',
1024 'dependencies': [
1025 'net',
1026 '../base/base.gyp:base',
1027 ],
1028 'sources': [
[email protected]c44344e2009-09-02 22:05:501029 'tools/dump_cache/cache_dumper.cc',
1030 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551031 'tools/dump_cache/dump_cache.cc',
1032 'tools/dump_cache/dump_files.cc',
1033 'tools/dump_cache/upgrade.cc',
[email protected]c44344e2009-09-02 22:05:501034 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]2f80c312009-02-25 21:26:551035 ],
1036 },
1037 ],
1038 }],
[email protected]2f80c312009-02-25 21:26:551039 ],
1040}
[email protected]f5c990c2009-10-06 03:02:381041
1042# Local Variables:
1043# tab-width:2
1044# indent-tabs-mode:nil
1045# End:
1046# vim: set expandtab tabstop=2 shiftwidth=2: