blob: 8728766b9c3db5e21c92c5b427e3cb8260cb3042 [file] [log] [blame]
{
"proto": {
"Condition": "tint_build_ir_binary && tint_build_ir_fuzzer",
"AdditionalDependencies": {
"Internal": [ "lang/core/ir/binary:proto" ]
}
},
"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" ],
"External": [ "libprotobuf-mutator" ]
}
}
}