Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 6947857695543bc533c504bfdf181d2a582c5da9..2acd755be127e7b2a87c7ac460ccf9785cd238b6 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -3060,6 +3060,10 @@ |
| # TODO: Enable on Windows too, http://crbug.com/404525 |
| 'variables': { 'clang_warning_flags': ['-Wexit-time-destructors']}, |
| }], |
| + ['"<!(python <(DEPTH)/tools/clang/scripts/update.py --print-revision)"!="270823-1"', { |
| + # TODO(thakis): https://crbug.com/604888 |
|
hans
2016/06/03 22:22:28
This looks like the wrong crbug?
Nico
2016/06/03 22:27:20
thanks; copypasta error
|
| + 'variables': { 'clang_warning_flags': ['-Wno-nonportable-include-path']}, |
| + }], |
| ['chromium_code==0', { |
| 'variables': { |
| 'clang_warning_flags': [ |