Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index aba05be40b92fa6234669937ce3413d7ffc9f9f4..b26f54bb6403d0a92a115ce3424bf1874da0aa5a 100644 |
--- a/build/standalone.gypi |
+++ b/build/standalone.gypi |
@@ -389,7 +389,10 @@ |
'target_defaults': { |
'variables': { |
'v8_code%': '<(v8_code)', |
- 'clang_warning_flags': [], |
+ 'clang_warning_flags': [ |
+ # TODO(thakis): https://crbug.com/604888 |
+ '-Wno-undefined-var-template', |
+ ], |
'conditions':[ |
['OS=="android"', { |
'host_os%': '<(host_os)', |