blob: d1f64c6c93f5f5adee1f0b725a193fc54fb03acc [file] [log] [blame]
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02001# GRPC Bazel BUILD file.
Jorge Canizales3beb2402015-07-02 01:30:33 -07002# This currently builds C, C++ and Objective-C code.
Nicolas "Pixel" Nobled49893d2015-04-21 04:57:45 +02003# This file has been automatically generated from a template file.
4# Please look at the templates directory instead.
murgatroid99f680af02015-06-22 11:20:24 -07005# This file can be regenerated from the template by running
6# tools/buildgen/generate_projects.sh
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02007
8# Copyright 2015, Google Inc.
9# All rights reserved.
10#
11# Redistribution and use in source and binary forms, with or without
12# modification, are permitted provided that the following conditions are
13# met:
14#
15# * Redistributions of source code must retain the above copyright
16# notice, this list of conditions and the following disclaimer.
17# * Redistributions in binary form must reproduce the above
18# copyright notice, this list of conditions and the following disclaimer
19# in the documentation and/or other materials provided with the
20# distribution.
21# * Neither the name of Google Inc. nor the names of its
22# contributors may be used to endorse or promote products derived from
23# this software without specific prior written permission.
24#
25# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
37licenses(["notice"]) # 3-clause BSD
38
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070039package(default_visibility = ["//visibility:public"])
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +020040
41
42
43
44cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070045 name = "grpc",
46 srcs = [
Julien Boeufc6f8d0a2015-05-11 22:40:02 -070047 "src/core/security/auth_filters.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070048 "src/core/security/base64.h",
49 "src/core/security/credentials.h",
Julien Boeuf87047d72015-08-21 14:30:33 -070050 "src/core/security/handshake.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070051 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +020052 "src/core/security/jwt_verifier.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070053 "src/core/security/secure_endpoint.h",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -070054 "src/core/security/security_connector.h",
Julien Boeufd7f768b2015-05-08 16:37:16 -070055 "src/core/security/security_context.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070056 "src/core/tsi/fake_transport_security.h",
57 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -080058 "src/core/tsi/ssl_types.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070059 "src/core/tsi/transport_security.h",
60 "src/core/tsi/transport_security_interface.h",
Hongyu Chene09dc782015-08-21 11:28:33 -070061 "src/core/census/grpc_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070062 "src/core/channel/channel_args.h",
63 "src/core/channel/channel_stack.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070064 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -070065 "src/core/channel/client_uchannel.h",
David Garcia Quintas55b4ea12015-06-16 14:27:32 -070066 "src/core/channel/compress_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070067 "src/core/channel/connected_channel.h",
murgatroid997da8b1a2015-06-17 12:37:34 -070068 "src/core/channel/context.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070069 "src/core/channel/http_client_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070070 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -080071 "src/core/channel/subchannel_call_holder.h",
Craig Tilleraf691802015-06-23 14:57:07 -070072 "src/core/client_config/client_config.h",
Craig Tiller91624662015-06-25 16:31:02 -070073 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -080074 "src/core/client_config/initial_connect_string.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -070075 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -070076 "src/core/client_config/lb_policies/round_robin.h",
Craig Tilleraf691802015-06-23 14:57:07 -070077 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -070078 "src/core/client_config/lb_policy_factory.h",
79 "src/core/client_config/lb_policy_registry.h",
Craig Tilleraf691802015-06-23 14:57:07 -070080 "src/core/client_config/resolver.h",
Craig Tiller7df28a72015-06-24 09:23:52 -070081 "src/core/client_config/resolver_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -070082 "src/core/client_config/resolver_registry.h",
83 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -070084 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tilleraf691802015-06-23 14:57:07 -070085 "src/core/client_config/subchannel.h",
86 "src/core/client_config/subchannel_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -070087 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -080088 "src/core/compression/algorithm_metadata.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070089 "src/core/compression/message_compress.h",
90 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -070091 "src/core/httpcli/format_request.h",
92 "src/core/httpcli/httpcli.h",
93 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -070094 "src/core/iomgr/closure.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070095 "src/core/iomgr/endpoint.h",
96 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -070097 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -070098 "src/core/iomgr/executor.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070099 "src/core/iomgr/fd_posix.h",
100 "src/core/iomgr/iocp_windows.h",
101 "src/core/iomgr/iomgr.h",
102 "src/core/iomgr/iomgr_internal.h",
103 "src/core/iomgr/iomgr_posix.h",
104 "src/core/iomgr/pollset.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700105 "src/core/iomgr/pollset_posix.h",
Jorge Canizalesfe8ad732015-06-20 19:53:59 -0700106 "src/core/iomgr/pollset_set.h",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700107 "src/core/iomgr/pollset_set_posix.h",
108 "src/core/iomgr/pollset_set_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700109 "src/core/iomgr/pollset_windows.h",
110 "src/core/iomgr/resolve_address.h",
111 "src/core/iomgr/sockaddr.h",
112 "src/core/iomgr/sockaddr_posix.h",
113 "src/core/iomgr/sockaddr_utils.h",
114 "src/core/iomgr/sockaddr_win32.h",
115 "src/core/iomgr/socket_utils_posix.h",
116 "src/core/iomgr/socket_windows.h",
117 "src/core/iomgr/tcp_client.h",
118 "src/core/iomgr/tcp_posix.h",
119 "src/core/iomgr/tcp_server.h",
120 "src/core/iomgr/tcp_windows.h",
121 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700122 "src/core/iomgr/timer.h",
123 "src/core/iomgr/timer_heap.h",
124 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -0400125 "src/core/iomgr/udp_server.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700126 "src/core/iomgr/wakeup_fd_pipe.h",
127 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -0700128 "src/core/iomgr/workqueue.h",
129 "src/core/iomgr/workqueue_posix.h",
130 "src/core/iomgr/workqueue_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700131 "src/core/json/json.h",
132 "src/core/json/json_common.h",
133 "src/core/json/json_reader.h",
134 "src/core/json/json_writer.h",
Hongyu Chenbeb580b2015-08-25 16:19:33 -0700135 "src/core/statistics/census_interface.h",
136 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -0700137 "src/core/surface/api_trace.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700138 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -0700139 "src/core/surface/call_test_only.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700140 "src/core/surface/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700141 "src/core/surface/completion_queue.h",
142 "src/core/surface/event_string.h",
143 "src/core/surface/init.h",
144 "src/core/surface/server.h",
145 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800146 "src/core/transport/byte_stream.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700147 "src/core/transport/chttp2/alpn.h",
148 "src/core/transport/chttp2/bin_encoder.h",
149 "src/core/transport/chttp2/frame.h",
150 "src/core/transport/chttp2/frame_data.h",
151 "src/core/transport/chttp2/frame_goaway.h",
152 "src/core/transport/chttp2/frame_ping.h",
153 "src/core/transport/chttp2/frame_rst_stream.h",
154 "src/core/transport/chttp2/frame_settings.h",
155 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800156 "src/core/transport/chttp2/hpack_encoder.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700157 "src/core/transport/chttp2/hpack_parser.h",
158 "src/core/transport/chttp2/hpack_table.h",
159 "src/core/transport/chttp2/http2_errors.h",
160 "src/core/transport/chttp2/huffsyms.h",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700161 "src/core/transport/chttp2/incoming_metadata.h",
Craig Tiller41527062015-06-12 07:51:05 -0700162 "src/core/transport/chttp2/internal.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700163 "src/core/transport/chttp2/status_conversion.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700164 "src/core/transport/chttp2/stream_map.h",
165 "src/core/transport/chttp2/timeout_encoding.h",
166 "src/core/transport/chttp2/varint.h",
167 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700168 "src/core/transport/connectivity_state.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700169 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800170 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -0800171 "src/core/transport/static_metadata.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700172 "src/core/transport/transport.h",
173 "src/core/transport/transport_impl.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100174 "src/core/profiling/timers.h",
175 "src/core/support/block_annotate.h",
176 "src/core/support/env.h",
177 "src/core/support/file.h",
178 "src/core/support/murmur_hash.h",
179 "src/core/support/stack_lockfree.h",
180 "src/core/support/string.h",
181 "src/core/support/string_win32.h",
182 "src/core/support/thd_internal.h",
183 "src/core/support/time_precise.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -0700184 "src/core/census/aggregation.h",
Alistair Veitch9a099822015-08-27 13:16:00 -0700185 "src/core/census/rpc_metric_id.h",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700186 "src/core/httpcli/httpcli_security_connector.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700187 "src/core/security/base64.c",
Julien Boeufc6f8d0a2015-05-11 22:40:02 -0700188 "src/core/security/client_auth_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700189 "src/core/security/credentials.c",
Julien Boeuf75c9b6f2015-05-29 13:12:12 -0700190 "src/core/security/credentials_metadata.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700191 "src/core/security/credentials_posix.c",
192 "src/core/security/credentials_win32.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700193 "src/core/security/google_default_credentials.c",
Julien Boeuf87047d72015-08-21 14:30:33 -0700194 "src/core/security/handshake.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700195 "src/core/security/json_token.c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200196 "src/core/security/jwt_verifier.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700197 "src/core/security/secure_endpoint.c",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700198 "src/core/security/security_connector.c",
Julien Boeufd7f768b2015-05-08 16:37:16 -0700199 "src/core/security/security_context.c",
Julien Boeufc6f8d0a2015-05-11 22:40:02 -0700200 "src/core/security/server_auth_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700201 "src/core/security/server_secure_chttp2.c",
202 "src/core/surface/init_secure.c",
203 "src/core/surface/secure_channel_create.c",
204 "src/core/tsi/fake_transport_security.c",
205 "src/core/tsi/ssl_transport_security.c",
206 "src/core/tsi/transport_security.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700207 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -0700208 "src/core/census/grpc_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700209 "src/core/channel/channel_args.c",
210 "src/core/channel/channel_stack.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700211 "src/core/channel/client_channel.c",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700212 "src/core/channel/client_uchannel.c",
David Garcia Quintas55b4ea12015-06-16 14:27:32 -0700213 "src/core/channel/compress_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700214 "src/core/channel/connected_channel.c",
215 "src/core/channel/http_client_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700216 "src/core/channel/http_server_filter.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800217 "src/core/channel/subchannel_call_holder.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700218 "src/core/client_config/client_config.c",
Craig Tiller91624662015-06-25 16:31:02 -0700219 "src/core/client_config/connector.c",
yang-ga6124122015-11-05 22:36:20 -0800220 "src/core/client_config/default_initial_connect_string.c",
221 "src/core/client_config/initial_connect_string.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700222 "src/core/client_config/lb_policies/pick_first.c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700223 "src/core/client_config/lb_policies/round_robin.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700224 "src/core/client_config/lb_policy.c",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700225 "src/core/client_config/lb_policy_factory.c",
226 "src/core/client_config/lb_policy_registry.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700227 "src/core/client_config/resolver.c",
Craig Tiller7df28a72015-06-24 09:23:52 -0700228 "src/core/client_config/resolver_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700229 "src/core/client_config/resolver_registry.c",
230 "src/core/client_config/resolvers/dns_resolver.c",
Craig Tiller698d00c2015-07-20 12:32:58 -0700231 "src/core/client_config/resolvers/sockaddr_resolver.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700232 "src/core/client_config/subchannel.c",
233 "src/core/client_config/subchannel_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700234 "src/core/client_config/uri_parser.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700235 "src/core/compression/algorithm.c",
236 "src/core/compression/message_compress.c",
237 "src/core/debug/trace.c",
Craig Tillerf53d9c82015-08-04 14:19:43 -0700238 "src/core/httpcli/format_request.c",
239 "src/core/httpcli/httpcli.c",
240 "src/core/httpcli/parser.c",
Craig Tiller298751c2015-09-22 09:41:05 -0700241 "src/core/iomgr/closure.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700242 "src/core/iomgr/endpoint.c",
243 "src/core/iomgr/endpoint_pair_posix.c",
Craig Tillerd180e032015-04-13 10:10:07 -0700244 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -0700245 "src/core/iomgr/exec_ctx.c",
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700246 "src/core/iomgr/executor.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700247 "src/core/iomgr/fd_posix.c",
248 "src/core/iomgr/iocp_windows.c",
249 "src/core/iomgr/iomgr.c",
250 "src/core/iomgr/iomgr_posix.c",
251 "src/core/iomgr/iomgr_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700252 "src/core/iomgr/pollset_multipoller_with_epoll.c",
253 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
254 "src/core/iomgr/pollset_posix.c",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700255 "src/core/iomgr/pollset_set_posix.c",
256 "src/core/iomgr/pollset_set_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700257 "src/core/iomgr/pollset_windows.c",
258 "src/core/iomgr/resolve_address_posix.c",
259 "src/core/iomgr/resolve_address_windows.c",
260 "src/core/iomgr/sockaddr_utils.c",
261 "src/core/iomgr/socket_utils_common_posix.c",
262 "src/core/iomgr/socket_utils_linux.c",
263 "src/core/iomgr/socket_utils_posix.c",
264 "src/core/iomgr/socket_windows.c",
265 "src/core/iomgr/tcp_client_posix.c",
266 "src/core/iomgr/tcp_client_windows.c",
267 "src/core/iomgr/tcp_posix.c",
268 "src/core/iomgr/tcp_server_posix.c",
269 "src/core/iomgr/tcp_server_windows.c",
270 "src/core/iomgr/tcp_windows.c",
271 "src/core/iomgr/time_averaged_stats.c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700272 "src/core/iomgr/timer.c",
273 "src/core/iomgr/timer_heap.c",
Robbie Shade69535292015-07-10 14:27:34 -0400274 "src/core/iomgr/udp_server.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700275 "src/core/iomgr/wakeup_fd_eventfd.c",
276 "src/core/iomgr/wakeup_fd_nospecial.c",
277 "src/core/iomgr/wakeup_fd_pipe.c",
278 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tiller73b66062015-09-09 09:34:46 -0700279 "src/core/iomgr/workqueue_posix.c",
280 "src/core/iomgr/workqueue_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700281 "src/core/json/json.c",
282 "src/core/json/json_reader.c",
283 "src/core/json/json_string.c",
284 "src/core/json/json_writer.c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800285 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -0700286 "src/core/surface/api_trace.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700287 "src/core/surface/byte_buffer.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700288 "src/core/surface/byte_buffer_reader.c",
289 "src/core/surface/call.c",
290 "src/core/surface/call_details.c",
291 "src/core/surface/call_log_batch.c",
292 "src/core/surface/channel.c",
Craig Tiller48cb07c2015-07-15 16:16:15 -0700293 "src/core/surface/channel_connectivity.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700294 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -0800295 "src/core/surface/channel_ping.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700296 "src/core/surface/completion_queue.c",
297 "src/core/surface/event_string.c",
298 "src/core/surface/init.c",
299 "src/core/surface/lame_client.c",
300 "src/core/surface/metadata_array.c",
301 "src/core/surface/server.c",
302 "src/core/surface/server_chttp2.c",
303 "src/core/surface/server_create.c",
murgatroid99c3910ca2016-01-06 13:14:23 -0800304 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -0700305 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800306 "src/core/transport/byte_stream.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700307 "src/core/transport/chttp2/alpn.c",
308 "src/core/transport/chttp2/bin_encoder.c",
309 "src/core/transport/chttp2/frame_data.c",
310 "src/core/transport/chttp2/frame_goaway.c",
311 "src/core/transport/chttp2/frame_ping.c",
312 "src/core/transport/chttp2/frame_rst_stream.c",
313 "src/core/transport/chttp2/frame_settings.c",
314 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800315 "src/core/transport/chttp2/hpack_encoder.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700316 "src/core/transport/chttp2/hpack_parser.c",
317 "src/core/transport/chttp2/hpack_table.c",
318 "src/core/transport/chttp2/huffsyms.c",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700319 "src/core/transport/chttp2/incoming_metadata.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700320 "src/core/transport/chttp2/parsing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700321 "src/core/transport/chttp2/status_conversion.c",
Craig Tiller6459db42015-06-15 17:11:45 -0700322 "src/core/transport/chttp2/stream_lists.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700323 "src/core/transport/chttp2/stream_map.c",
324 "src/core/transport/chttp2/timeout_encoding.c",
325 "src/core/transport/chttp2/varint.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700326 "src/core/transport/chttp2/writing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700327 "src/core/transport/chttp2_transport.c",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700328 "src/core/transport/connectivity_state.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700329 "src/core/transport/metadata.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800330 "src/core/transport/metadata_batch.c",
Craig Tiller2e7687c2015-11-18 14:56:46 -0800331 "src/core/transport/static_metadata.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700332 "src/core/transport/transport.c",
Craig Tiller83f88d92015-04-21 16:02:05 -0700333 "src/core/transport/transport_op_string.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100334 "src/core/profiling/basic_timers.c",
335 "src/core/profiling/stap_timers.c",
336 "src/core/support/alloc.c",
337 "src/core/support/avl.c",
338 "src/core/support/cmdline.c",
339 "src/core/support/cpu_iphone.c",
340 "src/core/support/cpu_linux.c",
341 "src/core/support/cpu_posix.c",
342 "src/core/support/cpu_windows.c",
343 "src/core/support/env_linux.c",
344 "src/core/support/env_posix.c",
345 "src/core/support/env_win32.c",
346 "src/core/support/file.c",
347 "src/core/support/file_posix.c",
348 "src/core/support/file_win32.c",
349 "src/core/support/histogram.c",
350 "src/core/support/host_port.c",
351 "src/core/support/log.c",
352 "src/core/support/log_android.c",
353 "src/core/support/log_linux.c",
354 "src/core/support/log_posix.c",
355 "src/core/support/log_win32.c",
356 "src/core/support/murmur_hash.c",
357 "src/core/support/slice.c",
358 "src/core/support/slice_buffer.c",
359 "src/core/support/stack_lockfree.c",
360 "src/core/support/string.c",
361 "src/core/support/string_posix.c",
362 "src/core/support/string_win32.c",
363 "src/core/support/subprocess_posix.c",
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +0100364 "src/core/support/subprocess_windows.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100365 "src/core/support/sync.c",
366 "src/core/support/sync_posix.c",
367 "src/core/support/sync_win32.c",
368 "src/core/support/thd.c",
369 "src/core/support/thd_posix.c",
370 "src/core/support/thd_win32.c",
371 "src/core/support/time.c",
372 "src/core/support/time_posix.c",
373 "src/core/support/time_precise.c",
374 "src/core/support/time_win32.c",
375 "src/core/support/tls_pthread.c",
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100376 "src/core/support/wrap_memcpy.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700377 "src/core/census/context.c",
378 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -0700379 "src/core/census/operation.c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800380 "src/core/census/placeholders.c",
Alistair Veitch0383d492015-07-26 15:29:00 -0700381 "src/core/census/tracing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700382 ],
383 hdrs = [
384 "include/grpc/grpc_security.h",
385 "include/grpc/byte_buffer.h",
386 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700387 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700388 "include/grpc/grpc.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700389 "include/grpc/status.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100390 "include/grpc/support/alloc.h",
391 "include/grpc/support/atm.h",
392 "include/grpc/support/atm_gcc_atomic.h",
393 "include/grpc/support/atm_gcc_sync.h",
394 "include/grpc/support/atm_win32.h",
395 "include/grpc/support/avl.h",
396 "include/grpc/support/cmdline.h",
397 "include/grpc/support/cpu.h",
398 "include/grpc/support/histogram.h",
399 "include/grpc/support/host_port.h",
400 "include/grpc/support/log.h",
401 "include/grpc/support/log_win32.h",
402 "include/grpc/support/port_platform.h",
403 "include/grpc/support/slice.h",
404 "include/grpc/support/slice_buffer.h",
405 "include/grpc/support/string_util.h",
406 "include/grpc/support/subprocess.h",
407 "include/grpc/support/sync.h",
408 "include/grpc/support/sync_generic.h",
409 "include/grpc/support/sync_posix.h",
410 "include/grpc/support/sync_win32.h",
411 "include/grpc/support/thd.h",
412 "include/grpc/support/time.h",
413 "include/grpc/support/tls.h",
414 "include/grpc/support/tls_gcc.h",
415 "include/grpc/support/tls_msvc.h",
416 "include/grpc/support/tls_pthread.h",
417 "include/grpc/support/useful.h",
418 "include/grpc/impl/codegen/alloc.h",
419 "include/grpc/impl/codegen/atm.h",
420 "include/grpc/impl/codegen/atm_gcc_atomic.h",
421 "include/grpc/impl/codegen/atm_gcc_sync.h",
422 "include/grpc/impl/codegen/atm_win32.h",
423 "include/grpc/impl/codegen/byte_buffer.h",
424 "include/grpc/impl/codegen/compression_types.h",
425 "include/grpc/impl/codegen/connectivity_state.h",
426 "include/grpc/impl/codegen/grpc_types.h",
427 "include/grpc/impl/codegen/log.h",
428 "include/grpc/impl/codegen/port_platform.h",
429 "include/grpc/impl/codegen/propagation_bits.h",
430 "include/grpc/impl/codegen/slice.h",
431 "include/grpc/impl/codegen/slice_buffer.h",
432 "include/grpc/impl/codegen/status.h",
433 "include/grpc/impl/codegen/sync.h",
434 "include/grpc/impl/codegen/sync_generic.h",
435 "include/grpc/impl/codegen/sync_posix.h",
436 "include/grpc/impl/codegen/sync_win32.h",
437 "include/grpc/impl/codegen/time.h",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700438 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700439 ],
440 includes = [
441 "include",
442 ".",
443 ],
444 deps = [
445 "//external:libssl",
Ming Zhaof2f24e22015-08-13 12:38:35 -0700446 "//external:zlib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700447 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800448 copts = [
449 "-std=gnu99",
450 ],
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +0200451)
452
453
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700454cc_library(
455 name = "grpc_unsecure",
456 srcs = [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100457 "src/core/profiling/timers.h",
458 "src/core/support/block_annotate.h",
459 "src/core/support/env.h",
460 "src/core/support/file.h",
461 "src/core/support/murmur_hash.h",
462 "src/core/support/stack_lockfree.h",
463 "src/core/support/string.h",
464 "src/core/support/string_win32.h",
465 "src/core/support/thd_internal.h",
466 "src/core/support/time_precise.h",
Hongyu Chene09dc782015-08-21 11:28:33 -0700467 "src/core/census/grpc_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700468 "src/core/channel/channel_args.h",
469 "src/core/channel/channel_stack.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700470 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700471 "src/core/channel/client_uchannel.h",
David Garcia Quintas55b4ea12015-06-16 14:27:32 -0700472 "src/core/channel/compress_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700473 "src/core/channel/connected_channel.h",
murgatroid997da8b1a2015-06-17 12:37:34 -0700474 "src/core/channel/context.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700475 "src/core/channel/http_client_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700476 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800477 "src/core/channel/subchannel_call_holder.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700478 "src/core/client_config/client_config.h",
Craig Tiller91624662015-06-25 16:31:02 -0700479 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -0800480 "src/core/client_config/initial_connect_string.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700481 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700482 "src/core/client_config/lb_policies/round_robin.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700483 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700484 "src/core/client_config/lb_policy_factory.h",
485 "src/core/client_config/lb_policy_registry.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700486 "src/core/client_config/resolver.h",
Craig Tiller7df28a72015-06-24 09:23:52 -0700487 "src/core/client_config/resolver_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700488 "src/core/client_config/resolver_registry.h",
489 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -0700490 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700491 "src/core/client_config/subchannel.h",
492 "src/core/client_config/subchannel_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700493 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -0800494 "src/core/compression/algorithm_metadata.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700495 "src/core/compression/message_compress.h",
496 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -0700497 "src/core/httpcli/format_request.h",
498 "src/core/httpcli/httpcli.h",
499 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -0700500 "src/core/iomgr/closure.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700501 "src/core/iomgr/endpoint.h",
502 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -0700503 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700504 "src/core/iomgr/executor.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700505 "src/core/iomgr/fd_posix.h",
506 "src/core/iomgr/iocp_windows.h",
507 "src/core/iomgr/iomgr.h",
508 "src/core/iomgr/iomgr_internal.h",
509 "src/core/iomgr/iomgr_posix.h",
510 "src/core/iomgr/pollset.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700511 "src/core/iomgr/pollset_posix.h",
Jorge Canizalesfe8ad732015-06-20 19:53:59 -0700512 "src/core/iomgr/pollset_set.h",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700513 "src/core/iomgr/pollset_set_posix.h",
514 "src/core/iomgr/pollset_set_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700515 "src/core/iomgr/pollset_windows.h",
516 "src/core/iomgr/resolve_address.h",
517 "src/core/iomgr/sockaddr.h",
518 "src/core/iomgr/sockaddr_posix.h",
519 "src/core/iomgr/sockaddr_utils.h",
520 "src/core/iomgr/sockaddr_win32.h",
521 "src/core/iomgr/socket_utils_posix.h",
522 "src/core/iomgr/socket_windows.h",
523 "src/core/iomgr/tcp_client.h",
524 "src/core/iomgr/tcp_posix.h",
525 "src/core/iomgr/tcp_server.h",
526 "src/core/iomgr/tcp_windows.h",
527 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700528 "src/core/iomgr/timer.h",
529 "src/core/iomgr/timer_heap.h",
530 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -0400531 "src/core/iomgr/udp_server.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700532 "src/core/iomgr/wakeup_fd_pipe.h",
533 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -0700534 "src/core/iomgr/workqueue.h",
535 "src/core/iomgr/workqueue_posix.h",
536 "src/core/iomgr/workqueue_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700537 "src/core/json/json.h",
538 "src/core/json/json_common.h",
539 "src/core/json/json_reader.h",
540 "src/core/json/json_writer.h",
Hongyu Chenbeb580b2015-08-25 16:19:33 -0700541 "src/core/statistics/census_interface.h",
542 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -0700543 "src/core/surface/api_trace.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700544 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -0700545 "src/core/surface/call_test_only.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700546 "src/core/surface/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700547 "src/core/surface/completion_queue.h",
548 "src/core/surface/event_string.h",
549 "src/core/surface/init.h",
550 "src/core/surface/server.h",
551 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800552 "src/core/transport/byte_stream.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700553 "src/core/transport/chttp2/alpn.h",
554 "src/core/transport/chttp2/bin_encoder.h",
555 "src/core/transport/chttp2/frame.h",
556 "src/core/transport/chttp2/frame_data.h",
557 "src/core/transport/chttp2/frame_goaway.h",
558 "src/core/transport/chttp2/frame_ping.h",
559 "src/core/transport/chttp2/frame_rst_stream.h",
560 "src/core/transport/chttp2/frame_settings.h",
561 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800562 "src/core/transport/chttp2/hpack_encoder.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700563 "src/core/transport/chttp2/hpack_parser.h",
564 "src/core/transport/chttp2/hpack_table.h",
565 "src/core/transport/chttp2/http2_errors.h",
566 "src/core/transport/chttp2/huffsyms.h",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700567 "src/core/transport/chttp2/incoming_metadata.h",
Craig Tiller41527062015-06-12 07:51:05 -0700568 "src/core/transport/chttp2/internal.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700569 "src/core/transport/chttp2/status_conversion.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700570 "src/core/transport/chttp2/stream_map.h",
571 "src/core/transport/chttp2/timeout_encoding.h",
572 "src/core/transport/chttp2/varint.h",
573 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700574 "src/core/transport/connectivity_state.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700575 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800576 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -0800577 "src/core/transport/static_metadata.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700578 "src/core/transport/transport.h",
579 "src/core/transport/transport_impl.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -0700580 "src/core/census/aggregation.h",
Alistair Veitch9a099822015-08-27 13:16:00 -0700581 "src/core/census/rpc_metric_id.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700582 "src/core/surface/init_unsecure.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100583 "src/core/profiling/basic_timers.c",
584 "src/core/profiling/stap_timers.c",
585 "src/core/support/alloc.c",
586 "src/core/support/avl.c",
587 "src/core/support/cmdline.c",
588 "src/core/support/cpu_iphone.c",
589 "src/core/support/cpu_linux.c",
590 "src/core/support/cpu_posix.c",
591 "src/core/support/cpu_windows.c",
592 "src/core/support/env_linux.c",
593 "src/core/support/env_posix.c",
594 "src/core/support/env_win32.c",
595 "src/core/support/file.c",
596 "src/core/support/file_posix.c",
597 "src/core/support/file_win32.c",
598 "src/core/support/histogram.c",
599 "src/core/support/host_port.c",
600 "src/core/support/log.c",
601 "src/core/support/log_android.c",
602 "src/core/support/log_linux.c",
603 "src/core/support/log_posix.c",
604 "src/core/support/log_win32.c",
605 "src/core/support/murmur_hash.c",
606 "src/core/support/slice.c",
607 "src/core/support/slice_buffer.c",
608 "src/core/support/stack_lockfree.c",
609 "src/core/support/string.c",
610 "src/core/support/string_posix.c",
611 "src/core/support/string_win32.c",
612 "src/core/support/subprocess_posix.c",
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +0100613 "src/core/support/subprocess_windows.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100614 "src/core/support/sync.c",
615 "src/core/support/sync_posix.c",
616 "src/core/support/sync_win32.c",
617 "src/core/support/thd.c",
618 "src/core/support/thd_posix.c",
619 "src/core/support/thd_win32.c",
620 "src/core/support/time.c",
621 "src/core/support/time_posix.c",
622 "src/core/support/time_precise.c",
623 "src/core/support/time_win32.c",
624 "src/core/support/tls_pthread.c",
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100625 "src/core/support/wrap_memcpy.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700626 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -0700627 "src/core/census/grpc_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700628 "src/core/channel/channel_args.c",
629 "src/core/channel/channel_stack.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700630 "src/core/channel/client_channel.c",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700631 "src/core/channel/client_uchannel.c",
David Garcia Quintas55b4ea12015-06-16 14:27:32 -0700632 "src/core/channel/compress_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700633 "src/core/channel/connected_channel.c",
634 "src/core/channel/http_client_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700635 "src/core/channel/http_server_filter.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800636 "src/core/channel/subchannel_call_holder.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700637 "src/core/client_config/client_config.c",
Craig Tiller91624662015-06-25 16:31:02 -0700638 "src/core/client_config/connector.c",
yang-ga6124122015-11-05 22:36:20 -0800639 "src/core/client_config/default_initial_connect_string.c",
640 "src/core/client_config/initial_connect_string.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700641 "src/core/client_config/lb_policies/pick_first.c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700642 "src/core/client_config/lb_policies/round_robin.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700643 "src/core/client_config/lb_policy.c",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700644 "src/core/client_config/lb_policy_factory.c",
645 "src/core/client_config/lb_policy_registry.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700646 "src/core/client_config/resolver.c",
Craig Tiller7df28a72015-06-24 09:23:52 -0700647 "src/core/client_config/resolver_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700648 "src/core/client_config/resolver_registry.c",
649 "src/core/client_config/resolvers/dns_resolver.c",
Craig Tiller698d00c2015-07-20 12:32:58 -0700650 "src/core/client_config/resolvers/sockaddr_resolver.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700651 "src/core/client_config/subchannel.c",
652 "src/core/client_config/subchannel_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700653 "src/core/client_config/uri_parser.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700654 "src/core/compression/algorithm.c",
655 "src/core/compression/message_compress.c",
656 "src/core/debug/trace.c",
Craig Tillerf53d9c82015-08-04 14:19:43 -0700657 "src/core/httpcli/format_request.c",
658 "src/core/httpcli/httpcli.c",
659 "src/core/httpcli/parser.c",
Craig Tiller298751c2015-09-22 09:41:05 -0700660 "src/core/iomgr/closure.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700661 "src/core/iomgr/endpoint.c",
662 "src/core/iomgr/endpoint_pair_posix.c",
Craig Tillerd180e032015-04-13 10:10:07 -0700663 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -0700664 "src/core/iomgr/exec_ctx.c",
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700665 "src/core/iomgr/executor.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700666 "src/core/iomgr/fd_posix.c",
667 "src/core/iomgr/iocp_windows.c",
668 "src/core/iomgr/iomgr.c",
669 "src/core/iomgr/iomgr_posix.c",
670 "src/core/iomgr/iomgr_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700671 "src/core/iomgr/pollset_multipoller_with_epoll.c",
672 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
673 "src/core/iomgr/pollset_posix.c",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700674 "src/core/iomgr/pollset_set_posix.c",
675 "src/core/iomgr/pollset_set_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700676 "src/core/iomgr/pollset_windows.c",
677 "src/core/iomgr/resolve_address_posix.c",
678 "src/core/iomgr/resolve_address_windows.c",
679 "src/core/iomgr/sockaddr_utils.c",
680 "src/core/iomgr/socket_utils_common_posix.c",
681 "src/core/iomgr/socket_utils_linux.c",
682 "src/core/iomgr/socket_utils_posix.c",
683 "src/core/iomgr/socket_windows.c",
684 "src/core/iomgr/tcp_client_posix.c",
685 "src/core/iomgr/tcp_client_windows.c",
686 "src/core/iomgr/tcp_posix.c",
687 "src/core/iomgr/tcp_server_posix.c",
688 "src/core/iomgr/tcp_server_windows.c",
689 "src/core/iomgr/tcp_windows.c",
690 "src/core/iomgr/time_averaged_stats.c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700691 "src/core/iomgr/timer.c",
692 "src/core/iomgr/timer_heap.c",
Robbie Shade69535292015-07-10 14:27:34 -0400693 "src/core/iomgr/udp_server.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700694 "src/core/iomgr/wakeup_fd_eventfd.c",
695 "src/core/iomgr/wakeup_fd_nospecial.c",
696 "src/core/iomgr/wakeup_fd_pipe.c",
697 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tiller73b66062015-09-09 09:34:46 -0700698 "src/core/iomgr/workqueue_posix.c",
699 "src/core/iomgr/workqueue_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700700 "src/core/json/json.c",
701 "src/core/json/json_reader.c",
702 "src/core/json/json_string.c",
703 "src/core/json/json_writer.c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800704 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -0700705 "src/core/surface/api_trace.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700706 "src/core/surface/byte_buffer.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700707 "src/core/surface/byte_buffer_reader.c",
708 "src/core/surface/call.c",
709 "src/core/surface/call_details.c",
710 "src/core/surface/call_log_batch.c",
711 "src/core/surface/channel.c",
Craig Tiller48cb07c2015-07-15 16:16:15 -0700712 "src/core/surface/channel_connectivity.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700713 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -0800714 "src/core/surface/channel_ping.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700715 "src/core/surface/completion_queue.c",
716 "src/core/surface/event_string.c",
717 "src/core/surface/init.c",
718 "src/core/surface/lame_client.c",
719 "src/core/surface/metadata_array.c",
720 "src/core/surface/server.c",
721 "src/core/surface/server_chttp2.c",
722 "src/core/surface/server_create.c",
murgatroid99c3910ca2016-01-06 13:14:23 -0800723 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -0700724 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800725 "src/core/transport/byte_stream.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700726 "src/core/transport/chttp2/alpn.c",
727 "src/core/transport/chttp2/bin_encoder.c",
728 "src/core/transport/chttp2/frame_data.c",
729 "src/core/transport/chttp2/frame_goaway.c",
730 "src/core/transport/chttp2/frame_ping.c",
731 "src/core/transport/chttp2/frame_rst_stream.c",
732 "src/core/transport/chttp2/frame_settings.c",
733 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800734 "src/core/transport/chttp2/hpack_encoder.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700735 "src/core/transport/chttp2/hpack_parser.c",
736 "src/core/transport/chttp2/hpack_table.c",
737 "src/core/transport/chttp2/huffsyms.c",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700738 "src/core/transport/chttp2/incoming_metadata.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700739 "src/core/transport/chttp2/parsing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700740 "src/core/transport/chttp2/status_conversion.c",
Craig Tiller6459db42015-06-15 17:11:45 -0700741 "src/core/transport/chttp2/stream_lists.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700742 "src/core/transport/chttp2/stream_map.c",
743 "src/core/transport/chttp2/timeout_encoding.c",
744 "src/core/transport/chttp2/varint.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700745 "src/core/transport/chttp2/writing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700746 "src/core/transport/chttp2_transport.c",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700747 "src/core/transport/connectivity_state.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700748 "src/core/transport/metadata.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800749 "src/core/transport/metadata_batch.c",
Craig Tiller2e7687c2015-11-18 14:56:46 -0800750 "src/core/transport/static_metadata.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700751 "src/core/transport/transport.c",
Craig Tiller83f88d92015-04-21 16:02:05 -0700752 "src/core/transport/transport_op_string.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700753 "src/core/census/context.c",
754 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -0700755 "src/core/census/operation.c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800756 "src/core/census/placeholders.c",
Alistair Veitch0383d492015-07-26 15:29:00 -0700757 "src/core/census/tracing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700758 ],
759 hdrs = [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100760 "include/grpc/support/alloc.h",
761 "include/grpc/support/atm.h",
762 "include/grpc/support/atm_gcc_atomic.h",
763 "include/grpc/support/atm_gcc_sync.h",
764 "include/grpc/support/atm_win32.h",
765 "include/grpc/support/avl.h",
766 "include/grpc/support/cmdline.h",
767 "include/grpc/support/cpu.h",
768 "include/grpc/support/histogram.h",
769 "include/grpc/support/host_port.h",
770 "include/grpc/support/log.h",
771 "include/grpc/support/log_win32.h",
772 "include/grpc/support/port_platform.h",
773 "include/grpc/support/slice.h",
774 "include/grpc/support/slice_buffer.h",
775 "include/grpc/support/string_util.h",
776 "include/grpc/support/subprocess.h",
777 "include/grpc/support/sync.h",
778 "include/grpc/support/sync_generic.h",
779 "include/grpc/support/sync_posix.h",
780 "include/grpc/support/sync_win32.h",
781 "include/grpc/support/thd.h",
782 "include/grpc/support/time.h",
783 "include/grpc/support/tls.h",
784 "include/grpc/support/tls_gcc.h",
785 "include/grpc/support/tls_msvc.h",
786 "include/grpc/support/tls_pthread.h",
787 "include/grpc/support/useful.h",
788 "include/grpc/impl/codegen/alloc.h",
789 "include/grpc/impl/codegen/atm.h",
790 "include/grpc/impl/codegen/atm_gcc_atomic.h",
791 "include/grpc/impl/codegen/atm_gcc_sync.h",
792 "include/grpc/impl/codegen/atm_win32.h",
793 "include/grpc/impl/codegen/byte_buffer.h",
794 "include/grpc/impl/codegen/compression_types.h",
795 "include/grpc/impl/codegen/connectivity_state.h",
796 "include/grpc/impl/codegen/grpc_types.h",
797 "include/grpc/impl/codegen/log.h",
798 "include/grpc/impl/codegen/port_platform.h",
799 "include/grpc/impl/codegen/propagation_bits.h",
800 "include/grpc/impl/codegen/slice.h",
801 "include/grpc/impl/codegen/slice_buffer.h",
802 "include/grpc/impl/codegen/status.h",
803 "include/grpc/impl/codegen/sync.h",
804 "include/grpc/impl/codegen/sync_generic.h",
805 "include/grpc/impl/codegen/sync_posix.h",
806 "include/grpc/impl/codegen/sync_win32.h",
807 "include/grpc/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700808 "include/grpc/byte_buffer.h",
809 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700810 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700811 "include/grpc/grpc.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700812 "include/grpc/status.h",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700813 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700814 ],
815 includes = [
816 "include",
817 ".",
818 ],
819 deps = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700820 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800821 copts = [
822 "-std=gnu99",
823 ],
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700824)
825
826
827cc_library(
Hongwei Wangda8858f2015-07-16 16:18:19 -0700828 name = "grpc_zookeeper",
829 srcs = [
830 "src/core/client_config/resolvers/zookeeper_resolver.h",
831 "src/core/client_config/resolvers/zookeeper_resolver.c",
832 ],
833 hdrs = [
Hongwei Wanga3780a82015-07-17 15:27:18 -0700834 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -0700835 ],
836 includes = [
837 "include",
838 ".",
839 ],
840 deps = [
Hongwei Wangda8858f2015-07-16 16:18:19 -0700841 ":grpc",
842 ],
843)
844
845
846cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700847 name = "grpc++",
848 srcs = [
849 "src/cpp/client/secure_credentials.h",
yang-g3abe60b2015-07-06 14:00:36 -0700850 "src/cpp/common/secure_auth_context.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700851 "src/cpp/server/secure_server_credentials.h",
yang-gc317f072015-08-20 12:18:08 -0700852 "src/cpp/client/create_channel_internal.h",
yang-g3abe60b2015-07-06 14:00:36 -0700853 "src/cpp/common/create_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -0700854 "src/cpp/server/dynamic_thread_pool.h",
855 "src/cpp/server/fixed_size_thread_pool.h",
856 "src/cpp/server/thread_pool_interface.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700857 "src/cpp/client/secure_credentials.cc",
yang-g7ef72322015-07-16 21:00:51 -0700858 "src/cpp/common/auth_property_iterator.cc",
yang-g3abe60b2015-07-06 14:00:36 -0700859 "src/cpp/common/secure_auth_context.cc",
yang-g52705592015-11-25 11:45:33 -0800860 "src/cpp/common/secure_channel_arguments.cc",
yang-g3abe60b2015-07-06 14:00:36 -0700861 "src/cpp/common/secure_create_auth_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700862 "src/cpp/server/secure_server_credentials.cc",
863 "src/cpp/client/channel.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700864 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700865 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -0700866 "src/cpp/client/create_channel_internal.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700867 "src/cpp/client/credentials.cc",
868 "src/cpp/client/generic_stub.cc",
869 "src/cpp/client/insecure_credentials.cc",
vjpai04e992a2016-02-10 16:58:38 -0800870 "src/cpp/common/alarm.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700871 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -0800872 "src/cpp/common/channel_arguments.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700873 "src/cpp/common/completion_queue.cc",
874 "src/cpp/common/rpc_method.cc",
875 "src/cpp/proto/proto_utils.cc",
876 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -0700877 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -0700878 "src/cpp/server/dynamic_thread_pool.cc",
vjpaia2e1bb12015-07-15 16:49:49 -0700879 "src/cpp/server/fixed_size_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700880 "src/cpp/server/insecure_server_credentials.cc",
881 "src/cpp/server/server.cc",
882 "src/cpp/server/server_builder.cc",
883 "src/cpp/server/server_context.cc",
884 "src/cpp/server/server_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700885 "src/cpp/util/byte_buffer.cc",
886 "src/cpp/util/slice.cc",
887 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -0700888 "src/cpp/util/string_ref.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700889 "src/cpp/util/time.cc",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800890 "src/cpp/codegen/grpc_library.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700891 ],
892 hdrs = [
vjpaif9f61cf2016-02-10 20:51:53 -0800893 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -0700894 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700895 "include/grpc++/client_context.h",
896 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700897 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700898 "include/grpc++/generic/async_generic_service.h",
899 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -0700900 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700901 "include/grpc++/impl/call.h",
902 "include/grpc++/impl/client_unary_call.h",
Yang Gao96de4842015-04-24 13:13:12 -0700903 "include/grpc++/impl/grpc_library.h",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800904 "include/grpc++/impl/method_handler_impl.h",
yang-gadfed032015-06-23 13:01:22 -0700905 "include/grpc++/impl/proto_utils.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700906 "include/grpc++/impl/rpc_method.h",
907 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -0700908 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -0800909 "include/grpc++/impl/server_builder_option.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700910 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +0200911 "include/grpc++/impl/sync.h",
912 "include/grpc++/impl/sync_cxx11.h",
913 "include/grpc++/impl/sync_no_cxx11.h",
914 "include/grpc++/impl/thd.h",
915 "include/grpc++/impl/thd_cxx11.h",
916 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -0700917 "include/grpc++/security/auth_context.h",
918 "include/grpc++/security/auth_metadata_processor.h",
919 "include/grpc++/security/credentials.h",
920 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700921 "include/grpc++/server.h",
922 "include/grpc++/server_builder.h",
923 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -0700924 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700925 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700926 "include/grpc++/support/byte_buffer.h",
927 "include/grpc++/support/channel_arguments.h",
928 "include/grpc++/support/config.h",
929 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700930 "include/grpc++/support/slice.h",
931 "include/grpc++/support/status.h",
932 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -0700933 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700934 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -0700935 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700936 "include/grpc++/support/time.h",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800937 "include/grpc++/impl/codegen/async_stream.h",
938 "include/grpc++/impl/codegen/async_unary_call.h",
939 "include/grpc++/impl/codegen/call.h",
940 "include/grpc++/impl/codegen/call_hook.h",
941 "include/grpc++/impl/codegen/channel_interface.h",
942 "include/grpc++/impl/codegen/client_context.h",
943 "include/grpc++/impl/codegen/client_unary_call.h",
944 "include/grpc++/impl/codegen/completion_queue.h",
945 "include/grpc++/impl/codegen/completion_queue_tag.h",
946 "include/grpc++/impl/codegen/config.h",
947 "include/grpc++/impl/codegen/config_protobuf.h",
948 "include/grpc++/impl/codegen/grpc_library.h",
949 "include/grpc++/impl/codegen/method_handler_impl.h",
950 "include/grpc++/impl/codegen/proto_utils.h",
951 "include/grpc++/impl/codegen/rpc_method.h",
952 "include/grpc++/impl/codegen/rpc_service_method.h",
953 "include/grpc++/impl/codegen/security/auth_context.h",
954 "include/grpc++/impl/codegen/serialization_traits.h",
955 "include/grpc++/impl/codegen/server_context.h",
956 "include/grpc++/impl/codegen/server_interface.h",
957 "include/grpc++/impl/codegen/service_type.h",
958 "include/grpc++/impl/codegen/status.h",
959 "include/grpc++/impl/codegen/status_code_enum.h",
960 "include/grpc++/impl/codegen/string_ref.h",
961 "include/grpc++/impl/codegen/stub_options.h",
962 "include/grpc++/impl/codegen/sync.h",
963 "include/grpc++/impl/codegen/sync_cxx11.h",
964 "include/grpc++/impl/codegen/sync_no_cxx11.h",
965 "include/grpc++/impl/codegen/sync_stream.h",
966 "include/grpc++/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700967 ],
968 includes = [
969 "include",
970 ".",
971 ],
972 deps = [
Craig Tiller02a7bed2015-08-31 15:54:05 -0700973 "//external:libssl",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700974 "//external:protobuf_clib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700975 ":grpc",
976 ],
977)
978
979
980cc_library(
981 name = "grpc++_unsecure",
982 srcs = [
yang-gc317f072015-08-20 12:18:08 -0700983 "src/cpp/client/create_channel_internal.h",
yang-g3abe60b2015-07-06 14:00:36 -0700984 "src/cpp/common/create_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -0700985 "src/cpp/server/dynamic_thread_pool.h",
986 "src/cpp/server/fixed_size_thread_pool.h",
987 "src/cpp/server/thread_pool_interface.h",
yang-g3abe60b2015-07-06 14:00:36 -0700988 "src/cpp/common/insecure_create_auth_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700989 "src/cpp/client/channel.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700990 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700991 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -0700992 "src/cpp/client/create_channel_internal.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700993 "src/cpp/client/credentials.cc",
994 "src/cpp/client/generic_stub.cc",
995 "src/cpp/client/insecure_credentials.cc",
vjpai04e992a2016-02-10 16:58:38 -0800996 "src/cpp/common/alarm.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700997 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -0800998 "src/cpp/common/channel_arguments.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700999 "src/cpp/common/completion_queue.cc",
1000 "src/cpp/common/rpc_method.cc",
1001 "src/cpp/proto/proto_utils.cc",
1002 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -07001003 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07001004 "src/cpp/server/dynamic_thread_pool.cc",
vjpaia2e1bb12015-07-15 16:49:49 -07001005 "src/cpp/server/fixed_size_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001006 "src/cpp/server/insecure_server_credentials.cc",
1007 "src/cpp/server/server.cc",
1008 "src/cpp/server/server_builder.cc",
1009 "src/cpp/server/server_context.cc",
1010 "src/cpp/server/server_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001011 "src/cpp/util/byte_buffer.cc",
1012 "src/cpp/util/slice.cc",
1013 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001014 "src/cpp/util/string_ref.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001015 "src/cpp/util/time.cc",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001016 "src/cpp/codegen/grpc_library.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001017 ],
1018 hdrs = [
vjpaif9f61cf2016-02-10 20:51:53 -08001019 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07001020 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001021 "include/grpc++/client_context.h",
1022 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001023 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001024 "include/grpc++/generic/async_generic_service.h",
1025 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07001026 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001027 "include/grpc++/impl/call.h",
1028 "include/grpc++/impl/client_unary_call.h",
Yang Gao96de4842015-04-24 13:13:12 -07001029 "include/grpc++/impl/grpc_library.h",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001030 "include/grpc++/impl/method_handler_impl.h",
yang-gadfed032015-06-23 13:01:22 -07001031 "include/grpc++/impl/proto_utils.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001032 "include/grpc++/impl/rpc_method.h",
1033 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -07001034 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08001035 "include/grpc++/impl/server_builder_option.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001036 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +02001037 "include/grpc++/impl/sync.h",
1038 "include/grpc++/impl/sync_cxx11.h",
1039 "include/grpc++/impl/sync_no_cxx11.h",
1040 "include/grpc++/impl/thd.h",
1041 "include/grpc++/impl/thd_cxx11.h",
1042 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07001043 "include/grpc++/security/auth_context.h",
1044 "include/grpc++/security/auth_metadata_processor.h",
1045 "include/grpc++/security/credentials.h",
1046 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001047 "include/grpc++/server.h",
1048 "include/grpc++/server_builder.h",
1049 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07001050 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001051 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001052 "include/grpc++/support/byte_buffer.h",
1053 "include/grpc++/support/channel_arguments.h",
1054 "include/grpc++/support/config.h",
1055 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001056 "include/grpc++/support/slice.h",
1057 "include/grpc++/support/status.h",
1058 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001059 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001060 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07001061 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001062 "include/grpc++/support/time.h",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001063 "include/grpc++/impl/codegen/async_stream.h",
1064 "include/grpc++/impl/codegen/async_unary_call.h",
1065 "include/grpc++/impl/codegen/call.h",
1066 "include/grpc++/impl/codegen/call_hook.h",
1067 "include/grpc++/impl/codegen/channel_interface.h",
1068 "include/grpc++/impl/codegen/client_context.h",
1069 "include/grpc++/impl/codegen/client_unary_call.h",
1070 "include/grpc++/impl/codegen/completion_queue.h",
1071 "include/grpc++/impl/codegen/completion_queue_tag.h",
1072 "include/grpc++/impl/codegen/config.h",
1073 "include/grpc++/impl/codegen/config_protobuf.h",
1074 "include/grpc++/impl/codegen/grpc_library.h",
1075 "include/grpc++/impl/codegen/method_handler_impl.h",
1076 "include/grpc++/impl/codegen/proto_utils.h",
1077 "include/grpc++/impl/codegen/rpc_method.h",
1078 "include/grpc++/impl/codegen/rpc_service_method.h",
1079 "include/grpc++/impl/codegen/security/auth_context.h",
1080 "include/grpc++/impl/codegen/serialization_traits.h",
1081 "include/grpc++/impl/codegen/server_context.h",
1082 "include/grpc++/impl/codegen/server_interface.h",
1083 "include/grpc++/impl/codegen/service_type.h",
1084 "include/grpc++/impl/codegen/status.h",
1085 "include/grpc++/impl/codegen/status_code_enum.h",
1086 "include/grpc++/impl/codegen/string_ref.h",
1087 "include/grpc++/impl/codegen/stub_options.h",
1088 "include/grpc++/impl/codegen/sync.h",
1089 "include/grpc++/impl/codegen/sync_cxx11.h",
1090 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1091 "include/grpc++/impl/codegen/sync_stream.h",
1092 "include/grpc++/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001093 ],
1094 includes = [
1095 "include",
1096 ".",
1097 ],
1098 deps = [
1099 "//external:protobuf_clib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001100 ":grpc_unsecure",
1101 ],
1102)
1103
1104
1105cc_library(
1106 name = "grpc_plugin_support",
1107 srcs = [
yang-g9d1f0c42015-08-24 16:08:36 -07001108 "include/grpc++/support/config.h",
1109 "include/grpc++/support/config_protobuf.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001110 "src/compiler/config.h",
1111 "src/compiler/cpp_generator.h",
1112 "src/compiler/cpp_generator_helpers.h",
Jan Tattermusch2d924952015-05-06 10:23:17 -07001113 "src/compiler/csharp_generator.h",
1114 "src/compiler/csharp_generator_helpers.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001115 "src/compiler/generator_helpers.h",
1116 "src/compiler/objective_c_generator.h",
1117 "src/compiler/objective_c_generator_helpers.h",
1118 "src/compiler/python_generator.h",
1119 "src/compiler/ruby_generator.h",
1120 "src/compiler/ruby_generator_helpers-inl.h",
1121 "src/compiler/ruby_generator_map-inl.h",
1122 "src/compiler/ruby_generator_string-inl.h",
1123 "src/compiler/cpp_generator.cc",
Jan Tattermusch2d924952015-05-06 10:23:17 -07001124 "src/compiler/csharp_generator.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001125 "src/compiler/objective_c_generator.cc",
1126 "src/compiler/python_generator.cc",
1127 "src/compiler/ruby_generator.cc",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001128 "src/cpp/codegen/grpc_library.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001129 ],
1130 hdrs = [
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001131 "include/grpc++/impl/codegen/async_stream.h",
1132 "include/grpc++/impl/codegen/async_unary_call.h",
1133 "include/grpc++/impl/codegen/call.h",
1134 "include/grpc++/impl/codegen/call_hook.h",
1135 "include/grpc++/impl/codegen/channel_interface.h",
1136 "include/grpc++/impl/codegen/client_context.h",
1137 "include/grpc++/impl/codegen/client_unary_call.h",
1138 "include/grpc++/impl/codegen/completion_queue.h",
1139 "include/grpc++/impl/codegen/completion_queue_tag.h",
1140 "include/grpc++/impl/codegen/config.h",
1141 "include/grpc++/impl/codegen/config_protobuf.h",
1142 "include/grpc++/impl/codegen/grpc_library.h",
1143 "include/grpc++/impl/codegen/method_handler_impl.h",
1144 "include/grpc++/impl/codegen/proto_utils.h",
1145 "include/grpc++/impl/codegen/rpc_method.h",
1146 "include/grpc++/impl/codegen/rpc_service_method.h",
1147 "include/grpc++/impl/codegen/security/auth_context.h",
1148 "include/grpc++/impl/codegen/serialization_traits.h",
1149 "include/grpc++/impl/codegen/server_context.h",
1150 "include/grpc++/impl/codegen/server_interface.h",
1151 "include/grpc++/impl/codegen/service_type.h",
1152 "include/grpc++/impl/codegen/status.h",
1153 "include/grpc++/impl/codegen/status_code_enum.h",
1154 "include/grpc++/impl/codegen/string_ref.h",
1155 "include/grpc++/impl/codegen/stub_options.h",
1156 "include/grpc++/impl/codegen/sync.h",
1157 "include/grpc++/impl/codegen/sync_cxx11.h",
1158 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1159 "include/grpc++/impl/codegen/sync_stream.h",
1160 "include/grpc++/impl/codegen/time.h",
1161 "include/grpc/impl/codegen/alloc.h",
1162 "include/grpc/impl/codegen/atm.h",
1163 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1164 "include/grpc/impl/codegen/atm_gcc_sync.h",
1165 "include/grpc/impl/codegen/atm_win32.h",
1166 "include/grpc/impl/codegen/byte_buffer.h",
1167 "include/grpc/impl/codegen/compression_types.h",
1168 "include/grpc/impl/codegen/connectivity_state.h",
1169 "include/grpc/impl/codegen/grpc_types.h",
1170 "include/grpc/impl/codegen/log.h",
1171 "include/grpc/impl/codegen/port_platform.h",
1172 "include/grpc/impl/codegen/propagation_bits.h",
1173 "include/grpc/impl/codegen/slice.h",
1174 "include/grpc/impl/codegen/slice_buffer.h",
1175 "include/grpc/impl/codegen/status.h",
1176 "include/grpc/impl/codegen/sync.h",
1177 "include/grpc/impl/codegen/sync_generic.h",
1178 "include/grpc/impl/codegen/sync_posix.h",
1179 "include/grpc/impl/codegen/sync_win32.h",
1180 "include/grpc/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001181 ],
1182 includes = [
1183 "include",
1184 ".",
1185 ],
1186 deps = [
1187 "//external:protobuf_compiler",
1188 ],
1189)
1190
1191
1192cc_library(
1193 name = "grpc_csharp_ext",
1194 srcs = [
1195 "src/csharp/ext/grpc_csharp_ext.c",
1196 ],
1197 hdrs = [
1198 ],
1199 includes = [
1200 "include",
1201 ".",
1202 ],
1203 deps = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001204 ":grpc",
1205 ],
1206)
1207
1208
1209
Jorge Canizales140bca82015-06-20 09:47:00 -07001210objc_library(
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001211 name = "grpc_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07001212 srcs = [
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001213 "src/core/httpcli/httpcli_security_connector.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001214 "src/core/security/base64.c",
1215 "src/core/security/client_auth_filter.c",
1216 "src/core/security/credentials.c",
1217 "src/core/security/credentials_metadata.c",
1218 "src/core/security/credentials_posix.c",
1219 "src/core/security/credentials_win32.c",
1220 "src/core/security/google_default_credentials.c",
Julien Boeuf87047d72015-08-21 14:30:33 -07001221 "src/core/security/handshake.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001222 "src/core/security/json_token.c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02001223 "src/core/security/jwt_verifier.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001224 "src/core/security/secure_endpoint.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001225 "src/core/security/security_connector.c",
1226 "src/core/security/security_context.c",
1227 "src/core/security/server_auth_filter.c",
1228 "src/core/security/server_secure_chttp2.c",
1229 "src/core/surface/init_secure.c",
1230 "src/core/surface/secure_channel_create.c",
1231 "src/core/tsi/fake_transport_security.c",
1232 "src/core/tsi/ssl_transport_security.c",
1233 "src/core/tsi/transport_security.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001234 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07001235 "src/core/census/grpc_filter.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001236 "src/core/channel/channel_args.c",
1237 "src/core/channel/channel_stack.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001238 "src/core/channel/client_channel.c",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07001239 "src/core/channel/client_uchannel.c",
David Garcia Quintas8a187092015-07-01 14:52:44 -07001240 "src/core/channel/compress_filter.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001241 "src/core/channel/connected_channel.c",
1242 "src/core/channel/http_client_filter.c",
1243 "src/core/channel/http_server_filter.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001244 "src/core/channel/subchannel_call_holder.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001245 "src/core/client_config/client_config.c",
1246 "src/core/client_config/connector.c",
yang-ga6124122015-11-05 22:36:20 -08001247 "src/core/client_config/default_initial_connect_string.c",
1248 "src/core/client_config/initial_connect_string.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001249 "src/core/client_config/lb_policies/pick_first.c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001250 "src/core/client_config/lb_policies/round_robin.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001251 "src/core/client_config/lb_policy.c",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07001252 "src/core/client_config/lb_policy_factory.c",
1253 "src/core/client_config/lb_policy_registry.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001254 "src/core/client_config/resolver.c",
1255 "src/core/client_config/resolver_factory.c",
1256 "src/core/client_config/resolver_registry.c",
1257 "src/core/client_config/resolvers/dns_resolver.c",
Craig Tiller698d00c2015-07-20 12:32:58 -07001258 "src/core/client_config/resolvers/sockaddr_resolver.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001259 "src/core/client_config/subchannel.c",
1260 "src/core/client_config/subchannel_factory.c",
1261 "src/core/client_config/uri_parser.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001262 "src/core/compression/algorithm.c",
1263 "src/core/compression/message_compress.c",
1264 "src/core/debug/trace.c",
Craig Tillerf53d9c82015-08-04 14:19:43 -07001265 "src/core/httpcli/format_request.c",
1266 "src/core/httpcli/httpcli.c",
1267 "src/core/httpcli/parser.c",
Craig Tiller298751c2015-09-22 09:41:05 -07001268 "src/core/iomgr/closure.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001269 "src/core/iomgr/endpoint.c",
1270 "src/core/iomgr/endpoint_pair_posix.c",
1271 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07001272 "src/core/iomgr/exec_ctx.c",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07001273 "src/core/iomgr/executor.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001274 "src/core/iomgr/fd_posix.c",
1275 "src/core/iomgr/iocp_windows.c",
1276 "src/core/iomgr/iomgr.c",
1277 "src/core/iomgr/iomgr_posix.c",
1278 "src/core/iomgr/iomgr_windows.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001279 "src/core/iomgr/pollset_multipoller_with_epoll.c",
1280 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
1281 "src/core/iomgr/pollset_posix.c",
1282 "src/core/iomgr/pollset_set_posix.c",
1283 "src/core/iomgr/pollset_set_windows.c",
1284 "src/core/iomgr/pollset_windows.c",
1285 "src/core/iomgr/resolve_address_posix.c",
1286 "src/core/iomgr/resolve_address_windows.c",
1287 "src/core/iomgr/sockaddr_utils.c",
1288 "src/core/iomgr/socket_utils_common_posix.c",
1289 "src/core/iomgr/socket_utils_linux.c",
1290 "src/core/iomgr/socket_utils_posix.c",
1291 "src/core/iomgr/socket_windows.c",
1292 "src/core/iomgr/tcp_client_posix.c",
1293 "src/core/iomgr/tcp_client_windows.c",
1294 "src/core/iomgr/tcp_posix.c",
1295 "src/core/iomgr/tcp_server_posix.c",
1296 "src/core/iomgr/tcp_server_windows.c",
1297 "src/core/iomgr/tcp_windows.c",
1298 "src/core/iomgr/time_averaged_stats.c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001299 "src/core/iomgr/timer.c",
1300 "src/core/iomgr/timer_heap.c",
Robbie Shade69535292015-07-10 14:27:34 -04001301 "src/core/iomgr/udp_server.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001302 "src/core/iomgr/wakeup_fd_eventfd.c",
1303 "src/core/iomgr/wakeup_fd_nospecial.c",
1304 "src/core/iomgr/wakeup_fd_pipe.c",
1305 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tiller73b66062015-09-09 09:34:46 -07001306 "src/core/iomgr/workqueue_posix.c",
1307 "src/core/iomgr/workqueue_windows.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001308 "src/core/json/json.c",
1309 "src/core/json/json_reader.c",
1310 "src/core/json/json_string.c",
1311 "src/core/json/json_writer.c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001312 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07001313 "src/core/surface/api_trace.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001314 "src/core/surface/byte_buffer.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001315 "src/core/surface/byte_buffer_reader.c",
1316 "src/core/surface/call.c",
1317 "src/core/surface/call_details.c",
1318 "src/core/surface/call_log_batch.c",
1319 "src/core/surface/channel.c",
Craig Tiller48cb07c2015-07-15 16:16:15 -07001320 "src/core/surface/channel_connectivity.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001321 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -08001322 "src/core/surface/channel_ping.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001323 "src/core/surface/completion_queue.c",
1324 "src/core/surface/event_string.c",
1325 "src/core/surface/init.c",
1326 "src/core/surface/lame_client.c",
1327 "src/core/surface/metadata_array.c",
1328 "src/core/surface/server.c",
1329 "src/core/surface/server_chttp2.c",
1330 "src/core/surface/server_create.c",
murgatroid99c3910ca2016-01-06 13:14:23 -08001331 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -07001332 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001333 "src/core/transport/byte_stream.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001334 "src/core/transport/chttp2/alpn.c",
1335 "src/core/transport/chttp2/bin_encoder.c",
1336 "src/core/transport/chttp2/frame_data.c",
1337 "src/core/transport/chttp2/frame_goaway.c",
1338 "src/core/transport/chttp2/frame_ping.c",
1339 "src/core/transport/chttp2/frame_rst_stream.c",
1340 "src/core/transport/chttp2/frame_settings.c",
1341 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001342 "src/core/transport/chttp2/hpack_encoder.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001343 "src/core/transport/chttp2/hpack_parser.c",
1344 "src/core/transport/chttp2/hpack_table.c",
1345 "src/core/transport/chttp2/huffsyms.c",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001346 "src/core/transport/chttp2/incoming_metadata.c",
1347 "src/core/transport/chttp2/parsing.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001348 "src/core/transport/chttp2/status_conversion.c",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001349 "src/core/transport/chttp2/stream_lists.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001350 "src/core/transport/chttp2/stream_map.c",
1351 "src/core/transport/chttp2/timeout_encoding.c",
1352 "src/core/transport/chttp2/varint.c",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001353 "src/core/transport/chttp2/writing.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001354 "src/core/transport/chttp2_transport.c",
Craig Tiller08a1cf82015-06-29 09:37:52 -07001355 "src/core/transport/connectivity_state.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001356 "src/core/transport/metadata.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001357 "src/core/transport/metadata_batch.c",
Craig Tiller2e7687c2015-11-18 14:56:46 -08001358 "src/core/transport/static_metadata.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001359 "src/core/transport/transport.c",
1360 "src/core/transport/transport_op_string.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001361 "src/core/profiling/basic_timers.c",
1362 "src/core/profiling/stap_timers.c",
1363 "src/core/support/alloc.c",
1364 "src/core/support/avl.c",
1365 "src/core/support/cmdline.c",
1366 "src/core/support/cpu_iphone.c",
1367 "src/core/support/cpu_linux.c",
1368 "src/core/support/cpu_posix.c",
1369 "src/core/support/cpu_windows.c",
1370 "src/core/support/env_linux.c",
1371 "src/core/support/env_posix.c",
1372 "src/core/support/env_win32.c",
1373 "src/core/support/file.c",
1374 "src/core/support/file_posix.c",
1375 "src/core/support/file_win32.c",
1376 "src/core/support/histogram.c",
1377 "src/core/support/host_port.c",
1378 "src/core/support/log.c",
1379 "src/core/support/log_android.c",
1380 "src/core/support/log_linux.c",
1381 "src/core/support/log_posix.c",
1382 "src/core/support/log_win32.c",
1383 "src/core/support/murmur_hash.c",
1384 "src/core/support/slice.c",
1385 "src/core/support/slice_buffer.c",
1386 "src/core/support/stack_lockfree.c",
1387 "src/core/support/string.c",
1388 "src/core/support/string_posix.c",
1389 "src/core/support/string_win32.c",
1390 "src/core/support/subprocess_posix.c",
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +01001391 "src/core/support/subprocess_windows.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001392 "src/core/support/sync.c",
1393 "src/core/support/sync_posix.c",
1394 "src/core/support/sync_win32.c",
1395 "src/core/support/thd.c",
1396 "src/core/support/thd_posix.c",
1397 "src/core/support/thd_win32.c",
1398 "src/core/support/time.c",
1399 "src/core/support/time_posix.c",
1400 "src/core/support/time_precise.c",
1401 "src/core/support/time_win32.c",
1402 "src/core/support/tls_pthread.c",
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +01001403 "src/core/support/wrap_memcpy.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001404 "src/core/census/context.c",
1405 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07001406 "src/core/census/operation.c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001407 "src/core/census/placeholders.c",
Alistair Veitch0383d492015-07-26 15:29:00 -07001408 "src/core/census/tracing.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001409 ],
1410 hdrs = [
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001411 "include/grpc/grpc_security.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001412 "include/grpc/byte_buffer.h",
1413 "include/grpc/byte_buffer_reader.h",
1414 "include/grpc/compression.h",
1415 "include/grpc/grpc.h",
1416 "include/grpc/status.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001417 "include/grpc/support/alloc.h",
1418 "include/grpc/support/atm.h",
1419 "include/grpc/support/atm_gcc_atomic.h",
1420 "include/grpc/support/atm_gcc_sync.h",
1421 "include/grpc/support/atm_win32.h",
1422 "include/grpc/support/avl.h",
1423 "include/grpc/support/cmdline.h",
1424 "include/grpc/support/cpu.h",
1425 "include/grpc/support/histogram.h",
1426 "include/grpc/support/host_port.h",
1427 "include/grpc/support/log.h",
1428 "include/grpc/support/log_win32.h",
1429 "include/grpc/support/port_platform.h",
1430 "include/grpc/support/slice.h",
1431 "include/grpc/support/slice_buffer.h",
1432 "include/grpc/support/string_util.h",
1433 "include/grpc/support/subprocess.h",
1434 "include/grpc/support/sync.h",
1435 "include/grpc/support/sync_generic.h",
1436 "include/grpc/support/sync_posix.h",
1437 "include/grpc/support/sync_win32.h",
1438 "include/grpc/support/thd.h",
1439 "include/grpc/support/time.h",
1440 "include/grpc/support/tls.h",
1441 "include/grpc/support/tls_gcc.h",
1442 "include/grpc/support/tls_msvc.h",
1443 "include/grpc/support/tls_pthread.h",
1444 "include/grpc/support/useful.h",
1445 "include/grpc/impl/codegen/alloc.h",
1446 "include/grpc/impl/codegen/atm.h",
1447 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1448 "include/grpc/impl/codegen/atm_gcc_sync.h",
1449 "include/grpc/impl/codegen/atm_win32.h",
1450 "include/grpc/impl/codegen/byte_buffer.h",
1451 "include/grpc/impl/codegen/compression_types.h",
1452 "include/grpc/impl/codegen/connectivity_state.h",
1453 "include/grpc/impl/codegen/grpc_types.h",
1454 "include/grpc/impl/codegen/log.h",
1455 "include/grpc/impl/codegen/port_platform.h",
1456 "include/grpc/impl/codegen/propagation_bits.h",
1457 "include/grpc/impl/codegen/slice.h",
1458 "include/grpc/impl/codegen/slice_buffer.h",
1459 "include/grpc/impl/codegen/status.h",
1460 "include/grpc/impl/codegen/sync.h",
1461 "include/grpc/impl/codegen/sync_generic.h",
1462 "include/grpc/impl/codegen/sync_posix.h",
1463 "include/grpc/impl/codegen/sync_win32.h",
1464 "include/grpc/impl/codegen/time.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001465 "include/grpc/census.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001466 "src/core/security/auth_filters.h",
1467 "src/core/security/base64.h",
1468 "src/core/security/credentials.h",
Julien Boeuf87047d72015-08-21 14:30:33 -07001469 "src/core/security/handshake.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001470 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02001471 "src/core/security/jwt_verifier.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001472 "src/core/security/secure_endpoint.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001473 "src/core/security/security_connector.h",
1474 "src/core/security/security_context.h",
1475 "src/core/tsi/fake_transport_security.h",
1476 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08001477 "src/core/tsi/ssl_types.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001478 "src/core/tsi/transport_security.h",
1479 "src/core/tsi/transport_security_interface.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07001480 "src/core/census/grpc_filter.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001481 "src/core/channel/channel_args.h",
1482 "src/core/channel/channel_stack.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001483 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07001484 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07001485 "src/core/channel/compress_filter.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001486 "src/core/channel/connected_channel.h",
1487 "src/core/channel/context.h",
1488 "src/core/channel/http_client_filter.h",
1489 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001490 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001491 "src/core/client_config/client_config.h",
1492 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08001493 "src/core/client_config/initial_connect_string.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001494 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001495 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001496 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07001497 "src/core/client_config/lb_policy_factory.h",
1498 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001499 "src/core/client_config/resolver.h",
1500 "src/core/client_config/resolver_factory.h",
1501 "src/core/client_config/resolver_registry.h",
1502 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07001503 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001504 "src/core/client_config/subchannel.h",
1505 "src/core/client_config/subchannel_factory.h",
1506 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08001507 "src/core/compression/algorithm_metadata.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001508 "src/core/compression/message_compress.h",
1509 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07001510 "src/core/httpcli/format_request.h",
1511 "src/core/httpcli/httpcli.h",
1512 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07001513 "src/core/iomgr/closure.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001514 "src/core/iomgr/endpoint.h",
1515 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07001516 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07001517 "src/core/iomgr/executor.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001518 "src/core/iomgr/fd_posix.h",
1519 "src/core/iomgr/iocp_windows.h",
1520 "src/core/iomgr/iomgr.h",
1521 "src/core/iomgr/iomgr_internal.h",
1522 "src/core/iomgr/iomgr_posix.h",
1523 "src/core/iomgr/pollset.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001524 "src/core/iomgr/pollset_posix.h",
1525 "src/core/iomgr/pollset_set.h",
1526 "src/core/iomgr/pollset_set_posix.h",
1527 "src/core/iomgr/pollset_set_windows.h",
1528 "src/core/iomgr/pollset_windows.h",
1529 "src/core/iomgr/resolve_address.h",
1530 "src/core/iomgr/sockaddr.h",
1531 "src/core/iomgr/sockaddr_posix.h",
1532 "src/core/iomgr/sockaddr_utils.h",
1533 "src/core/iomgr/sockaddr_win32.h",
1534 "src/core/iomgr/socket_utils_posix.h",
1535 "src/core/iomgr/socket_windows.h",
1536 "src/core/iomgr/tcp_client.h",
1537 "src/core/iomgr/tcp_posix.h",
1538 "src/core/iomgr/tcp_server.h",
1539 "src/core/iomgr/tcp_windows.h",
1540 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001541 "src/core/iomgr/timer.h",
1542 "src/core/iomgr/timer_heap.h",
1543 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -04001544 "src/core/iomgr/udp_server.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001545 "src/core/iomgr/wakeup_fd_pipe.h",
1546 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07001547 "src/core/iomgr/workqueue.h",
1548 "src/core/iomgr/workqueue_posix.h",
1549 "src/core/iomgr/workqueue_windows.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001550 "src/core/json/json.h",
1551 "src/core/json/json_common.h",
1552 "src/core/json/json_reader.h",
1553 "src/core/json/json_writer.h",
Hongyu Chenbeb580b2015-08-25 16:19:33 -07001554 "src/core/statistics/census_interface.h",
1555 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07001556 "src/core/surface/api_trace.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001557 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07001558 "src/core/surface/call_test_only.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001559 "src/core/surface/channel.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001560 "src/core/surface/completion_queue.h",
1561 "src/core/surface/event_string.h",
1562 "src/core/surface/init.h",
1563 "src/core/surface/server.h",
1564 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001565 "src/core/transport/byte_stream.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001566 "src/core/transport/chttp2/alpn.h",
1567 "src/core/transport/chttp2/bin_encoder.h",
1568 "src/core/transport/chttp2/frame.h",
1569 "src/core/transport/chttp2/frame_data.h",
1570 "src/core/transport/chttp2/frame_goaway.h",
1571 "src/core/transport/chttp2/frame_ping.h",
1572 "src/core/transport/chttp2/frame_rst_stream.h",
1573 "src/core/transport/chttp2/frame_settings.h",
1574 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001575 "src/core/transport/chttp2/hpack_encoder.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001576 "src/core/transport/chttp2/hpack_parser.h",
1577 "src/core/transport/chttp2/hpack_table.h",
1578 "src/core/transport/chttp2/http2_errors.h",
1579 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001580 "src/core/transport/chttp2/incoming_metadata.h",
1581 "src/core/transport/chttp2/internal.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001582 "src/core/transport/chttp2/status_conversion.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001583 "src/core/transport/chttp2/stream_map.h",
1584 "src/core/transport/chttp2/timeout_encoding.h",
1585 "src/core/transport/chttp2/varint.h",
1586 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07001587 "src/core/transport/connectivity_state.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001588 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001589 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08001590 "src/core/transport/static_metadata.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001591 "src/core/transport/transport.h",
1592 "src/core/transport/transport_impl.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001593 "src/core/profiling/timers.h",
1594 "src/core/support/block_annotate.h",
1595 "src/core/support/env.h",
1596 "src/core/support/file.h",
1597 "src/core/support/murmur_hash.h",
1598 "src/core/support/stack_lockfree.h",
1599 "src/core/support/string.h",
1600 "src/core/support/string_win32.h",
1601 "src/core/support/thd_internal.h",
1602 "src/core/support/time_precise.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07001603 "src/core/census/aggregation.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07001604 "src/core/census/rpc_metric_id.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001605 ],
1606 includes = [
1607 "include",
1608 ".",
1609 ],
1610 deps = [
Jorge Canizales4dc4e3d2015-06-26 22:12:02 -07001611 "//external:libssl_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07001612 ],
Jorge Canizales8c1fd042015-06-22 19:11:36 -07001613 sdk_dylibs = ["libz"],
Jorge Canizales140bca82015-06-20 09:47:00 -07001614)
1615
1616
1617
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001618cc_binary(
1619 name = "grpc_cpp_plugin",
1620 srcs = [
1621 "src/compiler/cpp_plugin.cc",
1622 ],
1623 deps = [
1624 "//external:protobuf_compiler",
1625 ":grpc_plugin_support",
1626 ],
1627)
1628
1629
1630cc_binary(
Jan Tattermusch2d924952015-05-06 10:23:17 -07001631 name = "grpc_csharp_plugin",
1632 srcs = [
1633 "src/compiler/csharp_plugin.cc",
1634 ],
1635 deps = [
1636 "//external:protobuf_compiler",
1637 ":grpc_plugin_support",
1638 ],
1639)
1640
1641
1642cc_binary(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001643 name = "grpc_objective_c_plugin",
1644 srcs = [
1645 "src/compiler/objective_c_plugin.cc",
1646 ],
1647 deps = [
1648 "//external:protobuf_compiler",
1649 ":grpc_plugin_support",
1650 ],
1651)
1652
1653
1654cc_binary(
1655 name = "grpc_python_plugin",
1656 srcs = [
1657 "src/compiler/python_plugin.cc",
1658 ],
1659 deps = [
1660 "//external:protobuf_compiler",
1661 ":grpc_plugin_support",
1662 ],
1663)
1664
1665
1666cc_binary(
1667 name = "grpc_ruby_plugin",
1668 srcs = [
1669 "src/compiler/ruby_plugin.cc",
1670 ],
1671 deps = [
1672 "//external:protobuf_compiler",
1673 ":grpc_plugin_support",
1674 ],
1675)
1676
1677
1678
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02001679
1680
Jorge Canizales140bca82015-06-20 09:47:00 -07001681
Jorge Canizales91e67a22015-06-24 13:50:04 -07001682
1683
Jorge Canizales44dc4232015-06-19 16:30:31 -07001684objc_path = "src/objective-c"
Jorge Canizales140bca82015-06-20 09:47:00 -07001685
Jorge Canizales44dc4232015-06-19 16:30:31 -07001686rx_library_path = objc_path + "/RxLibrary"
1687
1688objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07001689 name = "rx_library",
1690 hdrs = glob([
1691 rx_library_path + "/*.h",
1692 rx_library_path + "/transformations/*.h",
1693 ]),
1694 srcs = glob([
1695 rx_library_path + "/*.m",
1696 rx_library_path + "/transformations/*.m",
1697 ]),
1698 includes = [objc_path],
1699 deps = [
1700 ":rx_library_private",
1701 ],
Jorge Canizales44dc4232015-06-19 16:30:31 -07001702)
1703
1704objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07001705 name = "rx_library_private",
1706 hdrs = glob([rx_library_path + "/private/*.h"]),
1707 srcs = glob([rx_library_path + "/private/*.m"]),
1708 visibility = ["//visibility:private"],
Jorge Canizales44dc4232015-06-19 16:30:31 -07001709)
Jorge Canizales866255e2015-06-20 18:58:38 -07001710
1711objc_client_path = objc_path + "/GRPCClient"
1712
1713objc_library(
1714 name = "grpc_client",
1715 hdrs = glob([
1716 objc_client_path + "/*.h",
1717 objc_client_path + "/private/*.h",
1718 ]),
1719 srcs = glob([
1720 objc_client_path + "/*.m",
1721 objc_client_path + "/private/*.m",
1722 ]),
1723 includes = [objc_path],
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07001724 bundles = [":gRPCCertificates"],
Jorge Canizales866255e2015-06-20 18:58:38 -07001725 deps = [
1726 ":grpc_objc",
1727 ":rx_library",
1728 ],
1729)
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07001730
1731objc_bundle_library(
1732 # The choice of name is signicant here, since it determines the bundle name.
1733 name = "gRPCCertificates",
1734 resources = ["etc/roots.pem"],
1735)
Jorge Canizales50f19822015-06-28 23:48:30 -07001736
1737proto_objc_rpc_path = objc_path + "/ProtoRPC"
1738
1739objc_library(
1740 name = "proto_objc_rpc",
1741 hdrs = glob([
1742 proto_objc_rpc_path + "/*.h",
1743 ]),
1744 srcs = glob([
1745 proto_objc_rpc_path + "/*.m",
1746 ]),
1747 includes = [objc_path],
1748 deps = [
1749 ":grpc_client",
1750 ":rx_library",
1751 "//external:protobuf_objc",
1752 ],
1753)