| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 609422e88817cfdebfad6c9d8be0b372aee15f2a..963f9bc2935a25387bd7f41cd22e6836458f107d 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -3097,6 +3097,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)"!="266460-1"', {
|
| + # TODO(thakis): https://crbug.com/604888
|
| + 'variables': { 'clang_warning_flags': ['-Wno-undefined-var-template']},
|
| + }],
|
| ['chromium_code==0', {
|
| 'variables': {
|
| 'clang_warning_flags': [
|
|
|