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

Side by Side Diff: net/BUILD.gn

Issue 2877783003: Add a data structure that is structured in the same way as the UnackedPacketMap, in hope we can rep… (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | net/quic/core/packet_number_indexed_queue.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 "quic/core/frames/quic_padding_frame.h", 1221 "quic/core/frames/quic_padding_frame.h",
1222 "quic/core/frames/quic_ping_frame.h", 1222 "quic/core/frames/quic_ping_frame.h",
1223 "quic/core/frames/quic_rst_stream_frame.cc", 1223 "quic/core/frames/quic_rst_stream_frame.cc",
1224 "quic/core/frames/quic_rst_stream_frame.h", 1224 "quic/core/frames/quic_rst_stream_frame.h",
1225 "quic/core/frames/quic_stop_waiting_frame.cc", 1225 "quic/core/frames/quic_stop_waiting_frame.cc",
1226 "quic/core/frames/quic_stop_waiting_frame.h", 1226 "quic/core/frames/quic_stop_waiting_frame.h",
1227 "quic/core/frames/quic_stream_frame.cc", 1227 "quic/core/frames/quic_stream_frame.cc",
1228 "quic/core/frames/quic_stream_frame.h", 1228 "quic/core/frames/quic_stream_frame.h",
1229 "quic/core/frames/quic_window_update_frame.cc", 1229 "quic/core/frames/quic_window_update_frame.cc",
1230 "quic/core/frames/quic_window_update_frame.h", 1230 "quic/core/frames/quic_window_update_frame.h",
1231 "quic/core/packet_number_indexed_queue.h",
1231 "quic/core/quic_ack_listener_interface.cc", 1232 "quic/core/quic_ack_listener_interface.cc",
1232 "quic/core/quic_ack_listener_interface.h", 1233 "quic/core/quic_ack_listener_interface.h",
1233 "quic/core/quic_alarm.cc", 1234 "quic/core/quic_alarm.cc",
1234 "quic/core/quic_alarm.h", 1235 "quic/core/quic_alarm.h",
1235 "quic/core/quic_alarm_factory.h", 1236 "quic/core/quic_alarm_factory.h",
1236 "quic/core/quic_arena_scoped_ptr.h", 1237 "quic/core/quic_arena_scoped_ptr.h",
1237 "quic/core/quic_bandwidth.cc", 1238 "quic/core/quic_bandwidth.cc",
1238 "quic/core/quic_bandwidth.h", 1239 "quic/core/quic_bandwidth.h",
1239 "quic/core/quic_blocked_writer_interface.h", 1240 "quic/core/quic_blocked_writer_interface.h",
1240 "quic/core/quic_buffer_allocator.cc", 1241 "quic/core/quic_buffer_allocator.cc",
(...skipping 3363 matching lines...) Expand 10 before | Expand all | Expand 10 after
4604 "quic/core/crypto/local_strike_register_client_test.cc", 4605 "quic/core/crypto/local_strike_register_client_test.cc",
4605 "quic/core/crypto/null_decrypter_test.cc", 4606 "quic/core/crypto/null_decrypter_test.cc",
4606 "quic/core/crypto/null_encrypter_test.cc", 4607 "quic/core/crypto/null_encrypter_test.cc",
4607 "quic/core/crypto/p256_key_exchange_test.cc", 4608 "quic/core/crypto/p256_key_exchange_test.cc",
4608 "quic/core/crypto/quic_compressed_certs_cache_test.cc", 4609 "quic/core/crypto/quic_compressed_certs_cache_test.cc",
4609 "quic/core/crypto/quic_crypto_client_config_test.cc", 4610 "quic/core/crypto/quic_crypto_client_config_test.cc",
4610 "quic/core/crypto/quic_crypto_server_config_test.cc", 4611 "quic/core/crypto/quic_crypto_server_config_test.cc",
4611 "quic/core/crypto/quic_random_test.cc", 4612 "quic/core/crypto/quic_random_test.cc",
4612 "quic/core/crypto/strike_register_test.cc", 4613 "quic/core/crypto/strike_register_test.cc",
4613 "quic/core/frames/quic_frames_test.cc", 4614 "quic/core/frames/quic_frames_test.cc",
4615 "quic/core/packet_number_indexed_queue_test.cc",
4614 "quic/core/quic_alarm_test.cc", 4616 "quic/core/quic_alarm_test.cc",
4615 "quic/core/quic_arena_scoped_ptr_test.cc", 4617 "quic/core/quic_arena_scoped_ptr_test.cc",
4616 "quic/core/quic_bandwidth_test.cc", 4618 "quic/core/quic_bandwidth_test.cc",
4617 "quic/core/quic_buffered_packet_store_test.cc", 4619 "quic/core/quic_buffered_packet_store_test.cc",
4618 "quic/core/quic_client_promised_info_test.cc", 4620 "quic/core/quic_client_promised_info_test.cc",
4619 "quic/core/quic_client_push_promise_index_test.cc", 4621 "quic/core/quic_client_push_promise_index_test.cc",
4620 "quic/core/quic_config_test.cc", 4622 "quic/core/quic_config_test.cc",
4621 "quic/core/quic_connection_test.cc", 4623 "quic/core/quic_connection_test.cc",
4622 "quic/core/quic_crypto_client_stream_test.cc", 4624 "quic/core/quic_crypto_client_stream_test.cc",
4623 "quic/core/quic_crypto_server_stream_test.cc", 4625 "quic/core/quic_crypto_server_stream_test.cc",
(...skipping 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after
5873 ] 5875 ]
5874 deps = [ 5876 deps = [
5875 ":net_fuzzer_test_support", 5877 ":net_fuzzer_test_support",
5876 ":test_support", 5878 ":test_support",
5877 "//base", 5879 "//base",
5878 "//net", 5880 "//net",
5879 ] 5881 ]
5880 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5882 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5881 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5883 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5882 } 5884 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/core/packet_number_indexed_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698