Skip to content

Commit

Permalink
Wayland: use 'use_fuzzing_engine_with_lpm'
Browse files Browse the repository at this point in the history
In the future, multiple fuzzing engines (beyond libfuzzer) will support
libprotobuf-mutator, so we're moving to a more generic gn variable.

Bug: 1369919
Change-Id: Ia599996b7dc255623b56963cae5fc13447cc0ad7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4293094
Commit-Queue: Adrian Taylor <adetaylor@chromium.org>
Reviewed-by: Nic Hollingum <hollingum@google.com>
Cr-Commit-Position: refs/heads/main@{#1116274}
  • Loading branch information
adetaylor authored and Chromium LUCI CQ committed Mar 13, 2023
1 parent 69ee26f commit dd857f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/exo/wayland/fuzzer/BUILD.gn
Expand Up @@ -76,7 +76,7 @@ wayland_templater("corpus") {
script_override = "wayland_sequencer.py"
}

if (use_libfuzzer) {
if (use_fuzzing_engine_with_lpm) {
fuzzer_test("wayland_fuzzer") {
sources = [ "fuzzer.cc" ]

Expand Down

0 comments on commit dd857f2

Please sign in to comment.