QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1 | { |
| 2 | "protobuf": [ |
| 3 | "quiche/quic/core/proto/cached_network_parameters.proto", |
| 4 | "quiche/quic/core/proto/crypto_server_config.proto", |
| 5 | "quiche/quic/core/proto/source_address_token.proto" |
| 6 | ], |
| 7 | "protobuf_test_support": [ |
| 8 | "quiche/quic/test_tools/send_algorithm_test_result.proto" |
| 9 | ], |
| 10 | "quiche_core_hdrs": [ |
vasilvv | 7d6226d | 2023-04-12 11:16:26 -0700 | [diff] [blame] | 11 | "quiche/common/btree_scheduler.h", |
vasilvv | 1f10d87 | 2023-01-17 17:23:52 -0800 | [diff] [blame] | 12 | "quiche/common/capsule.h", |
vasilvv | df3c6e7 | 2023-09-25 11:14:07 -0700 | [diff] [blame] | 13 | "quiche/common/http/http_header_block.h", |
| 14 | "quiche/common/http/http_header_storage.h", |
wub | 022a94e | 2024-03-12 18:44:31 -0700 | [diff] [blame] | 15 | "quiche/common/lifetime_tracking.h", |
ericorth | ec99d2c | 2023-11-30 15:04:09 -0800 | [diff] [blame] | 16 | "quiche/common/masque/connect_ip_datagram_payload.h", |
ericorth | f1d56d4 | 2022-09-26 07:57:17 -0700 | [diff] [blame] | 17 | "quiche/common/masque/connect_udp_datagram_payload.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 18 | "quiche/common/platform/api/quiche_bug_tracker.h", |
| 19 | "quiche/common/platform/api/quiche_client_stats.h", |
| 20 | "quiche/common/platform/api/quiche_containers.h", |
| 21 | "quiche/common/platform/api/quiche_export.h", |
| 22 | "quiche/common/platform/api/quiche_flag_utils.h", |
| 23 | "quiche/common/platform/api/quiche_flags.h", |
vasilvv | d24f499 | 2023-10-24 09:53:25 -0700 | [diff] [blame] | 24 | "quiche/common/platform/api/quiche_googleurl.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 25 | "quiche/common/platform/api/quiche_header_policy.h", |
| 26 | "quiche/common/platform/api/quiche_hostname_utils.h", |
| 27 | "quiche/common/platform/api/quiche_iovec.h", |
| 28 | "quiche/common/platform/api/quiche_logging.h", |
| 29 | "quiche/common/platform/api/quiche_lower_case_string.h", |
| 30 | "quiche/common/platform/api/quiche_mem_slice.h", |
| 31 | "quiche/common/platform/api/quiche_mutex.h", |
| 32 | "quiche/common/platform/api/quiche_prefetch.h", |
| 33 | "quiche/common/platform/api/quiche_reference_counted.h", |
| 34 | "quiche/common/platform/api/quiche_server_stats.h", |
| 35 | "quiche/common/platform/api/quiche_stack_trace.h", |
| 36 | "quiche/common/platform/api/quiche_testvalue.h", |
| 37 | "quiche/common/platform/api/quiche_thread.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 38 | "quiche/common/platform/api/quiche_time_utils.h", |
| 39 | "quiche/common/platform/api/quiche_url_utils.h", |
| 40 | "quiche/common/print_elements.h", |
| 41 | "quiche/common/quiche_buffer_allocator.h", |
vasilvv | 215f30f | 2023-05-30 12:31:31 -0700 | [diff] [blame] | 42 | "quiche/common/quiche_callbacks.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 43 | "quiche/common/quiche_circular_deque.h", |
QUICHE team | 8d2911a | 2022-09-12 16:32:12 -0700 | [diff] [blame] | 44 | "quiche/common/quiche_crypto_logging.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 45 | "quiche/common/quiche_data_reader.h", |
| 46 | "quiche/common/quiche_data_writer.h", |
| 47 | "quiche/common/quiche_endian.h", |
wangsteve | f357216 | 2024-03-04 08:26:00 -0800 | [diff] [blame] | 48 | "quiche/common/quiche_feature_flags_list.h", |
bnc | 173ae2b | 2022-09-06 11:42:10 -0700 | [diff] [blame] | 49 | "quiche/common/quiche_ip_address.h", |
| 50 | "quiche/common/quiche_ip_address_family.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 51 | "quiche/common/quiche_linked_hash_map.h", |
| 52 | "quiche/common/quiche_mem_slice_storage.h", |
birenroy | 820a11f | 2022-07-28 07:40:08 -0700 | [diff] [blame] | 53 | "quiche/common/quiche_protocol_flags_list.h", |
QUICHE team | 4c10913 | 2022-09-21 16:55:40 -0700 | [diff] [blame] | 54 | "quiche/common/quiche_random.h", |
vasilvv | df3c6e7 | 2023-09-25 11:14:07 -0700 | [diff] [blame] | 55 | "quiche/common/quiche_simple_arena.h", |
vasilvv | 88d21fc | 2023-01-25 13:15:16 -0800 | [diff] [blame] | 56 | "quiche/common/quiche_status_utils.h", |
vasilvv | 9158c29 | 2023-01-13 08:07:53 -0800 | [diff] [blame] | 57 | "quiche/common/quiche_stream.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 58 | "quiche/common/quiche_text_utils.h", |
| 59 | "quiche/common/simple_buffer_allocator.h", |
| 60 | "quiche/common/structured_headers.h", |
vasilvv | 88d21fc | 2023-01-25 13:15:16 -0800 | [diff] [blame] | 61 | "quiche/common/wire_serialization.h", |
birenroy | 62f5f6c | 2024-04-19 16:16:25 -0700 | [diff] [blame] | 62 | "quiche/http2/adapter/chunked_buffer.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 63 | "quiche/http2/adapter/data_source.h", |
| 64 | "quiche/http2/adapter/event_forwarder.h", |
| 65 | "quiche/http2/adapter/header_validator.h", |
| 66 | "quiche/http2/adapter/header_validator_base.h", |
| 67 | "quiche/http2/adapter/http2_adapter.h", |
| 68 | "quiche/http2/adapter/http2_protocol.h", |
| 69 | "quiche/http2/adapter/http2_session.h", |
| 70 | "quiche/http2/adapter/http2_util.h", |
| 71 | "quiche/http2/adapter/http2_visitor_interface.h", |
birenroy | cf3b70c | 2023-12-05 08:00:31 -0800 | [diff] [blame] | 72 | "quiche/http2/adapter/noop_header_validator.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 73 | "quiche/http2/adapter/oghttp2_adapter.h", |
| 74 | "quiche/http2/adapter/oghttp2_session.h", |
| 75 | "quiche/http2/adapter/oghttp2_util.h", |
| 76 | "quiche/http2/adapter/window_manager.h", |
birenroy | c141463 | 2024-07-10 10:36:11 -0700 | [diff] [blame] | 77 | "quiche/http2/core/array_output_buffer.h", |
| 78 | "quiche/http2/core/header_byte_listener_interface.h", |
birenroy | cbb8cca | 2024-07-10 12:48:55 -0700 | [diff] [blame^] | 79 | "quiche/http2/core/http2_frame_decoder_adapter.h", |
birenroy | c141463 | 2024-07-10 10:36:11 -0700 | [diff] [blame] | 80 | "quiche/http2/core/http2_header_block_hpack_listener.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 81 | "quiche/http2/core/http2_trace_logging.h", |
birenroy | c141463 | 2024-07-10 10:36:11 -0700 | [diff] [blame] | 82 | "quiche/http2/core/no_op_headers_handler.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 83 | "quiche/http2/core/priority_write_scheduler.h", |
birenroy | c141463 | 2024-07-10 10:36:11 -0700 | [diff] [blame] | 84 | "quiche/http2/core/recording_headers_handler.h", |
birenroy | cbb8cca | 2024-07-10 12:48:55 -0700 | [diff] [blame^] | 85 | "quiche/http2/core/spdy_alt_svc_wire_format.h", |
| 86 | "quiche/http2/core/spdy_bitmasks.h", |
| 87 | "quiche/http2/core/spdy_frame_builder.h", |
| 88 | "quiche/http2/core/spdy_framer.h", |
birenroy | c141463 | 2024-07-10 10:36:11 -0700 | [diff] [blame] | 89 | "quiche/http2/core/spdy_headers_handler_interface.h", |
| 90 | "quiche/http2/core/spdy_no_op_visitor.h", |
birenroy | cbb8cca | 2024-07-10 12:48:55 -0700 | [diff] [blame^] | 91 | "quiche/http2/core/spdy_protocol.h", |
birenroy | c141463 | 2024-07-10 10:36:11 -0700 | [diff] [blame] | 92 | "quiche/http2/core/zero_copy_output_buffer.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 93 | "quiche/http2/decoder/decode_buffer.h", |
| 94 | "quiche/http2/decoder/decode_http2_structures.h", |
| 95 | "quiche/http2/decoder/decode_status.h", |
| 96 | "quiche/http2/decoder/frame_decoder_state.h", |
| 97 | "quiche/http2/decoder/http2_frame_decoder.h", |
| 98 | "quiche/http2/decoder/http2_frame_decoder_listener.h", |
| 99 | "quiche/http2/decoder/http2_structure_decoder.h", |
| 100 | "quiche/http2/decoder/payload_decoders/altsvc_payload_decoder.h", |
| 101 | "quiche/http2/decoder/payload_decoders/continuation_payload_decoder.h", |
| 102 | "quiche/http2/decoder/payload_decoders/data_payload_decoder.h", |
| 103 | "quiche/http2/decoder/payload_decoders/goaway_payload_decoder.h", |
| 104 | "quiche/http2/decoder/payload_decoders/headers_payload_decoder.h", |
| 105 | "quiche/http2/decoder/payload_decoders/ping_payload_decoder.h", |
| 106 | "quiche/http2/decoder/payload_decoders/priority_payload_decoder.h", |
| 107 | "quiche/http2/decoder/payload_decoders/priority_update_payload_decoder.h", |
| 108 | "quiche/http2/decoder/payload_decoders/push_promise_payload_decoder.h", |
| 109 | "quiche/http2/decoder/payload_decoders/rst_stream_payload_decoder.h", |
| 110 | "quiche/http2/decoder/payload_decoders/settings_payload_decoder.h", |
| 111 | "quiche/http2/decoder/payload_decoders/unknown_payload_decoder.h", |
| 112 | "quiche/http2/decoder/payload_decoders/window_update_payload_decoder.h", |
| 113 | "quiche/http2/hpack/decoder/hpack_block_decoder.h", |
| 114 | "quiche/http2/hpack/decoder/hpack_decoder.h", |
| 115 | "quiche/http2/hpack/decoder/hpack_decoder_listener.h", |
| 116 | "quiche/http2/hpack/decoder/hpack_decoder_state.h", |
| 117 | "quiche/http2/hpack/decoder/hpack_decoder_string_buffer.h", |
| 118 | "quiche/http2/hpack/decoder/hpack_decoder_tables.h", |
| 119 | "quiche/http2/hpack/decoder/hpack_decoding_error.h", |
| 120 | "quiche/http2/hpack/decoder/hpack_entry_decoder.h", |
| 121 | "quiche/http2/hpack/decoder/hpack_entry_decoder_listener.h", |
| 122 | "quiche/http2/hpack/decoder/hpack_entry_type_decoder.h", |
| 123 | "quiche/http2/hpack/decoder/hpack_string_decoder.h", |
| 124 | "quiche/http2/hpack/decoder/hpack_string_decoder_listener.h", |
| 125 | "quiche/http2/hpack/decoder/hpack_whole_entry_buffer.h", |
| 126 | "quiche/http2/hpack/decoder/hpack_whole_entry_listener.h", |
birenroy | 87c3f7e | 2024-07-09 12:09:37 -0700 | [diff] [blame] | 127 | "quiche/http2/hpack/hpack_constants.h", |
| 128 | "quiche/http2/hpack/hpack_encoder.h", |
| 129 | "quiche/http2/hpack/hpack_entry.h", |
| 130 | "quiche/http2/hpack/hpack_header_table.h", |
| 131 | "quiche/http2/hpack/hpack_output_stream.h", |
| 132 | "quiche/http2/hpack/hpack_static_table.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 133 | "quiche/http2/hpack/http2_hpack_constants.h", |
| 134 | "quiche/http2/hpack/huffman/hpack_huffman_decoder.h", |
| 135 | "quiche/http2/hpack/huffman/hpack_huffman_encoder.h", |
| 136 | "quiche/http2/hpack/huffman/huffman_spec_tables.h", |
| 137 | "quiche/http2/hpack/varint/hpack_varint_decoder.h", |
| 138 | "quiche/http2/hpack/varint/hpack_varint_encoder.h", |
| 139 | "quiche/http2/http2_constants.h", |
| 140 | "quiche/http2/http2_structures.h", |
| 141 | "quiche/quic/core/chlo_extractor.h", |
| 142 | "quiche/quic/core/congestion_control/bandwidth_sampler.h", |
| 143 | "quiche/quic/core/congestion_control/bbr2_drain.h", |
| 144 | "quiche/quic/core/congestion_control/bbr2_misc.h", |
| 145 | "quiche/quic/core/congestion_control/bbr2_probe_bw.h", |
| 146 | "quiche/quic/core/congestion_control/bbr2_probe_rtt.h", |
| 147 | "quiche/quic/core/congestion_control/bbr2_sender.h", |
| 148 | "quiche/quic/core/congestion_control/bbr2_startup.h", |
| 149 | "quiche/quic/core/congestion_control/bbr_sender.h", |
| 150 | "quiche/quic/core/congestion_control/cubic_bytes.h", |
| 151 | "quiche/quic/core/congestion_control/general_loss_algorithm.h", |
| 152 | "quiche/quic/core/congestion_control/hybrid_slow_start.h", |
| 153 | "quiche/quic/core/congestion_control/loss_detection_interface.h", |
| 154 | "quiche/quic/core/congestion_control/pacing_sender.h", |
| 155 | "quiche/quic/core/congestion_control/prr_sender.h", |
| 156 | "quiche/quic/core/congestion_control/rtt_stats.h", |
| 157 | "quiche/quic/core/congestion_control/send_algorithm_interface.h", |
| 158 | "quiche/quic/core/congestion_control/tcp_cubic_sender_bytes.h", |
| 159 | "quiche/quic/core/congestion_control/uber_loss_algorithm.h", |
| 160 | "quiche/quic/core/congestion_control/windowed_filter.h", |
vasilvv | c5d5f7a | 2022-09-19 13:40:40 -0700 | [diff] [blame] | 161 | "quiche/quic/core/connecting_client_socket.h", |
martinduke | 1699cb2 | 2022-08-03 12:42:27 -0700 | [diff] [blame] | 162 | "quiche/quic/core/connection_id_generator.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 163 | "quiche/quic/core/crypto/aead_base_decrypter.h", |
| 164 | "quiche/quic/core/crypto/aead_base_encrypter.h", |
| 165 | "quiche/quic/core/crypto/aes_128_gcm_12_decrypter.h", |
| 166 | "quiche/quic/core/crypto/aes_128_gcm_12_encrypter.h", |
| 167 | "quiche/quic/core/crypto/aes_128_gcm_decrypter.h", |
| 168 | "quiche/quic/core/crypto/aes_128_gcm_encrypter.h", |
| 169 | "quiche/quic/core/crypto/aes_256_gcm_decrypter.h", |
| 170 | "quiche/quic/core/crypto/aes_256_gcm_encrypter.h", |
| 171 | "quiche/quic/core/crypto/aes_base_decrypter.h", |
| 172 | "quiche/quic/core/crypto/aes_base_encrypter.h", |
| 173 | "quiche/quic/core/crypto/boring_utils.h", |
| 174 | "quiche/quic/core/crypto/cert_compressor.h", |
| 175 | "quiche/quic/core/crypto/certificate_util.h", |
| 176 | "quiche/quic/core/crypto/certificate_view.h", |
| 177 | "quiche/quic/core/crypto/chacha20_poly1305_decrypter.h", |
| 178 | "quiche/quic/core/crypto/chacha20_poly1305_encrypter.h", |
| 179 | "quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter.h", |
| 180 | "quiche/quic/core/crypto/chacha20_poly1305_tls_encrypter.h", |
| 181 | "quiche/quic/core/crypto/chacha_base_decrypter.h", |
| 182 | "quiche/quic/core/crypto/chacha_base_encrypter.h", |
| 183 | "quiche/quic/core/crypto/channel_id.h", |
| 184 | "quiche/quic/core/crypto/client_proof_source.h", |
| 185 | "quiche/quic/core/crypto/crypto_framer.h", |
| 186 | "quiche/quic/core/crypto/crypto_handshake.h", |
| 187 | "quiche/quic/core/crypto/crypto_handshake_message.h", |
| 188 | "quiche/quic/core/crypto/crypto_message_parser.h", |
| 189 | "quiche/quic/core/crypto/crypto_protocol.h", |
| 190 | "quiche/quic/core/crypto/crypto_secret_boxer.h", |
| 191 | "quiche/quic/core/crypto/crypto_utils.h", |
| 192 | "quiche/quic/core/crypto/curve25519_key_exchange.h", |
| 193 | "quiche/quic/core/crypto/key_exchange.h", |
| 194 | "quiche/quic/core/crypto/null_decrypter.h", |
| 195 | "quiche/quic/core/crypto/null_encrypter.h", |
| 196 | "quiche/quic/core/crypto/p256_key_exchange.h", |
| 197 | "quiche/quic/core/crypto/proof_source.h", |
| 198 | "quiche/quic/core/crypto/proof_source_x509.h", |
| 199 | "quiche/quic/core/crypto/proof_verifier.h", |
| 200 | "quiche/quic/core/crypto/quic_client_session_cache.h", |
| 201 | "quiche/quic/core/crypto/quic_compressed_certs_cache.h", |
| 202 | "quiche/quic/core/crypto/quic_crypter.h", |
| 203 | "quiche/quic/core/crypto/quic_crypto_client_config.h", |
| 204 | "quiche/quic/core/crypto/quic_crypto_proof.h", |
| 205 | "quiche/quic/core/crypto/quic_crypto_server_config.h", |
| 206 | "quiche/quic/core/crypto/quic_decrypter.h", |
| 207 | "quiche/quic/core/crypto/quic_encrypter.h", |
| 208 | "quiche/quic/core/crypto/quic_hkdf.h", |
| 209 | "quiche/quic/core/crypto/quic_random.h", |
| 210 | "quiche/quic/core/crypto/tls_client_connection.h", |
| 211 | "quiche/quic/core/crypto/tls_connection.h", |
| 212 | "quiche/quic/core/crypto/tls_server_connection.h", |
| 213 | "quiche/quic/core/crypto/transport_parameters.h", |
| 214 | "quiche/quic/core/crypto/web_transport_fingerprint_proof_verifier.h", |
martinduke | 31448f4 | 2022-08-04 10:51:41 -0700 | [diff] [blame] | 215 | "quiche/quic/core/deterministic_connection_id_generator.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 216 | "quiche/quic/core/frames/quic_ack_frame.h", |
| 217 | "quiche/quic/core/frames/quic_ack_frequency_frame.h", |
| 218 | "quiche/quic/core/frames/quic_blocked_frame.h", |
| 219 | "quiche/quic/core/frames/quic_connection_close_frame.h", |
| 220 | "quiche/quic/core/frames/quic_crypto_frame.h", |
| 221 | "quiche/quic/core/frames/quic_frame.h", |
| 222 | "quiche/quic/core/frames/quic_goaway_frame.h", |
| 223 | "quiche/quic/core/frames/quic_handshake_done_frame.h", |
| 224 | "quiche/quic/core/frames/quic_inlined_frame.h", |
| 225 | "quiche/quic/core/frames/quic_max_streams_frame.h", |
| 226 | "quiche/quic/core/frames/quic_message_frame.h", |
| 227 | "quiche/quic/core/frames/quic_mtu_discovery_frame.h", |
| 228 | "quiche/quic/core/frames/quic_new_connection_id_frame.h", |
| 229 | "quiche/quic/core/frames/quic_new_token_frame.h", |
| 230 | "quiche/quic/core/frames/quic_padding_frame.h", |
| 231 | "quiche/quic/core/frames/quic_path_challenge_frame.h", |
| 232 | "quiche/quic/core/frames/quic_path_response_frame.h", |
| 233 | "quiche/quic/core/frames/quic_ping_frame.h", |
vasilvv | 60a22a6 | 2024-02-05 08:26:22 -0800 | [diff] [blame] | 234 | "quiche/quic/core/frames/quic_reset_stream_at_frame.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 235 | "quiche/quic/core/frames/quic_retire_connection_id_frame.h", |
| 236 | "quiche/quic/core/frames/quic_rst_stream_frame.h", |
| 237 | "quiche/quic/core/frames/quic_stop_sending_frame.h", |
| 238 | "quiche/quic/core/frames/quic_stop_waiting_frame.h", |
| 239 | "quiche/quic/core/frames/quic_stream_frame.h", |
| 240 | "quiche/quic/core/frames/quic_streams_blocked_frame.h", |
| 241 | "quiche/quic/core/frames/quic_window_update_frame.h", |
| 242 | "quiche/quic/core/handshaker_delegate_interface.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 243 | "quiche/quic/core/http/http_constants.h", |
| 244 | "quiche/quic/core/http/http_decoder.h", |
| 245 | "quiche/quic/core/http/http_encoder.h", |
| 246 | "quiche/quic/core/http/http_frames.h", |
rch | ce1f07e | 2024-03-13 18:23:24 -0700 | [diff] [blame] | 247 | "quiche/quic/core/http/metadata_decoder.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 248 | "quiche/quic/core/http/quic_header_list.h", |
| 249 | "quiche/quic/core/http/quic_headers_stream.h", |
| 250 | "quiche/quic/core/http/quic_receive_control_stream.h", |
| 251 | "quiche/quic/core/http/quic_send_control_stream.h", |
| 252 | "quiche/quic/core/http/quic_server_initiated_spdy_stream.h", |
| 253 | "quiche/quic/core/http/quic_server_session_base.h", |
| 254 | "quiche/quic/core/http/quic_spdy_client_session.h", |
| 255 | "quiche/quic/core/http/quic_spdy_client_session_base.h", |
| 256 | "quiche/quic/core/http/quic_spdy_client_stream.h", |
| 257 | "quiche/quic/core/http/quic_spdy_server_stream_base.h", |
| 258 | "quiche/quic/core/http/quic_spdy_session.h", |
| 259 | "quiche/quic/core/http/quic_spdy_stream.h", |
| 260 | "quiche/quic/core/http/quic_spdy_stream_body_manager.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 261 | "quiche/quic/core/http/spdy_utils.h", |
| 262 | "quiche/quic/core/http/web_transport_http3.h", |
| 263 | "quiche/quic/core/http/web_transport_stream_adapter.h", |
ericorth | 920d43f | 2023-12-11 12:43:42 -0800 | [diff] [blame] | 264 | "quiche/quic/core/internet_checksum.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 265 | "quiche/quic/core/legacy_quic_stream_id_manager.h", |
| 266 | "quiche/quic/core/packet_number_indexed_queue.h", |
| 267 | "quiche/quic/core/proto/cached_network_parameters_proto.h", |
| 268 | "quiche/quic/core/proto/crypto_server_config_proto.h", |
| 269 | "quiche/quic/core/proto/source_address_token_proto.h", |
| 270 | "quiche/quic/core/qpack/qpack_blocking_manager.h", |
| 271 | "quiche/quic/core/qpack/qpack_decoded_headers_accumulator.h", |
| 272 | "quiche/quic/core/qpack/qpack_decoder.h", |
| 273 | "quiche/quic/core/qpack/qpack_decoder_stream_receiver.h", |
| 274 | "quiche/quic/core/qpack/qpack_decoder_stream_sender.h", |
| 275 | "quiche/quic/core/qpack/qpack_encoder.h", |
| 276 | "quiche/quic/core/qpack/qpack_encoder_stream_receiver.h", |
| 277 | "quiche/quic/core/qpack/qpack_encoder_stream_sender.h", |
| 278 | "quiche/quic/core/qpack/qpack_header_table.h", |
| 279 | "quiche/quic/core/qpack/qpack_index_conversions.h", |
| 280 | "quiche/quic/core/qpack/qpack_instruction_decoder.h", |
| 281 | "quiche/quic/core/qpack/qpack_instruction_encoder.h", |
| 282 | "quiche/quic/core/qpack/qpack_instructions.h", |
| 283 | "quiche/quic/core/qpack/qpack_progressive_decoder.h", |
| 284 | "quiche/quic/core/qpack/qpack_receive_stream.h", |
| 285 | "quiche/quic/core/qpack/qpack_required_insert_count.h", |
| 286 | "quiche/quic/core/qpack/qpack_send_stream.h", |
| 287 | "quiche/quic/core/qpack/qpack_static_table.h", |
| 288 | "quiche/quic/core/qpack/qpack_stream_receiver.h", |
| 289 | "quiche/quic/core/qpack/qpack_stream_sender_delegate.h", |
| 290 | "quiche/quic/core/qpack/value_splitting_header_list.h", |
| 291 | "quiche/quic/core/quic_ack_listener_interface.h", |
| 292 | "quiche/quic/core/quic_alarm.h", |
| 293 | "quiche/quic/core/quic_alarm_factory.h", |
| 294 | "quiche/quic/core/quic_arena_scoped_ptr.h", |
| 295 | "quiche/quic/core/quic_bandwidth.h", |
| 296 | "quiche/quic/core/quic_blocked_writer_interface.h", |
rch | ee429dd | 2024-04-23 15:13:39 -0700 | [diff] [blame] | 297 | "quiche/quic/core/quic_blocked_writer_list.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 298 | "quiche/quic/core/quic_buffered_packet_store.h", |
| 299 | "quiche/quic/core/quic_chaos_protector.h", |
| 300 | "quiche/quic/core/quic_clock.h", |
| 301 | "quiche/quic/core/quic_coalesced_packet.h", |
| 302 | "quiche/quic/core/quic_config.h", |
| 303 | "quiche/quic/core/quic_connection.h", |
vasilvv | a435ab8 | 2024-04-26 06:53:00 -0700 | [diff] [blame] | 304 | "quiche/quic/core/quic_connection_alarms.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 305 | "quiche/quic/core/quic_connection_context.h", |
| 306 | "quiche/quic/core/quic_connection_id.h", |
| 307 | "quiche/quic/core/quic_connection_id_manager.h", |
| 308 | "quiche/quic/core/quic_connection_stats.h", |
| 309 | "quiche/quic/core/quic_constants.h", |
| 310 | "quiche/quic/core/quic_control_frame_manager.h", |
| 311 | "quiche/quic/core/quic_crypto_client_handshaker.h", |
| 312 | "quiche/quic/core/quic_crypto_client_stream.h", |
| 313 | "quiche/quic/core/quic_crypto_handshaker.h", |
| 314 | "quiche/quic/core/quic_crypto_server_stream.h", |
| 315 | "quiche/quic/core/quic_crypto_server_stream_base.h", |
| 316 | "quiche/quic/core/quic_crypto_stream.h", |
| 317 | "quiche/quic/core/quic_data_reader.h", |
| 318 | "quiche/quic/core/quic_data_writer.h", |
| 319 | "quiche/quic/core/quic_datagram_queue.h", |
vasilvv | 8141c4b | 2022-06-23 12:27:30 -0700 | [diff] [blame] | 320 | "quiche/quic/core/quic_default_clock.h", |
| 321 | "quiche/quic/core/quic_default_connection_helper.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 322 | "quiche/quic/core/quic_dispatcher.h", |
| 323 | "quiche/quic/core/quic_error_codes.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 324 | "quiche/quic/core/quic_flow_controller.h", |
| 325 | "quiche/quic/core/quic_framer.h", |
vasilvv | 3cc972c | 2023-07-17 07:56:14 -0700 | [diff] [blame] | 326 | "quiche/quic/core/quic_generic_session.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 327 | "quiche/quic/core/quic_idle_network_detector.h", |
| 328 | "quiche/quic/core/quic_interval.h", |
| 329 | "quiche/quic/core/quic_interval_deque.h", |
| 330 | "quiche/quic/core/quic_interval_set.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 331 | "quiche/quic/core/quic_lru_cache.h", |
| 332 | "quiche/quic/core/quic_mtu_discovery.h", |
| 333 | "quiche/quic/core/quic_network_blackhole_detector.h", |
| 334 | "quiche/quic/core/quic_one_block_arena.h", |
| 335 | "quiche/quic/core/quic_packet_creator.h", |
| 336 | "quiche/quic/core/quic_packet_number.h", |
| 337 | "quiche/quic/core/quic_packet_writer.h", |
| 338 | "quiche/quic/core/quic_packet_writer_wrapper.h", |
| 339 | "quiche/quic/core/quic_packets.h", |
| 340 | "quiche/quic/core/quic_path_validator.h", |
| 341 | "quiche/quic/core/quic_ping_manager.h", |
| 342 | "quiche/quic/core/quic_process_packet_interface.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 343 | "quiche/quic/core/quic_received_packet_manager.h", |
| 344 | "quiche/quic/core/quic_sent_packet_manager.h", |
| 345 | "quiche/quic/core/quic_server_id.h", |
| 346 | "quiche/quic/core/quic_session.h", |
| 347 | "quiche/quic/core/quic_socket_address_coder.h", |
| 348 | "quiche/quic/core/quic_stream.h", |
| 349 | "quiche/quic/core/quic_stream_frame_data_producer.h", |
| 350 | "quiche/quic/core/quic_stream_id_manager.h", |
bnc | ab43084 | 2022-12-12 09:47:35 -0800 | [diff] [blame] | 351 | "quiche/quic/core/quic_stream_priority.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 352 | "quiche/quic/core/quic_stream_send_buffer.h", |
| 353 | "quiche/quic/core/quic_stream_sequencer.h", |
| 354 | "quiche/quic/core/quic_stream_sequencer_buffer.h", |
| 355 | "quiche/quic/core/quic_sustained_bandwidth_recorder.h", |
| 356 | "quiche/quic/core/quic_tag.h", |
| 357 | "quiche/quic/core/quic_time.h", |
| 358 | "quiche/quic/core/quic_time_accumulator.h", |
| 359 | "quiche/quic/core/quic_time_wait_list_manager.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 360 | "quiche/quic/core/quic_transmission_info.h", |
| 361 | "quiche/quic/core/quic_types.h", |
| 362 | "quiche/quic/core/quic_unacked_packet_map.h", |
| 363 | "quiche/quic/core/quic_utils.h", |
| 364 | "quiche/quic/core/quic_version_manager.h", |
| 365 | "quiche/quic/core/quic_versions.h", |
| 366 | "quiche/quic/core/quic_write_blocked_list.h", |
| 367 | "quiche/quic/core/session_notifier_interface.h", |
vasilvv | c5d5f7a | 2022-09-19 13:40:40 -0700 | [diff] [blame] | 368 | "quiche/quic/core/socket_factory.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 369 | "quiche/quic/core/stream_delegate_interface.h", |
| 370 | "quiche/quic/core/tls_chlo_extractor.h", |
| 371 | "quiche/quic/core/tls_client_handshaker.h", |
| 372 | "quiche/quic/core/tls_handshaker.h", |
| 373 | "quiche/quic/core/tls_server_handshaker.h", |
| 374 | "quiche/quic/core/uber_quic_stream_id_manager.h", |
| 375 | "quiche/quic/core/uber_received_packet_manager.h", |
| 376 | "quiche/quic/core/web_transport_interface.h", |
vasilvv | 1125f4e | 2023-09-11 10:18:56 -0700 | [diff] [blame] | 377 | "quiche/quic/core/web_transport_stats.h", |
vasilvv | c5d0ad8 | 2024-05-14 09:07:07 -0700 | [diff] [blame] | 378 | "quiche/quic/core/web_transport_write_blocked_list.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 379 | "quiche/quic/platform/api/quic_bug_tracker.h", |
| 380 | "quiche/quic/platform/api/quic_client_stats.h", |
| 381 | "quiche/quic/platform/api/quic_export.h", |
| 382 | "quiche/quic/platform/api/quic_exported_stats.h", |
| 383 | "quiche/quic/platform/api/quic_flag_utils.h", |
| 384 | "quiche/quic/platform/api/quic_flags.h", |
| 385 | "quiche/quic/platform/api/quic_hostname_utils.h", |
| 386 | "quiche/quic/platform/api/quic_ip_address.h", |
| 387 | "quiche/quic/platform/api/quic_ip_address_family.h", |
| 388 | "quiche/quic/platform/api/quic_logging.h", |
| 389 | "quiche/quic/platform/api/quic_mutex.h", |
| 390 | "quiche/quic/platform/api/quic_server_stats.h", |
| 391 | "quiche/quic/platform/api/quic_socket_address.h", |
| 392 | "quiche/quic/platform/api/quic_stack_trace.h", |
| 393 | "quiche/quic/platform/api/quic_testvalue.h", |
| 394 | "quiche/quic/platform/api/quic_thread.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 395 | "quiche/spdy/core/hpack/hpack_decoder_adapter.h", |
| 396 | "quiche/spdy/core/hpack/hpack_encoder.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 397 | "quiche/spdy/core/http2_frame_decoder_adapter.h", |
bnc | a60076a | 2022-07-14 13:46:15 -0700 | [diff] [blame] | 398 | "quiche/spdy/core/http2_header_block.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 399 | "quiche/spdy/core/spdy_alt_svc_wire_format.h", |
| 400 | "quiche/spdy/core/spdy_bitmasks.h", |
| 401 | "quiche/spdy/core/spdy_frame_builder.h", |
| 402 | "quiche/spdy/core/spdy_framer.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 403 | "quiche/spdy/core/spdy_headers_handler_interface.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 404 | "quiche/spdy/core/spdy_protocol.h", |
vasilvv | b1e7b2c | 2023-07-23 11:33:32 -0700 | [diff] [blame] | 405 | "quiche/web_transport/complete_buffer_visitor.h", |
vasilvv | 244d3b3 | 2023-11-15 12:36:45 -0800 | [diff] [blame] | 406 | "quiche/web_transport/encapsulated/encapsulated_web_transport.h", |
vasilvv | a20f97d | 2023-11-16 06:55:09 -0800 | [diff] [blame] | 407 | "quiche/web_transport/web_transport.h", |
vasilvv | ae3b86f | 2024-01-08 11:00:49 -0800 | [diff] [blame] | 408 | "quiche/web_transport/web_transport_headers.h", |
| 409 | "quiche/web_transport/web_transport_priority_scheduler.h" |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 410 | ], |
| 411 | "quiche_core_srcs": [ |
vasilvv | 1f10d87 | 2023-01-17 17:23:52 -0800 | [diff] [blame] | 412 | "quiche/common/capsule.cc", |
vasilvv | df3c6e7 | 2023-09-25 11:14:07 -0700 | [diff] [blame] | 413 | "quiche/common/http/http_header_block.cc", |
| 414 | "quiche/common/http/http_header_storage.cc", |
ericorth | ec99d2c | 2023-11-30 15:04:09 -0800 | [diff] [blame] | 415 | "quiche/common/masque/connect_ip_datagram_payload.cc", |
ericorth | f1d56d4 | 2022-09-26 07:57:17 -0700 | [diff] [blame] | 416 | "quiche/common/masque/connect_udp_datagram_payload.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 417 | "quiche/common/platform/api/quiche_hostname_utils.cc", |
| 418 | "quiche/common/platform/api/quiche_mutex.cc", |
| 419 | "quiche/common/quiche_buffer_allocator.cc", |
QUICHE team | 8d2911a | 2022-09-12 16:32:12 -0700 | [diff] [blame] | 420 | "quiche/common/quiche_crypto_logging.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 421 | "quiche/common/quiche_data_reader.cc", |
| 422 | "quiche/common/quiche_data_writer.cc", |
bnc | 173ae2b | 2022-09-06 11:42:10 -0700 | [diff] [blame] | 423 | "quiche/common/quiche_ip_address.cc", |
| 424 | "quiche/common/quiche_ip_address_family.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 425 | "quiche/common/quiche_mem_slice_storage.cc", |
QUICHE team | 4c10913 | 2022-09-21 16:55:40 -0700 | [diff] [blame] | 426 | "quiche/common/quiche_random.cc", |
vasilvv | df3c6e7 | 2023-09-25 11:14:07 -0700 | [diff] [blame] | 427 | "quiche/common/quiche_simple_arena.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 428 | "quiche/common/quiche_text_utils.cc", |
| 429 | "quiche/common/simple_buffer_allocator.cc", |
| 430 | "quiche/common/structured_headers.cc", |
birenroy | 62f5f6c | 2024-04-19 16:16:25 -0700 | [diff] [blame] | 431 | "quiche/http2/adapter/chunked_buffer.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 432 | "quiche/http2/adapter/event_forwarder.cc", |
| 433 | "quiche/http2/adapter/header_validator.cc", |
| 434 | "quiche/http2/adapter/http2_protocol.cc", |
| 435 | "quiche/http2/adapter/http2_util.cc", |
birenroy | cf3b70c | 2023-12-05 08:00:31 -0800 | [diff] [blame] | 436 | "quiche/http2/adapter/noop_header_validator.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 437 | "quiche/http2/adapter/oghttp2_adapter.cc", |
| 438 | "quiche/http2/adapter/oghttp2_session.cc", |
| 439 | "quiche/http2/adapter/oghttp2_util.cc", |
| 440 | "quiche/http2/adapter/window_manager.cc", |
birenroy | c141463 | 2024-07-10 10:36:11 -0700 | [diff] [blame] | 441 | "quiche/http2/core/array_output_buffer.cc", |
birenroy | cbb8cca | 2024-07-10 12:48:55 -0700 | [diff] [blame^] | 442 | "quiche/http2/core/http2_frame_decoder_adapter.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 443 | "quiche/http2/core/http2_trace_logging.cc", |
birenroy | c141463 | 2024-07-10 10:36:11 -0700 | [diff] [blame] | 444 | "quiche/http2/core/recording_headers_handler.cc", |
birenroy | cbb8cca | 2024-07-10 12:48:55 -0700 | [diff] [blame^] | 445 | "quiche/http2/core/spdy_alt_svc_wire_format.cc", |
| 446 | "quiche/http2/core/spdy_frame_builder.cc", |
| 447 | "quiche/http2/core/spdy_framer.cc", |
birenroy | c141463 | 2024-07-10 10:36:11 -0700 | [diff] [blame] | 448 | "quiche/http2/core/spdy_no_op_visitor.cc", |
birenroy | cbb8cca | 2024-07-10 12:48:55 -0700 | [diff] [blame^] | 449 | "quiche/http2/core/spdy_protocol.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 450 | "quiche/http2/decoder/decode_buffer.cc", |
| 451 | "quiche/http2/decoder/decode_http2_structures.cc", |
| 452 | "quiche/http2/decoder/decode_status.cc", |
| 453 | "quiche/http2/decoder/frame_decoder_state.cc", |
| 454 | "quiche/http2/decoder/http2_frame_decoder.cc", |
| 455 | "quiche/http2/decoder/http2_frame_decoder_listener.cc", |
| 456 | "quiche/http2/decoder/http2_structure_decoder.cc", |
| 457 | "quiche/http2/decoder/payload_decoders/altsvc_payload_decoder.cc", |
| 458 | "quiche/http2/decoder/payload_decoders/continuation_payload_decoder.cc", |
| 459 | "quiche/http2/decoder/payload_decoders/data_payload_decoder.cc", |
| 460 | "quiche/http2/decoder/payload_decoders/goaway_payload_decoder.cc", |
| 461 | "quiche/http2/decoder/payload_decoders/headers_payload_decoder.cc", |
| 462 | "quiche/http2/decoder/payload_decoders/ping_payload_decoder.cc", |
| 463 | "quiche/http2/decoder/payload_decoders/priority_payload_decoder.cc", |
| 464 | "quiche/http2/decoder/payload_decoders/priority_update_payload_decoder.cc", |
| 465 | "quiche/http2/decoder/payload_decoders/push_promise_payload_decoder.cc", |
| 466 | "quiche/http2/decoder/payload_decoders/rst_stream_payload_decoder.cc", |
| 467 | "quiche/http2/decoder/payload_decoders/settings_payload_decoder.cc", |
| 468 | "quiche/http2/decoder/payload_decoders/unknown_payload_decoder.cc", |
| 469 | "quiche/http2/decoder/payload_decoders/window_update_payload_decoder.cc", |
| 470 | "quiche/http2/hpack/decoder/hpack_block_decoder.cc", |
| 471 | "quiche/http2/hpack/decoder/hpack_decoder.cc", |
| 472 | "quiche/http2/hpack/decoder/hpack_decoder_listener.cc", |
| 473 | "quiche/http2/hpack/decoder/hpack_decoder_state.cc", |
| 474 | "quiche/http2/hpack/decoder/hpack_decoder_string_buffer.cc", |
| 475 | "quiche/http2/hpack/decoder/hpack_decoder_tables.cc", |
| 476 | "quiche/http2/hpack/decoder/hpack_decoding_error.cc", |
| 477 | "quiche/http2/hpack/decoder/hpack_entry_decoder.cc", |
| 478 | "quiche/http2/hpack/decoder/hpack_entry_decoder_listener.cc", |
| 479 | "quiche/http2/hpack/decoder/hpack_entry_type_decoder.cc", |
| 480 | "quiche/http2/hpack/decoder/hpack_string_decoder.cc", |
| 481 | "quiche/http2/hpack/decoder/hpack_string_decoder_listener.cc", |
| 482 | "quiche/http2/hpack/decoder/hpack_whole_entry_buffer.cc", |
| 483 | "quiche/http2/hpack/decoder/hpack_whole_entry_listener.cc", |
birenroy | 87c3f7e | 2024-07-09 12:09:37 -0700 | [diff] [blame] | 484 | "quiche/http2/hpack/hpack_constants.cc", |
| 485 | "quiche/http2/hpack/hpack_encoder.cc", |
| 486 | "quiche/http2/hpack/hpack_entry.cc", |
| 487 | "quiche/http2/hpack/hpack_header_table.cc", |
| 488 | "quiche/http2/hpack/hpack_output_stream.cc", |
| 489 | "quiche/http2/hpack/hpack_static_table.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 490 | "quiche/http2/hpack/http2_hpack_constants.cc", |
| 491 | "quiche/http2/hpack/huffman/hpack_huffman_decoder.cc", |
| 492 | "quiche/http2/hpack/huffman/hpack_huffman_encoder.cc", |
| 493 | "quiche/http2/hpack/huffman/huffman_spec_tables.cc", |
| 494 | "quiche/http2/hpack/varint/hpack_varint_decoder.cc", |
| 495 | "quiche/http2/hpack/varint/hpack_varint_encoder.cc", |
| 496 | "quiche/http2/http2_constants.cc", |
| 497 | "quiche/http2/http2_structures.cc", |
| 498 | "quiche/quic/core/chlo_extractor.cc", |
| 499 | "quiche/quic/core/congestion_control/bandwidth_sampler.cc", |
| 500 | "quiche/quic/core/congestion_control/bbr2_drain.cc", |
| 501 | "quiche/quic/core/congestion_control/bbr2_misc.cc", |
| 502 | "quiche/quic/core/congestion_control/bbr2_probe_bw.cc", |
| 503 | "quiche/quic/core/congestion_control/bbr2_probe_rtt.cc", |
| 504 | "quiche/quic/core/congestion_control/bbr2_sender.cc", |
| 505 | "quiche/quic/core/congestion_control/bbr2_startup.cc", |
| 506 | "quiche/quic/core/congestion_control/bbr_sender.cc", |
| 507 | "quiche/quic/core/congestion_control/cubic_bytes.cc", |
| 508 | "quiche/quic/core/congestion_control/general_loss_algorithm.cc", |
| 509 | "quiche/quic/core/congestion_control/hybrid_slow_start.cc", |
| 510 | "quiche/quic/core/congestion_control/pacing_sender.cc", |
| 511 | "quiche/quic/core/congestion_control/prr_sender.cc", |
| 512 | "quiche/quic/core/congestion_control/rtt_stats.cc", |
| 513 | "quiche/quic/core/congestion_control/send_algorithm_interface.cc", |
| 514 | "quiche/quic/core/congestion_control/tcp_cubic_sender_bytes.cc", |
| 515 | "quiche/quic/core/congestion_control/uber_loss_algorithm.cc", |
| 516 | "quiche/quic/core/crypto/aead_base_decrypter.cc", |
| 517 | "quiche/quic/core/crypto/aead_base_encrypter.cc", |
| 518 | "quiche/quic/core/crypto/aes_128_gcm_12_decrypter.cc", |
| 519 | "quiche/quic/core/crypto/aes_128_gcm_12_encrypter.cc", |
| 520 | "quiche/quic/core/crypto/aes_128_gcm_decrypter.cc", |
| 521 | "quiche/quic/core/crypto/aes_128_gcm_encrypter.cc", |
| 522 | "quiche/quic/core/crypto/aes_256_gcm_decrypter.cc", |
| 523 | "quiche/quic/core/crypto/aes_256_gcm_encrypter.cc", |
| 524 | "quiche/quic/core/crypto/aes_base_decrypter.cc", |
| 525 | "quiche/quic/core/crypto/aes_base_encrypter.cc", |
| 526 | "quiche/quic/core/crypto/cert_compressor.cc", |
| 527 | "quiche/quic/core/crypto/certificate_util.cc", |
| 528 | "quiche/quic/core/crypto/certificate_view.cc", |
| 529 | "quiche/quic/core/crypto/chacha20_poly1305_decrypter.cc", |
| 530 | "quiche/quic/core/crypto/chacha20_poly1305_encrypter.cc", |
| 531 | "quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter.cc", |
| 532 | "quiche/quic/core/crypto/chacha20_poly1305_tls_encrypter.cc", |
| 533 | "quiche/quic/core/crypto/chacha_base_decrypter.cc", |
| 534 | "quiche/quic/core/crypto/chacha_base_encrypter.cc", |
| 535 | "quiche/quic/core/crypto/channel_id.cc", |
| 536 | "quiche/quic/core/crypto/client_proof_source.cc", |
| 537 | "quiche/quic/core/crypto/crypto_framer.cc", |
| 538 | "quiche/quic/core/crypto/crypto_handshake.cc", |
| 539 | "quiche/quic/core/crypto/crypto_handshake_message.cc", |
| 540 | "quiche/quic/core/crypto/crypto_secret_boxer.cc", |
| 541 | "quiche/quic/core/crypto/crypto_utils.cc", |
| 542 | "quiche/quic/core/crypto/curve25519_key_exchange.cc", |
| 543 | "quiche/quic/core/crypto/key_exchange.cc", |
| 544 | "quiche/quic/core/crypto/null_decrypter.cc", |
| 545 | "quiche/quic/core/crypto/null_encrypter.cc", |
| 546 | "quiche/quic/core/crypto/p256_key_exchange.cc", |
| 547 | "quiche/quic/core/crypto/proof_source.cc", |
| 548 | "quiche/quic/core/crypto/proof_source_x509.cc", |
| 549 | "quiche/quic/core/crypto/quic_client_session_cache.cc", |
| 550 | "quiche/quic/core/crypto/quic_compressed_certs_cache.cc", |
| 551 | "quiche/quic/core/crypto/quic_crypter.cc", |
| 552 | "quiche/quic/core/crypto/quic_crypto_client_config.cc", |
| 553 | "quiche/quic/core/crypto/quic_crypto_proof.cc", |
| 554 | "quiche/quic/core/crypto/quic_crypto_server_config.cc", |
| 555 | "quiche/quic/core/crypto/quic_decrypter.cc", |
| 556 | "quiche/quic/core/crypto/quic_encrypter.cc", |
| 557 | "quiche/quic/core/crypto/quic_hkdf.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 558 | "quiche/quic/core/crypto/tls_client_connection.cc", |
| 559 | "quiche/quic/core/crypto/tls_connection.cc", |
| 560 | "quiche/quic/core/crypto/tls_server_connection.cc", |
| 561 | "quiche/quic/core/crypto/transport_parameters.cc", |
| 562 | "quiche/quic/core/crypto/web_transport_fingerprint_proof_verifier.cc", |
martinduke | 31448f4 | 2022-08-04 10:51:41 -0700 | [diff] [blame] | 563 | "quiche/quic/core/deterministic_connection_id_generator.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 564 | "quiche/quic/core/frames/quic_ack_frame.cc", |
| 565 | "quiche/quic/core/frames/quic_ack_frequency_frame.cc", |
| 566 | "quiche/quic/core/frames/quic_blocked_frame.cc", |
| 567 | "quiche/quic/core/frames/quic_connection_close_frame.cc", |
| 568 | "quiche/quic/core/frames/quic_crypto_frame.cc", |
| 569 | "quiche/quic/core/frames/quic_frame.cc", |
| 570 | "quiche/quic/core/frames/quic_goaway_frame.cc", |
| 571 | "quiche/quic/core/frames/quic_handshake_done_frame.cc", |
| 572 | "quiche/quic/core/frames/quic_max_streams_frame.cc", |
| 573 | "quiche/quic/core/frames/quic_message_frame.cc", |
| 574 | "quiche/quic/core/frames/quic_new_connection_id_frame.cc", |
| 575 | "quiche/quic/core/frames/quic_new_token_frame.cc", |
| 576 | "quiche/quic/core/frames/quic_padding_frame.cc", |
| 577 | "quiche/quic/core/frames/quic_path_challenge_frame.cc", |
| 578 | "quiche/quic/core/frames/quic_path_response_frame.cc", |
| 579 | "quiche/quic/core/frames/quic_ping_frame.cc", |
vasilvv | 60a22a6 | 2024-02-05 08:26:22 -0800 | [diff] [blame] | 580 | "quiche/quic/core/frames/quic_reset_stream_at_frame.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 581 | "quiche/quic/core/frames/quic_retire_connection_id_frame.cc", |
| 582 | "quiche/quic/core/frames/quic_rst_stream_frame.cc", |
| 583 | "quiche/quic/core/frames/quic_stop_sending_frame.cc", |
| 584 | "quiche/quic/core/frames/quic_stop_waiting_frame.cc", |
| 585 | "quiche/quic/core/frames/quic_stream_frame.cc", |
| 586 | "quiche/quic/core/frames/quic_streams_blocked_frame.cc", |
| 587 | "quiche/quic/core/frames/quic_window_update_frame.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 588 | "quiche/quic/core/http/http_constants.cc", |
| 589 | "quiche/quic/core/http/http_decoder.cc", |
| 590 | "quiche/quic/core/http/http_encoder.cc", |
rch | ce1f07e | 2024-03-13 18:23:24 -0700 | [diff] [blame] | 591 | "quiche/quic/core/http/metadata_decoder.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 592 | "quiche/quic/core/http/quic_header_list.cc", |
| 593 | "quiche/quic/core/http/quic_headers_stream.cc", |
| 594 | "quiche/quic/core/http/quic_receive_control_stream.cc", |
| 595 | "quiche/quic/core/http/quic_send_control_stream.cc", |
| 596 | "quiche/quic/core/http/quic_server_initiated_spdy_stream.cc", |
| 597 | "quiche/quic/core/http/quic_server_session_base.cc", |
| 598 | "quiche/quic/core/http/quic_spdy_client_session.cc", |
| 599 | "quiche/quic/core/http/quic_spdy_client_session_base.cc", |
| 600 | "quiche/quic/core/http/quic_spdy_client_stream.cc", |
| 601 | "quiche/quic/core/http/quic_spdy_server_stream_base.cc", |
| 602 | "quiche/quic/core/http/quic_spdy_session.cc", |
| 603 | "quiche/quic/core/http/quic_spdy_stream.cc", |
| 604 | "quiche/quic/core/http/quic_spdy_stream_body_manager.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 605 | "quiche/quic/core/http/spdy_utils.cc", |
| 606 | "quiche/quic/core/http/web_transport_http3.cc", |
| 607 | "quiche/quic/core/http/web_transport_stream_adapter.cc", |
ericorth | 920d43f | 2023-12-11 12:43:42 -0800 | [diff] [blame] | 608 | "quiche/quic/core/internet_checksum.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 609 | "quiche/quic/core/legacy_quic_stream_id_manager.cc", |
| 610 | "quiche/quic/core/qpack/qpack_blocking_manager.cc", |
| 611 | "quiche/quic/core/qpack/qpack_decoded_headers_accumulator.cc", |
| 612 | "quiche/quic/core/qpack/qpack_decoder.cc", |
| 613 | "quiche/quic/core/qpack/qpack_decoder_stream_receiver.cc", |
| 614 | "quiche/quic/core/qpack/qpack_decoder_stream_sender.cc", |
| 615 | "quiche/quic/core/qpack/qpack_encoder.cc", |
| 616 | "quiche/quic/core/qpack/qpack_encoder_stream_receiver.cc", |
| 617 | "quiche/quic/core/qpack/qpack_encoder_stream_sender.cc", |
| 618 | "quiche/quic/core/qpack/qpack_header_table.cc", |
| 619 | "quiche/quic/core/qpack/qpack_index_conversions.cc", |
| 620 | "quiche/quic/core/qpack/qpack_instruction_decoder.cc", |
| 621 | "quiche/quic/core/qpack/qpack_instruction_encoder.cc", |
| 622 | "quiche/quic/core/qpack/qpack_instructions.cc", |
| 623 | "quiche/quic/core/qpack/qpack_progressive_decoder.cc", |
| 624 | "quiche/quic/core/qpack/qpack_receive_stream.cc", |
| 625 | "quiche/quic/core/qpack/qpack_required_insert_count.cc", |
| 626 | "quiche/quic/core/qpack/qpack_send_stream.cc", |
| 627 | "quiche/quic/core/qpack/qpack_static_table.cc", |
| 628 | "quiche/quic/core/qpack/value_splitting_header_list.cc", |
| 629 | "quiche/quic/core/quic_ack_listener_interface.cc", |
| 630 | "quiche/quic/core/quic_alarm.cc", |
| 631 | "quiche/quic/core/quic_bandwidth.cc", |
rch | ee429dd | 2024-04-23 15:13:39 -0700 | [diff] [blame] | 632 | "quiche/quic/core/quic_blocked_writer_list.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 633 | "quiche/quic/core/quic_buffered_packet_store.cc", |
| 634 | "quiche/quic/core/quic_chaos_protector.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 635 | "quiche/quic/core/quic_coalesced_packet.cc", |
| 636 | "quiche/quic/core/quic_config.cc", |
| 637 | "quiche/quic/core/quic_connection.cc", |
vasilvv | a435ab8 | 2024-04-26 06:53:00 -0700 | [diff] [blame] | 638 | "quiche/quic/core/quic_connection_alarms.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 639 | "quiche/quic/core/quic_connection_context.cc", |
| 640 | "quiche/quic/core/quic_connection_id.cc", |
| 641 | "quiche/quic/core/quic_connection_id_manager.cc", |
| 642 | "quiche/quic/core/quic_connection_stats.cc", |
| 643 | "quiche/quic/core/quic_constants.cc", |
| 644 | "quiche/quic/core/quic_control_frame_manager.cc", |
| 645 | "quiche/quic/core/quic_crypto_client_handshaker.cc", |
| 646 | "quiche/quic/core/quic_crypto_client_stream.cc", |
| 647 | "quiche/quic/core/quic_crypto_handshaker.cc", |
| 648 | "quiche/quic/core/quic_crypto_server_stream.cc", |
| 649 | "quiche/quic/core/quic_crypto_server_stream_base.cc", |
| 650 | "quiche/quic/core/quic_crypto_stream.cc", |
| 651 | "quiche/quic/core/quic_data_reader.cc", |
| 652 | "quiche/quic/core/quic_data_writer.cc", |
| 653 | "quiche/quic/core/quic_datagram_queue.cc", |
vasilvv | 8141c4b | 2022-06-23 12:27:30 -0700 | [diff] [blame] | 654 | "quiche/quic/core/quic_default_clock.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 655 | "quiche/quic/core/quic_dispatcher.cc", |
| 656 | "quiche/quic/core/quic_error_codes.cc", |
| 657 | "quiche/quic/core/quic_flow_controller.cc", |
| 658 | "quiche/quic/core/quic_framer.cc", |
vasilvv | 3cc972c | 2023-07-17 07:56:14 -0700 | [diff] [blame] | 659 | "quiche/quic/core/quic_generic_session.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 660 | "quiche/quic/core/quic_idle_network_detector.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 661 | "quiche/quic/core/quic_mtu_discovery.cc", |
| 662 | "quiche/quic/core/quic_network_blackhole_detector.cc", |
| 663 | "quiche/quic/core/quic_packet_creator.cc", |
| 664 | "quiche/quic/core/quic_packet_number.cc", |
| 665 | "quiche/quic/core/quic_packet_writer_wrapper.cc", |
| 666 | "quiche/quic/core/quic_packets.cc", |
| 667 | "quiche/quic/core/quic_path_validator.cc", |
| 668 | "quiche/quic/core/quic_ping_manager.cc", |
| 669 | "quiche/quic/core/quic_received_packet_manager.cc", |
| 670 | "quiche/quic/core/quic_sent_packet_manager.cc", |
| 671 | "quiche/quic/core/quic_server_id.cc", |
| 672 | "quiche/quic/core/quic_session.cc", |
| 673 | "quiche/quic/core/quic_socket_address_coder.cc", |
| 674 | "quiche/quic/core/quic_stream.cc", |
| 675 | "quiche/quic/core/quic_stream_id_manager.cc", |
bnc | ab43084 | 2022-12-12 09:47:35 -0800 | [diff] [blame] | 676 | "quiche/quic/core/quic_stream_priority.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 677 | "quiche/quic/core/quic_stream_send_buffer.cc", |
| 678 | "quiche/quic/core/quic_stream_sequencer.cc", |
| 679 | "quiche/quic/core/quic_stream_sequencer_buffer.cc", |
| 680 | "quiche/quic/core/quic_sustained_bandwidth_recorder.cc", |
| 681 | "quiche/quic/core/quic_tag.cc", |
| 682 | "quiche/quic/core/quic_time.cc", |
| 683 | "quiche/quic/core/quic_time_wait_list_manager.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 684 | "quiche/quic/core/quic_transmission_info.cc", |
| 685 | "quiche/quic/core/quic_types.cc", |
| 686 | "quiche/quic/core/quic_unacked_packet_map.cc", |
| 687 | "quiche/quic/core/quic_utils.cc", |
| 688 | "quiche/quic/core/quic_version_manager.cc", |
| 689 | "quiche/quic/core/quic_versions.cc", |
| 690 | "quiche/quic/core/quic_write_blocked_list.cc", |
| 691 | "quiche/quic/core/tls_chlo_extractor.cc", |
| 692 | "quiche/quic/core/tls_client_handshaker.cc", |
| 693 | "quiche/quic/core/tls_handshaker.cc", |
| 694 | "quiche/quic/core/tls_server_handshaker.cc", |
| 695 | "quiche/quic/core/uber_quic_stream_id_manager.cc", |
| 696 | "quiche/quic/core/uber_received_packet_manager.cc", |
vasilvv | 1125f4e | 2023-09-11 10:18:56 -0700 | [diff] [blame] | 697 | "quiche/quic/core/web_transport_stats.cc", |
vasilvv | c5d0ad8 | 2024-05-14 09:07:07 -0700 | [diff] [blame] | 698 | "quiche/quic/core/web_transport_write_blocked_list.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 699 | "quiche/quic/platform/api/quic_socket_address.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 700 | "quiche/spdy/core/hpack/hpack_decoder_adapter.cc", |
vasilvv | 244d3b3 | 2023-11-15 12:36:45 -0800 | [diff] [blame] | 701 | "quiche/web_transport/complete_buffer_visitor.cc", |
vasilvv | a20f97d | 2023-11-16 06:55:09 -0800 | [diff] [blame] | 702 | "quiche/web_transport/encapsulated/encapsulated_web_transport.cc", |
vasilvv | ae3b86f | 2024-01-08 11:00:49 -0800 | [diff] [blame] | 703 | "quiche/web_transport/web_transport_headers.cc", |
| 704 | "quiche/web_transport/web_transport_priority_scheduler.cc" |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 705 | ], |
| 706 | "quiche_tool_support_hdrs": [ |
| 707 | "quiche/common/platform/api/quiche_command_line_flags.h", |
| 708 | "quiche/common/platform/api/quiche_default_proof_providers.h", |
| 709 | "quiche/common/platform/api/quiche_file_utils.h", |
| 710 | "quiche/common/platform/api/quiche_system_event_loop.h", |
diannahu | a31b917 | 2023-08-28 11:57:12 -0700 | [diff] [blame] | 711 | "quiche/quic/core/quic_trace_visitor.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 712 | "quiche/quic/platform/api/quic_default_proof_providers.h", |
ericorth | 42ffc1e | 2022-08-12 15:53:29 -0700 | [diff] [blame] | 713 | "quiche/quic/tools/connect_server_backend.h", |
ericorth | b30176c | 2022-08-09 09:01:23 -0700 | [diff] [blame] | 714 | "quiche/quic/tools/connect_tunnel.h", |
ericorth | e415148 | 2022-10-07 21:40:02 -0700 | [diff] [blame] | 715 | "quiche/quic/tools/connect_udp_tunnel.h", |
vasilvv | b1e7b2c | 2023-07-23 11:33:32 -0700 | [diff] [blame] | 716 | "quiche/quic/tools/devious_baton.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 717 | "quiche/quic/tools/fake_proof_verifier.h", |
| 718 | "quiche/quic/tools/quic_backend_response.h", |
| 719 | "quiche/quic/tools/quic_client_base.h", |
vasilvv | d9d8780 | 2023-09-07 11:23:54 -0700 | [diff] [blame] | 720 | "quiche/quic/tools/quic_client_factory.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 721 | "quiche/quic/tools/quic_memory_cache_backend.h", |
vasilvv | 7497fa6 | 2022-08-19 12:42:31 -0700 | [diff] [blame] | 722 | "quiche/quic/tools/quic_name_lookup.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 723 | "quiche/quic/tools/quic_simple_client_session.h", |
| 724 | "quiche/quic/tools/quic_simple_client_stream.h", |
| 725 | "quiche/quic/tools/quic_simple_crypto_server_stream_helper.h", |
| 726 | "quiche/quic/tools/quic_simple_dispatcher.h", |
| 727 | "quiche/quic/tools/quic_simple_server_backend.h", |
| 728 | "quiche/quic/tools/quic_simple_server_session.h", |
| 729 | "quiche/quic/tools/quic_simple_server_stream.h", |
| 730 | "quiche/quic/tools/quic_spdy_client_base.h", |
| 731 | "quiche/quic/tools/quic_spdy_server_base.h", |
| 732 | "quiche/quic/tools/quic_tcp_like_trace_converter.h", |
| 733 | "quiche/quic/tools/quic_url.h", |
| 734 | "quiche/quic/tools/simple_ticket_crypter.h", |
vasilvv | af18700 | 2023-11-13 16:00:08 -0800 | [diff] [blame] | 735 | "quiche/quic/tools/web_transport_only_backend.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 736 | "quiche/quic/tools/web_transport_test_visitors.h" |
| 737 | ], |
| 738 | "quiche_tool_support_srcs": [ |
| 739 | "quiche/common/platform/api/quiche_file_utils.cc", |
diannahu | a31b917 | 2023-08-28 11:57:12 -0700 | [diff] [blame] | 740 | "quiche/quic/core/quic_trace_visitor.cc", |
ericorth | 42ffc1e | 2022-08-12 15:53:29 -0700 | [diff] [blame] | 741 | "quiche/quic/tools/connect_server_backend.cc", |
ericorth | b30176c | 2022-08-09 09:01:23 -0700 | [diff] [blame] | 742 | "quiche/quic/tools/connect_tunnel.cc", |
ericorth | e415148 | 2022-10-07 21:40:02 -0700 | [diff] [blame] | 743 | "quiche/quic/tools/connect_udp_tunnel.cc", |
vasilvv | b1e7b2c | 2023-07-23 11:33:32 -0700 | [diff] [blame] | 744 | "quiche/quic/tools/devious_baton.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 745 | "quiche/quic/tools/quic_backend_response.cc", |
| 746 | "quiche/quic/tools/quic_client_base.cc", |
| 747 | "quiche/quic/tools/quic_memory_cache_backend.cc", |
vasilvv | 7497fa6 | 2022-08-19 12:42:31 -0700 | [diff] [blame] | 748 | "quiche/quic/tools/quic_name_lookup.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 749 | "quiche/quic/tools/quic_simple_client_session.cc", |
| 750 | "quiche/quic/tools/quic_simple_client_stream.cc", |
| 751 | "quiche/quic/tools/quic_simple_crypto_server_stream_helper.cc", |
| 752 | "quiche/quic/tools/quic_simple_dispatcher.cc", |
| 753 | "quiche/quic/tools/quic_simple_server_session.cc", |
| 754 | "quiche/quic/tools/quic_simple_server_stream.cc", |
| 755 | "quiche/quic/tools/quic_spdy_client_base.cc", |
| 756 | "quiche/quic/tools/quic_tcp_like_trace_converter.cc", |
| 757 | "quiche/quic/tools/quic_url.cc", |
vasilvv | af18700 | 2023-11-13 16:00:08 -0800 | [diff] [blame] | 758 | "quiche/quic/tools/simple_ticket_crypter.cc", |
| 759 | "quiche/quic/tools/web_transport_only_backend.cc" |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 760 | ], |
| 761 | "quiche_test_support_hdrs": [ |
| 762 | "quiche/common/platform/api/quiche_expect_bug.h", |
| 763 | "quiche/common/platform/api/quiche_test.h", |
| 764 | "quiche/common/platform/api/quiche_test_loopback.h", |
| 765 | "quiche/common/platform/api/quiche_test_output.h", |
vasilvv | 244d3b3 | 2023-11-15 12:36:45 -0800 | [diff] [blame] | 766 | "quiche/common/test_tools/mock_streams.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 767 | "quiche/common/test_tools/quiche_test_utils.h", |
| 768 | "quiche/http2/adapter/mock_http2_visitor.h", |
| 769 | "quiche/http2/adapter/recording_http2_visitor.h", |
| 770 | "quiche/http2/adapter/test_frame_sequence.h", |
| 771 | "quiche/http2/adapter/test_utils.h", |
| 772 | "quiche/http2/test_tools/frame_decoder_state_test_util.h", |
| 773 | "quiche/http2/test_tools/frame_parts.h", |
| 774 | "quiche/http2/test_tools/frame_parts_collector.h", |
| 775 | "quiche/http2/test_tools/frame_parts_collector_listener.h", |
| 776 | "quiche/http2/test_tools/hpack_block_builder.h", |
| 777 | "quiche/http2/test_tools/hpack_block_collector.h", |
| 778 | "quiche/http2/test_tools/hpack_entry_collector.h", |
| 779 | "quiche/http2/test_tools/hpack_example.h", |
| 780 | "quiche/http2/test_tools/hpack_string_collector.h", |
| 781 | "quiche/http2/test_tools/http2_constants_test_util.h", |
| 782 | "quiche/http2/test_tools/http2_frame_builder.h", |
| 783 | "quiche/http2/test_tools/http2_frame_decoder_listener_test_util.h", |
| 784 | "quiche/http2/test_tools/http2_random.h", |
| 785 | "quiche/http2/test_tools/http2_structure_decoder_test_util.h", |
| 786 | "quiche/http2/test_tools/http2_structures_test_util.h", |
diannahu | b20d2c2 | 2023-09-18 15:22:40 -0700 | [diff] [blame] | 787 | "quiche/http2/test_tools/http2_trace_printer.h", |
birenroy | 0cc4f56 | 2024-07-09 15:19:22 -0700 | [diff] [blame] | 788 | "quiche/http2/test_tools/mock_spdy_framer_visitor.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 789 | "quiche/http2/test_tools/payload_decoder_base_test_util.h", |
| 790 | "quiche/http2/test_tools/random_decoder_test_base.h", |
| 791 | "quiche/http2/test_tools/random_util.h", |
birenroy | 0cc4f56 | 2024-07-09 15:19:22 -0700 | [diff] [blame] | 792 | "quiche/http2/test_tools/spdy_test_utils.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 793 | "quiche/http2/test_tools/verify_macros.h", |
| 794 | "quiche/quic/platform/api/quic_expect_bug.h", |
| 795 | "quiche/quic/platform/api/quic_test.h", |
| 796 | "quiche/quic/platform/api/quic_test_loopback.h", |
| 797 | "quiche/quic/platform/api/quic_test_output.h", |
| 798 | "quiche/quic/test_tools/bad_packet_writer.h", |
| 799 | "quiche/quic/test_tools/crypto_test_utils.h", |
| 800 | "quiche/quic/test_tools/failing_proof_source.h", |
| 801 | "quiche/quic/test_tools/fake_proof_source.h", |
| 802 | "quiche/quic/test_tools/fake_proof_source_handle.h", |
| 803 | "quiche/quic/test_tools/first_flight.h", |
| 804 | "quiche/quic/test_tools/limited_mtu_test_writer.h", |
| 805 | "quiche/quic/test_tools/mock_clock.h", |
martinduke | 35b6eac | 2022-08-17 17:13:45 -0700 | [diff] [blame] | 806 | "quiche/quic/test_tools/mock_connection_id_generator.h", |
martinduke | 0e7baa5 | 2023-07-06 07:17:53 -0700 | [diff] [blame] | 807 | "quiche/quic/test_tools/mock_load_balancer_encoder.h", |
vasilvv | a7d7d44 | 2024-05-31 09:42:40 -0700 | [diff] [blame] | 808 | "quiche/quic/test_tools/mock_quic_connection_alarms.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 809 | "quiche/quic/test_tools/mock_quic_dispatcher.h", |
| 810 | "quiche/quic/test_tools/mock_quic_session_visitor.h", |
| 811 | "quiche/quic/test_tools/mock_quic_spdy_client_stream.h", |
| 812 | "quiche/quic/test_tools/mock_quic_time_wait_list_manager.h", |
| 813 | "quiche/quic/test_tools/mock_random.h", |
| 814 | "quiche/quic/test_tools/packet_dropping_test_writer.h", |
| 815 | "quiche/quic/test_tools/packet_reordering_writer.h", |
| 816 | "quiche/quic/test_tools/qpack/qpack_decoder_test_utils.h", |
| 817 | "quiche/quic/test_tools/qpack/qpack_encoder_peer.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 818 | "quiche/quic/test_tools/qpack/qpack_offline_decoder.h", |
| 819 | "quiche/quic/test_tools/qpack/qpack_test_utils.h", |
| 820 | "quiche/quic/test_tools/quic_buffered_packet_store_peer.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 821 | "quiche/quic/test_tools/quic_client_session_cache_peer.h", |
| 822 | "quiche/quic/test_tools/quic_coalesced_packet_peer.h", |
| 823 | "quiche/quic/test_tools/quic_config_peer.h", |
| 824 | "quiche/quic/test_tools/quic_connection_id_manager_peer.h", |
| 825 | "quiche/quic/test_tools/quic_connection_peer.h", |
| 826 | "quiche/quic/test_tools/quic_crypto_server_config_peer.h", |
| 827 | "quiche/quic/test_tools/quic_dispatcher_peer.h", |
| 828 | "quiche/quic/test_tools/quic_flow_controller_peer.h", |
| 829 | "quiche/quic/test_tools/quic_framer_peer.h", |
| 830 | "quiche/quic/test_tools/quic_interval_deque_peer.h", |
| 831 | "quiche/quic/test_tools/quic_packet_creator_peer.h", |
| 832 | "quiche/quic/test_tools/quic_path_validator_peer.h", |
| 833 | "quiche/quic/test_tools/quic_sent_packet_manager_peer.h", |
| 834 | "quiche/quic/test_tools/quic_server_session_base_peer.h", |
| 835 | "quiche/quic/test_tools/quic_session_peer.h", |
| 836 | "quiche/quic/test_tools/quic_spdy_session_peer.h", |
| 837 | "quiche/quic/test_tools/quic_spdy_stream_peer.h", |
| 838 | "quiche/quic/test_tools/quic_stream_id_manager_peer.h", |
| 839 | "quiche/quic/test_tools/quic_stream_peer.h", |
| 840 | "quiche/quic/test_tools/quic_stream_send_buffer_peer.h", |
| 841 | "quiche/quic/test_tools/quic_stream_sequencer_buffer_peer.h", |
| 842 | "quiche/quic/test_tools/quic_stream_sequencer_peer.h", |
| 843 | "quiche/quic/test_tools/quic_sustained_bandwidth_recorder_peer.h", |
| 844 | "quiche/quic/test_tools/quic_test_backend.h", |
| 845 | "quiche/quic/test_tools/quic_test_utils.h", |
| 846 | "quiche/quic/test_tools/quic_time_wait_list_manager_peer.h", |
| 847 | "quiche/quic/test_tools/quic_unacked_packet_map_peer.h", |
| 848 | "quiche/quic/test_tools/rtt_stats_peer.h", |
| 849 | "quiche/quic/test_tools/send_algorithm_test_utils.h", |
| 850 | "quiche/quic/test_tools/simple_data_producer.h", |
| 851 | "quiche/quic/test_tools/simple_quic_framer.h", |
| 852 | "quiche/quic/test_tools/simple_session_cache.h", |
| 853 | "quiche/quic/test_tools/simple_session_notifier.h", |
| 854 | "quiche/quic/test_tools/simulator/actor.h", |
| 855 | "quiche/quic/test_tools/simulator/alarm_factory.h", |
| 856 | "quiche/quic/test_tools/simulator/link.h", |
| 857 | "quiche/quic/test_tools/simulator/packet_filter.h", |
| 858 | "quiche/quic/test_tools/simulator/port.h", |
| 859 | "quiche/quic/test_tools/simulator/queue.h", |
| 860 | "quiche/quic/test_tools/simulator/quic_endpoint.h", |
| 861 | "quiche/quic/test_tools/simulator/quic_endpoint_base.h", |
| 862 | "quiche/quic/test_tools/simulator/simulator.h", |
| 863 | "quiche/quic/test_tools/simulator/switch.h", |
vasilvv | 13e19f5 | 2022-07-07 11:59:10 -0700 | [diff] [blame] | 864 | "quiche/quic/test_tools/simulator/test_harness.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 865 | "quiche/quic/test_tools/simulator/traffic_policer.h", |
| 866 | "quiche/quic/test_tools/test_certificates.h", |
ericorth | 055049e | 2023-12-13 10:06:39 -0800 | [diff] [blame] | 867 | "quiche/quic/test_tools/test_ip_packets.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 868 | "quiche/quic/test_tools/test_ticket_crypter.h", |
| 869 | "quiche/quic/test_tools/web_transport_resets_backend.h", |
| 870 | "quiche/quic/test_tools/web_transport_test_tools.h", |
vasilvv | e7fa612 | 2023-01-08 14:12:43 -0800 | [diff] [blame] | 871 | "quiche/web_transport/test_tools/mock_web_transport.h" |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 872 | ], |
| 873 | "quiche_test_support_srcs": [ |
| 874 | "quiche/common/platform/api/quiche_test_loopback.cc", |
| 875 | "quiche/common/test_tools/quiche_test_utils.cc", |
| 876 | "quiche/http2/adapter/recording_http2_visitor.cc", |
| 877 | "quiche/http2/adapter/test_frame_sequence.cc", |
| 878 | "quiche/http2/adapter/test_utils.cc", |
| 879 | "quiche/http2/test_tools/frame_decoder_state_test_util.cc", |
| 880 | "quiche/http2/test_tools/frame_parts.cc", |
| 881 | "quiche/http2/test_tools/frame_parts_collector.cc", |
| 882 | "quiche/http2/test_tools/frame_parts_collector_listener.cc", |
| 883 | "quiche/http2/test_tools/hpack_block_builder.cc", |
| 884 | "quiche/http2/test_tools/hpack_block_collector.cc", |
| 885 | "quiche/http2/test_tools/hpack_entry_collector.cc", |
| 886 | "quiche/http2/test_tools/hpack_example.cc", |
| 887 | "quiche/http2/test_tools/hpack_string_collector.cc", |
| 888 | "quiche/http2/test_tools/http2_constants_test_util.cc", |
| 889 | "quiche/http2/test_tools/http2_frame_builder.cc", |
| 890 | "quiche/http2/test_tools/http2_frame_decoder_listener_test_util.cc", |
| 891 | "quiche/http2/test_tools/http2_random.cc", |
| 892 | "quiche/http2/test_tools/http2_structure_decoder_test_util.cc", |
| 893 | "quiche/http2/test_tools/http2_structures_test_util.cc", |
diannahu | b20d2c2 | 2023-09-18 15:22:40 -0700 | [diff] [blame] | 894 | "quiche/http2/test_tools/http2_trace_printer.cc", |
birenroy | 0cc4f56 | 2024-07-09 15:19:22 -0700 | [diff] [blame] | 895 | "quiche/http2/test_tools/mock_spdy_framer_visitor.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 896 | "quiche/http2/test_tools/payload_decoder_base_test_util.cc", |
| 897 | "quiche/http2/test_tools/random_decoder_test_base.cc", |
| 898 | "quiche/http2/test_tools/random_util.cc", |
birenroy | 0cc4f56 | 2024-07-09 15:19:22 -0700 | [diff] [blame] | 899 | "quiche/http2/test_tools/spdy_test_utils.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 900 | "quiche/quic/test_tools/bad_packet_writer.cc", |
| 901 | "quiche/quic/test_tools/crypto_test_utils.cc", |
| 902 | "quiche/quic/test_tools/failing_proof_source.cc", |
| 903 | "quiche/quic/test_tools/fake_proof_source.cc", |
| 904 | "quiche/quic/test_tools/fake_proof_source_handle.cc", |
| 905 | "quiche/quic/test_tools/first_flight.cc", |
| 906 | "quiche/quic/test_tools/limited_mtu_test_writer.cc", |
| 907 | "quiche/quic/test_tools/mock_clock.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 908 | "quiche/quic/test_tools/mock_quic_dispatcher.cc", |
| 909 | "quiche/quic/test_tools/mock_quic_session_visitor.cc", |
| 910 | "quiche/quic/test_tools/mock_quic_spdy_client_stream.cc", |
| 911 | "quiche/quic/test_tools/mock_quic_time_wait_list_manager.cc", |
| 912 | "quiche/quic/test_tools/mock_random.cc", |
| 913 | "quiche/quic/test_tools/packet_dropping_test_writer.cc", |
| 914 | "quiche/quic/test_tools/packet_reordering_writer.cc", |
| 915 | "quiche/quic/test_tools/qpack/qpack_decoder_test_utils.cc", |
| 916 | "quiche/quic/test_tools/qpack/qpack_encoder_peer.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 917 | "quiche/quic/test_tools/qpack/qpack_offline_decoder.cc", |
| 918 | "quiche/quic/test_tools/qpack/qpack_test_utils.cc", |
| 919 | "quiche/quic/test_tools/quic_buffered_packet_store_peer.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 920 | "quiche/quic/test_tools/quic_coalesced_packet_peer.cc", |
| 921 | "quiche/quic/test_tools/quic_config_peer.cc", |
| 922 | "quiche/quic/test_tools/quic_connection_peer.cc", |
| 923 | "quiche/quic/test_tools/quic_crypto_server_config_peer.cc", |
| 924 | "quiche/quic/test_tools/quic_dispatcher_peer.cc", |
| 925 | "quiche/quic/test_tools/quic_flow_controller_peer.cc", |
| 926 | "quiche/quic/test_tools/quic_framer_peer.cc", |
| 927 | "quiche/quic/test_tools/quic_packet_creator_peer.cc", |
| 928 | "quiche/quic/test_tools/quic_path_validator_peer.cc", |
| 929 | "quiche/quic/test_tools/quic_sent_packet_manager_peer.cc", |
| 930 | "quiche/quic/test_tools/quic_session_peer.cc", |
| 931 | "quiche/quic/test_tools/quic_spdy_session_peer.cc", |
| 932 | "quiche/quic/test_tools/quic_spdy_stream_peer.cc", |
| 933 | "quiche/quic/test_tools/quic_stream_id_manager_peer.cc", |
| 934 | "quiche/quic/test_tools/quic_stream_peer.cc", |
| 935 | "quiche/quic/test_tools/quic_stream_send_buffer_peer.cc", |
| 936 | "quiche/quic/test_tools/quic_stream_sequencer_buffer_peer.cc", |
| 937 | "quiche/quic/test_tools/quic_stream_sequencer_peer.cc", |
| 938 | "quiche/quic/test_tools/quic_sustained_bandwidth_recorder_peer.cc", |
| 939 | "quiche/quic/test_tools/quic_test_backend.cc", |
| 940 | "quiche/quic/test_tools/quic_test_utils.cc", |
| 941 | "quiche/quic/test_tools/quic_time_wait_list_manager_peer.cc", |
| 942 | "quiche/quic/test_tools/quic_unacked_packet_map_peer.cc", |
| 943 | "quiche/quic/test_tools/rtt_stats_peer.cc", |
| 944 | "quiche/quic/test_tools/send_algorithm_test_utils.cc", |
| 945 | "quiche/quic/test_tools/simple_data_producer.cc", |
| 946 | "quiche/quic/test_tools/simple_quic_framer.cc", |
| 947 | "quiche/quic/test_tools/simple_session_cache.cc", |
| 948 | "quiche/quic/test_tools/simple_session_notifier.cc", |
| 949 | "quiche/quic/test_tools/simulator/actor.cc", |
| 950 | "quiche/quic/test_tools/simulator/alarm_factory.cc", |
| 951 | "quiche/quic/test_tools/simulator/link.cc", |
| 952 | "quiche/quic/test_tools/simulator/packet_filter.cc", |
| 953 | "quiche/quic/test_tools/simulator/port.cc", |
| 954 | "quiche/quic/test_tools/simulator/queue.cc", |
| 955 | "quiche/quic/test_tools/simulator/quic_endpoint.cc", |
| 956 | "quiche/quic/test_tools/simulator/quic_endpoint_base.cc", |
| 957 | "quiche/quic/test_tools/simulator/simulator.cc", |
| 958 | "quiche/quic/test_tools/simulator/switch.cc", |
vasilvv | 13e19f5 | 2022-07-07 11:59:10 -0700 | [diff] [blame] | 959 | "quiche/quic/test_tools/simulator/test_harness.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 960 | "quiche/quic/test_tools/simulator/traffic_policer.cc", |
| 961 | "quiche/quic/test_tools/test_certificates.cc", |
ericorth | 055049e | 2023-12-13 10:06:39 -0800 | [diff] [blame] | 962 | "quiche/quic/test_tools/test_ip_packets.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 963 | "quiche/quic/test_tools/test_ticket_crypter.cc", |
birenroy | 0cc4f56 | 2024-07-09 15:19:22 -0700 | [diff] [blame] | 964 | "quiche/quic/test_tools/web_transport_resets_backend.cc" |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 965 | ], |
diannahu | a31b917 | 2023-08-28 11:57:12 -0700 | [diff] [blame] | 966 | "balsa_hdrs": [ |
| 967 | "quiche/balsa/balsa_enums.h", |
| 968 | "quiche/balsa/balsa_frame.h", |
| 969 | "quiche/balsa/balsa_headers.h", |
| 970 | "quiche/balsa/balsa_headers_sequence.h", |
| 971 | "quiche/balsa/balsa_visitor_interface.h", |
| 972 | "quiche/balsa/framer_interface.h", |
| 973 | "quiche/balsa/header_api.h", |
| 974 | "quiche/balsa/header_properties.h", |
| 975 | "quiche/balsa/http_validation_policy.h", |
| 976 | "quiche/balsa/noop_balsa_visitor.h", |
| 977 | "quiche/balsa/simple_buffer.h", |
| 978 | "quiche/balsa/standard_header_map.h" |
| 979 | ], |
| 980 | "balsa_srcs": [ |
| 981 | "quiche/balsa/balsa_enums.cc", |
| 982 | "quiche/balsa/balsa_frame.cc", |
| 983 | "quiche/balsa/balsa_headers.cc", |
| 984 | "quiche/balsa/balsa_headers_sequence.cc", |
| 985 | "quiche/balsa/header_properties.cc", |
| 986 | "quiche/balsa/simple_buffer.cc", |
| 987 | "quiche/balsa/standard_header_map.cc" |
| 988 | ], |
vasilvv | 4a0a152 | 2022-09-26 13:12:57 -0700 | [diff] [blame] | 989 | "io_tool_support_hdrs": [ |
vasilvv | 06ddcce | 2022-06-29 08:24:43 -0700 | [diff] [blame] | 990 | "quiche/common/platform/api/quiche_event_loop.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 991 | "quiche/common/platform/api/quiche_udp_socket_platform_api.h", |
ericorth | 2548713 | 2022-09-22 13:41:57 -0700 | [diff] [blame] | 992 | "quiche/quic/core/io/event_loop_connecting_client_socket.h", |
ericorth | 89d3b8a | 2022-08-09 08:29:21 -0700 | [diff] [blame] | 993 | "quiche/quic/core/io/event_loop_socket_factory.h", |
vasilvv | 06ddcce | 2022-06-29 08:24:43 -0700 | [diff] [blame] | 994 | "quiche/quic/core/io/quic_default_event_loop.h", |
QUICHE team | 8dcfd05 | 2022-06-15 19:45:23 -0700 | [diff] [blame] | 995 | "quiche/quic/core/io/quic_event_loop.h", |
vasilvv | cd8ba3f | 2022-06-23 12:23:38 -0700 | [diff] [blame] | 996 | "quiche/quic/core/io/quic_poll_event_loop.h", |
ericorth | 61526b0 | 2022-06-30 08:45:10 -0700 | [diff] [blame] | 997 | "quiche/quic/core/io/socket.h", |
vasilvv | db41f5a | 2023-04-26 11:41:43 -0700 | [diff] [blame] | 998 | "quiche/quic/core/io/socket_internal.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 999 | "quiche/quic/core/quic_default_packet_writer.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1000 | "quiche/quic/core/quic_packet_reader.h", |
| 1001 | "quiche/quic/core/quic_syscall_wrapper.h", |
| 1002 | "quiche/quic/core/quic_udp_socket.h", |
vasilvv | 983ca5a | 2022-09-15 00:49:03 -0700 | [diff] [blame] | 1003 | "quiche/quic/masque/masque_client.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1004 | "quiche/quic/masque/masque_client_session.h", |
| 1005 | "quiche/quic/masque/masque_client_tools.h", |
| 1006 | "quiche/quic/masque/masque_dispatcher.h", |
vasilvv | 983ca5a | 2022-09-15 00:49:03 -0700 | [diff] [blame] | 1007 | "quiche/quic/masque/masque_encapsulated_client.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1008 | "quiche/quic/masque/masque_encapsulated_client_session.h", |
vasilvv | 983ca5a | 2022-09-15 00:49:03 -0700 | [diff] [blame] | 1009 | "quiche/quic/masque/masque_server.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1010 | "quiche/quic/masque/masque_server_backend.h", |
| 1011 | "quiche/quic/masque/masque_server_session.h", |
| 1012 | "quiche/quic/masque/masque_utils.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1013 | "quiche/quic/platform/api/quic_udp_socket_platform_api.h", |
vasilvv | e3fcaaf | 2024-02-20 15:08:02 -0800 | [diff] [blame] | 1014 | "quiche/quic/tools/interactive_cli.h", |
vasilvv | 9310f46 | 2022-09-19 21:25:00 -0700 | [diff] [blame] | 1015 | "quiche/quic/tools/quic_client_default_network_helper.h", |
| 1016 | "quiche/quic/tools/quic_default_client.h", |
achernya | 417fa64 | 2022-11-06 06:05:53 -0800 | [diff] [blame] | 1017 | "quiche/quic/tools/quic_epoll_client_factory.h", |
vasilvv | 8cbf649 | 2023-11-16 06:06:49 -0800 | [diff] [blame] | 1018 | "quiche/quic/tools/quic_event_loop_tools.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1019 | "quiche/quic/tools/quic_server.h" |
| 1020 | ], |
vasilvv | 4a0a152 | 2022-09-26 13:12:57 -0700 | [diff] [blame] | 1021 | "io_tool_support_srcs": [ |
ericorth | 2548713 | 2022-09-22 13:41:57 -0700 | [diff] [blame] | 1022 | "quiche/quic/core/io/event_loop_connecting_client_socket.cc", |
ericorth | 89d3b8a | 2022-08-09 08:29:21 -0700 | [diff] [blame] | 1023 | "quiche/quic/core/io/event_loop_socket_factory.cc", |
vasilvv | 06ddcce | 2022-06-29 08:24:43 -0700 | [diff] [blame] | 1024 | "quiche/quic/core/io/quic_default_event_loop.cc", |
vasilvv | cd8ba3f | 2022-06-23 12:23:38 -0700 | [diff] [blame] | 1025 | "quiche/quic/core/io/quic_poll_event_loop.cc", |
vasilvv | db41f5a | 2023-04-26 11:41:43 -0700 | [diff] [blame] | 1026 | "quiche/quic/core/io/socket.cc", |
| 1027 | "quiche/quic/core/io/socket_posix.inc", |
| 1028 | "quiche/quic/core/io/socket_win.inc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1029 | "quiche/quic/core/quic_default_packet_writer.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1030 | "quiche/quic/core/quic_packet_reader.cc", |
| 1031 | "quiche/quic/core/quic_syscall_wrapper.cc", |
vasilvv | f30fd20 | 2023-05-05 11:05:52 -0700 | [diff] [blame] | 1032 | "quiche/quic/core/quic_udp_socket.cc", |
| 1033 | "quiche/quic/core/quic_udp_socket_posix.inc", |
| 1034 | "quiche/quic/core/quic_udp_socket_win.inc", |
vasilvv | 983ca5a | 2022-09-15 00:49:03 -0700 | [diff] [blame] | 1035 | "quiche/quic/masque/masque_client.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1036 | "quiche/quic/masque/masque_client_session.cc", |
| 1037 | "quiche/quic/masque/masque_client_tools.cc", |
| 1038 | "quiche/quic/masque/masque_dispatcher.cc", |
vasilvv | 983ca5a | 2022-09-15 00:49:03 -0700 | [diff] [blame] | 1039 | "quiche/quic/masque/masque_encapsulated_client.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1040 | "quiche/quic/masque/masque_encapsulated_client_session.cc", |
vasilvv | 983ca5a | 2022-09-15 00:49:03 -0700 | [diff] [blame] | 1041 | "quiche/quic/masque/masque_server.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1042 | "quiche/quic/masque/masque_server_backend.cc", |
| 1043 | "quiche/quic/masque/masque_server_session.cc", |
| 1044 | "quiche/quic/masque/masque_utils.cc", |
vasilvv | e3fcaaf | 2024-02-20 15:08:02 -0800 | [diff] [blame] | 1045 | "quiche/quic/tools/interactive_cli.cc", |
vasilvv | 9310f46 | 2022-09-19 21:25:00 -0700 | [diff] [blame] | 1046 | "quiche/quic/tools/quic_client_default_network_helper.cc", |
| 1047 | "quiche/quic/tools/quic_default_client.cc", |
achernya | 417fa64 | 2022-11-06 06:05:53 -0800 | [diff] [blame] | 1048 | "quiche/quic/tools/quic_epoll_client_factory.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1049 | "quiche/quic/tools/quic_server.cc" |
| 1050 | ], |
vasilvv | 4a0a152 | 2022-09-26 13:12:57 -0700 | [diff] [blame] | 1051 | "io_test_support_hdrs": [ |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1052 | "quiche/quic/test_tools/quic_mock_syscall_wrapper.h", |
| 1053 | "quiche/quic/test_tools/quic_server_peer.h", |
| 1054 | "quiche/quic/test_tools/quic_test_client.h", |
| 1055 | "quiche/quic/test_tools/quic_test_server.h", |
| 1056 | "quiche/quic/test_tools/server_thread.h" |
| 1057 | ], |
vasilvv | 4a0a152 | 2022-09-26 13:12:57 -0700 | [diff] [blame] | 1058 | "io_test_support_srcs": [ |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1059 | "quiche/quic/test_tools/quic_mock_syscall_wrapper.cc", |
| 1060 | "quiche/quic/test_tools/quic_server_peer.cc", |
| 1061 | "quiche/quic/test_tools/quic_test_client.cc", |
| 1062 | "quiche/quic/test_tools/quic_test_server.cc", |
| 1063 | "quiche/quic/test_tools/server_thread.cc" |
| 1064 | ], |
| 1065 | "quiche_tests_hdrs": [ |
| 1066 | |
| 1067 | ], |
| 1068 | "quiche_tests_srcs": [ |
| 1069 | "quiche/balsa/balsa_frame_test.cc", |
diannahu | 28fb620 | 2023-05-03 11:58:02 -0700 | [diff] [blame] | 1070 | "quiche/balsa/balsa_headers_sequence_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1071 | "quiche/balsa/balsa_headers_test.cc", |
| 1072 | "quiche/balsa/header_properties_test.cc", |
| 1073 | "quiche/balsa/simple_buffer_test.cc", |
bnc | b360fb1 | 2022-09-06 09:09:45 -0700 | [diff] [blame] | 1074 | "quiche/binary_http/binary_http_message_test.cc", |
vasilvv | 7d6226d | 2023-04-12 11:16:26 -0700 | [diff] [blame] | 1075 | "quiche/common/btree_scheduler_test.cc", |
vasilvv | 1f10d87 | 2023-01-17 17:23:52 -0800 | [diff] [blame] | 1076 | "quiche/common/capsule_test.cc", |
vasilvv | df3c6e7 | 2023-09-25 11:14:07 -0700 | [diff] [blame] | 1077 | "quiche/common/http/http_header_block_test.cc", |
| 1078 | "quiche/common/http/http_header_storage_test.cc", |
wub | 022a94e | 2024-03-12 18:44:31 -0700 | [diff] [blame] | 1079 | "quiche/common/lifetime_tracking_test.cc", |
ericorth | ec99d2c | 2023-11-30 15:04:09 -0800 | [diff] [blame] | 1080 | "quiche/common/masque/connect_ip_datagram_payload_test.cc", |
ericorth | f1d56d4 | 2022-09-26 07:57:17 -0700 | [diff] [blame] | 1081 | "quiche/common/masque/connect_udp_datagram_payload_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1082 | "quiche/common/platform/api/quiche_file_utils_test.cc", |
| 1083 | "quiche/common/platform/api/quiche_hostname_utils_test.cc", |
bnc | 51dcf74 | 2022-05-16 11:35:00 -0700 | [diff] [blame] | 1084 | "quiche/common/platform/api/quiche_lower_case_string_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1085 | "quiche/common/platform/api/quiche_mem_slice_test.cc", |
| 1086 | "quiche/common/platform/api/quiche_reference_counted_test.cc", |
| 1087 | "quiche/common/platform/api/quiche_stack_trace_test.cc", |
| 1088 | "quiche/common/platform/api/quiche_time_utils_test.cc", |
| 1089 | "quiche/common/platform/api/quiche_url_utils_test.cc", |
| 1090 | "quiche/common/print_elements_test.cc", |
| 1091 | "quiche/common/quiche_buffer_allocator_test.cc", |
vasilvv | 215f30f | 2023-05-30 12:31:31 -0700 | [diff] [blame] | 1092 | "quiche/common/quiche_callbacks_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1093 | "quiche/common/quiche_circular_deque_test.cc", |
| 1094 | "quiche/common/quiche_data_reader_test.cc", |
| 1095 | "quiche/common/quiche_data_writer_test.cc", |
| 1096 | "quiche/common/quiche_endian_test.cc", |
bnc | 173ae2b | 2022-09-06 11:42:10 -0700 | [diff] [blame] | 1097 | "quiche/common/quiche_ip_address_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1098 | "quiche/common/quiche_linked_hash_map_test.cc", |
| 1099 | "quiche/common/quiche_mem_slice_storage_test.cc", |
QUICHE team | 4c10913 | 2022-09-21 16:55:40 -0700 | [diff] [blame] | 1100 | "quiche/common/quiche_random_test.cc", |
vasilvv | df3c6e7 | 2023-09-25 11:14:07 -0700 | [diff] [blame] | 1101 | "quiche/common/quiche_simple_arena_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1102 | "quiche/common/quiche_text_utils_test.cc", |
| 1103 | "quiche/common/simple_buffer_allocator_test.cc", |
| 1104 | "quiche/common/structured_headers_generated_test.cc", |
| 1105 | "quiche/common/structured_headers_test.cc", |
vasilvv | 244d3b3 | 2023-11-15 12:36:45 -0800 | [diff] [blame] | 1106 | "quiche/common/test_tools/mock_streams_test.cc", |
vasilvv | 9edbead | 2023-01-17 10:43:18 -0800 | [diff] [blame] | 1107 | "quiche/common/test_tools/quiche_test_utils_test.cc", |
vasilvv | 88d21fc | 2023-01-25 13:15:16 -0800 | [diff] [blame] | 1108 | "quiche/common/wire_serialization_test.cc", |
birenroy | 62f5f6c | 2024-04-19 16:16:25 -0700 | [diff] [blame] | 1109 | "quiche/http2/adapter/chunked_buffer_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1110 | "quiche/http2/adapter/event_forwarder_test.cc", |
| 1111 | "quiche/http2/adapter/header_validator_test.cc", |
birenroy | cf3b70c | 2023-12-05 08:00:31 -0800 | [diff] [blame] | 1112 | "quiche/http2/adapter/noop_header_validator_test.cc", |
birenroy | 867a621 | 2023-09-13 15:54:53 -0700 | [diff] [blame] | 1113 | "quiche/http2/adapter/oghttp2_adapter_metadata_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1114 | "quiche/http2/adapter/oghttp2_adapter_test.cc", |
| 1115 | "quiche/http2/adapter/oghttp2_session_test.cc", |
| 1116 | "quiche/http2/adapter/oghttp2_util_test.cc", |
| 1117 | "quiche/http2/adapter/recording_http2_visitor_test.cc", |
| 1118 | "quiche/http2/adapter/test_utils_test.cc", |
| 1119 | "quiche/http2/adapter/window_manager_test.cc", |
birenroy | c141463 | 2024-07-10 10:36:11 -0700 | [diff] [blame] | 1120 | "quiche/http2/core/array_output_buffer_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1121 | "quiche/http2/core/priority_write_scheduler_test.cc", |
birenroy | cbb8cca | 2024-07-10 12:48:55 -0700 | [diff] [blame^] | 1122 | "quiche/http2/core/spdy_alt_svc_wire_format_test.cc", |
| 1123 | "quiche/http2/core/spdy_frame_builder_test.cc", |
| 1124 | "quiche/http2/core/spdy_framer_test.cc", |
| 1125 | "quiche/http2/core/spdy_protocol_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1126 | "quiche/http2/decoder/decode_buffer_test.cc", |
| 1127 | "quiche/http2/decoder/decode_http2_structures_test.cc", |
| 1128 | "quiche/http2/decoder/http2_frame_decoder_test.cc", |
| 1129 | "quiche/http2/decoder/http2_structure_decoder_test.cc", |
| 1130 | "quiche/http2/decoder/payload_decoders/altsvc_payload_decoder_test.cc", |
| 1131 | "quiche/http2/decoder/payload_decoders/continuation_payload_decoder_test.cc", |
| 1132 | "quiche/http2/decoder/payload_decoders/data_payload_decoder_test.cc", |
| 1133 | "quiche/http2/decoder/payload_decoders/goaway_payload_decoder_test.cc", |
| 1134 | "quiche/http2/decoder/payload_decoders/headers_payload_decoder_test.cc", |
| 1135 | "quiche/http2/decoder/payload_decoders/ping_payload_decoder_test.cc", |
| 1136 | "quiche/http2/decoder/payload_decoders/priority_payload_decoder_test.cc", |
| 1137 | "quiche/http2/decoder/payload_decoders/priority_update_payload_decoder_test.cc", |
| 1138 | "quiche/http2/decoder/payload_decoders/push_promise_payload_decoder_test.cc", |
| 1139 | "quiche/http2/decoder/payload_decoders/rst_stream_payload_decoder_test.cc", |
| 1140 | "quiche/http2/decoder/payload_decoders/settings_payload_decoder_test.cc", |
| 1141 | "quiche/http2/decoder/payload_decoders/unknown_payload_decoder_test.cc", |
| 1142 | "quiche/http2/decoder/payload_decoders/window_update_payload_decoder_test.cc", |
| 1143 | "quiche/http2/hpack/decoder/hpack_block_collector_test.cc", |
| 1144 | "quiche/http2/hpack/decoder/hpack_block_decoder_test.cc", |
| 1145 | "quiche/http2/hpack/decoder/hpack_decoder_state_test.cc", |
| 1146 | "quiche/http2/hpack/decoder/hpack_decoder_string_buffer_test.cc", |
| 1147 | "quiche/http2/hpack/decoder/hpack_decoder_tables_test.cc", |
| 1148 | "quiche/http2/hpack/decoder/hpack_decoder_test.cc", |
| 1149 | "quiche/http2/hpack/decoder/hpack_entry_collector_test.cc", |
| 1150 | "quiche/http2/hpack/decoder/hpack_entry_decoder_test.cc", |
| 1151 | "quiche/http2/hpack/decoder/hpack_entry_type_decoder_test.cc", |
| 1152 | "quiche/http2/hpack/decoder/hpack_string_decoder_test.cc", |
| 1153 | "quiche/http2/hpack/decoder/hpack_whole_entry_buffer_test.cc", |
birenroy | 87c3f7e | 2024-07-09 12:09:37 -0700 | [diff] [blame] | 1154 | "quiche/http2/hpack/hpack_encoder_test.cc", |
| 1155 | "quiche/http2/hpack/hpack_entry_test.cc", |
| 1156 | "quiche/http2/hpack/hpack_header_table_test.cc", |
| 1157 | "quiche/http2/hpack/hpack_output_stream_test.cc", |
| 1158 | "quiche/http2/hpack/hpack_static_table_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1159 | "quiche/http2/hpack/http2_hpack_constants_test.cc", |
| 1160 | "quiche/http2/hpack/huffman/hpack_huffman_decoder_test.cc", |
| 1161 | "quiche/http2/hpack/huffman/hpack_huffman_encoder_test.cc", |
| 1162 | "quiche/http2/hpack/huffman/hpack_huffman_transcoder_test.cc", |
| 1163 | "quiche/http2/hpack/varint/hpack_varint_decoder_test.cc", |
| 1164 | "quiche/http2/hpack/varint/hpack_varint_encoder_test.cc", |
| 1165 | "quiche/http2/hpack/varint/hpack_varint_round_trip_test.cc", |
| 1166 | "quiche/http2/http2_constants_test.cc", |
| 1167 | "quiche/http2/http2_structures_test.cc", |
| 1168 | "quiche/http2/test_tools/hpack_block_builder_test.cc", |
| 1169 | "quiche/http2/test_tools/hpack_example_test.cc", |
| 1170 | "quiche/http2/test_tools/http2_frame_builder_test.cc", |
| 1171 | "quiche/http2/test_tools/http2_random_test.cc", |
| 1172 | "quiche/http2/test_tools/random_decoder_test_base_test.cc", |
QUICHE team | 8e67663 | 2022-10-18 10:37:21 -0700 | [diff] [blame] | 1173 | "quiche/oblivious_http/buffers/oblivious_http_integration_test.cc", |
| 1174 | "quiche/oblivious_http/buffers/oblivious_http_request_test.cc", |
| 1175 | "quiche/oblivious_http/buffers/oblivious_http_response_test.cc", |
| 1176 | "quiche/oblivious_http/common/oblivious_http_header_key_config_test.cc", |
| 1177 | "quiche/oblivious_http/oblivious_http_client_test.cc", |
| 1178 | "quiche/oblivious_http/oblivious_http_gateway_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1179 | "quiche/quic/core/congestion_control/bandwidth_sampler_test.cc", |
| 1180 | "quiche/quic/core/congestion_control/bbr2_simulator_test.cc", |
| 1181 | "quiche/quic/core/congestion_control/bbr_sender_test.cc", |
| 1182 | "quiche/quic/core/congestion_control/cubic_bytes_test.cc", |
| 1183 | "quiche/quic/core/congestion_control/general_loss_algorithm_test.cc", |
| 1184 | "quiche/quic/core/congestion_control/hybrid_slow_start_test.cc", |
| 1185 | "quiche/quic/core/congestion_control/pacing_sender_test.cc", |
| 1186 | "quiche/quic/core/congestion_control/prr_sender_test.cc", |
| 1187 | "quiche/quic/core/congestion_control/rtt_stats_test.cc", |
| 1188 | "quiche/quic/core/congestion_control/send_algorithm_test.cc", |
| 1189 | "quiche/quic/core/congestion_control/tcp_cubic_sender_bytes_test.cc", |
| 1190 | "quiche/quic/core/congestion_control/uber_loss_algorithm_test.cc", |
| 1191 | "quiche/quic/core/congestion_control/windowed_filter_test.cc", |
| 1192 | "quiche/quic/core/crypto/aes_128_gcm_12_decrypter_test.cc", |
| 1193 | "quiche/quic/core/crypto/aes_128_gcm_12_encrypter_test.cc", |
| 1194 | "quiche/quic/core/crypto/aes_128_gcm_decrypter_test.cc", |
| 1195 | "quiche/quic/core/crypto/aes_128_gcm_encrypter_test.cc", |
| 1196 | "quiche/quic/core/crypto/aes_256_gcm_decrypter_test.cc", |
| 1197 | "quiche/quic/core/crypto/aes_256_gcm_encrypter_test.cc", |
| 1198 | "quiche/quic/core/crypto/cert_compressor_test.cc", |
| 1199 | "quiche/quic/core/crypto/certificate_util_test.cc", |
| 1200 | "quiche/quic/core/crypto/certificate_view_test.cc", |
| 1201 | "quiche/quic/core/crypto/chacha20_poly1305_decrypter_test.cc", |
| 1202 | "quiche/quic/core/crypto/chacha20_poly1305_encrypter_test.cc", |
| 1203 | "quiche/quic/core/crypto/chacha20_poly1305_tls_decrypter_test.cc", |
| 1204 | "quiche/quic/core/crypto/chacha20_poly1305_tls_encrypter_test.cc", |
| 1205 | "quiche/quic/core/crypto/channel_id_test.cc", |
| 1206 | "quiche/quic/core/crypto/client_proof_source_test.cc", |
| 1207 | "quiche/quic/core/crypto/crypto_framer_test.cc", |
| 1208 | "quiche/quic/core/crypto/crypto_handshake_message_test.cc", |
| 1209 | "quiche/quic/core/crypto/crypto_secret_boxer_test.cc", |
| 1210 | "quiche/quic/core/crypto/crypto_server_test.cc", |
| 1211 | "quiche/quic/core/crypto/crypto_utils_test.cc", |
| 1212 | "quiche/quic/core/crypto/curve25519_key_exchange_test.cc", |
| 1213 | "quiche/quic/core/crypto/null_decrypter_test.cc", |
| 1214 | "quiche/quic/core/crypto/null_encrypter_test.cc", |
| 1215 | "quiche/quic/core/crypto/p256_key_exchange_test.cc", |
| 1216 | "quiche/quic/core/crypto/proof_source_x509_test.cc", |
| 1217 | "quiche/quic/core/crypto/quic_client_session_cache_test.cc", |
| 1218 | "quiche/quic/core/crypto/quic_compressed_certs_cache_test.cc", |
| 1219 | "quiche/quic/core/crypto/quic_crypto_client_config_test.cc", |
| 1220 | "quiche/quic/core/crypto/quic_crypto_server_config_test.cc", |
| 1221 | "quiche/quic/core/crypto/quic_hkdf_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1222 | "quiche/quic/core/crypto/transport_parameters_test.cc", |
| 1223 | "quiche/quic/core/crypto/web_transport_fingerprint_proof_verifier_test.cc", |
martinduke | 31448f4 | 2022-08-04 10:51:41 -0700 | [diff] [blame] | 1224 | "quiche/quic/core/deterministic_connection_id_generator_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1225 | "quiche/quic/core/frames/quic_frames_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1226 | "quiche/quic/core/http/http_decoder_test.cc", |
| 1227 | "quiche/quic/core/http/http_encoder_test.cc", |
| 1228 | "quiche/quic/core/http/http_frames_test.cc", |
rch | ce1f07e | 2024-03-13 18:23:24 -0700 | [diff] [blame] | 1229 | "quiche/quic/core/http/metadata_decoder_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1230 | "quiche/quic/core/http/quic_header_list_test.cc", |
| 1231 | "quiche/quic/core/http/quic_headers_stream_test.cc", |
| 1232 | "quiche/quic/core/http/quic_receive_control_stream_test.cc", |
| 1233 | "quiche/quic/core/http/quic_send_control_stream_test.cc", |
| 1234 | "quiche/quic/core/http/quic_server_session_base_test.cc", |
| 1235 | "quiche/quic/core/http/quic_spdy_session_test.cc", |
| 1236 | "quiche/quic/core/http/quic_spdy_stream_body_manager_test.cc", |
| 1237 | "quiche/quic/core/http/quic_spdy_stream_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1238 | "quiche/quic/core/http/spdy_utils_test.cc", |
| 1239 | "quiche/quic/core/http/web_transport_http3_test.cc", |
ericorth | 920d43f | 2023-12-11 12:43:42 -0800 | [diff] [blame] | 1240 | "quiche/quic/core/internet_checksum_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1241 | "quiche/quic/core/legacy_quic_stream_id_manager_test.cc", |
| 1242 | "quiche/quic/core/packet_number_indexed_queue_test.cc", |
| 1243 | "quiche/quic/core/qpack/qpack_blocking_manager_test.cc", |
| 1244 | "quiche/quic/core/qpack/qpack_decoded_headers_accumulator_test.cc", |
| 1245 | "quiche/quic/core/qpack/qpack_decoder_stream_receiver_test.cc", |
| 1246 | "quiche/quic/core/qpack/qpack_decoder_stream_sender_test.cc", |
| 1247 | "quiche/quic/core/qpack/qpack_decoder_test.cc", |
| 1248 | "quiche/quic/core/qpack/qpack_encoder_stream_receiver_test.cc", |
| 1249 | "quiche/quic/core/qpack/qpack_encoder_stream_sender_test.cc", |
| 1250 | "quiche/quic/core/qpack/qpack_encoder_test.cc", |
| 1251 | "quiche/quic/core/qpack/qpack_header_table_test.cc", |
| 1252 | "quiche/quic/core/qpack/qpack_index_conversions_test.cc", |
| 1253 | "quiche/quic/core/qpack/qpack_instruction_decoder_test.cc", |
| 1254 | "quiche/quic/core/qpack/qpack_instruction_encoder_test.cc", |
| 1255 | "quiche/quic/core/qpack/qpack_receive_stream_test.cc", |
| 1256 | "quiche/quic/core/qpack/qpack_required_insert_count_test.cc", |
| 1257 | "quiche/quic/core/qpack/qpack_round_trip_test.cc", |
| 1258 | "quiche/quic/core/qpack/qpack_send_stream_test.cc", |
| 1259 | "quiche/quic/core/qpack/qpack_static_table_test.cc", |
| 1260 | "quiche/quic/core/qpack/value_splitting_header_list_test.cc", |
| 1261 | "quiche/quic/core/quic_alarm_test.cc", |
| 1262 | "quiche/quic/core/quic_arena_scoped_ptr_test.cc", |
| 1263 | "quiche/quic/core/quic_bandwidth_test.cc", |
rch | ee429dd | 2024-04-23 15:13:39 -0700 | [diff] [blame] | 1264 | "quiche/quic/core/quic_blocked_writer_list_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1265 | "quiche/quic/core/quic_buffered_packet_store_test.cc", |
| 1266 | "quiche/quic/core/quic_chaos_protector_test.cc", |
| 1267 | "quiche/quic/core/quic_coalesced_packet_test.cc", |
| 1268 | "quiche/quic/core/quic_config_test.cc", |
| 1269 | "quiche/quic/core/quic_connection_context_test.cc", |
| 1270 | "quiche/quic/core/quic_connection_id_manager_test.cc", |
| 1271 | "quiche/quic/core/quic_connection_id_test.cc", |
| 1272 | "quiche/quic/core/quic_connection_test.cc", |
| 1273 | "quiche/quic/core/quic_control_frame_manager_test.cc", |
| 1274 | "quiche/quic/core/quic_crypto_client_handshaker_test.cc", |
| 1275 | "quiche/quic/core/quic_crypto_client_stream_test.cc", |
| 1276 | "quiche/quic/core/quic_crypto_server_stream_test.cc", |
| 1277 | "quiche/quic/core/quic_crypto_stream_test.cc", |
| 1278 | "quiche/quic/core/quic_data_writer_test.cc", |
| 1279 | "quiche/quic/core/quic_datagram_queue_test.cc", |
| 1280 | "quiche/quic/core/quic_dispatcher_test.cc", |
| 1281 | "quiche/quic/core/quic_error_codes_test.cc", |
| 1282 | "quiche/quic/core/quic_flow_controller_test.cc", |
| 1283 | "quiche/quic/core/quic_framer_test.cc", |
vasilvv | 3cc972c | 2023-07-17 07:56:14 -0700 | [diff] [blame] | 1284 | "quiche/quic/core/quic_generic_session_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1285 | "quiche/quic/core/quic_idle_network_detector_test.cc", |
| 1286 | "quiche/quic/core/quic_interval_deque_test.cc", |
| 1287 | "quiche/quic/core/quic_interval_set_test.cc", |
| 1288 | "quiche/quic/core/quic_interval_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1289 | "quiche/quic/core/quic_lru_cache_test.cc", |
| 1290 | "quiche/quic/core/quic_network_blackhole_detector_test.cc", |
| 1291 | "quiche/quic/core/quic_one_block_arena_test.cc", |
| 1292 | "quiche/quic/core/quic_packet_creator_test.cc", |
| 1293 | "quiche/quic/core/quic_packet_number_test.cc", |
| 1294 | "quiche/quic/core/quic_packets_test.cc", |
| 1295 | "quiche/quic/core/quic_path_validator_test.cc", |
| 1296 | "quiche/quic/core/quic_ping_manager_test.cc", |
| 1297 | "quiche/quic/core/quic_received_packet_manager_test.cc", |
| 1298 | "quiche/quic/core/quic_sent_packet_manager_test.cc", |
| 1299 | "quiche/quic/core/quic_server_id_test.cc", |
| 1300 | "quiche/quic/core/quic_session_test.cc", |
| 1301 | "quiche/quic/core/quic_socket_address_coder_test.cc", |
| 1302 | "quiche/quic/core/quic_stream_id_manager_test.cc", |
bnc | ab43084 | 2022-12-12 09:47:35 -0800 | [diff] [blame] | 1303 | "quiche/quic/core/quic_stream_priority_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1304 | "quiche/quic/core/quic_stream_send_buffer_test.cc", |
| 1305 | "quiche/quic/core/quic_stream_sequencer_buffer_test.cc", |
| 1306 | "quiche/quic/core/quic_stream_sequencer_test.cc", |
| 1307 | "quiche/quic/core/quic_stream_test.cc", |
| 1308 | "quiche/quic/core/quic_sustained_bandwidth_recorder_test.cc", |
| 1309 | "quiche/quic/core/quic_tag_test.cc", |
| 1310 | "quiche/quic/core/quic_time_accumulator_test.cc", |
| 1311 | "quiche/quic/core/quic_time_test.cc", |
| 1312 | "quiche/quic/core/quic_time_wait_list_manager_test.cc", |
| 1313 | "quiche/quic/core/quic_trace_visitor_test.cc", |
| 1314 | "quiche/quic/core/quic_unacked_packet_map_test.cc", |
| 1315 | "quiche/quic/core/quic_utils_test.cc", |
| 1316 | "quiche/quic/core/quic_version_manager_test.cc", |
| 1317 | "quiche/quic/core/quic_versions_test.cc", |
| 1318 | "quiche/quic/core/quic_write_blocked_list_test.cc", |
| 1319 | "quiche/quic/core/tls_chlo_extractor_test.cc", |
| 1320 | "quiche/quic/core/tls_client_handshaker_test.cc", |
| 1321 | "quiche/quic/core/tls_server_handshaker_test.cc", |
| 1322 | "quiche/quic/core/uber_quic_stream_id_manager_test.cc", |
| 1323 | "quiche/quic/core/uber_received_packet_manager_test.cc", |
vasilvv | c5d0ad8 | 2024-05-14 09:07:07 -0700 | [diff] [blame] | 1324 | "quiche/quic/core/web_transport_write_blocked_list_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1325 | "quiche/quic/platform/api/quic_socket_address_test.cc", |
| 1326 | "quiche/quic/test_tools/crypto_test_utils_test.cc", |
| 1327 | "quiche/quic/test_tools/quic_test_utils_test.cc", |
| 1328 | "quiche/quic/test_tools/simple_session_notifier_test.cc", |
| 1329 | "quiche/quic/test_tools/simulator/quic_endpoint_test.cc", |
| 1330 | "quiche/quic/test_tools/simulator/simulator_test.cc", |
ericorth | 055049e | 2023-12-13 10:06:39 -0800 | [diff] [blame] | 1331 | "quiche/quic/test_tools/test_ip_packets_test.cc", |
ericorth | b30176c | 2022-08-09 09:01:23 -0700 | [diff] [blame] | 1332 | "quiche/quic/tools/connect_tunnel_test.cc", |
ericorth | e415148 | 2022-10-07 21:40:02 -0700 | [diff] [blame] | 1333 | "quiche/quic/tools/connect_udp_tunnel_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1334 | "quiche/quic/tools/quic_memory_cache_backend_test.cc", |
| 1335 | "quiche/quic/tools/quic_tcp_like_trace_converter_test.cc", |
| 1336 | "quiche/quic/tools/simple_ticket_crypter_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1337 | "quiche/spdy/core/hpack/hpack_decoder_adapter_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1338 | "quiche/spdy/core/hpack/hpack_round_trip_test.cc", |
vasilvv | a20f97d | 2023-11-16 06:55:09 -0800 | [diff] [blame] | 1339 | "quiche/web_transport/encapsulated/encapsulated_web_transport_test.cc", |
vasilvv | ae3b86f | 2024-01-08 11:00:49 -0800 | [diff] [blame] | 1340 | "quiche/web_transport/web_transport_headers_test.cc", |
| 1341 | "quiche/web_transport/web_transport_priority_scheduler_test.cc" |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1342 | ], |
vasilvv | 4a0a152 | 2022-09-26 13:12:57 -0700 | [diff] [blame] | 1343 | "io_tests_hdrs": [ |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1344 | |
| 1345 | ], |
vasilvv | 4a0a152 | 2022-09-26 13:12:57 -0700 | [diff] [blame] | 1346 | "io_tests_srcs": [ |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1347 | "quiche/quic/core/chlo_extractor_test.cc", |
| 1348 | "quiche/quic/core/http/end_to_end_test.cc", |
| 1349 | "quiche/quic/core/http/quic_spdy_client_session_test.cc", |
| 1350 | "quiche/quic/core/http/quic_spdy_client_stream_test.cc", |
| 1351 | "quiche/quic/core/http/quic_spdy_server_stream_base_test.cc", |
ericorth | 2548713 | 2022-09-22 13:41:57 -0700 | [diff] [blame] | 1352 | "quiche/quic/core/io/event_loop_connecting_client_socket_test.cc", |
vasilvv | 06ddcce | 2022-06-29 08:24:43 -0700 | [diff] [blame] | 1353 | "quiche/quic/core/io/quic_all_event_loops_test.cc", |
vasilvv | cd8ba3f | 2022-06-23 12:23:38 -0700 | [diff] [blame] | 1354 | "quiche/quic/core/io/quic_poll_event_loop_test.cc", |
ericorth | 61526b0 | 2022-06-30 08:45:10 -0700 | [diff] [blame] | 1355 | "quiche/quic/core/io/socket_test.cc", |
vasilvv | 9310f46 | 2022-09-19 21:25:00 -0700 | [diff] [blame] | 1356 | "quiche/quic/tools/quic_default_client_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1357 | "quiche/quic/tools/quic_server_test.cc", |
| 1358 | "quiche/quic/tools/quic_simple_server_session_test.cc", |
| 1359 | "quiche/quic/tools/quic_simple_server_stream_test.cc", |
| 1360 | "quiche/quic/tools/quic_url_test.cc" |
| 1361 | ], |
| 1362 | "fuzzers_hdrs": [ |
| 1363 | |
| 1364 | ], |
| 1365 | "fuzzers_srcs": [ |
| 1366 | "quiche/common/structured_headers_fuzzer.cc", |
birenroy | 8294639 | 2023-05-30 07:21:34 -0700 | [diff] [blame] | 1367 | "quiche/http2/decoder/http2_frame_decoder_fuzzer.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1368 | "quiche/quic/core/crypto/certificate_view_der_fuzzer.cc", |
| 1369 | "quiche/quic/core/crypto/certificate_view_pem_fuzzer.cc", |
| 1370 | "quiche/quic/core/qpack/fuzzer/qpack_decoder_fuzzer.cc", |
| 1371 | "quiche/quic/core/qpack/fuzzer/qpack_decoder_stream_receiver_fuzzer.cc", |
| 1372 | "quiche/quic/core/qpack/fuzzer/qpack_decoder_stream_sender_fuzzer.cc", |
| 1373 | "quiche/quic/core/qpack/fuzzer/qpack_encoder_stream_receiver_fuzzer.cc", |
| 1374 | "quiche/quic/core/qpack/fuzzer/qpack_encoder_stream_sender_fuzzer.cc", |
| 1375 | "quiche/quic/core/qpack/fuzzer/qpack_round_trip_fuzzer.cc", |
| 1376 | "quiche/quic/test_tools/fuzzing/quic_framer_fuzzer.cc", |
birenroy | 31bbf1d | 2023-05-30 09:07:42 -0700 | [diff] [blame] | 1377 | "quiche/quic/test_tools/fuzzing/quic_framer_process_data_packet_fuzzer.cc", |
| 1378 | "quiche/spdy/core/http2_frame_decoder_adapter_fuzzer.cc" |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1379 | ], |
| 1380 | "cli_tools_hdrs": [ |
vasilvv | 9310f46 | 2022-09-19 21:25:00 -0700 | [diff] [blame] | 1381 | "quiche/quic/tools/quic_server_factory.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1382 | "quiche/quic/tools/quic_toy_client.h", |
| 1383 | "quiche/quic/tools/quic_toy_server.h" |
| 1384 | ], |
| 1385 | "cli_tools_srcs": [ |
| 1386 | "quiche/quic/masque/masque_client_bin.cc", |
| 1387 | "quiche/quic/masque/masque_server_bin.cc", |
| 1388 | "quiche/quic/tools/crypto_message_printer_bin.cc", |
vasilvv | e3fcaaf | 2024-02-20 15:08:02 -0800 | [diff] [blame] | 1389 | "quiche/quic/tools/interactive_cli_demo_bin.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1390 | "quiche/quic/tools/qpack_offline_decoder_bin.cc", |
| 1391 | "quiche/quic/tools/quic_client_bin.cc", |
| 1392 | "quiche/quic/tools/quic_client_interop_test_bin.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1393 | "quiche/quic/tools/quic_packet_printer_bin.cc", |
| 1394 | "quiche/quic/tools/quic_reject_reason_decoder_bin.cc", |
| 1395 | "quiche/quic/tools/quic_server_bin.cc", |
vasilvv | 9310f46 | 2022-09-19 21:25:00 -0700 | [diff] [blame] | 1396 | "quiche/quic/tools/quic_server_factory.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1397 | "quiche/quic/tools/quic_toy_client.cc", |
vasilvv | b1e7b2c | 2023-07-23 11:33:32 -0700 | [diff] [blame] | 1398 | "quiche/quic/tools/quic_toy_server.cc", |
| 1399 | "quiche/quic/tools/web_transport_test_server.cc" |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1400 | ], |
| 1401 | "nghttp2_hdrs": [ |
| 1402 | "quiche/http2/adapter/callback_visitor.h", |
| 1403 | "quiche/http2/adapter/nghttp2.h", |
| 1404 | "quiche/http2/adapter/nghttp2_adapter.h", |
| 1405 | "quiche/http2/adapter/nghttp2_callbacks.h", |
| 1406 | "quiche/http2/adapter/nghttp2_data_provider.h", |
| 1407 | "quiche/http2/adapter/nghttp2_session.h", |
| 1408 | "quiche/http2/adapter/nghttp2_util.h" |
| 1409 | ], |
| 1410 | "nghttp2_srcs": [ |
| 1411 | "quiche/http2/adapter/callback_visitor.cc", |
| 1412 | "quiche/http2/adapter/nghttp2_adapter.cc", |
| 1413 | "quiche/http2/adapter/nghttp2_callbacks.cc", |
| 1414 | "quiche/http2/adapter/nghttp2_data_provider.cc", |
| 1415 | "quiche/http2/adapter/nghttp2_session.cc", |
| 1416 | "quiche/http2/adapter/nghttp2_test.cc", |
| 1417 | "quiche/http2/adapter/nghttp2_util.cc" |
| 1418 | ], |
| 1419 | "nghttp2_test_support_hdrs": [ |
| 1420 | "quiche/http2/adapter/mock_nghttp2_callbacks.h", |
| 1421 | "quiche/http2/adapter/nghttp2_test_utils.h" |
| 1422 | ], |
| 1423 | "nghttp2_test_support_srcs": [ |
| 1424 | "quiche/http2/adapter/mock_nghttp2_callbacks.cc", |
| 1425 | "quiche/http2/adapter/nghttp2_test_utils.cc" |
| 1426 | ], |
| 1427 | "nghttp2_tests_hdrs": [ |
| 1428 | |
| 1429 | ], |
| 1430 | "nghttp2_tests_srcs": [ |
| 1431 | "quiche/http2/adapter/adapter_impl_comparison_test.cc", |
| 1432 | "quiche/http2/adapter/callback_visitor_test.cc", |
| 1433 | "quiche/http2/adapter/nghttp2_adapter_test.cc", |
| 1434 | "quiche/http2/adapter/nghttp2_data_provider_test.cc", |
| 1435 | "quiche/http2/adapter/nghttp2_session_test.cc", |
| 1436 | "quiche/http2/adapter/nghttp2_util_test.cc" |
| 1437 | ], |
| 1438 | "default_platform_impl_hdrs": [ |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1439 | "quiche/common/platform/default/quiche_platform_impl/quiche_bug_tracker_impl.h", |
| 1440 | "quiche/common/platform/default/quiche_platform_impl/quiche_client_stats_impl.h", |
| 1441 | "quiche/common/platform/default/quiche_platform_impl/quiche_containers_impl.h", |
vasilvv | 4a0a152 | 2022-09-26 13:12:57 -0700 | [diff] [blame] | 1442 | "quiche/common/platform/default/quiche_platform_impl/quiche_event_loop_impl.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1443 | "quiche/common/platform/default/quiche_platform_impl/quiche_export_impl.h", |
| 1444 | "quiche/common/platform/default/quiche_platform_impl/quiche_flag_utils_impl.h", |
| 1445 | "quiche/common/platform/default/quiche_platform_impl/quiche_flags_impl.h", |
vasilvv | d24f499 | 2023-10-24 09:53:25 -0700 | [diff] [blame] | 1446 | "quiche/common/platform/default/quiche_platform_impl/quiche_googleurl_impl.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1447 | "quiche/common/platform/default/quiche_platform_impl/quiche_header_policy_impl.h", |
| 1448 | "quiche/common/platform/default/quiche_platform_impl/quiche_iovec_impl.h", |
| 1449 | "quiche/common/platform/default/quiche_platform_impl/quiche_logging_impl.h", |
| 1450 | "quiche/common/platform/default/quiche_platform_impl/quiche_lower_case_string_impl.h", |
| 1451 | "quiche/common/platform/default/quiche_platform_impl/quiche_mem_slice_impl.h", |
| 1452 | "quiche/common/platform/default/quiche_platform_impl/quiche_mutex_impl.h", |
| 1453 | "quiche/common/platform/default/quiche_platform_impl/quiche_prefetch_impl.h", |
| 1454 | "quiche/common/platform/default/quiche_platform_impl/quiche_reference_counted_impl.h", |
| 1455 | "quiche/common/platform/default/quiche_platform_impl/quiche_server_stats_impl.h", |
| 1456 | "quiche/common/platform/default/quiche_platform_impl/quiche_stack_trace_impl.h", |
| 1457 | "quiche/common/platform/default/quiche_platform_impl/quiche_testvalue_impl.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1458 | "quiche/common/platform/default/quiche_platform_impl/quiche_time_utils_impl.h", |
vasilvv | 4a0a152 | 2022-09-26 13:12:57 -0700 | [diff] [blame] | 1459 | "quiche/common/platform/default/quiche_platform_impl/quiche_udp_socket_platform_impl.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1460 | "quiche/common/platform/default/quiche_platform_impl/quiche_url_utils_impl.h" |
| 1461 | ], |
| 1462 | "default_platform_impl_srcs": [ |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1463 | "quiche/common/platform/default/quiche_platform_impl/quiche_flags_impl.cc", |
asedeno | 1cb67d4 | 2023-05-08 11:38:54 -0700 | [diff] [blame] | 1464 | "quiche/common/platform/default/quiche_platform_impl/quiche_logging_impl.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1465 | "quiche/common/platform/default/quiche_platform_impl/quiche_mutex_impl.cc", |
| 1466 | "quiche/common/platform/default/quiche_platform_impl/quiche_stack_trace_impl.cc", |
| 1467 | "quiche/common/platform/default/quiche_platform_impl/quiche_time_utils_impl.cc", |
| 1468 | "quiche/common/platform/default/quiche_platform_impl/quiche_url_utils_impl.cc" |
| 1469 | ], |
| 1470 | "default_platform_impl_tool_support_hdrs": [ |
vasilvv | 23221e9 | 2022-05-16 15:20:42 -0700 | [diff] [blame] | 1471 | "quiche/common/platform/default/quiche_platform_impl/quiche_command_line_flags_impl.h", |
vasilvv | 47aa4cd | 2023-03-26 22:48:21 -0700 | [diff] [blame] | 1472 | "quiche/common/platform/default/quiche_platform_impl/quiche_default_proof_providers_impl.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1473 | "quiche/common/platform/default/quiche_platform_impl/quiche_file_utils_impl.h", |
| 1474 | "quiche/common/platform/default/quiche_platform_impl/quiche_stream_buffer_allocator_impl.h", |
| 1475 | "quiche/common/platform/default/quiche_platform_impl/quiche_system_event_loop_impl.h" |
| 1476 | ], |
| 1477 | "default_platform_impl_tool_support_srcs": [ |
vasilvv | 23221e9 | 2022-05-16 15:20:42 -0700 | [diff] [blame] | 1478 | "quiche/common/platform/default/quiche_platform_impl/quiche_command_line_flags_impl.cc", |
vasilvv | 47aa4cd | 2023-03-26 22:48:21 -0700 | [diff] [blame] | 1479 | "quiche/common/platform/default/quiche_platform_impl/quiche_default_proof_providers_impl.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1480 | "quiche/common/platform/default/quiche_platform_impl/quiche_file_utils_impl.cc" |
| 1481 | ], |
| 1482 | "default_platform_impl_test_support_hdrs": [ |
vasilvv | 842dc4a | 2022-05-18 07:33:07 -0700 | [diff] [blame] | 1483 | "quiche/common/platform/default/quiche_platform_impl/quiche_expect_bug_impl.h", |
vasilvv | 73fe5e2 | 2022-05-16 12:31:35 -0700 | [diff] [blame] | 1484 | "quiche/common/platform/default/quiche_platform_impl/quiche_test_impl.h", |
vasilvv | 0a3d0cb | 2022-05-16 11:40:01 -0700 | [diff] [blame] | 1485 | "quiche/common/platform/default/quiche_platform_impl/quiche_test_loopback_impl.h", |
vasilvv | d998fb9 | 2022-05-17 10:00:01 -0700 | [diff] [blame] | 1486 | "quiche/common/platform/default/quiche_platform_impl/quiche_test_output_impl.h", |
vasilvv | 0a3d0cb | 2022-05-16 11:40:01 -0700 | [diff] [blame] | 1487 | "quiche/common/platform/default/quiche_platform_impl/quiche_thread_impl.h" |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1488 | ], |
| 1489 | "default_platform_impl_test_support_srcs": [ |
vasilvv | 73fe5e2 | 2022-05-16 12:31:35 -0700 | [diff] [blame] | 1490 | "quiche/common/platform/default/quiche_platform_impl/quiche_test_impl.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1491 | "quiche/common/platform/default/quiche_platform_impl/quiche_test_loopback_impl.cc" |
| 1492 | ], |
| 1493 | "load_balancer_hdrs": [ |
| 1494 | "quiche/quic/load_balancer/load_balancer_config.h", |
| 1495 | "quiche/quic/load_balancer/load_balancer_decoder.h", |
| 1496 | "quiche/quic/load_balancer/load_balancer_encoder.h", |
| 1497 | "quiche/quic/load_balancer/load_balancer_server_id.h", |
| 1498 | "quiche/quic/load_balancer/load_balancer_server_id_map.h" |
| 1499 | ], |
| 1500 | "load_balancer_srcs": [ |
| 1501 | "quiche/quic/load_balancer/load_balancer_config.cc", |
| 1502 | "quiche/quic/load_balancer/load_balancer_config_test.cc", |
| 1503 | "quiche/quic/load_balancer/load_balancer_decoder.cc", |
| 1504 | "quiche/quic/load_balancer/load_balancer_decoder_test.cc", |
| 1505 | "quiche/quic/load_balancer/load_balancer_encoder.cc", |
| 1506 | "quiche/quic/load_balancer/load_balancer_encoder_test.cc", |
| 1507 | "quiche/quic/load_balancer/load_balancer_server_id.cc", |
| 1508 | "quiche/quic/load_balancer/load_balancer_server_id_map_test.cc", |
| 1509 | "quiche/quic/load_balancer/load_balancer_server_id_test.cc" |
| 1510 | ], |
diannahu | 3b3701e | 2023-09-27 11:25:10 -0700 | [diff] [blame] | 1511 | "moqt_hdrs": [ |
martinduke | 69090ba | 2023-09-29 10:40:45 -0700 | [diff] [blame] | 1512 | "quiche/quic/moqt/moqt_framer.h", |
martinduke | 5cdf937 | 2023-09-27 14:08:36 -0700 | [diff] [blame] | 1513 | "quiche/quic/moqt/moqt_messages.h", |
vasilvv | 89d014d | 2024-04-23 06:32:28 -0700 | [diff] [blame] | 1514 | "quiche/quic/moqt/moqt_outgoing_queue.h", |
martinduke | 5cdf937 | 2023-09-27 14:08:36 -0700 | [diff] [blame] | 1515 | "quiche/quic/moqt/moqt_parser.h", |
vasilvv | 888a655 | 2023-10-03 13:36:10 -0700 | [diff] [blame] | 1516 | "quiche/quic/moqt/moqt_session.h", |
martinduke | fd195e9 | 2023-12-05 10:07:25 -0800 | [diff] [blame] | 1517 | "quiche/quic/moqt/moqt_subscribe_windows.h", |
| 1518 | "quiche/quic/moqt/moqt_track.h", |
vasilvv | 431ab73 | 2024-06-11 11:08:20 -0700 | [diff] [blame] | 1519 | "quiche/quic/moqt/test_tools/moqt_simulator_harness.h", |
vasilvv | af18700 | 2023-11-13 16:00:08 -0800 | [diff] [blame] | 1520 | "quiche/quic/moqt/test_tools/moqt_test_message.h", |
| 1521 | "quiche/quic/moqt/tools/moqt_client.h", |
martinduke | fd195e9 | 2023-12-05 10:07:25 -0800 | [diff] [blame] | 1522 | "quiche/quic/moqt/tools/moqt_mock_visitor.h", |
vasilvv | af18700 | 2023-11-13 16:00:08 -0800 | [diff] [blame] | 1523 | "quiche/quic/moqt/tools/moqt_server.h" |
diannahu | 3b3701e | 2023-09-27 11:25:10 -0700 | [diff] [blame] | 1524 | ], |
| 1525 | "moqt_srcs": [ |
martinduke | 69090ba | 2023-09-29 10:40:45 -0700 | [diff] [blame] | 1526 | "quiche/quic/moqt/moqt_framer.cc", |
| 1527 | "quiche/quic/moqt/moqt_framer_test.cc", |
vasilvv | 888a655 | 2023-10-03 13:36:10 -0700 | [diff] [blame] | 1528 | "quiche/quic/moqt/moqt_integration_test.cc", |
martinduke | 5cdf937 | 2023-09-27 14:08:36 -0700 | [diff] [blame] | 1529 | "quiche/quic/moqt/moqt_messages.cc", |
vasilvv | 89d014d | 2024-04-23 06:32:28 -0700 | [diff] [blame] | 1530 | "quiche/quic/moqt/moqt_outgoing_queue.cc", |
| 1531 | "quiche/quic/moqt/moqt_outgoing_queue_test.cc", |
martinduke | 5cdf937 | 2023-09-27 14:08:36 -0700 | [diff] [blame] | 1532 | "quiche/quic/moqt/moqt_parser.cc", |
vasilvv | 888a655 | 2023-10-03 13:36:10 -0700 | [diff] [blame] | 1533 | "quiche/quic/moqt/moqt_parser_test.cc", |
vasilvv | af18700 | 2023-11-13 16:00:08 -0800 | [diff] [blame] | 1534 | "quiche/quic/moqt/moqt_session.cc", |
martinduke | fd195e9 | 2023-12-05 10:07:25 -0800 | [diff] [blame] | 1535 | "quiche/quic/moqt/moqt_session_test.cc", |
martinduke | bad8623 | 2024-02-02 11:37:19 -0800 | [diff] [blame] | 1536 | "quiche/quic/moqt/moqt_subscribe_windows.cc", |
martinduke | fd195e9 | 2023-12-05 10:07:25 -0800 | [diff] [blame] | 1537 | "quiche/quic/moqt/moqt_subscribe_windows_test.cc", |
martinduke | 4c8897f | 2024-06-28 07:50:04 -0700 | [diff] [blame] | 1538 | "quiche/quic/moqt/moqt_track.cc", |
martinduke | fd195e9 | 2023-12-05 10:07:25 -0800 | [diff] [blame] | 1539 | "quiche/quic/moqt/moqt_track_test.cc", |
vasilvv | 431ab73 | 2024-06-11 11:08:20 -0700 | [diff] [blame] | 1540 | "quiche/quic/moqt/test_tools/moqt_simulator_harness.cc", |
martinduke | fd195e9 | 2023-12-05 10:07:25 -0800 | [diff] [blame] | 1541 | "quiche/quic/moqt/tools/chat_client_bin.cc", |
vasilvv | af18700 | 2023-11-13 16:00:08 -0800 | [diff] [blame] | 1542 | "quiche/quic/moqt/tools/moqt_client.cc", |
| 1543 | "quiche/quic/moqt/tools/moqt_end_to_end_test.cc", |
vasilvv | bbec356 | 2024-03-05 08:09:09 -0800 | [diff] [blame] | 1544 | "quiche/quic/moqt/tools/moqt_ingestion_server_bin.cc", |
vasilvv | 4e7b824 | 2024-06-11 13:04:53 -0700 | [diff] [blame] | 1545 | "quiche/quic/moqt/tools/moqt_server.cc", |
| 1546 | "quiche/quic/moqt/tools/moqt_simulator_bin.cc" |
diannahu | 3b3701e | 2023-09-27 11:25:10 -0700 | [diff] [blame] | 1547 | ], |
QUICHE team | 51510ec | 2022-08-30 10:49:31 -0700 | [diff] [blame] | 1548 | "binary_http_hdrs": [ |
| 1549 | "quiche/binary_http/binary_http_message.h" |
| 1550 | ], |
| 1551 | "binary_http_srcs": [ |
bnc | b360fb1 | 2022-09-06 09:09:45 -0700 | [diff] [blame] | 1552 | "quiche/binary_http/binary_http_message.cc" |
QUICHE team | 51510ec | 2022-08-30 10:49:31 -0700 | [diff] [blame] | 1553 | ], |
QUICHE team | 8e67663 | 2022-10-18 10:37:21 -0700 | [diff] [blame] | 1554 | "oblivious_http_hdrs": [ |
| 1555 | "quiche/oblivious_http/buffers/oblivious_http_request.h", |
| 1556 | "quiche/oblivious_http/buffers/oblivious_http_response.h", |
| 1557 | "quiche/oblivious_http/common/oblivious_http_header_key_config.h", |
| 1558 | "quiche/oblivious_http/oblivious_http_client.h", |
| 1559 | "quiche/oblivious_http/oblivious_http_gateway.h" |
| 1560 | ], |
| 1561 | "oblivious_http_srcs": [ |
| 1562 | "quiche/oblivious_http/buffers/oblivious_http_request.cc", |
| 1563 | "quiche/oblivious_http/buffers/oblivious_http_response.cc", |
| 1564 | "quiche/oblivious_http/common/oblivious_http_header_key_config.cc", |
| 1565 | "quiche/oblivious_http/oblivious_http_client.cc", |
| 1566 | "quiche/oblivious_http/oblivious_http_gateway.cc" |
| 1567 | ], |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1568 | "qbone_hdrs": [ |
| 1569 | "quiche/quic/qbone/bonnet/icmp_reachable.h", |
| 1570 | "quiche/quic/qbone/bonnet/icmp_reachable_interface.h", |
| 1571 | "quiche/quic/qbone/bonnet/mock_icmp_reachable.h", |
| 1572 | "quiche/quic/qbone/bonnet/mock_packet_exchanger_stats_interface.h", |
| 1573 | "quiche/quic/qbone/bonnet/mock_qbone_tunnel.h", |
| 1574 | "quiche/quic/qbone/bonnet/mock_tun_device.h", |
| 1575 | "quiche/quic/qbone/bonnet/mock_tun_device_controller.h", |
| 1576 | "quiche/quic/qbone/bonnet/qbone_tunnel_info.h", |
| 1577 | "quiche/quic/qbone/bonnet/qbone_tunnel_interface.h", |
| 1578 | "quiche/quic/qbone/bonnet/qbone_tunnel_silo.h", |
| 1579 | "quiche/quic/qbone/bonnet/tun_device.h", |
| 1580 | "quiche/quic/qbone/bonnet/tun_device_controller.h", |
| 1581 | "quiche/quic/qbone/bonnet/tun_device_interface.h", |
| 1582 | "quiche/quic/qbone/bonnet/tun_device_packet_exchanger.h", |
| 1583 | "quiche/quic/qbone/mock_qbone_client.h", |
| 1584 | "quiche/quic/qbone/mock_qbone_server_session.h", |
| 1585 | "quiche/quic/qbone/platform/icmp_packet.h", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1586 | "quiche/quic/qbone/platform/ip_range.h", |
| 1587 | "quiche/quic/qbone/platform/kernel_interface.h", |
| 1588 | "quiche/quic/qbone/platform/mock_kernel.h", |
| 1589 | "quiche/quic/qbone/platform/mock_netlink.h", |
| 1590 | "quiche/quic/qbone/platform/netlink.h", |
| 1591 | "quiche/quic/qbone/platform/netlink_interface.h", |
| 1592 | "quiche/quic/qbone/platform/rtnetlink_message.h", |
| 1593 | "quiche/quic/qbone/platform/tcp_packet.h", |
| 1594 | "quiche/quic/qbone/qbone_client.h", |
| 1595 | "quiche/quic/qbone/qbone_client_interface.h", |
| 1596 | "quiche/quic/qbone/qbone_client_session.h", |
| 1597 | "quiche/quic/qbone/qbone_constants.h", |
| 1598 | "quiche/quic/qbone/qbone_control_stream.h", |
| 1599 | "quiche/quic/qbone/qbone_packet_exchanger.h", |
| 1600 | "quiche/quic/qbone/qbone_packet_processor.h", |
| 1601 | "quiche/quic/qbone/qbone_packet_processor_test_tools.h", |
| 1602 | "quiche/quic/qbone/qbone_packet_writer.h", |
| 1603 | "quiche/quic/qbone/qbone_server_session.h", |
| 1604 | "quiche/quic/qbone/qbone_session_base.h", |
| 1605 | "quiche/quic/qbone/qbone_stream.h" |
| 1606 | ], |
| 1607 | "qbone_srcs": [ |
| 1608 | "quiche/quic/qbone/bonnet/icmp_reachable.cc", |
| 1609 | "quiche/quic/qbone/bonnet/icmp_reachable_test.cc", |
| 1610 | "quiche/quic/qbone/bonnet/qbone_tunnel_info.cc", |
| 1611 | "quiche/quic/qbone/bonnet/qbone_tunnel_silo.cc", |
| 1612 | "quiche/quic/qbone/bonnet/qbone_tunnel_silo_test.cc", |
| 1613 | "quiche/quic/qbone/bonnet/tun_device.cc", |
| 1614 | "quiche/quic/qbone/bonnet/tun_device_controller.cc", |
| 1615 | "quiche/quic/qbone/bonnet/tun_device_controller_test.cc", |
| 1616 | "quiche/quic/qbone/bonnet/tun_device_packet_exchanger.cc", |
| 1617 | "quiche/quic/qbone/bonnet/tun_device_packet_exchanger_test.cc", |
| 1618 | "quiche/quic/qbone/bonnet/tun_device_test.cc", |
| 1619 | "quiche/quic/qbone/platform/icmp_packet.cc", |
| 1620 | "quiche/quic/qbone/platform/icmp_packet_test.cc", |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1621 | "quiche/quic/qbone/platform/ip_range.cc", |
| 1622 | "quiche/quic/qbone/platform/ip_range_test.cc", |
| 1623 | "quiche/quic/qbone/platform/netlink.cc", |
| 1624 | "quiche/quic/qbone/platform/netlink_test.cc", |
| 1625 | "quiche/quic/qbone/platform/rtnetlink_message.cc", |
| 1626 | "quiche/quic/qbone/platform/rtnetlink_message_test.cc", |
| 1627 | "quiche/quic/qbone/platform/tcp_packet.cc", |
| 1628 | "quiche/quic/qbone/platform/tcp_packet_test.cc", |
| 1629 | "quiche/quic/qbone/qbone_client.cc", |
| 1630 | "quiche/quic/qbone/qbone_client_session.cc", |
| 1631 | "quiche/quic/qbone/qbone_client_test.cc", |
| 1632 | "quiche/quic/qbone/qbone_constants.cc", |
| 1633 | "quiche/quic/qbone/qbone_control_stream.cc", |
| 1634 | "quiche/quic/qbone/qbone_packet_exchanger.cc", |
| 1635 | "quiche/quic/qbone/qbone_packet_exchanger_test.cc", |
| 1636 | "quiche/quic/qbone/qbone_packet_processor.cc", |
| 1637 | "quiche/quic/qbone/qbone_packet_processor_test.cc", |
| 1638 | "quiche/quic/qbone/qbone_packet_processor_test_tools.cc", |
| 1639 | "quiche/quic/qbone/qbone_server_session.cc", |
| 1640 | "quiche/quic/qbone/qbone_session_base.cc", |
| 1641 | "quiche/quic/qbone/qbone_session_test.cc", |
| 1642 | "quiche/quic/qbone/qbone_stream.cc", |
| 1643 | "quiche/quic/qbone/qbone_stream_test.cc" |
vasilvv | 4a0a152 | 2022-09-26 13:12:57 -0700 | [diff] [blame] | 1644 | ], |
QUICHE team | a11ebd4 | 2023-03-20 13:38:42 -0700 | [diff] [blame] | 1645 | "blind_sign_auth_hdrs": [ |
QUICHE team | a11ebd4 | 2023-03-20 13:38:42 -0700 | [diff] [blame] | 1646 | "quiche/blind_sign_auth/blind_sign_auth.h", |
| 1647 | "quiche/blind_sign_auth/blind_sign_auth_interface.h", |
elburrito | 9deadd5 | 2023-08-29 15:03:22 -0700 | [diff] [blame] | 1648 | "quiche/blind_sign_auth/blind_sign_auth_protos.h", |
elburrito | e8a887b | 2024-03-11 13:06:48 -0700 | [diff] [blame] | 1649 | "quiche/blind_sign_auth/blind_sign_message_interface.h", |
QUICHE team | a9d887c | 2024-04-23 12:12:43 -0700 | [diff] [blame] | 1650 | "quiche/blind_sign_auth/blind_sign_message_response.h", |
QUICHE team | a11ebd4 | 2023-03-20 13:38:42 -0700 | [diff] [blame] | 1651 | "quiche/blind_sign_auth/cached_blind_sign_auth.h", |
| 1652 | "quiche/blind_sign_auth/test_tools/mock_blind_sign_auth_interface.h", |
QUICHE team | a9d887c | 2024-04-23 12:12:43 -0700 | [diff] [blame] | 1653 | "quiche/blind_sign_auth/test_tools/mock_blind_sign_message_interface.h" |
QUICHE team | a11ebd4 | 2023-03-20 13:38:42 -0700 | [diff] [blame] | 1654 | ], |
| 1655 | "blind_sign_auth_srcs": [ |
QUICHE team | a11ebd4 | 2023-03-20 13:38:42 -0700 | [diff] [blame] | 1656 | "quiche/blind_sign_auth/blind_sign_auth.cc", |
QUICHE team | a9d887c | 2024-04-23 12:12:43 -0700 | [diff] [blame] | 1657 | "quiche/blind_sign_auth/blind_sign_message_response.cc", |
QUICHE team | a11ebd4 | 2023-03-20 13:38:42 -0700 | [diff] [blame] | 1658 | "quiche/blind_sign_auth/cached_blind_sign_auth.cc" |
| 1659 | ], |
| 1660 | "blind_sign_auth_tests_hdrs": [ |
| 1661 | |
| 1662 | ], |
| 1663 | "blind_sign_auth_tests_srcs": [ |
QUICHE team | a11ebd4 | 2023-03-20 13:38:42 -0700 | [diff] [blame] | 1664 | "quiche/blind_sign_auth/blind_sign_auth_test.cc", |
| 1665 | "quiche/blind_sign_auth/cached_blind_sign_auth_test.cc" |
| 1666 | ], |
| 1667 | "protobuf_blind_sign_auth": [ |
elburrito | f8495c9 | 2023-03-20 15:23:28 -0700 | [diff] [blame] | 1668 | "quiche/blind_sign_auth/proto/any.proto", |
QUICHE team | a11ebd4 | 2023-03-20 13:38:42 -0700 | [diff] [blame] | 1669 | "quiche/blind_sign_auth/proto/attestation.proto", |
| 1670 | "quiche/blind_sign_auth/proto/auth_and_sign.proto", |
elburrito | 7a957bd | 2023-09-05 17:59:45 -0700 | [diff] [blame] | 1671 | "quiche/blind_sign_auth/proto/blind_sign_auth_options.proto", |
QUICHE team | a11ebd4 | 2023-03-20 13:38:42 -0700 | [diff] [blame] | 1672 | "quiche/blind_sign_auth/proto/get_initial_data.proto", |
| 1673 | "quiche/blind_sign_auth/proto/key_services.proto", |
QUICHE team | 533439b | 2023-10-23 10:55:07 -0700 | [diff] [blame] | 1674 | "quiche/blind_sign_auth/proto/proxy_layer.proto", |
QUICHE team | a11ebd4 | 2023-03-20 13:38:42 -0700 | [diff] [blame] | 1675 | "quiche/blind_sign_auth/proto/public_metadata.proto", |
elburrito | 3953996 | 2023-09-21 10:28:13 -0700 | [diff] [blame] | 1676 | "quiche/blind_sign_auth/proto/spend_token_data.proto" |
QUICHE team | a11ebd4 | 2023-03-20 13:38:42 -0700 | [diff] [blame] | 1677 | ], |
vasilvv | 4a0a152 | 2022-09-26 13:12:57 -0700 | [diff] [blame] | 1678 | "libevent_hdrs": [ |
| 1679 | "quiche/quic/bindings/quic_libevent.h" |
| 1680 | ], |
| 1681 | "libevent_srcs": [ |
| 1682 | "quiche/quic/bindings/quic_libevent.cc", |
| 1683 | "quiche/quic/bindings/quic_libevent_test.cc" |
vasilvv | c531901 | 2022-10-04 11:42:18 -0700 | [diff] [blame] | 1684 | ], |
| 1685 | "linux_only_hdrs": [ |
| 1686 | "quiche/quic/core/batch_writer/quic_batch_writer_base.h", |
| 1687 | "quiche/quic/core/batch_writer/quic_batch_writer_buffer.h", |
| 1688 | "quiche/quic/core/batch_writer/quic_batch_writer_test.h", |
| 1689 | "quiche/quic/core/batch_writer/quic_gso_batch_writer.h", |
| 1690 | "quiche/quic/core/batch_writer/quic_sendmmsg_batch_writer.h", |
| 1691 | "quiche/quic/core/quic_linux_socket_utils.h" |
| 1692 | ], |
| 1693 | "linux_only_srcs": [ |
| 1694 | "quiche/quic/core/batch_writer/quic_batch_writer_base.cc", |
| 1695 | "quiche/quic/core/batch_writer/quic_batch_writer_buffer.cc", |
| 1696 | "quiche/quic/core/batch_writer/quic_gso_batch_writer.cc", |
| 1697 | "quiche/quic/core/batch_writer/quic_sendmmsg_batch_writer.cc", |
| 1698 | "quiche/quic/core/quic_linux_socket_utils.cc" |
| 1699 | ], |
| 1700 | "linux_only_tests_hdrs": [ |
| 1701 | |
| 1702 | ], |
| 1703 | "linux_only_tests_srcs": [ |
| 1704 | "quiche/quic/core/batch_writer/quic_batch_writer_buffer_test.cc", |
| 1705 | "quiche/quic/core/batch_writer/quic_batch_writer_test.cc", |
| 1706 | "quiche/quic/core/batch_writer/quic_gso_batch_writer_test.cc", |
| 1707 | "quiche/quic/core/batch_writer/quic_sendmmsg_batch_writer_test.cc", |
| 1708 | "quiche/quic/core/quic_linux_socket_utils_test.cc" |
QUICHE team | c0ff601 | 2022-05-16 07:06:16 -0700 | [diff] [blame] | 1709 | ] |
| 1710 | } |