diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn index 5725ec03df..833961a480 100644 --- a/webrtc/modules/audio_coding/BUILD.gn +++ b/webrtc/modules/audio_coding/BUILD.gn @@ -693,8 +693,9 @@ source_set("webrtc_opus") { configs += [ "../..:common_config" ] public_configs = [ "../..:common_inherited_config" ] - deps += [ rtc_opus_dir ] - forward_dependent_configs_from = [ rtc_opus_dir ] + public_deps = [ + rtc_opus_dir, + ] } else if (build_with_mozilla) { include_dirs = [ getenv("DIST") + "/include/opus" ] }