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.gn20
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/skottie/BUILD.gn b/modules/skottie/BUILD.gn
index dff355cf82..9442592968 100644
--- a/modules/skottie/BUILD.gn
+++ b/modules/skottie/BUILD.gn
@@ -40,6 +40,26 @@ source_set("skottie") {
}
}
+source_set("tests") {
+ if (skia_enable_skottie) {
+ testonly = true
+
+ configs += [
+ "../..:skia_private",
+ "../..:tests_config",
+ ]
+ sources = [
+ "src/SkottieTest.cpp",
+ ]
+
+ deps = [
+ ":skottie",
+ "../..:gpu_tool_utils",
+ "../..:skia",
+ ]
+ }
+}
+
source_set("fuzz") {
if (skia_enable_skottie) {
testonly = true