Chromium Code Reviews| Index: webrtc/modules/audio_mixer/BUILD.gn |
| diff --git a/webrtc/modules/audio_mixer/BUILD.gn b/webrtc/modules/audio_mixer/BUILD.gn |
| index 3dd5e01b69fb644f0475aeb9d5ef85551d9b4ee4..1788a59481aa8187e9d538923f6a17142de2ebca 100644 |
| --- a/webrtc/modules/audio_mixer/BUILD.gn |
| +++ b/webrtc/modules/audio_mixer/BUILD.gn |
| @@ -32,12 +32,6 @@ source_set("audio_mixer") { |
| ":audio_conference_mixer_config", |
| ] |
| - if (is_clang) { |
| - # Suppress warnings from Chrome's Clang plugins. |
| - # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. |
| - configs -= [ "//build/config/clang:find_bad_constructs" ] |
| - } |
| - |
|
aleloi
2016/08/30 15:13:33
Now that //webrtc/common.h is fixed by kwiberg@, I
|
| deps = [ |
| "../..:webrtc_common", |
| "../../base:rtc_base_approved", |