diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn index 950dfff370..9bf4da07ad 100644 --- a/webrtc/modules/audio_processing/BUILD.gn +++ b/webrtc/modules/audio_processing/BUILD.gn @@ -78,6 +78,9 @@ source_set("audio_processing") { "voice_detection_impl.h", ] + configs += [ "../..:common_config" ] + direct_dependent_configs = [ "../..:common_inherited_config" ] + defines = [] deps = []