Chromium Code Reviews| Index: call/BUILD.gn |
| diff --git a/call/BUILD.gn b/call/BUILD.gn |
| index 706d502b213577e0eb16732ad0ef9647c73fbdad..1b9670ec3c7bdce5f2c0f59a2b72d972741cc220 100644 |
| --- a/call/BUILD.gn |
| +++ b/call/BUILD.gn |
| @@ -143,6 +143,12 @@ rtc_source_set("video_stream_api") { |
| "video_send_stream.cc", |
| "video_send_stream.h", |
| ] |
| + |
| + 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 = [ |
| ":rtp_interfaces", |
| "../:webrtc_common", |