blob: ca822d14660232151f102ab84f8d285bbf5ce4d6 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy")
licenses(["notice"])
exports_files_legacy()
filegroup(
name = "srcs",
srcs = [
"Adapter.h",
"BlendModes.cpp",
"Camera.cpp",
"Camera.h",
"Composition.cpp",
"Composition.h",
"Layer.cpp",
"Layer.h",
"Path.cpp",
"Skottie.cpp",
"SkottieJson.cpp",
"SkottieJson.h",
"SkottiePriv.h",
"SkottieProperty.cpp",
"SkottieValue.h",
"Transform.cpp",
"Transform.h",
"//modules/skottie/src/animator:srcs",
"//modules/skottie/src/effects:srcs",
"//modules/skottie/src/layers:srcs",
"//modules/skottie/src/text:srcs",
],
visibility = ["//modules/skottie:__pkg__"],
)
filegroup(
name = "skottie_tool",
srcs = [
"SkottieTool.cpp",
],
visibility = ["//modules/skottie:__pkg__"],
)