blob: 10122e645fe9f540594cd403da171a72383d0ed1 [file] [log] [blame]
load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "tests_srcs",
srcs = ["ShaperTest.cpp"],
)