blob: 253f137f592b10b33a35fde2acb4a63308aa013d [file] [log] [blame]
load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup")
licenses(["notice"])
exports_files_legacy()
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__"],
)