diff options
Diffstat (limited to 'src/deps/skia/include/gpu/dawn/BUILD.bazel')
-rw-r--r-- | src/deps/skia/include/gpu/dawn/BUILD.bazel | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/deps/skia/include/gpu/dawn/BUILD.bazel b/src/deps/skia/include/gpu/dawn/BUILD.bazel new file mode 100644 index 000000000..8b93b918c --- /dev/null +++ b/src/deps/skia/include/gpu/dawn/BUILD.bazel @@ -0,0 +1,8 @@ +load("//bazel:macros.bzl", "generated_cc_atom") + +generated_cc_atom( + name = "GrDawnTypes_hdr", + hdrs = ["GrDawnTypes.h"], + visibility = ["//:__subpackages__"], + deps = ["//include/gpu:GrTypes_hdr"], +) |