Sign in
skia
/
skia
/
7880a8f62967bc8cd953538ba057d614e4e76a91
/
.
/
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
,
)