Sign in
skia
/
skia
/
89776b504a91d87586a7dd4824d82dc51bf31a3d
/
.
/
modules
/
skparagraph
/
utils
/
BUILD.bazel
blob: fbd8ed38e7d0a9f6420ce222ae17e7780394ad05 [
file
] [
log
] [
blame
]
load
(
"//bazel:macros.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
,
)