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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | net/net.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 "//base", 1083 "//base",
1084 ] 1084 ]
1085 } 1085 }
1086 1086
1087 static_library("flip_in_mem_edsm_server_base") { 1087 static_library("flip_in_mem_edsm_server_base") {
1088 testonly = true 1088 testonly = true
1089 sources = [ 1089 sources = [
1090 "tools/flip_server/acceptor_thread.cc", 1090 "tools/flip_server/acceptor_thread.cc",
1091 "tools/flip_server/acceptor_thread.h", 1091 "tools/flip_server/acceptor_thread.h",
1092 "tools/flip_server/constants.h", 1092 "tools/flip_server/constants.h",
1093 "tools/flip_server/create_listener.cc",
1094 "tools/flip_server/create_listener.h",
1095 "tools/flip_server/flip_config.cc", 1093 "tools/flip_server/flip_config.cc",
1096 "tools/flip_server/flip_config.h", 1094 "tools/flip_server/flip_config.h",
1097 "tools/flip_server/http_interface.cc", 1095 "tools/flip_server/http_interface.cc",
1098 "tools/flip_server/http_interface.h", 1096 "tools/flip_server/http_interface.h",
1099 "tools/flip_server/mem_cache.cc", 1097 "tools/flip_server/mem_cache.cc",
1100 "tools/flip_server/mem_cache.h", 1098 "tools/flip_server/mem_cache.h",
1101 "tools/flip_server/output_ordering.cc", 1099 "tools/flip_server/output_ordering.cc",
1102 "tools/flip_server/output_ordering.h", 1100 "tools/flip_server/output_ordering.h",
1103 "tools/flip_server/ring_buffer.cc", 1101 "tools/flip_server/ring_buffer.cc",
1104 "tools/flip_server/ring_buffer.h", 1102 "tools/flip_server/ring_buffer.h",
1105 "tools/flip_server/sm_connection.cc", 1103 "tools/flip_server/sm_connection.cc",
1106 "tools/flip_server/sm_connection.h", 1104 "tools/flip_server/sm_connection.h",
1107 "tools/flip_server/sm_interface.h", 1105 "tools/flip_server/sm_interface.h",
1108 "tools/flip_server/spdy_interface.cc", 1106 "tools/flip_server/spdy_interface.cc",
1109 "tools/flip_server/spdy_interface.h", 1107 "tools/flip_server/spdy_interface.h",
1110 "tools/flip_server/spdy_ssl.cc", 1108 "tools/flip_server/spdy_ssl.cc",
1111 "tools/flip_server/spdy_ssl.h", 1109 "tools/flip_server/spdy_ssl.h",
1112 "tools/flip_server/spdy_util.cc", 1110 "tools/flip_server/spdy_util.cc",
1113 "tools/flip_server/spdy_util.h", 1111 "tools/flip_server/spdy_util.h",
1114 "tools/flip_server/streamer_interface.cc", 1112 "tools/flip_server/streamer_interface.cc",
1115 "tools/flip_server/streamer_interface.h", 1113 "tools/flip_server/streamer_interface.h",
1114 "tools/flip_server/tcp_socket_util.cc",
1115 "tools/flip_server/tcp_socket_util.h",
1116 "tools/flip_server/url_to_filename_encoder.cc", 1116 "tools/flip_server/url_to_filename_encoder.cc",
1117 "tools/flip_server/url_to_filename_encoder.h", 1117 "tools/flip_server/url_to_filename_encoder.h",
1118 "tools/flip_server/url_utilities.cc", 1118 "tools/flip_server/url_utilities.cc",
1119 "tools/flip_server/url_utilities.h", 1119 "tools/flip_server/url_utilities.h",
1120 ] 1120 ]
1121 deps = [ 1121 deps = [
1122 ":balsa", 1122 ":balsa",
1123 ":epoll_server", 1123 ":epoll_server",
1124 ":net", 1124 ":net",
1125 "//base", 1125 "//base",
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1733 } else { 1733 } else {
1734 sources -= [ "proxy/proxy_resolver_perftest.cc" ] 1734 sources -= [ "proxy/proxy_resolver_perftest.cc" ]
1735 } 1735 }
1736 } 1736 }
1737 1737
1738 buildflag_header("features") { 1738 buildflag_header("features") {
1739 header = "net_features.h" 1739 header = "net_features.h"
1740 1740
1741 flags = [ "ENABLE_BIDIRECTIONAL_STREAM=$enable_bidirectional_stream" ] 1741 flags = [ "ENABLE_BIDIRECTIONAL_STREAM=$enable_bidirectional_stream" ]
1742 } 1742 }
OLDNEW
« 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