• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("//bazel:macros.bzl", "generated_cc_atom")
2
3filegroup(
4    name = "hdrs",
5    srcs = [
6        "SkShaper.h",
7    ],
8    visibility = ["//modules/skshaper:__pkg__"],
9)
10
11generated_cc_atom(
12    name = "SkShaper_hdr",
13    hdrs = ["SkShaper.h"],
14    visibility = ["//:__subpackages__"],
15    deps = [
16        "//include/core:SkFontMgr_hdr",
17        "//include/core:SkPoint_hdr",
18        "//include/core:SkRefCnt_hdr",
19        "//include/core:SkScalar_hdr",
20        "//include/core:SkTextBlob_hdr",
21        "//include/core:SkTypes_hdr",
22    ],
23)
24