Sign in
skia
/
skia
/
40008ca6a32536c6769666998c2a3ebb1481a3bf
/
.
/
include
/
pathops
/
BUILD.bazel
blob: 9ff82974c49535f1c6042a4a4884227c37664b69 [
file
] [
log
] [
blame
]
load
(
"//bazel:macros.bzl"
,
"exports_files_legacy"
,
"skia_filegroup"
)
licenses
([
"notice"
])
exports_files_legacy
()
skia_filegroup
(
name
=
"public_hdrs"
,
srcs
=
[
"SkPathOps.h"
,
],
visibility
=
[
"//include:__pkg__"
],
)