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