Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6947857695543bc533c504bfdf181d2a582c5da9..4c7dedc6a235cfb0f5327097985d25ea595daf84 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3059,6 +3059,10 @@ |
['enable_wexit_time_destructors==1 and OS!="win"', { |
# 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/617318 |
+ 'variables': { 'clang_warning_flags': ['-Wno-nonportable-include-path']}, |
}], |
['chromium_code==0', { |
'variables': { |