Sign in
skia
/
skia
/
7880a8f62967bc8cd953538ba057d614e4e76a91
/
.
/
modules
/
skshaper
/
include
/
BUILD.bazel
blob: 9bce7f593fd88d15b014a51684057dbd90ced12a [
file
] [
log
] [
blame
]
load
(
"//bazel:skia_rules.bzl"
,
"exports_files_legacy"
,
"skia_filegroup"
)
licenses
([
"notice"
])
exports_files_legacy
()
skia_filegroup
(
name
=
"hdrs"
,
srcs
=
[
"SkShaper.h"
,
],
visibility
=
[
"//modules/skshaper:__pkg__"
],
)