aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2017-12-31 11:08:42 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-31 18:44:29 +0000
commitfc043dcd552d293fc4d0da61562e3a7b755a640a (patch)
tree145a7df4e1549acbb3974f08de238714bb2564fb /BUILD.gn
parenta99d982e0d1f90e6aa26843773b445dcfa243b42 (diff)
[skotty] Add Json DM source
Generates a filmstrip with evenly distributed frames for a Skotty animation. TBR= Change-Id: Ia89e0d65d59fd5ab4ef221a231e9b3e0c033828a Reviewed-on: https://skia-review.googlesource.com/90025 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a61bff7ea7..8344b542b6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1503,6 +1503,7 @@ if (skia_enable_tools) {
include_dirs = [ "tests" ]
deps = [
":common_flags",
+ ":experimental_skotty",
":experimental_sksg",
":experimental_svg_model",
":flags",