83cee23c98
buildifier --lint=fix -r . Change-Id: I6a41858270d20137978f8271c8f6160b51120777 Bug: skia:12541 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/529751 Reviewed-by: Ben Wagner <bungeman@google.com>
29 lines
726 B
Python
29 lines
726 B
Python
load("//bazel:macros.bzl", "generated_cc_atom")
|
|
|
|
licenses(["notice"])
|
|
|
|
generated_cc_atom(
|
|
name = "SkPDFDocument_hdr",
|
|
hdrs = ["SkPDFDocument.h"],
|
|
visibility = ["//:__subpackages__"],
|
|
deps = [
|
|
"//include/core:SkColor_hdr",
|
|
"//include/core:SkDocument_hdr",
|
|
"//include/core:SkMilestone_hdr",
|
|
"//include/core:SkScalar_hdr",
|
|
"//include/core:SkString_hdr",
|
|
"//include/core:SkTime_hdr",
|
|
"//include/private:SkNoncopyable_hdr",
|
|
],
|
|
)
|
|
|
|
generated_cc_atom(
|
|
name = "SkXPSDocument_hdr",
|
|
hdrs = ["SkXPSDocument.h"],
|
|
visibility = ["//:__subpackages__"],
|
|
deps = [
|
|
"//include/core:SkDocument_hdr",
|
|
"//include/core:SkTypes_hdr",
|
|
],
|
|
)
|