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