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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/quic/core/packet_number_indexed_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 33c06a17e2e51ff51825f4c31be7239bc6205ea3..231e6e8f90bee4a9c1c83de5752ffb3d3eb9efd6 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1228,6 +1228,7 @@ component("net") {
"quic/core/frames/quic_stream_frame.h",
"quic/core/frames/quic_window_update_frame.cc",
"quic/core/frames/quic_window_update_frame.h",
+ "quic/core/packet_number_indexed_queue.h",
"quic/core/quic_ack_listener_interface.cc",
"quic/core/quic_ack_listener_interface.h",
"quic/core/quic_alarm.cc",
@@ -4611,6 +4612,7 @@ test("net_unittests") {
"quic/core/crypto/quic_random_test.cc",
"quic/core/crypto/strike_register_test.cc",
"quic/core/frames/quic_frames_test.cc",
+ "quic/core/packet_number_indexed_queue_test.cc",
"quic/core/quic_alarm_test.cc",
"quic/core/quic_arena_scoped_ptr_test.cc",
"quic/core/quic_bandwidth_test.cc",
« 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