blob: 2053c8974029c2831a837998683e5da368bab815 [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",
"flutter_106433.png",
"mandrill_16.png",
"mandrill_512.png",
"mandrill_h1v1.jpg",
"map-shield.json",
"red_line.skp",
"test.ttc",
"test_glyphs-glyf_colr_1.ttf",
],
visibility = ["//:__subpackages__"],
)