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

Will rebase after yours lands.

BUG=skia:

Committed: https://skia.googlesource.com/skia/+/161b6dee11a67e877ef5b339b17775b8e44c5927

Review URL: https://codereview.chromium.org/804063002
This commit is contained in:
mtklein 2014-12-15 10:38:42 -08:00 committed by Commit bot
parent 616e45194e
commit f19ec511b1

View File

@ -161,9 +161,8 @@
},
'conditions': [
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "android", "win"] '
'and skia_android_framework == 0 or '
'skia_os == "mac" and skia_arch_width == 32', {
[ 'skia_os in ["mac", "linux", "freebsd", "openbsd", "solaris", "android", "win"] '
'and skia_android_framework == 0', {
'skia_warnings_as_errors%': 1,
}, {
'skia_warnings_as_errors%': 0,