blob: d6597310a138c49f9f3020d95ced7751971e8f98 [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]564b4912010-03-09 16:30:4269 'base/host_port_pair.cc',
70 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5571 'base/host_resolver.cc',
72 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3273 'base/host_resolver_impl.cc',
74 'base/host_resolver_impl.h',
75 'base/host_resolver_proc.cc',
76 'base/host_resolver_proc.h',
[email protected]326e6792009-12-11 21:04:4277 'base/https_prober.h',
78 'base/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:5579 'base/io_buffer.cc',
80 'base/io_buffer.h',
[email protected]9aed77b2010-04-01 18:49:4781 'base/keygen_handler.cc',
[email protected]a755e1072009-10-23 16:58:3782 'base/keygen_handler.h',
83 'base/keygen_handler_mac.cc',
84 'base/keygen_handler_nss.cc',
85 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:5586 'base/listen_socket.cc',
87 'base/listen_socket.h',
88 'base/load_flags.h',
[email protected]48ab71e2009-06-22 19:19:1689 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:3890 'base/mapped_host_resolver.cc',
91 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:5592 'base/mime_sniffer.cc',
93 'base/mime_sniffer.h',
94 'base/mime_util.cc',
95 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:3296 # TODO(eroman): move this into its own test-support target.
97 'base/mock_host_resolver.cc',
98 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:5599 'base/net_error_list.h',
100 'base/net_errors.cc',
101 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53102 'base/net_log.cc',
103 'base/net_log.h',
104 'base/net_log_event_type_list.h',
105 'base/net_log_util.cc',
106 'base/net_log_util.h',
[email protected]2f80c312009-02-25 21:26:55107 'base/net_module.cc',
108 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55109 'base/net_util.cc',
110 'base/net_util.h',
111 'base/net_util_posix.cc',
112 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35113 'base/network_change_notifier.cc',
114 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35115 'base/network_change_notifier_linux.cc',
116 'base/network_change_notifier_linux.h',
117 'base/network_change_notifier_mac.cc',
118 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58119 'base/network_change_notifier_netlink_linux.cc',
120 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35121 'base/network_change_notifier_win.cc',
122 'base/network_change_notifier_win.h',
[email protected]2f80c312009-02-25 21:26:55123 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00124 'base/nss_memio.h',
[email protected]2f80c312009-02-25 21:26:55125 'base/platform_mime_util.h',
126 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
127 'base/platform_mime_util_linux.cc',
128 'base/platform_mime_util_mac.cc',
129 'base/platform_mime_util_win.cc',
130 'base/registry_controlled_domain.cc',
131 'base/registry_controlled_domain.h',
132 'base/scoped_cert_chain_context.h',
133 'base/sdch_filter.cc',
134 'base/sdch_filter.h',
135 'base/sdch_manager.cc',
136 'base/sdch_manager.h',
[email protected]0b45559b2009-06-12 21:45:11137 'base/ssl_cert_request_info.h',
[email protected]56c866a22009-06-18 19:38:58138 'base/ssl_client_auth_cache.cc',
139 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39140 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55141 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42142 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32143 'base/ssl_config_service_mac.cc',
144 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42145 'base/ssl_config_service_win.cc',
146 'base/ssl_config_service_win.h',
[email protected]2f80c312009-02-25 21:26:55147 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12148 'base/static_cookie_policy.cc',
149 'base/static_cookie_policy.h',
[email protected]326e6792009-12-11 21:04:42150 'base/transport_security_state.cc',
151 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37152 'base/sys_addrinfo.h',
[email protected]2f80c312009-02-25 21:26:55153 'base/telnet_server.cc',
154 'base/telnet_server.h',
[email protected]d022e4e2009-06-23 04:13:00155 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55156 'base/upload_data.cc',
157 'base/upload_data.h',
158 'base/upload_data_stream.cc',
159 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55160 'base/winsock_init.cc',
161 'base/winsock_init.h',
162 'base/x509_certificate.cc',
163 'base/x509_certificate.h',
164 'base/x509_certificate_mac.cc',
165 'base/x509_certificate_nss.cc',
166 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04167 'base/x509_cert_types.cc',
168 'base/x509_cert_types.h',
169 'base/x509_cert_types_mac.cc',
[email protected]9c2a57712009-10-21 20:35:11170 ],
171 'export_dependent_settings': [
172 '../base/base.gyp:base',
173 ],
174 'conditions': [
[email protected]50462ec2010-01-29 22:28:32175 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9c2a57712009-10-21 20:35:11176 'dependencies': [
177 '../build/linux/system.gyp:gconf',
178 '../build/linux/system.gyp:gdk',
179 '../build/linux/system.gyp:nss',
180 ],
181 }],
182 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11183 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02184 # For nss_memio.{c,h}, which require only NSPR.
185 '../third_party/nss/nss.gyp:nspr',
[email protected]9c2a57712009-10-21 20:35:11186 'tld_cleanup',
187 ],
188 },
189 { # else: OS != "win"
190 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11191 'base/winsock_init.cc',
192 ],
193 },
194 ],
[email protected]50462ec2010-01-29 22:28:32195 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9c2a57712009-10-21 20:35:11196 },
[email protected]50462ec2010-01-29 22:28:32197 { # else: OS is not in the above list
[email protected]9c2a57712009-10-21 20:35:11198 'sources!': [
[email protected]a755e1072009-10-23 16:58:37199 'base/cert_database_nss.cc',
200 'base/keygen_handler_nss.cc',
[email protected]9c2a57712009-10-21 20:35:11201 'base/x509_certificate_nss.cc',
202 ],
[email protected]9c2a57712009-10-21 20:35:11203 },
204 ],
205 [ 'OS == "mac"', {
[email protected]f505a9b2010-01-28 19:44:02206 'sources!': [
207 # TODO(wtc): Remove nss_memio.{c,h} when http://crbug.com/30689
208 # is fixed.
209 'base/nss_memio.c',
210 'base/nss_memio.h',
211 ],
[email protected]9c2a57712009-10-21 20:35:11212 'link_settings': {
213 'libraries': [
214 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
215 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
216 ]
217 },
218 },
219 ],
220 ],
221 },
222 {
223 'target_name': 'net',
224 'type': '<(library)',
225 'dependencies': [
226 '../base/base.gyp:base',
227 '../base/base.gyp:base_i18n',
228 '../build/temp_gyp/googleurl.gyp:googleurl',
229 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11230 '../third_party/icu/icu.gyp:icui18n',
231 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11232 '../third_party/zlib/zlib.gyp:zlib',
233 'net_base',
234 'net_resources',
235 ],
236 'sources': [
[email protected]2f80c312009-02-25 21:26:55237 'disk_cache/addr.cc',
238 'disk_cache/addr.h',
239 'disk_cache/backend_impl.cc',
240 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58241 'disk_cache/bitmap.cc',
242 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55243 'disk_cache/block_files.cc',
244 'disk_cache/block_files.h',
245 'disk_cache/cache_util.h',
246 'disk_cache/cache_util_posix.cc',
247 'disk_cache/cache_util_win.cc',
248 'disk_cache/disk_cache.h',
249 'disk_cache/disk_format.h',
250 'disk_cache/entry_impl.cc',
251 'disk_cache/entry_impl.h',
252 'disk_cache/errors.h',
253 'disk_cache/eviction.cc',
254 'disk_cache/eviction.h',
255 'disk_cache/file.h',
256 'disk_cache/file_block.h',
257 'disk_cache/file_lock.cc',
258 'disk_cache/file_lock.h',
259 'disk_cache/file_posix.cc',
260 'disk_cache/file_win.cc',
261 'disk_cache/hash.cc',
262 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34263 'disk_cache/histogram_macros.h',
[email protected]2f80c312009-02-25 21:26:55264 'disk_cache/mapped_file.h',
265 'disk_cache/mapped_file_posix.cc',
266 'disk_cache/mapped_file_win.cc',
267 'disk_cache/mem_backend_impl.cc',
268 'disk_cache/mem_backend_impl.h',
269 'disk_cache/mem_entry_impl.cc',
270 'disk_cache/mem_entry_impl.h',
271 'disk_cache/mem_rankings.cc',
272 'disk_cache/mem_rankings.h',
273 'disk_cache/rankings.cc',
274 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58275 'disk_cache/sparse_control.cc',
276 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55277 'disk_cache/stats.cc',
278 'disk_cache/stats.h',
279 'disk_cache/stats_histogram.cc',
280 'disk_cache/stats_histogram.h',
281 'disk_cache/storage_block-inl.h',
282 'disk_cache/storage_block.h',
283 'disk_cache/trace.cc',
284 'disk_cache/trace.h',
285 'ftp/ftp_auth_cache.cc',
286 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09287 'ftp/ftp_ctrl_response_buffer.cc',
288 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49289 'ftp/ftp_directory_listing_buffer.cc',
290 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32291 'ftp/ftp_directory_listing_parser.cc',
292 'ftp/ftp_directory_listing_parser.h',
293 'ftp/ftp_directory_listing_parser_ls.cc',
294 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]9772b1c32009-12-10 19:39:01295 'ftp/ftp_directory_listing_parser_mlsd.cc',
296 'ftp/ftp_directory_listing_parser_mlsd.h',
[email protected]8425e66e2009-12-07 19:51:46297 'ftp/ftp_directory_listing_parser_netware.cc',
298 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32299 'ftp/ftp_directory_listing_parser_vms.cc',
300 'ftp/ftp_directory_listing_parser_vms.h',
301 'ftp/ftp_directory_listing_parser_windows.cc',
302 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55303 'ftp/ftp_network_layer.cc',
304 'ftp/ftp_network_layer.h',
305 'ftp/ftp_network_session.h',
306 'ftp/ftp_network_transaction.cc',
307 'ftp/ftp_network_transaction.h',
308 'ftp/ftp_request_info.h',
309 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55310 'ftp/ftp_server_type_histograms.cc',
311 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55312 'ftp/ftp_transaction.h',
313 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50314 'ftp/ftp_util.cc',
315 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41316 'http/des.cc',
317 'http/des.h',
[email protected]564b4912010-03-09 16:30:42318 'http/http_alternate_protocols.cc',
319 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55320 'http/http_atom_list.h',
321 'http/http_auth.cc',
322 'http/http_auth.h',
323 'http/http_auth_cache.cc',
324 'http/http_auth_cache.h',
[email protected]eb3cac72010-02-26 21:07:45325 'http/http_auth_filter.cc',
326 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44327 'http/http_auth_filter_win.h',
[email protected]2f80c312009-02-25 21:26:55328 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50329 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55330 'http/http_auth_handler_basic.cc',
331 'http/http_auth_handler_basic.h',
332 'http/http_auth_handler_digest.cc',
333 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50334 'http/http_auth_handler_factory.cc',
335 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05336 'http/http_auth_handler_negotiate.h',
337 'http/http_auth_handler_negotiate_posix.cc',
338 'http/http_auth_handler_negotiate_win.cc',
[email protected]5ae0b862009-02-28 02:02:41339 'http/http_auth_handler_ntlm.cc',
340 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32341 'http/http_auth_handler_ntlm_portable.cc',
342 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56343 'http/http_auth_sspi_win.cc',
344 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57345 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00346 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39347 'http/http_byte_range.cc',
348 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55349 'http/http_cache.cc',
350 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23351 'http/http_cache_transaction.cc',
352 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55353 'http/http_chunked_decoder.cc',
354 'http/http_chunked_decoder.h',
355 'http/http_network_layer.cc',
356 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44357 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55358 'http/http_network_session.h',
359 'http/http_network_transaction.cc',
360 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47361 'http/http_request_headers.cc',
362 'http/http_request_headers.h',
[email protected]2f80c312009-02-25 21:26:55363 'http/http_request_info.h',
364 'http/http_response_headers.cc',
365 'http/http_response_headers.h',
366 'http/http_response_info.cc',
367 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00368 'http/http_stream.h',
[email protected]0877e3d2009-10-17 22:29:57369 'http/http_stream_parser.cc',
370 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55371 'http/http_transaction.h',
372 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36373 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10374 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36375 'http/url_security_manager_posix.cc',
376 'http/url_security_manager_win.cc',
[email protected]2f80c312009-02-25 21:26:55377 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01378 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55379 'http/http_util.h',
380 'http/http_vary_data.cc',
381 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00382 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41383 'http/md4.cc',
384 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50385 'http/partial_data.cc',
386 'http/partial_data.h',
[email protected]25d8ea22009-08-25 19:42:29387 'ocsp/nss_ocsp.cc',
388 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12389 'proxy/init_proxy_resolver.cc',
390 'proxy/init_proxy_resolver.h',
[email protected]7541206c2010-02-19 20:24:06391 'proxy/proxy_bypass_rules.cc',
392 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18393 'proxy/proxy_config.cc',
394 'proxy/proxy_config.h',
395 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55396 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56397 'proxy/proxy_config_service_linux.cc',
398 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27399 'proxy/proxy_config_service_mac.cc',
400 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55401 'proxy/proxy_config_service_win.cc',
402 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18403 'proxy/proxy_info.cc',
404 'proxy/proxy_info.h',
405 'proxy/proxy_list.cc',
406 'proxy/proxy_list.h',
407 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12408 'proxy/proxy_resolver_js_bindings.cc',
409 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55410 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00411 'proxy/proxy_resolver_mac.h',
[email protected]6b675b82009-02-26 23:18:32412 'proxy/proxy_resolver_script.h',
413 'proxy/proxy_resolver_v8.cc',
414 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55415 'proxy/proxy_resolver_winhttp.cc',
416 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18417 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55418 'proxy/proxy_script_fetcher.cc',
419 'proxy/proxy_script_fetcher.h',
420 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27421 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55422 'proxy/proxy_server.h',
423 'proxy/proxy_service.cc',
424 'proxy/proxy_service.h',
[email protected]775fd9e2009-07-26 21:12:20425 'proxy/single_threaded_proxy_resolver.cc',
426 'proxy/single_threaded_proxy_resolver.h',
[email protected]1ca2b452010-04-17 00:07:04427 'proxy/sync_host_resolver_bridge.cc',
428 'proxy/sync_host_resolver_bridge.h',
[email protected]f7984fc62009-06-22 23:26:44429 'socket/client_socket.h',
430 'socket/client_socket_factory.cc',
431 'socket/client_socket_factory.h',
432 'socket/client_socket_handle.cc',
433 'socket/client_socket_handle.h',
434 'socket/client_socket_pool.h',
[email protected]ff579d42009-06-24 15:47:02435 'socket/client_socket_pool_base.cc',
436 'socket/client_socket_pool_base.h',
[email protected]f7984fc62009-06-22 23:26:44437 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35438 'socket/socks5_client_socket.cc',
439 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02440 'socket/socks_client_socket.cc',
441 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26442 'socket/socks_client_socket_pool.cc',
443 'socket/socks_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44444 'socket/ssl_client_socket.h',
445 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47446 'socket/ssl_client_socket_mac.h',
[email protected]abe48d32010-02-03 02:09:36447 'socket/ssl_client_socket_nss_factory.cc',
[email protected]2fabd24b2010-02-09 21:55:51448 'socket/ssl_client_socket_nss_factory.h',
[email protected]f7984fc62009-06-22 23:26:44449 'socket/ssl_client_socket_nss.cc',
[email protected]d022e4e2009-06-23 04:13:00450 'socket/ssl_client_socket_nss.h',
[email protected]f7984fc62009-06-22 23:26:44451 'socket/ssl_client_socket_win.cc',
452 'socket/ssl_client_socket_win.h',
[email protected]f7984fc62009-06-22 23:26:44453 'socket/tcp_client_socket.h',
454 'socket/tcp_client_socket_libevent.cc',
455 'socket/tcp_client_socket_libevent.h',
456 'socket/tcp_client_socket_pool.cc',
457 'socket/tcp_client_socket_pool.h',
458 'socket/tcp_client_socket_win.cc',
459 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47460 'socket/tcp_pinger.h',
[email protected]aef031302009-10-09 05:04:14461 'socket_stream/socket_stream.cc',
462 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13463 'socket_stream/socket_stream_job.cc',
464 'socket_stream/socket_stream_job.h',
465 'socket_stream/socket_stream_job_manager.cc',
466 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12467 'socket_stream/socket_stream_metrics.cc',
468 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32469 'spdy/spdy_bitmasks.h',
470 'spdy/spdy_frame_builder.cc',
471 'spdy/spdy_frame_builder.h',
472 'spdy/spdy_framer.cc',
473 'spdy/spdy_framer.h',
474 'spdy/spdy_io_buffer.cc',
475 'spdy/spdy_io_buffer.h',
476 'spdy/spdy_network_transaction.cc',
477 'spdy/spdy_network_transaction.h',
478 'spdy/spdy_protocol.h',
479 'spdy/spdy_session.cc',
480 'spdy/spdy_session.h',
481 'spdy/spdy_session_pool.cc',
482 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50483 'spdy/spdy_settings_storage.cc',
484 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32485 'spdy/spdy_stream.cc',
486 'spdy/spdy_stream.h',
487 'spdy/spdy_transaction_factory.h',
[email protected]2f80c312009-02-25 21:26:55488 'url_request/url_request.cc',
489 'url_request/url_request.h',
490 'url_request/url_request_about_job.cc',
491 'url_request/url_request_about_job.h',
492 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58493 'url_request/url_request_data_job.cc',
494 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55495 'url_request/url_request_error_job.cc',
496 'url_request/url_request_error_job.h',
497 'url_request/url_request_file_dir_job.cc',
498 'url_request/url_request_file_dir_job.h',
499 'url_request/url_request_file_job.cc',
500 'url_request/url_request_file_job.h',
501 'url_request/url_request_filter.cc',
502 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13503 'url_request/url_request_ftp_job.cc',
504 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55505 'url_request/url_request_http_job.cc',
506 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55507 'url_request/url_request_job.cc',
508 'url_request/url_request_job.h',
509 'url_request/url_request_job_manager.cc',
510 'url_request/url_request_job_manager.h',
511 'url_request/url_request_job_metrics.cc',
512 'url_request/url_request_job_metrics.h',
513 'url_request/url_request_job_tracker.cc',
514 'url_request/url_request_job_tracker.h',
[email protected]56d83182009-09-04 20:01:45515 'url_request/url_request_redirect_job.cc',
516 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55517 'url_request/url_request_simple_job.cc',
518 'url_request/url_request_simple_job.h',
519 'url_request/url_request_status.h',
520 'url_request/url_request_test_job.cc',
521 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04522 'url_request/view_cache_helper.cc',
523 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36524 'websockets/websocket.cc',
525 'websockets/websocket.h',
[email protected]af63c902010-03-17 05:09:22526 'websockets/websocket_handshake.cc',
527 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55528 'websockets/websocket_handshake_draft75.cc',
529 'websockets/websocket_handshake_draft75.h',
[email protected]6a2c36772010-03-01 02:37:13530 'websockets/websocket_job.cc',
531 'websockets/websocket_job.h',
[email protected]4c4eac02009-11-04 10:02:28532 'websockets/websocket_throttle.cc',
533 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55534 ],
[email protected]2f80c312009-02-25 21:26:55535 'export_dependent_settings': [
536 '../base/base.gyp:base',
537 ],
538 'conditions': [
[email protected]c61f6432009-04-22 01:16:42539 ['javascript_engine=="v8"', {
540 'dependencies': [
[email protected]44531a22009-04-28 21:37:56541 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42542 ],
543 }],
[email protected]50462ec2010-01-29 22:28:32544 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26545 'dependencies': [
[email protected]861c6c62009-04-20 16:50:56546 '../build/linux/system.gyp:gconf',
547 '../build/linux/system.gyp:gdk',
[email protected]9d384032009-03-20 23:13:26548 '../build/linux/system.gyp:nss',
549 ],
550 }],
[email protected]2f80c312009-02-25 21:26:55551 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55552 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32553 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44554 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55555 ],
556 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02557 '../third_party/nss/nss.gyp:nss',
558 'third_party/nss/nss.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55559 'tld_cleanup',
560 ],
[email protected]1fabd9a2010-02-04 19:08:29561 'link_settings': {
562 'libraries': [
563 '-lIphlpapi.lib',
564 ],
565 },
[email protected]2f80c312009-02-25 21:26:55566 },
567 { # else: OS != "win"
568 'sources!': [
[email protected]2f80c312009-02-25 21:26:55569 'proxy/proxy_resolver_winhttp.cc',
[email protected]abe48d32010-02-03 02:09:36570 'socket/ssl_client_socket_nss_factory.cc',
[email protected]2fabd24b2010-02-09 21:55:51571 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55572 ],
573 },
574 ],
[email protected]50462ec2010-01-29 22:28:32575 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]2f80c312009-02-25 21:26:55576 },
577 { # else: OS != "linux"
578 'sources!': [
[email protected]3d4ae9a42009-07-24 03:48:16579 'ocsp/nss_ocsp.cc',
580 'ocsp/nss_ocsp.h',
[email protected]2f80c312009-02-25 21:26:55581 ],
[email protected]2f80c312009-02-25 21:26:55582 },
583 ],
584 [ 'OS == "mac"', {
[email protected]f505a9b2010-01-28 19:44:02585 'sources!': [
586 # TODO(wtc): Remove ssl_client_socket_nss.{cc,h} when
587 # http://crbug.com/30689 is fixed.
588 'socket/ssl_client_socket_nss.cc',
589 'socket/ssl_client_socket_nss.h',
590 ],
[email protected]2f80c312009-02-25 21:26:55591 'link_settings': {
592 'libraries': [
593 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
594 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
595 ]
596 },
597 },
598 ],
[email protected]2f80c312009-02-25 21:26:55599 ],
600 },
601 {
602 'target_name': 'net_unittests',
603 'type': 'executable',
604 'dependencies': [
605 'net',
[email protected]6718b412009-03-04 18:26:00606 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55607 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14608 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54609 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55610 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57611 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55612 ],
[email protected]9e450f22009-03-10 23:12:16613 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55614 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38615 'base/address_list_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55616 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55617 'base/data_url_unittest.cc',
618 'base/directory_lister_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50619 'base/dns_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55620 'base/escape_unittest.cc',
621 'base/file_stream_unittest.cc',
622 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27623 'base/filter_unittest.h',
[email protected]2f80c312009-02-25 21:26:55624 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38625 'base/host_cache_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32626 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02627 'base/keygen_handler_unittest.cc',
[email protected]85437612010-03-22 11:55:23628 'base/leak_annotations.h',
[email protected]2f80c312009-02-25 21:26:55629 'base/listen_socket_unittest.cc',
630 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38631 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55632 'base/mime_sniffer_unittest.cc',
633 'base/mime_util_unittest.cc',
[email protected]100d5fb92009-12-21 21:08:35634 'base/mock_network_change_notifier.h',
[email protected]9e743cd2010-03-16 07:03:53635 'base/net_log_unittest.h',
636 'base/net_log_util_unittest.cc',
[email protected]0fefd0202009-12-18 04:35:41637 'base/net_test_constants.h',
[email protected]2f80c312009-02-25 21:26:55638 'base/net_util_unittest.cc',
639 'base/registry_controlled_domain_unittest.cc',
640 'base/run_all_unittests.cc',
641 'base/sdch_filter_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58642 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32643 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42644 'base/ssl_config_service_win_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12645 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42646 'base/transport_security_state_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55647 'base/telnet_server_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29648 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55649 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33650 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55651 'base/x509_certificate_unittest.cc',
[email protected]d866fb52010-03-26 23:36:04652 'base/x509_cert_types_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55653 'disk_cache/addr_unittest.cc',
654 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58655 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55656 'disk_cache/block_files_unittest.cc',
657 'disk_cache/disk_cache_test_base.cc',
658 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55659 'disk_cache/entry_unittest.cc',
660 'disk_cache/mapped_file_unittest.cc',
661 'disk_cache/storage_block_unittest.cc',
662 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09663 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49664 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32665 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01666 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46667 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32668 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
669 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37670 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50671 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41672 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42673 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55674 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45675 'http/http_auth_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55676 'http/http_auth_handler_basic_unittest.cc',
677 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50678 'http/http_auth_handler_factory_unittest.cc',
[email protected]e607ee672010-04-28 17:16:34679 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56680 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55681 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39682 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55683 'http/http_cache_unittest.cc',
684 'http/http_chunked_decoder_unittest.cc',
685 'http/http_network_layer_unittest.cc',
686 'http/http_network_transaction_unittest.cc',
[email protected]270c6412010-03-29 22:02:47687 'http/http_request_headers_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55688 'http/http_response_headers_unittest.cc',
689 'http/http_transaction_unittest.cc',
690 'http/http_transaction_unittest.h',
691 'http/http_util_unittest.cc',
692 'http/http_vary_data_unittest.cc',
[email protected]5c2471b2010-04-20 17:25:09693 'http/mock_sspi_library_win.h',
694 'http/mock_sspi_library_win.cc',
[email protected]620f5712009-08-04 22:43:12695 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19696 'proxy/mock_proxy_resolver.h',
[email protected]7541206c2010-02-19 20:24:06697 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56698 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57699 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23700 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18701 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12702 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32703 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55704 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31705 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55706 'proxy/proxy_service_unittest.cc',
[email protected]775fd9e2009-07-26 21:12:20707 'proxy/single_threaded_proxy_resolver_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04708 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05709 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35710 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26711 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58712 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44713 'socket/ssl_client_socket_unittest.cc',
714 'socket/tcp_client_socket_pool_unittest.cc',
715 'socket/tcp_client_socket_unittest.cc',
716 'socket/tcp_pinger_unittest.cc',
[email protected]26a64592009-12-15 08:04:40717 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11718 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32719 'spdy/spdy_framer_test.cc',
720 'spdy/spdy_network_transaction_unittest.cc',
721 'spdy/spdy_protocol_test.cc',
722 'spdy/spdy_session_unittest.cc',
723 'spdy/spdy_stream_unittest.cc',
[email protected]2ff8b312010-04-26 22:20:54724 'spdy/spdy_test_util.h',
[email protected]2f80c312009-02-25 21:26:55725 'url_request/url_request_unittest.cc',
726 'url_request/url_request_unittest.h',
[email protected]511d0a02010-03-26 07:35:55727 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]af63c902010-03-17 05:09:22728 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:13729 'websockets/websocket_job_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28730 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36731 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55732 ],
733 'conditions': [
[email protected]50462ec2010-01-29 22:28:32734 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26735 'dependencies': [
736 '../build/linux/system.gyp:gtk',
737 ],
[email protected]2f80c312009-02-25 21:26:55738 'sources!': [
739 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55740 ],
741 },
742 ],
[email protected]50462ec2010-01-29 22:28:32743 ['OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:15744 'conditions': [
745 ['linux_use_tcmalloc==1', {
746 'dependencies': [
747 '../base/allocator/allocator.gyp:allocator',
748 ],
749 }],
750 ],
751 }],
[email protected]2f80c312009-02-25 21:26:55752 [ 'OS == "win"', {
[email protected]cdafbff2010-03-02 17:47:02753 # This is needed to trigger the dll copy step on windows.
754 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:55755 'dependencies': [
[email protected]280629492009-09-09 06:49:08756 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55757 ],
758 },
759 ],
760 ],
761 },
762 {
763 'target_name': 'net_perftests',
764 'type': 'executable',
765 'dependencies': [
766 'net',
[email protected]6718b412009-03-04 18:26:00767 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55768 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14769 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45770 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06771 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55772 '../testing/gtest.gyp:gtest',
773 ],
[email protected]9e450f22009-03-10 23:12:16774 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55775 'sources': [
[email protected]2f80c312009-02-25 21:26:55776 'base/cookie_monster_perftest.cc',
777 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33778 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55779 ],
780 'conditions': [
781 # This is needed to trigger the dll copy step on windows.
782 # TODO(mark): Specifying this here shouldn't be necessary.
783 [ 'OS == "win"', {
784 'dependencies': [
[email protected]280629492009-09-09 06:49:08785 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55786 ],
787 },
788 ],
789 ],
790 },
791 {
792 'target_name': 'stress_cache',
793 'type': 'executable',
794 'dependencies': [
795 'net',
[email protected]6718b412009-03-04 18:26:00796 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55797 '../base/base.gyp:base',
798 ],
799 'sources': [
[email protected]2f80c312009-02-25 21:26:55800 'disk_cache/stress_cache.cc',
801 ],
802 },
803 {
804 'target_name': 'tld_cleanup',
805 'type': 'executable',
806 'dependencies': [
807 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14808 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55809 '../build/temp_gyp/googleurl.gyp:googleurl',
810 ],
[email protected]b8234462009-03-18 02:30:55811 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55812 'sources': [
813 'tools/tld_cleanup/tld_cleanup.cc',
814 ],
815 },
816 {
817 'target_name': 'crash_cache',
818 'type': 'executable',
819 'dependencies': [
820 'net',
[email protected]6718b412009-03-04 18:26:00821 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55822 '../base/base.gyp:base',
823 ],
[email protected]9e450f22009-03-10 23:12:16824 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55825 'sources': [
826 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00827 ],
828 },
829 {
830 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49831 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00832 'dependencies': [
833 'net',
834 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15835 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00836 ],
837 'sources': [
[email protected]702a6a722010-03-17 18:24:51838 'base/cert_test_util.cc',
839 'base/cert_test_util.h',
[email protected]2f80c312009-02-25 21:26:55840 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00841 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50842 'proxy/proxy_config_service_common_unittest.cc',
843 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44844 'socket/socket_test_util.cc',
845 'socket/socket_test_util.h',
[email protected]702a6a722010-03-17 18:24:51846 'socket/ssl_test_util.cc',
847 'socket/ssl_test_util.h',
848 ],
849 'conditions': [
850 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
851 'dependencies': [
852 '../build/linux/system.gyp:nss',
853 ],
854 }],
[email protected]85437612010-03-22 11:55:23855 ['OS == "linux"', {
856 'conditions': [
857 ['linux_use_tcmalloc==1', {
858 'dependencies': [
859 '../base/allocator/allocator.gyp:allocator',
860 ],
861 }],
862 ],
863 }],
[email protected]2f80c312009-02-25 21:26:55864 ],
865 },
[email protected]ef36c74c2009-03-11 13:32:22866 {
867 'target_name': 'net_resources',
868 'type': 'none',
869 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:02870 'variables': {
871 'grit_cmd': ['python', '../tools/grit/grit.py'],
872 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
873 'input_paths': [
874 'base/net_resources.grd',
875 ],
876 },
[email protected]ef36c74c2009-03-11 13:32:22877 'rules': [
[email protected]2f80c312009-02-25 21:26:55878 {
[email protected]ef36c74c2009-03-11 13:32:22879 'rule_name': 'grit',
880 'extension': 'grd',
881 'inputs': [
[email protected]5b910872010-02-09 01:03:02882 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55883 ],
[email protected]ef36c74c2009-03-11 13:32:22884 'outputs': [
[email protected]5b910872010-02-09 01:03:02885 '<!@(<(grit_info_cmd) '
886 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55887 ],
[email protected]ef36c74c2009-03-11 13:32:22888 'action':
[email protected]5b910872010-02-09 01:03:02889 ['<@(grit_cmd)',
890 '-i', '<(RULE_INPUT_PATH)', 'build',
891 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:35892 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:55893 },
[email protected]6718b412009-03-04 18:26:00894 ],
[email protected]ef36c74c2009-03-11 13:32:22895 'sources': [
[email protected]5b910872010-02-09 01:03:02896 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:22897 ],
898 'direct_dependent_settings': {
899 'include_dirs': [
900 '<(SHARED_INTERMEDIATE_DIR)/net',
901 ],
902 },
[email protected]b392f3e2009-05-11 20:01:24903 'conditions': [
904 ['OS=="win"', {
905 'dependencies': ['../build/win/system.gyp:cygwin'],
906 }],
907 ],
[email protected]ef36c74c2009-03-11 13:32:22908 },
[email protected]75b91f92009-06-17 07:28:48909 {
910 'target_name': 'fetch_client',
911 'type': 'executable',
912 'dependencies': [
913 'net',
914 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:48915 '../testing/gtest.gyp:gtest',
916 ],
917 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
918 'sources': [
919 'tools/fetch/fetch_client.cc',
920 ],
921 },
[email protected]fe4f06d2009-06-17 07:58:05922 {
923 'target_name': 'fetch_server',
924 'type': 'executable',
925 'dependencies': [
926 'net',
927 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:05928 '../testing/gtest.gyp:gtest',
929 ],
930 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
931 'sources': [
932 'tools/fetch/fetch_server.cc',
933 'tools/fetch/http_listen_socket.cc',
934 'tools/fetch/http_listen_socket.h',
935 'tools/fetch/http_server.cc',
936 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:00937 'tools/fetch/http_server_request_info.h',
938 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:05939 'tools/fetch/http_session.cc',
940 'tools/fetch/http_session.h',
941 ],
942 },
[email protected]c402da42009-12-10 02:38:03943 {
944 'target_name': 'hresolv',
945 'type': 'executable',
946 'dependencies': [
947 'net_base',
948 ],
949 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
950 'sources': [
951 'tools/hresolv/hresolv.cc',
952 ],
953 },
[email protected]ef36c74c2009-03-11 13:32:22954 ],
955 'conditions': [
[email protected]e71d2e9d2010-03-31 01:36:37956 # ['OS=="linux"', {
957 # 'targets': [
958 # {
959 # 'target_name': 'flip_in_mem_edsm_server',
960 # 'type': 'executable',
961 # 'dependencies': [
962 # '../base/base.gyp:base',
963 # 'net.gyp:net',
964 # ],
965 # 'link_settings': {
966 # 'ldflags': [
967 # '-lssl'
968 # ],
969 # 'libraries': [
970 # '-lssl'
971 # ],
972 # },
973 # 'sources': [
974 # 'tools/flip_server/balsa_enums.h',
975 # 'tools/flip_server/balsa_frame.cc',
976 # 'tools/flip_server/balsa_frame.h',
977 # 'tools/flip_server/balsa_headers.cc',
978 # 'tools/flip_server/balsa_headers.h',
979 # 'tools/flip_server/balsa_headers_token_utils.cc',
980 # 'tools/flip_server/balsa_headers_token_utils.h',
981 # 'tools/flip_server/balsa_visitor_interface.h',
982 # 'tools/flip_server/buffer_interface.h',
983 # 'tools/flip_server/create_listener.cc',
984 # 'tools/flip_server/create_listener.h',
985 # 'tools/flip_server/epoll_server.cc',
986 # 'tools/flip_server/epoll_server.h',
987 # 'tools/flip_server/flip_in_mem_edsm_server.cc',
988 # 'tools/flip_server/http_message_constants.cc',
989 # 'tools/flip_server/http_message_constants.h',
990 # 'tools/flip_server/loadtime_measurement.h',
991 # 'tools/flip_server/porting.txt',
992 # 'tools/flip_server/ring_buffer.cc',
993 # 'tools/flip_server/ring_buffer.h',
994 # 'tools/flip_server/simple_buffer.cc',
995 # 'tools/flip_server/simple_buffer.h',
996 # 'tools/flip_server/split.h',
997 # 'tools/flip_server/split.cc',
998 # 'tools/flip_server/string_piece_utils.h',
999 # 'tools/flip_server/thread.h',
1000 # 'tools/flip_server/url_to_filename_encoder.h',
1001 # 'tools/flip_server/url_utilities.h',
1002 # ],
1003 # },
1004 # ]
1005 # }],
[email protected]6718b412009-03-04 18:26:001006 ['OS=="win"', {
1007 'targets': [
[email protected]2f80c312009-02-25 21:26:551008 {
1009 # TODO(port): dump_cache is still Windows-specific.
1010 'target_name': 'dump_cache',
1011 'type': 'executable',
1012 'dependencies': [
1013 'net',
1014 '../base/base.gyp:base',
1015 ],
1016 'sources': [
[email protected]c44344e2009-09-02 22:05:501017 'tools/dump_cache/cache_dumper.cc',
1018 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551019 'tools/dump_cache/dump_cache.cc',
1020 'tools/dump_cache/dump_files.cc',
1021 'tools/dump_cache/upgrade.cc',
[email protected]c44344e2009-09-02 22:05:501022 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]2f80c312009-02-25 21:26:551023 ],
1024 },
1025 ],
1026 }],
[email protected]2f80c312009-02-25 21:26:551027 ],
1028}
[email protected]f5c990c2009-10-06 03:02:381029
1030# Local Variables:
1031# tab-width:2
1032# indent-tabs-mode:nil
1033# End:
1034# vim: set expandtab tabstop=2 shiftwidth=2: