blob: 4882034ce547505c673d09331f9d9eb4bf0da88b [file] [log] [blame]
load("//bazel:skia_rules.bzl", "exports_files_legacy", "split_srcs_and_hdrs")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
exports_files_legacy()
TESTS_FILES = [
"SkParagraphTest.cpp",
"SkShaperJSONWriter.cpp",
"SkShaperJSONWriter.h",
"SkShaperJSONWriterTest.cpp",
]
split_srcs_and_hdrs(
name = "tests",
files = TESTS_FILES,
)