aboutsummaryrefslogtreecommitdiff
path: root/src/deps/skia/include/gpu/mtl/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'src/deps/skia/include/gpu/mtl/BUILD.bazel')
-rw-r--r--src/deps/skia/include/gpu/mtl/BUILD.bazel18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/deps/skia/include/gpu/mtl/BUILD.bazel b/src/deps/skia/include/gpu/mtl/BUILD.bazel
new file mode 100644
index 000000000..9881ff21f
--- /dev/null
+++ b/src/deps/skia/include/gpu/mtl/BUILD.bazel
@@ -0,0 +1,18 @@
+load("//bazel:macros.bzl", "generated_cc_atom")
+
+generated_cc_atom(
+ name = "GrMtlBackendContext_hdr",
+ hdrs = ["GrMtlBackendContext.h"],
+ visibility = ["//:__subpackages__"],
+ deps = [":GrMtlTypes_hdr"],
+)
+
+generated_cc_atom(
+ name = "GrMtlTypes_hdr",
+ hdrs = ["GrMtlTypes.h"],
+ visibility = ["//:__subpackages__"],
+ deps = [
+ "//include/gpu:GrTypes_hdr",
+ "//include/ports:SkCFObject_hdr",
+ ],
+)