blob: c242f276144264fba8c446ea6b6681601efff15b [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]87bfa3f2010-09-30 14:54:56491 'http/http_network_session_peer.h',
[email protected]2f80c312009-02-25 21:26:55492 'http/http_network_transaction.cc',
493 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47494 'http/http_request_headers.cc',
495 'http/http_request_headers.h',
[email protected]9b2331d92010-10-04 23:11:19496 'http/http_request_info.cc',
[email protected]2f80c312009-02-25 21:26:55497 'http/http_request_info.h',
[email protected]0b0bf032010-09-21 18:08:50498 'http/http_response_body_drainer.cc',
499 'http/http_response_body_drainer.h',
[email protected]2f80c312009-02-25 21:26:55500 'http/http_response_headers.cc',
501 'http/http_response_headers.h',
502 'http/http_response_info.cc',
503 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00504 'http/http_stream.h',
[email protected]8e6441ca2010-08-19 05:56:38505 'http/http_stream_factory.cc',
506 'http/http_stream_factory.h',
[email protected]0877e3d2009-10-17 22:29:57507 'http/http_stream_parser.cc',
508 'http/http_stream_parser.h',
[email protected]8e6441ca2010-08-19 05:56:38509 'http/http_stream_request.cc',
510 'http/http_stream_request.h',
[email protected]2f80c312009-02-25 21:26:55511 'http/http_transaction.h',
512 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36513 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10514 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36515 'http/url_security_manager_posix.cc',
516 'http/url_security_manager_win.cc',
[email protected]a7ea8832010-07-12 17:54:54517 'http/http_proxy_client_socket.cc',
518 'http/http_proxy_client_socket.h',
[email protected]e772db3f2010-07-12 18:11:13519 'http/http_proxy_client_socket_pool.cc',
520 'http/http_proxy_client_socket_pool.h',
[email protected]fe2f62a2010-10-01 03:34:07521 'http/http_proxy_utils.cc',
522 'http/http_proxy_utils.h',
[email protected]2f80c312009-02-25 21:26:55523 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01524 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55525 'http/http_util.h',
526 'http/http_vary_data.cc',
527 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00528 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41529 'http/md4.cc',
530 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50531 'http/partial_data.cc',
532 'http/partial_data.h',
[email protected]511f6f52010-12-17 03:58:29533 'http/proxy_client_socket.h',
[email protected]8e6441ca2010-08-19 05:56:38534 'http/stream_factory.h',
[email protected]25d8ea22009-08-25 19:42:29535 'ocsp/nss_ocsp.cc',
536 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12537 'proxy/init_proxy_resolver.cc',
538 'proxy/init_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00539 'proxy/multi_threaded_proxy_resolver.cc',
540 'proxy/multi_threaded_proxy_resolver.h',
[email protected]119655002010-07-23 06:02:40541 'proxy/polling_proxy_config_service.cc',
542 'proxy/polling_proxy_config_service.h',
[email protected]7541206c2010-02-19 20:24:06543 'proxy/proxy_bypass_rules.cc',
544 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18545 'proxy/proxy_config.cc',
546 'proxy/proxy_config.h',
547 'proxy/proxy_config_service.h',
[email protected]1e605472010-12-16 21:41:40548 'proxy/proxy_config_service_fixed.cc',
[email protected]2f80c312009-02-25 21:26:55549 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56550 'proxy/proxy_config_service_linux.cc',
551 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27552 'proxy/proxy_config_service_mac.cc',
553 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55554 'proxy/proxy_config_service_win.cc',
555 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18556 'proxy/proxy_info.cc',
557 'proxy/proxy_info.h',
558 'proxy/proxy_list.cc',
559 'proxy/proxy_list.h',
560 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12561 'proxy/proxy_resolver_js_bindings.cc',
562 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55563 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00564 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12565 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32566 'proxy/proxy_resolver_script.h',
[email protected]24476402010-07-20 20:55:17567 'proxy/proxy_resolver_script_data.cc',
568 'proxy/proxy_resolver_script_data.h',
[email protected]6b675b82009-02-26 23:18:32569 'proxy/proxy_resolver_v8.cc',
570 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55571 'proxy/proxy_resolver_winhttp.cc',
572 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18573 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55574 'proxy/proxy_script_fetcher.h',
[email protected]86933612010-10-16 23:10:33575 'proxy/proxy_script_fetcher_impl.cc',
576 'proxy/proxy_script_fetcher_impl.h',
[email protected]2f80c312009-02-25 21:26:55577 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27578 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55579 'proxy/proxy_server.h',
580 'proxy/proxy_service.cc',
581 'proxy/proxy_service.h',
[email protected]1ca2b452010-04-17 00:07:04582 'proxy/sync_host_resolver_bridge.cc',
583 'proxy/sync_host_resolver_bridge.h',
[email protected]9008c86f2010-08-06 07:10:24584 'socket/client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44585 'socket/client_socket.h',
586 'socket/client_socket_factory.cc',
587 'socket/client_socket_factory.h',
588 'socket/client_socket_handle.cc',
589 'socket/client_socket_handle.h',
590 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00591 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02592 'socket/client_socket_pool_base.cc',
593 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00594 'socket/client_socket_pool_histograms.cc',
595 'socket/client_socket_pool_histograms.h',
[email protected]2431756e2010-09-29 20:26:13596 'socket/client_socket_pool_manager.cc',
597 'socket/client_socket_pool_manager.h',
[email protected]345c613b2010-11-22 19:33:18598 'socket/dns_cert_provenance_checker.cc',
599 'socket/dns_cert_provenance_checker.h',
[email protected]f61c3972010-12-23 09:54:15600 'socket/nss_ssl_util.cc',
601 'socket/nss_ssl_util.h',
[email protected]f7984fc62009-06-22 23:26:44602 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35603 'socket/socks5_client_socket.cc',
604 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02605 'socket/socks_client_socket.cc',
606 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26607 'socket/socks_client_socket_pool.cc',
608 'socket/socks_client_socket_pool.h',
[email protected]7cf40912010-12-09 18:25:03609 'socket/ssl_client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44610 'socket/ssl_client_socket.h',
611 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47612 'socket/ssl_client_socket_mac.h',
[email protected]fd4f139f2010-06-11 17:02:20613 'socket/ssl_client_socket_mac_factory.cc',
614 'socket/ssl_client_socket_mac_factory.h',
[email protected]20285392010-06-11 03:12:08615 'socket/ssl_client_socket_nss.cc',
616 'socket/ssl_client_socket_nss.h',
[email protected]fd4f139f2010-06-11 17:02:20617 'socket/ssl_client_socket_nss_factory.cc',
618 'socket/ssl_client_socket_nss_factory.h',
[email protected]d518cd92010-09-29 12:27:44619 'socket/ssl_client_socket_openssl.cc',
620 'socket/ssl_client_socket_openssl.h',
[email protected]e60e47a2010-07-14 03:37:18621 'socket/ssl_client_socket_pool.cc',
622 'socket/ssl_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44623 'socket/ssl_client_socket_win.cc',
624 'socket/ssl_client_socket_win.h',
[email protected]47f7d742010-11-11 04:12:53625 'socket/ssl_error_params.cc',
626 'socket/ssl_error_params.h',
[email protected]f61c3972010-12-23 09:54:15627 'socket/ssl_server_socket.h',
628 'socket/ssl_server_socket_nss.cc',
629 'socket/ssl_server_socket_nss.h',
[email protected]c322aa92011-01-27 11:21:07630 'socket/ssl_server_socket_openssl.cc',
[email protected]b8b73cf2010-12-15 15:56:19631 'socket/ssl_host_info.cc',
632 'socket/ssl_host_info.h',
[email protected]7f7e92392010-10-26 18:29:29633 'socket/tcp_client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44634 'socket/tcp_client_socket.h',
635 'socket/tcp_client_socket_libevent.cc',
636 'socket/tcp_client_socket_libevent.h',
637 'socket/tcp_client_socket_pool.cc',
638 'socket/tcp_client_socket_pool.h',
639 'socket/tcp_client_socket_win.cc',
640 'socket/tcp_client_socket_win.h',
[email protected]aef03132009-10-09 05:04:14641 'socket_stream/socket_stream.cc',
642 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13643 'socket_stream/socket_stream_job.cc',
644 'socket_stream/socket_stream_job.h',
645 'socket_stream/socket_stream_job_manager.cc',
646 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12647 'socket_stream/socket_stream_metrics.cc',
648 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32649 'spdy/spdy_bitmasks.h',
650 'spdy/spdy_frame_builder.cc',
651 'spdy/spdy_frame_builder.h',
652 'spdy/spdy_framer.cc',
653 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40654 'spdy/spdy_http_stream.cc',
655 'spdy/spdy_http_stream.h',
[email protected]fa522e72010-09-15 23:36:29656 'spdy/spdy_http_utils.cc',
657 'spdy/spdy_http_utils.h',
[email protected]dab9c7d2010-02-06 21:44:32658 'spdy/spdy_io_buffer.cc',
659 'spdy/spdy_io_buffer.h',
[email protected]dab9c7d2010-02-06 21:44:32660 'spdy/spdy_protocol.h',
[email protected]fe2f62a2010-10-01 03:34:07661 'spdy/spdy_proxy_client_socket.cc',
662 'spdy/spdy_proxy_client_socket.h',
[email protected]dab9c7d2010-02-06 21:44:32663 'spdy/spdy_session.cc',
664 'spdy/spdy_session.h',
665 'spdy/spdy_session_pool.cc',
666 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50667 'spdy/spdy_settings_storage.cc',
668 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32669 'spdy/spdy_stream.cc',
670 'spdy/spdy_stream.h',
[email protected]be4d55fe2010-06-01 13:40:02671 'url_request/https_prober.h',
672 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55673 'url_request/url_request.cc',
674 'url_request/url_request.h',
675 'url_request/url_request_about_job.cc',
676 'url_request/url_request_about_job.h',
[email protected]f1d81922010-07-31 17:47:09677 'url_request/url_request_context.cc',
[email protected]2f80c312009-02-25 21:26:55678 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58679 'url_request/url_request_data_job.cc',
680 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55681 'url_request/url_request_error_job.cc',
682 'url_request/url_request_error_job.h',
683 'url_request/url_request_file_dir_job.cc',
684 'url_request/url_request_file_dir_job.h',
685 'url_request/url_request_file_job.cc',
686 'url_request/url_request_file_job.h',
687 'url_request/url_request_filter.cc',
688 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13689 'url_request/url_request_ftp_job.cc',
690 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55691 'url_request/url_request_http_job.cc',
692 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55693 'url_request/url_request_job.cc',
694 'url_request/url_request_job.h',
695 'url_request/url_request_job_manager.cc',
696 'url_request/url_request_job_manager.h',
697 'url_request/url_request_job_metrics.cc',
698 'url_request/url_request_job_metrics.h',
699 'url_request/url_request_job_tracker.cc',
700 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36701 'url_request/url_request_netlog_params.cc',
702 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45703 'url_request/url_request_redirect_job.cc',
704 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55705 'url_request/url_request_simple_job.cc',
706 'url_request/url_request_simple_job.h',
707 'url_request/url_request_status.h',
708 'url_request/url_request_test_job.cc',
709 'url_request/url_request_test_job.h',
[email protected]6b3f9642010-11-25 02:29:06710 'url_request/url_request_throttler_entry.cc',
711 'url_request/url_request_throttler_entry.h',
712 'url_request/url_request_throttler_entry_interface.h',
713 'url_request/url_request_throttler_header_adapter.h',
714 'url_request/url_request_throttler_header_adapter.cc',
715 'url_request/url_request_throttler_header_interface.h',
716 'url_request/url_request_throttler_manager.cc',
717 'url_request/url_request_throttler_manager.h',
[email protected]13c34d12009-09-14 20:51:04718 'url_request/view_cache_helper.cc',
719 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36720 'websockets/websocket.cc',
721 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16722 'websockets/websocket_frame_handler.cc',
723 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22724 'websockets/websocket_handshake.cc',
725 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55726 'websockets/websocket_handshake_draft75.cc',
727 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08728 'websockets/websocket_handshake_handler.cc',
729 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13730 'websockets/websocket_job.cc',
731 'websockets/websocket_job.h',
[email protected]78994ab02010-12-08 18:06:44732 'websockets/websocket_net_log_params.cc',
[email protected]6983889c2010-08-12 04:15:21733 'websockets/websocket_net_log_params.h',
[email protected]4c4eac02009-11-04 10:02:28734 'websockets/websocket_throttle.cc',
735 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55736 ],
[email protected]2f80c312009-02-25 21:26:55737 'export_dependent_settings': [
738 '../base/base.gyp:base',
739 ],
740 'conditions': [
[email protected]c61f6432009-04-22 01:16:42741 ['javascript_engine=="v8"', {
742 'dependencies': [
[email protected]44531a22009-04-28 21:37:56743 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42744 ],
745 }],
[email protected]f50278cd2010-08-24 17:34:08746 ['chromeos==1', {
747 'sources!': [
748 'proxy/proxy_config_service_linux.cc',
749 'proxy/proxy_config_service_linux.h',
750 ],
751 }],
[email protected]70372d42010-10-22 13:12:34752 ['use_openssl==1', {
[email protected]b1c2a5542010-10-08 12:44:40753 'sources!': [
[email protected]5f7e5cb22010-11-15 16:08:10754 'ocsp/nss_ocsp.cc',
755 'ocsp/nss_ocsp.h',
[email protected]d8fbf582010-11-04 21:51:12756 'socket/dns_cert_provenance_check.cc',
757 'socket/dns_cert_provenance_check.h',
[email protected]7fd3fd822010-12-23 12:15:49758 'socket/nss_ssl_util.cc',
759 'socket/nss_ssl_util.h',
[email protected]5f7e5cb22010-11-15 16:08:10760 'socket/ssl_client_socket_nss.cc',
761 'socket/ssl_client_socket_nss.h',
762 'socket/ssl_client_socket_nss_factory.cc',
763 'socket/ssl_client_socket_nss_factory.h',
[email protected]f61c3972010-12-23 09:54:15764 'socket/ssl_server_socket_nss.cc',
765 'socket/ssl_server_socket_nss.h',
[email protected]5f7e5cb22010-11-15 16:08:10766 ],
767 },
768 { # else !use_openssl: remove the unneeded files
769 'sources!': [
770 'socket/ssl_client_socket_openssl.cc',
771 'socket/ssl_client_socket_openssl.h',
[email protected]c322aa92011-01-27 11:21:07772 'socket/ssl_server_socket_openssl.cc',
[email protected]d518cd92010-09-29 12:27:44773 ],
774 },
775 ],
[email protected]50462ec2010-01-29 22:28:32776 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03777 'dependencies': [
778 '../build/linux/system.gyp:gconf',
779 '../build/linux/system.gyp:gdk',
[email protected]bbbe9ad2010-11-04 14:56:20780 ],
781 'conditions': [
782 ['use_openssl==1', {
783 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:24784 '../third_party/openssl/openssl.gyp:openssl',
[email protected]bbbe9ad2010-11-04 14:56:20785 ],
786 },
787 { # else use_openssl==0, use NSS
788 'dependencies': [
789 '../build/linux/system.gyp:nss',
790 ],
791 }],
[email protected]3dd6f5e2010-06-01 20:28:03792 ],
793 },
794 { # else: OS is not in the above list
795 'sources!': [
796 'ocsp/nss_ocsp.cc',
797 'ocsp/nss_ocsp.h',
798 ],
799 },
800 ],
[email protected]2f80c312009-02-25 21:26:55801 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55802 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32803 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44804 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55805 ],
806 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02807 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03808 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55809 'tld_cleanup',
810 ],
[email protected]2f80c312009-02-25 21:26:55811 },
812 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47813 'dependencies': [
814 '../third_party/libevent/libevent.gyp:libevent',
815 ],
[email protected]2f80c312009-02-25 21:26:55816 'sources!': [
[email protected]2f80c312009-02-25 21:26:55817 'proxy/proxy_resolver_winhttp.cc',
[email protected]fd4f139f2010-06-11 17:02:20818 'socket/ssl_client_socket_nss_factory.cc',
819 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55820 ],
[email protected]2f80c312009-02-25 21:26:55821 },
822 ],
823 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03824 'dependencies': [
825 '../third_party/nss/nss.gyp:nss',
826 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02827 ],
[email protected]2f80c312009-02-25 21:26:55828 'link_settings': {
829 'libraries': [
830 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
831 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
832 ]
833 },
834 },
[email protected]fd4f139f2010-06-11 17:02:20835 { # else: OS != "mac"
836 'sources!': [
837 'socket/ssl_client_socket_mac_factory.cc',
838 'socket/ssl_client_socket_mac_factory.h',
839 ],
840 },
[email protected]2f80c312009-02-25 21:26:55841 ],
[email protected]2f80c312009-02-25 21:26:55842 ],
843 },
844 {
845 'target_name': 'net_unittests',
846 'type': 'executable',
847 'dependencies': [
848 'net',
[email protected]6718b412009-03-04 18:26:00849 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55850 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14851 '../base/base.gyp:base_i18n',
[email protected]06489a012009-12-10 08:12:54852 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55853 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57854 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55855 ],
[email protected]9e450f22009-03-10 23:12:16856 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55857 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38858 'base/address_list_unittest.cc',
[email protected]bb639032010-08-12 19:49:40859 'base/cert_database_nss_unittest.cc',
[email protected]822581d2010-12-16 17:27:15860 'base/cert_verifier_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55861 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55862 'base/data_url_unittest.cc',
863 'base/directory_lister_unittest.cc',
[email protected]b24713592010-08-11 19:50:02864 'base/dnssec_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50865 'base/dns_util_unittest.cc',
[email protected]b3ccac82010-08-04 15:54:40866 'base/dnsrr_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55867 'base/escape_unittest.cc',
868 'base/file_stream_unittest.cc',
869 'base/filter_unittest.cc',
870 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38871 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14872 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32873 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02874 'base/keygen_handler_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55875 'base/listen_socket_unittest.cc',
876 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38877 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55878 'base/mime_sniffer_unittest.cc',
879 'base/mime_util_unittest.cc',
[email protected]d2db0292011-01-26 20:23:44880 'base/mock_filter_context.cc',
881 'base/mock_filter_context.h',
[email protected]e8188fe2010-12-09 17:33:21882 'base/net_log_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53883 'base/net_log_unittest.h',
[email protected]2f80c312009-02-25 21:26:55884 'base/net_util_unittest.cc',
[email protected]e5a3eef2010-07-22 02:31:04885 'base/pem_tokenizer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55886 'base/registry_controlled_domain_unittest.cc',
887 'base/run_all_unittests.cc',
888 'base/sdch_filter_unittest.cc',
[email protected]d8654bf2010-07-18 16:01:32889 'base/ssl_cipher_suite_names_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58890 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32891 'base/ssl_config_service_mac_unittest.cc',
[email protected]a0709c0d2010-09-01 17:04:52892 'base/ssl_config_service_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42893 'base/ssl_config_service_win_unittest.cc',
[email protected]5bafc4f2010-09-08 14:07:38894 'base/ssl_false_start_blacklist_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12895 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42896 'base/transport_security_state_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29897 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55898 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33899 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55900 'base/x509_certificate_unittest.cc',
[email protected]11f40342010-11-22 13:35:49901 'base/x509_cert_types_mac_unittest.cc',
[email protected]90e6d4b2010-11-16 13:58:24902 'base/x509_openssl_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55903 'disk_cache/addr_unittest.cc',
904 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58905 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55906 'disk_cache/block_files_unittest.cc',
[email protected]831a1a762010-10-12 05:57:08907 'disk_cache/cache_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55908 'disk_cache/disk_cache_test_base.cc',
909 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55910 'disk_cache/entry_unittest.cc',
911 'disk_cache/mapped_file_unittest.cc',
912 'disk_cache/storage_block_unittest.cc',
913 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09914 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49915 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32916 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46917 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32918 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
919 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37920 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50921 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41922 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42923 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55924 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45925 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08926 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55927 'http/http_auth_handler_basic_unittest.cc',
928 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50929 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00930 'http/http_auth_handler_mock.cc',
931 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34932 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21933 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56934 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55935 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39936 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55937 'http/http_cache_unittest.cc',
938 'http/http_chunked_decoder_unittest.cc',
939 'http/http_network_layer_unittest.cc',
940 'http/http_network_transaction_unittest.cc',
[email protected]e772db3f2010-07-12 18:11:13941 'http/http_proxy_client_socket_pool_unittest.cc',
[email protected]270c6412010-03-29 22:02:47942 'http/http_request_headers_unittest.cc',
[email protected]0b0bf032010-09-21 18:08:50943 'http/http_response_body_drainer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55944 'http/http_response_headers_unittest.cc',
[email protected]81cdfcd2010-10-16 00:49:00945 'http/http_stream_factory_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55946 'http/http_transaction_unittest.cc',
947 'http/http_transaction_unittest.h',
948 'http/http_util_unittest.cc',
949 'http/http_vary_data_unittest.cc',
[email protected]d2db0292011-01-26 20:23:44950 'http/mock_allow_url_security_manager.cc',
951 'http/mock_allow_url_security_manager.h',
[email protected]3ad259a2010-07-16 17:26:47952 'http/mock_gssapi_library_posix.cc',
953 'http/mock_gssapi_library_posix.h',
[email protected]5c2471b2010-04-20 17:25:09954 'http/mock_sspi_library_win.h',
955 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30956 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12957 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19958 'proxy/mock_proxy_resolver.h',
[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]ab501a6a2009-05-12 15:07:501170 'proxy/proxy_config_service_common_unittest.cc',
1171 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:441172 'socket/socket_test_util.cc',
1173 'socket/socket_test_util.h',
[email protected]9af13ce2010-09-16 21:45:481174 'test/python_utils.cc',
1175 'test/python_utils.h',
[email protected]1b9565c2010-07-21 01:19:311176 'test/test_server.cc',
[email protected]95409e12010-08-17 20:07:111177 'test/test_server_posix.cc',
1178 'test/test_server_win.cc',
[email protected]1b9565c2010-07-21 01:19:311179 'test/test_server.h',
[email protected]d2db0292011-01-26 20:23:441180 'url_request/url_request_test_util.cc',
1181 'url_request/url_request_test_util.h',
[email protected]702a6a722010-03-17 18:24:511182 ],
1183 'conditions': [
[email protected]6c2046562010-05-07 23:47:501184 ['inside_chromium_build==1', {
1185 'dependencies': [
1186 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
[email protected]5ceb5e92010-11-11 08:47:141187 '../chrome/browser/policy/proto/device_management_proto.gyp:device_management_proto',
[email protected]9cac94e2010-10-01 16:35:121188 '../third_party/protobuf/protobuf.gyp:py_proto',
[email protected]6c2046562010-05-07 23:47:501189 ],
1190 }],
[email protected]702a6a722010-03-17 18:24:511191 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]70372d42010-10-22 13:12:341192 'conditions': [
1193 ['use_openssl==1', {
1194 'dependencies': [
[email protected]32e1dee2010-12-09 18:36:241195 '../third_party/openssl/openssl.gyp:openssl',
[email protected]32765f82010-12-16 00:01:371196 ],
[email protected]70372d42010-10-22 13:12:341197 }, {
1198 'dependencies': [
1199 '../build/linux/system.gyp:nss',
1200 ],
1201 }],
[email protected]702a6a722010-03-17 18:24:511202 ],
1203 }],
[email protected]85437612010-03-22 11:55:231204 ['OS == "linux"', {
1205 'conditions': [
1206 ['linux_use_tcmalloc==1', {
1207 'dependencies': [
1208 '../base/allocator/allocator.gyp:allocator',
1209 ],
1210 }],
1211 ],
1212 }],
[email protected]2f80c312009-02-25 21:26:551213 ],
1214 },
[email protected]ef36c74c2009-03-11 13:32:221215 {
1216 'target_name': 'net_resources',
1217 'type': 'none',
1218 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:021219 'variables': {
1220 'grit_cmd': ['python', '../tools/grit/grit.py'],
[email protected]b15b5e32011-01-08 01:07:521221 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',
1222 '<@(grit_defines)'],
[email protected]5b910872010-02-09 01:03:021223 'input_paths': [
1224 'base/net_resources.grd',
1225 ],
1226 },
[email protected]ef36c74c2009-03-11 13:32:221227 'rules': [
[email protected]2f80c312009-02-25 21:26:551228 {
[email protected]ef36c74c2009-03-11 13:32:221229 'rule_name': 'grit',
1230 'extension': 'grd',
1231 'inputs': [
[email protected]5b910872010-02-09 01:03:021232 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551233 ],
[email protected]ef36c74c2009-03-11 13:32:221234 'outputs': [
[email protected]5b910872010-02-09 01:03:021235 '<!@(<(grit_info_cmd) '
1236 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551237 ],
[email protected]ef36c74c2009-03-11 13:32:221238 'action':
[email protected]5b910872010-02-09 01:03:021239 ['<@(grit_cmd)',
1240 '-i', '<(RULE_INPUT_PATH)', 'build',
[email protected]bb6aba32011-01-07 19:04:431241 '-o', '<(SHARED_INTERMEDIATE_DIR)/net',
1242 '<@(grit_defines)'],
[email protected]027ec5f2009-03-16 18:30:351243 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:551244 },
[email protected]6718b412009-03-04 18:26:001245 ],
[email protected]ef36c74c2009-03-11 13:32:221246 'sources': [
[email protected]5b910872010-02-09 01:03:021247 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:221248 ],
1249 'direct_dependent_settings': {
1250 'include_dirs': [
1251 '<(SHARED_INTERMEDIATE_DIR)/net',
1252 ],
1253 },
[email protected]b392f3e2009-05-11 20:01:241254 'conditions': [
1255 ['OS=="win"', {
1256 'dependencies': ['../build/win/system.gyp:cygwin'],
1257 }],
1258 ],
[email protected]ef36c74c2009-03-11 13:32:221259 },
[email protected]75b91f92009-06-17 07:28:481260 {
1261 'target_name': 'fetch_client',
1262 'type': 'executable',
1263 'dependencies': [
1264 'net',
1265 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:481266 '../testing/gtest.gyp:gtest',
1267 ],
1268 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1269 'sources': [
1270 'tools/fetch/fetch_client.cc',
1271 ],
1272 },
[email protected]fe4f06d2009-06-17 07:58:051273 {
1274 'target_name': 'fetch_server',
1275 'type': 'executable',
1276 'dependencies': [
1277 'net',
1278 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:051279 '../testing/gtest.gyp:gtest',
1280 ],
1281 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1282 'sources': [
1283 'tools/fetch/fetch_server.cc',
1284 'tools/fetch/http_listen_socket.cc',
1285 'tools/fetch/http_listen_socket.h',
1286 'tools/fetch/http_server.cc',
1287 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:001288 'tools/fetch/http_server_request_info.h',
1289 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:051290 'tools/fetch/http_session.cc',
1291 'tools/fetch/http_session.h',
1292 ],
1293 },
[email protected]c402da42009-12-10 02:38:031294 {
[email protected]0569d862010-07-05 11:32:401295 'target_name': 'http_listen_socket',
1296 'type': '<(library)',
1297 'dependencies': [
1298 'net',
1299 '../base/base.gyp:base',
1300 '../testing/gtest.gyp:gtest',
1301 ],
1302 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
1303 'sources': [
1304 'server/http_listen_socket.cc',
1305 'server/http_listen_socket.h',
[email protected]1889dc1b2010-10-14 22:03:131306 'server/http_server_request_info.cc',
[email protected]0569d862010-07-05 11:32:401307 'server/http_server_request_info.h',
1308 ],
1309 },
1310 {
[email protected]b40f05a2010-09-09 20:13:231311 'target_name': 'dnssec_chain_verify',
1312 'type': 'executable',
1313 'dependencies': [
1314 'net_base',
1315 ],
1316 'sources': [
1317 'tools/dnssec_chain_verify/dnssec_chain_verify.cc',
1318 ]
1319 },
1320 {
[email protected]5bafc4f2010-09-08 14:07:381321 'target_name': 'ssl_false_start_blacklist_process',
1322 'type': 'executable',
1323 'toolsets': ['host'],
1324 'include_dirs': [
1325 '..',
1326 ],
1327 'sources': [
1328 'base/ssl_false_start_blacklist_process.cc',
1329 ],
1330 },
[email protected]ef36c74c2009-03-11 13:32:221331 ],
1332 'conditions': [
[email protected]b64abf632010-11-24 10:19:221333 ['OS=="linux"', {
1334 'targets': [
1335 {
1336 'target_name': 'flip_in_mem_edsm_server',
1337 'type': 'executable',
1338 'cflags': [
1339 '-Wno-deprecated',
1340 ],
1341 'dependencies': [
1342 '../base/base.gyp:base',
1343 'net.gyp:net',
1344 '../third_party/openssl/openssl.gyp:openssl',
1345 ],
1346 'sources': [
1347 'tools/dump_cache/url_to_filename_encoder.cc',
1348 'tools/dump_cache/url_to_filename_encoder.h',
1349 'tools/dump_cache/url_utilities.h',
1350 'tools/dump_cache/url_utilities.cc',
[email protected]918e8ad2010-09-30 15:15:521351
[email protected]878984e2011-02-02 20:03:021352 'tools/flip_server/acceptor_thread.h',
1353 'tools/flip_server/acceptor_thread.cc',
[email protected]b64abf632010-11-24 10:19:221354 'tools/flip_server/balsa_enums.h',
1355 'tools/flip_server/balsa_frame.cc',
1356 'tools/flip_server/balsa_frame.h',
1357 'tools/flip_server/balsa_headers.cc',
1358 'tools/flip_server/balsa_headers.h',
1359 'tools/flip_server/balsa_headers_token_utils.cc',
1360 'tools/flip_server/balsa_headers_token_utils.h',
1361 'tools/flip_server/balsa_visitor_interface.h',
1362 'tools/flip_server/buffer_interface.h',
[email protected]878984e2011-02-02 20:03:021363 'tools/flip_server/constants.h',
[email protected]b64abf632010-11-24 10:19:221364 'tools/flip_server/create_listener.cc',
1365 'tools/flip_server/create_listener.h',
1366 'tools/flip_server/epoll_server.cc',
1367 'tools/flip_server/epoll_server.h',
1368 'tools/flip_server/flip_in_mem_edsm_server.cc',
[email protected]878984e2011-02-02 20:03:021369 'tools/flip_server/http_interface.cc',
1370 'tools/flip_server/http_interface.h',
[email protected]b64abf632010-11-24 10:19:221371 'tools/flip_server/http_message_constants.cc',
1372 'tools/flip_server/http_message_constants.h',
1373 'tools/flip_server/loadtime_measurement.h',
[email protected]878984e2011-02-02 20:03:021374 'tools/flip_server/mem_cache.h',
1375 'tools/flip_server/mem_cache.cc',
[email protected]b64abf632010-11-24 10:19:221376 'tools/flip_server/porting.txt',
[email protected]878984e2011-02-02 20:03:021377 'tools/flip_server/output_ordering.cc',
1378 'tools/flip_server/output_ordering.h',
[email protected]b64abf632010-11-24 10:19:221379 'tools/flip_server/ring_buffer.cc',
1380 'tools/flip_server/ring_buffer.h',
1381 'tools/flip_server/simple_buffer.cc',
1382 'tools/flip_server/simple_buffer.h',
[email protected]878984e2011-02-02 20:03:021383 'tools/flip_server/sm_connection.cc',
1384 'tools/flip_server/sm_connection.h',
1385 'tools/flip_server/sm_interface.h',
[email protected]b64abf632010-11-24 10:19:221386 'tools/flip_server/split.h',
1387 'tools/flip_server/split.cc',
[email protected]878984e2011-02-02 20:03:021388 'tools/flip_server/spdy_ssl.cc',
1389 'tools/flip_server/spdy_ssl.h',
1390 'tools/flip_server/spdy_interface.cc',
1391 'tools/flip_server/spdy_interface.h',
1392 'tools/flip_server/spdy_util.cc',
1393 'tools/flip_server/spdy_util.h',
1394 'tools/flip_server/streamer_interface.cc',
1395 'tools/flip_server/streamer_interface.h',
[email protected]b64abf632010-11-24 10:19:221396 'tools/flip_server/string_piece_utils.h',
1397 'tools/flip_server/thread.h',
1398 'tools/flip_server/url_to_filename_encoder.h',
1399 'tools/flip_server/url_utilities.h',
1400 ],
1401 },
1402 ]
1403 }],
[email protected]8f205b02010-11-10 22:48:171404 ['OS=="linux"', {
1405 'targets': [
1406 {
1407 'target_name': 'snap_start_unittests',
1408 'type': 'executable',
1409 'dependencies': [
1410 'net',
1411 'net_test_support',
1412 'openssl_helper',
1413 '../build/linux/system.gyp:nss',
1414 '../testing/gmock.gyp:gmock',
1415 '../testing/gtest.gyp:gtest',
1416 ],
1417 'sources': [
1418 'base/run_all_unittests.cc',
1419 'socket/ssl_client_socket_snapstart_unittest.cc',
1420 ]
1421 },
1422 {
1423 'target_name': 'openssl_helper',
1424 'type': 'executable',
1425 'dependencies': [
1426 '../third_party/openssl/openssl.gyp:openssl',
1427 ],
1428 'sources': [
1429 'test/openssl_helper.cc',
1430 ],
1431 },
1432 ],
1433 }],
[email protected]6718b412009-03-04 18:26:001434 ['OS=="win"', {
1435 'targets': [
[email protected]2f80c312009-02-25 21:26:551436 {
1437 # TODO(port): dump_cache is still Windows-specific.
1438 'target_name': 'dump_cache',
1439 'type': 'executable',
1440 'dependencies': [
1441 'net',
[email protected]ad74a592011-01-21 18:40:551442 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551443 '../base/base.gyp:base',
1444 ],
1445 'sources': [
[email protected]c44344e2009-09-02 22:05:501446 'tools/dump_cache/cache_dumper.cc',
1447 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551448 'tools/dump_cache/dump_cache.cc',
1449 'tools/dump_cache/dump_files.cc',
1450 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171451 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501452 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]8cd1ba5a2010-08-17 23:47:231453 'tools/dump_cache/url_utilities.h',
1454 'tools/dump_cache/url_utilities.cc',
[email protected]2f80c312009-02-25 21:26:551455 ],
1456 },
1457 ],
1458 }],
[email protected]2f80c312009-02-25 21:26:551459 ],
1460}
[email protected]f5c990c2009-10-06 03:02:381461
1462# Local Variables:
1463# tab-width:2
1464# indent-tabs-mode:nil
1465# End:
1466# vim: set expandtab tabstop=2 shiftwidth=2: