aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn8
1 files changed, 8 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 878ee46a55..4c53f0ca44 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1514,6 +1514,14 @@ if (skia_enable_tools) {
]
}
+ if (is_linux || is_mac || is_win) {
+ test_app("skottie_tool") {
+ deps = [
+ "modules/skottie:tool",
+ ]
+ }
+ }
+
if (target_cpu != "wasm") {
import("gn/samples.gni")
test_lib("samples") {