blob: 9fd90bc44d994c57c8ee6882088e9f499647391a [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy")
licenses(["notice"])
exports_files_legacy()
filegroup(
name = "srcs",
srcs = [
"RangeSelector.cpp",
"RangeSelector.h",
"SkottieShaper.cpp",
"SkottieShaper.h",
"TextAdapter.cpp",
"TextAdapter.h",
"TextAnimator.cpp",
"TextAnimator.h",
"TextValue.cpp",
"TextValue.h",
],
visibility = ["//modules/skottie/src:__pkg__"],
)