• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("//bazel:skia_rules.bzl", "skia_filegroup")
2
3package(
4    default_applicable_licenses = ["//:license"],
5)
6
7licenses(["notice"])
8
9# Not yet referenced by Bazel target.
10# Exported to //gn/gpu.gni:skia_direct3d_sources.
11skia_filegroup(
12    name = "public_hdrs",
13    srcs = [
14        "GrD3DBackendContext.h",
15        "GrD3DTypes.h",
16    ],
17)
18