blob: d6f1921d8e5570f2fafb4e3f87064364088642e7 [file] [log] [blame]
[email protected]cb370a0632010-01-30 08:24:121# Copyright (c) 2010 The Chromium Authors. All rights reserved.
[email protected]2f80c312009-02-25 21:26:552# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'variables': {
7 'chromium_code': 1,
8 },
[email protected]2f80c312009-02-25 21:26:559 'targets': [
10 {
[email protected]9c2a57712009-10-21 20:35:1111 'target_name': 'net_base',
[email protected]653bd5f032009-04-08 12:55:4912 'type': '<(library)',
[email protected]2f80c312009-02-25 21:26:5513 'dependencies': [
14 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:1415 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:5516 '../build/temp_gyp/googleurl.gyp:googleurl',
17 '../sdch/sdch.gyp:sdch',
[email protected]280629492009-09-09 06:49:0818 '../third_party/icu/icu.gyp:icui18n',
19 '../third_party/icu/icu.gyp:icuuc',
[email protected]ca21ee32009-10-23 18:03:2220 '../third_party/zlib/zlib.gyp:zlib',
[email protected]ef36c74c2009-03-11 13:32:2221 'net_resources',
[email protected]2f80c312009-02-25 21:26:5522 ],
23 'sources': [
[email protected]123ab1e32009-10-21 19:12:5724 'base/address_family.h',
[email protected]2f80c312009-02-25 21:26:5525 'base/address_list.cc',
26 'base/address_list.h',
[email protected]eb8605c2010-05-21 22:17:4727 'base/address_list_net_log_param.cc',
28 'base/address_list_net_log_param.h',
[email protected]2f80c312009-02-25 21:26:5529 'base/auth.h',
[email protected]6192f732009-03-25 23:44:2030 'base/cache_type.h',
[email protected]ec11be62010-04-28 19:28:0931 'base/capturing_net_log.cc',
32 'base/capturing_net_log.h',
[email protected]a755e1072009-10-23 16:58:3733 'base/cert_database.h',
34 'base/cert_database_mac.cc',
35 'base/cert_database_nss.cc',
36 'base/cert_database_win.cc',
[email protected]2f80c312009-02-25 21:26:5537 'base/cert_status_flags.cc',
38 'base/cert_status_flags.h',
39 'base/cert_verifier.cc',
40 'base/cert_verifier.h',
41 'base/cert_verify_result.h',
[email protected]2f80c312009-02-25 21:26:5542 'base/completion_callback.h',
43 'base/connection_type_histograms.cc',
44 'base/connection_type_histograms.h',
45 'base/cookie_monster.cc',
46 'base/cookie_monster.h',
[email protected]5f450e52009-07-28 13:28:1147 'base/cookie_options.h',
[email protected]2f80c312009-02-25 21:26:5548 'base/cookie_policy.h',
[email protected]5f450e52009-07-28 13:28:1149 'base/cookie_store.h',
[email protected]2f80c312009-02-25 21:26:5550 'base/data_url.cc',
51 'base/data_url.h',
52 'base/directory_lister.cc',
53 'base/directory_lister.h',
[email protected]c36f0642009-09-09 01:10:5054 'base/dns_util.cc',
55 'base/dns_util.h',
[email protected]2f80c312009-02-25 21:26:5556 'base/escape.cc',
57 'base/escape.h',
58 'base/ev_root_ca_metadata.cc',
59 'base/ev_root_ca_metadata.h',
60 'base/file_stream.h',
61 'base/file_stream_posix.cc',
62 'base/file_stream_win.cc',
63 'base/filter.cc',
64 'base/filter.h',
65 'base/gzip_filter.cc',
66 'base/gzip_filter.h',
67 'base/gzip_header.cc',
68 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3869 'base/host_cache.cc',
70 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1471 'base/host_mapping_rules.cc',
72 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4273 'base/host_port_pair.cc',
74 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5575 'base/host_resolver.cc',
76 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3277 'base/host_resolver_impl.cc',
78 'base/host_resolver_impl.h',
79 'base/host_resolver_proc.cc',
80 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:5581 'base/io_buffer.cc',
82 'base/io_buffer.h',
[email protected]a755e1072009-10-23 16:58:3783 'base/keygen_handler.h',
84 'base/keygen_handler_mac.cc',
85 'base/keygen_handler_nss.cc',
86 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:5587 'base/listen_socket.cc',
88 'base/listen_socket.h',
89 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:2390 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:1691 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:3892 'base/mapped_host_resolver.cc',
93 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:5594 'base/mime_sniffer.cc',
95 'base/mime_sniffer.h',
96 'base/mime_util.cc',
97 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:3298 # TODO(eroman): move this into its own test-support target.
99 'base/mock_host_resolver.cc',
100 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55101 'base/net_error_list.h',
102 'base/net_errors.cc',
103 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53104 'base/net_log.cc',
105 'base/net_log.h',
106 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46107 'base/net_log_source_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]53ae7c42010-06-18 17:45:35171 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
172 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]9c2a57712009-10-21 20:35:11173 ],
174 'export_dependent_settings': [
175 '../base/base.gyp:base',
176 ],
177 'conditions': [
[email protected]50462ec2010-01-29 22:28:32178 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03179 'dependencies': [
180 '../build/linux/system.gyp:gconf',
181 '../build/linux/system.gyp:gdk',
182 '../build/linux/system.gyp:nss',
183 ],
184 },
185 { # else: OS is not in the above list
186 'sources!': [
187 'base/cert_database_nss.cc',
188 'base/keygen_handler_nss.cc',
189 'base/x509_certificate_nss.cc',
[email protected]53ae7c42010-06-18 17:45:35190 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
191 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]3dd6f5e2010-06-01 20:28:03192 ],
193 },
194 ],
[email protected]9c2a57712009-10-21 20:35:11195 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11196 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02197 # For nss_memio.{c,h}, which require only NSPR.
198 '../third_party/nss/nss.gyp:nspr',
[email protected]9c2a57712009-10-21 20:35:11199 'tld_cleanup',
200 ],
201 },
202 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47203 'dependencies': [
204 '../third_party/libevent/libevent.gyp:libevent',
205 ],
[email protected]9c2a57712009-10-21 20:35:11206 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11207 'base/winsock_init.cc',
208 ],
209 },
210 ],
[email protected]9c2a57712009-10-21 20:35:11211 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03212 'dependencies': [
213 # For nss_memio.{c,h}, which require only NSPR.
214 '../third_party/nss/nss.gyp:nspr',
[email protected]f505a9b2010-01-28 19:44:02215 ],
[email protected]9c2a57712009-10-21 20:35:11216 'link_settings': {
217 'libraries': [
218 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
219 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
220 ]
221 },
222 },
223 ],
224 ],
225 },
226 {
227 'target_name': 'net',
228 'type': '<(library)',
229 'dependencies': [
230 '../base/base.gyp:base',
231 '../base/base.gyp:base_i18n',
232 '../build/temp_gyp/googleurl.gyp:googleurl',
233 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11234 '../third_party/icu/icu.gyp:icui18n',
235 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11236 '../third_party/zlib/zlib.gyp:zlib',
237 'net_base',
238 'net_resources',
239 ],
240 'sources': [
[email protected]2f80c312009-02-25 21:26:55241 'disk_cache/addr.cc',
242 'disk_cache/addr.h',
243 'disk_cache/backend_impl.cc',
244 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58245 'disk_cache/bitmap.cc',
246 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55247 'disk_cache/block_files.cc',
248 'disk_cache/block_files.h',
249 'disk_cache/cache_util.h',
250 'disk_cache/cache_util_posix.cc',
251 'disk_cache/cache_util_win.cc',
252 'disk_cache/disk_cache.h',
253 'disk_cache/disk_format.h',
254 'disk_cache/entry_impl.cc',
255 'disk_cache/entry_impl.h',
256 'disk_cache/errors.h',
257 'disk_cache/eviction.cc',
258 'disk_cache/eviction.h',
259 'disk_cache/file.h',
260 'disk_cache/file_block.h',
261 'disk_cache/file_lock.cc',
262 'disk_cache/file_lock.h',
263 'disk_cache/file_posix.cc',
264 'disk_cache/file_win.cc',
265 'disk_cache/hash.cc',
266 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34267 'disk_cache/histogram_macros.h',
[email protected]2f80c312009-02-25 21:26:55268 'disk_cache/mapped_file.h',
269 'disk_cache/mapped_file_posix.cc',
270 'disk_cache/mapped_file_win.cc',
271 'disk_cache/mem_backend_impl.cc',
272 'disk_cache/mem_backend_impl.h',
273 'disk_cache/mem_entry_impl.cc',
274 'disk_cache/mem_entry_impl.h',
275 'disk_cache/mem_rankings.cc',
276 'disk_cache/mem_rankings.h',
277 'disk_cache/rankings.cc',
278 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58279 'disk_cache/sparse_control.cc',
280 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55281 'disk_cache/stats.cc',
282 'disk_cache/stats.h',
283 'disk_cache/stats_histogram.cc',
284 'disk_cache/stats_histogram.h',
285 'disk_cache/storage_block-inl.h',
286 'disk_cache/storage_block.h',
287 'disk_cache/trace.cc',
288 'disk_cache/trace.h',
289 'ftp/ftp_auth_cache.cc',
290 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09291 'ftp/ftp_ctrl_response_buffer.cc',
292 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49293 'ftp/ftp_directory_listing_buffer.cc',
294 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32295 'ftp/ftp_directory_listing_parser.cc',
296 'ftp/ftp_directory_listing_parser.h',
297 'ftp/ftp_directory_listing_parser_ls.cc',
298 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]9772b1c32009-12-10 19:39:01299 'ftp/ftp_directory_listing_parser_mlsd.cc',
300 'ftp/ftp_directory_listing_parser_mlsd.h',
[email protected]8425e66e2009-12-07 19:51:46301 'ftp/ftp_directory_listing_parser_netware.cc',
302 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32303 'ftp/ftp_directory_listing_parser_vms.cc',
304 'ftp/ftp_directory_listing_parser_vms.h',
305 'ftp/ftp_directory_listing_parser_windows.cc',
306 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55307 'ftp/ftp_network_layer.cc',
308 'ftp/ftp_network_layer.h',
309 'ftp/ftp_network_session.h',
310 'ftp/ftp_network_transaction.cc',
311 'ftp/ftp_network_transaction.h',
312 'ftp/ftp_request_info.h',
313 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55314 'ftp/ftp_server_type_histograms.cc',
315 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55316 'ftp/ftp_transaction.h',
317 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50318 'ftp/ftp_util.cc',
319 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41320 'http/des.cc',
321 'http/des.h',
[email protected]564b4912010-03-09 16:30:42322 'http/http_alternate_protocols.cc',
323 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55324 'http/http_atom_list.h',
325 'http/http_auth.cc',
326 'http/http_auth.h',
327 'http/http_auth_cache.cc',
328 'http/http_auth_cache.h',
[email protected]228404f2010-06-24 04:31:41329 'http/http_auth_controller.cc',
330 'http/http_auth_controller.h',
[email protected]eb3cac72010-02-26 21:07:45331 'http/http_auth_filter.cc',
332 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44333 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08334 'http/http_auth_gssapi_posix.cc',
335 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55336 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50337 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55338 'http/http_auth_handler_basic.cc',
339 'http/http_auth_handler_basic.h',
340 'http/http_auth_handler_digest.cc',
341 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50342 'http/http_auth_handler_factory.cc',
343 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05344 'http/http_auth_handler_negotiate.h',
[email protected]65d34382010-07-01 18:12:26345 'http/http_auth_handler_negotiate.cc',
[email protected]5ae0b862009-02-28 02:02:41346 'http/http_auth_handler_ntlm.cc',
347 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32348 'http/http_auth_handler_ntlm_portable.cc',
349 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56350 'http/http_auth_sspi_win.cc',
351 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57352 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00353 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39354 'http/http_byte_range.cc',
355 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55356 'http/http_cache.cc',
357 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23358 'http/http_cache_transaction.cc',
359 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55360 'http/http_chunked_decoder.cc',
361 'http/http_chunked_decoder.h',
[email protected]ac039522010-06-15 16:39:44362 'http/http_network_delegate.h',
[email protected]2f80c312009-02-25 21:26:55363 'http/http_network_layer.cc',
364 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44365 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55366 'http/http_network_session.h',
367 'http/http_network_transaction.cc',
368 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47369 'http/http_request_headers.cc',
370 'http/http_request_headers.h',
[email protected]2f80c312009-02-25 21:26:55371 'http/http_request_info.h',
372 'http/http_response_headers.cc',
373 'http/http_response_headers.h',
374 'http/http_response_info.cc',
375 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00376 'http/http_stream.h',
[email protected]0877e3d2009-10-17 22:29:57377 'http/http_stream_parser.cc',
378 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55379 'http/http_transaction.h',
380 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36381 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10382 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36383 'http/url_security_manager_posix.cc',
384 'http/url_security_manager_win.cc',
[email protected]2f80c312009-02-25 21:26:55385 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01386 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55387 'http/http_util.h',
388 'http/http_vary_data.cc',
389 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00390 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41391 'http/md4.cc',
392 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50393 'http/partial_data.cc',
394 'http/partial_data.h',
[email protected]25d8ea22009-08-25 19:42:29395 'ocsp/nss_ocsp.cc',
396 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12397 'proxy/init_proxy_resolver.cc',
398 'proxy/init_proxy_resolver.h',
[email protected]7541206c2010-02-19 20:24:06399 'proxy/proxy_bypass_rules.cc',
400 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18401 'proxy/proxy_config.cc',
402 'proxy/proxy_config.h',
403 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55404 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56405 'proxy/proxy_config_service_linux.cc',
406 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27407 'proxy/proxy_config_service_mac.cc',
408 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55409 'proxy/proxy_config_service_win.cc',
410 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18411 'proxy/proxy_info.cc',
412 'proxy/proxy_info.h',
413 'proxy/proxy_list.cc',
414 'proxy/proxy_list.h',
415 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12416 'proxy/proxy_resolver_js_bindings.cc',
417 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55418 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00419 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12420 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32421 'proxy/proxy_resolver_script.h',
422 'proxy/proxy_resolver_v8.cc',
423 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55424 'proxy/proxy_resolver_winhttp.cc',
425 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18426 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55427 'proxy/proxy_script_fetcher.cc',
428 'proxy/proxy_script_fetcher.h',
429 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27430 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55431 'proxy/proxy_server.h',
432 'proxy/proxy_service.cc',
433 'proxy/proxy_service.h',
[email protected]775fd9e2009-07-26 21:12:20434 'proxy/single_threaded_proxy_resolver.cc',
435 'proxy/single_threaded_proxy_resolver.h',
[email protected]1ca2b452010-04-17 00:07:04436 'proxy/sync_host_resolver_bridge.cc',
437 'proxy/sync_host_resolver_bridge.h',
[email protected]f7984fc62009-06-22 23:26:44438 'socket/client_socket.h',
439 'socket/client_socket_factory.cc',
440 'socket/client_socket_factory.h',
441 'socket/client_socket_handle.cc',
442 'socket/client_socket_handle.h',
443 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00444 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02445 'socket/client_socket_pool_base.cc',
446 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00447 'socket/client_socket_pool_histograms.cc',
448 'socket/client_socket_pool_histograms.h',
[email protected]f7984fc62009-06-22 23:26:44449 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35450 'socket/socks5_client_socket.cc',
451 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02452 'socket/socks_client_socket.cc',
453 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26454 'socket/socks_client_socket_pool.cc',
455 'socket/socks_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44456 'socket/ssl_client_socket.h',
457 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47458 'socket/ssl_client_socket_mac.h',
[email protected]fd4f139f2010-06-11 17:02:20459 'socket/ssl_client_socket_mac_factory.cc',
460 'socket/ssl_client_socket_mac_factory.h',
[email protected]20285392010-06-11 03:12:08461 'socket/ssl_client_socket_nss.cc',
462 'socket/ssl_client_socket_nss.h',
[email protected]fd4f139f2010-06-11 17:02:20463 'socket/ssl_client_socket_nss_factory.cc',
464 'socket/ssl_client_socket_nss_factory.h',
[email protected]f7984fc62009-06-22 23:26:44465 'socket/ssl_client_socket_win.cc',
466 'socket/ssl_client_socket_win.h',
[email protected]f7984fc62009-06-22 23:26:44467 'socket/tcp_client_socket.h',
468 'socket/tcp_client_socket_libevent.cc',
469 'socket/tcp_client_socket_libevent.h',
470 'socket/tcp_client_socket_pool.cc',
471 'socket/tcp_client_socket_pool.h',
472 'socket/tcp_client_socket_win.cc',
473 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47474 'socket/tcp_pinger.h',
[email protected]aef03132009-10-09 05:04:14475 'socket_stream/socket_stream.cc',
476 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13477 'socket_stream/socket_stream_job.cc',
478 'socket_stream/socket_stream_job.h',
479 'socket_stream/socket_stream_job_manager.cc',
480 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12481 'socket_stream/socket_stream_metrics.cc',
482 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32483 'spdy/spdy_bitmasks.h',
484 'spdy/spdy_frame_builder.cc',
485 'spdy/spdy_frame_builder.h',
486 'spdy/spdy_framer.cc',
487 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40488 'spdy/spdy_http_stream.cc',
489 'spdy/spdy_http_stream.h',
[email protected]dab9c7d2010-02-06 21:44:32490 'spdy/spdy_io_buffer.cc',
491 'spdy/spdy_io_buffer.h',
492 'spdy/spdy_network_transaction.cc',
493 'spdy/spdy_network_transaction.h',
494 'spdy/spdy_protocol.h',
495 'spdy/spdy_session.cc',
496 'spdy/spdy_session.h',
497 'spdy/spdy_session_pool.cc',
498 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50499 'spdy/spdy_settings_storage.cc',
500 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32501 'spdy/spdy_stream.cc',
502 'spdy/spdy_stream.h',
503 'spdy/spdy_transaction_factory.h',
[email protected]be4d55fe2010-06-01 13:40:02504 'url_request/https_prober.h',
505 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55506 'url_request/url_request.cc',
507 'url_request/url_request.h',
508 'url_request/url_request_about_job.cc',
509 'url_request/url_request_about_job.h',
510 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58511 'url_request/url_request_data_job.cc',
512 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55513 'url_request/url_request_error_job.cc',
514 'url_request/url_request_error_job.h',
515 'url_request/url_request_file_dir_job.cc',
516 'url_request/url_request_file_dir_job.h',
517 'url_request/url_request_file_job.cc',
518 'url_request/url_request_file_job.h',
519 'url_request/url_request_filter.cc',
520 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13521 'url_request/url_request_ftp_job.cc',
522 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55523 'url_request/url_request_http_job.cc',
524 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55525 'url_request/url_request_job.cc',
526 'url_request/url_request_job.h',
527 'url_request/url_request_job_manager.cc',
528 'url_request/url_request_job_manager.h',
529 'url_request/url_request_job_metrics.cc',
530 'url_request/url_request_job_metrics.h',
531 'url_request/url_request_job_tracker.cc',
532 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36533 'url_request/url_request_netlog_params.cc',
534 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45535 'url_request/url_request_redirect_job.cc',
536 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55537 'url_request/url_request_simple_job.cc',
538 'url_request/url_request_simple_job.h',
539 'url_request/url_request_status.h',
540 'url_request/url_request_test_job.cc',
541 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04542 'url_request/view_cache_helper.cc',
543 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36544 'websockets/websocket.cc',
545 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16546 'websockets/websocket_frame_handler.cc',
547 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22548 'websockets/websocket_handshake.cc',
549 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55550 'websockets/websocket_handshake_draft75.cc',
551 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08552 'websockets/websocket_handshake_handler.cc',
553 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13554 'websockets/websocket_job.cc',
555 'websockets/websocket_job.h',
[email protected]4c4eac02009-11-04 10:02:28556 'websockets/websocket_throttle.cc',
557 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55558 ],
[email protected]2f80c312009-02-25 21:26:55559 'export_dependent_settings': [
560 '../base/base.gyp:base',
561 ],
562 'conditions': [
[email protected]c61f6432009-04-22 01:16:42563 ['javascript_engine=="v8"', {
564 'dependencies': [
[email protected]44531a22009-04-28 21:37:56565 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42566 ],
567 }],
[email protected]50462ec2010-01-29 22:28:32568 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03569 'dependencies': [
570 '../build/linux/system.gyp:gconf',
571 '../build/linux/system.gyp:gdk',
572 '../build/linux/system.gyp:nss',
573 ],
574 },
575 { # else: OS is not in the above list
576 'sources!': [
577 'ocsp/nss_ocsp.cc',
578 'ocsp/nss_ocsp.h',
579 ],
580 },
581 ],
[email protected]2f80c312009-02-25 21:26:55582 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55583 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32584 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44585 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55586 ],
587 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02588 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03589 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55590 'tld_cleanup',
591 ],
[email protected]2f80c312009-02-25 21:26:55592 },
593 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47594 'dependencies': [
595 '../third_party/libevent/libevent.gyp:libevent',
596 ],
[email protected]2f80c312009-02-25 21:26:55597 'sources!': [
[email protected]2f80c312009-02-25 21:26:55598 'proxy/proxy_resolver_winhttp.cc',
[email protected]fd4f139f2010-06-11 17:02:20599 'socket/ssl_client_socket_nss_factory.cc',
600 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55601 ],
[email protected]2f80c312009-02-25 21:26:55602 },
603 ],
604 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03605 'dependencies': [
606 '../third_party/nss/nss.gyp:nss',
607 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02608 ],
[email protected]2f80c312009-02-25 21:26:55609 'link_settings': {
610 'libraries': [
611 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
612 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
613 ]
614 },
615 },
[email protected]fd4f139f2010-06-11 17:02:20616 { # else: OS != "mac"
617 'sources!': [
618 'socket/ssl_client_socket_mac_factory.cc',
619 'socket/ssl_client_socket_mac_factory.h',
620 ],
621 },
[email protected]2f80c312009-02-25 21:26:55622 ],
[email protected]2f80c312009-02-25 21:26:55623 ],
624 },
625 {
626 'target_name': 'net_unittests',
627 'type': 'executable',
628 'dependencies': [
629 'net',
[email protected]6718b412009-03-04 18:26:00630 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55631 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14632 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54633 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55634 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57635 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55636 ],
[email protected]9e450f22009-03-10 23:12:16637 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55638 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38639 'base/address_list_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55640 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55641 'base/data_url_unittest.cc',
642 'base/directory_lister_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50643 'base/dns_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55644 'base/escape_unittest.cc',
645 'base/file_stream_unittest.cc',
646 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27647 'base/filter_unittest.h',
[email protected]2f80c312009-02-25 21:26:55648 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38649 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14650 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32651 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02652 'base/keygen_handler_unittest.cc',
[email protected]85437612010-03-22 11:55:23653 'base/leak_annotations.h',
[email protected]2f80c312009-02-25 21:26:55654 'base/listen_socket_unittest.cc',
655 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38656 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55657 'base/mime_sniffer_unittest.cc',
658 'base/mime_util_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53659 'base/net_log_unittest.h',
[email protected]0fefd0202009-12-18 04:35:41660 'base/net_test_constants.h',
[email protected]66761b952010-06-25 21:30:38661 'base/net_test_suite.h',
[email protected]2f80c312009-02-25 21:26:55662 'base/net_util_unittest.cc',
663 'base/registry_controlled_domain_unittest.cc',
664 'base/run_all_unittests.cc',
665 'base/sdch_filter_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58666 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32667 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42668 'base/ssl_config_service_win_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12669 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42670 'base/transport_security_state_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55671 'base/telnet_server_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29672 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55673 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33674 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55675 'base/x509_certificate_unittest.cc',
[email protected]d866fb52010-03-26 23:36:04676 'base/x509_cert_types_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55677 'disk_cache/addr_unittest.cc',
678 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58679 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55680 'disk_cache/block_files_unittest.cc',
681 'disk_cache/disk_cache_test_base.cc',
682 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55683 'disk_cache/entry_unittest.cc',
684 'disk_cache/mapped_file_unittest.cc',
685 'disk_cache/storage_block_unittest.cc',
686 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09687 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49688 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32689 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01690 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46691 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32692 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
693 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37694 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50695 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41696 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42697 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55698 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45699 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08700 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55701 'http/http_auth_handler_basic_unittest.cc',
702 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50703 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00704 'http/http_auth_handler_mock.cc',
705 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34706 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21707 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56708 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55709 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39710 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55711 'http/http_cache_unittest.cc',
712 'http/http_chunked_decoder_unittest.cc',
713 'http/http_network_layer_unittest.cc',
714 'http/http_network_transaction_unittest.cc',
[email protected]270c6412010-03-29 22:02:47715 'http/http_request_headers_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55716 'http/http_response_headers_unittest.cc',
717 'http/http_transaction_unittest.cc',
718 'http/http_transaction_unittest.h',
719 'http/http_util_unittest.cc',
720 'http/http_vary_data_unittest.cc',
[email protected]5c2471b2010-04-20 17:25:09721 'http/mock_sspi_library_win.h',
722 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30723 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12724 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19725 'proxy/mock_proxy_resolver.h',
[email protected]7541206c2010-02-19 20:24:06726 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56727 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57728 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23729 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18730 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12731 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32732 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55733 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31734 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55735 'proxy/proxy_service_unittest.cc',
[email protected]775fd9e2009-07-26 21:12:20736 'proxy/single_threaded_proxy_resolver_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04737 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05738 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35739 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26740 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58741 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44742 'socket/ssl_client_socket_unittest.cc',
743 'socket/tcp_client_socket_pool_unittest.cc',
744 'socket/tcp_client_socket_unittest.cc',
745 'socket/tcp_pinger_unittest.cc',
[email protected]26a64592009-12-15 08:04:40746 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11747 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32748 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:40749 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32750 'spdy/spdy_network_transaction_unittest.cc',
751 'spdy/spdy_protocol_test.cc',
752 'spdy/spdy_session_unittest.cc',
[email protected]75f30cc22010-06-28 21:41:38753 'spdy/spdy_test_util.cc',
[email protected]2ff8b312010-04-26 22:20:54754 'spdy/spdy_test_util.h',
[email protected]196f286c2010-06-07 14:57:17755 'tools/dump_cache/url_to_filename_encoder.cc',
756 'tools/dump_cache/url_to_filename_encoder.h',
757 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55758 'url_request/url_request_unittest.cc',
759 'url_request/url_request_unittest.h',
[email protected]cec6f9b02010-05-27 22:06:31760 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:16761 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:55762 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:08763 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:22764 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:13765 'websockets/websocket_job_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28766 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36767 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55768 ],
769 'conditions': [
[email protected]50462ec2010-01-29 22:28:32770 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26771 'dependencies': [
772 '../build/linux/system.gyp:gtk',
[email protected]69138472010-06-25 22:44:48773 '../build/linux/system.gyp:nss',
[email protected]9d384032009-03-20 23:13:26774 ],
[email protected]2f80c312009-02-25 21:26:55775 'sources!': [
776 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55777 ],
778 },
779 ],
[email protected]50462ec2010-01-29 22:28:32780 ['OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:15781 'conditions': [
782 ['linux_use_tcmalloc==1', {
783 'dependencies': [
784 '../base/allocator/allocator.gyp:allocator',
785 ],
786 }],
787 ],
788 }],
[email protected]2f80c312009-02-25 21:26:55789 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:08790 'sources!': [
791 'http/http_auth_gssapi_posix_unittest.cc',
792 ],
[email protected]cdafbff2010-03-02 17:47:02793 # This is needed to trigger the dll copy step on windows.
794 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:55795 'dependencies': [
[email protected]280629492009-09-09 06:49:08796 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55797 ],
798 },
799 ],
800 ],
801 },
802 {
803 'target_name': 'net_perftests',
804 'type': 'executable',
805 'dependencies': [
806 'net',
[email protected]6718b412009-03-04 18:26:00807 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55808 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14809 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45810 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06811 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55812 '../testing/gtest.gyp:gtest',
813 ],
[email protected]9e450f22009-03-10 23:12:16814 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55815 'sources': [
[email protected]2f80c312009-02-25 21:26:55816 'base/cookie_monster_perftest.cc',
817 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33818 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55819 ],
820 'conditions': [
821 # This is needed to trigger the dll copy step on windows.
822 # TODO(mark): Specifying this here shouldn't be necessary.
823 [ 'OS == "win"', {
824 'dependencies': [
[email protected]280629492009-09-09 06:49:08825 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55826 ],
827 },
828 ],
829 ],
830 },
831 {
832 'target_name': 'stress_cache',
833 'type': 'executable',
834 'dependencies': [
835 'net',
[email protected]6718b412009-03-04 18:26:00836 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55837 '../base/base.gyp:base',
838 ],
839 'sources': [
[email protected]2f80c312009-02-25 21:26:55840 'disk_cache/stress_cache.cc',
841 ],
842 },
843 {
844 'target_name': 'tld_cleanup',
845 'type': 'executable',
846 'dependencies': [
847 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14848 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55849 '../build/temp_gyp/googleurl.gyp:googleurl',
850 ],
[email protected]b8234462009-03-18 02:30:55851 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55852 'sources': [
853 'tools/tld_cleanup/tld_cleanup.cc',
854 ],
855 },
856 {
857 'target_name': 'crash_cache',
858 'type': 'executable',
859 'dependencies': [
860 'net',
[email protected]6718b412009-03-04 18:26:00861 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55862 '../base/base.gyp:base',
863 ],
[email protected]9e450f22009-03-10 23:12:16864 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55865 'sources': [
866 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00867 ],
868 },
869 {
870 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49871 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00872 'dependencies': [
873 'net',
874 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15875 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00876 ],
877 'sources': [
[email protected]702a6a722010-03-17 18:24:51878 'base/cert_test_util.cc',
879 'base/cert_test_util.h',
[email protected]2f80c312009-02-25 21:26:55880 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00881 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50882 'proxy/proxy_config_service_common_unittest.cc',
883 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44884 'socket/socket_test_util.cc',
885 'socket/socket_test_util.h',
[email protected]702a6a722010-03-17 18:24:51886 'socket/ssl_test_util.cc',
887 'socket/ssl_test_util.h',
888 ],
889 'conditions': [
[email protected]6c2046562010-05-07 23:47:50890 ['inside_chromium_build==1', {
891 'dependencies': [
892 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
893 '../third_party/protobuf2/protobuf.gyp:py_proto',
894 ],
895 }],
[email protected]702a6a722010-03-17 18:24:51896 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
897 'dependencies': [
898 '../build/linux/system.gyp:nss',
899 ],
900 }],
[email protected]85437612010-03-22 11:55:23901 ['OS == "linux"', {
902 'conditions': [
903 ['linux_use_tcmalloc==1', {
904 'dependencies': [
905 '../base/allocator/allocator.gyp:allocator',
906 ],
907 }],
908 ],
909 }],
[email protected]2f80c312009-02-25 21:26:55910 ],
911 },
[email protected]ef36c74c2009-03-11 13:32:22912 {
913 'target_name': 'net_resources',
914 'type': 'none',
915 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:02916 'variables': {
917 'grit_cmd': ['python', '../tools/grit/grit.py'],
918 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
919 'input_paths': [
920 'base/net_resources.grd',
921 ],
922 },
[email protected]ef36c74c2009-03-11 13:32:22923 'rules': [
[email protected]2f80c312009-02-25 21:26:55924 {
[email protected]ef36c74c2009-03-11 13:32:22925 'rule_name': 'grit',
926 'extension': 'grd',
927 'inputs': [
[email protected]5b910872010-02-09 01:03:02928 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55929 ],
[email protected]ef36c74c2009-03-11 13:32:22930 'outputs': [
[email protected]5b910872010-02-09 01:03:02931 '<!@(<(grit_info_cmd) '
932 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55933 ],
[email protected]ef36c74c2009-03-11 13:32:22934 'action':
[email protected]5b910872010-02-09 01:03:02935 ['<@(grit_cmd)',
936 '-i', '<(RULE_INPUT_PATH)', 'build',
937 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:35938 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:55939 },
[email protected]6718b412009-03-04 18:26:00940 ],
[email protected]ef36c74c2009-03-11 13:32:22941 'sources': [
[email protected]5b910872010-02-09 01:03:02942 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:22943 ],
944 'direct_dependent_settings': {
945 'include_dirs': [
946 '<(SHARED_INTERMEDIATE_DIR)/net',
947 ],
948 },
[email protected]b392f3e2009-05-11 20:01:24949 'conditions': [
950 ['OS=="win"', {
951 'dependencies': ['../build/win/system.gyp:cygwin'],
952 }],
953 ],
[email protected]ef36c74c2009-03-11 13:32:22954 },
[email protected]75b91f92009-06-17 07:28:48955 {
956 'target_name': 'fetch_client',
957 'type': 'executable',
958 'dependencies': [
959 'net',
960 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:48961 '../testing/gtest.gyp:gtest',
962 ],
963 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
964 'sources': [
965 'tools/fetch/fetch_client.cc',
966 ],
967 },
[email protected]fe4f06d2009-06-17 07:58:05968 {
969 'target_name': 'fetch_server',
970 'type': 'executable',
971 'dependencies': [
972 'net',
973 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:05974 '../testing/gtest.gyp:gtest',
975 ],
976 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
977 'sources': [
978 'tools/fetch/fetch_server.cc',
979 'tools/fetch/http_listen_socket.cc',
980 'tools/fetch/http_listen_socket.h',
981 'tools/fetch/http_server.cc',
982 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:00983 'tools/fetch/http_server_request_info.h',
984 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:05985 'tools/fetch/http_session.cc',
986 'tools/fetch/http_session.h',
987 ],
988 },
[email protected]c402da42009-12-10 02:38:03989 {
[email protected]0569d862010-07-05 11:32:40990 'target_name': 'http_listen_socket',
991 'type': '<(library)',
992 'dependencies': [
993 'net',
994 '../base/base.gyp:base',
995 '../testing/gtest.gyp:gtest',
996 ],
997 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
998 'sources': [
999 'server/http_listen_socket.cc',
1000 'server/http_listen_socket.h',
1001 'server/http_server_request_info.h',
1002 ],
1003 },
1004 {
[email protected]c402da42009-12-10 02:38:031005 'target_name': 'hresolv',
1006 'type': 'executable',
1007 'dependencies': [
1008 'net_base',
1009 ],
1010 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
1011 'sources': [
1012 'tools/hresolv/hresolv.cc',
1013 ],
1014 },
[email protected]ef36c74c2009-03-11 13:32:221015 ],
1016 'conditions': [
[email protected]e71d2e9d2010-03-31 01:36:371017 # ['OS=="linux"', {
1018 # 'targets': [
1019 # {
1020 # 'target_name': 'flip_in_mem_edsm_server',
1021 # 'type': 'executable',
1022 # 'dependencies': [
1023 # '../base/base.gyp:base',
1024 # 'net.gyp:net',
1025 # ],
1026 # 'link_settings': {
1027 # 'ldflags': [
1028 # '-lssl'
1029 # ],
1030 # 'libraries': [
1031 # '-lssl'
1032 # ],
1033 # },
1034 # 'sources': [
1035 # 'tools/flip_server/balsa_enums.h',
1036 # 'tools/flip_server/balsa_frame.cc',
1037 # 'tools/flip_server/balsa_frame.h',
1038 # 'tools/flip_server/balsa_headers.cc',
1039 # 'tools/flip_server/balsa_headers.h',
1040 # 'tools/flip_server/balsa_headers_token_utils.cc',
1041 # 'tools/flip_server/balsa_headers_token_utils.h',
1042 # 'tools/flip_server/balsa_visitor_interface.h',
1043 # 'tools/flip_server/buffer_interface.h',
1044 # 'tools/flip_server/create_listener.cc',
1045 # 'tools/flip_server/create_listener.h',
1046 # 'tools/flip_server/epoll_server.cc',
1047 # 'tools/flip_server/epoll_server.h',
1048 # 'tools/flip_server/flip_in_mem_edsm_server.cc',
1049 # 'tools/flip_server/http_message_constants.cc',
1050 # 'tools/flip_server/http_message_constants.h',
1051 # 'tools/flip_server/loadtime_measurement.h',
1052 # 'tools/flip_server/porting.txt',
1053 # 'tools/flip_server/ring_buffer.cc',
1054 # 'tools/flip_server/ring_buffer.h',
1055 # 'tools/flip_server/simple_buffer.cc',
1056 # 'tools/flip_server/simple_buffer.h',
1057 # 'tools/flip_server/split.h',
1058 # 'tools/flip_server/split.cc',
1059 # 'tools/flip_server/string_piece_utils.h',
1060 # 'tools/flip_server/thread.h',
1061 # 'tools/flip_server/url_to_filename_encoder.h',
1062 # 'tools/flip_server/url_utilities.h',
1063 # ],
1064 # },
1065 # ]
1066 # }],
[email protected]6718b412009-03-04 18:26:001067 ['OS=="win"', {
1068 'targets': [
[email protected]2f80c312009-02-25 21:26:551069 {
1070 # TODO(port): dump_cache is still Windows-specific.
1071 'target_name': 'dump_cache',
1072 'type': 'executable',
1073 'dependencies': [
1074 'net',
1075 '../base/base.gyp:base',
1076 ],
1077 'sources': [
[email protected]c44344e2009-09-02 22:05:501078 'tools/dump_cache/cache_dumper.cc',
1079 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551080 'tools/dump_cache/dump_cache.cc',
1081 'tools/dump_cache/dump_files.cc',
1082 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171083 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501084 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]196f286c2010-06-07 14:57:171085 'tools/dump_cache/url_utilties.h',
[email protected]2f80c312009-02-25 21:26:551086 ],
1087 },
1088 ],
1089 }],
[email protected]2f80c312009-02-25 21:26:551090 ],
1091}
[email protected]f5c990c2009-10-06 03:02:381092
1093# Local Variables:
1094# tab-width:2
1095# indent-tabs-mode:nil
1096# End:
1097# vim: set expandtab tabstop=2 shiftwidth=2: