aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2018-06-06 09:37:26 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-06 13:57:36 +0000
commite2aa7b6a554a92047b8426a7dddd0cf127fa1238 (patch)
tree0963635f842db6dafe93c65c95c419ffe716b479 /BUILD.gn
parent1b1a557d25a7d23aa11f23a2eae7b3560c49db7f (diff)
Build skottie_tool on Linux only
MoltenVK builds are failing on Mac. Let's limit skottie_tool to Linux for now, as that's the only platform Fiddle runs on. Change-Id: Icc94e0e380d6f1bc32888dcaaeb812dad082f625 Reviewed-on: https://skia-review.googlesource.com/132404 Commit-Queue: Florin Malita <fmalita@chromium.org> Commit-Queue: Hal Canary <halcanary@google.com> Auto-Submit: Florin Malita <fmalita@chromium.org> Reviewed-by: Hal Canary <halcanary@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4c53f0ca44..85d6694921 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1514,7 +1514,7 @@ if (skia_enable_tools) {
]
}
- if (is_linux || is_mac || is_win) {
+ if (is_linux) {
test_app("skottie_tool") {
deps = [
"modules/skottie:tool",