| Index: webrtc/sound/BUILD.gn
|
| diff --git a/webrtc/sound/BUILD.gn b/webrtc/sound/BUILD.gn
|
| index 82c6d778f19081aa9295174038d4e80af351d8bb..43decf8b7b079de1635e9be7aee83499351bb3ce 100644
|
| --- a/webrtc/sound/BUILD.gn
|
| +++ b/webrtc/sound/BUILD.gn
|
| @@ -28,6 +28,9 @@ static_library("rtc_sound") {
|
| "soundsystemproxy.h",
|
| ]
|
|
|
| + configs += [ "..:common_config" ]
|
| + public_configs = [ "..:common_inherited_config" ]
|
| +
|
| if (is_clang) {
|
| # Suppress warnings from Chrome's Clang plugins.
|
| # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
|
|
|