blob: bf0a6eb51d1b2e7526917aa5a27a9c3cc215490b [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy")
licenses(["notice"])
exports_files_legacy()
filegroup(
name = "test_assets",
srcs = [
"Bungee-Regular.ttf",
"NotoColorEmoji.ttf",
"NotoSerif-BoldItalic.ttf",
"NotoSerif-Regular.ttf",
"Roboto-Regular.otf",
"Roboto-Regular.woff",
"Roboto-Regular.woff2",
"animated_gif.json",
"audio_external.json",
"brickwork-texture.jpg",
"color_wheel.gif",
"color_wheel.webp",
"exif_rotated_heart.jpg",
"flightAnim.gif",
"mandrill_16.png",
"mandrill_512.png",
"mandrill_h1v1.jpg",
"map-shield.json",
"more_samples-glyf_colr_1.ttf",
"red_line.skp",
"test.ttc",
],
visibility = ["//:__subpackages__"],
)