blob: 4c5f0aa2efc0164e83d60950108ba8b32a24cfa9 [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]9349cfb2010-08-31 18:00:5329 'base/auth.cc',
[email protected]2f80c312009-02-25 21:26:5530 'base/auth.h',
[email protected]6192f732009-03-25 23:44:2031 'base/cache_type.h',
[email protected]ec11be62010-04-28 19:28:0932 'base/capturing_net_log.cc',
33 'base/capturing_net_log.h',
[email protected]58678c52010-08-31 22:13:5234 'base/cert_database.cc',
[email protected]a755e1072009-10-23 16:58:3735 'base/cert_database.h',
36 'base/cert_database_mac.cc',
37 'base/cert_database_nss.cc',
38 'base/cert_database_win.cc',
[email protected]2f80c312009-02-25 21:26:5539 'base/cert_status_flags.cc',
40 'base/cert_status_flags.h',
41 'base/cert_verifier.cc',
42 'base/cert_verifier.h',
43 'base/cert_verify_result.h',
[email protected]2f80c312009-02-25 21:26:5544 'base/completion_callback.h',
45 'base/connection_type_histograms.cc',
46 'base/connection_type_histograms.h',
47 'base/cookie_monster.cc',
48 'base/cookie_monster.h',
[email protected]5f450e52009-07-28 13:28:1149 'base/cookie_options.h',
[email protected]2f80c312009-02-25 21:26:5550 'base/cookie_policy.h',
[email protected]5f450e52009-07-28 13:28:1151 'base/cookie_store.h',
[email protected]2f80c312009-02-25 21:26:5552 'base/data_url.cc',
53 'base/data_url.h',
54 'base/directory_lister.cc',
55 'base/directory_lister.h',
[email protected]37e658b2010-07-28 17:23:0456 'base/dns_reload_timer.cc',
57 'base/dns_reload_timer.h',
[email protected]b24713592010-08-11 19:50:0258 'base/dnssec_chain_verifier.cc',
59 'base/dnssec_chain_verifier.h',
60 'base/dnssec_keyset.cc',
61 'base/dnssec_keyset.h',
62 'base/dnssec_proto.h',
[email protected]c36f0642009-09-09 01:10:5063 'base/dns_util.cc',
64 'base/dns_util.h',
[email protected]b3ccac82010-08-04 15:54:4065 'base/dnsrr_resolver.cc',
66 'base/dnsrr_resolver.h',
[email protected]2f80c312009-02-25 21:26:5567 'base/escape.cc',
68 'base/escape.h',
69 'base/ev_root_ca_metadata.cc',
70 'base/ev_root_ca_metadata.h',
71 'base/file_stream.h',
72 'base/file_stream_posix.cc',
73 'base/file_stream_win.cc',
74 'base/filter.cc',
75 'base/filter.h',
[email protected]72b4a772010-07-14 01:29:3076 'base/forwarding_net_log.cc',
77 'base/forwarding_net_log.h',
[email protected]2f80c312009-02-25 21:26:5578 'base/gzip_filter.cc',
79 'base/gzip_filter.h',
80 'base/gzip_header.cc',
81 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3882 'base/host_cache.cc',
83 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1484 'base/host_mapping_rules.cc',
85 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4286 'base/host_port_pair.cc',
87 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5588 'base/host_resolver.cc',
89 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3290 'base/host_resolver_impl.cc',
91 'base/host_resolver_impl.h',
92 'base/host_resolver_proc.cc',
93 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:5594 'base/io_buffer.cc',
95 'base/io_buffer.h',
[email protected]a755e1072009-10-23 16:58:3796 'base/keygen_handler.h',
97 'base/keygen_handler_mac.cc',
98 'base/keygen_handler_nss.cc',
99 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:55100 'base/listen_socket.cc',
101 'base/listen_socket.h',
102 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:23103 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:16104 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:38105 'base/mapped_host_resolver.cc',
106 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55107 'base/mime_sniffer.cc',
108 'base/mime_sniffer.h',
109 'base/mime_util.cc',
110 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:32111 # TODO(eroman): move this into its own test-support target.
112 'base/mock_host_resolver.cc',
113 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55114 'base/net_error_list.h',
115 'base/net_errors.cc',
116 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53117 'base/net_log.cc',
118 'base/net_log.h',
119 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46120 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55121 'base/net_module.cc',
122 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55123 'base/net_util.cc',
124 'base/net_util.h',
125 'base/net_util_posix.cc',
126 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35127 'base/network_change_notifier.cc',
128 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35129 'base/network_change_notifier_linux.cc',
130 'base/network_change_notifier_linux.h',
131 'base/network_change_notifier_mac.cc',
132 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58133 'base/network_change_notifier_netlink_linux.cc',
134 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35135 'base/network_change_notifier_win.cc',
136 'base/network_change_notifier_win.h',
[email protected]9328443b2010-07-30 06:09:40137 'base/network_config_watcher_mac.cc',
138 'base/network_config_watcher_mac.h',
[email protected]2f80c312009-02-25 21:26:55139 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00140 'base/nss_memio.h',
[email protected]e5a3eef2010-07-22 02:31:04141 'base/pem_tokenizer.cc',
142 'base/pem_tokenizer.h',
[email protected]2f80c312009-02-25 21:26:55143 'base/platform_mime_util.h',
144 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
145 'base/platform_mime_util_linux.cc',
146 'base/platform_mime_util_mac.cc',
147 'base/platform_mime_util_win.cc',
148 'base/registry_controlled_domain.cc',
149 'base/registry_controlled_domain.h',
150 'base/scoped_cert_chain_context.h',
151 'base/sdch_filter.cc',
152 'base/sdch_filter.h',
153 'base/sdch_manager.cc',
154 'base/sdch_manager.h',
[email protected]9349cfb2010-08-31 18:00:53155 'base/ssl_cert_request_info.cc',
[email protected]0b45559b2009-06-12 21:45:11156 'base/ssl_cert_request_info.h',
[email protected]d8654bf2010-07-18 16:01:32157 'base/ssl_cipher_suite_names.cc',
158 'base/ssl_cipher_suite_names.h',
[email protected]56c866a22009-06-18 19:38:58159 'base/ssl_client_auth_cache.cc',
160 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39161 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55162 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42163 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32164 'base/ssl_config_service_mac.cc',
165 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42166 'base/ssl_config_service_win.cc',
167 'base/ssl_config_service_win.h',
[email protected]9349cfb2010-08-31 18:00:53168 'base/ssl_info.cc',
[email protected]2f80c312009-02-25 21:26:55169 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12170 'base/static_cookie_policy.cc',
171 'base/static_cookie_policy.h',
[email protected]326e6792009-12-11 21:04:42172 'base/transport_security_state.cc',
173 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37174 'base/sys_addrinfo.h',
[email protected]d022e4e2009-06-23 04:13:00175 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55176 'base/upload_data.cc',
177 'base/upload_data.h',
178 'base/upload_data_stream.cc',
179 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55180 'base/winsock_init.cc',
181 'base/winsock_init.h',
182 'base/x509_certificate.cc',
183 'base/x509_certificate.h',
184 'base/x509_certificate_mac.cc',
185 'base/x509_certificate_nss.cc',
186 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04187 'base/x509_cert_types.cc',
188 'base/x509_cert_types.h',
189 'base/x509_cert_types_mac.cc',
[email protected]53ae7c42010-06-18 17:45:35190 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
191 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]58678c52010-08-31 22:13:52192 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
193 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
[email protected]b683c6a2010-08-20 02:39:35194 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
195 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb639032010-08-12 19:49:40196 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
197 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]9c2a57712009-10-21 20:35:11198 ],
199 'export_dependent_settings': [
200 '../base/base.gyp:base',
201 ],
202 'conditions': [
[email protected]50462ec2010-01-29 22:28:32203 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03204 'dependencies': [
205 '../build/linux/system.gyp:gconf',
206 '../build/linux/system.gyp:gdk',
207 '../build/linux/system.gyp:nss',
[email protected]b3ccac82010-08-04 15:54:40208 '../build/linux/system.gyp:libresolv',
[email protected]3dd6f5e2010-06-01 20:28:03209 ],
210 },
211 { # else: OS is not in the above list
212 'sources!': [
213 'base/cert_database_nss.cc',
214 'base/keygen_handler_nss.cc',
215 'base/x509_certificate_nss.cc',
[email protected]53ae7c42010-06-18 17:45:35216 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
217 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]58678c52010-08-31 22:13:52218 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
219 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
[email protected]b683c6a2010-08-20 02:39:35220 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
221 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb639032010-08-12 19:49:40222 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
223 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]3dd6f5e2010-06-01 20:28:03224 ],
225 },
226 ],
[email protected]9c2a57712009-10-21 20:35:11227 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11228 'dependencies': [
[email protected]b24713592010-08-11 19:50:02229 '../third_party/nss/nss.gyp:nss',
[email protected]9c2a57712009-10-21 20:35:11230 'tld_cleanup',
231 ],
232 },
233 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47234 'dependencies': [
235 '../third_party/libevent/libevent.gyp:libevent',
236 ],
[email protected]9c2a57712009-10-21 20:35:11237 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11238 'base/winsock_init.cc',
239 ],
240 },
241 ],
[email protected]9c2a57712009-10-21 20:35:11242 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03243 'dependencies': [
[email protected]b24713592010-08-11 19:50:02244 '../third_party/nss/nss.gyp:nss',
[email protected]f505a9b2010-01-28 19:44:02245 ],
[email protected]9c2a57712009-10-21 20:35:11246 'link_settings': {
247 'libraries': [
248 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
249 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
[email protected]899c3e92010-08-28 15:53:50250 '$(SDKROOT)/usr/lib/libresolv.dylib',
[email protected]9c2a57712009-10-21 20:35:11251 ]
252 },
253 },
254 ],
255 ],
256 },
257 {
258 'target_name': 'net',
259 'type': '<(library)',
260 'dependencies': [
261 '../base/base.gyp:base',
262 '../base/base.gyp:base_i18n',
263 '../build/temp_gyp/googleurl.gyp:googleurl',
264 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11265 '../third_party/icu/icu.gyp:icui18n',
266 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11267 '../third_party/zlib/zlib.gyp:zlib',
268 'net_base',
269 'net_resources',
270 ],
271 'sources': [
[email protected]2f80c312009-02-25 21:26:55272 'disk_cache/addr.cc',
273 'disk_cache/addr.h',
274 'disk_cache/backend_impl.cc',
275 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58276 'disk_cache/bitmap.cc',
277 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55278 'disk_cache/block_files.cc',
279 'disk_cache/block_files.h',
280 'disk_cache/cache_util.h',
281 'disk_cache/cache_util_posix.cc',
282 'disk_cache/cache_util_win.cc',
283 'disk_cache/disk_cache.h',
284 'disk_cache/disk_format.h',
285 'disk_cache/entry_impl.cc',
286 'disk_cache/entry_impl.h',
287 'disk_cache/errors.h',
288 'disk_cache/eviction.cc',
289 'disk_cache/eviction.h',
290 'disk_cache/file.h',
291 'disk_cache/file_block.h',
292 'disk_cache/file_lock.cc',
293 'disk_cache/file_lock.h',
294 'disk_cache/file_posix.cc',
295 'disk_cache/file_win.cc',
296 'disk_cache/hash.cc',
297 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34298 'disk_cache/histogram_macros.h',
[email protected]fb2622f2010-07-13 18:00:56299 'disk_cache/in_flight_backend_io.cc',
300 'disk_cache/in_flight_backend_io.h',
301 'disk_cache/in_flight_io.cc',
302 'disk_cache/in_flight_io.h',
[email protected]2f80c312009-02-25 21:26:55303 'disk_cache/mapped_file.h',
304 'disk_cache/mapped_file_posix.cc',
305 'disk_cache/mapped_file_win.cc',
306 'disk_cache/mem_backend_impl.cc',
307 'disk_cache/mem_backend_impl.h',
308 'disk_cache/mem_entry_impl.cc',
309 'disk_cache/mem_entry_impl.h',
310 'disk_cache/mem_rankings.cc',
311 'disk_cache/mem_rankings.h',
312 'disk_cache/rankings.cc',
313 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58314 'disk_cache/sparse_control.cc',
315 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55316 'disk_cache/stats.cc',
317 'disk_cache/stats.h',
318 'disk_cache/stats_histogram.cc',
319 'disk_cache/stats_histogram.h',
320 'disk_cache/storage_block-inl.h',
321 'disk_cache/storage_block.h',
322 'disk_cache/trace.cc',
323 'disk_cache/trace.h',
324 'ftp/ftp_auth_cache.cc',
325 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09326 'ftp/ftp_ctrl_response_buffer.cc',
327 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49328 'ftp/ftp_directory_listing_buffer.cc',
329 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32330 'ftp/ftp_directory_listing_parser.cc',
331 'ftp/ftp_directory_listing_parser.h',
332 'ftp/ftp_directory_listing_parser_ls.cc',
333 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]9772b1c32009-12-10 19:39:01334 'ftp/ftp_directory_listing_parser_mlsd.cc',
335 'ftp/ftp_directory_listing_parser_mlsd.h',
[email protected]8425e66e2009-12-07 19:51:46336 'ftp/ftp_directory_listing_parser_netware.cc',
337 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32338 'ftp/ftp_directory_listing_parser_vms.cc',
339 'ftp/ftp_directory_listing_parser_vms.h',
340 'ftp/ftp_directory_listing_parser_windows.cc',
341 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55342 'ftp/ftp_network_layer.cc',
343 'ftp/ftp_network_layer.h',
344 'ftp/ftp_network_session.h',
345 'ftp/ftp_network_transaction.cc',
346 'ftp/ftp_network_transaction.h',
347 'ftp/ftp_request_info.h',
348 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55349 'ftp/ftp_server_type_histograms.cc',
350 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55351 'ftp/ftp_transaction.h',
352 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50353 'ftp/ftp_util.cc',
354 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41355 'http/des.cc',
356 'http/des.h',
[email protected]564b4912010-03-09 16:30:42357 'http/http_alternate_protocols.cc',
358 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55359 'http/http_atom_list.h',
360 'http/http_auth.cc',
361 'http/http_auth.h',
362 'http/http_auth_cache.cc',
363 'http/http_auth_cache.h',
[email protected]228404f2010-06-24 04:31:41364 'http/http_auth_controller.cc',
365 'http/http_auth_controller.h',
[email protected]eb3cac72010-02-26 21:07:45366 'http/http_auth_filter.cc',
367 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44368 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08369 'http/http_auth_gssapi_posix.cc',
370 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55371 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50372 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55373 'http/http_auth_handler_basic.cc',
374 'http/http_auth_handler_basic.h',
375 'http/http_auth_handler_digest.cc',
376 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50377 'http/http_auth_handler_factory.cc',
378 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05379 'http/http_auth_handler_negotiate.h',
[email protected]65d34382010-07-01 18:12:26380 'http/http_auth_handler_negotiate.cc',
[email protected]5ae0b862009-02-28 02:02:41381 'http/http_auth_handler_ntlm.cc',
382 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32383 'http/http_auth_handler_ntlm_portable.cc',
384 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56385 'http/http_auth_sspi_win.cc',
386 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57387 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00388 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39389 'http/http_byte_range.cc',
390 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55391 'http/http_cache.cc',
392 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23393 'http/http_cache_transaction.cc',
394 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55395 'http/http_chunked_decoder.cc',
396 'http/http_chunked_decoder.h',
[email protected]a7ea8832010-07-12 17:54:54397 'http/http_net_log_params.h',
[email protected]ac039522010-06-15 16:39:44398 'http/http_network_delegate.h',
[email protected]2f80c312009-02-25 21:26:55399 'http/http_network_layer.cc',
400 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44401 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55402 'http/http_network_session.h',
403 'http/http_network_transaction.cc',
404 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47405 'http/http_request_headers.cc',
406 'http/http_request_headers.h',
[email protected]2f80c312009-02-25 21:26:55407 'http/http_request_info.h',
408 'http/http_response_headers.cc',
409 'http/http_response_headers.h',
410 'http/http_response_info.cc',
411 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00412 'http/http_stream.h',
[email protected]8e6441ca2010-08-19 05:56:38413 'http/http_stream_factory.cc',
414 'http/http_stream_factory.h',
[email protected]9349cfb2010-08-31 18:00:53415 'http/http_stream_handle.cc',
[email protected]8e6441ca2010-08-19 05:56:38416 'http/http_stream_handle.h',
[email protected]0877e3d2009-10-17 22:29:57417 'http/http_stream_parser.cc',
418 'http/http_stream_parser.h',
[email protected]8e6441ca2010-08-19 05:56:38419 'http/http_stream_request.cc',
420 'http/http_stream_request.h',
[email protected]2f80c312009-02-25 21:26:55421 'http/http_transaction.h',
422 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36423 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10424 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36425 'http/url_security_manager_posix.cc',
426 'http/url_security_manager_win.cc',
[email protected]a7ea8832010-07-12 17:54:54427 'http/http_proxy_client_socket.cc',
428 'http/http_proxy_client_socket.h',
[email protected]e772db3f2010-07-12 18:11:13429 'http/http_proxy_client_socket_pool.cc',
430 'http/http_proxy_client_socket_pool.h',
[email protected]2f80c312009-02-25 21:26:55431 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01432 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55433 'http/http_util.h',
434 'http/http_vary_data.cc',
435 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00436 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41437 'http/md4.cc',
438 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50439 'http/partial_data.cc',
440 'http/partial_data.h',
[email protected]8e6441ca2010-08-19 05:56:38441 'http/stream_factory.h',
[email protected]25d8ea22009-08-25 19:42:29442 'ocsp/nss_ocsp.cc',
443 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12444 'proxy/init_proxy_resolver.cc',
445 'proxy/init_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00446 'proxy/multi_threaded_proxy_resolver.cc',
447 'proxy/multi_threaded_proxy_resolver.h',
[email protected]119655002010-07-23 06:02:40448 'proxy/polling_proxy_config_service.cc',
449 'proxy/polling_proxy_config_service.h',
[email protected]7541206c2010-02-19 20:24:06450 'proxy/proxy_bypass_rules.cc',
451 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18452 'proxy/proxy_config.cc',
453 'proxy/proxy_config.h',
454 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55455 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56456 'proxy/proxy_config_service_linux.cc',
457 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27458 'proxy/proxy_config_service_mac.cc',
459 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55460 'proxy/proxy_config_service_win.cc',
461 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18462 'proxy/proxy_info.cc',
463 'proxy/proxy_info.h',
464 'proxy/proxy_list.cc',
465 'proxy/proxy_list.h',
466 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12467 'proxy/proxy_resolver_js_bindings.cc',
468 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55469 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00470 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12471 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32472 'proxy/proxy_resolver_script.h',
[email protected]24476402010-07-20 20:55:17473 'proxy/proxy_resolver_script_data.cc',
474 'proxy/proxy_resolver_script_data.h',
[email protected]6b675b82009-02-26 23:18:32475 'proxy/proxy_resolver_v8.cc',
476 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55477 'proxy/proxy_resolver_winhttp.cc',
478 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18479 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55480 'proxy/proxy_script_fetcher.cc',
481 'proxy/proxy_script_fetcher.h',
482 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27483 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55484 'proxy/proxy_server.h',
485 'proxy/proxy_service.cc',
486 'proxy/proxy_service.h',
[email protected]1ca2b452010-04-17 00:07:04487 'proxy/sync_host_resolver_bridge.cc',
488 'proxy/sync_host_resolver_bridge.h',
[email protected]9008c86f2010-08-06 07:10:24489 'socket/client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44490 'socket/client_socket.h',
491 'socket/client_socket_factory.cc',
492 'socket/client_socket_factory.h',
493 'socket/client_socket_handle.cc',
494 'socket/client_socket_handle.h',
495 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00496 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02497 'socket/client_socket_pool_base.cc',
498 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00499 'socket/client_socket_pool_histograms.cc',
500 'socket/client_socket_pool_histograms.h',
[email protected]f7984fc62009-06-22 23:26:44501 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35502 'socket/socks5_client_socket.cc',
503 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02504 'socket/socks_client_socket.cc',
505 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26506 'socket/socks_client_socket_pool.cc',
507 'socket/socks_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44508 'socket/ssl_client_socket.h',
509 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47510 'socket/ssl_client_socket_mac.h',
[email protected]fd4f139f2010-06-11 17:02:20511 'socket/ssl_client_socket_mac_factory.cc',
512 'socket/ssl_client_socket_mac_factory.h',
[email protected]20285392010-06-11 03:12:08513 'socket/ssl_client_socket_nss.cc',
514 'socket/ssl_client_socket_nss.h',
[email protected]fd4f139f2010-06-11 17:02:20515 'socket/ssl_client_socket_nss_factory.cc',
516 'socket/ssl_client_socket_nss_factory.h',
[email protected]e60e47a2010-07-14 03:37:18517 'socket/ssl_client_socket_pool.cc',
518 'socket/ssl_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44519 'socket/ssl_client_socket_win.cc',
520 'socket/ssl_client_socket_win.h',
[email protected]f7984fc62009-06-22 23:26:44521 'socket/tcp_client_socket.h',
522 'socket/tcp_client_socket_libevent.cc',
523 'socket/tcp_client_socket_libevent.h',
524 'socket/tcp_client_socket_pool.cc',
525 'socket/tcp_client_socket_pool.h',
526 'socket/tcp_client_socket_win.cc',
527 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47528 'socket/tcp_pinger.h',
[email protected]aef03132009-10-09 05:04:14529 'socket_stream/socket_stream.cc',
530 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13531 'socket_stream/socket_stream_job.cc',
532 'socket_stream/socket_stream_job.h',
533 'socket_stream/socket_stream_job_manager.cc',
534 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12535 'socket_stream/socket_stream_metrics.cc',
536 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32537 'spdy/spdy_bitmasks.h',
538 'spdy/spdy_frame_builder.cc',
539 'spdy/spdy_frame_builder.h',
540 'spdy/spdy_framer.cc',
541 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40542 'spdy/spdy_http_stream.cc',
543 'spdy/spdy_http_stream.h',
[email protected]dab9c7d2010-02-06 21:44:32544 'spdy/spdy_io_buffer.cc',
545 'spdy/spdy_io_buffer.h',
[email protected]dab9c7d2010-02-06 21:44:32546 'spdy/spdy_protocol.h',
547 'spdy/spdy_session.cc',
548 'spdy/spdy_session.h',
549 'spdy/spdy_session_pool.cc',
550 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50551 'spdy/spdy_settings_storage.cc',
552 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32553 'spdy/spdy_stream.cc',
554 'spdy/spdy_stream.h',
[email protected]be4d55fe2010-06-01 13:40:02555 'url_request/https_prober.h',
556 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55557 'url_request/url_request.cc',
558 'url_request/url_request.h',
559 'url_request/url_request_about_job.cc',
560 'url_request/url_request_about_job.h',
[email protected]f1d81922010-07-31 17:47:09561 'url_request/url_request_context.cc',
[email protected]2f80c312009-02-25 21:26:55562 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58563 'url_request/url_request_data_job.cc',
564 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55565 'url_request/url_request_error_job.cc',
566 'url_request/url_request_error_job.h',
567 'url_request/url_request_file_dir_job.cc',
568 'url_request/url_request_file_dir_job.h',
569 'url_request/url_request_file_job.cc',
570 'url_request/url_request_file_job.h',
571 'url_request/url_request_filter.cc',
572 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13573 'url_request/url_request_ftp_job.cc',
574 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55575 'url_request/url_request_http_job.cc',
576 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55577 'url_request/url_request_job.cc',
578 'url_request/url_request_job.h',
579 'url_request/url_request_job_manager.cc',
580 'url_request/url_request_job_manager.h',
581 'url_request/url_request_job_metrics.cc',
582 'url_request/url_request_job_metrics.h',
583 'url_request/url_request_job_tracker.cc',
584 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36585 'url_request/url_request_netlog_params.cc',
586 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45587 'url_request/url_request_redirect_job.cc',
588 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55589 'url_request/url_request_simple_job.cc',
590 'url_request/url_request_simple_job.h',
591 'url_request/url_request_status.h',
592 'url_request/url_request_test_job.cc',
593 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04594 'url_request/view_cache_helper.cc',
595 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36596 'websockets/websocket.cc',
597 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16598 'websockets/websocket_frame_handler.cc',
599 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22600 'websockets/websocket_handshake.cc',
601 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55602 'websockets/websocket_handshake_draft75.cc',
603 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08604 'websockets/websocket_handshake_handler.cc',
605 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13606 'websockets/websocket_job.cc',
607 'websockets/websocket_job.h',
[email protected]6983889c2010-08-12 04:15:21608 'websockets/websocket_net_log_params.h',
[email protected]4c4eac02009-11-04 10:02:28609 'websockets/websocket_throttle.cc',
610 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55611 ],
[email protected]2f80c312009-02-25 21:26:55612 'export_dependent_settings': [
613 '../base/base.gyp:base',
614 ],
615 'conditions': [
[email protected]c61f6432009-04-22 01:16:42616 ['javascript_engine=="v8"', {
617 'dependencies': [
[email protected]44531a22009-04-28 21:37:56618 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42619 ],
620 }],
[email protected]f50278cd2010-08-24 17:34:08621 ['chromeos==1', {
622 'sources!': [
623 'proxy/proxy_config_service_linux.cc',
624 'proxy/proxy_config_service_linux.h',
625 ],
626 }],
[email protected]50462ec2010-01-29 22:28:32627 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03628 'dependencies': [
629 '../build/linux/system.gyp:gconf',
630 '../build/linux/system.gyp:gdk',
631 '../build/linux/system.gyp:nss',
632 ],
633 },
634 { # else: OS is not in the above list
635 'sources!': [
636 'ocsp/nss_ocsp.cc',
637 'ocsp/nss_ocsp.h',
638 ],
639 },
640 ],
[email protected]2f80c312009-02-25 21:26:55641 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55642 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32643 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44644 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55645 ],
646 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02647 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03648 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55649 'tld_cleanup',
650 ],
[email protected]2f80c312009-02-25 21:26:55651 },
652 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47653 'dependencies': [
654 '../third_party/libevent/libevent.gyp:libevent',
655 ],
[email protected]2f80c312009-02-25 21:26:55656 'sources!': [
[email protected]2f80c312009-02-25 21:26:55657 'proxy/proxy_resolver_winhttp.cc',
[email protected]fd4f139f2010-06-11 17:02:20658 'socket/ssl_client_socket_nss_factory.cc',
659 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55660 ],
[email protected]2f80c312009-02-25 21:26:55661 },
662 ],
663 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03664 'dependencies': [
665 '../third_party/nss/nss.gyp:nss',
666 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02667 ],
[email protected]2f80c312009-02-25 21:26:55668 'link_settings': {
669 'libraries': [
670 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
671 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
672 ]
673 },
674 },
[email protected]fd4f139f2010-06-11 17:02:20675 { # else: OS != "mac"
676 'sources!': [
677 'socket/ssl_client_socket_mac_factory.cc',
678 'socket/ssl_client_socket_mac_factory.h',
679 ],
680 },
[email protected]2f80c312009-02-25 21:26:55681 ],
[email protected]2f80c312009-02-25 21:26:55682 ],
683 },
684 {
685 'target_name': 'net_unittests',
686 'type': 'executable',
687 'dependencies': [
688 'net',
[email protected]6718b412009-03-04 18:26:00689 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55690 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14691 '../base/base.gyp:base_i18n',
[email protected]426eb3a2010-08-15 19:58:53692 '../base/base.gyp:test_support_base',
[email protected]06489a012009-12-10 08:12:54693 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55694 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57695 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55696 ],
[email protected]9e450f22009-03-10 23:12:16697 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55698 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38699 'base/address_list_unittest.cc',
[email protected]bb639032010-08-12 19:49:40700 'base/cert_database_nss_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55701 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55702 'base/data_url_unittest.cc',
703 'base/directory_lister_unittest.cc',
[email protected]b24713592010-08-11 19:50:02704 'base/dnssec_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50705 'base/dns_util_unittest.cc',
[email protected]b3ccac82010-08-04 15:54:40706 'base/dnsrr_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55707 'base/escape_unittest.cc',
708 'base/file_stream_unittest.cc',
709 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27710 'base/filter_unittest.h',
[email protected]72b4a772010-07-14 01:29:30711 'base/forwarding_net_log_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55712 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38713 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14714 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32715 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02716 'base/keygen_handler_unittest.cc',
[email protected]85437612010-03-22 11:55:23717 'base/leak_annotations.h',
[email protected]2f80c312009-02-25 21:26:55718 'base/listen_socket_unittest.cc',
719 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38720 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55721 'base/mime_sniffer_unittest.cc',
722 'base/mime_util_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53723 'base/net_log_unittest.h',
[email protected]66761b952010-06-25 21:30:38724 'base/net_test_suite.h',
[email protected]2f80c312009-02-25 21:26:55725 'base/net_util_unittest.cc',
[email protected]e5a3eef2010-07-22 02:31:04726 'base/pem_tokenizer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55727 'base/registry_controlled_domain_unittest.cc',
728 'base/run_all_unittests.cc',
729 'base/sdch_filter_unittest.cc',
[email protected]d8654bf2010-07-18 16:01:32730 'base/ssl_cipher_suite_names_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58731 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32732 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42733 'base/ssl_config_service_win_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12734 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42735 'base/transport_security_state_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29736 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55737 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33738 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55739 'base/x509_certificate_unittest.cc',
[email protected]d866fb52010-03-26 23:36:04740 'base/x509_cert_types_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55741 'disk_cache/addr_unittest.cc',
742 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58743 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55744 'disk_cache/block_files_unittest.cc',
745 'disk_cache/disk_cache_test_base.cc',
746 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55747 'disk_cache/entry_unittest.cc',
748 'disk_cache/mapped_file_unittest.cc',
749 'disk_cache/storage_block_unittest.cc',
750 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09751 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49752 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32753 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01754 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46755 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32756 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
757 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37758 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50759 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41760 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42761 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55762 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45763 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08764 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55765 'http/http_auth_handler_basic_unittest.cc',
766 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50767 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00768 'http/http_auth_handler_mock.cc',
769 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34770 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21771 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56772 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55773 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39774 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55775 'http/http_cache_unittest.cc',
776 'http/http_chunked_decoder_unittest.cc',
777 'http/http_network_layer_unittest.cc',
778 'http/http_network_transaction_unittest.cc',
[email protected]e772db3f2010-07-12 18:11:13779 'http/http_proxy_client_socket_pool_unittest.cc',
[email protected]270c6412010-03-29 22:02:47780 'http/http_request_headers_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55781 'http/http_response_headers_unittest.cc',
782 'http/http_transaction_unittest.cc',
783 'http/http_transaction_unittest.h',
784 'http/http_util_unittest.cc',
785 'http/http_vary_data_unittest.cc',
[email protected]3ad259a2010-07-16 17:26:47786 'http/mock_gssapi_library_posix.cc',
787 'http/mock_gssapi_library_posix.h',
[email protected]5c2471b2010-04-20 17:25:09788 'http/mock_sspi_library_win.h',
789 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30790 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12791 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19792 'proxy/mock_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00793 'proxy/multi_threaded_proxy_resolver_unittest.cc',
[email protected]7541206c2010-02-19 20:24:06794 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56795 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57796 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23797 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18798 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12799 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32800 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55801 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31802 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55803 'proxy/proxy_service_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04804 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05805 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35806 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26807 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58808 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44809 'socket/ssl_client_socket_unittest.cc',
[email protected]e60e47a2010-07-14 03:37:18810 'socket/ssl_client_socket_pool_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44811 'socket/tcp_client_socket_pool_unittest.cc',
812 'socket/tcp_client_socket_unittest.cc',
813 'socket/tcp_pinger_unittest.cc',
[email protected]26a64592009-12-15 08:04:40814 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11815 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32816 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:40817 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32818 'spdy/spdy_network_transaction_unittest.cc',
819 'spdy/spdy_protocol_test.cc',
820 'spdy/spdy_session_unittest.cc',
[email protected]4f386422010-07-20 04:19:49821 'spdy/spdy_stream_unittest.cc',
[email protected]75f30cc22010-06-28 21:41:38822 'spdy/spdy_test_util.cc',
[email protected]2ff8b312010-04-26 22:20:54823 'spdy/spdy_test_util.h',
[email protected]196f286c2010-06-07 14:57:17824 'tools/dump_cache/url_to_filename_encoder.cc',
825 'tools/dump_cache/url_to_filename_encoder.h',
826 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]8cd1ba5a2010-08-17 23:47:23827 'tools/dump_cache/url_utilities.h',
828 'tools/dump_cache/url_utilities.cc',
829 'tools/dump_cache/url_utilities_unittest.cc',
[email protected]ac9f9792010-08-06 14:09:30830 'url_request/url_request_job_tracker_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55831 'url_request/url_request_unittest.cc',
832 'url_request/url_request_unittest.h',
[email protected]cec6f9b02010-05-27 22:06:31833 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:16834 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:55835 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:08836 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:22837 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:13838 'websockets/websocket_job_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28839 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36840 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55841 ],
842 'conditions': [
[email protected]f50278cd2010-08-24 17:34:08843 ['chromeos==1', {
844 'sources!': [
845 'proxy/proxy_config_service_linux_unittest.cc',
846 ],
847 }],
[email protected]50462ec2010-01-29 22:28:32848 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26849 'dependencies': [
850 '../build/linux/system.gyp:gtk',
[email protected]69138472010-06-25 22:44:48851 '../build/linux/system.gyp:nss',
[email protected]9d384032009-03-20 23:13:26852 ],
[email protected]2f80c312009-02-25 21:26:55853 'sources!': [
854 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55855 ],
856 },
[email protected]bb639032010-08-12 19:49:40857 { # else: OS is not in the above list
858 'sources!': [
859 'base/cert_database_nss_unittest.cc',
860 ],
861 }
[email protected]2f80c312009-02-25 21:26:55862 ],
[email protected]50462ec2010-01-29 22:28:32863 ['OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:15864 'conditions': [
865 ['linux_use_tcmalloc==1', {
866 'dependencies': [
867 '../base/allocator/allocator.gyp:allocator',
868 ],
869 }],
870 ],
871 }],
[email protected]2f80c312009-02-25 21:26:55872 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:08873 'sources!': [
874 'http/http_auth_gssapi_posix_unittest.cc',
875 ],
[email protected]cdafbff2010-03-02 17:47:02876 # This is needed to trigger the dll copy step on windows.
877 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:55878 'dependencies': [
[email protected]280629492009-09-09 06:49:08879 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55880 ],
881 },
882 ],
883 ],
884 },
885 {
886 'target_name': 'net_perftests',
887 'type': 'executable',
888 'dependencies': [
889 'net',
[email protected]6718b412009-03-04 18:26:00890 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55891 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14892 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45893 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06894 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55895 '../testing/gtest.gyp:gtest',
896 ],
[email protected]9e450f22009-03-10 23:12:16897 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55898 'sources': [
[email protected]2f80c312009-02-25 21:26:55899 'base/cookie_monster_perftest.cc',
900 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33901 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55902 ],
903 'conditions': [
904 # This is needed to trigger the dll copy step on windows.
905 # TODO(mark): Specifying this here shouldn't be necessary.
906 [ 'OS == "win"', {
907 'dependencies': [
[email protected]280629492009-09-09 06:49:08908 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55909 ],
910 },
911 ],
912 ],
913 },
914 {
915 'target_name': 'stress_cache',
916 'type': 'executable',
917 'dependencies': [
918 'net',
[email protected]6718b412009-03-04 18:26:00919 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55920 '../base/base.gyp:base',
921 ],
922 'sources': [
[email protected]2f80c312009-02-25 21:26:55923 'disk_cache/stress_cache.cc',
924 ],
925 },
926 {
927 'target_name': 'tld_cleanup',
928 'type': 'executable',
929 'dependencies': [
930 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14931 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55932 '../build/temp_gyp/googleurl.gyp:googleurl',
933 ],
[email protected]b8234462009-03-18 02:30:55934 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55935 'sources': [
936 'tools/tld_cleanup/tld_cleanup.cc',
937 ],
938 },
939 {
940 'target_name': 'crash_cache',
941 'type': 'executable',
942 'dependencies': [
943 'net',
[email protected]6718b412009-03-04 18:26:00944 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55945 '../base/base.gyp:base',
946 ],
[email protected]9e450f22009-03-10 23:12:16947 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55948 'sources': [
949 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00950 ],
951 },
952 {
953 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49954 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00955 'dependencies': [
956 'net',
957 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15958 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00959 ],
960 'sources': [
[email protected]702a6a722010-03-17 18:24:51961 'base/cert_test_util.cc',
962 'base/cert_test_util.h',
[email protected]2f80c312009-02-25 21:26:55963 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00964 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50965 'proxy/proxy_config_service_common_unittest.cc',
966 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44967 'socket/socket_test_util.cc',
968 'socket/socket_test_util.h',
[email protected]1b9565c2010-07-21 01:19:31969 'test/test_server.cc',
[email protected]95409e12010-08-17 20:07:11970 'test/test_server_posix.cc',
971 'test/test_server_win.cc',
[email protected]1b9565c2010-07-21 01:19:31972 'test/test_server.h',
[email protected]702a6a722010-03-17 18:24:51973 ],
974 'conditions': [
[email protected]6c2046562010-05-07 23:47:50975 ['inside_chromium_build==1', {
976 'dependencies': [
977 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
978 '../third_party/protobuf2/protobuf.gyp:py_proto',
979 ],
980 }],
[email protected]702a6a722010-03-17 18:24:51981 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
982 'dependencies': [
983 '../build/linux/system.gyp:nss',
984 ],
985 }],
[email protected]85437612010-03-22 11:55:23986 ['OS == "linux"', {
987 'conditions': [
988 ['linux_use_tcmalloc==1', {
989 'dependencies': [
990 '../base/allocator/allocator.gyp:allocator',
991 ],
992 }],
993 ],
994 }],
[email protected]2f80c312009-02-25 21:26:55995 ],
996 },
[email protected]ef36c74c2009-03-11 13:32:22997 {
998 'target_name': 'net_resources',
999 'type': 'none',
1000 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:021001 'variables': {
1002 'grit_cmd': ['python', '../tools/grit/grit.py'],
1003 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
1004 'input_paths': [
1005 'base/net_resources.grd',
1006 ],
1007 },
[email protected]ef36c74c2009-03-11 13:32:221008 'rules': [
[email protected]2f80c312009-02-25 21:26:551009 {
[email protected]ef36c74c2009-03-11 13:32:221010 'rule_name': 'grit',
1011 'extension': 'grd',
1012 'inputs': [
[email protected]5b910872010-02-09 01:03:021013 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551014 ],
[email protected]ef36c74c2009-03-11 13:32:221015 'outputs': [
[email protected]5b910872010-02-09 01:03:021016 '<!@(<(grit_info_cmd) '
1017 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551018 ],
[email protected]ef36c74c2009-03-11 13:32:221019 'action':
[email protected]5b910872010-02-09 01:03:021020 ['<@(grit_cmd)',
1021 '-i', '<(RULE_INPUT_PATH)', 'build',
1022 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:351023 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:551024 },
[email protected]6718b412009-03-04 18:26:001025 ],
[email protected]ef36c74c2009-03-11 13:32:221026 'sources': [
[email protected]5b910872010-02-09 01:03:021027 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:221028 ],
1029 'direct_dependent_settings': {
1030 'include_dirs': [
1031 '<(SHARED_INTERMEDIATE_DIR)/net',
1032 ],
1033 },
[email protected]b392f3e2009-05-11 20:01:241034 'conditions': [
1035 ['OS=="win"', {
1036 'dependencies': ['../build/win/system.gyp:cygwin'],
1037 }],
1038 ],
[email protected]ef36c74c2009-03-11 13:32:221039 },
[email protected]75b91f92009-06-17 07:28:481040 {
1041 'target_name': 'fetch_client',
1042 'type': 'executable',
1043 'dependencies': [
1044 'net',
1045 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:481046 '../testing/gtest.gyp:gtest',
1047 ],
1048 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1049 'sources': [
1050 'tools/fetch/fetch_client.cc',
1051 ],
1052 },
[email protected]fe4f06d2009-06-17 07:58:051053 {
1054 'target_name': 'fetch_server',
1055 'type': 'executable',
1056 'dependencies': [
1057 'net',
1058 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:051059 '../testing/gtest.gyp:gtest',
1060 ],
1061 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1062 'sources': [
1063 'tools/fetch/fetch_server.cc',
1064 'tools/fetch/http_listen_socket.cc',
1065 'tools/fetch/http_listen_socket.h',
1066 'tools/fetch/http_server.cc',
1067 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:001068 'tools/fetch/http_server_request_info.h',
1069 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:051070 'tools/fetch/http_session.cc',
1071 'tools/fetch/http_session.h',
1072 ],
1073 },
[email protected]c402da42009-12-10 02:38:031074 {
[email protected]0569d862010-07-05 11:32:401075 'target_name': 'http_listen_socket',
1076 'type': '<(library)',
1077 'dependencies': [
1078 'net',
1079 '../base/base.gyp:base',
1080 '../testing/gtest.gyp:gtest',
1081 ],
1082 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
1083 'sources': [
1084 'server/http_listen_socket.cc',
1085 'server/http_listen_socket.h',
1086 'server/http_server_request_info.h',
1087 ],
1088 },
1089 {
[email protected]c402da42009-12-10 02:38:031090 'target_name': 'hresolv',
1091 'type': 'executable',
1092 'dependencies': [
1093 'net_base',
1094 ],
1095 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
1096 'sources': [
1097 'tools/hresolv/hresolv.cc',
1098 ],
1099 },
[email protected]ef36c74c2009-03-11 13:32:221100 ],
1101 'conditions': [
[email protected]e71d2e9d2010-03-31 01:36:371102 # ['OS=="linux"', {
1103 # 'targets': [
1104 # {
1105 # 'target_name': 'flip_in_mem_edsm_server',
1106 # 'type': 'executable',
1107 # 'dependencies': [
1108 # '../base/base.gyp:base',
1109 # 'net.gyp:net',
1110 # ],
1111 # 'link_settings': {
1112 # 'ldflags': [
1113 # '-lssl'
1114 # ],
1115 # 'libraries': [
1116 # '-lssl'
1117 # ],
1118 # },
1119 # 'sources': [
1120 # 'tools/flip_server/balsa_enums.h',
1121 # 'tools/flip_server/balsa_frame.cc',
1122 # 'tools/flip_server/balsa_frame.h',
1123 # 'tools/flip_server/balsa_headers.cc',
1124 # 'tools/flip_server/balsa_headers.h',
1125 # 'tools/flip_server/balsa_headers_token_utils.cc',
1126 # 'tools/flip_server/balsa_headers_token_utils.h',
1127 # 'tools/flip_server/balsa_visitor_interface.h',
1128 # 'tools/flip_server/buffer_interface.h',
1129 # 'tools/flip_server/create_listener.cc',
1130 # 'tools/flip_server/create_listener.h',
1131 # 'tools/flip_server/epoll_server.cc',
1132 # 'tools/flip_server/epoll_server.h',
1133 # 'tools/flip_server/flip_in_mem_edsm_server.cc',
1134 # 'tools/flip_server/http_message_constants.cc',
1135 # 'tools/flip_server/http_message_constants.h',
1136 # 'tools/flip_server/loadtime_measurement.h',
1137 # 'tools/flip_server/porting.txt',
1138 # 'tools/flip_server/ring_buffer.cc',
1139 # 'tools/flip_server/ring_buffer.h',
1140 # 'tools/flip_server/simple_buffer.cc',
1141 # 'tools/flip_server/simple_buffer.h',
1142 # 'tools/flip_server/split.h',
1143 # 'tools/flip_server/split.cc',
1144 # 'tools/flip_server/string_piece_utils.h',
1145 # 'tools/flip_server/thread.h',
1146 # 'tools/flip_server/url_to_filename_encoder.h',
1147 # 'tools/flip_server/url_utilities.h',
1148 # ],
1149 # },
1150 # ]
1151 # }],
[email protected]6718b412009-03-04 18:26:001152 ['OS=="win"', {
1153 'targets': [
[email protected]2f80c312009-02-25 21:26:551154 {
1155 # TODO(port): dump_cache is still Windows-specific.
1156 'target_name': 'dump_cache',
1157 'type': 'executable',
1158 'dependencies': [
1159 'net',
1160 '../base/base.gyp:base',
1161 ],
1162 'sources': [
[email protected]c44344e2009-09-02 22:05:501163 'tools/dump_cache/cache_dumper.cc',
1164 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551165 'tools/dump_cache/dump_cache.cc',
1166 'tools/dump_cache/dump_files.cc',
1167 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171168 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501169 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]8cd1ba5a2010-08-17 23:47:231170 'tools/dump_cache/url_utilities.h',
1171 'tools/dump_cache/url_utilities.cc',
[email protected]2f80c312009-02-25 21:26:551172 ],
1173 },
1174 ],
1175 }],
[email protected]2f80c312009-02-25 21:26:551176 ],
1177}
[email protected]f5c990c2009-10-06 03:02:381178
1179# Local Variables:
1180# tab-width:2
1181# indent-tabs-mode:nil
1182# End:
1183# vim: set expandtab tabstop=2 shiftwidth=2: