blob: 46087331b030984bbafd1f2bc3d5f9ed5ea03f6a [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]6192f732009-03-25 23:44:2032 'base/cache_type.h',
[email protected]ec11be62010-04-28 19:28:0933 'base/capturing_net_log.cc',
34 'base/capturing_net_log.h',
[email protected]58678c52010-08-31 22:13:5235 'base/cert_database.cc',
[email protected]a755e1072009-10-23 16:58:3736 'base/cert_database.h',
37 'base/cert_database_mac.cc',
38 'base/cert_database_nss.cc',
[email protected]1e5fead2010-10-08 14:33:1139 'base/cert_database_openssl.cc',
[email protected]a755e1072009-10-23 16:58:3740 'base/cert_database_win.cc',
[email protected]2f80c312009-02-25 21:26:5541 'base/cert_status_flags.cc',
42 'base/cert_status_flags.h',
43 'base/cert_verifier.cc',
44 'base/cert_verifier.h',
45 'base/cert_verify_result.h',
[email protected]2f80c312009-02-25 21:26:5546 'base/completion_callback.h',
47 'base/connection_type_histograms.cc',
48 'base/connection_type_histograms.h',
49 'base/cookie_monster.cc',
50 'base/cookie_monster.h',
[email protected]5f450e52009-07-28 13:28:1151 'base/cookie_options.h',
[email protected]2f80c312009-02-25 21:26:5552 'base/cookie_policy.h',
[email protected]9b2331d92010-10-04 23:11:1953 'base/cookie_store.cc',
[email protected]5f450e52009-07-28 13:28:1154 'base/cookie_store.h',
[email protected]2f80c312009-02-25 21:26:5555 'base/data_url.cc',
56 'base/data_url.h',
57 'base/directory_lister.cc',
58 'base/directory_lister.h',
[email protected]37e658b2010-07-28 17:23:0459 'base/dns_reload_timer.cc',
60 'base/dns_reload_timer.h',
[email protected]b24713592010-08-11 19:50:0261 'base/dnssec_chain_verifier.cc',
62 'base/dnssec_chain_verifier.h',
63 'base/dnssec_keyset.cc',
64 'base/dnssec_keyset.h',
65 'base/dnssec_proto.h',
[email protected]c36f0642009-09-09 01:10:5066 'base/dns_util.cc',
67 'base/dns_util.h',
[email protected]b3ccac82010-08-04 15:54:4068 'base/dnsrr_resolver.cc',
69 'base/dnsrr_resolver.h',
[email protected]2f80c312009-02-25 21:26:5570 'base/escape.cc',
71 'base/escape.h',
72 'base/ev_root_ca_metadata.cc',
73 'base/ev_root_ca_metadata.h',
74 'base/file_stream.h',
75 'base/file_stream_posix.cc',
76 'base/file_stream_win.cc',
77 'base/filter.cc',
78 'base/filter.h',
[email protected]72b4a772010-07-14 01:29:3079 'base/forwarding_net_log.cc',
80 'base/forwarding_net_log.h',
[email protected]2f80c312009-02-25 21:26:5581 'base/gzip_filter.cc',
82 'base/gzip_filter.h',
83 'base/gzip_header.cc',
84 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3885 'base/host_cache.cc',
86 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1487 'base/host_mapping_rules.cc',
88 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4289 'base/host_port_pair.cc',
90 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5591 'base/host_resolver.cc',
92 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3293 'base/host_resolver_impl.cc',
94 'base/host_resolver_impl.h',
95 'base/host_resolver_proc.cc',
96 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:5597 'base/io_buffer.cc',
98 'base/io_buffer.h',
[email protected]a755e1072009-10-23 16:58:3799 'base/keygen_handler.h',
100 'base/keygen_handler_mac.cc',
101 'base/keygen_handler_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11102 'base/keygen_handler_openssl.cc',
[email protected]a755e1072009-10-23 16:58:37103 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:55104 'base/listen_socket.cc',
105 'base/listen_socket.h',
106 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:23107 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:16108 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:38109 'base/mapped_host_resolver.cc',
110 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55111 'base/mime_sniffer.cc',
112 'base/mime_sniffer.h',
113 'base/mime_util.cc',
114 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:32115 # TODO(eroman): move this into its own test-support target.
116 'base/mock_host_resolver.cc',
117 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55118 'base/net_error_list.h',
119 'base/net_errors.cc',
120 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53121 'base/net_log.cc',
122 'base/net_log.h',
123 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46124 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55125 'base/net_module.cc',
126 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55127 'base/net_util.cc',
128 'base/net_util.h',
129 'base/net_util_posix.cc',
130 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35131 'base/network_change_notifier.cc',
132 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35133 'base/network_change_notifier_linux.cc',
134 'base/network_change_notifier_linux.h',
135 'base/network_change_notifier_mac.cc',
136 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58137 'base/network_change_notifier_netlink_linux.cc',
138 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35139 'base/network_change_notifier_win.cc',
140 'base/network_change_notifier_win.h',
[email protected]9328443b2010-07-30 06:09:40141 'base/network_config_watcher_mac.cc',
142 'base/network_config_watcher_mac.h',
[email protected]2f80c312009-02-25 21:26:55143 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00144 'base/nss_memio.h',
[email protected]1e5fead2010-10-08 14:33:11145 'base/openssl_util.cc',
146 'base/openssl_util.h',
[email protected]e5a3eef2010-07-22 02:31:04147 'base/pem_tokenizer.cc',
148 'base/pem_tokenizer.h',
[email protected]2f80c312009-02-25 21:26:55149 'base/platform_mime_util.h',
150 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
151 'base/platform_mime_util_linux.cc',
152 'base/platform_mime_util_mac.cc',
153 'base/platform_mime_util_win.cc',
154 'base/registry_controlled_domain.cc',
155 'base/registry_controlled_domain.h',
156 'base/scoped_cert_chain_context.h',
157 'base/sdch_filter.cc',
158 'base/sdch_filter.h',
159 'base/sdch_manager.cc',
160 'base/sdch_manager.h',
[email protected]9349cfb2010-08-31 18:00:53161 'base/ssl_cert_request_info.cc',
[email protected]0b45559b2009-06-12 21:45:11162 'base/ssl_cert_request_info.h',
[email protected]d8654bf2010-07-18 16:01:32163 'base/ssl_cipher_suite_names.cc',
164 'base/ssl_cipher_suite_names.h',
[email protected]56c866a22009-06-18 19:38:58165 'base/ssl_client_auth_cache.cc',
166 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39167 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55168 'base/ssl_config_service.h',
[email protected]7e4468d52010-09-22 19:42:00169 'base/ssl_config_service_defaults.cc',
[email protected]db36938c2009-08-19 21:48:42170 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32171 'base/ssl_config_service_mac.cc',
172 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42173 'base/ssl_config_service_win.cc',
174 'base/ssl_config_service_win.h',
[email protected]5bafc4f2010-09-08 14:07:38175 'base/ssl_false_start_blacklist.cc',
[email protected]9349cfb2010-08-31 18:00:53176 'base/ssl_info.cc',
[email protected]2f80c312009-02-25 21:26:55177 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12178 'base/static_cookie_policy.cc',
179 'base/static_cookie_policy.h',
[email protected]326e6792009-12-11 21:04:42180 'base/transport_security_state.cc',
181 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37182 'base/sys_addrinfo.h',
[email protected]d022e4e2009-06-23 04:13:00183 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55184 'base/upload_data.cc',
185 'base/upload_data.h',
186 'base/upload_data_stream.cc',
187 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55188 'base/winsock_init.cc',
189 'base/winsock_init.h',
190 'base/x509_certificate.cc',
191 'base/x509_certificate.h',
192 'base/x509_certificate_mac.cc',
193 'base/x509_certificate_nss.cc',
[email protected]1e5fead2010-10-08 14:33:11194 'base/x509_certificate_openssl.cc',
[email protected]2f80c312009-02-25 21:26:55195 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04196 'base/x509_cert_types.cc',
197 'base/x509_cert_types.h',
198 'base/x509_cert_types_mac.cc',
[email protected]53ae7c42010-06-18 17:45:35199 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
200 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]58678c52010-08-31 22:13:52201 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
202 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
[email protected]b683c6a2010-08-20 02:39:35203 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
204 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb6390382010-08-12 19:49:40205 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
206 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]9c2a57712009-10-21 20:35:11207 ],
208 'export_dependent_settings': [
209 '../base/base.gyp:base',
210 ],
[email protected]5bafc4f2010-09-08 14:07:38211 'actions': [
212 {
213 'action_name': 'ssl_false_start_blacklist',
214 'inputs': [
215 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
216 'base/ssl_false_start_blacklist.txt',
217 ],
218 'outputs': [
219 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
220 ],
221 'action':
222 ['<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
223 'base/ssl_false_start_blacklist.txt',
224 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
225 ],
226 'message': 'Generating SSL False Start blacklist',
227 'process_outputs_as_sources': 1,
228 },
229 ],
[email protected]9c2a57712009-10-21 20:35:11230 'conditions': [
[email protected]50462ec2010-01-29 22:28:32231 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03232 'dependencies': [
233 '../build/linux/system.gyp:gconf',
234 '../build/linux/system.gyp:gdk',
235 '../build/linux/system.gyp:nss',
[email protected]b3ccac82010-08-04 15:54:40236 '../build/linux/system.gyp:libresolv',
[email protected]3dd6f5e2010-06-01 20:28:03237 ],
238 },
239 { # else: OS is not in the above list
240 'sources!': [
241 'base/cert_database_nss.cc',
242 'base/keygen_handler_nss.cc',
243 'base/x509_certificate_nss.cc',
[email protected]53ae7c42010-06-18 17:45:35244 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
245 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]58678c52010-08-31 22:13:52246 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
247 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
[email protected]b683c6a2010-08-20 02:39:35248 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
249 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb6390382010-08-12 19:49:40250 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
251 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]3dd6f5e2010-06-01 20:28:03252 ],
253 },
254 ],
[email protected]1e5fead2010-10-08 14:33:11255 [ 'use_openssl == 1 and OS == "linux"', {
256 # When building for OpenSSL, we need to exclude some NSS files.
257 # TODO(bulach): remove once we fully support OpenSSL.
258 'sources!': [
259 'base/cert_database_nss.cc',
260 'base/keygen_handler_nss.cc',
261 'base/x509_certificate_nss.cc',
262 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
263 'third_party/mozilla_security_manager/nsKeygenHandler.h',
264 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
265 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
266 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
267 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
268 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
269 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
270 ],
271 },
272 { # else: not using openssl.
273 'sources!': [
274 'base/cert_database_openssl.cc',
275 'base/keygen_handler_openssl.cc',
276 'base/openssl_util.cc',
277 'base/openssl_util.h',
278 'base/x509_certificate_openssl.cc',
279 ],
280 },
281 ],
[email protected]9c2a57712009-10-21 20:35:11282 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11283 'dependencies': [
[email protected]b24713592010-08-11 19:50:02284 '../third_party/nss/nss.gyp:nss',
[email protected]9c2a57712009-10-21 20:35:11285 'tld_cleanup',
286 ],
287 },
288 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47289 'dependencies': [
290 '../third_party/libevent/libevent.gyp:libevent',
291 ],
[email protected]9c2a57712009-10-21 20:35:11292 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11293 'base/winsock_init.cc',
294 ],
295 },
296 ],
[email protected]9c2a57712009-10-21 20:35:11297 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03298 'dependencies': [
[email protected]b24713592010-08-11 19:50:02299 '../third_party/nss/nss.gyp:nss',
[email protected]f505a9b2010-01-28 19:44:02300 ],
[email protected]9c2a57712009-10-21 20:35:11301 'link_settings': {
302 'libraries': [
303 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
304 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
[email protected]899c3e92010-08-28 15:53:50305 '$(SDKROOT)/usr/lib/libresolv.dylib',
[email protected]9c2a57712009-10-21 20:35:11306 ]
307 },
308 },
309 ],
310 ],
311 },
312 {
313 'target_name': 'net',
314 'type': '<(library)',
315 'dependencies': [
316 '../base/base.gyp:base',
317 '../base/base.gyp:base_i18n',
318 '../build/temp_gyp/googleurl.gyp:googleurl',
319 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11320 '../third_party/icu/icu.gyp:icui18n',
321 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11322 '../third_party/zlib/zlib.gyp:zlib',
323 'net_base',
324 'net_resources',
325 ],
326 'sources': [
[email protected]2f80c312009-02-25 21:26:55327 'disk_cache/addr.cc',
328 'disk_cache/addr.h',
329 'disk_cache/backend_impl.cc',
330 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58331 'disk_cache/bitmap.cc',
332 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55333 'disk_cache/block_files.cc',
334 'disk_cache/block_files.h',
335 'disk_cache/cache_util.h',
336 'disk_cache/cache_util_posix.cc',
337 'disk_cache/cache_util_win.cc',
338 'disk_cache/disk_cache.h',
339 'disk_cache/disk_format.h',
340 'disk_cache/entry_impl.cc',
341 'disk_cache/entry_impl.h',
342 'disk_cache/errors.h',
343 'disk_cache/eviction.cc',
344 'disk_cache/eviction.h',
[email protected]c03b9792010-09-13 18:10:51345 'disk_cache/experiments.h',
[email protected]2f80c312009-02-25 21:26:55346 'disk_cache/file.h',
347 'disk_cache/file_block.h',
348 'disk_cache/file_lock.cc',
349 'disk_cache/file_lock.h',
350 'disk_cache/file_posix.cc',
351 'disk_cache/file_win.cc',
352 'disk_cache/hash.cc',
353 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34354 'disk_cache/histogram_macros.h',
[email protected]fb2622f2010-07-13 18:00:56355 'disk_cache/in_flight_backend_io.cc',
356 'disk_cache/in_flight_backend_io.h',
357 'disk_cache/in_flight_io.cc',
358 'disk_cache/in_flight_io.h',
[email protected]2f80c312009-02-25 21:26:55359 'disk_cache/mapped_file.h',
360 'disk_cache/mapped_file_posix.cc',
361 'disk_cache/mapped_file_win.cc',
362 'disk_cache/mem_backend_impl.cc',
363 'disk_cache/mem_backend_impl.h',
364 'disk_cache/mem_entry_impl.cc',
365 'disk_cache/mem_entry_impl.h',
366 'disk_cache/mem_rankings.cc',
367 'disk_cache/mem_rankings.h',
368 'disk_cache/rankings.cc',
369 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58370 'disk_cache/sparse_control.cc',
371 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55372 'disk_cache/stats.cc',
373 'disk_cache/stats.h',
374 'disk_cache/stats_histogram.cc',
375 'disk_cache/stats_histogram.h',
376 'disk_cache/storage_block-inl.h',
377 'disk_cache/storage_block.h',
378 'disk_cache/trace.cc',
379 'disk_cache/trace.h',
380 'ftp/ftp_auth_cache.cc',
381 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09382 'ftp/ftp_ctrl_response_buffer.cc',
383 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49384 'ftp/ftp_directory_listing_buffer.cc',
385 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32386 'ftp/ftp_directory_listing_parser.cc',
387 'ftp/ftp_directory_listing_parser.h',
[email protected]2737a57f2010-09-30 10:22:48388 'ftp/ftp_directory_listing_parser_hprc.cc',
389 'ftp/ftp_directory_listing_parser_hprc.h',
[email protected]a115b01072009-12-04 09:58:32390 'ftp/ftp_directory_listing_parser_ls.cc',
391 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]9772b1c32009-12-10 19:39:01392 'ftp/ftp_directory_listing_parser_mlsd.cc',
393 'ftp/ftp_directory_listing_parser_mlsd.h',
[email protected]8425e66e2009-12-07 19:51:46394 'ftp/ftp_directory_listing_parser_netware.cc',
395 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32396 'ftp/ftp_directory_listing_parser_vms.cc',
397 'ftp/ftp_directory_listing_parser_vms.h',
398 'ftp/ftp_directory_listing_parser_windows.cc',
399 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55400 'ftp/ftp_network_layer.cc',
401 'ftp/ftp_network_layer.h',
402 'ftp/ftp_network_session.h',
403 'ftp/ftp_network_transaction.cc',
404 'ftp/ftp_network_transaction.h',
405 'ftp/ftp_request_info.h',
406 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55407 'ftp/ftp_server_type_histograms.cc',
408 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55409 'ftp/ftp_transaction.h',
410 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50411 'ftp/ftp_util.cc',
412 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41413 'http/des.cc',
414 'http/des.h',
[email protected]9b437692010-09-09 20:02:48415 'http/disk_cache_based_ssl_host_info.cc',
416 'http/disk_cache_based_ssl_host_info.h',
[email protected]564b4912010-03-09 16:30:42417 'http/http_alternate_protocols.cc',
418 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55419 'http/http_atom_list.h',
420 'http/http_auth.cc',
421 'http/http_auth.h',
422 'http/http_auth_cache.cc',
423 'http/http_auth_cache.h',
[email protected]228404f2010-06-24 04:31:41424 'http/http_auth_controller.cc',
425 'http/http_auth_controller.h',
[email protected]eb3cac72010-02-26 21:07:45426 'http/http_auth_filter.cc',
427 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44428 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08429 'http/http_auth_gssapi_posix.cc',
430 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55431 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50432 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55433 'http/http_auth_handler_basic.cc',
434 'http/http_auth_handler_basic.h',
435 'http/http_auth_handler_digest.cc',
436 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50437 'http/http_auth_handler_factory.cc',
438 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05439 'http/http_auth_handler_negotiate.h',
[email protected]65d34382010-07-01 18:12:26440 'http/http_auth_handler_negotiate.cc',
[email protected]5ae0b862009-02-28 02:02:41441 'http/http_auth_handler_ntlm.cc',
442 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32443 'http/http_auth_handler_ntlm_portable.cc',
444 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56445 'http/http_auth_sspi_win.cc',
446 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57447 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00448 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39449 'http/http_byte_range.cc',
450 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55451 'http/http_cache.cc',
452 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23453 'http/http_cache_transaction.cc',
454 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55455 'http/http_chunked_decoder.cc',
456 'http/http_chunked_decoder.h',
[email protected]a7ea8832010-07-12 17:54:54457 'http/http_net_log_params.h',
[email protected]ac039522010-06-15 16:39:44458 'http/http_network_delegate.h',
[email protected]2f80c312009-02-25 21:26:55459 'http/http_network_layer.cc',
460 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44461 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55462 'http/http_network_session.h',
[email protected]87bfa3f2010-09-30 14:54:56463 'http/http_network_session_peer.h',
[email protected]2f80c312009-02-25 21:26:55464 'http/http_network_transaction.cc',
465 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47466 'http/http_request_headers.cc',
467 'http/http_request_headers.h',
[email protected]9b2331d92010-10-04 23:11:19468 'http/http_request_info.cc',
[email protected]2f80c312009-02-25 21:26:55469 'http/http_request_info.h',
[email protected]0b0bf032010-09-21 18:08:50470 'http/http_response_body_drainer.cc',
471 'http/http_response_body_drainer.h',
[email protected]2f80c312009-02-25 21:26:55472 'http/http_response_headers.cc',
473 'http/http_response_headers.h',
474 'http/http_response_info.cc',
475 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00476 'http/http_stream.h',
[email protected]8e6441ca2010-08-19 05:56:38477 'http/http_stream_factory.cc',
478 'http/http_stream_factory.h',
[email protected]0877e3d2009-10-17 22:29:57479 'http/http_stream_parser.cc',
480 'http/http_stream_parser.h',
[email protected]8e6441ca2010-08-19 05:56:38481 'http/http_stream_request.cc',
482 'http/http_stream_request.h',
[email protected]2f80c312009-02-25 21:26:55483 'http/http_transaction.h',
484 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36485 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10486 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36487 'http/url_security_manager_posix.cc',
488 'http/url_security_manager_win.cc',
[email protected]a7ea8832010-07-12 17:54:54489 'http/http_proxy_client_socket.cc',
490 'http/http_proxy_client_socket.h',
[email protected]e772db3f2010-07-12 18:11:13491 'http/http_proxy_client_socket_pool.cc',
492 'http/http_proxy_client_socket_pool.h',
[email protected]fe2f62a2010-10-01 03:34:07493 'http/http_proxy_utils.cc',
494 'http/http_proxy_utils.h',
[email protected]2f80c312009-02-25 21:26:55495 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01496 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55497 'http/http_util.h',
498 'http/http_vary_data.cc',
499 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00500 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41501 'http/md4.cc',
502 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50503 'http/partial_data.cc',
504 'http/partial_data.h',
[email protected]8e6441ca2010-08-19 05:56:38505 'http/stream_factory.h',
[email protected]25d8ea22009-08-25 19:42:29506 'ocsp/nss_ocsp.cc',
507 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12508 'proxy/init_proxy_resolver.cc',
509 'proxy/init_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00510 'proxy/multi_threaded_proxy_resolver.cc',
511 'proxy/multi_threaded_proxy_resolver.h',
[email protected]119655002010-07-23 06:02:40512 'proxy/polling_proxy_config_service.cc',
513 'proxy/polling_proxy_config_service.h',
[email protected]7541206c2010-02-19 20:24:06514 'proxy/proxy_bypass_rules.cc',
515 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18516 'proxy/proxy_config.cc',
517 'proxy/proxy_config.h',
518 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55519 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56520 'proxy/proxy_config_service_linux.cc',
521 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27522 'proxy/proxy_config_service_mac.cc',
523 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55524 'proxy/proxy_config_service_win.cc',
525 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18526 'proxy/proxy_info.cc',
527 'proxy/proxy_info.h',
528 'proxy/proxy_list.cc',
529 'proxy/proxy_list.h',
530 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12531 'proxy/proxy_resolver_js_bindings.cc',
532 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55533 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00534 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12535 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32536 'proxy/proxy_resolver_script.h',
[email protected]24476402010-07-20 20:55:17537 'proxy/proxy_resolver_script_data.cc',
538 'proxy/proxy_resolver_script_data.h',
[email protected]6b675b82009-02-26 23:18:32539 'proxy/proxy_resolver_v8.cc',
540 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55541 'proxy/proxy_resolver_winhttp.cc',
542 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18543 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55544 'proxy/proxy_script_fetcher.cc',
545 'proxy/proxy_script_fetcher.h',
546 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27547 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55548 'proxy/proxy_server.h',
549 'proxy/proxy_service.cc',
550 'proxy/proxy_service.h',
[email protected]1ca2b452010-04-17 00:07:04551 'proxy/sync_host_resolver_bridge.cc',
552 'proxy/sync_host_resolver_bridge.h',
[email protected]9008c86f2010-08-06 07:10:24553 'socket/client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44554 'socket/client_socket.h',
555 'socket/client_socket_factory.cc',
556 'socket/client_socket_factory.h',
557 'socket/client_socket_handle.cc',
558 'socket/client_socket_handle.h',
559 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00560 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02561 'socket/client_socket_pool_base.cc',
562 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00563 'socket/client_socket_pool_histograms.cc',
564 'socket/client_socket_pool_histograms.h',
[email protected]2431756e2010-09-29 20:26:13565 'socket/client_socket_pool_manager.cc',
566 'socket/client_socket_pool_manager.h',
[email protected]f7984fc62009-06-22 23:26:44567 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35568 'socket/socks5_client_socket.cc',
569 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02570 'socket/socks_client_socket.cc',
571 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26572 'socket/socks_client_socket_pool.cc',
573 'socket/socks_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44574 'socket/ssl_client_socket.h',
575 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47576 'socket/ssl_client_socket_mac.h',
[email protected]fd4f139f2010-06-11 17:02:20577 'socket/ssl_client_socket_mac_factory.cc',
578 'socket/ssl_client_socket_mac_factory.h',
[email protected]20285392010-06-11 03:12:08579 'socket/ssl_client_socket_nss.cc',
580 'socket/ssl_client_socket_nss.h',
[email protected]fd4f139f2010-06-11 17:02:20581 'socket/ssl_client_socket_nss_factory.cc',
582 'socket/ssl_client_socket_nss_factory.h',
[email protected]d518cd92010-09-29 12:27:44583 'socket/ssl_client_socket_openssl.cc',
584 'socket/ssl_client_socket_openssl.h',
[email protected]e60e47a2010-07-14 03:37:18585 'socket/ssl_client_socket_pool.cc',
586 'socket/ssl_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44587 'socket/ssl_client_socket_win.cc',
588 'socket/ssl_client_socket_win.h',
[email protected]f7984fc62009-06-22 23:26:44589 'socket/tcp_client_socket.h',
590 'socket/tcp_client_socket_libevent.cc',
591 'socket/tcp_client_socket_libevent.h',
592 'socket/tcp_client_socket_pool.cc',
593 'socket/tcp_client_socket_pool.h',
594 'socket/tcp_client_socket_win.cc',
595 'socket/tcp_client_socket_win.h',
[email protected]aef031302009-10-09 05:04:14596 'socket_stream/socket_stream.cc',
597 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13598 'socket_stream/socket_stream_job.cc',
599 'socket_stream/socket_stream_job.h',
600 'socket_stream/socket_stream_job_manager.cc',
601 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12602 'socket_stream/socket_stream_metrics.cc',
603 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32604 'spdy/spdy_bitmasks.h',
605 'spdy/spdy_frame_builder.cc',
606 'spdy/spdy_frame_builder.h',
607 'spdy/spdy_framer.cc',
608 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40609 'spdy/spdy_http_stream.cc',
610 'spdy/spdy_http_stream.h',
[email protected]fa522e72010-09-15 23:36:29611 'spdy/spdy_http_utils.cc',
612 'spdy/spdy_http_utils.h',
[email protected]dab9c7d2010-02-06 21:44:32613 'spdy/spdy_io_buffer.cc',
614 'spdy/spdy_io_buffer.h',
[email protected]dab9c7d2010-02-06 21:44:32615 'spdy/spdy_protocol.h',
[email protected]fe2f62a2010-10-01 03:34:07616 'spdy/spdy_proxy_client_socket.cc',
617 'spdy/spdy_proxy_client_socket.h',
[email protected]dab9c7d2010-02-06 21:44:32618 'spdy/spdy_session.cc',
619 'spdy/spdy_session.h',
620 'spdy/spdy_session_pool.cc',
621 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50622 'spdy/spdy_settings_storage.cc',
623 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32624 'spdy/spdy_stream.cc',
625 'spdy/spdy_stream.h',
[email protected]be4d55fe2010-06-01 13:40:02626 'url_request/https_prober.h',
627 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55628 'url_request/url_request.cc',
629 'url_request/url_request.h',
630 'url_request/url_request_about_job.cc',
631 'url_request/url_request_about_job.h',
[email protected]f1d81922010-07-31 17:47:09632 'url_request/url_request_context.cc',
[email protected]2f80c312009-02-25 21:26:55633 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58634 'url_request/url_request_data_job.cc',
635 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55636 'url_request/url_request_error_job.cc',
637 'url_request/url_request_error_job.h',
638 'url_request/url_request_file_dir_job.cc',
639 'url_request/url_request_file_dir_job.h',
640 'url_request/url_request_file_job.cc',
641 'url_request/url_request_file_job.h',
642 'url_request/url_request_filter.cc',
643 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13644 'url_request/url_request_ftp_job.cc',
645 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55646 'url_request/url_request_http_job.cc',
647 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55648 'url_request/url_request_job.cc',
649 'url_request/url_request_job.h',
650 'url_request/url_request_job_manager.cc',
651 'url_request/url_request_job_manager.h',
652 'url_request/url_request_job_metrics.cc',
653 'url_request/url_request_job_metrics.h',
654 'url_request/url_request_job_tracker.cc',
655 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36656 'url_request/url_request_netlog_params.cc',
657 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45658 'url_request/url_request_redirect_job.cc',
659 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55660 'url_request/url_request_simple_job.cc',
661 'url_request/url_request_simple_job.h',
662 'url_request/url_request_status.h',
663 'url_request/url_request_test_job.cc',
664 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04665 'url_request/view_cache_helper.cc',
666 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36667 'websockets/websocket.cc',
668 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16669 'websockets/websocket_frame_handler.cc',
670 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22671 'websockets/websocket_handshake.cc',
672 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55673 'websockets/websocket_handshake_draft75.cc',
674 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08675 'websockets/websocket_handshake_handler.cc',
676 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13677 'websockets/websocket_job.cc',
678 'websockets/websocket_job.h',
[email protected]6983889c2010-08-12 04:15:21679 'websockets/websocket_net_log_params.h',
[email protected]4c4eac02009-11-04 10:02:28680 'websockets/websocket_throttle.cc',
681 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55682 ],
[email protected]2f80c312009-02-25 21:26:55683 'export_dependent_settings': [
684 '../base/base.gyp:base',
685 ],
686 'conditions': [
[email protected]c61f6432009-04-22 01:16:42687 ['javascript_engine=="v8"', {
688 'dependencies': [
[email protected]44531a22009-04-28 21:37:56689 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42690 ],
691 }],
[email protected]f50278cd2010-08-24 17:34:08692 ['chromeos==1', {
693 'sources!': [
694 'proxy/proxy_config_service_linux.cc',
695 'proxy/proxy_config_service_linux.h',
696 ],
697 }],
[email protected]d518cd92010-09-29 12:27:44698 ['use_openssl==1 and OS == "linux"', {
699 'dependencies': [
700 '../build/linux/system.gyp:openssl',
[email protected]b1c2a5542010-10-08 12:44:40701 ],
702 'sources!': [
703 'socket/ssl_client_socket_nss.cc',
704 'socket/ssl_client_socket_nss.h',
705 'socket/ssl_client_socket_nss_factory.cc',
706 'socket/ssl_client_socket_nss_factory.h',
707 ],
[email protected]d518cd92010-09-29 12:27:44708 },
709 { # else !use_openssl: remove the unneeded files
710 'sources!': [
711 'socket/ssl_client_socket_openssl.cc',
712 'socket/ssl_client_socket_openssl.h',
713 ],
714 },
715 ],
[email protected]50462ec2010-01-29 22:28:32716 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03717 'dependencies': [
718 '../build/linux/system.gyp:gconf',
719 '../build/linux/system.gyp:gdk',
720 '../build/linux/system.gyp:nss',
721 ],
722 },
723 { # else: OS is not in the above list
724 'sources!': [
725 'ocsp/nss_ocsp.cc',
726 'ocsp/nss_ocsp.h',
727 ],
728 },
729 ],
[email protected]2f80c312009-02-25 21:26:55730 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55731 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32732 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44733 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55734 ],
735 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02736 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03737 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55738 'tld_cleanup',
739 ],
[email protected]2f80c312009-02-25 21:26:55740 },
741 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47742 'dependencies': [
743 '../third_party/libevent/libevent.gyp:libevent',
744 ],
[email protected]2f80c312009-02-25 21:26:55745 'sources!': [
[email protected]2f80c312009-02-25 21:26:55746 'proxy/proxy_resolver_winhttp.cc',
[email protected]fd4f139f2010-06-11 17:02:20747 'socket/ssl_client_socket_nss_factory.cc',
748 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55749 ],
[email protected]2f80c312009-02-25 21:26:55750 },
751 ],
752 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03753 'dependencies': [
754 '../third_party/nss/nss.gyp:nss',
755 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02756 ],
[email protected]2f80c312009-02-25 21:26:55757 'link_settings': {
758 'libraries': [
759 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
760 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
761 ]
762 },
763 },
[email protected]fd4f139f2010-06-11 17:02:20764 { # else: OS != "mac"
765 'sources!': [
766 'socket/ssl_client_socket_mac_factory.cc',
767 'socket/ssl_client_socket_mac_factory.h',
768 ],
769 },
[email protected]2f80c312009-02-25 21:26:55770 ],
[email protected]2f80c312009-02-25 21:26:55771 ],
772 },
773 {
774 'target_name': 'net_unittests',
775 'type': 'executable',
776 'dependencies': [
777 'net',
[email protected]6718b412009-03-04 18:26:00778 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55779 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14780 '../base/base.gyp:base_i18n',
[email protected]426eb3a2010-08-15 19:58:53781 '../base/base.gyp:test_support_base',
[email protected]06489a012009-12-10 08:12:54782 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55783 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57784 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55785 ],
[email protected]9e450f22009-03-10 23:12:16786 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55787 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38788 'base/address_list_unittest.cc',
[email protected]bb6390382010-08-12 19:49:40789 'base/cert_database_nss_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55790 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55791 'base/data_url_unittest.cc',
792 'base/directory_lister_unittest.cc',
[email protected]b24713592010-08-11 19:50:02793 'base/dnssec_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50794 'base/dns_util_unittest.cc',
[email protected]b3ccac82010-08-04 15:54:40795 'base/dnsrr_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55796 'base/escape_unittest.cc',
797 'base/file_stream_unittest.cc',
798 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27799 'base/filter_unittest.h',
[email protected]72b4a772010-07-14 01:29:30800 'base/forwarding_net_log_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55801 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38802 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14803 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32804 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02805 'base/keygen_handler_unittest.cc',
[email protected]85437612010-03-22 11:55:23806 'base/leak_annotations.h',
[email protected]2f80c312009-02-25 21:26:55807 'base/listen_socket_unittest.cc',
808 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38809 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55810 'base/mime_sniffer_unittest.cc',
811 'base/mime_util_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53812 'base/net_log_unittest.h',
[email protected]66761b952010-06-25 21:30:38813 'base/net_test_suite.h',
[email protected]2f80c312009-02-25 21:26:55814 'base/net_util_unittest.cc',
[email protected]e5a3eef2010-07-22 02:31:04815 'base/pem_tokenizer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55816 'base/registry_controlled_domain_unittest.cc',
817 'base/run_all_unittests.cc',
818 'base/sdch_filter_unittest.cc',
[email protected]d8654bf2010-07-18 16:01:32819 'base/ssl_cipher_suite_names_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58820 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32821 'base/ssl_config_service_mac_unittest.cc',
[email protected]a0709c0d2010-09-01 17:04:52822 'base/ssl_config_service_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42823 'base/ssl_config_service_win_unittest.cc',
[email protected]5bafc4f2010-09-08 14:07:38824 'base/ssl_false_start_blacklist_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12825 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42826 'base/transport_security_state_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29827 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55828 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33829 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55830 'base/x509_certificate_unittest.cc',
[email protected]d866fb52010-03-26 23:36:04831 'base/x509_cert_types_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55832 'disk_cache/addr_unittest.cc',
833 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58834 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55835 'disk_cache/block_files_unittest.cc',
[email protected]831a1a762010-10-12 05:57:08836 'disk_cache/cache_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55837 'disk_cache/disk_cache_test_base.cc',
838 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55839 'disk_cache/entry_unittest.cc',
840 'disk_cache/mapped_file_unittest.cc',
841 'disk_cache/storage_block_unittest.cc',
842 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09843 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49844 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32845 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]2737a57f2010-09-30 10:22:48846 'ftp/ftp_directory_listing_parser_hprc_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01847 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46848 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32849 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
850 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37851 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50852 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41853 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42854 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55855 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45856 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08857 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55858 'http/http_auth_handler_basic_unittest.cc',
859 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50860 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00861 'http/http_auth_handler_mock.cc',
862 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34863 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21864 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56865 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55866 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39867 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55868 'http/http_cache_unittest.cc',
869 'http/http_chunked_decoder_unittest.cc',
870 'http/http_network_layer_unittest.cc',
871 'http/http_network_transaction_unittest.cc',
[email protected]e772db3f2010-07-12 18:11:13872 'http/http_proxy_client_socket_pool_unittest.cc',
[email protected]270c6412010-03-29 22:02:47873 'http/http_request_headers_unittest.cc',
[email protected]0b0bf032010-09-21 18:08:50874 'http/http_response_body_drainer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55875 'http/http_response_headers_unittest.cc',
876 'http/http_transaction_unittest.cc',
877 'http/http_transaction_unittest.h',
878 'http/http_util_unittest.cc',
879 'http/http_vary_data_unittest.cc',
[email protected]3ad259a2010-07-16 17:26:47880 'http/mock_gssapi_library_posix.cc',
881 'http/mock_gssapi_library_posix.h',
[email protected]5c2471b2010-04-20 17:25:09882 'http/mock_sspi_library_win.h',
883 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30884 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12885 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19886 'proxy/mock_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00887 'proxy/multi_threaded_proxy_resolver_unittest.cc',
[email protected]7541206c2010-02-19 20:24:06888 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56889 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57890 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23891 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18892 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12893 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32894 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55895 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31896 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55897 'proxy/proxy_service_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04898 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05899 'socket/client_socket_pool_base_unittest.cc',
[email protected]5e6609582010-10-05 18:14:20900 'socket/deterministic_socket_data_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35901 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26902 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58903 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44904 'socket/ssl_client_socket_unittest.cc',
[email protected]e60e47a2010-07-14 03:37:18905 'socket/ssl_client_socket_pool_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44906 'socket/tcp_client_socket_pool_unittest.cc',
907 'socket/tcp_client_socket_unittest.cc',
[email protected]26a64592009-12-15 08:04:40908 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11909 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32910 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:40911 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32912 'spdy/spdy_network_transaction_unittest.cc',
913 'spdy/spdy_protocol_test.cc',
[email protected]fe2f62a2010-10-01 03:34:07914 'spdy/spdy_proxy_client_socket_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32915 'spdy/spdy_session_unittest.cc',
[email protected]4f386422010-07-20 04:19:49916 'spdy/spdy_stream_unittest.cc',
[email protected]75f30cc22010-06-28 21:41:38917 'spdy/spdy_test_util.cc',
[email protected]2ff8b312010-04-26 22:20:54918 'spdy/spdy_test_util.h',
[email protected]9af13ce2010-09-16 21:45:48919 'test/python_utils_unittest.cc',
[email protected]196f286c2010-06-07 14:57:17920 'tools/dump_cache/url_to_filename_encoder.cc',
921 'tools/dump_cache/url_to_filename_encoder.h',
922 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]8cd1ba5a2010-08-17 23:47:23923 'tools/dump_cache/url_utilities.h',
924 'tools/dump_cache/url_utilities.cc',
925 'tools/dump_cache/url_utilities_unittest.cc',
[email protected]ac9f9792010-08-06 14:09:30926 'url_request/url_request_job_tracker_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55927 'url_request/url_request_unittest.cc',
928 'url_request/url_request_unittest.h',
[email protected]cec6f9b02010-05-27 22:06:31929 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:16930 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:55931 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:08932 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:22933 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:13934 'websockets/websocket_job_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28935 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36936 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55937 ],
938 'conditions': [
[email protected]f50278cd2010-08-24 17:34:08939 ['chromeos==1', {
940 'sources!': [
941 'proxy/proxy_config_service_linux_unittest.cc',
942 ],
943 }],
[email protected]50462ec2010-01-29 22:28:32944 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26945 'dependencies': [
946 '../build/linux/system.gyp:gtk',
[email protected]69138472010-06-25 22:44:48947 '../build/linux/system.gyp:nss',
[email protected]9d384032009-03-20 23:13:26948 ],
[email protected]2f80c312009-02-25 21:26:55949 'sources!': [
950 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55951 ],
952 },
[email protected]bb6390382010-08-12 19:49:40953 { # else: OS is not in the above list
954 'sources!': [
955 'base/cert_database_nss_unittest.cc',
956 ],
957 }
[email protected]2f80c312009-02-25 21:26:55958 ],
[email protected]b1c2a5542010-10-08 12:44:40959 [ 'OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:15960 'conditions': [
961 ['linux_use_tcmalloc==1', {
962 'dependencies': [
963 '../base/allocator/allocator.gyp:allocator',
964 ],
965 }],
966 ],
967 }],
[email protected]b1c2a5542010-10-08 12:44:40968 [ 'use_openssl == 1 and OS == "linux"', {
969 # When building for OpenSSL, we need to exclude some NSS files.
970 # TODO(bulach): remove once we fully support OpenSSL.
971 'sources!': [
972 'base/cert_database_nss_unittest.cc',
973 ],
974 },
975 ],
[email protected]2f80c312009-02-25 21:26:55976 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:08977 'sources!': [
978 'http/http_auth_gssapi_posix_unittest.cc',
979 ],
[email protected]cdafbff2010-03-02 17:47:02980 # This is needed to trigger the dll copy step on windows.
981 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:55982 'dependencies': [
[email protected]280629492009-09-09 06:49:08983 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55984 ],
985 },
986 ],
987 ],
988 },
989 {
990 'target_name': 'net_perftests',
991 'type': 'executable',
992 'dependencies': [
993 'net',
[email protected]6718b412009-03-04 18:26:00994 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55995 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14996 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45997 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06998 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55999 '../testing/gtest.gyp:gtest',
1000 ],
[email protected]9e450f22009-03-10 23:12:161001 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:551002 'sources': [
[email protected]2f80c312009-02-25 21:26:551003 'base/cookie_monster_perftest.cc',
1004 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:331005 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:551006 ],
1007 'conditions': [
1008 # This is needed to trigger the dll copy step on windows.
1009 # TODO(mark): Specifying this here shouldn't be necessary.
1010 [ 'OS == "win"', {
1011 'dependencies': [
[email protected]280629492009-09-09 06:49:081012 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:551013 ],
1014 },
1015 ],
1016 ],
1017 },
1018 {
1019 'target_name': 'stress_cache',
1020 'type': 'executable',
1021 'dependencies': [
1022 'net',
[email protected]6718b412009-03-04 18:26:001023 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551024 '../base/base.gyp:base',
1025 ],
1026 'sources': [
[email protected]2f80c312009-02-25 21:26:551027 'disk_cache/stress_cache.cc',
1028 ],
1029 },
1030 {
1031 'target_name': 'tld_cleanup',
1032 'type': 'executable',
1033 'dependencies': [
1034 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:141035 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:551036 '../build/temp_gyp/googleurl.gyp:googleurl',
1037 ],
[email protected]b8234462009-03-18 02:30:551038 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:551039 'sources': [
1040 'tools/tld_cleanup/tld_cleanup.cc',
1041 ],
1042 },
1043 {
1044 'target_name': 'crash_cache',
1045 'type': 'executable',
1046 'dependencies': [
1047 'net',
[email protected]6718b412009-03-04 18:26:001048 'net_test_support',
[email protected]2f80c312009-02-25 21:26:551049 '../base/base.gyp:base',
1050 ],
[email protected]9e450f22009-03-10 23:12:161051 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:551052 'sources': [
1053 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:001054 ],
1055 },
1056 {
[email protected]f9ff629f2010-09-03 23:54:361057 'target_name': 'run_testserver',
1058 'type': 'executable',
1059 'dependencies': [
1060 'net',
1061 'net_test_support',
1062 '../base/base.gyp:base',
1063 '../testing/gtest.gyp:gtest',
1064 ],
1065 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5',
1066 'sources': [
1067 'tools/testserver/run_testserver.cc',
1068 ],
1069 },
1070 {
[email protected]6718b412009-03-04 18:26:001071 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:491072 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:001073 'dependencies': [
1074 'net',
1075 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:151076 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:001077 ],
1078 'sources': [
[email protected]702a6a722010-03-17 18:24:511079 'base/cert_test_util.cc',
1080 'base/cert_test_util.h',
[email protected]2f80c312009-02-25 21:26:551081 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:001082 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:501083 'proxy/proxy_config_service_common_unittest.cc',
1084 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:441085 'socket/socket_test_util.cc',
1086 'socket/socket_test_util.h',
[email protected]9af13ce2010-09-16 21:45:481087 'test/python_utils.cc',
1088 'test/python_utils.h',
[email protected]1b9565c2010-07-21 01:19:311089 'test/test_server.cc',
[email protected]95409e12010-08-17 20:07:111090 'test/test_server_posix.cc',
1091 'test/test_server_win.cc',
[email protected]1b9565c2010-07-21 01:19:311092 'test/test_server.h',
[email protected]702a6a722010-03-17 18:24:511093 ],
1094 'conditions': [
[email protected]6c2046562010-05-07 23:47:501095 ['inside_chromium_build==1', {
1096 'dependencies': [
1097 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
[email protected]9cac94e2010-10-01 16:35:121098 '../third_party/protobuf/protobuf.gyp:py_proto',
[email protected]6c2046562010-05-07 23:47:501099 ],
1100 }],
[email protected]702a6a722010-03-17 18:24:511101 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
1102 'dependencies': [
1103 '../build/linux/system.gyp:nss',
1104 ],
1105 }],
[email protected]85437612010-03-22 11:55:231106 ['OS == "linux"', {
1107 'conditions': [
1108 ['linux_use_tcmalloc==1', {
1109 'dependencies': [
1110 '../base/allocator/allocator.gyp:allocator',
1111 ],
1112 }],
1113 ],
1114 }],
[email protected]1e5fead2010-10-08 14:33:111115 ['use_openssl == 1 and OS == "linux"', {
[email protected]b1c2a5542010-10-08 12:44:401116 'dependencies': [
1117 '../build/linux/system.gyp:openssl',
1118 ]
1119 }],
[email protected]2f80c312009-02-25 21:26:551120 ],
1121 },
[email protected]ef36c74c2009-03-11 13:32:221122 {
1123 'target_name': 'net_resources',
1124 'type': 'none',
1125 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:021126 'variables': {
1127 'grit_cmd': ['python', '../tools/grit/grit.py'],
1128 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
1129 'input_paths': [
1130 'base/net_resources.grd',
1131 ],
1132 },
[email protected]ef36c74c2009-03-11 13:32:221133 'rules': [
[email protected]2f80c312009-02-25 21:26:551134 {
[email protected]ef36c74c2009-03-11 13:32:221135 'rule_name': 'grit',
1136 'extension': 'grd',
1137 'inputs': [
[email protected]5b910872010-02-09 01:03:021138 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551139 ],
[email protected]ef36c74c2009-03-11 13:32:221140 'outputs': [
[email protected]5b910872010-02-09 01:03:021141 '<!@(<(grit_info_cmd) '
1142 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551143 ],
[email protected]ef36c74c2009-03-11 13:32:221144 'action':
[email protected]5b910872010-02-09 01:03:021145 ['<@(grit_cmd)',
1146 '-i', '<(RULE_INPUT_PATH)', 'build',
1147 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:351148 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:551149 },
[email protected]6718b412009-03-04 18:26:001150 ],
[email protected]ef36c74c2009-03-11 13:32:221151 'sources': [
[email protected]5b910872010-02-09 01:03:021152 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:221153 ],
1154 'direct_dependent_settings': {
1155 'include_dirs': [
1156 '<(SHARED_INTERMEDIATE_DIR)/net',
1157 ],
1158 },
[email protected]b392f3e2009-05-11 20:01:241159 'conditions': [
1160 ['OS=="win"', {
1161 'dependencies': ['../build/win/system.gyp:cygwin'],
1162 }],
1163 ],
[email protected]ef36c74c2009-03-11 13:32:221164 },
[email protected]75b91f92009-06-17 07:28:481165 {
1166 'target_name': 'fetch_client',
1167 'type': 'executable',
1168 'dependencies': [
1169 'net',
1170 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:481171 '../testing/gtest.gyp:gtest',
1172 ],
1173 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1174 'sources': [
1175 'tools/fetch/fetch_client.cc',
1176 ],
1177 },
[email protected]fe4f06d2009-06-17 07:58:051178 {
1179 'target_name': 'fetch_server',
1180 'type': 'executable',
1181 'dependencies': [
1182 'net',
1183 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:051184 '../testing/gtest.gyp:gtest',
1185 ],
1186 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1187 'sources': [
1188 'tools/fetch/fetch_server.cc',
1189 'tools/fetch/http_listen_socket.cc',
1190 'tools/fetch/http_listen_socket.h',
1191 'tools/fetch/http_server.cc',
1192 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:001193 'tools/fetch/http_server_request_info.h',
1194 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:051195 'tools/fetch/http_session.cc',
1196 'tools/fetch/http_session.h',
1197 ],
1198 },
[email protected]c402da42009-12-10 02:38:031199 {
[email protected]0569d862010-07-05 11:32:401200 'target_name': 'http_listen_socket',
1201 'type': '<(library)',
1202 'dependencies': [
1203 'net',
1204 '../base/base.gyp:base',
1205 '../testing/gtest.gyp:gtest',
1206 ],
1207 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
1208 'sources': [
1209 'server/http_listen_socket.cc',
1210 'server/http_listen_socket.h',
1211 'server/http_server_request_info.h',
1212 ],
1213 },
1214 {
[email protected]c402da42009-12-10 02:38:031215 'target_name': 'hresolv',
1216 'type': 'executable',
1217 'dependencies': [
1218 'net_base',
1219 ],
1220 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
1221 'sources': [
1222 'tools/hresolv/hresolv.cc',
1223 ],
1224 },
[email protected]5bafc4f2010-09-08 14:07:381225 {
[email protected]b40f05a2010-09-09 20:13:231226 'target_name': 'dnssec_chain_verify',
1227 'type': 'executable',
1228 'dependencies': [
1229 'net_base',
1230 ],
1231 'sources': [
1232 'tools/dnssec_chain_verify/dnssec_chain_verify.cc',
1233 ]
1234 },
1235 {
[email protected]5bafc4f2010-09-08 14:07:381236 'target_name': 'ssl_false_start_blacklist_process',
1237 'type': 'executable',
1238 'toolsets': ['host'],
1239 'include_dirs': [
1240 '..',
1241 ],
1242 'sources': [
1243 'base/ssl_false_start_blacklist_process.cc',
1244 ],
1245 },
[email protected]ef36c74c2009-03-11 13:32:221246 ],
1247 'conditions': [
[email protected]e71d2e9d2010-03-31 01:36:371248 # ['OS=="linux"', {
1249 # 'targets': [
1250 # {
1251 # 'target_name': 'flip_in_mem_edsm_server',
1252 # 'type': 'executable',
1253 # 'dependencies': [
1254 # '../base/base.gyp:base',
1255 # 'net.gyp:net',
1256 # ],
1257 # 'link_settings': {
1258 # 'ldflags': [
1259 # '-lssl'
1260 # ],
1261 # 'libraries': [
1262 # '-lssl'
1263 # ],
1264 # },
1265 # 'sources': [
[email protected]918e8ad2010-09-30 15:15:521266 # 'tools/dump_cache/url_to_filename_encoder.cc',
1267 # 'tools/dump_cache/url_to_filename_encoder.h',
1268 # 'tools/dump_cache/url_utilities.h',
1269 # 'tools/dump_cache/url_utilities.cc',
1270
[email protected]e71d2e9d2010-03-31 01:36:371271 # 'tools/flip_server/balsa_enums.h',
1272 # 'tools/flip_server/balsa_frame.cc',
1273 # 'tools/flip_server/balsa_frame.h',
1274 # 'tools/flip_server/balsa_headers.cc',
1275 # 'tools/flip_server/balsa_headers.h',
1276 # 'tools/flip_server/balsa_headers_token_utils.cc',
1277 # 'tools/flip_server/balsa_headers_token_utils.h',
1278 # 'tools/flip_server/balsa_visitor_interface.h',
1279 # 'tools/flip_server/buffer_interface.h',
1280 # 'tools/flip_server/create_listener.cc',
1281 # 'tools/flip_server/create_listener.h',
1282 # 'tools/flip_server/epoll_server.cc',
1283 # 'tools/flip_server/epoll_server.h',
1284 # 'tools/flip_server/flip_in_mem_edsm_server.cc',
1285 # 'tools/flip_server/http_message_constants.cc',
1286 # 'tools/flip_server/http_message_constants.h',
1287 # 'tools/flip_server/loadtime_measurement.h',
1288 # 'tools/flip_server/porting.txt',
1289 # 'tools/flip_server/ring_buffer.cc',
1290 # 'tools/flip_server/ring_buffer.h',
1291 # 'tools/flip_server/simple_buffer.cc',
1292 # 'tools/flip_server/simple_buffer.h',
1293 # 'tools/flip_server/split.h',
1294 # 'tools/flip_server/split.cc',
1295 # 'tools/flip_server/string_piece_utils.h',
1296 # 'tools/flip_server/thread.h',
1297 # 'tools/flip_server/url_to_filename_encoder.h',
1298 # 'tools/flip_server/url_utilities.h',
1299 # ],
1300 # },
1301 # ]
1302 # }],
[email protected]6718b412009-03-04 18:26:001303 ['OS=="win"', {
1304 'targets': [
[email protected]2f80c312009-02-25 21:26:551305 {
1306 # TODO(port): dump_cache is still Windows-specific.
1307 'target_name': 'dump_cache',
1308 'type': 'executable',
1309 'dependencies': [
1310 'net',
1311 '../base/base.gyp:base',
1312 ],
1313 'sources': [
[email protected]c44344e2009-09-02 22:05:501314 'tools/dump_cache/cache_dumper.cc',
1315 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551316 'tools/dump_cache/dump_cache.cc',
1317 'tools/dump_cache/dump_files.cc',
1318 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171319 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501320 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]8cd1ba5a2010-08-17 23:47:231321 'tools/dump_cache/url_utilities.h',
1322 'tools/dump_cache/url_utilities.cc',
[email protected]2f80c312009-02-25 21:26:551323 ],
1324 },
1325 ],
1326 }],
[email protected]2f80c312009-02-25 21:26:551327 ],
1328}
[email protected]f5c990c2009-10-06 03:02:381329
1330# Local Variables:
1331# tab-width:2
1332# indent-tabs-mode:nil
1333# End:
1334# vim: set expandtab tabstop=2 shiftwidth=2: