| Index: webrtc/test/fuzzers/BUILD.gn
 | 
| diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
 | 
| index e9d771cc73fda560bb8aaf0e04d19eae4f1922ab..6035cd93af926d092cb0321989eabea109ed1cc6 100644
 | 
| --- a/webrtc/test/fuzzers/BUILD.gn
 | 
| +++ b/webrtc/test/fuzzers/BUILD.gn
 | 
| @@ -207,6 +207,7 @@ rtc_static_library("audio_decoder_fuzzer") {
 | 
|    ]
 | 
|    deps = [
 | 
|      "../..:webrtc_common",
 | 
| +    "../../api:optional",
 | 
|      "../../api/audio_codecs:audio_codecs_api",
 | 
|      "../../modules/rtp_rtcp",
 | 
|      "../../rtc_base:rtc_base_approved",
 | 
| @@ -369,6 +370,7 @@ webrtc_fuzzer_test("audio_processing_fuzzer") {
 | 
|      "audio_processing_fuzzer_configs.cc",
 | 
|    ]
 | 
|    deps = [
 | 
| +    "../../api:optional",
 | 
|      "../../modules:module_api",
 | 
|      "../../modules/audio_processing",
 | 
|      "../../rtc_base:rtc_base_approved",
 | 
| 
 |