2022-01-11 12:35:26 +00:00
|
|
|
load("//bazel:macros.bzl", "generated_cc_atom")
|
|
|
|
|
|
|
|
generated_cc_atom(
|
|
|
|
name = "BackendTexture_hdr",
|
|
|
|
hdrs = ["BackendTexture.h"],
|
|
|
|
visibility = ["//:__subpackages__"],
|
|
|
|
deps = [
|
|
|
|
":GraphiteTypes_hdr",
|
|
|
|
":TextureInfo_hdr",
|
|
|
|
"//include/core:SkSize_hdr",
|
2022-04-08 19:12:24 +00:00
|
|
|
"//include/gpu/graphite/mtl:MtlTypes_hdr",
|
2022-01-11 12:35:26 +00:00
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
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",
|
2022-02-04 15:05:29 +00:00
|
|
|
"//include/private:SkNoncopyable_hdr",
|
2022-01-11 12:35:26 +00:00
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
generated_cc_atom(
|
|
|
|
name = "GraphiteTypes_hdr",
|
|
|
|
hdrs = ["GraphiteTypes.h"],
|
|
|
|
visibility = ["//:__subpackages__"],
|
2022-03-30 20:55:09 +00:00
|
|
|
deps = [
|
|
|
|
"//include/core:SkTypes_hdr",
|
|
|
|
"//include/gpu:GpuTypes_hdr",
|
|
|
|
],
|
2022-01-11 12:35:26 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
generated_cc_atom(
|
|
|
|
name = "Recorder_hdr",
|
|
|
|
hdrs = ["Recorder.h"],
|
|
|
|
visibility = ["//:__subpackages__"],
|
|
|
|
deps = [
|
|
|
|
"//include/core:SkRefCnt_hdr",
|
2022-02-09 18:14:25 +00:00
|
|
|
"//include/private:SingleOwner_hdr",
|
2022-01-11 12:35:26 +00:00
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
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",
|
2022-04-08 19:12:24 +00:00
|
|
|
"//include/private/gpu/graphite:MtlTypesPriv_hdr",
|
2022-01-11 12:35:26 +00:00
|
|
|
],
|
|
|
|
)
|