| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index f151f108e7da6aba69f735ae9831c11d2869bfd3..9c87506a30afc0e25f447ed065048afd83d35251 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -223,7 +223,7 @@ config("common_config") {
|
| ]
|
| }
|
|
|
| - if (use_libfuzzer || use_drfuzz) {
|
| + if (use_libfuzzer || use_drfuzz || use_afl) {
|
| # Used in Chromium's overrides to disable logging
|
| defines += [ "WEBRTC_UNSAFE_FUZZER_MODE" ]
|
| }
|
| @@ -371,7 +371,7 @@ if (rtc_enable_protobuf) {
|
| }
|
| }
|
|
|
| -if (use_libfuzzer || use_drfuzz) {
|
| +if (use_libfuzzer || use_drfuzz || use_afl) {
|
| # This target is only here for gn to discover fuzzer build targets under
|
| # webrtc/test/fuzzers/.
|
| group("webrtc_fuzzers_dummy") {
|
|
|