Commit 369e5c8c authored by vogelheim's avatar vogelheim Committed by Commit bot

[build] Have one build target for all v8 fuzzers.

R=machenbach@chromium.org, ahaas@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2632493002
Cr-Commit-Position: refs/heads/master@{#42310}
parent eb04a25f
...@@ -2504,14 +2504,10 @@ group("gn_all") { ...@@ -2504,14 +2504,10 @@ group("gn_all") {
deps = [ deps = [
":d8", ":d8",
":v8_fuzzers",
":v8_hello_world", ":v8_hello_world",
":v8_parser_shell", ":v8_parser_shell",
":v8_sample_process", ":v8_sample_process",
":v8_simple_json_fuzzer",
":v8_simple_parser_fuzzer",
":v8_simple_regexp_fuzzer",
":v8_simple_wasm_asmjs_fuzzer",
":v8_simple_wasm_fuzzer",
"test:gn_all", "test:gn_all",
"tools:gn_all", "tools:gn_all",
] ]
...@@ -2525,6 +2521,26 @@ group("gn_all") { ...@@ -2525,6 +2521,26 @@ group("gn_all") {
} }
} }
group("v8_fuzzers") {
testonly = true
deps = [
":v8_simple_json_fuzzer",
":v8_simple_parser_fuzzer",
":v8_simple_regexp_fuzzer",
":v8_simple_wasm_asmjs_fuzzer",
":v8_simple_wasm_call_fuzzer",
":v8_simple_wasm_code_fuzzer",
":v8_simple_wasm_data_section_fuzzer",
":v8_simple_wasm_function_sigs_section_fuzzer",
":v8_simple_wasm_fuzzer",
":v8_simple_wasm_globals_section_fuzzer",
":v8_simple_wasm_imports_section_fuzzer",
":v8_simple_wasm_memory_section_fuzzer",
":v8_simple_wasm_names_section_fuzzer",
":v8_simple_wasm_types_section_fuzzer",
]
}
if (is_component_build) { if (is_component_build) {
v8_component("v8") { v8_component("v8") {
sources = [ sources = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment