aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2018-02-15 18:40:48 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-16 14:40:45 +0000
commit76a076bbdfe3e3837ff9e422d94124991062f583 (patch)
treedf8e5226b4811512a4774dea123d23183f1cfca1 /BUILD.gn
parentdb78cba957889285604aeacb75e47af4600880c4 (diff)
Generic "directory" viewer slide
This is a generalization of "skottie-dir", based on SkSG and operating at the Slide API level. For now it is only instantiated for Json slides, but could be used for other slide "directories" in the future. TBR= NOTRY=true Change-Id: If12429084bddeb172b234344f23eabcdadedcceb Reviewed-on: https://skia-review.googlesource.com/108002 Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by: 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 435bc12b79..d2cc7d0566 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1953,6 +1953,7 @@ if (skia_enable_tools) {
"tools/viewer/SampleSlide.cpp",
"tools/viewer/SkottieSlide.cpp",
"tools/viewer/SkottieSlide2.cpp",
+ "tools/viewer/SlideDir.cpp",
"tools/viewer/StatsLayer.cpp",
"tools/viewer/Viewer.cpp",
]