{ | |
"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" ] | |
} | |
} | |
} |