Chromium Code Reviews| Index: webrtc/base/base.gyp |
| diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp |
| index 9ba6afc39ef4870af6bbc3f6f44ef6de4e93bb8a..7db65593ad7b1810398e52b0e8d09372c1879a9e 100644 |
| --- a/webrtc/base/base.gyp |
| +++ b/webrtc/base/base.gyp |
| @@ -540,6 +540,17 @@ |
| 'WEBRTC_EXTERNAL_JSON', |
| ], |
| }], |
| + ['OS=="win" and clang==1', { |
| + 'msvs_settings': { |
| + 'VCCLCompilerTool': { |
| + 'AdditionalOptions': [ |
| + # Disable warnings failing when compiling with Clang on Windows. |
| + # https://bugs.chromium.org/p/webrtc/issues/detail?id=5366 |
| + '-Wno-missing-braces', |
| + ], |
| + }, |
| + }, |
| + }], |
| ], |
| }], |
| ['OS == "android"', { |