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