aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn17
1 files changed, 17 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 31537cf744..a61bff7ea7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1320,6 +1320,21 @@ if (skia_enable_tools) {
]
}
+ test_lib("experimental_skotty") {
+ public_include_dirs = [ "experimental/skotty" ]
+ include_dirs = [ "tools" ]
+ sources = [
+ "experimental/skotty/Skotty.cpp",
+ "experimental/skotty/SkottyAnimator.cpp",
+ "experimental/skotty/SkottyProperties.cpp",
+ ]
+ deps = [
+ ":experimental_sksg",
+ ":skia",
+ "//third_party/jsoncpp",
+ ]
+ }
+
test_lib("experimental_svg_model") {
public_include_dirs = [ "experimental/svg/model" ]
sources = [
@@ -1877,6 +1892,7 @@ if (skia_enable_tools) {
"tools/viewer/ImageSlide.cpp",
"tools/viewer/SKPSlide.cpp",
"tools/viewer/SampleSlide.cpp",
+ "tools/viewer/SkottySlide.cpp",
"tools/viewer/StatsLayer.cpp",
"tools/viewer/Viewer.cpp",
]
@@ -1884,6 +1900,7 @@ if (skia_enable_tools) {
include_dirs = []
deps = [
+ ":experimental_skotty",
":flags",
":gm",
":gpu_tool_utils",