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

Unified Diff: net/BUILD.gn

Issue 1297853002: QUIC - reorganize common code between quic_client and quic_simple_client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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') | net/tools/quic/quic_client_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 7f84201f66f9968830f78320ccf3238c6ddc96c2..45eae763eb60a5fef3be33979cfb867cc48c7005 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1248,6 +1248,8 @@ if (is_android || is_linux) {
source_set("simple_quic_tools") {
sources = [
+ "tools/quic/quic_client_base.cc",
+ "tools/quic/quic_client_base.h",
"tools/quic/quic_client_session.cc",
"tools/quic/quic_client_session.h",
"tools/quic/quic_dispatcher.cc",
« no previous file with comments | « no previous file | net/net.gyp » ('j') | net/tools/quic/quic_client_base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698