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

Unified Diff: net/BUILD.gn

Issue 361083002: Small cleanups to ported QuicServer and dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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/net.gypi » ('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 db3e631ddcb16bce843de9da0f64cb8efa61b60b..c18e40497c35bf55e67a3f0921c4c9c17467124d 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1021,33 +1021,6 @@ if (is_android || is_linux) {
# TODO(GYP) make this compile on Android, we need some native test deps done.
if (!is_android) {
-source_set("quic_tools") {
wtc 2014/07/02 01:01:40 Why are you deleting this?
dmz 2014/07/02 01:28:16 It's the equivalent to quic_ported_server in net.g
- sources = [
- "quic/quic_dispatcher.cc",
- "quic/quic_dispatcher.h",
- "quic/quic_in_memory_cache.cc",
- "quic/quic_in_memory_cache.h",
- "quic/quic_per_connection_packet_writer.cc",
- "quic/quic_per_connection_packet_writer.h",
- "quic/quic_server.cc",
- "quic/quic_server.h",
- "quic/quic_server_packet_writer.cc",
- "quic/quic_server_packet_writer.h",
- "quic/quic_server_session.cc",
- "quic/quic_server_session.h",
- "quic/quic_spdy_server_stream.cc",
- "quic/quic_spdy_server_stream.h",
- "quic/quic_time_wait_list_manager.cc",
- "quic/quic_time_wait_list_manager.h",
- ]
- deps = [
- ":net",
- "//base",
- "//base/third_party/dynamic_annotations",
- "//url",
- ]
-}
-
test("net_unittests") {
sources = gypi_values.net_test_sources
@@ -1057,7 +1030,6 @@ test("net_unittests") {
deps = [
":http_server",
":net",
- ":quic_tools",
":test_support",
"//base",
"//base:i18n",
@@ -1313,7 +1285,6 @@ test("net_unittests") {
executable("quic_server") {
sources = [ "quic/quic_server_bin.cc" ]
deps = [
- ":quic_tools",
":net",
"//base",
"//third_party/openssl",
« no previous file with comments | « no previous file | net/net.gyp » ('j') | net/net.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698