blob: b7f624528712e2ba853b2d5918e2a8481facf294 [file] [log] [blame]
[email protected]cb370a0632010-01-30 08:24:121# Copyright (c) 2010 The Chromium Authors. All rights reserved.
[email protected]2f80c312009-02-25 21:26:552# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'variables': {
7 'chromium_code': 1,
8 },
[email protected]2f80c312009-02-25 21:26:559 'targets': [
10 {
[email protected]9c2a57712009-10-21 20:35:1111 'target_name': 'net_base',
[email protected]653bd5f032009-04-08 12:55:4912 'type': '<(library)',
[email protected]2f80c312009-02-25 21:26:5513 'dependencies': [
14 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:1415 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:5516 '../build/temp_gyp/googleurl.gyp:googleurl',
17 '../sdch/sdch.gyp:sdch',
[email protected]280629492009-09-09 06:49:0818 '../third_party/icu/icu.gyp:icui18n',
19 '../third_party/icu/icu.gyp:icuuc',
[email protected]ca21ee32009-10-23 18:03:2220 '../third_party/zlib/zlib.gyp:zlib',
[email protected]ef36c74c2009-03-11 13:32:2221 'net_resources',
[email protected]2f80c312009-02-25 21:26:5522 ],
23 'sources': [
[email protected]123ab1e32009-10-21 19:12:5724 'base/address_family.h',
[email protected]2f80c312009-02-25 21:26:5525 'base/address_list.cc',
26 'base/address_list.h',
[email protected]eb8605c2010-05-21 22:17:4727 'base/address_list_net_log_param.cc',
28 'base/address_list_net_log_param.h',
[email protected]2f80c312009-02-25 21:26:5529 'base/auth.h',
[email protected]6192f732009-03-25 23:44:2030 'base/cache_type.h',
[email protected]ec11be62010-04-28 19:28:0931 'base/capturing_net_log.cc',
32 'base/capturing_net_log.h',
[email protected]a755e1072009-10-23 16:58:3733 'base/cert_database.h',
34 'base/cert_database_mac.cc',
35 'base/cert_database_nss.cc',
36 'base/cert_database_win.cc',
[email protected]2f80c312009-02-25 21:26:5537 'base/cert_status_flags.cc',
38 'base/cert_status_flags.h',
39 'base/cert_verifier.cc',
40 'base/cert_verifier.h',
41 'base/cert_verify_result.h',
[email protected]2f80c312009-02-25 21:26:5542 'base/completion_callback.h',
43 'base/connection_type_histograms.cc',
44 'base/connection_type_histograms.h',
45 'base/cookie_monster.cc',
46 'base/cookie_monster.h',
[email protected]5f450e52009-07-28 13:28:1147 'base/cookie_options.h',
[email protected]2f80c312009-02-25 21:26:5548 'base/cookie_policy.h',
[email protected]5f450e52009-07-28 13:28:1149 'base/cookie_store.h',
[email protected]2f80c312009-02-25 21:26:5550 'base/data_url.cc',
51 'base/data_url.h',
52 'base/directory_lister.cc',
53 'base/directory_lister.h',
[email protected]37e658b2010-07-28 17:23:0454 'base/dns_reload_timer.cc',
55 'base/dns_reload_timer.h',
[email protected]c36f0642009-09-09 01:10:5056 'base/dns_util.cc',
57 'base/dns_util.h',
[email protected]b3ccac82010-08-04 15:54:4058 'base/dnsrr_resolver.cc',
59 'base/dnsrr_resolver.h',
[email protected]2f80c312009-02-25 21:26:5560 'base/escape.cc',
61 'base/escape.h',
62 'base/ev_root_ca_metadata.cc',
63 'base/ev_root_ca_metadata.h',
64 'base/file_stream.h',
65 'base/file_stream_posix.cc',
66 'base/file_stream_win.cc',
67 'base/filter.cc',
68 'base/filter.h',
[email protected]72b4a772010-07-14 01:29:3069 'base/forwarding_net_log.cc',
70 'base/forwarding_net_log.h',
[email protected]2f80c312009-02-25 21:26:5571 'base/gzip_filter.cc',
72 'base/gzip_filter.h',
73 'base/gzip_header.cc',
74 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3875 'base/host_cache.cc',
76 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1477 'base/host_mapping_rules.cc',
78 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4279 'base/host_port_pair.cc',
80 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5581 'base/host_resolver.cc',
82 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3283 'base/host_resolver_impl.cc',
84 'base/host_resolver_impl.h',
85 'base/host_resolver_proc.cc',
86 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:5587 'base/io_buffer.cc',
88 'base/io_buffer.h',
[email protected]a755e1072009-10-23 16:58:3789 'base/keygen_handler.h',
90 'base/keygen_handler_mac.cc',
91 'base/keygen_handler_nss.cc',
92 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:5593 'base/listen_socket.cc',
94 'base/listen_socket.h',
95 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:2396 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:1697 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:3898 'base/mapped_host_resolver.cc',
99 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55100 'base/mime_sniffer.cc',
101 'base/mime_sniffer.h',
102 'base/mime_util.cc',
103 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:32104 # TODO(eroman): move this into its own test-support target.
105 'base/mock_host_resolver.cc',
106 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55107 'base/net_error_list.h',
108 'base/net_errors.cc',
109 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53110 'base/net_log.cc',
111 'base/net_log.h',
112 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46113 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55114 'base/net_module.cc',
115 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55116 'base/net_util.cc',
117 'base/net_util.h',
118 'base/net_util_posix.cc',
119 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35120 'base/network_change_notifier.cc',
121 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35122 'base/network_change_notifier_linux.cc',
123 'base/network_change_notifier_linux.h',
124 'base/network_change_notifier_mac.cc',
125 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58126 'base/network_change_notifier_netlink_linux.cc',
127 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35128 'base/network_change_notifier_win.cc',
129 'base/network_change_notifier_win.h',
[email protected]9328443b2010-07-30 06:09:40130 'base/network_config_watcher_mac.cc',
131 'base/network_config_watcher_mac.h',
[email protected]2f80c312009-02-25 21:26:55132 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00133 'base/nss_memio.h',
[email protected]e5a3eef2010-07-22 02:31:04134 'base/pem_tokenizer.cc',
135 'base/pem_tokenizer.h',
[email protected]2f80c312009-02-25 21:26:55136 'base/platform_mime_util.h',
137 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
138 'base/platform_mime_util_linux.cc',
139 'base/platform_mime_util_mac.cc',
140 'base/platform_mime_util_win.cc',
141 'base/registry_controlled_domain.cc',
142 'base/registry_controlled_domain.h',
143 'base/scoped_cert_chain_context.h',
144 'base/sdch_filter.cc',
145 'base/sdch_filter.h',
146 'base/sdch_manager.cc',
147 'base/sdch_manager.h',
[email protected]0b45559b2009-06-12 21:45:11148 'base/ssl_cert_request_info.h',
[email protected]d8654bf2010-07-18 16:01:32149 'base/ssl_cipher_suite_names.cc',
150 'base/ssl_cipher_suite_names.h',
[email protected]56c866a22009-06-18 19:38:58151 'base/ssl_client_auth_cache.cc',
152 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39153 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55154 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42155 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32156 'base/ssl_config_service_mac.cc',
157 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42158 'base/ssl_config_service_win.cc',
159 'base/ssl_config_service_win.h',
[email protected]2f80c312009-02-25 21:26:55160 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12161 'base/static_cookie_policy.cc',
162 'base/static_cookie_policy.h',
[email protected]326e6792009-12-11 21:04:42163 'base/transport_security_state.cc',
164 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37165 'base/sys_addrinfo.h',
[email protected]d022e4e2009-06-23 04:13:00166 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55167 'base/upload_data.cc',
168 'base/upload_data.h',
169 'base/upload_data_stream.cc',
170 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55171 'base/winsock_init.cc',
172 'base/winsock_init.h',
173 'base/x509_certificate.cc',
174 'base/x509_certificate.h',
175 'base/x509_certificate_mac.cc',
176 'base/x509_certificate_nss.cc',
177 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04178 'base/x509_cert_types.cc',
179 'base/x509_cert_types.h',
180 'base/x509_cert_types_mac.cc',
[email protected]53ae7c42010-06-18 17:45:35181 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
182 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]9c2a57712009-10-21 20:35:11183 ],
184 'export_dependent_settings': [
185 '../base/base.gyp:base',
186 ],
187 'conditions': [
[email protected]50462ec2010-01-29 22:28:32188 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03189 'dependencies': [
190 '../build/linux/system.gyp:gconf',
191 '../build/linux/system.gyp:gdk',
192 '../build/linux/system.gyp:nss',
[email protected]b3ccac82010-08-04 15:54:40193 '../build/linux/system.gyp:libresolv',
[email protected]3dd6f5e2010-06-01 20:28:03194 ],
195 },
196 { # else: OS is not in the above list
197 'sources!': [
198 'base/cert_database_nss.cc',
199 'base/keygen_handler_nss.cc',
200 'base/x509_certificate_nss.cc',
[email protected]53ae7c42010-06-18 17:45:35201 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
202 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]3dd6f5e2010-06-01 20:28:03203 ],
204 },
205 ],
[email protected]9c2a57712009-10-21 20:35:11206 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11207 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02208 # For nss_memio.{c,h}, which require only NSPR.
209 '../third_party/nss/nss.gyp:nspr',
[email protected]9c2a57712009-10-21 20:35:11210 'tld_cleanup',
211 ],
212 },
213 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47214 'dependencies': [
215 '../third_party/libevent/libevent.gyp:libevent',
216 ],
[email protected]9c2a57712009-10-21 20:35:11217 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11218 'base/winsock_init.cc',
219 ],
220 },
221 ],
[email protected]9c2a57712009-10-21 20:35:11222 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03223 'dependencies': [
224 # For nss_memio.{c,h}, which require only NSPR.
225 '../third_party/nss/nss.gyp:nspr',
[email protected]f505a9b2010-01-28 19:44:02226 ],
[email protected]9c2a57712009-10-21 20:35:11227 'link_settings': {
228 'libraries': [
229 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
230 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
231 ]
232 },
233 },
234 ],
235 ],
236 },
237 {
238 'target_name': 'net',
239 'type': '<(library)',
240 'dependencies': [
241 '../base/base.gyp:base',
242 '../base/base.gyp:base_i18n',
243 '../build/temp_gyp/googleurl.gyp:googleurl',
244 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11245 '../third_party/icu/icu.gyp:icui18n',
246 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11247 '../third_party/zlib/zlib.gyp:zlib',
248 'net_base',
249 'net_resources',
250 ],
251 'sources': [
[email protected]2f80c312009-02-25 21:26:55252 'disk_cache/addr.cc',
253 'disk_cache/addr.h',
254 'disk_cache/backend_impl.cc',
255 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58256 'disk_cache/bitmap.cc',
257 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55258 'disk_cache/block_files.cc',
259 'disk_cache/block_files.h',
260 'disk_cache/cache_util.h',
261 'disk_cache/cache_util_posix.cc',
262 'disk_cache/cache_util_win.cc',
263 'disk_cache/disk_cache.h',
264 'disk_cache/disk_format.h',
265 'disk_cache/entry_impl.cc',
266 'disk_cache/entry_impl.h',
267 'disk_cache/errors.h',
268 'disk_cache/eviction.cc',
269 'disk_cache/eviction.h',
270 'disk_cache/file.h',
271 'disk_cache/file_block.h',
272 'disk_cache/file_lock.cc',
273 'disk_cache/file_lock.h',
274 'disk_cache/file_posix.cc',
275 'disk_cache/file_win.cc',
276 'disk_cache/hash.cc',
277 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34278 'disk_cache/histogram_macros.h',
[email protected]fb2622f2010-07-13 18:00:56279 'disk_cache/in_flight_backend_io.cc',
280 'disk_cache/in_flight_backend_io.h',
281 'disk_cache/in_flight_io.cc',
282 'disk_cache/in_flight_io.h',
[email protected]2f80c312009-02-25 21:26:55283 'disk_cache/mapped_file.h',
284 'disk_cache/mapped_file_posix.cc',
285 'disk_cache/mapped_file_win.cc',
286 'disk_cache/mem_backend_impl.cc',
287 'disk_cache/mem_backend_impl.h',
288 'disk_cache/mem_entry_impl.cc',
289 'disk_cache/mem_entry_impl.h',
290 'disk_cache/mem_rankings.cc',
291 'disk_cache/mem_rankings.h',
292 'disk_cache/rankings.cc',
293 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58294 'disk_cache/sparse_control.cc',
295 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55296 'disk_cache/stats.cc',
297 'disk_cache/stats.h',
298 'disk_cache/stats_histogram.cc',
299 'disk_cache/stats_histogram.h',
300 'disk_cache/storage_block-inl.h',
301 'disk_cache/storage_block.h',
302 'disk_cache/trace.cc',
303 'disk_cache/trace.h',
304 'ftp/ftp_auth_cache.cc',
305 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09306 'ftp/ftp_ctrl_response_buffer.cc',
307 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49308 'ftp/ftp_directory_listing_buffer.cc',
309 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32310 'ftp/ftp_directory_listing_parser.cc',
311 'ftp/ftp_directory_listing_parser.h',
312 'ftp/ftp_directory_listing_parser_ls.cc',
313 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]9772b1c32009-12-10 19:39:01314 'ftp/ftp_directory_listing_parser_mlsd.cc',
315 'ftp/ftp_directory_listing_parser_mlsd.h',
[email protected]8425e66e2009-12-07 19:51:46316 'ftp/ftp_directory_listing_parser_netware.cc',
317 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32318 'ftp/ftp_directory_listing_parser_vms.cc',
319 'ftp/ftp_directory_listing_parser_vms.h',
320 'ftp/ftp_directory_listing_parser_windows.cc',
321 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55322 'ftp/ftp_network_layer.cc',
323 'ftp/ftp_network_layer.h',
324 'ftp/ftp_network_session.h',
325 'ftp/ftp_network_transaction.cc',
326 'ftp/ftp_network_transaction.h',
327 'ftp/ftp_request_info.h',
328 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55329 'ftp/ftp_server_type_histograms.cc',
330 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55331 'ftp/ftp_transaction.h',
332 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50333 'ftp/ftp_util.cc',
334 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41335 'http/des.cc',
336 'http/des.h',
[email protected]564b4912010-03-09 16:30:42337 'http/http_alternate_protocols.cc',
338 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55339 'http/http_atom_list.h',
340 'http/http_auth.cc',
341 'http/http_auth.h',
342 'http/http_auth_cache.cc',
343 'http/http_auth_cache.h',
[email protected]228404f2010-06-24 04:31:41344 'http/http_auth_controller.cc',
345 'http/http_auth_controller.h',
[email protected]eb3cac72010-02-26 21:07:45346 'http/http_auth_filter.cc',
347 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44348 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08349 'http/http_auth_gssapi_posix.cc',
350 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55351 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50352 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55353 'http/http_auth_handler_basic.cc',
354 'http/http_auth_handler_basic.h',
355 'http/http_auth_handler_digest.cc',
356 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50357 'http/http_auth_handler_factory.cc',
358 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05359 'http/http_auth_handler_negotiate.h',
[email protected]65d34382010-07-01 18:12:26360 'http/http_auth_handler_negotiate.cc',
[email protected]5ae0b862009-02-28 02:02:41361 'http/http_auth_handler_ntlm.cc',
362 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32363 'http/http_auth_handler_ntlm_portable.cc',
364 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56365 'http/http_auth_sspi_win.cc',
366 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57367 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00368 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39369 'http/http_byte_range.cc',
370 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55371 'http/http_cache.cc',
372 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23373 'http/http_cache_transaction.cc',
374 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55375 'http/http_chunked_decoder.cc',
376 'http/http_chunked_decoder.h',
[email protected]a7ea8832010-07-12 17:54:54377 'http/http_net_log_params.h',
[email protected]ac039522010-06-15 16:39:44378 'http/http_network_delegate.h',
[email protected]2f80c312009-02-25 21:26:55379 'http/http_network_layer.cc',
380 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44381 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55382 'http/http_network_session.h',
383 'http/http_network_transaction.cc',
384 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47385 'http/http_request_headers.cc',
386 'http/http_request_headers.h',
[email protected]2f80c312009-02-25 21:26:55387 'http/http_request_info.h',
388 'http/http_response_headers.cc',
389 'http/http_response_headers.h',
390 'http/http_response_info.cc',
391 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00392 'http/http_stream.h',
[email protected]0877e3d2009-10-17 22:29:57393 'http/http_stream_parser.cc',
394 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55395 'http/http_transaction.h',
396 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36397 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10398 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36399 'http/url_security_manager_posix.cc',
400 'http/url_security_manager_win.cc',
[email protected]a7ea8832010-07-12 17:54:54401 'http/http_proxy_client_socket.cc',
402 'http/http_proxy_client_socket.h',
[email protected]e772db3f2010-07-12 18:11:13403 'http/http_proxy_client_socket_pool.cc',
404 'http/http_proxy_client_socket_pool.h',
[email protected]2f80c312009-02-25 21:26:55405 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01406 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55407 'http/http_util.h',
408 'http/http_vary_data.cc',
409 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00410 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41411 'http/md4.cc',
412 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50413 'http/partial_data.cc',
414 'http/partial_data.h',
[email protected]25d8ea22009-08-25 19:42:29415 'ocsp/nss_ocsp.cc',
416 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12417 'proxy/init_proxy_resolver.cc',
418 'proxy/init_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00419 'proxy/multi_threaded_proxy_resolver.cc',
420 'proxy/multi_threaded_proxy_resolver.h',
[email protected]119655002010-07-23 06:02:40421 'proxy/polling_proxy_config_service.cc',
422 'proxy/polling_proxy_config_service.h',
[email protected]7541206c2010-02-19 20:24:06423 'proxy/proxy_bypass_rules.cc',
424 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18425 'proxy/proxy_config.cc',
426 'proxy/proxy_config.h',
427 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55428 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56429 'proxy/proxy_config_service_linux.cc',
430 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27431 'proxy/proxy_config_service_mac.cc',
432 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55433 'proxy/proxy_config_service_win.cc',
434 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18435 'proxy/proxy_info.cc',
436 'proxy/proxy_info.h',
437 'proxy/proxy_list.cc',
438 'proxy/proxy_list.h',
439 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12440 'proxy/proxy_resolver_js_bindings.cc',
441 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55442 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00443 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12444 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32445 'proxy/proxy_resolver_script.h',
[email protected]24476402010-07-20 20:55:17446 'proxy/proxy_resolver_script_data.cc',
447 'proxy/proxy_resolver_script_data.h',
[email protected]6b675b82009-02-26 23:18:32448 'proxy/proxy_resolver_v8.cc',
449 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55450 'proxy/proxy_resolver_winhttp.cc',
451 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18452 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55453 'proxy/proxy_script_fetcher.cc',
454 'proxy/proxy_script_fetcher.h',
455 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27456 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55457 'proxy/proxy_server.h',
458 'proxy/proxy_service.cc',
459 'proxy/proxy_service.h',
[email protected]1ca2b452010-04-17 00:07:04460 'proxy/sync_host_resolver_bridge.cc',
461 'proxy/sync_host_resolver_bridge.h',
[email protected]9008c86f2010-08-06 07:10:24462 'socket/client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44463 'socket/client_socket.h',
464 'socket/client_socket_factory.cc',
465 'socket/client_socket_factory.h',
466 'socket/client_socket_handle.cc',
467 'socket/client_socket_handle.h',
468 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00469 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02470 'socket/client_socket_pool_base.cc',
471 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00472 'socket/client_socket_pool_histograms.cc',
473 'socket/client_socket_pool_histograms.h',
[email protected]f7984fc62009-06-22 23:26:44474 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35475 'socket/socks5_client_socket.cc',
476 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02477 'socket/socks_client_socket.cc',
478 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26479 'socket/socks_client_socket_pool.cc',
480 'socket/socks_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44481 'socket/ssl_client_socket.h',
482 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47483 'socket/ssl_client_socket_mac.h',
[email protected]fd4f139f2010-06-11 17:02:20484 'socket/ssl_client_socket_mac_factory.cc',
485 'socket/ssl_client_socket_mac_factory.h',
[email protected]20285392010-06-11 03:12:08486 'socket/ssl_client_socket_nss.cc',
487 'socket/ssl_client_socket_nss.h',
[email protected]fd4f139f2010-06-11 17:02:20488 'socket/ssl_client_socket_nss_factory.cc',
489 'socket/ssl_client_socket_nss_factory.h',
[email protected]e60e47a2010-07-14 03:37:18490 'socket/ssl_client_socket_pool.cc',
491 'socket/ssl_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44492 'socket/ssl_client_socket_win.cc',
493 'socket/ssl_client_socket_win.h',
[email protected]f7984fc62009-06-22 23:26:44494 'socket/tcp_client_socket.h',
495 'socket/tcp_client_socket_libevent.cc',
496 'socket/tcp_client_socket_libevent.h',
497 'socket/tcp_client_socket_pool.cc',
498 'socket/tcp_client_socket_pool.h',
499 'socket/tcp_client_socket_win.cc',
500 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47501 'socket/tcp_pinger.h',
[email protected]aef03132009-10-09 05:04:14502 'socket_stream/socket_stream.cc',
503 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13504 'socket_stream/socket_stream_job.cc',
505 'socket_stream/socket_stream_job.h',
506 'socket_stream/socket_stream_job_manager.cc',
507 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12508 'socket_stream/socket_stream_metrics.cc',
509 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32510 'spdy/spdy_bitmasks.h',
511 'spdy/spdy_frame_builder.cc',
512 'spdy/spdy_frame_builder.h',
513 'spdy/spdy_framer.cc',
514 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40515 'spdy/spdy_http_stream.cc',
516 'spdy/spdy_http_stream.h',
[email protected]dab9c7d2010-02-06 21:44:32517 'spdy/spdy_io_buffer.cc',
518 'spdy/spdy_io_buffer.h',
519 'spdy/spdy_network_transaction.cc',
520 'spdy/spdy_network_transaction.h',
521 'spdy/spdy_protocol.h',
522 'spdy/spdy_session.cc',
523 'spdy/spdy_session.h',
524 'spdy/spdy_session_pool.cc',
525 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50526 'spdy/spdy_settings_storage.cc',
527 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32528 'spdy/spdy_stream.cc',
529 'spdy/spdy_stream.h',
530 'spdy/spdy_transaction_factory.h',
[email protected]be4d55fe2010-06-01 13:40:02531 'url_request/https_prober.h',
532 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55533 'url_request/url_request.cc',
534 'url_request/url_request.h',
535 'url_request/url_request_about_job.cc',
536 'url_request/url_request_about_job.h',
[email protected]f1d81922010-07-31 17:47:09537 'url_request/url_request_context.cc',
[email protected]2f80c312009-02-25 21:26:55538 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58539 'url_request/url_request_data_job.cc',
540 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55541 'url_request/url_request_error_job.cc',
542 'url_request/url_request_error_job.h',
543 'url_request/url_request_file_dir_job.cc',
544 'url_request/url_request_file_dir_job.h',
545 'url_request/url_request_file_job.cc',
546 'url_request/url_request_file_job.h',
547 'url_request/url_request_filter.cc',
548 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13549 'url_request/url_request_ftp_job.cc',
550 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55551 'url_request/url_request_http_job.cc',
552 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55553 'url_request/url_request_job.cc',
554 'url_request/url_request_job.h',
555 'url_request/url_request_job_manager.cc',
556 'url_request/url_request_job_manager.h',
557 'url_request/url_request_job_metrics.cc',
558 'url_request/url_request_job_metrics.h',
559 'url_request/url_request_job_tracker.cc',
560 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36561 'url_request/url_request_netlog_params.cc',
562 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45563 'url_request/url_request_redirect_job.cc',
564 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55565 'url_request/url_request_simple_job.cc',
566 'url_request/url_request_simple_job.h',
567 'url_request/url_request_status.h',
568 'url_request/url_request_test_job.cc',
569 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04570 'url_request/view_cache_helper.cc',
571 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36572 'websockets/websocket.cc',
573 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16574 'websockets/websocket_frame_handler.cc',
575 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22576 'websockets/websocket_handshake.cc',
577 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55578 'websockets/websocket_handshake_draft75.cc',
579 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08580 'websockets/websocket_handshake_handler.cc',
581 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13582 'websockets/websocket_job.cc',
583 'websockets/websocket_job.h',
[email protected]4c4eac02009-11-04 10:02:28584 'websockets/websocket_throttle.cc',
585 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55586 ],
[email protected]2f80c312009-02-25 21:26:55587 'export_dependent_settings': [
588 '../base/base.gyp:base',
589 ],
590 'conditions': [
[email protected]c61f6432009-04-22 01:16:42591 ['javascript_engine=="v8"', {
592 'dependencies': [
[email protected]44531a22009-04-28 21:37:56593 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42594 ],
595 }],
[email protected]50462ec2010-01-29 22:28:32596 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03597 'dependencies': [
598 '../build/linux/system.gyp:gconf',
599 '../build/linux/system.gyp:gdk',
600 '../build/linux/system.gyp:nss',
601 ],
602 },
603 { # else: OS is not in the above list
604 'sources!': [
605 'ocsp/nss_ocsp.cc',
606 'ocsp/nss_ocsp.h',
607 ],
608 },
609 ],
[email protected]2f80c312009-02-25 21:26:55610 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55611 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32612 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44613 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55614 ],
615 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02616 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03617 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55618 'tld_cleanup',
619 ],
[email protected]2f80c312009-02-25 21:26:55620 },
621 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47622 'dependencies': [
623 '../third_party/libevent/libevent.gyp:libevent',
624 ],
[email protected]2f80c312009-02-25 21:26:55625 'sources!': [
[email protected]2f80c312009-02-25 21:26:55626 'proxy/proxy_resolver_winhttp.cc',
[email protected]fd4f139f2010-06-11 17:02:20627 'socket/ssl_client_socket_nss_factory.cc',
628 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55629 ],
[email protected]2f80c312009-02-25 21:26:55630 },
631 ],
632 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03633 'dependencies': [
634 '../third_party/nss/nss.gyp:nss',
635 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02636 ],
[email protected]2f80c312009-02-25 21:26:55637 'link_settings': {
638 'libraries': [
639 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
640 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
641 ]
642 },
643 },
[email protected]fd4f139f2010-06-11 17:02:20644 { # else: OS != "mac"
645 'sources!': [
646 'socket/ssl_client_socket_mac_factory.cc',
647 'socket/ssl_client_socket_mac_factory.h',
648 ],
649 },
[email protected]2f80c312009-02-25 21:26:55650 ],
[email protected]2f80c312009-02-25 21:26:55651 ],
652 },
653 {
654 'target_name': 'net_unittests',
655 'type': 'executable',
656 'dependencies': [
657 'net',
[email protected]6718b412009-03-04 18:26:00658 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55659 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14660 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54661 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55662 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57663 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55664 ],
[email protected]9e450f22009-03-10 23:12:16665 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55666 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38667 'base/address_list_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55668 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55669 'base/data_url_unittest.cc',
670 'base/directory_lister_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50671 'base/dns_util_unittest.cc',
[email protected]b3ccac82010-08-04 15:54:40672 'base/dnsrr_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55673 'base/escape_unittest.cc',
674 'base/file_stream_unittest.cc',
675 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27676 'base/filter_unittest.h',
[email protected]72b4a772010-07-14 01:29:30677 'base/forwarding_net_log_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55678 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38679 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14680 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32681 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02682 'base/keygen_handler_unittest.cc',
[email protected]85437612010-03-22 11:55:23683 'base/leak_annotations.h',
[email protected]2f80c312009-02-25 21:26:55684 'base/listen_socket_unittest.cc',
685 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38686 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55687 'base/mime_sniffer_unittest.cc',
688 'base/mime_util_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53689 'base/net_log_unittest.h',
[email protected]66761b952010-06-25 21:30:38690 'base/net_test_suite.h',
[email protected]2f80c312009-02-25 21:26:55691 'base/net_util_unittest.cc',
[email protected]e5a3eef2010-07-22 02:31:04692 'base/pem_tokenizer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55693 'base/registry_controlled_domain_unittest.cc',
694 'base/run_all_unittests.cc',
695 'base/sdch_filter_unittest.cc',
[email protected]d8654bf2010-07-18 16:01:32696 'base/ssl_cipher_suite_names_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58697 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32698 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42699 'base/ssl_config_service_win_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12700 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42701 'base/transport_security_state_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29702 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55703 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33704 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55705 'base/x509_certificate_unittest.cc',
[email protected]d866fb52010-03-26 23:36:04706 'base/x509_cert_types_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55707 'disk_cache/addr_unittest.cc',
708 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58709 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55710 'disk_cache/block_files_unittest.cc',
711 'disk_cache/disk_cache_test_base.cc',
712 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55713 'disk_cache/entry_unittest.cc',
714 'disk_cache/mapped_file_unittest.cc',
715 'disk_cache/storage_block_unittest.cc',
716 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09717 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49718 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32719 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01720 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46721 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32722 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
723 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37724 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50725 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41726 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42727 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55728 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45729 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08730 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55731 'http/http_auth_handler_basic_unittest.cc',
732 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50733 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00734 'http/http_auth_handler_mock.cc',
735 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34736 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21737 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56738 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55739 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39740 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55741 'http/http_cache_unittest.cc',
742 'http/http_chunked_decoder_unittest.cc',
743 'http/http_network_layer_unittest.cc',
744 'http/http_network_transaction_unittest.cc',
[email protected]e772db3f2010-07-12 18:11:13745 'http/http_proxy_client_socket_pool_unittest.cc',
[email protected]270c6412010-03-29 22:02:47746 'http/http_request_headers_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55747 'http/http_response_headers_unittest.cc',
748 'http/http_transaction_unittest.cc',
749 'http/http_transaction_unittest.h',
750 'http/http_util_unittest.cc',
751 'http/http_vary_data_unittest.cc',
[email protected]3ad259a2010-07-16 17:26:47752 'http/mock_gssapi_library_posix.cc',
753 'http/mock_gssapi_library_posix.h',
[email protected]5c2471b2010-04-20 17:25:09754 'http/mock_sspi_library_win.h',
755 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30756 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12757 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19758 'proxy/mock_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00759 'proxy/multi_threaded_proxy_resolver_unittest.cc',
[email protected]7541206c2010-02-19 20:24:06760 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56761 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57762 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23763 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18764 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12765 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32766 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55767 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31768 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55769 'proxy/proxy_service_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04770 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05771 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35772 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26773 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58774 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44775 'socket/ssl_client_socket_unittest.cc',
[email protected]e60e47a2010-07-14 03:37:18776 'socket/ssl_client_socket_pool_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44777 'socket/tcp_client_socket_pool_unittest.cc',
778 'socket/tcp_client_socket_unittest.cc',
779 'socket/tcp_pinger_unittest.cc',
[email protected]26a64592009-12-15 08:04:40780 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11781 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32782 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:40783 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32784 'spdy/spdy_network_transaction_unittest.cc',
785 'spdy/spdy_protocol_test.cc',
786 'spdy/spdy_session_unittest.cc',
[email protected]4f386422010-07-20 04:19:49787 'spdy/spdy_stream_unittest.cc',
[email protected]75f30cc22010-06-28 21:41:38788 'spdy/spdy_test_util.cc',
[email protected]2ff8b312010-04-26 22:20:54789 'spdy/spdy_test_util.h',
[email protected]196f286c2010-06-07 14:57:17790 'tools/dump_cache/url_to_filename_encoder.cc',
791 'tools/dump_cache/url_to_filename_encoder.h',
792 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55793 'url_request/url_request_unittest.cc',
794 'url_request/url_request_unittest.h',
[email protected]cec6f9b02010-05-27 22:06:31795 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:16796 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:55797 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:08798 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:22799 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:13800 'websockets/websocket_job_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28801 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36802 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55803 ],
804 'conditions': [
[email protected]50462ec2010-01-29 22:28:32805 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26806 'dependencies': [
807 '../build/linux/system.gyp:gtk',
[email protected]69138472010-06-25 22:44:48808 '../build/linux/system.gyp:nss',
[email protected]9d384032009-03-20 23:13:26809 ],
[email protected]2f80c312009-02-25 21:26:55810 'sources!': [
811 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55812 ],
813 },
814 ],
[email protected]50462ec2010-01-29 22:28:32815 ['OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:15816 'conditions': [
817 ['linux_use_tcmalloc==1', {
818 'dependencies': [
819 '../base/allocator/allocator.gyp:allocator',
820 ],
821 }],
822 ],
823 }],
[email protected]2f80c312009-02-25 21:26:55824 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:08825 'sources!': [
826 'http/http_auth_gssapi_posix_unittest.cc',
827 ],
[email protected]cdafbff2010-03-02 17:47:02828 # This is needed to trigger the dll copy step on windows.
829 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:55830 'dependencies': [
[email protected]280629492009-09-09 06:49:08831 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55832 ],
833 },
834 ],
835 ],
836 },
837 {
838 'target_name': 'net_perftests',
839 'type': 'executable',
840 'dependencies': [
841 'net',
[email protected]6718b412009-03-04 18:26:00842 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55843 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14844 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45845 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06846 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55847 '../testing/gtest.gyp:gtest',
848 ],
[email protected]9e450f22009-03-10 23:12:16849 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55850 'sources': [
[email protected]2f80c312009-02-25 21:26:55851 'base/cookie_monster_perftest.cc',
852 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33853 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55854 ],
855 'conditions': [
856 # This is needed to trigger the dll copy step on windows.
857 # TODO(mark): Specifying this here shouldn't be necessary.
858 [ 'OS == "win"', {
859 'dependencies': [
[email protected]280629492009-09-09 06:49:08860 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55861 ],
862 },
863 ],
864 ],
865 },
866 {
867 'target_name': 'stress_cache',
868 'type': 'executable',
869 'dependencies': [
870 'net',
[email protected]6718b412009-03-04 18:26:00871 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55872 '../base/base.gyp:base',
873 ],
874 'sources': [
[email protected]2f80c312009-02-25 21:26:55875 'disk_cache/stress_cache.cc',
876 ],
877 },
878 {
879 'target_name': 'tld_cleanup',
880 'type': 'executable',
881 'dependencies': [
882 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14883 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55884 '../build/temp_gyp/googleurl.gyp:googleurl',
885 ],
[email protected]b8234462009-03-18 02:30:55886 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55887 'sources': [
888 'tools/tld_cleanup/tld_cleanup.cc',
889 ],
890 },
891 {
892 'target_name': 'crash_cache',
893 'type': 'executable',
894 'dependencies': [
895 'net',
[email protected]6718b412009-03-04 18:26:00896 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55897 '../base/base.gyp:base',
898 ],
[email protected]9e450f22009-03-10 23:12:16899 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55900 'sources': [
901 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00902 ],
903 },
904 {
[email protected]f87591e52010-07-09 19:16:42905 'target_name': 'run_testserver',
906 'type': 'executable',
907 'dependencies': [
908 'net',
909 'net_test_support',
910 '../base/base.gyp:base',
911 '../testing/gtest.gyp:gtest',
912 ],
913 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5',
914 'sources': [
915 'tools/testserver/run_testserver.cc',
916 ],
917 },
918 {
[email protected]6718b412009-03-04 18:26:00919 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49920 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00921 'dependencies': [
922 'net',
923 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15924 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00925 ],
926 'sources': [
[email protected]702a6a722010-03-17 18:24:51927 'base/cert_test_util.cc',
928 'base/cert_test_util.h',
[email protected]2f80c312009-02-25 21:26:55929 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00930 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50931 'proxy/proxy_config_service_common_unittest.cc',
932 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44933 'socket/socket_test_util.cc',
934 'socket/socket_test_util.h',
[email protected]1b9565c2010-07-21 01:19:31935 'test/test_server.cc',
936 'test/test_server.h',
[email protected]702a6a722010-03-17 18:24:51937 ],
938 'conditions': [
[email protected]6c2046562010-05-07 23:47:50939 ['inside_chromium_build==1', {
940 'dependencies': [
941 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
942 '../third_party/protobuf2/protobuf.gyp:py_proto',
943 ],
944 }],
[email protected]702a6a722010-03-17 18:24:51945 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
946 'dependencies': [
947 '../build/linux/system.gyp:nss',
948 ],
949 }],
[email protected]85437612010-03-22 11:55:23950 ['OS == "linux"', {
951 'conditions': [
952 ['linux_use_tcmalloc==1', {
953 'dependencies': [
954 '../base/allocator/allocator.gyp:allocator',
955 ],
956 }],
957 ],
958 }],
[email protected]2f80c312009-02-25 21:26:55959 ],
960 },
[email protected]ef36c74c2009-03-11 13:32:22961 {
962 'target_name': 'net_resources',
963 'type': 'none',
964 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:02965 'variables': {
966 'grit_cmd': ['python', '../tools/grit/grit.py'],
967 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
968 'input_paths': [
969 'base/net_resources.grd',
970 ],
971 },
[email protected]ef36c74c2009-03-11 13:32:22972 'rules': [
[email protected]2f80c312009-02-25 21:26:55973 {
[email protected]ef36c74c2009-03-11 13:32:22974 'rule_name': 'grit',
975 'extension': 'grd',
976 'inputs': [
[email protected]5b910872010-02-09 01:03:02977 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55978 ],
[email protected]ef36c74c2009-03-11 13:32:22979 'outputs': [
[email protected]5b910872010-02-09 01:03:02980 '<!@(<(grit_info_cmd) '
981 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:55982 ],
[email protected]ef36c74c2009-03-11 13:32:22983 'action':
[email protected]5b910872010-02-09 01:03:02984 ['<@(grit_cmd)',
985 '-i', '<(RULE_INPUT_PATH)', 'build',
986 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:35987 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:55988 },
[email protected]6718b412009-03-04 18:26:00989 ],
[email protected]ef36c74c2009-03-11 13:32:22990 'sources': [
[email protected]5b910872010-02-09 01:03:02991 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:22992 ],
993 'direct_dependent_settings': {
994 'include_dirs': [
995 '<(SHARED_INTERMEDIATE_DIR)/net',
996 ],
997 },
[email protected]b392f3e2009-05-11 20:01:24998 'conditions': [
999 ['OS=="win"', {
1000 'dependencies': ['../build/win/system.gyp:cygwin'],
1001 }],
1002 ],
[email protected]ef36c74c2009-03-11 13:32:221003 },
[email protected]75b91f92009-06-17 07:28:481004 {
1005 'target_name': 'fetch_client',
1006 'type': 'executable',
1007 'dependencies': [
1008 'net',
1009 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:481010 '../testing/gtest.gyp:gtest',
1011 ],
1012 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1013 'sources': [
1014 'tools/fetch/fetch_client.cc',
1015 ],
1016 },
[email protected]fe4f06d2009-06-17 07:58:051017 {
1018 'target_name': 'fetch_server',
1019 'type': 'executable',
1020 'dependencies': [
1021 'net',
1022 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:051023 '../testing/gtest.gyp:gtest',
1024 ],
1025 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1026 'sources': [
1027 'tools/fetch/fetch_server.cc',
1028 'tools/fetch/http_listen_socket.cc',
1029 'tools/fetch/http_listen_socket.h',
1030 'tools/fetch/http_server.cc',
1031 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:001032 'tools/fetch/http_server_request_info.h',
1033 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:051034 'tools/fetch/http_session.cc',
1035 'tools/fetch/http_session.h',
1036 ],
1037 },
[email protected]c402da42009-12-10 02:38:031038 {
[email protected]0569d862010-07-05 11:32:401039 'target_name': 'http_listen_socket',
1040 'type': '<(library)',
1041 'dependencies': [
1042 'net',
1043 '../base/base.gyp:base',
1044 '../testing/gtest.gyp:gtest',
1045 ],
1046 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
1047 'sources': [
1048 'server/http_listen_socket.cc',
1049 'server/http_listen_socket.h',
1050 'server/http_server_request_info.h',
1051 ],
1052 },
1053 {
[email protected]c402da42009-12-10 02:38:031054 'target_name': 'hresolv',
1055 'type': 'executable',
1056 'dependencies': [
1057 'net_base',
1058 ],
1059 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
1060 'sources': [
1061 'tools/hresolv/hresolv.cc',
1062 ],
1063 },
[email protected]ef36c74c2009-03-11 13:32:221064 ],
1065 'conditions': [
[email protected]e71d2e9d2010-03-31 01:36:371066 # ['OS=="linux"', {
1067 # 'targets': [
1068 # {
1069 # 'target_name': 'flip_in_mem_edsm_server',
1070 # 'type': 'executable',
1071 # 'dependencies': [
1072 # '../base/base.gyp:base',
1073 # 'net.gyp:net',
1074 # ],
1075 # 'link_settings': {
1076 # 'ldflags': [
1077 # '-lssl'
1078 # ],
1079 # 'libraries': [
1080 # '-lssl'
1081 # ],
1082 # },
1083 # 'sources': [
1084 # 'tools/flip_server/balsa_enums.h',
1085 # 'tools/flip_server/balsa_frame.cc',
1086 # 'tools/flip_server/balsa_frame.h',
1087 # 'tools/flip_server/balsa_headers.cc',
1088 # 'tools/flip_server/balsa_headers.h',
1089 # 'tools/flip_server/balsa_headers_token_utils.cc',
1090 # 'tools/flip_server/balsa_headers_token_utils.h',
1091 # 'tools/flip_server/balsa_visitor_interface.h',
1092 # 'tools/flip_server/buffer_interface.h',
1093 # 'tools/flip_server/create_listener.cc',
1094 # 'tools/flip_server/create_listener.h',
1095 # 'tools/flip_server/epoll_server.cc',
1096 # 'tools/flip_server/epoll_server.h',
1097 # 'tools/flip_server/flip_in_mem_edsm_server.cc',
1098 # 'tools/flip_server/http_message_constants.cc',
1099 # 'tools/flip_server/http_message_constants.h',
1100 # 'tools/flip_server/loadtime_measurement.h',
1101 # 'tools/flip_server/porting.txt',
1102 # 'tools/flip_server/ring_buffer.cc',
1103 # 'tools/flip_server/ring_buffer.h',
1104 # 'tools/flip_server/simple_buffer.cc',
1105 # 'tools/flip_server/simple_buffer.h',
1106 # 'tools/flip_server/split.h',
1107 # 'tools/flip_server/split.cc',
1108 # 'tools/flip_server/string_piece_utils.h',
1109 # 'tools/flip_server/thread.h',
1110 # 'tools/flip_server/url_to_filename_encoder.h',
1111 # 'tools/flip_server/url_utilities.h',
1112 # ],
1113 # },
1114 # ]
1115 # }],
[email protected]6718b412009-03-04 18:26:001116 ['OS=="win"', {
1117 'targets': [
[email protected]2f80c312009-02-25 21:26:551118 {
1119 # TODO(port): dump_cache is still Windows-specific.
1120 'target_name': 'dump_cache',
1121 'type': 'executable',
1122 'dependencies': [
1123 'net',
1124 '../base/base.gyp:base',
1125 ],
1126 'sources': [
[email protected]c44344e2009-09-02 22:05:501127 'tools/dump_cache/cache_dumper.cc',
1128 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551129 'tools/dump_cache/dump_cache.cc',
1130 'tools/dump_cache/dump_files.cc',
1131 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171132 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501133 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]196f286c2010-06-07 14:57:171134 'tools/dump_cache/url_utilties.h',
[email protected]2f80c312009-02-25 21:26:551135 ],
1136 },
1137 ],
1138 }],
[email protected]2f80c312009-02-25 21:26:551139 ],
1140}
[email protected]f5c990c2009-10-06 03:02:381141
1142# Local Variables:
1143# tab-width:2
1144# indent-tabs-mode:nil
1145# End:
1146# vim: set expandtab tabstop=2 shiftwidth=2: