projects
/
platform
/
upstream
/
libSkiaSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fb0954
)
WAE on Macs too. That leaves only Android framework builds.
author
mtklein
<mtklein@chromium.org>
Mon, 15 Dec 2014 17:45:00 +0000
(09:45 -0800)
committer
Commit bot
<commit-bot@chromium.org>
Mon, 15 Dec 2014 17:45:00 +0000
(09:45 -0800)
Will rebase after yours lands.
BUG=skia:
Review URL: https://codereview.chromium.org/
804063002
gyp/common_variables.gypi
patch
|
blob
|
history
diff --git
a/gyp/common_variables.gypi
b/gyp/common_variables.gypi
index
67b40a5
..
c33defc
100644
(file)
--- a/
gyp/common_variables.gypi
+++ b/
gyp/common_variables.gypi
@@
-161,12
+161,10
@@
},
'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_warnings_as_errors%': 1,
- }, {
+ [ 'skia_android_framework', {
'skia_warnings_as_errors%': 0,
+ }, {
+ 'skia_warnings_as_errors%': 1,
}],
# This variable allows the user to customize the optimization level used