| load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup") | |
| licenses(["notice"]) | |
| exports_files_legacy() | |
| # Not referenced by Bazel target. | |
| # for exporting to //gn/gpu.gni:skia_shared_mtl_sources. | |
| skia_filegroup( | |
| name = "shared_srcs", | |
| srcs = [ | |
| "MtlMemoryAllocatorImpl.h", | |
| "MtlMemoryAllocatorImpl.mm", | |
| "MtlUtils.mm", | |
| "MtlUtilsPriv.h", | |
| ], | |
| ) |