blob: 7d5236fa9870db120fd81b9e2f7fe0d555668b4f [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]88b9db72011-01-13 01:48:43100 'base/keygen_handler.cc',
[email protected]a755e1072009-10-23 16:58:37101 'base/keygen_handler.h',
102 'base/keygen_handler_mac.cc',
103 'base/keygen_handler_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11104 'base/keygen_handler_openssl.cc',
[email protected]a755e1072009-10-23 16:58:37105 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:55106 'base/listen_socket.cc',
107 'base/listen_socket.h',
108 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:23109 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:16110 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:38111 'base/mapped_host_resolver.cc',
112 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55113 'base/mime_sniffer.cc',
114 'base/mime_sniffer.h',
115 'base/mime_util.cc',
116 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:32117 # TODO(eroman): move this into its own test-support target.
118 'base/mock_host_resolver.cc',
119 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55120 'base/net_error_list.h',
121 'base/net_errors.cc',
122 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53123 'base/net_log.cc',
124 'base/net_log.h',
125 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46126 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55127 'base/net_module.cc',
128 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55129 'base/net_util.cc',
130 'base/net_util.h',
131 'base/net_util_posix.cc',
132 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35133 'base/network_change_notifier.cc',
134 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35135 'base/network_change_notifier_linux.cc',
136 'base/network_change_notifier_linux.h',
137 'base/network_change_notifier_mac.cc',
138 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58139 'base/network_change_notifier_netlink_linux.cc',
140 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35141 'base/network_change_notifier_win.cc',
142 'base/network_change_notifier_win.h',
[email protected]9328443b2010-07-30 06:09:40143 'base/network_config_watcher_mac.cc',
144 'base/network_config_watcher_mac.h',
[email protected]2f80c312009-02-25 21:26:55145 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00146 'base/nss_memio.h',
[email protected]0c6523f2010-12-10 10:56:24147 'base/openssl_memory_private_key_store.cc',
148 'base/openssl_private_key_store.h',
[email protected]e5a3eef2010-07-22 02:31:04149 'base/pem_tokenizer.cc',
150 'base/pem_tokenizer.h',
[email protected]2f80c312009-02-25 21:26:55151 'base/platform_mime_util.h',
152 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
153 'base/platform_mime_util_linux.cc',
154 'base/platform_mime_util_mac.cc',
155 'base/platform_mime_util_win.cc',
156 'base/registry_controlled_domain.cc',
157 'base/registry_controlled_domain.h',
158 'base/scoped_cert_chain_context.h',
159 'base/sdch_filter.cc',
160 'base/sdch_filter.h',
161 'base/sdch_manager.cc',
162 'base/sdch_manager.h',
[email protected]9349cfb2010-08-31 18:00:53163 'base/ssl_cert_request_info.cc',
[email protected]0b45559b2009-06-12 21:45:11164 'base/ssl_cert_request_info.h',
[email protected]d8654bf2010-07-18 16:01:32165 'base/ssl_cipher_suite_names.cc',
166 'base/ssl_cipher_suite_names.h',
[email protected]56c866a22009-06-18 19:38:58167 'base/ssl_client_auth_cache.cc',
168 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39169 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55170 'base/ssl_config_service.h',
[email protected]7e4468d52010-09-22 19:42:00171 'base/ssl_config_service_defaults.cc',
[email protected]db36938c2009-08-19 21:48:42172 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32173 'base/ssl_config_service_mac.cc',
174 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42175 'base/ssl_config_service_win.cc',
176 'base/ssl_config_service_win.h',
[email protected]5bafc4f2010-09-08 14:07:38177 'base/ssl_false_start_blacklist.cc',
[email protected]9349cfb2010-08-31 18:00:53178 'base/ssl_info.cc',
[email protected]2f80c312009-02-25 21:26:55179 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12180 'base/static_cookie_policy.cc',
181 'base/static_cookie_policy.h',
[email protected]32765f82010-12-16 00:01:37182 'base/test_root_certs.cc',
183 'base/test_root_certs.h',
184 'base/test_root_certs_mac.cc',
185 'base/test_root_certs_nss.cc',
186 'base/test_root_certs_openssl.cc',
187 'base/test_root_certs_win.cc',
[email protected]326e6792009-12-11 21:04:42188 'base/transport_security_state.cc',
189 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37190 'base/sys_addrinfo.h',
[email protected]2f80c312009-02-25 21:26:55191 'base/upload_data.cc',
192 'base/upload_data.h',
193 'base/upload_data_stream.cc',
194 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55195 'base/winsock_init.cc',
196 'base/winsock_init.h',
197 'base/x509_certificate.cc',
198 'base/x509_certificate.h',
199 'base/x509_certificate_mac.cc',
200 'base/x509_certificate_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11201 'base/x509_certificate_openssl.cc',
[email protected]2f80c312009-02-25 21:26:55202 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04203 'base/x509_cert_types.cc',
204 'base/x509_cert_types.h',
205 'base/x509_cert_types_mac.cc',
[email protected]5c518762010-10-25 12:59:54206 'base/x509_openssl_util.cc',
207 'base/x509_openssl_util.h',
[email protected]53ae7c42010-06-18 17:45:35208 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
209 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]58678c52010-08-31 22:13:52210 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
211 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
[email protected]b683c6a2010-08-20 02:39:35212 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
213 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb639032010-08-12 19:49:40214 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
215 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]9c2a57712009-10-21 20:35:11216 ],
217 'export_dependent_settings': [
218 '../base/base.gyp:base',
219 ],
[email protected]5bafc4f2010-09-08 14:07:38220 'actions': [
221 {
222 'action_name': 'ssl_false_start_blacklist',
223 'inputs': [
224 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
225 'base/ssl_false_start_blacklist.txt',
226 ],
227 'outputs': [
228 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
229 ],
230 'action':
231 ['<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
232 'base/ssl_false_start_blacklist.txt',
233 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
234 ],
235 'message': 'Generating SSL False Start blacklist',
236 'process_outputs_as_sources': 1,
237 },
238 ],
[email protected]9c2a57712009-10-21 20:35:11239 'conditions': [
[email protected]50462ec2010-01-29 22:28:32240 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03241 'dependencies': [
242 '../build/linux/system.gyp:gconf',
243 '../build/linux/system.gyp:gdk',
[email protected]b3ccac82010-08-04 15:54:40244 '../build/linux/system.gyp:libresolv',
[email protected]3dd6f5e2010-06-01 20:28:03245 ],
[email protected]70372d42010-10-22 13:12:34246 'conditions': [
247 ['use_openssl==1', {
248 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:24249 '../third_party/openssl/openssl.gyp:openssl',
[email protected]70372d42010-10-22 13:12:34250 ],
251 }, { # else: not using openssl. Use NSS.
252 'dependencies': [
253 '../build/linux/system.gyp:nss',
254 ],
255 }],
256 ],
[email protected]3dd6f5e2010-06-01 20:28:03257 },
258 { # else: OS is not in the above list
259 'sources!': [
260 'base/cert_database_nss.cc',
[email protected]88b9db72011-01-13 01:48:43261 'base/crypto_module_nss.cc',
[email protected]3dd6f5e2010-06-01 20:28:03262 'base/keygen_handler_nss.cc',
[email protected]32765f82010-12-16 00:01:37263 'base/test_root_certs_nss.cc',
[email protected]3dd6f5e2010-06-01 20:28:03264 'base/x509_certificate_nss.cc',
[email protected]53ae7c42010-06-18 17:45:35265 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
266 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]58678c52010-08-31 22:13:52267 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
268 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
[email protected]b683c6a2010-08-20 02:39:35269 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
270 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb639032010-08-12 19:49:40271 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
272 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]3dd6f5e2010-06-01 20:28:03273 ],
274 },
275 ],
[email protected]70372d42010-10-22 13:12:34276 [ 'use_openssl==1', {
[email protected]1e5fead2010-10-08 14:33:11277 'sources!': [
[email protected]5f7e5cb22010-11-15 16:08:10278 'base/cert_database_nss.cc',
[email protected]88b9db72011-01-13 01:48:43279 'base/crypto_module_nss.cc',
[email protected]70372d42010-10-22 13:12:34280 'base/dnssec_keyset.cc',
281 'base/dnssec_keyset.h',
[email protected]5f7e5cb22010-11-15 16:08:10282 'base/keygen_handler_nss.cc',
283 'base/nss_memio.c',
284 'base/nss_memio.h',
[email protected]32765f82010-12-16 00:01:37285 'base/test_root_certs_nss.cc',
[email protected]5f7e5cb22010-11-15 16:08:10286 'base/x509_certificate_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11287 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
288 'third_party/mozilla_security_manager/nsKeygenHandler.h',
289 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
290 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
291 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
292 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
293 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
294 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
295 ],
296 },
[email protected]5f7e5cb22010-11-15 16:08:10297 { # else: not using openssl.
298 'sources!': [
299 'base/cert_database_openssl.cc',
300 'base/keygen_handler_openssl.cc',
[email protected]0c6523f2010-12-10 10:56:24301 'base/openssl_memory_private_key_store.cc',
302 'base/openssl_private_key_store.h',
[email protected]32765f82010-12-16 00:01:37303 'base/test_root_certs_openssl.cc',
[email protected]5f7e5cb22010-11-15 16:08:10304 'base/x509_certificate_openssl.cc',
305 'base/x509_openssl_util.cc',
306 'base/x509_openssl_util.h',
307 ],
308 },
[email protected]1e5fead2010-10-08 14:33:11309 ],
[email protected]9c2a57712009-10-21 20:35:11310 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11311 'dependencies': [
[email protected]b24713592010-08-11 19:50:02312 '../third_party/nss/nss.gyp:nss',
[email protected]9c2a57712009-10-21 20:35:11313 'tld_cleanup',
314 ],
315 },
316 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47317 'dependencies': [
318 '../third_party/libevent/libevent.gyp:libevent',
319 ],
[email protected]9c2a57712009-10-21 20:35:11320 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11321 'base/winsock_init.cc',
322 ],
323 },
324 ],
[email protected]9c2a57712009-10-21 20:35:11325 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03326 'dependencies': [
[email protected]b24713592010-08-11 19:50:02327 '../third_party/nss/nss.gyp:nss',
[email protected]f505a9b2010-01-28 19:44:02328 ],
[email protected]9c2a57712009-10-21 20:35:11329 'link_settings': {
330 'libraries': [
331 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
332 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
[email protected]899c3e92010-08-28 15:53:50333 '$(SDKROOT)/usr/lib/libresolv.dylib',
[email protected]9c2a57712009-10-21 20:35:11334 ]
335 },
336 },
337 ],
338 ],
339 },
340 {
341 'target_name': 'net',
342 'type': '<(library)',
343 'dependencies': [
344 '../base/base.gyp:base',
345 '../base/base.gyp:base_i18n',
346 '../build/temp_gyp/googleurl.gyp:googleurl',
347 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11348 '../third_party/icu/icu.gyp:icui18n',
349 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11350 '../third_party/zlib/zlib.gyp:zlib',
351 'net_base',
352 'net_resources',
353 ],
354 'sources': [
[email protected]2f80c312009-02-25 21:26:55355 'disk_cache/addr.cc',
356 'disk_cache/addr.h',
357 'disk_cache/backend_impl.cc',
358 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58359 'disk_cache/bitmap.cc',
360 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55361 'disk_cache/block_files.cc',
362 'disk_cache/block_files.h',
363 'disk_cache/cache_util.h',
364 'disk_cache/cache_util_posix.cc',
365 'disk_cache/cache_util_win.cc',
366 'disk_cache/disk_cache.h',
[email protected]b104b502010-10-18 20:21:31367 'disk_cache/disk_format.cc',
[email protected]2f80c312009-02-25 21:26:55368 'disk_cache/disk_format.h',
369 'disk_cache/entry_impl.cc',
370 'disk_cache/entry_impl.h',
371 'disk_cache/errors.h',
372 'disk_cache/eviction.cc',
373 'disk_cache/eviction.h',
[email protected]c03b9792010-09-13 18:10:51374 'disk_cache/experiments.h',
[email protected]b104b502010-10-18 20:21:31375 'disk_cache/file.cc',
[email protected]2f80c312009-02-25 21:26:55376 'disk_cache/file.h',
377 'disk_cache/file_block.h',
378 'disk_cache/file_lock.cc',
379 'disk_cache/file_lock.h',
380 'disk_cache/file_posix.cc',
381 'disk_cache/file_win.cc',
382 'disk_cache/hash.cc',
383 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34384 'disk_cache/histogram_macros.h',
[email protected]fb2622f2010-07-13 18:00:56385 'disk_cache/in_flight_backend_io.cc',
386 'disk_cache/in_flight_backend_io.h',
387 'disk_cache/in_flight_io.cc',
388 'disk_cache/in_flight_io.h',
[email protected]2f80c312009-02-25 21:26:55389 'disk_cache/mapped_file.h',
390 'disk_cache/mapped_file_posix.cc',
391 'disk_cache/mapped_file_win.cc',
392 'disk_cache/mem_backend_impl.cc',
393 'disk_cache/mem_backend_impl.h',
394 'disk_cache/mem_entry_impl.cc',
395 'disk_cache/mem_entry_impl.h',
396 'disk_cache/mem_rankings.cc',
397 'disk_cache/mem_rankings.h',
398 'disk_cache/rankings.cc',
399 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58400 'disk_cache/sparse_control.cc',
401 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55402 'disk_cache/stats.cc',
403 'disk_cache/stats.h',
404 'disk_cache/stats_histogram.cc',
405 'disk_cache/stats_histogram.h',
406 'disk_cache/storage_block-inl.h',
407 'disk_cache/storage_block.h',
408 'disk_cache/trace.cc',
409 'disk_cache/trace.h',
410 'ftp/ftp_auth_cache.cc',
411 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09412 'ftp/ftp_ctrl_response_buffer.cc',
413 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49414 'ftp/ftp_directory_listing_buffer.cc',
415 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32416 'ftp/ftp_directory_listing_parser.cc',
417 'ftp/ftp_directory_listing_parser.h',
418 'ftp/ftp_directory_listing_parser_ls.cc',
419 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]8425e66e2009-12-07 19:51:46420 'ftp/ftp_directory_listing_parser_netware.cc',
421 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32422 'ftp/ftp_directory_listing_parser_vms.cc',
423 'ftp/ftp_directory_listing_parser_vms.h',
424 'ftp/ftp_directory_listing_parser_windows.cc',
425 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55426 'ftp/ftp_network_layer.cc',
427 'ftp/ftp_network_layer.h',
[email protected]b104b502010-10-18 20:21:31428 'ftp/ftp_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55429 'ftp/ftp_network_session.h',
430 'ftp/ftp_network_transaction.cc',
431 'ftp/ftp_network_transaction.h',
432 'ftp/ftp_request_info.h',
433 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55434 'ftp/ftp_server_type_histograms.cc',
435 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55436 'ftp/ftp_transaction.h',
437 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50438 'ftp/ftp_util.cc',
439 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41440 'http/des.cc',
441 'http/des.h',
[email protected]9b437692010-09-09 20:02:48442 'http/disk_cache_based_ssl_host_info.cc',
443 'http/disk_cache_based_ssl_host_info.h',
[email protected]564b4912010-03-09 16:30:42444 'http/http_alternate_protocols.cc',
445 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55446 'http/http_atom_list.h',
447 'http/http_auth.cc',
448 'http/http_auth.h',
449 'http/http_auth_cache.cc',
450 'http/http_auth_cache.h',
[email protected]228404f2010-06-24 04:31:41451 'http/http_auth_controller.cc',
452 'http/http_auth_controller.h',
[email protected]eb3cac72010-02-26 21:07:45453 'http/http_auth_filter.cc',
454 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44455 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08456 'http/http_auth_gssapi_posix.cc',
457 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55458 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50459 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55460 'http/http_auth_handler_basic.cc',
461 'http/http_auth_handler_basic.h',
462 'http/http_auth_handler_digest.cc',
463 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50464 'http/http_auth_handler_factory.cc',
465 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05466 'http/http_auth_handler_negotiate.h',
[email protected]65d34382010-07-01 18:12:26467 'http/http_auth_handler_negotiate.cc',
[email protected]5ae0b862009-02-28 02:02:41468 'http/http_auth_handler_ntlm.cc',
469 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32470 'http/http_auth_handler_ntlm_portable.cc',
471 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56472 'http/http_auth_sspi_win.cc',
473 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57474 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00475 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39476 'http/http_byte_range.cc',
477 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55478 'http/http_cache.cc',
479 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23480 'http/http_cache_transaction.cc',
481 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55482 'http/http_chunked_decoder.cc',
483 'http/http_chunked_decoder.h',
[email protected]b104b502010-10-18 20:21:31484 'http/http_net_log_params.cc',
[email protected]a7ea8832010-07-12 17:54:54485 'http/http_net_log_params.h',
[email protected]ac039522010-06-15 16:39:44486 'http/http_network_delegate.h',
[email protected]2f80c312009-02-25 21:26:55487 'http/http_network_layer.cc',
488 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44489 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55490 'http/http_network_session.h',
[email protected]5322a7f2011-02-11 20:44:42491 'http/http_network_session_peer.cc',
[email protected]87bfa3f2010-09-30 14:54:56492 'http/http_network_session_peer.h',
[email protected]2f80c312009-02-25 21:26:55493 'http/http_network_transaction.cc',
494 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47495 'http/http_request_headers.cc',
496 'http/http_request_headers.h',
[email protected]9b2331d92010-10-04 23:11:19497 'http/http_request_info.cc',
[email protected]2f80c312009-02-25 21:26:55498 'http/http_request_info.h',
[email protected]0b0bf032010-09-21 18:08:50499 'http/http_response_body_drainer.cc',
500 'http/http_response_body_drainer.h',
[email protected]2f80c312009-02-25 21:26:55501 'http/http_response_headers.cc',
502 'http/http_response_headers.h',
503 'http/http_response_info.cc',
504 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00505 'http/http_stream.h',
[email protected]8e6441ca2010-08-19 05:56:38506 'http/http_stream_factory.cc',
507 'http/http_stream_factory.h',
[email protected]0877e3d2009-10-17 22:29:57508 'http/http_stream_parser.cc',
509 'http/http_stream_parser.h',
[email protected]8e6441ca2010-08-19 05:56:38510 'http/http_stream_request.cc',
511 'http/http_stream_request.h',
[email protected]2f80c312009-02-25 21:26:55512 'http/http_transaction.h',
513 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36514 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10515 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36516 'http/url_security_manager_posix.cc',
517 'http/url_security_manager_win.cc',
[email protected]a7ea8832010-07-12 17:54:54518 'http/http_proxy_client_socket.cc',
519 'http/http_proxy_client_socket.h',
[email protected]e772db3f2010-07-12 18:11:13520 'http/http_proxy_client_socket_pool.cc',
521 'http/http_proxy_client_socket_pool.h',
[email protected]fe2f62a2010-10-01 03:34:07522 'http/http_proxy_utils.cc',
523 'http/http_proxy_utils.h',
[email protected]2f80c312009-02-25 21:26:55524 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01525 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55526 'http/http_util.h',
527 'http/http_vary_data.cc',
528 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00529 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41530 'http/md4.cc',
531 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50532 'http/partial_data.cc',
533 'http/partial_data.h',
[email protected]511f6f52010-12-17 03:58:29534 'http/proxy_client_socket.h',
[email protected]8e6441ca2010-08-19 05:56:38535 'http/stream_factory.h',
[email protected]25d8ea22009-08-25 19:42:29536 'ocsp/nss_ocsp.cc',
537 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12538 'proxy/init_proxy_resolver.cc',
539 'proxy/init_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00540 'proxy/multi_threaded_proxy_resolver.cc',
541 'proxy/multi_threaded_proxy_resolver.h',
[email protected]119655002010-07-23 06:02:40542 'proxy/polling_proxy_config_service.cc',
543 'proxy/polling_proxy_config_service.h',
[email protected]7541206c2010-02-19 20:24:06544 'proxy/proxy_bypass_rules.cc',
545 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18546 'proxy/proxy_config.cc',
547 'proxy/proxy_config.h',
548 'proxy/proxy_config_service.h',
[email protected]1e605472010-12-16 21:41:40549 'proxy/proxy_config_service_fixed.cc',
[email protected]2f80c312009-02-25 21:26:55550 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56551 'proxy/proxy_config_service_linux.cc',
552 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27553 'proxy/proxy_config_service_mac.cc',
554 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55555 'proxy/proxy_config_service_win.cc',
556 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18557 'proxy/proxy_info.cc',
558 'proxy/proxy_info.h',
559 'proxy/proxy_list.cc',
560 'proxy/proxy_list.h',
561 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12562 'proxy/proxy_resolver_js_bindings.cc',
563 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55564 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00565 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12566 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32567 'proxy/proxy_resolver_script.h',
[email protected]24476402010-07-20 20:55:17568 'proxy/proxy_resolver_script_data.cc',
569 'proxy/proxy_resolver_script_data.h',
[email protected]6b675b82009-02-26 23:18:32570 'proxy/proxy_resolver_v8.cc',
571 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55572 'proxy/proxy_resolver_winhttp.cc',
573 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18574 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55575 'proxy/proxy_script_fetcher.h',
[email protected]86933612010-10-16 23:10:33576 'proxy/proxy_script_fetcher_impl.cc',
577 'proxy/proxy_script_fetcher_impl.h',
[email protected]2f80c312009-02-25 21:26:55578 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27579 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55580 'proxy/proxy_server.h',
581 'proxy/proxy_service.cc',
582 'proxy/proxy_service.h',
[email protected]1ca2b452010-04-17 00:07:04583 'proxy/sync_host_resolver_bridge.cc',
584 'proxy/sync_host_resolver_bridge.h',
[email protected]9008c86f2010-08-06 07:10:24585 'socket/client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44586 'socket/client_socket.h',
587 'socket/client_socket_factory.cc',
588 'socket/client_socket_factory.h',
589 'socket/client_socket_handle.cc',
590 'socket/client_socket_handle.h',
591 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00592 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02593 'socket/client_socket_pool_base.cc',
594 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00595 'socket/client_socket_pool_histograms.cc',
596 'socket/client_socket_pool_histograms.h',
[email protected]2431756e2010-09-29 20:26:13597 'socket/client_socket_pool_manager.cc',
598 'socket/client_socket_pool_manager.h',
[email protected]345c613b2010-11-22 19:33:18599 'socket/dns_cert_provenance_checker.cc',
600 'socket/dns_cert_provenance_checker.h',
[email protected]f61c3972010-12-23 09:54:15601 'socket/nss_ssl_util.cc',
602 'socket/nss_ssl_util.h',
[email protected]f7984fc62009-06-22 23:26:44603 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35604 'socket/socks5_client_socket.cc',
605 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02606 'socket/socks_client_socket.cc',
607 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26608 'socket/socks_client_socket_pool.cc',
609 'socket/socks_client_socket_pool.h',
[email protected]7cf40912010-12-09 18:25:03610 'socket/ssl_client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44611 'socket/ssl_client_socket.h',
612 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47613 'socket/ssl_client_socket_mac.h',
[email protected]fd4f139f2010-06-11 17:02:20614 'socket/ssl_client_socket_mac_factory.cc',
615 'socket/ssl_client_socket_mac_factory.h',
[email protected]20285392010-06-11 03:12:08616 'socket/ssl_client_socket_nss.cc',
617 'socket/ssl_client_socket_nss.h',
[email protected]fd4f139f2010-06-11 17:02:20618 'socket/ssl_client_socket_nss_factory.cc',
619 'socket/ssl_client_socket_nss_factory.h',
[email protected]d518cd92010-09-29 12:27:44620 'socket/ssl_client_socket_openssl.cc',
621 'socket/ssl_client_socket_openssl.h',
[email protected]e60e47a2010-07-14 03:37:18622 'socket/ssl_client_socket_pool.cc',
623 'socket/ssl_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44624 'socket/ssl_client_socket_win.cc',
625 'socket/ssl_client_socket_win.h',
[email protected]47f7d742010-11-11 04:12:53626 'socket/ssl_error_params.cc',
627 'socket/ssl_error_params.h',
[email protected]f61c3972010-12-23 09:54:15628 'socket/ssl_server_socket.h',
629 'socket/ssl_server_socket_nss.cc',
630 'socket/ssl_server_socket_nss.h',
[email protected]c322aa92011-01-27 11:21:07631 'socket/ssl_server_socket_openssl.cc',
[email protected]b8b73cf2010-12-15 15:56:19632 'socket/ssl_host_info.cc',
633 'socket/ssl_host_info.h',
[email protected]7f7e92392010-10-26 18:29:29634 'socket/tcp_client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44635 'socket/tcp_client_socket.h',
636 'socket/tcp_client_socket_libevent.cc',
637 'socket/tcp_client_socket_libevent.h',
638 'socket/tcp_client_socket_pool.cc',
639 'socket/tcp_client_socket_pool.h',
640 'socket/tcp_client_socket_win.cc',
641 'socket/tcp_client_socket_win.h',
[email protected]aef03132009-10-09 05:04:14642 'socket_stream/socket_stream.cc',
643 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13644 'socket_stream/socket_stream_job.cc',
645 'socket_stream/socket_stream_job.h',
646 'socket_stream/socket_stream_job_manager.cc',
647 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12648 'socket_stream/socket_stream_metrics.cc',
649 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32650 'spdy/spdy_bitmasks.h',
651 'spdy/spdy_frame_builder.cc',
652 'spdy/spdy_frame_builder.h',
653 'spdy/spdy_framer.cc',
654 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40655 'spdy/spdy_http_stream.cc',
656 'spdy/spdy_http_stream.h',
[email protected]fa522e72010-09-15 23:36:29657 'spdy/spdy_http_utils.cc',
658 'spdy/spdy_http_utils.h',
[email protected]dab9c7d2010-02-06 21:44:32659 'spdy/spdy_io_buffer.cc',
660 'spdy/spdy_io_buffer.h',
[email protected]dab9c7d2010-02-06 21:44:32661 'spdy/spdy_protocol.h',
[email protected]fe2f62a2010-10-01 03:34:07662 'spdy/spdy_proxy_client_socket.cc',
663 'spdy/spdy_proxy_client_socket.h',
[email protected]dab9c7d2010-02-06 21:44:32664 'spdy/spdy_session.cc',
665 'spdy/spdy_session.h',
666 'spdy/spdy_session_pool.cc',
667 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50668 'spdy/spdy_settings_storage.cc',
669 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32670 'spdy/spdy_stream.cc',
671 'spdy/spdy_stream.h',
[email protected]be4d55fe2010-06-01 13:40:02672 'url_request/https_prober.h',
673 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55674 'url_request/url_request.cc',
675 'url_request/url_request.h',
676 'url_request/url_request_about_job.cc',
677 'url_request/url_request_about_job.h',
[email protected]f1d81922010-07-31 17:47:09678 'url_request/url_request_context.cc',
[email protected]2f80c312009-02-25 21:26:55679 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58680 'url_request/url_request_data_job.cc',
681 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55682 'url_request/url_request_error_job.cc',
683 'url_request/url_request_error_job.h',
684 'url_request/url_request_file_dir_job.cc',
685 'url_request/url_request_file_dir_job.h',
686 'url_request/url_request_file_job.cc',
687 'url_request/url_request_file_job.h',
688 'url_request/url_request_filter.cc',
689 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13690 'url_request/url_request_ftp_job.cc',
691 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55692 'url_request/url_request_http_job.cc',
693 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55694 'url_request/url_request_job.cc',
695 'url_request/url_request_job.h',
696 'url_request/url_request_job_manager.cc',
697 'url_request/url_request_job_manager.h',
698 'url_request/url_request_job_metrics.cc',
699 'url_request/url_request_job_metrics.h',
700 'url_request/url_request_job_tracker.cc',
701 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36702 'url_request/url_request_netlog_params.cc',
703 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45704 'url_request/url_request_redirect_job.cc',
705 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55706 'url_request/url_request_simple_job.cc',
707 'url_request/url_request_simple_job.h',
708 'url_request/url_request_status.h',
709 'url_request/url_request_test_job.cc',
710 'url_request/url_request_test_job.h',
[email protected]6b3f9642010-11-25 02:29:06711 'url_request/url_request_throttler_entry.cc',
712 'url_request/url_request_throttler_entry.h',
713 'url_request/url_request_throttler_entry_interface.h',
714 'url_request/url_request_throttler_header_adapter.h',
715 'url_request/url_request_throttler_header_adapter.cc',
716 'url_request/url_request_throttler_header_interface.h',
717 'url_request/url_request_throttler_manager.cc',
718 'url_request/url_request_throttler_manager.h',
[email protected]13c34d12009-09-14 20:51:04719 'url_request/view_cache_helper.cc',
720 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36721 'websockets/websocket.cc',
722 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16723 'websockets/websocket_frame_handler.cc',
724 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22725 'websockets/websocket_handshake.cc',
726 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55727 'websockets/websocket_handshake_draft75.cc',
728 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08729 'websockets/websocket_handshake_handler.cc',
730 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13731 'websockets/websocket_job.cc',
732 'websockets/websocket_job.h',
[email protected]78994ab02010-12-08 18:06:44733 'websockets/websocket_net_log_params.cc',
[email protected]6983889c2010-08-12 04:15:21734 'websockets/websocket_net_log_params.h',
[email protected]4c4eac02009-11-04 10:02:28735 'websockets/websocket_throttle.cc',
736 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55737 ],
[email protected]2f80c312009-02-25 21:26:55738 'export_dependent_settings': [
739 '../base/base.gyp:base',
740 ],
741 'conditions': [
[email protected]c61f6432009-04-22 01:16:42742 ['javascript_engine=="v8"', {
743 'dependencies': [
[email protected]44531a22009-04-28 21:37:56744 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42745 ],
746 }],
[email protected]f50278cd2010-08-24 17:34:08747 ['chromeos==1', {
748 'sources!': [
749 'proxy/proxy_config_service_linux.cc',
750 'proxy/proxy_config_service_linux.h',
751 ],
752 }],
[email protected]70372d42010-10-22 13:12:34753 ['use_openssl==1', {
[email protected]b1c2a5542010-10-08 12:44:40754 'sources!': [
[email protected]5f7e5cb22010-11-15 16:08:10755 'ocsp/nss_ocsp.cc',
756 'ocsp/nss_ocsp.h',
[email protected]d8fbf582010-11-04 21:51:12757 'socket/dns_cert_provenance_check.cc',
758 'socket/dns_cert_provenance_check.h',
[email protected]7fd3fd822010-12-23 12:15:49759 'socket/nss_ssl_util.cc',
760 'socket/nss_ssl_util.h',
[email protected]5f7e5cb22010-11-15 16:08:10761 'socket/ssl_client_socket_nss.cc',
762 'socket/ssl_client_socket_nss.h',
763 'socket/ssl_client_socket_nss_factory.cc',
764 'socket/ssl_client_socket_nss_factory.h',
[email protected]f61c3972010-12-23 09:54:15765 'socket/ssl_server_socket_nss.cc',
766 'socket/ssl_server_socket_nss.h',
[email protected]5f7e5cb22010-11-15 16:08:10767 ],
768 },
769 { # else !use_openssl: remove the unneeded files
770 'sources!': [
771 'socket/ssl_client_socket_openssl.cc',
772 'socket/ssl_client_socket_openssl.h',
[email protected]c322aa92011-01-27 11:21:07773 'socket/ssl_server_socket_openssl.cc',
[email protected]d518cd92010-09-29 12:27:44774 ],
775 },
776 ],
[email protected]50462ec2010-01-29 22:28:32777 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03778 'dependencies': [
779 '../build/linux/system.gyp:gconf',
780 '../build/linux/system.gyp:gdk',
[email protected]bbbe9ad2010-11-04 14:56:20781 ],
782 'conditions': [
783 ['use_openssl==1', {
784 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:24785 '../third_party/openssl/openssl.gyp:openssl',
[email protected]bbbe9ad2010-11-04 14:56:20786 ],
787 },
788 { # else use_openssl==0, use NSS
789 'dependencies': [
790 '../build/linux/system.gyp:nss',
791 ],
792 }],
[email protected]3dd6f5e2010-06-01 20:28:03793 ],
794 },
795 { # else: OS is not in the above list
796 'sources!': [
797 'ocsp/nss_ocsp.cc',
798 'ocsp/nss_ocsp.h',
799 ],
800 },
801 ],
[email protected]2f80c312009-02-25 21:26:55802 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55803 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32804 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44805 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55806 ],
807 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02808 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03809 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55810 'tld_cleanup',
811 ],
[email protected]2f80c312009-02-25 21:26:55812 },
813 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47814 'dependencies': [
815 '../third_party/libevent/libevent.gyp:libevent',
816 ],
[email protected]2f80c312009-02-25 21:26:55817 'sources!': [
[email protected]2f80c312009-02-25 21:26:55818 'proxy/proxy_resolver_winhttp.cc',
[email protected]fd4f139f2010-06-11 17:02:20819 'socket/ssl_client_socket_nss_factory.cc',
820 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55821 ],
[email protected]2f80c312009-02-25 21:26:55822 },
823 ],
824 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03825 'dependencies': [
826 '../third_party/nss/nss.gyp:nss',
827 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02828 ],
[email protected]2f80c312009-02-25 21:26:55829 'link_settings': {
830 'libraries': [
831 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
832 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
833 ]
834 },
835 },
[email protected]fd4f139f2010-06-11 17:02:20836 { # else: OS != "mac"
837 'sources!': [
838 'socket/ssl_client_socket_mac_factory.cc',
839 'socket/ssl_client_socket_mac_factory.h',
840 ],
841 },
[email protected]2f80c312009-02-25 21:26:55842 ],
[email protected]2f80c312009-02-25 21:26:55843 ],
844 },
845 {
846 'target_name': 'net_unittests',
847 'type': 'executable',
848 'dependencies': [
849 'net',
[email protected]6718b412009-03-04 18:26:00850 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55851 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14852 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54853 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55854 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57855 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55856 ],
[email protected]9e450f22009-03-10 23:12:16857 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55858 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38859 'base/address_list_unittest.cc',
[email protected]bb639032010-08-12 19:49:40860 'base/cert_database_nss_unittest.cc',
[email protected]822581d2010-12-16 17:27:15861 'base/cert_verifier_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55862 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55863 'base/data_url_unittest.cc',
864 'base/directory_lister_unittest.cc',
[email protected]b24713592010-08-11 19:50:02865 'base/dnssec_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50866 'base/dns_util_unittest.cc',
[email protected]b3ccac82010-08-04 15:54:40867 'base/dnsrr_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55868 'base/escape_unittest.cc',
869 'base/file_stream_unittest.cc',
870 'base/filter_unittest.cc',
871 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38872 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14873 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32874 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02875 'base/keygen_handler_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55876 'base/listen_socket_unittest.cc',
877 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38878 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55879 'base/mime_sniffer_unittest.cc',
880 'base/mime_util_unittest.cc',
[email protected]d2db0292011-01-26 20:23:44881 'base/mock_filter_context.cc',
882 'base/mock_filter_context.h',
[email protected]e8188fe2010-12-09 17:33:21883 'base/net_log_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53884 'base/net_log_unittest.h',
[email protected]2f80c312009-02-25 21:26:55885 'base/net_util_unittest.cc',
[email protected]e5a3eef2010-07-22 02:31:04886 'base/pem_tokenizer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55887 'base/registry_controlled_domain_unittest.cc',
888 'base/run_all_unittests.cc',
889 'base/sdch_filter_unittest.cc',
[email protected]d8654bf2010-07-18 16:01:32890 'base/ssl_cipher_suite_names_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58891 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32892 'base/ssl_config_service_mac_unittest.cc',
[email protected]a0709c0d2010-09-01 17:04:52893 'base/ssl_config_service_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42894 'base/ssl_config_service_win_unittest.cc',
[email protected]5bafc4f2010-09-08 14:07:38895 'base/ssl_false_start_blacklist_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12896 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42897 'base/transport_security_state_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29898 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55899 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33900 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55901 'base/x509_certificate_unittest.cc',
[email protected]11f40342010-11-22 13:35:49902 'base/x509_cert_types_mac_unittest.cc',
[email protected]90e6d4b2010-11-16 13:58:24903 'base/x509_openssl_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55904 'disk_cache/addr_unittest.cc',
905 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58906 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55907 'disk_cache/block_files_unittest.cc',
[email protected]831a1a762010-10-12 05:57:08908 'disk_cache/cache_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55909 'disk_cache/disk_cache_test_base.cc',
910 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55911 'disk_cache/entry_unittest.cc',
912 'disk_cache/mapped_file_unittest.cc',
913 'disk_cache/storage_block_unittest.cc',
914 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09915 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49916 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32917 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46918 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32919 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
920 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37921 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50922 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41923 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42924 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55925 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45926 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08927 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55928 'http/http_auth_handler_basic_unittest.cc',
929 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50930 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00931 'http/http_auth_handler_mock.cc',
932 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34933 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21934 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56935 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55936 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39937 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55938 'http/http_cache_unittest.cc',
939 'http/http_chunked_decoder_unittest.cc',
940 'http/http_network_layer_unittest.cc',
941 'http/http_network_transaction_unittest.cc',
[email protected]e772db3f2010-07-12 18:11:13942 'http/http_proxy_client_socket_pool_unittest.cc',
[email protected]270c6412010-03-29 22:02:47943 'http/http_request_headers_unittest.cc',
[email protected]0b0bf032010-09-21 18:08:50944 'http/http_response_body_drainer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55945 'http/http_response_headers_unittest.cc',
[email protected]81cdfcd2010-10-16 00:49:00946 'http/http_stream_factory_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55947 'http/http_transaction_unittest.cc',
948 'http/http_transaction_unittest.h',
949 'http/http_util_unittest.cc',
950 'http/http_vary_data_unittest.cc',
[email protected]d2db0292011-01-26 20:23:44951 'http/mock_allow_url_security_manager.cc',
952 'http/mock_allow_url_security_manager.h',
[email protected]3ad259a2010-07-16 17:26:47953 'http/mock_gssapi_library_posix.cc',
954 'http/mock_gssapi_library_posix.h',
[email protected]5c2471b2010-04-20 17:25:09955 'http/mock_sspi_library_win.h',
956 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30957 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12958 'proxy/init_proxy_resolver_unittest.cc',
[email protected]61b84d52010-07-09 03:32:00959 'proxy/multi_threaded_proxy_resolver_unittest.cc',
[email protected]7541206c2010-02-19 20:24:06960 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56961 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57962 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23963 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18964 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12965 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32966 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]86933612010-10-16 23:10:33967 'proxy/proxy_script_fetcher_impl_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31968 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55969 'proxy/proxy_service_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04970 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05971 'socket/client_socket_pool_base_unittest.cc',
[email protected]5e6609582010-10-05 18:14:20972 'socket/deterministic_socket_data_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35973 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26974 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58975 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44976 'socket/ssl_client_socket_unittest.cc',
[email protected]e60e47a2010-07-14 03:37:18977 'socket/ssl_client_socket_pool_unittest.cc',
[email protected]f61c3972010-12-23 09:54:15978 'socket/ssl_server_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44979 'socket/tcp_client_socket_pool_unittest.cc',
980 'socket/tcp_client_socket_unittest.cc',
[email protected]26a64592009-12-15 08:04:40981 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11982 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32983 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:40984 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32985 'spdy/spdy_network_transaction_unittest.cc',
986 'spdy/spdy_protocol_test.cc',
[email protected]fe2f62a2010-10-01 03:34:07987 'spdy/spdy_proxy_client_socket_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32988 'spdy/spdy_session_unittest.cc',
[email protected]4f386422010-07-20 04:19:49989 'spdy/spdy_stream_unittest.cc',
[email protected]75f30cc22010-06-28 21:41:38990 'spdy/spdy_test_util.cc',
[email protected]2ff8b312010-04-26 22:20:54991 'spdy/spdy_test_util.h',
[email protected]9af13ce2010-09-16 21:45:48992 'test/python_utils_unittest.cc',
[email protected]196f286c2010-06-07 14:57:17993 'tools/dump_cache/url_to_filename_encoder.cc',
994 'tools/dump_cache/url_to_filename_encoder.h',
995 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]8cd1ba5a2010-08-17 23:47:23996 'tools/dump_cache/url_utilities.h',
997 'tools/dump_cache/url_utilities.cc',
998 'tools/dump_cache/url_utilities_unittest.cc',
[email protected]ac9f9792010-08-06 14:09:30999 'url_request/url_request_job_tracker_unittest.cc',
[email protected]6b3f9642010-11-25 02:29:061000 'url_request/url_request_throttler_unittest.cc',
[email protected]2f80c312009-02-25 21:26:551001 'url_request/url_request_unittest.cc',
[email protected]cec6f9b02010-05-27 22:06:311002 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:161003 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:551004 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:081005 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:221006 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:131007 'websockets/websocket_job_unittest.cc',
[email protected]7ee457852010-11-12 11:19:561008 'websockets/websocket_net_log_params_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:281009 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:361010 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:551011 ],
1012 'conditions': [
[email protected]f50278cd2010-08-24 17:34:081013 ['chromeos==1', {
1014 'sources!': [
1015 'proxy/proxy_config_service_linux_unittest.cc',
1016 ],
1017 }],
[email protected]50462ec2010-01-29 22:28:321018 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:261019 'dependencies': [
1020 '../build/linux/system.gyp:gtk',
[email protected]69138472010-06-25 22:44:481021 '../build/linux/system.gyp:nss',
[email protected]9d384032009-03-20 23:13:261022 ],
[email protected]2f80c312009-02-25 21:26:551023 'sources!': [
1024 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:551025 ],
1026 },
[email protected]bb639032010-08-12 19:49:401027 { # else: OS is not in the above list
1028 'sources!': [
1029 'base/cert_database_nss_unittest.cc',
1030 ],
1031 }
[email protected]2f80c312009-02-25 21:26:551032 ],
[email protected]b1c2a5542010-10-08 12:44:401033 [ 'OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:151034 'conditions': [
1035 ['linux_use_tcmalloc==1', {
1036 'dependencies': [
1037 '../base/allocator/allocator.gyp:allocator',
1038 ],
1039 }],
1040 ],
1041 }],
[email protected]70372d42010-10-22 13:12:341042 [ 'use_openssl==1', {
1043 # When building for OpenSSL, we need to exclude NSS specific tests.
1044 # TODO(bulach): Add equivalent tests when the underlying
1045 # functionality is ported to OpenSSL.
[email protected]b1c2a5542010-10-08 12:44:401046 'sources!': [
1047 'base/cert_database_nss_unittest.cc',
[email protected]70372d42010-10-22 13:12:341048 'base/dnssec_unittest.cc',
[email protected]b1c2a5542010-10-08 12:44:401049 ],
1050 },
[email protected]90e6d4b2010-11-16 13:58:241051 { # else, remove openssl specific tests
1052 'sources!': [
1053 'base/x509_openssl_util_unittest.cc',
1054 ],
1055 }
[email protected]b1c2a5542010-10-08 12:44:401056 ],
[email protected]2f80c312009-02-25 21:26:551057 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:081058 'sources!': [
1059 'http/http_auth_gssapi_posix_unittest.cc',
1060 ],
[email protected]cdafbff2010-03-02 17:47:021061 # This is needed to trigger the dll copy step on windows.
1062 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:551063 'dependencies': [
[email protected]280629492009-09-09 06:49:081064 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:551065 ],
1066 },
1067 ],
1068 ],
1069 },
1070 {
1071 'target_name': 'net_perftests',
1072 'type': 'executable',
1073 'dependencies': [
1074 'net',
[email protected]6718b412009-03-04 18:26:001075 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551076 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:141077 '../base/base.gyp:base_i18n',
[email protected]7d1ba9392009-08-03 18:35:061078 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:551079 '../testing/gtest.gyp:gtest',
1080 ],
[email protected]9e450f22009-03-10 23:12:161081 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:551082 'sources': [
[email protected]2f80c312009-02-25 21:26:551083 'base/cookie_monster_perftest.cc',
1084 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:331085 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:551086 ],
1087 'conditions': [
1088 # This is needed to trigger the dll copy step on windows.
1089 # TODO(mark): Specifying this here shouldn't be necessary.
1090 [ 'OS == "win"', {
1091 'dependencies': [
[email protected]280629492009-09-09 06:49:081092 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:551093 ],
1094 },
1095 ],
1096 ],
1097 },
1098 {
1099 'target_name': 'stress_cache',
1100 'type': 'executable',
1101 'dependencies': [
1102 'net',
[email protected]6718b412009-03-04 18:26:001103 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551104 '../base/base.gyp:base',
1105 ],
1106 'sources': [
[email protected]2f80c312009-02-25 21:26:551107 'disk_cache/stress_cache.cc',
1108 ],
1109 },
1110 {
1111 'target_name': 'tld_cleanup',
1112 'type': 'executable',
1113 'dependencies': [
1114 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:141115 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:551116 '../build/temp_gyp/googleurl.gyp:googleurl',
1117 ],
[email protected]b8234462009-03-18 02:30:551118 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:551119 'sources': [
1120 'tools/tld_cleanup/tld_cleanup.cc',
1121 ],
1122 },
1123 {
1124 'target_name': 'crash_cache',
1125 'type': 'executable',
1126 'dependencies': [
1127 'net',
[email protected]6718b412009-03-04 18:26:001128 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551129 '../base/base.gyp:base',
1130 ],
[email protected]9e450f22009-03-10 23:12:161131 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:551132 'sources': [
1133 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:001134 ],
1135 },
1136 {
[email protected]f9ff629f2010-09-03 23:54:361137 'target_name': 'run_testserver',
1138 'type': 'executable',
1139 'dependencies': [
1140 'net',
1141 'net_test_support',
1142 '../base/base.gyp:base',
1143 '../testing/gtest.gyp:gtest',
1144 ],
1145 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5',
1146 'sources': [
1147 'tools/testserver/run_testserver.cc',
1148 ],
1149 },
1150 {
[email protected]6718b412009-03-04 18:26:001151 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:491152 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:001153 'dependencies': [
1154 'net',
1155 '../base/base.gyp:base',
[email protected]5f38d712010-10-26 06:46:591156 '../base/base.gyp:test_support_base',
[email protected]ff007e162009-05-23 09:13:151157 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:001158 ],
1159 'sources': [
[email protected]702a6a722010-03-17 18:24:511160 'base/cert_test_util.cc',
1161 'base/cert_test_util.h',
[email protected]d2db0292011-01-26 20:23:441162 'base/cookie_monster_store_test.cc',
1163 'base/cookie_monster_store_test.h',
1164 'base/net_test_suite.cc',
1165 'base/net_test_suite.h',
[email protected]ad74a592011-01-21 18:40:551166 'base/test_completion_callback.cc',
1167 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:551168 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:001169 'disk_cache/disk_cache_test_util.h',
[email protected]b6ce91b2011-02-10 21:30:501170 'proxy/mock_proxy_resolver.cc',
1171 'proxy/mock_proxy_resolver.h',
[email protected]ab501a6a2009-05-12 15:07:501172 'proxy/proxy_config_service_common_unittest.cc',
1173 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:441174 'socket/socket_test_util.cc',
1175 'socket/socket_test_util.h',
[email protected]9af13ce2010-09-16 21:45:481176 'test/python_utils.cc',
1177 'test/python_utils.h',
[email protected]1b9565c2010-07-21 01:19:311178 'test/test_server.cc',
[email protected]95409e12010-08-17 20:07:111179 'test/test_server_posix.cc',
1180 'test/test_server_win.cc',
[email protected]1b9565c2010-07-21 01:19:311181 'test/test_server.h',
[email protected]d2db0292011-01-26 20:23:441182 'url_request/url_request_test_util.cc',
1183 'url_request/url_request_test_util.h',
[email protected]702a6a722010-03-17 18:24:511184 ],
1185 'conditions': [
[email protected]6c2046562010-05-07 23:47:501186 ['inside_chromium_build==1', {
1187 'dependencies': [
1188 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
[email protected]5ceb5e92010-11-11 08:47:141189 '../chrome/browser/policy/proto/device_management_proto.gyp:device_management_proto',
[email protected]9cac94e2010-10-01 16:35:121190 '../third_party/protobuf/protobuf.gyp:py_proto',
[email protected]6c2046562010-05-07 23:47:501191 ],
1192 }],
[email protected]702a6a722010-03-17 18:24:511193 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]70372d42010-10-22 13:12:341194 'conditions': [
1195 ['use_openssl==1', {
1196 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:241197 '../third_party/openssl/openssl.gyp:openssl',
[email protected]32765f82010-12-16 00:01:371198 ],
[email protected]70372d42010-10-22 13:12:341199 }, {
1200 'dependencies': [
1201 '../build/linux/system.gyp:nss',
1202 ],
1203 }],
[email protected]702a6a722010-03-17 18:24:511204 ],
1205 }],
[email protected]85437612010-03-22 11:55:231206 ['OS == "linux"', {
1207 'conditions': [
1208 ['linux_use_tcmalloc==1', {
1209 'dependencies': [
1210 '../base/allocator/allocator.gyp:allocator',
1211 ],
1212 }],
1213 ],
1214 }],
[email protected]2f80c312009-02-25 21:26:551215 ],
1216 },
[email protected]ef36c74c2009-03-11 13:32:221217 {
1218 'target_name': 'net_resources',
1219 'type': 'none',
1220 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:021221 'variables': {
1222 'grit_cmd': ['python', '../tools/grit/grit.py'],
[email protected]b15b5e32011-01-08 01:07:521223 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',
1224 '<@(grit_defines)'],
[email protected]5b910872010-02-09 01:03:021225 'input_paths': [
1226 'base/net_resources.grd',
1227 ],
1228 },
[email protected]ef36c74c2009-03-11 13:32:221229 'rules': [
[email protected]2f80c312009-02-25 21:26:551230 {
[email protected]ef36c74c2009-03-11 13:32:221231 'rule_name': 'grit',
1232 'extension': 'grd',
1233 'inputs': [
[email protected]5b910872010-02-09 01:03:021234 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551235 ],
[email protected]ef36c74c2009-03-11 13:32:221236 'outputs': [
[email protected]5b910872010-02-09 01:03:021237 '<!@(<(grit_info_cmd) '
1238 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551239 ],
[email protected]ef36c74c2009-03-11 13:32:221240 'action':
[email protected]5b910872010-02-09 01:03:021241 ['<@(grit_cmd)',
1242 '-i', '<(RULE_INPUT_PATH)', 'build',
[email protected]bb6aba32011-01-07 19:04:431243 '-o', '<(SHARED_INTERMEDIATE_DIR)/net',
1244 '<@(grit_defines)'],
[email protected]027ec5f2009-03-16 18:30:351245 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:551246 },
[email protected]6718b412009-03-04 18:26:001247 ],
[email protected]ef36c74c2009-03-11 13:32:221248 'sources': [
[email protected]5b910872010-02-09 01:03:021249 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:221250 ],
1251 'direct_dependent_settings': {
1252 'include_dirs': [
1253 '<(SHARED_INTERMEDIATE_DIR)/net',
1254 ],
1255 },
[email protected]b392f3e2009-05-11 20:01:241256 'conditions': [
1257 ['OS=="win"', {
1258 'dependencies': ['../build/win/system.gyp:cygwin'],
1259 }],
1260 ],
[email protected]ef36c74c2009-03-11 13:32:221261 },
[email protected]75b91f92009-06-17 07:28:481262 {
1263 'target_name': 'fetch_client',
1264 'type': 'executable',
1265 'dependencies': [
1266 'net',
1267 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:481268 '../testing/gtest.gyp:gtest',
1269 ],
1270 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1271 'sources': [
1272 'tools/fetch/fetch_client.cc',
1273 ],
1274 },
[email protected]fe4f06d2009-06-17 07:58:051275 {
1276 'target_name': 'fetch_server',
1277 'type': 'executable',
1278 'dependencies': [
1279 'net',
1280 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:051281 '../testing/gtest.gyp:gtest',
1282 ],
1283 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1284 'sources': [
1285 'tools/fetch/fetch_server.cc',
1286 'tools/fetch/http_listen_socket.cc',
1287 'tools/fetch/http_listen_socket.h',
1288 'tools/fetch/http_server.cc',
1289 'tools/fetch/http_server.h',
[email protected]ecef1ff2011-02-04 18:35:541290 'tools/fetch/http_server_request_info.cc',
[email protected]d022e4e2009-06-23 04:13:001291 'tools/fetch/http_server_request_info.h',
[email protected]ecef1ff2011-02-04 18:35:541292 'tools/fetch/http_server_response_info.cc',
[email protected]d022e4e2009-06-23 04:13:001293 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:051294 'tools/fetch/http_session.cc',
1295 'tools/fetch/http_session.h',
1296 ],
1297 },
[email protected]c402da42009-12-10 02:38:031298 {
[email protected]a33721a2011-02-03 17:23:241299 'target_name': 'http_server',
[email protected]0569d862010-07-05 11:32:401300 'type': '<(library)',
1301 'dependencies': [
1302 'net',
1303 '../base/base.gyp:base',
1304 '../testing/gtest.gyp:gtest',
1305 ],
1306 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
1307 'sources': [
[email protected]a33721a2011-02-03 17:23:241308 'server/http_server.cc',
1309 'server/http_server.h',
[email protected]1889dc1b2010-10-14 22:03:131310 'server/http_server_request_info.cc',
[email protected]0569d862010-07-05 11:32:401311 'server/http_server_request_info.h',
1312 ],
1313 },
1314 {
[email protected]b40f05a2010-09-09 20:13:231315 'target_name': 'dnssec_chain_verify',
1316 'type': 'executable',
1317 'dependencies': [
1318 'net_base',
1319 ],
1320 'sources': [
1321 'tools/dnssec_chain_verify/dnssec_chain_verify.cc',
1322 ]
1323 },
1324 {
[email protected]5bafc4f2010-09-08 14:07:381325 'target_name': 'ssl_false_start_blacklist_process',
1326 'type': 'executable',
1327 'toolsets': ['host'],
1328 'include_dirs': [
1329 '..',
1330 ],
1331 'sources': [
1332 'base/ssl_false_start_blacklist_process.cc',
1333 ],
1334 },
[email protected]ef36c74c2009-03-11 13:32:221335 ],
1336 'conditions': [
[email protected]b64abf632010-11-24 10:19:221337 ['OS=="linux"', {
1338 'targets': [
1339 {
1340 'target_name': 'flip_in_mem_edsm_server',
1341 'type': 'executable',
1342 'cflags': [
1343 '-Wno-deprecated',
1344 ],
1345 'dependencies': [
1346 '../base/base.gyp:base',
1347 'net.gyp:net',
1348 '../third_party/openssl/openssl.gyp:openssl',
1349 ],
1350 'sources': [
1351 'tools/dump_cache/url_to_filename_encoder.cc',
1352 'tools/dump_cache/url_to_filename_encoder.h',
1353 'tools/dump_cache/url_utilities.h',
1354 'tools/dump_cache/url_utilities.cc',
[email protected]918e8ad2010-09-30 15:15:521355
[email protected]878984e2011-02-02 20:03:021356 'tools/flip_server/acceptor_thread.h',
1357 'tools/flip_server/acceptor_thread.cc',
[email protected]b64abf632010-11-24 10:19:221358 'tools/flip_server/balsa_enums.h',
1359 'tools/flip_server/balsa_frame.cc',
1360 'tools/flip_server/balsa_frame.h',
1361 'tools/flip_server/balsa_headers.cc',
1362 'tools/flip_server/balsa_headers.h',
1363 'tools/flip_server/balsa_headers_token_utils.cc',
1364 'tools/flip_server/balsa_headers_token_utils.h',
1365 'tools/flip_server/balsa_visitor_interface.h',
1366 'tools/flip_server/buffer_interface.h',
[email protected]878984e2011-02-02 20:03:021367 'tools/flip_server/constants.h',
[email protected]b64abf632010-11-24 10:19:221368 'tools/flip_server/create_listener.cc',
1369 'tools/flip_server/create_listener.h',
1370 'tools/flip_server/epoll_server.cc',
1371 'tools/flip_server/epoll_server.h',
[email protected]ecef1ff2011-02-04 18:35:541372 'tools/flip_server/flip_config.cc',
1373 'tools/flip_server/flip_config.h',
[email protected]b64abf632010-11-24 10:19:221374 'tools/flip_server/flip_in_mem_edsm_server.cc',
[email protected]878984e2011-02-02 20:03:021375 'tools/flip_server/http_interface.cc',
1376 'tools/flip_server/http_interface.h',
[email protected]b64abf632010-11-24 10:19:221377 'tools/flip_server/http_message_constants.cc',
1378 'tools/flip_server/http_message_constants.h',
1379 'tools/flip_server/loadtime_measurement.h',
[email protected]878984e2011-02-02 20:03:021380 'tools/flip_server/mem_cache.h',
1381 'tools/flip_server/mem_cache.cc',
[email protected]b64abf632010-11-24 10:19:221382 'tools/flip_server/porting.txt',
[email protected]878984e2011-02-02 20:03:021383 'tools/flip_server/output_ordering.cc',
1384 'tools/flip_server/output_ordering.h',
[email protected]b64abf632010-11-24 10:19:221385 'tools/flip_server/ring_buffer.cc',
1386 'tools/flip_server/ring_buffer.h',
1387 'tools/flip_server/simple_buffer.cc',
1388 'tools/flip_server/simple_buffer.h',
[email protected]878984e2011-02-02 20:03:021389 'tools/flip_server/sm_connection.cc',
1390 'tools/flip_server/sm_connection.h',
1391 'tools/flip_server/sm_interface.h',
[email protected]b64abf632010-11-24 10:19:221392 'tools/flip_server/split.h',
1393 'tools/flip_server/split.cc',
[email protected]878984e2011-02-02 20:03:021394 'tools/flip_server/spdy_ssl.cc',
1395 'tools/flip_server/spdy_ssl.h',
1396 'tools/flip_server/spdy_interface.cc',
1397 'tools/flip_server/spdy_interface.h',
1398 'tools/flip_server/spdy_util.cc',
1399 'tools/flip_server/spdy_util.h',
1400 'tools/flip_server/streamer_interface.cc',
1401 'tools/flip_server/streamer_interface.h',
[email protected]b64abf632010-11-24 10:19:221402 'tools/flip_server/string_piece_utils.h',
1403 'tools/flip_server/thread.h',
1404 'tools/flip_server/url_to_filename_encoder.h',
1405 'tools/flip_server/url_utilities.h',
1406 ],
1407 },
1408 ]
1409 }],
[email protected]8f205b02010-11-10 22:48:171410 ['OS=="linux"', {
1411 'targets': [
1412 {
1413 'target_name': 'snap_start_unittests',
1414 'type': 'executable',
1415 'dependencies': [
1416 'net',
1417 'net_test_support',
1418 'openssl_helper',
1419 '../build/linux/system.gyp:nss',
1420 '../testing/gmock.gyp:gmock',
1421 '../testing/gtest.gyp:gtest',
1422 ],
1423 'sources': [
1424 'base/run_all_unittests.cc',
1425 'socket/ssl_client_socket_snapstart_unittest.cc',
1426 ]
1427 },
1428 {
1429 'target_name': 'openssl_helper',
1430 'type': 'executable',
1431 'dependencies': [
1432 '../third_party/openssl/openssl.gyp:openssl',
1433 ],
1434 'sources': [
1435 'test/openssl_helper.cc',
1436 ],
1437 },
1438 ],
1439 }],
[email protected]6718b412009-03-04 18:26:001440 ['OS=="win"', {
1441 'targets': [
[email protected]2f80c312009-02-25 21:26:551442 {
1443 # TODO(port): dump_cache is still Windows-specific.
1444 'target_name': 'dump_cache',
1445 'type': 'executable',
1446 'dependencies': [
1447 'net',
[email protected]ad74a592011-01-21 18:40:551448 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551449 '../base/base.gyp:base',
1450 ],
1451 'sources': [
[email protected]c44344e2009-09-02 22:05:501452 'tools/dump_cache/cache_dumper.cc',
1453 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551454 'tools/dump_cache/dump_cache.cc',
1455 'tools/dump_cache/dump_files.cc',
1456 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171457 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501458 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]8cd1ba5a2010-08-17 23:47:231459 'tools/dump_cache/url_utilities.h',
1460 'tools/dump_cache/url_utilities.cc',
[email protected]2f80c312009-02-25 21:26:551461 ],
1462 },
1463 ],
1464 }],
[email protected]2f80c312009-02-25 21:26:551465 ],
1466}
[email protected]f5c990c2009-10-06 03:02:381467
1468# Local Variables:
1469# tab-width:2
1470# indent-tabs-mode:nil
1471# End:
1472# vim: set expandtab tabstop=2 shiftwidth=2: