blob: 073d8cbf7e2a51999e4913296ba89d0f2bfcdf75 [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 Veitch9686dab2015-05-26 14:26:47 -0700185 "src/core/census/context.h",
Alistair Veitch9a099822015-08-27 13:16:00 -0700186 "src/core/census/rpc_metric_id.h",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700187 "src/core/httpcli/httpcli_security_connector.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700188 "src/core/security/base64.c",
Julien Boeufc6f8d0a2015-05-11 22:40:02 -0700189 "src/core/security/client_auth_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700190 "src/core/security/credentials.c",
Julien Boeuf75c9b6f2015-05-29 13:12:12 -0700191 "src/core/security/credentials_metadata.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700192 "src/core/security/credentials_posix.c",
193 "src/core/security/credentials_win32.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700194 "src/core/security/google_default_credentials.c",
Julien Boeuf87047d72015-08-21 14:30:33 -0700195 "src/core/security/handshake.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700196 "src/core/security/json_token.c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200197 "src/core/security/jwt_verifier.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700198 "src/core/security/secure_endpoint.c",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700199 "src/core/security/security_connector.c",
Julien Boeufd7f768b2015-05-08 16:37:16 -0700200 "src/core/security/security_context.c",
Julien Boeufc6f8d0a2015-05-11 22:40:02 -0700201 "src/core/security/server_auth_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700202 "src/core/security/server_secure_chttp2.c",
203 "src/core/surface/init_secure.c",
204 "src/core/surface/secure_channel_create.c",
205 "src/core/tsi/fake_transport_security.c",
206 "src/core/tsi/ssl_transport_security.c",
207 "src/core/tsi/transport_security.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700208 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -0700209 "src/core/census/grpc_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700210 "src/core/channel/channel_args.c",
211 "src/core/channel/channel_stack.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700212 "src/core/channel/client_channel.c",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700213 "src/core/channel/client_uchannel.c",
David Garcia Quintas55b4ea12015-06-16 14:27:32 -0700214 "src/core/channel/compress_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700215 "src/core/channel/connected_channel.c",
216 "src/core/channel/http_client_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700217 "src/core/channel/http_server_filter.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800218 "src/core/channel/subchannel_call_holder.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700219 "src/core/client_config/client_config.c",
Craig Tiller91624662015-06-25 16:31:02 -0700220 "src/core/client_config/connector.c",
yang-ga6124122015-11-05 22:36:20 -0800221 "src/core/client_config/default_initial_connect_string.c",
222 "src/core/client_config/initial_connect_string.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700223 "src/core/client_config/lb_policies/pick_first.c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700224 "src/core/client_config/lb_policies/round_robin.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700225 "src/core/client_config/lb_policy.c",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700226 "src/core/client_config/lb_policy_factory.c",
227 "src/core/client_config/lb_policy_registry.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700228 "src/core/client_config/resolver.c",
Craig Tiller7df28a72015-06-24 09:23:52 -0700229 "src/core/client_config/resolver_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700230 "src/core/client_config/resolver_registry.c",
231 "src/core/client_config/resolvers/dns_resolver.c",
Craig Tiller698d00c2015-07-20 12:32:58 -0700232 "src/core/client_config/resolvers/sockaddr_resolver.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700233 "src/core/client_config/subchannel.c",
234 "src/core/client_config/subchannel_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700235 "src/core/client_config/uri_parser.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700236 "src/core/compression/algorithm.c",
237 "src/core/compression/message_compress.c",
238 "src/core/debug/trace.c",
Craig Tillerf53d9c82015-08-04 14:19:43 -0700239 "src/core/httpcli/format_request.c",
240 "src/core/httpcli/httpcli.c",
241 "src/core/httpcli/parser.c",
Craig Tiller298751c2015-09-22 09:41:05 -0700242 "src/core/iomgr/closure.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700243 "src/core/iomgr/endpoint.c",
244 "src/core/iomgr/endpoint_pair_posix.c",
Craig Tillerd180e032015-04-13 10:10:07 -0700245 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -0700246 "src/core/iomgr/exec_ctx.c",
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700247 "src/core/iomgr/executor.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700248 "src/core/iomgr/fd_posix.c",
249 "src/core/iomgr/iocp_windows.c",
250 "src/core/iomgr/iomgr.c",
251 "src/core/iomgr/iomgr_posix.c",
252 "src/core/iomgr/iomgr_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700253 "src/core/iomgr/pollset_multipoller_with_epoll.c",
254 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
255 "src/core/iomgr/pollset_posix.c",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700256 "src/core/iomgr/pollset_set_posix.c",
257 "src/core/iomgr/pollset_set_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700258 "src/core/iomgr/pollset_windows.c",
259 "src/core/iomgr/resolve_address_posix.c",
260 "src/core/iomgr/resolve_address_windows.c",
261 "src/core/iomgr/sockaddr_utils.c",
262 "src/core/iomgr/socket_utils_common_posix.c",
263 "src/core/iomgr/socket_utils_linux.c",
264 "src/core/iomgr/socket_utils_posix.c",
265 "src/core/iomgr/socket_windows.c",
266 "src/core/iomgr/tcp_client_posix.c",
267 "src/core/iomgr/tcp_client_windows.c",
268 "src/core/iomgr/tcp_posix.c",
269 "src/core/iomgr/tcp_server_posix.c",
270 "src/core/iomgr/tcp_server_windows.c",
271 "src/core/iomgr/tcp_windows.c",
272 "src/core/iomgr/time_averaged_stats.c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700273 "src/core/iomgr/timer.c",
274 "src/core/iomgr/timer_heap.c",
Robbie Shade69535292015-07-10 14:27:34 -0400275 "src/core/iomgr/udp_server.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700276 "src/core/iomgr/wakeup_fd_eventfd.c",
277 "src/core/iomgr/wakeup_fd_nospecial.c",
278 "src/core/iomgr/wakeup_fd_pipe.c",
279 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tiller73b66062015-09-09 09:34:46 -0700280 "src/core/iomgr/workqueue_posix.c",
281 "src/core/iomgr/workqueue_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700282 "src/core/json/json.c",
283 "src/core/json/json_reader.c",
284 "src/core/json/json_string.c",
285 "src/core/json/json_writer.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",
364 "src/core/support/sync.c",
365 "src/core/support/sync_posix.c",
366 "src/core/support/sync_win32.c",
367 "src/core/support/thd.c",
368 "src/core/support/thd_posix.c",
369 "src/core/support/thd_win32.c",
370 "src/core/support/time.c",
371 "src/core/support/time_posix.c",
372 "src/core/support/time_precise.c",
373 "src/core/support/time_win32.c",
374 "src/core/support/tls_pthread.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700375 "src/core/census/context.c",
376 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -0700377 "src/core/census/operation.c",
Alistair Veitchbb30d252016-01-12 17:36:05 -0800378 "src/core/census/tag_set.c",
Alistair Veitch0383d492015-07-26 15:29:00 -0700379 "src/core/census/tracing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700380 ],
381 hdrs = [
382 "include/grpc/grpc_security.h",
383 "include/grpc/byte_buffer.h",
384 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700385 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700386 "include/grpc/grpc.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700387 "include/grpc/status.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100388 "include/grpc/support/alloc.h",
389 "include/grpc/support/atm.h",
390 "include/grpc/support/atm_gcc_atomic.h",
391 "include/grpc/support/atm_gcc_sync.h",
392 "include/grpc/support/atm_win32.h",
393 "include/grpc/support/avl.h",
394 "include/grpc/support/cmdline.h",
395 "include/grpc/support/cpu.h",
396 "include/grpc/support/histogram.h",
397 "include/grpc/support/host_port.h",
398 "include/grpc/support/log.h",
399 "include/grpc/support/log_win32.h",
400 "include/grpc/support/port_platform.h",
401 "include/grpc/support/slice.h",
402 "include/grpc/support/slice_buffer.h",
403 "include/grpc/support/string_util.h",
404 "include/grpc/support/subprocess.h",
405 "include/grpc/support/sync.h",
406 "include/grpc/support/sync_generic.h",
407 "include/grpc/support/sync_posix.h",
408 "include/grpc/support/sync_win32.h",
409 "include/grpc/support/thd.h",
410 "include/grpc/support/time.h",
411 "include/grpc/support/tls.h",
412 "include/grpc/support/tls_gcc.h",
413 "include/grpc/support/tls_msvc.h",
414 "include/grpc/support/tls_pthread.h",
415 "include/grpc/support/useful.h",
416 "include/grpc/impl/codegen/alloc.h",
417 "include/grpc/impl/codegen/atm.h",
418 "include/grpc/impl/codegen/atm_gcc_atomic.h",
419 "include/grpc/impl/codegen/atm_gcc_sync.h",
420 "include/grpc/impl/codegen/atm_win32.h",
421 "include/grpc/impl/codegen/byte_buffer.h",
422 "include/grpc/impl/codegen/compression_types.h",
423 "include/grpc/impl/codegen/connectivity_state.h",
424 "include/grpc/impl/codegen/grpc_types.h",
425 "include/grpc/impl/codegen/log.h",
426 "include/grpc/impl/codegen/port_platform.h",
427 "include/grpc/impl/codegen/propagation_bits.h",
428 "include/grpc/impl/codegen/slice.h",
429 "include/grpc/impl/codegen/slice_buffer.h",
430 "include/grpc/impl/codegen/status.h",
431 "include/grpc/impl/codegen/sync.h",
432 "include/grpc/impl/codegen/sync_generic.h",
433 "include/grpc/impl/codegen/sync_posix.h",
434 "include/grpc/impl/codegen/sync_win32.h",
435 "include/grpc/impl/codegen/time.h",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700436 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700437 ],
438 includes = [
439 "include",
440 ".",
441 ],
442 deps = [
443 "//external:libssl",
Ming Zhaof2f24e22015-08-13 12:38:35 -0700444 "//external:zlib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700445 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800446 copts = [
447 "-std=gnu99",
448 ],
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +0200449)
450
451
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700452cc_library(
453 name = "grpc_unsecure",
454 srcs = [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100455 "src/core/profiling/timers.h",
456 "src/core/support/block_annotate.h",
457 "src/core/support/env.h",
458 "src/core/support/file.h",
459 "src/core/support/murmur_hash.h",
460 "src/core/support/stack_lockfree.h",
461 "src/core/support/string.h",
462 "src/core/support/string_win32.h",
463 "src/core/support/thd_internal.h",
464 "src/core/support/time_precise.h",
Hongyu Chene09dc782015-08-21 11:28:33 -0700465 "src/core/census/grpc_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700466 "src/core/channel/channel_args.h",
467 "src/core/channel/channel_stack.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700468 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700469 "src/core/channel/client_uchannel.h",
David Garcia Quintas55b4ea12015-06-16 14:27:32 -0700470 "src/core/channel/compress_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700471 "src/core/channel/connected_channel.h",
murgatroid997da8b1a2015-06-17 12:37:34 -0700472 "src/core/channel/context.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700473 "src/core/channel/http_client_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700474 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800475 "src/core/channel/subchannel_call_holder.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700476 "src/core/client_config/client_config.h",
Craig Tiller91624662015-06-25 16:31:02 -0700477 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -0800478 "src/core/client_config/initial_connect_string.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700479 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700480 "src/core/client_config/lb_policies/round_robin.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700481 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700482 "src/core/client_config/lb_policy_factory.h",
483 "src/core/client_config/lb_policy_registry.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700484 "src/core/client_config/resolver.h",
Craig Tiller7df28a72015-06-24 09:23:52 -0700485 "src/core/client_config/resolver_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700486 "src/core/client_config/resolver_registry.h",
487 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -0700488 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700489 "src/core/client_config/subchannel.h",
490 "src/core/client_config/subchannel_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700491 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -0800492 "src/core/compression/algorithm_metadata.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700493 "src/core/compression/message_compress.h",
494 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -0700495 "src/core/httpcli/format_request.h",
496 "src/core/httpcli/httpcli.h",
497 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -0700498 "src/core/iomgr/closure.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700499 "src/core/iomgr/endpoint.h",
500 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -0700501 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700502 "src/core/iomgr/executor.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700503 "src/core/iomgr/fd_posix.h",
504 "src/core/iomgr/iocp_windows.h",
505 "src/core/iomgr/iomgr.h",
506 "src/core/iomgr/iomgr_internal.h",
507 "src/core/iomgr/iomgr_posix.h",
508 "src/core/iomgr/pollset.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700509 "src/core/iomgr/pollset_posix.h",
Jorge Canizalesfe8ad732015-06-20 19:53:59 -0700510 "src/core/iomgr/pollset_set.h",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700511 "src/core/iomgr/pollset_set_posix.h",
512 "src/core/iomgr/pollset_set_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700513 "src/core/iomgr/pollset_windows.h",
514 "src/core/iomgr/resolve_address.h",
515 "src/core/iomgr/sockaddr.h",
516 "src/core/iomgr/sockaddr_posix.h",
517 "src/core/iomgr/sockaddr_utils.h",
518 "src/core/iomgr/sockaddr_win32.h",
519 "src/core/iomgr/socket_utils_posix.h",
520 "src/core/iomgr/socket_windows.h",
521 "src/core/iomgr/tcp_client.h",
522 "src/core/iomgr/tcp_posix.h",
523 "src/core/iomgr/tcp_server.h",
524 "src/core/iomgr/tcp_windows.h",
525 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700526 "src/core/iomgr/timer.h",
527 "src/core/iomgr/timer_heap.h",
528 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -0400529 "src/core/iomgr/udp_server.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700530 "src/core/iomgr/wakeup_fd_pipe.h",
531 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -0700532 "src/core/iomgr/workqueue.h",
533 "src/core/iomgr/workqueue_posix.h",
534 "src/core/iomgr/workqueue_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700535 "src/core/json/json.h",
536 "src/core/json/json_common.h",
537 "src/core/json/json_reader.h",
538 "src/core/json/json_writer.h",
Hongyu Chenbeb580b2015-08-25 16:19:33 -0700539 "src/core/statistics/census_interface.h",
540 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -0700541 "src/core/surface/api_trace.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700542 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -0700543 "src/core/surface/call_test_only.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700544 "src/core/surface/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700545 "src/core/surface/completion_queue.h",
546 "src/core/surface/event_string.h",
547 "src/core/surface/init.h",
548 "src/core/surface/server.h",
549 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800550 "src/core/transport/byte_stream.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700551 "src/core/transport/chttp2/alpn.h",
552 "src/core/transport/chttp2/bin_encoder.h",
553 "src/core/transport/chttp2/frame.h",
554 "src/core/transport/chttp2/frame_data.h",
555 "src/core/transport/chttp2/frame_goaway.h",
556 "src/core/transport/chttp2/frame_ping.h",
557 "src/core/transport/chttp2/frame_rst_stream.h",
558 "src/core/transport/chttp2/frame_settings.h",
559 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800560 "src/core/transport/chttp2/hpack_encoder.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700561 "src/core/transport/chttp2/hpack_parser.h",
562 "src/core/transport/chttp2/hpack_table.h",
563 "src/core/transport/chttp2/http2_errors.h",
564 "src/core/transport/chttp2/huffsyms.h",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700565 "src/core/transport/chttp2/incoming_metadata.h",
Craig Tiller41527062015-06-12 07:51:05 -0700566 "src/core/transport/chttp2/internal.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700567 "src/core/transport/chttp2/status_conversion.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700568 "src/core/transport/chttp2/stream_map.h",
569 "src/core/transport/chttp2/timeout_encoding.h",
570 "src/core/transport/chttp2/varint.h",
571 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700572 "src/core/transport/connectivity_state.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700573 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800574 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -0800575 "src/core/transport/static_metadata.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700576 "src/core/transport/transport.h",
577 "src/core/transport/transport_impl.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -0700578 "src/core/census/aggregation.h",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700579 "src/core/census/context.h",
Alistair Veitch9a099822015-08-27 13:16:00 -0700580 "src/core/census/rpc_metric_id.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700581 "src/core/surface/init_unsecure.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100582 "src/core/profiling/basic_timers.c",
583 "src/core/profiling/stap_timers.c",
584 "src/core/support/alloc.c",
585 "src/core/support/avl.c",
586 "src/core/support/cmdline.c",
587 "src/core/support/cpu_iphone.c",
588 "src/core/support/cpu_linux.c",
589 "src/core/support/cpu_posix.c",
590 "src/core/support/cpu_windows.c",
591 "src/core/support/env_linux.c",
592 "src/core/support/env_posix.c",
593 "src/core/support/env_win32.c",
594 "src/core/support/file.c",
595 "src/core/support/file_posix.c",
596 "src/core/support/file_win32.c",
597 "src/core/support/histogram.c",
598 "src/core/support/host_port.c",
599 "src/core/support/log.c",
600 "src/core/support/log_android.c",
601 "src/core/support/log_linux.c",
602 "src/core/support/log_posix.c",
603 "src/core/support/log_win32.c",
604 "src/core/support/murmur_hash.c",
605 "src/core/support/slice.c",
606 "src/core/support/slice_buffer.c",
607 "src/core/support/stack_lockfree.c",
608 "src/core/support/string.c",
609 "src/core/support/string_posix.c",
610 "src/core/support/string_win32.c",
611 "src/core/support/subprocess_posix.c",
612 "src/core/support/sync.c",
613 "src/core/support/sync_posix.c",
614 "src/core/support/sync_win32.c",
615 "src/core/support/thd.c",
616 "src/core/support/thd_posix.c",
617 "src/core/support/thd_win32.c",
618 "src/core/support/time.c",
619 "src/core/support/time_posix.c",
620 "src/core/support/time_precise.c",
621 "src/core/support/time_win32.c",
622 "src/core/support/tls_pthread.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700623 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -0700624 "src/core/census/grpc_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700625 "src/core/channel/channel_args.c",
626 "src/core/channel/channel_stack.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700627 "src/core/channel/client_channel.c",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700628 "src/core/channel/client_uchannel.c",
David Garcia Quintas55b4ea12015-06-16 14:27:32 -0700629 "src/core/channel/compress_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700630 "src/core/channel/connected_channel.c",
631 "src/core/channel/http_client_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700632 "src/core/channel/http_server_filter.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800633 "src/core/channel/subchannel_call_holder.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700634 "src/core/client_config/client_config.c",
Craig Tiller91624662015-06-25 16:31:02 -0700635 "src/core/client_config/connector.c",
yang-ga6124122015-11-05 22:36:20 -0800636 "src/core/client_config/default_initial_connect_string.c",
637 "src/core/client_config/initial_connect_string.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700638 "src/core/client_config/lb_policies/pick_first.c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700639 "src/core/client_config/lb_policies/round_robin.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700640 "src/core/client_config/lb_policy.c",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700641 "src/core/client_config/lb_policy_factory.c",
642 "src/core/client_config/lb_policy_registry.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700643 "src/core/client_config/resolver.c",
Craig Tiller7df28a72015-06-24 09:23:52 -0700644 "src/core/client_config/resolver_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700645 "src/core/client_config/resolver_registry.c",
646 "src/core/client_config/resolvers/dns_resolver.c",
Craig Tiller698d00c2015-07-20 12:32:58 -0700647 "src/core/client_config/resolvers/sockaddr_resolver.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700648 "src/core/client_config/subchannel.c",
649 "src/core/client_config/subchannel_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700650 "src/core/client_config/uri_parser.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700651 "src/core/compression/algorithm.c",
652 "src/core/compression/message_compress.c",
653 "src/core/debug/trace.c",
Craig Tillerf53d9c82015-08-04 14:19:43 -0700654 "src/core/httpcli/format_request.c",
655 "src/core/httpcli/httpcli.c",
656 "src/core/httpcli/parser.c",
Craig Tiller298751c2015-09-22 09:41:05 -0700657 "src/core/iomgr/closure.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700658 "src/core/iomgr/endpoint.c",
659 "src/core/iomgr/endpoint_pair_posix.c",
Craig Tillerd180e032015-04-13 10:10:07 -0700660 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -0700661 "src/core/iomgr/exec_ctx.c",
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700662 "src/core/iomgr/executor.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700663 "src/core/iomgr/fd_posix.c",
664 "src/core/iomgr/iocp_windows.c",
665 "src/core/iomgr/iomgr.c",
666 "src/core/iomgr/iomgr_posix.c",
667 "src/core/iomgr/iomgr_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700668 "src/core/iomgr/pollset_multipoller_with_epoll.c",
669 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
670 "src/core/iomgr/pollset_posix.c",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700671 "src/core/iomgr/pollset_set_posix.c",
672 "src/core/iomgr/pollset_set_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700673 "src/core/iomgr/pollset_windows.c",
674 "src/core/iomgr/resolve_address_posix.c",
675 "src/core/iomgr/resolve_address_windows.c",
676 "src/core/iomgr/sockaddr_utils.c",
677 "src/core/iomgr/socket_utils_common_posix.c",
678 "src/core/iomgr/socket_utils_linux.c",
679 "src/core/iomgr/socket_utils_posix.c",
680 "src/core/iomgr/socket_windows.c",
681 "src/core/iomgr/tcp_client_posix.c",
682 "src/core/iomgr/tcp_client_windows.c",
683 "src/core/iomgr/tcp_posix.c",
684 "src/core/iomgr/tcp_server_posix.c",
685 "src/core/iomgr/tcp_server_windows.c",
686 "src/core/iomgr/tcp_windows.c",
687 "src/core/iomgr/time_averaged_stats.c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700688 "src/core/iomgr/timer.c",
689 "src/core/iomgr/timer_heap.c",
Robbie Shade69535292015-07-10 14:27:34 -0400690 "src/core/iomgr/udp_server.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700691 "src/core/iomgr/wakeup_fd_eventfd.c",
692 "src/core/iomgr/wakeup_fd_nospecial.c",
693 "src/core/iomgr/wakeup_fd_pipe.c",
694 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tiller73b66062015-09-09 09:34:46 -0700695 "src/core/iomgr/workqueue_posix.c",
696 "src/core/iomgr/workqueue_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700697 "src/core/json/json.c",
698 "src/core/json/json_reader.c",
699 "src/core/json/json_string.c",
700 "src/core/json/json_writer.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -0700701 "src/core/surface/api_trace.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700702 "src/core/surface/byte_buffer.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700703 "src/core/surface/byte_buffer_reader.c",
704 "src/core/surface/call.c",
705 "src/core/surface/call_details.c",
706 "src/core/surface/call_log_batch.c",
707 "src/core/surface/channel.c",
Craig Tiller48cb07c2015-07-15 16:16:15 -0700708 "src/core/surface/channel_connectivity.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700709 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -0800710 "src/core/surface/channel_ping.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700711 "src/core/surface/completion_queue.c",
712 "src/core/surface/event_string.c",
713 "src/core/surface/init.c",
714 "src/core/surface/lame_client.c",
715 "src/core/surface/metadata_array.c",
716 "src/core/surface/server.c",
717 "src/core/surface/server_chttp2.c",
718 "src/core/surface/server_create.c",
murgatroid99c3910ca2016-01-06 13:14:23 -0800719 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -0700720 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800721 "src/core/transport/byte_stream.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700722 "src/core/transport/chttp2/alpn.c",
723 "src/core/transport/chttp2/bin_encoder.c",
724 "src/core/transport/chttp2/frame_data.c",
725 "src/core/transport/chttp2/frame_goaway.c",
726 "src/core/transport/chttp2/frame_ping.c",
727 "src/core/transport/chttp2/frame_rst_stream.c",
728 "src/core/transport/chttp2/frame_settings.c",
729 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800730 "src/core/transport/chttp2/hpack_encoder.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700731 "src/core/transport/chttp2/hpack_parser.c",
732 "src/core/transport/chttp2/hpack_table.c",
733 "src/core/transport/chttp2/huffsyms.c",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700734 "src/core/transport/chttp2/incoming_metadata.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700735 "src/core/transport/chttp2/parsing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700736 "src/core/transport/chttp2/status_conversion.c",
Craig Tiller6459db42015-06-15 17:11:45 -0700737 "src/core/transport/chttp2/stream_lists.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700738 "src/core/transport/chttp2/stream_map.c",
739 "src/core/transport/chttp2/timeout_encoding.c",
740 "src/core/transport/chttp2/varint.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700741 "src/core/transport/chttp2/writing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700742 "src/core/transport/chttp2_transport.c",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700743 "src/core/transport/connectivity_state.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700744 "src/core/transport/metadata.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800745 "src/core/transport/metadata_batch.c",
Craig Tiller2e7687c2015-11-18 14:56:46 -0800746 "src/core/transport/static_metadata.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700747 "src/core/transport/transport.c",
Craig Tiller83f88d92015-04-21 16:02:05 -0700748 "src/core/transport/transport_op_string.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700749 "src/core/census/context.c",
750 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -0700751 "src/core/census/operation.c",
Alistair Veitchbb30d252016-01-12 17:36:05 -0800752 "src/core/census/tag_set.c",
Alistair Veitch0383d492015-07-26 15:29:00 -0700753 "src/core/census/tracing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700754 ],
755 hdrs = [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100756 "include/grpc/support/alloc.h",
757 "include/grpc/support/atm.h",
758 "include/grpc/support/atm_gcc_atomic.h",
759 "include/grpc/support/atm_gcc_sync.h",
760 "include/grpc/support/atm_win32.h",
761 "include/grpc/support/avl.h",
762 "include/grpc/support/cmdline.h",
763 "include/grpc/support/cpu.h",
764 "include/grpc/support/histogram.h",
765 "include/grpc/support/host_port.h",
766 "include/grpc/support/log.h",
767 "include/grpc/support/log_win32.h",
768 "include/grpc/support/port_platform.h",
769 "include/grpc/support/slice.h",
770 "include/grpc/support/slice_buffer.h",
771 "include/grpc/support/string_util.h",
772 "include/grpc/support/subprocess.h",
773 "include/grpc/support/sync.h",
774 "include/grpc/support/sync_generic.h",
775 "include/grpc/support/sync_posix.h",
776 "include/grpc/support/sync_win32.h",
777 "include/grpc/support/thd.h",
778 "include/grpc/support/time.h",
779 "include/grpc/support/tls.h",
780 "include/grpc/support/tls_gcc.h",
781 "include/grpc/support/tls_msvc.h",
782 "include/grpc/support/tls_pthread.h",
783 "include/grpc/support/useful.h",
784 "include/grpc/impl/codegen/alloc.h",
785 "include/grpc/impl/codegen/atm.h",
786 "include/grpc/impl/codegen/atm_gcc_atomic.h",
787 "include/grpc/impl/codegen/atm_gcc_sync.h",
788 "include/grpc/impl/codegen/atm_win32.h",
789 "include/grpc/impl/codegen/byte_buffer.h",
790 "include/grpc/impl/codegen/compression_types.h",
791 "include/grpc/impl/codegen/connectivity_state.h",
792 "include/grpc/impl/codegen/grpc_types.h",
793 "include/grpc/impl/codegen/log.h",
794 "include/grpc/impl/codegen/port_platform.h",
795 "include/grpc/impl/codegen/propagation_bits.h",
796 "include/grpc/impl/codegen/slice.h",
797 "include/grpc/impl/codegen/slice_buffer.h",
798 "include/grpc/impl/codegen/status.h",
799 "include/grpc/impl/codegen/sync.h",
800 "include/grpc/impl/codegen/sync_generic.h",
801 "include/grpc/impl/codegen/sync_posix.h",
802 "include/grpc/impl/codegen/sync_win32.h",
803 "include/grpc/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700804 "include/grpc/byte_buffer.h",
805 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700806 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700807 "include/grpc/grpc.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700808 "include/grpc/status.h",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700809 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700810 ],
811 includes = [
812 "include",
813 ".",
814 ],
815 deps = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700816 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800817 copts = [
818 "-std=gnu99",
819 ],
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700820)
821
822
823cc_library(
Hongwei Wangda8858f2015-07-16 16:18:19 -0700824 name = "grpc_zookeeper",
825 srcs = [
826 "src/core/client_config/resolvers/zookeeper_resolver.h",
827 "src/core/client_config/resolvers/zookeeper_resolver.c",
828 ],
829 hdrs = [
Hongwei Wanga3780a82015-07-17 15:27:18 -0700830 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -0700831 ],
832 includes = [
833 "include",
834 ".",
835 ],
836 deps = [
Hongwei Wangda8858f2015-07-16 16:18:19 -0700837 ":grpc",
838 ],
839)
840
841
842cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700843 name = "grpc++",
844 srcs = [
845 "src/cpp/client/secure_credentials.h",
yang-g3abe60b2015-07-06 14:00:36 -0700846 "src/cpp/common/secure_auth_context.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700847 "src/cpp/server/secure_server_credentials.h",
yang-gc317f072015-08-20 12:18:08 -0700848 "src/cpp/client/create_channel_internal.h",
yang-g3abe60b2015-07-06 14:00:36 -0700849 "src/cpp/common/create_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -0700850 "src/cpp/server/dynamic_thread_pool.h",
851 "src/cpp/server/fixed_size_thread_pool.h",
852 "src/cpp/server/thread_pool_interface.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700853 "src/cpp/client/secure_credentials.cc",
yang-g7ef72322015-07-16 21:00:51 -0700854 "src/cpp/common/auth_property_iterator.cc",
yang-g3abe60b2015-07-06 14:00:36 -0700855 "src/cpp/common/secure_auth_context.cc",
yang-g52705592015-11-25 11:45:33 -0800856 "src/cpp/common/secure_channel_arguments.cc",
yang-g3abe60b2015-07-06 14:00:36 -0700857 "src/cpp/common/secure_create_auth_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700858 "src/cpp/server/secure_server_credentials.cc",
859 "src/cpp/client/channel.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700860 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700861 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -0700862 "src/cpp/client/create_channel_internal.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700863 "src/cpp/client/credentials.cc",
864 "src/cpp/client/generic_stub.cc",
865 "src/cpp/client/insecure_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700866 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -0800867 "src/cpp/common/channel_arguments.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700868 "src/cpp/common/completion_queue.cc",
869 "src/cpp/common/rpc_method.cc",
870 "src/cpp/proto/proto_utils.cc",
871 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -0700872 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -0700873 "src/cpp/server/dynamic_thread_pool.cc",
vjpaia2e1bb12015-07-15 16:49:49 -0700874 "src/cpp/server/fixed_size_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700875 "src/cpp/server/insecure_server_credentials.cc",
876 "src/cpp/server/server.cc",
877 "src/cpp/server/server_builder.cc",
878 "src/cpp/server/server_context.cc",
879 "src/cpp/server/server_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700880 "src/cpp/util/byte_buffer.cc",
881 "src/cpp/util/slice.cc",
882 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -0700883 "src/cpp/util/string_ref.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700884 "src/cpp/util/time.cc",
David Garcia Quintase1300de2016-01-27 18:41:26 -0800885 "src/cpp/codegen/grpc_library.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700886 ],
887 hdrs = [
yang-g8c2be9f2015-08-19 16:28:09 -0700888 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700889 "include/grpc++/client_context.h",
890 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700891 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700892 "include/grpc++/generic/async_generic_service.h",
893 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -0700894 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700895 "include/grpc++/impl/call.h",
896 "include/grpc++/impl/client_unary_call.h",
Yang Gao96de4842015-04-24 13:13:12 -0700897 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -0800898 "include/grpc++/impl/method_handler_impl.h",
yang-gadfed032015-06-23 13:01:22 -0700899 "include/grpc++/impl/proto_utils.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700900 "include/grpc++/impl/rpc_method.h",
901 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -0700902 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -0800903 "include/grpc++/impl/server_builder_option.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700904 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +0200905 "include/grpc++/impl/sync.h",
906 "include/grpc++/impl/sync_cxx11.h",
907 "include/grpc++/impl/sync_no_cxx11.h",
908 "include/grpc++/impl/thd.h",
909 "include/grpc++/impl/thd_cxx11.h",
910 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -0700911 "include/grpc++/security/auth_context.h",
912 "include/grpc++/security/auth_metadata_processor.h",
913 "include/grpc++/security/credentials.h",
914 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700915 "include/grpc++/server.h",
916 "include/grpc++/server_builder.h",
917 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -0700918 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700919 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700920 "include/grpc++/support/byte_buffer.h",
921 "include/grpc++/support/channel_arguments.h",
922 "include/grpc++/support/config.h",
923 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700924 "include/grpc++/support/slice.h",
925 "include/grpc++/support/status.h",
926 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -0700927 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700928 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -0700929 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700930 "include/grpc++/support/time.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -0800931 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800932 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -0800933 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800934 "include/grpc++/impl/codegen/call_hook.h",
935 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -0800936 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800937 "include/grpc++/impl/codegen/client_unary_call.h",
938 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800939 "include/grpc++/impl/codegen/completion_queue_tag.h",
940 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -0800941 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -0800942 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800943 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -0800944 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800945 "include/grpc++/impl/codegen/rpc_method.h",
946 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800947 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -0800948 "include/grpc++/impl/codegen/serialization_traits.h",
949 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800950 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -0800951 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800952 "include/grpc++/impl/codegen/status.h",
953 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800954 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -0800955 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800956 "include/grpc++/impl/codegen/sync.h",
957 "include/grpc++/impl/codegen/sync_cxx11.h",
958 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800959 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800960 "include/grpc++/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700961 ],
962 includes = [
963 "include",
964 ".",
965 ],
966 deps = [
Craig Tiller02a7bed2015-08-31 15:54:05 -0700967 "//external:libssl",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700968 "//external:protobuf_clib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700969 ":grpc",
970 ],
971)
972
973
974cc_library(
975 name = "grpc++_unsecure",
976 srcs = [
yang-gc317f072015-08-20 12:18:08 -0700977 "src/cpp/client/create_channel_internal.h",
yang-g3abe60b2015-07-06 14:00:36 -0700978 "src/cpp/common/create_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -0700979 "src/cpp/server/dynamic_thread_pool.h",
980 "src/cpp/server/fixed_size_thread_pool.h",
981 "src/cpp/server/thread_pool_interface.h",
yang-g3abe60b2015-07-06 14:00:36 -0700982 "src/cpp/common/insecure_create_auth_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700983 "src/cpp/client/channel.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700984 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700985 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -0700986 "src/cpp/client/create_channel_internal.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700987 "src/cpp/client/credentials.cc",
988 "src/cpp/client/generic_stub.cc",
989 "src/cpp/client/insecure_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700990 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -0800991 "src/cpp/common/channel_arguments.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700992 "src/cpp/common/completion_queue.cc",
993 "src/cpp/common/rpc_method.cc",
994 "src/cpp/proto/proto_utils.cc",
995 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -0700996 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -0700997 "src/cpp/server/dynamic_thread_pool.cc",
vjpaia2e1bb12015-07-15 16:49:49 -0700998 "src/cpp/server/fixed_size_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700999 "src/cpp/server/insecure_server_credentials.cc",
1000 "src/cpp/server/server.cc",
1001 "src/cpp/server/server_builder.cc",
1002 "src/cpp/server/server_context.cc",
1003 "src/cpp/server/server_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001004 "src/cpp/util/byte_buffer.cc",
1005 "src/cpp/util/slice.cc",
1006 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001007 "src/cpp/util/string_ref.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001008 "src/cpp/util/time.cc",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001009 "src/cpp/codegen/grpc_library.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001010 ],
1011 hdrs = [
yang-g8c2be9f2015-08-19 16:28:09 -07001012 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001013 "include/grpc++/client_context.h",
1014 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001015 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001016 "include/grpc++/generic/async_generic_service.h",
1017 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07001018 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001019 "include/grpc++/impl/call.h",
1020 "include/grpc++/impl/client_unary_call.h",
Yang Gao96de4842015-04-24 13:13:12 -07001021 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08001022 "include/grpc++/impl/method_handler_impl.h",
yang-gadfed032015-06-23 13:01:22 -07001023 "include/grpc++/impl/proto_utils.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001024 "include/grpc++/impl/rpc_method.h",
1025 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -07001026 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08001027 "include/grpc++/impl/server_builder_option.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001028 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +02001029 "include/grpc++/impl/sync.h",
1030 "include/grpc++/impl/sync_cxx11.h",
1031 "include/grpc++/impl/sync_no_cxx11.h",
1032 "include/grpc++/impl/thd.h",
1033 "include/grpc++/impl/thd_cxx11.h",
1034 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07001035 "include/grpc++/security/auth_context.h",
1036 "include/grpc++/security/auth_metadata_processor.h",
1037 "include/grpc++/security/credentials.h",
1038 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001039 "include/grpc++/server.h",
1040 "include/grpc++/server_builder.h",
1041 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07001042 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001043 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001044 "include/grpc++/support/byte_buffer.h",
1045 "include/grpc++/support/channel_arguments.h",
1046 "include/grpc++/support/config.h",
1047 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001048 "include/grpc++/support/slice.h",
1049 "include/grpc++/support/status.h",
1050 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001051 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001052 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07001053 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001054 "include/grpc++/support/time.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08001055 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001056 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001057 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001058 "include/grpc++/impl/codegen/call_hook.h",
1059 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001060 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001061 "include/grpc++/impl/codegen/client_unary_call.h",
1062 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001063 "include/grpc++/impl/codegen/completion_queue_tag.h",
1064 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08001065 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001066 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001067 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08001068 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001069 "include/grpc++/impl/codegen/rpc_method.h",
1070 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001071 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001072 "include/grpc++/impl/codegen/serialization_traits.h",
1073 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001074 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001075 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001076 "include/grpc++/impl/codegen/status.h",
1077 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001078 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001079 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001080 "include/grpc++/impl/codegen/sync.h",
1081 "include/grpc++/impl/codegen/sync_cxx11.h",
1082 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001083 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001084 "include/grpc++/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001085 ],
1086 includes = [
1087 "include",
1088 ".",
1089 ],
1090 deps = [
1091 "//external:protobuf_clib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001092 ":grpc_unsecure",
1093 ],
1094)
1095
1096
1097cc_library(
1098 name = "grpc_plugin_support",
1099 srcs = [
yang-g9d1f0c42015-08-24 16:08:36 -07001100 "include/grpc++/support/config.h",
1101 "include/grpc++/support/config_protobuf.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001102 "src/compiler/config.h",
1103 "src/compiler/cpp_generator.h",
1104 "src/compiler/cpp_generator_helpers.h",
Jan Tattermusch2d924952015-05-06 10:23:17 -07001105 "src/compiler/csharp_generator.h",
1106 "src/compiler/csharp_generator_helpers.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001107 "src/compiler/generator_helpers.h",
1108 "src/compiler/objective_c_generator.h",
1109 "src/compiler/objective_c_generator_helpers.h",
1110 "src/compiler/python_generator.h",
1111 "src/compiler/ruby_generator.h",
1112 "src/compiler/ruby_generator_helpers-inl.h",
1113 "src/compiler/ruby_generator_map-inl.h",
1114 "src/compiler/ruby_generator_string-inl.h",
1115 "src/compiler/cpp_generator.cc",
Jan Tattermusch2d924952015-05-06 10:23:17 -07001116 "src/compiler/csharp_generator.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001117 "src/compiler/objective_c_generator.cc",
1118 "src/compiler/python_generator.cc",
1119 "src/compiler/ruby_generator.cc",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001120 "src/cpp/codegen/grpc_library.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001121 ],
1122 hdrs = [
David Garcia Quintas6a484052016-01-25 19:12:37 -08001123 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001124 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001125 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001126 "include/grpc++/impl/codegen/call_hook.h",
1127 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001128 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001129 "include/grpc++/impl/codegen/client_unary_call.h",
1130 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001131 "include/grpc++/impl/codegen/completion_queue_tag.h",
1132 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08001133 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001134 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001135 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08001136 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001137 "include/grpc++/impl/codegen/rpc_method.h",
1138 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001139 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001140 "include/grpc++/impl/codegen/serialization_traits.h",
1141 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001142 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001143 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001144 "include/grpc++/impl/codegen/status.h",
1145 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001146 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001147 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001148 "include/grpc++/impl/codegen/sync.h",
1149 "include/grpc++/impl/codegen/sync_cxx11.h",
1150 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001151 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001152 "include/grpc++/impl/codegen/time.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001153 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001154 "include/grpc/impl/codegen/atm.h",
1155 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1156 "include/grpc/impl/codegen/atm_gcc_sync.h",
1157 "include/grpc/impl/codegen/atm_win32.h",
1158 "include/grpc/impl/codegen/byte_buffer.h",
1159 "include/grpc/impl/codegen/compression_types.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001160 "include/grpc/impl/codegen/connectivity_state.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001161 "include/grpc/impl/codegen/grpc_types.h",
1162 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001163 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001164 "include/grpc/impl/codegen/propagation_bits.h",
1165 "include/grpc/impl/codegen/slice.h",
1166 "include/grpc/impl/codegen/slice_buffer.h",
1167 "include/grpc/impl/codegen/status.h",
1168 "include/grpc/impl/codegen/sync.h",
1169 "include/grpc/impl/codegen/sync_generic.h",
1170 "include/grpc/impl/codegen/sync_posix.h",
1171 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001172 "include/grpc/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001173 ],
1174 includes = [
1175 "include",
1176 ".",
1177 ],
1178 deps = [
1179 "//external:protobuf_compiler",
1180 ],
1181)
1182
1183
1184cc_library(
1185 name = "grpc_csharp_ext",
1186 srcs = [
1187 "src/csharp/ext/grpc_csharp_ext.c",
1188 ],
1189 hdrs = [
1190 ],
1191 includes = [
1192 "include",
1193 ".",
1194 ],
1195 deps = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001196 ":grpc",
1197 ],
1198)
1199
1200
1201
Jorge Canizales140bca82015-06-20 09:47:00 -07001202objc_library(
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001203 name = "grpc_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07001204 srcs = [
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001205 "src/core/httpcli/httpcli_security_connector.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001206 "src/core/security/base64.c",
1207 "src/core/security/client_auth_filter.c",
1208 "src/core/security/credentials.c",
1209 "src/core/security/credentials_metadata.c",
1210 "src/core/security/credentials_posix.c",
1211 "src/core/security/credentials_win32.c",
1212 "src/core/security/google_default_credentials.c",
Julien Boeuf87047d72015-08-21 14:30:33 -07001213 "src/core/security/handshake.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001214 "src/core/security/json_token.c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02001215 "src/core/security/jwt_verifier.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001216 "src/core/security/secure_endpoint.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001217 "src/core/security/security_connector.c",
1218 "src/core/security/security_context.c",
1219 "src/core/security/server_auth_filter.c",
1220 "src/core/security/server_secure_chttp2.c",
1221 "src/core/surface/init_secure.c",
1222 "src/core/surface/secure_channel_create.c",
1223 "src/core/tsi/fake_transport_security.c",
1224 "src/core/tsi/ssl_transport_security.c",
1225 "src/core/tsi/transport_security.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001226 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07001227 "src/core/census/grpc_filter.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001228 "src/core/channel/channel_args.c",
1229 "src/core/channel/channel_stack.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001230 "src/core/channel/client_channel.c",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07001231 "src/core/channel/client_uchannel.c",
David Garcia Quintas8a187092015-07-01 14:52:44 -07001232 "src/core/channel/compress_filter.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001233 "src/core/channel/connected_channel.c",
1234 "src/core/channel/http_client_filter.c",
1235 "src/core/channel/http_server_filter.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001236 "src/core/channel/subchannel_call_holder.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001237 "src/core/client_config/client_config.c",
1238 "src/core/client_config/connector.c",
yang-ga6124122015-11-05 22:36:20 -08001239 "src/core/client_config/default_initial_connect_string.c",
1240 "src/core/client_config/initial_connect_string.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001241 "src/core/client_config/lb_policies/pick_first.c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001242 "src/core/client_config/lb_policies/round_robin.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001243 "src/core/client_config/lb_policy.c",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07001244 "src/core/client_config/lb_policy_factory.c",
1245 "src/core/client_config/lb_policy_registry.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001246 "src/core/client_config/resolver.c",
1247 "src/core/client_config/resolver_factory.c",
1248 "src/core/client_config/resolver_registry.c",
1249 "src/core/client_config/resolvers/dns_resolver.c",
Craig Tiller698d00c2015-07-20 12:32:58 -07001250 "src/core/client_config/resolvers/sockaddr_resolver.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001251 "src/core/client_config/subchannel.c",
1252 "src/core/client_config/subchannel_factory.c",
1253 "src/core/client_config/uri_parser.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001254 "src/core/compression/algorithm.c",
1255 "src/core/compression/message_compress.c",
1256 "src/core/debug/trace.c",
Craig Tillerf53d9c82015-08-04 14:19:43 -07001257 "src/core/httpcli/format_request.c",
1258 "src/core/httpcli/httpcli.c",
1259 "src/core/httpcli/parser.c",
Craig Tiller298751c2015-09-22 09:41:05 -07001260 "src/core/iomgr/closure.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001261 "src/core/iomgr/endpoint.c",
1262 "src/core/iomgr/endpoint_pair_posix.c",
1263 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07001264 "src/core/iomgr/exec_ctx.c",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07001265 "src/core/iomgr/executor.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001266 "src/core/iomgr/fd_posix.c",
1267 "src/core/iomgr/iocp_windows.c",
1268 "src/core/iomgr/iomgr.c",
1269 "src/core/iomgr/iomgr_posix.c",
1270 "src/core/iomgr/iomgr_windows.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001271 "src/core/iomgr/pollset_multipoller_with_epoll.c",
1272 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
1273 "src/core/iomgr/pollset_posix.c",
1274 "src/core/iomgr/pollset_set_posix.c",
1275 "src/core/iomgr/pollset_set_windows.c",
1276 "src/core/iomgr/pollset_windows.c",
1277 "src/core/iomgr/resolve_address_posix.c",
1278 "src/core/iomgr/resolve_address_windows.c",
1279 "src/core/iomgr/sockaddr_utils.c",
1280 "src/core/iomgr/socket_utils_common_posix.c",
1281 "src/core/iomgr/socket_utils_linux.c",
1282 "src/core/iomgr/socket_utils_posix.c",
1283 "src/core/iomgr/socket_windows.c",
1284 "src/core/iomgr/tcp_client_posix.c",
1285 "src/core/iomgr/tcp_client_windows.c",
1286 "src/core/iomgr/tcp_posix.c",
1287 "src/core/iomgr/tcp_server_posix.c",
1288 "src/core/iomgr/tcp_server_windows.c",
1289 "src/core/iomgr/tcp_windows.c",
1290 "src/core/iomgr/time_averaged_stats.c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001291 "src/core/iomgr/timer.c",
1292 "src/core/iomgr/timer_heap.c",
Robbie Shade69535292015-07-10 14:27:34 -04001293 "src/core/iomgr/udp_server.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001294 "src/core/iomgr/wakeup_fd_eventfd.c",
1295 "src/core/iomgr/wakeup_fd_nospecial.c",
1296 "src/core/iomgr/wakeup_fd_pipe.c",
1297 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tiller73b66062015-09-09 09:34:46 -07001298 "src/core/iomgr/workqueue_posix.c",
1299 "src/core/iomgr/workqueue_windows.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001300 "src/core/json/json.c",
1301 "src/core/json/json_reader.c",
1302 "src/core/json/json_string.c",
1303 "src/core/json/json_writer.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07001304 "src/core/surface/api_trace.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001305 "src/core/surface/byte_buffer.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001306 "src/core/surface/byte_buffer_reader.c",
1307 "src/core/surface/call.c",
1308 "src/core/surface/call_details.c",
1309 "src/core/surface/call_log_batch.c",
1310 "src/core/surface/channel.c",
Craig Tiller48cb07c2015-07-15 16:16:15 -07001311 "src/core/surface/channel_connectivity.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001312 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -08001313 "src/core/surface/channel_ping.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001314 "src/core/surface/completion_queue.c",
1315 "src/core/surface/event_string.c",
1316 "src/core/surface/init.c",
1317 "src/core/surface/lame_client.c",
1318 "src/core/surface/metadata_array.c",
1319 "src/core/surface/server.c",
1320 "src/core/surface/server_chttp2.c",
1321 "src/core/surface/server_create.c",
murgatroid99c3910ca2016-01-06 13:14:23 -08001322 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -07001323 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001324 "src/core/transport/byte_stream.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001325 "src/core/transport/chttp2/alpn.c",
1326 "src/core/transport/chttp2/bin_encoder.c",
1327 "src/core/transport/chttp2/frame_data.c",
1328 "src/core/transport/chttp2/frame_goaway.c",
1329 "src/core/transport/chttp2/frame_ping.c",
1330 "src/core/transport/chttp2/frame_rst_stream.c",
1331 "src/core/transport/chttp2/frame_settings.c",
1332 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001333 "src/core/transport/chttp2/hpack_encoder.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001334 "src/core/transport/chttp2/hpack_parser.c",
1335 "src/core/transport/chttp2/hpack_table.c",
1336 "src/core/transport/chttp2/huffsyms.c",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001337 "src/core/transport/chttp2/incoming_metadata.c",
1338 "src/core/transport/chttp2/parsing.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001339 "src/core/transport/chttp2/status_conversion.c",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001340 "src/core/transport/chttp2/stream_lists.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001341 "src/core/transport/chttp2/stream_map.c",
1342 "src/core/transport/chttp2/timeout_encoding.c",
1343 "src/core/transport/chttp2/varint.c",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001344 "src/core/transport/chttp2/writing.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001345 "src/core/transport/chttp2_transport.c",
Craig Tiller08a1cf82015-06-29 09:37:52 -07001346 "src/core/transport/connectivity_state.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001347 "src/core/transport/metadata.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001348 "src/core/transport/metadata_batch.c",
Craig Tiller2e7687c2015-11-18 14:56:46 -08001349 "src/core/transport/static_metadata.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001350 "src/core/transport/transport.c",
1351 "src/core/transport/transport_op_string.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001352 "src/core/profiling/basic_timers.c",
1353 "src/core/profiling/stap_timers.c",
1354 "src/core/support/alloc.c",
1355 "src/core/support/avl.c",
1356 "src/core/support/cmdline.c",
1357 "src/core/support/cpu_iphone.c",
1358 "src/core/support/cpu_linux.c",
1359 "src/core/support/cpu_posix.c",
1360 "src/core/support/cpu_windows.c",
1361 "src/core/support/env_linux.c",
1362 "src/core/support/env_posix.c",
1363 "src/core/support/env_win32.c",
1364 "src/core/support/file.c",
1365 "src/core/support/file_posix.c",
1366 "src/core/support/file_win32.c",
1367 "src/core/support/histogram.c",
1368 "src/core/support/host_port.c",
1369 "src/core/support/log.c",
1370 "src/core/support/log_android.c",
1371 "src/core/support/log_linux.c",
1372 "src/core/support/log_posix.c",
1373 "src/core/support/log_win32.c",
1374 "src/core/support/murmur_hash.c",
1375 "src/core/support/slice.c",
1376 "src/core/support/slice_buffer.c",
1377 "src/core/support/stack_lockfree.c",
1378 "src/core/support/string.c",
1379 "src/core/support/string_posix.c",
1380 "src/core/support/string_win32.c",
1381 "src/core/support/subprocess_posix.c",
1382 "src/core/support/sync.c",
1383 "src/core/support/sync_posix.c",
1384 "src/core/support/sync_win32.c",
1385 "src/core/support/thd.c",
1386 "src/core/support/thd_posix.c",
1387 "src/core/support/thd_win32.c",
1388 "src/core/support/time.c",
1389 "src/core/support/time_posix.c",
1390 "src/core/support/time_precise.c",
1391 "src/core/support/time_win32.c",
1392 "src/core/support/tls_pthread.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001393 "src/core/census/context.c",
1394 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07001395 "src/core/census/operation.c",
Alistair Veitchbb30d252016-01-12 17:36:05 -08001396 "src/core/census/tag_set.c",
Alistair Veitch0383d492015-07-26 15:29:00 -07001397 "src/core/census/tracing.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001398 ],
1399 hdrs = [
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001400 "include/grpc/grpc_security.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001401 "include/grpc/byte_buffer.h",
1402 "include/grpc/byte_buffer_reader.h",
1403 "include/grpc/compression.h",
1404 "include/grpc/grpc.h",
1405 "include/grpc/status.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001406 "include/grpc/support/alloc.h",
1407 "include/grpc/support/atm.h",
1408 "include/grpc/support/atm_gcc_atomic.h",
1409 "include/grpc/support/atm_gcc_sync.h",
1410 "include/grpc/support/atm_win32.h",
1411 "include/grpc/support/avl.h",
1412 "include/grpc/support/cmdline.h",
1413 "include/grpc/support/cpu.h",
1414 "include/grpc/support/histogram.h",
1415 "include/grpc/support/host_port.h",
1416 "include/grpc/support/log.h",
1417 "include/grpc/support/log_win32.h",
1418 "include/grpc/support/port_platform.h",
1419 "include/grpc/support/slice.h",
1420 "include/grpc/support/slice_buffer.h",
1421 "include/grpc/support/string_util.h",
1422 "include/grpc/support/subprocess.h",
1423 "include/grpc/support/sync.h",
1424 "include/grpc/support/sync_generic.h",
1425 "include/grpc/support/sync_posix.h",
1426 "include/grpc/support/sync_win32.h",
1427 "include/grpc/support/thd.h",
1428 "include/grpc/support/time.h",
1429 "include/grpc/support/tls.h",
1430 "include/grpc/support/tls_gcc.h",
1431 "include/grpc/support/tls_msvc.h",
1432 "include/grpc/support/tls_pthread.h",
1433 "include/grpc/support/useful.h",
1434 "include/grpc/impl/codegen/alloc.h",
1435 "include/grpc/impl/codegen/atm.h",
1436 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1437 "include/grpc/impl/codegen/atm_gcc_sync.h",
1438 "include/grpc/impl/codegen/atm_win32.h",
1439 "include/grpc/impl/codegen/byte_buffer.h",
1440 "include/grpc/impl/codegen/compression_types.h",
1441 "include/grpc/impl/codegen/connectivity_state.h",
1442 "include/grpc/impl/codegen/grpc_types.h",
1443 "include/grpc/impl/codegen/log.h",
1444 "include/grpc/impl/codegen/port_platform.h",
1445 "include/grpc/impl/codegen/propagation_bits.h",
1446 "include/grpc/impl/codegen/slice.h",
1447 "include/grpc/impl/codegen/slice_buffer.h",
1448 "include/grpc/impl/codegen/status.h",
1449 "include/grpc/impl/codegen/sync.h",
1450 "include/grpc/impl/codegen/sync_generic.h",
1451 "include/grpc/impl/codegen/sync_posix.h",
1452 "include/grpc/impl/codegen/sync_win32.h",
1453 "include/grpc/impl/codegen/time.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001454 "include/grpc/census.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001455 "src/core/security/auth_filters.h",
1456 "src/core/security/base64.h",
1457 "src/core/security/credentials.h",
Julien Boeuf87047d72015-08-21 14:30:33 -07001458 "src/core/security/handshake.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001459 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02001460 "src/core/security/jwt_verifier.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001461 "src/core/security/secure_endpoint.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001462 "src/core/security/security_connector.h",
1463 "src/core/security/security_context.h",
1464 "src/core/tsi/fake_transport_security.h",
1465 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08001466 "src/core/tsi/ssl_types.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001467 "src/core/tsi/transport_security.h",
1468 "src/core/tsi/transport_security_interface.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07001469 "src/core/census/grpc_filter.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001470 "src/core/channel/channel_args.h",
1471 "src/core/channel/channel_stack.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001472 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07001473 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07001474 "src/core/channel/compress_filter.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001475 "src/core/channel/connected_channel.h",
1476 "src/core/channel/context.h",
1477 "src/core/channel/http_client_filter.h",
1478 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001479 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001480 "src/core/client_config/client_config.h",
1481 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08001482 "src/core/client_config/initial_connect_string.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001483 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001484 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001485 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07001486 "src/core/client_config/lb_policy_factory.h",
1487 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001488 "src/core/client_config/resolver.h",
1489 "src/core/client_config/resolver_factory.h",
1490 "src/core/client_config/resolver_registry.h",
1491 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07001492 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001493 "src/core/client_config/subchannel.h",
1494 "src/core/client_config/subchannel_factory.h",
1495 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08001496 "src/core/compression/algorithm_metadata.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001497 "src/core/compression/message_compress.h",
1498 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07001499 "src/core/httpcli/format_request.h",
1500 "src/core/httpcli/httpcli.h",
1501 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07001502 "src/core/iomgr/closure.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001503 "src/core/iomgr/endpoint.h",
1504 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07001505 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07001506 "src/core/iomgr/executor.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001507 "src/core/iomgr/fd_posix.h",
1508 "src/core/iomgr/iocp_windows.h",
1509 "src/core/iomgr/iomgr.h",
1510 "src/core/iomgr/iomgr_internal.h",
1511 "src/core/iomgr/iomgr_posix.h",
1512 "src/core/iomgr/pollset.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001513 "src/core/iomgr/pollset_posix.h",
1514 "src/core/iomgr/pollset_set.h",
1515 "src/core/iomgr/pollset_set_posix.h",
1516 "src/core/iomgr/pollset_set_windows.h",
1517 "src/core/iomgr/pollset_windows.h",
1518 "src/core/iomgr/resolve_address.h",
1519 "src/core/iomgr/sockaddr.h",
1520 "src/core/iomgr/sockaddr_posix.h",
1521 "src/core/iomgr/sockaddr_utils.h",
1522 "src/core/iomgr/sockaddr_win32.h",
1523 "src/core/iomgr/socket_utils_posix.h",
1524 "src/core/iomgr/socket_windows.h",
1525 "src/core/iomgr/tcp_client.h",
1526 "src/core/iomgr/tcp_posix.h",
1527 "src/core/iomgr/tcp_server.h",
1528 "src/core/iomgr/tcp_windows.h",
1529 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001530 "src/core/iomgr/timer.h",
1531 "src/core/iomgr/timer_heap.h",
1532 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -04001533 "src/core/iomgr/udp_server.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001534 "src/core/iomgr/wakeup_fd_pipe.h",
1535 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07001536 "src/core/iomgr/workqueue.h",
1537 "src/core/iomgr/workqueue_posix.h",
1538 "src/core/iomgr/workqueue_windows.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001539 "src/core/json/json.h",
1540 "src/core/json/json_common.h",
1541 "src/core/json/json_reader.h",
1542 "src/core/json/json_writer.h",
Hongyu Chenbeb580b2015-08-25 16:19:33 -07001543 "src/core/statistics/census_interface.h",
1544 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07001545 "src/core/surface/api_trace.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001546 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07001547 "src/core/surface/call_test_only.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001548 "src/core/surface/channel.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001549 "src/core/surface/completion_queue.h",
1550 "src/core/surface/event_string.h",
1551 "src/core/surface/init.h",
1552 "src/core/surface/server.h",
1553 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001554 "src/core/transport/byte_stream.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001555 "src/core/transport/chttp2/alpn.h",
1556 "src/core/transport/chttp2/bin_encoder.h",
1557 "src/core/transport/chttp2/frame.h",
1558 "src/core/transport/chttp2/frame_data.h",
1559 "src/core/transport/chttp2/frame_goaway.h",
1560 "src/core/transport/chttp2/frame_ping.h",
1561 "src/core/transport/chttp2/frame_rst_stream.h",
1562 "src/core/transport/chttp2/frame_settings.h",
1563 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001564 "src/core/transport/chttp2/hpack_encoder.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001565 "src/core/transport/chttp2/hpack_parser.h",
1566 "src/core/transport/chttp2/hpack_table.h",
1567 "src/core/transport/chttp2/http2_errors.h",
1568 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001569 "src/core/transport/chttp2/incoming_metadata.h",
1570 "src/core/transport/chttp2/internal.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001571 "src/core/transport/chttp2/status_conversion.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001572 "src/core/transport/chttp2/stream_map.h",
1573 "src/core/transport/chttp2/timeout_encoding.h",
1574 "src/core/transport/chttp2/varint.h",
1575 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07001576 "src/core/transport/connectivity_state.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001577 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001578 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08001579 "src/core/transport/static_metadata.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001580 "src/core/transport/transport.h",
1581 "src/core/transport/transport_impl.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001582 "src/core/profiling/timers.h",
1583 "src/core/support/block_annotate.h",
1584 "src/core/support/env.h",
1585 "src/core/support/file.h",
1586 "src/core/support/murmur_hash.h",
1587 "src/core/support/stack_lockfree.h",
1588 "src/core/support/string.h",
1589 "src/core/support/string_win32.h",
1590 "src/core/support/thd_internal.h",
1591 "src/core/support/time_precise.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07001592 "src/core/census/aggregation.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001593 "src/core/census/context.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07001594 "src/core/census/rpc_metric_id.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001595 ],
1596 includes = [
1597 "include",
1598 ".",
1599 ],
1600 deps = [
Jorge Canizales4dc4e3d2015-06-26 22:12:02 -07001601 "//external:libssl_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07001602 ],
Jorge Canizales8c1fd042015-06-22 19:11:36 -07001603 sdk_dylibs = ["libz"],
Jorge Canizales140bca82015-06-20 09:47:00 -07001604)
1605
1606
1607
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001608cc_binary(
1609 name = "grpc_cpp_plugin",
1610 srcs = [
1611 "src/compiler/cpp_plugin.cc",
1612 ],
1613 deps = [
1614 "//external:protobuf_compiler",
1615 ":grpc_plugin_support",
1616 ],
1617)
1618
1619
1620cc_binary(
Jan Tattermusch2d924952015-05-06 10:23:17 -07001621 name = "grpc_csharp_plugin",
1622 srcs = [
1623 "src/compiler/csharp_plugin.cc",
1624 ],
1625 deps = [
1626 "//external:protobuf_compiler",
1627 ":grpc_plugin_support",
1628 ],
1629)
1630
1631
1632cc_binary(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001633 name = "grpc_objective_c_plugin",
1634 srcs = [
1635 "src/compiler/objective_c_plugin.cc",
1636 ],
1637 deps = [
1638 "//external:protobuf_compiler",
1639 ":grpc_plugin_support",
1640 ],
1641)
1642
1643
1644cc_binary(
1645 name = "grpc_python_plugin",
1646 srcs = [
1647 "src/compiler/python_plugin.cc",
1648 ],
1649 deps = [
1650 "//external:protobuf_compiler",
1651 ":grpc_plugin_support",
1652 ],
1653)
1654
1655
1656cc_binary(
1657 name = "grpc_ruby_plugin",
1658 srcs = [
1659 "src/compiler/ruby_plugin.cc",
1660 ],
1661 deps = [
1662 "//external:protobuf_compiler",
1663 ":grpc_plugin_support",
1664 ],
1665)
1666
1667
1668
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02001669
1670
Jorge Canizales140bca82015-06-20 09:47:00 -07001671
Jorge Canizales91e67a22015-06-24 13:50:04 -07001672
1673
Jorge Canizales44dc4232015-06-19 16:30:31 -07001674objc_path = "src/objective-c"
Jorge Canizales140bca82015-06-20 09:47:00 -07001675
Jorge Canizales44dc4232015-06-19 16:30:31 -07001676rx_library_path = objc_path + "/RxLibrary"
1677
1678objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07001679 name = "rx_library",
1680 hdrs = glob([
1681 rx_library_path + "/*.h",
1682 rx_library_path + "/transformations/*.h",
1683 ]),
1684 srcs = glob([
1685 rx_library_path + "/*.m",
1686 rx_library_path + "/transformations/*.m",
1687 ]),
1688 includes = [objc_path],
1689 deps = [
1690 ":rx_library_private",
1691 ],
Jorge Canizales44dc4232015-06-19 16:30:31 -07001692)
1693
1694objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07001695 name = "rx_library_private",
1696 hdrs = glob([rx_library_path + "/private/*.h"]),
1697 srcs = glob([rx_library_path + "/private/*.m"]),
1698 visibility = ["//visibility:private"],
Jorge Canizales44dc4232015-06-19 16:30:31 -07001699)
Jorge Canizales866255e2015-06-20 18:58:38 -07001700
1701objc_client_path = objc_path + "/GRPCClient"
1702
1703objc_library(
1704 name = "grpc_client",
1705 hdrs = glob([
1706 objc_client_path + "/*.h",
1707 objc_client_path + "/private/*.h",
1708 ]),
1709 srcs = glob([
1710 objc_client_path + "/*.m",
1711 objc_client_path + "/private/*.m",
1712 ]),
1713 includes = [objc_path],
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07001714 bundles = [":gRPCCertificates"],
Jorge Canizales866255e2015-06-20 18:58:38 -07001715 deps = [
1716 ":grpc_objc",
1717 ":rx_library",
1718 ],
1719)
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07001720
1721objc_bundle_library(
1722 # The choice of name is signicant here, since it determines the bundle name.
1723 name = "gRPCCertificates",
1724 resources = ["etc/roots.pem"],
1725)
Jorge Canizales50f19822015-06-28 23:48:30 -07001726
1727proto_objc_rpc_path = objc_path + "/ProtoRPC"
1728
1729objc_library(
1730 name = "proto_objc_rpc",
1731 hdrs = glob([
1732 proto_objc_rpc_path + "/*.h",
1733 ]),
1734 srcs = glob([
1735 proto_objc_rpc_path + "/*.m",
1736 ]),
1737 includes = [objc_path],
1738 deps = [
1739 ":grpc_client",
1740 ":rx_library",
1741 "//external:protobuf_objc",
1742 ],
1743)