36 lines
923 B
Python
36 lines
923 B
Python
load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup")
|
|
|
|
licenses(["notice"])
|
|
|
|
exports_files_legacy()
|
|
|
|
skia_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",
|
|
"RobotoSlab-VariableFont_wght.ttf",
|
|
"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__"],
|
|
)
|