{ | |
"fuzz_cmd": { | |
/* Fuzzer has known false positive with ASAN in standalone builds */ | |
"Condition": "tint_build_ir_binary && tint_build_ir_fuzzer && (!is_asan || build_with_chromium)", | |
/* 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", | |
"utils/protos/ir_fuzz:proto" | |
], | |
"External": [ "libprotobuf-mutator" ] | |
} | |
} | |
} |