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

18 lines
331 B
Python
Raw Normal View History

load("//bazel:skia_rules.bzl", "exports_files_legacy", "split_srcs_and_hdrs")
licenses(["notice"])
exports_files_legacy()
TESTS_FILES = [
"SkParagraphTest.cpp",
"SkShaperJSONWriter.cpp",
"SkShaperJSONWriter.h",
"SkShaperJSONWriterTest.cpp",
]
split_srcs_and_hdrs(
name = "tests",
files = TESTS_FILES,
)