blob: ca794c83910f9b4507dab9c4854becc2019c17dd [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy")
licenses(["notice"])
exports_files_legacy()
filegroup(
name = "srcs",
srcs = [
"SkParticleBinding.cpp",
"SkParticleDrawable.cpp",
"SkParticleEffect.cpp",
"SkReflected.cpp",
],
visibility = ["//modules/particles:__pkg__"],
)