| { | |
| "fuzz_cmd": { | |
| /* 'tint_build_wgsl_reader' is needed for generating the corpus. */ | |
| "condition": "tint_build_ir_binary && tint_build_wgsl_reader", | |
| /* 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", | |
| "cmd/fuzz/ir/helpers", | |
| "utils/protos/ir_fuzz:proto" | |
| ], | |
| "External": [ "libprotobuf-mutator" ] | |
| } | |
| } | |
| } |