blob: 7fa024a5c057cf7823c693436542390998df7def [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]5bafc4f2010-09-08 14:07:3822 'ssl_false_start_blacklist_process#host',
[email protected]2f80c312009-02-25 21:26:5523 ],
24 'sources': [
[email protected]123ab1e32009-10-21 19:12:5725 'base/address_family.h',
[email protected]2f80c312009-02-25 21:26:5526 'base/address_list.cc',
27 'base/address_list.h',
[email protected]eb8605c2010-05-21 22:17:4728 'base/address_list_net_log_param.cc',
29 'base/address_list_net_log_param.h',
[email protected]9349cfb2010-08-31 18:00:5330 'base/auth.cc',
[email protected]2f80c312009-02-25 21:26:5531 'base/auth.h',
[email protected]ee166792010-12-09 08:14:1032 'base/bandwidth_metrics.cc',
33 'base/bandwidth_metrics.h',
[email protected]6192f732009-03-25 23:44:2034 'base/cache_type.h',
[email protected]ec11be62010-04-28 19:28:0935 'base/capturing_net_log.cc',
36 'base/capturing_net_log.h',
[email protected]58678c52010-08-31 22:13:5237 'base/cert_database.cc',
[email protected]a755e1072009-10-23 16:58:3738 'base/cert_database.h',
39 'base/cert_database_mac.cc',
40 'base/cert_database_nss.cc',
[email protected]1e5fead2010-10-08 14:33:1141 'base/cert_database_openssl.cc',
[email protected]a755e1072009-10-23 16:58:3742 'base/cert_database_win.cc',
[email protected]2f80c312009-02-25 21:26:5543 'base/cert_status_flags.cc',
44 'base/cert_status_flags.h',
45 'base/cert_verifier.cc',
46 'base/cert_verifier.h',
47 'base/cert_verify_result.h',
[email protected]2f80c312009-02-25 21:26:5548 'base/completion_callback.h',
49 'base/connection_type_histograms.cc',
50 'base/connection_type_histograms.h',
51 'base/cookie_monster.cc',
52 'base/cookie_monster.h',
[email protected]5f450e52009-07-28 13:28:1153 'base/cookie_options.h',
[email protected]2f80c312009-02-25 21:26:5554 'base/cookie_policy.h',
[email protected]9b2331d92010-10-04 23:11:1955 'base/cookie_store.cc',
[email protected]5f450e52009-07-28 13:28:1156 'base/cookie_store.h',
[email protected]88b9db72011-01-13 01:48:4357 'base/crypto_module.h',
58 'base/crypto_module_nss.cc',
[email protected]f53cb5c2011-03-10 16:10:5559 'base/crypto_module_openssl.cc',
[email protected]2f80c312009-02-25 21:26:5560 'base/data_url.cc',
61 'base/data_url.h',
62 'base/directory_lister.cc',
63 'base/directory_lister.h',
[email protected]37e658b2010-07-28 17:23:0464 'base/dns_reload_timer.cc',
65 'base/dns_reload_timer.h',
[email protected]b24713592010-08-11 19:50:0266 'base/dnssec_chain_verifier.cc',
67 'base/dnssec_chain_verifier.h',
68 'base/dnssec_keyset.cc',
69 'base/dnssec_keyset.h',
[email protected]c36f0642009-09-09 01:10:5070 'base/dns_util.cc',
71 'base/dns_util.h',
[email protected]b3ccac82010-08-04 15:54:4072 'base/dnsrr_resolver.cc',
73 'base/dnsrr_resolver.h',
[email protected]2f80c312009-02-25 21:26:5574 'base/escape.cc',
75 'base/escape.h',
76 'base/ev_root_ca_metadata.cc',
77 'base/ev_root_ca_metadata.h',
78 'base/file_stream.h',
79 'base/file_stream_posix.cc',
80 'base/file_stream_win.cc',
81 'base/filter.cc',
82 'base/filter.h',
83 'base/gzip_filter.cc',
84 'base/gzip_filter.h',
85 'base/gzip_header.cc',
86 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3887 'base/host_cache.cc',
88 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1489 'base/host_mapping_rules.cc',
90 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4291 'base/host_port_pair.cc',
92 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5593 'base/host_resolver.cc',
94 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3295 'base/host_resolver_impl.cc',
96 'base/host_resolver_impl.h',
97 'base/host_resolver_proc.cc',
98 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:5599 'base/io_buffer.cc',
100 'base/io_buffer.h',
[email protected]76ff86a2011-03-04 03:21:31101 'base/ip_endpoint.cc',
102 'base/ip_endpoint.h',
[email protected]88b9db72011-01-13 01:48:43103 'base/keygen_handler.cc',
[email protected]a755e1072009-10-23 16:58:37104 'base/keygen_handler.h',
105 'base/keygen_handler_mac.cc',
106 'base/keygen_handler_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11107 'base/keygen_handler_openssl.cc',
[email protected]a755e1072009-10-23 16:58:37108 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:55109 'base/listen_socket.cc',
110 'base/listen_socket.h',
111 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:23112 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:16113 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:38114 'base/mapped_host_resolver.cc',
115 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55116 'base/mime_sniffer.cc',
117 'base/mime_sniffer.h',
118 'base/mime_util.cc',
119 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:32120 # TODO(eroman): move this into its own test-support target.
121 'base/mock_host_resolver.cc',
122 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55123 'base/net_error_list.h',
124 'base/net_errors.cc',
125 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53126 'base/net_log.cc',
127 'base/net_log.h',
128 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46129 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55130 'base/net_module.cc',
131 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55132 'base/net_util.cc',
133 'base/net_util.h',
134 'base/net_util_posix.cc',
135 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35136 'base/network_change_notifier.cc',
137 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35138 'base/network_change_notifier_linux.cc',
139 'base/network_change_notifier_linux.h',
140 'base/network_change_notifier_mac.cc',
141 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58142 'base/network_change_notifier_netlink_linux.cc',
143 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35144 'base/network_change_notifier_win.cc',
145 'base/network_change_notifier_win.h',
[email protected]9328443b2010-07-30 06:09:40146 'base/network_config_watcher_mac.cc',
147 'base/network_config_watcher_mac.h',
[email protected]0651b812011-02-24 00:22:50148 'base/network_delegate.cc',
149 'base/network_delegate.h',
[email protected]2f80c312009-02-25 21:26:55150 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00151 'base/nss_memio.h',
[email protected]0c6523f2010-12-10 10:56:24152 'base/openssl_memory_private_key_store.cc',
153 'base/openssl_private_key_store.h',
[email protected]e5a3eef2010-07-22 02:31:04154 'base/pem_tokenizer.cc',
155 'base/pem_tokenizer.h',
[email protected]2f80c312009-02-25 21:26:55156 'base/platform_mime_util.h',
157 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
158 'base/platform_mime_util_linux.cc',
159 'base/platform_mime_util_mac.cc',
160 'base/platform_mime_util_win.cc',
161 'base/registry_controlled_domain.cc',
162 'base/registry_controlled_domain.h',
163 'base/scoped_cert_chain_context.h',
164 'base/sdch_filter.cc',
165 'base/sdch_filter.h',
166 'base/sdch_manager.cc',
167 'base/sdch_manager.h',
[email protected]9349cfb2010-08-31 18:00:53168 'base/ssl_cert_request_info.cc',
[email protected]0b45559b2009-06-12 21:45:11169 'base/ssl_cert_request_info.h',
[email protected]d8654bf2010-07-18 16:01:32170 'base/ssl_cipher_suite_names.cc',
171 'base/ssl_cipher_suite_names.h',
[email protected]56c866a22009-06-18 19:38:58172 'base/ssl_client_auth_cache.cc',
173 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39174 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55175 'base/ssl_config_service.h',
[email protected]7e4468d52010-09-22 19:42:00176 'base/ssl_config_service_defaults.cc',
[email protected]db36938c2009-08-19 21:48:42177 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32178 'base/ssl_config_service_mac.cc',
179 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42180 'base/ssl_config_service_win.cc',
181 'base/ssl_config_service_win.h',
[email protected]5bafc4f2010-09-08 14:07:38182 'base/ssl_false_start_blacklist.cc',
[email protected]9349cfb2010-08-31 18:00:53183 'base/ssl_info.cc',
[email protected]2f80c312009-02-25 21:26:55184 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12185 'base/static_cookie_policy.cc',
186 'base/static_cookie_policy.h',
[email protected]32765f82010-12-16 00:01:37187 'base/test_root_certs.cc',
188 'base/test_root_certs.h',
189 'base/test_root_certs_mac.cc',
190 'base/test_root_certs_nss.cc',
191 'base/test_root_certs_openssl.cc',
192 'base/test_root_certs_win.cc',
[email protected]326e6792009-12-11 21:04:42193 'base/transport_security_state.cc',
194 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37195 'base/sys_addrinfo.h',
[email protected]2f80c312009-02-25 21:26:55196 'base/upload_data.cc',
197 'base/upload_data.h',
198 'base/upload_data_stream.cc',
199 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55200 'base/winsock_init.cc',
201 'base/winsock_init.h',
[email protected]7b6afd02011-03-12 00:03:12202 'base/winsock_util.cc',
203 'base/winsock_util.h',
[email protected]2f80c312009-02-25 21:26:55204 'base/x509_certificate.cc',
205 'base/x509_certificate.h',
206 'base/x509_certificate_mac.cc',
207 'base/x509_certificate_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11208 'base/x509_certificate_openssl.cc',
[email protected]2f80c312009-02-25 21:26:55209 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04210 'base/x509_cert_types.cc',
211 'base/x509_cert_types.h',
212 'base/x509_cert_types_mac.cc',
[email protected]5c518762010-10-25 12:59:54213 'base/x509_openssl_util.cc',
214 'base/x509_openssl_util.h',
[email protected]53ae7c42010-06-18 17:45:35215 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
216 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]58678c52010-08-31 22:13:52217 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
218 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
[email protected]b683c6a2010-08-20 02:39:35219 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
220 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb639032010-08-12 19:49:40221 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
222 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]9c2a57712009-10-21 20:35:11223 ],
224 'export_dependent_settings': [
225 '../base/base.gyp:base',
226 ],
[email protected]5bafc4f2010-09-08 14:07:38227 'actions': [
228 {
229 'action_name': 'ssl_false_start_blacklist',
230 'inputs': [
231 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
232 'base/ssl_false_start_blacklist.txt',
233 ],
234 'outputs': [
235 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
236 ],
237 'action':
238 ['<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
239 'base/ssl_false_start_blacklist.txt',
240 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
241 ],
242 'message': 'Generating SSL False Start blacklist',
243 'process_outputs_as_sources': 1,
244 },
245 ],
[email protected]9c2a57712009-10-21 20:35:11246 'conditions': [
[email protected]50462ec2010-01-29 22:28:32247 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03248 'dependencies': [
249 '../build/linux/system.gyp:gconf',
250 '../build/linux/system.gyp:gdk',
[email protected]b3ccac82010-08-04 15:54:40251 '../build/linux/system.gyp:libresolv',
[email protected]3dd6f5e2010-06-01 20:28:03252 ],
[email protected]70372d42010-10-22 13:12:34253 'conditions': [
254 ['use_openssl==1', {
255 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:24256 '../third_party/openssl/openssl.gyp:openssl',
[email protected]70372d42010-10-22 13:12:34257 ],
258 }, { # else: not using openssl. Use NSS.
259 'dependencies': [
260 '../build/linux/system.gyp:nss',
261 ],
262 }],
263 ],
[email protected]3dd6f5e2010-06-01 20:28:03264 },
265 { # else: OS is not in the above list
266 'sources!': [
267 'base/cert_database_nss.cc',
[email protected]88b9db72011-01-13 01:48:43268 'base/crypto_module_nss.cc',
[email protected]3dd6f5e2010-06-01 20:28:03269 'base/keygen_handler_nss.cc',
[email protected]32765f82010-12-16 00:01:37270 'base/test_root_certs_nss.cc',
[email protected]3dd6f5e2010-06-01 20:28:03271 'base/x509_certificate_nss.cc',
[email protected]53ae7c42010-06-18 17:45:35272 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
273 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]58678c52010-08-31 22:13:52274 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
275 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
[email protected]b683c6a2010-08-20 02:39:35276 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
277 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb639032010-08-12 19:49:40278 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
279 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]3dd6f5e2010-06-01 20:28:03280 ],
281 },
282 ],
[email protected]70372d42010-10-22 13:12:34283 [ 'use_openssl==1', {
[email protected]1e5fead2010-10-08 14:33:11284 'sources!': [
[email protected]5f7e5cb22010-11-15 16:08:10285 'base/cert_database_nss.cc',
[email protected]88b9db72011-01-13 01:48:43286 'base/crypto_module_nss.cc',
[email protected]70372d42010-10-22 13:12:34287 'base/dnssec_keyset.cc',
288 'base/dnssec_keyset.h',
[email protected]5f7e5cb22010-11-15 16:08:10289 'base/keygen_handler_nss.cc',
290 'base/nss_memio.c',
291 'base/nss_memio.h',
[email protected]32765f82010-12-16 00:01:37292 'base/test_root_certs_nss.cc',
[email protected]5f7e5cb22010-11-15 16:08:10293 'base/x509_certificate_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11294 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
295 'third_party/mozilla_security_manager/nsKeygenHandler.h',
296 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
297 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
298 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
299 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
300 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
301 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
302 ],
303 },
[email protected]5f7e5cb22010-11-15 16:08:10304 { # else: not using openssl.
305 'sources!': [
306 'base/cert_database_openssl.cc',
[email protected]f53cb5c2011-03-10 16:10:55307 'base/crypto_module_openssl.cc',
[email protected]5f7e5cb22010-11-15 16:08:10308 'base/keygen_handler_openssl.cc',
[email protected]0c6523f2010-12-10 10:56:24309 'base/openssl_memory_private_key_store.cc',
310 'base/openssl_private_key_store.h',
[email protected]32765f82010-12-16 00:01:37311 'base/test_root_certs_openssl.cc',
[email protected]5f7e5cb22010-11-15 16:08:10312 'base/x509_certificate_openssl.cc',
313 'base/x509_openssl_util.cc',
314 'base/x509_openssl_util.h',
315 ],
316 },
[email protected]1e5fead2010-10-08 14:33:11317 ],
[email protected]9c2a57712009-10-21 20:35:11318 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11319 'dependencies': [
[email protected]b24713592010-08-11 19:50:02320 '../third_party/nss/nss.gyp:nss',
[email protected]9c2a57712009-10-21 20:35:11321 'tld_cleanup',
322 ],
323 },
324 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47325 'dependencies': [
326 '../third_party/libevent/libevent.gyp:libevent',
327 ],
[email protected]9c2a57712009-10-21 20:35:11328 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11329 'base/winsock_init.cc',
[email protected]7b6afd02011-03-12 00:03:12330 'base/winsock_util.cc',
[email protected]9c2a57712009-10-21 20:35:11331 ],
332 },
333 ],
[email protected]9c2a57712009-10-21 20:35:11334 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03335 'dependencies': [
[email protected]b24713592010-08-11 19:50:02336 '../third_party/nss/nss.gyp:nss',
[email protected]f505a9b2010-01-28 19:44:02337 ],
[email protected]9c2a57712009-10-21 20:35:11338 'link_settings': {
339 'libraries': [
340 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
341 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
[email protected]899c3e92010-08-28 15:53:50342 '$(SDKROOT)/usr/lib/libresolv.dylib',
[email protected]9c2a57712009-10-21 20:35:11343 ]
344 },
345 },
346 ],
347 ],
348 },
349 {
350 'target_name': 'net',
351 'type': '<(library)',
352 'dependencies': [
353 '../base/base.gyp:base',
354 '../base/base.gyp:base_i18n',
355 '../build/temp_gyp/googleurl.gyp:googleurl',
356 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11357 '../third_party/icu/icu.gyp:icui18n',
358 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11359 '../third_party/zlib/zlib.gyp:zlib',
360 'net_base',
361 'net_resources',
362 ],
363 'sources': [
[email protected]2f80c312009-02-25 21:26:55364 'disk_cache/addr.cc',
365 'disk_cache/addr.h',
366 'disk_cache/backend_impl.cc',
367 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58368 'disk_cache/bitmap.cc',
369 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55370 'disk_cache/block_files.cc',
371 'disk_cache/block_files.h',
372 'disk_cache/cache_util.h',
373 'disk_cache/cache_util_posix.cc',
374 'disk_cache/cache_util_win.cc',
375 'disk_cache/disk_cache.h',
[email protected]b104b502010-10-18 20:21:31376 'disk_cache/disk_format.cc',
[email protected]2f80c312009-02-25 21:26:55377 'disk_cache/disk_format.h',
378 'disk_cache/entry_impl.cc',
379 'disk_cache/entry_impl.h',
380 'disk_cache/errors.h',
381 'disk_cache/eviction.cc',
382 'disk_cache/eviction.h',
[email protected]c03b9792010-09-13 18:10:51383 'disk_cache/experiments.h',
[email protected]b104b502010-10-18 20:21:31384 'disk_cache/file.cc',
[email protected]2f80c312009-02-25 21:26:55385 'disk_cache/file.h',
386 'disk_cache/file_block.h',
387 'disk_cache/file_lock.cc',
388 'disk_cache/file_lock.h',
389 'disk_cache/file_posix.cc',
390 'disk_cache/file_win.cc',
391 'disk_cache/hash.cc',
392 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34393 'disk_cache/histogram_macros.h',
[email protected]fb2622f2010-07-13 18:00:56394 'disk_cache/in_flight_backend_io.cc',
395 'disk_cache/in_flight_backend_io.h',
396 'disk_cache/in_flight_io.cc',
397 'disk_cache/in_flight_io.h',
[email protected]2f80c312009-02-25 21:26:55398 'disk_cache/mapped_file.h',
399 'disk_cache/mapped_file_posix.cc',
400 'disk_cache/mapped_file_win.cc',
401 'disk_cache/mem_backend_impl.cc',
402 'disk_cache/mem_backend_impl.h',
403 'disk_cache/mem_entry_impl.cc',
404 'disk_cache/mem_entry_impl.h',
405 'disk_cache/mem_rankings.cc',
406 'disk_cache/mem_rankings.h',
407 'disk_cache/rankings.cc',
408 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58409 'disk_cache/sparse_control.cc',
410 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55411 'disk_cache/stats.cc',
412 'disk_cache/stats.h',
413 'disk_cache/stats_histogram.cc',
414 'disk_cache/stats_histogram.h',
415 'disk_cache/storage_block-inl.h',
416 'disk_cache/storage_block.h',
417 'disk_cache/trace.cc',
418 'disk_cache/trace.h',
419 'ftp/ftp_auth_cache.cc',
420 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09421 'ftp/ftp_ctrl_response_buffer.cc',
422 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49423 'ftp/ftp_directory_listing_buffer.cc',
424 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32425 'ftp/ftp_directory_listing_parser.cc',
426 'ftp/ftp_directory_listing_parser.h',
427 'ftp/ftp_directory_listing_parser_ls.cc',
428 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]8425e66e2009-12-07 19:51:46429 'ftp/ftp_directory_listing_parser_netware.cc',
430 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32431 'ftp/ftp_directory_listing_parser_vms.cc',
432 'ftp/ftp_directory_listing_parser_vms.h',
433 'ftp/ftp_directory_listing_parser_windows.cc',
434 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55435 'ftp/ftp_network_layer.cc',
436 'ftp/ftp_network_layer.h',
[email protected]b104b502010-10-18 20:21:31437 'ftp/ftp_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55438 'ftp/ftp_network_session.h',
439 'ftp/ftp_network_transaction.cc',
440 'ftp/ftp_network_transaction.h',
441 'ftp/ftp_request_info.h',
[email protected]47f7753f2011-02-23 21:20:23442 'ftp/ftp_response_info.cc',
[email protected]2f80c312009-02-25 21:26:55443 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55444 'ftp/ftp_server_type_histograms.cc',
445 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55446 'ftp/ftp_transaction.h',
447 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50448 'ftp/ftp_util.cc',
449 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41450 'http/des.cc',
451 'http/des.h',
[email protected]9b437692010-09-09 20:02:48452 'http/disk_cache_based_ssl_host_info.cc',
453 'http/disk_cache_based_ssl_host_info.h',
[email protected]564b4912010-03-09 16:30:42454 'http/http_alternate_protocols.cc',
455 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55456 'http/http_atom_list.h',
457 'http/http_auth.cc',
458 'http/http_auth.h',
459 'http/http_auth_cache.cc',
460 'http/http_auth_cache.h',
[email protected]228404f2010-06-24 04:31:41461 'http/http_auth_controller.cc',
462 'http/http_auth_controller.h',
[email protected]eb3cac72010-02-26 21:07:45463 'http/http_auth_filter.cc',
464 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44465 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08466 'http/http_auth_gssapi_posix.cc',
467 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55468 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50469 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55470 'http/http_auth_handler_basic.cc',
471 'http/http_auth_handler_basic.h',
472 'http/http_auth_handler_digest.cc',
473 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50474 'http/http_auth_handler_factory.cc',
475 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05476 'http/http_auth_handler_negotiate.h',
[email protected]65d34382010-07-01 18:12:26477 'http/http_auth_handler_negotiate.cc',
[email protected]5ae0b862009-02-28 02:02:41478 'http/http_auth_handler_ntlm.cc',
479 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32480 'http/http_auth_handler_ntlm_portable.cc',
481 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56482 'http/http_auth_sspi_win.cc',
483 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57484 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00485 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39486 'http/http_byte_range.cc',
487 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55488 'http/http_cache.cc',
489 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23490 'http/http_cache_transaction.cc',
491 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55492 'http/http_chunked_decoder.cc',
493 'http/http_chunked_decoder.h',
[email protected]b104b502010-10-18 20:21:31494 'http/http_net_log_params.cc',
[email protected]a7ea8832010-07-12 17:54:54495 'http/http_net_log_params.h',
[email protected]2f80c312009-02-25 21:26:55496 'http/http_network_layer.cc',
497 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44498 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55499 'http/http_network_session.h',
[email protected]5322a7f2011-02-11 20:44:42500 'http/http_network_session_peer.cc',
[email protected]87bfa3f2010-09-30 14:54:56501 'http/http_network_session_peer.h',
[email protected]2f80c312009-02-25 21:26:55502 'http/http_network_transaction.cc',
503 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47504 'http/http_request_headers.cc',
505 'http/http_request_headers.h',
[email protected]9b2331d92010-10-04 23:11:19506 'http/http_request_info.cc',
[email protected]2f80c312009-02-25 21:26:55507 'http/http_request_info.h',
[email protected]0b0bf032010-09-21 18:08:50508 'http/http_response_body_drainer.cc',
509 'http/http_response_body_drainer.h',
[email protected]2f80c312009-02-25 21:26:55510 'http/http_response_headers.cc',
511 'http/http_response_headers.h',
512 'http/http_response_info.cc',
513 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00514 'http/http_stream.h',
[email protected]8e6441ca2010-08-19 05:56:38515 'http/http_stream_factory.cc',
516 'http/http_stream_factory.h',
[email protected]102e27c2011-02-23 01:01:31517 'http/http_stream_factory_impl.cc',
518 'http/http_stream_factory_impl.h',
519 'http/http_stream_factory_impl_job.cc',
520 'http/http_stream_factory_impl_job.h',
[email protected]7f28a8df2011-02-25 22:26:03521 'http/http_stream_factory_impl_request.cc',
522 'http/http_stream_factory_impl_request.h',
[email protected]0877e3d2009-10-17 22:29:57523 'http/http_stream_parser.cc',
524 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55525 'http/http_transaction.h',
526 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36527 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10528 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36529 'http/url_security_manager_posix.cc',
530 'http/url_security_manager_win.cc',
[email protected]a7ea8832010-07-12 17:54:54531 'http/http_proxy_client_socket.cc',
532 'http/http_proxy_client_socket.h',
[email protected]e772db3f2010-07-12 18:11:13533 'http/http_proxy_client_socket_pool.cc',
534 'http/http_proxy_client_socket_pool.h',
[email protected]fe2f62a2010-10-01 03:34:07535 'http/http_proxy_utils.cc',
536 'http/http_proxy_utils.h',
[email protected]2f80c312009-02-25 21:26:55537 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01538 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55539 'http/http_util.h',
540 'http/http_vary_data.cc',
541 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00542 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41543 'http/md4.cc',
544 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50545 'http/partial_data.cc',
546 'http/partial_data.h',
[email protected]511f6f52010-12-17 03:58:29547 'http/proxy_client_socket.h',
[email protected]25d8ea22009-08-25 19:42:29548 'ocsp/nss_ocsp.cc',
549 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12550 'proxy/init_proxy_resolver.cc',
551 'proxy/init_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00552 'proxy/multi_threaded_proxy_resolver.cc',
553 'proxy/multi_threaded_proxy_resolver.h',
[email protected]119655002010-07-23 06:02:40554 'proxy/polling_proxy_config_service.cc',
555 'proxy/polling_proxy_config_service.h',
[email protected]7541206c2010-02-19 20:24:06556 'proxy/proxy_bypass_rules.cc',
557 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18558 'proxy/proxy_config.cc',
559 'proxy/proxy_config.h',
560 'proxy/proxy_config_service.h',
[email protected]1e605472010-12-16 21:41:40561 'proxy/proxy_config_service_fixed.cc',
[email protected]2f80c312009-02-25 21:26:55562 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56563 'proxy/proxy_config_service_linux.cc',
564 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27565 'proxy/proxy_config_service_mac.cc',
566 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55567 'proxy/proxy_config_service_win.cc',
568 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18569 'proxy/proxy_info.cc',
570 'proxy/proxy_info.h',
571 'proxy/proxy_list.cc',
572 'proxy/proxy_list.h',
573 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12574 'proxy/proxy_resolver_js_bindings.cc',
575 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55576 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00577 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12578 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32579 'proxy/proxy_resolver_script.h',
[email protected]24476402010-07-20 20:55:17580 'proxy/proxy_resolver_script_data.cc',
581 'proxy/proxy_resolver_script_data.h',
[email protected]6b675b82009-02-26 23:18:32582 'proxy/proxy_resolver_v8.cc',
583 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55584 'proxy/proxy_resolver_winhttp.cc',
585 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18586 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55587 'proxy/proxy_script_fetcher.h',
[email protected]86933612010-10-16 23:10:33588 'proxy/proxy_script_fetcher_impl.cc',
589 'proxy/proxy_script_fetcher_impl.h',
[email protected]2f80c312009-02-25 21:26:55590 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27591 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55592 'proxy/proxy_server.h',
593 'proxy/proxy_service.cc',
594 'proxy/proxy_service.h',
[email protected]1ca2b452010-04-17 00:07:04595 'proxy/sync_host_resolver_bridge.cc',
596 'proxy/sync_host_resolver_bridge.h',
[email protected]9008c86f2010-08-06 07:10:24597 'socket/client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44598 'socket/client_socket.h',
599 'socket/client_socket_factory.cc',
600 'socket/client_socket_factory.h',
601 'socket/client_socket_handle.cc',
602 'socket/client_socket_handle.h',
603 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00604 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02605 'socket/client_socket_pool_base.cc',
606 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00607 'socket/client_socket_pool_histograms.cc',
608 'socket/client_socket_pool_histograms.h',
[email protected]2431756e2010-09-29 20:26:13609 'socket/client_socket_pool_manager.cc',
610 'socket/client_socket_pool_manager.h',
[email protected]345c613b2010-11-22 19:33:18611 'socket/dns_cert_provenance_checker.cc',
612 'socket/dns_cert_provenance_checker.h',
[email protected]f61c3972010-12-23 09:54:15613 'socket/nss_ssl_util.cc',
614 'socket/nss_ssl_util.h',
[email protected]f7984fc62009-06-22 23:26:44615 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35616 'socket/socks5_client_socket.cc',
617 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02618 'socket/socks_client_socket.cc',
619 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26620 'socket/socks_client_socket_pool.cc',
621 'socket/socks_client_socket_pool.h',
[email protected]7cf40912010-12-09 18:25:03622 'socket/ssl_client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44623 'socket/ssl_client_socket.h',
624 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47625 'socket/ssl_client_socket_mac.h',
[email protected]20285392010-06-11 03:12:08626 'socket/ssl_client_socket_nss.cc',
627 'socket/ssl_client_socket_nss.h',
[email protected]d518cd92010-09-29 12:27:44628 'socket/ssl_client_socket_openssl.cc',
629 'socket/ssl_client_socket_openssl.h',
[email protected]e60e47a2010-07-14 03:37:18630 'socket/ssl_client_socket_pool.cc',
631 'socket/ssl_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44632 'socket/ssl_client_socket_win.cc',
633 'socket/ssl_client_socket_win.h',
[email protected]47f7d742010-11-11 04:12:53634 'socket/ssl_error_params.cc',
635 'socket/ssl_error_params.h',
[email protected]f61c3972010-12-23 09:54:15636 'socket/ssl_server_socket.h',
637 'socket/ssl_server_socket_nss.cc',
638 'socket/ssl_server_socket_nss.h',
[email protected]c322aa92011-01-27 11:21:07639 'socket/ssl_server_socket_openssl.cc',
[email protected]b8b73cf2010-12-15 15:56:19640 'socket/ssl_host_info.cc',
641 'socket/ssl_host_info.h',
[email protected]7f7e92392010-10-26 18:29:29642 'socket/tcp_client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44643 'socket/tcp_client_socket.h',
644 'socket/tcp_client_socket_libevent.cc',
645 'socket/tcp_client_socket_libevent.h',
646 'socket/tcp_client_socket_pool.cc',
647 'socket/tcp_client_socket_pool.h',
648 'socket/tcp_client_socket_win.cc',
649 'socket/tcp_client_socket_win.h',
[email protected]aef03132009-10-09 05:04:14650 'socket_stream/socket_stream.cc',
651 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13652 'socket_stream/socket_stream_job.cc',
653 'socket_stream/socket_stream_job.h',
654 'socket_stream/socket_stream_job_manager.cc',
655 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12656 'socket_stream/socket_stream_metrics.cc',
657 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32658 'spdy/spdy_bitmasks.h',
659 'spdy/spdy_frame_builder.cc',
660 'spdy/spdy_frame_builder.h',
661 'spdy/spdy_framer.cc',
662 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40663 'spdy/spdy_http_stream.cc',
664 'spdy/spdy_http_stream.h',
[email protected]fa522e72010-09-15 23:36:29665 'spdy/spdy_http_utils.cc',
666 'spdy/spdy_http_utils.h',
[email protected]dab9c7d2010-02-06 21:44:32667 'spdy/spdy_io_buffer.cc',
668 'spdy/spdy_io_buffer.h',
[email protected]dab9c7d2010-02-06 21:44:32669 'spdy/spdy_protocol.h',
[email protected]fe2f62a2010-10-01 03:34:07670 'spdy/spdy_proxy_client_socket.cc',
671 'spdy/spdy_proxy_client_socket.h',
[email protected]dab9c7d2010-02-06 21:44:32672 'spdy/spdy_session.cc',
673 'spdy/spdy_session.h',
674 'spdy/spdy_session_pool.cc',
675 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50676 'spdy/spdy_settings_storage.cc',
677 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32678 'spdy/spdy_stream.cc',
679 'spdy/spdy_stream.h',
[email protected]7b6afd02011-03-12 00:03:12680 'udp/datagram_client_socket.h',
681 'udp/datagram_server_socket.h',
682 'udp/datagram_socket.h',
683 'udp/udp_client_socket.cc',
684 'udp/udp_client_socket.h',
685 'udp/udp_server_socket.cc',
686 'udp/udp_server_socket.h',
687 'udp/udp_socket.h',
688 'udp/udp_socket_libevent.cc',
689 'udp/udp_socket_libevent.h',
690 'udp/udp_socket_win.cc',
691 'udp/udp_socket_win.h',
[email protected]be4d55fe2010-06-01 13:40:02692 'url_request/https_prober.h',
693 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55694 'url_request/url_request.cc',
695 'url_request/url_request.h',
696 'url_request/url_request_about_job.cc',
697 'url_request/url_request_about_job.h',
[email protected]f1d81922010-07-31 17:47:09698 'url_request/url_request_context.cc',
[email protected]2f80c312009-02-25 21:26:55699 'url_request/url_request_context.h',
[email protected]529623e2011-02-23 17:37:16700 'url_request/url_request_context_storage.cc',
701 'url_request/url_request_context_storage.h',
[email protected]fcb7fd92009-10-22 04:18:58702 'url_request/url_request_data_job.cc',
703 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55704 'url_request/url_request_error_job.cc',
705 'url_request/url_request_error_job.h',
706 'url_request/url_request_file_dir_job.cc',
707 'url_request/url_request_file_dir_job.h',
708 'url_request/url_request_file_job.cc',
709 'url_request/url_request_file_job.h',
710 'url_request/url_request_filter.cc',
711 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13712 'url_request/url_request_ftp_job.cc',
713 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55714 'url_request/url_request_http_job.cc',
715 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55716 'url_request/url_request_job.cc',
717 'url_request/url_request_job.h',
718 'url_request/url_request_job_manager.cc',
719 'url_request/url_request_job_manager.h',
720 'url_request/url_request_job_metrics.cc',
721 'url_request/url_request_job_metrics.h',
722 'url_request/url_request_job_tracker.cc',
723 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36724 'url_request/url_request_netlog_params.cc',
725 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45726 'url_request/url_request_redirect_job.cc',
727 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55728 'url_request/url_request_simple_job.cc',
729 'url_request/url_request_simple_job.h',
730 'url_request/url_request_status.h',
731 'url_request/url_request_test_job.cc',
732 'url_request/url_request_test_job.h',
[email protected]6b3f9642010-11-25 02:29:06733 'url_request/url_request_throttler_entry.cc',
734 'url_request/url_request_throttler_entry.h',
735 'url_request/url_request_throttler_entry_interface.h',
736 'url_request/url_request_throttler_header_adapter.h',
737 'url_request/url_request_throttler_header_adapter.cc',
738 'url_request/url_request_throttler_header_interface.h',
739 'url_request/url_request_throttler_manager.cc',
740 'url_request/url_request_throttler_manager.h',
[email protected]13c34d12009-09-14 20:51:04741 'url_request/view_cache_helper.cc',
742 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36743 'websockets/websocket.cc',
744 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16745 'websockets/websocket_frame_handler.cc',
746 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22747 'websockets/websocket_handshake.cc',
748 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55749 'websockets/websocket_handshake_draft75.cc',
750 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08751 'websockets/websocket_handshake_handler.cc',
752 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13753 'websockets/websocket_job.cc',
754 'websockets/websocket_job.h',
[email protected]78994ab02010-12-08 18:06:44755 'websockets/websocket_net_log_params.cc',
[email protected]6983889c2010-08-12 04:15:21756 'websockets/websocket_net_log_params.h',
[email protected]4c4eac02009-11-04 10:02:28757 'websockets/websocket_throttle.cc',
758 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55759 ],
[email protected]2f80c312009-02-25 21:26:55760 'export_dependent_settings': [
761 '../base/base.gyp:base',
762 ],
763 'conditions': [
[email protected]c61f6432009-04-22 01:16:42764 ['javascript_engine=="v8"', {
765 'dependencies': [
[email protected]44531a22009-04-28 21:37:56766 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42767 ],
768 }],
[email protected]f50278cd2010-08-24 17:34:08769 ['chromeos==1', {
770 'sources!': [
771 'proxy/proxy_config_service_linux.cc',
772 'proxy/proxy_config_service_linux.h',
773 ],
774 }],
[email protected]70372d42010-10-22 13:12:34775 ['use_openssl==1', {
[email protected]b1c2a5542010-10-08 12:44:40776 'sources!': [
[email protected]5f7e5cb22010-11-15 16:08:10777 'ocsp/nss_ocsp.cc',
778 'ocsp/nss_ocsp.h',
[email protected]d8fbf582010-11-04 21:51:12779 'socket/dns_cert_provenance_check.cc',
780 'socket/dns_cert_provenance_check.h',
[email protected]7fd3fd822010-12-23 12:15:49781 'socket/nss_ssl_util.cc',
782 'socket/nss_ssl_util.h',
[email protected]5f7e5cb22010-11-15 16:08:10783 'socket/ssl_client_socket_nss.cc',
784 'socket/ssl_client_socket_nss.h',
[email protected]f61c3972010-12-23 09:54:15785 'socket/ssl_server_socket_nss.cc',
786 'socket/ssl_server_socket_nss.h',
[email protected]5f7e5cb22010-11-15 16:08:10787 ],
788 },
789 { # else !use_openssl: remove the unneeded files
790 'sources!': [
791 'socket/ssl_client_socket_openssl.cc',
792 'socket/ssl_client_socket_openssl.h',
[email protected]c322aa92011-01-27 11:21:07793 'socket/ssl_server_socket_openssl.cc',
[email protected]d518cd92010-09-29 12:27:44794 ],
795 },
796 ],
[email protected]50462ec2010-01-29 22:28:32797 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03798 'dependencies': [
799 '../build/linux/system.gyp:gconf',
800 '../build/linux/system.gyp:gdk',
[email protected]bbbe9ad2010-11-04 14:56:20801 ],
802 'conditions': [
803 ['use_openssl==1', {
804 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:24805 '../third_party/openssl/openssl.gyp:openssl',
[email protected]bbbe9ad2010-11-04 14:56:20806 ],
807 },
808 { # else use_openssl==0, use NSS
809 'dependencies': [
810 '../build/linux/system.gyp:nss',
811 ],
812 }],
[email protected]3dd6f5e2010-06-01 20:28:03813 ],
814 },
815 { # else: OS is not in the above list
816 'sources!': [
817 'ocsp/nss_ocsp.cc',
818 'ocsp/nss_ocsp.h',
819 ],
820 },
821 ],
[email protected]2f80c312009-02-25 21:26:55822 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55823 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32824 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44825 'socket/tcp_client_socket_libevent.cc',
[email protected]7b6afd02011-03-12 00:03:12826 'udp/udp_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55827 ],
828 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02829 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03830 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55831 'tld_cleanup',
832 ],
[email protected]2f80c312009-02-25 21:26:55833 },
834 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47835 'dependencies': [
836 '../third_party/libevent/libevent.gyp:libevent',
837 ],
[email protected]2f80c312009-02-25 21:26:55838 'sources!': [
[email protected]2f80c312009-02-25 21:26:55839 'proxy/proxy_resolver_winhttp.cc',
[email protected]2f80c312009-02-25 21:26:55840 ],
[email protected]2f80c312009-02-25 21:26:55841 },
842 ],
843 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03844 'dependencies': [
845 '../third_party/nss/nss.gyp:nss',
846 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02847 ],
[email protected]2f80c312009-02-25 21:26:55848 'link_settings': {
849 'libraries': [
850 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
851 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
852 ]
853 },
854 },
855 ],
[email protected]2f80c312009-02-25 21:26:55856 ],
857 },
858 {
859 'target_name': 'net_unittests',
860 'type': 'executable',
861 'dependencies': [
862 'net',
[email protected]6718b412009-03-04 18:26:00863 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55864 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14865 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54866 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55867 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57868 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55869 ],
[email protected]9e450f22009-03-10 23:12:16870 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55871 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38872 'base/address_list_unittest.cc',
[email protected]bb639032010-08-12 19:49:40873 'base/cert_database_nss_unittest.cc',
[email protected]822581d2010-12-16 17:27:15874 'base/cert_verifier_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55875 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55876 'base/data_url_unittest.cc',
877 'base/directory_lister_unittest.cc',
[email protected]b24713592010-08-11 19:50:02878 'base/dnssec_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50879 'base/dns_util_unittest.cc',
[email protected]b3ccac82010-08-04 15:54:40880 'base/dnsrr_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55881 'base/escape_unittest.cc',
882 'base/file_stream_unittest.cc',
883 'base/filter_unittest.cc',
884 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38885 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14886 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32887 'base/host_resolver_impl_unittest.cc',
[email protected]76ff86a2011-03-04 03:21:31888 'base/ip_endpoint_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02889 'base/keygen_handler_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55890 'base/listen_socket_unittest.cc',
891 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38892 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55893 'base/mime_sniffer_unittest.cc',
894 'base/mime_util_unittest.cc',
[email protected]d2db0292011-01-26 20:23:44895 'base/mock_filter_context.cc',
896 'base/mock_filter_context.h',
[email protected]e8188fe2010-12-09 17:33:21897 'base/net_log_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53898 'base/net_log_unittest.h',
[email protected]2f80c312009-02-25 21:26:55899 'base/net_util_unittest.cc',
[email protected]e5a3eef2010-07-22 02:31:04900 'base/pem_tokenizer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55901 'base/registry_controlled_domain_unittest.cc',
902 'base/run_all_unittests.cc',
903 'base/sdch_filter_unittest.cc',
[email protected]d8654bf2010-07-18 16:01:32904 'base/ssl_cipher_suite_names_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58905 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32906 'base/ssl_config_service_mac_unittest.cc',
[email protected]a0709c0d2010-09-01 17:04:52907 'base/ssl_config_service_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42908 'base/ssl_config_service_win_unittest.cc',
[email protected]5bafc4f2010-09-08 14:07:38909 'base/ssl_false_start_blacklist_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12910 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42911 'base/transport_security_state_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29912 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55913 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33914 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55915 'base/x509_certificate_unittest.cc',
[email protected]11f40342010-11-22 13:35:49916 'base/x509_cert_types_mac_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55917 'disk_cache/addr_unittest.cc',
918 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58919 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55920 'disk_cache/block_files_unittest.cc',
[email protected]831a1a762010-10-12 05:57:08921 'disk_cache/cache_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55922 'disk_cache/disk_cache_test_base.cc',
923 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55924 'disk_cache/entry_unittest.cc',
925 'disk_cache/mapped_file_unittest.cc',
926 'disk_cache/storage_block_unittest.cc',
927 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09928 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49929 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32930 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46931 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32932 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
933 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37934 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50935 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41936 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42937 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55938 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45939 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08940 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55941 'http/http_auth_handler_basic_unittest.cc',
942 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50943 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00944 'http/http_auth_handler_mock.cc',
945 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34946 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21947 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56948 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55949 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39950 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55951 'http/http_cache_unittest.cc',
952 'http/http_chunked_decoder_unittest.cc',
953 'http/http_network_layer_unittest.cc',
954 'http/http_network_transaction_unittest.cc',
[email protected]e772db3f2010-07-12 18:11:13955 'http/http_proxy_client_socket_pool_unittest.cc',
[email protected]270c6412010-03-29 22:02:47956 'http/http_request_headers_unittest.cc',
[email protected]0b0bf032010-09-21 18:08:50957 'http/http_response_body_drainer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55958 'http/http_response_headers_unittest.cc',
[email protected]102e27c2011-02-23 01:01:31959 'http/http_stream_factory_impl_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55960 'http/http_transaction_unittest.cc',
961 'http/http_transaction_unittest.h',
962 'http/http_util_unittest.cc',
963 'http/http_vary_data_unittest.cc',
[email protected]d2db0292011-01-26 20:23:44964 'http/mock_allow_url_security_manager.cc',
965 'http/mock_allow_url_security_manager.h',
[email protected]3ad259a2010-07-16 17:26:47966 'http/mock_gssapi_library_posix.cc',
967 'http/mock_gssapi_library_posix.h',
[email protected]5c2471b2010-04-20 17:25:09968 'http/mock_sspi_library_win.h',
969 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30970 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12971 'proxy/init_proxy_resolver_unittest.cc',
[email protected]61b84d52010-07-09 03:32:00972 'proxy/multi_threaded_proxy_resolver_unittest.cc',
[email protected]7541206c2010-02-19 20:24:06973 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56974 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57975 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23976 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18977 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12978 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32979 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]86933612010-10-16 23:10:33980 'proxy/proxy_script_fetcher_impl_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31981 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55982 'proxy/proxy_service_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04983 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05984 'socket/client_socket_pool_base_unittest.cc',
[email protected]5e6609582010-10-05 18:14:20985 'socket/deterministic_socket_data_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35986 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26987 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58988 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44989 'socket/ssl_client_socket_unittest.cc',
[email protected]e60e47a2010-07-14 03:37:18990 'socket/ssl_client_socket_pool_unittest.cc',
[email protected]f61c3972010-12-23 09:54:15991 'socket/ssl_server_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44992 'socket/tcp_client_socket_pool_unittest.cc',
993 'socket/tcp_client_socket_unittest.cc',
[email protected]26a64592009-12-15 08:04:40994 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11995 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32996 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:40997 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32998 'spdy/spdy_network_transaction_unittest.cc',
999 'spdy/spdy_protocol_test.cc',
[email protected]fe2f62a2010-10-01 03:34:071000 'spdy/spdy_proxy_client_socket_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:321001 'spdy/spdy_session_unittest.cc',
[email protected]4f386422010-07-20 04:19:491002 'spdy/spdy_stream_unittest.cc',
[email protected]75f30cc22010-06-28 21:41:381003 'spdy/spdy_test_util.cc',
[email protected]2ff8b312010-04-26 22:20:541004 'spdy/spdy_test_util.h',
[email protected]9af13ce2010-09-16 21:45:481005 'test/python_utils_unittest.cc',
[email protected]196f286c2010-06-07 14:57:171006 'tools/dump_cache/url_to_filename_encoder.cc',
1007 'tools/dump_cache/url_to_filename_encoder.h',
1008 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]8cd1ba5a2010-08-17 23:47:231009 'tools/dump_cache/url_utilities.h',
1010 'tools/dump_cache/url_utilities.cc',
1011 'tools/dump_cache/url_utilities_unittest.cc',
[email protected]7b6afd02011-03-12 00:03:121012 'udp/udp_socket_unittest.cc',
[email protected]ac9f9792010-08-06 14:09:301013 'url_request/url_request_job_tracker_unittest.cc',
[email protected]6b3f9642010-11-25 02:29:061014 'url_request/url_request_throttler_unittest.cc',
[email protected]2f80c312009-02-25 21:26:551015 'url_request/url_request_unittest.cc',
[email protected]cec6f9b02010-05-27 22:06:311016 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:161017 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:551018 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:081019 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:221020 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:131021 'websockets/websocket_job_unittest.cc',
[email protected]7ee457852010-11-12 11:19:561022 'websockets/websocket_net_log_params_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:281023 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:361024 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:551025 ],
1026 'conditions': [
[email protected]f50278cd2010-08-24 17:34:081027 ['chromeos==1', {
1028 'sources!': [
1029 'proxy/proxy_config_service_linux_unittest.cc',
1030 ],
1031 }],
[email protected]50462ec2010-01-29 22:28:321032 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:261033 'dependencies': [
1034 '../build/linux/system.gyp:gtk',
[email protected]69138472010-06-25 22:44:481035 '../build/linux/system.gyp:nss',
[email protected]9d384032009-03-20 23:13:261036 ],
[email protected]2f80c312009-02-25 21:26:551037 },
[email protected]bb639032010-08-12 19:49:401038 { # else: OS is not in the above list
1039 'sources!': [
1040 'base/cert_database_nss_unittest.cc',
1041 ],
1042 }
[email protected]2f80c312009-02-25 21:26:551043 ],
[email protected]b1c2a5542010-10-08 12:44:401044 [ 'OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:151045 'conditions': [
1046 ['linux_use_tcmalloc==1', {
1047 'dependencies': [
1048 '../base/allocator/allocator.gyp:allocator',
1049 ],
1050 }],
1051 ],
1052 }],
[email protected]70372d42010-10-22 13:12:341053 [ 'use_openssl==1', {
1054 # When building for OpenSSL, we need to exclude NSS specific tests.
1055 # TODO(bulach): Add equivalent tests when the underlying
1056 # functionality is ported to OpenSSL.
[email protected]b1c2a5542010-10-08 12:44:401057 'sources!': [
1058 'base/cert_database_nss_unittest.cc',
[email protected]70372d42010-10-22 13:12:341059 'base/dnssec_unittest.cc',
[email protected]b1c2a5542010-10-08 12:44:401060 ],
1061 },
[email protected]90e6d4b2010-11-16 13:58:241062 { # else, remove openssl specific tests
1063 'sources!': [
1064 'base/x509_openssl_util_unittest.cc',
1065 ],
1066 }
[email protected]b1c2a5542010-10-08 12:44:401067 ],
[email protected]2f80c312009-02-25 21:26:551068 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:081069 'sources!': [
1070 'http/http_auth_gssapi_posix_unittest.cc',
1071 ],
[email protected]cdafbff2010-03-02 17:47:021072 # This is needed to trigger the dll copy step on windows.
1073 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:551074 'dependencies': [
[email protected]280629492009-09-09 06:49:081075 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:551076 ],
1077 },
1078 ],
1079 ],
1080 },
1081 {
1082 'target_name': 'net_perftests',
1083 'type': 'executable',
1084 'dependencies': [
1085 'net',
[email protected]6718b412009-03-04 18:26:001086 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551087 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:141088 '../base/base.gyp:base_i18n',
[email protected]7d1ba9392009-08-03 18:35:061089 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:551090 '../testing/gtest.gyp:gtest',
1091 ],
[email protected]9e450f22009-03-10 23:12:161092 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:551093 'sources': [
[email protected]2f80c312009-02-25 21:26:551094 'base/cookie_monster_perftest.cc',
1095 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:331096 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:551097 ],
1098 'conditions': [
1099 # This is needed to trigger the dll copy step on windows.
1100 # TODO(mark): Specifying this here shouldn't be necessary.
1101 [ 'OS == "win"', {
1102 'dependencies': [
[email protected]280629492009-09-09 06:49:081103 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:551104 ],
1105 },
1106 ],
1107 ],
1108 },
1109 {
1110 'target_name': 'stress_cache',
1111 'type': 'executable',
1112 'dependencies': [
1113 'net',
[email protected]6718b412009-03-04 18:26:001114 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551115 '../base/base.gyp:base',
1116 ],
1117 'sources': [
[email protected]2f80c312009-02-25 21:26:551118 'disk_cache/stress_cache.cc',
1119 ],
1120 },
1121 {
1122 'target_name': 'tld_cleanup',
1123 'type': 'executable',
1124 'dependencies': [
1125 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:141126 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:551127 '../build/temp_gyp/googleurl.gyp:googleurl',
1128 ],
[email protected]b8234462009-03-18 02:30:551129 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:551130 'sources': [
1131 'tools/tld_cleanup/tld_cleanup.cc',
1132 ],
1133 },
1134 {
1135 'target_name': 'crash_cache',
1136 'type': 'executable',
1137 'dependencies': [
1138 'net',
[email protected]6718b412009-03-04 18:26:001139 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551140 '../base/base.gyp:base',
1141 ],
[email protected]9e450f22009-03-10 23:12:161142 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:551143 'sources': [
1144 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:001145 ],
1146 },
1147 {
[email protected]f9ff629f2010-09-03 23:54:361148 'target_name': 'run_testserver',
1149 'type': 'executable',
1150 'dependencies': [
1151 'net',
1152 'net_test_support',
1153 '../base/base.gyp:base',
1154 '../testing/gtest.gyp:gtest',
1155 ],
1156 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5',
1157 'sources': [
1158 'tools/testserver/run_testserver.cc',
1159 ],
1160 },
1161 {
[email protected]6718b412009-03-04 18:26:001162 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:491163 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:001164 'dependencies': [
1165 'net',
1166 '../base/base.gyp:base',
[email protected]5f38d712010-10-26 06:46:591167 '../base/base.gyp:test_support_base',
[email protected]ff007e162009-05-23 09:13:151168 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:001169 ],
1170 'sources': [
[email protected]702a6a722010-03-17 18:24:511171 'base/cert_test_util.cc',
1172 'base/cert_test_util.h',
[email protected]d2db0292011-01-26 20:23:441173 'base/cookie_monster_store_test.cc',
1174 'base/cookie_monster_store_test.h',
1175 'base/net_test_suite.cc',
1176 'base/net_test_suite.h',
[email protected]ad74a592011-01-21 18:40:551177 'base/test_completion_callback.cc',
1178 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:551179 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:001180 'disk_cache/disk_cache_test_util.h',
[email protected]b6ce91b2011-02-10 21:30:501181 'proxy/mock_proxy_resolver.cc',
1182 'proxy/mock_proxy_resolver.h',
[email protected]ab501a6a2009-05-12 15:07:501183 'proxy/proxy_config_service_common_unittest.cc',
1184 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:441185 'socket/socket_test_util.cc',
1186 'socket/socket_test_util.h',
[email protected]9af13ce2010-09-16 21:45:481187 'test/python_utils.cc',
1188 'test/python_utils.h',
[email protected]1b9565c2010-07-21 01:19:311189 'test/test_server.cc',
[email protected]95409e12010-08-17 20:07:111190 'test/test_server_posix.cc',
1191 'test/test_server_win.cc',
[email protected]1b9565c2010-07-21 01:19:311192 'test/test_server.h',
[email protected]d2db0292011-01-26 20:23:441193 'url_request/url_request_test_util.cc',
1194 'url_request/url_request_test_util.h',
[email protected]702a6a722010-03-17 18:24:511195 ],
1196 'conditions': [
[email protected]6c2046562010-05-07 23:47:501197 ['inside_chromium_build==1', {
1198 'dependencies': [
[email protected]f86369722011-02-17 13:25:231199 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_compile',
[email protected]6c2046562010-05-07 23:47:501200 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
[email protected]9cac94e2010-10-01 16:35:121201 '../third_party/protobuf/protobuf.gyp:py_proto',
[email protected]6c2046562010-05-07 23:47:501202 ],
1203 }],
[email protected]702a6a722010-03-17 18:24:511204 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]70372d42010-10-22 13:12:341205 'conditions': [
1206 ['use_openssl==1', {
1207 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:241208 '../third_party/openssl/openssl.gyp:openssl',
[email protected]32765f82010-12-16 00:01:371209 ],
[email protected]70372d42010-10-22 13:12:341210 }, {
1211 'dependencies': [
1212 '../build/linux/system.gyp:nss',
1213 ],
1214 }],
[email protected]702a6a722010-03-17 18:24:511215 ],
1216 }],
[email protected]85437612010-03-22 11:55:231217 ['OS == "linux"', {
1218 'conditions': [
1219 ['linux_use_tcmalloc==1', {
1220 'dependencies': [
1221 '../base/allocator/allocator.gyp:allocator',
1222 ],
1223 }],
1224 ],
1225 }],
[email protected]2f80c312009-02-25 21:26:551226 ],
1227 },
[email protected]ef36c74c2009-03-11 13:32:221228 {
1229 'target_name': 'net_resources',
1230 'type': 'none',
1231 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:021232 'variables': {
1233 'grit_cmd': ['python', '../tools/grit/grit.py'],
[email protected]b15b5e32011-01-08 01:07:521234 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',
1235 '<@(grit_defines)'],
[email protected]5b910872010-02-09 01:03:021236 'input_paths': [
1237 'base/net_resources.grd',
1238 ],
1239 },
[email protected]ef36c74c2009-03-11 13:32:221240 'rules': [
[email protected]2f80c312009-02-25 21:26:551241 {
[email protected]ef36c74c2009-03-11 13:32:221242 'rule_name': 'grit',
1243 'extension': 'grd',
1244 'inputs': [
[email protected]5b910872010-02-09 01:03:021245 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551246 ],
[email protected]ef36c74c2009-03-11 13:32:221247 'outputs': [
[email protected]5b910872010-02-09 01:03:021248 '<!@(<(grit_info_cmd) '
1249 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551250 ],
[email protected]ef36c74c2009-03-11 13:32:221251 'action':
[email protected]5b910872010-02-09 01:03:021252 ['<@(grit_cmd)',
1253 '-i', '<(RULE_INPUT_PATH)', 'build',
[email protected]bb6aba32011-01-07 19:04:431254 '-o', '<(SHARED_INTERMEDIATE_DIR)/net',
1255 '<@(grit_defines)'],
[email protected]027ec5f2009-03-16 18:30:351256 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:551257 },
[email protected]6718b412009-03-04 18:26:001258 ],
[email protected]ef36c74c2009-03-11 13:32:221259 'sources': [
[email protected]5b910872010-02-09 01:03:021260 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:221261 ],
1262 'direct_dependent_settings': {
1263 'include_dirs': [
1264 '<(SHARED_INTERMEDIATE_DIR)/net',
1265 ],
1266 },
[email protected]b392f3e2009-05-11 20:01:241267 'conditions': [
1268 ['OS=="win"', {
1269 'dependencies': ['../build/win/system.gyp:cygwin'],
1270 }],
1271 ],
[email protected]ef36c74c2009-03-11 13:32:221272 },
[email protected]75b91f92009-06-17 07:28:481273 {
1274 'target_name': 'fetch_client',
1275 'type': 'executable',
1276 'dependencies': [
1277 'net',
1278 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:481279 '../testing/gtest.gyp:gtest',
1280 ],
1281 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1282 'sources': [
1283 'tools/fetch/fetch_client.cc',
1284 ],
1285 },
[email protected]fe4f06d2009-06-17 07:58:051286 {
1287 'target_name': 'fetch_server',
1288 'type': 'executable',
1289 'dependencies': [
1290 'net',
1291 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:051292 '../testing/gtest.gyp:gtest',
1293 ],
1294 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1295 'sources': [
1296 'tools/fetch/fetch_server.cc',
1297 'tools/fetch/http_listen_socket.cc',
1298 'tools/fetch/http_listen_socket.h',
1299 'tools/fetch/http_server.cc',
1300 'tools/fetch/http_server.h',
[email protected]ecef1ff2011-02-04 18:35:541301 'tools/fetch/http_server_request_info.cc',
[email protected]d022e4e2009-06-23 04:13:001302 'tools/fetch/http_server_request_info.h',
[email protected]ecef1ff2011-02-04 18:35:541303 'tools/fetch/http_server_response_info.cc',
[email protected]d022e4e2009-06-23 04:13:001304 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:051305 'tools/fetch/http_session.cc',
1306 'tools/fetch/http_session.h',
1307 ],
1308 },
[email protected]c402da42009-12-10 02:38:031309 {
[email protected]a33721a2011-02-03 17:23:241310 'target_name': 'http_server',
[email protected]0569d862010-07-05 11:32:401311 'type': '<(library)',
1312 'dependencies': [
1313 'net',
1314 '../base/base.gyp:base',
1315 '../testing/gtest.gyp:gtest',
1316 ],
1317 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
1318 'sources': [
[email protected]a33721a2011-02-03 17:23:241319 'server/http_server.cc',
1320 'server/http_server.h',
[email protected]1889dc1b2010-10-14 22:03:131321 'server/http_server_request_info.cc',
[email protected]0569d862010-07-05 11:32:401322 'server/http_server_request_info.h',
1323 ],
1324 },
1325 {
[email protected]b40f05a2010-09-09 20:13:231326 'target_name': 'dnssec_chain_verify',
1327 'type': 'executable',
1328 'dependencies': [
1329 'net_base',
1330 ],
1331 'sources': [
1332 'tools/dnssec_chain_verify/dnssec_chain_verify.cc',
1333 ]
1334 },
1335 {
[email protected]5bafc4f2010-09-08 14:07:381336 'target_name': 'ssl_false_start_blacklist_process',
1337 'type': 'executable',
1338 'toolsets': ['host'],
1339 'include_dirs': [
1340 '..',
1341 ],
1342 'sources': [
1343 'base/ssl_false_start_blacklist_process.cc',
1344 ],
1345 },
[email protected]ef36c74c2009-03-11 13:32:221346 ],
1347 'conditions': [
[email protected]b64abf632010-11-24 10:19:221348 ['OS=="linux"', {
1349 'targets': [
1350 {
1351 'target_name': 'flip_in_mem_edsm_server',
1352 'type': 'executable',
1353 'cflags': [
1354 '-Wno-deprecated',
1355 ],
1356 'dependencies': [
1357 '../base/base.gyp:base',
1358 'net.gyp:net',
1359 '../third_party/openssl/openssl.gyp:openssl',
1360 ],
1361 'sources': [
1362 'tools/dump_cache/url_to_filename_encoder.cc',
1363 'tools/dump_cache/url_to_filename_encoder.h',
1364 'tools/dump_cache/url_utilities.h',
1365 'tools/dump_cache/url_utilities.cc',
[email protected]918e8ad2010-09-30 15:15:521366
[email protected]878984e2011-02-02 20:03:021367 'tools/flip_server/acceptor_thread.h',
1368 'tools/flip_server/acceptor_thread.cc',
[email protected]b64abf632010-11-24 10:19:221369 'tools/flip_server/balsa_enums.h',
1370 'tools/flip_server/balsa_frame.cc',
1371 'tools/flip_server/balsa_frame.h',
1372 'tools/flip_server/balsa_headers.cc',
1373 'tools/flip_server/balsa_headers.h',
1374 'tools/flip_server/balsa_headers_token_utils.cc',
1375 'tools/flip_server/balsa_headers_token_utils.h',
1376 'tools/flip_server/balsa_visitor_interface.h',
1377 'tools/flip_server/buffer_interface.h',
[email protected]878984e2011-02-02 20:03:021378 'tools/flip_server/constants.h',
[email protected]b64abf632010-11-24 10:19:221379 'tools/flip_server/create_listener.cc',
1380 'tools/flip_server/create_listener.h',
1381 'tools/flip_server/epoll_server.cc',
1382 'tools/flip_server/epoll_server.h',
[email protected]ecef1ff2011-02-04 18:35:541383 'tools/flip_server/flip_config.cc',
1384 'tools/flip_server/flip_config.h',
[email protected]b64abf632010-11-24 10:19:221385 'tools/flip_server/flip_in_mem_edsm_server.cc',
[email protected]878984e2011-02-02 20:03:021386 'tools/flip_server/http_interface.cc',
1387 'tools/flip_server/http_interface.h',
[email protected]b64abf632010-11-24 10:19:221388 'tools/flip_server/http_message_constants.cc',
1389 'tools/flip_server/http_message_constants.h',
1390 'tools/flip_server/loadtime_measurement.h',
[email protected]878984e2011-02-02 20:03:021391 'tools/flip_server/mem_cache.h',
1392 'tools/flip_server/mem_cache.cc',
[email protected]b64abf632010-11-24 10:19:221393 'tools/flip_server/porting.txt',
[email protected]878984e2011-02-02 20:03:021394 'tools/flip_server/output_ordering.cc',
1395 'tools/flip_server/output_ordering.h',
[email protected]b64abf632010-11-24 10:19:221396 'tools/flip_server/ring_buffer.cc',
1397 'tools/flip_server/ring_buffer.h',
1398 'tools/flip_server/simple_buffer.cc',
1399 'tools/flip_server/simple_buffer.h',
[email protected]878984e2011-02-02 20:03:021400 'tools/flip_server/sm_connection.cc',
1401 'tools/flip_server/sm_connection.h',
1402 'tools/flip_server/sm_interface.h',
[email protected]b64abf632010-11-24 10:19:221403 'tools/flip_server/split.h',
1404 'tools/flip_server/split.cc',
[email protected]878984e2011-02-02 20:03:021405 'tools/flip_server/spdy_ssl.cc',
1406 'tools/flip_server/spdy_ssl.h',
1407 'tools/flip_server/spdy_interface.cc',
1408 'tools/flip_server/spdy_interface.h',
1409 'tools/flip_server/spdy_util.cc',
1410 'tools/flip_server/spdy_util.h',
1411 'tools/flip_server/streamer_interface.cc',
1412 'tools/flip_server/streamer_interface.h',
[email protected]b64abf632010-11-24 10:19:221413 'tools/flip_server/string_piece_utils.h',
1414 'tools/flip_server/thread.h',
1415 'tools/flip_server/url_to_filename_encoder.h',
1416 'tools/flip_server/url_utilities.h',
1417 ],
1418 },
1419 ]
1420 }],
[email protected]8f205b02010-11-10 22:48:171421 ['OS=="linux"', {
1422 'targets': [
1423 {
1424 'target_name': 'snap_start_unittests',
1425 'type': 'executable',
1426 'dependencies': [
1427 'net',
1428 'net_test_support',
1429 'openssl_helper',
1430 '../build/linux/system.gyp:nss',
1431 '../testing/gmock.gyp:gmock',
1432 '../testing/gtest.gyp:gtest',
1433 ],
1434 'sources': [
1435 'base/run_all_unittests.cc',
1436 'socket/ssl_client_socket_snapstart_unittest.cc',
1437 ]
1438 },
1439 {
1440 'target_name': 'openssl_helper',
1441 'type': 'executable',
1442 'dependencies': [
1443 '../third_party/openssl/openssl.gyp:openssl',
1444 ],
1445 'sources': [
1446 'test/openssl_helper.cc',
1447 ],
1448 },
1449 ],
1450 }],
[email protected]6718b412009-03-04 18:26:001451 ['OS=="win"', {
1452 'targets': [
[email protected]2f80c312009-02-25 21:26:551453 {
1454 # TODO(port): dump_cache is still Windows-specific.
1455 'target_name': 'dump_cache',
1456 'type': 'executable',
1457 'dependencies': [
1458 'net',
[email protected]ad74a592011-01-21 18:40:551459 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551460 '../base/base.gyp:base',
1461 ],
1462 'sources': [
[email protected]c44344e2009-09-02 22:05:501463 'tools/dump_cache/cache_dumper.cc',
1464 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551465 'tools/dump_cache/dump_cache.cc',
1466 'tools/dump_cache/dump_files.cc',
1467 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171468 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501469 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]8cd1ba5a2010-08-17 23:47:231470 'tools/dump_cache/url_utilities.h',
1471 'tools/dump_cache/url_utilities.cc',
[email protected]2f80c312009-02-25 21:26:551472 ],
1473 },
1474 ],
1475 }],
[email protected]2f80c312009-02-25 21:26:551476 ],
1477}
[email protected]f5c990c2009-10-06 03:02:381478
1479# Local Variables:
1480# tab-width:2
1481# indent-tabs-mode:nil
1482# End:
1483# vim: set expandtab tabstop=2 shiftwidth=2: