| Index: webrtc/modules/desktop_capture/BUILD.gn
 | 
| diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
 | 
| index 7b8638a5506141882d93e69faed53de1041eb1f4..19bc2379c028fc859e5f55f54682d1c578153c37 100644
 | 
| --- a/webrtc/modules/desktop_capture/BUILD.gn
 | 
| +++ b/webrtc/modules/desktop_capture/BUILD.gn
 | 
| @@ -150,11 +150,6 @@ rtc_static_library("desktop_capture") {
 | 
|      ]
 | 
|    }
 | 
|  
 | 
| -  if (!build_with_chromium && is_clang) {
 | 
| -    # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
 | 
| -    suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
 | 
| -  }
 | 
| -
 | 
|    deps = [
 | 
|      ":primitives",
 | 
|      "../../base:rtc_base",  # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
 | 
| 
 |