| Index: webrtc/modules/audio_mixer/BUILD.gn
 | 
| diff --git a/webrtc/modules/audio_mixer/BUILD.gn b/webrtc/modules/audio_mixer/BUILD.gn
 | 
| index a266ae43fc3caa278ac7391d5616321acadd2530..c0e5bb554723ce044a36d16a68b80ea1ce640eb6 100644
 | 
| --- a/webrtc/modules/audio_mixer/BUILD.gn
 | 
| +++ b/webrtc/modules/audio_mixer/BUILD.gn
 | 
| @@ -29,12 +29,6 @@ rtc_source_set("audio_mixer") {
 | 
|  
 | 
|    public_configs = [ ":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.
 | 
| -    suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
 | 
| -  }
 | 
| -
 | 
|    deps = [
 | 
|      "../..:webrtc_common",
 | 
|      "../../base:rtc_base_approved",
 | 
| 
 |