aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/skottie/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'modules/skottie/BUILD.gn')
-rw-r--r--modules/skottie/BUILD.gn18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/skottie/BUILD.gn b/modules/skottie/BUILD.gn
index 59223de916..26b48bc59d 100644
--- a/modules/skottie/BUILD.gn
+++ b/modules/skottie/BUILD.gn
@@ -58,3 +58,21 @@ source_set("fuzz") {
]
}
}
+
+source_set("tool") {
+ testonly = true
+
+ configs += [ "../..:skia_private" ]
+ sources = [
+ "src/SkottieTool.cpp",
+ ]
+
+ deps = [
+ "../..:flags",
+ "../..:skia",
+ ]
+
+ public_deps = [
+ ":skottie",
+ ]
+}