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

Unified Diff: net/BUILD.gn

Issue 1684443002: flip_server: rename create_listener.* for clarity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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') | 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 7d9dd890cac8be193e4f9507b5c6070d62397282..3c062f47fef6e680899df706a42484824086afc5 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1090,8 +1090,6 @@ if (is_linux) {
"tools/flip_server/acceptor_thread.cc",
"tools/flip_server/acceptor_thread.h",
"tools/flip_server/constants.h",
- "tools/flip_server/create_listener.cc",
- "tools/flip_server/create_listener.h",
"tools/flip_server/flip_config.cc",
"tools/flip_server/flip_config.h",
"tools/flip_server/http_interface.cc",
@@ -1113,6 +1111,8 @@ if (is_linux) {
"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",
« no previous file with comments | « no previous file | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698