blob: 57c6300bd13036e5374bce231fae878e38cc3361 [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]b24713592010-08-11 19:50:0256 'base/dnssec_chain_verifier.cc',
57 'base/dnssec_chain_verifier.h',
58 'base/dnssec_keyset.cc',
59 'base/dnssec_keyset.h',
60 'base/dnssec_proto.h',
[email protected]c36f0642009-09-09 01:10:5061 'base/dns_util.cc',
62 'base/dns_util.h',
[email protected]b3ccac82010-08-04 15:54:4063 'base/dnsrr_resolver.cc',
64 'base/dnsrr_resolver.h',
[email protected]2f80c312009-02-25 21:26:5565 'base/escape.cc',
66 'base/escape.h',
67 'base/ev_root_ca_metadata.cc',
68 'base/ev_root_ca_metadata.h',
69 'base/file_stream.h',
70 'base/file_stream_posix.cc',
71 'base/file_stream_win.cc',
72 'base/filter.cc',
73 'base/filter.h',
[email protected]72b4a772010-07-14 01:29:3074 'base/forwarding_net_log.cc',
75 'base/forwarding_net_log.h',
[email protected]2f80c312009-02-25 21:26:5576 'base/gzip_filter.cc',
77 'base/gzip_filter.h',
78 'base/gzip_header.cc',
79 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3880 'base/host_cache.cc',
81 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1482 'base/host_mapping_rules.cc',
83 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4284 'base/host_port_pair.cc',
85 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5586 'base/host_resolver.cc',
87 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3288 'base/host_resolver_impl.cc',
89 'base/host_resolver_impl.h',
90 'base/host_resolver_proc.cc',
91 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:5592 'base/io_buffer.cc',
93 'base/io_buffer.h',
[email protected]a755e1072009-10-23 16:58:3794 'base/keygen_handler.h',
95 'base/keygen_handler_mac.cc',
96 'base/keygen_handler_nss.cc',
97 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:5598 'base/listen_socket.cc',
99 'base/listen_socket.h',
100 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:23101 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:16102 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:38103 'base/mapped_host_resolver.cc',
104 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55105 'base/mime_sniffer.cc',
106 'base/mime_sniffer.h',
107 'base/mime_util.cc',
108 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:32109 # TODO(eroman): move this into its own test-support target.
110 'base/mock_host_resolver.cc',
111 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55112 'base/net_error_list.h',
113 'base/net_errors.cc',
114 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53115 'base/net_log.cc',
116 'base/net_log.h',
117 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46118 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55119 'base/net_module.cc',
120 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55121 'base/net_util.cc',
122 'base/net_util.h',
123 'base/net_util_posix.cc',
124 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35125 'base/network_change_notifier.cc',
126 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35127 'base/network_change_notifier_linux.cc',
128 'base/network_change_notifier_linux.h',
129 'base/network_change_notifier_mac.cc',
130 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58131 'base/network_change_notifier_netlink_linux.cc',
132 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35133 'base/network_change_notifier_win.cc',
134 'base/network_change_notifier_win.h',
[email protected]9328443b2010-07-30 06:09:40135 'base/network_config_watcher_mac.cc',
136 'base/network_config_watcher_mac.h',
[email protected]2f80c312009-02-25 21:26:55137 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00138 'base/nss_memio.h',
[email protected]e5a3eef2010-07-22 02:31:04139 'base/pem_tokenizer.cc',
140 'base/pem_tokenizer.h',
[email protected]2f80c312009-02-25 21:26:55141 'base/platform_mime_util.h',
142 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
143 'base/platform_mime_util_linux.cc',
144 'base/platform_mime_util_mac.cc',
145 'base/platform_mime_util_win.cc',
146 'base/registry_controlled_domain.cc',
147 'base/registry_controlled_domain.h',
148 'base/scoped_cert_chain_context.h',
149 'base/sdch_filter.cc',
150 'base/sdch_filter.h',
151 'base/sdch_manager.cc',
152 'base/sdch_manager.h',
[email protected]0b45559b2009-06-12 21:45:11153 'base/ssl_cert_request_info.h',
[email protected]d8654bf2010-07-18 16:01:32154 'base/ssl_cipher_suite_names.cc',
155 'base/ssl_cipher_suite_names.h',
[email protected]56c866a22009-06-18 19:38:58156 'base/ssl_client_auth_cache.cc',
157 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39158 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55159 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42160 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32161 'base/ssl_config_service_mac.cc',
162 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42163 'base/ssl_config_service_win.cc',
164 'base/ssl_config_service_win.h',
[email protected]2f80c312009-02-25 21:26:55165 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12166 'base/static_cookie_policy.cc',
167 'base/static_cookie_policy.h',
[email protected]326e6792009-12-11 21:04:42168 'base/transport_security_state.cc',
169 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37170 'base/sys_addrinfo.h',
[email protected]d022e4e2009-06-23 04:13:00171 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55172 'base/upload_data.cc',
173 'base/upload_data.h',
174 'base/upload_data_stream.cc',
175 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55176 'base/winsock_init.cc',
177 'base/winsock_init.h',
178 'base/x509_certificate.cc',
179 'base/x509_certificate.h',
180 'base/x509_certificate_mac.cc',
181 'base/x509_certificate_nss.cc',
182 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04183 'base/x509_cert_types.cc',
184 'base/x509_cert_types.h',
185 'base/x509_cert_types_mac.cc',
[email protected]53ae7c42010-06-18 17:45:35186 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
187 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]b683c6a2010-08-20 02:39:35188 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
189 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb639032010-08-12 19:49:40190 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
191 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]9c2a57712009-10-21 20:35:11192 ],
193 'export_dependent_settings': [
194 '../base/base.gyp:base',
195 ],
196 'conditions': [
[email protected]50462ec2010-01-29 22:28:32197 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03198 'dependencies': [
199 '../build/linux/system.gyp:gconf',
200 '../build/linux/system.gyp:gdk',
201 '../build/linux/system.gyp:nss',
[email protected]b3ccac82010-08-04 15:54:40202 '../build/linux/system.gyp:libresolv',
[email protected]3dd6f5e2010-06-01 20:28:03203 ],
204 },
205 { # else: OS is not in the above list
206 'sources!': [
207 'base/cert_database_nss.cc',
208 'base/keygen_handler_nss.cc',
209 'base/x509_certificate_nss.cc',
[email protected]53ae7c42010-06-18 17:45:35210 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
211 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]b683c6a2010-08-20 02:39:35212 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
213 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb639032010-08-12 19:49:40214 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
215 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]3dd6f5e2010-06-01 20:28:03216 ],
217 },
218 ],
[email protected]9c2a57712009-10-21 20:35:11219 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11220 'dependencies': [
[email protected]b24713592010-08-11 19:50:02221 '../third_party/nss/nss.gyp:nss',
[email protected]9c2a57712009-10-21 20:35:11222 'tld_cleanup',
223 ],
224 },
225 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47226 'dependencies': [
227 '../third_party/libevent/libevent.gyp:libevent',
228 ],
[email protected]9c2a57712009-10-21 20:35:11229 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11230 'base/winsock_init.cc',
231 ],
232 },
233 ],
[email protected]9c2a57712009-10-21 20:35:11234 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03235 'dependencies': [
[email protected]b24713592010-08-11 19:50:02236 '../third_party/nss/nss.gyp:nss',
[email protected]f505a9b2010-01-28 19:44:02237 ],
[email protected]9c2a57712009-10-21 20:35:11238 'link_settings': {
239 'libraries': [
240 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
241 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
[email protected]899c3e92010-08-28 15:53:50242 '$(SDKROOT)/usr/lib/libresolv.dylib',
[email protected]9c2a57712009-10-21 20:35:11243 ]
244 },
245 },
246 ],
247 ],
248 },
249 {
250 'target_name': 'net',
251 'type': '<(library)',
252 'dependencies': [
253 '../base/base.gyp:base',
254 '../base/base.gyp:base_i18n',
255 '../build/temp_gyp/googleurl.gyp:googleurl',
256 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11257 '../third_party/icu/icu.gyp:icui18n',
258 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11259 '../third_party/zlib/zlib.gyp:zlib',
260 'net_base',
261 'net_resources',
262 ],
263 'sources': [
[email protected]2f80c312009-02-25 21:26:55264 'disk_cache/addr.cc',
265 'disk_cache/addr.h',
266 'disk_cache/backend_impl.cc',
267 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58268 'disk_cache/bitmap.cc',
269 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55270 'disk_cache/block_files.cc',
271 'disk_cache/block_files.h',
272 'disk_cache/cache_util.h',
273 'disk_cache/cache_util_posix.cc',
274 'disk_cache/cache_util_win.cc',
275 'disk_cache/disk_cache.h',
276 'disk_cache/disk_format.h',
277 'disk_cache/entry_impl.cc',
278 'disk_cache/entry_impl.h',
279 'disk_cache/errors.h',
280 'disk_cache/eviction.cc',
281 'disk_cache/eviction.h',
282 'disk_cache/file.h',
283 'disk_cache/file_block.h',
284 'disk_cache/file_lock.cc',
285 'disk_cache/file_lock.h',
286 'disk_cache/file_posix.cc',
287 'disk_cache/file_win.cc',
288 'disk_cache/hash.cc',
289 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34290 'disk_cache/histogram_macros.h',
[email protected]fb2622f2010-07-13 18:00:56291 'disk_cache/in_flight_backend_io.cc',
292 'disk_cache/in_flight_backend_io.h',
293 'disk_cache/in_flight_io.cc',
294 'disk_cache/in_flight_io.h',
[email protected]2f80c312009-02-25 21:26:55295 'disk_cache/mapped_file.h',
296 'disk_cache/mapped_file_posix.cc',
297 'disk_cache/mapped_file_win.cc',
298 'disk_cache/mem_backend_impl.cc',
299 'disk_cache/mem_backend_impl.h',
300 'disk_cache/mem_entry_impl.cc',
301 'disk_cache/mem_entry_impl.h',
302 'disk_cache/mem_rankings.cc',
303 'disk_cache/mem_rankings.h',
304 'disk_cache/rankings.cc',
305 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58306 'disk_cache/sparse_control.cc',
307 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55308 'disk_cache/stats.cc',
309 'disk_cache/stats.h',
310 'disk_cache/stats_histogram.cc',
311 'disk_cache/stats_histogram.h',
312 'disk_cache/storage_block-inl.h',
313 'disk_cache/storage_block.h',
314 'disk_cache/trace.cc',
315 'disk_cache/trace.h',
316 'ftp/ftp_auth_cache.cc',
317 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09318 'ftp/ftp_ctrl_response_buffer.cc',
319 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49320 'ftp/ftp_directory_listing_buffer.cc',
321 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32322 'ftp/ftp_directory_listing_parser.cc',
323 'ftp/ftp_directory_listing_parser.h',
324 'ftp/ftp_directory_listing_parser_ls.cc',
325 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]9772b1c32009-12-10 19:39:01326 'ftp/ftp_directory_listing_parser_mlsd.cc',
327 'ftp/ftp_directory_listing_parser_mlsd.h',
[email protected]8425e66e2009-12-07 19:51:46328 'ftp/ftp_directory_listing_parser_netware.cc',
329 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32330 'ftp/ftp_directory_listing_parser_vms.cc',
331 'ftp/ftp_directory_listing_parser_vms.h',
332 'ftp/ftp_directory_listing_parser_windows.cc',
333 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55334 'ftp/ftp_network_layer.cc',
335 'ftp/ftp_network_layer.h',
336 'ftp/ftp_network_session.h',
337 'ftp/ftp_network_transaction.cc',
338 'ftp/ftp_network_transaction.h',
339 'ftp/ftp_request_info.h',
340 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55341 'ftp/ftp_server_type_histograms.cc',
342 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55343 'ftp/ftp_transaction.h',
344 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50345 'ftp/ftp_util.cc',
346 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41347 'http/des.cc',
348 'http/des.h',
[email protected]564b4912010-03-09 16:30:42349 'http/http_alternate_protocols.cc',
350 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55351 'http/http_atom_list.h',
352 'http/http_auth.cc',
353 'http/http_auth.h',
354 'http/http_auth_cache.cc',
355 'http/http_auth_cache.h',
[email protected]228404f2010-06-24 04:31:41356 'http/http_auth_controller.cc',
357 'http/http_auth_controller.h',
[email protected]eb3cac72010-02-26 21:07:45358 'http/http_auth_filter.cc',
359 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44360 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08361 'http/http_auth_gssapi_posix.cc',
362 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55363 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50364 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55365 'http/http_auth_handler_basic.cc',
366 'http/http_auth_handler_basic.h',
367 'http/http_auth_handler_digest.cc',
368 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50369 'http/http_auth_handler_factory.cc',
370 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05371 'http/http_auth_handler_negotiate.h',
[email protected]65d34382010-07-01 18:12:26372 'http/http_auth_handler_negotiate.cc',
[email protected]5ae0b862009-02-28 02:02:41373 'http/http_auth_handler_ntlm.cc',
374 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32375 'http/http_auth_handler_ntlm_portable.cc',
376 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56377 'http/http_auth_sspi_win.cc',
378 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57379 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00380 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39381 'http/http_byte_range.cc',
382 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55383 'http/http_cache.cc',
384 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23385 'http/http_cache_transaction.cc',
386 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55387 'http/http_chunked_decoder.cc',
388 'http/http_chunked_decoder.h',
[email protected]a7ea8832010-07-12 17:54:54389 'http/http_net_log_params.h',
[email protected]ac039522010-06-15 16:39:44390 'http/http_network_delegate.h',
[email protected]2f80c312009-02-25 21:26:55391 'http/http_network_layer.cc',
392 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44393 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55394 'http/http_network_session.h',
395 'http/http_network_transaction.cc',
396 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47397 'http/http_request_headers.cc',
398 'http/http_request_headers.h',
[email protected]2f80c312009-02-25 21:26:55399 'http/http_request_info.h',
400 'http/http_response_headers.cc',
401 'http/http_response_headers.h',
402 'http/http_response_info.cc',
403 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00404 'http/http_stream.h',
[email protected]8e6441ca2010-08-19 05:56:38405 'http/http_stream_factory.cc',
406 'http/http_stream_factory.h',
407 'http/http_stream_handle.h',
[email protected]0877e3d2009-10-17 22:29:57408 'http/http_stream_parser.cc',
409 'http/http_stream_parser.h',
[email protected]8e6441ca2010-08-19 05:56:38410 'http/http_stream_request.cc',
411 'http/http_stream_request.h',
[email protected]2f80c312009-02-25 21:26:55412 'http/http_transaction.h',
413 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36414 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10415 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36416 'http/url_security_manager_posix.cc',
417 'http/url_security_manager_win.cc',
[email protected]a7ea8832010-07-12 17:54:54418 'http/http_proxy_client_socket.cc',
419 'http/http_proxy_client_socket.h',
[email protected]e772db3f2010-07-12 18:11:13420 'http/http_proxy_client_socket_pool.cc',
421 'http/http_proxy_client_socket_pool.h',
[email protected]2f80c312009-02-25 21:26:55422 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01423 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55424 'http/http_util.h',
425 'http/http_vary_data.cc',
426 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00427 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41428 'http/md4.cc',
429 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50430 'http/partial_data.cc',
431 'http/partial_data.h',
[email protected]8e6441ca2010-08-19 05:56:38432 'http/stream_factory.h',
[email protected]25d8ea22009-08-25 19:42:29433 'ocsp/nss_ocsp.cc',
434 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12435 'proxy/init_proxy_resolver.cc',
436 'proxy/init_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00437 'proxy/multi_threaded_proxy_resolver.cc',
438 'proxy/multi_threaded_proxy_resolver.h',
[email protected]119655002010-07-23 06:02:40439 'proxy/polling_proxy_config_service.cc',
440 'proxy/polling_proxy_config_service.h',
[email protected]7541206c2010-02-19 20:24:06441 'proxy/proxy_bypass_rules.cc',
442 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18443 'proxy/proxy_config.cc',
444 'proxy/proxy_config.h',
445 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55446 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56447 'proxy/proxy_config_service_linux.cc',
448 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27449 'proxy/proxy_config_service_mac.cc',
450 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55451 'proxy/proxy_config_service_win.cc',
452 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18453 'proxy/proxy_info.cc',
454 'proxy/proxy_info.h',
455 'proxy/proxy_list.cc',
456 'proxy/proxy_list.h',
457 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12458 'proxy/proxy_resolver_js_bindings.cc',
459 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55460 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00461 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12462 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32463 'proxy/proxy_resolver_script.h',
[email protected]24476402010-07-20 20:55:17464 'proxy/proxy_resolver_script_data.cc',
465 'proxy/proxy_resolver_script_data.h',
[email protected]6b675b82009-02-26 23:18:32466 'proxy/proxy_resolver_v8.cc',
467 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55468 'proxy/proxy_resolver_winhttp.cc',
469 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18470 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55471 'proxy/proxy_script_fetcher.cc',
472 'proxy/proxy_script_fetcher.h',
473 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27474 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55475 'proxy/proxy_server.h',
476 'proxy/proxy_service.cc',
477 'proxy/proxy_service.h',
[email protected]1ca2b452010-04-17 00:07:04478 'proxy/sync_host_resolver_bridge.cc',
479 'proxy/sync_host_resolver_bridge.h',
[email protected]9008c86f2010-08-06 07:10:24480 'socket/client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44481 'socket/client_socket.h',
482 'socket/client_socket_factory.cc',
483 'socket/client_socket_factory.h',
484 'socket/client_socket_handle.cc',
485 'socket/client_socket_handle.h',
486 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00487 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02488 'socket/client_socket_pool_base.cc',
489 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00490 'socket/client_socket_pool_histograms.cc',
491 'socket/client_socket_pool_histograms.h',
[email protected]f7984fc62009-06-22 23:26:44492 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35493 'socket/socks5_client_socket.cc',
494 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02495 'socket/socks_client_socket.cc',
496 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26497 'socket/socks_client_socket_pool.cc',
498 'socket/socks_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44499 'socket/ssl_client_socket.h',
500 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47501 'socket/ssl_client_socket_mac.h',
[email protected]fd4f139f2010-06-11 17:02:20502 'socket/ssl_client_socket_mac_factory.cc',
503 'socket/ssl_client_socket_mac_factory.h',
[email protected]20285392010-06-11 03:12:08504 'socket/ssl_client_socket_nss.cc',
505 'socket/ssl_client_socket_nss.h',
[email protected]fd4f139f2010-06-11 17:02:20506 'socket/ssl_client_socket_nss_factory.cc',
507 'socket/ssl_client_socket_nss_factory.h',
[email protected]e60e47a2010-07-14 03:37:18508 'socket/ssl_client_socket_pool.cc',
509 'socket/ssl_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44510 'socket/ssl_client_socket_win.cc',
511 'socket/ssl_client_socket_win.h',
[email protected]f7984fc62009-06-22 23:26:44512 'socket/tcp_client_socket.h',
513 'socket/tcp_client_socket_libevent.cc',
514 'socket/tcp_client_socket_libevent.h',
515 'socket/tcp_client_socket_pool.cc',
516 'socket/tcp_client_socket_pool.h',
517 'socket/tcp_client_socket_win.cc',
518 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47519 'socket/tcp_pinger.h',
[email protected]aef03132009-10-09 05:04:14520 'socket_stream/socket_stream.cc',
521 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13522 'socket_stream/socket_stream_job.cc',
523 'socket_stream/socket_stream_job.h',
524 'socket_stream/socket_stream_job_manager.cc',
525 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12526 'socket_stream/socket_stream_metrics.cc',
527 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32528 'spdy/spdy_bitmasks.h',
529 'spdy/spdy_frame_builder.cc',
530 'spdy/spdy_frame_builder.h',
531 'spdy/spdy_framer.cc',
532 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40533 'spdy/spdy_http_stream.cc',
534 'spdy/spdy_http_stream.h',
[email protected]dab9c7d2010-02-06 21:44:32535 'spdy/spdy_io_buffer.cc',
536 'spdy/spdy_io_buffer.h',
[email protected]dab9c7d2010-02-06 21:44:32537 'spdy/spdy_protocol.h',
538 'spdy/spdy_session.cc',
539 'spdy/spdy_session.h',
540 'spdy/spdy_session_pool.cc',
541 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50542 'spdy/spdy_settings_storage.cc',
543 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32544 'spdy/spdy_stream.cc',
545 'spdy/spdy_stream.h',
[email protected]be4d55fe2010-06-01 13:40:02546 'url_request/https_prober.h',
547 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55548 'url_request/url_request.cc',
549 'url_request/url_request.h',
550 'url_request/url_request_about_job.cc',
551 'url_request/url_request_about_job.h',
[email protected]f1d81922010-07-31 17:47:09552 'url_request/url_request_context.cc',
[email protected]2f80c312009-02-25 21:26:55553 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58554 'url_request/url_request_data_job.cc',
555 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55556 'url_request/url_request_error_job.cc',
557 'url_request/url_request_error_job.h',
558 'url_request/url_request_file_dir_job.cc',
559 'url_request/url_request_file_dir_job.h',
560 'url_request/url_request_file_job.cc',
561 'url_request/url_request_file_job.h',
562 'url_request/url_request_filter.cc',
563 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13564 'url_request/url_request_ftp_job.cc',
565 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55566 'url_request/url_request_http_job.cc',
567 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55568 'url_request/url_request_job.cc',
569 'url_request/url_request_job.h',
570 'url_request/url_request_job_manager.cc',
571 'url_request/url_request_job_manager.h',
572 'url_request/url_request_job_metrics.cc',
573 'url_request/url_request_job_metrics.h',
574 'url_request/url_request_job_tracker.cc',
575 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36576 'url_request/url_request_netlog_params.cc',
577 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45578 'url_request/url_request_redirect_job.cc',
579 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55580 'url_request/url_request_simple_job.cc',
581 'url_request/url_request_simple_job.h',
582 'url_request/url_request_status.h',
583 'url_request/url_request_test_job.cc',
584 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04585 'url_request/view_cache_helper.cc',
586 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36587 'websockets/websocket.cc',
588 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16589 'websockets/websocket_frame_handler.cc',
590 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22591 'websockets/websocket_handshake.cc',
592 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55593 'websockets/websocket_handshake_draft75.cc',
594 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08595 'websockets/websocket_handshake_handler.cc',
596 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13597 'websockets/websocket_job.cc',
598 'websockets/websocket_job.h',
[email protected]6983889c2010-08-12 04:15:21599 'websockets/websocket_net_log_params.h',
[email protected]4c4eac02009-11-04 10:02:28600 'websockets/websocket_throttle.cc',
601 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55602 ],
[email protected]2f80c312009-02-25 21:26:55603 'export_dependent_settings': [
604 '../base/base.gyp:base',
605 ],
606 'conditions': [
[email protected]c61f6432009-04-22 01:16:42607 ['javascript_engine=="v8"', {
608 'dependencies': [
[email protected]44531a22009-04-28 21:37:56609 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42610 ],
611 }],
[email protected]f50278cd2010-08-24 17:34:08612 ['chromeos==1', {
613 'sources!': [
614 'proxy/proxy_config_service_linux.cc',
615 'proxy/proxy_config_service_linux.h',
616 ],
617 }],
[email protected]50462ec2010-01-29 22:28:32618 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03619 'dependencies': [
620 '../build/linux/system.gyp:gconf',
621 '../build/linux/system.gyp:gdk',
622 '../build/linux/system.gyp:nss',
623 ],
624 },
625 { # else: OS is not in the above list
626 'sources!': [
627 'ocsp/nss_ocsp.cc',
628 'ocsp/nss_ocsp.h',
629 ],
630 },
631 ],
[email protected]2f80c312009-02-25 21:26:55632 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55633 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32634 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44635 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55636 ],
637 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02638 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03639 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55640 'tld_cleanup',
641 ],
[email protected]2f80c312009-02-25 21:26:55642 },
643 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47644 'dependencies': [
645 '../third_party/libevent/libevent.gyp:libevent',
646 ],
[email protected]2f80c312009-02-25 21:26:55647 'sources!': [
[email protected]2f80c312009-02-25 21:26:55648 'proxy/proxy_resolver_winhttp.cc',
[email protected]fd4f139f2010-06-11 17:02:20649 'socket/ssl_client_socket_nss_factory.cc',
650 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55651 ],
[email protected]2f80c312009-02-25 21:26:55652 },
653 ],
654 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03655 'dependencies': [
656 '../third_party/nss/nss.gyp:nss',
657 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02658 ],
[email protected]2f80c312009-02-25 21:26:55659 'link_settings': {
660 'libraries': [
661 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
662 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
663 ]
664 },
665 },
[email protected]fd4f139f2010-06-11 17:02:20666 { # else: OS != "mac"
667 'sources!': [
668 'socket/ssl_client_socket_mac_factory.cc',
669 'socket/ssl_client_socket_mac_factory.h',
670 ],
671 },
[email protected]2f80c312009-02-25 21:26:55672 ],
[email protected]2f80c312009-02-25 21:26:55673 ],
674 },
675 {
676 'target_name': 'net_unittests',
677 'type': 'executable',
678 'dependencies': [
679 'net',
[email protected]6718b412009-03-04 18:26:00680 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55681 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14682 '../base/base.gyp:base_i18n',
[email protected]426eb3a2010-08-15 19:58:53683 '../base/base.gyp:test_support_base',
[email protected]06489a012009-12-10 08:12:54684 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55685 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57686 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55687 ],
[email protected]9e450f22009-03-10 23:12:16688 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55689 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38690 'base/address_list_unittest.cc',
[email protected]bb639032010-08-12 19:49:40691 'base/cert_database_nss_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55692 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55693 'base/data_url_unittest.cc',
694 'base/directory_lister_unittest.cc',
[email protected]b24713592010-08-11 19:50:02695 'base/dnssec_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50696 'base/dns_util_unittest.cc',
[email protected]b3ccac82010-08-04 15:54:40697 'base/dnsrr_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55698 'base/escape_unittest.cc',
699 'base/file_stream_unittest.cc',
700 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27701 'base/filter_unittest.h',
[email protected]72b4a772010-07-14 01:29:30702 'base/forwarding_net_log_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55703 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38704 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14705 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32706 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02707 'base/keygen_handler_unittest.cc',
[email protected]85437612010-03-22 11:55:23708 'base/leak_annotations.h',
[email protected]2f80c312009-02-25 21:26:55709 'base/listen_socket_unittest.cc',
710 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38711 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55712 'base/mime_sniffer_unittest.cc',
713 'base/mime_util_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53714 'base/net_log_unittest.h',
[email protected]66761b952010-06-25 21:30:38715 'base/net_test_suite.h',
[email protected]2f80c312009-02-25 21:26:55716 'base/net_util_unittest.cc',
[email protected]e5a3eef2010-07-22 02:31:04717 'base/pem_tokenizer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55718 'base/registry_controlled_domain_unittest.cc',
719 'base/run_all_unittests.cc',
720 'base/sdch_filter_unittest.cc',
[email protected]d8654bf2010-07-18 16:01:32721 'base/ssl_cipher_suite_names_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58722 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32723 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42724 'base/ssl_config_service_win_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12725 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42726 'base/transport_security_state_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29727 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55728 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33729 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55730 'base/x509_certificate_unittest.cc',
[email protected]d866fb52010-03-26 23:36:04731 'base/x509_cert_types_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55732 'disk_cache/addr_unittest.cc',
733 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58734 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55735 'disk_cache/block_files_unittest.cc',
736 'disk_cache/disk_cache_test_base.cc',
737 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55738 'disk_cache/entry_unittest.cc',
739 'disk_cache/mapped_file_unittest.cc',
740 'disk_cache/storage_block_unittest.cc',
741 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09742 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49743 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32744 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01745 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46746 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32747 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
748 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37749 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50750 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41751 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42752 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55753 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45754 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08755 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55756 'http/http_auth_handler_basic_unittest.cc',
757 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50758 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00759 'http/http_auth_handler_mock.cc',
760 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34761 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21762 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56763 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55764 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39765 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55766 'http/http_cache_unittest.cc',
767 'http/http_chunked_decoder_unittest.cc',
768 'http/http_network_layer_unittest.cc',
769 'http/http_network_transaction_unittest.cc',
[email protected]e772db3f2010-07-12 18:11:13770 'http/http_proxy_client_socket_pool_unittest.cc',
[email protected]270c6412010-03-29 22:02:47771 'http/http_request_headers_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55772 'http/http_response_headers_unittest.cc',
773 'http/http_transaction_unittest.cc',
774 'http/http_transaction_unittest.h',
775 'http/http_util_unittest.cc',
776 'http/http_vary_data_unittest.cc',
[email protected]3ad259a2010-07-16 17:26:47777 'http/mock_gssapi_library_posix.cc',
778 'http/mock_gssapi_library_posix.h',
[email protected]5c2471b2010-04-20 17:25:09779 'http/mock_sspi_library_win.h',
780 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30781 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12782 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19783 'proxy/mock_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00784 'proxy/multi_threaded_proxy_resolver_unittest.cc',
[email protected]7541206c2010-02-19 20:24:06785 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56786 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57787 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23788 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18789 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12790 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32791 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55792 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31793 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55794 'proxy/proxy_service_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04795 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05796 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35797 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26798 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58799 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44800 'socket/ssl_client_socket_unittest.cc',
[email protected]e60e47a2010-07-14 03:37:18801 'socket/ssl_client_socket_pool_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44802 'socket/tcp_client_socket_pool_unittest.cc',
803 'socket/tcp_client_socket_unittest.cc',
804 'socket/tcp_pinger_unittest.cc',
[email protected]26a64592009-12-15 08:04:40805 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11806 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32807 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:40808 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32809 'spdy/spdy_network_transaction_unittest.cc',
810 'spdy/spdy_protocol_test.cc',
811 'spdy/spdy_session_unittest.cc',
[email protected]4f386422010-07-20 04:19:49812 'spdy/spdy_stream_unittest.cc',
[email protected]75f30cc22010-06-28 21:41:38813 'spdy/spdy_test_util.cc',
[email protected]2ff8b312010-04-26 22:20:54814 'spdy/spdy_test_util.h',
[email protected]196f286c2010-06-07 14:57:17815 'tools/dump_cache/url_to_filename_encoder.cc',
816 'tools/dump_cache/url_to_filename_encoder.h',
817 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]8cd1ba5a2010-08-17 23:47:23818 'tools/dump_cache/url_utilities.h',
819 'tools/dump_cache/url_utilities.cc',
820 'tools/dump_cache/url_utilities_unittest.cc',
[email protected]ac9f9792010-08-06 14:09:30821 'url_request/url_request_job_tracker_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55822 'url_request/url_request_unittest.cc',
823 'url_request/url_request_unittest.h',
[email protected]cec6f9b02010-05-27 22:06:31824 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:16825 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:55826 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:08827 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:22828 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:13829 'websockets/websocket_job_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28830 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36831 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55832 ],
833 'conditions': [
[email protected]f50278cd2010-08-24 17:34:08834 ['chromeos==1', {
835 'sources!': [
836 'proxy/proxy_config_service_linux_unittest.cc',
837 ],
838 }],
[email protected]50462ec2010-01-29 22:28:32839 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26840 'dependencies': [
841 '../build/linux/system.gyp:gtk',
[email protected]69138472010-06-25 22:44:48842 '../build/linux/system.gyp:nss',
[email protected]9d384032009-03-20 23:13:26843 ],
[email protected]2f80c312009-02-25 21:26:55844 'sources!': [
845 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55846 ],
847 },
[email protected]bb639032010-08-12 19:49:40848 { # else: OS is not in the above list
849 'sources!': [
850 'base/cert_database_nss_unittest.cc',
851 ],
852 }
[email protected]2f80c312009-02-25 21:26:55853 ],
[email protected]50462ec2010-01-29 22:28:32854 ['OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:15855 'conditions': [
856 ['linux_use_tcmalloc==1', {
857 'dependencies': [
858 '../base/allocator/allocator.gyp:allocator',
859 ],
860 }],
861 ],
862 }],
[email protected]2f80c312009-02-25 21:26:55863 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:08864 'sources!': [
865 'http/http_auth_gssapi_posix_unittest.cc',
866 ],
[email protected]cdafbff2010-03-02 17:47:02867 # This is needed to trigger the dll copy step on windows.
868 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:55869 'dependencies': [
[email protected]280629492009-09-09 06:49:08870 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55871 ],
872 },
873 ],
874 ],
875 },
876 {
877 'target_name': 'net_perftests',
878 'type': 'executable',
879 'dependencies': [
880 'net',
[email protected]6718b412009-03-04 18:26:00881 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55882 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14883 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45884 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06885 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55886 '../testing/gtest.gyp:gtest',
887 ],
[email protected]9e450f22009-03-10 23:12:16888 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55889 'sources': [
[email protected]2f80c312009-02-25 21:26:55890 'base/cookie_monster_perftest.cc',
891 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33892 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55893 ],
894 'conditions': [
895 # This is needed to trigger the dll copy step on windows.
896 # TODO(mark): Specifying this here shouldn't be necessary.
897 [ 'OS == "win"', {
898 'dependencies': [
[email protected]280629492009-09-09 06:49:08899 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55900 ],
901 },
902 ],
903 ],
904 },
905 {
906 'target_name': 'stress_cache',
907 'type': 'executable',
908 'dependencies': [
909 'net',
[email protected]6718b412009-03-04 18:26:00910 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55911 '../base/base.gyp:base',
912 ],
913 'sources': [
[email protected]2f80c312009-02-25 21:26:55914 'disk_cache/stress_cache.cc',
915 ],
916 },
917 {
918 'target_name': 'tld_cleanup',
919 'type': 'executable',
920 'dependencies': [
921 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14922 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55923 '../build/temp_gyp/googleurl.gyp:googleurl',
924 ],
[email protected]b8234462009-03-18 02:30:55925 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55926 'sources': [
927 'tools/tld_cleanup/tld_cleanup.cc',
928 ],
929 },
930 {
931 'target_name': 'crash_cache',
932 'type': 'executable',
933 'dependencies': [
934 'net',
[email protected]6718b412009-03-04 18:26:00935 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55936 '../base/base.gyp:base',
937 ],
[email protected]9e450f22009-03-10 23:12:16938 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55939 'sources': [
940 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00941 ],
942 },
943 {
944 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49945 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00946 'dependencies': [
947 'net',
948 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15949 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00950 ],
951 'sources': [
[email protected]702a6a722010-03-17 18:24:51952 'base/cert_test_util.cc',
953 'base/cert_test_util.h',
[email protected]2f80c312009-02-25 21:26:55954 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00955 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50956 'proxy/proxy_config_service_common_unittest.cc',
957 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44958 'socket/socket_test_util.cc',
959 'socket/socket_test_util.h',
[email protected]1b9565c2010-07-21 01:19:31960 'test/test_server.cc',
[email protected]95409e12010-08-17 20:07:11961 'test/test_server_posix.cc',
962 'test/test_server_win.cc',
[email protected]1b9565c2010-07-21 01:19:31963 'test/test_server.h',
[email protected]702a6a722010-03-17 18:24:51964 ],
965 'conditions': [
[email protected]6c2046562010-05-07 23:47:50966 ['inside_chromium_build==1', {
967 'dependencies': [
968 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
969 '../third_party/protobuf2/protobuf.gyp:py_proto',
970 ],
971 }],
[email protected]702a6a722010-03-17 18:24:51972 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
973 'dependencies': [
974 '../build/linux/system.gyp:nss',
975 ],
976 }],
[email protected]85437612010-03-22 11:55:23977 ['OS == "linux"', {
978 'conditions': [
979 ['linux_use_tcmalloc==1', {
980 'dependencies': [
981 '../base/allocator/allocator.gyp:allocator',
982 ],
983 }],
984 ],
985 }],
[email protected]2f80c312009-02-25 21:26:55986 ],
987 },
[email protected]ef36c74c2009-03-11 13:32:22988 {
989 'target_name': 'net_resources',
990 'type': 'none',
991 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:02992 'variables': {
993 'grit_cmd': ['python', '../tools/grit/grit.py'],
994 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
995 'input_paths': [
996 'base/net_resources.grd',
997 ],
998 },
[email protected]ef36c74c2009-03-11 13:32:22999 'rules': [
[email protected]2f80c312009-02-25 21:26:551000 {
[email protected]ef36c74c2009-03-11 13:32:221001 'rule_name': 'grit',
1002 'extension': 'grd',
1003 'inputs': [
[email protected]5b910872010-02-09 01:03:021004 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551005 ],
[email protected]ef36c74c2009-03-11 13:32:221006 'outputs': [
[email protected]5b910872010-02-09 01:03:021007 '<!@(<(grit_info_cmd) '
1008 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551009 ],
[email protected]ef36c74c2009-03-11 13:32:221010 'action':
[email protected]5b910872010-02-09 01:03:021011 ['<@(grit_cmd)',
1012 '-i', '<(RULE_INPUT_PATH)', 'build',
1013 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:351014 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:551015 },
[email protected]6718b412009-03-04 18:26:001016 ],
[email protected]ef36c74c2009-03-11 13:32:221017 'sources': [
[email protected]5b910872010-02-09 01:03:021018 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:221019 ],
1020 'direct_dependent_settings': {
1021 'include_dirs': [
1022 '<(SHARED_INTERMEDIATE_DIR)/net',
1023 ],
1024 },
[email protected]b392f3e2009-05-11 20:01:241025 'conditions': [
1026 ['OS=="win"', {
1027 'dependencies': ['../build/win/system.gyp:cygwin'],
1028 }],
1029 ],
[email protected]ef36c74c2009-03-11 13:32:221030 },
[email protected]75b91f92009-06-17 07:28:481031 {
1032 'target_name': 'fetch_client',
1033 'type': 'executable',
1034 'dependencies': [
1035 'net',
1036 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:481037 '../testing/gtest.gyp:gtest',
1038 ],
1039 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1040 'sources': [
1041 'tools/fetch/fetch_client.cc',
1042 ],
1043 },
[email protected]fe4f06d2009-06-17 07:58:051044 {
1045 'target_name': 'fetch_server',
1046 'type': 'executable',
1047 'dependencies': [
1048 'net',
1049 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:051050 '../testing/gtest.gyp:gtest',
1051 ],
1052 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1053 'sources': [
1054 'tools/fetch/fetch_server.cc',
1055 'tools/fetch/http_listen_socket.cc',
1056 'tools/fetch/http_listen_socket.h',
1057 'tools/fetch/http_server.cc',
1058 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:001059 'tools/fetch/http_server_request_info.h',
1060 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:051061 'tools/fetch/http_session.cc',
1062 'tools/fetch/http_session.h',
1063 ],
1064 },
[email protected]c402da42009-12-10 02:38:031065 {
[email protected]0569d862010-07-05 11:32:401066 'target_name': 'http_listen_socket',
1067 'type': '<(library)',
1068 'dependencies': [
1069 'net',
1070 '../base/base.gyp:base',
1071 '../testing/gtest.gyp:gtest',
1072 ],
1073 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
1074 'sources': [
1075 'server/http_listen_socket.cc',
1076 'server/http_listen_socket.h',
1077 'server/http_server_request_info.h',
1078 ],
1079 },
1080 {
[email protected]c402da42009-12-10 02:38:031081 'target_name': 'hresolv',
1082 'type': 'executable',
1083 'dependencies': [
1084 'net_base',
1085 ],
1086 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
1087 'sources': [
1088 'tools/hresolv/hresolv.cc',
1089 ],
1090 },
[email protected]ef36c74c2009-03-11 13:32:221091 ],
1092 'conditions': [
[email protected]e71d2e9d2010-03-31 01:36:371093 # ['OS=="linux"', {
1094 # 'targets': [
1095 # {
1096 # 'target_name': 'flip_in_mem_edsm_server',
1097 # 'type': 'executable',
1098 # 'dependencies': [
1099 # '../base/base.gyp:base',
1100 # 'net.gyp:net',
1101 # ],
1102 # 'link_settings': {
1103 # 'ldflags': [
1104 # '-lssl'
1105 # ],
1106 # 'libraries': [
1107 # '-lssl'
1108 # ],
1109 # },
1110 # 'sources': [
1111 # 'tools/flip_server/balsa_enums.h',
1112 # 'tools/flip_server/balsa_frame.cc',
1113 # 'tools/flip_server/balsa_frame.h',
1114 # 'tools/flip_server/balsa_headers.cc',
1115 # 'tools/flip_server/balsa_headers.h',
1116 # 'tools/flip_server/balsa_headers_token_utils.cc',
1117 # 'tools/flip_server/balsa_headers_token_utils.h',
1118 # 'tools/flip_server/balsa_visitor_interface.h',
1119 # 'tools/flip_server/buffer_interface.h',
1120 # 'tools/flip_server/create_listener.cc',
1121 # 'tools/flip_server/create_listener.h',
1122 # 'tools/flip_server/epoll_server.cc',
1123 # 'tools/flip_server/epoll_server.h',
1124 # 'tools/flip_server/flip_in_mem_edsm_server.cc',
1125 # 'tools/flip_server/http_message_constants.cc',
1126 # 'tools/flip_server/http_message_constants.h',
1127 # 'tools/flip_server/loadtime_measurement.h',
1128 # 'tools/flip_server/porting.txt',
1129 # 'tools/flip_server/ring_buffer.cc',
1130 # 'tools/flip_server/ring_buffer.h',
1131 # 'tools/flip_server/simple_buffer.cc',
1132 # 'tools/flip_server/simple_buffer.h',
1133 # 'tools/flip_server/split.h',
1134 # 'tools/flip_server/split.cc',
1135 # 'tools/flip_server/string_piece_utils.h',
1136 # 'tools/flip_server/thread.h',
1137 # 'tools/flip_server/url_to_filename_encoder.h',
1138 # 'tools/flip_server/url_utilities.h',
1139 # ],
1140 # },
1141 # ]
1142 # }],
[email protected]6718b412009-03-04 18:26:001143 ['OS=="win"', {
1144 'targets': [
[email protected]2f80c312009-02-25 21:26:551145 {
1146 # TODO(port): dump_cache is still Windows-specific.
1147 'target_name': 'dump_cache',
1148 'type': 'executable',
1149 'dependencies': [
1150 'net',
1151 '../base/base.gyp:base',
1152 ],
1153 'sources': [
[email protected]c44344e2009-09-02 22:05:501154 'tools/dump_cache/cache_dumper.cc',
1155 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551156 'tools/dump_cache/dump_cache.cc',
1157 'tools/dump_cache/dump_files.cc',
1158 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171159 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501160 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]8cd1ba5a2010-08-17 23:47:231161 'tools/dump_cache/url_utilities.h',
1162 'tools/dump_cache/url_utilities.cc',
[email protected]2f80c312009-02-25 21:26:551163 ],
1164 },
1165 ],
1166 }],
[email protected]2f80c312009-02-25 21:26:551167 ],
1168}
[email protected]f5c990c2009-10-06 03:02:381169
1170# Local Variables:
1171# tab-width:2
1172# indent-tabs-mode:nil
1173# End:
1174# vim: set expandtab tabstop=2 shiftwidth=2: