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

Unified Diff: net/BUILD.gn

Issue 2477703002: Remove now unused Balsa code. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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.gypi » ('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 57fd7be0cc6aae5e413176b45fb19b901158db33..a6d3eed2eac7ffaab2cbdf3bfc7a07067a765630 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -663,32 +663,6 @@ static_library("test_support") {
}
}
-source_set("balsa") {
- sources = [
- "tools/balsa/balsa_enums.h",
- "tools/balsa/balsa_frame.cc",
- "tools/balsa/balsa_frame.h",
- "tools/balsa/balsa_headers.cc",
- "tools/balsa/balsa_headers.h",
- "tools/balsa/balsa_headers_token_utils.cc",
- "tools/balsa/balsa_headers_token_utils.h",
- "tools/balsa/balsa_visitor_interface.h",
- "tools/balsa/http_message_constants.cc",
- "tools/balsa/http_message_constants.h",
- "tools/balsa/noop_balsa_visitor.h",
- "tools/balsa/simple_buffer.cc",
- "tools/balsa/simple_buffer.h",
- "tools/balsa/string_piece_utils.h",
- "tools/quic/spdy_balsa_utils.cc",
- "tools/quic/spdy_balsa_utils.h",
- ]
- deps = [
- ":net",
- "//base",
- "//url",
- ]
-}
-
if (use_v8_in_net) {
component("net_with_v8") {
sources = [
@@ -1055,7 +1029,6 @@ if (is_linux) {
"tools/quic/quic_socket_utils.h",
]
deps = [
- ":balsa",
":epoll_server",
":net",
":simple_quic_tools",
@@ -1072,7 +1045,6 @@ if (is_linux) {
"tools/quic/quic_client_bin.cc",
]
deps = [
- ":balsa",
":epoll_quic_tools",
":epoll_server",
":net",
@@ -1088,7 +1060,6 @@ if (is_linux) {
"tools/quic/quic_server_bin.cc",
]
deps = [
- ":balsa",
":epoll_quic_tools",
":epoll_server",
":net",
@@ -1184,7 +1155,6 @@ source_set("simple_quic_tools") {
"tools/quic/synchronous_host_resolver.h",
]
deps = [
- ":balsa",
":net",
"//base",
"//base/third_party/dynamic_annotations",
@@ -1282,7 +1252,6 @@ test("net_unittests") {
defines = []
deps = [
- ":balsa",
":extras",
":net",
":simple_quic_tools",
« no previous file with comments | « no previous file | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698