blob: b17eadaf1f8c713a9dc173bb3bee919a34604c24 [file]
{
"condition": "tint_build_wgsl_reader",
"fuzz_cmd": {
/* The Tint fuzzer executable for WGSL-input. */
"OutputName": "tint_wgsl_fuzzer",
"AdditionalDependencies": {
/* Depend on all the fuzz targets to pull them all together. */
"Internal": [ "**:fuzz" ],
"External": [
"dxcompiler-for-fuzzer",
"mesa"
],
}
}
}