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

Unified Diff: net/BUILD.gn

Issue 2169503002: Remove flip_server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « build/gn_migration.gypi ('k') | net/DEPS » ('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 2068aa333e698168d6eb48937ab4e0a6448cf0f7..ef793f70c23a3fd665e1ea46f8b87ca956f1cd60 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1077,87 +1077,6 @@ if (is_linux) {
]
}
- static_library("flip_in_mem_edsm_server_base") {
- testonly = true
- sources = [
- "tools/flip_server/acceptor_thread.cc",
- "tools/flip_server/acceptor_thread.h",
- "tools/flip_server/constants.h",
- "tools/flip_server/flip_config.cc",
- "tools/flip_server/flip_config.h",
- "tools/flip_server/http_interface.cc",
- "tools/flip_server/http_interface.h",
- "tools/flip_server/mem_cache.cc",
- "tools/flip_server/mem_cache.h",
- "tools/flip_server/output_ordering.cc",
- "tools/flip_server/output_ordering.h",
- "tools/flip_server/ring_buffer.cc",
- "tools/flip_server/ring_buffer.h",
- "tools/flip_server/sm_connection.cc",
- "tools/flip_server/sm_connection.h",
- "tools/flip_server/sm_interface.h",
- "tools/flip_server/spdy_interface.cc",
- "tools/flip_server/spdy_interface.h",
- "tools/flip_server/spdy_ssl.cc",
- "tools/flip_server/spdy_ssl.h",
- "tools/flip_server/spdy_util.cc",
- "tools/flip_server/spdy_util.h",
- "tools/flip_server/streamer_interface.cc",
- "tools/flip_server/streamer_interface.h",
- "tools/flip_server/tcp_socket_util.cc",
- "tools/flip_server/tcp_socket_util.h",
- "tools/flip_server/url_to_filename_encoder.cc",
- "tools/flip_server/url_to_filename_encoder.h",
- "tools/flip_server/url_utilities.cc",
- "tools/flip_server/url_utilities.h",
- ]
- deps = [
- ":balsa",
- ":epoll_server",
- ":net",
- "//base",
- "//third_party/boringssl",
- ]
- }
-
- executable("flip_in_mem_edsm_server_unittests") {
- testonly = true
- sources = [
- "tools/flip_server/flip_test_utils.cc",
- "tools/flip_server/flip_test_utils.h",
- "tools/flip_server/http_interface_test.cc",
- "tools/flip_server/mem_cache_test.cc",
- "tools/flip_server/run_all_tests.cc",
- "tools/flip_server/spdy_interface_test.cc",
- "tools/flip_server/url_to_filename_encoder_unittest.cc",
- "tools/flip_server/url_utilities_unittest.cc",
- ]
- deps = [
- ":balsa",
- ":flip_in_mem_edsm_server_base",
- ":net",
- ":test_support",
- "//build/config/sanitizers:deps",
- "//testing/gmock",
- "//testing/gtest",
- "//third_party/boringssl",
- ]
- }
-
- executable("flip_in_mem_edsm_server") {
- testonly = true
- sources = [
- "tools/flip_server/flip_in_mem_edsm_server.cc",
- ]
- deps = [
- ":balsa",
- ":flip_in_mem_edsm_server_base",
- ":net",
- "//base",
- "//build/config/sanitizers:deps",
- ]
- }
-
source_set("epoll_quic_tools") {
sources = [
"tools/quic/quic_client.cc",
@@ -1472,7 +1391,6 @@ test("net_unittests") {
deps += [
":epoll_quic_tools",
":epoll_server",
- ":flip_in_mem_edsm_server_base",
]
}
« no previous file with comments | « build/gn_migration.gypi ('k') | net/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698