Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(626)

Side by Side Diff: net/net.gypi

Issue 188873004: Compile src/net for PNaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright 2014 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 'net_sources':[
8 'android/cert_verify_result_android.cc',
9 'android/cert_verify_result_android.h',
10 'android/cert_verify_status_android_list.h',
11 'android/gurl_utils.cc',
12 'android/gurl_utils.h',
13 'android/android_private_key.cc',
14 'android/android_private_key.h',
15 'android/keystore.cc',
16 'android/keystore.h',
17 'android/keystore_openssl.cc',
18 'android/keystore_openssl.h',
19 'android/net_jni_registrar.cc',
20 'android/net_jni_registrar.h',
21 'android/network_change_notifier_android.cc',
22 'android/network_change_notifier_android.h',
23 'android/network_change_notifier_delegate_android.cc',
24 'android/network_change_notifier_delegate_android.h',
25 'android/network_change_notifier_factory_android.cc',
26 'android/network_change_notifier_factory_android.h',
27 'android/network_library.cc',
28 'android/network_library.h',
29 'base/address_family.h',
30 'base/address_list.cc',
31 'base/address_list.h',
32 'base/address_tracker_linux.cc',
33 'base/address_tracker_linux.h',
34 'base/auth.cc',
35 'base/auth.h',
36 'base/backoff_entry.cc',
37 'base/backoff_entry.h',
38 'base/bandwidth_metrics.cc',
39 'base/bandwidth_metrics.h',
40 'base/cache_type.h',
41 'base/completion_callback.h',
42 'base/connection_type_histograms.cc',
43 'base/connection_type_histograms.h',
44 'base/crypto_module.h',
45 'base/crypto_module_nss.cc',
46 'base/crypto_module_openssl.cc',
47 'base/data_url.cc',
48 'base/data_url.h',
49 'base/directory_lister.cc',
50 'base/directory_lister.h',
51 'base/dns_reloader.cc',
52 'base/dns_reloader.h',
53 'base/dns_util.cc',
54 'base/dns_util.h',
55 'base/escape.cc',
56 'base/escape.h',
57 'base/expiring_cache.h',
58 'base/file_stream.cc',
59 'base/file_stream.h',
60 'base/file_stream_context.cc',
61 'base/file_stream_context.h',
62 'base/file_stream_context_posix.cc',
63 'base/file_stream_context_win.cc',
64 'base/file_stream_metrics.cc',
65 'base/file_stream_metrics.h',
66 'base/file_stream_metrics_posix.cc',
67 'base/file_stream_metrics_win.cc',
68 'base/file_stream_net_log_parameters.cc',
69 'base/file_stream_net_log_parameters.h',
70 'base/file_stream_whence.h',
71 'base/int128.cc',
72 'base/int128.h',
73 'base/hash_value.cc',
74 'base/hash_value.h',
75 'base/host_mapping_rules.cc',
76 'base/host_mapping_rules.h',
77 'base/host_port_pair.cc',
78 'base/host_port_pair.h',
79 'base/io_buffer.cc',
80 'base/io_buffer.h',
81 'base/iovec.h',
82 'base/ip_endpoint.cc',
83 'base/ip_endpoint.h',
84 'base/ip_mapping_rules.cc',
85 'base/ip_mapping_rules.h',
86 'base/ip_pattern.cc',
87 'base/ip_pattern.h',
88 'base/keygen_handler.cc',
89 'base/keygen_handler.h',
90 'base/keygen_handler_mac.cc',
91 'base/keygen_handler_nss.cc',
92 'base/keygen_handler_openssl.cc',
93 'base/keygen_handler_win.cc',
94 'base/linked_hash_map.h',
95 'base/load_flags.h',
96 'base/load_flags_list.h',
97 'base/load_states.h',
98 'base/load_states_list.h',
99 'base/load_timing_info.cc',
100 'base/load_timing_info.h',
101 'base/mime_sniffer.cc',
102 'base/mime_sniffer.h',
103 'base/mime_util.cc',
104 'base/mime_util.h',
105 'base/net_error_list.h',
106 'base/net_errors.cc',
107 'base/net_errors.h',
108 'base/net_errors_posix.cc',
109 'base/net_errors_win.cc',
110 'base/net_export.h',
111 'base/net_log.cc',
112 'base/net_log.h',
113 'base/net_log_logger.cc',
114 'base/net_log_logger.h',
115 'base/net_log_event_type_list.h',
116 'base/net_log_source_type_list.h',
117 'base/net_module.cc',
118 'base/net_module.h',
119 'base/net_util.cc',
120 'base/net_util.h',
121 'base/net_util_posix.cc',
122 'base/net_util_win.cc',
123 'base/network_change_notifier.cc',
124 'base/network_change_notifier.h',
125 'base/network_change_notifier_factory.h',
126 'base/network_change_notifier_linux.cc',
127 'base/network_change_notifier_linux.h',
128 'base/network_change_notifier_mac.cc',
129 'base/network_change_notifier_mac.h',
130 'base/network_change_notifier_win.cc',
131 'base/network_change_notifier_win.h',
132 'base/network_config_watcher_mac.cc',
133 'base/network_config_watcher_mac.h',
134 'base/network_delegate.cc',
135 'base/network_delegate.h',
136 'base/network_time_notifier.cc',
137 'base/network_time_notifier.h',
138 'base/nss_memio.c',
139 'base/nss_memio.h',
140 'base/openssl_private_key_store.h',
141 'base/openssl_private_key_store_android.cc',
142 'base/openssl_private_key_store_memory.cc',
143 'base/platform_mime_util.h',
144 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
145 'base/platform_mime_util_linux.cc',
146 'base/platform_mime_util_mac.mm',
147 'base/platform_mime_util_nacl.cc',
148 'base/platform_mime_util_win.cc',
149 'base/prioritized_dispatcher.cc',
150 'base/prioritized_dispatcher.h',
151 'base/priority_queue.h',
152 'base/rand_callback.h',
153 'base/registry_controlled_domains/registry_controlled_domain.cc',
154 'base/registry_controlled_domains/registry_controlled_domain.h',
155 'base/request_priority.cc',
156 'base/request_priority.h',
157 'base/sdch_manager.cc',
158 'base/sdch_manager.h',
159 'base/static_cookie_policy.cc',
160 'base/static_cookie_policy.h',
161 'base/sys_addrinfo.h',
162 'base/test_data_stream.cc',
163 'base/test_data_stream.h',
164 'base/upload_bytes_element_reader.cc',
165 'base/upload_bytes_element_reader.h',
166 'base/upload_data_stream.cc',
167 'base/upload_data_stream.h',
168 'base/upload_element.cc',
169 'base/upload_element.h',
170 'base/upload_element_reader.cc',
171 'base/upload_element_reader.h',
172 'base/upload_file_element_reader.cc',
173 'base/upload_file_element_reader.h',
174 'base/upload_progress.h',
175 'base/url_util.cc',
176 'base/url_util.h',
177 'base/winsock_init.cc',
178 'base/winsock_init.h',
179 'base/winsock_util.cc',
180 'base/winsock_util.h',
181 'base/zap.cc',
182 'base/zap.h',
183 'cert/asn1_util.cc',
184 'cert/asn1_util.h',
185 'cert/cert_database.cc',
186 'cert/cert_database.h',
187 'cert/cert_database_android.cc',
188 'cert/cert_database_ios.cc',
189 'cert/cert_database_mac.cc',
190 'cert/cert_database_nss.cc',
191 'cert/cert_database_openssl.cc',
192 'cert/cert_database_win.cc',
193 'cert/cert_status_flags.cc',
194 'cert/cert_status_flags.h',
195 'cert/cert_trust_anchor_provider.h',
196 'cert/cert_verifier.cc',
197 'cert/cert_verifier.h',
198 'cert/cert_verify_proc.cc',
199 'cert/cert_verify_proc.h',
200 'cert/cert_verify_proc_android.cc',
201 'cert/cert_verify_proc_android.h',
202 'cert/cert_verify_proc_mac.cc',
203 'cert/cert_verify_proc_mac.h',
204 'cert/cert_verify_proc_nss.cc',
205 'cert/cert_verify_proc_nss.h',
206 'cert/cert_verify_proc_openssl.cc',
207 'cert/cert_verify_proc_openssl.h',
208 'cert/cert_verify_proc_win.cc',
209 'cert/cert_verify_proc_win.h',
210 'cert/cert_verify_result.cc',
211 'cert/cert_verify_result.h',
212 'cert/crl_set.cc',
213 'cert/crl_set.h',
214 'cert/ct_known_logs.cc',
215 'cert/ct_known_logs.h',
216 'cert/ct_log_verifier.cc',
217 'cert/ct_log_verifier.h',
218 'cert/ct_log_verifier_nss.cc',
219 'cert/ct_log_verifier_openssl.cc',
220 'cert/ct_objects_extractor.h',
221 'cert/ct_objects_extractor_nss.cc',
222 'cert/ct_objects_extractor_openssl.cc',
223 'cert/ct_serialization.cc',
224 'cert/ct_serialization.h',
225 'cert/ct_signed_certificate_timestamp_log_param.cc',
226 'cert/ct_signed_certificate_timestamp_log_param.h',
227 'cert/ct_verifier.h',
228 'cert/ct_verify_result.cc',
229 'cert/ct_verify_result.h',
230 'cert/ev_root_ca_metadata.cc',
231 'cert/ev_root_ca_metadata.h',
232 'cert/jwk_serializer_nss.cc',
233 'cert/jwk_serializer_openssl.cc',
234 'cert/jwk_serializer.h',
235 'cert/multi_log_ct_verifier.cc',
236 'cert/multi_log_ct_verifier.h',
237 'cert/multi_threaded_cert_verifier.cc',
238 'cert/multi_threaded_cert_verifier.h',
239 'cert/nss_cert_database.cc',
240 'cert/nss_cert_database.h',
241 'cert/nss_cert_database_chromeos.cc',
242 'cert/nss_cert_database_chromeos.h',
243 'cert/nss_profile_filter_chromeos.cc',
244 'cert/nss_profile_filter_chromeos.h',
245 'cert/pem_tokenizer.cc',
246 'cert/pem_tokenizer.h',
247 'cert/scoped_nss_types.h',
248 'cert/sct_status_flags.h',
249 'cert/signed_certificate_timestamp.cc',
250 'cert/signed_certificate_timestamp.h',
251 'cert/single_request_cert_verifier.cc',
252 'cert/single_request_cert_verifier.h',
253 'cert/test_root_certs.cc',
254 'cert/test_root_certs.h',
255 'cert/test_root_certs_android.cc',
256 'cert/test_root_certs_mac.cc',
257 'cert/test_root_certs_nss.cc',
258 'cert/test_root_certs_openssl.cc',
259 'cert/test_root_certs_win.cc',
260 'cert/x509_cert_types.cc',
261 'cert/x509_cert_types.h',
262 'cert/x509_cert_types_mac.cc',
263 'cert/x509_cert_types_win.cc',
264 'cert/x509_certificate.cc',
265 'cert/x509_certificate.h',
266 'cert/x509_certificate_ios.cc',
267 'cert/x509_certificate_mac.cc',
268 'cert/x509_certificate_net_log_param.cc',
269 'cert/x509_certificate_net_log_param.h',
270 'cert/x509_certificate_nss.cc',
271 'cert/x509_certificate_openssl.cc',
272 'cert/x509_certificate_win.cc',
273 'cert/x509_util.cc',
274 'cert/x509_util.h',
275 'cert/x509_util_android.cc',
276 'cert/x509_util_android.h',
277 'cert/x509_util_ios.cc',
278 'cert/x509_util_ios.h',
279 'cert/x509_util_mac.cc',
280 'cert/x509_util_mac.h',
281 'cert/x509_util_nss.cc',
282 'cert/x509_util_nss.h',
283 'cert/x509_util_openssl.cc',
284 'cert/x509_util_openssl.h',
285 'cookies/canonical_cookie.cc',
286 'cookies/canonical_cookie.h',
287 'cookies/cookie_constants.cc',
288 'cookies/cookie_constants.h',
289 'cookies/cookie_monster.cc',
290 'cookies/cookie_monster.h',
291 'cookies/cookie_options.h',
292 'cookies/cookie_store.cc',
293 'cookies/cookie_store.h',
294 'cookies/cookie_util.cc',
295 'cookies/cookie_util.h',
296 'cookies/parsed_cookie.cc',
297 'cookies/parsed_cookie.h',
298 'disk_cache/blockfile/addr.cc',
299 'disk_cache/blockfile/addr.h',
300 'disk_cache/blockfile/backend_impl.cc',
301 'disk_cache/blockfile/backend_impl.h',
302 'disk_cache/blockfile/backend_impl_v3.cc',
303 'disk_cache/blockfile/backend_impl_v3.h',
304 'disk_cache/blockfile/bitmap.cc',
305 'disk_cache/blockfile/bitmap.h',
306 'disk_cache/blockfile/block_bitmaps_v3.cc',
307 'disk_cache/blockfile/block_bitmaps_v3.h',
308 'disk_cache/blockfile/block_files.cc',
309 'disk_cache/blockfile/block_files.h',
310 'disk_cache/blockfile/disk_format.cc',
311 'disk_cache/blockfile/disk_format.h',
312 'disk_cache/blockfile/disk_format_base.h',
313 'disk_cache/blockfile/disk_format_v3.h',
314 'disk_cache/blockfile/entry_impl.cc',
315 'disk_cache/blockfile/entry_impl.h',
316 'disk_cache/blockfile/entry_impl_v3.cc',
317 'disk_cache/blockfile/entry_impl_v3.h',
318 'disk_cache/blockfile/errors.h',
319 'disk_cache/blockfile/eviction.cc',
320 'disk_cache/blockfile/eviction.h',
321 'disk_cache/blockfile/eviction_v3.cc',
322 'disk_cache/blockfile/eviction_v3.h',
323 'disk_cache/blockfile/experiments.h',
324 'disk_cache/blockfile/file.cc',
325 'disk_cache/blockfile/file.h',
326 'disk_cache/blockfile/file_block.h',
327 'disk_cache/blockfile/file_ios.cc',
328 'disk_cache/blockfile/file_lock.cc',
329 'disk_cache/blockfile/file_lock.h',
330 'disk_cache/blockfile/file_posix.cc',
331 'disk_cache/blockfile/file_win.cc',
332 'disk_cache/blockfile/histogram_macros.h',
333 'disk_cache/blockfile/histogram_macros_v3.h',
334 'disk_cache/blockfile/in_flight_backend_io.cc',
335 'disk_cache/blockfile/in_flight_backend_io.h',
336 'disk_cache/blockfile/in_flight_io.cc',
337 'disk_cache/blockfile/in_flight_io.h',
338 'disk_cache/blockfile/index_table_v3.cc',
339 'disk_cache/blockfile/index_table_v3.h',
340 'disk_cache/blockfile/mapped_file.cc',
341 'disk_cache/blockfile/mapped_file.h',
342 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc',
343 'disk_cache/blockfile/mapped_file_posix.cc',
344 'disk_cache/blockfile/mapped_file_win.cc',
345 'disk_cache/blockfile/rankings.cc',
346 'disk_cache/blockfile/rankings.h',
347 'disk_cache/blockfile/sparse_control.cc',
348 'disk_cache/blockfile/sparse_control.h',
349 'disk_cache/blockfile/stats.cc',
350 'disk_cache/blockfile/stats.h',
351 'disk_cache/blockfile/stats_histogram.cc',
352 'disk_cache/blockfile/stats_histogram.h',
353 'disk_cache/blockfile/storage_block-inl.h',
354 'disk_cache/blockfile/storage_block.h',
355 'disk_cache/blockfile/stress_support.h',
356 'disk_cache/blockfile/trace.cc',
357 'disk_cache/blockfile/trace.h',
358 'disk_cache/cache_creator.cc',
359 'disk_cache/cache_util.cc',
360 'disk_cache/cache_util.h',
361 'disk_cache/cache_util_posix.cc',
362 'disk_cache/cache_util_win.cc',
363 'disk_cache/disk_cache.h',
364 'disk_cache/flash/flash_entry_impl.cc',
365 'disk_cache/flash/flash_entry_impl.h',
366 'disk_cache/flash/format.h',
367 'disk_cache/flash/internal_entry.cc',
368 'disk_cache/flash/internal_entry.h',
369 'disk_cache/flash/log_store.cc',
370 'disk_cache/flash/log_store.h',
371 'disk_cache/flash/log_store_entry.cc',
372 'disk_cache/flash/log_store_entry.h',
373 'disk_cache/flash/segment.cc',
374 'disk_cache/flash/segment.h',
375 'disk_cache/flash/storage.cc',
376 'disk_cache/flash/storage.h',
377 'disk_cache/memory/mem_backend_impl.cc',
378 'disk_cache/memory/mem_backend_impl.h',
379 'disk_cache/memory/mem_entry_impl.cc',
380 'disk_cache/memory/mem_entry_impl.h',
381 'disk_cache/memory/mem_rankings.cc',
382 'disk_cache/memory/mem_rankings.h',
383 'disk_cache/net_log_parameters.cc',
384 'disk_cache/net_log_parameters.h',
385 'disk_cache/simple/simple_backend_impl.cc',
386 'disk_cache/simple/simple_backend_impl.h',
387 'disk_cache/simple/simple_backend_version.h',
388 'disk_cache/simple/simple_entry_format.cc',
389 'disk_cache/simple/simple_entry_format.h',
390 'disk_cache/simple/simple_entry_format_history.h',
391 'disk_cache/simple/simple_entry_impl.cc',
392 'disk_cache/simple/simple_entry_impl.h',
393 'disk_cache/simple/simple_entry_operation.cc',
394 'disk_cache/simple/simple_entry_operation.h',
395 'disk_cache/simple/simple_histogram_macros.h' ,
396 'disk_cache/simple/simple_index.cc',
397 'disk_cache/simple/simple_index.h',
398 'disk_cache/simple/simple_index_delegate.h',
399 'disk_cache/simple/simple_index_file.cc',
400 'disk_cache/simple/simple_index_file.h',
401 'disk_cache/simple/simple_index_file_posix.cc',
402 'disk_cache/simple/simple_index_file_win.cc',
403 'disk_cache/simple/simple_net_log_parameters.cc',
404 'disk_cache/simple/simple_net_log_parameters.h',
405 'disk_cache/simple/simple_synchronous_entry.cc',
406 'disk_cache/simple/simple_synchronous_entry.h',
407 'disk_cache/simple/simple_util.cc',
408 'disk_cache/simple/simple_util.h',
409 'disk_cache/simple/simple_version_upgrade.cc',
410 'disk_cache/simple/simple_version_upgrade.h',
411 'disk_cache/tracing/tracing_cache_backend.cc',
412 'disk_cache/tracing/tracing_cache_backend.h',
413 'dns/address_sorter.h',
414 'dns/address_sorter_posix.cc',
415 'dns/address_sorter_posix.h',
416 'dns/address_sorter_win.cc',
417 'dns/dns_client.cc',
418 'dns/dns_client.h',
419 'dns/dns_config_service.cc',
420 'dns/dns_config_service.h',
421 'dns/dns_config_service_posix.cc',
422 'dns/dns_config_service_posix.h',
423 'dns/dns_config_service_win.cc',
424 'dns/dns_config_service_win.h',
425 'dns/dns_config_watcher_mac.cc',
426 'dns/dns_config_watcher_mac.h',
427 'dns/dns_hosts.cc',
428 'dns/dns_hosts.h',
429 'dns/dns_protocol.h',
430 'dns/dns_query.cc',
431 'dns/dns_query.h',
432 'dns/dns_response.cc',
433 'dns/dns_response.h',
434 'dns/dns_session.cc',
435 'dns/dns_session.h',
436 'dns/dns_socket_pool.cc',
437 'dns/dns_socket_pool.h',
438 'dns/dns_transaction.cc',
439 'dns/dns_transaction.h',
440 'dns/host_cache.cc',
441 'dns/host_cache.h',
442 'dns/host_resolver.cc',
443 'dns/host_resolver.h',
444 'dns/host_resolver_impl.cc',
445 'dns/host_resolver_impl.h',
446 'dns/host_resolver_proc.cc',
447 'dns/host_resolver_proc.h',
448 'dns/mapped_host_resolver.cc',
449 'dns/mapped_host_resolver.h',
450 'dns/mapped_ip_resolver.cc',
451 'dns/mapped_ip_resolver.h',
452 'dns/mdns_cache.cc',
453 'dns/mdns_cache.h',
454 'dns/mdns_client.cc',
455 'dns/mdns_client.h',
456 'dns/mdns_client_impl.cc',
457 'dns/mdns_client_impl.h',
458 'dns/notify_watcher_mac.cc',
459 'dns/notify_watcher_mac.h',
460 'dns/record_parsed.cc',
461 'dns/record_parsed.h',
462 'dns/record_rdata.cc',
463 'dns/record_rdata.h',
464 'dns/serial_worker.cc',
465 'dns/serial_worker.h',
466 'dns/single_request_host_resolver.cc',
467 'dns/single_request_host_resolver.h',
468 'filter/filter.cc',
469 'filter/filter.h',
470 'filter/gzip_filter.cc',
471 'filter/gzip_filter.h',
472 'filter/gzip_header.cc',
473 'filter/gzip_header.h',
474 'filter/sdch_filter.cc',
475 'filter/sdch_filter.h',
476 'ftp/ftp_auth_cache.cc',
477 'ftp/ftp_auth_cache.h',
478 'ftp/ftp_ctrl_response_buffer.cc',
479 'ftp/ftp_ctrl_response_buffer.h',
480 'ftp/ftp_directory_listing_parser.cc',
481 'ftp/ftp_directory_listing_parser.h',
482 'ftp/ftp_directory_listing_parser_ls.cc',
483 'ftp/ftp_directory_listing_parser_ls.h',
484 'ftp/ftp_directory_listing_parser_netware.cc',
485 'ftp/ftp_directory_listing_parser_netware.h',
486 'ftp/ftp_directory_listing_parser_os2.cc',
487 'ftp/ftp_directory_listing_parser_os2.h',
488 'ftp/ftp_directory_listing_parser_vms.cc',
489 'ftp/ftp_directory_listing_parser_vms.h',
490 'ftp/ftp_directory_listing_parser_windows.cc',
491 'ftp/ftp_directory_listing_parser_windows.h',
492 'ftp/ftp_network_layer.cc',
493 'ftp/ftp_network_layer.h',
494 'ftp/ftp_network_session.cc',
495 'ftp/ftp_network_session.h',
496 'ftp/ftp_network_transaction.cc',
497 'ftp/ftp_network_transaction.h',
498 'ftp/ftp_request_info.h',
499 'ftp/ftp_response_info.cc',
500 'ftp/ftp_response_info.h',
501 'ftp/ftp_server_type_histograms.cc',
502 'ftp/ftp_server_type_histograms.h',
503 'ftp/ftp_transaction.h',
504 'ftp/ftp_transaction_factory.h',
505 'ftp/ftp_util.cc',
506 'ftp/ftp_util.h',
507 'http/des.cc',
508 'http/des.h',
509 'http/disk_cache_based_quic_server_info.cc',
510 'http/disk_cache_based_quic_server_info.h',
511 'http/failing_http_transaction_factory.cc',
512 'http/failing_http_transaction_factory.h',
513 'http/http_atom_list.h',
514 'http/http_auth.cc',
515 'http/http_auth.h',
516 'http/http_auth_cache.cc',
517 'http/http_auth_cache.h',
518 'http/http_auth_controller.cc',
519 'http/http_auth_controller.h',
520 'http/http_auth_filter.cc',
521 'http/http_auth_filter.h',
522 'http/http_auth_filter_win.h',
523 'http/http_auth_gssapi_posix.cc',
524 'http/http_auth_gssapi_posix.h',
525 'http/http_auth_handler.cc',
526 'http/http_auth_handler.h',
527 'http/http_auth_handler_basic.cc',
528 'http/http_auth_handler_basic.h',
529 'http/http_auth_handler_digest.cc',
530 'http/http_auth_handler_digest.h',
531 'http/http_auth_handler_factory.cc',
532 'http/http_auth_handler_factory.h',
533 'http/http_auth_handler_negotiate.cc',
534 'http/http_auth_handler_negotiate.h',
535 'http/http_auth_handler_ntlm.cc',
536 'http/http_auth_handler_ntlm.h',
537 'http/http_auth_handler_ntlm_portable.cc',
538 'http/http_auth_handler_ntlm_win.cc',
539 'http/http_auth_sspi_win.cc',
540 'http/http_auth_sspi_win.h',
541 'http/http_basic_state.cc',
542 'http/http_basic_state.h',
543 'http/http_basic_stream.cc',
544 'http/http_basic_stream.h',
545 'http/http_byte_range.cc',
546 'http/http_byte_range.h',
547 'http/http_cache.cc',
548 'http/http_cache.h',
549 'http/http_cache_transaction.cc',
550 'http/http_cache_transaction.h',
551 'http/http_content_disposition.cc',
552 'http/http_content_disposition.h',
553 'http/http_chunked_decoder.cc',
554 'http/http_chunked_decoder.h',
555 'http/http_network_layer.cc',
556 'http/http_network_layer.h',
557 'http/http_network_session.cc',
558 'http/http_network_session.h',
559 'http/http_network_session_peer.cc',
560 'http/http_network_session_peer.h',
561 'http/http_network_transaction.cc',
562 'http/http_network_transaction.h',
563 'http/http_pipelined_connection.h',
564 'http/http_pipelined_connection_impl.cc',
565 'http/http_pipelined_connection_impl.h',
566 'http/http_pipelined_host.cc',
567 'http/http_pipelined_host.h',
568 'http/http_pipelined_host_capability.h',
569 'http/http_pipelined_host_forced.cc',
570 'http/http_pipelined_host_forced.h',
571 'http/http_pipelined_host_impl.cc',
572 'http/http_pipelined_host_impl.h',
573 'http/http_pipelined_host_pool.cc',
574 'http/http_pipelined_host_pool.h',
575 'http/http_pipelined_stream.cc',
576 'http/http_pipelined_stream.h',
577 'http/http_proxy_client_socket.cc',
578 'http/http_proxy_client_socket.h',
579 'http/http_proxy_client_socket_pool.cc',
580 'http/http_proxy_client_socket_pool.h',
581 'http/http_request_headers.cc',
582 'http/http_request_headers.h',
583 'http/http_request_info.cc',
584 'http/http_request_info.h',
585 'http/http_response_body_drainer.cc',
586 'http/http_response_body_drainer.h',
587 'http/http_response_headers.cc',
588 'http/http_response_headers.h',
589 'http/http_response_info.cc',
590 'http/http_response_info.h',
591 'http/http_security_headers.cc',
592 'http/http_security_headers.h',
593 'http/http_server_properties.cc',
594 'http/http_server_properties.h',
595 'http/http_server_properties_impl.cc',
596 'http/http_server_properties_impl.h',
597 'http/http_status_code.cc',
598 'http/http_status_code.h',
599 'http/http_stream.h',
600 'http/http_stream_base.h',
601 'http/http_stream_factory.cc',
602 'http/http_stream_factory.h',
603 'http/http_stream_factory_impl.cc',
604 'http/http_stream_factory_impl.h',
605 'http/http_stream_factory_impl_job.cc',
606 'http/http_stream_factory_impl_job.h',
607 'http/http_stream_factory_impl_request.cc',
608 'http/http_stream_factory_impl_request.h',
609 'http/http_stream_parser.cc',
610 'http/http_stream_parser.h',
611 'http/http_transaction.h',
612 'http/http_transaction_factory.h',
613 'http/http_util.cc',
614 'http/http_util.h',
615 'http/http_util_icu.cc',
616 'http/http_vary_data.cc',
617 'http/http_vary_data.h',
618 'http/http_version.h',
619 'http/md4.cc',
620 'http/md4.h',
621 'http/partial_data.cc',
622 'http/partial_data.h',
623 'http/proxy_client_socket.h',
624 'http/proxy_client_socket.cc',
625 'http/proxy_connect_redirect_http_stream.cc',
626 'http/proxy_connect_redirect_http_stream.h',
627 'http/transport_security_persister.cc',
628 'http/transport_security_persister.h',
629 'http/transport_security_state.cc',
630 'http/transport_security_state.h',
631 'http/transport_security_state_static.h',
632 'http/url_security_manager.cc',
633 'http/url_security_manager.h',
634 'http/url_security_manager_posix.cc',
635 'http/url_security_manager_win.cc',
636 'ocsp/nss_ocsp.cc',
637 'ocsp/nss_ocsp.h',
638 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
639 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
640 'proxy/dhcp_proxy_script_fetcher.cc',
641 'proxy/dhcp_proxy_script_fetcher.h',
642 'proxy/dhcp_proxy_script_fetcher_factory.cc',
643 'proxy/dhcp_proxy_script_fetcher_factory.h',
644 'proxy/dhcp_proxy_script_fetcher_win.cc',
645 'proxy/dhcp_proxy_script_fetcher_win.h',
646 'proxy/dhcpcsvc_init_win.cc',
647 'proxy/dhcpcsvc_init_win.h',
648 'proxy/multi_threaded_proxy_resolver.cc',
649 'proxy/multi_threaded_proxy_resolver.h',
650 'proxy/network_delegate_error_observer.cc',
651 'proxy/network_delegate_error_observer.h',
652 'proxy/polling_proxy_config_service.cc',
653 'proxy/polling_proxy_config_service.h',
654 'proxy/proxy_bypass_rules.cc',
655 'proxy/proxy_bypass_rules.h',
656 'proxy/proxy_config.cc',
657 'proxy/proxy_config.h',
658 'proxy/proxy_config_service.h',
659 'proxy/proxy_config_service_android.cc',
660 'proxy/proxy_config_service_android.h',
661 'proxy/proxy_config_service_fixed.cc',
662 'proxy/proxy_config_service_fixed.h',
663 'proxy/proxy_config_service_ios.cc',
664 'proxy/proxy_config_service_ios.h',
665 'proxy/proxy_config_service_linux.cc',
666 'proxy/proxy_config_service_linux.h',
667 'proxy/proxy_config_service_mac.cc',
668 'proxy/proxy_config_service_mac.h',
669 'proxy/proxy_config_service_win.cc',
670 'proxy/proxy_config_service_win.h',
671 'proxy/proxy_config_source.cc',
672 'proxy/proxy_config_source.h',
673 'proxy/proxy_info.cc',
674 'proxy/proxy_info.h',
675 'proxy/proxy_list.cc',
676 'proxy/proxy_list.h',
677 'proxy/proxy_resolver.h',
678 'proxy/proxy_resolver_error_observer.h',
679 'proxy/proxy_resolver_mac.cc',
680 'proxy/proxy_resolver_mac.h',
681 'proxy/proxy_resolver_script.h',
682 'proxy/proxy_resolver_script_data.cc',
683 'proxy/proxy_resolver_script_data.h',
684 'proxy/proxy_resolver_winhttp.cc',
685 'proxy/proxy_resolver_winhttp.h',
686 'proxy/proxy_retry_info.h',
687 'proxy/proxy_script_decider.cc',
688 'proxy/proxy_script_decider.h',
689 'proxy/proxy_script_fetcher.h',
690 'proxy/proxy_script_fetcher_impl.cc',
691 'proxy/proxy_script_fetcher_impl.h',
692 'proxy/proxy_server.cc',
693 'proxy/proxy_server.h',
694 'proxy/proxy_server_mac.cc',
695 'proxy/proxy_service.cc',
696 'proxy/proxy_service.h',
697 'quic/congestion_control/available_channel_estimator.cc',
698 'quic/congestion_control/available_channel_estimator.h',
699 'quic/congestion_control/channel_estimator.cc',
700 'quic/congestion_control/channel_estimator.h',
701 'quic/congestion_control/cube_root.cc',
702 'quic/congestion_control/cube_root.h',
703 'quic/congestion_control/cubic.cc',
704 'quic/congestion_control/cubic.h',
705 'quic/congestion_control/fix_rate_receiver.cc',
706 'quic/congestion_control/fix_rate_receiver.h',
707 'quic/congestion_control/fix_rate_sender.cc',
708 'quic/congestion_control/fix_rate_sender.h',
709 'quic/congestion_control/hybrid_slow_start.cc',
710 'quic/congestion_control/hybrid_slow_start.h',
711 'quic/congestion_control/inter_arrival_bitrate_ramp_up.cc',
712 'quic/congestion_control/inter_arrival_bitrate_ramp_up.h',
713 'quic/congestion_control/inter_arrival_overuse_detector.cc',
714 'quic/congestion_control/inter_arrival_overuse_detector.h',
715 'quic/congestion_control/inter_arrival_probe.cc',
716 'quic/congestion_control/inter_arrival_probe.h',
717 'quic/congestion_control/inter_arrival_receiver.cc',
718 'quic/congestion_control/inter_arrival_receiver.h',
719 'quic/congestion_control/inter_arrival_sender.cc',
720 'quic/congestion_control/inter_arrival_sender.h',
721 'quic/congestion_control/inter_arrival_state_machine.cc',
722 'quic/congestion_control/inter_arrival_state_machine.h',
723 'quic/congestion_control/leaky_bucket.cc',
724 'quic/congestion_control/leaky_bucket.h',
725 'quic/congestion_control/loss_detection_interface.cc',
726 'quic/congestion_control/loss_detection_interface.h',
727 'quic/congestion_control/paced_sender.cc',
728 'quic/congestion_control/paced_sender.h',
729 'quic/congestion_control/pacing_sender.cc',
730 'quic/congestion_control/pacing_sender.h',
731 'quic/congestion_control/quic_max_sized_map.h',
732 'quic/congestion_control/receive_algorithm_interface.cc',
733 'quic/congestion_control/receive_algorithm_interface.h',
734 'quic/congestion_control/send_algorithm_interface.cc',
735 'quic/congestion_control/send_algorithm_interface.h',
736 'quic/congestion_control/tcp_cubic_sender.cc',
737 'quic/congestion_control/tcp_cubic_sender.h',
738 'quic/congestion_control/tcp_loss_algorithm.cc',
739 'quic/congestion_control/tcp_loss_algorithm.h',
740 'quic/congestion_control/tcp_receiver.cc',
741 'quic/congestion_control/tcp_receiver.h',
742 'quic/congestion_control/time_loss_algorithm.cc',
743 'quic/congestion_control/time_loss_algorithm.h',
744 'quic/crypto/aes_128_gcm_12_decrypter.h',
745 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc',
746 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc',
747 'quic/crypto/aes_128_gcm_12_encrypter.h',
748 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc',
749 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc',
750 'quic/crypto/cert_compressor.cc',
751 'quic/crypto/cert_compressor.h',
752 'quic/crypto/channel_id.cc',
753 'quic/crypto/channel_id.h',
754 'quic/crypto/channel_id_nss.cc',
755 'quic/crypto/channel_id_openssl.cc',
756 'quic/crypto/common_cert_set.cc',
757 'quic/crypto/common_cert_set.h',
758 'quic/crypto/crypto_framer.cc',
759 'quic/crypto/crypto_framer.h',
760 'quic/crypto/crypto_handshake.cc',
761 'quic/crypto/crypto_handshake.h',
762 'quic/crypto/crypto_handshake_message.cc',
763 'quic/crypto/crypto_handshake_message.h',
764 'quic/crypto/crypto_protocol.h',
765 'quic/crypto/crypto_secret_boxer.cc',
766 'quic/crypto/crypto_secret_boxer.h',
767 'quic/crypto/crypto_server_config_protobuf.cc',
768 'quic/crypto/crypto_server_config_protobuf.h',
769 'quic/crypto/crypto_utils.cc',
770 'quic/crypto/crypto_utils.h',
771 'quic/crypto/curve25519_key_exchange.cc',
772 'quic/crypto/curve25519_key_exchange.h',
773 'quic/crypto/ephemeral_key_source.h',
774 'quic/crypto/key_exchange.h',
775 'quic/crypto/local_strike_register_client.cc',
776 'quic/crypto/local_strike_register_client.h',
777 'quic/crypto/null_decrypter.cc',
778 'quic/crypto/null_decrypter.h',
779 'quic/crypto/null_encrypter.cc',
780 'quic/crypto/null_encrypter.h',
781 'quic/crypto/p256_key_exchange.h',
782 'quic/crypto/p256_key_exchange_nss.cc',
783 'quic/crypto/p256_key_exchange_openssl.cc',
784 'quic/crypto/proof_source.h',
785 'quic/crypto/proof_source_chromium.cc',
786 'quic/crypto/proof_source_chromium.h',
787 'quic/crypto/proof_verifier.cc',
788 'quic/crypto/proof_verifier_chromium.cc',
789 'quic/crypto/proof_verifier_chromium.h',
790 'quic/crypto/quic_crypto_client_config.cc',
791 'quic/crypto/quic_crypto_client_config.h',
792 'quic/crypto/quic_crypto_server_config.cc',
793 'quic/crypto/quic_crypto_server_config.h',
794 'quic/crypto/quic_decrypter.cc',
795 'quic/crypto/quic_decrypter.h',
796 'quic/crypto/quic_encrypter.cc',
797 'quic/crypto/quic_encrypter.h',
798 'quic/crypto/quic_random.cc',
799 'quic/crypto/quic_random.h',
800 'quic/crypto/quic_server_info.cc',
801 'quic/crypto/quic_server_info.h',
802 'quic/crypto/scoped_evp_aead_ctx.cc',
803 'quic/crypto/scoped_evp_aead_ctx.h',
804 'quic/crypto/strike_register.cc',
805 'quic/crypto/strike_register.h',
806 'quic/crypto/strike_register_client.h',
807 'quic/crypto/source_address_token.cc',
808 'quic/crypto/source_address_token.h',
809 'quic/iovector.cc',
810 'quic/iovector.h',
811 'quic/port_suggester.cc',
812 'quic/port_suggester.h',
813 'quic/quic_ack_notifier.cc',
814 'quic/quic_ack_notifier.h',
815 'quic/quic_ack_notifier_manager.cc',
816 'quic/quic_ack_notifier_manager.h',
817 'quic/quic_address_mismatch.cc',
818 'quic/quic_address_mismatch.h',
819 'quic/quic_alarm.cc',
820 'quic/quic_alarm.h',
821 'quic/quic_bandwidth.cc',
822 'quic/quic_bandwidth.h',
823 'quic/quic_blocked_writer_interface.h',
824 'quic/quic_client_session.cc',
825 'quic/quic_client_session.h',
826 'quic/quic_clock.cc',
827 'quic/quic_clock.h',
828 'quic/quic_config.cc',
829 'quic/quic_config.h',
830 'quic/quic_connection.cc',
831 'quic/quic_connection.h',
832 'quic/quic_connection_helper.cc',
833 'quic/quic_connection_helper.h',
834 'quic/quic_connection_logger.cc',
835 'quic/quic_connection_logger.h',
836 'quic/quic_connection_stats.cc',
837 'quic/quic_connection_stats.h',
838 'quic/quic_crypto_client_stream.cc',
839 'quic/quic_crypto_client_stream.h',
840 'quic/quic_crypto_client_stream_factory.h',
841 'quic/quic_crypto_server_stream.cc',
842 'quic/quic_crypto_server_stream.h',
843 'quic/quic_crypto_stream.cc',
844 'quic/quic_crypto_stream.h',
845 'quic/quic_data_reader.cc',
846 'quic/quic_data_reader.h',
847 'quic/quic_data_stream.cc',
848 'quic/quic_data_stream.h',
849 'quic/quic_data_writer.cc',
850 'quic/quic_data_writer.h',
851 'quic/quic_default_packet_writer.cc',
852 'quic/quic_default_packet_writer.h',
853 'quic/quic_fec_group.cc',
854 'quic/quic_fec_group.h',
855 'quic/quic_framer.cc',
856 'quic/quic_framer.h',
857 'quic/quic_headers_stream.cc',
858 'quic/quic_headers_stream.h',
859 'quic/quic_http_stream.cc',
860 'quic/quic_http_stream.h',
861 'quic/quic_http_utils.cc',
862 'quic/quic_http_utils.h',
863 'quic/quic_packet_creator.cc',
864 'quic/quic_packet_creator.h',
865 'quic/quic_packet_generator.cc',
866 'quic/quic_packet_generator.h',
867 'quic/quic_packet_writer.h',
868 'quic/quic_protocol.cc',
869 'quic/quic_protocol.h',
870 'quic/quic_received_packet_manager.cc',
871 'quic/quic_received_packet_manager.h',
872 'quic/quic_reliable_client_stream.cc',
873 'quic/quic_reliable_client_stream.h',
874 'quic/quic_sent_entropy_manager.cc',
875 'quic/quic_sent_entropy_manager.h',
876 'quic/quic_sent_packet_manager.cc',
877 'quic/quic_sent_packet_manager.h',
878 'quic/quic_session.cc',
879 'quic/quic_session.h',
880 'quic/quic_socket_address_coder.cc',
881 'quic/quic_socket_address_coder.h',
882 'quic/quic_stream_factory.cc',
883 'quic/quic_stream_factory.h',
884 'quic/quic_stream_sequencer.cc',
885 'quic/quic_stream_sequencer.h',
886 'quic/quic_time.cc',
887 'quic/quic_time.h',
888 'quic/quic_unacked_packet_map.cc',
889 'quic/quic_unacked_packet_map.h',
890 'quic/quic_utils.cc',
891 'quic/quic_utils.h',
892 'quic/quic_utils_chromium.h',
893 'quic/quic_write_blocked_list.cc',
894 'quic/quic_write_blocked_list.h',
895 'quic/reliable_quic_stream.cc',
896 'quic/reliable_quic_stream.h',
897 'quic/spdy_utils.cc',
898 'quic/spdy_utils.h',
899 'socket/buffered_write_stream_socket.cc',
900 'socket/buffered_write_stream_socket.h',
901 'socket/client_socket_factory.cc',
902 'socket/client_socket_factory.h',
903 'socket/client_socket_handle.cc',
904 'socket/client_socket_handle.h',
905 'socket/client_socket_pool.cc',
906 'socket/client_socket_pool.h',
907 'socket/client_socket_pool_base.cc',
908 'socket/client_socket_pool_base.h',
909 'socket/client_socket_pool_histograms.cc',
910 'socket/client_socket_pool_histograms.h',
911 'socket/client_socket_pool_manager.cc',
912 'socket/client_socket_pool_manager.h',
913 'socket/client_socket_pool_manager_impl.cc',
914 'socket/client_socket_pool_manager_impl.h',
915 'socket/next_proto.h',
916 'socket/nss_ssl_util.cc',
917 'socket/nss_ssl_util.h',
918 'socket/server_socket.h',
919 'socket/socket_descriptor.cc',
920 'socket/socket_descriptor.h',
921 'socket/socket_net_log_params.cc',
922 'socket/socket_net_log_params.h',
923 'socket/socket.h',
924 'socket/socks5_client_socket.cc',
925 'socket/socks5_client_socket.h',
926 'socket/socks_client_socket.cc',
927 'socket/socks_client_socket.h',
928 'socket/socks_client_socket_pool.cc',
929 'socket/socks_client_socket_pool.h',
930 'socket/ssl_client_socket.cc',
931 'socket/ssl_client_socket.h',
932 'socket/ssl_client_socket_nss.cc',
933 'socket/ssl_client_socket_nss.h',
934 'socket/ssl_client_socket_openssl.cc',
935 'socket/ssl_client_socket_openssl.h',
936 'socket/ssl_client_socket_pool.cc',
937 'socket/ssl_client_socket_pool.h',
938 'socket/ssl_error_params.cc',
939 'socket/ssl_error_params.h',
940 'socket/ssl_server_socket.h',
941 'socket/ssl_server_socket_nss.cc',
942 'socket/ssl_server_socket_nss.h',
943 'socket/ssl_server_socket_openssl.cc',
944 'socket/ssl_session_cache_openssl.cc',
945 'socket/ssl_session_cache_openssl.h',
946 'socket/ssl_socket.h',
947 'socket/stream_listen_socket.cc',
948 'socket/stream_listen_socket.h',
949 'socket/stream_socket.cc',
950 'socket/stream_socket.h',
951 'socket/tcp_client_socket.cc',
952 'socket/tcp_client_socket.h',
953 'socket/tcp_listen_socket.cc',
954 'socket/tcp_listen_socket.h',
955 'socket/tcp_server_socket.cc',
956 'socket/tcp_server_socket.h',
957 'socket/tcp_socket.cc',
958 'socket/tcp_socket.h',
959 'socket/tcp_socket_nacl.cc',
960 'socket/tcp_socket_nacl.h',
961 'socket/tcp_socket_libevent.cc',
962 'socket/tcp_socket_libevent.h',
963 'socket/tcp_socket_win.cc',
964 'socket/tcp_socket_win.h',
965 'socket/transport_client_socket_pool.cc',
966 'socket/transport_client_socket_pool.h',
967 'socket/unix_domain_socket_posix.cc',
968 'socket/unix_domain_socket_posix.h',
969 'socket_stream/socket_stream.cc',
970 'socket_stream/socket_stream.h',
971 'socket_stream/socket_stream_job.cc',
972 'socket_stream/socket_stream_job.h',
973 'socket_stream/socket_stream_job_manager.cc',
974 'socket_stream/socket_stream_job_manager.h',
975 'socket_stream/socket_stream_metrics.cc',
976 'socket_stream/socket_stream_metrics.h',
977 'spdy/buffered_spdy_framer.cc',
978 'spdy/buffered_spdy_framer.h',
979 'spdy/hpack_constants.cc',
980 'spdy/hpack_constants.h',
981 'spdy/hpack_decoder.cc',
982 'spdy/hpack_decoder.h',
983 'spdy/hpack_encoder.cc',
984 'spdy/hpack_encoder.h',
985 'spdy/hpack_encoding_context.cc',
986 'spdy/hpack_encoding_context.h',
987 'spdy/hpack_entry.cc',
988 'spdy/hpack_entry.h',
989 'spdy/hpack_header_table.cc',
990 'spdy/hpack_header_table.h',
991 'spdy/hpack_huffman_table.cc',
992 'spdy/hpack_huffman_table.h',
993 'spdy/hpack_input_stream.cc',
994 'spdy/hpack_input_stream.h',
995 'spdy/hpack_output_stream.cc',
996 'spdy/hpack_output_stream.h',
997 'spdy/hpack_string_util.cc',
998 'spdy/hpack_string_util.h',
999 'spdy/spdy_bitmasks.h',
1000 'spdy/spdy_buffer.cc',
1001 'spdy/spdy_buffer.h',
1002 'spdy/spdy_buffer_producer.cc',
1003 'spdy/spdy_buffer_producer.h',
1004 'spdy/spdy_frame_builder.cc',
1005 'spdy/spdy_frame_builder.h',
1006 'spdy/spdy_frame_reader.cc',
1007 'spdy/spdy_frame_reader.h',
1008 'spdy/spdy_framer.cc',
1009 'spdy/spdy_framer.h',
1010 'spdy/spdy_header_block.cc',
1011 'spdy/spdy_header_block.h',
1012 'spdy/spdy_headers_block_parser.cc',
1013 'spdy/spdy_headers_block_parser.h',
1014 'spdy/spdy_http_stream.cc',
1015 'spdy/spdy_http_stream.h',
1016 'spdy/spdy_http_utils.cc',
1017 'spdy/spdy_http_utils.h',
1018 'spdy/spdy_pinnable_buffer_piece.cc',
1019 'spdy/spdy_pinnable_buffer_piece.h',
1020 'spdy/spdy_prefixed_buffer_reader.cc',
1021 'spdy/spdy_prefixed_buffer_reader.h',
1022 'spdy/spdy_priority_forest.h',
1023 'spdy/spdy_protocol.cc',
1024 'spdy/spdy_protocol.h',
1025 'spdy/spdy_proxy_client_socket.cc',
1026 'spdy/spdy_proxy_client_socket.h',
1027 'spdy/spdy_read_queue.cc',
1028 'spdy/spdy_read_queue.h',
1029 'spdy/spdy_session.cc',
1030 'spdy/spdy_session.h',
1031 'spdy/spdy_session_key.cc',
1032 'spdy/spdy_session_key.h',
1033 'spdy/spdy_session_pool.cc',
1034 'spdy/spdy_session_pool.h',
1035 'spdy/spdy_stream.cc',
1036 'spdy/spdy_stream.h',
1037 'spdy/spdy_websocket_stream.cc',
1038 'spdy/spdy_websocket_stream.h',
1039 'spdy/spdy_write_queue.cc',
1040 'spdy/spdy_write_queue.h',
1041 'spdy/write_blocked_list.h',
1042 'ssl/client_cert_store.h',
1043 'ssl/client_cert_store_chromeos.cc',
1044 'ssl/client_cert_store_chromeos.h',
1045 'ssl/client_cert_store_mac.cc',
1046 'ssl/client_cert_store_mac.h',
1047 'ssl/client_cert_store_nss.cc',
1048 'ssl/client_cert_store_nss.h',
1049 'ssl/client_cert_store_win.cc',
1050 'ssl/client_cert_store_win.h',
1051 'ssl/default_server_bound_cert_store.cc',
1052 'ssl/default_server_bound_cert_store.h',
1053 'ssl/openssl_client_key_store.cc',
1054 'ssl/openssl_client_key_store.h',
1055 'ssl/server_bound_cert_service.cc',
1056 'ssl/server_bound_cert_service.h',
1057 'ssl/server_bound_cert_store.cc',
1058 'ssl/server_bound_cert_store.h',
1059 'ssl/signed_certificate_timestamp_and_status.cc',
1060 'ssl/signed_certificate_timestamp_and_status.h',
1061 'ssl/ssl_cert_request_info.cc',
1062 'ssl/ssl_cert_request_info.h',
1063 'ssl/ssl_cipher_suite_names.cc',
1064 'ssl/ssl_cipher_suite_names.h',
1065 'ssl/ssl_client_auth_cache.cc',
1066 'ssl/ssl_client_auth_cache.h',
1067 'ssl/ssl_client_cert_type.h',
1068 'ssl/ssl_config_service.cc',
1069 'ssl/ssl_config_service.h',
1070 'ssl/ssl_config_service_defaults.cc',
1071 'ssl/ssl_config_service_defaults.h',
1072 'ssl/ssl_info.cc',
1073 'ssl/ssl_info.h',
1074 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1075 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1076 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1077 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1078 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
1079 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
1080 'udp/datagram_client_socket.h',
1081 'udp/datagram_server_socket.h',
1082 'udp/datagram_socket.h',
1083 'udp/udp_client_socket.cc',
1084 'udp/udp_client_socket.h',
1085 'udp/udp_net_log_parameters.cc',
1086 'udp/udp_net_log_parameters.h',
1087 'udp/udp_server_socket.cc',
1088 'udp/udp_server_socket.h',
1089 'udp/udp_socket.h',
1090 'udp/udp_socket_libevent.cc',
1091 'udp/udp_socket_libevent.h',
1092 'udp/udp_socket_nacl.cc',
1093 'udp/udp_socket_nacl.h',
1094 'udp/udp_socket_win.cc',
1095 'udp/udp_socket_win.h',
1096 'url_request/data_protocol_handler.cc',
1097 'url_request/data_protocol_handler.h',
1098 'url_request/file_protocol_handler.cc',
1099 'url_request/file_protocol_handler.h',
1100 'url_request/fraudulent_certificate_reporter.h',
1101 'url_request/ftp_protocol_handler.cc',
1102 'url_request/ftp_protocol_handler.h',
1103 'url_request/http_user_agent_settings.h',
1104 'url_request/protocol_intercept_job_factory.cc',
1105 'url_request/protocol_intercept_job_factory.h',
1106 'url_request/static_http_user_agent_settings.cc',
1107 'url_request/static_http_user_agent_settings.h',
1108 'url_request/url_fetcher.cc',
1109 'url_request/url_fetcher.h',
1110 'url_request/url_fetcher_core.cc',
1111 'url_request/url_fetcher_core.h',
1112 'url_request/url_fetcher_delegate.cc',
1113 'url_request/url_fetcher_delegate.h',
1114 'url_request/url_fetcher_factory.h',
1115 'url_request/url_fetcher_impl.cc',
1116 'url_request/url_fetcher_impl.h',
1117 'url_request/url_fetcher_response_writer.cc',
1118 'url_request/url_fetcher_response_writer.h',
1119 'url_request/url_range_request_job.cc',
1120 'url_request/url_range_request_job.h',
1121 'url_request/url_request.cc',
1122 'url_request/url_request.h',
1123 'url_request/url_request_about_job.cc',
1124 'url_request/url_request_about_job.h',
1125 'url_request/url_request_context.cc',
1126 'url_request/url_request_context.h',
1127 'url_request/url_request_context_builder.cc',
1128 'url_request/url_request_context_builder.h',
1129 'url_request/url_request_context_getter.cc',
1130 'url_request/url_request_context_getter.h',
1131 'url_request/url_request_context_storage.cc',
1132 'url_request/url_request_context_storage.h',
1133 'url_request/url_request_data_job.cc',
1134 'url_request/url_request_data_job.h',
1135 'url_request/url_request_error_job.cc',
1136 'url_request/url_request_error_job.h',
1137 'url_request/url_request_file_dir_job.cc',
1138 'url_request/url_request_file_dir_job.h',
1139 'url_request/url_request_file_job.cc',
1140 'url_request/url_request_file_job.h',
1141 'url_request/url_request_filter.cc',
1142 'url_request/url_request_filter.h',
1143 'url_request/url_request_ftp_job.cc',
1144 'url_request/url_request_ftp_job.h',
1145 'url_request/url_request_http_job.cc',
1146 'url_request/url_request_http_job.h',
1147 'url_request/url_request_job.cc',
1148 'url_request/url_request_job.h',
1149 'url_request/url_request_job_factory.cc',
1150 'url_request/url_request_job_factory.h',
1151 'url_request/url_request_job_factory_impl.cc',
1152 'url_request/url_request_job_factory_impl.h',
1153 'url_request/url_request_job_manager.cc',
1154 'url_request/url_request_job_manager.h',
1155 'url_request/url_request_netlog_params.cc',
1156 'url_request/url_request_netlog_params.h',
1157 'url_request/url_request_redirect_job.cc',
1158 'url_request/url_request_redirect_job.h',
1159 'url_request/url_request_simple_job.cc',
1160 'url_request/url_request_simple_job.h',
1161 'url_request/url_request_status.h',
1162 'url_request/url_request_test_job.cc',
1163 'url_request/url_request_test_job.h',
1164 'url_request/url_request_throttler_entry.cc',
1165 'url_request/url_request_throttler_entry.h',
1166 'url_request/url_request_throttler_entry_interface.h',
1167 'url_request/url_request_throttler_header_adapter.cc',
1168 'url_request/url_request_throttler_header_adapter.h',
1169 'url_request/url_request_throttler_header_interface.h',
1170 'url_request/url_request_throttler_manager.cc',
1171 'url_request/url_request_throttler_manager.h',
1172 'url_request/view_cache_helper.cc',
1173 'url_request/view_cache_helper.h',
1174 'url_request/websocket_handshake_userdata_key.cc',
1175 'url_request/websocket_handshake_userdata_key.h',
1176 'websockets/websocket_basic_handshake_stream.cc',
1177 'websockets/websocket_basic_handshake_stream.h',
1178 'websockets/websocket_basic_stream.cc',
1179 'websockets/websocket_basic_stream.h',
1180 'websockets/websocket_channel.cc',
1181 'websockets/websocket_channel.h',
1182 'websockets/websocket_deflate_predictor.h',
1183 'websockets/websocket_deflate_predictor_impl.cc',
1184 'websockets/websocket_deflate_predictor_impl.h',
1185 'websockets/websocket_deflate_stream.cc',
1186 'websockets/websocket_deflate_stream.h',
1187 'websockets/websocket_deflater.cc',
1188 'websockets/websocket_deflater.h',
1189 'websockets/websocket_errors.cc',
1190 'websockets/websocket_errors.h',
1191 'websockets/websocket_extension.cc',
1192 'websockets/websocket_extension.h',
1193 'websockets/websocket_extension_parser.cc',
1194 'websockets/websocket_extension_parser.h',
1195 'websockets/websocket_frame.cc',
1196 'websockets/websocket_frame.h',
1197 'websockets/websocket_frame_parser.cc',
1198 'websockets/websocket_frame_parser.h',
1199 'websockets/websocket_handshake_constants.cc',
1200 'websockets/websocket_handshake_constants.h',
1201 'websockets/websocket_handshake_handler.cc',
1202 'websockets/websocket_handshake_handler.h',
1203 'websockets/websocket_handshake_request_info.cc',
1204 'websockets/websocket_handshake_request_info.h',
1205 'websockets/websocket_handshake_response_info.cc',
1206 'websockets/websocket_handshake_response_info.h',
1207 'websockets/websocket_handshake_stream_base.h',
1208 'websockets/websocket_handshake_stream_create_helper.cc',
1209 'websockets/websocket_handshake_stream_create_helper.h',
1210 'websockets/websocket_inflater.cc',
1211 'websockets/websocket_inflater.h',
1212 'websockets/websocket_job.cc',
1213 'websockets/websocket_job.h',
1214 'websockets/websocket_mux.h',
1215 'websockets/websocket_net_log_params.cc',
1216 'websockets/websocket_net_log_params.h',
1217 'websockets/websocket_stream.cc',
1218 'websockets/websocket_stream.h',
1219 'websockets/websocket_throttle.cc',
1220 'websockets/websocket_throttle.h',
1221 ],
1222 }
1223 }
OLDNEW
« net/cert/crl_set.cc ('K') | « net/net.gyp ('k') | net/net_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698