From e2aa7b6a554a92047b8426a7dddd0cf127fa1238 Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Wed, 6 Jun 2018 09:37:26 -0400 Subject: 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 Commit-Queue: Hal Canary Auto-Submit: Florin Malita Reviewed-by: Hal Canary --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD.gn') 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", -- cgit v1.2.3