blob: 7145c9d1433d4e33f017679a4efcebbcafd3f1d6 [file]
load("//bazel:skia_rules.bzl", "skia_filegroup")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
skia_filegroup(
name = "srcs",
srcs = [
"Animator.cpp",
"Animator.h",
"KeyframeAnimator.cpp",
"KeyframeAnimator.h",
"ScalarKeyframeAnimator.cpp",
"ShapeKeyframeAnimator.cpp",
"TextKeyframeAnimator.cpp",
"Vec2KeyframeAnimator.cpp",
"VectorKeyframeAnimator.cpp",
"VectorKeyframeAnimator.h",
],
visibility = ["//modules/skottie/src:__pkg__"],
)