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

Unified Diff: net/BUILD.gn

Issue 475113005: Refactoring: Create per-connection packet writers in QuicDispatcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add new files to net/BUILD.gn Created 6 years, 4 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/net.gyp » ('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 aa2fb793c83e31e3284b31ea707f027c6eb51981..0fdacb54fbec6cb4de2e3bdbb6f90e8fbbb7fe30 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -993,6 +993,8 @@ if (is_linux) {
"tools/quic/quic_in_memory_cache.h",
"tools/quic/quic_packet_writer_wrapper.cc",
"tools/quic/quic_packet_writer_wrapper.h",
+ "tools/quic/quic_per_connection_packet_writer.cc",
+ "tools/quic/quic_per_connection_packet_writer.h",
"tools/quic/quic_server.cc",
"tools/quic/quic_server.h",
"tools/quic/quic_server_session.cc",
« no previous file with comments | « no previous file | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698