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/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 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
656 if (!disable_file_support) { | 656 if (!disable_file_support) { |
657 sources += [ | 657 sources += [ |
658 "test/url_request/url_request_mock_http_job.cc", | 658 "test/url_request/url_request_mock_http_job.cc", |
659 "test/url_request/url_request_mock_http_job.h", | 659 "test/url_request/url_request_mock_http_job.h", |
660 "url_request/test_url_request_interceptor.cc", | 660 "url_request/test_url_request_interceptor.cc", |
661 "url_request/test_url_request_interceptor.h", | 661 "url_request/test_url_request_interceptor.h", |
662 ] | 662 ] |
663 } | 663 } |
664 } | 664 } |
665 | 665 |
666 source_set("balsa") { | |
667 sources = [ | |
668 "tools/balsa/balsa_enums.h", | |
669 "tools/balsa/balsa_frame.cc", | |
670 "tools/balsa/balsa_frame.h", | |
671 "tools/balsa/balsa_headers.cc", | |
672 "tools/balsa/balsa_headers.h", | |
673 "tools/balsa/balsa_headers_token_utils.cc", | |
674 "tools/balsa/balsa_headers_token_utils.h", | |
675 "tools/balsa/balsa_visitor_interface.h", | |
676 "tools/balsa/http_message_constants.cc", | |
677 "tools/balsa/http_message_constants.h", | |
678 "tools/balsa/noop_balsa_visitor.h", | |
679 "tools/balsa/simple_buffer.cc", | |
680 "tools/balsa/simple_buffer.h", | |
681 "tools/balsa/string_piece_utils.h", | |
682 "tools/quic/spdy_balsa_utils.cc", | |
683 "tools/quic/spdy_balsa_utils.h", | |
684 ] | |
685 deps = [ | |
686 ":net", | |
687 "//base", | |
688 "//url", | |
689 ] | |
690 } | |
691 | |
692 if (use_v8_in_net) { | 666 if (use_v8_in_net) { |
693 component("net_with_v8") { | 667 component("net_with_v8") { |
694 sources = [ | 668 sources = [ |
695 "proxy/proxy_resolver_v8.cc", | 669 "proxy/proxy_resolver_v8.cc", |
696 "proxy/proxy_resolver_v8.h", | 670 "proxy/proxy_resolver_v8.h", |
697 "proxy/proxy_resolver_v8_tracing.cc", | 671 "proxy/proxy_resolver_v8_tracing.cc", |
698 "proxy/proxy_resolver_v8_tracing.h", | 672 "proxy/proxy_resolver_v8_tracing.h", |
699 "proxy/proxy_resolver_v8_tracing_wrapper.cc", | 673 "proxy/proxy_resolver_v8_tracing_wrapper.cc", |
700 "proxy/proxy_resolver_v8_tracing_wrapper.h", | 674 "proxy/proxy_resolver_v8_tracing_wrapper.h", |
701 "proxy/proxy_service_v8.cc", | 675 "proxy/proxy_service_v8.cc", |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1048 "tools/quic/quic_packet_reader.cc", | 1022 "tools/quic/quic_packet_reader.cc", |
1049 "tools/quic/quic_packet_reader.h", | 1023 "tools/quic/quic_packet_reader.h", |
1050 "tools/quic/quic_packet_writer_wrapper.cc", | 1024 "tools/quic/quic_packet_writer_wrapper.cc", |
1051 "tools/quic/quic_packet_writer_wrapper.h", | 1025 "tools/quic/quic_packet_writer_wrapper.h", |
1052 "tools/quic/quic_server.cc", | 1026 "tools/quic/quic_server.cc", |
1053 "tools/quic/quic_server.h", | 1027 "tools/quic/quic_server.h", |
1054 "tools/quic/quic_socket_utils.cc", | 1028 "tools/quic/quic_socket_utils.cc", |
1055 "tools/quic/quic_socket_utils.h", | 1029 "tools/quic/quic_socket_utils.h", |
1056 ] | 1030 ] |
1057 deps = [ | 1031 deps = [ |
1058 ":balsa", | |
1059 ":epoll_server", | 1032 ":epoll_server", |
1060 ":net", | 1033 ":net", |
1061 ":simple_quic_tools", | 1034 ":simple_quic_tools", |
1062 "//base", | 1035 "//base", |
1063 "//base/third_party/dynamic_annotations", | 1036 "//base/third_party/dynamic_annotations", |
1064 "//crypto", | 1037 "//crypto", |
1065 "//third_party/boringssl", | 1038 "//third_party/boringssl", |
1066 "//url", | 1039 "//url", |
1067 ] | 1040 ] |
1068 } | 1041 } |
1069 | 1042 |
1070 executable("epoll_quic_client") { | 1043 executable("epoll_quic_client") { |
1071 sources = [ | 1044 sources = [ |
1072 "tools/quic/quic_client_bin.cc", | 1045 "tools/quic/quic_client_bin.cc", |
1073 ] | 1046 ] |
1074 deps = [ | 1047 deps = [ |
1075 ":balsa", | |
1076 ":epoll_quic_tools", | 1048 ":epoll_quic_tools", |
1077 ":epoll_server", | 1049 ":epoll_server", |
1078 ":net", | 1050 ":net", |
1079 ":simple_quic_tools", | 1051 ":simple_quic_tools", |
1080 "//base", | 1052 "//base", |
1081 "//build/config/sanitizers:deps", | 1053 "//build/config/sanitizers:deps", |
1082 "//third_party/boringssl", | 1054 "//third_party/boringssl", |
1083 ] | 1055 ] |
1084 } | 1056 } |
1085 | 1057 |
1086 executable("epoll_quic_server") { | 1058 executable("epoll_quic_server") { |
1087 sources = [ | 1059 sources = [ |
1088 "tools/quic/quic_server_bin.cc", | 1060 "tools/quic/quic_server_bin.cc", |
1089 ] | 1061 ] |
1090 deps = [ | 1062 deps = [ |
1091 ":balsa", | |
1092 ":epoll_quic_tools", | 1063 ":epoll_quic_tools", |
1093 ":epoll_server", | 1064 ":epoll_server", |
1094 ":net", | 1065 ":net", |
1095 ":simple_quic_tools", | 1066 ":simple_quic_tools", |
1096 "//base", | 1067 "//base", |
1097 "//build/config/sanitizers:deps", | 1068 "//build/config/sanitizers:deps", |
1098 "//third_party/boringssl", | 1069 "//third_party/boringssl", |
1099 ] | 1070 ] |
1100 } | 1071 } |
1101 } | 1072 } |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1177 "tools/quic/quic_spdy_client_stream.cc", | 1148 "tools/quic/quic_spdy_client_stream.cc", |
1178 "tools/quic/quic_spdy_client_stream.h", | 1149 "tools/quic/quic_spdy_client_stream.h", |
1179 "tools/quic/quic_time_wait_list_manager.cc", | 1150 "tools/quic/quic_time_wait_list_manager.cc", |
1180 "tools/quic/quic_time_wait_list_manager.h", | 1151 "tools/quic/quic_time_wait_list_manager.h", |
1181 "tools/quic/stateless_rejector.cc", | 1152 "tools/quic/stateless_rejector.cc", |
1182 "tools/quic/stateless_rejector.h", | 1153 "tools/quic/stateless_rejector.h", |
1183 "tools/quic/synchronous_host_resolver.cc", | 1154 "tools/quic/synchronous_host_resolver.cc", |
1184 "tools/quic/synchronous_host_resolver.h", | 1155 "tools/quic/synchronous_host_resolver.h", |
1185 ] | 1156 ] |
1186 deps = [ | 1157 deps = [ |
1187 ":balsa", | |
1188 ":net", | 1158 ":net", |
1189 "//base", | 1159 "//base", |
1190 "//base/third_party/dynamic_annotations", | 1160 "//base/third_party/dynamic_annotations", |
1191 "//url", | 1161 "//url", |
1192 ] | 1162 ] |
1193 } | 1163 } |
1194 | 1164 |
1195 if (!is_ios) { | 1165 if (!is_ios) { |
1196 executable("quic_client") { | 1166 executable("quic_client") { |
1197 sources = [ | 1167 sources = [ |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1275 | 1245 |
1276 configs += [ | 1246 configs += [ |
1277 "//build/config:precompiled_headers", | 1247 "//build/config:precompiled_headers", |
1278 | 1248 |
1279 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1249 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
1280 "//build/config/compiler:no_size_t_to_int_warning", | 1250 "//build/config/compiler:no_size_t_to_int_warning", |
1281 ] | 1251 ] |
1282 defines = [] | 1252 defines = [] |
1283 | 1253 |
1284 deps = [ | 1254 deps = [ |
1285 ":balsa", | |
1286 ":extras", | 1255 ":extras", |
1287 ":net", | 1256 ":net", |
1288 ":simple_quic_tools", | 1257 ":simple_quic_tools", |
1289 ":test_support", | 1258 ":test_support", |
1290 "//base", | 1259 "//base", |
1291 "//base:i18n", | 1260 "//base:i18n", |
1292 "//base/third_party/dynamic_annotations", | 1261 "//base/third_party/dynamic_annotations", |
1293 "//crypto", | 1262 "//crypto", |
1294 "//crypto:platform", | 1263 "//crypto:platform", |
1295 "//crypto:test_support", | 1264 "//crypto:test_support", |
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2070 "http/http_security_headers_hpkp_report_only_fuzzer.cc", | 2039 "http/http_security_headers_hpkp_report_only_fuzzer.cc", |
2071 ] | 2040 ] |
2072 deps = [ | 2041 deps = [ |
2073 ":net_fuzzer_test_support", | 2042 ":net_fuzzer_test_support", |
2074 "//base", | 2043 "//base", |
2075 "//net", | 2044 "//net", |
2076 "//url", | 2045 "//url", |
2077 ] | 2046 ] |
2078 dict = "data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict" | 2047 dict = "data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict" |
2079 } | 2048 } |
OLD | NEW |