unplugged-system/external/skia/modules/skparagraph/utils/BUILD.bazel

16 lines
270 B
Python
Raw Normal View History

load("//bazel:skia_rules.bzl", "exports_files_legacy", "split_srcs_and_hdrs")
licenses(["notice"])
exports_files_legacy()
UTILS_FILES = [
"TestFontCollection.cpp",
"TestFontCollection.h",
]
split_srcs_and_hdrs(
name = "utils",
files = UTILS_FILES,
)