Sign in
skia
/
skia
/
chrome/m138
/
.
/
modules
/
skshaper
/
tests
/
BUILD.bazel
blob: cda1206cd61e15b1c9a1a548e2ca8fe881b50682 [
file
] [
log
] [
blame
]
load
(
"//bazel:skia_rules.bzl"
,
"skia_filegroup"
)
package
(
default_applicable_licenses
=
[
"//:license"
],
)
licenses
([
"notice"
])
skia_filegroup
(
name
=
"tests_srcs"
,
srcs
=
[
"ShaperTest.cpp"
],
)