Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
modules
/
skparagraph
/
utils
/
BUILD.bazel
blob: 01258784f2bbbd1cee8e5e55d65f16b32c60a560 [
file
] [
log
] [
blame
]
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
,
)