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

Unified Diff: net/BUILD.gn

Issue 1521993006: Rename QuicSpdyServerStream to QuicSimpleServerStream. No behavior change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@109918216
Patch Set: correct NET_TOOLS_QUIC_QUIC_SIMPLE_SERVER_STREAM_H_ Created 5 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.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 425d939c0746b4c5c866ca65b7014bf8edaf2dd5..30c296b3ce03f750339a5cf11211f640bd6a9430 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1251,10 +1251,10 @@ source_set("simple_quic_tools") {
"tools/quic/quic_simple_server.h",
"tools/quic/quic_simple_server_packet_writer.cc",
"tools/quic/quic_simple_server_packet_writer.h",
+ "tools/quic/quic_simple_server_stream.cc",
+ "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.cc",
- "tools/quic/quic_spdy_server_stream.h",
"tools/quic/quic_time_wait_list_manager.cc",
"tools/quic/quic_time_wait_list_manager.h",
"tools/quic/synchronous_host_resolver.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