mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
Disable fuzzing without use_fuzzing_engine
Effectively upstreams https://chromium-review.googlesource.com/c/chromium/src/+/1775756 Change-Id: I112eddd9e5f22790a50bf7b340cf9202eeceebc3 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2148373 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
parent
3c44556cf1
commit
e5dbfa3363
@ -44,7 +44,7 @@ template("crashpad_fuzzer_test") {
|
||||
if (defined(invoker.seed_corpus)) {
|
||||
not_needed(invoker, [ "seed_corpus" ])
|
||||
}
|
||||
} else if (crashpad_is_in_chromium) {
|
||||
} else if (crashpad_is_in_chromium && use_fuzzing_engine) {
|
||||
# Append "crashpad_" to the beginning of the fuzzer's name to make it easier
|
||||
# in Chromium to recognize where fuzzer came from.
|
||||
forward_variables_from(invoker, "*")
|
||||
|
Loading…
x
Reference in New Issue
Block a user