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