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