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

Unified Diff: net/BUILD.gn

Issue 1035533006: Unify the QUIC client classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ssize_t 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 49373d8cd1e160be3c6c9eeb29fcac755ec9fc48..7c701a894b292fa5cd7a1aabfb033162571be6dd 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1143,8 +1143,6 @@ if (is_linux) {
sources = [
"tools/quic/quic_client.cc",
"tools/quic/quic_client.h",
- "tools/quic/quic_client_session.cc",
- "tools/quic/quic_client_session.h",
"tools/quic/quic_default_packet_writer.cc",
"tools/quic/quic_default_packet_writer.h",
"tools/quic/quic_dispatcher.cc",
@@ -1167,8 +1165,6 @@ if (is_linux) {
"tools/quic/quic_server_session.h",
"tools/quic/quic_socket_utils.cc",
"tools/quic/quic_socket_utils.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",
@@ -1267,12 +1263,12 @@ source_set("quic_tools") {
}
source_set("simple_quic_tools") {
sources = [
+ "tools/quic/quic_client_session.cc",
+ "tools/quic/quic_client_session.h",
"tools/quic/quic_simple_client.cc",
"tools/quic/quic_simple_client.h",
- "tools/quic/quic_simple_client_session.cc",
- "tools/quic/quic_simple_client_session.h",
- "tools/quic/quic_simple_client_stream.cc",
- "tools/quic/quic_simple_client_stream.h",
+ "tools/quic/quic_spdy_client_stream.cc",
+ "tools/quic/quic_spdy_client_stream.h",
"tools/quic/synchronous_host_resolver.cc",
"tools/quic/synchronous_host_resolver.h",
]
« 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