blob: 39f035a56b868b400b88fb186049b5505ad92bcb [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
licenses(["notice"])
exports_files_legacy()
generated_cc_atom(
name = "BackendTexture_hdr",
hdrs = ["BackendTexture.h"],
visibility = ["//:__subpackages__"],
deps = [
":GraphiteTypes_hdr",
":TextureInfo_hdr",
"//include/core:SkSize_hdr",
"//include/gpu/graphite/mtl:MtlTypes_hdr",
],
)
generated_cc_atom(
name = "Context_hdr",
hdrs = ["Context.h"],
visibility = ["//:__subpackages__"],
deps = [
":GraphiteTypes_hdr",
"//include/core:SkBlendMode_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkShader_hdr",
"//include/core:SkTileMode_hdr",
"//include/private:SkNoncopyable_hdr",
],
)
generated_cc_atom(
name = "GraphiteTypes_hdr",
hdrs = ["GraphiteTypes.h"],
visibility = ["//:__subpackages__"],
deps = [
"//include/core:SkTypes_hdr",
"//include/gpu:GpuTypes_hdr",
],
)
generated_cc_atom(
name = "Recorder_hdr",
hdrs = ["Recorder.h"],
visibility = ["//:__subpackages__"],
deps = [
"//include/core:SkRefCnt_hdr",
"//include/private:SingleOwner_hdr",
],
)
generated_cc_atom(
name = "Recording_hdr",
hdrs = ["Recording.h"],
visibility = ["//:__subpackages__"],
deps = ["//include/core:SkRefCnt_hdr"],
)
generated_cc_atom(
name = "SkStuff_hdr",
hdrs = ["SkStuff.h"],
visibility = ["//:__subpackages__"],
deps = [
"//include/core:SkImageInfo_hdr",
"//include/core:SkRefCnt_hdr",
],
)
generated_cc_atom(
name = "TextureInfo_hdr",
hdrs = ["TextureInfo.h"],
visibility = ["//:__subpackages__"],
deps = [
":GraphiteTypes_hdr",
"//include/private/gpu/graphite:MtlTypesPriv_hdr",
],
)