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

Unified Diff: net/BUILD.gn

Issue 1031243002: Unify the QUIC dispatcher and make the QuicServer work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: QuicChromeServerDispatchPacketTest Created 5 years, 9 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 7978b3dbb52b7ebc00e004d9f2794a18c8242bec..904f02fb70b6f84e0bde8dc9c5fb19339626bcaa 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1145,8 +1145,6 @@ if (is_linux) {
"tools/quic/quic_client.h",
"tools/quic/quic_default_packet_writer.cc",
"tools/quic/quic_default_packet_writer.h",
- "tools/quic/quic_dispatcher.cc",
- "tools/quic/quic_dispatcher.h",
"tools/quic/quic_epoll_clock.cc",
"tools/quic/quic_epoll_clock.h",
"tools/quic/quic_epoll_connection_helper.cc",
@@ -1155,8 +1153,6 @@ if (is_linux) {
"tools/quic/quic_packet_reader.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_socket_utils.cc",
@@ -1229,8 +1225,6 @@ if (is_android || is_linux) {
# such as when all dependees are not buildable for the chosen OS.
source_set("quic_tools") {
sources = [
- "quic/quic_dispatcher.cc",
- "quic/quic_dispatcher.h",
"quic/quic_per_connection_packet_writer.cc",
"quic/quic_per_connection_packet_writer.h",
"quic/quic_server.cc",
@@ -1250,8 +1244,12 @@ source_set("simple_quic_tools") {
sources = [
"tools/quic/quic_client_session.cc",
"tools/quic/quic_client_session.h",
+ "tools/quic/quic_dispatcher.cc",
+ "tools/quic/quic_dispatcher.h",
"tools/quic/quic_in_memory_cache.cc",
"tools/quic/quic_in_memory_cache.h",
+ "tools/quic/quic_per_connection_packet_writer.cc",
+ "tools/quic/quic_per_connection_packet_writer.h",
"tools/quic/quic_server_session.cc",
"tools/quic/quic_server_session.h",
"tools/quic/quic_simple_client.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