Sign in
skia
/
skia
/
47dac4b05613d740e71094a1220892f35ea4b0c8
/
.
/
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
,
)