load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup") package( default_applicable_licenses = ["//:license"], ) 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__"], )