Sign in
skia
/
skia
/
49b902e5fb9188919ac3f9b00efafe2e49391c7a
/
.
/
modules
/
skshaper
/
tests
/
BUILD.bazel
blob: 854b25061d629a2bd468ab05e69abd278efb5b3d [
file
] [
log
] [
blame
]
load
(
"//bazel:skia_rules.bzl"
,
"exports_files_legacy"
,
"skia_filegroup"
)
licenses
([
"notice"
])
exports_files_legacy
()
skia_filegroup
(
name
=
"tests_srcs"
,
srcs
=
[
"ShaperTest.cpp"
],
)