| load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup") | |
| package( | |
| default_applicable_licenses = ["//:license"], | |
| ) | |
| licenses(["notice"]) | |
| exports_files_legacy() | |
| skia_filegroup( | |
| name = "public_hdrs", | |
| srcs = [ | |
| "MtlMemoryAllocator.h", | |
| ], | |
| visibility = [ | |
| "//include/gpu:__pkg__", | |
| "//src/gpu/ganesh/mtl:__pkg__", | |
| "//src/gpu/mtl:__pkg__", | |
| ], | |
| ) |