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

Unified Diff: net/net.gyp

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 | « net/DEPS ('k') | net/spdy/buffered_spdy_framer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 662840c33cdf722957971495687950f58860b655..de0f0bba509e48ad5e373e9389868a81ea67cadb 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -191,7 +191,6 @@
'dependencies': [
'epoll_quic_tools',
'epoll_server',
- 'flip_in_mem_edsm_server_base',
],
'sources': [
'<@(net_linux_test_sources)',
@@ -1260,89 +1259,6 @@
],
},
{
- 'target_name': 'flip_in_mem_edsm_server_base',
- 'type': 'static_library',
- 'cflags': [
- '-Wno-deprecated',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../third_party/boringssl/boringssl.gyp:boringssl',
- 'balsa',
- 'epoll_server',
- 'net',
- ],
- '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',
- ],
- },
- {
- 'target_name': 'flip_in_mem_edsm_server_unittests',
- 'type': 'executable',
- 'dependencies': [
- '../testing/gtest.gyp:gtest',
- '../testing/gmock.gyp:gmock',
- '../third_party/boringssl/boringssl.gyp:boringssl',
- 'flip_in_mem_edsm_server_base',
- 'net',
- 'net_test_support',
- ],
- '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',
- ],
- },
- {
- 'target_name': 'flip_in_mem_edsm_server',
- 'type': 'executable',
- 'cflags': [
- '-Wno-deprecated',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- 'flip_in_mem_edsm_server_base',
- 'net',
- ],
- 'sources': [
- 'tools/flip_server/flip_in_mem_edsm_server.cc',
- ],
- },
- {
'target_name': 'epoll_quic_tools',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « net/DEPS ('k') | net/spdy/buffered_spdy_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698