| # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| { |
| 'variables': { |
| 'chromium_code': 1, |
| }, |
| 'targets': [ |
| { |
| 'target_name': 'net', |
| 'type': '<(component)', |
| 'defines': [ |
| 'NET_IMPLEMENTATION', |
| 'ENABLE_BUILT_IN_DNS', |
| # To be removed in the future when want to enable HTTP cache. |
| 'HTTP_CACHE_DISABLED_FOR_STARBOARD', |
| 'QUIC_TRACE_DISABLED', |
| 'COBALT_QUIC46', |
| 'COMMON_CERT_SET_DISABLED_FOR_STARBOARD', |
| ], |
| 'direct_dependent_settings': { |
| 'defines': [ |
| 'HTTP_CACHE_DISABLED_FOR_STARBOARD', |
| 'ENABLE_BUILT_IN_DNS', |
| 'QUIC_TRACE_DISABLED', |
| 'COBALT_QUIC46', |
| 'COMMON_CERT_SET_DISABLED_FOR_STARBOARD', |
| ], |
| }, |
| 'include_dirs': [ |
| '<(SHARED_INTERMEDIATE_DIR)', |
| '../third_party/brotli/c/dec', |
| '../third_party/brotli/c/include', |
| '../third_party/protobuf/src', |
| ], |
| 'dependencies': [ |
| '<(DEPTH)/base/base.gyp:base', |
| '<(DEPTH)/base/base.gyp:base_i18n', |
| '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
| '<(DEPTH)/crypto/crypto.gyp:crypto', |
| '<(DEPTH)/url/url.gyp:url', |
| '<(DEPTH)/nb/nb.gyp:nb', |
| '<(DEPTH)/starboard/starboard.gyp:starboard', |
| '<(DEPTH)/third_party/boringssl/boringssl.gyp:crypto', |
| '<(DEPTH)/third_party/brotli/brotli.gyp:dec', |
| '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite', |
| '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 'net_generated_registry_controlled_domains', |
| 'net_nqe_proto', |
| 'net_quic_proto', |
| ], |
| # net depends on some protobuf files that has to be generated beforehand. |
| 'hard_dependency': 1, |
| 'export_dependent_settings': [ |
| '<(DEPTH)/base/base.gyp:base', |
| ], |
| 'sources': [ |
| 'base/address_family.cc', |
| 'base/address_family.h', |
| 'base/address_list.cc', |
| 'base/address_list.h', |
| 'base/auth.cc', |
| 'base/auth.h', |
| 'base/completion_callback.h', |
| 'base/completion_once_callback.h', |
| 'base/completion_repeating_callback.h', |
| 'base/datagram_buffer.cc', |
| 'base/datagram_buffer.h', |
| 'base/escape.cc', |
| 'base/escape.h', |
| 'base/features.cc', |
| 'base/features.h', |
| 'base/filename_util_icu.cc', |
| 'base/hash_value.cc', |
| 'base/hash_value.h', |
| 'base/host_port_pair.cc', |
| 'base/host_port_pair.h', |
| 'base/interval.h', |
| 'base/interval_set.h', |
| 'base/io_buffer.cc', |
| 'base/io_buffer.h', |
| 'base/ip_address.cc', |
| 'base/ip_address.h', |
| 'base/ip_endpoint.cc', |
| 'base/ip_endpoint.h', |
| 'base/load_timing_info.cc', |
| 'base/load_timing_info.h', |
| 'base/lookup_string_in_fixed_set.cc', |
| 'base/lookup_string_in_fixed_set.h', |
| 'base/net_error_details.h', |
| 'base/net_error_list.h', |
| 'base/net_errors.cc', |
| 'base/net_errors.h', |
| 'base/net_errors_starboard.cc', |
| 'base/net_export.h', |
| 'base/net_module.cc', |
| 'base/net_module.h', |
| 'base/net_string_util.h', |
| 'base/net_string_util_icu.cc', |
| 'base/network_interfaces.cc', |
| 'base/network_interfaces.h', |
| 'base/network_interfaces_starboard.cc', |
| 'base/parse_number.cc', |
| 'base/parse_number.h', |
| 'base/port_util.cc', |
| 'base/port_util.h', |
| 'base/privacy_mode.h', |
| 'base/rand_callback.h', |
| 'base/registry_controlled_domains/registry_controlled_domain.cc', |
| 'base/registry_controlled_domains/registry_controlled_domain.h', |
| 'base/sockaddr_storage.h', |
| 'base/sys_addrinfo.h', |
| 'base/url_util.cc', |
| 'base/url_util.h', |
| 'cert/asn1_util.cc', |
| 'cert/asn1_util.h', |
| 'cert/cert_database.cc', |
| 'cert/cert_database.h', |
| 'cert/cert_status_flags.cc', |
| 'cert/cert_status_flags.h', |
| 'cert/cert_status_flags_list.h', |
| 'cert/cert_verifier.cc', |
| 'cert/cert_verifier.h', |
| 'cert/cert_verify_result.cc', |
| 'cert/cert_verify_result.h', |
| 'cert/client_cert_verifier.h', |
| 'cert/crl_set.cc', |
| 'cert/crl_set.h', |
| 'cert/ct_policy_enforcer.cc', |
| 'cert/ct_policy_enforcer.h', |
| 'cert/ct_policy_status.h', |
| 'cert/ct_verifier.h', |
| 'cert/ct_verify_result.cc', |
| 'cert/ct_verify_result.h', |
| 'cert/do_nothing_ct_verifier.cc', |
| 'cert/do_nothing_ct_verifier.h', |
| 'cert/internal/cert_error_id.cc', |
| 'cert/internal/cert_error_id.h', |
| 'cert/internal/cert_error_params.cc', |
| 'cert/internal/cert_error_params.h', |
| 'cert/internal/cert_errors.cc', |
| 'cert/internal/cert_errors.h', |
| 'cert/internal/cert_issuer_source.h', |
| 'cert/internal/cert_issuer_source_aia.cc', |
| 'cert/internal/cert_issuer_source_aia.h', |
| 'cert/internal/cert_issuer_source_static.cc', |
| 'cert/internal/cert_issuer_source_static.h', |
| 'cert/internal/certificate_policies.cc', |
| 'cert/internal/certificate_policies.h', |
| 'cert/internal/common_cert_errors.cc', |
| 'cert/internal/common_cert_errors.h', |
| 'cert/internal/extended_key_usage.cc', |
| 'cert/internal/extended_key_usage.h', |
| 'cert/internal/general_names.cc', |
| 'cert/internal/general_names.h', |
| 'cert/internal/name_constraints.cc', |
| 'cert/internal/name_constraints.h', |
| 'cert/internal/ocsp.cc', |
| 'cert/internal/ocsp.h', |
| 'cert/internal/parse_certificate.cc', |
| 'cert/internal/parse_certificate.h', |
| 'cert/internal/parse_name.cc', |
| 'cert/internal/parse_name.h', |
| 'cert/internal/parsed_certificate.cc', |
| 'cert/internal/parsed_certificate.h', |
| 'cert/internal/path_builder.cc', |
| 'cert/internal/path_builder.h', |
| 'cert/internal/revocation_checker.cc', |
| 'cert/internal/revocation_checker.h', |
| 'cert/internal/signature_algorithm.cc', |
| 'cert/internal/signature_algorithm.h', |
| 'cert/internal/simple_path_builder_delegate.cc', |
| 'cert/internal/simple_path_builder_delegate.h', |
| 'cert/internal/trust_store.cc', |
| 'cert/internal/trust_store.h', |
| 'cert/internal/trust_store_collection.cc', |
| 'cert/internal/trust_store_collection.h', |
| 'cert/internal/trust_store_in_memory.cc', |
| 'cert/internal/trust_store_in_memory.h', |
| 'cert/internal/trust_store_in_memory_starboard.cc', |
| 'cert/internal/trust_store_in_memory_starboard.h', |
| 'cert/internal/verify_certificate_chain.cc', |
| 'cert/internal/verify_certificate_chain.h', |
| 'cert/internal/verify_name_match.cc', |
| 'cert/internal/verify_name_match.h', |
| 'cert/internal/verify_signed_data.cc', |
| 'cert/internal/verify_signed_data.h', |
| 'cert/ocsp_revocation_status.h', |
| 'cert/ocsp_verify_result.cc', |
| 'cert/ocsp_verify_result.h', |
| 'cert/pem_tokenizer.cc', |
| 'cert/pem_tokenizer.h', |
| 'cert/sct_status_flags.cc', |
| 'cert/sct_status_flags.h', |
| 'cert/signed_certificate_timestamp.cc', |
| 'cert/signed_certificate_timestamp.h', |
| 'cert/signed_certificate_timestamp_and_status.cc', |
| 'cert/signed_certificate_timestamp_and_status.h', |
| 'cert/signed_tree_head.cc', |
| 'cert/signed_tree_head.h', |
| 'cert/symantec_certs.cc', |
| 'cert/symantec_certs.h', |
| 'cert/test_root_certs.cc', |
| 'cert/test_root_certs.h', |
| 'cert/test_root_certs_starboard.cc', |
| 'cert/x509_cert_types.cc', |
| 'cert/x509_cert_types.h', |
| 'cert/x509_certificate.cc', |
| 'cert/x509_certificate.h', |
| 'cert/x509_certificate_net_log_param.cc', |
| 'cert/x509_certificate_net_log_param.h', |
| 'cert/x509_util.cc', |
| 'cert/x509_util.h', |
| 'der/encode_values.cc', |
| 'der/encode_values.h', |
| 'der/input.cc', |
| 'der/input.h', |
| 'der/parse_values.cc', |
| 'der/parse_values.h', |
| 'der/parser.cc', |
| 'der/parser.h', |
| 'der/tag.cc', |
| 'der/tag.h', |
| |
| # dial is a legacy Chromium component with heavy Cobalt modifications. |
| 'dial/dial_http_server.cc', |
| 'dial/dial_http_server.h', |
| 'dial/dial_service.cc', |
| 'dial/dial_service.h', |
| 'dial/dial_service_handler.h', |
| 'dial/dial_system_config.cc', |
| 'dial/dial_system_config.h', |
| 'dial/dial_system_config_starboard.cc', |
| 'dial/dial_udp_server.cc', |
| 'dial/dial_udp_server.h', |
| 'dial/dial_udp_socket_factory.cc', |
| 'dial/dial_udp_socket_factory.h', |
| |
| 'extras/preload_data/decoder.cc', |
| 'extras/preload_data/decoder.h', |
| 'http/http_auth_challenge_tokenizer.cc', |
| 'http/http_auth_challenge_tokenizer.h', |
| 'http/http_auth_scheme.cc', |
| 'http/http_auth_scheme.h', |
| 'http/http_byte_range.cc', |
| 'http/http_byte_range.h', |
| 'http/http_log_util.cc', |
| 'http/http_log_util.h', |
| 'http/http_raw_request_headers.cc', |
| 'http/http_raw_request_headers.h', |
| 'http/http_request_headers.cc', |
| 'http/http_request_headers.h', |
| 'http/http_response_headers.cc', |
| 'http/http_response_headers.h', |
| 'http/http_response_info.cc', |
| 'http/http_response_info.h', |
| 'http/http_security_headers.cc', |
| 'http/http_security_headers.h', |
| 'http/http_status_code_list.h', |
| 'http/http_util.cc', |
| 'http/http_util.h', |
| 'http/http_vary_data.cc', |
| 'http/http_vary_data.h', |
| 'http/url_security_manager.cc', |
| 'http/url_security_manager.h', |
| 'http/url_security_manager_starboard.cc', |
| 'http/transport_security_state.cc', |
| 'http/transport_security_state.h', |
| 'http/transport_security_state_source.cc', |
| 'http/transport_security_state_source.h', |
| 'log/net_log.cc', |
| 'log/net_log.h', |
| 'log/file_net_log_observer.cc', |
| 'log/file_net_log_observer.h', |
| 'log/net_log_capture_mode.cc', |
| 'log/net_log_capture_mode.h', |
| 'log/net_log_entry.cc', |
| 'log/net_log_entry.h', |
| 'log/net_log_event_type.h', |
| 'log/net_log_event_type_list.h', |
| 'log/net_log_parameters_callback.h', |
| 'log/net_log_source.cc', |
| 'log/net_log_source.h', |
| 'log/net_log_source_type.h', |
| 'log/net_log_source_type_list.h', |
| 'log/net_log_with_source.cc', |
| 'log/net_log_with_source.h', |
| 'socket/client_socket_handle.cc', |
| 'socket/client_socket_handle.h', |
| 'socket/connection_attempts.h', |
| 'socket/next_proto.cc', |
| 'socket/next_proto.h', |
| 'socket/socket.cc', |
| 'socket/socket.h', |
| 'socket/socket_bio_adapter.cc', |
| 'socket/socket_bio_adapter.h', |
| 'socket/socket_performance_watcher.h', |
| 'socket/socket_performance_watcher_factory.h', |
| 'socket/ssl_client_socket.cc', |
| 'socket/ssl_client_socket.h', |
| 'socket/ssl_client_socket_impl.cc', |
| 'socket/ssl_client_socket_impl.h', |
| 'socket/ssl_socket.h', |
| 'socket/stream_socket.cc', |
| 'socket/stream_socket.h', |
| 'ssl/channel_id_service.cc', |
| 'ssl/channel_id_service.h', |
| 'ssl/channel_id_store.cc', |
| 'ssl/channel_id_store.h', |
| 'ssl/client_cert_identity.cc', |
| 'ssl/client_cert_identity.h', |
| 'ssl/default_channel_id_store.cc', |
| 'ssl/default_channel_id_store.h', |
| 'ssl/openssl_ssl_util.cc', |
| 'ssl/openssl_ssl_util.h', |
| 'ssl/ssl_cert_request_info.cc', |
| 'ssl/ssl_cert_request_info.h', |
| 'ssl/ssl_cipher_suite_names.cc', |
| 'ssl/ssl_cipher_suite_names.h', |
| 'ssl/ssl_client_auth_cache.cc', |
| 'ssl/ssl_client_auth_cache.h', |
| 'ssl/ssl_client_cert_type.h', |
| 'ssl/ssl_client_session_cache.cc', |
| 'ssl/ssl_client_session_cache.h', |
| 'ssl/ssl_config.cc', |
| 'ssl/ssl_config.h', |
| 'ssl/ssl_config_service.cc', |
| 'ssl/ssl_config_service.h', |
| 'ssl/ssl_connection_status_flags.h', |
| 'ssl/ssl_info.cc', |
| 'ssl/ssl_info.h', |
| 'ssl/ssl_key_logger.h', |
| 'ssl/ssl_key_logger_impl.cc', |
| 'ssl/ssl_key_logger_impl.h', |
| 'ssl/ssl_private_key.cc', |
| 'ssl/ssl_private_key.h', |
| 'ssl/ssl_server_config.cc', |
| 'ssl/ssl_server_config.h', |
| 'third_party/quic/core/quic_error_codes.cc', |
| 'third_party/quic/core/quic_error_codes.h', |
| 'third_party/uri_template/uri_template.cc', |
| 'third_party/uri_template/uri_template.h', |
| |
| 'base/arena.cc', |
| 'base/arena.h', |
| 'base/backoff_entry.cc', |
| 'base/backoff_entry.h', |
| 'base/backoff_entry_serializer.cc', |
| 'base/backoff_entry_serializer.h', |
| 'base/cache_type.h', |
| 'base/chunked_upload_data_stream.cc', |
| 'base/chunked_upload_data_stream.h', |
| 'base/data_url.cc', |
| 'base/data_url.h', |
| 'base/directory_listing.cc', |
| 'base/directory_listing.h', |
| 'base/elements_upload_data_stream.cc', |
| 'base/elements_upload_data_stream.h', |
| 'base/expiring_cache.h', |
| 'base/file_stream.cc', |
| 'base/file_stream.h', |
| 'base/file_stream_context.cc', |
| 'base/file_stream_context.h', |
| 'base/file_stream_context_starboard.cc', |
| 'base/filename_util.cc', |
| 'base/filename_util.h', |
| 'base/filename_util_internal.cc', |
| 'base/filename_util_internal.h', |
| 'base/hex_utils.cc', |
| 'base/hex_utils.h', |
| 'base/host_mapping_rules.cc', |
| 'base/host_mapping_rules.h', |
| 'base/iovec.h', |
| 'base/ip_pattern.cc', |
| 'base/ip_pattern.h', |
| 'base/layered_network_delegate.cc', |
| 'base/layered_network_delegate.h', |
| 'base/linked_hash_map.h', |
| 'base/load_flags.h', |
| 'base/load_flags_list.h', |
| 'base/load_states.h', |
| 'base/load_states_list.h', |
| 'base/logging_network_change_observer.cc', |
| 'base/logging_network_change_observer.h', |
| 'base/mime_sniffer.cc', |
| 'base/mime_sniffer.h', |
| 'base/mime_util.cc', |
| 'base/mime_util.h', |
| 'base/net_info_source_list.h', |
| 'base/network_activity_monitor.cc', |
| 'base/network_activity_monitor.h', |
| 'base/network_change_notifier.cc', |
| 'base/network_change_notifier.h', |
| 'base/network_change_notifier_factory.h', |
| 'base/network_delegate.cc', |
| 'base/network_delegate.h', |
| 'base/network_delegate_impl.cc', |
| 'base/network_delegate_impl.h', |
| 'base/platform_mime_util.h', |
| 'base/platform_mime_util_starboard.cc', |
| 'base/prioritized_dispatcher.cc', |
| 'base/prioritized_dispatcher.h', |
| 'base/prioritized_task_runner.cc', |
| 'base/prioritized_task_runner.h', |
| 'base/priority_queue.h', |
| 'base/proxy_delegate.h', |
| 'base/proxy_server.cc', |
| 'base/proxy_server.h', |
| 'base/request_priority.cc', |
| 'base/request_priority.h', |
| 'base/static_cookie_policy.cc', |
| 'base/static_cookie_policy.h', |
| 'base/trace_constants.cc', |
| 'base/trace_constants.h', |
| 'base/upload_bytes_element_reader.cc', |
| 'base/upload_bytes_element_reader.h', |
| 'base/upload_data_stream.cc', |
| 'base/upload_data_stream.h', |
| 'base/upload_element_reader.cc', |
| 'base/upload_element_reader.h', |
| 'base/upload_file_element_reader.cc', |
| 'base/upload_file_element_reader.h', |
| 'base/upload_progress.h', |
| 'cert/caching_cert_verifier.cc', |
| 'cert/caching_cert_verifier.h', |
| 'cert/cert_net_fetcher.cc', |
| 'cert/cert_net_fetcher.h', |
| 'cert/cert_verify_proc.cc', |
| 'cert/cert_verify_proc.h', |
| 'cert/cert_verify_proc_builtin.cc', |
| 'cert/cert_verify_proc_builtin.h', |
| 'cert/ct_log_response_parser.cc', |
| 'cert/ct_log_response_parser.h', |
| 'cert/ct_log_verifier.cc', |
| 'cert/ct_log_verifier.h', |
| 'cert/ct_log_verifier_util.cc', |
| 'cert/ct_log_verifier_util.h', |
| 'cert/ct_objects_extractor.cc', |
| 'cert/ct_objects_extractor.h', |
| 'cert/ct_sct_to_string.cc', |
| 'cert/ct_sct_to_string.h', |
| 'cert/ct_serialization.cc', |
| 'cert/ct_serialization.h', |
| 'cert/ct_signed_certificate_timestamp_log_param.cc', |
| 'cert/ct_signed_certificate_timestamp_log_param.h', |
| 'cert/ev_root_ca_metadata.cc', |
| 'cert/ev_root_ca_metadata.h', |
| 'cert/internal/system_trust_store.cc', |
| 'cert/internal/system_trust_store.h', |
| 'cert/jwk_serializer.cc', |
| 'cert/jwk_serializer.h', |
| 'cert/known_roots.cc', |
| 'cert/known_roots.h', |
| 'cert/merkle_audit_proof.cc', |
| 'cert/merkle_audit_proof.h', |
| 'cert/merkle_consistency_proof.cc', |
| 'cert/merkle_consistency_proof.h', |
| 'cert/merkle_tree_leaf.cc', |
| 'cert/merkle_tree_leaf.h', |
| 'cert/multi_log_ct_verifier.cc', |
| 'cert/multi_log_ct_verifier.h', |
| 'cert/multi_threaded_cert_verifier.cc', |
| 'cert/multi_threaded_cert_verifier.h', |
| 'cert/root_cert_list_generated.h', |
| 'cert_net/cert_net_fetcher_impl.cc', |
| 'cert_net/cert_net_fetcher_impl.h', |
| 'cookies/canonical_cookie.cc', |
| 'cookies/canonical_cookie.h', |
| 'cookies/cookie_change_dispatcher.cc', |
| 'cookies/cookie_change_dispatcher.h', |
| 'cookies/cookie_constants.cc', |
| 'cookies/cookie_constants.h', |
| 'cookies/cookie_deletion_info.cc', |
| 'cookies/cookie_deletion_info.h', |
| 'cookies/cookie_monster.cc', |
| 'cookies/cookie_monster.h', |
| 'cookies/cookie_monster_change_dispatcher.cc', |
| 'cookies/cookie_monster_change_dispatcher.h', |
| 'cookies/cookie_monster_netlog_params.cc', |
| 'cookies/cookie_monster_netlog_params.h', |
| 'cookies/cookie_options.cc', |
| 'cookies/cookie_options.h', |
| 'cookies/cookie_store.cc', |
| 'cookies/cookie_store.h', |
| 'cookies/cookie_util.cc', |
| 'cookies/cookie_util.h', |
| 'cookies/parsed_cookie.cc', |
| 'cookies/parsed_cookie.h', |
| # disk_cache is not supported yet. They are required for http cache. |
| # Maybe we will need it in the future. |
| # 'disk_cache/backend_cleanup_tracker.cc', |
| # 'disk_cache/backend_cleanup_tracker.h', |
| # 'disk_cache/blockfile/addr.cc', |
| # 'disk_cache/blockfile/addr.h', |
| # 'disk_cache/blockfile/backend_impl.cc', |
| # 'disk_cache/blockfile/backend_impl.h', |
| # 'disk_cache/blockfile/bitmap.cc', |
| # 'disk_cache/blockfile/bitmap.h', |
| # 'disk_cache/blockfile/block_files.cc', |
| # 'disk_cache/blockfile/block_files.h', |
| # 'disk_cache/blockfile/disk_format.cc', |
| # 'disk_cache/blockfile/disk_format.h', |
| # 'disk_cache/blockfile/disk_format_base.h', |
| # 'disk_cache/blockfile/entry_impl.cc', |
| # 'disk_cache/blockfile/entry_impl.h', |
| # 'disk_cache/blockfile/errors.h', |
| # 'disk_cache/blockfile/eviction.cc', |
| # 'disk_cache/blockfile/eviction.h', |
| # 'disk_cache/blockfile/experiments.h', |
| # 'disk_cache/blockfile/file.cc', |
| # 'disk_cache/blockfile/file.h', |
| # 'disk_cache/blockfile/file_starboard.cc', |
| # 'disk_cache/blockfile/file_block.h', |
| # 'disk_cache/blockfile/file_lock.cc', |
| # 'disk_cache/blockfile/file_lock.h', |
| # 'disk_cache/blockfile/histogram_macros.h', |
| # 'disk_cache/blockfile/in_flight_backend_io.cc', |
| # 'disk_cache/blockfile/in_flight_backend_io.h', |
| # 'disk_cache/blockfile/in_flight_io.cc', |
| # 'disk_cache/blockfile/in_flight_io.h', |
| # 'disk_cache/blockfile/mapped_file.cc', |
| # 'disk_cache/blockfile/mapped_file.h', |
| # 'disk_cache/blockfile/rankings.cc', |
| # 'disk_cache/blockfile/rankings.h', |
| # 'disk_cache/blockfile/sparse_control.cc', |
| # 'disk_cache/blockfile/sparse_control.h', |
| # 'disk_cache/blockfile/stats.cc', |
| # 'disk_cache/blockfile/stats.h', |
| # 'disk_cache/blockfile/storage_block-inl.h', |
| # 'disk_cache/blockfile/storage_block.h', |
| # 'disk_cache/blockfile/stress_support.h', |
| # 'disk_cache/blockfile/trace.cc', |
| # 'disk_cache/blockfile/trace.h', |
| # 'disk_cache/blockfile/webfonts_histogram.cc', |
| # 'disk_cache/blockfile/webfonts_histogram.h', |
| # 'disk_cache/cache_util.cc', |
| # 'disk_cache/cache_util.h', |
| # 'disk_cache/cache_util_starboard.cc', |
| # 'disk_cache/disk_cache.cc', |
| # 'disk_cache/disk_cache.h', |
| # 'disk_cache/memory/mem_backend_impl.cc', |
| # 'disk_cache/memory/mem_backend_impl.h', |
| # 'disk_cache/memory/mem_entry_impl.cc', |
| # 'disk_cache/memory/mem_entry_impl.h', |
| # 'disk_cache/net_log_parameters.cc', |
| # 'disk_cache/net_log_parameters.h', |
| # 'disk_cache/simple/simple_backend_impl.cc', |
| # 'disk_cache/simple/simple_backend_impl.h', |
| # 'disk_cache/simple/simple_backend_version.h', |
| # 'disk_cache/simple/simple_entry_format.cc', |
| # 'disk_cache/simple/simple_entry_format.h', |
| # 'disk_cache/simple/simple_entry_format_history.h', |
| # 'disk_cache/simple/simple_entry_impl.cc', |
| # 'disk_cache/simple/simple_entry_impl.h', |
| # 'disk_cache/simple/simple_entry_operation.cc', |
| # 'disk_cache/simple/simple_entry_operation.h', |
| # 'disk_cache/simple/simple_file_tracker.cc', |
| # 'disk_cache/simple/simple_file_tracker.h', |
| # 'disk_cache/simple/simple_histogram_macros.h', |
| # 'disk_cache/simple/simple_index.cc', |
| # 'disk_cache/simple/simple_index.h', |
| # 'disk_cache/simple/simple_index_delegate.h', |
| # 'disk_cache/simple/simple_index_file.cc', |
| # 'disk_cache/simple/simple_index_file.h', |
| # 'disk_cache/simple/simple_index_file_starboard.cc', |
| # 'disk_cache/simple/simple_net_log_parameters.cc', |
| # 'disk_cache/simple/simple_net_log_parameters.h', |
| # 'disk_cache/simple/simple_synchronous_entry.cc', |
| # 'disk_cache/simple/simple_synchronous_entry.h', |
| # 'disk_cache/simple/simple_util.cc', |
| # 'disk_cache/simple/simple_util.h', |
| # 'disk_cache/simple/simple_util_starboard.cc', |
| # 'disk_cache/simple/simple_version_upgrade.cc', |
| # 'disk_cache/simple/simple_version_upgrade.h', |
| 'dns/dns_util.cc', |
| 'dns/dns_util.h', |
| 'dns/address_sorter.h', |
| 'dns/dns_config.cc', |
| 'dns/dns_config.h', |
| 'dns/host_resolver_mdns_task.cc', |
| 'dns/host_resolver_mdns_task.h', |
| 'dns/host_resolver_source.h', |
| 'dns/address_sorter.h', |
| 'dns/address_sorter_starboard.cc', |
| 'dns/dns_client.cc', |
| 'dns/dns_client.h', |
| 'dns/dns_config_service.cc', |
| 'dns/dns_config_service.h', |
| 'dns/dns_hosts.cc', |
| 'dns/dns_hosts.h', |
| 'dns/dns_protocol.h', |
| 'dns/dns_query.cc', |
| 'dns/dns_query.h', |
| 'dns/dns_reloader.cc', |
| 'dns/dns_reloader.h', |
| 'dns/dns_response.cc', |
| 'dns/dns_response.h', |
| 'dns/dns_session.cc', |
| 'dns/dns_session.h', |
| 'dns/dns_socket_pool.cc', |
| 'dns/dns_socket_pool.h', |
| 'dns/dns_transaction.cc', |
| 'dns/dns_transaction.h', |
| 'dns/host_cache.cc', |
| 'dns/host_cache.h', |
| 'dns/host_resolver.cc', |
| 'dns/host_resolver.h', |
| 'dns/host_resolver_impl.cc', |
| 'dns/host_resolver_impl.h', |
| 'dns/host_resolver_proc.cc', |
| 'dns/host_resolver_proc.h', |
| 'dns/mapped_host_resolver.cc', |
| 'dns/mapped_host_resolver.h', |
| 'dns/mdns_cache.cc', |
| 'dns/mdns_cache.h', |
| 'dns/mdns_client.cc', |
| 'dns/mdns_client.h', |
| 'dns/mdns_client_impl.cc', |
| 'dns/mdns_client_impl.h', |
| 'dns/record_parsed.cc', |
| 'dns/record_parsed.h', |
| 'dns/record_rdata.cc', |
| 'dns/record_rdata.h', |
| 'dns/serial_worker.cc', |
| 'dns/serial_worker.h', |
| 'filter/brotli_source_stream.cc', |
| 'filter/brotli_source_stream.h', |
| # 'filter/brotli_source_stream_fuzzer.cc', |
| 'filter/filter_source_stream.cc', |
| 'filter/filter_source_stream.h', |
| 'filter/gzip_header.cc', |
| 'filter/gzip_header.h', |
| 'filter/gzip_source_stream.cc', |
| 'filter/gzip_source_stream.h', |
| 'filter/source_stream.cc', |
| 'filter/source_stream.h', |
| 'filter/source_stream_type_list.h', |
| 'http/bidirectional_stream.cc', |
| 'http/bidirectional_stream.h', |
| 'http/bidirectional_stream_impl.cc', |
| 'http/bidirectional_stream_impl.h', |
| 'http/bidirectional_stream_request_info.cc', |
| 'http/bidirectional_stream_request_info.h', |
| 'http/broken_alternative_services.cc', |
| 'http/broken_alternative_services.h', |
| 'http/failing_http_transaction_factory.cc', |
| 'http/failing_http_transaction_factory.h', |
| 'http/http_auth.cc', |
| 'http/http_auth.h', |
| 'http/http_auth_cache.cc', |
| 'http/http_auth_cache.h', |
| 'http/http_auth_controller.cc', |
| 'http/http_auth_controller.h', |
| 'http/http_auth_filter.cc', |
| 'http/http_auth_filter.h', |
| 'http/http_auth_handler.cc', |
| 'http/http_auth_handler.h', |
| 'http/http_auth_handler_basic.cc', |
| 'http/http_auth_handler_basic.h', |
| 'http/http_auth_handler_digest.cc', |
| 'http/http_auth_handler_digest.h', |
| 'http/http_auth_handler_factory.cc', |
| 'http/http_auth_handler_factory.h', |
| # Disabled due to dependency on gssapi. |
| # 'http/http_auth_gssapi_starboard.cc', |
| # 'http/http_auth_gssapi_starboard.h', |
| # 'http/http_auth_handler_negotiate.cc', |
| # 'http/http_auth_handler_negotiate.h', |
| 'http/http_auth_handler_ntlm.cc', |
| 'http/http_auth_handler_ntlm.h', |
| 'http/http_auth_handler_ntlm_portable.cc', |
| 'http/http_auth_multi_round_parse.cc', |
| 'http/http_auth_multi_round_parse.h', |
| 'http/http_auth_preferences.cc', |
| 'http/http_auth_preferences.h', |
| 'http/http_basic_state.cc', |
| 'http/http_basic_state.h', |
| 'http/http_basic_stream.cc', |
| 'http/http_basic_stream.h', |
| # 'http/http_cache.cc', |
| # 'http/http_cache.h', |
| # 'http/http_cache_lookup_manager.cc', |
| # 'http/http_cache_lookup_manager.h', |
| # 'http/http_cache_transaction.cc', |
| # 'http/http_cache_transaction.h', |
| # 'http/http_cache_writers.cc', |
| # 'http/http_cache_writers.h', |
| 'http/http_chunked_decoder.cc', |
| 'http/http_chunked_decoder.h', |
| 'http/http_content_disposition.cc', |
| 'http/http_content_disposition.h', |
| 'http/http_network_layer.cc', |
| 'http/http_network_layer.h', |
| 'http/http_network_session.cc', |
| 'http/http_network_session.h', |
| 'http/http_network_session_peer.cc', |
| 'http/http_network_session_peer.h', |
| 'http/http_network_transaction.cc', |
| 'http/http_network_transaction.h', |
| 'http/http_proxy_client_socket.cc', |
| 'http/http_proxy_client_socket.h', |
| 'http/http_proxy_client_socket_pool.cc', |
| 'http/http_proxy_client_socket_pool.h', |
| 'http/http_proxy_client_socket_wrapper.cc', |
| 'http/http_proxy_client_socket_wrapper.h', |
| 'http/http_request_info.cc', |
| 'http/http_request_info.h', |
| 'http/http_response_body_drainer.cc', |
| 'http/http_response_body_drainer.h', |
| 'http/http_server_properties.cc', |
| 'http/http_server_properties.h', |
| 'http/http_server_properties_impl.cc', |
| 'http/http_server_properties_impl.h', |
| 'http/http_server_properties_manager.cc', |
| 'http/http_server_properties_manager.h', |
| 'http/http_status_code.cc', |
| 'http/http_status_code.h', |
| 'http/http_stream.h', |
| 'http/http_stream_factory.cc', |
| 'http/http_stream_factory.h', |
| 'http/http_stream_factory_job.cc', |
| 'http/http_stream_factory_job.h', |
| 'http/http_stream_factory_job_controller.cc', |
| 'http/http_stream_factory_job_controller.h', |
| 'http/http_stream_parser.cc', |
| 'http/http_stream_parser.h', |
| 'http/http_stream_request.cc', |
| 'http/http_stream_request.h', |
| 'http/http_transaction.h', |
| 'http/http_transaction_factory.h', |
| 'http/http_version.h', |
| 'http/partial_data.cc', |
| 'http/partial_data.h', |
| 'http/proxy_client_socket.cc', |
| 'http/proxy_client_socket.h', |
| 'http/proxy_connect_redirect_http_stream.cc', |
| 'http/proxy_connect_redirect_http_stream.h', |
| 'http/proxy_fallback.cc', |
| 'http/proxy_fallback.h', |
| 'http/url_security_manager.cc', |
| 'http/url_security_manager.h', |
| 'http2/platform/impl/http2_arraysize_impl.h', |
| 'http2/platform/impl/http2_bug_tracker_impl.h', |
| 'http2/platform/impl/http2_containers_impl.h', |
| 'http2/platform/impl/http2_estimate_memory_usage_impl.h', |
| 'http2/platform/impl/http2_export_impl.h', |
| 'http2/platform/impl/http2_flag_utils_impl.h', |
| 'http2/platform/impl/http2_flags_impl.cc', |
| 'http2/platform/impl/http2_flags_impl.h', |
| 'http2/platform/impl/http2_macros_impl.h', |
| 'http2/platform/impl/http2_optional_impl.h', |
| 'http2/platform/impl/http2_ptr_util_impl.h', |
| 'http2/platform/impl/http2_reconstruct_object_impl.h', |
| 'http2/platform/impl/http2_string_impl.h', |
| 'http2/platform/impl/http2_string_piece_impl.h', |
| 'http2/platform/impl/http2_string_utils_impl.h', |
| 'log/net_log_util.cc', |
| 'log/net_log_util.h', |
| 'log/trace_net_log_observer.cc', |
| 'log/trace_net_log_observer.h', |
| 'nqe/cached_network_quality.cc', |
| 'nqe/cached_network_quality.h', |
| 'nqe/effective_connection_type.cc', |
| 'nqe/effective_connection_type.h', |
| 'nqe/effective_connection_type_observer.h', |
| 'nqe/event_creator.cc', |
| 'nqe/event_creator.h', |
| 'nqe/network_id.cc', |
| 'nqe/network_id.h', |
| 'nqe/network_qualities_prefs_manager.cc', |
| 'nqe/network_qualities_prefs_manager.h', |
| 'nqe/network_quality.cc', |
| 'nqe/network_quality.h', |
| 'nqe/network_quality_estimator.cc', |
| 'nqe/network_quality_estimator.h', |
| 'nqe/network_quality_estimator_params.cc', |
| 'nqe/network_quality_estimator_params.h', |
| 'nqe/network_quality_estimator_util.cc', |
| 'nqe/network_quality_estimator_util.h', |
| 'nqe/network_quality_observation.cc', |
| 'nqe/network_quality_observation.h', |
| 'nqe/network_quality_observation_source.cc', |
| 'nqe/network_quality_observation_source.h', |
| 'nqe/network_quality_provider.cc', |
| 'nqe/network_quality_provider.h', |
| 'nqe/network_quality_store.cc', |
| 'nqe/network_quality_store.h', |
| 'nqe/observation_buffer.cc', |
| 'nqe/observation_buffer.h', |
| 'nqe/rtt_throughput_estimates_observer.h', |
| 'nqe/socket_watcher.cc', |
| 'nqe/socket_watcher.h', |
| 'nqe/socket_watcher_factory.cc', |
| 'nqe/socket_watcher_factory.h', |
| 'nqe/throughput_analyzer.cc', |
| 'nqe/throughput_analyzer.h', |
| 'nqe/weighted_observation.h', |
| 'ntlm/ntlm.cc', |
| 'ntlm/ntlm.h', |
| 'ntlm/ntlm_buffer_reader.cc', |
| 'ntlm/ntlm_buffer_reader.h', |
| 'ntlm/ntlm_buffer_writer.cc', |
| 'ntlm/ntlm_buffer_writer.h', |
| 'ntlm/ntlm_client.cc', |
| 'ntlm/ntlm_client.h', |
| 'ntlm/ntlm_constants.cc', |
| 'ntlm/ntlm_constants.h', |
| 'proxy_resolution/dhcp_pac_file_fetcher.cc', |
| 'proxy_resolution/dhcp_pac_file_fetcher.h', |
| 'proxy_resolution/dhcp_pac_file_fetcher_factory.cc', |
| 'proxy_resolution/dhcp_pac_file_fetcher_factory.h', |
| 'proxy_resolution/multi_threaded_proxy_resolver.cc', |
| 'proxy_resolution/multi_threaded_proxy_resolver.h', |
| 'proxy_resolution/network_delegate_error_observer.cc', |
| 'proxy_resolution/network_delegate_error_observer.h', |
| 'proxy_resolution/pac_file_data.cc', |
| 'proxy_resolution/pac_file_data.h', |
| 'proxy_resolution/pac_file_decider.cc', |
| 'proxy_resolution/pac_file_decider.h', |
| 'proxy_resolution/pac_file_fetcher.h', |
| 'proxy_resolution/pac_file_fetcher_impl.cc', |
| 'proxy_resolution/pac_file_fetcher_impl.h', |
| 'proxy_resolution/pac_js_library.h', |
| 'proxy_resolution/polling_proxy_config_service.cc', |
| 'proxy_resolution/polling_proxy_config_service.h', |
| 'proxy_resolution/proxy_bypass_rules.cc', |
| 'proxy_resolution/proxy_bypass_rules.h', |
| 'proxy_resolution/proxy_config.cc', |
| 'proxy_resolution/proxy_config.h', |
| 'proxy_resolution/proxy_config_service.h', |
| 'proxy_resolution/proxy_config_with_annotation.cc', |
| 'proxy_resolution/proxy_config_with_annotation.h', |
| 'proxy_resolution/proxy_info.cc', |
| 'proxy_resolution/proxy_info.h', |
| 'proxy_resolution/proxy_list.cc', |
| 'proxy_resolution/proxy_list.h', |
| 'proxy_resolution/proxy_config_service_fixed.cc', |
| 'proxy_resolution/proxy_config_service_fixed.h', |
| 'proxy_resolution/proxy_resolution_service.cc', |
| 'proxy_resolution/proxy_resolution_service.h', |
| 'proxy_resolution/proxy_resolver.h', |
| 'proxy_resolution/proxy_resolver_error_observer.h', |
| 'proxy_resolution/proxy_resolver_factory.cc', |
| 'proxy_resolution/proxy_resolver_factory.h', |
| |
| # We still need to support mozjs-45 |
| # 'proxy_resolution/proxy_resolver_v8_tracing.cc', |
| # 'proxy_resolution/proxy_resolver_v8_tracing.h', |
| # 'proxy_resolution/proxy_resolver_v8_tracing_wrapper.cc', |
| # 'proxy_resolution/proxy_resolver_v8_tracing_wrapper.h', |
| 'proxy_resolution/proxy_retry_info.h', |
| |
| 'quic/bidirectional_stream_quic_impl.cc', |
| 'quic/bidirectional_stream_quic_impl.h', |
| 'quic/crypto/channel_id_chromium.cc', |
| 'quic/crypto/channel_id_chromium.h', |
| 'quic/crypto/proof_source_chromium.cc', |
| 'quic/crypto/proof_source_chromium.h', |
| 'quic/crypto/proof_verifier_chromium.cc', |
| 'quic/crypto/proof_verifier_chromium.h', |
| 'quic/network_connection.cc', |
| 'quic/network_connection.h', |
| 'quic/properties_based_quic_server_info.cc', |
| 'quic/properties_based_quic_server_info.h', |
| 'quic/quic_address_mismatch.cc', |
| 'quic/quic_address_mismatch.h', |
| 'quic/quic_chromium_alarm_factory.cc', |
| 'quic/quic_chromium_alarm_factory.h', |
| 'quic/quic_chromium_client_session.cc', |
| 'quic/quic_chromium_client_session.h', |
| 'quic/quic_chromium_client_stream.cc', |
| 'quic/quic_chromium_client_stream.h', |
| 'quic/quic_chromium_connection_helper.cc', |
| 'quic/quic_chromium_connection_helper.h', |
| 'quic/quic_chromium_packet_reader.cc', |
| 'quic/quic_chromium_packet_reader.h', |
| 'quic/quic_chromium_packet_writer.cc', |
| 'quic/quic_chromium_packet_writer.h', |
| 'quic/quic_clock_skew_detector.cc', |
| 'quic/quic_clock_skew_detector.h', |
| 'quic/quic_connection_logger.cc', |
| 'quic/quic_connection_logger.h', |
| 'quic/quic_connectivity_probing_manager.cc', |
| 'quic/quic_connectivity_probing_manager.h', |
| 'quic/quic_crypto_client_stream_factory.cc', |
| 'quic/quic_crypto_client_stream_factory.h', |
| 'quic/quic_flags_list.h', |
| 'quic/quic_http_stream.cc', |
| 'quic/quic_http_stream.h', |
| 'quic/quic_http_utils.cc', |
| 'quic/quic_http_utils.h', |
| 'quic/quic_proxy_client_socket.cc', |
| 'quic/quic_proxy_client_socket.h', |
| 'quic/quic_server_info.cc', |
| 'quic/quic_server_info.h', |
| 'quic/quic_session_key.cc', |
| 'quic/quic_session_key.h', |
| 'quic/quic_stream_factory.cc', |
| 'quic/quic_stream_factory.h', |
| 'quic/quic_utils_chromium.cc', |
| 'quic/quic_utils_chromium.h', |
| 'socket/client_socket_factory.cc', |
| 'socket/client_socket_factory.h', |
| 'socket/client_socket_pool.cc', |
| 'socket/client_socket_pool.h', |
| 'socket/client_socket_pool_base.cc', |
| 'socket/client_socket_pool_base.h', |
| 'socket/client_socket_pool_manager.cc', |
| 'socket/client_socket_pool_manager.h', |
| 'socket/client_socket_pool_manager_impl.cc', |
| 'socket/client_socket_pool_manager_impl.h', |
| 'socket/datagram_client_socket.h', |
| 'socket/datagram_server_socket.h', |
| 'socket/datagram_socket.h', |
| 'socket/diff_serv_code_point.h', |
| 'socket/server_socket.cc', |
| 'socket/server_socket.h', |
| 'socket/socket_descriptor.h', |
| 'socket/socket_net_log_params.cc', |
| 'socket/socket_net_log_params.h', |
| 'socket/socket_options.cc', |
| 'socket/socket_options.h', |
| 'socket/socket_tag.cc', |
| 'socket/socket_tag.h', |
| 'socket/socks5_client_socket.cc', |
| 'socket/socks5_client_socket.h', |
| 'socket/socks_client_socket.cc', |
| 'socket/socks_client_socket.h', |
| 'socket/socks_client_socket_pool.cc', |
| 'socket/socks_client_socket_pool.h', |
| 'socket/ssl_client_socket_pool.cc', |
| 'socket/ssl_client_socket_pool.h', |
| 'socket/ssl_server_socket.h', |
| 'socket/ssl_server_socket_impl.cc', |
| 'socket/ssl_server_socket_impl.h', |
| 'socket/tcp_client_socket.cc', |
| 'socket/tcp_client_socket.h', |
| 'socket/tcp_server_socket.cc', |
| 'socket/tcp_server_socket.h', |
| 'socket/tcp_socket.h', |
| 'socket/tcp_socket_starboard.cc', |
| 'socket/tcp_socket_starboard.h', |
| 'socket/transport_client_socket.cc', |
| 'socket/transport_client_socket.h', |
| 'socket/transport_client_socket_pool.cc', |
| 'socket/transport_client_socket_pool.h', |
| 'socket/udp_client_socket.cc', |
| 'socket/udp_client_socket.h', |
| 'socket/udp_net_log_parameters.cc', |
| 'socket/udp_net_log_parameters.h', |
| 'socket/udp_server_socket.cc', |
| 'socket/udp_server_socket.h', |
| 'socket/udp_socket.h', |
| 'socket/udp_socket_starboard.cc', |
| 'socket/udp_socket_starboard.h', |
| 'socket/websocket_endpoint_lock_manager.cc', |
| 'socket/websocket_endpoint_lock_manager.h', |
| 'socket/websocket_transport_client_socket_pool.cc', |
| 'socket/websocket_transport_client_socket_pool.h', |
| 'socket/websocket_transport_connect_sub_job.cc', |
| 'socket/websocket_transport_connect_sub_job.h', |
| 'spdy/bidirectional_stream_spdy_impl.cc', |
| 'spdy/bidirectional_stream_spdy_impl.h', |
| 'spdy/buffered_spdy_framer.cc', |
| 'spdy/buffered_spdy_framer.h', |
| 'spdy/header_coalescer.cc', |
| 'spdy/header_coalescer.h', |
| 'spdy/http2_priority_dependencies.cc', |
| 'spdy/http2_priority_dependencies.h', |
| 'spdy/http2_push_promise_index.cc', |
| 'spdy/http2_push_promise_index.h', |
| 'spdy/multiplexed_http_stream.cc', |
| 'spdy/multiplexed_http_stream.h', |
| 'spdy/multiplexed_session.cc', |
| 'spdy/multiplexed_session.h', |
| 'spdy/platform/impl/spdy_arraysize_impl.h', |
| 'spdy/platform/impl/spdy_bug_tracker_impl.h', |
| 'spdy/platform/impl/spdy_containers_impl.h', |
| 'spdy/platform/impl/spdy_endianness_util_impl.h', |
| 'spdy/platform/impl/spdy_estimate_memory_usage_impl.h', |
| 'spdy/platform/impl/spdy_export_impl.h', |
| 'spdy/platform/impl/spdy_flags_impl.cc', |
| 'spdy/platform/impl/spdy_flags_impl.h', |
| 'spdy/platform/impl/spdy_macros_impl.h', |
| 'spdy/platform/impl/spdy_mem_slice_impl.cc', |
| 'spdy/platform/impl/spdy_mem_slice_impl.h', |
| 'spdy/platform/impl/spdy_ptr_util_impl.h', |
| 'spdy/platform/impl/spdy_string_impl.h', |
| 'spdy/platform/impl/spdy_string_piece_impl.h', |
| 'spdy/platform/impl/spdy_string_utils_impl.cc', |
| 'spdy/platform/impl/spdy_string_utils_impl.h', |
| 'spdy/platform/impl/spdy_test_utils_prod_impl.h', |
| 'spdy/platform/impl/spdy_unsafe_arena_impl.cc', |
| 'spdy/platform/impl/spdy_unsafe_arena_impl.h', |
| 'spdy/server_push_delegate.h', |
| 'spdy/spdy_buffer.cc', |
| 'spdy/spdy_buffer.h', |
| 'spdy/spdy_buffer_producer.cc', |
| 'spdy/spdy_buffer_producer.h', |
| 'spdy/spdy_http_stream.cc', |
| 'spdy/spdy_http_stream.h', |
| 'spdy/spdy_http_utils.cc', |
| 'spdy/spdy_http_utils.h', |
| 'spdy/spdy_log_util.cc', |
| 'spdy/spdy_log_util.h', |
| 'spdy/spdy_proxy_client_socket.cc', |
| 'spdy/spdy_proxy_client_socket.h', |
| 'spdy/spdy_read_queue.cc', |
| 'spdy/spdy_read_queue.h', |
| 'spdy/spdy_session.cc', |
| 'spdy/spdy_session.h', |
| 'spdy/spdy_session_key.cc', |
| 'spdy/spdy_session_key.h', |
| 'spdy/spdy_session_pool.cc', |
| 'spdy/spdy_session_pool.h', |
| 'spdy/spdy_stream.cc', |
| 'spdy/spdy_stream.h', |
| 'spdy/spdy_write_queue.cc', |
| 'spdy/spdy_write_queue.h', |
| 'ssl/client_cert_store.h', |
| 'ssl/ssl_config_service_defaults.cc', |
| 'ssl/ssl_config_service_defaults.h', |
| 'ssl/ssl_platform_key_util.cc', |
| 'ssl/ssl_platform_key_util.h', |
| 'ssl/threaded_ssl_private_key.cc', |
| 'ssl/threaded_ssl_private_key.h', |
| 'third_party/quic/core/congestion_control/bandwidth_sampler.cc', |
| 'third_party/quic/core/congestion_control/bandwidth_sampler.h', |
| 'third_party/quic/core/congestion_control/bbr_sender.cc', |
| 'third_party/quic/core/congestion_control/bbr_sender.h', |
| 'third_party/quic/core/congestion_control/cubic_bytes.cc', |
| 'third_party/quic/core/congestion_control/cubic_bytes.h', |
| 'third_party/quic/core/congestion_control/general_loss_algorithm.cc', |
| 'third_party/quic/core/congestion_control/general_loss_algorithm.h', |
| 'third_party/quic/core/congestion_control/hybrid_slow_start.cc', |
| 'third_party/quic/core/congestion_control/hybrid_slow_start.h', |
| 'third_party/quic/core/congestion_control/loss_detection_interface.h', |
| 'third_party/quic/core/congestion_control/pacing_sender.cc', |
| 'third_party/quic/core/congestion_control/pacing_sender.h', |
| 'third_party/quic/core/congestion_control/prr_sender.cc', |
| 'third_party/quic/core/congestion_control/prr_sender.h', |
| 'third_party/quic/core/congestion_control/rtt_stats.cc', |
| 'third_party/quic/core/congestion_control/rtt_stats.h', |
| 'third_party/quic/core/congestion_control/send_algorithm_interface.cc', |
| 'third_party/quic/core/congestion_control/send_algorithm_interface.h', |
| 'third_party/quic/core/congestion_control/tcp_cubic_sender_bytes.cc', |
| 'third_party/quic/core/congestion_control/tcp_cubic_sender_bytes.h', |
| 'third_party/quic/core/congestion_control/uber_loss_algorithm.cc', |
| 'third_party/quic/core/congestion_control/uber_loss_algorithm.h', |
| 'third_party/quic/core/congestion_control/windowed_filter.h', |
| 'third_party/quic/core/crypto/aead_base_decrypter.cc', |
| 'third_party/quic/core/crypto/aead_base_decrypter.h', |
| 'third_party/quic/core/crypto/aead_base_encrypter.cc', |
| 'third_party/quic/core/crypto/aead_base_encrypter.h', |
| 'third_party/quic/core/crypto/aes_128_gcm_12_decrypter.cc', |
| 'third_party/quic/core/crypto/aes_128_gcm_12_decrypter.h', |
| 'third_party/quic/core/crypto/aes_128_gcm_12_encrypter.cc', |
| 'third_party/quic/core/crypto/aes_128_gcm_12_encrypter.h', |
| 'third_party/quic/core/crypto/aes_128_gcm_decrypter.cc', |
| 'third_party/quic/core/crypto/aes_128_gcm_decrypter.h', |
| 'third_party/quic/core/crypto/aes_128_gcm_encrypter.cc', |
| 'third_party/quic/core/crypto/aes_128_gcm_encrypter.h', |
| 'third_party/quic/core/crypto/aes_256_gcm_decrypter.cc', |
| 'third_party/quic/core/crypto/aes_256_gcm_decrypter.h', |
| 'third_party/quic/core/crypto/aes_256_gcm_encrypter.cc', |
| 'third_party/quic/core/crypto/aes_256_gcm_encrypter.h', |
| 'third_party/quic/core/crypto/cert_compressor.cc', |
| 'third_party/quic/core/crypto/cert_compressor.h', |
| 'third_party/quic/core/crypto/chacha20_poly1305_decrypter.cc', |
| 'third_party/quic/core/crypto/chacha20_poly1305_decrypter.h', |
| 'third_party/quic/core/crypto/chacha20_poly1305_encrypter.cc', |
| 'third_party/quic/core/crypto/chacha20_poly1305_encrypter.h', |
| 'third_party/quic/core/crypto/chacha20_poly1305_tls_decrypter.cc', |
| 'third_party/quic/core/crypto/chacha20_poly1305_tls_decrypter.h', |
| 'third_party/quic/core/crypto/chacha20_poly1305_tls_encrypter.cc', |
| 'third_party/quic/core/crypto/chacha20_poly1305_tls_encrypter.h', |
| 'third_party/quic/core/crypto/channel_id.cc', |
| 'third_party/quic/core/crypto/channel_id.h', |
| 'third_party/quic/core/crypto/common_cert_set.cc', |
| 'third_party/quic/core/crypto/common_cert_set.h', |
| 'third_party/quic/core/crypto/crypto_framer.cc', |
| 'third_party/quic/core/crypto/crypto_framer.h', |
| 'third_party/quic/core/crypto/crypto_handshake.cc', |
| 'third_party/quic/core/crypto/crypto_handshake.h', |
| 'third_party/quic/core/crypto/crypto_handshake_message.cc', |
| 'third_party/quic/core/crypto/crypto_handshake_message.h', |
| 'third_party/quic/core/crypto/crypto_message_parser.h', |
| 'third_party/quic/core/crypto/crypto_protocol.h', |
| 'third_party/quic/core/crypto/crypto_secret_boxer.cc', |
| 'third_party/quic/core/crypto/crypto_secret_boxer.h', |
| 'third_party/quic/core/crypto/crypto_utils.cc', |
| 'third_party/quic/core/crypto/crypto_utils.h', |
| 'third_party/quic/core/crypto/curve25519_key_exchange.cc', |
| 'third_party/quic/core/crypto/curve25519_key_exchange.h', |
| 'third_party/quic/core/crypto/key_exchange.h', |
| 'third_party/quic/core/crypto/null_decrypter.cc', |
| 'third_party/quic/core/crypto/null_decrypter.h', |
| 'third_party/quic/core/crypto/null_encrypter.cc', |
| 'third_party/quic/core/crypto/null_encrypter.h', |
| 'third_party/quic/core/crypto/p256_key_exchange.cc', |
| 'third_party/quic/core/crypto/p256_key_exchange.h', |
| 'third_party/quic/core/crypto/proof_source.cc', |
| 'third_party/quic/core/crypto/proof_source.h', |
| 'third_party/quic/core/crypto/proof_verifier.h', |
| 'third_party/quic/core/crypto/quic_compressed_certs_cache.cc', |
| 'third_party/quic/core/crypto/quic_compressed_certs_cache.h', |
| 'third_party/quic/core/crypto/quic_crypter.h', |
| 'third_party/quic/core/crypto/quic_crypto_client_config.cc', |
| 'third_party/quic/core/crypto/quic_crypto_client_config.h', |
| 'third_party/quic/core/crypto/quic_crypto_proof.cc', |
| 'third_party/quic/core/crypto/quic_crypto_proof.h', |
| 'third_party/quic/core/crypto/quic_crypto_server_config.cc', |
| 'third_party/quic/core/crypto/quic_crypto_server_config.h', |
| 'third_party/quic/core/crypto/quic_decrypter.cc', |
| 'third_party/quic/core/crypto/quic_decrypter.h', |
| 'third_party/quic/core/crypto/quic_encrypter.cc', |
| 'third_party/quic/core/crypto/quic_encrypter.h', |
| 'third_party/quic/core/crypto/quic_hkdf.cc', |
| 'third_party/quic/core/crypto/quic_hkdf.h', |
| 'third_party/quic/core/crypto/quic_random.cc', |
| 'third_party/quic/core/crypto/quic_random.h', |
| 'third_party/quic/core/crypto/transport_parameters.cc', |
| 'third_party/quic/core/crypto/transport_parameters.h', |
| 'third_party/quic/core/frames/quic_ack_frame.cc', |
| 'third_party/quic/core/frames/quic_ack_frame.h', |
| 'third_party/quic/core/frames/quic_application_close_frame.cc', |
| 'third_party/quic/core/frames/quic_application_close_frame.h', |
| 'third_party/quic/core/frames/quic_blocked_frame.cc', |
| 'third_party/quic/core/frames/quic_blocked_frame.h', |
| 'third_party/quic/core/frames/quic_connection_close_frame.cc', |
| 'third_party/quic/core/frames/quic_connection_close_frame.h', |
| 'third_party/quic/core/frames/quic_crypto_frame.cc', |
| 'third_party/quic/core/frames/quic_crypto_frame.h', |
| 'third_party/quic/core/frames/quic_frame.cc', |
| 'third_party/quic/core/frames/quic_frame.h', |
| 'third_party/quic/core/frames/quic_goaway_frame.cc', |
| 'third_party/quic/core/frames/quic_goaway_frame.h', |
| 'third_party/quic/core/frames/quic_inlined_frame.h', |
| 'third_party/quic/core/frames/quic_max_stream_id_frame.cc', |
| 'third_party/quic/core/frames/quic_max_stream_id_frame.h', |
| 'third_party/quic/core/frames/quic_message_frame.cc', |
| 'third_party/quic/core/frames/quic_message_frame.h', |
| 'third_party/quic/core/frames/quic_mtu_discovery_frame.h', |
| 'third_party/quic/core/frames/quic_new_connection_id_frame.cc', |
| 'third_party/quic/core/frames/quic_new_connection_id_frame.h', |
| 'third_party/quic/core/frames/quic_new_token_frame.cc', |
| 'third_party/quic/core/frames/quic_new_token_frame.h', |
| 'third_party/quic/core/frames/quic_padding_frame.cc', |
| 'third_party/quic/core/frames/quic_padding_frame.h', |
| 'third_party/quic/core/frames/quic_path_challenge_frame.cc', |
| 'third_party/quic/core/frames/quic_path_challenge_frame.h', |
| 'third_party/quic/core/frames/quic_path_response_frame.cc', |
| 'third_party/quic/core/frames/quic_path_response_frame.h', |
| 'third_party/quic/core/frames/quic_ping_frame.cc', |
| 'third_party/quic/core/frames/quic_ping_frame.h', |
| 'third_party/quic/core/frames/quic_retire_connection_id_frame.cc', |
| 'third_party/quic/core/frames/quic_retire_connection_id_frame.h', |
| 'third_party/quic/core/frames/quic_rst_stream_frame.cc', |
| 'third_party/quic/core/frames/quic_rst_stream_frame.h', |
| 'third_party/quic/core/frames/quic_stop_sending_frame.cc', |
| 'third_party/quic/core/frames/quic_stop_sending_frame.h', |
| 'third_party/quic/core/frames/quic_stop_waiting_frame.cc', |
| 'third_party/quic/core/frames/quic_stop_waiting_frame.h', |
| 'third_party/quic/core/frames/quic_stream_frame.cc', |
| 'third_party/quic/core/frames/quic_stream_frame.h', |
| 'third_party/quic/core/frames/quic_stream_id_blocked_frame.cc', |
| 'third_party/quic/core/frames/quic_stream_id_blocked_frame.h', |
| 'third_party/quic/core/frames/quic_window_update_frame.cc', |
| 'third_party/quic/core/frames/quic_window_update_frame.h', |
| 'third_party/quic/core/http/http_decoder.cc', |
| 'third_party/quic/core/http/http_decoder.h', |
| 'third_party/quic/core/http/http_encoder.cc', |
| 'third_party/quic/core/http/http_encoder.h', |
| 'third_party/quic/core/http/http_frames.h', |
| 'third_party/quic/core/http/quic_client_promised_info.cc', |
| 'third_party/quic/core/http/quic_client_promised_info.h', |
| 'third_party/quic/core/http/quic_client_push_promise_index.cc', |
| 'third_party/quic/core/http/quic_client_push_promise_index.h', |
| 'third_party/quic/core/http/quic_header_list.cc', |
| 'third_party/quic/core/http/quic_header_list.h', |
| 'third_party/quic/core/http/quic_headers_stream.cc', |
| 'third_party/quic/core/http/quic_headers_stream.h', |
| 'third_party/quic/core/http/quic_server_session_base.cc', |
| 'third_party/quic/core/http/quic_server_session_base.h', |
| 'third_party/quic/core/http/quic_spdy_client_stream.cc', |
| 'third_party/quic/core/http/quic_spdy_client_stream.h', |
| 'third_party/quic/core/http/quic_spdy_client_session.cc', |
| 'third_party/quic/core/http/quic_spdy_client_session.h', |
| 'third_party/quic/core/http/quic_spdy_client_session_base.cc', |
| 'third_party/quic/core/http/quic_spdy_client_session_base.h', |
| 'third_party/quic/core/http/quic_spdy_session.cc', |
| 'third_party/quic/core/http/quic_spdy_session.h', |
| 'third_party/quic/core/http/quic_spdy_stream.cc', |
| 'third_party/quic/core/http/quic_spdy_stream.h', |
| 'third_party/quic/core/http/quic_spdy_stream_body_buffer.cc', |
| 'third_party/quic/core/http/quic_spdy_stream_body_buffer.h', |
| 'third_party/quic/core/http/spdy_utils.cc', |
| 'third_party/quic/core/http/spdy_utils.h', |
| 'third_party/quic/core/legacy_quic_stream_id_manager.cc', |
| 'third_party/quic/core/legacy_quic_stream_id_manager.h', |
| 'third_party/quic/core/packet_number_indexed_queue.h', |
| 'third_party/quic/core/qpack/qpack_constants.cc', |
| 'third_party/quic/core/qpack/qpack_constants.h', |
| 'third_party/quic/core/qpack/qpack_decoded_headers_accumulator.cc', |
| 'third_party/quic/core/qpack/qpack_decoded_headers_accumulator.h', |
| 'third_party/quic/core/qpack/qpack_decoder.cc', |
| 'third_party/quic/core/qpack/qpack_decoder.h', |
| 'third_party/quic/core/qpack/qpack_decoder_stream_receiver.cc', |
| 'third_party/quic/core/qpack/qpack_decoder_stream_receiver.h', |
| 'third_party/quic/core/qpack/qpack_decoder_stream_sender.cc', |
| 'third_party/quic/core/qpack/qpack_decoder_stream_sender.h', |
| 'third_party/quic/core/qpack/qpack_encoder.cc', |
| 'third_party/quic/core/qpack/qpack_encoder.h', |
| 'third_party/quic/core/qpack/qpack_encoder_stream_receiver.cc', |
| 'third_party/quic/core/qpack/qpack_encoder_stream_receiver.h', |
| 'third_party/quic/core/qpack/qpack_encoder_stream_sender.cc', |
| 'third_party/quic/core/qpack/qpack_encoder_stream_sender.h', |
| 'third_party/quic/core/qpack/qpack_header_table.cc', |
| 'third_party/quic/core/qpack/qpack_header_table.h', |
| 'third_party/quic/core/qpack/qpack_instruction_decoder.cc', |
| 'third_party/quic/core/qpack/qpack_instruction_decoder.h', |
| 'third_party/quic/core/qpack/qpack_instruction_encoder.cc', |
| 'third_party/quic/core/qpack/qpack_instruction_encoder.h', |
| 'third_party/quic/core/qpack/qpack_progressive_decoder.cc', |
| 'third_party/quic/core/qpack/qpack_progressive_decoder.h', |
| 'third_party/quic/core/qpack/qpack_progressive_encoder.cc', |
| 'third_party/quic/core/qpack/qpack_progressive_encoder.h', |
| 'third_party/quic/core/qpack/qpack_static_table.cc', |
| 'third_party/quic/core/qpack/qpack_static_table.h', |
| 'third_party/quic/core/quic_ack_listener_interface.cc', |
| 'third_party/quic/core/quic_ack_listener_interface.h', |
| 'third_party/quic/core/quic_alarm.cc', |
| 'third_party/quic/core/quic_alarm.h', |
| 'third_party/quic/core/quic_alarm_factory.h', |
| 'third_party/quic/core/quic_arena_scoped_ptr.h', |
| 'third_party/quic/core/quic_bandwidth.cc', |
| 'third_party/quic/core/quic_bandwidth.h', |
| 'third_party/quic/core/quic_blocked_writer_interface.h', |
| 'third_party/quic/core/quic_buffer_allocator.cc', |
| 'third_party/quic/core/quic_buffer_allocator.h', |
| 'third_party/quic/core/quic_buffered_packet_store.cc', |
| 'third_party/quic/core/quic_buffered_packet_store.h', |
| 'third_party/quic/core/quic_config.cc', |
| 'third_party/quic/core/quic_config.h', |
| 'third_party/quic/core/quic_connection.cc', |
| 'third_party/quic/core/quic_connection.h', |
| 'third_party/quic/core/quic_connection_close_delegate_interface.h', |
| 'third_party/quic/core/quic_connection_id.cc', |
| 'third_party/quic/core/quic_connection_id.h', |
| 'third_party/quic/core/quic_connection_stats.cc', |
| 'third_party/quic/core/quic_connection_stats.h', |
| 'third_party/quic/core/quic_constants.cc', |
| 'third_party/quic/core/quic_constants.h', |
| 'third_party/quic/core/quic_control_frame_manager.cc', |
| 'third_party/quic/core/quic_control_frame_manager.h', |
| 'third_party/quic/core/quic_crypto_client_handshaker.cc', |
| 'third_party/quic/core/quic_crypto_client_handshaker.h', |
| 'third_party/quic/core/quic_crypto_client_stream.cc', |
| 'third_party/quic/core/quic_crypto_client_stream.h', |
| 'third_party/quic/core/quic_crypto_handshaker.cc', |
| 'third_party/quic/core/quic_crypto_handshaker.h', |
| 'third_party/quic/core/quic_crypto_server_handshaker.cc', |
| 'third_party/quic/core/quic_crypto_server_handshaker.h', |
| 'third_party/quic/core/quic_crypto_server_stream.cc', |
| 'third_party/quic/core/quic_crypto_server_stream.h', |
| 'third_party/quic/core/quic_crypto_stream.cc', |
| 'third_party/quic/core/quic_crypto_stream.h', |
| 'third_party/quic/core/quic_data_reader.cc', |
| 'third_party/quic/core/quic_data_reader.h', |
| 'third_party/quic/core/quic_data_writer.cc', |
| 'third_party/quic/core/quic_data_writer.h', |
| 'third_party/quic/core/quic_flow_controller.cc', |
| 'third_party/quic/core/quic_flow_controller.h', |
| 'third_party/quic/core/quic_framer.cc', |
| 'third_party/quic/core/quic_framer.h', |
| 'third_party/quic/core/quic_interval.h', |
| 'third_party/quic/core/quic_interval_set.h', |
| 'third_party/quic/core/quic_lru_cache.h', |
| 'third_party/quic/core/quic_one_block_arena.h', |
| 'third_party/quic/core/quic_packet_creator.cc', |
| 'third_party/quic/core/quic_packet_creator.h', |
| 'third_party/quic/core/quic_packet_generator.cc', |
| 'third_party/quic/core/quic_packet_generator.h', |
| 'third_party/quic/core/quic_packet_number.cc', |
| 'third_party/quic/core/quic_packet_number.h', |
| 'third_party/quic/core/quic_packet_writer.h', |
| 'third_party/quic/core/quic_packets.cc', |
| 'third_party/quic/core/quic_packets.h', |
| 'third_party/quic/core/quic_pending_retransmission.h', |
| 'third_party/quic/core/quic_received_packet_manager.cc', |
| 'third_party/quic/core/quic_received_packet_manager.h', |
| 'third_party/quic/core/quic_sent_packet_manager.cc', |
| 'third_party/quic/core/quic_sent_packet_manager.h', |
| 'third_party/quic/core/quic_server_id.cc', |
| 'third_party/quic/core/quic_server_id.h', |
| 'third_party/quic/core/quic_session.cc', |
| 'third_party/quic/core/quic_session.h', |
| 'third_party/quic/core/quic_simple_buffer_allocator.cc', |
| 'third_party/quic/core/quic_simple_buffer_allocator.h', |
| 'third_party/quic/core/quic_socket_address_coder.cc', |
| 'third_party/quic/core/quic_socket_address_coder.h', |
| 'third_party/quic/core/quic_stream.cc', |
| 'third_party/quic/core/quic_stream.h', |
| 'third_party/quic/core/quic_stream_frame_data_producer.h', |
| 'third_party/quic/core/quic_stream_id_manager.cc', |
| 'third_party/quic/core/quic_stream_id_manager.h', |
| 'third_party/quic/core/quic_stream_send_buffer.cc', |
| 'third_party/quic/core/quic_stream_send_buffer.h', |
| 'third_party/quic/core/quic_stream_sequencer.cc', |
| 'third_party/quic/core/quic_stream_sequencer.h', |
| 'third_party/quic/core/quic_stream_sequencer_buffer.cc', |
| 'third_party/quic/core/quic_stream_sequencer_buffer.h', |
| 'third_party/quic/core/quic_sustained_bandwidth_recorder.cc', |
| 'third_party/quic/core/quic_sustained_bandwidth_recorder.h', |
| 'third_party/quic/core/quic_tag.cc', |
| 'third_party/quic/core/quic_tag.h', |
| 'third_party/quic/core/quic_time.cc', |
| 'third_party/quic/core/quic_time.h', |
| 'third_party/quic/core/quic_transmission_info.cc', |
| 'third_party/quic/core/quic_transmission_info.h', |
| 'third_party/quic/core/quic_types.cc', |
| 'third_party/quic/core/quic_types.h', |
| 'third_party/quic/core/quic_unacked_packet_map.cc', |
| 'third_party/quic/core/quic_unacked_packet_map.h', |
| 'third_party/quic/core/quic_utils.cc', |
| 'third_party/quic/core/quic_utils.h', |
| 'third_party/quic/core/quic_version_manager.cc', |
| 'third_party/quic/core/quic_version_manager.h', |
| 'third_party/quic/core/quic_versions.cc', |
| 'third_party/quic/core/quic_versions.h', |
| 'third_party/quic/core/quic_write_blocked_list.cc', |
| 'third_party/quic/core/quic_write_blocked_list.h', |
| 'third_party/quic/core/tls_client_handshaker.cc', |
| 'third_party/quic/core/tls_client_handshaker.h', |
| 'third_party/quic/core/tls_handshaker.cc', |
| 'third_party/quic/core/tls_handshaker.h', |
| 'third_party/quic/core/tls_server_handshaker.cc', |
| 'third_party/quic/core/tls_server_handshaker.h', |
| 'third_party/quic/core/uber_quic_stream_id_manager.cc', |
| 'third_party/quic/core/uber_quic_stream_id_manager.h', |
| 'third_party/quic/platform/api/quic_aligned.h', |
| 'third_party/quic/platform/api/quic_arraysize.h', |
| 'third_party/quic/platform/api/quic_bug_tracker.h', |
| 'third_party/quic/platform/api/quic_cert_utils.h', |
| 'third_party/quic/platform/api/quic_client_stats.h', |
| 'third_party/quic/platform/api/quic_clock.cc', |
| 'third_party/quic/platform/api/quic_clock.h', |
| 'third_party/quic/platform/api/quic_containers.h', |
| 'third_party/quic/platform/api/quic_endian.h', |
| 'third_party/quic/platform/api/quic_error_code_wrappers.h', |
| 'third_party/quic/platform/api/quic_estimate_memory_usage.h', |
| 'third_party/quic/platform/api/quic_export.h', |
| 'third_party/quic/platform/api/quic_exported_stats.h', |
| 'third_party/quic/platform/api/quic_fallthrough.h', |
| 'third_party/quic/platform/api/quic_file_utils.cc', |
| 'third_party/quic/platform/api/quic_file_utils.h', |
| 'third_party/quic/platform/api/quic_flag_utils.h', |
| 'third_party/quic/platform/api/quic_flags.h', |
| 'third_party/quic/platform/api/quic_hostname_utils.cc', |
| 'third_party/quic/platform/api/quic_hostname_utils.h', |
| 'third_party/quic/platform/api/quic_iovec.h', |
| 'third_party/quic/platform/api/quic_ip_address.cc', |
| 'third_party/quic/platform/api/quic_ip_address.h', |
| 'third_party/quic/platform/api/quic_ip_address_family.h', |
| 'third_party/quic/platform/api/quic_logging.h', |
| 'third_party/quic/platform/api/quic_macros.h', |
| 'third_party/quic/platform/api/quic_map_util.h', |
| 'third_party/quic/platform/api/quic_mem_slice.h', |
| 'third_party/quic/platform/api/quic_mem_slice_span.h', |
| 'third_party/quic/platform/api/quic_mem_slice_storage.h', |
| 'third_party/quic/platform/api/quic_mutex.cc', |
| 'third_party/quic/platform/api/quic_mutex.h', |
| 'third_party/quic/platform/api/quic_pcc_sender.h', |
| 'third_party/quic/platform/api/quic_prefetch.h', |
| 'third_party/quic/platform/api/quic_ptr_util.h', |
| 'third_party/quic/platform/api/quic_reference_counted.h', |
| 'third_party/quic/platform/api/quic_server_stats.h', |
| 'third_party/quic/platform/api/quic_singleton.h', |
| 'third_party/quic/platform/api/quic_sleep.h', |
| 'third_party/quic/platform/api/quic_socket_address.cc', |
| 'third_party/quic/platform/api/quic_socket_address.h', |
| 'third_party/quic/platform/api/quic_stack_trace.h', |
| 'third_party/quic/platform/api/quic_str_cat.h', |
| 'third_party/quic/platform/api/quic_string.h', |
| 'third_party/quic/platform/api/quic_string_piece.h', |
| 'third_party/quic/platform/api/quic_text_utils.h', |
| 'third_party/quic/platform/impl/quic_aligned_impl.h', |
| 'third_party/quic/platform/impl/quic_arraysize_impl.h', |
| 'third_party/quic/platform/impl/quic_bug_tracker_impl.h', |
| 'third_party/quic/platform/impl/quic_cert_utils_impl.h', |
| 'third_party/quic/platform/impl/quic_chromium_clock.cc', |
| 'third_party/quic/platform/impl/quic_chromium_clock.h', |
| 'third_party/quic/platform/impl/quic_client_stats_impl.h', |
| 'third_party/quic/platform/impl/quic_containers_impl.h', |
| 'third_party/quic/platform/impl/quic_endian_impl.h', |
| 'third_party/quic/platform/impl/quic_error_code_wrappers_impl.h', |
| 'third_party/quic/platform/impl/quic_estimate_memory_usage_impl.h', |
| 'third_party/quic/platform/impl/quic_export_impl.h', |
| 'third_party/quic/platform/impl/quic_fallthrough_impl.h', |
| 'third_party/quic/platform/impl/quic_file_utils_impl.h', |
| 'third_party/quic/platform/impl/quic_flag_utils_impl.h', |
| 'third_party/quic/platform/impl/quic_flags_impl.cc', |
| 'third_party/quic/platform/impl/quic_flags_impl.h', |
| 'third_party/quic/platform/impl/quic_hostname_utils_impl.cc', |
| 'third_party/quic/platform/impl/quic_hostname_utils_impl.h', |
| 'third_party/quic/platform/impl/quic_iovec_impl.h', |
| 'third_party/quic/platform/impl/quic_ip_address_impl.cc', |
| 'third_party/quic/platform/impl/quic_ip_address_impl.h', |
| 'third_party/quic/platform/impl/quic_logging_impl.h', |
| 'third_party/quic/platform/impl/quic_macros_impl.h', |
| 'third_party/quic/platform/impl/quic_map_util_impl.h', |
| 'third_party/quic/platform/impl/quic_mem_slice_impl.cc', |
| 'third_party/quic/platform/impl/quic_mem_slice_impl.h', |
| 'third_party/quic/platform/impl/quic_mem_slice_span_impl.cc', |
| 'third_party/quic/platform/impl/quic_mem_slice_span_impl.h', |
| 'third_party/quic/platform/impl/quic_mem_slice_storage_impl.cc', |
| 'third_party/quic/platform/impl/quic_mem_slice_storage_impl.h', |
| 'third_party/quic/platform/impl/quic_mutex_impl.cc', |
| 'third_party/quic/platform/impl/quic_mutex_impl.h', |
| 'third_party/quic/platform/impl/quic_pcc_sender_impl.h', |
| 'third_party/quic/platform/impl/quic_prefetch_impl.h', |
| 'third_party/quic/platform/impl/quic_ptr_util_impl.h', |
| 'third_party/quic/platform/impl/quic_reference_counted_impl.h', |
| 'third_party/quic/platform/impl/quic_server_stats_impl.h', |
| 'third_party/quic/platform/impl/quic_singleton_impl.h', |
| 'third_party/quic/platform/impl/quic_sleep_impl.h', |
| 'third_party/quic/platform/impl/quic_socket_address_impl.cc', |
| 'third_party/quic/platform/impl/quic_socket_address_impl.h', |
| 'third_party/quic/platform/impl/quic_stack_trace_impl.h', |
| 'third_party/quic/platform/impl/quic_str_cat_impl.h', |
| 'third_party/quic/platform/impl/quic_string_impl.h', |
| 'third_party/quic/platform/impl/quic_string_piece_impl.h', |
| 'third_party/quic/platform/impl/quic_text_utils_impl.h', |
| 'third_party/quiche/src/http2/decoder/decode_buffer.cc', |
| 'third_party/quiche/src/http2/decoder/decode_buffer.h', |
| 'third_party/quiche/src/http2/decoder/decode_http2_structures.cc', |
| 'third_party/quiche/src/http2/decoder/decode_http2_structures.h', |
| 'third_party/quiche/src/http2/decoder/decode_status.cc', |
| 'third_party/quiche/src/http2/decoder/decode_status.h', |
| 'third_party/quiche/src/http2/decoder/frame_decoder_state.cc', |
| 'third_party/quiche/src/http2/decoder/frame_decoder_state.h', |
| 'third_party/quiche/src/http2/decoder/http2_frame_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/http2_frame_decoder.h', |
| 'third_party/quiche/src/http2/decoder/http2_frame_decoder_listener.cc', |
| 'third_party/quiche/src/http2/decoder/http2_frame_decoder_listener.h', |
| 'third_party/quiche/src/http2/decoder/http2_structure_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/http2_structure_decoder.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/altsvc_payload_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/altsvc_payload_decoder.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/continuation_payload_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/continuation_payload_decoder.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/data_payload_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/data_payload_decoder.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/goaway_payload_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/goaway_payload_decoder.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/headers_payload_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/headers_payload_decoder.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/ping_payload_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/ping_payload_decoder.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/priority_payload_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/priority_payload_decoder.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/push_promise_payload_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/push_promise_payload_decoder.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/rst_stream_payload_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/rst_stream_payload_decoder.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/settings_payload_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/settings_payload_decoder.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/unknown_payload_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/unknown_payload_decoder.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/window_update_payload_decoder.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/window_update_payload_decoder.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_block_decoder.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_block_decoder.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder_listener.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder_listener.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder_state.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder_state.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder_string_buffer.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder_string_buffer.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder_tables.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder_tables.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_entry_decoder.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_entry_decoder.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_entry_decoder_listener.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_entry_decoder_listener.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_entry_type_decoder.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_entry_type_decoder.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_string_decoder.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_string_decoder.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_string_decoder_listener.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_string_decoder_listener.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_whole_entry_buffer.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_whole_entry_buffer.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_whole_entry_listener.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_whole_entry_listener.h', |
| 'third_party/quiche/src/http2/hpack/hpack_static_table_entries.inc', |
| 'third_party/quiche/src/http2/hpack/hpack_string.cc', |
| 'third_party/quiche/src/http2/hpack/hpack_string.h', |
| 'third_party/quiche/src/http2/hpack/http2_hpack_constants.cc', |
| 'third_party/quiche/src/http2/hpack/http2_hpack_constants.h', |
| 'third_party/quiche/src/http2/hpack/huffman/hpack_huffman_decoder.cc', |
| 'third_party/quiche/src/http2/hpack/huffman/hpack_huffman_decoder.h', |
| 'third_party/quiche/src/http2/hpack/huffman/hpack_huffman_encoder.cc', |
| 'third_party/quiche/src/http2/hpack/huffman/hpack_huffman_encoder.h', |
| 'third_party/quiche/src/http2/hpack/huffman/huffman_spec_tables.cc', |
| 'third_party/quiche/src/http2/hpack/huffman/huffman_spec_tables.h', |
| 'third_party/quiche/src/http2/hpack/varint/hpack_varint_decoder.cc', |
| 'third_party/quiche/src/http2/hpack/varint/hpack_varint_decoder.h', |
| 'third_party/quiche/src/http2/hpack/varint/hpack_varint_encoder.cc', |
| 'third_party/quiche/src/http2/hpack/varint/hpack_varint_encoder.h', |
| 'third_party/quiche/src/http2/http2_constants.cc', |
| 'third_party/quiche/src/http2/http2_constants.h', |
| 'third_party/quiche/src/http2/http2_structures.cc', |
| 'third_party/quiche/src/http2/http2_structures.h', |
| 'third_party/quiche/src/http2/platform/api/http2_arraysize.h', |
| 'third_party/quiche/src/http2/platform/api/http2_bug_tracker.h', |
| 'third_party/quiche/src/http2/platform/api/http2_export.h', |
| 'third_party/quiche/src/http2/platform/api/http2_flag_utils.h', |
| 'third_party/quiche/src/http2/platform/api/http2_flags.h', |
| 'third_party/quiche/src/http2/platform/api/http2_optional.h', |
| 'third_party/quiche/src/http2/platform/api/http2_ptr_util.h', |
| 'third_party/quiche/src/http2/platform/api/http2_reconstruct_object.h', |
| 'third_party/quiche/src/http2/platform/api/http2_string.h', |
| 'third_party/quiche/src/http2/platform/api/http2_string_piece.h', |
| 'third_party/quiche/src/http2/platform/api/http2_string_utils.h', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_constants.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_constants.h', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_decoder_adapter.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_decoder_adapter.h', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_encoder.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_encoder.h', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_entry.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_entry.h', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_header_table.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_header_table.h', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_huffman_table.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_huffman_table.h', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_output_stream.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_output_stream.h', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_static_table.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_static_table.h', |
| 'third_party/quiche/src/spdy/core/http2_frame_decoder_adapter.cc', |
| 'third_party/quiche/src/spdy/core/http2_frame_decoder_adapter.h', |
| 'third_party/quiche/src/spdy/core/priority_write_scheduler.h', |
| 'third_party/quiche/src/spdy/core/spdy_alt_svc_wire_format.cc', |
| 'third_party/quiche/src/spdy/core/spdy_alt_svc_wire_format.h', |
| 'third_party/quiche/src/spdy/core/spdy_bitmasks.h', |
| 'third_party/quiche/src/spdy/core/spdy_frame_builder.cc', |
| 'third_party/quiche/src/spdy/core/spdy_frame_builder.h', |
| 'third_party/quiche/src/spdy/core/spdy_frame_reader.cc', |
| 'third_party/quiche/src/spdy/core/spdy_frame_reader.h', |
| 'third_party/quiche/src/spdy/core/spdy_framer.cc', |
| 'third_party/quiche/src/spdy/core/spdy_framer.h', |
| 'third_party/quiche/src/spdy/core/spdy_header_block.cc', |
| 'third_party/quiche/src/spdy/core/spdy_header_block.h', |
| 'third_party/quiche/src/spdy/core/spdy_headers_handler_interface.h', |
| 'third_party/quiche/src/spdy/core/spdy_pinnable_buffer_piece.cc', |
| 'third_party/quiche/src/spdy/core/spdy_pinnable_buffer_piece.h', |
| 'third_party/quiche/src/spdy/core/spdy_prefixed_buffer_reader.cc', |
| 'third_party/quiche/src/spdy/core/spdy_prefixed_buffer_reader.h', |
| 'third_party/quiche/src/spdy/core/spdy_protocol.cc', |
| 'third_party/quiche/src/spdy/core/spdy_protocol.h', |
| 'third_party/quiche/src/spdy/core/write_scheduler.h', |
| 'third_party/quiche/src/spdy/core/zero_copy_output_buffer.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_arraysize.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_bug_tracker.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_containers.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_endianness_util.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_estimate_memory_usage.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_export.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_flags.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_macros.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_mem_slice.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_ptr_util.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_string.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_string_piece.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_string_utils.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_test_utils_prod.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_unsafe_arena.h', |
| 'url_request/data_protocol_handler.cc', |
| 'url_request/data_protocol_handler.h', |
| 'url_request/http_user_agent_settings.h', |
| 'url_request/redirect_info.cc', |
| 'url_request/redirect_info.h', |
| 'url_request/redirect_util.cc', |
| 'url_request/redirect_util.h', |
| 'url_request/report_sender.cc', |
| 'url_request/report_sender.h', |
| 'url_request/static_http_user_agent_settings.cc', |
| 'url_request/static_http_user_agent_settings.h', |
| 'url_request/url_fetcher.cc', |
| 'url_request/url_fetcher.h', |
| 'url_request/url_fetcher_core.cc', |
| 'url_request/url_fetcher_core.h', |
| 'url_request/url_fetcher_delegate.cc', |
| 'url_request/url_fetcher_delegate.h', |
| 'url_request/url_fetcher_factory.h', |
| 'url_request/url_fetcher_impl.cc', |
| 'url_request/url_fetcher_impl.h', |
| 'url_request/url_fetcher_response_writer.cc', |
| 'url_request/url_fetcher_response_writer.h', |
| 'url_request/url_range_request_job.cc', |
| 'url_request/url_range_request_job.h', |
| 'url_request/url_request.cc', |
| 'url_request/url_request.h', |
| 'url_request/url_request_context.cc', |
| 'url_request/url_request_context.h', |
| 'url_request/url_request_context_builder.cc', |
| 'url_request/url_request_context_builder.h', |
| 'url_request/url_request_context_getter.cc', |
| 'url_request/url_request_context_getter.h', |
| 'url_request/url_request_context_getter_observer.h', |
| 'url_request/url_request_context_storage.cc', |
| 'url_request/url_request_context_storage.h', |
| 'url_request/url_request_data_job.cc', |
| 'url_request/url_request_data_job.h', |
| 'url_request/url_request_error_job.cc', |
| 'url_request/url_request_error_job.h', |
| 'url_request/url_request_filter.cc', |
| 'url_request/url_request_filter.h', |
| 'url_request/url_request_http_job.cc', |
| 'url_request/url_request_http_job.h', |
| 'url_request/url_request_http_job_histogram.h', |
| 'url_request/url_request_intercepting_job_factory.cc', |
| 'url_request/url_request_intercepting_job_factory.h', |
| 'url_request/url_request_interceptor.cc', |
| 'url_request/url_request_interceptor.h', |
| 'url_request/url_request_job.cc', |
| 'url_request/url_request_job.h', |
| 'url_request/url_request_job_factory.cc', |
| 'url_request/url_request_job_factory.h', |
| 'url_request/url_request_job_factory_impl.cc', |
| 'url_request/url_request_job_factory_impl.h', |
| 'url_request/url_request_job_manager.cc', |
| 'url_request/url_request_job_manager.h', |
| 'url_request/url_request_netlog_params.cc', |
| 'url_request/url_request_netlog_params.h', |
| 'url_request/url_request_redirect_job.cc', |
| 'url_request/url_request_redirect_job.h', |
| 'url_request/url_request_simple_job.cc', |
| 'url_request/url_request_simple_job.h', |
| 'url_request/url_request_status.cc', |
| 'url_request/url_request_status.h', |
| 'url_request/url_request_throttler_entry.cc', |
| 'url_request/url_request_throttler_entry.h', |
| 'url_request/url_request_throttler_entry_interface.h', |
| 'url_request/url_request_throttler_manager.cc', |
| 'url_request/url_request_throttler_manager.h', |
| # 'url_request/view_cache_helper.cc', |
| # 'url_request/view_cache_helper.h', |
| 'url_request/websocket_handshake_userdata_key.cc', |
| 'url_request/websocket_handshake_userdata_key.h', |
| |
| # Add the websockets source files as well. |
| 'websockets/websocket_basic_handshake_stream.cc', |
| 'websockets/websocket_basic_handshake_stream.h', |
| 'websockets/websocket_basic_stream.cc', |
| 'websockets/websocket_basic_stream.h', |
| 'websockets/websocket_basic_stream_adapters.cc', |
| 'websockets/websocket_basic_stream_adapters.h', |
| 'websockets/websocket_channel.cc', |
| 'websockets/websocket_channel.h', |
| 'websockets/websocket_deflate_parameters.cc', |
| 'websockets/websocket_deflate_parameters.h', |
| 'websockets/websocket_deflate_predictor.h', |
| 'websockets/websocket_deflate_predictor_impl.cc', |
| 'websockets/websocket_deflate_predictor_impl.h', |
| 'websockets/websocket_deflate_stream.cc', |
| 'websockets/websocket_deflate_stream.h', |
| 'websockets/websocket_deflater.cc', |
| 'websockets/websocket_deflater.h', |
| 'websockets/websocket_errors.cc', |
| 'websockets/websocket_errors.h', |
| 'websockets/websocket_event_interface.h', |
| 'websockets/websocket_extension.cc', |
| 'websockets/websocket_extension.h', |
| 'websockets/websocket_extension_parser.cc', |
| 'websockets/websocket_extension_parser.h', |
| 'websockets/websocket_frame.cc', |
| 'websockets/websocket_frame.h', |
| 'websockets/websocket_frame_parser.cc', |
| 'websockets/websocket_frame_parser.h', |
| 'websockets/websocket_handshake_challenge.cc', |
| 'websockets/websocket_handshake_challenge.h', |
| 'websockets/websocket_handshake_constants.cc', |
| 'websockets/websocket_handshake_constants.h', |
| 'websockets/websocket_handshake_request_info.cc', |
| 'websockets/websocket_handshake_request_info.h', |
| 'websockets/websocket_handshake_response_info.cc', |
| 'websockets/websocket_handshake_response_info.h', |
| 'websockets/websocket_handshake_stream_base.cc', |
| 'websockets/websocket_handshake_stream_base.h', |
| 'websockets/websocket_handshake_stream_create_helper.cc', |
| 'websockets/websocket_handshake_stream_create_helper.h', |
| 'websockets/websocket_http2_handshake_stream.cc', |
| 'websockets/websocket_http2_handshake_stream.h', |
| 'websockets/websocket_inflater.cc', |
| 'websockets/websocket_inflater.h', |
| 'websockets/websocket_stream.cc', |
| 'websockets/websocket_stream.h', |
| |
| # Add the network reporting source files as well. |
| 'network_error_logging/network_error_logging_service.cc', |
| 'network_error_logging/network_error_logging_service.h', |
| 'reporting/json_parser_delegate.cc', |
| 'reporting/json_parser_delegate.h', |
| 'reporting/reporting_browsing_data_remover.cc', |
| 'reporting/reporting_browsing_data_remover.h', |
| 'reporting/reporting_cache.cc', |
| 'reporting/reporting_cache.h', |
| 'reporting/reporting_client.cc', |
| 'reporting/reporting_client.h', |
| 'reporting/reporting_context.cc', |
| 'reporting/reporting_context.h', |
| 'reporting/reporting_delegate.cc', |
| 'reporting/reporting_delegate.h', |
| 'reporting/reporting_delivery_agent.cc', |
| 'reporting/reporting_delivery_agent.h', |
| 'reporting/reporting_endpoint_manager.cc', |
| 'reporting/reporting_endpoint_manager.h', |
| 'reporting/reporting_garbage_collector.cc', |
| 'reporting/reporting_garbage_collector.h', |
| 'reporting/reporting_header_parser.cc', |
| 'reporting/reporting_header_parser.h', |
| 'reporting/reporting_network_change_observer.cc', |
| 'reporting/reporting_network_change_observer.h', |
| 'reporting/reporting_observer.cc', |
| 'reporting/reporting_observer.h', |
| 'reporting/reporting_policy.cc', |
| 'reporting/reporting_policy.h', |
| 'reporting/reporting_report.cc', |
| 'reporting/reporting_report.h', |
| 'reporting/reporting_service.cc', |
| 'reporting/reporting_service.h', |
| 'reporting/reporting_uploader.cc', |
| 'reporting/reporting_uploader.h', |
| 'network_error_logging/network_error_logging_delegate.cc', |
| 'network_error_logging/network_error_logging_delegate.h', |
| ], |
| }, |
| |
| { |
| 'target_name': 'net_nqe_proto', |
| 'type': 'static_library', |
| 'hard_dependency': 1, |
| |
| 'sources': ['nqe/proto/network_id_proto.proto'], |
| 'variables': { |
| 'cc_generator_options': 'dllexport_decl=NET_EXPORT_PRIVATE:', |
| 'cc_include': 'net/base/net_export.h', |
| |
| 'proto_in_dir': 'nqe/proto', |
| 'proto_out_dir': 'net/nqe/proto', |
| }, |
| 'includes': ['<(DEPTH)/build/protoc.gypi'], |
| }, |
| { |
| 'target_name': 'net_quic_proto', |
| 'type': 'static_library', |
| 'hard_dependency': 1, |
| |
| 'sources': [ |
| 'third_party/quic/core/proto/cached_network_parameters.proto', |
| 'third_party/quic/core/proto/source_address_token.proto', |
| 'third_party/quic/core/proto/crypto_server_config.proto', |
| ], |
| 'defines': [ |
| 'NET_IMPLEMENTATION', |
| ], |
| 'variables': { |
| 'cc_generator_options': 'dllexport_decl=NET_EXPORT_PRIVATE:', |
| 'cc_include': 'net/base/net_export.h', |
| |
| 'proto_in_dir': 'third_party/quic/core/proto/', |
| 'proto_out_dir': 'net/third_party/quic/core/proto/', |
| }, |
| 'includes': ['<(DEPTH)/build/protoc.gypi'], |
| |
| 'all_dependent_settings': { |
| 'include_dirs': [ |
| '<(DEPTH)/third_party/protobuf/src', |
| ] |
| }, |
| }, |
| |
| { |
| 'target_name': 'net_generated_registry_controlled_domains', |
| 'type': 'none', |
| 'hard_dependency': 1, |
| |
| 'variables': { |
| 'data_dir': '<(DEPTH)/net/base/registry_controlled_domains', |
| 'output_dir': |
| '<(SHARED_INTERMEDIATE_DIR)/net/base/registry_controlled_domains', |
| 'script_path': '<(DEPTH)/net/tools/dafsa/make_dafsa.py', |
| 'gperf_files': [ |
| '<(data_dir)/effective_tld_names.gperf', |
| '<(data_dir)/effective_tld_names_unittest1.gperf', |
| '<(data_dir)/effective_tld_names_unittest2.gperf', |
| '<(data_dir)/effective_tld_names_unittest3.gperf', |
| '<(data_dir)/effective_tld_names_unittest4.gperf', |
| '<(data_dir)/effective_tld_names_unittest5.gperf', |
| '<(data_dir)/effective_tld_names_unittest6.gperf', |
| ], |
| }, |
| 'sources': [ |
| '<(script_path)', |
| '<@(gperf_files)', |
| ], |
| 'rules': [ |
| { |
| 'rule_name': 'build_registry_controlled_domains', |
| 'extension': 'gperf', |
| 'inputs': [ |
| '<(data_dir)/<(RULE_INPUT_ROOT).gperf', |
| ], |
| 'outputs': [ |
| '<(output_dir)/<(RULE_INPUT_ROOT)-inc.cc', |
| ], |
| 'action': [ |
| 'python', |
| '<(script_path)', |
| '<(data_dir)/<(RULE_INPUT_ROOT).gperf', |
| '<(output_dir)/<(RULE_INPUT_ROOT)-inc.cc', |
| ], |
| 'message': 'Build net registry controlled domains data.', |
| }, |
| ], |
| }, |
| |
| { |
| 'target_name': 'net_unittests', |
| 'type': '<(gtest_target_type)', |
| 'sources': [ |
| 'base/address_family_unittest.cc', |
| 'base/address_list_unittest.cc', |
| 'base/arena_unittest.cc', |
| 'base/backoff_entry_serializer_unittest.cc', |
| 'base/backoff_entry_unittest.cc', |
| 'base/chunked_upload_data_stream_unittest.cc', |
| 'base/data_url_unittest.cc', |
| 'base/datagram_buffer_unittest.cc', |
| 'base/directory_listing_unittest.cc', |
| 'base/elements_upload_data_stream_unittest.cc', |
| 'base/escape_unittest.cc', |
| 'base/expiring_cache_unittest.cc', |
| 'base/file_stream_unittest.cc', |
| 'base/filename_util_unittest.cc', |
| 'base/hex_utils_test.cc', |
| 'base/host_mapping_rules_unittest.cc', |
| 'base/host_port_pair_unittest.cc', |
| 'base/interval_set_test.cc', |
| 'base/interval_test.cc', |
| 'base/ip_address_unittest.cc', |
| 'base/ip_endpoint_unittest.cc', |
| 'base/ip_pattern_unittest.cc', |
| 'base/layered_network_delegate_unittest.cc', |
| 'base/lookup_string_in_fixed_set_unittest.cc', |
| 'base/mime_sniffer_unittest.cc', |
| 'base/mime_util_unittest.cc', |
| 'base/net_string_util_unittest.cc', |
| 'base/network_activity_monitor_unittest.cc', |
| 'base/network_change_notifier_unittest.cc', |
| 'base/parse_number_unittest.cc', |
| 'base/port_util_unittest.cc', |
| 'base/prioritized_dispatcher_unittest.cc', |
| 'base/prioritized_task_runner_unittest.cc', |
| 'base/priority_queue_unittest.cc', |
| 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
| 'base/static_cookie_policy_unittest.cc', |
| 'base/test_completion_callback_unittest.cc', |
| 'base/upload_bytes_element_reader_unittest.cc', |
| 'base/upload_file_element_reader_unittest.cc', |
| 'base/url_util_unittest.cc', |
| 'cert/caching_cert_verifier_unittest.cc', |
| 'cert/cert_verifier_unittest.cc', |
| 'cert/cert_verify_proc_unittest.cc', |
| 'cert/crl_set_unittest.cc', |
| 'cert/ct_log_response_parser_unittest.cc', |
| 'cert/ct_log_verifier_unittest.cc', |
| 'cert/ct_objects_extractor_unittest.cc', |
| 'cert/ct_serialization_unittest.cc', |
| 'cert/ev_root_ca_metadata_unittest.cc', |
| 'cert/internal/cert_issuer_source_aia_unittest.cc', |
| 'cert/internal/cert_issuer_source_static_unittest.cc', |
| 'cert/internal/cert_issuer_source_sync_unittest.h', |
| 'cert/internal/certificate_policies_unittest.cc', |
| 'cert/internal/extended_key_usage_unittest.cc', |
| # 'cert/x509_util_nss_unittest.cc', |
| 'cert/internal/general_names_unittest.cc', |
| 'cert/internal/name_constraints_unittest.cc', |
| 'cert/internal/nist_pkits_unittest.cc', |
| 'cert/internal/nist_pkits_unittest.h', |
| 'cert/internal/ocsp_unittest.cc', |
| 'cert/internal/parse_certificate_unittest.cc', |
| # <certt.h> not found. |
| # 'cert_net/nss_ocsp_unittest.cc', |
| 'cert/internal/parse_name_unittest.cc', |
| 'cert/internal/parsed_certificate_unittest.cc', |
| # <cert.h> not found. |
| # 'cert/nss_cert_database_unittest.cc', |
| 'cert/internal/path_builder_pkits_unittest.cc', |
| 'cert/internal/path_builder_unittest.cc', |
| 'cert/internal/path_builder_verify_certificate_chain_unittest.cc', |
| 'cert/internal/revocation_checker_unittest.cc', |
| 'cert/internal/signature_algorithm_unittest.cc', |
| 'cert/internal/simple_path_builder_delegate_unittest.cc', |
| 'cert/internal/test_helpers.cc', |
| 'cert/internal/test_helpers.h', |
| 'cert/internal/trust_store_collection_unittest.cc', |
| # 'cert/internal/trust_store_nss_unittest.cc', |
| 'cert/internal/verify_certificate_chain_pkits_unittest.cc', |
| 'cert/internal/verify_certificate_chain_typed_unittest.h', |
| 'cert/internal/verify_certificate_chain_unittest.cc', |
| 'cert/internal/verify_name_match_unittest.cc', |
| 'cert/internal/verify_signed_data_unittest.cc', |
| 'cert/jwk_serializer_unittest.cc', |
| 'cert/known_roots_unittest.cc', |
| 'cert/merkle_audit_proof_unittest.cc', |
| 'cert/merkle_tree_leaf_unittest.cc', |
| 'cert/multi_threaded_cert_verifier_unittest.cc', |
| 'cert/pem_tokenizer_unittest.cc', |
| 'cert/signed_certificate_timestamp_unittest.cc', |
| 'cert/symantec_certs_unittest.cc', |
| 'cert/test_root_certs_unittest.cc', |
| 'cert/x509_cert_types_unittest.cc', |
| 'cert/x509_certificate_unittest.cc', |
| 'cert/x509_util_unittest.cc', |
| 'cert_net/cert_net_fetcher_impl_unittest.cc', |
| 'dns/dns_config_service_unittest.cc', |
| 'dns/dns_config_service_win_unittest.cc', |
| 'dns/dns_hosts_unittest.cc', |
| 'dns/dns_query_unittest.cc', |
| 'dns/dns_response_unittest.cc', |
| 'dns/dns_session_unittest.cc', |
| 'dns/dns_socket_pool_unittest.cc', |
| 'dns/dns_transaction_unittest.cc', |
| 'dns/dns_util_unittest.cc', |
| 'dns/host_cache_unittest.cc', |
| 'dns/host_resolver_impl_unittest.cc', |
| 'dns/mapped_host_resolver_unittest.cc', |
| 'dns/record_parsed_unittest.cc', |
| 'dns/record_rdata_unittest.cc', |
| 'dns/serial_worker_unittest.cc', |
| 'cookies/canonical_cookie_unittest.cc', |
| 'cookies/cookie_constants_unittest.cc', |
| 'cookies/cookie_monster_unittest.cc', |
| 'cookies/cookie_deletion_info_unittest.cc', |
| 'cookies/cookie_util_unittest.cc', |
| 'cookies/parsed_cookie_unittest.cc', |
| 'der/encode_values_unittest.cc', |
| 'der/input_unittest.cc', |
| 'der/parse_values_unittest.cc', |
| 'der/parser_unittest.cc', |
| |
| # dial is a legacy component we kept from old Chromium net. |
| 'dial/dial_http_server_unittest.cc', |
| 'dial/dial_service_unittest.cc', |
| 'dial/dial_test_helpers.h', |
| 'dial/dial_udp_server_unittests.cc', |
| |
| # disk_cache component is disabled because only http cache depends on |
| # it and Cobalt does not support http cache yet. |
| # 'disk_cache/backend_cleanup_tracker_unittest.cc', |
| # 'disk_cache/backend_unittest.cc', |
| # 'disk_cache/blockfile/addr_unittest.cc', |
| # 'disk_cache/blockfile/bitmap_unittest.cc', |
| # 'disk_cache/blockfile/block_files_unittest.cc', |
| # 'disk_cache/blockfile/mapped_file_unittest.cc', |
| # 'disk_cache/blockfile/stats_unittest.cc', |
| # 'disk_cache/blockfile/storage_block_unittest.cc', |
| # 'disk_cache/cache_util_unittest.cc', |
| # 'disk_cache/entry_unittest.cc', |
| # 'disk_cache/simple/simple_file_tracker_unittest.cc', |
| # 'disk_cache/simple/simple_index_file_unittest.cc', |
| # 'disk_cache/simple/simple_index_unittest.cc', |
| # 'disk_cache/simple/simple_test_util.cc', |
| # 'disk_cache/simple/simple_test_util.h', |
| # 'disk_cache/simple/simple_util_unittest.cc', |
| # 'disk_cache/simple/simple_version_upgrade_unittest.cc', |
| |
| # # Cobalt probably don't need these. |
| # # 'extras/sqlite/sqlite_channel_id_store_unittest.cc', |
| # # 'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc', |
| |
| 'filter/brotli_source_stream_unittest.cc', |
| 'filter/filter_source_stream_unittest.cc', |
| 'filter/gzip_source_stream_unittest.cc', |
| |
| # Cobalt does not support ftp. |
| # 'ftp/ftp_auth_cache_unittest.cc', |
| # 'ftp/ftp_ctrl_response_buffer_unittest.cc', |
| # 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
| # 'ftp/ftp_directory_listing_parser_unittest.cc', |
| # 'ftp/ftp_directory_listing_parser_unittest.h', |
| # 'ftp/ftp_directory_listing_parser_vms_unittest.cc', |
| # 'ftp/ftp_directory_listing_parser_windows_unittest.cc', |
| # 'ftp/ftp_network_transaction_unittest.cc', |
| # 'ftp/ftp_util_unittest.cc', |
| |
| 'http/bidirectional_stream_unittest.cc', |
| 'http/broken_alternative_services_unittest.cc', |
| 'http/http_auth_cache_unittest.cc', |
| 'http/http_auth_challenge_tokenizer_unittest.cc', |
| 'http/http_auth_controller_unittest.cc', |
| 'http/http_auth_filter_unittest.cc', |
| 'http/http_auth_handler_basic_unittest.cc', |
| 'http/http_auth_handler_digest_unittest.cc', |
| 'http/http_auth_handler_factory_unittest.cc', |
| 'http/http_auth_handler_mock.cc', |
| 'http/http_auth_handler_mock.h', |
| # Cobalt does not support Kerberos(gssapi) yet. |
| # 'http/http_auth_handler_negotiate_unittest.cc', |
| 'http/http_auth_handler_ntlm_portable_unittest.cc', |
| 'http/http_auth_handler_unittest.cc', |
| 'http/http_auth_multi_round_parse_unittest.cc', |
| 'http/http_auth_preferences_unittest.cc', |
| 'http/http_auth_sspi_win_unittest.cc', |
| 'http/http_auth_unittest.cc', |
| 'http/http_basic_state_unittest.cc', |
| 'http/http_byte_range_unittest.cc', |
| # 'http/http_cache_lookup_manager_unittest.cc', |
| # 'http/http_cache_unittest.cc', |
| # 'http/http_cache_writers_unittest.cc', |
| # 'url_request/view_cache_helper_unittest.cc', |
| 'http/http_chunked_decoder_unittest.cc', |
| |
| # Known ICU issue. |
| # 'http/http_content_disposition_unittest.cc', |
| 'http/http_log_util_unittest.cc', |
| 'http/http_network_layer_unittest.cc', |
| 'http/http_network_transaction_ssl_unittest.cc', |
| 'http/http_network_transaction_unittest.cc', |
| 'http/http_proxy_client_socket_pool_unittest.cc', |
| 'http/http_proxy_client_socket_unittest.cc', |
| 'http/http_proxy_client_socket_wrapper_unittest.cc', |
| 'http/http_request_headers_unittest.cc', |
| 'http/http_response_body_drainer_unittest.cc', |
| 'http/http_response_headers_unittest.cc', |
| 'http/http_response_info_unittest.cc', |
| 'http/http_security_headers_unittest.cc', |
| 'http/http_server_properties_impl_unittest.cc', |
| 'http/http_server_properties_manager_unittest.cc', |
| 'http/http_status_code_unittest.cc', |
| 'http/http_stream_factory_unittest.cc', |
| 'http/http_stream_factory_job_controller_unittest.cc', |
| 'http/http_stream_parser_unittest.cc', |
| 'http/http_stream_request_unittest.cc', |
| 'http/http_util_unittest.cc', |
| 'http/http_vary_data_unittest.cc', |
| 'http/mock_allow_http_auth_preferences.cc', |
| 'http/mock_allow_http_auth_preferences.h', |
| # 'http/mock_http_cache.cc', |
| # 'http/mock_http_cache.h', |
| # Main test target not enabled yet. |
| # 'http/transport_security_persister_unittest.cc', |
| # 'log/file_net_log_observer_unittest.cc', |
| 'http/transport_security_state_unittest.cc', |
| 'http/url_security_manager_unittest.cc', |
| 'log/net_log_capture_mode_unittest.cc', |
| 'log/net_log_unittest.cc', |
| 'log/net_log_util_unittest.cc', |
| 'log/trace_net_log_observer_unittest.cc', |
| 'nqe/effective_connection_type_unittest.cc', |
| 'nqe/event_creator_unittest.cc', |
| 'nqe/network_id_unittest.cc', |
| 'nqe/network_qualities_prefs_manager_unittest.cc', |
| 'nqe/network_quality_estimator_params_unittest.cc', |
| 'nqe/network_quality_estimator_unittest.cc', |
| 'nqe/network_quality_estimator_util_unittest.cc', |
| 'nqe/network_quality_store_unittest.cc', |
| 'nqe/observation_buffer_unittest.cc', |
| 'nqe/socket_watcher_unittest.cc', |
| 'nqe/throughput_analyzer_unittest.cc', |
| 'ntlm/ntlm_buffer_reader_unittest.cc', |
| 'ntlm/ntlm_buffer_writer_unittest.cc', |
| 'ntlm/ntlm_client_unittest.cc', |
| 'ntlm/ntlm_test_data.h', |
| 'ntlm/ntlm_unittest.cc', |
| # 'http/http_auth_gssapi_starboard_unittest.cc', |
| 'proxy_resolution/dhcp_pac_file_adapter_fetcher_win_unittest.cc', |
| 'proxy_resolution/dhcp_pac_file_fetcher_factory_unittest.cc', |
| 'proxy_resolution/dhcp_pac_file_fetcher_win_unittest.cc', |
| # mojo not used. |
| # 'proxy_resolution/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc', |
| 'proxy_resolution/multi_threaded_proxy_resolver_unittest.cc', |
| 'proxy_resolution/network_delegate_error_observer_unittest.cc', |
| 'proxy_resolution/pac_file_decider_unittest.cc', |
| 'proxy_resolution/pac_file_fetcher_impl_unittest.cc', |
| 'proxy_resolution/proxy_bypass_rules_unittest.cc', |
| 'proxy_resolution/proxy_config_unittest.cc', |
| 'proxy_resolution/proxy_info_unittest.cc', |
| 'proxy_resolution/proxy_list_unittest.cc', |
| 'proxy_resolution/proxy_resolution_service_unittest.cc', |
| 'proxy_resolution/proxy_server_unittest.cc', |
| # We still have Mozjs. |
| # 'proxy_resolution/proxy_resolver_v8_tracing_unittest.cc', |
| # 'proxy_resolution/proxy_resolver_v8_tracing_wrapper_unittest.cc', |
| # 'proxy_resolution/proxy_resolver_v8_unittest.cc', |
| 'quic/bidirectional_stream_quic_impl_unittest.cc', |
| 'quic/crypto/proof_test_chromium.cc', |
| 'quic/crypto/proof_verifier_chromium_test.cc', |
| 'quic/network_connection_unittest.cc', |
| 'quic/properties_based_quic_server_info_test.cc', |
| 'quic/quic_address_mismatch_test.cc', |
| 'quic/quic_chromium_alarm_factory_test.cc', |
| 'quic/quic_chromium_client_session_peer.cc', |
| 'quic/quic_chromium_client_session_peer.h', |
| 'quic/quic_chromium_client_session_test.cc', |
| 'quic/quic_chromium_client_stream_test.cc', |
| 'quic/quic_chromium_connection_helper_test.cc', |
| 'quic/quic_clock_skew_detector_test.cc', |
| 'quic/quic_connectivity_probing_manager_test.cc', |
| 'quic/quic_end_to_end_unittest.cc', |
| 'quic/quic_http_stream_test.cc', |
| 'quic/quic_http_utils_test.cc', |
| 'quic/quic_network_transaction_unittest.cc', |
| 'quic/quic_proxy_client_socket_unittest.cc', |
| 'quic/quic_stream_factory_peer.cc', |
| 'quic/quic_stream_factory_peer.h', |
| 'quic/quic_stream_factory_test.cc', |
| 'quic/quic_utils_chromium_test.cc', |
| 'socket/client_socket_pool_base_unittest.cc', |
| 'socket/mock_client_socket_pool_manager.cc', |
| 'socket/mock_client_socket_pool_manager.h', |
| 'socket/sequenced_socket_data_unittest.cc', |
| 'socket/socket_bio_adapter_unittest.cc', |
| 'socket/socket_tag_unittest.cc', |
| 'socket/socks5_client_socket_unittest.cc', |
| 'socket/socks_client_socket_pool_unittest.cc', |
| 'socket/socks_client_socket_unittest.cc', |
| 'socket/ssl_client_socket_pool_unittest.cc', |
| 'socket/ssl_client_socket_unittest.cc', |
| 'socket/ssl_server_socket_unittest.cc', |
| 'socket/tcp_client_socket_unittest.cc', |
| 'socket/tcp_server_socket_unittest.cc', |
| 'socket/tcp_socket_unittest.cc', |
| 'socket/transport_client_socket_pool_test_util.cc', |
| 'socket/transport_client_socket_pool_test_util.h', |
| 'socket/transport_client_socket_pool_unittest.cc', |
| 'socket/transport_client_socket_unittest.cc', |
| 'socket/udp_socket_unittest.cc', |
| 'socket/websocket_endpoint_lock_manager_unittest.cc', |
| 'socket/websocket_transport_client_socket_pool_unittest.cc', |
| 'spdy/bidirectional_stream_spdy_impl_unittest.cc', |
| 'spdy/buffered_spdy_framer_unittest.cc', |
| 'spdy/header_coalescer_test.cc', |
| 'spdy/http2_priority_dependencies_unittest.cc', |
| 'spdy/http2_push_promise_index_test.cc', |
| 'spdy/spdy_buffer_unittest.cc', |
| 'spdy/spdy_http_stream_unittest.cc', |
| 'spdy/spdy_http_utils_unittest.cc', |
| 'spdy/spdy_log_util_unittest.cc', |
| 'spdy/spdy_network_transaction_unittest.cc', |
| 'spdy/spdy_proxy_client_socket_unittest.cc', |
| 'spdy/spdy_read_queue_unittest.cc', |
| 'spdy/spdy_session_pool_unittest.cc', |
| 'spdy/spdy_session_unittest.cc', |
| 'spdy/spdy_stream_unittest.cc', |
| 'spdy/spdy_write_queue_unittest.cc', |
| 'ssl/channel_id_service_unittest.cc', |
| 'ssl/client_cert_identity_unittest.cc', |
| 'ssl/client_cert_store_unittest-inl.h', |
| 'ssl/default_channel_id_store_unittest.cc', |
| 'ssl/ssl_cipher_suite_names_unittest.cc', |
| 'ssl/ssl_client_auth_cache_unittest.cc', |
| 'ssl/ssl_client_session_cache_unittest.cc', |
| 'ssl/ssl_config_service_unittest.cc', |
| 'ssl/ssl_config_unittest.cc', |
| 'ssl/ssl_connection_status_flags_unittest.cc', |
| 'ssl/ssl_platform_key_util_unittest.cc', |
| 'ssl/ssl_platform_key_win_unittest.cc', |
| 'test/embedded_test_server/embedded_test_server_unittest.cc', |
| 'test/embedded_test_server/http_request_unittest.cc', |
| 'test/embedded_test_server/http_response_unittest.cc', |
| 'test/run_all_unittests.cc', |
| 'test/tcp_socket_proxy_unittest.cc', |
| |
| 'third_party/nist-pkits/pkits_testcases-inl.h', |
| 'third_party/quic/core/congestion_control/bandwidth_sampler_test.cc', |
| 'third_party/quic/core/congestion_control/bbr_sender_test.cc', |
| 'third_party/quic/core/congestion_control/cubic_bytes_test.cc', |
| 'third_party/quic/core/congestion_control/general_loss_algorithm_test.cc', |
| 'third_party/quic/core/congestion_control/hybrid_slow_start_test.cc', |
| 'third_party/quic/core/congestion_control/pacing_sender_test.cc', |
| 'third_party/quic/core/congestion_control/prr_sender_test.cc', |
| 'third_party/quic/core/congestion_control/rtt_stats_test.cc', |
| 'third_party/quic/core/congestion_control/send_algorithm_test.cc', |
| 'third_party/quic/core/congestion_control/uber_loss_algorithm_test.cc', |
| 'third_party/quic/core/congestion_control/windowed_filter_test.cc', |
| 'third_party/quic/core/crypto/aes_128_gcm_12_decrypter_test.cc', |
| 'third_party/quic/core/crypto/aes_128_gcm_12_encrypter_test.cc', |
| 'third_party/quic/core/crypto/aes_128_gcm_decrypter_test.cc', |
| 'third_party/quic/core/crypto/aes_128_gcm_encrypter_test.cc', |
| 'third_party/quic/core/crypto/aes_256_gcm_decrypter_test.cc', |
| 'third_party/quic/core/crypto/aes_256_gcm_encrypter_test.cc', |
| 'third_party/quic/core/crypto/cert_compressor_test.cc', |
| 'third_party/quic/core/crypto/chacha20_poly1305_decrypter_test.cc', |
| 'third_party/quic/core/crypto/chacha20_poly1305_encrypter_test.cc', |
| 'third_party/quic/core/crypto/chacha20_poly1305_tls_decrypter_test.cc', |
| 'third_party/quic/core/crypto/chacha20_poly1305_tls_encrypter_test.cc', |
| 'third_party/quic/core/crypto/channel_id_test.cc', |
| # 'third_party/quic/core/crypto/common_cert_set_test.cc', |
| 'third_party/quic/core/crypto/crypto_framer_test.cc', |
| 'third_party/quic/core/crypto/crypto_handshake_message_test.cc', |
| 'third_party/quic/core/crypto/crypto_secret_boxer_test.cc', |
| 'third_party/quic/core/crypto/crypto_server_test.cc', |
| 'third_party/quic/core/crypto/crypto_utils_test.cc', |
| 'third_party/quic/core/crypto/curve25519_key_exchange_test.cc', |
| 'third_party/quic/core/crypto/null_decrypter_test.cc', |
| 'third_party/quic/core/crypto/null_encrypter_test.cc', |
| 'third_party/quic/core/crypto/p256_key_exchange_test.cc', |
| 'third_party/quic/core/crypto/quic_compressed_certs_cache_test.cc', |
| 'third_party/quic/core/crypto/quic_crypto_client_config_test.cc', |
| 'third_party/quic/core/crypto/quic_crypto_server_config_test.cc', |
| 'third_party/quic/core/crypto/quic_hkdf_test.cc', |
| 'third_party/quic/core/crypto/quic_random_test.cc', |
| 'third_party/quic/core/crypto/transport_parameters_test.cc', |
| 'third_party/quic/core/frames/quic_frames_test.cc', |
| 'third_party/quic/core/http/http_decoder_test.cc', |
| 'third_party/quic/core/http/http_encoder_test.cc', |
| 'third_party/quic/core/http/quic_client_promised_info_test.cc', |
| 'third_party/quic/core/http/quic_client_push_promise_index_test.cc', |
| 'third_party/quic/core/http/quic_header_list_test.cc', |
| 'third_party/quic/core/http/quic_headers_stream_test.cc', |
| 'third_party/quic/core/http/quic_server_session_base_test.cc', |
| 'third_party/quic/core/http/quic_spdy_session_test.cc', |
| 'third_party/quic/core/http/quic_spdy_stream_body_buffer_test.cc', |
| 'third_party/quic/core/http/quic_spdy_stream_test.cc', |
| 'third_party/quic/core/http/spdy_utils_test.cc', |
| 'third_party/quic/core/legacy_quic_stream_id_manager_test.cc', |
| 'third_party/quic/core/packet_number_indexed_queue_test.cc', |
| 'third_party/quic/core/qpack/qpack_decoded_headers_accumulator_test.cc', |
| 'third_party/quic/core/qpack/qpack_decoder_stream_receiver_test.cc', |
| 'third_party/quic/core/qpack/qpack_decoder_stream_sender_test.cc', |
| 'third_party/quic/core/qpack/qpack_decoder_test.cc', |
| 'third_party/quic/core/qpack/qpack_encoder_stream_receiver_test.cc', |
| 'third_party/quic/core/qpack/qpack_encoder_stream_sender_test.cc', |
| 'third_party/quic/core/qpack/qpack_encoder_test.cc', |
| 'third_party/quic/core/qpack/qpack_header_table_test.cc', |
| 'third_party/quic/core/qpack/qpack_instruction_decoder_test.cc', |
| 'third_party/quic/core/qpack/qpack_instruction_encoder_test.cc', |
| 'third_party/quic/core/qpack/qpack_progressive_decoder_test.cc', |
| 'third_party/quic/core/qpack/qpack_round_trip_test.cc', |
| 'third_party/quic/core/qpack/qpack_static_table_test.cc', |
| 'third_party/quic/core/quic_alarm_test.cc', |
| 'third_party/quic/core/quic_arena_scoped_ptr_test.cc', |
| 'third_party/quic/core/quic_bandwidth_test.cc', |
| 'third_party/quic/core/quic_buffered_packet_store_test.cc', |
| 'third_party/quic/core/quic_config_test.cc', |
| 'third_party/quic/core/quic_connection_id_test.cc', |
| 'third_party/quic/core/quic_connection_test.cc', |
| 'third_party/quic/core/quic_control_frame_manager_test.cc', |
| 'third_party/quic/core/quic_crypto_client_handshaker_test.cc', |
| 'third_party/quic/core/quic_crypto_client_stream_test.cc', |
| 'third_party/quic/core/quic_crypto_server_stream_test.cc', |
| 'third_party/quic/core/quic_crypto_stream_test.cc', |
| 'third_party/quic/core/quic_data_writer_test.cc', |
| 'third_party/quic/core/quic_dispatcher_test.cc', |
| 'third_party/quic/core/quic_error_codes_test.cc', |
| 'third_party/quic/core/quic_flow_controller_test.cc', |
| 'third_party/quic/core/quic_framer_test.cc', |
| 'third_party/quic/core/quic_ietf_framer_test.cc', |
| 'third_party/quic/core/quic_interval_set_test.cc', |
| 'third_party/quic/core/quic_interval_test.cc', |
| 'third_party/quic/core/quic_lru_cache_test.cc', |
| 'third_party/quic/core/quic_one_block_arena_test.cc', |
| 'third_party/quic/core/quic_packet_creator_test.cc', |
| 'third_party/quic/core/quic_packet_generator_test.cc', |
| 'third_party/quic/core/quic_packet_number_test.cc', |
| 'third_party/quic/core/quic_received_packet_manager_test.cc', |
| 'third_party/quic/core/quic_sent_packet_manager_test.cc', |
| 'third_party/quic/core/quic_server_id_test.cc', |
| 'third_party/quic/core/quic_session_test.cc', |
| 'third_party/quic/core/quic_simple_buffer_allocator_test.cc', |
| 'third_party/quic/core/quic_socket_address_coder_test.cc', |
| 'third_party/quic/core/quic_stream_id_manager_test.cc', |
| 'third_party/quic/core/quic_stream_send_buffer_test.cc', |
| 'third_party/quic/core/quic_stream_sequencer_buffer_test.cc', |
| 'third_party/quic/core/quic_stream_sequencer_test.cc', |
| 'third_party/quic/core/quic_stream_test.cc', |
| 'third_party/quic/core/quic_sustained_bandwidth_recorder_test.cc', |
| 'third_party/quic/core/quic_tag_test.cc', |
| 'third_party/quic/core/quic_time_test.cc', |
| 'third_party/quic/core/quic_time_wait_list_manager_test.cc', |
| # TraceVisitor is not supported yet. |
| # 'third_party/quic/core/quic_trace_visitor_test.cc', |
| 'third_party/quic/core/quic_unacked_packet_map_test.cc', |
| 'third_party/quic/core/quic_utils_test.cc', |
| 'third_party/quic/core/quic_version_manager_test.cc', |
| 'third_party/quic/core/quic_versions_test.cc', |
| 'third_party/quic/core/quic_write_blocked_list_test.cc', |
| 'third_party/quic/core/tls_handshaker_test.cc', |
| 'third_party/quic/core/uber_quic_stream_id_manager_test.cc', |
| 'third_party/quic/platform/api/quic_containers_test.cc', |
| 'third_party/quic/platform/api/quic_endian_test.cc', |
| 'third_party/quic/platform/api/quic_hostname_utils_test.cc', |
| 'third_party/quic/platform/api/quic_mem_slice_span_test.cc', |
| 'third_party/quic/platform/api/quic_mem_slice_storage_test.cc', |
| 'third_party/quic/platform/api/quic_mem_slice_test.cc', |
| 'third_party/quic/platform/api/quic_reference_counted_test.cc', |
| 'third_party/quic/platform/api/quic_singleton_test.cc', |
| 'third_party/quic/platform/api/quic_str_cat_test.cc', |
| 'third_party/quic/platform/api/quic_text_utils_test.cc', |
| 'third_party/quic/platform/impl/quic_chromium_clock_test.cc', |
| 'third_party/quic/platform/impl/quic_uint128_impl_unittest.cc', |
| 'third_party/quic/test_tools/crypto_test_utils_test.cc', |
| 'third_party/quic/test_tools/mock_quic_time_wait_list_manager.cc', |
| 'third_party/quic/test_tools/mock_quic_time_wait_list_manager.h', |
| 'third_party/quic/test_tools/quic_test_utils_test.cc', |
| 'third_party/quic/test_tools/simple_session_notifier_test.cc', |
| 'third_party/quic/test_tools/simulator/quic_endpoint_test.cc', |
| 'third_party/quic/test_tools/simulator/simulator_test.cc', |
| 'third_party/quiche/src/http2/decoder/decode_buffer_test.cc', |
| 'third_party/quiche/src/http2/decoder/decode_http2_structures_test.cc', |
| 'third_party/quiche/src/http2/decoder/frame_decoder_state_test_util.cc', |
| 'third_party/quiche/src/http2/decoder/frame_decoder_state_test_util.h', |
| 'third_party/quiche/src/http2/decoder/http2_frame_decoder_listener_test_util.cc', |
| 'third_party/quiche/src/http2/decoder/http2_frame_decoder_listener_test_util.h', |
| 'third_party/quiche/src/http2/decoder/http2_frame_decoder_test.cc', |
| 'third_party/quiche/src/http2/decoder/http2_structure_decoder_test.cc', |
| 'third_party/quiche/src/http2/decoder/http2_structure_decoder_test_util.cc', |
| 'third_party/quiche/src/http2/decoder/http2_structure_decoder_test_util.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/altsvc_payload_decoder_test.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/continuation_payload_decoder_test.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/data_payload_decoder_test.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/goaway_payload_decoder_test.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/headers_payload_decoder_test.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/payload_decoder_base_test_util.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/payload_decoder_base_test_util.h', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/ping_payload_decoder_test.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/priority_payload_decoder_test.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/push_promise_payload_decoder_test.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/rst_stream_payload_decoder_test.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/settings_payload_decoder_test.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/unknown_payload_decoder_test.cc', |
| 'third_party/quiche/src/http2/decoder/payload_decoders/window_update_payload_decoder_test.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_block_collector.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_block_collector.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_block_decoder_test.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder_state_test.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder_string_buffer_test.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder_tables_test.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_decoder_test.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_entry_collector.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_entry_collector.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_entry_decoder_test.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_entry_type_decoder_test.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_string_collector.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_string_collector.h', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_string_decoder_test.cc', |
| 'third_party/quiche/src/http2/hpack/decoder/hpack_whole_entry_buffer_test.cc', |
| 'third_party/quiche/src/http2/hpack/hpack_string_test.cc', |
| 'third_party/quiche/src/http2/hpack/http2_hpack_constants_test.cc', |
| 'third_party/quiche/src/http2/hpack/huffman/hpack_huffman_decoder_test.cc', |
| 'third_party/quiche/src/http2/hpack/huffman/hpack_huffman_encoder_test.cc', |
| 'third_party/quiche/src/http2/hpack/huffman/hpack_huffman_transcoder_test.cc', |
| 'third_party/quiche/src/http2/hpack/tools/hpack_block_builder.cc', |
| 'third_party/quiche/src/http2/hpack/tools/hpack_block_builder.h', |
| 'third_party/quiche/src/http2/hpack/tools/hpack_block_builder_test.cc', |
| 'third_party/quiche/src/http2/hpack/tools/hpack_example.cc', |
| 'third_party/quiche/src/http2/hpack/tools/hpack_example.h', |
| 'third_party/quiche/src/http2/hpack/varint/hpack_varint_decoder_test.cc', |
| 'third_party/quiche/src/http2/hpack/varint/hpack_varint_encoder_test.cc', |
| 'third_party/quiche/src/http2/hpack/varint/hpack_varint_round_trip_test.cc', |
| 'third_party/quiche/src/http2/http2_constants_test.cc', |
| 'third_party/quiche/src/http2/http2_constants_test_util.cc', |
| 'third_party/quiche/src/http2/http2_constants_test_util.h', |
| 'third_party/quiche/src/http2/http2_structures_test.cc', |
| 'third_party/quiche/src/http2/http2_structures_test_util.cc', |
| 'third_party/quiche/src/http2/http2_structures_test_util.h', |
| 'third_party/quiche/src/http2/platform/api/http2_mock_log.h', |
| 'third_party/quiche/src/http2/platform/api/http2_string_utils_test.cc', |
| 'third_party/quiche/src/http2/platform/api/http2_test_helpers.h', |
| 'third_party/quiche/src/http2/test_tools/frame_parts.cc', |
| 'third_party/quiche/src/http2/test_tools/frame_parts.h', |
| 'third_party/quiche/src/http2/test_tools/frame_parts_collector.cc', |
| 'third_party/quiche/src/http2/test_tools/frame_parts_collector.h', |
| 'third_party/quiche/src/http2/test_tools/frame_parts_collector_listener.cc', |
| 'third_party/quiche/src/http2/test_tools/frame_parts_collector_listener.h', |
| 'third_party/quiche/src/http2/test_tools/http2_random.cc', |
| 'third_party/quiche/src/http2/test_tools/http2_random.h', |
| 'third_party/quiche/src/http2/test_tools/http2_random_test.cc', |
| 'third_party/quiche/src/http2/tools/http2_frame_builder.cc', |
| 'third_party/quiche/src/http2/tools/http2_frame_builder.h', |
| 'third_party/quiche/src/http2/tools/random_decoder_test.cc', |
| 'third_party/quiche/src/http2/tools/random_decoder_test.h', |
| 'third_party/quiche/src/http2/tools/random_util.cc', |
| 'third_party/quiche/src/http2/tools/random_util.h', |
| 'third_party/quiche/src/spdy/core/array_output_buffer.cc', |
| 'third_party/quiche/src/spdy/core/array_output_buffer.h', |
| 'third_party/quiche/src/spdy/core/array_output_buffer_test.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_decoder_adapter_test.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_encoder_test.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_entry_test.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_header_table_test.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_huffman_table_test.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_output_stream_test.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_round_trip_test.cc', |
| 'third_party/quiche/src/spdy/core/hpack/hpack_static_table_test.cc', |
| 'third_party/quiche/src/spdy/core/mock_spdy_framer_visitor.cc', |
| 'third_party/quiche/src/spdy/core/mock_spdy_framer_visitor.h', |
| 'third_party/quiche/src/spdy/core/priority_write_scheduler_test.cc', |
| 'third_party/quiche/src/spdy/core/spdy_alt_svc_wire_format_test.cc', |
| 'third_party/quiche/src/spdy/core/spdy_deframer_visitor.cc', |
| 'third_party/quiche/src/spdy/core/spdy_deframer_visitor.h', |
| 'third_party/quiche/src/spdy/core/spdy_deframer_visitor_test.cc', |
| 'third_party/quiche/src/spdy/core/spdy_frame_builder_test.cc', |
| 'third_party/quiche/src/spdy/core/spdy_frame_reader_test.cc', |
| 'third_party/quiche/src/spdy/core/spdy_framer_test.cc', |
| 'third_party/quiche/src/spdy/core/spdy_header_block_test.cc', |
| 'third_party/quiche/src/spdy/core/spdy_no_op_visitor.cc', |
| 'third_party/quiche/src/spdy/core/spdy_no_op_visitor.h', |
| 'third_party/quiche/src/spdy/core/spdy_pinnable_buffer_piece_test.cc', |
| 'third_party/quiche/src/spdy/core/spdy_prefixed_buffer_reader_test.cc', |
| 'third_party/quiche/src/spdy/core/spdy_protocol_test.cc', |
| 'third_party/quiche/src/spdy/core/spdy_protocol_test_utils.cc', |
| 'third_party/quiche/src/spdy/core/spdy_protocol_test_utils.h', |
| 'third_party/quiche/src/spdy/core/spdy_test_utils.cc', |
| 'third_party/quiche/src/spdy/core/spdy_test_utils.h', |
| 'third_party/quiche/src/spdy/platform/api/spdy_mem_slice_test.cc', |
| 'third_party/quiche/src/spdy/platform/api/spdy_string_utils_test.cc', |
| 'third_party/quiche/src/spdy/platform/api/spdy_test_helpers.h', |
| 'tools/content_decoder_tool/content_decoder_tool.cc', |
| 'tools/content_decoder_tool/content_decoder_tool.h', |
| 'tools/content_decoder_tool/content_decoder_tool_unittest.cc', |
| 'tools/quic/quic_simple_client_test.cc', |
| # 'tools/tld_cleanup/tld_cleanup_util_unittest.cc', |
| 'url_request/redirect_info_unittest.cc', |
| 'url_request/redirect_util_unittest.cc', |
| 'url_request/report_sender_unittest.cc', |
| 'url_request/url_fetcher_impl_unittest.cc', |
| 'url_request/url_fetcher_response_writer_unittest.cc', |
| 'url_request/url_request_context_builder_unittest.cc', |
| 'url_request/url_request_context_unittest.cc', |
| 'url_request/url_request_data_job_unittest.cc', |
| # Cobalt handles File Job itself. |
| # 'url_request/url_request_file_job_unittest.cc', |
| 'url_request/url_request_filter_unittest.cc', |
| |
| # ftp not supported by Cobalt. |
| # 'url_request/url_request_file_dir_job_unittest.cc', |
| # 'url_request/url_request_ftp_job_unittest.cc', |
| |
| 'url_request/url_request_http_job_unittest.cc', |
| 'url_request/url_request_job_factory_impl_unittest.cc', |
| 'url_request/url_request_job_unittest.cc', |
| 'url_request/url_request_quic_unittest.cc', |
| 'url_request/url_request_simple_job_unittest.cc', |
| 'url_request/url_request_throttler_simulation_unittest.cc', |
| 'url_request/url_request_throttler_test_support.cc', |
| 'url_request/url_request_throttler_test_support.h', |
| 'url_request/url_request_throttler_unittest.cc', |
| 'url_request/url_request_unittest.cc', |
| |
| # Also include unittests for websockets. |
| 'server/http_connection_unittest.cc', |
| 'server/http_server_response_info_unittest.cc', |
| 'server/http_server_unittest.cc', |
| 'server/web_socket_encoder_unittest.cc', |
| |
| 'websockets/websocket_basic_handshake_stream_test.cc', |
| 'websockets/websocket_basic_stream_adapters_test.cc', |
| 'websockets/websocket_basic_stream_test.cc', |
| 'websockets/websocket_channel_test.cc', |
| 'websockets/websocket_deflate_parameters_test.cc', |
| 'websockets/websocket_deflate_predictor_impl_test.cc', |
| 'websockets/websocket_deflate_stream_test.cc', |
| 'websockets/websocket_deflater_test.cc', |
| |
| # Uses the unsupported SpawnedWebServer. |
| #'websockets/websocket_end_to_end_test.cc', |
| |
| 'websockets/websocket_errors_test.cc', |
| 'websockets/websocket_extension_parser_test.cc', |
| 'websockets/websocket_extension_test.cc', |
| 'websockets/websocket_frame_parser_test.cc', |
| 'websockets/websocket_frame_test.cc', |
| 'websockets/websocket_handshake_challenge_test.cc', |
| 'websockets/websocket_handshake_stream_create_helper_test.cc', |
| 'websockets/websocket_inflater_test.cc', |
| 'websockets/websocket_stream_cookie_test.cc', |
| 'websockets/websocket_stream_create_test_base.cc', |
| 'websockets/websocket_stream_create_test_base.h', |
| 'websockets/websocket_stream_test.cc', |
| 'websockets/websocket_test_util.cc', |
| 'websockets/websocket_test_util.h', |
| |
| # Also include unittests for network reporting. |
| 'reporting/reporting_browsing_data_remover_unittest.cc', |
| 'reporting/reporting_cache_unittest.cc', |
| 'reporting/reporting_delivery_agent_unittest.cc', |
| 'reporting/reporting_endpoint_manager_unittest.cc', |
| 'reporting/reporting_garbage_collector_unittest.cc', |
| 'reporting/reporting_header_parser_unittest.cc', |
| 'reporting/reporting_network_change_observer_unittest.cc', |
| 'reporting/reporting_service_unittest.cc', |
| ], |
| |
| 'sources/': [ |
| # TODO: Resurrect these seemingly valid tests. |
| ['exclude', 'tcp_server_socket_unittest'], |
| ['exclude', 'tcp_client_socket_unittest'], |
| ['exclude', 'udp_socket_unittest'], |
| |
| # TODO: Delete or remove failing tests below here. --------------- |
| |
| # These tests don't compile or link |
| |
| # This test requires the use of an external python test server that we |
| # do not support on Cobalt or Starboard. |
| ['exclude', 'ssl_client_socket_unittest'], |
| |
| # These tests hang/crash/assert |
| ['exclude', 'backend_unittest'], # ref-counting problems |
| ['exclude', 'block_files_unittest'], # test data is little-endian |
| ['exclude', 'entry_unittest'], |
| ['exclude', 'cert_verify_proc_unittest'], |
| |
| ############### ALL TESTS BELOW ARE PERMANENTLY EXCLUDED ############### |
| ['exclude', 'address_sorter_unittest'], # at time of exclusion, address sorting only happens when IPv6 is enabled |
| ], |
| |
| 'dependencies': [ |
| '<(DEPTH)/base/base.gyp:base', |
| '<(DEPTH)/base/base.gyp:base_i18n', |
| '<(DEPTH)/base/base.gyp:test_support_base', |
| '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
| '<(DEPTH)/crypto/crypto.gyp:crypto', |
| '<(DEPTH)/url/url.gyp:url', |
| '<(DEPTH)/testing/gmock.gyp:gmock', |
| '<(DEPTH)/testing/gtest.gyp:gtest', |
| '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| '<(DEPTH)/third_party/boringssl/boringssl.gyp:crypto', |
| 'net_copy_test_data', |
| 'third_party_copy_test_data', |
| 'http_server', # This is needed by dial_http_server in net |
| 'net', |
| 'test_support', |
| 'quic_test_tools', |
| 'net_nqe_proto', |
| 'net_quic_proto', |
| ], |
| 'include_dirs': [ |
| '<(SHARED_INTERMEDIATE_DIR)', |
| ], |
| 'defines': [ |
| # To be removed in the future when want to enable HTTP cache. |
| 'HTTP_CACHE_DISABLED_FOR_STARBOARD', |
| 'GMOCK_NO_MOVE_MOCK', |
| 'BASE_DONT_ENFORCE_THREAD_NAME_LENGTH', |
| ], |
| 'cflags': [ |
| # Avoid compiler errors due to conversion from "0x00" to char on Android. |
| '-Wno-narrowing', |
| ], |
| }, |
| { |
| 'target_name': 'net_copy_test_data', |
| 'type': 'none', |
| 'conditions': [ |
| ['cobalt_copy_test_data == 1', { |
| 'variables': { |
| 'content_test_input_files': [ |
| '<(DEPTH)/net/data', |
| ], |
| 'content_test_output_subdir': 'net', |
| }, |
| 'includes': [ '../starboard/build/copy_test_data.gypi' ], |
| }], |
| ], |
| }, |
| { |
| 'target_name': 'third_party_copy_test_data', |
| 'type': 'none', |
| 'conditions': [ |
| ['cobalt_copy_test_data == 1', { |
| 'variables': { |
| 'content_test_input_files': [ |
| '<(DEPTH)/net/third_party/nist-pkits/certs', |
| '<(DEPTH)/net/third_party/nist-pkits/crls', |
| ], |
| 'content_test_output_subdir': 'net/third_party/nist-pkits', |
| }, |
| 'includes': [ '../starboard/build/copy_test_data.gypi' ], |
| }], |
| ], |
| }, |
| { |
| 'target_name': 'test_support', |
| 'type': 'static_library', |
| 'defines': [ |
| 'GMOCK_NO_MOVE_MOCK', |
| 'BASE_DONT_ENFORCE_THREAD_NAME_LENGTH', |
| ], |
| 'sources': [ |
| # 'disk_cache/disk_cache_test_base.cc', |
| # 'disk_cache/disk_cache_test_base.h', |
| # 'disk_cache/disk_cache_test_util.cc', |
| # 'disk_cache/disk_cache_test_util.h', |
| |
| 'quic/quic_test_packet_maker.cc', |
| 'quic/quic_test_packet_maker.h', |
| 'base/test_data_stream.cc', |
| 'base/test_data_stream.h', |
| 'spdy/spdy_session_test_util.cc', |
| 'spdy/spdy_session_test_util.h', |
| 'spdy/spdy_stream_test_util.cc', |
| 'spdy/spdy_stream_test_util.h', |
| 'url_request/file_protocol_handler.cc', |
| 'url_request/file_protocol_handler.h', |
| 'url_request/url_request_file_dir_job.cc', |
| 'url_request/url_request_file_dir_job.h', |
| 'url_request/url_request_file_job.cc', |
| 'url_request/url_request_file_job.h', |
| |
| # Kerberos(gssapi) not supported yet. |
| # 'http/mock_gssapi_library_starboard.cc', |
| # 'http/mock_gssapi_library_starboard.h', |
| |
| 'base/load_timing_info_test_util.cc', |
| 'base/load_timing_info_test_util.h', |
| 'base/mock_file_stream.cc', |
| 'base/mock_file_stream.h', |
| 'base/mock_network_change_notifier.cc', |
| 'base/mock_network_change_notifier.h', |
| 'base/test_completion_callback.cc', |
| 'base/test_completion_callback.h', |
| 'base/test_proxy_delegate.cc', |
| 'base/test_proxy_delegate.h', |
| 'cert/mock_cert_verifier.cc', |
| 'cert/mock_cert_verifier.h', |
| 'cert/mock_client_cert_verifier.cc', |
| 'cert/mock_client_cert_verifier.h', |
| 'cookies/canonical_cookie_test_helpers.h', |
| 'cookies/cookie_change_dispatcher_test_helpers.cc', |
| 'cookies/cookie_change_dispatcher_test_helpers.h', |
| 'cookies/cookie_monster_store_test.cc', |
| 'cookies/cookie_monster_store_test.h', |
| 'cookies/cookie_store_change_unittest.h', |
| 'cookies/cookie_store_test_callbacks.cc', |
| 'cookies/cookie_store_test_callbacks.h', |
| 'cookies/cookie_store_test_helpers.cc', |
| 'cookies/cookie_store_test_helpers.h', |
| 'cookies/cookie_store_unittest.h', |
| 'dns/dns_test_util.cc', |
| 'dns/dns_test_util.h', |
| 'dns/mock_host_resolver.cc', |
| 'dns/mock_host_resolver.h', |
| 'dns/mock_mdns_client.cc', |
| 'dns/mock_mdns_client.h', |
| 'dns/mock_mdns_socket_factory.cc', |
| 'dns/mock_mdns_socket_factory.h', |
| 'filter/filter_source_stream_test_util.cc', |
| 'filter/filter_source_stream_test_util.h', |
| 'filter/mock_source_stream.cc', |
| 'filter/mock_source_stream.h', |
| 'http/http_stream_factory_test_util.cc', |
| 'http/http_stream_factory_test_util.h', |
| 'http/http_transaction_test_util.cc', |
| 'http/http_transaction_test_util.h', |
| 'http/transport_security_state_test_util.cc', |
| 'http/transport_security_state_test_util.h', |
| 'log/test_net_log.cc', |
| 'log/test_net_log.h', |
| 'log/test_net_log_entry.cc', |
| 'log/test_net_log_entry.h', |
| 'log/test_net_log_util.cc', |
| 'log/test_net_log_util.h', |
| 'nqe/network_quality_estimator_test_util.cc', |
| 'nqe/network_quality_estimator_test_util.h', |
| 'proxy_resolution/mock_pac_file_fetcher.cc', |
| 'proxy_resolution/mock_pac_file_fetcher.h', |
| 'proxy_resolution/mock_proxy_resolver.cc', |
| 'proxy_resolution/mock_proxy_resolver.h', |
| 'proxy_resolution/proxy_config_service_common_unittest.cc', |
| 'proxy_resolution/proxy_config_service_common_unittest.h', |
| 'quic/mock_quic_data.cc', |
| 'quic/mock_quic_data.h', |
| 'reporting/reporting_test_util.cc', |
| 'reporting/reporting_test_util.h', |
| 'socket/socket_test_util.cc', |
| 'socket/socket_test_util.h', |
| 'spdy/spdy_test_util_common.cc', |
| 'spdy/spdy_test_util_common.h', |
| 'ssl/client_cert_identity_test_util.cc', |
| 'ssl/client_cert_identity_test_util.h', |
| 'ssl/ssl_private_key_test_util.cc', |
| 'ssl/ssl_private_key_test_util.h', |
| 'ssl/test_ssl_private_key.cc', |
| 'ssl/test_ssl_private_key.h', |
| 'test/cert_test_util.cc', |
| 'test/cert_test_util.h', |
| 'test/channel_id_test_util.cc', |
| 'test/channel_id_test_util.h', |
| 'test/ct_test_util.cc', |
| 'test/ct_test_util.h', |
| 'test/embedded_test_server/controllable_http_response.cc', |
| 'test/embedded_test_server/controllable_http_response.h', |
| 'test/embedded_test_server/default_handlers.cc', |
| 'test/embedded_test_server/default_handlers.h', |
| 'test/embedded_test_server/embedded_test_server.cc', |
| 'test/embedded_test_server/embedded_test_server.h', |
| 'test/embedded_test_server/embedded_test_server_connection_listener.h', |
| 'test/embedded_test_server/http_connection.cc', |
| 'test/embedded_test_server/http_connection.h', |
| 'test/embedded_test_server/http_request.cc', |
| 'test/embedded_test_server/http_request.h', |
| 'test/embedded_test_server/http_response.cc', |
| 'test/embedded_test_server/http_response.h', |
| 'test/embedded_test_server/request_handler_util.cc', |
| 'test/embedded_test_server/request_handler_util.h', |
| 'test/embedded_test_server/simple_connection_listener.cc', |
| 'test/embedded_test_server/simple_connection_listener.h', |
| 'test/event_waiter.h', |
| 'test/gtest_util.h', |
| 'test/net_test_suite.cc', |
| 'test/net_test_suite.h', |
| 'test/quic_simple_test_server.cc', |
| 'test/quic_simple_test_server.h', |
| 'test/scoped_disable_exit_on_dfatal.cc', |
| 'test/scoped_disable_exit_on_dfatal.h', |
| 'test/tcp_socket_proxy.cc', |
| 'test/tcp_socket_proxy.h', |
| 'test/test_certificate_data.h', |
| 'test/test_data_directory.cc', |
| 'test/test_data_directory.h', |
| 'test/test_with_scoped_task_environment.h', |
| 'test/url_request/ssl_certificate_error_job.cc', |
| 'test/url_request/ssl_certificate_error_job.h', |
| 'test/url_request/url_request_failed_job.cc', |
| 'test/url_request/url_request_failed_job.h', |
| 'test/url_request/url_request_hanging_read_job.cc', |
| 'test/url_request/url_request_hanging_read_job.h', |
| 'test/url_request/url_request_mock_data_job.cc', |
| 'test/url_request/url_request_mock_data_job.h', |
| 'test/url_request/url_request_slow_download_job.cc', |
| 'test/url_request/url_request_slow_download_job.h', |
| 'url_request/test_url_fetcher_factory.cc', |
| 'url_request/test_url_fetcher_factory.h', |
| 'url_request/url_request_test_job.cc', |
| 'url_request/url_request_test_job.h', |
| 'url_request/url_request_test_util.cc', |
| 'url_request/url_request_test_util.h', |
| ], |
| |
| 'dependencies': [ |
| '<(DEPTH)/base/base.gyp:base', |
| '<(DEPTH)/base/base.gyp:test_support_base', |
| '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
| '<(DEPTH)/crypto/crypto.gyp:crypto', |
| '<(DEPTH)/url/url.gyp:url', |
| '<(DEPTH)/testing/gmock.gyp:gmock', |
| '<(DEPTH)/testing/gtest.gyp:gtest', |
| '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 'net', |
| 'net_nqe_proto', |
| 'net_quic_proto', |
| ], |
| }, |
| { |
| # This component is called the same name in Chromium's GN files. |
| 'target_name': 'quic_test_tools', |
| 'type': 'static_library', |
| 'defines': [ |
| 'GMOCK_NO_MOVE_MOCK', |
| ], |
| 'sources': [ |
| 'tools/quic/quic_simple_client.cc', |
| 'tools/quic/quic_simple_client.h', |
| 'tools/quic/quic_simple_server_session_helper.cc', |
| 'tools/quic/quic_simple_server_session_helper.h', |
| 'quic/crypto_test_utils_chromium.cc', |
| 'quic/mock_crypto_client_stream.cc', |
| 'quic/mock_crypto_client_stream.h', |
| 'quic/mock_crypto_client_stream_factory.cc', |
| 'quic/mock_crypto_client_stream_factory.h', |
| 'quic/mock_decrypter.cc', |
| 'quic/mock_decrypter.h', |
| 'quic/mock_encrypter.cc', |
| 'quic/mock_encrypter.h', |
| 'quic/test_task_runner.cc', |
| 'quic/test_task_runner.h', |
| # Requres quic_trace third-party library. Not yet supported. |
| # 'third_party/quic/core/quic_trace_visitor.cc', |
| # 'third_party/quic/core/quic_trace_visitor.h', |
| 'third_party/quic/platform/api/quic_expect_bug.h', |
| 'third_party/quic/platform/api/quic_mock_log.h', |
| 'third_party/quic/platform/api/quic_test.h', |
| 'third_party/quic/platform/api/quic_test_loopback.cc', |
| 'third_party/quic/platform/api/quic_test_loopback.h', |
| 'third_party/quic/platform/api/quic_test_mem_slice_vector.h', |
| # Not used yet. |
| # 'third_party/quic/platform/api/quic_test_output.h', |
| # 'third_party/quic/platform/impl/quic_test_output_impl.cc', |
| # 'third_party/quic/platform/impl/quic_test_output_impl.h', |
| 'third_party/quic/platform/impl/quic_expect_bug_impl.h', |
| 'third_party/quic/platform/impl/quic_mock_log_impl.h', |
| 'third_party/quic/core/qpack/qpack_encoder_test_utils.cc', |
| 'third_party/quic/core/qpack/qpack_encoder_test_utils.h', |
| 'third_party/quic/platform/impl/quic_test_impl.cc', |
| 'third_party/quic/platform/impl/quic_test_impl.h', |
| 'third_party/quic/platform/impl/quic_test_loopback_impl.cc', |
| 'third_party/quic/platform/impl/quic_test_loopback_impl.h', |
| 'third_party/quic/platform/impl/quic_test_mem_slice_vector_impl.cc', |
| 'third_party/quic/platform/impl/quic_test_mem_slice_vector_impl.h', |
| 'third_party/quic/quartc/counting_packet_filter.h', |
| 'third_party/quic/test_tools/crypto_test_utils.cc', |
| 'third_party/quic/test_tools/crypto_test_utils.h', |
| 'third_party/quic/test_tools/failing_proof_source.cc', |
| 'third_party/quic/test_tools/failing_proof_source.h', |
| 'third_party/quic/test_tools/fake_proof_source.cc', |
| 'third_party/quic/test_tools/fake_proof_source.h', |
| 'third_party/quic/test_tools/mock_clock.cc', |
| 'third_party/quic/test_tools/mock_clock.h', |
| 'third_party/quic/test_tools/mock_quic_client_promised_info.cc', |
| 'third_party/quic/test_tools/mock_quic_client_promised_info.h', |
| 'third_party/quic/core/qpack/qpack_decoder_test_utils.cc', |
| 'third_party/quic/core/qpack/qpack_decoder_test_utils.h', |
| 'third_party/quic/test_tools/mock_quic_dispatcher.cc', |
| 'third_party/quic/test_tools/mock_quic_dispatcher.h', |
| 'third_party/quic/test_tools/mock_quic_session_visitor.cc', |
| 'third_party/quic/test_tools/mock_quic_session_visitor.h', |
| 'third_party/quic/test_tools/mock_quic_spdy_client_stream.cc', |
| 'third_party/quic/test_tools/mock_quic_spdy_client_stream.h', |
| 'third_party/quic/test_tools/mock_random.cc', |
| 'third_party/quic/test_tools/mock_random.h', |
| 'third_party/quic/test_tools/quic_buffered_packet_store_peer.cc', |
| 'third_party/quic/test_tools/quic_buffered_packet_store_peer.h', |
| 'third_party/quic/test_tools/quic_client_promised_info_peer.cc', |
| 'third_party/quic/test_tools/quic_client_promised_info_peer.h', |
| 'third_party/quic/test_tools/quic_config_peer.cc', |
| 'third_party/quic/test_tools/quic_config_peer.h', |
| 'third_party/quic/test_tools/quic_connection_peer.cc', |
| 'third_party/quic/test_tools/quic_connection_peer.h', |
| 'third_party/quic/test_tools/quic_crypto_server_config_peer.cc', |
| 'third_party/quic/test_tools/quic_crypto_server_config_peer.h', |
| 'third_party/quic/test_tools/quic_dispatcher_peer.cc', |
| 'third_party/quic/test_tools/quic_dispatcher_peer.h', |
| 'third_party/quic/core/qpack/qpack_test_utils.cc', |
| 'third_party/quic/core/qpack/qpack_test_utils.h', |
| 'third_party/quic/test_tools/quic_flow_controller_peer.cc', |
| 'third_party/quic/test_tools/quic_flow_controller_peer.h', |
| 'third_party/quic/test_tools/quic_framer_peer.cc', |
| 'third_party/quic/test_tools/quic_framer_peer.h', |
| 'third_party/quic/test_tools/quic_packet_creator_peer.cc', |
| 'third_party/quic/test_tools/quic_packet_creator_peer.h', |
| 'third_party/quic/test_tools/quic_packet_generator_peer.cc', |
| 'third_party/quic/test_tools/quic_packet_generator_peer.h', |
| 'third_party/quic/test_tools/quic_sent_packet_manager_peer.cc', |
| 'third_party/quic/test_tools/quic_sent_packet_manager_peer.h', |
| 'third_party/quic/test_tools/quic_server_session_base_peer.h', |
| 'third_party/quic/test_tools/quic_session_peer.cc', |
| 'third_party/quic/test_tools/quic_session_peer.h', |
| 'third_party/quic/test_tools/quic_spdy_session_peer.cc', |
| 'third_party/quic/test_tools/quic_spdy_session_peer.h', |
| 'third_party/quic/test_tools/quic_spdy_stream_peer.cc', |
| 'third_party/quic/test_tools/quic_spdy_stream_peer.h', |
| 'third_party/quic/test_tools/quic_stream_peer.cc', |
| 'third_party/quic/test_tools/quic_stream_peer.h', |
| 'third_party/quic/test_tools/quic_stream_send_buffer_peer.cc', |
| 'third_party/quic/test_tools/quic_stream_send_buffer_peer.h', |
| 'third_party/quic/test_tools/quic_stream_sequencer_buffer_peer.cc', |
| 'third_party/quic/test_tools/quic_stream_sequencer_buffer_peer.h', |
| 'third_party/quic/test_tools/quic_stream_sequencer_peer.cc', |
| 'third_party/quic/test_tools/quic_stream_sequencer_peer.h', |
| 'third_party/quic/test_tools/quic_sustained_bandwidth_recorder_peer.cc', |
| 'third_party/quic/test_tools/quic_sustained_bandwidth_recorder_peer.h', |
| 'third_party/quic/test_tools/quic_test_utils.cc', |
| 'third_party/quic/test_tools/quic_test_utils.h', |
| "third_party/quic/core/quic_time_wait_list_manager.cc", |
| "third_party/quic/core/quic_time_wait_list_manager.h", |
| 'third_party/quic/test_tools/quic_time_wait_list_manager_peer.cc', |
| 'third_party/quic/test_tools/quic_unacked_packet_map_peer.cc', |
| 'third_party/quic/test_tools/quic_unacked_packet_map_peer.h', |
| 'third_party/quic/tools/quic_memory_cache_backend.cc', |
| 'third_party/quic/tools/quic_memory_cache_backend.h', |
| "third_party/quic/tools/quic_simple_client_session.cc", |
| "third_party/quic/tools/quic_simple_client_session.h", |
| "third_party/quic/tools/quic_simple_client_stream.cc", |
| "third_party/quic/tools/quic_simple_client_stream.h", |
| 'third_party/quic/test_tools/quic_time_wait_list_manager_peer.h', |
| 'third_party/quic/test_tools/rtt_stats_peer.cc', |
| 'third_party/quic/test_tools/rtt_stats_peer.h', |
| 'third_party/quic/test_tools/simple_data_producer.cc', |
| 'third_party/quic/test_tools/simple_data_producer.h', |
| 'third_party/quic/test_tools/simple_quic_framer.cc', |
| 'third_party/quic/test_tools/simple_quic_framer.h', |
| 'third_party/quic/test_tools/simple_session_notifier.cc', |
| 'third_party/quic/test_tools/simple_session_notifier.h', |
| 'third_party/quic/test_tools/simulator/actor.cc', |
| 'third_party/quic/test_tools/simulator/actor.h', |
| 'third_party/quic/test_tools/simulator/alarm_factory.cc', |
| 'third_party/quic/test_tools/simulator/alarm_factory.h', |
| 'third_party/quic/test_tools/simulator/link.cc', |
| 'third_party/quic/test_tools/simulator/link.h', |
| 'third_party/quic/test_tools/simulator/packet_filter.cc', |
| 'third_party/quic/test_tools/simulator/packet_filter.h', |
| 'third_party/quic/test_tools/simulator/port.cc', |
| 'third_party/quic/test_tools/simulator/port.h', |
| 'third_party/quic/test_tools/simulator/queue.cc', |
| 'third_party/quic/test_tools/simulator/queue.h', |
| 'third_party/quic/test_tools/simulator/quic_endpoint.cc', |
| 'third_party/quic/test_tools/simulator/quic_endpoint.h', |
| 'third_party/quic/test_tools/simulator/simulator.cc', |
| 'third_party/quic/test_tools/simulator/simulator.h', |
| 'third_party/quic/test_tools/simulator/switch.cc', |
| 'third_party/quic/test_tools/simulator/switch.h', |
| 'third_party/quic/test_tools/simulator/traffic_policer.cc', |
| 'third_party/quic/test_tools/simulator/traffic_policer.h', |
| 'third_party/quic/tools/quic_backend_response.cc', |
| 'third_party/quic/tools/quic_backend_response.h', |
| 'third_party/quic/tools/quic_client_base.cc', |
| 'third_party/quic/tools/quic_client_base.h', |
| 'third_party/quic/tools/quic_simple_crypto_server_stream_helper.cc', |
| 'third_party/quic/tools/quic_simple_crypto_server_stream_helper.h', |
| 'third_party/quic/tools/quic_simple_dispatcher.cc', |
| 'third_party/quic/tools/quic_simple_dispatcher.h', |
| 'third_party/quic/tools/quic_simple_server_session.cc', |
| 'third_party/quic/tools/quic_simple_server_session.h', |
| 'third_party/quic/tools/quic_simple_server_stream.cc', |
| 'third_party/quic/tools/quic_simple_server_stream.h', |
| "third_party/quic/tools/quic_url.cc", |
| "third_party/quic/tools/quic_url.h", |
| 'third_party/quic/tools/quic_tcp_like_trace_converter.cc', |
| 'third_party/quic/tools/quic_tcp_like_trace_converter.h', |
| 'third_party/quic/tools/quic_tcp_like_trace_converter_test.cc', |
| 'third_party/quic/tools/quic_spdy_client_base.cc', |
| 'third_party/quic/tools/quic_spdy_client_base.h', |
| 'tools/quic/quic_client_message_loop_network_helper.cc', |
| 'tools/quic/quic_client_message_loop_network_helper.h', |
| 'tools/quic/quic_simple_server.cc', |
| 'tools/quic/quic_simple_server.h', |
| 'tools/quic/quic_simple_server_packet_writer.cc', |
| 'tools/quic/quic_simple_server_packet_writer.h', |
| |
| "third_party/quic/core/chlo_extractor.cc", |
| "third_party/quic/core/chlo_extractor.h", |
| "third_party/quic/core/http/quic_spdy_server_stream_base.cc", |
| "third_party/quic/core/http/quic_spdy_server_stream_base.h", |
| "third_party/quic/core/quic_dispatcher.cc", |
| "third_party/quic/core/quic_dispatcher.h", |
| "third_party/quic/core/quic_packet_writer_wrapper.cc", |
| "third_party/quic/core/quic_packet_writer_wrapper.h", |
| "third_party/quic/core/quic_process_packet_interface.h", |
| "third_party/quic/core/stateless_rejector.cc", |
| "third_party/quic/core/stateless_rejector.h", |
| 'http2/platform/impl/http2_test_helpers_impl.cc', |
| "tools/quic/quic_http_proxy_backend.cc", |
| "tools/quic/quic_http_proxy_backend.h", |
| "tools/quic/quic_http_proxy_backend_stream.cc", |
| "tools/quic/quic_http_proxy_backend_stream.h", |
| "tools/quic/synchronous_host_resolver.cc", |
| "tools/quic/synchronous_host_resolver.h", |
| ], |
| 'dependencies': [ |
| 'net', |
| '<(DEPTH)/third_party/boringssl/boringssl.gyp:crypto', |
| '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite', |
| '<(DEPTH)/testing/gmock.gyp:gmock', |
| '<(DEPTH)/testing/gtest.gyp:gtest', |
| 'test_support', |
| 'net_nqe_proto', |
| 'net_quic_proto', |
| ], |
| }, |
| { |
| 'target_name': 'http_server', |
| 'type': 'static_library', |
| 'dependencies': [ |
| '<(DEPTH)/base/base.gyp:base', |
| 'net', |
| ], |
| 'sources': [ |
| 'server/http_connection.cc', |
| 'server/http_connection.h', |
| 'server/http_server.cc', |
| 'server/http_server.h', |
| 'server/http_server_request_info.cc', |
| 'server/http_server_request_info.h', |
| 'server/http_server_response_info.cc', |
| 'server/http_server_response_info.h', |
| 'server/web_socket.cc', |
| 'server/web_socket.h', |
| 'server/web_socket_encoder.cc', |
| 'server/web_socket_encoder.h', |
| ], |
| }, |
| # { |
| # 'target_name': 'simple_quic_tools', |
| # 'type': 'static_library', |
| # 'dependencies': [ |
| # 'net', |
| # '<(DEPTH)/base/base.gyp:base', |
| # '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
| # '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite', |
| # '<(DEPTH)/url/url.gyp:url', |
| # ], |
| # 'sources': [ |
| # ], |
| # }, |
| { |
| 'target_name': 'net_unittests_deploy', |
| 'type': 'none', |
| 'dependencies': [ |
| 'net_unittests', |
| ], |
| 'variables': { |
| 'executable_name': 'net_unittests', |
| }, |
| 'includes': [ '../starboard/build/deploy.gypi' ], |
| }, |
| ], |
| } |