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

Unified Diff: net/BUILD.gn

Issue 2537773006: Extract a QuicSpdyServerStreamBase class for code sharing between QuicSimpleServerStream and GfeQui… (Closed)
Patch Set: Created 4 years 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.gypi » ('j') | net/tools/quic/quic_spdy_server_stream_base.h » ('J')
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 abd9c740dfe2d6957389f2b7cb590f8e97f4ab90..5754c479aefa04bc0dbb1e75a8582faddd784a0e 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1149,6 +1149,8 @@ source_set("simple_quic_tools") {
"tools/quic/quic_simple_server_stream.h",
"tools/quic/quic_spdy_client_stream.cc",
"tools/quic/quic_spdy_client_stream.h",
+ "tools/quic/quic_spdy_server_stream_base.cc",
+ "tools/quic/quic_spdy_server_stream_base.h",
"tools/quic/quic_time_wait_list_manager.cc",
"tools/quic/quic_time_wait_list_manager.h",
"tools/quic/stateless_rejector.cc",
« no previous file with comments | « no previous file | net/net.gypi » ('j') | net/tools/quic/quic_spdy_server_stream_base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698