aboutsummaryrefslogtreecommitdiff
path: root/src/deps/skia/include/third_party/skcms/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'src/deps/skia/include/third_party/skcms/BUILD.bazel')
-rw-r--r--src/deps/skia/include/third_party/skcms/BUILD.bazel7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/deps/skia/include/third_party/skcms/BUILD.bazel b/src/deps/skia/include/third_party/skcms/BUILD.bazel
new file mode 100644
index 000000000..0aef4dd49
--- /dev/null
+++ b/src/deps/skia/include/third_party/skcms/BUILD.bazel
@@ -0,0 +1,7 @@
+load("//bazel:macros.bzl", "generated_cc_atom")
+
+generated_cc_atom(
+ name = "skcms_hdr",
+ hdrs = ["skcms.h"],
+ visibility = ["//:__subpackages__"],
+)