Index: webrtc/modules/pacing/BUILD.gn |
diff --git a/webrtc/modules/pacing/BUILD.gn b/webrtc/modules/pacing/BUILD.gn |
index 03c33d5ea7bf787b06a7460f065d13e5236abc5c..cba0d3edc97a1775dcecad0092b60146020f9b9c 100644 |
--- a/webrtc/modules/pacing/BUILD.gn |
+++ b/webrtc/modules/pacing/BUILD.gn |
@@ -20,9 +20,8 @@ rtc_static_library("pacing") { |
"packet_router.h", |
] |
- if (is_clang) { |
- # Suppress warnings from Chrome's Clang plugins. |
- # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. |
+ 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" ] |
} |