blob: 10a4d8d652f89b27638b5f3df0457b78c47c5232 [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',
39 'base/cert_database_win.cc',
[email protected]2f80c312009-02-25 21:26:5540 'base/cert_status_flags.cc',
41 'base/cert_status_flags.h',
42 'base/cert_verifier.cc',
43 'base/cert_verifier.h',
44 'base/cert_verify_result.h',
[email protected]2f80c312009-02-25 21:26:5545 'base/completion_callback.h',
46 'base/connection_type_histograms.cc',
47 'base/connection_type_histograms.h',
48 'base/cookie_monster.cc',
49 'base/cookie_monster.h',
[email protected]5f450e52009-07-28 13:28:1150 'base/cookie_options.h',
[email protected]2f80c312009-02-25 21:26:5551 'base/cookie_policy.h',
[email protected]5f450e52009-07-28 13:28:1152 'base/cookie_store.h',
[email protected]2f80c312009-02-25 21:26:5553 'base/data_url.cc',
54 'base/data_url.h',
55 'base/directory_lister.cc',
56 'base/directory_lister.h',
[email protected]37e658b2010-07-28 17:23:0457 'base/dns_reload_timer.cc',
58 'base/dns_reload_timer.h',
[email protected]b24713592010-08-11 19:50:0259 'base/dnssec_chain_verifier.cc',
60 'base/dnssec_chain_verifier.h',
61 'base/dnssec_keyset.cc',
62 'base/dnssec_keyset.h',
63 'base/dnssec_proto.h',
[email protected]c36f0642009-09-09 01:10:5064 'base/dns_util.cc',
65 'base/dns_util.h',
[email protected]b3ccac82010-08-04 15:54:4066 'base/dnsrr_resolver.cc',
67 'base/dnsrr_resolver.h',
[email protected]2f80c312009-02-25 21:26:5568 'base/escape.cc',
69 'base/escape.h',
70 'base/ev_root_ca_metadata.cc',
71 'base/ev_root_ca_metadata.h',
72 'base/file_stream.h',
73 'base/file_stream_posix.cc',
74 'base/file_stream_win.cc',
75 'base/filter.cc',
76 'base/filter.h',
[email protected]72b4a772010-07-14 01:29:3077 'base/forwarding_net_log.cc',
78 'base/forwarding_net_log.h',
[email protected]2f80c312009-02-25 21:26:5579 'base/gzip_filter.cc',
80 'base/gzip_filter.h',
81 'base/gzip_header.cc',
82 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3883 'base/host_cache.cc',
84 'base/host_cache.h',
[email protected]b6a50182010-05-12 22:47:1485 'base/host_mapping_rules.cc',
86 'base/host_mapping_rules.h',
[email protected]564b4912010-03-09 16:30:4287 'base/host_port_pair.cc',
88 'base/host_port_pair.h',
[email protected]2f80c312009-02-25 21:26:5589 'base/host_resolver.cc',
90 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3291 'base/host_resolver_impl.cc',
92 'base/host_resolver_impl.h',
93 'base/host_resolver_proc.cc',
94 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:5595 'base/io_buffer.cc',
96 'base/io_buffer.h',
[email protected]a755e1072009-10-23 16:58:3797 'base/keygen_handler.h',
98 'base/keygen_handler_mac.cc',
99 'base/keygen_handler_nss.cc',
100 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:55101 'base/listen_socket.cc',
102 'base/listen_socket.h',
103 'base/load_flags.h',
[email protected]f90ad122010-05-18 20:02:23104 'base/load_flags_list.h',
[email protected]48ab71e2009-06-22 19:19:16105 'base/load_states.h',
[email protected]9087aa32010-02-18 08:03:38106 'base/mapped_host_resolver.cc',
107 'base/mapped_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55108 'base/mime_sniffer.cc',
109 'base/mime_sniffer.h',
110 'base/mime_util.cc',
111 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:32112 # TODO(eroman): move this into its own test-support target.
113 'base/mock_host_resolver.cc',
114 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55115 'base/net_error_list.h',
116 'base/net_errors.cc',
117 'base/net_errors.h',
[email protected]9e743cd2010-03-16 07:03:53118 'base/net_log.cc',
119 'base/net_log.h',
120 'base/net_log_event_type_list.h',
[email protected]92056b92010-05-22 00:36:46121 'base/net_log_source_type_list.h',
[email protected]2f80c312009-02-25 21:26:55122 'base/net_module.cc',
123 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55124 'base/net_util.cc',
125 'base/net_util.h',
126 'base/net_util_posix.cc',
127 'base/net_util_win.cc',
[email protected]100d5fb92009-12-21 21:08:35128 'base/network_change_notifier.cc',
129 'base/network_change_notifier.h',
[email protected]100d5fb92009-12-21 21:08:35130 'base/network_change_notifier_linux.cc',
131 'base/network_change_notifier_linux.h',
132 'base/network_change_notifier_mac.cc',
133 'base/network_change_notifier_mac.h',
[email protected]6d603aa2010-02-19 18:44:58134 'base/network_change_notifier_netlink_linux.cc',
135 'base/network_change_notifier_netlink_linux.h',
[email protected]100d5fb92009-12-21 21:08:35136 'base/network_change_notifier_win.cc',
137 'base/network_change_notifier_win.h',
[email protected]9328443b2010-07-30 06:09:40138 'base/network_config_watcher_mac.cc',
139 'base/network_config_watcher_mac.h',
[email protected]2f80c312009-02-25 21:26:55140 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00141 'base/nss_memio.h',
[email protected]e5a3eef2010-07-22 02:31:04142 'base/pem_tokenizer.cc',
143 'base/pem_tokenizer.h',
[email protected]2f80c312009-02-25 21:26:55144 'base/platform_mime_util.h',
145 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
146 'base/platform_mime_util_linux.cc',
147 'base/platform_mime_util_mac.cc',
148 'base/platform_mime_util_win.cc',
149 'base/registry_controlled_domain.cc',
150 'base/registry_controlled_domain.h',
151 'base/scoped_cert_chain_context.h',
152 'base/sdch_filter.cc',
153 'base/sdch_filter.h',
154 'base/sdch_manager.cc',
155 'base/sdch_manager.h',
[email protected]9349cfb2010-08-31 18:00:53156 'base/ssl_cert_request_info.cc',
[email protected]0b45559b2009-06-12 21:45:11157 'base/ssl_cert_request_info.h',
[email protected]d8654bf2010-07-18 16:01:32158 'base/ssl_cipher_suite_names.cc',
159 'base/ssl_cipher_suite_names.h',
[email protected]56c866a22009-06-18 19:38:58160 'base/ssl_client_auth_cache.cc',
161 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39162 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55163 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42164 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32165 'base/ssl_config_service_mac.cc',
166 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42167 'base/ssl_config_service_win.cc',
168 'base/ssl_config_service_win.h',
[email protected]5bafc4f2010-09-08 14:07:38169 'base/ssl_false_start_blacklist.cc',
[email protected]9349cfb2010-08-31 18:00:53170 'base/ssl_info.cc',
[email protected]2f80c312009-02-25 21:26:55171 'base/ssl_info.h',
[email protected]cb370a0632010-01-30 08:24:12172 'base/static_cookie_policy.cc',
173 'base/static_cookie_policy.h',
[email protected]326e6792009-12-11 21:04:42174 'base/transport_security_state.cc',
175 'base/transport_security_state.h',
[email protected]a540c2d2009-12-12 00:47:37176 'base/sys_addrinfo.h',
[email protected]d022e4e2009-06-23 04:13:00177 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55178 'base/upload_data.cc',
179 'base/upload_data.h',
180 'base/upload_data_stream.cc',
181 'base/upload_data_stream.h',
[email protected]2f80c312009-02-25 21:26:55182 'base/winsock_init.cc',
183 'base/winsock_init.h',
184 'base/x509_certificate.cc',
185 'base/x509_certificate.h',
186 'base/x509_certificate_mac.cc',
187 'base/x509_certificate_nss.cc',
188 'base/x509_certificate_win.cc',
[email protected]d866fb52010-03-26 23:36:04189 'base/x509_cert_types.cc',
190 'base/x509_cert_types.h',
191 'base/x509_cert_types_mac.cc',
[email protected]53ae7c42010-06-18 17:45:35192 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
193 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]58678c52010-08-31 22:13:52194 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
195 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
[email protected]b683c6a2010-08-20 02:39:35196 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
197 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb639032010-08-12 19:49:40198 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
199 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]9c2a57712009-10-21 20:35:11200 ],
201 'export_dependent_settings': [
202 '../base/base.gyp:base',
203 ],
[email protected]5bafc4f2010-09-08 14:07:38204 'actions': [
205 {
206 'action_name': 'ssl_false_start_blacklist',
207 'inputs': [
208 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
209 'base/ssl_false_start_blacklist.txt',
210 ],
211 'outputs': [
212 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
213 ],
214 'action':
215 ['<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_process<(EXECUTABLE_SUFFIX)',
216 'base/ssl_false_start_blacklist.txt',
217 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.cc',
218 ],
219 'message': 'Generating SSL False Start blacklist',
220 'process_outputs_as_sources': 1,
221 },
222 ],
[email protected]9c2a57712009-10-21 20:35:11223 'conditions': [
[email protected]50462ec2010-01-29 22:28:32224 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03225 'dependencies': [
226 '../build/linux/system.gyp:gconf',
227 '../build/linux/system.gyp:gdk',
228 '../build/linux/system.gyp:nss',
[email protected]b3ccac82010-08-04 15:54:40229 '../build/linux/system.gyp:libresolv',
[email protected]3dd6f5e2010-06-01 20:28:03230 ],
231 },
232 { # else: OS is not in the above list
233 'sources!': [
234 'base/cert_database_nss.cc',
235 'base/keygen_handler_nss.cc',
236 'base/x509_certificate_nss.cc',
[email protected]53ae7c42010-06-18 17:45:35237 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
238 'third_party/mozilla_security_manager/nsKeygenHandler.h',
[email protected]58678c52010-08-31 22:13:52239 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
240 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
[email protected]b683c6a2010-08-20 02:39:35241 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
242 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
[email protected]bb639032010-08-12 19:49:40243 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
244 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
[email protected]3dd6f5e2010-06-01 20:28:03245 ],
246 },
247 ],
[email protected]9c2a57712009-10-21 20:35:11248 [ 'OS == "win"', {
[email protected]9c2a57712009-10-21 20:35:11249 'dependencies': [
[email protected]b24713592010-08-11 19:50:02250 '../third_party/nss/nss.gyp:nss',
[email protected]9c2a57712009-10-21 20:35:11251 'tld_cleanup',
252 ],
253 },
254 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47255 'dependencies': [
256 '../third_party/libevent/libevent.gyp:libevent',
257 ],
[email protected]9c2a57712009-10-21 20:35:11258 'sources!': [
[email protected]9c2a57712009-10-21 20:35:11259 'base/winsock_init.cc',
260 ],
261 },
262 ],
[email protected]9c2a57712009-10-21 20:35:11263 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03264 'dependencies': [
[email protected]b24713592010-08-11 19:50:02265 '../third_party/nss/nss.gyp:nss',
[email protected]f505a9b2010-01-28 19:44:02266 ],
[email protected]9c2a57712009-10-21 20:35:11267 'link_settings': {
268 'libraries': [
269 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
270 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
[email protected]899c3e92010-08-28 15:53:50271 '$(SDKROOT)/usr/lib/libresolv.dylib',
[email protected]9c2a57712009-10-21 20:35:11272 ]
273 },
274 },
275 ],
276 ],
277 },
278 {
279 'target_name': 'net',
280 'type': '<(library)',
281 'dependencies': [
282 '../base/base.gyp:base',
283 '../base/base.gyp:base_i18n',
284 '../build/temp_gyp/googleurl.gyp:googleurl',
285 '../sdch/sdch.gyp:sdch',
[email protected]9c2a57712009-10-21 20:35:11286 '../third_party/icu/icu.gyp:icui18n',
287 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11288 '../third_party/zlib/zlib.gyp:zlib',
289 'net_base',
290 'net_resources',
291 ],
292 'sources': [
[email protected]2f80c312009-02-25 21:26:55293 'disk_cache/addr.cc',
294 'disk_cache/addr.h',
295 'disk_cache/backend_impl.cc',
296 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58297 'disk_cache/bitmap.cc',
298 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55299 'disk_cache/block_files.cc',
300 'disk_cache/block_files.h',
301 'disk_cache/cache_util.h',
302 'disk_cache/cache_util_posix.cc',
303 'disk_cache/cache_util_win.cc',
304 'disk_cache/disk_cache.h',
305 'disk_cache/disk_format.h',
306 'disk_cache/entry_impl.cc',
307 'disk_cache/entry_impl.h',
308 'disk_cache/errors.h',
309 'disk_cache/eviction.cc',
310 'disk_cache/eviction.h',
[email protected]c03b9792010-09-13 18:10:51311 'disk_cache/experiments.h',
[email protected]2f80c312009-02-25 21:26:55312 'disk_cache/file.h',
313 'disk_cache/file_block.h',
314 'disk_cache/file_lock.cc',
315 'disk_cache/file_lock.h',
316 'disk_cache/file_posix.cc',
317 'disk_cache/file_win.cc',
318 'disk_cache/hash.cc',
319 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34320 'disk_cache/histogram_macros.h',
[email protected]fb2622f2010-07-13 18:00:56321 'disk_cache/in_flight_backend_io.cc',
322 'disk_cache/in_flight_backend_io.h',
323 'disk_cache/in_flight_io.cc',
324 'disk_cache/in_flight_io.h',
[email protected]2f80c312009-02-25 21:26:55325 'disk_cache/mapped_file.h',
326 'disk_cache/mapped_file_posix.cc',
327 'disk_cache/mapped_file_win.cc',
328 'disk_cache/mem_backend_impl.cc',
329 'disk_cache/mem_backend_impl.h',
330 'disk_cache/mem_entry_impl.cc',
331 'disk_cache/mem_entry_impl.h',
332 'disk_cache/mem_rankings.cc',
333 'disk_cache/mem_rankings.h',
334 'disk_cache/rankings.cc',
335 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58336 'disk_cache/sparse_control.cc',
337 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55338 'disk_cache/stats.cc',
339 'disk_cache/stats.h',
340 'disk_cache/stats_histogram.cc',
341 'disk_cache/stats_histogram.h',
342 'disk_cache/storage_block-inl.h',
343 'disk_cache/storage_block.h',
344 'disk_cache/trace.cc',
345 'disk_cache/trace.h',
346 'ftp/ftp_auth_cache.cc',
347 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09348 'ftp/ftp_ctrl_response_buffer.cc',
349 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49350 'ftp/ftp_directory_listing_buffer.cc',
351 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32352 'ftp/ftp_directory_listing_parser.cc',
353 'ftp/ftp_directory_listing_parser.h',
354 'ftp/ftp_directory_listing_parser_ls.cc',
355 'ftp/ftp_directory_listing_parser_ls.h',
[email protected]9772b1c32009-12-10 19:39:01356 'ftp/ftp_directory_listing_parser_mlsd.cc',
357 'ftp/ftp_directory_listing_parser_mlsd.h',
[email protected]8425e66e2009-12-07 19:51:46358 'ftp/ftp_directory_listing_parser_netware.cc',
359 'ftp/ftp_directory_listing_parser_netware.h',
[email protected]a115b01072009-12-04 09:58:32360 'ftp/ftp_directory_listing_parser_vms.cc',
361 'ftp/ftp_directory_listing_parser_vms.h',
362 'ftp/ftp_directory_listing_parser_windows.cc',
363 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55364 'ftp/ftp_network_layer.cc',
365 'ftp/ftp_network_layer.h',
366 'ftp/ftp_network_session.h',
367 'ftp/ftp_network_transaction.cc',
368 'ftp/ftp_network_transaction.h',
369 'ftp/ftp_request_info.h',
370 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55371 'ftp/ftp_server_type_histograms.cc',
372 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55373 'ftp/ftp_transaction.h',
374 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50375 'ftp/ftp_util.cc',
376 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41377 'http/des.cc',
378 'http/des.h',
[email protected]9b437692010-09-09 20:02:48379 'http/disk_cache_based_ssl_host_info.cc',
380 'http/disk_cache_based_ssl_host_info.h',
[email protected]564b4912010-03-09 16:30:42381 'http/http_alternate_protocols.cc',
382 'http/http_alternate_protocols.h',
[email protected]2f80c312009-02-25 21:26:55383 'http/http_atom_list.h',
384 'http/http_auth.cc',
385 'http/http_auth.h',
386 'http/http_auth_cache.cc',
387 'http/http_auth_cache.h',
[email protected]228404f2010-06-24 04:31:41388 'http/http_auth_controller.cc',
389 'http/http_auth_controller.h',
[email protected]eb3cac72010-02-26 21:07:45390 'http/http_auth_filter.cc',
391 'http/http_auth_filter.h',
[email protected]1ce73ede2010-03-25 12:17:44392 'http/http_auth_filter_win.h',
[email protected]83727172010-06-04 17:58:08393 'http/http_auth_gssapi_posix.cc',
394 'http/http_auth_gssapi_posix.h',
[email protected]2f80c312009-02-25 21:26:55395 'http/http_auth_handler.cc',
[email protected]fa55e192010-02-15 14:25:50396 'http/http_auth_handler.h',
[email protected]2f80c312009-02-25 21:26:55397 'http/http_auth_handler_basic.cc',
398 'http/http_auth_handler_basic.h',
399 'http/http_auth_handler_digest.cc',
400 'http/http_auth_handler_digest.h',
[email protected]fa55e192010-02-15 14:25:50401 'http/http_auth_handler_factory.cc',
402 'http/http_auth_handler_factory.h',
[email protected]4fd4a6d2010-01-21 21:38:05403 'http/http_auth_handler_negotiate.h',
[email protected]65d34382010-07-01 18:12:26404 'http/http_auth_handler_negotiate.cc',
[email protected]5ae0b862009-02-28 02:02:41405 'http/http_auth_handler_ntlm.cc',
406 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32407 'http/http_auth_handler_ntlm_portable.cc',
408 'http/http_auth_handler_ntlm_win.cc',
[email protected]7da0b332010-01-08 14:56:56409 'http/http_auth_sspi_win.cc',
410 'http/http_auth_sspi_win.h',
[email protected]0877e3d2009-10-17 22:29:57411 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00412 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39413 'http/http_byte_range.cc',
414 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55415 'http/http_cache.cc',
416 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23417 'http/http_cache_transaction.cc',
418 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55419 'http/http_chunked_decoder.cc',
420 'http/http_chunked_decoder.h',
[email protected]a7ea8832010-07-12 17:54:54421 'http/http_net_log_params.h',
[email protected]ac039522010-06-15 16:39:44422 'http/http_network_delegate.h',
[email protected]2f80c312009-02-25 21:26:55423 'http/http_network_layer.cc',
424 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44425 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55426 'http/http_network_session.h',
427 'http/http_network_transaction.cc',
428 'http/http_network_transaction.h',
[email protected]270c6412010-03-29 22:02:47429 'http/http_request_headers.cc',
430 'http/http_request_headers.h',
[email protected]2f80c312009-02-25 21:26:55431 'http/http_request_info.h',
432 'http/http_response_headers.cc',
433 'http/http_response_headers.h',
434 'http/http_response_info.cc',
435 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00436 'http/http_stream.h',
[email protected]8e6441ca2010-08-19 05:56:38437 'http/http_stream_factory.cc',
438 'http/http_stream_factory.h',
[email protected]9349cfb2010-08-31 18:00:53439 'http/http_stream_handle.cc',
[email protected]8e6441ca2010-08-19 05:56:38440 'http/http_stream_handle.h',
[email protected]0877e3d2009-10-17 22:29:57441 'http/http_stream_parser.cc',
442 'http/http_stream_parser.h',
[email protected]8e6441ca2010-08-19 05:56:38443 'http/http_stream_request.cc',
444 'http/http_stream_request.h',
[email protected]2f80c312009-02-25 21:26:55445 'http/http_transaction.h',
446 'http/http_transaction_factory.h',
[email protected]d7f16632010-03-29 18:02:36447 'http/url_security_manager.h',
[email protected]930cbb52010-04-02 17:27:10448 'http/url_security_manager.cc',
[email protected]d7f16632010-03-29 18:02:36449 'http/url_security_manager_posix.cc',
450 'http/url_security_manager_win.cc',
[email protected]a7ea8832010-07-12 17:54:54451 'http/http_proxy_client_socket.cc',
452 'http/http_proxy_client_socket.h',
[email protected]e772db3f2010-07-12 18:11:13453 'http/http_proxy_client_socket_pool.cc',
454 'http/http_proxy_client_socket_pool.h',
[email protected]2f80c312009-02-25 21:26:55455 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01456 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55457 'http/http_util.h',
458 'http/http_vary_data.cc',
459 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00460 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41461 'http/md4.cc',
462 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50463 'http/partial_data.cc',
464 'http/partial_data.h',
[email protected]8e6441ca2010-08-19 05:56:38465 'http/stream_factory.h',
[email protected]25d8ea22009-08-25 19:42:29466 'ocsp/nss_ocsp.cc',
467 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12468 'proxy/init_proxy_resolver.cc',
469 'proxy/init_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00470 'proxy/multi_threaded_proxy_resolver.cc',
471 'proxy/multi_threaded_proxy_resolver.h',
[email protected]119655002010-07-23 06:02:40472 'proxy/polling_proxy_config_service.cc',
473 'proxy/polling_proxy_config_service.h',
[email protected]7541206c2010-02-19 20:24:06474 'proxy/proxy_bypass_rules.cc',
475 'proxy/proxy_bypass_rules.h',
[email protected]7dc52f22009-03-02 22:37:18476 'proxy/proxy_config.cc',
477 'proxy/proxy_config.h',
478 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55479 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56480 'proxy/proxy_config_service_linux.cc',
481 'proxy/proxy_config_service_linux.h',
[email protected]a9944f02009-12-10 10:37:27482 'proxy/proxy_config_service_mac.cc',
483 'proxy/proxy_config_service_mac.h',
[email protected]2f80c312009-02-25 21:26:55484 'proxy/proxy_config_service_win.cc',
485 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18486 'proxy/proxy_info.cc',
487 'proxy/proxy_info.h',
488 'proxy/proxy_list.cc',
489 'proxy/proxy_list.h',
490 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12491 'proxy/proxy_resolver_js_bindings.cc',
492 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55493 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00494 'proxy/proxy_resolver_mac.h',
[email protected]59872eb2010-06-22 18:56:12495 'proxy/proxy_resolver_request_context.h',
[email protected]6b675b82009-02-26 23:18:32496 'proxy/proxy_resolver_script.h',
[email protected]24476402010-07-20 20:55:17497 'proxy/proxy_resolver_script_data.cc',
498 'proxy/proxy_resolver_script_data.h',
[email protected]6b675b82009-02-26 23:18:32499 'proxy/proxy_resolver_v8.cc',
500 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55501 'proxy/proxy_resolver_winhttp.cc',
502 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18503 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55504 'proxy/proxy_script_fetcher.cc',
505 'proxy/proxy_script_fetcher.h',
506 'proxy/proxy_server.cc',
[email protected]a9944f02009-12-10 10:37:27507 'proxy/proxy_server_mac.cc',
[email protected]2f80c312009-02-25 21:26:55508 'proxy/proxy_server.h',
509 'proxy/proxy_service.cc',
510 'proxy/proxy_service.h',
[email protected]1ca2b452010-04-17 00:07:04511 'proxy/sync_host_resolver_bridge.cc',
512 'proxy/sync_host_resolver_bridge.h',
[email protected]9008c86f2010-08-06 07:10:24513 'socket/client_socket.cc',
[email protected]f7984fc62009-06-22 23:26:44514 'socket/client_socket.h',
515 'socket/client_socket_factory.cc',
516 'socket/client_socket_factory.h',
517 'socket/client_socket_handle.cc',
518 'socket/client_socket_handle.h',
519 'socket/client_socket_pool.h',
[email protected]241c5c2c2010-06-21 18:46:00520 'socket/client_socket_pool.cc',
[email protected]ff579d42009-06-24 15:47:02521 'socket/client_socket_pool_base.cc',
522 'socket/client_socket_pool_base.h',
[email protected]b89f7e42010-05-20 20:37:00523 'socket/client_socket_pool_histograms.cc',
524 'socket/client_socket_pool_histograms.h',
[email protected]f7984fc62009-06-22 23:26:44525 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35526 'socket/socks5_client_socket.cc',
527 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02528 'socket/socks_client_socket.cc',
529 'socket/socks_client_socket.h',
[email protected]a796bcec2010-03-22 17:17:26530 'socket/socks_client_socket_pool.cc',
531 'socket/socks_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44532 'socket/ssl_client_socket.h',
533 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47534 'socket/ssl_client_socket_mac.h',
[email protected]fd4f139f2010-06-11 17:02:20535 'socket/ssl_client_socket_mac_factory.cc',
536 'socket/ssl_client_socket_mac_factory.h',
[email protected]20285392010-06-11 03:12:08537 'socket/ssl_client_socket_nss.cc',
538 'socket/ssl_client_socket_nss.h',
[email protected]fd4f139f2010-06-11 17:02:20539 'socket/ssl_client_socket_nss_factory.cc',
540 'socket/ssl_client_socket_nss_factory.h',
[email protected]e60e47a2010-07-14 03:37:18541 'socket/ssl_client_socket_pool.cc',
542 'socket/ssl_client_socket_pool.h',
[email protected]f7984fc62009-06-22 23:26:44543 'socket/ssl_client_socket_win.cc',
544 'socket/ssl_client_socket_win.h',
[email protected]f7984fc62009-06-22 23:26:44545 'socket/tcp_client_socket.h',
546 'socket/tcp_client_socket_libevent.cc',
547 'socket/tcp_client_socket_libevent.h',
548 'socket/tcp_client_socket_pool.cc',
549 'socket/tcp_client_socket_pool.h',
550 'socket/tcp_client_socket_win.cc',
551 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47552 'socket/tcp_pinger.h',
[email protected]aef03132009-10-09 05:04:14553 'socket_stream/socket_stream.cc',
554 'socket_stream/socket_stream.h',
[email protected]6a2c36772010-03-01 02:37:13555 'socket_stream/socket_stream_job.cc',
556 'socket_stream/socket_stream_job.h',
557 'socket_stream/socket_stream_job_manager.cc',
558 'socket_stream/socket_stream_job_manager.h',
[email protected]c7f689be2009-11-11 05:53:12559 'socket_stream/socket_stream_metrics.cc',
560 'socket_stream/socket_stream_metrics.h',
[email protected]dab9c7d2010-02-06 21:44:32561 'spdy/spdy_bitmasks.h',
562 'spdy/spdy_frame_builder.cc',
563 'spdy/spdy_frame_builder.h',
564 'spdy/spdy_framer.cc',
565 'spdy/spdy_framer.h',
[email protected]65d56aa2010-06-14 04:13:40566 'spdy/spdy_http_stream.cc',
567 'spdy/spdy_http_stream.h',
[email protected]fa522e72010-09-15 23:36:29568 'spdy/spdy_http_utils.cc',
569 'spdy/spdy_http_utils.h',
[email protected]dab9c7d2010-02-06 21:44:32570 'spdy/spdy_io_buffer.cc',
571 'spdy/spdy_io_buffer.h',
[email protected]dab9c7d2010-02-06 21:44:32572 'spdy/spdy_protocol.h',
573 'spdy/spdy_session.cc',
574 'spdy/spdy_session.h',
575 'spdy/spdy_session_pool.cc',
576 'spdy/spdy_session_pool.h',
[email protected]74188f22010-04-09 20:18:50577 'spdy/spdy_settings_storage.cc',
578 'spdy/spdy_settings_storage.h',
[email protected]dab9c7d2010-02-06 21:44:32579 'spdy/spdy_stream.cc',
580 'spdy/spdy_stream.h',
[email protected]be4d55fe2010-06-01 13:40:02581 'url_request/https_prober.h',
582 'url_request/https_prober.cc',
[email protected]2f80c312009-02-25 21:26:55583 'url_request/url_request.cc',
584 'url_request/url_request.h',
585 'url_request/url_request_about_job.cc',
586 'url_request/url_request_about_job.h',
[email protected]f1d81922010-07-31 17:47:09587 'url_request/url_request_context.cc',
[email protected]2f80c312009-02-25 21:26:55588 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58589 'url_request/url_request_data_job.cc',
590 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55591 'url_request/url_request_error_job.cc',
592 'url_request/url_request_error_job.h',
593 'url_request/url_request_file_dir_job.cc',
594 'url_request/url_request_file_dir_job.h',
595 'url_request/url_request_file_job.cc',
596 'url_request/url_request_file_job.h',
597 'url_request/url_request_filter.cc',
598 'url_request/url_request_filter.h',
[email protected]e7fe5282010-03-16 12:40:13599 'url_request/url_request_ftp_job.cc',
600 'url_request/url_request_ftp_job.h',
[email protected]2f80c312009-02-25 21:26:55601 'url_request/url_request_http_job.cc',
602 'url_request/url_request_http_job.h',
[email protected]2f80c312009-02-25 21:26:55603 'url_request/url_request_job.cc',
604 'url_request/url_request_job.h',
605 'url_request/url_request_job_manager.cc',
606 'url_request/url_request_job_manager.h',
607 'url_request/url_request_job_metrics.cc',
608 'url_request/url_request_job_metrics.h',
609 'url_request/url_request_job_tracker.cc',
610 'url_request/url_request_job_tracker.h',
[email protected]2612834232010-05-14 21:52:36611 'url_request/url_request_netlog_params.cc',
612 'url_request/url_request_netlog_params.h',
[email protected]56d83182009-09-04 20:01:45613 'url_request/url_request_redirect_job.cc',
614 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55615 'url_request/url_request_simple_job.cc',
616 'url_request/url_request_simple_job.h',
617 'url_request/url_request_status.h',
618 'url_request/url_request_test_job.cc',
619 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04620 'url_request/view_cache_helper.cc',
621 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36622 'websockets/websocket.cc',
623 'websockets/websocket.h',
[email protected]3985966a2010-06-01 03:11:16624 'websockets/websocket_frame_handler.cc',
625 'websockets/websocket_frame_handler.h',
[email protected]af63c902010-03-17 05:09:22626 'websockets/websocket_handshake.cc',
627 'websockets/websocket_handshake.h',
[email protected]511d0a02010-03-26 07:35:55628 'websockets/websocket_handshake_draft75.cc',
629 'websockets/websocket_handshake_draft75.h',
[email protected]817fc502010-06-03 08:58:08630 'websockets/websocket_handshake_handler.cc',
631 'websockets/websocket_handshake_handler.h',
[email protected]6a2c36772010-03-01 02:37:13632 'websockets/websocket_job.cc',
633 'websockets/websocket_job.h',
[email protected]6983889c2010-08-12 04:15:21634 'websockets/websocket_net_log_params.h',
[email protected]4c4eac02009-11-04 10:02:28635 'websockets/websocket_throttle.cc',
636 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55637 ],
[email protected]2f80c312009-02-25 21:26:55638 'export_dependent_settings': [
639 '../base/base.gyp:base',
640 ],
641 'conditions': [
[email protected]c61f6432009-04-22 01:16:42642 ['javascript_engine=="v8"', {
643 'dependencies': [
[email protected]44531a22009-04-28 21:37:56644 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42645 ],
646 }],
[email protected]f50278cd2010-08-24 17:34:08647 ['chromeos==1', {
648 'sources!': [
649 'proxy/proxy_config_service_linux.cc',
650 'proxy/proxy_config_service_linux.h',
651 ],
652 }],
[email protected]50462ec2010-01-29 22:28:32653 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]3dd6f5e2010-06-01 20:28:03654 'dependencies': [
655 '../build/linux/system.gyp:gconf',
656 '../build/linux/system.gyp:gdk',
657 '../build/linux/system.gyp:nss',
658 ],
659 },
660 { # else: OS is not in the above list
661 'sources!': [
662 'ocsp/nss_ocsp.cc',
663 'ocsp/nss_ocsp.h',
664 ],
665 },
666 ],
[email protected]2f80c312009-02-25 21:26:55667 [ 'OS == "win"', {
[email protected]2f80c312009-02-25 21:26:55668 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32669 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44670 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55671 ],
672 'dependencies': [
[email protected]f505a9b2010-01-28 19:44:02673 '../third_party/nss/nss.gyp:nss',
[email protected]3dd6f5e2010-06-01 20:28:03674 'third_party/nss/ssl.gyp:ssl',
[email protected]2f80c312009-02-25 21:26:55675 'tld_cleanup',
676 ],
[email protected]2f80c312009-02-25 21:26:55677 },
678 { # else: OS != "win"
[email protected]d8d4a0a2010-06-12 15:27:47679 'dependencies': [
680 '../third_party/libevent/libevent.gyp:libevent',
681 ],
[email protected]2f80c312009-02-25 21:26:55682 'sources!': [
[email protected]2f80c312009-02-25 21:26:55683 'proxy/proxy_resolver_winhttp.cc',
[email protected]fd4f139f2010-06-11 17:02:20684 'socket/ssl_client_socket_nss_factory.cc',
685 'socket/ssl_client_socket_nss_factory.h',
[email protected]2f80c312009-02-25 21:26:55686 ],
[email protected]2f80c312009-02-25 21:26:55687 },
688 ],
689 [ 'OS == "mac"', {
[email protected]3dd6f5e2010-06-01 20:28:03690 'dependencies': [
691 '../third_party/nss/nss.gyp:nss',
692 'third_party/nss/ssl.gyp:ssl',
[email protected]f505a9b2010-01-28 19:44:02693 ],
[email protected]2f80c312009-02-25 21:26:55694 'link_settings': {
695 'libraries': [
696 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
697 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
698 ]
699 },
700 },
[email protected]fd4f139f2010-06-11 17:02:20701 { # else: OS != "mac"
702 'sources!': [
703 'socket/ssl_client_socket_mac_factory.cc',
704 'socket/ssl_client_socket_mac_factory.h',
705 ],
706 },
[email protected]2f80c312009-02-25 21:26:55707 ],
[email protected]2f80c312009-02-25 21:26:55708 ],
709 },
710 {
711 'target_name': 'net_unittests',
712 'type': 'executable',
713 'dependencies': [
714 'net',
[email protected]6718b412009-03-04 18:26:00715 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55716 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14717 '../base/base.gyp:base_i18n',
[email protected]426eb3a2010-08-15 19:58:53718 '../base/base.gyp:test_support_base',
[email protected]06489a012009-12-10 08:12:54719 '../testing/gmock.gyp:gmock',
[email protected]2f80c312009-02-25 21:26:55720 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57721 '../third_party/zlib/zlib.gyp:zlib',
[email protected]2f80c312009-02-25 21:26:55722 ],
[email protected]9e450f22009-03-10 23:12:16723 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55724 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38725 'base/address_list_unittest.cc',
[email protected]bb639032010-08-12 19:49:40726 'base/cert_database_nss_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55727 'base/cookie_monster_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55728 'base/data_url_unittest.cc',
729 'base/directory_lister_unittest.cc',
[email protected]b24713592010-08-11 19:50:02730 'base/dnssec_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50731 'base/dns_util_unittest.cc',
[email protected]b3ccac82010-08-04 15:54:40732 'base/dnsrr_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55733 'base/escape_unittest.cc',
734 'base/file_stream_unittest.cc',
735 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27736 'base/filter_unittest.h',
[email protected]72b4a772010-07-14 01:29:30737 'base/forwarding_net_log_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55738 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38739 'base/host_cache_unittest.cc',
[email protected]b6a50182010-05-12 22:47:14740 'base/host_mapping_rules_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32741 'base/host_resolver_impl_unittest.cc',
[email protected]cdafbff2010-03-02 17:47:02742 'base/keygen_handler_unittest.cc',
[email protected]85437612010-03-22 11:55:23743 'base/leak_annotations.h',
[email protected]2f80c312009-02-25 21:26:55744 'base/listen_socket_unittest.cc',
745 'base/listen_socket_unittest.h',
[email protected]9087aa32010-02-18 08:03:38746 'base/mapped_host_resolver_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55747 'base/mime_sniffer_unittest.cc',
748 'base/mime_util_unittest.cc',
[email protected]9e743cd2010-03-16 07:03:53749 'base/net_log_unittest.h',
[email protected]66761b952010-06-25 21:30:38750 'base/net_test_suite.h',
[email protected]2f80c312009-02-25 21:26:55751 'base/net_util_unittest.cc',
[email protected]e5a3eef2010-07-22 02:31:04752 'base/pem_tokenizer_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55753 'base/registry_controlled_domain_unittest.cc',
754 'base/run_all_unittests.cc',
755 'base/sdch_filter_unittest.cc',
[email protected]d8654bf2010-07-18 16:01:32756 'base/ssl_cipher_suite_names_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58757 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32758 'base/ssl_config_service_mac_unittest.cc',
[email protected]a0709c0d2010-09-01 17:04:52759 'base/ssl_config_service_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42760 'base/ssl_config_service_win_unittest.cc',
[email protected]5bafc4f2010-09-08 14:07:38761 'base/ssl_false_start_blacklist_unittest.cc',
[email protected]cb370a0632010-01-30 08:24:12762 'base/static_cookie_policy_unittest.cc',
[email protected]326e6792009-12-11 21:04:42763 'base/transport_security_state_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29764 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55765 'base/test_completion_callback_unittest.cc',
[email protected]95d88ffe2010-02-04 21:25:33766 'base/upload_data_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55767 'base/x509_certificate_unittest.cc',
[email protected]d866fb52010-03-26 23:36:04768 'base/x509_cert_types_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55769 'disk_cache/addr_unittest.cc',
770 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58771 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55772 'disk_cache/block_files_unittest.cc',
773 'disk_cache/disk_cache_test_base.cc',
774 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55775 'disk_cache/entry_unittest.cc',
776 'disk_cache/mapped_file_unittest.cc',
777 'disk_cache/storage_block_unittest.cc',
778 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09779 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49780 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32781 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
[email protected]9772b1c32009-12-10 19:39:01782 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
[email protected]8425e66e2009-12-07 19:51:46783 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32784 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
785 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37786 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50787 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41788 'http/des_unittest.cc',
[email protected]564b4912010-03-09 16:30:42789 'http/http_alternate_protocols_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55790 'http/http_auth_cache_unittest.cc',
[email protected]eb3cac72010-02-26 21:07:45791 'http/http_auth_filter_unittest.cc',
[email protected]83727172010-06-04 17:58:08792 'http/http_auth_gssapi_posix_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55793 'http/http_auth_handler_basic_unittest.cc',
794 'http/http_auth_handler_digest_unittest.cc',
[email protected]fa55e192010-02-15 14:25:50795 'http/http_auth_handler_factory_unittest.cc',
[email protected]3fd9dae2010-06-21 11:39:00796 'http/http_auth_handler_mock.cc',
797 'http/http_auth_handler_mock.h',
[email protected]e607ee672010-04-28 17:16:34798 'http/http_auth_handler_negotiate_unittest.cc',
[email protected]7775c7d2010-06-21 17:50:21799 'http/http_auth_handler_unittest.cc',
[email protected]7da0b332010-01-08 14:56:56800 'http/http_auth_sspi_win_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55801 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39802 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55803 'http/http_cache_unittest.cc',
804 'http/http_chunked_decoder_unittest.cc',
805 'http/http_network_layer_unittest.cc',
806 'http/http_network_transaction_unittest.cc',
[email protected]e772db3f2010-07-12 18:11:13807 'http/http_proxy_client_socket_pool_unittest.cc',
[email protected]270c6412010-03-29 22:02:47808 'http/http_request_headers_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55809 'http/http_response_headers_unittest.cc',
810 'http/http_transaction_unittest.cc',
811 'http/http_transaction_unittest.h',
812 'http/http_util_unittest.cc',
813 'http/http_vary_data_unittest.cc',
[email protected]3ad259a2010-07-16 17:26:47814 'http/mock_gssapi_library_posix.cc',
815 'http/mock_gssapi_library_posix.h',
[email protected]5c2471b2010-04-20 17:25:09816 'http/mock_sspi_library_win.h',
817 'http/mock_sspi_library_win.cc',
[email protected]ffdb96f2010-05-05 20:02:30818 'http/url_security_manager_unittest.cc',
[email protected]620f5712009-08-04 22:43:12819 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19820 'proxy/mock_proxy_resolver.h',
[email protected]61b84d52010-07-09 03:32:00821 'proxy/multi_threaded_proxy_resolver_unittest.cc',
[email protected]7541206c2010-02-19 20:24:06822 'proxy/proxy_bypass_rules_unittest.cc',
[email protected]861c6c62009-04-20 16:50:56823 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57824 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23825 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18826 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12827 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32828 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55829 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31830 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55831 'proxy/proxy_service_unittest.cc',
[email protected]1ca2b452010-04-17 00:07:04832 'proxy/sync_host_resolver_bridge_unittest.cc',
[email protected]ab838892009-06-30 18:49:05833 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35834 'socket/socks5_client_socket_unittest.cc',
[email protected]a796bcec2010-03-22 17:17:26835 'socket/socks_client_socket_pool_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58836 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44837 'socket/ssl_client_socket_unittest.cc',
[email protected]e60e47a2010-07-14 03:37:18838 'socket/ssl_client_socket_pool_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44839 'socket/tcp_client_socket_pool_unittest.cc',
840 'socket/tcp_client_socket_unittest.cc',
841 'socket/tcp_pinger_unittest.cc',
[email protected]26a64592009-12-15 08:04:40842 'socket_stream/socket_stream_metrics_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11843 'socket_stream/socket_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32844 'spdy/spdy_framer_test.cc',
[email protected]65d56aa2010-06-14 04:13:40845 'spdy/spdy_http_stream_unittest.cc',
[email protected]dab9c7d2010-02-06 21:44:32846 'spdy/spdy_network_transaction_unittest.cc',
847 'spdy/spdy_protocol_test.cc',
848 'spdy/spdy_session_unittest.cc',
[email protected]4f386422010-07-20 04:19:49849 'spdy/spdy_stream_unittest.cc',
[email protected]75f30cc22010-06-28 21:41:38850 'spdy/spdy_test_util.cc',
[email protected]2ff8b312010-04-26 22:20:54851 'spdy/spdy_test_util.h',
[email protected]9af13ce2010-09-16 21:45:48852 'test/python_utils_unittest.cc',
[email protected]196f286c2010-06-07 14:57:17853 'tools/dump_cache/url_to_filename_encoder.cc',
854 'tools/dump_cache/url_to_filename_encoder.h',
855 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
[email protected]8cd1ba5a2010-08-17 23:47:23856 'tools/dump_cache/url_utilities.h',
857 'tools/dump_cache/url_utilities.cc',
858 'tools/dump_cache/url_utilities_unittest.cc',
[email protected]ac9f9792010-08-06 14:09:30859 'url_request/url_request_job_tracker_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55860 'url_request/url_request_unittest.cc',
861 'url_request/url_request_unittest.h',
[email protected]cec6f9b02010-05-27 22:06:31862 'url_request/view_cache_helper_unittest.cc',
[email protected]3985966a2010-06-01 03:11:16863 'websockets/websocket_frame_handler_unittest.cc',
[email protected]511d0a02010-03-26 07:35:55864 'websockets/websocket_handshake_draft75_unittest.cc',
[email protected]817fc502010-06-03 08:58:08865 'websockets/websocket_handshake_handler_unittest.cc',
[email protected]af63c902010-03-17 05:09:22866 'websockets/websocket_handshake_unittest.cc',
[email protected]6a2c36772010-03-01 02:37:13867 'websockets/websocket_job_unittest.cc',
[email protected]4c4eac02009-11-04 10:02:28868 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36869 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55870 ],
871 'conditions': [
[email protected]f50278cd2010-08-24 17:34:08872 ['chromeos==1', {
873 'sources!': [
874 'proxy/proxy_config_service_linux_unittest.cc',
875 ],
876 }],
[email protected]50462ec2010-01-29 22:28:32877 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
[email protected]9d384032009-03-20 23:13:26878 'dependencies': [
879 '../build/linux/system.gyp:gtk',
[email protected]69138472010-06-25 22:44:48880 '../build/linux/system.gyp:nss',
[email protected]9d384032009-03-20 23:13:26881 ],
[email protected]2f80c312009-02-25 21:26:55882 'sources!': [
883 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55884 ],
885 },
[email protected]bb639032010-08-12 19:49:40886 { # else: OS is not in the above list
887 'sources!': [
888 'base/cert_database_nss_unittest.cc',
889 ],
890 }
[email protected]2f80c312009-02-25 21:26:55891 ],
[email protected]50462ec2010-01-29 22:28:32892 ['OS == "linux"', {
[email protected]d9df2b52009-12-10 12:06:15893 'conditions': [
894 ['linux_use_tcmalloc==1', {
895 'dependencies': [
896 '../base/allocator/allocator.gyp:allocator',
897 ],
898 }],
899 ],
900 }],
[email protected]2f80c312009-02-25 21:26:55901 [ 'OS == "win"', {
[email protected]83727172010-06-04 17:58:08902 'sources!': [
903 'http/http_auth_gssapi_posix_unittest.cc',
904 ],
[email protected]cdafbff2010-03-02 17:47:02905 # This is needed to trigger the dll copy step on windows.
906 # TODO(mark): Specifying this here shouldn't be necessary.
[email protected]2f80c312009-02-25 21:26:55907 'dependencies': [
[email protected]280629492009-09-09 06:49:08908 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55909 ],
910 },
911 ],
912 ],
913 },
914 {
915 'target_name': 'net_perftests',
916 'type': 'executable',
917 'dependencies': [
918 'net',
[email protected]6718b412009-03-04 18:26:00919 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55920 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14921 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45922 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06923 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55924 '../testing/gtest.gyp:gtest',
925 ],
[email protected]9e450f22009-03-10 23:12:16926 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55927 'sources': [
[email protected]2f80c312009-02-25 21:26:55928 'base/cookie_monster_perftest.cc',
929 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33930 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55931 ],
932 'conditions': [
933 # This is needed to trigger the dll copy step on windows.
934 # TODO(mark): Specifying this here shouldn't be necessary.
935 [ 'OS == "win"', {
936 'dependencies': [
[email protected]280629492009-09-09 06:49:08937 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55938 ],
939 },
940 ],
941 ],
942 },
943 {
944 'target_name': 'stress_cache',
945 'type': 'executable',
946 'dependencies': [
947 'net',
[email protected]6718b412009-03-04 18:26:00948 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55949 '../base/base.gyp:base',
950 ],
951 'sources': [
[email protected]2f80c312009-02-25 21:26:55952 'disk_cache/stress_cache.cc',
953 ],
954 },
955 {
956 'target_name': 'tld_cleanup',
957 'type': 'executable',
958 'dependencies': [
959 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14960 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55961 '../build/temp_gyp/googleurl.gyp:googleurl',
962 ],
[email protected]b8234462009-03-18 02:30:55963 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55964 'sources': [
965 'tools/tld_cleanup/tld_cleanup.cc',
966 ],
967 },
968 {
969 'target_name': 'crash_cache',
970 'type': 'executable',
971 'dependencies': [
972 'net',
[email protected]6718b412009-03-04 18:26:00973 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55974 '../base/base.gyp:base',
975 ],
[email protected]9e450f22009-03-10 23:12:16976 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55977 'sources': [
978 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00979 ],
980 },
981 {
[email protected]f9ff629f2010-09-03 23:54:36982 'target_name': 'run_testserver',
983 'type': 'executable',
984 'dependencies': [
985 'net',
986 'net_test_support',
987 '../base/base.gyp:base',
988 '../testing/gtest.gyp:gtest',
989 ],
990 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5',
991 'sources': [
992 'tools/testserver/run_testserver.cc',
993 ],
994 },
995 {
[email protected]6718b412009-03-04 18:26:00996 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49997 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00998 'dependencies': [
999 'net',
1000 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:151001 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:001002 ],
1003 'sources': [
[email protected]702a6a722010-03-17 18:24:511004 'base/cert_test_util.cc',
1005 'base/cert_test_util.h',
[email protected]2f80c312009-02-25 21:26:551006 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:001007 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:501008 'proxy/proxy_config_service_common_unittest.cc',
1009 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:441010 'socket/socket_test_util.cc',
1011 'socket/socket_test_util.h',
[email protected]9af13ce2010-09-16 21:45:481012 'test/python_utils.cc',
1013 'test/python_utils.h',
[email protected]1b9565c2010-07-21 01:19:311014 'test/test_server.cc',
[email protected]95409e12010-08-17 20:07:111015 'test/test_server_posix.cc',
1016 'test/test_server_win.cc',
[email protected]1b9565c2010-07-21 01:19:311017 'test/test_server.h',
[email protected]702a6a722010-03-17 18:24:511018 ],
1019 'conditions': [
[email protected]6c2046562010-05-07 23:47:501020 ['inside_chromium_build==1', {
1021 'dependencies': [
1022 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
1023 '../third_party/protobuf2/protobuf.gyp:py_proto',
1024 ],
1025 }],
[email protected]702a6a722010-03-17 18:24:511026 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
1027 'dependencies': [
1028 '../build/linux/system.gyp:nss',
1029 ],
1030 }],
[email protected]85437612010-03-22 11:55:231031 ['OS == "linux"', {
1032 'conditions': [
1033 ['linux_use_tcmalloc==1', {
1034 'dependencies': [
1035 '../base/allocator/allocator.gyp:allocator',
1036 ],
1037 }],
1038 ],
1039 }],
[email protected]2f80c312009-02-25 21:26:551040 ],
1041 },
[email protected]ef36c74c2009-03-11 13:32:221042 {
1043 'target_name': 'net_resources',
1044 'type': 'none',
1045 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
[email protected]5b910872010-02-09 01:03:021046 'variables': {
1047 'grit_cmd': ['python', '../tools/grit/grit.py'],
1048 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
1049 'input_paths': [
1050 'base/net_resources.grd',
1051 ],
1052 },
[email protected]ef36c74c2009-03-11 13:32:221053 'rules': [
[email protected]2f80c312009-02-25 21:26:551054 {
[email protected]ef36c74c2009-03-11 13:32:221055 'rule_name': 'grit',
1056 'extension': 'grd',
1057 'inputs': [
[email protected]5b910872010-02-09 01:03:021058 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551059 ],
[email protected]ef36c74c2009-03-11 13:32:221060 'outputs': [
[email protected]5b910872010-02-09 01:03:021061 '<!@(<(grit_info_cmd) '
1062 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
[email protected]2f80c312009-02-25 21:26:551063 ],
[email protected]ef36c74c2009-03-11 13:32:221064 'action':
[email protected]5b910872010-02-09 01:03:021065 ['<@(grit_cmd)',
1066 '-i', '<(RULE_INPUT_PATH)', 'build',
1067 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:351068 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:551069 },
[email protected]6718b412009-03-04 18:26:001070 ],
[email protected]ef36c74c2009-03-11 13:32:221071 'sources': [
[email protected]5b910872010-02-09 01:03:021072 '<@(input_paths)',
[email protected]ef36c74c2009-03-11 13:32:221073 ],
1074 'direct_dependent_settings': {
1075 'include_dirs': [
1076 '<(SHARED_INTERMEDIATE_DIR)/net',
1077 ],
1078 },
[email protected]b392f3e2009-05-11 20:01:241079 'conditions': [
1080 ['OS=="win"', {
1081 'dependencies': ['../build/win/system.gyp:cygwin'],
1082 }],
1083 ],
[email protected]ef36c74c2009-03-11 13:32:221084 },
[email protected]75b91f92009-06-17 07:28:481085 {
1086 'target_name': 'fetch_client',
1087 'type': 'executable',
1088 'dependencies': [
1089 'net',
1090 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:481091 '../testing/gtest.gyp:gtest',
1092 ],
1093 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
1094 'sources': [
1095 'tools/fetch/fetch_client.cc',
1096 ],
1097 },
[email protected]fe4f06d2009-06-17 07:58:051098 {
1099 'target_name': 'fetch_server',
1100 'type': 'executable',
1101 'dependencies': [
1102 'net',
1103 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:051104 '../testing/gtest.gyp:gtest',
1105 ],
1106 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
1107 'sources': [
1108 'tools/fetch/fetch_server.cc',
1109 'tools/fetch/http_listen_socket.cc',
1110 'tools/fetch/http_listen_socket.h',
1111 'tools/fetch/http_server.cc',
1112 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:001113 'tools/fetch/http_server_request_info.h',
1114 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:051115 'tools/fetch/http_session.cc',
1116 'tools/fetch/http_session.h',
1117 ],
1118 },
[email protected]c402da42009-12-10 02:38:031119 {
[email protected]0569d862010-07-05 11:32:401120 'target_name': 'http_listen_socket',
1121 'type': '<(library)',
1122 'dependencies': [
1123 'net',
1124 '../base/base.gyp:base',
1125 '../testing/gtest.gyp:gtest',
1126 ],
1127 'msvs_guid': 'FCB894A4-CC6C-48C2-B495-52C80527E9BE',
1128 'sources': [
1129 'server/http_listen_socket.cc',
1130 'server/http_listen_socket.h',
1131 'server/http_server_request_info.h',
1132 ],
1133 },
1134 {
[email protected]c402da42009-12-10 02:38:031135 'target_name': 'hresolv',
1136 'type': 'executable',
1137 'dependencies': [
1138 'net_base',
1139 ],
1140 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E',
1141 'sources': [
1142 'tools/hresolv/hresolv.cc',
1143 ],
1144 },
[email protected]5bafc4f2010-09-08 14:07:381145 {
[email protected]b40f05a2010-09-09 20:13:231146 'target_name': 'dnssec_chain_verify',
1147 'type': 'executable',
1148 'dependencies': [
1149 'net_base',
1150 ],
1151 'sources': [
1152 'tools/dnssec_chain_verify/dnssec_chain_verify.cc',
1153 ]
1154 },
1155 {
[email protected]5bafc4f2010-09-08 14:07:381156 'target_name': 'ssl_false_start_blacklist_process',
1157 'type': 'executable',
1158 'toolsets': ['host'],
1159 'include_dirs': [
1160 '..',
1161 ],
1162 'sources': [
1163 'base/ssl_false_start_blacklist_process.cc',
1164 ],
1165 },
[email protected]ef36c74c2009-03-11 13:32:221166 ],
1167 'conditions': [
[email protected]e71d2e9d2010-03-31 01:36:371168 # ['OS=="linux"', {
1169 # 'targets': [
1170 # {
1171 # 'target_name': 'flip_in_mem_edsm_server',
1172 # 'type': 'executable',
1173 # 'dependencies': [
1174 # '../base/base.gyp:base',
1175 # 'net.gyp:net',
1176 # ],
1177 # 'link_settings': {
1178 # 'ldflags': [
1179 # '-lssl'
1180 # ],
1181 # 'libraries': [
1182 # '-lssl'
1183 # ],
1184 # },
1185 # 'sources': [
1186 # 'tools/flip_server/balsa_enums.h',
1187 # 'tools/flip_server/balsa_frame.cc',
1188 # 'tools/flip_server/balsa_frame.h',
1189 # 'tools/flip_server/balsa_headers.cc',
1190 # 'tools/flip_server/balsa_headers.h',
1191 # 'tools/flip_server/balsa_headers_token_utils.cc',
1192 # 'tools/flip_server/balsa_headers_token_utils.h',
1193 # 'tools/flip_server/balsa_visitor_interface.h',
1194 # 'tools/flip_server/buffer_interface.h',
1195 # 'tools/flip_server/create_listener.cc',
1196 # 'tools/flip_server/create_listener.h',
1197 # 'tools/flip_server/epoll_server.cc',
1198 # 'tools/flip_server/epoll_server.h',
1199 # 'tools/flip_server/flip_in_mem_edsm_server.cc',
1200 # 'tools/flip_server/http_message_constants.cc',
1201 # 'tools/flip_server/http_message_constants.h',
1202 # 'tools/flip_server/loadtime_measurement.h',
1203 # 'tools/flip_server/porting.txt',
1204 # 'tools/flip_server/ring_buffer.cc',
1205 # 'tools/flip_server/ring_buffer.h',
1206 # 'tools/flip_server/simple_buffer.cc',
1207 # 'tools/flip_server/simple_buffer.h',
1208 # 'tools/flip_server/split.h',
1209 # 'tools/flip_server/split.cc',
1210 # 'tools/flip_server/string_piece_utils.h',
1211 # 'tools/flip_server/thread.h',
1212 # 'tools/flip_server/url_to_filename_encoder.h',
1213 # 'tools/flip_server/url_utilities.h',
1214 # ],
1215 # },
1216 # ]
1217 # }],
[email protected]6718b412009-03-04 18:26:001218 ['OS=="win"', {
1219 'targets': [
[email protected]2f80c312009-02-25 21:26:551220 {
1221 # TODO(port): dump_cache is still Windows-specific.
1222 'target_name': 'dump_cache',
1223 'type': 'executable',
1224 'dependencies': [
1225 'net',
1226 '../base/base.gyp:base',
1227 ],
1228 'sources': [
[email protected]c44344e2009-09-02 22:05:501229 'tools/dump_cache/cache_dumper.cc',
1230 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:551231 'tools/dump_cache/dump_cache.cc',
1232 'tools/dump_cache/dump_files.cc',
1233 'tools/dump_cache/upgrade.cc',
[email protected]196f286c2010-06-07 14:57:171234 'tools/dump_cache/url_to_filename_encoder.cc',
[email protected]c44344e2009-09-02 22:05:501235 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]8cd1ba5a2010-08-17 23:47:231236 'tools/dump_cache/url_utilities.h',
1237 'tools/dump_cache/url_utilities.cc',
[email protected]2f80c312009-02-25 21:26:551238 ],
1239 },
1240 ],
1241 }],
[email protected]2f80c312009-02-25 21:26:551242 ],
1243}
[email protected]f5c990c2009-10-06 03:02:381244
1245# Local Variables:
1246# tab-width:2
1247# indent-tabs-mode:nil
1248# End:
1249# vim: set expandtab tabstop=2 shiftwidth=2: