| OLD | NEW |
| 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/config/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//build_overrides/v8.gni") | 10 import("//build_overrides/v8.gni") |
| (...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1092 "tools/flip_server/spdy_interface_test.cc", | 1092 "tools/flip_server/spdy_interface_test.cc", |
| 1093 "tools/flip_server/url_to_filename_encoder_unittest.cc", | 1093 "tools/flip_server/url_to_filename_encoder_unittest.cc", |
| 1094 "tools/flip_server/url_utilities_unittest.cc", | 1094 "tools/flip_server/url_utilities_unittest.cc", |
| 1095 ] | 1095 ] |
| 1096 deps = [ | 1096 deps = [ |
| 1097 ":balsa", | 1097 ":balsa", |
| 1098 ":flip_in_mem_edsm_server_base", | 1098 ":flip_in_mem_edsm_server_base", |
| 1099 ":net", | 1099 ":net", |
| 1100 ":test_support", | 1100 ":test_support", |
| 1101 "//build/config/sanitizers:deps", | 1101 "//build/config/sanitizers:deps", |
| 1102 "//testing/gmock", |
| 1102 "//testing/gtest", | 1103 "//testing/gtest", |
| 1103 "//testing/gmock", | |
| 1104 "//third_party/boringssl", | 1104 "//third_party/boringssl", |
| 1105 ] | 1105 ] |
| 1106 } | 1106 } |
| 1107 | 1107 |
| 1108 executable("flip_in_mem_edsm_server") { | 1108 executable("flip_in_mem_edsm_server") { |
| 1109 testonly = true | 1109 testonly = true |
| 1110 sources = [ | 1110 sources = [ |
| 1111 "tools/flip_server/flip_in_mem_edsm_server.cc", | 1111 "tools/flip_server/flip_in_mem_edsm_server.cc", |
| 1112 ] | 1112 ] |
| 1113 deps = [ | 1113 deps = [ |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1149 "//url", | 1149 "//url", |
| 1150 ] | 1150 ] |
| 1151 } | 1151 } |
| 1152 | 1152 |
| 1153 executable("epoll_quic_client") { | 1153 executable("epoll_quic_client") { |
| 1154 sources = [ | 1154 sources = [ |
| 1155 "tools/quic/quic_client_bin.cc", | 1155 "tools/quic/quic_client_bin.cc", |
| 1156 ] | 1156 ] |
| 1157 deps = [ | 1157 deps = [ |
| 1158 ":balsa", | 1158 ":balsa", |
| 1159 ":epoll_quic_tools", |
| 1159 ":epoll_server", | 1160 ":epoll_server", |
| 1160 ":epoll_quic_tools", | |
| 1161 ":net", | 1161 ":net", |
| 1162 ":simple_quic_tools", | 1162 ":simple_quic_tools", |
| 1163 "//base", | 1163 "//base", |
| 1164 "//build/config/sanitizers:deps", | 1164 "//build/config/sanitizers:deps", |
| 1165 "//third_party/boringssl", | 1165 "//third_party/boringssl", |
| 1166 ] | 1166 ] |
| 1167 } | 1167 } |
| 1168 | 1168 |
| 1169 executable("epoll_quic_server") { | 1169 executable("epoll_quic_server") { |
| 1170 sources = [ | 1170 sources = [ |
| 1171 "tools/quic/quic_server_bin.cc", | 1171 "tools/quic/quic_server_bin.cc", |
| 1172 ] | 1172 ] |
| 1173 deps = [ | 1173 deps = [ |
| 1174 ":balsa", | 1174 ":balsa", |
| 1175 ":epoll_quic_tools", |
| 1175 ":epoll_server", | 1176 ":epoll_server", |
| 1176 ":epoll_quic_tools", | |
| 1177 ":net", | 1177 ":net", |
| 1178 ":simple_quic_tools", | 1178 ":simple_quic_tools", |
| 1179 "//base", | 1179 "//base", |
| 1180 "//build/config/sanitizers:deps", | 1180 "//build/config/sanitizers:deps", |
| 1181 "//third_party/boringssl", | 1181 "//third_party/boringssl", |
| 1182 ] | 1182 ] |
| 1183 } | 1183 } |
| 1184 } | 1184 } |
| 1185 | 1185 |
| 1186 if (is_android) { | 1186 if (is_android) { |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1661 if (enable_websockets) { | 1661 if (enable_websockets) { |
| 1662 sources += [ "websockets/websocket_frame_perftest.cc" ] | 1662 sources += [ "websockets/websocket_frame_perftest.cc" ] |
| 1663 } | 1663 } |
| 1664 | 1664 |
| 1665 if (use_v8_in_net) { | 1665 if (use_v8_in_net) { |
| 1666 deps += [ ":net_with_v8" ] | 1666 deps += [ ":net_with_v8" ] |
| 1667 } else { | 1667 } else { |
| 1668 sources -= [ "proxy/proxy_resolver_perftest.cc" ] | 1668 sources -= [ "proxy/proxy_resolver_perftest.cc" ] |
| 1669 } | 1669 } |
| 1670 } | 1670 } |
| OLD | NEW |