aboutsummaryrefslogtreecommitdiff
path: root/src/deps/skia/include/ports/BUILD.bazel
blob: 4b9b65e079894e0d35c9c7b569af1e1c94f64e3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
load("//bazel:macros.bzl", "generated_cc_atom")

generated_cc_atom(
    name = "SkCFObject_hdr",
    hdrs = ["SkCFObject.h"],
    visibility = ["//:__subpackages__"],
    deps = ["//include/core:SkTypes_hdr"],
)

generated_cc_atom(
    name = "SkFontConfigInterface_hdr",
    hdrs = ["SkFontConfigInterface.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        "//include/core:SkFontStyle_hdr",
        "//include/core:SkRefCnt_hdr",
        "//include/core:SkStream_hdr",
        "//include/core:SkTypeface_hdr",
    ],
)

generated_cc_atom(
    name = "SkFontMgr_FontConfigInterface_hdr",
    hdrs = ["SkFontMgr_FontConfigInterface.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        "//include/core:SkRefCnt_hdr",
        "//include/core:SkTypes_hdr",
    ],
)

generated_cc_atom(
    name = "SkFontMgr_android_hdr",
    hdrs = ["SkFontMgr_android.h"],
    visibility = ["//:__subpackages__"],
    deps = ["//include/core:SkRefCnt_hdr"],
)

generated_cc_atom(
    name = "SkFontMgr_directory_hdr",
    hdrs = ["SkFontMgr_directory.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        "//include/core:SkRefCnt_hdr",
        "//include/core:SkTypes_hdr",
    ],
)

generated_cc_atom(
    name = "SkFontMgr_empty_hdr",
    hdrs = ["SkFontMgr_empty.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        "//include/core:SkRefCnt_hdr",
        "//include/core:SkTypes_hdr",
    ],
)

generated_cc_atom(
    name = "SkFontMgr_fontconfig_hdr",
    hdrs = ["SkFontMgr_fontconfig.h"],
    visibility = ["//:__subpackages__"],
    deps = ["//include/core:SkRefCnt_hdr"],
)

generated_cc_atom(
    name = "SkFontMgr_fuchsia_hdr",
    hdrs = ["SkFontMgr_fuchsia.h"],
    visibility = ["//:__subpackages__"],
    deps = ["//include/core:SkRefCnt_hdr"],
)

generated_cc_atom(
    name = "SkFontMgr_indirect_hdr",
    hdrs = ["SkFontMgr_indirect.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        ":SkRemotableFontMgr_hdr",
        "//include/core:SkFontMgr_hdr",
        "//include/core:SkRefCnt_hdr",
        "//include/core:SkTypeface_hdr",
        "//include/core:SkTypes_hdr",
        "//include/private:SkMutex_hdr",
        "//include/private:SkOnce_hdr",
        "//include/private:SkTArray_hdr",
    ],
)

generated_cc_atom(
    name = "SkFontMgr_mac_ct_hdr",
    hdrs = ["SkFontMgr_mac_ct.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        "//include/core:SkRefCnt_hdr",
        "//include/core:SkTypes_hdr",
    ],
)

generated_cc_atom(
    name = "SkImageGeneratorCG_hdr",
    hdrs = ["SkImageGeneratorCG.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        "//include/core:SkData_hdr",
        "//include/core:SkImageGenerator_hdr",
        "//include/core:SkTypes_hdr",
    ],
)

generated_cc_atom(
    name = "SkImageGeneratorNDK_hdr",
    hdrs = ["SkImageGeneratorNDK.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        "//include/core:SkData_hdr",
        "//include/core:SkImageGenerator_hdr",
        "//include/core:SkTypes_hdr",
    ],
)

generated_cc_atom(
    name = "SkImageGeneratorWIC_hdr",
    hdrs = ["SkImageGeneratorWIC.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        "//include/core:SkData_hdr",
        "//include/core:SkImageGenerator_hdr",
        "//include/core:SkTypes_hdr",
    ],
)

generated_cc_atom(
    name = "SkRemotableFontMgr_hdr",
    hdrs = ["SkRemotableFontMgr.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        "//include/core:SkFontStyle_hdr",
        "//include/core:SkRefCnt_hdr",
        "//include/core:SkTypes_hdr",
        "//include/private:SkTemplates_hdr",
    ],
)

generated_cc_atom(
    name = "SkTypeface_mac_hdr",
    hdrs = ["SkTypeface_mac.h"],
    visibility = ["//:__subpackages__"],
    deps = ["//include/core:SkTypeface_hdr"],
)

generated_cc_atom(
    name = "SkTypeface_win_hdr",
    hdrs = ["SkTypeface_win.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        "//include/core:SkTypeface_hdr",
        "//include/core:SkTypes_hdr",
    ],
)