load("//bazel:macros.bzl", "exports_files_legacy", "skia_filegroup") package( default_applicable_licenses = ["//:license"], ) licenses(["notice"]) exports_files_legacy() # TODO(kjlubick) include metal build in Bazel skia_filegroup( name = "public_hdrs", srcs = [ "GrMtlBackendContext.h", "GrMtlBackendSemaphore.h", "GrMtlBackendSurface.h", "GrMtlDirectContext.h", "GrMtlTypes.h", "SkSurfaceMetal.h", ], visibility = [ "//include/gpu/ganesh:__pkg__", "//src/gpu/ganesh/mtl:__pkg__", ], )