Imported Upstream version 1.22.0
[platform/upstream/grpc.git] / src / python / grpcio / grpc_core_dependencies.py
1 # Copyright 2015 gRPC authors.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc_core_dependencies.py.template`!!!
16
17 CORE_SOURCE_FILES = [
18     'third_party/address_sorting/address_sorting.c',
19     'third_party/address_sorting/address_sorting_posix.c',
20     'third_party/address_sorting/address_sorting_windows.c',
21     'src/core/lib/gpr/alloc.cc',
22     'src/core/lib/gpr/atm.cc',
23     'src/core/lib/gpr/cpu_iphone.cc',
24     'src/core/lib/gpr/cpu_linux.cc',
25     'src/core/lib/gpr/cpu_posix.cc',
26     'src/core/lib/gpr/cpu_windows.cc',
27     'src/core/lib/gpr/env_linux.cc',
28     'src/core/lib/gpr/env_posix.cc',
29     'src/core/lib/gpr/env_windows.cc',
30     'src/core/lib/gpr/host_port.cc',
31     'src/core/lib/gpr/log.cc',
32     'src/core/lib/gpr/log_android.cc',
33     'src/core/lib/gpr/log_linux.cc',
34     'src/core/lib/gpr/log_posix.cc',
35     'src/core/lib/gpr/log_windows.cc',
36     'src/core/lib/gpr/mpscq.cc',
37     'src/core/lib/gpr/murmur_hash.cc',
38     'src/core/lib/gpr/string.cc',
39     'src/core/lib/gpr/string_posix.cc',
40     'src/core/lib/gpr/string_util_windows.cc',
41     'src/core/lib/gpr/string_windows.cc',
42     'src/core/lib/gpr/sync.cc',
43     'src/core/lib/gpr/sync_posix.cc',
44     'src/core/lib/gpr/sync_windows.cc',
45     'src/core/lib/gpr/time.cc',
46     'src/core/lib/gpr/time_posix.cc',
47     'src/core/lib/gpr/time_precise.cc',
48     'src/core/lib/gpr/time_windows.cc',
49     'src/core/lib/gpr/tls_pthread.cc',
50     'src/core/lib/gpr/tmpfile_msys.cc',
51     'src/core/lib/gpr/tmpfile_posix.cc',
52     'src/core/lib/gpr/tmpfile_windows.cc',
53     'src/core/lib/gpr/wrap_memcpy.cc',
54     'src/core/lib/gprpp/arena.cc',
55     'src/core/lib/gprpp/fork.cc',
56     'src/core/lib/gprpp/global_config_env.cc',
57     'src/core/lib/gprpp/thd_posix.cc',
58     'src/core/lib/gprpp/thd_windows.cc',
59     'src/core/lib/profiling/basic_timers.cc',
60     'src/core/lib/profiling/stap_timers.cc',
61     'src/core/lib/surface/init.cc',
62     'src/core/lib/avl/avl.cc',
63     'src/core/lib/backoff/backoff.cc',
64     'src/core/lib/channel/channel_args.cc',
65     'src/core/lib/channel/channel_stack.cc',
66     'src/core/lib/channel/channel_stack_builder.cc',
67     'src/core/lib/channel/channel_trace.cc',
68     'src/core/lib/channel/channelz.cc',
69     'src/core/lib/channel/channelz_registry.cc',
70     'src/core/lib/channel/connected_channel.cc',
71     'src/core/lib/channel/handshaker.cc',
72     'src/core/lib/channel/handshaker_registry.cc',
73     'src/core/lib/channel/status_util.cc',
74     'src/core/lib/compression/compression.cc',
75     'src/core/lib/compression/compression_args.cc',
76     'src/core/lib/compression/compression_internal.cc',
77     'src/core/lib/compression/message_compress.cc',
78     'src/core/lib/compression/stream_compression.cc',
79     'src/core/lib/compression/stream_compression_gzip.cc',
80     'src/core/lib/compression/stream_compression_identity.cc',
81     'src/core/lib/debug/stats.cc',
82     'src/core/lib/debug/stats_data.cc',
83     'src/core/lib/http/format_request.cc',
84     'src/core/lib/http/httpcli.cc',
85     'src/core/lib/http/parser.cc',
86     'src/core/lib/iomgr/buffer_list.cc',
87     'src/core/lib/iomgr/call_combiner.cc',
88     'src/core/lib/iomgr/cfstream_handle.cc',
89     'src/core/lib/iomgr/combiner.cc',
90     'src/core/lib/iomgr/endpoint.cc',
91     'src/core/lib/iomgr/endpoint_cfstream.cc',
92     'src/core/lib/iomgr/endpoint_pair_posix.cc',
93     'src/core/lib/iomgr/endpoint_pair_uv.cc',
94     'src/core/lib/iomgr/endpoint_pair_windows.cc',
95     'src/core/lib/iomgr/error.cc',
96     'src/core/lib/iomgr/error_cfstream.cc',
97     'src/core/lib/iomgr/ev_epoll1_linux.cc',
98     'src/core/lib/iomgr/ev_epollex_linux.cc',
99     'src/core/lib/iomgr/ev_poll_posix.cc',
100     'src/core/lib/iomgr/ev_posix.cc',
101     'src/core/lib/iomgr/ev_windows.cc',
102     'src/core/lib/iomgr/exec_ctx.cc',
103     'src/core/lib/iomgr/executor.cc',
104     'src/core/lib/iomgr/fork_posix.cc',
105     'src/core/lib/iomgr/fork_windows.cc',
106     'src/core/lib/iomgr/gethostname_fallback.cc',
107     'src/core/lib/iomgr/gethostname_host_name_max.cc',
108     'src/core/lib/iomgr/gethostname_sysconf.cc',
109     'src/core/lib/iomgr/grpc_if_nametoindex_posix.cc',
110     'src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc',
111     'src/core/lib/iomgr/internal_errqueue.cc',
112     'src/core/lib/iomgr/iocp_windows.cc',
113     'src/core/lib/iomgr/iomgr.cc',
114     'src/core/lib/iomgr/iomgr_custom.cc',
115     'src/core/lib/iomgr/iomgr_internal.cc',
116     'src/core/lib/iomgr/iomgr_posix.cc',
117     'src/core/lib/iomgr/iomgr_posix_cfstream.cc',
118     'src/core/lib/iomgr/iomgr_uv.cc',
119     'src/core/lib/iomgr/iomgr_windows.cc',
120     'src/core/lib/iomgr/is_epollexclusive_available.cc',
121     'src/core/lib/iomgr/load_file.cc',
122     'src/core/lib/iomgr/lockfree_event.cc',
123     'src/core/lib/iomgr/polling_entity.cc',
124     'src/core/lib/iomgr/pollset.cc',
125     'src/core/lib/iomgr/pollset_custom.cc',
126     'src/core/lib/iomgr/pollset_set.cc',
127     'src/core/lib/iomgr/pollset_set_custom.cc',
128     'src/core/lib/iomgr/pollset_set_windows.cc',
129     'src/core/lib/iomgr/pollset_uv.cc',
130     'src/core/lib/iomgr/pollset_windows.cc',
131     'src/core/lib/iomgr/resolve_address.cc',
132     'src/core/lib/iomgr/resolve_address_custom.cc',
133     'src/core/lib/iomgr/resolve_address_posix.cc',
134     'src/core/lib/iomgr/resolve_address_windows.cc',
135     'src/core/lib/iomgr/resource_quota.cc',
136     'src/core/lib/iomgr/sockaddr_utils.cc',
137     'src/core/lib/iomgr/socket_factory_posix.cc',
138     'src/core/lib/iomgr/socket_mutator.cc',
139     'src/core/lib/iomgr/socket_utils_common_posix.cc',
140     'src/core/lib/iomgr/socket_utils_linux.cc',
141     'src/core/lib/iomgr/socket_utils_posix.cc',
142     'src/core/lib/iomgr/socket_utils_uv.cc',
143     'src/core/lib/iomgr/socket_utils_windows.cc',
144     'src/core/lib/iomgr/socket_windows.cc',
145     'src/core/lib/iomgr/tcp_client.cc',
146     'src/core/lib/iomgr/tcp_client_cfstream.cc',
147     'src/core/lib/iomgr/tcp_client_custom.cc',
148     'src/core/lib/iomgr/tcp_client_posix.cc',
149     'src/core/lib/iomgr/tcp_client_windows.cc',
150     'src/core/lib/iomgr/tcp_custom.cc',
151     'src/core/lib/iomgr/tcp_posix.cc',
152     'src/core/lib/iomgr/tcp_server.cc',
153     'src/core/lib/iomgr/tcp_server_custom.cc',
154     'src/core/lib/iomgr/tcp_server_posix.cc',
155     'src/core/lib/iomgr/tcp_server_utils_posix_common.cc',
156     'src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc',
157     'src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc',
158     'src/core/lib/iomgr/tcp_server_windows.cc',
159     'src/core/lib/iomgr/tcp_uv.cc',
160     'src/core/lib/iomgr/tcp_windows.cc',
161     'src/core/lib/iomgr/time_averaged_stats.cc',
162     'src/core/lib/iomgr/timer.cc',
163     'src/core/lib/iomgr/timer_custom.cc',
164     'src/core/lib/iomgr/timer_generic.cc',
165     'src/core/lib/iomgr/timer_heap.cc',
166     'src/core/lib/iomgr/timer_manager.cc',
167     'src/core/lib/iomgr/timer_uv.cc',
168     'src/core/lib/iomgr/udp_server.cc',
169     'src/core/lib/iomgr/unix_sockets_posix.cc',
170     'src/core/lib/iomgr/unix_sockets_posix_noop.cc',
171     'src/core/lib/iomgr/wakeup_fd_eventfd.cc',
172     'src/core/lib/iomgr/wakeup_fd_nospecial.cc',
173     'src/core/lib/iomgr/wakeup_fd_pipe.cc',
174     'src/core/lib/iomgr/wakeup_fd_posix.cc',
175     'src/core/lib/json/json.cc',
176     'src/core/lib/json/json_reader.cc',
177     'src/core/lib/json/json_string.cc',
178     'src/core/lib/json/json_writer.cc',
179     'src/core/lib/slice/b64.cc',
180     'src/core/lib/slice/percent_encoding.cc',
181     'src/core/lib/slice/slice.cc',
182     'src/core/lib/slice/slice_buffer.cc',
183     'src/core/lib/slice/slice_intern.cc',
184     'src/core/lib/slice/slice_string_helpers.cc',
185     'src/core/lib/surface/api_trace.cc',
186     'src/core/lib/surface/byte_buffer.cc',
187     'src/core/lib/surface/byte_buffer_reader.cc',
188     'src/core/lib/surface/call.cc',
189     'src/core/lib/surface/call_details.cc',
190     'src/core/lib/surface/call_log_batch.cc',
191     'src/core/lib/surface/channel.cc',
192     'src/core/lib/surface/channel_init.cc',
193     'src/core/lib/surface/channel_ping.cc',
194     'src/core/lib/surface/channel_stack_type.cc',
195     'src/core/lib/surface/completion_queue.cc',
196     'src/core/lib/surface/completion_queue_factory.cc',
197     'src/core/lib/surface/event_string.cc',
198     'src/core/lib/surface/lame_client.cc',
199     'src/core/lib/surface/metadata_array.cc',
200     'src/core/lib/surface/server.cc',
201     'src/core/lib/surface/validate_metadata.cc',
202     'src/core/lib/surface/version.cc',
203     'src/core/lib/transport/bdp_estimator.cc',
204     'src/core/lib/transport/byte_stream.cc',
205     'src/core/lib/transport/connectivity_state.cc',
206     'src/core/lib/transport/error_utils.cc',
207     'src/core/lib/transport/metadata.cc',
208     'src/core/lib/transport/metadata_batch.cc',
209     'src/core/lib/transport/pid_controller.cc',
210     'src/core/lib/transport/static_metadata.cc',
211     'src/core/lib/transport/status_conversion.cc',
212     'src/core/lib/transport/status_metadata.cc',
213     'src/core/lib/transport/timeout_encoding.cc',
214     'src/core/lib/transport/transport.cc',
215     'src/core/lib/transport/transport_op_string.cc',
216     'src/core/lib/uri/uri_parser.cc',
217     'src/core/lib/debug/trace.cc',
218     'src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc',
219     'src/core/ext/transport/chttp2/transport/bin_decoder.cc',
220     'src/core/ext/transport/chttp2/transport/bin_encoder.cc',
221     'src/core/ext/transport/chttp2/transport/chttp2_plugin.cc',
222     'src/core/ext/transport/chttp2/transport/chttp2_transport.cc',
223     'src/core/ext/transport/chttp2/transport/context_list.cc',
224     'src/core/ext/transport/chttp2/transport/flow_control.cc',
225     'src/core/ext/transport/chttp2/transport/frame_data.cc',
226     'src/core/ext/transport/chttp2/transport/frame_goaway.cc',
227     'src/core/ext/transport/chttp2/transport/frame_ping.cc',
228     'src/core/ext/transport/chttp2/transport/frame_rst_stream.cc',
229     'src/core/ext/transport/chttp2/transport/frame_settings.cc',
230     'src/core/ext/transport/chttp2/transport/frame_window_update.cc',
231     'src/core/ext/transport/chttp2/transport/hpack_encoder.cc',
232     'src/core/ext/transport/chttp2/transport/hpack_parser.cc',
233     'src/core/ext/transport/chttp2/transport/hpack_table.cc',
234     'src/core/ext/transport/chttp2/transport/http2_settings.cc',
235     'src/core/ext/transport/chttp2/transport/huffsyms.cc',
236     'src/core/ext/transport/chttp2/transport/incoming_metadata.cc',
237     'src/core/ext/transport/chttp2/transport/parsing.cc',
238     'src/core/ext/transport/chttp2/transport/stream_lists.cc',
239     'src/core/ext/transport/chttp2/transport/stream_map.cc',
240     'src/core/ext/transport/chttp2/transport/varint.cc',
241     'src/core/ext/transport/chttp2/transport/writing.cc',
242     'src/core/ext/transport/chttp2/alpn/alpn.cc',
243     'src/core/ext/filters/http/client/http_client_filter.cc',
244     'src/core/ext/filters/http/http_filters_plugin.cc',
245     'src/core/ext/filters/http/message_compress/message_compress_filter.cc',
246     'src/core/ext/filters/http/server/http_server_filter.cc',
247     'src/core/lib/http/httpcli_security_connector.cc',
248     'src/core/lib/security/context/security_context.cc',
249     'src/core/lib/security/credentials/alts/alts_credentials.cc',
250     'src/core/lib/security/credentials/composite/composite_credentials.cc',
251     'src/core/lib/security/credentials/credentials.cc',
252     'src/core/lib/security/credentials/credentials_metadata.cc',
253     'src/core/lib/security/credentials/fake/fake_credentials.cc',
254     'src/core/lib/security/credentials/google_default/credentials_generic.cc',
255     'src/core/lib/security/credentials/google_default/google_default_credentials.cc',
256     'src/core/lib/security/credentials/iam/iam_credentials.cc',
257     'src/core/lib/security/credentials/jwt/json_token.cc',
258     'src/core/lib/security/credentials/jwt/jwt_credentials.cc',
259     'src/core/lib/security/credentials/jwt/jwt_verifier.cc',
260     'src/core/lib/security/credentials/local/local_credentials.cc',
261     'src/core/lib/security/credentials/oauth2/oauth2_credentials.cc',
262     'src/core/lib/security/credentials/plugin/plugin_credentials.cc',
263     'src/core/lib/security/credentials/ssl/ssl_credentials.cc',
264     'src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc',
265     'src/core/lib/security/credentials/tls/spiffe_credentials.cc',
266     'src/core/lib/security/security_connector/alts/alts_security_connector.cc',
267     'src/core/lib/security/security_connector/fake/fake_security_connector.cc',
268     'src/core/lib/security/security_connector/load_system_roots_fallback.cc',
269     'src/core/lib/security/security_connector/load_system_roots_linux.cc',
270     'src/core/lib/security/security_connector/local/local_security_connector.cc',
271     'src/core/lib/security/security_connector/security_connector.cc',
272     'src/core/lib/security/security_connector/ssl/ssl_security_connector.cc',
273     'src/core/lib/security/security_connector/ssl_utils.cc',
274     'src/core/lib/security/security_connector/tls/spiffe_security_connector.cc',
275     'src/core/lib/security/transport/client_auth_filter.cc',
276     'src/core/lib/security/transport/secure_endpoint.cc',
277     'src/core/lib/security/transport/security_handshaker.cc',
278     'src/core/lib/security/transport/server_auth_filter.cc',
279     'src/core/lib/security/transport/target_authority_table.cc',
280     'src/core/lib/security/transport/tsi_error.cc',
281     'src/core/lib/security/util/json_util.cc',
282     'src/core/lib/surface/init_secure.cc',
283     'src/core/tsi/alts/crypt/aes_gcm.cc',
284     'src/core/tsi/alts/crypt/gsec.cc',
285     'src/core/tsi/alts/frame_protector/alts_counter.cc',
286     'src/core/tsi/alts/frame_protector/alts_crypter.cc',
287     'src/core/tsi/alts/frame_protector/alts_frame_protector.cc',
288     'src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.cc',
289     'src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc',
290     'src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc',
291     'src/core/tsi/alts/frame_protector/frame_handler.cc',
292     'src/core/tsi/alts/handshaker/alts_handshaker_client.cc',
293     'src/core/tsi/alts/handshaker/alts_shared_resource.cc',
294     'src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc',
295     'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.cc',
296     'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.cc',
297     'src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.cc',
298     'src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.cc',
299     'src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc',
300     'src/core/lib/security/credentials/alts/check_gcp_environment.cc',
301     'src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc',
302     'src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc',
303     'src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc',
304     'src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc',
305     'src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc',
306     'src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc',
307     'src/core/tsi/alts/handshaker/alts_handshaker_service_api.cc',
308     'src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.cc',
309     'src/core/tsi/alts/handshaker/alts_tsi_utils.cc',
310     'src/core/tsi/alts/handshaker/transport_security_common_api.cc',
311     'src/core/tsi/alts/handshaker/altscontext.pb.c',
312     'src/core/tsi/alts/handshaker/handshaker.pb.c',
313     'src/core/tsi/alts/handshaker/transport_security_common.pb.c',
314     'third_party/nanopb/pb_common.c',
315     'third_party/nanopb/pb_decode.c',
316     'third_party/nanopb/pb_encode.c',
317     'src/core/tsi/transport_security.cc',
318     'src/core/ext/transport/chttp2/client/insecure/channel_create.cc',
319     'src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc',
320     'src/core/ext/transport/chttp2/client/authority.cc',
321     'src/core/ext/transport/chttp2/client/chttp2_connector.cc',
322     'src/core/ext/filters/client_channel/backup_poller.cc',
323     'src/core/ext/filters/client_channel/channel_connectivity.cc',
324     'src/core/ext/filters/client_channel/client_channel.cc',
325     'src/core/ext/filters/client_channel/client_channel_channelz.cc',
326     'src/core/ext/filters/client_channel/client_channel_factory.cc',
327     'src/core/ext/filters/client_channel/client_channel_plugin.cc',
328     'src/core/ext/filters/client_channel/connector.cc',
329     'src/core/ext/filters/client_channel/global_subchannel_pool.cc',
330     'src/core/ext/filters/client_channel/health/health_check_client.cc',
331     'src/core/ext/filters/client_channel/http_connect_handshaker.cc',
332     'src/core/ext/filters/client_channel/http_proxy.cc',
333     'src/core/ext/filters/client_channel/lb_policy.cc',
334     'src/core/ext/filters/client_channel/lb_policy_registry.cc',
335     'src/core/ext/filters/client_channel/local_subchannel_pool.cc',
336     'src/core/ext/filters/client_channel/parse_address.cc',
337     'src/core/ext/filters/client_channel/proxy_mapper.cc',
338     'src/core/ext/filters/client_channel/proxy_mapper_registry.cc',
339     'src/core/ext/filters/client_channel/resolver.cc',
340     'src/core/ext/filters/client_channel/resolver_registry.cc',
341     'src/core/ext/filters/client_channel/resolver_result_parsing.cc',
342     'src/core/ext/filters/client_channel/resolving_lb_policy.cc',
343     'src/core/ext/filters/client_channel/retry_throttle.cc',
344     'src/core/ext/filters/client_channel/server_address.cc',
345     'src/core/ext/filters/client_channel/service_config.cc',
346     'src/core/ext/filters/client_channel/subchannel.cc',
347     'src/core/ext/filters/client_channel/subchannel_pool_interface.cc',
348     'src/core/ext/filters/deadline/deadline_filter.cc',
349     'src/core/ext/filters/client_channel/health/health.pb.c',
350     'src/core/tsi/fake_transport_security.cc',
351     'src/core/tsi/local_transport_security.cc',
352     'src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc',
353     'src/core/tsi/ssl/session_cache/ssl_session_cache.cc',
354     'src/core/tsi/ssl/session_cache/ssl_session_openssl.cc',
355     'src/core/tsi/ssl_transport_security.cc',
356     'src/core/tsi/transport_security_grpc.cc',
357     'src/core/ext/transport/chttp2/server/chttp2_server.cc',
358     'src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc',
359     'src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc',
360     'src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc',
361     'src/core/ext/transport/inproc/inproc_plugin.cc',
362     'src/core/ext/transport/inproc/inproc_transport.cc',
363     'src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc',
364     'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc',
365     'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc',
366     'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc',
367     'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc',
368     'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc',
369     'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c',
370     'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c',
371     'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c',
372     'src/core/ext/filters/client_channel/lb_policy/xds/xds.cc',
373     'src/core/ext/filters/client_channel/lb_policy/xds/xds_channel_secure.cc',
374     'src/core/ext/filters/client_channel/lb_policy/xds/xds_client_stats.cc',
375     'src/core/ext/filters/client_channel/lb_policy/xds/xds_load_balancer_api.cc',
376     'src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc',
377     'src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc',
378     'src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc',
379     'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.cc',
380     'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc',
381     'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc',
382     'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc',
383     'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc',
384     'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc',
385     'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_libuv.cc',
386     'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_posix.cc',
387     'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_windows.cc',
388     'src/core/ext/filters/client_channel/resolver/dns/dns_resolver_selection.cc',
389     'src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc',
390     'src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc',
391     'src/core/ext/filters/census/grpc_context.cc',
392     'src/core/ext/filters/max_age/max_age_filter.cc',
393     'src/core/ext/filters/message_size/message_size_filter.cc',
394     'src/core/ext/filters/http/client_authority_filter.cc',
395     'src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc',
396     'src/core/ext/filters/workarounds/workaround_utils.cc',
397     'src/core/plugin_registry/grpc_plugin_registry.cc',
398     'src/boringssl/err_data.c',
399     'third_party/boringssl/crypto/asn1/a_bitstr.c',
400     'third_party/boringssl/crypto/asn1/a_bool.c',
401     'third_party/boringssl/crypto/asn1/a_d2i_fp.c',
402     'third_party/boringssl/crypto/asn1/a_dup.c',
403     'third_party/boringssl/crypto/asn1/a_enum.c',
404     'third_party/boringssl/crypto/asn1/a_gentm.c',
405     'third_party/boringssl/crypto/asn1/a_i2d_fp.c',
406     'third_party/boringssl/crypto/asn1/a_int.c',
407     'third_party/boringssl/crypto/asn1/a_mbstr.c',
408     'third_party/boringssl/crypto/asn1/a_object.c',
409     'third_party/boringssl/crypto/asn1/a_octet.c',
410     'third_party/boringssl/crypto/asn1/a_print.c',
411     'third_party/boringssl/crypto/asn1/a_strnid.c',
412     'third_party/boringssl/crypto/asn1/a_time.c',
413     'third_party/boringssl/crypto/asn1/a_type.c',
414     'third_party/boringssl/crypto/asn1/a_utctm.c',
415     'third_party/boringssl/crypto/asn1/a_utf8.c',
416     'third_party/boringssl/crypto/asn1/asn1_lib.c',
417     'third_party/boringssl/crypto/asn1/asn1_par.c',
418     'third_party/boringssl/crypto/asn1/asn_pack.c',
419     'third_party/boringssl/crypto/asn1/f_enum.c',
420     'third_party/boringssl/crypto/asn1/f_int.c',
421     'third_party/boringssl/crypto/asn1/f_string.c',
422     'third_party/boringssl/crypto/asn1/tasn_dec.c',
423     'third_party/boringssl/crypto/asn1/tasn_enc.c',
424     'third_party/boringssl/crypto/asn1/tasn_fre.c',
425     'third_party/boringssl/crypto/asn1/tasn_new.c',
426     'third_party/boringssl/crypto/asn1/tasn_typ.c',
427     'third_party/boringssl/crypto/asn1/tasn_utl.c',
428     'third_party/boringssl/crypto/asn1/time_support.c',
429     'third_party/boringssl/crypto/base64/base64.c',
430     'third_party/boringssl/crypto/bio/bio.c',
431     'third_party/boringssl/crypto/bio/bio_mem.c',
432     'third_party/boringssl/crypto/bio/connect.c',
433     'third_party/boringssl/crypto/bio/fd.c',
434     'third_party/boringssl/crypto/bio/file.c',
435     'third_party/boringssl/crypto/bio/hexdump.c',
436     'third_party/boringssl/crypto/bio/pair.c',
437     'third_party/boringssl/crypto/bio/printf.c',
438     'third_party/boringssl/crypto/bio/socket.c',
439     'third_party/boringssl/crypto/bio/socket_helper.c',
440     'third_party/boringssl/crypto/bn_extra/bn_asn1.c',
441     'third_party/boringssl/crypto/bn_extra/convert.c',
442     'third_party/boringssl/crypto/buf/buf.c',
443     'third_party/boringssl/crypto/bytestring/asn1_compat.c',
444     'third_party/boringssl/crypto/bytestring/ber.c',
445     'third_party/boringssl/crypto/bytestring/cbb.c',
446     'third_party/boringssl/crypto/bytestring/cbs.c',
447     'third_party/boringssl/crypto/chacha/chacha.c',
448     'third_party/boringssl/crypto/cipher_extra/cipher_extra.c',
449     'third_party/boringssl/crypto/cipher_extra/derive_key.c',
450     'third_party/boringssl/crypto/cipher_extra/e_aesccm.c',
451     'third_party/boringssl/crypto/cipher_extra/e_aesctrhmac.c',
452     'third_party/boringssl/crypto/cipher_extra/e_aesgcmsiv.c',
453     'third_party/boringssl/crypto/cipher_extra/e_chacha20poly1305.c',
454     'third_party/boringssl/crypto/cipher_extra/e_null.c',
455     'third_party/boringssl/crypto/cipher_extra/e_rc2.c',
456     'third_party/boringssl/crypto/cipher_extra/e_rc4.c',
457     'third_party/boringssl/crypto/cipher_extra/e_ssl3.c',
458     'third_party/boringssl/crypto/cipher_extra/e_tls.c',
459     'third_party/boringssl/crypto/cipher_extra/tls_cbc.c',
460     'third_party/boringssl/crypto/cmac/cmac.c',
461     'third_party/boringssl/crypto/conf/conf.c',
462     'third_party/boringssl/crypto/cpu-aarch64-fuchsia.c',
463     'third_party/boringssl/crypto/cpu-aarch64-linux.c',
464     'third_party/boringssl/crypto/cpu-arm-linux.c',
465     'third_party/boringssl/crypto/cpu-arm.c',
466     'third_party/boringssl/crypto/cpu-intel.c',
467     'third_party/boringssl/crypto/cpu-ppc64le.c',
468     'third_party/boringssl/crypto/crypto.c',
469     'third_party/boringssl/crypto/curve25519/spake25519.c',
470     'third_party/boringssl/crypto/dh/check.c',
471     'third_party/boringssl/crypto/dh/dh.c',
472     'third_party/boringssl/crypto/dh/dh_asn1.c',
473     'third_party/boringssl/crypto/dh/params.c',
474     'third_party/boringssl/crypto/digest_extra/digest_extra.c',
475     'third_party/boringssl/crypto/dsa/dsa.c',
476     'third_party/boringssl/crypto/dsa/dsa_asn1.c',
477     'third_party/boringssl/crypto/ec_extra/ec_asn1.c',
478     'third_party/boringssl/crypto/ecdh/ecdh.c',
479     'third_party/boringssl/crypto/ecdsa_extra/ecdsa_asn1.c',
480     'third_party/boringssl/crypto/engine/engine.c',
481     'third_party/boringssl/crypto/err/err.c',
482     'third_party/boringssl/crypto/evp/digestsign.c',
483     'third_party/boringssl/crypto/evp/evp.c',
484     'third_party/boringssl/crypto/evp/evp_asn1.c',
485     'third_party/boringssl/crypto/evp/evp_ctx.c',
486     'third_party/boringssl/crypto/evp/p_dsa_asn1.c',
487     'third_party/boringssl/crypto/evp/p_ec.c',
488     'third_party/boringssl/crypto/evp/p_ec_asn1.c',
489     'third_party/boringssl/crypto/evp/p_ed25519.c',
490     'third_party/boringssl/crypto/evp/p_ed25519_asn1.c',
491     'third_party/boringssl/crypto/evp/p_rsa.c',
492     'third_party/boringssl/crypto/evp/p_rsa_asn1.c',
493     'third_party/boringssl/crypto/evp/pbkdf.c',
494     'third_party/boringssl/crypto/evp/print.c',
495     'third_party/boringssl/crypto/evp/scrypt.c',
496     'third_party/boringssl/crypto/evp/sign.c',
497     'third_party/boringssl/crypto/ex_data.c',
498     'third_party/boringssl/crypto/fipsmodule/bcm.c',
499     'third_party/boringssl/crypto/fipsmodule/is_fips.c',
500     'third_party/boringssl/crypto/hkdf/hkdf.c',
501     'third_party/boringssl/crypto/lhash/lhash.c',
502     'third_party/boringssl/crypto/mem.c',
503     'third_party/boringssl/crypto/obj/obj.c',
504     'third_party/boringssl/crypto/obj/obj_xref.c',
505     'third_party/boringssl/crypto/pem/pem_all.c',
506     'third_party/boringssl/crypto/pem/pem_info.c',
507     'third_party/boringssl/crypto/pem/pem_lib.c',
508     'third_party/boringssl/crypto/pem/pem_oth.c',
509     'third_party/boringssl/crypto/pem/pem_pk8.c',
510     'third_party/boringssl/crypto/pem/pem_pkey.c',
511     'third_party/boringssl/crypto/pem/pem_x509.c',
512     'third_party/boringssl/crypto/pem/pem_xaux.c',
513     'third_party/boringssl/crypto/pkcs7/pkcs7.c',
514     'third_party/boringssl/crypto/pkcs7/pkcs7_x509.c',
515     'third_party/boringssl/crypto/pkcs8/p5_pbev2.c',
516     'third_party/boringssl/crypto/pkcs8/pkcs8.c',
517     'third_party/boringssl/crypto/pkcs8/pkcs8_x509.c',
518     'third_party/boringssl/crypto/poly1305/poly1305.c',
519     'third_party/boringssl/crypto/poly1305/poly1305_arm.c',
520     'third_party/boringssl/crypto/poly1305/poly1305_vec.c',
521     'third_party/boringssl/crypto/pool/pool.c',
522     'third_party/boringssl/crypto/rand_extra/deterministic.c',
523     'third_party/boringssl/crypto/rand_extra/forkunsafe.c',
524     'third_party/boringssl/crypto/rand_extra/fuchsia.c',
525     'third_party/boringssl/crypto/rand_extra/rand_extra.c',
526     'third_party/boringssl/crypto/rand_extra/windows.c',
527     'third_party/boringssl/crypto/rc4/rc4.c',
528     'third_party/boringssl/crypto/refcount_c11.c',
529     'third_party/boringssl/crypto/refcount_lock.c',
530     'third_party/boringssl/crypto/rsa_extra/rsa_asn1.c',
531     'third_party/boringssl/crypto/stack/stack.c',
532     'third_party/boringssl/crypto/thread.c',
533     'third_party/boringssl/crypto/thread_none.c',
534     'third_party/boringssl/crypto/thread_pthread.c',
535     'third_party/boringssl/crypto/thread_win.c',
536     'third_party/boringssl/crypto/x509/a_digest.c',
537     'third_party/boringssl/crypto/x509/a_sign.c',
538     'third_party/boringssl/crypto/x509/a_strex.c',
539     'third_party/boringssl/crypto/x509/a_verify.c',
540     'third_party/boringssl/crypto/x509/algorithm.c',
541     'third_party/boringssl/crypto/x509/asn1_gen.c',
542     'third_party/boringssl/crypto/x509/by_dir.c',
543     'third_party/boringssl/crypto/x509/by_file.c',
544     'third_party/boringssl/crypto/x509/i2d_pr.c',
545     'third_party/boringssl/crypto/x509/rsa_pss.c',
546     'third_party/boringssl/crypto/x509/t_crl.c',
547     'third_party/boringssl/crypto/x509/t_req.c',
548     'third_party/boringssl/crypto/x509/t_x509.c',
549     'third_party/boringssl/crypto/x509/t_x509a.c',
550     'third_party/boringssl/crypto/x509/x509.c',
551     'third_party/boringssl/crypto/x509/x509_att.c',
552     'third_party/boringssl/crypto/x509/x509_cmp.c',
553     'third_party/boringssl/crypto/x509/x509_d2.c',
554     'third_party/boringssl/crypto/x509/x509_def.c',
555     'third_party/boringssl/crypto/x509/x509_ext.c',
556     'third_party/boringssl/crypto/x509/x509_lu.c',
557     'third_party/boringssl/crypto/x509/x509_obj.c',
558     'third_party/boringssl/crypto/x509/x509_r2x.c',
559     'third_party/boringssl/crypto/x509/x509_req.c',
560     'third_party/boringssl/crypto/x509/x509_set.c',
561     'third_party/boringssl/crypto/x509/x509_trs.c',
562     'third_party/boringssl/crypto/x509/x509_txt.c',
563     'third_party/boringssl/crypto/x509/x509_v3.c',
564     'third_party/boringssl/crypto/x509/x509_vfy.c',
565     'third_party/boringssl/crypto/x509/x509_vpm.c',
566     'third_party/boringssl/crypto/x509/x509cset.c',
567     'third_party/boringssl/crypto/x509/x509name.c',
568     'third_party/boringssl/crypto/x509/x509rset.c',
569     'third_party/boringssl/crypto/x509/x509spki.c',
570     'third_party/boringssl/crypto/x509/x_algor.c',
571     'third_party/boringssl/crypto/x509/x_all.c',
572     'third_party/boringssl/crypto/x509/x_attrib.c',
573     'third_party/boringssl/crypto/x509/x_crl.c',
574     'third_party/boringssl/crypto/x509/x_exten.c',
575     'third_party/boringssl/crypto/x509/x_info.c',
576     'third_party/boringssl/crypto/x509/x_name.c',
577     'third_party/boringssl/crypto/x509/x_pkey.c',
578     'third_party/boringssl/crypto/x509/x_pubkey.c',
579     'third_party/boringssl/crypto/x509/x_req.c',
580     'third_party/boringssl/crypto/x509/x_sig.c',
581     'third_party/boringssl/crypto/x509/x_spki.c',
582     'third_party/boringssl/crypto/x509/x_val.c',
583     'third_party/boringssl/crypto/x509/x_x509.c',
584     'third_party/boringssl/crypto/x509/x_x509a.c',
585     'third_party/boringssl/crypto/x509v3/pcy_cache.c',
586     'third_party/boringssl/crypto/x509v3/pcy_data.c',
587     'third_party/boringssl/crypto/x509v3/pcy_lib.c',
588     'third_party/boringssl/crypto/x509v3/pcy_map.c',
589     'third_party/boringssl/crypto/x509v3/pcy_node.c',
590     'third_party/boringssl/crypto/x509v3/pcy_tree.c',
591     'third_party/boringssl/crypto/x509v3/v3_akey.c',
592     'third_party/boringssl/crypto/x509v3/v3_akeya.c',
593     'third_party/boringssl/crypto/x509v3/v3_alt.c',
594     'third_party/boringssl/crypto/x509v3/v3_bcons.c',
595     'third_party/boringssl/crypto/x509v3/v3_bitst.c',
596     'third_party/boringssl/crypto/x509v3/v3_conf.c',
597     'third_party/boringssl/crypto/x509v3/v3_cpols.c',
598     'third_party/boringssl/crypto/x509v3/v3_crld.c',
599     'third_party/boringssl/crypto/x509v3/v3_enum.c',
600     'third_party/boringssl/crypto/x509v3/v3_extku.c',
601     'third_party/boringssl/crypto/x509v3/v3_genn.c',
602     'third_party/boringssl/crypto/x509v3/v3_ia5.c',
603     'third_party/boringssl/crypto/x509v3/v3_info.c',
604     'third_party/boringssl/crypto/x509v3/v3_int.c',
605     'third_party/boringssl/crypto/x509v3/v3_lib.c',
606     'third_party/boringssl/crypto/x509v3/v3_ncons.c',
607     'third_party/boringssl/crypto/x509v3/v3_pci.c',
608     'third_party/boringssl/crypto/x509v3/v3_pcia.c',
609     'third_party/boringssl/crypto/x509v3/v3_pcons.c',
610     'third_party/boringssl/crypto/x509v3/v3_pku.c',
611     'third_party/boringssl/crypto/x509v3/v3_pmaps.c',
612     'third_party/boringssl/crypto/x509v3/v3_prn.c',
613     'third_party/boringssl/crypto/x509v3/v3_purp.c',
614     'third_party/boringssl/crypto/x509v3/v3_skey.c',
615     'third_party/boringssl/crypto/x509v3/v3_sxnet.c',
616     'third_party/boringssl/crypto/x509v3/v3_utl.c',
617     'third_party/boringssl/ssl/bio_ssl.cc',
618     'third_party/boringssl/ssl/custom_extensions.cc',
619     'third_party/boringssl/ssl/d1_both.cc',
620     'third_party/boringssl/ssl/d1_lib.cc',
621     'third_party/boringssl/ssl/d1_pkt.cc',
622     'third_party/boringssl/ssl/d1_srtp.cc',
623     'third_party/boringssl/ssl/dtls_method.cc',
624     'third_party/boringssl/ssl/dtls_record.cc',
625     'third_party/boringssl/ssl/handoff.cc',
626     'third_party/boringssl/ssl/handshake.cc',
627     'third_party/boringssl/ssl/handshake_client.cc',
628     'third_party/boringssl/ssl/handshake_server.cc',
629     'third_party/boringssl/ssl/s3_both.cc',
630     'third_party/boringssl/ssl/s3_lib.cc',
631     'third_party/boringssl/ssl/s3_pkt.cc',
632     'third_party/boringssl/ssl/ssl_aead_ctx.cc',
633     'third_party/boringssl/ssl/ssl_asn1.cc',
634     'third_party/boringssl/ssl/ssl_buffer.cc',
635     'third_party/boringssl/ssl/ssl_cert.cc',
636     'third_party/boringssl/ssl/ssl_cipher.cc',
637     'third_party/boringssl/ssl/ssl_file.cc',
638     'third_party/boringssl/ssl/ssl_key_share.cc',
639     'third_party/boringssl/ssl/ssl_lib.cc',
640     'third_party/boringssl/ssl/ssl_privkey.cc',
641     'third_party/boringssl/ssl/ssl_session.cc',
642     'third_party/boringssl/ssl/ssl_stat.cc',
643     'third_party/boringssl/ssl/ssl_transcript.cc',
644     'third_party/boringssl/ssl/ssl_versions.cc',
645     'third_party/boringssl/ssl/ssl_x509.cc',
646     'third_party/boringssl/ssl/t1_enc.cc',
647     'third_party/boringssl/ssl/t1_lib.cc',
648     'third_party/boringssl/ssl/tls13_both.cc',
649     'third_party/boringssl/ssl/tls13_client.cc',
650     'third_party/boringssl/ssl/tls13_enc.cc',
651     'third_party/boringssl/ssl/tls13_server.cc',
652     'third_party/boringssl/ssl/tls_method.cc',
653     'third_party/boringssl/ssl/tls_record.cc',
654     'third_party/boringssl/third_party/fiat/curve25519.c',
655     'third_party/zlib/adler32.c',
656     'third_party/zlib/compress.c',
657     'third_party/zlib/crc32.c',
658     'third_party/zlib/deflate.c',
659     'third_party/zlib/gzclose.c',
660     'third_party/zlib/gzlib.c',
661     'third_party/zlib/gzread.c',
662     'third_party/zlib/gzwrite.c',
663     'third_party/zlib/infback.c',
664     'third_party/zlib/inffast.c',
665     'third_party/zlib/inflate.c',
666     'third_party/zlib/inftrees.c',
667     'third_party/zlib/trees.c',
668     'third_party/zlib/uncompr.c',
669     'third_party/zlib/zutil.c',
670     'third_party/cares/cares/ares__close_sockets.c',
671     'third_party/cares/cares/ares__get_hostent.c',
672     'third_party/cares/cares/ares__read_line.c',
673     'third_party/cares/cares/ares__timeval.c',
674     'third_party/cares/cares/ares_cancel.c',
675     'third_party/cares/cares/ares_create_query.c',
676     'third_party/cares/cares/ares_data.c',
677     'third_party/cares/cares/ares_destroy.c',
678     'third_party/cares/cares/ares_expand_name.c',
679     'third_party/cares/cares/ares_expand_string.c',
680     'third_party/cares/cares/ares_fds.c',
681     'third_party/cares/cares/ares_free_hostent.c',
682     'third_party/cares/cares/ares_free_string.c',
683     'third_party/cares/cares/ares_getenv.c',
684     'third_party/cares/cares/ares_gethostbyaddr.c',
685     'third_party/cares/cares/ares_gethostbyname.c',
686     'third_party/cares/cares/ares_getnameinfo.c',
687     'third_party/cares/cares/ares_getopt.c',
688     'third_party/cares/cares/ares_getsock.c',
689     'third_party/cares/cares/ares_init.c',
690     'third_party/cares/cares/ares_library_init.c',
691     'third_party/cares/cares/ares_llist.c',
692     'third_party/cares/cares/ares_mkquery.c',
693     'third_party/cares/cares/ares_nowarn.c',
694     'third_party/cares/cares/ares_options.c',
695     'third_party/cares/cares/ares_parse_a_reply.c',
696     'third_party/cares/cares/ares_parse_aaaa_reply.c',
697     'third_party/cares/cares/ares_parse_mx_reply.c',
698     'third_party/cares/cares/ares_parse_naptr_reply.c',
699     'third_party/cares/cares/ares_parse_ns_reply.c',
700     'third_party/cares/cares/ares_parse_ptr_reply.c',
701     'third_party/cares/cares/ares_parse_soa_reply.c',
702     'third_party/cares/cares/ares_parse_srv_reply.c',
703     'third_party/cares/cares/ares_parse_txt_reply.c',
704     'third_party/cares/cares/ares_platform.c',
705     'third_party/cares/cares/ares_process.c',
706     'third_party/cares/cares/ares_query.c',
707     'third_party/cares/cares/ares_search.c',
708     'third_party/cares/cares/ares_send.c',
709     'third_party/cares/cares/ares_strcasecmp.c',
710     'third_party/cares/cares/ares_strdup.c',
711     'third_party/cares/cares/ares_strerror.c',
712     'third_party/cares/cares/ares_strsplit.c',
713     'third_party/cares/cares/ares_timeout.c',
714     'third_party/cares/cares/ares_version.c',
715     'third_party/cares/cares/ares_writev.c',
716     'third_party/cares/cares/bitncmp.c',
717     'third_party/cares/cares/inet_net_pton.c',
718     'third_party/cares/cares/inet_ntop.c',
719     'third_party/cares/cares/windows_port.c',
720 ]