blob: 51e3cb7dd9f57d46cd97ffd595add6c4e5db25b2 [file] [log] [blame]
[email protected]2f80c312009-02-25 21:26:551# Copyright (c) 2009 The Chromium Authors. All rights reserved.
2# 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]ca21ee32009-10-23 18:03:2218 '../third_party/bzip2/bzip2.gyp:bzip2',
[email protected]280629492009-09-09 06:49:0819 '../third_party/icu/icu.gyp:icui18n',
20 '../third_party/icu/icu.gyp:icuuc',
[email protected]ca21ee32009-10-23 18:03:2221 '../third_party/zlib/zlib.gyp:zlib',
[email protected]ef36c74c2009-03-11 13:32:2222 'net_resources',
[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',
28 'base/auth.h',
[email protected]2f80c312009-02-25 21:26:5529 'base/bzip2_filter.cc',
30 'base/bzip2_filter.h',
[email protected]6192f732009-03-25 23:44:2031 'base/cache_type.h',
[email protected]a755e1072009-10-23 16:58:3732 'base/cert_database.h',
33 'base/cert_database_mac.cc',
34 'base/cert_database_nss.cc',
35 'base/cert_database_win.cc',
[email protected]2f80c312009-02-25 21:26:5536 'base/cert_status_flags.cc',
37 'base/cert_status_flags.h',
38 'base/cert_verifier.cc',
39 'base/cert_verifier.h',
40 'base/cert_verify_result.h',
[email protected]2f80c312009-02-25 21:26:5541 'base/completion_callback.h',
42 'base/connection_type_histograms.cc',
43 'base/connection_type_histograms.h',
44 'base/cookie_monster.cc',
45 'base/cookie_monster.h',
[email protected]5f450e52009-07-28 13:28:1146 'base/cookie_options.h',
[email protected]2f80c312009-02-25 21:26:5547 'base/cookie_policy.cc',
48 'base/cookie_policy.h',
[email protected]5f450e52009-07-28 13:28:1149 'base/cookie_store.h',
[email protected]2f80c312009-02-25 21:26:5550 'base/data_url.cc',
51 'base/data_url.h',
52 'base/directory_lister.cc',
53 'base/directory_lister.h',
[email protected]c36f0642009-09-09 01:10:5054 'base/dns_util.cc',
55 'base/dns_util.h',
[email protected]2f80c312009-02-25 21:26:5556 'base/effective_tld_names.cc',
57 'base/effective_tld_names.dat',
58 'base/escape.cc',
59 'base/escape.h',
60 'base/ev_root_ca_metadata.cc',
61 'base/ev_root_ca_metadata.h',
62 'base/file_stream.h',
63 'base/file_stream_posix.cc',
64 'base/file_stream_win.cc',
65 'base/filter.cc',
66 'base/filter.h',
[email protected]9697c5a2009-11-03 06:03:3167 'base/fixed_host_resolver.cc',
68 'base/fixed_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:5569 'base/gzip_filter.cc',
70 'base/gzip_filter.h',
71 'base/gzip_header.cc',
72 'base/gzip_header.h',
[email protected]8a00f00a2009-06-12 00:49:3873 'base/host_cache.cc',
74 'base/host_cache.h',
[email protected]2f80c312009-02-25 21:26:5575 'base/host_resolver.cc',
76 'base/host_resolver.h',
[email protected]b59ff372009-07-15 22:04:3277 'base/host_resolver_impl.cc',
78 'base/host_resolver_impl.h',
79 'base/host_resolver_proc.cc',
80 'base/host_resolver_proc.h',
[email protected]2f80c312009-02-25 21:26:5581 'base/io_buffer.cc',
82 'base/io_buffer.h',
[email protected]a755e1072009-10-23 16:58:3783 'base/keygen_handler.h',
84 'base/keygen_handler_mac.cc',
85 'base/keygen_handler_nss.cc',
86 'base/keygen_handler_win.cc',
[email protected]2f80c312009-02-25 21:26:5587 'base/listen_socket.cc',
88 'base/listen_socket.h',
89 'base/load_flags.h',
[email protected]ec08bb22009-08-12 00:25:1290 'base/load_log.h',
[email protected]54e13772009-08-14 03:01:0991 'base/load_log.cc',
92 'base/load_log_event_type_list.h',
93 'base/load_log_util.cc',
94 'base/load_log_util.h',
[email protected]48ab71e2009-06-22 19:19:1695 'base/load_states.h',
[email protected]2f80c312009-02-25 21:26:5596 'base/mime_sniffer.cc',
97 'base/mime_sniffer.h',
98 'base/mime_util.cc',
99 'base/mime_util.h',
[email protected]b59ff372009-07-15 22:04:32100 # TODO(eroman): move this into its own test-support target.
101 'base/mock_host_resolver.cc',
102 'base/mock_host_resolver.h',
[email protected]2f80c312009-02-25 21:26:55103 'base/net_error_list.h',
104 'base/net_errors.cc',
105 'base/net_errors.h',
106 'base/net_module.cc',
107 'base/net_module.h',
[email protected]2f80c312009-02-25 21:26:55108 'base/net_util.cc',
109 'base/net_util.h',
110 'base/net_util_posix.cc',
111 'base/net_util_win.cc',
112 'base/nss_memio.c',
[email protected]d022e4e2009-06-23 04:13:00113 'base/nss_memio.h',
[email protected]2f80c312009-02-25 21:26:55114 'base/platform_mime_util.h',
115 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
116 'base/platform_mime_util_linux.cc',
117 'base/platform_mime_util_mac.cc',
118 'base/platform_mime_util_win.cc',
119 'base/registry_controlled_domain.cc',
120 'base/registry_controlled_domain.h',
121 'base/scoped_cert_chain_context.h',
122 'base/sdch_filter.cc',
123 'base/sdch_filter.h',
124 'base/sdch_manager.cc',
125 'base/sdch_manager.h',
[email protected]0b45559b2009-06-12 21:45:11126 'base/ssl_cert_request_info.h',
[email protected]56c866a22009-06-18 19:38:58127 'base/ssl_client_auth_cache.cc',
128 'base/ssl_client_auth_cache.h',
[email protected]e52deec2009-08-21 19:48:39129 'base/ssl_config_service.cc',
[email protected]2f80c312009-02-25 21:26:55130 'base/ssl_config_service.h',
[email protected]db36938c2009-08-19 21:48:42131 'base/ssl_config_service_defaults.h',
[email protected]f37c98f2009-09-09 22:07:32132 'base/ssl_config_service_mac.cc',
133 'base/ssl_config_service_mac.h',
[email protected]db36938c2009-08-19 21:48:42134 'base/ssl_config_service_win.cc',
135 'base/ssl_config_service_win.h',
[email protected]2f80c312009-02-25 21:26:55136 'base/ssl_info.h',
[email protected]77f6fb432009-09-05 14:21:09137 'base/strict_transport_security_state.cc',
138 'base/strict_transport_security_state.h',
[email protected]2f80c312009-02-25 21:26:55139 'base/telnet_server.cc',
140 'base/telnet_server.h',
[email protected]d022e4e2009-06-23 04:13:00141 'base/test_completion_callback.h',
[email protected]2f80c312009-02-25 21:26:55142 'base/upload_data.cc',
143 'base/upload_data.h',
144 'base/upload_data_stream.cc',
145 'base/upload_data_stream.h',
146 'base/wininet_util.cc',
147 'base/wininet_util.h',
148 'base/winsock_init.cc',
149 'base/winsock_init.h',
150 'base/x509_certificate.cc',
151 'base/x509_certificate.h',
152 'base/x509_certificate_mac.cc',
153 'base/x509_certificate_nss.cc',
154 'base/x509_certificate_win.cc',
[email protected]9c2a57712009-10-21 20:35:11155 ],
156 'export_dependent_settings': [
157 '../base/base.gyp:base',
158 ],
159 'conditions': [
160 [ 'OS == "linux"', {
161 'dependencies': [
162 '../build/linux/system.gyp:gconf',
163 '../build/linux/system.gyp:gdk',
164 '../build/linux/system.gyp:nss',
165 ],
166 }],
167 [ 'OS == "win"', {
168 'sources/': [ ['exclude', '_(mac|linux|posix)\\.cc$'] ],
169 'dependencies': [
170 'tld_cleanup',
171 ],
172 },
173 { # else: OS != "win"
174 'sources!': [
175 'base/wininet_util.cc',
176 'base/winsock_init.cc',
177 ],
178 },
179 ],
180 [ 'OS == "linux"', {
181 'sources/': [ ['exclude', '_(mac|win)\\.cc$'] ],
182 },
183 { # else: OS != "linux"
184 'sources!': [
[email protected]a755e1072009-10-23 16:58:37185 'base/cert_database_nss.cc',
186 'base/keygen_handler_nss.cc',
[email protected]9c2a57712009-10-21 20:35:11187 'base/nss_memio.c',
188 'base/nss_memio.h',
189 'base/x509_certificate_nss.cc',
190 ],
191 # Get U_STATIC_IMPLEMENTATION and -I directories on Linux.
192 'dependencies': [
193 '../third_party/icu/icu.gyp:icui18n',
194 '../third_party/icu/icu.gyp:icuuc',
195 ],
196 },
197 ],
198 [ 'OS == "mac"', {
199 'sources/': [ ['exclude', '_(linux|win)\\.cc$'] ],
200 'link_settings': {
201 'libraries': [
202 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
203 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
204 ]
205 },
206 },
207 ],
208 ],
209 },
210 {
211 'target_name': 'net',
212 'type': '<(library)',
213 'dependencies': [
214 '../base/base.gyp:base',
215 '../base/base.gyp:base_i18n',
216 '../build/temp_gyp/googleurl.gyp:googleurl',
217 '../sdch/sdch.gyp:sdch',
218 '../third_party/bzip2/bzip2.gyp:bzip2',
219 '../third_party/icu/icu.gyp:icui18n',
220 '../third_party/icu/icu.gyp:icuuc',
[email protected]9c2a57712009-10-21 20:35:11221 '../third_party/zlib/zlib.gyp:zlib',
222 'net_base',
223 'net_resources',
224 ],
225 'sources': [
[email protected]2f80c312009-02-25 21:26:55226 'disk_cache/addr.cc',
227 'disk_cache/addr.h',
228 'disk_cache/backend_impl.cc',
229 'disk_cache/backend_impl.h',
[email protected]84d4cee2009-06-18 23:46:58230 'disk_cache/bitmap.cc',
231 'disk_cache/bitmap.h',
[email protected]2f80c312009-02-25 21:26:55232 'disk_cache/block_files.cc',
233 'disk_cache/block_files.h',
234 'disk_cache/cache_util.h',
235 'disk_cache/cache_util_posix.cc',
236 'disk_cache/cache_util_win.cc',
237 'disk_cache/disk_cache.h',
238 'disk_cache/disk_format.h',
239 'disk_cache/entry_impl.cc',
240 'disk_cache/entry_impl.h',
241 'disk_cache/errors.h',
242 'disk_cache/eviction.cc',
243 'disk_cache/eviction.h',
244 'disk_cache/file.h',
245 'disk_cache/file_block.h',
246 'disk_cache/file_lock.cc',
247 'disk_cache/file_lock.h',
248 'disk_cache/file_posix.cc',
249 'disk_cache/file_win.cc',
250 'disk_cache/hash.cc',
251 'disk_cache/hash.h',
[email protected]17a8396f12009-03-27 20:12:34252 'disk_cache/histogram_macros.h',
[email protected]2f80c312009-02-25 21:26:55253 'disk_cache/mapped_file.h',
254 'disk_cache/mapped_file_posix.cc',
255 'disk_cache/mapped_file_win.cc',
256 'disk_cache/mem_backend_impl.cc',
257 'disk_cache/mem_backend_impl.h',
258 'disk_cache/mem_entry_impl.cc',
259 'disk_cache/mem_entry_impl.h',
260 'disk_cache/mem_rankings.cc',
261 'disk_cache/mem_rankings.h',
262 'disk_cache/rankings.cc',
263 'disk_cache/rankings.h',
[email protected]84d4cee2009-06-18 23:46:58264 'disk_cache/sparse_control.cc',
265 'disk_cache/sparse_control.h',
[email protected]2f80c312009-02-25 21:26:55266 'disk_cache/stats.cc',
267 'disk_cache/stats.h',
268 'disk_cache/stats_histogram.cc',
269 'disk_cache/stats_histogram.h',
270 'disk_cache/storage_block-inl.h',
271 'disk_cache/storage_block.h',
272 'disk_cache/trace.cc',
273 'disk_cache/trace.h',
[email protected]7adaccb2009-10-13 04:43:21274 'flip/flip_bitmasks.h',
275 'flip/flip_frame_builder.cc',
276 'flip/flip_frame_builder.h',
277 'flip/flip_framer.cc',
278 'flip/flip_framer.h',
[email protected]a1640052009-10-29 21:24:02279 'flip/flip_io_buffer.cc',
280 'flip/flip_io_buffer.h',
[email protected]7adaccb2009-10-13 04:43:21281 'flip/flip_network_transaction.cc',
282 'flip/flip_network_transaction.h',
283 'flip/flip_protocol.h',
284 'flip/flip_session.cc',
285 'flip/flip_session.h',
286 'flip/flip_session_pool.cc',
287 'flip/flip_session_pool.h',
[email protected]cd314c822009-10-29 03:13:06288 'flip/flip_stream.cc',
289 'flip/flip_stream.h',
[email protected]7adaccb2009-10-13 04:43:21290 'flip/flip_transaction_factory.h',
[email protected]2f80c312009-02-25 21:26:55291 'ftp/ftp_auth_cache.cc',
292 'ftp/ftp_auth_cache.h',
[email protected]c2972192009-07-28 20:30:09293 'ftp/ftp_ctrl_response_buffer.cc',
294 'ftp/ftp_ctrl_response_buffer.h',
[email protected]1d799dd2009-10-28 17:00:49295 'ftp/ftp_directory_listing_buffer.cc',
296 'ftp/ftp_directory_listing_buffer.h',
[email protected]a115b01072009-12-04 09:58:32297 'ftp/ftp_directory_listing_parser.cc',
298 'ftp/ftp_directory_listing_parser.h',
299 'ftp/ftp_directory_listing_parser_ls.cc',
300 'ftp/ftp_directory_listing_parser_ls.h',
301 'ftp/ftp_directory_listing_parser_vms.cc',
302 'ftp/ftp_directory_listing_parser_vms.h',
303 'ftp/ftp_directory_listing_parser_windows.cc',
304 'ftp/ftp_directory_listing_parser_windows.h',
[email protected]2f80c312009-02-25 21:26:55305 'ftp/ftp_network_layer.cc',
306 'ftp/ftp_network_layer.h',
307 'ftp/ftp_network_session.h',
308 'ftp/ftp_network_transaction.cc',
309 'ftp/ftp_network_transaction.h',
310 'ftp/ftp_request_info.h',
311 'ftp/ftp_response_info.h',
[email protected]139dd552009-08-28 22:40:55312 'ftp/ftp_server_type_histograms.cc',
313 'ftp/ftp_server_type_histograms.h',
[email protected]2f80c312009-02-25 21:26:55314 'ftp/ftp_transaction.h',
315 'ftp/ftp_transaction_factory.h',
[email protected]b1c7cc42009-09-24 21:46:50316 'ftp/ftp_util.cc',
317 'ftp/ftp_util.h',
[email protected]5ae0b862009-02-28 02:02:41318 'http/des.cc',
319 'http/des.h',
[email protected]2f80c312009-02-25 21:26:55320 'http/http_atom_list.h',
321 'http/http_auth.cc',
322 'http/http_auth.h',
323 'http/http_auth_cache.cc',
324 'http/http_auth_cache.h',
325 'http/http_auth_handler.h',
326 'http/http_auth_handler.cc',
327 'http/http_auth_handler_basic.cc',
328 'http/http_auth_handler_basic.h',
329 'http/http_auth_handler_digest.cc',
330 'http/http_auth_handler_digest.h',
[email protected]5ae0b862009-02-28 02:02:41331 'http/http_auth_handler_ntlm.cc',
332 'http/http_auth_handler_ntlm.h',
[email protected]ea9dc9a2009-09-05 00:43:32333 'http/http_auth_handler_ntlm_portable.cc',
334 'http/http_auth_handler_ntlm_win.cc',
[email protected]0877e3d2009-10-17 22:29:57335 'http/http_basic_stream.cc',
[email protected]d022e4e2009-06-23 04:13:00336 'http/http_basic_stream.h',
[email protected]fc48db82009-04-28 21:23:39337 'http/http_byte_range.cc',
338 'http/http_byte_range.h',
[email protected]2f80c312009-02-25 21:26:55339 'http/http_cache.cc',
340 'http/http_cache.h',
[email protected]983a1da2009-11-11 19:59:23341 'http/http_cache_transaction.cc',
342 'http/http_cache_transaction.h',
[email protected]2f80c312009-02-25 21:26:55343 'http/http_chunked_decoder.cc',
344 'http/http_chunked_decoder.h',
345 'http/http_network_layer.cc',
346 'http/http_network_layer.h',
[email protected]0d8fa3ec2009-04-08 04:22:44347 'http/http_network_session.cc',
[email protected]2f80c312009-02-25 21:26:55348 'http/http_network_session.h',
349 'http/http_network_transaction.cc',
350 'http/http_network_transaction.h',
351 'http/http_request_info.h',
352 'http/http_response_headers.cc',
353 'http/http_response_headers.h',
354 'http/http_response_info.cc',
355 'http/http_response_info.h',
[email protected]d022e4e2009-06-23 04:13:00356 'http/http_stream.h',
[email protected]0877e3d2009-10-17 22:29:57357 'http/http_stream_parser.cc',
358 'http/http_stream_parser.h',
[email protected]2f80c312009-02-25 21:26:55359 'http/http_transaction.h',
360 'http/http_transaction_factory.h',
361 'http/http_util.cc',
[email protected]e6547c12009-09-18 03:47:01362 'http/http_util_icu.cc',
[email protected]2f80c312009-02-25 21:26:55363 'http/http_util.h',
364 'http/http_vary_data.cc',
365 'http/http_vary_data.h',
[email protected]d022e4e2009-06-23 04:13:00366 'http/http_version.h',
[email protected]5ae0b862009-02-28 02:02:41367 'http/md4.cc',
368 'http/md4.h',
[email protected]8bf26f49a2009-06-12 17:35:50369 'http/partial_data.cc',
370 'http/partial_data.h',
[email protected]25d8ea22009-08-25 19:42:29371 'ocsp/nss_ocsp.cc',
372 'ocsp/nss_ocsp.h',
[email protected]620f5712009-08-04 22:43:12373 'proxy/init_proxy_resolver.cc',
374 'proxy/init_proxy_resolver.h',
[email protected]7dc52f22009-03-02 22:37:18375 'proxy/proxy_config.cc',
376 'proxy/proxy_config.h',
377 'proxy/proxy_config_service.h',
[email protected]2f80c312009-02-25 21:26:55378 'proxy/proxy_config_service_fixed.h',
[email protected]861c6c62009-04-20 16:50:56379 'proxy/proxy_config_service_linux.cc',
380 'proxy/proxy_config_service_linux.h',
[email protected]2f80c312009-02-25 21:26:55381 'proxy/proxy_config_service_win.cc',
382 'proxy/proxy_config_service_win.h',
[email protected]7dc52f22009-03-02 22:37:18383 'proxy/proxy_info.cc',
384 'proxy/proxy_info.h',
385 'proxy/proxy_list.cc',
386 'proxy/proxy_list.h',
387 'proxy/proxy_resolver.h',
[email protected]90ae1fb2009-08-02 21:07:12388 'proxy/proxy_resolver_js_bindings.cc',
389 'proxy/proxy_resolver_js_bindings.h',
[email protected]2f80c312009-02-25 21:26:55390 'proxy/proxy_resolver_mac.cc',
[email protected]d022e4e2009-06-23 04:13:00391 'proxy/proxy_resolver_mac.h',
[email protected]6b675b82009-02-26 23:18:32392 'proxy/proxy_resolver_script.h',
393 'proxy/proxy_resolver_v8.cc',
394 'proxy/proxy_resolver_v8.h',
[email protected]2f80c312009-02-25 21:26:55395 'proxy/proxy_resolver_winhttp.cc',
396 'proxy/proxy_resolver_winhttp.h',
[email protected]7dc52f22009-03-02 22:37:18397 'proxy/proxy_retry_info.h',
[email protected]2f80c312009-02-25 21:26:55398 'proxy/proxy_script_fetcher.cc',
399 'proxy/proxy_script_fetcher.h',
400 'proxy/proxy_server.cc',
401 'proxy/proxy_server.h',
402 'proxy/proxy_service.cc',
403 'proxy/proxy_service.h',
[email protected]775fd9e2009-07-26 21:12:20404 'proxy/single_threaded_proxy_resolver.cc',
405 'proxy/single_threaded_proxy_resolver.h',
[email protected]f7984fc62009-06-22 23:26:44406 'socket/client_socket.cc',
407 'socket/client_socket.h',
408 'socket/client_socket_factory.cc',
409 'socket/client_socket_factory.h',
410 'socket/client_socket_handle.cc',
411 'socket/client_socket_handle.h',
412 'socket/client_socket_pool.h',
[email protected]ff579d42009-06-24 15:47:02413 'socket/client_socket_pool_base.cc',
414 'socket/client_socket_pool_base.h',
[email protected]f7984fc62009-06-22 23:26:44415 'socket/socket.h',
[email protected]e0c27be2009-07-15 13:09:35416 'socket/socks5_client_socket.cc',
417 'socket/socks5_client_socket.h',
[email protected]3cd17242009-06-23 02:59:02418 'socket/socks_client_socket.cc',
419 'socket/socks_client_socket.h',
[email protected]f7984fc62009-06-22 23:26:44420 'socket/ssl_client_socket.h',
421 'socket/ssl_client_socket_mac.cc',
[email protected]961427442009-07-15 19:00:47422 'socket/ssl_client_socket_mac.h',
[email protected]f7984fc62009-06-22 23:26:44423 'socket/ssl_client_socket_nss.cc',
[email protected]d022e4e2009-06-23 04:13:00424 'socket/ssl_client_socket_nss.h',
[email protected]f7984fc62009-06-22 23:26:44425 'socket/ssl_client_socket_win.cc',
426 'socket/ssl_client_socket_win.h',
427 'socket/ssl_test_util.cc',
428 'socket/ssl_test_util.h',
429 'socket/tcp_client_socket.h',
430 'socket/tcp_client_socket_libevent.cc',
431 'socket/tcp_client_socket_libevent.h',
432 'socket/tcp_client_socket_pool.cc',
433 'socket/tcp_client_socket_pool.h',
434 'socket/tcp_client_socket_win.cc',
435 'socket/tcp_client_socket_win.h',
[email protected]961427442009-07-15 19:00:47436 'socket/tcp_pinger.h',
[email protected]aef03132009-10-09 05:04:14437 'socket_stream/socket_stream.cc',
438 'socket_stream/socket_stream.h',
[email protected]c7f689be2009-11-11 05:53:12439 'socket_stream/socket_stream_metrics.cc',
440 'socket_stream/socket_stream_metrics.h',
[email protected]4c4eac02009-11-04 10:02:28441 'socket_stream/socket_stream_throttle.cc',
442 'socket_stream/socket_stream_throttle.h',
[email protected]5a224392009-09-01 17:07:17443 'third_party/parseftp/ParseFTPList.cpp',
444 'third_party/parseftp/ParseFTPList.h',
[email protected]c6f27df2009-11-13 02:30:38445 'url_request/request_tracker.h',
[email protected]2f80c312009-02-25 21:26:55446 'url_request/url_request.cc',
447 'url_request/url_request.h',
448 'url_request/url_request_about_job.cc',
449 'url_request/url_request_about_job.h',
450 'url_request/url_request_context.h',
[email protected]fcb7fd92009-10-22 04:18:58451 'url_request/url_request_data_job.cc',
452 'url_request/url_request_data_job.h',
[email protected]2f80c312009-02-25 21:26:55453 'url_request/url_request_error_job.cc',
454 'url_request/url_request_error_job.h',
455 'url_request/url_request_file_dir_job.cc',
456 'url_request/url_request_file_dir_job.h',
457 'url_request/url_request_file_job.cc',
458 'url_request/url_request_file_job.h',
459 'url_request/url_request_filter.cc',
460 'url_request/url_request_filter.h',
461 'url_request/url_request_ftp_job.cc',
462 'url_request/url_request_ftp_job.h',
463 'url_request/url_request_http_job.cc',
464 'url_request/url_request_http_job.h',
465 'url_request/url_request_inet_job.cc',
466 'url_request/url_request_inet_job.h',
467 'url_request/url_request_job.cc',
468 'url_request/url_request_job.h',
469 'url_request/url_request_job_manager.cc',
470 'url_request/url_request_job_manager.h',
471 'url_request/url_request_job_metrics.cc',
472 'url_request/url_request_job_metrics.h',
473 'url_request/url_request_job_tracker.cc',
474 'url_request/url_request_job_tracker.h',
[email protected]b65ce0942009-03-16 20:13:33475 'url_request/url_request_new_ftp_job.cc',
476 'url_request/url_request_new_ftp_job.h',
[email protected]56d83182009-09-04 20:01:45477 'url_request/url_request_redirect_job.cc',
478 'url_request/url_request_redirect_job.h',
[email protected]2f80c312009-02-25 21:26:55479 'url_request/url_request_simple_job.cc',
480 'url_request/url_request_simple_job.h',
481 'url_request/url_request_status.h',
482 'url_request/url_request_test_job.cc',
483 'url_request/url_request_test_job.h',
[email protected]13c34d12009-09-14 20:51:04484 'url_request/url_request_view_net_internals_job.cc',
485 'url_request/url_request_view_net_internals_job.h',
486 'url_request/view_cache_helper.cc',
487 'url_request/view_cache_helper.h',
[email protected]6d9fc742009-10-21 07:59:36488 'websockets/websocket.cc',
489 'websockets/websocket.h',
[email protected]4c4eac02009-11-04 10:02:28490 'websockets/websocket_throttle.cc',
491 'websockets/websocket_throttle.h',
[email protected]2f80c312009-02-25 21:26:55492 ],
[email protected]2f80c312009-02-25 21:26:55493 'export_dependent_settings': [
494 '../base/base.gyp:base',
495 ],
496 'conditions': [
[email protected]c61f6432009-04-22 01:16:42497 ['javascript_engine=="v8"', {
498 'dependencies': [
[email protected]44531a22009-04-28 21:37:56499 '../v8/tools/gyp/v8.gyp:v8',
[email protected]c61f6432009-04-22 01:16:42500 ],
501 }],
[email protected]9d384032009-03-20 23:13:26502 [ 'OS == "linux"', {
503 'dependencies': [
[email protected]861c6c62009-04-20 16:50:56504 '../build/linux/system.gyp:gconf',
505 '../build/linux/system.gyp:gdk',
[email protected]9d384032009-03-20 23:13:26506 '../build/linux/system.gyp:nss',
507 ],
508 }],
[email protected]2f80c312009-02-25 21:26:55509 [ 'OS == "win"', {
510 'sources/': [ ['exclude', '_(mac|linux|posix)\\.cc$'] ],
511 'sources!': [
[email protected]ea9dc9a2009-09-05 00:43:32512 'http/http_auth_handler_ntlm_portable.cc',
[email protected]f7984fc62009-06-22 23:26:44513 'socket/tcp_client_socket_libevent.cc',
[email protected]2f80c312009-02-25 21:26:55514 ],
515 'dependencies': [
[email protected]2f80c312009-02-25 21:26:55516 'tld_cleanup',
517 ],
[email protected]2f80c312009-02-25 21:26:55518 },
519 { # else: OS != "win"
520 'sources!': [
[email protected]2f80c312009-02-25 21:26:55521 'proxy/proxy_resolver_winhttp.cc',
522 'url_request/url_request_ftp_job.cc',
523 'url_request/url_request_inet_job.cc',
524 ],
525 },
526 ],
527 [ 'OS == "linux"', {
528 'sources/': [ ['exclude', '_(mac|win)\\.cc$'] ],
[email protected]2f80c312009-02-25 21:26:55529 },
530 { # else: OS != "linux"
531 'sources!': [
[email protected]3d4ae9a42009-07-24 03:48:16532 'ocsp/nss_ocsp.cc',
533 'ocsp/nss_ocsp.h',
[email protected]f7984fc62009-06-22 23:26:44534 'socket/ssl_client_socket_nss.cc',
[email protected]d022e4e2009-06-23 04:13:00535 'socket/ssl_client_socket_nss.h',
[email protected]2f80c312009-02-25 21:26:55536 ],
537 # Get U_STATIC_IMPLEMENTATION and -I directories on Linux.
538 'dependencies': [
[email protected]280629492009-09-09 06:49:08539 '../third_party/icu/icu.gyp:icui18n',
540 '../third_party/icu/icu.gyp:icuuc',
[email protected]2f80c312009-02-25 21:26:55541 ],
542 },
543 ],
544 [ 'OS == "mac"', {
545 'sources/': [ ['exclude', '_(linux|win)\\.cc$'] ],
546 'link_settings': {
547 'libraries': [
548 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
549 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
550 ]
551 },
552 },
553 ],
[email protected]2f80c312009-02-25 21:26:55554 ],
555 },
556 {
557 'target_name': 'net_unittests',
558 'type': 'executable',
559 'dependencies': [
560 'net',
[email protected]6718b412009-03-04 18:26:00561 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55562 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14563 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55564 '../testing/gtest.gyp:gtest',
[email protected]e86aaca2009-08-12 17:58:57565 '../third_party/zlib/zlib.gyp:zlib',
[email protected]8e99bd12009-08-17 18:45:25566 '../third_party/bzip2/bzip2.gyp:bzip2',
[email protected]2f80c312009-02-25 21:26:55567 ],
[email protected]9e450f22009-03-10 23:12:16568 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
[email protected]2f80c312009-02-25 21:26:55569 'sources': [
[email protected]8a00f00a2009-06-12 00:49:38570 'base/address_list_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55571 'base/bzip2_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55572 'base/cookie_monster_unittest.cc',
573 'base/cookie_policy_unittest.cc',
574 'base/data_url_unittest.cc',
575 'base/directory_lister_unittest.cc',
[email protected]c36f0642009-09-09 01:10:50576 'base/dns_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55577 'base/escape_unittest.cc',
578 'base/file_stream_unittest.cc',
579 'base/filter_unittest.cc',
[email protected]56e72f32009-03-09 18:22:27580 'base/filter_unittest.h',
[email protected]2f80c312009-02-25 21:26:55581 'base/gzip_filter_unittest.cc',
[email protected]8a00f00a2009-06-12 00:49:38582 'base/host_cache_unittest.cc',
[email protected]b59ff372009-07-15 22:04:32583 'base/host_resolver_impl_unittest.cc',
[email protected]54e13772009-08-14 03:01:09584 'base/load_log_unittest.cc',
585 'base/load_log_unittest.h',
586 'base/load_log_util_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55587 'base/listen_socket_unittest.cc',
588 'base/listen_socket_unittest.h',
589 'base/mime_sniffer_unittest.cc',
590 'base/mime_util_unittest.cc',
591 'base/net_util_unittest.cc',
592 'base/registry_controlled_domain_unittest.cc',
593 'base/run_all_unittests.cc',
594 'base/sdch_filter_unittest.cc',
[email protected]56c866a22009-06-18 19:38:58595 'base/ssl_client_auth_cache_unittest.cc',
[email protected]f37c98f2009-09-09 22:07:32596 'base/ssl_config_service_mac_unittest.cc',
[email protected]db36938c2009-08-19 21:48:42597 'base/ssl_config_service_win_unittest.cc',
[email protected]77f6fb432009-09-05 14:21:09598 'base/strict_transport_security_state_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55599 'base/telnet_server_unittest.cc',
[email protected]a710ad602009-11-20 23:39:29600 'base/test_certificate_data.h',
[email protected]2f80c312009-02-25 21:26:55601 'base/test_completion_callback_unittest.cc',
602 'base/wininet_util_unittest.cc',
603 'base/x509_certificate_unittest.cc',
604 'disk_cache/addr_unittest.cc',
605 'disk_cache/backend_unittest.cc',
[email protected]84d4cee2009-06-18 23:46:58606 'disk_cache/bitmap_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55607 'disk_cache/block_files_unittest.cc',
608 'disk_cache/disk_cache_test_base.cc',
609 'disk_cache/disk_cache_test_base.h',
[email protected]2f80c312009-02-25 21:26:55610 'disk_cache/entry_unittest.cc',
611 'disk_cache/mapped_file_unittest.cc',
612 'disk_cache/storage_block_unittest.cc',
613 'ftp/ftp_auth_cache_unittest.cc',
[email protected]c2972192009-07-28 20:30:09614 'ftp/ftp_ctrl_response_buffer_unittest.cc',
[email protected]1d799dd2009-10-28 17:00:49615 'ftp/ftp_directory_listing_buffer_unittest.cc',
[email protected]a115b01072009-12-04 09:58:32616 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
617 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
618 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
[email protected]69b43fe2009-06-15 09:47:37619 'ftp/ftp_network_transaction_unittest.cc',
[email protected]b1c7cc42009-09-24 21:46:50620 'ftp/ftp_util_unittest.cc',
[email protected]5ae0b862009-02-28 02:02:41621 'http/des_unittest.cc',
[email protected]7adaccb2009-10-13 04:43:21622 'flip/flip_framer_test.cc',
623 'flip/flip_network_transaction_unittest.cc',
[email protected]f6ad5c0d2009-12-01 23:55:36624 'flip/flip_protocol_test.cc',
[email protected]7adaccb2009-10-13 04:43:21625 'flip/flip_session_unittest.cc',
[email protected]a677f2b2009-11-22 00:43:00626 'flip/flip_stream_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55627 'http/http_auth_cache_unittest.cc',
628 'http/http_auth_handler_basic_unittest.cc',
629 'http/http_auth_handler_digest_unittest.cc',
630 'http/http_auth_unittest.cc',
[email protected]fc48db82009-04-28 21:23:39631 'http/http_byte_range_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55632 'http/http_cache_unittest.cc',
633 'http/http_chunked_decoder_unittest.cc',
634 'http/http_network_layer_unittest.cc',
635 'http/http_network_transaction_unittest.cc',
636 'http/http_response_headers_unittest.cc',
637 'http/http_transaction_unittest.cc',
638 'http/http_transaction_unittest.h',
639 'http/http_util_unittest.cc',
640 'http/http_vary_data_unittest.cc',
[email protected]620f5712009-08-04 22:43:12641 'proxy/init_proxy_resolver_unittest.cc',
[email protected]c6efbc62009-08-06 12:52:19642 'proxy/mock_proxy_resolver.h',
[email protected]861c6c62009-04-20 16:50:56643 'proxy/proxy_config_service_linux_unittest.cc',
[email protected]96ce22362009-03-27 20:19:57644 'proxy/proxy_config_service_win_unittest.cc',
[email protected]5b45aec02009-03-31 01:03:23645 'proxy/proxy_config_unittest.cc',
[email protected]7dc52f22009-03-02 22:37:18646 'proxy/proxy_list_unittest.cc',
[email protected]90ae1fb2009-08-02 21:07:12647 'proxy/proxy_resolver_js_bindings_unittest.cc',
[email protected]6b675b82009-02-26 23:18:32648 'proxy/proxy_resolver_v8_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55649 'proxy/proxy_script_fetcher_unittest.cc',
[email protected]8b03e8d2009-03-02 06:53:31650 'proxy/proxy_server_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55651 'proxy/proxy_service_unittest.cc',
[email protected]775fd9e2009-07-26 21:12:20652 'proxy/single_threaded_proxy_resolver_unittest.cc',
[email protected]ab838892009-06-30 18:49:05653 'socket/client_socket_pool_base_unittest.cc',
[email protected]e0c27be2009-07-15 13:09:35654 'socket/socks5_client_socket_unittest.cc',
[email protected]76a51ac82009-06-28 07:58:58655 'socket/socks_client_socket_unittest.cc',
[email protected]f7984fc62009-06-22 23:26:44656 'socket/ssl_client_socket_unittest.cc',
657 'socket/tcp_client_socket_pool_unittest.cc',
658 'socket/tcp_client_socket_unittest.cc',
659 'socket/tcp_pinger_unittest.cc',
[email protected]5f7d8d72009-10-27 09:40:11660 'socket_stream/socket_stream_unittest.cc',
[email protected]c6f27df2009-11-13 02:30:38661 'url_request/request_tracker_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55662 'url_request/url_request_unittest.cc',
663 'url_request/url_request_unittest.h',
[email protected]4c4eac02009-11-04 10:02:28664 'websockets/websocket_throttle_unittest.cc',
[email protected]6d9fc742009-10-21 07:59:36665 'websockets/websocket_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55666 ],
667 'conditions': [
[email protected]861c6c62009-04-20 16:50:56668 [ 'OS == "win"', {
669 'sources/': [ ['exclude', '_(mac|linux|posix)_unittest\\.cc$'] ],
670 },
671 ],
[email protected]2f80c312009-02-25 21:26:55672 [ 'OS != "win"', {
673 'sources!': [
674 'base/wininet_util_unittest.cc',
675 ],
676 },
677 ],
678 [ 'OS == "linux"', {
[email protected]861c6c62009-04-20 16:50:56679 'sources/': [ ['exclude', '_(mac|win)_unittest\\.cc$'] ],
[email protected]9d384032009-03-20 23:13:26680 'dependencies': [
681 '../build/linux/system.gyp:gtk',
682 ],
[email protected]2f80c312009-02-25 21:26:55683 'sources!': [
684 'base/sdch_filter_unittest.cc',
[email protected]2f80c312009-02-25 21:26:55685 ],
686 },
687 ],
688 [ 'OS == "mac"', {
[email protected]861c6c62009-04-20 16:50:56689 'sources/': [ ['exclude', '_(linux|win)_unittest\\.cc$'] ],
[email protected]2f80c312009-02-25 21:26:55690 },
691 ],
692 # This is needed to trigger the dll copy step on windows.
693 # TODO(mark): Specifying this here shouldn't be necessary.
694 [ 'OS == "win"', {
695 'dependencies': [
[email protected]280629492009-09-09 06:49:08696 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55697 ],
698 },
699 ],
700 ],
701 },
702 {
703 'target_name': 'net_perftests',
704 'type': 'executable',
705 'dependencies': [
706 'net',
[email protected]6718b412009-03-04 18:26:00707 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55708 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14709 '../base/base.gyp:base_i18n',
[email protected]e8ef09a2009-03-16 23:46:45710 '../base/base.gyp:test_support_base',
[email protected]7d1ba9392009-08-03 18:35:06711 '../base/base.gyp:test_support_perf',
[email protected]2f80c312009-02-25 21:26:55712 '../testing/gtest.gyp:gtest',
713 ],
[email protected]9e450f22009-03-10 23:12:16714 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
[email protected]2f80c312009-02-25 21:26:55715 'sources': [
[email protected]2f80c312009-02-25 21:26:55716 'base/cookie_monster_perftest.cc',
717 'disk_cache/disk_cache_perftest.cc',
[email protected]448cfef82009-03-06 01:44:33718 'proxy/proxy_resolver_perftest.cc',
[email protected]2f80c312009-02-25 21:26:55719 ],
720 'conditions': [
721 # This is needed to trigger the dll copy step on windows.
722 # TODO(mark): Specifying this here shouldn't be necessary.
723 [ 'OS == "win"', {
724 'dependencies': [
[email protected]280629492009-09-09 06:49:08725 '../third_party/icu/icu.gyp:icudata',
[email protected]2f80c312009-02-25 21:26:55726 ],
727 },
728 ],
729 ],
730 },
731 {
732 'target_name': 'stress_cache',
733 'type': 'executable',
734 'dependencies': [
735 'net',
[email protected]6718b412009-03-04 18:26:00736 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55737 '../base/base.gyp:base',
738 ],
739 'sources': [
[email protected]2f80c312009-02-25 21:26:55740 'disk_cache/stress_cache.cc',
741 ],
742 },
743 {
744 'target_name': 'tld_cleanup',
745 'type': 'executable',
746 'dependencies': [
747 '../base/base.gyp:base',
[email protected]d34d79f2009-10-14 22:06:14748 '../base/base.gyp:base_i18n',
[email protected]2f80c312009-02-25 21:26:55749 '../build/temp_gyp/googleurl.gyp:googleurl',
750 ],
[email protected]b8234462009-03-18 02:30:55751 'msvs_guid': 'E13045CD-7E1F-4A41-9B18-8D288B2E7B41',
[email protected]2f80c312009-02-25 21:26:55752 'sources': [
753 'tools/tld_cleanup/tld_cleanup.cc',
754 ],
755 },
756 {
757 'target_name': 'crash_cache',
758 'type': 'executable',
759 'dependencies': [
760 'net',
[email protected]6718b412009-03-04 18:26:00761 'net_test_support',
[email protected]2f80c312009-02-25 21:26:55762 '../base/base.gyp:base',
763 ],
[email protected]9e450f22009-03-10 23:12:16764 'msvs_guid': 'B0EE0599-2913-46A0-A847-A3EC813658D3',
[email protected]2f80c312009-02-25 21:26:55765 'sources': [
766 'tools/crash_cache/crash_cache.cc',
[email protected]6718b412009-03-04 18:26:00767 ],
768 },
769 {
770 'target_name': 'net_test_support',
[email protected]653bd5f032009-04-08 12:55:49771 'type': '<(library)',
[email protected]6718b412009-03-04 18:26:00772 'dependencies': [
773 'net',
774 '../base/base.gyp:base',
[email protected]ff007e162009-05-23 09:13:15775 '../testing/gtest.gyp:gtest',
[email protected]6718b412009-03-04 18:26:00776 ],
777 'sources': [
[email protected]2f80c312009-02-25 21:26:55778 'disk_cache/disk_cache_test_util.cc',
[email protected]6718b412009-03-04 18:26:00779 'disk_cache/disk_cache_test_util.h',
[email protected]ab501a6a2009-05-12 15:07:50780 'proxy/proxy_config_service_common_unittest.cc',
781 'proxy/proxy_config_service_common_unittest.h',
[email protected]f7984fc62009-06-22 23:26:44782 'socket/socket_test_util.cc',
783 'socket/socket_test_util.h',
[email protected]2f80c312009-02-25 21:26:55784 ],
785 },
[email protected]ef36c74c2009-03-11 13:32:22786 {
787 'target_name': 'net_resources',
788 'type': 'none',
789 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
790 'rules': [
[email protected]2f80c312009-02-25 21:26:55791 {
[email protected]ef36c74c2009-03-11 13:32:22792 'rule_name': 'grit',
793 'extension': 'grd',
794 'inputs': [
[email protected]b19f1cd72009-03-13 21:16:00795 '../tools/grit/grit.py',
[email protected]2f80c312009-02-25 21:26:55796 ],
[email protected]ef36c74c2009-03-11 13:32:22797 'outputs': [
798 '<(SHARED_INTERMEDIATE_DIR)/net/grit/<(RULE_INPUT_ROOT).h',
799 '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_ROOT).rc',
800 '<(SHARED_INTERMEDIATE_DIR)/net/<(RULE_INPUT_ROOT).pak',
[email protected]2f80c312009-02-25 21:26:55801 ],
[email protected]ef36c74c2009-03-11 13:32:22802 'action':
803 ['python', '<@(_inputs)', '-i', '<(RULE_INPUT_PATH)', 'build', '-o', '<(SHARED_INTERMEDIATE_DIR)/net'],
[email protected]027ec5f2009-03-16 18:30:35804 'message': 'Generating resources from <(RULE_INPUT_PATH)',
[email protected]2f80c312009-02-25 21:26:55805 },
[email protected]6718b412009-03-04 18:26:00806 ],
[email protected]ef36c74c2009-03-11 13:32:22807 'sources': [
808 'base/net_resources.grd',
809 ],
810 'direct_dependent_settings': {
811 'include_dirs': [
812 '<(SHARED_INTERMEDIATE_DIR)/net',
813 ],
814 },
[email protected]b392f3e2009-05-11 20:01:24815 'conditions': [
816 ['OS=="win"', {
817 'dependencies': ['../build/win/system.gyp:cygwin'],
818 }],
819 ],
[email protected]ef36c74c2009-03-11 13:32:22820 },
[email protected]75b91f92009-06-17 07:28:48821 {
822 'target_name': 'fetch_client',
823 'type': 'executable',
824 'dependencies': [
825 'net',
826 '../base/base.gyp:base',
[email protected]75b91f92009-06-17 07:28:48827 '../testing/gtest.gyp:gtest',
828 ],
829 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
830 'sources': [
831 'tools/fetch/fetch_client.cc',
832 ],
833 },
[email protected]fe4f06d2009-06-17 07:58:05834 {
835 'target_name': 'fetch_server',
836 'type': 'executable',
837 'dependencies': [
838 'net',
839 '../base/base.gyp:base',
[email protected]fe4f06d2009-06-17 07:58:05840 '../testing/gtest.gyp:gtest',
841 ],
842 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
843 'sources': [
844 'tools/fetch/fetch_server.cc',
845 'tools/fetch/http_listen_socket.cc',
846 'tools/fetch/http_listen_socket.h',
847 'tools/fetch/http_server.cc',
848 'tools/fetch/http_server.h',
[email protected]d022e4e2009-06-23 04:13:00849 'tools/fetch/http_server_request_info.h',
850 'tools/fetch/http_server_response_info.h',
[email protected]fe4f06d2009-06-17 07:58:05851 'tools/fetch/http_session.cc',
852 'tools/fetch/http_session.h',
853 ],
854 },
[email protected]ef36c74c2009-03-11 13:32:22855 ],
856 'conditions': [
[email protected]6718b412009-03-04 18:26:00857 ['OS=="win"', {
858 'targets': [
[email protected]2f80c312009-02-25 21:26:55859 {
860 # TODO(port): dump_cache is still Windows-specific.
861 'target_name': 'dump_cache',
862 'type': 'executable',
863 'dependencies': [
864 'net',
865 '../base/base.gyp:base',
866 ],
867 'sources': [
[email protected]c44344e2009-09-02 22:05:50868 'tools/dump_cache/cache_dumper.cc',
869 'tools/dump_cache/cache_dumper.h',
[email protected]2f80c312009-02-25 21:26:55870 'tools/dump_cache/dump_cache.cc',
871 'tools/dump_cache/dump_files.cc',
872 'tools/dump_cache/upgrade.cc',
[email protected]c44344e2009-09-02 22:05:50873 'tools/dump_cache/url_to_filename_encoder.h',
[email protected]2f80c312009-02-25 21:26:55874 ],
875 },
876 ],
877 }],
[email protected]2f80c312009-02-25 21:26:55878 ],
879}
[email protected]f5c990c2009-10-06 03:02:38880
881# Local Variables:
882# tab-width:2
883# indent-tabs-mode:nil
884# End:
885# vim: set expandtab tabstop=2 shiftwidth=2: