Remove 'use_libfuzzer' from Skia.
We are trying to reduce use of 'use_libfuzzer' since we will soon be introducing another fuzzing engine, Centipede. For now, this should have no functional difference because the condition is also 'is_win' and we only use libfuzzer on Windows. Bug: 1369919 Change-Id: I256f62202aa48b3b46ca5d46d0092089efcfc9bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4291746 Reviewed-by: Jonathan Metzman <metzman@chromium.org> Commit-Queue: Jonathan Metzman <metzman@chromium.org> Commit-Queue: Adrian Taylor <adetaylor@chromium.org> Auto-Submit: Adrian Taylor <adetaylor@chromium.org> Cr-Commit-Position: refs/heads/main@{#1115256}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
8203698852
commit
38e040023f
@ -9,7 +9,7 @@ group("fuzzers") {
|
||||
|
||||
# Build Skia fuzzers from OSS-Fuzz on Windows since Windows is not supported by
|
||||
# OSS-Fuzz.
|
||||
if (is_win && use_libfuzzer) {
|
||||
if (is_win && use_fuzzing_engine) {
|
||||
source_set("skia_fuzzer_sources") {
|
||||
testonly = true
|
||||
sources = [
|
||||
|
Reference in New Issue
Block a user