diff --git a/test/fuzzers/BUILD.gn b/test/fuzzers/BUILD.gn index ce559359a6..068254d17d 100644 --- a/test/fuzzers/BUILD.gn +++ b/test/fuzzers/BUILD.gn @@ -538,9 +538,9 @@ webrtc_fuzzer_test("aec3_fuzzer") { ] deps = [ ":fuzz_data_helper", + "../../modules/audio_processing:api", "../../modules/audio_processing:audio_buffer", "../../modules/audio_processing/aec3", - "//modules/audio_processing:api", ] }