summaryrefslogtreecommitdiff
path: root/etc/import/absl/log/internal/TARGETS.absl
blob: dce2c666e7ca36af29c2504a30b60e290e45abc0 (plain)
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
{ "check_impl":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["check_impl"]
  , "stage": ["absl", "log", "internal"]
  , "hdrs": ["check_impl.h"]
  , "deps":
    [ "check_op"
    , "conditions"
    , "log_message"
    , "strip"
    , ["absl/base", "core_headers"]
    ]
  }
, "check_op":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["check_op"]
  , "stage": ["absl", "log", "internal"]
  , "srcs": ["check_op.cc"]
  , "hdrs": ["check_op.h"]
  , "deps":
    [ "nullguard"
    , "nullstream"
    , "strip"
    , ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    , ["absl/strings", "strings"]
    ]
  }
, "conditions":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["conditions"]
  , "stage": ["absl", "log", "internal"]
  , "srcs": ["conditions.cc"]
  , "hdrs": ["conditions.h"]
  , "deps":
    [ "voidify"
    , ["absl/base", "base"]
    , ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    ]
  }
, "config":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["config"]
  , "stage": ["absl", "log", "internal"]
  , "hdrs": ["config.h"]
  , "deps": [["absl/base", "config"], ["absl/base", "core_headers"]]
  }
, "format":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["format"]
  , "stage": ["absl", "log", "internal"]
  , "srcs": ["log_format.cc"]
  , "hdrs": ["log_format.h"]
  , "deps":
    [ "append_truncated"
    , "config"
    , "globals"
    , ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    , ["absl/base", "log_severity"]
    , ["absl/strings", "strings"]
    , ["absl/strings", "str_format"]
    , ["absl/time", "time"]
    , ["absl/types", "span"]
    ]
  }
, "globals":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["globals"]
  , "stage": ["absl", "log", "internal"]
  , "srcs": ["globals.cc"]
  , "hdrs": ["globals.h"]
  , "deps":
    [ ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    , ["absl/base", "log_severity"]
    , ["absl/base", "raw_logging_internal"]
    , ["absl/strings", "strings"]
    , ["absl/time", "time"]
    ]
  }
, "log_impl":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["log_impl"]
  , "stage": ["absl", "log", "internal"]
  , "hdrs": ["log_impl.h"]
  , "deps": ["conditions", "log_message", "strip"]
  }
, "log_message":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["log_message"]
  , "stage": ["absl", "log", "internal"]
  , "srcs": ["log_message.cc"]
  , "hdrs": ["log_message.h"]
  , "deps":
    [ "append_truncated"
    , "format"
    , "globals"
    , "log_sink_set"
    , "nullguard"
    , "proto"
    , ["absl/base", "base"]
    , ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    , ["absl/base", "errno_saver"]
    , ["absl/base", "log_severity"]
    , ["absl/base", "raw_logging_internal"]
    , ["absl/base", "strerror"]
    , ["absl/container", "inlined_vector"]
    , ["absl/debugging", "examine_stack"]
    , ["absl/log", "globals"]
    , ["absl/log", "log_entry"]
    , ["absl/log", "log_sink"]
    , ["absl/log", "log_sink_registry"]
    , ["absl/memory", "memory"]
    , ["absl/strings", "strings"]
    , ["absl/time", "time"]
    , ["absl/types", "span"]
    ]
  }
, "append_truncated":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["append_truncated"]
  , "stage": ["absl", "log", "internal"]
  , "hdrs": ["append_truncated.h"]
  , "deps":
    [ ["absl/base", "config"]
    , ["absl/strings", "strings"]
    , ["absl/types", "span"]
    ]
  }
, "log_sink_set":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["log_sink_set"]
  , "stage": ["absl", "log", "internal"]
  , "srcs": ["log_sink_set.cc"]
  , "hdrs": ["log_sink_set.h"]
  , "deps":
    [ "config"
    , "globals"
    , ["absl/base", "base"]
    , ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    , ["absl/base", "log_severity"]
    , ["absl/base", "raw_logging_internal"]
    , ["absl/cleanup", "cleanup"]
    , ["absl/log", "globals"]
    , ["absl/log", "log_entry"]
    , ["absl/log", "log_sink"]
    , ["absl/strings", "strings"]
    , ["absl/synchronization", "synchronization"]
    , ["absl/types", "span"]
    ]
  }
, "nullguard":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["nullguard"]
  , "stage": ["absl", "log", "internal"]
  , "srcs": ["nullguard.cc"]
  , "hdrs": ["nullguard.h"]
  , "deps": [["absl/base", "config"], ["absl/base", "core_headers"]]
  }
, "nullstream":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["nullstream"]
  , "stage": ["absl", "log", "internal"]
  , "hdrs": ["nullstream.h"]
  , "deps":
    [ ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    , ["absl/base", "log_severity"]
    , ["absl/strings", "strings"]
    ]
  }
, "strip":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["strip"]
  , "stage": ["absl", "log", "internal"]
  , "hdrs": ["strip.h"]
  , "deps": ["log_message", "nullstream", ["absl/base", "log_severity"]]
  }
, "voidify":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["voidify"]
  , "stage": ["absl", "log", "internal"]
  , "hdrs": ["voidify.h"]
  , "deps": [["absl/base", "config"]]
  }
, "proto":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["proto"]
  , "stage": ["absl", "log", "internal"]
  , "srcs": ["proto.cc"]
  , "hdrs": ["proto.h"]
  , "deps":
    [ ["absl/base", "base"]
    , ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    , ["absl/strings", "strings"]
    , ["absl/types", "span"]
    ]
  }
}