blob: 5b903ba288e29073348d10939954d2cc911c02ab [file] [log] [blame]
{
"fuzz_cmd": {
/* Fuzzer has known false positive with ASAN in standalone builds */
"Condition": "tint_build_ir_binary && tint_build_ir_fuzzer && (!is_asan || build_with_chromium)",
/* The Tint fuzzer executable for IR-input. */
"OutputName": "tint_ir_fuzzer",
"AdditionalDependencies": {
/* Depend on all the fuzz targets to pull them all together. */
"Internal": [
"**:fuzz",
"utils/protos/ir_fuzz:proto"
],
"External": [ "libprotobuf-mutator" ]
}
}
}