Chromium Code Reviews| Index: webrtc/BUILD.gn |
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
| index b26d29f2ee6e2c7dd81873f774dbb097b8653244..c013b8c806410ba41fc012193e344f8b20552788 100644 |
| --- a/webrtc/BUILD.gn |
| +++ b/webrtc/BUILD.gn |
| @@ -238,6 +238,12 @@ source_set("webrtc_common") { |
| configs += [ ":common_config" ] |
| public_configs = [ ":common_inherited_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" ] |
|
tommi
2016/01/13 16:11:21
This line triggers the following error when trying
|
| + } |
| } |
| source_set("gtest_prod") { |