--- build/common.gypi 2014-08-11 19:38:56.000000000 -0700 +++ build/common.gypi.new 2014-08-11 17:35:10.000000000 -0700 @@ -412,7 +412,7 @@ # Use system libc++ instead of the default C++ library, usually libstdc++. # This is intended for iOS builds only. - 'use_system_libcxx%': 0, + 'use_system_libcxx%': 1, # Use a modified version of Clang to intercept allocated types and sizes # for allocated objects. clang_type_profiler=1 implies clang=1. @@ -1339,7 +1339,7 @@ # Disable fatal linker warnings, similarly to how we make it possible # to disable -Werror (e.g. for different toolchain versions). - 'disable_fatal_linker_warnings%': 0, + 'disable_fatal_linker_warnings%': 1, 'release_valgrind_build%': 0, @@ -1562,7 +1562,6 @@ ['os_posix==1 and OS!="mac" and OS!="ios"', { 'conditions': [ ['target_arch=="mipsel"', { - 'werror%': '', 'disable_nacl%': 1, 'nacl_untrusted_build%': 0, 'use_allocator%': 'none', @@ -1609,7 +1608,7 @@ # The Mac SDK is set for iOS builds and passed through to Mac # sub-builds. This allows the Mac sub-build SDK in an iOS build to be # overridden from the command line the same way it is for a Mac build. - 'mac_sdk%': '