Index: build/common_untrusted.gypi |
=================================================================== |
--- build/common_untrusted.gypi (revision 154143) |
+++ build/common_untrusted.gypi (working copy) |
@@ -23,6 +23,7 @@ |
'NVALGRIND', |
], |
'compile_flags': [ |
+ # TODO(bbudge) Figure out why above 'clang = 1' doesn't fix this. |
dmichael (off chromium)
2012/08/30 17:50:41
I'm not a gyp-spert... but should this whole 'con
|
# Disable C++ 11 extensions. Chrome's OVERRIDE macro will generate |
# warnings that cause the build to fail. |
'-Wno-c++11-extensions', |