aboutsummaryrefslogtreecommitdiff
path: root/src/deps/skia/include/gpu/d3d/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'src/deps/skia/include/gpu/d3d/BUILD.bazel')
-rw-r--r--src/deps/skia/include/gpu/d3d/BUILD.bazel21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/deps/skia/include/gpu/d3d/BUILD.bazel b/src/deps/skia/include/gpu/d3d/BUILD.bazel
new file mode 100644
index 000000000..77a38844f
--- /dev/null
+++ b/src/deps/skia/include/gpu/d3d/BUILD.bazel
@@ -0,0 +1,21 @@
+load("//bazel:macros.bzl", "generated_cc_atom")
+
+generated_cc_atom(
+ name = "GrD3DBackendContext_hdr",
+ hdrs = ["GrD3DBackendContext.h"],
+ visibility = ["//:__subpackages__"],
+ deps = [
+ ":GrD3DTypes_hdr",
+ "//include/gpu:GrTypes_hdr",
+ ],
+)
+
+generated_cc_atom(
+ name = "GrD3DTypes_hdr",
+ hdrs = ["GrD3DTypes.h"],
+ visibility = ["//:__subpackages__"],
+ deps = [
+ "//include/core:SkRefCnt_hdr",
+ "//include/gpu:GrTypes_hdr",
+ ],
+)