blob: 689a0804ad66bd480127ea7713c1a55e6919f928 [file] [log] [blame]
load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
exports_files_legacy()
# Not yet referenced by Bazel target.
# Exported to //gn/gpu.gni:skia_direct3d_sources.
skia_filegroup(
name = "public_hdrs",
srcs = [
"GrD3DBackendContext.h",
"GrD3DTypes.h",
],
)