blob: 84ec9c5132e0c09028dc5d95da3fd102ae4d3496 [file] [log] [blame]
{
"fuzz_cmd": {
"Condition": "tint_build_ir_binary && tint_build_ir_fuzzer",
/* 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" ]
}
}
}