WAE on Macs too. That leaves only Android framework builds.

Will rebase after yours lands.

BUG=skia:

Review URL: https://codereview.chromium.org/804063002
This commit is contained in:
mtklein 2014-12-15 09:45:00 -08:00 committed by Commit bot
parent 8fb09548ec
commit 161b6dee11

View File

@ -161,12 +161,10 @@
}, },
'conditions': [ 'conditions': [
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "android", "win"] ' [ 'skia_android_framework', {
'and skia_android_framework == 0 or '
'skia_os == "mac" and skia_arch_width == 32', {
'skia_warnings_as_errors%': 1,
}, {
'skia_warnings_as_errors%': 0, 'skia_warnings_as_errors%': 0,
}, {
'skia_warnings_as_errors%': 1,
}], }],
# This variable allows the user to customize the optimization level used # This variable allows the user to customize the optimization level used