blob: 1aff0970f5270e567d2c77810676947903598fdb [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]2f80c312009-02-25 21:26:5559 'base/data_url.cc',
60 'base/data_url.h',
61 'base/directory_lister.cc',
62 'base/directory_lister.h',
[email protected]37e658b2010-07-28 17:23:0463 'base/dns_reload_timer.cc',
64 'base/dns_reload_timer.h',
[email protected]b24713592010-08-11 19:50:0265 'base/dnssec_chain_verifier.cc',
66 'base/dnssec_chain_verifier.h',
67 'base/dnssec_keyset.cc',
68 'base/dnssec_keyset.h',
[email protected]c36f0642009-09-09 01:10:5069 'base/dns_util.cc',
70 'base/dns_util.h',
[email protected]b3ccac82010-08-04 15:54:4071 'base/dnsrr_resolver.cc',
72 'base/dnsrr_resolver.h',
[email protected]2f80c312009-02-25 21:26:5573 'base/escape.cc',
74 'base/escape.h',
75 'base/ev_root_ca_metadata.cc',
76 'base/ev_root_ca_metadata.h',
77 'base/file_stream.h',
78 'base/file_stream_posix.cc',
79 'base/file_stream_win.cc',
80 'base/filter.cc',
81 'base/filter.h',
82 'base/gzip_filter.cc',
83 'base/gzip_filter.h',
84 'base/gzip_header.cc',
85 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3886 'base/host_cache.cc',
87 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1488 'base/host_mapping_rules.cc',
89 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4290 'base/host_port_pair.cc',
91 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5592 'base/host_resolver.cc',
93 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3294 'base/host_resolver_impl.cc',
95 'base/host_resolver_impl.h',
96 'base/host_resolver_proc.cc',
97 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:5598 'base/io_buffer.cc',
99 'base/io_buffer.h',
[email protected]76ff86a2011-03-04 03:21:31100 'base/ip_endpoint.cc',
101 'base/ip_endpoint.h',
[email protected]88b9db72011-01-13 01:48:43102 'base/keygen_handler.cc',
[email protected]a755e1072009-10-23 16:58:37103 'base/keygen_handler.h',
104 'base/keygen_handler_mac.cc',
105 'base/keygen_handler_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11106 'base/keygen_handler_openssl.cc',
[email protected]a755e1072009-10-23 16:58:37107 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:55108 'base/listen_socket.cc',
109 'base/listen_socket.h',
110 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:23111 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:16112 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:38113 'base/mapped_host_resolver.cc',
114 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55115 'base/mime_sniffer.cc',
116 'base/mime_sniffer.h',
117 'base/mime_util.cc',
118 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:32119 # TODO(eroman): move this into its own test-support target.
120 'base/mock_host_resolver.cc',
121 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55122 'base/net_error_list.h',
123 'base/net_errors.cc',
124 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53125 'base/net_log.cc',
126 'base/net_log.h',
127 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46128 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55129 'base/net_module.cc',
130 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55131 'base/net_util.cc',
132 'base/net_util.h',
133 'base/net_util_posix.cc',
134 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35135 'base/network_change_notifier.cc',
136 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35137 'base/network_change_notifier_linux.cc',
138 'base/network_change_notifier_linux.h',
139 'base/network_change_notifier_mac.cc',
140 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58141 'base/network_change_notifier_netlink_linux.cc',
142 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35143 'base/network_change_notifier_win.cc',
144 'base/network_change_notifier_win.h',
[email protected]9328443b2010-07-30 06:09:40145 'base/network_config_watcher_mac.cc',
146 'base/network_config_watcher_mac.h',
[email protected]0651b812011-02-24 00:22:50147 'base/network_delegate.cc',
148 'base/network_delegate.h',
[email protected]2f80c312009-02-25 21:26:55149 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00150 'base/nss_memio.h',
[email protected]0c6523f2010-12-10 10:56:24151 'base/openssl_memory_private_key_store.cc',
152 'base/openssl_private_key_store.h',
[email protected]e5a3eef2010-07-22 02:31:04153 'base/pem_tokenizer.cc',
154 'base/pem_tokenizer.h',
[email protected]2f80c312009-02-25 21:26:55155 'base/platform_mime_util.h',
156 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
157 'base/platform_mime_util_linux.cc',
158 'base/platform_mime_util_mac.cc',
159 'base/platform_mime_util_win.cc',
160 'base/registry_controlled_domain.cc',
161 'base/registry_controlled_domain.h',
162 'base/scoped_cert_chain_context.h',
163 'base/sdch_filter.cc',
164 'base/sdch_filter.h',
165 'base/sdch_manager.cc',
166 'base/sdch_manager.h',
[email protected]9349cfb2010-08-31 18:00:53167 'base/ssl_cert_request_info.cc',
[email protected]0b45559b2009-06-12 21:45:11168 'base/ssl_cert_request_info.h',
[email protected]d8654bf2010-07-18 16:01:32169 'base/ssl_cipher_suite_names.cc',
170 'base/ssl_cipher_suite_names.h',
[email protected]56c866a22009-06-18 19:38:58171 'base/ssl_client_auth_cache.cc',
172 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39173 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55174 'base/ssl_config_service.h',
[email protected]7e4468d52010-09-22 19:42:00175 'base/ssl_config_service_defaults.cc',
[email protected]db36938c2009-08-19 21:48:42176 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32177 'base/ssl_config_service_mac.cc',
178 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42179 'base/ssl_config_service_win.cc',
180 'base/ssl_config_service_win.h',
[email protected]5bafc4f2010-09-08 14:07:38181 'base/ssl_false_start_blacklist.cc',
[email protected]9349cfb2010-08-31 18:00:53182 'base/ssl_info.cc',
[email protected]2f80c312009-02-25 21:26:55183 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12184 'base/static_cookie_policy.cc',
185 'base/static_cookie_policy.h',
[email protected]32765f82010-12-16 00:01:37186 'base/test_root_certs.cc',
187 'base/test_root_certs.h',
188 'base/test_root_certs_mac.cc',
189 'base/test_root_certs_nss.cc',
190 'base/test_root_certs_openssl.cc',
191 'base/test_root_certs_win.cc',
[email protected]326e6792009-12-11 21:04:42192 'base/transport_security_state.cc',
193 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37194 'base/sys_addrinfo.h',
[email protected]2f80c312009-02-25 21:26:55195 'base/upload_data.cc',
196 'base/upload_data.h',
197 'base/upload_data_stream.cc',
198 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55199 'base/winsock_init.cc',
200 'base/winsock_init.h',
201 'base/x509_certificate.cc',
202 'base/x509_certificate.h',
203 'base/x509_certificate_mac.cc',
204 'base/x509_certificate_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11205 'base/x509_certificate_openssl.cc',
[email protected]2f80c312009-02-25 21:26:55206 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04207 'base/x509_cert_types.cc',
208 'base/x509_cert_types.h',
209 'base/x509_cert_types_mac.cc',
[email protected]5c518762010-10-25 12:59:54210 'base/x509_openssl_util.cc',
211 'base/x509_openssl_util.h',
[email protected]53ae7c42010-06-18 17:45:35212 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
213 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]58678c52010-08-31 22:13:52214 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
215 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
[email protected]b683c6a2010-08-20 02:39:35216 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
217 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb639032010-08-12 19:49:40218 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
219 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]9c2a57712009-10-21 20:35:11220 ],
221 'export_dependent_settings': [
222 '../base/base.gyp:base',
223 ],
[email protected]5bafc4f2010-09-08 14:07:38224 'actions': [
225 {
226 'action_name': 'ssl_false_start_blacklist',
227 'inputs': [
228 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
229 'base/ssl_false_start_blacklist.txt',
230 ],
231 'outputs': [
232 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
233 ],
234 'action':
235 ['<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
236 'base/ssl_false_start_blacklist.txt',
237 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
238 ],
239 'message': 'Generating SSL False Start blacklist',
240 'process_outputs_as_sources': 1,
241 },
242 ],
[email protected]9c2a57712009-10-21 20:35:11243 'conditions': [
[email protected]50462ec2010-01-29 22:28:32244 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03245 'dependencies': [
246 '../build/linux/system.gyp:gconf',
247 '../build/linux/system.gyp:gdk',
[email protected]b3ccac82010-08-04 15:54:40248 '../build/linux/system.gyp:libresolv',
[email protected]3dd6f5e2010-06-01 20:28:03249 ],
[email protected]70372d42010-10-22 13:12:34250 'conditions': [
251 ['use_openssl==1', {
252 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:24253 '../third_party/openssl/openssl.gyp:openssl',
[email protected]70372d42010-10-22 13:12:34254 ],
255 }, { # else: not using openssl. Use NSS.
256 'dependencies': [
257 '../build/linux/system.gyp:nss',
258 ],
259 }],
260 ],
[email protected]3dd6f5e2010-06-01 20:28:03261 },
262 { # else: OS is not in the above list
263 'sources!': [
264 'base/cert_database_nss.cc',
[email protected]88b9db72011-01-13 01:48:43265 'base/crypto_module_nss.cc',
[email protected]3dd6f5e2010-06-01 20:28:03266 'base/keygen_handler_nss.cc',
[email protected]32765f82010-12-16 00:01:37267 'base/test_root_certs_nss.cc',
[email protected]3dd6f5e2010-06-01 20:28:03268 'base/x509_certificate_nss.cc',
[email protected]53ae7c42010-06-18 17:45:35269 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
270 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]58678c52010-08-31 22:13:52271 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
272 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
[email protected]b683c6a2010-08-20 02:39:35273 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
274 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb639032010-08-12 19:49:40275 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
276 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]3dd6f5e2010-06-01 20:28:03277 ],
278 },
279 ],
[email protected]70372d42010-10-22 13:12:34280 [ 'use_openssl==1', {
[email protected]1e5fead2010-10-08 14:33:11281 'sources!': [
[email protected]5f7e5cb22010-11-15 16:08:10282 'base/cert_database_nss.cc',
[email protected]88b9db72011-01-13 01:48:43283 'base/crypto_module_nss.cc',
[email protected]70372d42010-10-22 13:12:34284 'base/dnssec_keyset.cc',
285 'base/dnssec_keyset.h',
[email protected]5f7e5cb22010-11-15 16:08:10286 'base/keygen_handler_nss.cc',
287 'base/nss_memio.c',
288 'base/nss_memio.h',
[email protected]32765f82010-12-16 00:01:37289 'base/test_root_certs_nss.cc',
[email protected]5f7e5cb22010-11-15 16:08:10290 'base/x509_certificate_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11291 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
292 'third_party/mozilla_security_manager/nsKeygenHandler.h',
293 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
294 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
295 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
296 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
297 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
298 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
299 ],
300 },
[email protected]5f7e5cb22010-11-15 16:08:10301 { # else: not using openssl.
302 'sources!': [
303 'base/cert_database_openssl.cc',
304 'base/keygen_handler_openssl.cc',
[email protected]0c6523f2010-12-10 10:56:24305 'base/openssl_memory_private_key_store.cc',
306 'base/openssl_private_key_store.h',
[email protected]32765f82010-12-16 00:01:37307 'base/test_root_certs_openssl.cc',
[email protected]5f7e5cb22010-11-15 16:08:10308 'base/x509_certificate_openssl.cc',
309 'base/x509_openssl_util.cc',
310 'base/x509_openssl_util.h',
311 ],
312 },
[email protected]1e5fead2010-10-08 14:33:11313 ],
[email protected]9c2a57712009-10-21 20:35:11314 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11315 'dependencies': [
[email protected]b24713592010-08-11 19:50:02316 '../third_party/nss/nss.gyp:nss',
[email protected]9c2a57712009-10-21 20:35:11317 'tld_cleanup',
318 ],
319 },
320 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47321 'dependencies': [
322 '../third_party/libevent/libevent.gyp:libevent',
323 ],
[email protected]9c2a57712009-10-21 20:35:11324 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11325 'base/winsock_init.cc',
326 ],
327 },
328 ],
[email protected]9c2a57712009-10-21 20:35:11329 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03330 'dependencies': [
[email protected]b24713592010-08-11 19:50:02331 '../third_party/nss/nss.gyp:nss',
[email protected]f505a9b2010-01-28 19:44:02332 ],
[email protected]9c2a57712009-10-21 20:35:11333 'link_settings': {
334 'libraries': [
335 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
336 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
[email protected]899c3e92010-08-28 15:53:50337 '$(SDKROOT)/usr/lib/libresolv.dylib',
[email protected]9c2a57712009-10-21 20:35:11338 ]
339 },
340 },
341 ],
342 ],
343 },
344 {
345 'target_name': 'net',
346 'type': '<(library)',
347 'dependencies': [
348 '../base/base.gyp:base',
349 '../base/base.gyp:base_i18n',
350 '../build/temp_gyp/googleurl.gyp:googleurl',
351 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11352 '../third_party/icu/icu.gyp:icui18n',
353 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11354 '../third_party/zlib/zlib.gyp:zlib',
355 'net_base',
356 'net_resources',
357 ],
358 'sources': [
[email protected]2f80c312009-02-25 21:26:55359 'disk_cache/addr.cc',
360 'disk_cache/addr.h',
361 'disk_cache/backend_impl.cc',
362 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58363 'disk_cache/bitmap.cc',
364 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55365 'disk_cache/block_files.cc',
366 'disk_cache/block_files.h',
367 'disk_cache/cache_util.h',
368 'disk_cache/cache_util_posix.cc',
369 'disk_cache/cache_util_win.cc',
370 'disk_cache/disk_cache.h',
[email protected]b104b502010-10-18 20:21:31371 'disk_cache/disk_format.cc',
[email protected]2f80c312009-02-25 21:26:55372 'disk_cache/disk_format.h',
373 'disk_cache/entry_impl.cc',
374 'disk_cache/entry_impl.h',
375 'disk_cache/errors.h',
376 'disk_cache/eviction.cc',
377 'disk_cache/eviction.h',
[email protected]c03b9792010-09-13 18:10:51378 'disk_cache/experiments.h',
[email protected]b104b502010-10-18 20:21:31379 'disk_cache/file.cc',
[email protected]2f80c312009-02-25 21:26:55380 'disk_cache/file.h',
381 'disk_cache/file_block.h',
382 'disk_cache/file_lock.cc',
383 'disk_cache/file_lock.h',
384 'disk_cache/file_posix.cc',
385 'disk_cache/file_win.cc',
386 'disk_cache/hash.cc',
387 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34388 'disk_cache/histogram_macros.h',
[email protected]fb2622f2010-07-13 18:00:56389 'disk_cache/in_flight_backend_io.cc',
390 'disk_cache/in_flight_backend_io.h',
391 'disk_cache/in_flight_io.cc',
392 'disk_cache/in_flight_io.h',
[email protected]2f80c312009-02-25 21:26:55393 'disk_cache/mapped_file.h',
394 'disk_cache/mapped_file_posix.cc',
395 'disk_cache/mapped_file_win.cc',
396 'disk_cache/mem_backend_impl.cc',
397 'disk_cache/mem_backend_impl.h',
398 'disk_cache/mem_entry_impl.cc',
399 'disk_cache/mem_entry_impl.h',
400 'disk_cache/mem_rankings.cc',
401 'disk_cache/mem_rankings.h',
402 'disk_cache/rankings.cc',
403 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58404 'disk_cache/sparse_control.cc',
405 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55406 'disk_cache/stats.cc',
407 'disk_cache/stats.h',
408 'disk_cache/stats_histogram.cc',
409 'disk_cache/stats_histogram.h',
410 'disk_cache/storage_block-inl.h',
411 'disk_cache/storage_block.h',
412 'disk_cache/trace.cc',
413 'disk_cache/trace.h',
414 'ftp/ftp_auth_cache.cc',
415 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09416 'ftp/ftp_ctrl_response_buffer.cc',
417 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49418 'ftp/ftp_directory_listing_buffer.cc',
419 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32420 'ftp/ftp_directory_listing_parser.cc',
421 'ftp/ftp_directory_listing_parser.h',
422 'ftp/ftp_directory_listing_parser_ls.cc',
423 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]8425e66e2009-12-07 19:51:46424 'ftp/ftp_directory_listing_parser_netware.cc',
425 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32426 'ftp/ftp_directory_listing_parser_vms.cc',
427 'ftp/ftp_directory_listing_parser_vms.h',
428 'ftp/ftp_directory_listing_parser_windows.cc',
429 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55430 'ftp/ftp_network_layer.cc',
431 'ftp/ftp_network_layer.h',
[email protected]b104b502010-10-18 20:21:31432 'ftp/ftp_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55433 'ftp/ftp_network_session.h',
434 'ftp/ftp_network_transaction.cc',
435 'ftp/ftp_network_transaction.h',
436 'ftp/ftp_request_info.h',
[email protected]47f7753f2011-02-23 21:20:23437 'ftp/ftp_response_info.cc',
[email protected]2f80c312009-02-25 21:26:55438 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55439 'ftp/ftp_server_type_histograms.cc',
440 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55441 'ftp/ftp_transaction.h',
442 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50443 'ftp/ftp_util.cc',
444 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41445 'http/des.cc',
446 'http/des.h',
[email protected]9b437692010-09-09 20:02:48447 'http/disk_cache_based_ssl_host_info.cc',
448 'http/disk_cache_based_ssl_host_info.h',
[email protected]564b4912010-03-09 16:30:42449 'http/http_alternate_protocols.cc',
450 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55451 'http/http_atom_list.h',
452 'http/http_auth.cc',
453 'http/http_auth.h',
454 'http/http_auth_cache.cc',
455 'http/http_auth_cache.h',
[email protected]228404f2010-06-24 04:31:41456 'http/http_auth_controller.cc',
457 'http/http_auth_controller.h',
[email protected]eb3cac72010-02-26 21:07:45458 'http/http_auth_filter.cc',
459 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44460 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08461 'http/http_auth_gssapi_posix.cc',
462 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55463 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50464 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55465 'http/http_auth_handler_basic.cc',
466 'http/http_auth_handler_basic.h',
467 'http/http_auth_handler_digest.cc',
468 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50469 'http/http_auth_handler_factory.cc',
470 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05471 'http/http_auth_handler_negotiate.h',
[email protected]65d34382010-07-01 18:12:26472 'http/http_auth_handler_negotiate.cc',
[email protected]5ae0b862009-02-28 02:02:41473 'http/http_auth_handler_ntlm.cc',
474 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32475 'http/http_auth_handler_ntlm_portable.cc',
476 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56477 'http/http_auth_sspi_win.cc',
478 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57479 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00480 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39481 'http/http_byte_range.cc',
482 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55483 'http/http_cache.cc',
484 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23485 'http/http_cache_transaction.cc',
486 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55487 'http/http_chunked_decoder.cc',
488 'http/http_chunked_decoder.h',
[email protected]b104b502010-10-18 20:21:31489 'http/http_net_log_params.cc',
[email protected]a7ea8832010-07-12 17:54:54490 'http/http_net_log_params.h',
[email protected]2f80c312009-02-25 21:26:55491 'http/http_network_layer.cc',
492 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44493 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55494 'http/http_network_session.h',
[email protected]5322a7f2011-02-11 20:44:42495 'http/http_network_session_peer.cc',
[email protected]87bfa3f2010-09-30 14:54:56496 'http/http_network_session_peer.h',
[email protected]2f80c312009-02-25 21:26:55497 'http/http_network_transaction.cc',
498 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47499 'http/http_request_headers.cc',
500 'http/http_request_headers.h',
[email protected]9b2331d92010-10-04 23:11:19501 'http/http_request_info.cc',
[email protected]2f80c312009-02-25 21:26:55502 'http/http_request_info.h',
[email protected]0b0bf032010-09-21 18:08:50503 'http/http_response_body_drainer.cc',
504 'http/http_response_body_drainer.h',
[email protected]2f80c312009-02-25 21:26:55505 'http/http_response_headers.cc',
506 'http/http_response_headers.h',
507 'http/http_response_info.cc',
508 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00509 'http/http_stream.h',
[email protected]8e6441ca2010-08-19 05:56:38510 'http/http_stream_factory.cc',
511 'http/http_stream_factory.h',
[email protected]102e27c2011-02-23 01:01:31512 'http/http_stream_factory_impl.cc',
513 'http/http_stream_factory_impl.h',
514 'http/http_stream_factory_impl_job.cc',
515 'http/http_stream_factory_impl_job.h',
[email protected]7f28a8df2011-02-25 22:26:03516 'http/http_stream_factory_impl_request.cc',
517 'http/http_stream_factory_impl_request.h',
[email protected]0877e3d2009-10-17 22:29:57518 'http/http_stream_parser.cc',
519 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55520 'http/http_transaction.h',
521 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36522 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10523 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36524 'http/url_security_manager_posix.cc',
525 'http/url_security_manager_win.cc',
[email protected]a7ea8832010-07-12 17:54:54526 'http/http_proxy_client_socket.cc',
527 'http/http_proxy_client_socket.h',
[email protected]e772db3f2010-07-12 18:11:13528 'http/http_proxy_client_socket_pool.cc',
529 'http/http_proxy_client_socket_pool.h',
[email protected]fe2f62a2010-10-01 03:34:07530 'http/http_proxy_utils.cc',
531 'http/http_proxy_utils.h',
[email protected]2f80c312009-02-25 21:26:55532 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01533 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55534 'http/http_util.h',
535 'http/http_vary_data.cc',
536 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00537 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41538 'http/md4.cc',
539 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50540 'http/partial_data.cc',
541 'http/partial_data.h',
[email protected]511f6f52010-12-17 03:58:29542 'http/proxy_client_socket.h',
[email protected]25d8ea22009-08-25 19:42:29543 'ocsp/nss_ocsp.cc',
544 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12545 'proxy/init_proxy_resolver.cc',
546 'proxy/init_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00547 'proxy/multi_threaded_proxy_resolver.cc',
548 'proxy/multi_threaded_proxy_resolver.h',
[email protected]119655002010-07-23 06:02:40549 'proxy/polling_proxy_config_service.cc',
550 'proxy/polling_proxy_config_service.h',
[email protected]7541206c2010-02-19 20:24:06551 'proxy/proxy_bypass_rules.cc',
552 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18553 'proxy/proxy_config.cc',
554 'proxy/proxy_config.h',
555 'proxy/proxy_config_service.h',
[email protected]1e605472010-12-16 21:41:40556 'proxy/proxy_config_service_fixed.cc',
[email protected]2f80c312009-02-25 21:26:55557 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56558 'proxy/proxy_config_service_linux.cc',
559 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27560 'proxy/proxy_config_service_mac.cc',
561 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55562 'proxy/proxy_config_service_win.cc',
563 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18564 'proxy/proxy_info.cc',
565 'proxy/proxy_info.h',
566 'proxy/proxy_list.cc',
567 'proxy/proxy_list.h',
568 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12569 'proxy/proxy_resolver_js_bindings.cc',
570 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55571 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00572 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12573 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32574 'proxy/proxy_resolver_script.h',
[email protected]24476402010-07-20 20:55:17575 'proxy/proxy_resolver_script_data.cc',
576 'proxy/proxy_resolver_script_data.h',
[email protected]6b675b82009-02-26 23:18:32577 'proxy/proxy_resolver_v8.cc',
578 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55579 'proxy/proxy_resolver_winhttp.cc',
580 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18581 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55582 'proxy/proxy_script_fetcher.h',
[email protected]86933612010-10-16 23:10:33583 'proxy/proxy_script_fetcher_impl.cc',
584 'proxy/proxy_script_fetcher_impl.h',
[email protected]2f80c312009-02-25 21:26:55585 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27586 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55587 'proxy/proxy_server.h',
588 'proxy/proxy_service.cc',
589 'proxy/proxy_service.h',
[email protected]1ca2b452010-04-17 00:07:04590 'proxy/sync_host_resolver_bridge.cc',
591 'proxy/sync_host_resolver_bridge.h',
[email protected]9008c86f2010-08-06 07:10:24592 'socket/client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44593 'socket/client_socket.h',
594 'socket/client_socket_factory.cc',
595 'socket/client_socket_factory.h',
596 'socket/client_socket_handle.cc',
597 'socket/client_socket_handle.h',
598 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00599 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02600 'socket/client_socket_pool_base.cc',
601 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00602 'socket/client_socket_pool_histograms.cc',
603 'socket/client_socket_pool_histograms.h',
[email protected]2431756e2010-09-29 20:26:13604 'socket/client_socket_pool_manager.cc',
605 'socket/client_socket_pool_manager.h',
[email protected]345c613b2010-11-22 19:33:18606 'socket/dns_cert_provenance_checker.cc',
607 'socket/dns_cert_provenance_checker.h',
[email protected]f61c3972010-12-23 09:54:15608 'socket/nss_ssl_util.cc',
609 'socket/nss_ssl_util.h',
[email protected]f7984fc62009-06-22 23:26:44610 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35611 'socket/socks5_client_socket.cc',
612 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02613 'socket/socks_client_socket.cc',
614 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26615 'socket/socks_client_socket_pool.cc',
616 'socket/socks_client_socket_pool.h',
[email protected]7cf40912010-12-09 18:25:03617 'socket/ssl_client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44618 'socket/ssl_client_socket.h',
619 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47620 'socket/ssl_client_socket_mac.h',
[email protected]20285392010-06-11 03:12:08621 'socket/ssl_client_socket_nss.cc',
622 'socket/ssl_client_socket_nss.h',
[email protected]d518cd92010-09-29 12:27:44623 'socket/ssl_client_socket_openssl.cc',
624 'socket/ssl_client_socket_openssl.h',
[email protected]e60e47a2010-07-14 03:37:18625 'socket/ssl_client_socket_pool.cc',
626 'socket/ssl_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44627 'socket/ssl_client_socket_win.cc',
628 'socket/ssl_client_socket_win.h',
[email protected]47f7d742010-11-11 04:12:53629 'socket/ssl_error_params.cc',
630 'socket/ssl_error_params.h',
[email protected]f61c3972010-12-23 09:54:15631 'socket/ssl_server_socket.h',
632 'socket/ssl_server_socket_nss.cc',
633 'socket/ssl_server_socket_nss.h',
[email protected]c322aa92011-01-27 11:21:07634 'socket/ssl_server_socket_openssl.cc',
[email protected]b8b73cf2010-12-15 15:56:19635 'socket/ssl_host_info.cc',
636 'socket/ssl_host_info.h',
[email protected]7f7e92392010-10-26 18:29:29637 'socket/tcp_client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44638 'socket/tcp_client_socket.h',
639 'socket/tcp_client_socket_libevent.cc',
640 'socket/tcp_client_socket_libevent.h',
641 'socket/tcp_client_socket_pool.cc',
642 'socket/tcp_client_socket_pool.h',
643 'socket/tcp_client_socket_win.cc',
644 'socket/tcp_client_socket_win.h',
[email protected]aef03132009-10-09 05:04:14645 'socket_stream/socket_stream.cc',
646 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13647 'socket_stream/socket_stream_job.cc',
648 'socket_stream/socket_stream_job.h',
649 'socket_stream/socket_stream_job_manager.cc',
650 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12651 'socket_stream/socket_stream_metrics.cc',
652 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32653 'spdy/spdy_bitmasks.h',
654 'spdy/spdy_frame_builder.cc',
655 'spdy/spdy_frame_builder.h',
656 'spdy/spdy_framer.cc',
657 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40658 'spdy/spdy_http_stream.cc',
659 'spdy/spdy_http_stream.h',
[email protected]fa522e72010-09-15 23:36:29660 'spdy/spdy_http_utils.cc',
661 'spdy/spdy_http_utils.h',
[email protected]dab9c7d2010-02-06 21:44:32662 'spdy/spdy_io_buffer.cc',
663 'spdy/spdy_io_buffer.h',
[email protected]dab9c7d2010-02-06 21:44:32664 'spdy/spdy_protocol.h',
[email protected]fe2f62a2010-10-01 03:34:07665 'spdy/spdy_proxy_client_socket.cc',
666 'spdy/spdy_proxy_client_socket.h',
[email protected]dab9c7d2010-02-06 21:44:32667 'spdy/spdy_session.cc',
668 'spdy/spdy_session.h',
669 'spdy/spdy_session_pool.cc',
670 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50671 'spdy/spdy_settings_storage.cc',
672 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32673 'spdy/spdy_stream.cc',
674 'spdy/spdy_stream.h',
[email protected]be4d55fe2010-06-01 13:40:02675 'url_request/https_prober.h',
676 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55677 'url_request/url_request.cc',
678 'url_request/url_request.h',
679 'url_request/url_request_about_job.cc',
680 'url_request/url_request_about_job.h',
[email protected]f1d81922010-07-31 17:47:09681 'url_request/url_request_context.cc',
[email protected]2f80c312009-02-25 21:26:55682 'url_request/url_request_context.h',
[email protected]529623e2011-02-23 17:37:16683 'url_request/url_request_context_storage.cc',
684 'url_request/url_request_context_storage.h',
[email protected]fcb7fd92009-10-22 04:18:58685 'url_request/url_request_data_job.cc',
686 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55687 'url_request/url_request_error_job.cc',
688 'url_request/url_request_error_job.h',
689 'url_request/url_request_file_dir_job.cc',
690 'url_request/url_request_file_dir_job.h',
691 'url_request/url_request_file_job.cc',
692 'url_request/url_request_file_job.h',
693 'url_request/url_request_filter.cc',
694 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13695 'url_request/url_request_ftp_job.cc',
696 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55697 'url_request/url_request_http_job.cc',
698 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55699 'url_request/url_request_job.cc',
700 'url_request/url_request_job.h',
701 'url_request/url_request_job_manager.cc',
702 'url_request/url_request_job_manager.h',
703 'url_request/url_request_job_metrics.cc',
704 'url_request/url_request_job_metrics.h',
705 'url_request/url_request_job_tracker.cc',
706 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36707 'url_request/url_request_netlog_params.cc',
708 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45709 'url_request/url_request_redirect_job.cc',
710 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55711 'url_request/url_request_simple_job.cc',
712 'url_request/url_request_simple_job.h',
713 'url_request/url_request_status.h',
714 'url_request/url_request_test_job.cc',
715 'url_request/url_request_test_job.h',
[email protected]6b3f9642010-11-25 02:29:06716 'url_request/url_request_throttler_entry.cc',
717 'url_request/url_request_throttler_entry.h',
718 'url_request/url_request_throttler_entry_interface.h',
719 'url_request/url_request_throttler_header_adapter.h',
720 'url_request/url_request_throttler_header_adapter.cc',
721 'url_request/url_request_throttler_header_interface.h',
722 'url_request/url_request_throttler_manager.cc',
723 'url_request/url_request_throttler_manager.h',
[email protected]13c34d12009-09-14 20:51:04724 'url_request/view_cache_helper.cc',
725 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36726 'websockets/websocket.cc',
727 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16728 'websockets/websocket_frame_handler.cc',
729 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22730 'websockets/websocket_handshake.cc',
731 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55732 'websockets/websocket_handshake_draft75.cc',
733 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08734 'websockets/websocket_handshake_handler.cc',
735 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13736 'websockets/websocket_job.cc',
737 'websockets/websocket_job.h',
[email protected]78994ab02010-12-08 18:06:44738 'websockets/websocket_net_log_params.cc',
[email protected]6983889c2010-08-12 04:15:21739 'websockets/websocket_net_log_params.h',
[email protected]4c4eac02009-11-04 10:02:28740 'websockets/websocket_throttle.cc',
741 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55742 ],
[email protected]2f80c312009-02-25 21:26:55743 'export_dependent_settings': [
744 '../base/base.gyp:base',
745 ],
746 'conditions': [
[email protected]c61f6432009-04-22 01:16:42747 ['javascript_engine=="v8"', {
748 'dependencies': [
[email protected]44531a22009-04-28 21:37:56749 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42750 ],
751 }],
[email protected]f50278cd2010-08-24 17:34:08752 ['chromeos==1', {
753 'sources!': [
754 'proxy/proxy_config_service_linux.cc',
755 'proxy/proxy_config_service_linux.h',
756 ],
757 }],
[email protected]70372d42010-10-22 13:12:34758 ['use_openssl==1', {
[email protected]b1c2a5542010-10-08 12:44:40759 'sources!': [
[email protected]5f7e5cb22010-11-15 16:08:10760 'ocsp/nss_ocsp.cc',
761 'ocsp/nss_ocsp.h',
[email protected]d8fbf582010-11-04 21:51:12762 'socket/dns_cert_provenance_check.cc',
763 'socket/dns_cert_provenance_check.h',
[email protected]7fd3fd822010-12-23 12:15:49764 'socket/nss_ssl_util.cc',
765 'socket/nss_ssl_util.h',
[email protected]5f7e5cb22010-11-15 16:08:10766 'socket/ssl_client_socket_nss.cc',
767 'socket/ssl_client_socket_nss.h',
[email protected]f61c3972010-12-23 09:54:15768 'socket/ssl_server_socket_nss.cc',
769 'socket/ssl_server_socket_nss.h',
[email protected]5f7e5cb22010-11-15 16:08:10770 ],
771 },
772 { # else !use_openssl: remove the unneeded files
773 'sources!': [
774 'socket/ssl_client_socket_openssl.cc',
775 'socket/ssl_client_socket_openssl.h',
[email protected]c322aa92011-01-27 11:21:07776 'socket/ssl_server_socket_openssl.cc',
[email protected]d518cd92010-09-29 12:27:44777 ],
778 },
779 ],
[email protected]50462ec2010-01-29 22:28:32780 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03781 'dependencies': [
782 '../build/linux/system.gyp:gconf',
783 '../build/linux/system.gyp:gdk',
[email protected]bbbe9ad2010-11-04 14:56:20784 ],
785 'conditions': [
786 ['use_openssl==1', {
787 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:24788 '../third_party/openssl/openssl.gyp:openssl',
[email protected]bbbe9ad2010-11-04 14:56:20789 ],
790 },
791 { # else use_openssl==0, use NSS
792 'dependencies': [
793 '../build/linux/system.gyp:nss',
794 ],
795 }],
[email protected]3dd6f5e2010-06-01 20:28:03796 ],
797 },
798 { # else: OS is not in the above list
799 'sources!': [
800 'ocsp/nss_ocsp.cc',
801 'ocsp/nss_ocsp.h',
802 ],
803 },
804 ],
[email protected]2f80c312009-02-25 21:26:55805 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55806 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32807 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44808 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55809 ],
810 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02811 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03812 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55813 'tld_cleanup',
814 ],
[email protected]2f80c312009-02-25 21:26:55815 },
816 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47817 'dependencies': [
818 '../third_party/libevent/libevent.gyp:libevent',
819 ],
[email protected]2f80c312009-02-25 21:26:55820 'sources!': [
[email protected]2f80c312009-02-25 21:26:55821 'proxy/proxy_resolver_winhttp.cc',
[email protected]2f80c312009-02-25 21:26:55822 ],
[email protected]2f80c312009-02-25 21:26:55823 },
824 ],
825 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03826 'dependencies': [
827 '../third_party/nss/nss.gyp:nss',
828 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02829 ],
[email protected]2f80c312009-02-25 21:26:55830 'link_settings': {
831 'libraries': [
832 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
833 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
834 ]
835 },
836 },
837 ],
[email protected]2f80c312009-02-25 21:26:55838 ],
839 },
840 {
841 'target_name': 'net_unittests',
842 'type': 'executable',
843 'dependencies': [
844 'net',
[email protected]6718b412009-03-04 18:26:00845 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55846 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14847 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54848 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55849 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57850 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55851 ],
[email protected]9e450f22009-03-10 23:12:16852 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55853 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38854 'base/address_list_unittest.cc',
[email protected]bb639032010-08-12 19:49:40855 'base/cert_database_nss_unittest.cc',
[email protected]822581d2010-12-16 17:27:15856 'base/cert_verifier_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55857 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55858 'base/data_url_unittest.cc',
859 'base/directory_lister_unittest.cc',
[email protected]b24713592010-08-11 19:50:02860 'base/dnssec_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50861 'base/dns_util_unittest.cc',
[email protected]b3ccac82010-08-04 15:54:40862 'base/dnsrr_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55863 'base/escape_unittest.cc',
864 'base/file_stream_unittest.cc',
865 'base/filter_unittest.cc',
866 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38867 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14868 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32869 'base/host_resolver_impl_unittest.cc',
[email protected]76ff86a2011-03-04 03:21:31870 'base/ip_endpoint_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02871 'base/keygen_handler_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55872 'base/listen_socket_unittest.cc',
873 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38874 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55875 'base/mime_sniffer_unittest.cc',
876 'base/mime_util_unittest.cc',
[email protected]d2db0292011-01-26 20:23:44877 'base/mock_filter_context.cc',
878 'base/mock_filter_context.h',
[email protected]e8188fe2010-12-09 17:33:21879 'base/net_log_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53880 'base/net_log_unittest.h',
[email protected]2f80c312009-02-25 21:26:55881 'base/net_util_unittest.cc',
[email protected]e5a3eef2010-07-22 02:31:04882 'base/pem_tokenizer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55883 'base/registry_controlled_domain_unittest.cc',
884 'base/run_all_unittests.cc',
885 'base/sdch_filter_unittest.cc',
[email protected]d8654bf2010-07-18 16:01:32886 'base/ssl_cipher_suite_names_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58887 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32888 'base/ssl_config_service_mac_unittest.cc',
[email protected]a0709c0d2010-09-01 17:04:52889 'base/ssl_config_service_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42890 'base/ssl_config_service_win_unittest.cc',
[email protected]5bafc4f2010-09-08 14:07:38891 'base/ssl_false_start_blacklist_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12892 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42893 'base/transport_security_state_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29894 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55895 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33896 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55897 'base/x509_certificate_unittest.cc',
[email protected]11f40342010-11-22 13:35:49898 'base/x509_cert_types_mac_unittest.cc',
[email protected]90e6d4b2010-11-16 13:58:24899 'base/x509_openssl_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55900 'disk_cache/addr_unittest.cc',
901 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58902 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55903 'disk_cache/block_files_unittest.cc',
[email protected]831a1a762010-10-12 05:57:08904 'disk_cache/cache_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55905 'disk_cache/disk_cache_test_base.cc',
906 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55907 'disk_cache/entry_unittest.cc',
908 'disk_cache/mapped_file_unittest.cc',
909 'disk_cache/storage_block_unittest.cc',
910 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09911 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49912 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32913 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46914 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32915 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
916 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37917 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50918 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41919 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42920 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55921 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45922 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08923 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55924 'http/http_auth_handler_basic_unittest.cc',
925 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50926 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00927 'http/http_auth_handler_mock.cc',
928 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34929 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21930 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56931 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55932 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39933 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55934 'http/http_cache_unittest.cc',
935 'http/http_chunked_decoder_unittest.cc',
936 'http/http_network_layer_unittest.cc',
937 'http/http_network_transaction_unittest.cc',
[email protected]e772db3f2010-07-12 18:11:13938 'http/http_proxy_client_socket_pool_unittest.cc',
[email protected]270c6412010-03-29 22:02:47939 'http/http_request_headers_unittest.cc',
[email protected]0b0bf032010-09-21 18:08:50940 'http/http_response_body_drainer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55941 'http/http_response_headers_unittest.cc',
[email protected]102e27c2011-02-23 01:01:31942 'http/http_stream_factory_impl_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55943 'http/http_transaction_unittest.cc',
944 'http/http_transaction_unittest.h',
945 'http/http_util_unittest.cc',
946 'http/http_vary_data_unittest.cc',
[email protected]d2db0292011-01-26 20:23:44947 'http/mock_allow_url_security_manager.cc',
948 'http/mock_allow_url_security_manager.h',
[email protected]3ad259a2010-07-16 17:26:47949 'http/mock_gssapi_library_posix.cc',
950 'http/mock_gssapi_library_posix.h',
[email protected]5c2471b2010-04-20 17:25:09951 'http/mock_sspi_library_win.h',
952 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30953 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12954 'proxy/init_proxy_resolver_unittest.cc',
[email protected]61b84d52010-07-09 03:32:00955 'proxy/multi_threaded_proxy_resolver_unittest.cc',
[email protected]7541206c2010-02-19 20:24:06956 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56957 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57958 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23959 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18960 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12961 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32962 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]86933612010-10-16 23:10:33963 'proxy/proxy_script_fetcher_impl_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31964 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55965 'proxy/proxy_service_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04966 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05967 'socket/client_socket_pool_base_unittest.cc',
[email protected]5e6609582010-10-05 18:14:20968 'socket/deterministic_socket_data_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35969 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26970 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58971 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44972 'socket/ssl_client_socket_unittest.cc',
[email protected]e60e47a2010-07-14 03:37:18973 'socket/ssl_client_socket_pool_unittest.cc',
[email protected]f61c3972010-12-23 09:54:15974 'socket/ssl_server_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44975 'socket/tcp_client_socket_pool_unittest.cc',
976 'socket/tcp_client_socket_unittest.cc',
[email protected]26a64592009-12-15 08:04:40977 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11978 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32979 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:40980 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32981 'spdy/spdy_network_transaction_unittest.cc',
982 'spdy/spdy_protocol_test.cc',
[email protected]fe2f62a2010-10-01 03:34:07983 'spdy/spdy_proxy_client_socket_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32984 'spdy/spdy_session_unittest.cc',
[email protected]4f386422010-07-20 04:19:49985 'spdy/spdy_stream_unittest.cc',
[email protected]75f30cc22010-06-28 21:41:38986 'spdy/spdy_test_util.cc',
[email protected]2ff8b312010-04-26 22:20:54987 'spdy/spdy_test_util.h',
[email protected]9af13ce2010-09-16 21:45:48988 'test/python_utils_unittest.cc',
[email protected]196f286c2010-06-07 14:57:17989 'tools/dump_cache/url_to_filename_encoder.cc',
990 'tools/dump_cache/url_to_filename_encoder.h',
991 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]8cd1ba5a2010-08-17 23:47:23992 'tools/dump_cache/url_utilities.h',
993 'tools/dump_cache/url_utilities.cc',
994 'tools/dump_cache/url_utilities_unittest.cc',
[email protected]ac9f9792010-08-06 14:09:30995 'url_request/url_request_job_tracker_unittest.cc',
[email protected]6b3f9642010-11-25 02:29:06996 'url_request/url_request_throttler_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55997 'url_request/url_request_unittest.cc',
[email protected]cec6f9b02010-05-27 22:06:31998 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:16999 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:551000 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:081001 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:221002 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:131003 'websockets/websocket_job_unittest.cc',
[email protected]7ee457852010-11-12 11:19:561004 'websockets/websocket_net_log_params_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:281005 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:361006 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:551007 ],
1008 'conditions': [
[email protected]f50278cd2010-08-24 17:34:081009 ['chromeos==1', {
1010 'sources!': [
1011 'proxy/proxy_config_service_linux_unittest.cc',
1012 ],
1013 }],
[email protected]50462ec2010-01-29 22:28:321014 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:261015 'dependencies': [
1016 '../build/linux/system.gyp:gtk',
[email protected]69138472010-06-25 22:44:481017 '../build/linux/system.gyp:nss',
[email protected]9d384032009-03-20 23:13:261018 ],
[email protected]2f80c312009-02-25 21:26:551019 },
[email protected]bb639032010-08-12 19:49:401020 { # else: OS is not in the above list
1021 'sources!': [
1022 'base/cert_database_nss_unittest.cc',
1023 ],
1024 }
[email protected]2f80c312009-02-25 21:26:551025 ],
[email protected]b1c2a5542010-10-08 12:44:401026 [ 'OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:151027 'conditions': [
1028 ['linux_use_tcmalloc==1', {
1029 'dependencies': [
1030 '../base/allocator/allocator.gyp:allocator',
1031 ],
1032 }],
1033 ],
1034 }],
[email protected]70372d42010-10-22 13:12:341035 [ 'use_openssl==1', {
1036 # When building for OpenSSL, we need to exclude NSS specific tests.
1037 # TODO(bulach): Add equivalent tests when the underlying
1038 # functionality is ported to OpenSSL.
[email protected]b1c2a5542010-10-08 12:44:401039 'sources!': [
1040 'base/cert_database_nss_unittest.cc',
[email protected]70372d42010-10-22 13:12:341041 'base/dnssec_unittest.cc',
[email protected]b1c2a5542010-10-08 12:44:401042 ],
1043 },
[email protected]90e6d4b2010-11-16 13:58:241044 { # else, remove openssl specific tests
1045 'sources!': [
1046 'base/x509_openssl_util_unittest.cc',
1047 ],
1048 }
[email protected]b1c2a5542010-10-08 12:44:401049 ],
[email protected]2f80c312009-02-25 21:26:551050 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:081051 'sources!': [
1052 'http/http_auth_gssapi_posix_unittest.cc',
1053 ],
[email protected]cdafbff2010-03-02 17:47:021054 # This is needed to trigger the dll copy step on windows.
1055 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:551056 'dependencies': [
[email protected]280629492009-09-09 06:49:081057 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:551058 ],
1059 },
1060 ],
1061 ],
1062 },
1063 {
1064 'target_name': 'net_perftests',
1065 'type': 'executable',
1066 'dependencies': [
1067 'net',
[email protected]6718b412009-03-04 18:26:001068 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551069 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:141070 '../base/base.gyp:base_i18n',
[email protected]7d1ba9392009-08-03 18:35:061071 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:551072 '../testing/gtest.gyp:gtest',
1073 ],
[email protected]9e450f22009-03-10 23:12:161074 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:551075 'sources': [
[email protected]2f80c312009-02-25 21:26:551076 'base/cookie_monster_perftest.cc',
1077 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:331078 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:551079 ],
1080 'conditions': [
1081 # This is needed to trigger the dll copy step on windows.
1082 # TODO(mark): Specifying this here shouldn't be necessary.
1083 [ 'OS == "win"', {
1084 'dependencies': [
[email protected]280629492009-09-09 06:49:081085 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:551086 ],
1087 },
1088 ],
1089 ],
1090 },
1091 {
1092 'target_name': 'stress_cache',
1093 'type': 'executable',
1094 'dependencies': [
1095 'net',
[email protected]6718b412009-03-04 18:26:001096 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551097 '../base/base.gyp:base',
1098 ],
1099 'sources': [
[email protected]2f80c312009-02-25 21:26:551100 'disk_cache/stress_cache.cc',
1101 ],
1102 },
1103 {
1104 'target_name': 'tld_cleanup',
1105 'type': 'executable',
1106 'dependencies': [
1107 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:141108 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:551109 '../build/temp_gyp/googleurl.gyp:googleurl',
1110 ],
[email protected]b8234462009-03-18 02:30:551111 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:551112 'sources': [
1113 'tools/tld_cleanup/tld_cleanup.cc',
1114 ],
1115 },
1116 {
1117 'target_name': 'crash_cache',
1118 'type': 'executable',
1119 'dependencies': [
1120 'net',
[email protected]6718b412009-03-04 18:26:001121 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551122 '../base/base.gyp:base',
1123 ],
[email protected]9e450f22009-03-10 23:12:161124 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:551125 'sources': [
1126 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:001127 ],
1128 },
1129 {
[email protected]f9ff629f2010-09-03 23:54:361130 'target_name': 'run_testserver',
1131 'type': 'executable',
1132 'dependencies': [
1133 'net',
1134 'net_test_support',
1135 '../base/base.gyp:base',
1136 '../testing/gtest.gyp:gtest',
1137 ],
1138 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5',
1139 'sources': [
1140 'tools/testserver/run_testserver.cc',
1141 ],
1142 },
1143 {
[email protected]6718b412009-03-04 18:26:001144 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:491145 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:001146 'dependencies': [
1147 'net',
1148 '../base/base.gyp:base',
[email protected]5f38d712010-10-26 06:46:591149 '../base/base.gyp:test_support_base',
[email protected]ff007e162009-05-23 09:13:151150 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:001151 ],
1152 'sources': [
[email protected]702a6a722010-03-17 18:24:511153 'base/cert_test_util.cc',
1154 'base/cert_test_util.h',
[email protected]d2db0292011-01-26 20:23:441155 'base/cookie_monster_store_test.cc',
1156 'base/cookie_monster_store_test.h',
1157 'base/net_test_suite.cc',
1158 'base/net_test_suite.h',
[email protected]ad74a592011-01-21 18:40:551159 'base/test_completion_callback.cc',
1160 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:551161 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:001162 'disk_cache/disk_cache_test_util.h',
[email protected]b6ce91b2011-02-10 21:30:501163 'proxy/mock_proxy_resolver.cc',
1164 'proxy/mock_proxy_resolver.h',
[email protected]ab501a6a2009-05-12 15:07:501165 'proxy/proxy_config_service_common_unittest.cc',
1166 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:441167 'socket/socket_test_util.cc',
1168 'socket/socket_test_util.h',
[email protected]9af13ce2010-09-16 21:45:481169 'test/python_utils.cc',
1170 'test/python_utils.h',
[email protected]1b9565c2010-07-21 01:19:311171 'test/test_server.cc',
[email protected]95409e12010-08-17 20:07:111172 'test/test_server_posix.cc',
1173 'test/test_server_win.cc',
[email protected]1b9565c2010-07-21 01:19:311174 'test/test_server.h',
[email protected]d2db0292011-01-26 20:23:441175 'url_request/url_request_test_util.cc',
1176 'url_request/url_request_test_util.h',
[email protected]702a6a722010-03-17 18:24:511177 ],
1178 'conditions': [
[email protected]6c2046562010-05-07 23:47:501179 ['inside_chromium_build==1', {
1180 'dependencies': [
[email protected]f86369722011-02-17 13:25:231181 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_compile',
[email protected]6c2046562010-05-07 23:47:501182 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
[email protected]9cac94e2010-10-01 16:35:121183 '../third_party/protobuf/protobuf.gyp:py_proto',
[email protected]6c2046562010-05-07 23:47:501184 ],
1185 }],
[email protected]702a6a722010-03-17 18:24:511186 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]70372d42010-10-22 13:12:341187 'conditions': [
1188 ['use_openssl==1', {
1189 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:241190 '../third_party/openssl/openssl.gyp:openssl',
[email protected]32765f82010-12-16 00:01:371191 ],
[email protected]70372d42010-10-22 13:12:341192 }, {
1193 'dependencies': [
1194 '../build/linux/system.gyp:nss',
1195 ],
1196 }],
[email protected]702a6a722010-03-17 18:24:511197 ],
1198 }],
[email protected]85437612010-03-22 11:55:231199 ['OS == "linux"', {
1200 'conditions': [
1201 ['linux_use_tcmalloc==1', {
1202 'dependencies': [
1203 '../base/allocator/allocator.gyp:allocator',
1204 ],
1205 }],
1206 ],
1207 }],
[email protected]2f80c312009-02-25 21:26:551208 ],
1209 },
[email protected]ef36c74c2009-03-11 13:32:221210 {
1211 'target_name': 'net_resources',
1212 'type': 'none',
1213 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:021214 'variables': {
1215 'grit_cmd': ['python', '../tools/grit/grit.py'],
[email protected]b15b5e32011-01-08 01:07:521216 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',
1217 '<@(grit_defines)'],
[email protected]5b910872010-02-09 01:03:021218 'input_paths': [
1219 'base/net_resources.grd',
1220 ],
1221 },
[email protected]ef36c74c2009-03-11 13:32:221222 'rules': [
[email protected]2f80c312009-02-25 21:26:551223 {
[email protected]ef36c74c2009-03-11 13:32:221224 'rule_name': 'grit',
1225 'extension': 'grd',
1226 'inputs': [
[email protected]5b910872010-02-09 01:03:021227 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551228 ],
[email protected]ef36c74c2009-03-11 13:32:221229 'outputs': [
[email protected]5b910872010-02-09 01:03:021230 '<!@(<(grit_info_cmd) '
1231 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551232 ],
[email protected]ef36c74c2009-03-11 13:32:221233 'action':
[email protected]5b910872010-02-09 01:03:021234 ['<@(grit_cmd)',
1235 '-i', '<(RULE_INPUT_PATH)', 'build',
[email protected]bb6aba32011-01-07 19:04:431236 '-o', '<(SHARED_INTERMEDIATE_DIR)/net',
1237 '<@(grit_defines)'],
[email protected]027ec5f2009-03-16 18:30:351238 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:551239 },
[email protected]6718b412009-03-04 18:26:001240 ],
[email protected]ef36c74c2009-03-11 13:32:221241 'sources': [
[email protected]5b910872010-02-09 01:03:021242 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:221243 ],
1244 'direct_dependent_settings': {
1245 'include_dirs': [
1246 '<(SHARED_INTERMEDIATE_DIR)/net',
1247 ],
1248 },
[email protected]b392f3e2009-05-11 20:01:241249 'conditions': [
1250 ['OS=="win"', {
1251 'dependencies': ['../build/win/system.gyp:cygwin'],
1252 }],
1253 ],
[email protected]ef36c74c2009-03-11 13:32:221254 },
[email protected]75b91f92009-06-17 07:28:481255 {
1256 'target_name': 'fetch_client',
1257 'type': 'executable',
1258 'dependencies': [
1259 'net',
1260 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:481261 '../testing/gtest.gyp:gtest',
1262 ],
1263 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1264 'sources': [
1265 'tools/fetch/fetch_client.cc',
1266 ],
1267 },
[email protected]fe4f06d2009-06-17 07:58:051268 {
1269 'target_name': 'fetch_server',
1270 'type': 'executable',
1271 'dependencies': [
1272 'net',
1273 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:051274 '../testing/gtest.gyp:gtest',
1275 ],
1276 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1277 'sources': [
1278 'tools/fetch/fetch_server.cc',
1279 'tools/fetch/http_listen_socket.cc',
1280 'tools/fetch/http_listen_socket.h',
1281 'tools/fetch/http_server.cc',
1282 'tools/fetch/http_server.h',
[email protected]ecef1ff2011-02-04 18:35:541283 'tools/fetch/http_server_request_info.cc',
[email protected]d022e4e2009-06-23 04:13:001284 'tools/fetch/http_server_request_info.h',
[email protected]ecef1ff2011-02-04 18:35:541285 'tools/fetch/http_server_response_info.cc',
[email protected]d022e4e2009-06-23 04:13:001286 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:051287 'tools/fetch/http_session.cc',
1288 'tools/fetch/http_session.h',
1289 ],
1290 },
[email protected]c402da42009-12-10 02:38:031291 {
[email protected]a33721a2011-02-03 17:23:241292 'target_name': 'http_server',
[email protected]0569d862010-07-05 11:32:401293 'type': '<(library)',
1294 'dependencies': [
1295 'net',
1296 '../base/base.gyp:base',
1297 '../testing/gtest.gyp:gtest',
1298 ],
1299 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
1300 'sources': [
[email protected]a33721a2011-02-03 17:23:241301 'server/http_server.cc',
1302 'server/http_server.h',
[email protected]1889dc1b2010-10-14 22:03:131303 'server/http_server_request_info.cc',
[email protected]0569d862010-07-05 11:32:401304 'server/http_server_request_info.h',
1305 ],
1306 },
1307 {
[email protected]b40f05a2010-09-09 20:13:231308 'target_name': 'dnssec_chain_verify',
1309 'type': 'executable',
1310 'dependencies': [
1311 'net_base',
1312 ],
1313 'sources': [
1314 'tools/dnssec_chain_verify/dnssec_chain_verify.cc',
1315 ]
1316 },
1317 {
[email protected]5bafc4f2010-09-08 14:07:381318 'target_name': 'ssl_false_start_blacklist_process',
1319 'type': 'executable',
1320 'toolsets': ['host'],
1321 'include_dirs': [
1322 '..',
1323 ],
1324 'sources': [
1325 'base/ssl_false_start_blacklist_process.cc',
1326 ],
1327 },
[email protected]ef36c74c2009-03-11 13:32:221328 ],
1329 'conditions': [
[email protected]b64abf632010-11-24 10:19:221330 ['OS=="linux"', {
1331 'targets': [
1332 {
1333 'target_name': 'flip_in_mem_edsm_server',
1334 'type': 'executable',
1335 'cflags': [
1336 '-Wno-deprecated',
1337 ],
1338 'dependencies': [
1339 '../base/base.gyp:base',
1340 'net.gyp:net',
1341 '../third_party/openssl/openssl.gyp:openssl',
1342 ],
1343 'sources': [
1344 'tools/dump_cache/url_to_filename_encoder.cc',
1345 'tools/dump_cache/url_to_filename_encoder.h',
1346 'tools/dump_cache/url_utilities.h',
1347 'tools/dump_cache/url_utilities.cc',
[email protected]918e8ad2010-09-30 15:15:521348
[email protected]878984e2011-02-02 20:03:021349 'tools/flip_server/acceptor_thread.h',
1350 'tools/flip_server/acceptor_thread.cc',
[email protected]b64abf632010-11-24 10:19:221351 'tools/flip_server/balsa_enums.h',
1352 'tools/flip_server/balsa_frame.cc',
1353 'tools/flip_server/balsa_frame.h',
1354 'tools/flip_server/balsa_headers.cc',
1355 'tools/flip_server/balsa_headers.h',
1356 'tools/flip_server/balsa_headers_token_utils.cc',
1357 'tools/flip_server/balsa_headers_token_utils.h',
1358 'tools/flip_server/balsa_visitor_interface.h',
1359 'tools/flip_server/buffer_interface.h',
[email protected]878984e2011-02-02 20:03:021360 'tools/flip_server/constants.h',
[email protected]b64abf632010-11-24 10:19:221361 'tools/flip_server/create_listener.cc',
1362 'tools/flip_server/create_listener.h',
1363 'tools/flip_server/epoll_server.cc',
1364 'tools/flip_server/epoll_server.h',
[email protected]ecef1ff2011-02-04 18:35:541365 'tools/flip_server/flip_config.cc',
1366 'tools/flip_server/flip_config.h',
[email protected]b64abf632010-11-24 10:19:221367 'tools/flip_server/flip_in_mem_edsm_server.cc',
[email protected]878984e2011-02-02 20:03:021368 'tools/flip_server/http_interface.cc',
1369 'tools/flip_server/http_interface.h',
[email protected]b64abf632010-11-24 10:19:221370 'tools/flip_server/http_message_constants.cc',
1371 'tools/flip_server/http_message_constants.h',
1372 'tools/flip_server/loadtime_measurement.h',
[email protected]878984e2011-02-02 20:03:021373 'tools/flip_server/mem_cache.h',
1374 'tools/flip_server/mem_cache.cc',
[email protected]b64abf632010-11-24 10:19:221375 'tools/flip_server/porting.txt',
[email protected]878984e2011-02-02 20:03:021376 'tools/flip_server/output_ordering.cc',
1377 'tools/flip_server/output_ordering.h',
[email protected]b64abf632010-11-24 10:19:221378 'tools/flip_server/ring_buffer.cc',
1379 'tools/flip_server/ring_buffer.h',
1380 'tools/flip_server/simple_buffer.cc',
1381 'tools/flip_server/simple_buffer.h',
[email protected]878984e2011-02-02 20:03:021382 'tools/flip_server/sm_connection.cc',
1383 'tools/flip_server/sm_connection.h',
1384 'tools/flip_server/sm_interface.h',
[email protected]b64abf632010-11-24 10:19:221385 'tools/flip_server/split.h',
1386 'tools/flip_server/split.cc',
[email protected]878984e2011-02-02 20:03:021387 'tools/flip_server/spdy_ssl.cc',
1388 'tools/flip_server/spdy_ssl.h',
1389 'tools/flip_server/spdy_interface.cc',
1390 'tools/flip_server/spdy_interface.h',
1391 'tools/flip_server/spdy_util.cc',
1392 'tools/flip_server/spdy_util.h',
1393 'tools/flip_server/streamer_interface.cc',
1394 'tools/flip_server/streamer_interface.h',
[email protected]b64abf632010-11-24 10:19:221395 'tools/flip_server/string_piece_utils.h',
1396 'tools/flip_server/thread.h',
1397 'tools/flip_server/url_to_filename_encoder.h',
1398 'tools/flip_server/url_utilities.h',
1399 ],
1400 },
1401 ]
1402 }],
[email protected]8f205b02010-11-10 22:48:171403 ['OS=="linux"', {
1404 'targets': [
1405 {
1406 'target_name': 'snap_start_unittests',
1407 'type': 'executable',
1408 'dependencies': [
1409 'net',
1410 'net_test_support',
1411 'openssl_helper',
1412 '../build/linux/system.gyp:nss',
1413 '../testing/gmock.gyp:gmock',
1414 '../testing/gtest.gyp:gtest',
1415 ],
1416 'sources': [
1417 'base/run_all_unittests.cc',
1418 'socket/ssl_client_socket_snapstart_unittest.cc',
1419 ]
1420 },
1421 {
1422 'target_name': 'openssl_helper',
1423 'type': 'executable',
1424 'dependencies': [
1425 '../third_party/openssl/openssl.gyp:openssl',
1426 ],
1427 'sources': [
1428 'test/openssl_helper.cc',
1429 ],
1430 },
1431 ],
1432 }],
[email protected]a2798d92011-03-02 22:56:181433 ['OS=="linux"', {
1434 'targets': [
1435 {
1436 'target_name': 'udp_socket_unittest',
1437 'type': 'executable',
1438 'dependencies': [
1439 'net',
1440 'net_test_support',
1441 '../base/base.gyp:base',
1442 '../base/base.gyp:base_i18n',
1443 '../testing/gmock.gyp:gmock',
1444 '../testing/gtest.gyp:gtest',
1445 '../third_party/zlib/zlib.gyp:zlib',
1446 ],
1447 'sources': [
1448 'udp/udp_client_socket.cc',
1449 'udp/udp_server_socket.cc',
1450 'udp/udp_socket_libevent.cc',
1451 'udp/udp_socket_unittest.cc',
1452 ]
1453 },
1454 ],
1455 }],
[email protected]6718b412009-03-04 18:26:001456 ['OS=="win"', {
1457 'targets': [
[email protected]2f80c312009-02-25 21:26:551458 {
1459 # TODO(port): dump_cache is still Windows-specific.
1460 'target_name': 'dump_cache',
1461 'type': 'executable',
1462 'dependencies': [
1463 'net',
[email protected]ad74a592011-01-21 18:40:551464 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551465 '../base/base.gyp:base',
1466 ],
1467 'sources': [
[email protected]c44344e2009-09-02 22:05:501468 'tools/dump_cache/cache_dumper.cc',
1469 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551470 'tools/dump_cache/dump_cache.cc',
1471 'tools/dump_cache/dump_files.cc',
1472 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171473 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501474 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]8cd1ba5a2010-08-17 23:47:231475 'tools/dump_cache/url_utilities.h',
1476 'tools/dump_cache/url_utilities.cc',
[email protected]2f80c312009-02-25 21:26:551477 ],
1478 },
1479 ],
1480 }],
[email protected]2f80c312009-02-25 21:26:551481 ],
1482}
[email protected]f5c990c2009-10-06 03:02:381483
1484# Local Variables:
1485# tab-width:2
1486# indent-tabs-mode:nil
1487# End:
1488# vim: set expandtab tabstop=2 shiftwidth=2: