Imported Upstream version 1.27.0
[platform/upstream/grpc.git] / BUILD.gn
1 # GRPC Fuchsia GN build file
2
3 # This file has been automatically generated from a template file.
4 # Please look at the templates directory instead.
5 # This file can be regenerated from the template by running
6 # tools/buildgen/generate_projects.sh
7
8 # Copyright 2019 gRPC authors.
9 #
10 # Licensed under the Apache License, Version 2.0 (the "License");
11 # you may not use this file except in compliance with the License.
12 # You may obtain a copy of the License at
13 #
14 #     http://www.apache.org/licenses/LICENSE-2.0
15 #
16 # Unless required by applicable law or agreed to in writing, software
17 # distributed under the License is distributed on an "AS IS" BASIS,
18 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 # See the License for the specific language governing permissions and
20 # limitations under the License.
21
22 config("grpc_config") {
23   include_dirs = [
24     ".",
25     "include/",
26   ]
27   defines = [
28     "GRPC_USE_PROTO_LITE",
29     "GPR_SUPPORT_CHANNELS_FROM_FD",
30     "PB_FIELD_16BIT",
31   ]
32 }
33
34       
35   
36   source_set("address_sorting") {
37     sources = [
38         "third_party/address_sorting/address_sorting.c",
39         "third_party/address_sorting/address_sorting_internal.h",
40         "third_party/address_sorting/address_sorting_posix.c",
41         "third_party/address_sorting/address_sorting_windows.c",
42         "third_party/address_sorting/include/address_sorting/address_sorting.h",
43     ]
44     deps = [
45     ]
46     
47     public_configs = [
48       ":grpc_config",
49     ]
50     include_dirs = [
51         "third_party/address_sorting/include",
52     ]
53   }
54
55       
56   
57   source_set("gpr") {
58     sources = [
59         "include/grpc/impl/codegen/atm.h",
60         "include/grpc/impl/codegen/atm_gcc_atomic.h",
61         "include/grpc/impl/codegen/atm_gcc_sync.h",
62         "include/grpc/impl/codegen/atm_windows.h",
63         "include/grpc/impl/codegen/fork.h",
64         "include/grpc/impl/codegen/gpr_slice.h",
65         "include/grpc/impl/codegen/gpr_types.h",
66         "include/grpc/impl/codegen/log.h",
67         "include/grpc/impl/codegen/port_platform.h",
68         "include/grpc/impl/codegen/sync.h",
69         "include/grpc/impl/codegen/sync_custom.h",
70         "include/grpc/impl/codegen/sync_generic.h",
71         "include/grpc/impl/codegen/sync_posix.h",
72         "include/grpc/impl/codegen/sync_windows.h",
73         "include/grpc/support/alloc.h",
74         "include/grpc/support/atm.h",
75         "include/grpc/support/atm_gcc_atomic.h",
76         "include/grpc/support/atm_gcc_sync.h",
77         "include/grpc/support/atm_windows.h",
78         "include/grpc/support/cpu.h",
79         "include/grpc/support/log.h",
80         "include/grpc/support/log_windows.h",
81         "include/grpc/support/port_platform.h",
82         "include/grpc/support/string_util.h",
83         "include/grpc/support/sync.h",
84         "include/grpc/support/sync_custom.h",
85         "include/grpc/support/sync_generic.h",
86         "include/grpc/support/sync_posix.h",
87         "include/grpc/support/sync_windows.h",
88         "include/grpc/support/thd_id.h",
89         "include/grpc/support/time.h",
90         "src/core/lib/gpr/alloc.cc",
91         "src/core/lib/gpr/alloc.h",
92         "src/core/lib/gpr/arena.h",
93         "src/core/lib/gpr/atm.cc",
94         "src/core/lib/gpr/cpu_iphone.cc",
95         "src/core/lib/gpr/cpu_linux.cc",
96         "src/core/lib/gpr/cpu_posix.cc",
97         "src/core/lib/gpr/cpu_windows.cc",
98         "src/core/lib/gpr/env.h",
99         "src/core/lib/gpr/env_linux.cc",
100         "src/core/lib/gpr/env_posix.cc",
101         "src/core/lib/gpr/env_windows.cc",
102         "src/core/lib/gpr/log.cc",
103         "src/core/lib/gpr/log_android.cc",
104         "src/core/lib/gpr/log_linux.cc",
105         "src/core/lib/gpr/log_posix.cc",
106         "src/core/lib/gpr/log_windows.cc",
107         "src/core/lib/gpr/murmur_hash.cc",
108         "src/core/lib/gpr/murmur_hash.h",
109         "src/core/lib/gpr/spinlock.h",
110         "src/core/lib/gpr/string.cc",
111         "src/core/lib/gpr/string.h",
112         "src/core/lib/gpr/string_posix.cc",
113         "src/core/lib/gpr/string_util_windows.cc",
114         "src/core/lib/gpr/string_windows.cc",
115         "src/core/lib/gpr/string_windows.h",
116         "src/core/lib/gpr/sync.cc",
117         "src/core/lib/gpr/sync_posix.cc",
118         "src/core/lib/gpr/sync_windows.cc",
119         "src/core/lib/gpr/time.cc",
120         "src/core/lib/gpr/time_posix.cc",
121         "src/core/lib/gpr/time_precise.cc",
122         "src/core/lib/gpr/time_precise.h",
123         "src/core/lib/gpr/time_windows.cc",
124         "src/core/lib/gpr/tls.h",
125         "src/core/lib/gpr/tls_gcc.h",
126         "src/core/lib/gpr/tls_msvc.h",
127         "src/core/lib/gpr/tls_pthread.cc",
128         "src/core/lib/gpr/tls_pthread.h",
129         "src/core/lib/gpr/tmpfile.h",
130         "src/core/lib/gpr/tmpfile_msys.cc",
131         "src/core/lib/gpr/tmpfile_posix.cc",
132         "src/core/lib/gpr/tmpfile_windows.cc",
133         "src/core/lib/gpr/useful.h",
134         "src/core/lib/gpr/wrap_memcpy.cc",
135         "src/core/lib/gprpp/arena.cc",
136         "src/core/lib/gprpp/arena.h",
137         "src/core/lib/gprpp/atomic.h",
138         "src/core/lib/gprpp/fork.cc",
139         "src/core/lib/gprpp/fork.h",
140         "src/core/lib/gprpp/global_config.h",
141         "src/core/lib/gprpp/global_config_custom.h",
142         "src/core/lib/gprpp/global_config_env.cc",
143         "src/core/lib/gprpp/global_config_env.h",
144         "src/core/lib/gprpp/global_config_generic.h",
145         "src/core/lib/gprpp/host_port.cc",
146         "src/core/lib/gprpp/host_port.h",
147         "src/core/lib/gprpp/manual_constructor.h",
148         "src/core/lib/gprpp/map.h",
149         "src/core/lib/gprpp/memory.h",
150         "src/core/lib/gprpp/mpscq.cc",
151         "src/core/lib/gprpp/mpscq.h",
152         "src/core/lib/gprpp/sync.h",
153         "src/core/lib/gprpp/thd.h",
154         "src/core/lib/gprpp/thd_posix.cc",
155         "src/core/lib/gprpp/thd_windows.cc",
156         "src/core/lib/profiling/basic_timers.cc",
157         "src/core/lib/profiling/stap_timers.cc",
158         "src/core/lib/profiling/timers.h",
159     ]
160     deps = [
161         ":absl/container:inlined_vector",
162         ":absl/strings:strings",
163         ":absl/types:optional",
164     ]
165     
166     public_configs = [
167       ":grpc_config",
168     ]
169   }
170
171       
172   
173   source_set("grpc") {
174     sources = [
175         "include/grpc/byte_buffer.h",
176         "include/grpc/byte_buffer_reader.h",
177         "include/grpc/census.h",
178         "include/grpc/compression.h",
179         "include/grpc/fork.h",
180         "include/grpc/grpc.h",
181         "include/grpc/grpc_posix.h",
182         "include/grpc/grpc_security.h",
183         "include/grpc/grpc_security_constants.h",
184         "include/grpc/impl/codegen/atm.h",
185         "include/grpc/impl/codegen/atm_gcc_atomic.h",
186         "include/grpc/impl/codegen/atm_gcc_sync.h",
187         "include/grpc/impl/codegen/atm_windows.h",
188         "include/grpc/impl/codegen/byte_buffer.h",
189         "include/grpc/impl/codegen/byte_buffer_reader.h",
190         "include/grpc/impl/codegen/compression_types.h",
191         "include/grpc/impl/codegen/connectivity_state.h",
192         "include/grpc/impl/codegen/fork.h",
193         "include/grpc/impl/codegen/gpr_slice.h",
194         "include/grpc/impl/codegen/gpr_types.h",
195         "include/grpc/impl/codegen/grpc_types.h",
196         "include/grpc/impl/codegen/log.h",
197         "include/grpc/impl/codegen/port_platform.h",
198         "include/grpc/impl/codegen/propagation_bits.h",
199         "include/grpc/impl/codegen/slice.h",
200         "include/grpc/impl/codegen/status.h",
201         "include/grpc/impl/codegen/sync.h",
202         "include/grpc/impl/codegen/sync_custom.h",
203         "include/grpc/impl/codegen/sync_generic.h",
204         "include/grpc/impl/codegen/sync_posix.h",
205         "include/grpc/impl/codegen/sync_windows.h",
206         "include/grpc/load_reporting.h",
207         "include/grpc/slice.h",
208         "include/grpc/slice_buffer.h",
209         "include/grpc/status.h",
210         "include/grpc/support/workaround_list.h",
211         "src/core/ext/filters/census/grpc_context.cc",
212         "src/core/ext/filters/client_channel/backend_metric.cc",
213         "src/core/ext/filters/client_channel/backend_metric.h",
214         "src/core/ext/filters/client_channel/backup_poller.cc",
215         "src/core/ext/filters/client_channel/backup_poller.h",
216         "src/core/ext/filters/client_channel/channel_connectivity.cc",
217         "src/core/ext/filters/client_channel/client_channel.cc",
218         "src/core/ext/filters/client_channel/client_channel.h",
219         "src/core/ext/filters/client_channel/client_channel_channelz.cc",
220         "src/core/ext/filters/client_channel/client_channel_channelz.h",
221         "src/core/ext/filters/client_channel/client_channel_factory.cc",
222         "src/core/ext/filters/client_channel/client_channel_factory.h",
223         "src/core/ext/filters/client_channel/client_channel_plugin.cc",
224         "src/core/ext/filters/client_channel/connector.h",
225         "src/core/ext/filters/client_channel/global_subchannel_pool.cc",
226         "src/core/ext/filters/client_channel/global_subchannel_pool.h",
227         "src/core/ext/filters/client_channel/health/health_check_client.cc",
228         "src/core/ext/filters/client_channel/health/health_check_client.h",
229         "src/core/ext/filters/client_channel/http_connect_handshaker.cc",
230         "src/core/ext/filters/client_channel/http_connect_handshaker.h",
231         "src/core/ext/filters/client_channel/http_proxy.cc",
232         "src/core/ext/filters/client_channel/http_proxy.h",
233         "src/core/ext/filters/client_channel/lb_policy.cc",
234         "src/core/ext/filters/client_channel/lb_policy.h",
235         "src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc",
236         "src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h",
237         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc",
238         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h",
239         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h",
240         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc",
241         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc",
242         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h",
243         "src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc",
244         "src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h",
245         "src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc",
246         "src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc",
247         "src/core/ext/filters/client_channel/lb_policy/subchannel_list.h",
248         "src/core/ext/filters/client_channel/lb_policy/xds/cds.cc",
249         "src/core/ext/filters/client_channel/lb_policy/xds/xds.cc",
250         "src/core/ext/filters/client_channel/lb_policy/xds/xds.h",
251         "src/core/ext/filters/client_channel/lb_policy_factory.h",
252         "src/core/ext/filters/client_channel/lb_policy_registry.cc",
253         "src/core/ext/filters/client_channel/lb_policy_registry.h",
254         "src/core/ext/filters/client_channel/local_subchannel_pool.cc",
255         "src/core/ext/filters/client_channel/local_subchannel_pool.h",
256         "src/core/ext/filters/client_channel/parse_address.cc",
257         "src/core/ext/filters/client_channel/parse_address.h",
258         "src/core/ext/filters/client_channel/proxy_mapper.h",
259         "src/core/ext/filters/client_channel/proxy_mapper_registry.cc",
260         "src/core/ext/filters/client_channel/proxy_mapper_registry.h",
261         "src/core/ext/filters/client_channel/resolver.cc",
262         "src/core/ext/filters/client_channel/resolver.h",
263         "src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc",
264         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.cc",
265         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h",
266         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc",
267         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc",
268         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc",
269         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc",
270         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h",
271         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc",
272         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_libuv.cc",
273         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_posix.cc",
274         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_windows.cc",
275         "src/core/ext/filters/client_channel/resolver/dns/dns_resolver_selection.cc",
276         "src/core/ext/filters/client_channel/resolver/dns/dns_resolver_selection.h",
277         "src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc",
278         "src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc",
279         "src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h",
280         "src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc",
281         "src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc",
282         "src/core/ext/filters/client_channel/resolver_factory.h",
283         "src/core/ext/filters/client_channel/resolver_registry.cc",
284         "src/core/ext/filters/client_channel/resolver_registry.h",
285         "src/core/ext/filters/client_channel/resolver_result_parsing.cc",
286         "src/core/ext/filters/client_channel/resolver_result_parsing.h",
287         "src/core/ext/filters/client_channel/resolving_lb_policy.cc",
288         "src/core/ext/filters/client_channel/resolving_lb_policy.h",
289         "src/core/ext/filters/client_channel/retry_throttle.cc",
290         "src/core/ext/filters/client_channel/retry_throttle.h",
291         "src/core/ext/filters/client_channel/server_address.cc",
292         "src/core/ext/filters/client_channel/server_address.h",
293         "src/core/ext/filters/client_channel/service_config.cc",
294         "src/core/ext/filters/client_channel/service_config.h",
295         "src/core/ext/filters/client_channel/subchannel.cc",
296         "src/core/ext/filters/client_channel/subchannel.h",
297         "src/core/ext/filters/client_channel/subchannel_interface.h",
298         "src/core/ext/filters/client_channel/subchannel_pool_interface.cc",
299         "src/core/ext/filters/client_channel/subchannel_pool_interface.h",
300         "src/core/ext/filters/client_channel/xds/xds_api.cc",
301         "src/core/ext/filters/client_channel/xds/xds_api.h",
302         "src/core/ext/filters/client_channel/xds/xds_bootstrap.cc",
303         "src/core/ext/filters/client_channel/xds/xds_bootstrap.h",
304         "src/core/ext/filters/client_channel/xds/xds_channel.h",
305         "src/core/ext/filters/client_channel/xds/xds_channel_args.h",
306         "src/core/ext/filters/client_channel/xds/xds_channel_secure.cc",
307         "src/core/ext/filters/client_channel/xds/xds_client.cc",
308         "src/core/ext/filters/client_channel/xds/xds_client.h",
309         "src/core/ext/filters/client_channel/xds/xds_client_stats.cc",
310         "src/core/ext/filters/client_channel/xds/xds_client_stats.h",
311         "src/core/ext/filters/client_idle/client_idle_filter.cc",
312         "src/core/ext/filters/deadline/deadline_filter.cc",
313         "src/core/ext/filters/deadline/deadline_filter.h",
314         "src/core/ext/filters/http/client/http_client_filter.cc",
315         "src/core/ext/filters/http/client/http_client_filter.h",
316         "src/core/ext/filters/http/client_authority_filter.cc",
317         "src/core/ext/filters/http/client_authority_filter.h",
318         "src/core/ext/filters/http/http_filters_plugin.cc",
319         "src/core/ext/filters/http/message_compress/message_compress_filter.cc",
320         "src/core/ext/filters/http/message_compress/message_compress_filter.h",
321         "src/core/ext/filters/http/server/http_server_filter.cc",
322         "src/core/ext/filters/http/server/http_server_filter.h",
323         "src/core/ext/filters/max_age/max_age_filter.cc",
324         "src/core/ext/filters/max_age/max_age_filter.h",
325         "src/core/ext/filters/message_size/message_size_filter.cc",
326         "src/core/ext/filters/message_size/message_size_filter.h",
327         "src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc",
328         "src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h",
329         "src/core/ext/filters/workarounds/workaround_utils.cc",
330         "src/core/ext/filters/workarounds/workaround_utils.h",
331         "src/core/ext/transport/chttp2/alpn/alpn.cc",
332         "src/core/ext/transport/chttp2/alpn/alpn.h",
333         "src/core/ext/transport/chttp2/client/authority.cc",
334         "src/core/ext/transport/chttp2/client/authority.h",
335         "src/core/ext/transport/chttp2/client/chttp2_connector.cc",
336         "src/core/ext/transport/chttp2/client/chttp2_connector.h",
337         "src/core/ext/transport/chttp2/client/insecure/channel_create.cc",
338         "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc",
339         "src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc",
340         "src/core/ext/transport/chttp2/server/chttp2_server.cc",
341         "src/core/ext/transport/chttp2/server/chttp2_server.h",
342         "src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc",
343         "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc",
344         "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc",
345         "src/core/ext/transport/chttp2/transport/bin_decoder.cc",
346         "src/core/ext/transport/chttp2/transport/bin_decoder.h",
347         "src/core/ext/transport/chttp2/transport/bin_encoder.cc",
348         "src/core/ext/transport/chttp2/transport/bin_encoder.h",
349         "src/core/ext/transport/chttp2/transport/chttp2_plugin.cc",
350         "src/core/ext/transport/chttp2/transport/chttp2_transport.cc",
351         "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
352         "src/core/ext/transport/chttp2/transport/context_list.cc",
353         "src/core/ext/transport/chttp2/transport/context_list.h",
354         "src/core/ext/transport/chttp2/transport/flow_control.cc",
355         "src/core/ext/transport/chttp2/transport/flow_control.h",
356         "src/core/ext/transport/chttp2/transport/frame.h",
357         "src/core/ext/transport/chttp2/transport/frame_data.cc",
358         "src/core/ext/transport/chttp2/transport/frame_data.h",
359         "src/core/ext/transport/chttp2/transport/frame_goaway.cc",
360         "src/core/ext/transport/chttp2/transport/frame_goaway.h",
361         "src/core/ext/transport/chttp2/transport/frame_ping.cc",
362         "src/core/ext/transport/chttp2/transport/frame_ping.h",
363         "src/core/ext/transport/chttp2/transport/frame_rst_stream.cc",
364         "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
365         "src/core/ext/transport/chttp2/transport/frame_settings.cc",
366         "src/core/ext/transport/chttp2/transport/frame_settings.h",
367         "src/core/ext/transport/chttp2/transport/frame_window_update.cc",
368         "src/core/ext/transport/chttp2/transport/frame_window_update.h",
369         "src/core/ext/transport/chttp2/transport/hpack_encoder.cc",
370         "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
371         "src/core/ext/transport/chttp2/transport/hpack_parser.cc",
372         "src/core/ext/transport/chttp2/transport/hpack_parser.h",
373         "src/core/ext/transport/chttp2/transport/hpack_table.cc",
374         "src/core/ext/transport/chttp2/transport/hpack_table.h",
375         "src/core/ext/transport/chttp2/transport/http2_settings.cc",
376         "src/core/ext/transport/chttp2/transport/http2_settings.h",
377         "src/core/ext/transport/chttp2/transport/huffsyms.cc",
378         "src/core/ext/transport/chttp2/transport/huffsyms.h",
379         "src/core/ext/transport/chttp2/transport/incoming_metadata.cc",
380         "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
381         "src/core/ext/transport/chttp2/transport/internal.h",
382         "src/core/ext/transport/chttp2/transport/parsing.cc",
383         "src/core/ext/transport/chttp2/transport/stream_lists.cc",
384         "src/core/ext/transport/chttp2/transport/stream_map.cc",
385         "src/core/ext/transport/chttp2/transport/stream_map.h",
386         "src/core/ext/transport/chttp2/transport/varint.cc",
387         "src/core/ext/transport/chttp2/transport/varint.h",
388         "src/core/ext/transport/chttp2/transport/writing.cc",
389         "src/core/ext/transport/inproc/inproc_plugin.cc",
390         "src/core/ext/transport/inproc/inproc_transport.cc",
391         "src/core/ext/transport/inproc/inproc_transport.h",
392         "src/core/ext/upb-generated/envoy/api/v2/auth/cert.upb.c",
393         "src/core/ext/upb-generated/envoy/api/v2/auth/cert.upb.h",
394         "src/core/ext/upb-generated/envoy/api/v2/cds.upb.c",
395         "src/core/ext/upb-generated/envoy/api/v2/cds.upb.h",
396         "src/core/ext/upb-generated/envoy/api/v2/cluster/circuit_breaker.upb.c",
397         "src/core/ext/upb-generated/envoy/api/v2/cluster/circuit_breaker.upb.h",
398         "src/core/ext/upb-generated/envoy/api/v2/cluster/filter.upb.c",
399         "src/core/ext/upb-generated/envoy/api/v2/cluster/filter.upb.h",
400         "src/core/ext/upb-generated/envoy/api/v2/cluster/outlier_detection.upb.c",
401         "src/core/ext/upb-generated/envoy/api/v2/cluster/outlier_detection.upb.h",
402         "src/core/ext/upb-generated/envoy/api/v2/core/address.upb.c",
403         "src/core/ext/upb-generated/envoy/api/v2/core/address.upb.h",
404         "src/core/ext/upb-generated/envoy/api/v2/core/base.upb.c",
405         "src/core/ext/upb-generated/envoy/api/v2/core/base.upb.h",
406         "src/core/ext/upb-generated/envoy/api/v2/core/config_source.upb.c",
407         "src/core/ext/upb-generated/envoy/api/v2/core/config_source.upb.h",
408         "src/core/ext/upb-generated/envoy/api/v2/core/grpc_service.upb.c",
409         "src/core/ext/upb-generated/envoy/api/v2/core/grpc_service.upb.h",
410         "src/core/ext/upb-generated/envoy/api/v2/core/health_check.upb.c",
411         "src/core/ext/upb-generated/envoy/api/v2/core/health_check.upb.h",
412         "src/core/ext/upb-generated/envoy/api/v2/core/http_uri.upb.c",
413         "src/core/ext/upb-generated/envoy/api/v2/core/http_uri.upb.h",
414         "src/core/ext/upb-generated/envoy/api/v2/core/protocol.upb.c",
415         "src/core/ext/upb-generated/envoy/api/v2/core/protocol.upb.h",
416         "src/core/ext/upb-generated/envoy/api/v2/discovery.upb.c",
417         "src/core/ext/upb-generated/envoy/api/v2/discovery.upb.h",
418         "src/core/ext/upb-generated/envoy/api/v2/eds.upb.c",
419         "src/core/ext/upb-generated/envoy/api/v2/eds.upb.h",
420         "src/core/ext/upb-generated/envoy/api/v2/endpoint/endpoint.upb.c",
421         "src/core/ext/upb-generated/envoy/api/v2/endpoint/endpoint.upb.h",
422         "src/core/ext/upb-generated/envoy/api/v2/endpoint/load_report.upb.c",
423         "src/core/ext/upb-generated/envoy/api/v2/endpoint/load_report.upb.h",
424         "src/core/ext/upb-generated/envoy/service/discovery/v2/ads.upb.c",
425         "src/core/ext/upb-generated/envoy/service/discovery/v2/ads.upb.h",
426         "src/core/ext/upb-generated/envoy/service/load_stats/v2/lrs.upb.c",
427         "src/core/ext/upb-generated/envoy/service/load_stats/v2/lrs.upb.h",
428         "src/core/ext/upb-generated/envoy/type/http.upb.c",
429         "src/core/ext/upb-generated/envoy/type/http.upb.h",
430         "src/core/ext/upb-generated/envoy/type/percent.upb.c",
431         "src/core/ext/upb-generated/envoy/type/percent.upb.h",
432         "src/core/ext/upb-generated/envoy/type/range.upb.c",
433         "src/core/ext/upb-generated/envoy/type/range.upb.h",
434         "src/core/ext/upb-generated/gogoproto/gogo.upb.c",
435         "src/core/ext/upb-generated/gogoproto/gogo.upb.h",
436         "src/core/ext/upb-generated/google/api/annotations.upb.c",
437         "src/core/ext/upb-generated/google/api/annotations.upb.h",
438         "src/core/ext/upb-generated/google/api/http.upb.c",
439         "src/core/ext/upb-generated/google/api/http.upb.h",
440         "src/core/ext/upb-generated/google/protobuf/any.upb.c",
441         "src/core/ext/upb-generated/google/protobuf/any.upb.h",
442         "src/core/ext/upb-generated/google/protobuf/descriptor.upb.c",
443         "src/core/ext/upb-generated/google/protobuf/descriptor.upb.h",
444         "src/core/ext/upb-generated/google/protobuf/duration.upb.c",
445         "src/core/ext/upb-generated/google/protobuf/duration.upb.h",
446         "src/core/ext/upb-generated/google/protobuf/empty.upb.c",
447         "src/core/ext/upb-generated/google/protobuf/empty.upb.h",
448         "src/core/ext/upb-generated/google/protobuf/struct.upb.c",
449         "src/core/ext/upb-generated/google/protobuf/struct.upb.h",
450         "src/core/ext/upb-generated/google/protobuf/timestamp.upb.c",
451         "src/core/ext/upb-generated/google/protobuf/timestamp.upb.h",
452         "src/core/ext/upb-generated/google/protobuf/wrappers.upb.c",
453         "src/core/ext/upb-generated/google/protobuf/wrappers.upb.h",
454         "src/core/ext/upb-generated/google/rpc/status.upb.c",
455         "src/core/ext/upb-generated/google/rpc/status.upb.h",
456         "src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c",
457         "src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.h",
458         "src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c",
459         "src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.h",
460         "src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c",
461         "src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.h",
462         "src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c",
463         "src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h",
464         "src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c",
465         "src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.h",
466         "src/core/ext/upb-generated/udpa/data/orca/v1/orca_load_report.upb.c",
467         "src/core/ext/upb-generated/udpa/data/orca/v1/orca_load_report.upb.h",
468         "src/core/ext/upb-generated/validate/validate.upb.c",
469         "src/core/ext/upb-generated/validate/validate.upb.h",
470         "src/core/lib/avl/avl.cc",
471         "src/core/lib/avl/avl.h",
472         "src/core/lib/backoff/backoff.cc",
473         "src/core/lib/backoff/backoff.h",
474         "src/core/lib/channel/channel_args.cc",
475         "src/core/lib/channel/channel_args.h",
476         "src/core/lib/channel/channel_stack.cc",
477         "src/core/lib/channel/channel_stack.h",
478         "src/core/lib/channel/channel_stack_builder.cc",
479         "src/core/lib/channel/channel_stack_builder.h",
480         "src/core/lib/channel/channel_trace.cc",
481         "src/core/lib/channel/channel_trace.h",
482         "src/core/lib/channel/channelz.cc",
483         "src/core/lib/channel/channelz.h",
484         "src/core/lib/channel/channelz_registry.cc",
485         "src/core/lib/channel/channelz_registry.h",
486         "src/core/lib/channel/connected_channel.cc",
487         "src/core/lib/channel/connected_channel.h",
488         "src/core/lib/channel/context.h",
489         "src/core/lib/channel/handshaker.cc",
490         "src/core/lib/channel/handshaker.h",
491         "src/core/lib/channel/handshaker_factory.h",
492         "src/core/lib/channel/handshaker_registry.cc",
493         "src/core/lib/channel/handshaker_registry.h",
494         "src/core/lib/channel/status_util.cc",
495         "src/core/lib/channel/status_util.h",
496         "src/core/lib/compression/algorithm_metadata.h",
497         "src/core/lib/compression/compression.cc",
498         "src/core/lib/compression/compression_args.cc",
499         "src/core/lib/compression/compression_args.h",
500         "src/core/lib/compression/compression_internal.cc",
501         "src/core/lib/compression/compression_internal.h",
502         "src/core/lib/compression/message_compress.cc",
503         "src/core/lib/compression/message_compress.h",
504         "src/core/lib/compression/stream_compression.cc",
505         "src/core/lib/compression/stream_compression.h",
506         "src/core/lib/compression/stream_compression_gzip.cc",
507         "src/core/lib/compression/stream_compression_gzip.h",
508         "src/core/lib/compression/stream_compression_identity.cc",
509         "src/core/lib/compression/stream_compression_identity.h",
510         "src/core/lib/debug/stats.cc",
511         "src/core/lib/debug/stats.h",
512         "src/core/lib/debug/stats_data.cc",
513         "src/core/lib/debug/stats_data.h",
514         "src/core/lib/debug/trace.cc",
515         "src/core/lib/debug/trace.h",
516         "src/core/lib/gprpp/debug_location.h",
517         "src/core/lib/gprpp/inlined_vector.h",
518         "src/core/lib/gprpp/optional.h",
519         "src/core/lib/gprpp/orphanable.h",
520         "src/core/lib/gprpp/ref_counted.h",
521         "src/core/lib/gprpp/ref_counted_ptr.h",
522         "src/core/lib/gprpp/string_view.h",
523         "src/core/lib/http/format_request.cc",
524         "src/core/lib/http/format_request.h",
525         "src/core/lib/http/httpcli.cc",
526         "src/core/lib/http/httpcli.h",
527         "src/core/lib/http/httpcli_security_connector.cc",
528         "src/core/lib/http/parser.cc",
529         "src/core/lib/http/parser.h",
530         "src/core/lib/iomgr/block_annotate.h",
531         "src/core/lib/iomgr/buffer_list.cc",
532         "src/core/lib/iomgr/buffer_list.h",
533         "src/core/lib/iomgr/call_combiner.cc",
534         "src/core/lib/iomgr/call_combiner.h",
535         "src/core/lib/iomgr/cfstream_handle.cc",
536         "src/core/lib/iomgr/cfstream_handle.h",
537         "src/core/lib/iomgr/closure.h",
538         "src/core/lib/iomgr/combiner.cc",
539         "src/core/lib/iomgr/combiner.h",
540         "src/core/lib/iomgr/dynamic_annotations.h",
541         "src/core/lib/iomgr/endpoint.cc",
542         "src/core/lib/iomgr/endpoint.h",
543         "src/core/lib/iomgr/endpoint_cfstream.cc",
544         "src/core/lib/iomgr/endpoint_cfstream.h",
545         "src/core/lib/iomgr/endpoint_pair.h",
546         "src/core/lib/iomgr/endpoint_pair_posix.cc",
547         "src/core/lib/iomgr/endpoint_pair_uv.cc",
548         "src/core/lib/iomgr/endpoint_pair_windows.cc",
549         "src/core/lib/iomgr/error.cc",
550         "src/core/lib/iomgr/error.h",
551         "src/core/lib/iomgr/error_cfstream.cc",
552         "src/core/lib/iomgr/error_cfstream.h",
553         "src/core/lib/iomgr/error_internal.h",
554         "src/core/lib/iomgr/ev_epoll1_linux.cc",
555         "src/core/lib/iomgr/ev_epoll1_linux.h",
556         "src/core/lib/iomgr/ev_epollex_linux.cc",
557         "src/core/lib/iomgr/ev_epollex_linux.h",
558         "src/core/lib/iomgr/ev_poll_posix.cc",
559         "src/core/lib/iomgr/ev_poll_posix.h",
560         "src/core/lib/iomgr/ev_posix.cc",
561         "src/core/lib/iomgr/ev_posix.h",
562         "src/core/lib/iomgr/ev_windows.cc",
563         "src/core/lib/iomgr/exec_ctx.cc",
564         "src/core/lib/iomgr/exec_ctx.h",
565         "src/core/lib/iomgr/executor.cc",
566         "src/core/lib/iomgr/executor.h",
567         "src/core/lib/iomgr/executor/mpmcqueue.cc",
568         "src/core/lib/iomgr/executor/mpmcqueue.h",
569         "src/core/lib/iomgr/executor/threadpool.cc",
570         "src/core/lib/iomgr/executor/threadpool.h",
571         "src/core/lib/iomgr/fork_posix.cc",
572         "src/core/lib/iomgr/fork_windows.cc",
573         "src/core/lib/iomgr/gethostname.h",
574         "src/core/lib/iomgr/gethostname_fallback.cc",
575         "src/core/lib/iomgr/gethostname_host_name_max.cc",
576         "src/core/lib/iomgr/gethostname_sysconf.cc",
577         "src/core/lib/iomgr/grpc_if_nametoindex.h",
578         "src/core/lib/iomgr/grpc_if_nametoindex_posix.cc",
579         "src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc",
580         "src/core/lib/iomgr/internal_errqueue.cc",
581         "src/core/lib/iomgr/internal_errqueue.h",
582         "src/core/lib/iomgr/iocp_windows.cc",
583         "src/core/lib/iomgr/iocp_windows.h",
584         "src/core/lib/iomgr/iomgr.cc",
585         "src/core/lib/iomgr/iomgr.h",
586         "src/core/lib/iomgr/iomgr_custom.cc",
587         "src/core/lib/iomgr/iomgr_custom.h",
588         "src/core/lib/iomgr/iomgr_internal.cc",
589         "src/core/lib/iomgr/iomgr_internal.h",
590         "src/core/lib/iomgr/iomgr_posix.cc",
591         "src/core/lib/iomgr/iomgr_posix.h",
592         "src/core/lib/iomgr/iomgr_posix_cfstream.cc",
593         "src/core/lib/iomgr/iomgr_uv.cc",
594         "src/core/lib/iomgr/iomgr_windows.cc",
595         "src/core/lib/iomgr/is_epollexclusive_available.cc",
596         "src/core/lib/iomgr/is_epollexclusive_available.h",
597         "src/core/lib/iomgr/load_file.cc",
598         "src/core/lib/iomgr/load_file.h",
599         "src/core/lib/iomgr/lockfree_event.cc",
600         "src/core/lib/iomgr/lockfree_event.h",
601         "src/core/lib/iomgr/logical_thread.cc",
602         "src/core/lib/iomgr/logical_thread.h",
603         "src/core/lib/iomgr/nameser.h",
604         "src/core/lib/iomgr/poller/eventmanager_libuv.cc",
605         "src/core/lib/iomgr/poller/eventmanager_libuv.h",
606         "src/core/lib/iomgr/polling_entity.cc",
607         "src/core/lib/iomgr/polling_entity.h",
608         "src/core/lib/iomgr/pollset.cc",
609         "src/core/lib/iomgr/pollset.h",
610         "src/core/lib/iomgr/pollset_custom.cc",
611         "src/core/lib/iomgr/pollset_custom.h",
612         "src/core/lib/iomgr/pollset_set.cc",
613         "src/core/lib/iomgr/pollset_set.h",
614         "src/core/lib/iomgr/pollset_set_custom.cc",
615         "src/core/lib/iomgr/pollset_set_custom.h",
616         "src/core/lib/iomgr/pollset_set_windows.cc",
617         "src/core/lib/iomgr/pollset_set_windows.h",
618         "src/core/lib/iomgr/pollset_uv.cc",
619         "src/core/lib/iomgr/pollset_windows.cc",
620         "src/core/lib/iomgr/pollset_windows.h",
621         "src/core/lib/iomgr/port.h",
622         "src/core/lib/iomgr/resolve_address.cc",
623         "src/core/lib/iomgr/resolve_address.h",
624         "src/core/lib/iomgr/resolve_address_custom.cc",
625         "src/core/lib/iomgr/resolve_address_custom.h",
626         "src/core/lib/iomgr/resolve_address_posix.cc",
627         "src/core/lib/iomgr/resolve_address_windows.cc",
628         "src/core/lib/iomgr/resource_quota.cc",
629         "src/core/lib/iomgr/resource_quota.h",
630         "src/core/lib/iomgr/sockaddr.h",
631         "src/core/lib/iomgr/sockaddr_custom.h",
632         "src/core/lib/iomgr/sockaddr_posix.h",
633         "src/core/lib/iomgr/sockaddr_utils.cc",
634         "src/core/lib/iomgr/sockaddr_utils.h",
635         "src/core/lib/iomgr/sockaddr_windows.h",
636         "src/core/lib/iomgr/socket_factory_posix.cc",
637         "src/core/lib/iomgr/socket_factory_posix.h",
638         "src/core/lib/iomgr/socket_mutator.cc",
639         "src/core/lib/iomgr/socket_mutator.h",
640         "src/core/lib/iomgr/socket_utils.h",
641         "src/core/lib/iomgr/socket_utils_common_posix.cc",
642         "src/core/lib/iomgr/socket_utils_linux.cc",
643         "src/core/lib/iomgr/socket_utils_posix.cc",
644         "src/core/lib/iomgr/socket_utils_posix.h",
645         "src/core/lib/iomgr/socket_utils_uv.cc",
646         "src/core/lib/iomgr/socket_utils_windows.cc",
647         "src/core/lib/iomgr/socket_windows.cc",
648         "src/core/lib/iomgr/socket_windows.h",
649         "src/core/lib/iomgr/sys_epoll_wrapper.h",
650         "src/core/lib/iomgr/tcp_client.cc",
651         "src/core/lib/iomgr/tcp_client.h",
652         "src/core/lib/iomgr/tcp_client_cfstream.cc",
653         "src/core/lib/iomgr/tcp_client_custom.cc",
654         "src/core/lib/iomgr/tcp_client_posix.cc",
655         "src/core/lib/iomgr/tcp_client_posix.h",
656         "src/core/lib/iomgr/tcp_client_windows.cc",
657         "src/core/lib/iomgr/tcp_custom.cc",
658         "src/core/lib/iomgr/tcp_custom.h",
659         "src/core/lib/iomgr/tcp_posix.cc",
660         "src/core/lib/iomgr/tcp_posix.h",
661         "src/core/lib/iomgr/tcp_server.cc",
662         "src/core/lib/iomgr/tcp_server.h",
663         "src/core/lib/iomgr/tcp_server_custom.cc",
664         "src/core/lib/iomgr/tcp_server_posix.cc",
665         "src/core/lib/iomgr/tcp_server_utils_posix.h",
666         "src/core/lib/iomgr/tcp_server_utils_posix_common.cc",
667         "src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc",
668         "src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc",
669         "src/core/lib/iomgr/tcp_server_windows.cc",
670         "src/core/lib/iomgr/tcp_uv.cc",
671         "src/core/lib/iomgr/tcp_windows.cc",
672         "src/core/lib/iomgr/tcp_windows.h",
673         "src/core/lib/iomgr/time_averaged_stats.cc",
674         "src/core/lib/iomgr/time_averaged_stats.h",
675         "src/core/lib/iomgr/timer.cc",
676         "src/core/lib/iomgr/timer.h",
677         "src/core/lib/iomgr/timer_custom.cc",
678         "src/core/lib/iomgr/timer_custom.h",
679         "src/core/lib/iomgr/timer_generic.cc",
680         "src/core/lib/iomgr/timer_heap.cc",
681         "src/core/lib/iomgr/timer_heap.h",
682         "src/core/lib/iomgr/timer_manager.cc",
683         "src/core/lib/iomgr/timer_manager.h",
684         "src/core/lib/iomgr/timer_uv.cc",
685         "src/core/lib/iomgr/udp_server.cc",
686         "src/core/lib/iomgr/udp_server.h",
687         "src/core/lib/iomgr/unix_sockets_posix.cc",
688         "src/core/lib/iomgr/unix_sockets_posix.h",
689         "src/core/lib/iomgr/unix_sockets_posix_noop.cc",
690         "src/core/lib/iomgr/wakeup_fd_eventfd.cc",
691         "src/core/lib/iomgr/wakeup_fd_nospecial.cc",
692         "src/core/lib/iomgr/wakeup_fd_pipe.cc",
693         "src/core/lib/iomgr/wakeup_fd_pipe.h",
694         "src/core/lib/iomgr/wakeup_fd_posix.cc",
695         "src/core/lib/iomgr/wakeup_fd_posix.h",
696         "src/core/lib/json/json.cc",
697         "src/core/lib/json/json.h",
698         "src/core/lib/json/json_reader.cc",
699         "src/core/lib/json/json_writer.cc",
700         "src/core/lib/security/context/security_context.cc",
701         "src/core/lib/security/context/security_context.h",
702         "src/core/lib/security/credentials/alts/alts_credentials.cc",
703         "src/core/lib/security/credentials/alts/alts_credentials.h",
704         "src/core/lib/security/credentials/alts/check_gcp_environment.cc",
705         "src/core/lib/security/credentials/alts/check_gcp_environment.h",
706         "src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc",
707         "src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc",
708         "src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc",
709         "src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc",
710         "src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc",
711         "src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h",
712         "src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc",
713         "src/core/lib/security/credentials/composite/composite_credentials.cc",
714         "src/core/lib/security/credentials/composite/composite_credentials.h",
715         "src/core/lib/security/credentials/credentials.cc",
716         "src/core/lib/security/credentials/credentials.h",
717         "src/core/lib/security/credentials/credentials_metadata.cc",
718         "src/core/lib/security/credentials/fake/fake_credentials.cc",
719         "src/core/lib/security/credentials/fake/fake_credentials.h",
720         "src/core/lib/security/credentials/google_default/credentials_generic.cc",
721         "src/core/lib/security/credentials/google_default/google_default_credentials.cc",
722         "src/core/lib/security/credentials/google_default/google_default_credentials.h",
723         "src/core/lib/security/credentials/iam/iam_credentials.cc",
724         "src/core/lib/security/credentials/iam/iam_credentials.h",
725         "src/core/lib/security/credentials/jwt/json_token.cc",
726         "src/core/lib/security/credentials/jwt/json_token.h",
727         "src/core/lib/security/credentials/jwt/jwt_credentials.cc",
728         "src/core/lib/security/credentials/jwt/jwt_credentials.h",
729         "src/core/lib/security/credentials/jwt/jwt_verifier.cc",
730         "src/core/lib/security/credentials/jwt/jwt_verifier.h",
731         "src/core/lib/security/credentials/local/local_credentials.cc",
732         "src/core/lib/security/credentials/local/local_credentials.h",
733         "src/core/lib/security/credentials/oauth2/oauth2_credentials.cc",
734         "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
735         "src/core/lib/security/credentials/plugin/plugin_credentials.cc",
736         "src/core/lib/security/credentials/plugin/plugin_credentials.h",
737         "src/core/lib/security/credentials/ssl/ssl_credentials.cc",
738         "src/core/lib/security/credentials/ssl/ssl_credentials.h",
739         "src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc",
740         "src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h",
741         "src/core/lib/security/credentials/tls/tls_credentials.cc",
742         "src/core/lib/security/credentials/tls/tls_credentials.h",
743         "src/core/lib/security/security_connector/alts/alts_security_connector.cc",
744         "src/core/lib/security/security_connector/alts/alts_security_connector.h",
745         "src/core/lib/security/security_connector/fake/fake_security_connector.cc",
746         "src/core/lib/security/security_connector/fake/fake_security_connector.h",
747         "src/core/lib/security/security_connector/load_system_roots.h",
748         "src/core/lib/security/security_connector/load_system_roots_fallback.cc",
749         "src/core/lib/security/security_connector/load_system_roots_linux.cc",
750         "src/core/lib/security/security_connector/load_system_roots_linux.h",
751         "src/core/lib/security/security_connector/local/local_security_connector.cc",
752         "src/core/lib/security/security_connector/local/local_security_connector.h",
753         "src/core/lib/security/security_connector/security_connector.cc",
754         "src/core/lib/security/security_connector/security_connector.h",
755         "src/core/lib/security/security_connector/ssl/ssl_security_connector.cc",
756         "src/core/lib/security/security_connector/ssl/ssl_security_connector.h",
757         "src/core/lib/security/security_connector/ssl_utils.cc",
758         "src/core/lib/security/security_connector/ssl_utils.h",
759         "src/core/lib/security/security_connector/ssl_utils_config.cc",
760         "src/core/lib/security/security_connector/ssl_utils_config.h",
761         "src/core/lib/security/security_connector/tls/tls_security_connector.cc",
762         "src/core/lib/security/security_connector/tls/tls_security_connector.h",
763         "src/core/lib/security/transport/auth_filters.h",
764         "src/core/lib/security/transport/client_auth_filter.cc",
765         "src/core/lib/security/transport/secure_endpoint.cc",
766         "src/core/lib/security/transport/secure_endpoint.h",
767         "src/core/lib/security/transport/security_handshaker.cc",
768         "src/core/lib/security/transport/security_handshaker.h",
769         "src/core/lib/security/transport/server_auth_filter.cc",
770         "src/core/lib/security/transport/target_authority_table.cc",
771         "src/core/lib/security/transport/target_authority_table.h",
772         "src/core/lib/security/transport/tsi_error.cc",
773         "src/core/lib/security/transport/tsi_error.h",
774         "src/core/lib/security/util/json_util.cc",
775         "src/core/lib/security/util/json_util.h",
776         "src/core/lib/slice/b64.cc",
777         "src/core/lib/slice/b64.h",
778         "src/core/lib/slice/percent_encoding.cc",
779         "src/core/lib/slice/percent_encoding.h",
780         "src/core/lib/slice/slice.cc",
781         "src/core/lib/slice/slice_buffer.cc",
782         "src/core/lib/slice/slice_hash_table.h",
783         "src/core/lib/slice/slice_intern.cc",
784         "src/core/lib/slice/slice_internal.h",
785         "src/core/lib/slice/slice_string_helpers.cc",
786         "src/core/lib/slice/slice_string_helpers.h",
787         "src/core/lib/slice/slice_utils.h",
788         "src/core/lib/slice/slice_weak_hash_table.h",
789         "src/core/lib/surface/api_trace.cc",
790         "src/core/lib/surface/api_trace.h",
791         "src/core/lib/surface/byte_buffer.cc",
792         "src/core/lib/surface/byte_buffer_reader.cc",
793         "src/core/lib/surface/call.cc",
794         "src/core/lib/surface/call.h",
795         "src/core/lib/surface/call_details.cc",
796         "src/core/lib/surface/call_log_batch.cc",
797         "src/core/lib/surface/call_test_only.h",
798         "src/core/lib/surface/channel.cc",
799         "src/core/lib/surface/channel.h",
800         "src/core/lib/surface/channel_init.cc",
801         "src/core/lib/surface/channel_init.h",
802         "src/core/lib/surface/channel_ping.cc",
803         "src/core/lib/surface/channel_stack_type.cc",
804         "src/core/lib/surface/channel_stack_type.h",
805         "src/core/lib/surface/completion_queue.cc",
806         "src/core/lib/surface/completion_queue.h",
807         "src/core/lib/surface/completion_queue_factory.cc",
808         "src/core/lib/surface/completion_queue_factory.h",
809         "src/core/lib/surface/event_string.cc",
810         "src/core/lib/surface/event_string.h",
811         "src/core/lib/surface/init.cc",
812         "src/core/lib/surface/init.h",
813         "src/core/lib/surface/init_secure.cc",
814         "src/core/lib/surface/lame_client.cc",
815         "src/core/lib/surface/lame_client.h",
816         "src/core/lib/surface/metadata_array.cc",
817         "src/core/lib/surface/server.cc",
818         "src/core/lib/surface/server.h",
819         "src/core/lib/surface/validate_metadata.cc",
820         "src/core/lib/surface/validate_metadata.h",
821         "src/core/lib/surface/version.cc",
822         "src/core/lib/transport/bdp_estimator.cc",
823         "src/core/lib/transport/bdp_estimator.h",
824         "src/core/lib/transport/byte_stream.cc",
825         "src/core/lib/transport/byte_stream.h",
826         "src/core/lib/transport/connectivity_state.cc",
827         "src/core/lib/transport/connectivity_state.h",
828         "src/core/lib/transport/error_utils.cc",
829         "src/core/lib/transport/error_utils.h",
830         "src/core/lib/transport/http2_errors.h",
831         "src/core/lib/transport/metadata.cc",
832         "src/core/lib/transport/metadata.h",
833         "src/core/lib/transport/metadata_batch.cc",
834         "src/core/lib/transport/metadata_batch.h",
835         "src/core/lib/transport/pid_controller.cc",
836         "src/core/lib/transport/pid_controller.h",
837         "src/core/lib/transport/static_metadata.cc",
838         "src/core/lib/transport/static_metadata.h",
839         "src/core/lib/transport/status_conversion.cc",
840         "src/core/lib/transport/status_conversion.h",
841         "src/core/lib/transport/status_metadata.cc",
842         "src/core/lib/transport/status_metadata.h",
843         "src/core/lib/transport/timeout_encoding.cc",
844         "src/core/lib/transport/timeout_encoding.h",
845         "src/core/lib/transport/transport.cc",
846         "src/core/lib/transport/transport.h",
847         "src/core/lib/transport/transport_impl.h",
848         "src/core/lib/transport/transport_op_string.cc",
849         "src/core/lib/uri/uri_parser.cc",
850         "src/core/lib/uri/uri_parser.h",
851         "src/core/plugin_registry/grpc_plugin_registry.cc",
852         "src/core/tsi/alts/crypt/aes_gcm.cc",
853         "src/core/tsi/alts/crypt/gsec.cc",
854         "src/core/tsi/alts/crypt/gsec.h",
855         "src/core/tsi/alts/frame_protector/alts_counter.cc",
856         "src/core/tsi/alts/frame_protector/alts_counter.h",
857         "src/core/tsi/alts/frame_protector/alts_crypter.cc",
858         "src/core/tsi/alts/frame_protector/alts_crypter.h",
859         "src/core/tsi/alts/frame_protector/alts_frame_protector.cc",
860         "src/core/tsi/alts/frame_protector/alts_frame_protector.h",
861         "src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.cc",
862         "src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.h",
863         "src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc",
864         "src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc",
865         "src/core/tsi/alts/frame_protector/frame_handler.cc",
866         "src/core/tsi/alts/frame_protector/frame_handler.h",
867         "src/core/tsi/alts/handshaker/alts_handshaker_client.cc",
868         "src/core/tsi/alts/handshaker/alts_handshaker_client.h",
869         "src/core/tsi/alts/handshaker/alts_shared_resource.cc",
870         "src/core/tsi/alts/handshaker/alts_shared_resource.h",
871         "src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc",
872         "src/core/tsi/alts/handshaker/alts_tsi_handshaker.h",
873         "src/core/tsi/alts/handshaker/alts_tsi_handshaker_private.h",
874         "src/core/tsi/alts/handshaker/alts_tsi_utils.cc",
875         "src/core/tsi/alts/handshaker/alts_tsi_utils.h",
876         "src/core/tsi/alts/handshaker/transport_security_common_api.cc",
877         "src/core/tsi/alts/handshaker/transport_security_common_api.h",
878         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.cc",
879         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.h",
880         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.cc",
881         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.h",
882         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h",
883         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.cc",
884         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.h",
885         "src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.cc",
886         "src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h",
887         "src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc",
888         "src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.h",
889         "src/core/tsi/fake_transport_security.cc",
890         "src/core/tsi/fake_transport_security.h",
891         "src/core/tsi/grpc_shadow_boringssl.h",
892         "src/core/tsi/local_transport_security.cc",
893         "src/core/tsi/local_transport_security.h",
894         "src/core/tsi/ssl/session_cache/ssl_session.h",
895         "src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc",
896         "src/core/tsi/ssl/session_cache/ssl_session_cache.cc",
897         "src/core/tsi/ssl/session_cache/ssl_session_cache.h",
898         "src/core/tsi/ssl/session_cache/ssl_session_openssl.cc",
899         "src/core/tsi/ssl_transport_security.cc",
900         "src/core/tsi/ssl_transport_security.h",
901         "src/core/tsi/ssl_types.h",
902         "src/core/tsi/transport_security.cc",
903         "src/core/tsi/transport_security.h",
904         "src/core/tsi/transport_security_grpc.cc",
905         "src/core/tsi/transport_security_grpc.h",
906         "src/core/tsi/transport_security_interface.h",
907     ]
908     deps = [
909         "//third_party/boringssl",
910         "//third_party/zlib",
911         ":gpr",
912         ":upb",
913         "//third_party/cares",
914         ":address_sorting",
915     ]
916     
917     public_configs = [
918       ":grpc_config",
919     ]
920     include_dirs = [
921         "third_party/cares",
922         "third_party/address_sorting/include",
923     ]
924   }
925
926       
927   
928   source_set("grpc++") {
929     sources = [
930         "include/grpc++/alarm.h",
931         "include/grpc++/channel.h",
932         "include/grpc++/client_context.h",
933         "include/grpc++/completion_queue.h",
934         "include/grpc++/create_channel.h",
935         "include/grpc++/create_channel_posix.h",
936         "include/grpc++/ext/health_check_service_server_builder_option.h",
937         "include/grpc++/generic/async_generic_service.h",
938         "include/grpc++/generic/generic_stub.h",
939         "include/grpc++/grpc++.h",
940         "include/grpc++/health_check_service_interface.h",
941         "include/grpc++/impl/call.h",
942         "include/grpc++/impl/channel_argument_option.h",
943         "include/grpc++/impl/client_unary_call.h",
944         "include/grpc++/impl/codegen/async_stream.h",
945         "include/grpc++/impl/codegen/async_unary_call.h",
946         "include/grpc++/impl/codegen/byte_buffer.h",
947         "include/grpc++/impl/codegen/call.h",
948         "include/grpc++/impl/codegen/call_hook.h",
949         "include/grpc++/impl/codegen/channel_interface.h",
950         "include/grpc++/impl/codegen/client_context.h",
951         "include/grpc++/impl/codegen/client_unary_call.h",
952         "include/grpc++/impl/codegen/completion_queue.h",
953         "include/grpc++/impl/codegen/completion_queue_tag.h",
954         "include/grpc++/impl/codegen/config.h",
955         "include/grpc++/impl/codegen/config_protobuf.h",
956         "include/grpc++/impl/codegen/core_codegen.h",
957         "include/grpc++/impl/codegen/core_codegen.h",
958         "include/grpc++/impl/codegen/core_codegen_interface.h",
959         "include/grpc++/impl/codegen/create_auth_context.h",
960         "include/grpc++/impl/codegen/grpc_library.h",
961         "include/grpc++/impl/codegen/metadata_map.h",
962         "include/grpc++/impl/codegen/method_handler_impl.h",
963         "include/grpc++/impl/codegen/proto_utils.h",
964         "include/grpc++/impl/codegen/rpc_method.h",
965         "include/grpc++/impl/codegen/rpc_service_method.h",
966         "include/grpc++/impl/codegen/security/auth_context.h",
967         "include/grpc++/impl/codegen/serialization_traits.h",
968         "include/grpc++/impl/codegen/server_context.h",
969         "include/grpc++/impl/codegen/server_interface.h",
970         "include/grpc++/impl/codegen/service_type.h",
971         "include/grpc++/impl/codegen/slice.h",
972         "include/grpc++/impl/codegen/status.h",
973         "include/grpc++/impl/codegen/status_code_enum.h",
974         "include/grpc++/impl/codegen/string_ref.h",
975         "include/grpc++/impl/codegen/stub_options.h",
976         "include/grpc++/impl/codegen/sync_stream.h",
977         "include/grpc++/impl/codegen/time.h",
978         "include/grpc++/impl/grpc_library.h",
979         "include/grpc++/impl/method_handler_impl.h",
980         "include/grpc++/impl/rpc_method.h",
981         "include/grpc++/impl/rpc_service_method.h",
982         "include/grpc++/impl/serialization_traits.h",
983         "include/grpc++/impl/server_builder_option.h",
984         "include/grpc++/impl/server_builder_plugin.h",
985         "include/grpc++/impl/server_initializer.h",
986         "include/grpc++/impl/service_type.h",
987         "include/grpc++/resource_quota.h",
988         "include/grpc++/security/auth_context.h",
989         "include/grpc++/security/auth_metadata_processor.h",
990         "include/grpc++/security/credentials.h",
991         "include/grpc++/security/server_credentials.h",
992         "include/grpc++/server.h",
993         "include/grpc++/server_builder.h",
994         "include/grpc++/server_context.h",
995         "include/grpc++/server_posix.h",
996         "include/grpc++/support/async_stream.h",
997         "include/grpc++/support/async_unary_call.h",
998         "include/grpc++/support/byte_buffer.h",
999         "include/grpc++/support/channel_arguments.h",
1000         "include/grpc++/support/config.h",
1001         "include/grpc++/support/slice.h",
1002         "include/grpc++/support/status.h",
1003         "include/grpc++/support/status_code_enum.h",
1004         "include/grpc++/support/string_ref.h",
1005         "include/grpc++/support/stub_options.h",
1006         "include/grpc++/support/sync_stream.h",
1007         "include/grpc++/support/time.h",
1008         "include/grpc/byte_buffer.h",
1009         "include/grpc/byte_buffer_reader.h",
1010         "include/grpc/compression.h",
1011         "include/grpc/fork.h",
1012         "include/grpc/grpc.h",
1013         "include/grpc/grpc_posix.h",
1014         "include/grpc/grpc_security_constants.h",
1015         "include/grpc/impl/codegen/atm.h",
1016         "include/grpc/impl/codegen/atm_gcc_atomic.h",
1017         "include/grpc/impl/codegen/atm_gcc_sync.h",
1018         "include/grpc/impl/codegen/atm_windows.h",
1019         "include/grpc/impl/codegen/byte_buffer.h",
1020         "include/grpc/impl/codegen/byte_buffer_reader.h",
1021         "include/grpc/impl/codegen/compression_types.h",
1022         "include/grpc/impl/codegen/connectivity_state.h",
1023         "include/grpc/impl/codegen/fork.h",
1024         "include/grpc/impl/codegen/gpr_slice.h",
1025         "include/grpc/impl/codegen/gpr_types.h",
1026         "include/grpc/impl/codegen/grpc_types.h",
1027         "include/grpc/impl/codegen/log.h",
1028         "include/grpc/impl/codegen/port_platform.h",
1029         "include/grpc/impl/codegen/propagation_bits.h",
1030         "include/grpc/impl/codegen/slice.h",
1031         "include/grpc/impl/codegen/status.h",
1032         "include/grpc/impl/codegen/sync.h",
1033         "include/grpc/impl/codegen/sync_custom.h",
1034         "include/grpc/impl/codegen/sync_generic.h",
1035         "include/grpc/impl/codegen/sync_posix.h",
1036         "include/grpc/impl/codegen/sync_windows.h",
1037         "include/grpc/load_reporting.h",
1038         "include/grpc/slice.h",
1039         "include/grpc/slice_buffer.h",
1040         "include/grpc/status.h",
1041         "include/grpc/support/alloc.h",
1042         "include/grpc/support/atm.h",
1043         "include/grpc/support/atm_gcc_atomic.h",
1044         "include/grpc/support/atm_gcc_sync.h",
1045         "include/grpc/support/atm_windows.h",
1046         "include/grpc/support/cpu.h",
1047         "include/grpc/support/log.h",
1048         "include/grpc/support/log_windows.h",
1049         "include/grpc/support/port_platform.h",
1050         "include/grpc/support/string_util.h",
1051         "include/grpc/support/sync.h",
1052         "include/grpc/support/sync_custom.h",
1053         "include/grpc/support/sync_generic.h",
1054         "include/grpc/support/sync_posix.h",
1055         "include/grpc/support/sync_windows.h",
1056         "include/grpc/support/thd_id.h",
1057         "include/grpc/support/time.h",
1058         "include/grpc/support/workaround_list.h",
1059         "include/grpcpp/alarm.h",
1060         "include/grpcpp/alarm_impl.h",
1061         "include/grpcpp/channel.h",
1062         "include/grpcpp/channel_impl.h",
1063         "include/grpcpp/client_context.h",
1064         "include/grpcpp/completion_queue.h",
1065         "include/grpcpp/completion_queue_impl.h",
1066         "include/grpcpp/create_channel.h",
1067         "include/grpcpp/create_channel_impl.h",
1068         "include/grpcpp/create_channel_posix.h",
1069         "include/grpcpp/create_channel_posix_impl.h",
1070         "include/grpcpp/ext/health_check_service_server_builder_option.h",
1071         "include/grpcpp/generic/async_generic_service.h",
1072         "include/grpcpp/generic/generic_stub.h",
1073         "include/grpcpp/generic/generic_stub_impl.h",
1074         "include/grpcpp/grpcpp.h",
1075         "include/grpcpp/health_check_service_interface.h",
1076         "include/grpcpp/health_check_service_interface_impl.h",
1077         "include/grpcpp/impl/call.h",
1078         "include/grpcpp/impl/channel_argument_option.h",
1079         "include/grpcpp/impl/client_unary_call.h",
1080         "include/grpcpp/impl/codegen/async_generic_service.h",
1081         "include/grpcpp/impl/codegen/async_stream.h",
1082         "include/grpcpp/impl/codegen/async_stream_impl.h",
1083         "include/grpcpp/impl/codegen/async_unary_call.h",
1084         "include/grpcpp/impl/codegen/async_unary_call_impl.h",
1085         "include/grpcpp/impl/codegen/byte_buffer.h",
1086         "include/grpcpp/impl/codegen/call.h",
1087         "include/grpcpp/impl/codegen/call_hook.h",
1088         "include/grpcpp/impl/codegen/call_op_set.h",
1089         "include/grpcpp/impl/codegen/call_op_set_interface.h",
1090         "include/grpcpp/impl/codegen/callback_common.h",
1091         "include/grpcpp/impl/codegen/channel_interface.h",
1092         "include/grpcpp/impl/codegen/client_callback.h",
1093         "include/grpcpp/impl/codegen/client_callback_impl.h",
1094         "include/grpcpp/impl/codegen/client_context.h",
1095         "include/grpcpp/impl/codegen/client_context_impl.h",
1096         "include/grpcpp/impl/codegen/client_interceptor.h",
1097         "include/grpcpp/impl/codegen/client_unary_call.h",
1098         "include/grpcpp/impl/codegen/completion_queue.h",
1099         "include/grpcpp/impl/codegen/completion_queue_impl.h",
1100         "include/grpcpp/impl/codegen/completion_queue_tag.h",
1101         "include/grpcpp/impl/codegen/config.h",
1102         "include/grpcpp/impl/codegen/config_protobuf.h",
1103         "include/grpcpp/impl/codegen/core_codegen.h",
1104         "include/grpcpp/impl/codegen/core_codegen.h",
1105         "include/grpcpp/impl/codegen/core_codegen_interface.h",
1106         "include/grpcpp/impl/codegen/create_auth_context.h",
1107         "include/grpcpp/impl/codegen/delegating_channel.h",
1108         "include/grpcpp/impl/codegen/grpc_library.h",
1109         "include/grpcpp/impl/codegen/intercepted_channel.h",
1110         "include/grpcpp/impl/codegen/interceptor.h",
1111         "include/grpcpp/impl/codegen/interceptor_common.h",
1112         "include/grpcpp/impl/codegen/message_allocator.h",
1113         "include/grpcpp/impl/codegen/metadata_map.h",
1114         "include/grpcpp/impl/codegen/method_handler.h",
1115         "include/grpcpp/impl/codegen/method_handler_impl.h",
1116         "include/grpcpp/impl/codegen/proto_buffer_reader.h",
1117         "include/grpcpp/impl/codegen/proto_buffer_writer.h",
1118         "include/grpcpp/impl/codegen/proto_utils.h",
1119         "include/grpcpp/impl/codegen/rpc_method.h",
1120         "include/grpcpp/impl/codegen/rpc_service_method.h",
1121         "include/grpcpp/impl/codegen/security/auth_context.h",
1122         "include/grpcpp/impl/codegen/serialization_traits.h",
1123         "include/grpcpp/impl/codegen/server_callback.h",
1124         "include/grpcpp/impl/codegen/server_callback_handlers.h",
1125         "include/grpcpp/impl/codegen/server_callback_impl.h",
1126         "include/grpcpp/impl/codegen/server_context.h",
1127         "include/grpcpp/impl/codegen/server_context_impl.h",
1128         "include/grpcpp/impl/codegen/server_interceptor.h",
1129         "include/grpcpp/impl/codegen/server_interface.h",
1130         "include/grpcpp/impl/codegen/service_type.h",
1131         "include/grpcpp/impl/codegen/slice.h",
1132         "include/grpcpp/impl/codegen/status.h",
1133         "include/grpcpp/impl/codegen/status_code_enum.h",
1134         "include/grpcpp/impl/codegen/string_ref.h",
1135         "include/grpcpp/impl/codegen/stub_options.h",
1136         "include/grpcpp/impl/codegen/sync.h",
1137         "include/grpcpp/impl/codegen/sync_stream.h",
1138         "include/grpcpp/impl/codegen/sync_stream_impl.h",
1139         "include/grpcpp/impl/codegen/time.h",
1140         "include/grpcpp/impl/grpc_library.h",
1141         "include/grpcpp/impl/method_handler_impl.h",
1142         "include/grpcpp/impl/rpc_method.h",
1143         "include/grpcpp/impl/rpc_service_method.h",
1144         "include/grpcpp/impl/serialization_traits.h",
1145         "include/grpcpp/impl/server_builder_option.h",
1146         "include/grpcpp/impl/server_builder_option_impl.h",
1147         "include/grpcpp/impl/server_builder_plugin.h",
1148         "include/grpcpp/impl/server_initializer.h",
1149         "include/grpcpp/impl/server_initializer_impl.h",
1150         "include/grpcpp/impl/service_type.h",
1151         "include/grpcpp/resource_quota.h",
1152         "include/grpcpp/resource_quota_impl.h",
1153         "include/grpcpp/security/auth_context.h",
1154         "include/grpcpp/security/auth_metadata_processor.h",
1155         "include/grpcpp/security/auth_metadata_processor_impl.h",
1156         "include/grpcpp/security/credentials.h",
1157         "include/grpcpp/security/credentials_impl.h",
1158         "include/grpcpp/security/server_credentials.h",
1159         "include/grpcpp/security/server_credentials_impl.h",
1160         "include/grpcpp/security/tls_credentials_options.h",
1161         "include/grpcpp/server.h",
1162         "include/grpcpp/server_builder.h",
1163         "include/grpcpp/server_builder_impl.h",
1164         "include/grpcpp/server_context.h",
1165         "include/grpcpp/server_impl.h",
1166         "include/grpcpp/server_posix.h",
1167         "include/grpcpp/server_posix_impl.h",
1168         "include/grpcpp/support/async_stream.h",
1169         "include/grpcpp/support/async_stream_impl.h",
1170         "include/grpcpp/support/async_unary_call.h",
1171         "include/grpcpp/support/async_unary_call_impl.h",
1172         "include/grpcpp/support/byte_buffer.h",
1173         "include/grpcpp/support/channel_arguments.h",
1174         "include/grpcpp/support/channel_arguments_impl.h",
1175         "include/grpcpp/support/client_callback.h",
1176         "include/grpcpp/support/client_callback_impl.h",
1177         "include/grpcpp/support/client_interceptor.h",
1178         "include/grpcpp/support/config.h",
1179         "include/grpcpp/support/interceptor.h",
1180         "include/grpcpp/support/message_allocator.h",
1181         "include/grpcpp/support/proto_buffer_reader.h",
1182         "include/grpcpp/support/proto_buffer_writer.h",
1183         "include/grpcpp/support/server_callback.h",
1184         "include/grpcpp/support/server_callback_impl.h",
1185         "include/grpcpp/support/server_interceptor.h",
1186         "include/grpcpp/support/slice.h",
1187         "include/grpcpp/support/status.h",
1188         "include/grpcpp/support/status_code_enum.h",
1189         "include/grpcpp/support/string_ref.h",
1190         "include/grpcpp/support/stub_options.h",
1191         "include/grpcpp/support/sync_stream.h",
1192         "include/grpcpp/support/sync_stream_impl.h",
1193         "include/grpcpp/support/time.h",
1194         "include/grpcpp/support/validate_service_config.h",
1195         "src/core/ext/transport/inproc/inproc_transport.h",
1196         "src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c",
1197         "src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h",
1198         "src/core/lib/avl/avl.h",
1199         "src/core/lib/backoff/backoff.h",
1200         "src/core/lib/channel/channel_args.h",
1201         "src/core/lib/channel/channel_stack.h",
1202         "src/core/lib/channel/channel_stack_builder.h",
1203         "src/core/lib/channel/channel_trace.h",
1204         "src/core/lib/channel/channelz.h",
1205         "src/core/lib/channel/channelz_registry.h",
1206         "src/core/lib/channel/connected_channel.h",
1207         "src/core/lib/channel/context.h",
1208         "src/core/lib/channel/handshaker.h",
1209         "src/core/lib/channel/handshaker_factory.h",
1210         "src/core/lib/channel/handshaker_registry.h",
1211         "src/core/lib/channel/status_util.h",
1212         "src/core/lib/compression/algorithm_metadata.h",
1213         "src/core/lib/compression/compression_args.h",
1214         "src/core/lib/compression/compression_internal.h",
1215         "src/core/lib/compression/message_compress.h",
1216         "src/core/lib/compression/stream_compression.h",
1217         "src/core/lib/compression/stream_compression_gzip.h",
1218         "src/core/lib/compression/stream_compression_identity.h",
1219         "src/core/lib/debug/stats.h",
1220         "src/core/lib/debug/stats_data.h",
1221         "src/core/lib/debug/trace.h",
1222         "src/core/lib/gpr/alloc.h",
1223         "src/core/lib/gpr/arena.h",
1224         "src/core/lib/gpr/env.h",
1225         "src/core/lib/gpr/murmur_hash.h",
1226         "src/core/lib/gpr/spinlock.h",
1227         "src/core/lib/gpr/string.h",
1228         "src/core/lib/gpr/string_windows.h",
1229         "src/core/lib/gpr/time_precise.h",
1230         "src/core/lib/gpr/tls.h",
1231         "src/core/lib/gpr/tls_gcc.h",
1232         "src/core/lib/gpr/tls_msvc.h",
1233         "src/core/lib/gpr/tls_pthread.h",
1234         "src/core/lib/gpr/tmpfile.h",
1235         "src/core/lib/gpr/useful.h",
1236         "src/core/lib/gprpp/arena.h",
1237         "src/core/lib/gprpp/atomic.h",
1238         "src/core/lib/gprpp/debug_location.h",
1239         "src/core/lib/gprpp/fork.h",
1240         "src/core/lib/gprpp/global_config.h",
1241         "src/core/lib/gprpp/global_config_custom.h",
1242         "src/core/lib/gprpp/global_config_env.h",
1243         "src/core/lib/gprpp/global_config_generic.h",
1244         "src/core/lib/gprpp/host_port.h",
1245         "src/core/lib/gprpp/inlined_vector.h",
1246         "src/core/lib/gprpp/manual_constructor.h",
1247         "src/core/lib/gprpp/map.h",
1248         "src/core/lib/gprpp/memory.h",
1249         "src/core/lib/gprpp/mpscq.h",
1250         "src/core/lib/gprpp/optional.h",
1251         "src/core/lib/gprpp/orphanable.h",
1252         "src/core/lib/gprpp/ref_counted.h",
1253         "src/core/lib/gprpp/ref_counted_ptr.h",
1254         "src/core/lib/gprpp/string_view.h",
1255         "src/core/lib/gprpp/sync.h",
1256         "src/core/lib/gprpp/thd.h",
1257         "src/core/lib/http/format_request.h",
1258         "src/core/lib/http/httpcli.h",
1259         "src/core/lib/http/parser.h",
1260         "src/core/lib/iomgr/block_annotate.h",
1261         "src/core/lib/iomgr/buffer_list.h",
1262         "src/core/lib/iomgr/call_combiner.h",
1263         "src/core/lib/iomgr/cfstream_handle.h",
1264         "src/core/lib/iomgr/closure.h",
1265         "src/core/lib/iomgr/combiner.h",
1266         "src/core/lib/iomgr/dynamic_annotations.h",
1267         "src/core/lib/iomgr/endpoint.h",
1268         "src/core/lib/iomgr/endpoint_cfstream.h",
1269         "src/core/lib/iomgr/endpoint_pair.h",
1270         "src/core/lib/iomgr/error.h",
1271         "src/core/lib/iomgr/error_cfstream.h",
1272         "src/core/lib/iomgr/error_internal.h",
1273         "src/core/lib/iomgr/ev_epoll1_linux.h",
1274         "src/core/lib/iomgr/ev_epollex_linux.h",
1275         "src/core/lib/iomgr/ev_poll_posix.h",
1276         "src/core/lib/iomgr/ev_posix.h",
1277         "src/core/lib/iomgr/exec_ctx.h",
1278         "src/core/lib/iomgr/executor.h",
1279         "src/core/lib/iomgr/executor/mpmcqueue.h",
1280         "src/core/lib/iomgr/executor/threadpool.h",
1281         "src/core/lib/iomgr/gethostname.h",
1282         "src/core/lib/iomgr/grpc_if_nametoindex.h",
1283         "src/core/lib/iomgr/internal_errqueue.h",
1284         "src/core/lib/iomgr/iocp_windows.h",
1285         "src/core/lib/iomgr/iomgr.h",
1286         "src/core/lib/iomgr/iomgr_custom.h",
1287         "src/core/lib/iomgr/iomgr_internal.h",
1288         "src/core/lib/iomgr/iomgr_posix.h",
1289         "src/core/lib/iomgr/is_epollexclusive_available.h",
1290         "src/core/lib/iomgr/load_file.h",
1291         "src/core/lib/iomgr/lockfree_event.h",
1292         "src/core/lib/iomgr/logical_thread.h",
1293         "src/core/lib/iomgr/nameser.h",
1294         "src/core/lib/iomgr/poller/eventmanager_libuv.h",
1295         "src/core/lib/iomgr/polling_entity.h",
1296         "src/core/lib/iomgr/pollset.h",
1297         "src/core/lib/iomgr/pollset_custom.h",
1298         "src/core/lib/iomgr/pollset_set.h",
1299         "src/core/lib/iomgr/pollset_set_custom.h",
1300         "src/core/lib/iomgr/pollset_set_windows.h",
1301         "src/core/lib/iomgr/pollset_windows.h",
1302         "src/core/lib/iomgr/port.h",
1303         "src/core/lib/iomgr/resolve_address.h",
1304         "src/core/lib/iomgr/resolve_address_custom.h",
1305         "src/core/lib/iomgr/resource_quota.h",
1306         "src/core/lib/iomgr/sockaddr.h",
1307         "src/core/lib/iomgr/sockaddr_custom.h",
1308         "src/core/lib/iomgr/sockaddr_posix.h",
1309         "src/core/lib/iomgr/sockaddr_utils.h",
1310         "src/core/lib/iomgr/sockaddr_windows.h",
1311         "src/core/lib/iomgr/socket_factory_posix.h",
1312         "src/core/lib/iomgr/socket_mutator.h",
1313         "src/core/lib/iomgr/socket_utils.h",
1314         "src/core/lib/iomgr/socket_utils_posix.h",
1315         "src/core/lib/iomgr/socket_windows.h",
1316         "src/core/lib/iomgr/sys_epoll_wrapper.h",
1317         "src/core/lib/iomgr/tcp_client.h",
1318         "src/core/lib/iomgr/tcp_client_posix.h",
1319         "src/core/lib/iomgr/tcp_custom.h",
1320         "src/core/lib/iomgr/tcp_posix.h",
1321         "src/core/lib/iomgr/tcp_server.h",
1322         "src/core/lib/iomgr/tcp_server_utils_posix.h",
1323         "src/core/lib/iomgr/tcp_windows.h",
1324         "src/core/lib/iomgr/time_averaged_stats.h",
1325         "src/core/lib/iomgr/timer.h",
1326         "src/core/lib/iomgr/timer_custom.h",
1327         "src/core/lib/iomgr/timer_heap.h",
1328         "src/core/lib/iomgr/timer_manager.h",
1329         "src/core/lib/iomgr/udp_server.h",
1330         "src/core/lib/iomgr/unix_sockets_posix.h",
1331         "src/core/lib/iomgr/wakeup_fd_pipe.h",
1332         "src/core/lib/iomgr/wakeup_fd_posix.h",
1333         "src/core/lib/json/json.h",
1334         "src/core/lib/profiling/timers.h",
1335         "src/core/lib/slice/b64.h",
1336         "src/core/lib/slice/percent_encoding.h",
1337         "src/core/lib/slice/slice_hash_table.h",
1338         "src/core/lib/slice/slice_internal.h",
1339         "src/core/lib/slice/slice_string_helpers.h",
1340         "src/core/lib/slice/slice_utils.h",
1341         "src/core/lib/slice/slice_weak_hash_table.h",
1342         "src/core/lib/surface/api_trace.h",
1343         "src/core/lib/surface/call.h",
1344         "src/core/lib/surface/call_test_only.h",
1345         "src/core/lib/surface/channel.h",
1346         "src/core/lib/surface/channel_init.h",
1347         "src/core/lib/surface/channel_stack_type.h",
1348         "src/core/lib/surface/completion_queue.h",
1349         "src/core/lib/surface/completion_queue_factory.h",
1350         "src/core/lib/surface/event_string.h",
1351         "src/core/lib/surface/init.h",
1352         "src/core/lib/surface/lame_client.h",
1353         "src/core/lib/surface/server.h",
1354         "src/core/lib/surface/validate_metadata.h",
1355         "src/core/lib/transport/bdp_estimator.h",
1356         "src/core/lib/transport/byte_stream.h",
1357         "src/core/lib/transport/connectivity_state.h",
1358         "src/core/lib/transport/error_utils.h",
1359         "src/core/lib/transport/http2_errors.h",
1360         "src/core/lib/transport/metadata.h",
1361         "src/core/lib/transport/metadata_batch.h",
1362         "src/core/lib/transport/pid_controller.h",
1363         "src/core/lib/transport/static_metadata.h",
1364         "src/core/lib/transport/status_conversion.h",
1365         "src/core/lib/transport/status_metadata.h",
1366         "src/core/lib/transport/timeout_encoding.h",
1367         "src/core/lib/transport/transport.h",
1368         "src/core/lib/transport/transport_impl.h",
1369         "src/core/lib/uri/uri_parser.h",
1370         "src/cpp/client/channel_cc.cc",
1371         "src/cpp/client/client_context.cc",
1372         "src/cpp/client/client_interceptor.cc",
1373         "src/cpp/client/create_channel.cc",
1374         "src/cpp/client/create_channel_internal.cc",
1375         "src/cpp/client/create_channel_internal.h",
1376         "src/cpp/client/create_channel_posix.cc",
1377         "src/cpp/client/credentials_cc.cc",
1378         "src/cpp/client/generic_stub.cc",
1379         "src/cpp/client/insecure_credentials.cc",
1380         "src/cpp/client/secure_credentials.cc",
1381         "src/cpp/client/secure_credentials.h",
1382         "src/cpp/codegen/codegen_init.cc",
1383         "src/cpp/common/alarm.cc",
1384         "src/cpp/common/auth_property_iterator.cc",
1385         "src/cpp/common/channel_arguments.cc",
1386         "src/cpp/common/channel_filter.cc",
1387         "src/cpp/common/channel_filter.h",
1388         "src/cpp/common/completion_queue_cc.cc",
1389         "src/cpp/common/core_codegen.cc",
1390         "src/cpp/common/resource_quota_cc.cc",
1391         "src/cpp/common/rpc_method.cc",
1392         "src/cpp/common/secure_auth_context.cc",
1393         "src/cpp/common/secure_auth_context.h",
1394         "src/cpp/common/secure_channel_arguments.cc",
1395         "src/cpp/common/secure_create_auth_context.cc",
1396         "src/cpp/common/tls_credentials_options.cc",
1397         "src/cpp/common/tls_credentials_options_util.cc",
1398         "src/cpp/common/tls_credentials_options_util.h",
1399         "src/cpp/common/validate_service_config.cc",
1400         "src/cpp/common/version_cc.cc",
1401         "src/cpp/server/async_generic_service.cc",
1402         "src/cpp/server/channel_argument_option.cc",
1403         "src/cpp/server/create_default_thread_pool.cc",
1404         "src/cpp/server/dynamic_thread_pool.cc",
1405         "src/cpp/server/dynamic_thread_pool.h",
1406         "src/cpp/server/external_connection_acceptor_impl.cc",
1407         "src/cpp/server/external_connection_acceptor_impl.h",
1408         "src/cpp/server/health/default_health_check_service.cc",
1409         "src/cpp/server/health/default_health_check_service.h",
1410         "src/cpp/server/health/health_check_service.cc",
1411         "src/cpp/server/health/health_check_service_server_builder_option.cc",
1412         "src/cpp/server/insecure_server_credentials.cc",
1413         "src/cpp/server/secure_server_credentials.cc",
1414         "src/cpp/server/secure_server_credentials.h",
1415         "src/cpp/server/server_builder.cc",
1416         "src/cpp/server/server_callback.cc",
1417         "src/cpp/server/server_cc.cc",
1418         "src/cpp/server/server_context.cc",
1419         "src/cpp/server/server_credentials.cc",
1420         "src/cpp/server/server_posix.cc",
1421         "src/cpp/server/thread_pool_interface.h",
1422         "src/cpp/thread_manager/thread_manager.cc",
1423         "src/cpp/thread_manager/thread_manager.h",
1424         "src/cpp/util/byte_buffer_cc.cc",
1425         "src/cpp/util/status.cc",
1426         "src/cpp/util/string_ref.cc",
1427         "src/cpp/util/time_cc.cc",
1428     ]
1429     deps = [
1430         "//third_party/boringssl",
1431         "//third_party/protobuf:protobuf_lite",
1432         ":grpc",
1433         ":gpr",
1434         ":upb",
1435     ]
1436     
1437     public_configs = [
1438       ":grpc_config",
1439     ]
1440   }
1441
1442       # Only compile the plugin for the host architecture.
1443       if (current_toolchain == host_toolchain) {
1444         
1445   
1446   source_set("grpc_plugin_support") {
1447     sources = [
1448         "include/grpc++/impl/codegen/config_protobuf.h",
1449         "include/grpcpp/impl/codegen/config_protobuf.h",
1450         "src/compiler/config.h",
1451         "src/compiler/config_protobuf.h",
1452         "src/compiler/cpp_generator.cc",
1453         "src/compiler/cpp_generator.h",
1454         "src/compiler/cpp_generator_helpers.h",
1455         "src/compiler/csharp_generator.cc",
1456         "src/compiler/csharp_generator.h",
1457         "src/compiler/csharp_generator_helpers.h",
1458         "src/compiler/generator_helpers.h",
1459         "src/compiler/node_generator.cc",
1460         "src/compiler/node_generator.h",
1461         "src/compiler/node_generator_helpers.h",
1462         "src/compiler/objective_c_generator.cc",
1463         "src/compiler/objective_c_generator.h",
1464         "src/compiler/objective_c_generator_helpers.h",
1465         "src/compiler/php_generator.cc",
1466         "src/compiler/php_generator.h",
1467         "src/compiler/php_generator_helpers.h",
1468         "src/compiler/protobuf_plugin.h",
1469         "src/compiler/python_generator.cc",
1470         "src/compiler/python_generator.h",
1471         "src/compiler/python_generator_helpers.h",
1472         "src/compiler/python_private_generator.h",
1473         "src/compiler/schema_interface.h",
1474     ]
1475     deps = [
1476         "//third_party/protobuf:protoc_lib",
1477     ]
1478     
1479     public_configs = [
1480       ":grpc_config",
1481     ]
1482   }
1483
1484       }
1485       # Only compile the plugin for the host architecture.
1486       if (current_toolchain == host_toolchain) {
1487         
1488   executable("grpc_cpp_plugin") {
1489     sources = [
1490         "src/compiler/cpp_plugin.cc",
1491     ]
1492     deps = [
1493         "//third_party/protobuf:protoc_lib",
1494         ":grpc_plugin_support",
1495     ]
1496     
1497       configs += [
1498           "//third_party/protobuf:protobuf_config",
1499       ]
1500     public_configs = [ ":grpc_config" ]
1501   }
1502
1503       }
1504
1505