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

Side by Side Diff: net/net.gypi

Issue 1335423002: net: Remove 'libevent' from filenames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 years, 3 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
« no previous file with comments | « net/BUILD.gn ('k') | net/net_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'socket/ssl_client_socket.h', 156 'socket/ssl_client_socket.h',
157 'socket/ssl_client_socket_openssl.cc', 157 'socket/ssl_client_socket_openssl.cc',
158 'socket/ssl_client_socket_openssl.h', 158 'socket/ssl_client_socket_openssl.h',
159 'socket/ssl_client_socket_pool.cc', 159 'socket/ssl_client_socket_pool.cc',
160 'socket/ssl_client_socket_pool.h', 160 'socket/ssl_client_socket_pool.h',
161 'socket/ssl_socket.h', 161 'socket/ssl_socket.h',
162 'ssl/channel_id_service.cc', 162 'ssl/channel_id_service.cc',
163 'ssl/channel_id_service.h', 163 'ssl/channel_id_service.h',
164 'ssl/channel_id_store.cc', 164 'ssl/channel_id_store.cc',
165 'ssl/channel_id_store.h', 165 'ssl/channel_id_store.h',
166 'ssl/client_key_store.cc',
167 'ssl/client_key_store.h',
166 'ssl/default_channel_id_store.cc', 168 'ssl/default_channel_id_store.cc',
167 'ssl/default_channel_id_store.h', 169 'ssl/default_channel_id_store.h',
168 'ssl/openssl_client_key_store.cc', 170 'ssl/openssl_client_key_store.cc',
169 'ssl/openssl_client_key_store.h', 171 'ssl/openssl_client_key_store.h',
170 'ssl/client_key_store.cc',
171 'ssl/client_key_store.h',
172 'ssl/openssl_ssl_util.cc', 172 'ssl/openssl_ssl_util.cc',
173 'ssl/openssl_ssl_util.h', 173 'ssl/openssl_ssl_util.h',
174 'ssl/signed_certificate_timestamp_and_status.cc', 174 'ssl/signed_certificate_timestamp_and_status.cc',
175 'ssl/signed_certificate_timestamp_and_status.h', 175 'ssl/signed_certificate_timestamp_and_status.h',
176 'ssl/ssl_cert_request_info.cc', 176 'ssl/ssl_cert_request_info.cc',
177 'ssl/ssl_cert_request_info.h', 177 'ssl/ssl_cert_request_info.h',
178 'ssl/ssl_cipher_suite_names.cc', 178 'ssl/ssl_cipher_suite_names.cc',
179 'ssl/ssl_cipher_suite_names.h', 179 'ssl/ssl_cipher_suite_names.h',
180 'ssl/ssl_client_auth_cache.cc', 180 'ssl/ssl_client_auth_cache.cc',
181 'ssl/ssl_client_auth_cache.h', 181 'ssl/ssl_client_auth_cache.h',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'base/network_change_notifier.h', 478 'base/network_change_notifier.h',
479 'base/network_change_notifier_factory.h', 479 'base/network_change_notifier_factory.h',
480 'base/network_change_notifier_linux.cc', 480 'base/network_change_notifier_linux.cc',
481 'base/network_change_notifier_linux.h', 481 'base/network_change_notifier_linux.h',
482 'base/network_change_notifier_mac.cc', 482 'base/network_change_notifier_mac.cc',
483 'base/network_change_notifier_mac.h', 483 'base/network_change_notifier_mac.h',
484 'base/network_change_notifier_win.cc', 484 'base/network_change_notifier_win.cc',
485 'base/network_change_notifier_win.h', 485 'base/network_change_notifier_win.h',
486 'base/network_config_watcher_mac.cc', 486 'base/network_config_watcher_mac.cc',
487 'base/network_config_watcher_mac.h', 487 'base/network_config_watcher_mac.h',
488 'base/network_interfaces_linux.cc',
489 'base/network_interfaces_mac.cc',
490 'base/network_interfaces_win.cc',
491 'base/network_delegate.cc', 488 'base/network_delegate.cc',
492 'base/network_delegate.h', 489 'base/network_delegate.h',
493 'base/network_delegate_impl.cc', 490 'base/network_delegate_impl.cc',
494 'base/network_delegate_impl.h', 491 'base/network_delegate_impl.h',
492 'base/network_interfaces_linux.cc',
493 'base/network_interfaces_mac.cc',
494 'base/network_interfaces_win.cc',
495 'base/network_quality_estimator.cc', 495 'base/network_quality_estimator.cc',
496 'base/network_quality_estimator.h', 496 'base/network_quality_estimator.h',
497 'base/nss_memio.c', 497 'base/nss_memio.c',
498 'base/nss_memio.h', 498 'base/nss_memio.h',
499 'base/platform_mime_util.h', 499 'base/platform_mime_util.h',
500 'base/platform_mime_util_linux.cc', 500 'base/platform_mime_util_linux.cc',
501 'base/platform_mime_util_mac.mm', 501 'base/platform_mime_util_mac.mm',
502 'base/platform_mime_util_win.cc', 502 'base/platform_mime_util_win.cc',
503 'base/prioritized_dispatcher.cc', 503 'base/prioritized_dispatcher.cc',
504 'base/prioritized_dispatcher.h', 504 'base/prioritized_dispatcher.h',
(...skipping 14 matching lines...) Expand all
519 'base/socket_performance_watcher.h', 519 'base/socket_performance_watcher.h',
520 'base/socket_performance_watcher_factory.h', 520 'base/socket_performance_watcher_factory.h',
521 'base/static_cookie_policy.cc', 521 'base/static_cookie_policy.cc',
522 'base/static_cookie_policy.h', 522 'base/static_cookie_policy.h',
523 'base/test_data_stream.cc', 523 'base/test_data_stream.cc',
524 'base/test_data_stream.h', 524 'base/test_data_stream.h',
525 'base/upload_bytes_element_reader.cc', 525 'base/upload_bytes_element_reader.cc',
526 'base/upload_bytes_element_reader.h', 526 'base/upload_bytes_element_reader.h',
527 'base/upload_data_stream.cc', 527 'base/upload_data_stream.cc',
528 'base/upload_data_stream.h', 528 'base/upload_data_stream.h',
529 'base/upload_disk_cache_entry_element_reader.cc',
530 'base/upload_disk_cache_entry_element_reader.h',
529 'base/upload_element_reader.cc', 531 'base/upload_element_reader.cc',
530 'base/upload_element_reader.h', 532 'base/upload_element_reader.h',
531 'base/upload_disk_cache_entry_element_reader.cc',
532 'base/upload_disk_cache_entry_element_reader.h',
533 'base/upload_file_element_reader.cc', 533 'base/upload_file_element_reader.cc',
534 'base/upload_file_element_reader.h', 534 'base/upload_file_element_reader.h',
535 'base/upload_progress.h', 535 'base/upload_progress.h',
536 'base/url_util.cc', 536 'base/url_util.cc',
537 'base/url_util.h', 537 'base/url_util.h',
538 'base/winsock_init.cc', 538 'base/winsock_init.cc',
539 'base/winsock_init.h', 539 'base/winsock_init.h',
540 'base/winsock_util.cc', 540 'base/winsock_util.cc',
541 'base/winsock_util.h', 541 'base/winsock_util.h',
542 'cert/cert_database_android.cc', 542 'cert/cert_database_android.cc',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 'disk_cache/simple/simple_backend_impl.cc', 713 'disk_cache/simple/simple_backend_impl.cc',
714 'disk_cache/simple/simple_backend_impl.h', 714 'disk_cache/simple/simple_backend_impl.h',
715 'disk_cache/simple/simple_backend_version.h', 715 'disk_cache/simple/simple_backend_version.h',
716 'disk_cache/simple/simple_entry_format.cc', 716 'disk_cache/simple/simple_entry_format.cc',
717 'disk_cache/simple/simple_entry_format.h', 717 'disk_cache/simple/simple_entry_format.h',
718 'disk_cache/simple/simple_entry_format_history.h', 718 'disk_cache/simple/simple_entry_format_history.h',
719 'disk_cache/simple/simple_entry_impl.cc', 719 'disk_cache/simple/simple_entry_impl.cc',
720 'disk_cache/simple/simple_entry_impl.h', 720 'disk_cache/simple/simple_entry_impl.h',
721 'disk_cache/simple/simple_entry_operation.cc', 721 'disk_cache/simple/simple_entry_operation.cc',
722 'disk_cache/simple/simple_entry_operation.h', 722 'disk_cache/simple/simple_entry_operation.h',
723 'log/write_to_file_net_log_observer.cc',
724 'log/write_to_file_net_log_observer.h',
725 'log/net_log_util.cc', 723 'log/net_log_util.cc',
726 'log/net_log_util.h', 724 'log/net_log_util.h',
727 'log/trace_net_log_observer.cc', 725 'log/trace_net_log_observer.cc',
728 'log/trace_net_log_observer.h', 726 'log/trace_net_log_observer.h',
727 'log/write_to_file_net_log_observer.cc',
728 'log/write_to_file_net_log_observer.h',
729 'disk_cache/simple/simple_histogram_macros.h' , 729 'disk_cache/simple/simple_histogram_macros.h' ,
730 'cert_net/nss_ocsp.cc', 730 'cert_net/nss_ocsp.cc',
731 'cert_net/nss_ocsp.h', 731 'cert_net/nss_ocsp.h',
732 'disk_cache/simple/simple_index.cc', 732 'disk_cache/simple/simple_index.cc',
733 'disk_cache/simple/simple_index.h', 733 'disk_cache/simple/simple_index.h',
734 'disk_cache/simple/simple_index_delegate.h', 734 'disk_cache/simple/simple_index_delegate.h',
735 'disk_cache/simple/simple_index_file.cc', 735 'disk_cache/simple/simple_index_file.cc',
736 'disk_cache/simple/simple_index_file.h', 736 'disk_cache/simple/simple_index_file.h',
737 'disk_cache/simple/simple_index_file_posix.cc', 737 'disk_cache/simple/simple_index_file_posix.cc',
738 'disk_cache/simple/simple_index_file_win.cc', 738 'disk_cache/simple/simple_index_file_win.cc',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 'socket/client_socket_pool_manager.cc', 1004 'socket/client_socket_pool_manager.cc',
1005 'socket/client_socket_pool_manager.h', 1005 'socket/client_socket_pool_manager.h',
1006 'socket/client_socket_pool_manager_impl.cc', 1006 'socket/client_socket_pool_manager_impl.cc',
1007 'socket/client_socket_pool_manager_impl.h', 1007 'socket/client_socket_pool_manager_impl.h',
1008 'socket/nss_ssl_util.cc', 1008 'socket/nss_ssl_util.cc',
1009 'socket/nss_ssl_util.h', 1009 'socket/nss_ssl_util.h',
1010 'socket/server_socket.cc', 1010 'socket/server_socket.cc',
1011 'socket/server_socket.h', 1011 'socket/server_socket.h',
1012 'socket/socket_descriptor.cc', 1012 'socket/socket_descriptor.cc',
1013 'socket/socket_descriptor.h', 1013 'socket/socket_descriptor.h',
1014 'socket/socket_libevent.cc',
1015 'socket/socket_libevent.h',
1016 'socket/socket_net_log_params.cc', 1014 'socket/socket_net_log_params.cc',
1017 'socket/socket_net_log_params.h', 1015 'socket/socket_net_log_params.h',
1016 'socket/socket_posix.cc',
1017 'socket/socket_posix.h',
1018 'socket/socks5_client_socket.cc', 1018 'socket/socks5_client_socket.cc',
1019 'socket/socks5_client_socket.h', 1019 'socket/socks5_client_socket.h',
1020 'socket/socks_client_socket.cc', 1020 'socket/socks_client_socket.cc',
1021 'socket/socks_client_socket.h', 1021 'socket/socks_client_socket.h',
1022 'socket/socks_client_socket_pool.cc', 1022 'socket/socks_client_socket_pool.cc',
1023 'socket/socks_client_socket_pool.h', 1023 'socket/socks_client_socket_pool.h',
1024 'socket/ssl_client_socket_nss.cc', 1024 'socket/ssl_client_socket_nss.cc',
1025 'socket/ssl_client_socket_nss.h', 1025 'socket/ssl_client_socket_nss.h',
1026 'socket/ssl_server_socket.h', 1026 'socket/ssl_server_socket.h',
1027 'socket/ssl_server_socket_nss.cc', 1027 'socket/ssl_server_socket_nss.cc',
1028 'socket/ssl_server_socket_nss.h', 1028 'socket/ssl_server_socket_nss.h',
1029 'socket/ssl_server_socket_openssl.cc', 1029 'socket/ssl_server_socket_openssl.cc',
1030 'socket/ssl_server_socket_openssl.h', 1030 'socket/ssl_server_socket_openssl.h',
1031 'socket/stream_socket.cc', 1031 'socket/stream_socket.cc',
1032 'socket/stream_socket.h', 1032 'socket/stream_socket.h',
1033 'socket/tcp_client_socket.cc', 1033 'socket/tcp_client_socket.cc',
1034 'socket/tcp_client_socket.h', 1034 'socket/tcp_client_socket.h',
1035 'socket/tcp_server_socket.cc', 1035 'socket/tcp_server_socket.cc',
1036 'socket/tcp_server_socket.h', 1036 'socket/tcp_server_socket.h',
1037 'socket/tcp_socket.h', 1037 'socket/tcp_socket.h',
1038 'socket/tcp_socket_libevent.cc', 1038 'socket/tcp_socket_posix.cc',
1039 'socket/tcp_socket_libevent.h', 1039 'socket/tcp_socket_posix.h',
1040 'socket/tcp_socket_win.cc', 1040 'socket/tcp_socket_win.cc',
1041 'socket/tcp_socket_win.h', 1041 'socket/tcp_socket_win.h',
1042 'socket/transport_client_socket_pool.cc', 1042 'socket/transport_client_socket_pool.cc',
1043 'socket/transport_client_socket_pool.h', 1043 'socket/transport_client_socket_pool.h',
1044 'socket/unix_domain_client_socket_posix.cc', 1044 'socket/unix_domain_client_socket_posix.cc',
1045 'socket/unix_domain_client_socket_posix.h', 1045 'socket/unix_domain_client_socket_posix.h',
1046 'socket/unix_domain_server_socket_posix.cc', 1046 'socket/unix_domain_server_socket_posix.cc',
1047 'socket/unix_domain_server_socket_posix.h', 1047 'socket/unix_domain_server_socket_posix.h',
1048 'socket/websocket_endpoint_lock_manager.cc', 1048 'socket/websocket_endpoint_lock_manager.cc',
1049 'socket/websocket_endpoint_lock_manager.h', 1049 'socket/websocket_endpoint_lock_manager.h',
(...skipping 18 matching lines...) Expand all
1068 'spdy/hpack/hpack_huffman_table.cc', 1068 'spdy/hpack/hpack_huffman_table.cc',
1069 'spdy/hpack/hpack_huffman_table.h', 1069 'spdy/hpack/hpack_huffman_table.h',
1070 'spdy/hpack/hpack_input_stream.cc', 1070 'spdy/hpack/hpack_input_stream.cc',
1071 'spdy/hpack/hpack_input_stream.h', 1071 'spdy/hpack/hpack_input_stream.h',
1072 'spdy/hpack/hpack_output_stream.cc', 1072 'spdy/hpack/hpack_output_stream.cc',
1073 'spdy/hpack/hpack_output_stream.h', 1073 'spdy/hpack/hpack_output_stream.h',
1074 'spdy/hpack/hpack_static_table.cc', 1074 'spdy/hpack/hpack_static_table.cc',
1075 'spdy/hpack/hpack_static_table.h', 1075 'spdy/hpack/hpack_static_table.h',
1076 'spdy/hpack/hpack_string_util.cc', 1076 'spdy/hpack/hpack_string_util.cc',
1077 'spdy/hpack/hpack_string_util.h', 1077 'spdy/hpack/hpack_string_util.h',
1078 'spdy/spdy_alt_svc_wire_format.cc',
1079 'spdy/spdy_alt_svc_wire_format.h',
1078 'spdy/spdy_bitmasks.h', 1080 'spdy/spdy_bitmasks.h',
1079 'spdy/spdy_alt_svc_wire_format.h',
1080 'spdy/spdy_alt_svc_wire_format.cc',
1081 'spdy/spdy_buffer.cc', 1081 'spdy/spdy_buffer.cc',
1082 'spdy/spdy_buffer.h', 1082 'spdy/spdy_buffer.h',
1083 'spdy/spdy_buffer_producer.cc', 1083 'spdy/spdy_buffer_producer.cc',
1084 'spdy/spdy_buffer_producer.h', 1084 'spdy/spdy_buffer_producer.h',
1085 'spdy/spdy_frame_builder.cc', 1085 'spdy/spdy_frame_builder.cc',
1086 'spdy/spdy_frame_builder.h', 1086 'spdy/spdy_frame_builder.h',
1087 'spdy/spdy_frame_reader.cc', 1087 'spdy/spdy_frame_reader.cc',
1088 'spdy/spdy_frame_reader.h', 1088 'spdy/spdy_frame_reader.h',
1089 'spdy/spdy_framer.cc', 1089 'spdy/spdy_framer.cc',
1090 'spdy/spdy_framer.h', 1090 'spdy/spdy_framer.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 'ssl/client_cert_store_nss.h', 1125 'ssl/client_cert_store_nss.h',
1126 'ssl/client_cert_store_win.cc', 1126 'ssl/client_cert_store_win.cc',
1127 'ssl/client_cert_store_win.h', 1127 'ssl/client_cert_store_win.h',
1128 'ssl/ssl_config_service_defaults.cc', 1128 'ssl/ssl_config_service_defaults.cc',
1129 'ssl/ssl_config_service_defaults.h', 1129 'ssl/ssl_config_service_defaults.h',
1130 'ssl/ssl_platform_key.h', 1130 'ssl/ssl_platform_key.h',
1131 'ssl/ssl_platform_key_android.cc', 1131 'ssl/ssl_platform_key_android.cc',
1132 'ssl/ssl_platform_key_mac.cc', 1132 'ssl/ssl_platform_key_mac.cc',
1133 'ssl/ssl_platform_key_nss.cc', 1133 'ssl/ssl_platform_key_nss.cc',
1134 'ssl/ssl_platform_key_win.cc', 1134 'ssl/ssl_platform_key_win.cc',
1135 'ssl/threaded_ssl_private_key.cc',
1135 'ssl/threaded_ssl_private_key.h', 1136 'ssl/threaded_ssl_private_key.h',
1136 'ssl/threaded_ssl_private_key.cc',
1137 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 1137 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1138 'third_party/mozilla_security_manager/nsKeygenHandler.h', 1138 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1139 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 1139 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1140 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 1140 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1141 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 1141 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
1142 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 1142 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
1143 'udp/datagram_client_socket.h', 1143 'udp/datagram_client_socket.h',
1144 'udp/datagram_server_socket.h', 1144 'udp/datagram_server_socket.h',
1145 'udp/datagram_socket.h', 1145 'udp/datagram_socket.h',
1146 'udp/udp_client_socket.cc', 1146 'udp/udp_client_socket.cc',
1147 'udp/udp_client_socket.h', 1147 'udp/udp_client_socket.h',
1148 'udp/udp_net_log_parameters.cc', 1148 'udp/udp_net_log_parameters.cc',
1149 'udp/udp_net_log_parameters.h', 1149 'udp/udp_net_log_parameters.h',
1150 'udp/udp_server_socket.cc', 1150 'udp/udp_server_socket.cc',
1151 'udp/udp_server_socket.h', 1151 'udp/udp_server_socket.h',
1152 'udp/udp_socket.h', 1152 'udp/udp_socket.h',
1153 'udp/udp_socket_libevent.cc', 1153 'udp/udp_socket_posix.cc',
1154 'udp/udp_socket_libevent.h', 1154 'udp/udp_socket_posix.h',
1155 'udp/udp_socket_win.cc', 1155 'udp/udp_socket_win.cc',
1156 'udp/udp_socket_win.h', 1156 'udp/udp_socket_win.h',
1157 'url_request/certificate_report_sender.cc', 1157 'url_request/certificate_report_sender.cc',
1158 'url_request/certificate_report_sender.h', 1158 'url_request/certificate_report_sender.h',
1159 'url_request/data_protocol_handler.cc', 1159 'url_request/data_protocol_handler.cc',
1160 'url_request/data_protocol_handler.h', 1160 'url_request/data_protocol_handler.h',
1161 'url_request/http_user_agent_settings.h', 1161 'url_request/http_user_agent_settings.h',
1162 'url_request/redirect_info.cc', 1162 'url_request/redirect_info.cc',
1163 'url_request/redirect_info.h', 1163 'url_request/redirect_info.h',
1164 'url_request/sdch_dictionary_fetcher.cc', 1164 'url_request/sdch_dictionary_fetcher.cc',
1165 'url_request/sdch_dictionary_fetcher.h', 1165 'url_request/sdch_dictionary_fetcher.h',
1166 'url_request/static_http_user_agent_settings.cc', 1166 'url_request/static_http_user_agent_settings.cc',
1167 'url_request/static_http_user_agent_settings.h', 1167 'url_request/static_http_user_agent_settings.h',
1168 'url_request/url_fetcher.cc', 1168 'url_request/url_fetcher.cc',
1169 'url_request/url_fetcher.h', 1169 'url_request/url_fetcher.h',
1170 'url_request/url_fetcher_core.cc', 1170 'url_request/url_fetcher_core.cc',
1171 'url_request/url_fetcher_core.h', 1171 'url_request/url_fetcher_core.h',
1172 'url_request/url_fetcher_delegate.cc', 1172 'url_request/url_fetcher_delegate.cc',
1173 'url_request/url_fetcher_delegate.h', 1173 'url_request/url_fetcher_delegate.h',
1174 'url_request/url_fetcher_factory.h', 1174 'url_request/url_fetcher_factory.h',
1175 'url_request/url_fetcher_impl.cc', 1175 'url_request/url_fetcher_impl.cc',
1176 'url_request/url_fetcher_impl.h', 1176 'url_request/url_fetcher_impl.h',
1177 'url_request/url_fetcher_response_writer.cc', 1177 'url_request/url_fetcher_response_writer.cc',
1178 'url_request/url_fetcher_response_writer.h', 1178 'url_request/url_fetcher_response_writer.h',
1179 'url_request/url_range_request_job.cc', 1179 'url_request/url_range_request_job.cc',
1180 'url_request/url_range_request_job.h', 1180 'url_request/url_range_request_job.h',
1181 'url_request/url_request.cc', 1181 'url_request/url_request.cc',
1182 'url_request/url_request.h', 1182 'url_request/url_request.h',
1183 'url_request/url_request_backoff_manager.cc',
1184 'url_request/url_request_backoff_manager.h',
1183 'url_request/url_request_context.cc', 1185 'url_request/url_request_context.cc',
1184 'url_request/url_request_context.h', 1186 'url_request/url_request_context.h',
1185 'url_request/url_request_context_builder.cc', 1187 'url_request/url_request_context_builder.cc',
1186 'url_request/url_request_context_builder.h', 1188 'url_request/url_request_context_builder.h',
1187 'url_request/url_request_context_getter.cc', 1189 'url_request/url_request_context_getter.cc',
1188 'url_request/url_request_context_getter.h', 1190 'url_request/url_request_context_getter.h',
1189 'url_request/url_request_context_getter_observer.h', 1191 'url_request/url_request_context_getter_observer.h',
1190 'url_request/url_request_context_storage.cc', 1192 'url_request/url_request_context_storage.cc',
1191 'url_request/url_request_context_storage.h', 1193 'url_request/url_request_context_storage.h',
1192 'url_request/url_request_data_job.cc', 1194 'url_request/url_request_data_job.cc',
(...skipping 24 matching lines...) Expand all
1217 'url_request/url_request_simple_job.h', 1219 'url_request/url_request_simple_job.h',
1218 'url_request/url_request_status.cc', 1220 'url_request/url_request_status.cc',
1219 'url_request/url_request_status.h', 1221 'url_request/url_request_status.h',
1220 'url_request/url_request_test_job.cc', 1222 'url_request/url_request_test_job.cc',
1221 'url_request/url_request_test_job.h', 1223 'url_request/url_request_test_job.h',
1222 'url_request/url_request_throttler_entry.cc', 1224 'url_request/url_request_throttler_entry.cc',
1223 'url_request/url_request_throttler_entry.h', 1225 'url_request/url_request_throttler_entry.h',
1224 'url_request/url_request_throttler_entry_interface.h', 1226 'url_request/url_request_throttler_entry_interface.h',
1225 'url_request/url_request_throttler_manager.cc', 1227 'url_request/url_request_throttler_manager.cc',
1226 'url_request/url_request_throttler_manager.h', 1228 'url_request/url_request_throttler_manager.h',
1227 'url_request/url_request_backoff_manager.cc',
1228 'url_request/url_request_backoff_manager.h',
1229 'url_request/view_cache_helper.cc', 1229 'url_request/view_cache_helper.cc',
1230 'url_request/view_cache_helper.h', 1230 'url_request/view_cache_helper.h',
1231 'url_request/websocket_handshake_userdata_key.cc', 1231 'url_request/websocket_handshake_userdata_key.cc',
1232 'url_request/websocket_handshake_userdata_key.h', 1232 'url_request/websocket_handshake_userdata_key.h',
1233 ], 1233 ],
1234 'net_extras_sources': [ 1234 'net_extras_sources': [
1235 'extras/sqlite/cookie_crypto_delegate.h', 1235 'extras/sqlite/cookie_crypto_delegate.h',
1236 'extras/sqlite/sqlite_channel_id_store.cc', 1236 'extras/sqlite/sqlite_channel_id_store.cc',
1237 'extras/sqlite/sqlite_channel_id_store.h', 1237 'extras/sqlite/sqlite_channel_id_store.h',
1238 'extras/sqlite/sqlite_persistent_cookie_store.cc', 1238 'extras/sqlite/sqlite_persistent_cookie_store.cc',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 'cert/x509_util_unittest.cc', 1318 'cert/x509_util_unittest.cc',
1319 'cert_net/cert_net_fetcher_impl_unittest.cc', 1319 'cert_net/cert_net_fetcher_impl_unittest.cc',
1320 'cert_net/nss_ocsp_unittest.cc', 1320 'cert_net/nss_ocsp_unittest.cc',
1321 'cookies/canonical_cookie_unittest.cc', 1321 'cookies/canonical_cookie_unittest.cc',
1322 'cookies/cookie_constants_unittest.cc', 1322 'cookies/cookie_constants_unittest.cc',
1323 'cookies/cookie_monster_unittest.cc', 1323 'cookies/cookie_monster_unittest.cc',
1324 'cookies/cookie_store_unittest.h', 1324 'cookies/cookie_store_unittest.h',
1325 'cookies/cookie_util_unittest.cc', 1325 'cookies/cookie_util_unittest.cc',
1326 'cookies/parsed_cookie_unittest.cc', 1326 'cookies/parsed_cookie_unittest.cc',
1327 'der/input_unittest.cc', 1327 'der/input_unittest.cc',
1328 'der/parse_values_unittest.cc',
1328 'der/parser_unittest.cc', 1329 'der/parser_unittest.cc',
1329 'der/parse_values_unittest.cc',
1330 'disk_cache/backend_unittest.cc', 1330 'disk_cache/backend_unittest.cc',
1331 'disk_cache/blockfile/addr_unittest.cc', 1331 'disk_cache/blockfile/addr_unittest.cc',
1332 'disk_cache/blockfile/bitmap_unittest.cc', 1332 'disk_cache/blockfile/bitmap_unittest.cc',
1333 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc', 1333 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc',
1334 'disk_cache/blockfile/block_files_unittest.cc', 1334 'disk_cache/blockfile/block_files_unittest.cc',
1335 'disk_cache/blockfile/index_table_v3_unittest.cc', 1335 'disk_cache/blockfile/index_table_v3_unittest.cc',
1336 'disk_cache/blockfile/mapped_file_unittest.cc', 1336 'disk_cache/blockfile/mapped_file_unittest.cc',
1337 'disk_cache/blockfile/stats_unittest.cc', 1337 'disk_cache/blockfile/stats_unittest.cc',
1338 'disk_cache/blockfile/storage_block_unittest.cc', 1338 'disk_cache/blockfile/storage_block_unittest.cc',
1339 'disk_cache/cache_util_unittest.cc', 1339 'disk_cache/cache_util_unittest.cc',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 'http/http_network_transaction_unittest.cc', 1410 'http/http_network_transaction_unittest.cc',
1411 'http/http_proxy_client_socket_pool_unittest.cc', 1411 'http/http_proxy_client_socket_pool_unittest.cc',
1412 'http/http_request_headers_unittest.cc', 1412 'http/http_request_headers_unittest.cc',
1413 'http/http_response_body_drainer_unittest.cc', 1413 'http/http_response_body_drainer_unittest.cc',
1414 'http/http_response_headers_unittest.cc', 1414 'http/http_response_headers_unittest.cc',
1415 'http/http_response_info_unittest.cc', 1415 'http/http_response_info_unittest.cc',
1416 'http/http_security_headers_unittest.cc', 1416 'http/http_security_headers_unittest.cc',
1417 'http/http_server_properties_impl_unittest.cc', 1417 'http/http_server_properties_impl_unittest.cc',
1418 'http/http_server_properties_manager_unittest.cc', 1418 'http/http_server_properties_manager_unittest.cc',
1419 'http/http_status_code_unittest.cc', 1419 'http/http_status_code_unittest.cc',
1420 'http/http_status_line_validator_unittest.cc',
1420 'http/http_stream_factory_impl_request_unittest.cc', 1421 'http/http_stream_factory_impl_request_unittest.cc',
1421 'http/http_stream_factory_impl_unittest.cc', 1422 'http/http_stream_factory_impl_unittest.cc',
1422 'http/http_status_line_validator_unittest.cc',
1423 'http/http_stream_parser_unittest.cc', 1423 'http/http_stream_parser_unittest.cc',
1424 'http/http_util_unittest.cc', 1424 'http/http_util_unittest.cc',
1425 'http/http_vary_data_unittest.cc', 1425 'http/http_vary_data_unittest.cc',
1426 'http/mock_allow_url_security_manager.cc', 1426 'http/mock_allow_url_security_manager.cc',
1427 'http/mock_allow_url_security_manager.h', 1427 'http/mock_allow_url_security_manager.h',
1428 'http/mock_gssapi_library_posix.cc', 1428 'http/mock_gssapi_library_posix.cc',
1429 'http/mock_gssapi_library_posix.h', 1429 'http/mock_gssapi_library_posix.h',
1430 'http/mock_http_cache.cc', 1430 'http/mock_http_cache.cc',
1431 'http/mock_http_cache.h', 1431 'http/mock_http_cache.h',
1432 'http/mock_sspi_library_win.cc', 1432 'http/mock_sspi_library_win.cc',
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
1884 'README.md', 1884 'README.md',
1885 'docs/bug-triage.md', 1885 'docs/bug-triage.md',
1886 'docs/bug-triage-labels.md', 1886 'docs/bug-triage-labels.md',
1887 'docs/bug-triage-suggested-workflow.md', 1887 'docs/bug-triage-suggested-workflow.md',
1888 'docs/life-of-a-url-request.md', 1888 'docs/life-of-a-url-request.md',
1889 'sdch/README.md', 1889 'sdch/README.md',
1890 ], 1890 ],
1891 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1891 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1892 } 1892 }
1893 } 1893 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698