diff options
Diffstat (limited to 'src/deps/skia/include/pathops/BUILD.bazel')
-rw-r--r-- | src/deps/skia/include/pathops/BUILD.bazel | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/deps/skia/include/pathops/BUILD.bazel b/src/deps/skia/include/pathops/BUILD.bazel new file mode 100644 index 000000000..746a84434 --- /dev/null +++ b/src/deps/skia/include/pathops/BUILD.bazel @@ -0,0 +1,12 @@ +load("//bazel:macros.bzl", "generated_cc_atom") + +generated_cc_atom( + name = "SkPathOps_hdr", + hdrs = ["SkPathOps.h"], + visibility = ["//:__subpackages__"], + deps = [ + "//include/core:SkTypes_hdr", + "//include/private:SkTArray_hdr", + "//include/private:SkTDArray_hdr", + ], +) |