blob: 1b2106ec4d3a3935281ce7a20b8ea6ffe02b2cdd [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",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100286 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -0700287 "src/core/surface/api_trace.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700288 "src/core/surface/byte_buffer.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700289 "src/core/surface/byte_buffer_reader.c",
290 "src/core/surface/call.c",
291 "src/core/surface/call_details.c",
292 "src/core/surface/call_log_batch.c",
293 "src/core/surface/channel.c",
Craig Tiller48cb07c2015-07-15 16:16:15 -0700294 "src/core/surface/channel_connectivity.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700295 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -0800296 "src/core/surface/channel_ping.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700297 "src/core/surface/completion_queue.c",
298 "src/core/surface/event_string.c",
299 "src/core/surface/init.c",
300 "src/core/surface/lame_client.c",
301 "src/core/surface/metadata_array.c",
302 "src/core/surface/server.c",
303 "src/core/surface/server_chttp2.c",
304 "src/core/surface/server_create.c",
murgatroid99c3910ca2016-01-06 13:14:23 -0800305 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -0700306 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800307 "src/core/transport/byte_stream.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700308 "src/core/transport/chttp2/alpn.c",
309 "src/core/transport/chttp2/bin_encoder.c",
310 "src/core/transport/chttp2/frame_data.c",
311 "src/core/transport/chttp2/frame_goaway.c",
312 "src/core/transport/chttp2/frame_ping.c",
313 "src/core/transport/chttp2/frame_rst_stream.c",
314 "src/core/transport/chttp2/frame_settings.c",
315 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800316 "src/core/transport/chttp2/hpack_encoder.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700317 "src/core/transport/chttp2/hpack_parser.c",
318 "src/core/transport/chttp2/hpack_table.c",
319 "src/core/transport/chttp2/huffsyms.c",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700320 "src/core/transport/chttp2/incoming_metadata.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700321 "src/core/transport/chttp2/parsing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700322 "src/core/transport/chttp2/status_conversion.c",
Craig Tiller6459db42015-06-15 17:11:45 -0700323 "src/core/transport/chttp2/stream_lists.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700324 "src/core/transport/chttp2/stream_map.c",
325 "src/core/transport/chttp2/timeout_encoding.c",
326 "src/core/transport/chttp2/varint.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700327 "src/core/transport/chttp2/writing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700328 "src/core/transport/chttp2_transport.c",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700329 "src/core/transport/connectivity_state.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700330 "src/core/transport/metadata.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800331 "src/core/transport/metadata_batch.c",
Craig Tiller2e7687c2015-11-18 14:56:46 -0800332 "src/core/transport/static_metadata.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700333 "src/core/transport/transport.c",
Craig Tiller83f88d92015-04-21 16:02:05 -0700334 "src/core/transport/transport_op_string.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100335 "src/core/profiling/basic_timers.c",
336 "src/core/profiling/stap_timers.c",
337 "src/core/support/alloc.c",
338 "src/core/support/avl.c",
339 "src/core/support/cmdline.c",
340 "src/core/support/cpu_iphone.c",
341 "src/core/support/cpu_linux.c",
342 "src/core/support/cpu_posix.c",
343 "src/core/support/cpu_windows.c",
344 "src/core/support/env_linux.c",
345 "src/core/support/env_posix.c",
346 "src/core/support/env_win32.c",
347 "src/core/support/file.c",
348 "src/core/support/file_posix.c",
349 "src/core/support/file_win32.c",
350 "src/core/support/histogram.c",
351 "src/core/support/host_port.c",
352 "src/core/support/log.c",
353 "src/core/support/log_android.c",
354 "src/core/support/log_linux.c",
355 "src/core/support/log_posix.c",
356 "src/core/support/log_win32.c",
357 "src/core/support/murmur_hash.c",
358 "src/core/support/slice.c",
359 "src/core/support/slice_buffer.c",
360 "src/core/support/stack_lockfree.c",
361 "src/core/support/string.c",
362 "src/core/support/string_posix.c",
363 "src/core/support/string_win32.c",
364 "src/core/support/subprocess_posix.c",
365 "src/core/support/sync.c",
366 "src/core/support/sync_posix.c",
367 "src/core/support/sync_win32.c",
368 "src/core/support/thd.c",
369 "src/core/support/thd_posix.c",
370 "src/core/support/thd_win32.c",
371 "src/core/support/time.c",
372 "src/core/support/time_posix.c",
373 "src/core/support/time_precise.c",
374 "src/core/support/time_win32.c",
375 "src/core/support/tls_pthread.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700376 "src/core/census/context.c",
377 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -0700378 "src/core/census/operation.c",
Alistair Veitchbb30d252016-01-12 17:36:05 -0800379 "src/core/census/tag_set.c",
Alistair Veitch0383d492015-07-26 15:29:00 -0700380 "src/core/census/tracing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700381 ],
382 hdrs = [
383 "include/grpc/grpc_security.h",
384 "include/grpc/byte_buffer.h",
385 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700386 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700387 "include/grpc/grpc.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700388 "include/grpc/status.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100389 "include/grpc/support/alloc.h",
390 "include/grpc/support/atm.h",
391 "include/grpc/support/atm_gcc_atomic.h",
392 "include/grpc/support/atm_gcc_sync.h",
393 "include/grpc/support/atm_win32.h",
394 "include/grpc/support/avl.h",
395 "include/grpc/support/cmdline.h",
396 "include/grpc/support/cpu.h",
397 "include/grpc/support/histogram.h",
398 "include/grpc/support/host_port.h",
399 "include/grpc/support/log.h",
400 "include/grpc/support/log_win32.h",
401 "include/grpc/support/port_platform.h",
402 "include/grpc/support/slice.h",
403 "include/grpc/support/slice_buffer.h",
404 "include/grpc/support/string_util.h",
405 "include/grpc/support/subprocess.h",
406 "include/grpc/support/sync.h",
407 "include/grpc/support/sync_generic.h",
408 "include/grpc/support/sync_posix.h",
409 "include/grpc/support/sync_win32.h",
410 "include/grpc/support/thd.h",
411 "include/grpc/support/time.h",
412 "include/grpc/support/tls.h",
413 "include/grpc/support/tls_gcc.h",
414 "include/grpc/support/tls_msvc.h",
415 "include/grpc/support/tls_pthread.h",
416 "include/grpc/support/useful.h",
417 "include/grpc/impl/codegen/alloc.h",
418 "include/grpc/impl/codegen/atm.h",
419 "include/grpc/impl/codegen/atm_gcc_atomic.h",
420 "include/grpc/impl/codegen/atm_gcc_sync.h",
421 "include/grpc/impl/codegen/atm_win32.h",
422 "include/grpc/impl/codegen/byte_buffer.h",
423 "include/grpc/impl/codegen/compression_types.h",
424 "include/grpc/impl/codegen/connectivity_state.h",
425 "include/grpc/impl/codegen/grpc_types.h",
426 "include/grpc/impl/codegen/log.h",
427 "include/grpc/impl/codegen/port_platform.h",
428 "include/grpc/impl/codegen/propagation_bits.h",
429 "include/grpc/impl/codegen/slice.h",
430 "include/grpc/impl/codegen/slice_buffer.h",
431 "include/grpc/impl/codegen/status.h",
432 "include/grpc/impl/codegen/sync.h",
433 "include/grpc/impl/codegen/sync_generic.h",
434 "include/grpc/impl/codegen/sync_posix.h",
435 "include/grpc/impl/codegen/sync_win32.h",
436 "include/grpc/impl/codegen/time.h",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700437 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700438 ],
439 includes = [
440 "include",
441 ".",
442 ],
443 deps = [
444 "//external:libssl",
Ming Zhaof2f24e22015-08-13 12:38:35 -0700445 "//external:zlib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700446 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800447 copts = [
448 "-std=gnu99",
449 ],
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +0200450)
451
452
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700453cc_library(
454 name = "grpc_unsecure",
455 srcs = [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100456 "src/core/profiling/timers.h",
457 "src/core/support/block_annotate.h",
458 "src/core/support/env.h",
459 "src/core/support/file.h",
460 "src/core/support/murmur_hash.h",
461 "src/core/support/stack_lockfree.h",
462 "src/core/support/string.h",
463 "src/core/support/string_win32.h",
464 "src/core/support/thd_internal.h",
465 "src/core/support/time_precise.h",
Hongyu Chene09dc782015-08-21 11:28:33 -0700466 "src/core/census/grpc_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700467 "src/core/channel/channel_args.h",
468 "src/core/channel/channel_stack.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700469 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700470 "src/core/channel/client_uchannel.h",
David Garcia Quintas55b4ea12015-06-16 14:27:32 -0700471 "src/core/channel/compress_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700472 "src/core/channel/connected_channel.h",
murgatroid997da8b1a2015-06-17 12:37:34 -0700473 "src/core/channel/context.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700474 "src/core/channel/http_client_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700475 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800476 "src/core/channel/subchannel_call_holder.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700477 "src/core/client_config/client_config.h",
Craig Tiller91624662015-06-25 16:31:02 -0700478 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -0800479 "src/core/client_config/initial_connect_string.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700480 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700481 "src/core/client_config/lb_policies/round_robin.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700482 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700483 "src/core/client_config/lb_policy_factory.h",
484 "src/core/client_config/lb_policy_registry.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700485 "src/core/client_config/resolver.h",
Craig Tiller7df28a72015-06-24 09:23:52 -0700486 "src/core/client_config/resolver_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700487 "src/core/client_config/resolver_registry.h",
488 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -0700489 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700490 "src/core/client_config/subchannel.h",
491 "src/core/client_config/subchannel_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700492 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -0800493 "src/core/compression/algorithm_metadata.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700494 "src/core/compression/message_compress.h",
495 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -0700496 "src/core/httpcli/format_request.h",
497 "src/core/httpcli/httpcli.h",
498 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -0700499 "src/core/iomgr/closure.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700500 "src/core/iomgr/endpoint.h",
501 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -0700502 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700503 "src/core/iomgr/executor.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700504 "src/core/iomgr/fd_posix.h",
505 "src/core/iomgr/iocp_windows.h",
506 "src/core/iomgr/iomgr.h",
507 "src/core/iomgr/iomgr_internal.h",
508 "src/core/iomgr/iomgr_posix.h",
509 "src/core/iomgr/pollset.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700510 "src/core/iomgr/pollset_posix.h",
Jorge Canizalesfe8ad732015-06-20 19:53:59 -0700511 "src/core/iomgr/pollset_set.h",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700512 "src/core/iomgr/pollset_set_posix.h",
513 "src/core/iomgr/pollset_set_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700514 "src/core/iomgr/pollset_windows.h",
515 "src/core/iomgr/resolve_address.h",
516 "src/core/iomgr/sockaddr.h",
517 "src/core/iomgr/sockaddr_posix.h",
518 "src/core/iomgr/sockaddr_utils.h",
519 "src/core/iomgr/sockaddr_win32.h",
520 "src/core/iomgr/socket_utils_posix.h",
521 "src/core/iomgr/socket_windows.h",
522 "src/core/iomgr/tcp_client.h",
523 "src/core/iomgr/tcp_posix.h",
524 "src/core/iomgr/tcp_server.h",
525 "src/core/iomgr/tcp_windows.h",
526 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700527 "src/core/iomgr/timer.h",
528 "src/core/iomgr/timer_heap.h",
529 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -0400530 "src/core/iomgr/udp_server.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700531 "src/core/iomgr/wakeup_fd_pipe.h",
532 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -0700533 "src/core/iomgr/workqueue.h",
534 "src/core/iomgr/workqueue_posix.h",
535 "src/core/iomgr/workqueue_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700536 "src/core/json/json.h",
537 "src/core/json/json_common.h",
538 "src/core/json/json_reader.h",
539 "src/core/json/json_writer.h",
Hongyu Chenbeb580b2015-08-25 16:19:33 -0700540 "src/core/statistics/census_interface.h",
541 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -0700542 "src/core/surface/api_trace.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700543 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -0700544 "src/core/surface/call_test_only.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700545 "src/core/surface/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700546 "src/core/surface/completion_queue.h",
547 "src/core/surface/event_string.h",
548 "src/core/surface/init.h",
549 "src/core/surface/server.h",
550 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800551 "src/core/transport/byte_stream.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700552 "src/core/transport/chttp2/alpn.h",
553 "src/core/transport/chttp2/bin_encoder.h",
554 "src/core/transport/chttp2/frame.h",
555 "src/core/transport/chttp2/frame_data.h",
556 "src/core/transport/chttp2/frame_goaway.h",
557 "src/core/transport/chttp2/frame_ping.h",
558 "src/core/transport/chttp2/frame_rst_stream.h",
559 "src/core/transport/chttp2/frame_settings.h",
560 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800561 "src/core/transport/chttp2/hpack_encoder.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700562 "src/core/transport/chttp2/hpack_parser.h",
563 "src/core/transport/chttp2/hpack_table.h",
564 "src/core/transport/chttp2/http2_errors.h",
565 "src/core/transport/chttp2/huffsyms.h",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700566 "src/core/transport/chttp2/incoming_metadata.h",
Craig Tiller41527062015-06-12 07:51:05 -0700567 "src/core/transport/chttp2/internal.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700568 "src/core/transport/chttp2/status_conversion.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700569 "src/core/transport/chttp2/stream_map.h",
570 "src/core/transport/chttp2/timeout_encoding.h",
571 "src/core/transport/chttp2/varint.h",
572 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700573 "src/core/transport/connectivity_state.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700574 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800575 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -0800576 "src/core/transport/static_metadata.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700577 "src/core/transport/transport.h",
578 "src/core/transport/transport_impl.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -0700579 "src/core/census/aggregation.h",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700580 "src/core/census/context.h",
Alistair Veitch9a099822015-08-27 13:16:00 -0700581 "src/core/census/rpc_metric_id.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700582 "src/core/surface/init_unsecure.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100583 "src/core/profiling/basic_timers.c",
584 "src/core/profiling/stap_timers.c",
585 "src/core/support/alloc.c",
586 "src/core/support/avl.c",
587 "src/core/support/cmdline.c",
588 "src/core/support/cpu_iphone.c",
589 "src/core/support/cpu_linux.c",
590 "src/core/support/cpu_posix.c",
591 "src/core/support/cpu_windows.c",
592 "src/core/support/env_linux.c",
593 "src/core/support/env_posix.c",
594 "src/core/support/env_win32.c",
595 "src/core/support/file.c",
596 "src/core/support/file_posix.c",
597 "src/core/support/file_win32.c",
598 "src/core/support/histogram.c",
599 "src/core/support/host_port.c",
600 "src/core/support/log.c",
601 "src/core/support/log_android.c",
602 "src/core/support/log_linux.c",
603 "src/core/support/log_posix.c",
604 "src/core/support/log_win32.c",
605 "src/core/support/murmur_hash.c",
606 "src/core/support/slice.c",
607 "src/core/support/slice_buffer.c",
608 "src/core/support/stack_lockfree.c",
609 "src/core/support/string.c",
610 "src/core/support/string_posix.c",
611 "src/core/support/string_win32.c",
612 "src/core/support/subprocess_posix.c",
613 "src/core/support/sync.c",
614 "src/core/support/sync_posix.c",
615 "src/core/support/sync_win32.c",
616 "src/core/support/thd.c",
617 "src/core/support/thd_posix.c",
618 "src/core/support/thd_win32.c",
619 "src/core/support/time.c",
620 "src/core/support/time_posix.c",
621 "src/core/support/time_precise.c",
622 "src/core/support/time_win32.c",
623 "src/core/support/tls_pthread.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700624 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -0700625 "src/core/census/grpc_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700626 "src/core/channel/channel_args.c",
627 "src/core/channel/channel_stack.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700628 "src/core/channel/client_channel.c",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700629 "src/core/channel/client_uchannel.c",
David Garcia Quintas55b4ea12015-06-16 14:27:32 -0700630 "src/core/channel/compress_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700631 "src/core/channel/connected_channel.c",
632 "src/core/channel/http_client_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700633 "src/core/channel/http_server_filter.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800634 "src/core/channel/subchannel_call_holder.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700635 "src/core/client_config/client_config.c",
Craig Tiller91624662015-06-25 16:31:02 -0700636 "src/core/client_config/connector.c",
yang-ga6124122015-11-05 22:36:20 -0800637 "src/core/client_config/default_initial_connect_string.c",
638 "src/core/client_config/initial_connect_string.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700639 "src/core/client_config/lb_policies/pick_first.c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700640 "src/core/client_config/lb_policies/round_robin.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700641 "src/core/client_config/lb_policy.c",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700642 "src/core/client_config/lb_policy_factory.c",
643 "src/core/client_config/lb_policy_registry.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700644 "src/core/client_config/resolver.c",
Craig Tiller7df28a72015-06-24 09:23:52 -0700645 "src/core/client_config/resolver_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700646 "src/core/client_config/resolver_registry.c",
647 "src/core/client_config/resolvers/dns_resolver.c",
Craig Tiller698d00c2015-07-20 12:32:58 -0700648 "src/core/client_config/resolvers/sockaddr_resolver.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700649 "src/core/client_config/subchannel.c",
650 "src/core/client_config/subchannel_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700651 "src/core/client_config/uri_parser.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700652 "src/core/compression/algorithm.c",
653 "src/core/compression/message_compress.c",
654 "src/core/debug/trace.c",
Craig Tillerf53d9c82015-08-04 14:19:43 -0700655 "src/core/httpcli/format_request.c",
656 "src/core/httpcli/httpcli.c",
657 "src/core/httpcli/parser.c",
Craig Tiller298751c2015-09-22 09:41:05 -0700658 "src/core/iomgr/closure.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700659 "src/core/iomgr/endpoint.c",
660 "src/core/iomgr/endpoint_pair_posix.c",
Craig Tillerd180e032015-04-13 10:10:07 -0700661 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -0700662 "src/core/iomgr/exec_ctx.c",
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700663 "src/core/iomgr/executor.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700664 "src/core/iomgr/fd_posix.c",
665 "src/core/iomgr/iocp_windows.c",
666 "src/core/iomgr/iomgr.c",
667 "src/core/iomgr/iomgr_posix.c",
668 "src/core/iomgr/iomgr_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700669 "src/core/iomgr/pollset_multipoller_with_epoll.c",
670 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
671 "src/core/iomgr/pollset_posix.c",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700672 "src/core/iomgr/pollset_set_posix.c",
673 "src/core/iomgr/pollset_set_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700674 "src/core/iomgr/pollset_windows.c",
675 "src/core/iomgr/resolve_address_posix.c",
676 "src/core/iomgr/resolve_address_windows.c",
677 "src/core/iomgr/sockaddr_utils.c",
678 "src/core/iomgr/socket_utils_common_posix.c",
679 "src/core/iomgr/socket_utils_linux.c",
680 "src/core/iomgr/socket_utils_posix.c",
681 "src/core/iomgr/socket_windows.c",
682 "src/core/iomgr/tcp_client_posix.c",
683 "src/core/iomgr/tcp_client_windows.c",
684 "src/core/iomgr/tcp_posix.c",
685 "src/core/iomgr/tcp_server_posix.c",
686 "src/core/iomgr/tcp_server_windows.c",
687 "src/core/iomgr/tcp_windows.c",
688 "src/core/iomgr/time_averaged_stats.c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700689 "src/core/iomgr/timer.c",
690 "src/core/iomgr/timer_heap.c",
Robbie Shade69535292015-07-10 14:27:34 -0400691 "src/core/iomgr/udp_server.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700692 "src/core/iomgr/wakeup_fd_eventfd.c",
693 "src/core/iomgr/wakeup_fd_nospecial.c",
694 "src/core/iomgr/wakeup_fd_pipe.c",
695 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tiller73b66062015-09-09 09:34:46 -0700696 "src/core/iomgr/workqueue_posix.c",
697 "src/core/iomgr/workqueue_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700698 "src/core/json/json.c",
699 "src/core/json/json_reader.c",
700 "src/core/json/json_string.c",
701 "src/core/json/json_writer.c",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100702 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -0700703 "src/core/surface/api_trace.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700704 "src/core/surface/byte_buffer.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700705 "src/core/surface/byte_buffer_reader.c",
706 "src/core/surface/call.c",
707 "src/core/surface/call_details.c",
708 "src/core/surface/call_log_batch.c",
709 "src/core/surface/channel.c",
Craig Tiller48cb07c2015-07-15 16:16:15 -0700710 "src/core/surface/channel_connectivity.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700711 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -0800712 "src/core/surface/channel_ping.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700713 "src/core/surface/completion_queue.c",
714 "src/core/surface/event_string.c",
715 "src/core/surface/init.c",
716 "src/core/surface/lame_client.c",
717 "src/core/surface/metadata_array.c",
718 "src/core/surface/server.c",
719 "src/core/surface/server_chttp2.c",
720 "src/core/surface/server_create.c",
murgatroid99c3910ca2016-01-06 13:14:23 -0800721 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -0700722 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800723 "src/core/transport/byte_stream.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700724 "src/core/transport/chttp2/alpn.c",
725 "src/core/transport/chttp2/bin_encoder.c",
726 "src/core/transport/chttp2/frame_data.c",
727 "src/core/transport/chttp2/frame_goaway.c",
728 "src/core/transport/chttp2/frame_ping.c",
729 "src/core/transport/chttp2/frame_rst_stream.c",
730 "src/core/transport/chttp2/frame_settings.c",
731 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800732 "src/core/transport/chttp2/hpack_encoder.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700733 "src/core/transport/chttp2/hpack_parser.c",
734 "src/core/transport/chttp2/hpack_table.c",
735 "src/core/transport/chttp2/huffsyms.c",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700736 "src/core/transport/chttp2/incoming_metadata.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700737 "src/core/transport/chttp2/parsing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700738 "src/core/transport/chttp2/status_conversion.c",
Craig Tiller6459db42015-06-15 17:11:45 -0700739 "src/core/transport/chttp2/stream_lists.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700740 "src/core/transport/chttp2/stream_map.c",
741 "src/core/transport/chttp2/timeout_encoding.c",
742 "src/core/transport/chttp2/varint.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700743 "src/core/transport/chttp2/writing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700744 "src/core/transport/chttp2_transport.c",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700745 "src/core/transport/connectivity_state.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700746 "src/core/transport/metadata.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800747 "src/core/transport/metadata_batch.c",
Craig Tiller2e7687c2015-11-18 14:56:46 -0800748 "src/core/transport/static_metadata.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700749 "src/core/transport/transport.c",
Craig Tiller83f88d92015-04-21 16:02:05 -0700750 "src/core/transport/transport_op_string.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700751 "src/core/census/context.c",
752 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -0700753 "src/core/census/operation.c",
Alistair Veitchbb30d252016-01-12 17:36:05 -0800754 "src/core/census/tag_set.c",
Alistair Veitch0383d492015-07-26 15:29:00 -0700755 "src/core/census/tracing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700756 ],
757 hdrs = [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100758 "include/grpc/support/alloc.h",
759 "include/grpc/support/atm.h",
760 "include/grpc/support/atm_gcc_atomic.h",
761 "include/grpc/support/atm_gcc_sync.h",
762 "include/grpc/support/atm_win32.h",
763 "include/grpc/support/avl.h",
764 "include/grpc/support/cmdline.h",
765 "include/grpc/support/cpu.h",
766 "include/grpc/support/histogram.h",
767 "include/grpc/support/host_port.h",
768 "include/grpc/support/log.h",
769 "include/grpc/support/log_win32.h",
770 "include/grpc/support/port_platform.h",
771 "include/grpc/support/slice.h",
772 "include/grpc/support/slice_buffer.h",
773 "include/grpc/support/string_util.h",
774 "include/grpc/support/subprocess.h",
775 "include/grpc/support/sync.h",
776 "include/grpc/support/sync_generic.h",
777 "include/grpc/support/sync_posix.h",
778 "include/grpc/support/sync_win32.h",
779 "include/grpc/support/thd.h",
780 "include/grpc/support/time.h",
781 "include/grpc/support/tls.h",
782 "include/grpc/support/tls_gcc.h",
783 "include/grpc/support/tls_msvc.h",
784 "include/grpc/support/tls_pthread.h",
785 "include/grpc/support/useful.h",
786 "include/grpc/impl/codegen/alloc.h",
787 "include/grpc/impl/codegen/atm.h",
788 "include/grpc/impl/codegen/atm_gcc_atomic.h",
789 "include/grpc/impl/codegen/atm_gcc_sync.h",
790 "include/grpc/impl/codegen/atm_win32.h",
791 "include/grpc/impl/codegen/byte_buffer.h",
792 "include/grpc/impl/codegen/compression_types.h",
793 "include/grpc/impl/codegen/connectivity_state.h",
794 "include/grpc/impl/codegen/grpc_types.h",
795 "include/grpc/impl/codegen/log.h",
796 "include/grpc/impl/codegen/port_platform.h",
797 "include/grpc/impl/codegen/propagation_bits.h",
798 "include/grpc/impl/codegen/slice.h",
799 "include/grpc/impl/codegen/slice_buffer.h",
800 "include/grpc/impl/codegen/status.h",
801 "include/grpc/impl/codegen/sync.h",
802 "include/grpc/impl/codegen/sync_generic.h",
803 "include/grpc/impl/codegen/sync_posix.h",
804 "include/grpc/impl/codegen/sync_win32.h",
805 "include/grpc/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700806 "include/grpc/byte_buffer.h",
807 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700808 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700809 "include/grpc/grpc.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700810 "include/grpc/status.h",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700811 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700812 ],
813 includes = [
814 "include",
815 ".",
816 ],
817 deps = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700818 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800819 copts = [
820 "-std=gnu99",
821 ],
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700822)
823
824
825cc_library(
Hongwei Wangda8858f2015-07-16 16:18:19 -0700826 name = "grpc_zookeeper",
827 srcs = [
828 "src/core/client_config/resolvers/zookeeper_resolver.h",
829 "src/core/client_config/resolvers/zookeeper_resolver.c",
830 ],
831 hdrs = [
Hongwei Wanga3780a82015-07-17 15:27:18 -0700832 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -0700833 ],
834 includes = [
835 "include",
836 ".",
837 ],
838 deps = [
Hongwei Wangda8858f2015-07-16 16:18:19 -0700839 ":grpc",
840 ],
841)
842
843
844cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700845 name = "grpc++",
846 srcs = [
847 "src/cpp/client/secure_credentials.h",
yang-g3abe60b2015-07-06 14:00:36 -0700848 "src/cpp/common/secure_auth_context.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700849 "src/cpp/server/secure_server_credentials.h",
yang-gc317f072015-08-20 12:18:08 -0700850 "src/cpp/client/create_channel_internal.h",
yang-g3abe60b2015-07-06 14:00:36 -0700851 "src/cpp/common/create_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -0700852 "src/cpp/server/dynamic_thread_pool.h",
853 "src/cpp/server/fixed_size_thread_pool.h",
854 "src/cpp/server/thread_pool_interface.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700855 "src/cpp/client/secure_credentials.cc",
yang-g7ef72322015-07-16 21:00:51 -0700856 "src/cpp/common/auth_property_iterator.cc",
yang-g3abe60b2015-07-06 14:00:36 -0700857 "src/cpp/common/secure_auth_context.cc",
yang-g52705592015-11-25 11:45:33 -0800858 "src/cpp/common/secure_channel_arguments.cc",
yang-g3abe60b2015-07-06 14:00:36 -0700859 "src/cpp/common/secure_create_auth_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700860 "src/cpp/server/secure_server_credentials.cc",
861 "src/cpp/client/channel.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700862 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700863 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -0700864 "src/cpp/client/create_channel_internal.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700865 "src/cpp/client/credentials.cc",
866 "src/cpp/client/generic_stub.cc",
867 "src/cpp/client/insecure_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700868 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -0800869 "src/cpp/common/channel_arguments.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700870 "src/cpp/common/completion_queue.cc",
871 "src/cpp/common/rpc_method.cc",
872 "src/cpp/proto/proto_utils.cc",
873 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -0700874 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -0700875 "src/cpp/server/dynamic_thread_pool.cc",
vjpaia2e1bb12015-07-15 16:49:49 -0700876 "src/cpp/server/fixed_size_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700877 "src/cpp/server/insecure_server_credentials.cc",
878 "src/cpp/server/server.cc",
879 "src/cpp/server/server_builder.cc",
880 "src/cpp/server/server_context.cc",
881 "src/cpp/server/server_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700882 "src/cpp/util/byte_buffer.cc",
883 "src/cpp/util/slice.cc",
884 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -0700885 "src/cpp/util/string_ref.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700886 "src/cpp/util/time.cc",
David Garcia Quintase1300de2016-01-27 18:41:26 -0800887 "src/cpp/codegen/grpc_library.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700888 ],
889 hdrs = [
yang-g8c2be9f2015-08-19 16:28:09 -0700890 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700891 "include/grpc++/client_context.h",
892 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700893 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700894 "include/grpc++/generic/async_generic_service.h",
895 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -0700896 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700897 "include/grpc++/impl/call.h",
898 "include/grpc++/impl/client_unary_call.h",
Yang Gao96de4842015-04-24 13:13:12 -0700899 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -0800900 "include/grpc++/impl/method_handler_impl.h",
yang-gadfed032015-06-23 13:01:22 -0700901 "include/grpc++/impl/proto_utils.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700902 "include/grpc++/impl/rpc_method.h",
903 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -0700904 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -0800905 "include/grpc++/impl/server_builder_option.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700906 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +0200907 "include/grpc++/impl/sync.h",
908 "include/grpc++/impl/sync_cxx11.h",
909 "include/grpc++/impl/sync_no_cxx11.h",
910 "include/grpc++/impl/thd.h",
911 "include/grpc++/impl/thd_cxx11.h",
912 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -0700913 "include/grpc++/security/auth_context.h",
914 "include/grpc++/security/auth_metadata_processor.h",
915 "include/grpc++/security/credentials.h",
916 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700917 "include/grpc++/server.h",
918 "include/grpc++/server_builder.h",
919 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -0700920 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700921 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700922 "include/grpc++/support/byte_buffer.h",
923 "include/grpc++/support/channel_arguments.h",
924 "include/grpc++/support/config.h",
925 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700926 "include/grpc++/support/slice.h",
927 "include/grpc++/support/status.h",
928 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -0700929 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700930 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -0700931 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700932 "include/grpc++/support/time.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -0800933 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800934 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -0800935 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800936 "include/grpc++/impl/codegen/call_hook.h",
937 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -0800938 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800939 "include/grpc++/impl/codegen/client_unary_call.h",
940 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800941 "include/grpc++/impl/codegen/completion_queue_tag.h",
942 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -0800943 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -0800944 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800945 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -0800946 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800947 "include/grpc++/impl/codegen/rpc_method.h",
948 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800949 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -0800950 "include/grpc++/impl/codegen/serialization_traits.h",
951 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800952 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -0800953 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800954 "include/grpc++/impl/codegen/status.h",
955 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800956 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -0800957 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800958 "include/grpc++/impl/codegen/sync.h",
959 "include/grpc++/impl/codegen/sync_cxx11.h",
960 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800961 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800962 "include/grpc++/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700963 ],
964 includes = [
965 "include",
966 ".",
967 ],
968 deps = [
Craig Tiller02a7bed2015-08-31 15:54:05 -0700969 "//external:libssl",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700970 "//external:protobuf_clib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700971 ":grpc",
972 ],
973)
974
975
976cc_library(
977 name = "grpc++_unsecure",
978 srcs = [
yang-gc317f072015-08-20 12:18:08 -0700979 "src/cpp/client/create_channel_internal.h",
yang-g3abe60b2015-07-06 14:00:36 -0700980 "src/cpp/common/create_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -0700981 "src/cpp/server/dynamic_thread_pool.h",
982 "src/cpp/server/fixed_size_thread_pool.h",
983 "src/cpp/server/thread_pool_interface.h",
yang-g3abe60b2015-07-06 14:00:36 -0700984 "src/cpp/common/insecure_create_auth_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700985 "src/cpp/client/channel.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700986 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700987 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -0700988 "src/cpp/client/create_channel_internal.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700989 "src/cpp/client/credentials.cc",
990 "src/cpp/client/generic_stub.cc",
991 "src/cpp/client/insecure_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700992 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -0800993 "src/cpp/common/channel_arguments.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700994 "src/cpp/common/completion_queue.cc",
995 "src/cpp/common/rpc_method.cc",
996 "src/cpp/proto/proto_utils.cc",
997 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -0700998 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -0700999 "src/cpp/server/dynamic_thread_pool.cc",
vjpaia2e1bb12015-07-15 16:49:49 -07001000 "src/cpp/server/fixed_size_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001001 "src/cpp/server/insecure_server_credentials.cc",
1002 "src/cpp/server/server.cc",
1003 "src/cpp/server/server_builder.cc",
1004 "src/cpp/server/server_context.cc",
1005 "src/cpp/server/server_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001006 "src/cpp/util/byte_buffer.cc",
1007 "src/cpp/util/slice.cc",
1008 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001009 "src/cpp/util/string_ref.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001010 "src/cpp/util/time.cc",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001011 "src/cpp/codegen/grpc_library.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001012 ],
1013 hdrs = [
yang-g8c2be9f2015-08-19 16:28:09 -07001014 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001015 "include/grpc++/client_context.h",
1016 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001017 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001018 "include/grpc++/generic/async_generic_service.h",
1019 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07001020 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001021 "include/grpc++/impl/call.h",
1022 "include/grpc++/impl/client_unary_call.h",
Yang Gao96de4842015-04-24 13:13:12 -07001023 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08001024 "include/grpc++/impl/method_handler_impl.h",
yang-gadfed032015-06-23 13:01:22 -07001025 "include/grpc++/impl/proto_utils.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001026 "include/grpc++/impl/rpc_method.h",
1027 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -07001028 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08001029 "include/grpc++/impl/server_builder_option.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001030 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +02001031 "include/grpc++/impl/sync.h",
1032 "include/grpc++/impl/sync_cxx11.h",
1033 "include/grpc++/impl/sync_no_cxx11.h",
1034 "include/grpc++/impl/thd.h",
1035 "include/grpc++/impl/thd_cxx11.h",
1036 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07001037 "include/grpc++/security/auth_context.h",
1038 "include/grpc++/security/auth_metadata_processor.h",
1039 "include/grpc++/security/credentials.h",
1040 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001041 "include/grpc++/server.h",
1042 "include/grpc++/server_builder.h",
1043 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07001044 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001045 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001046 "include/grpc++/support/byte_buffer.h",
1047 "include/grpc++/support/channel_arguments.h",
1048 "include/grpc++/support/config.h",
1049 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001050 "include/grpc++/support/slice.h",
1051 "include/grpc++/support/status.h",
1052 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001053 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001054 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07001055 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001056 "include/grpc++/support/time.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08001057 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001058 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001059 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001060 "include/grpc++/impl/codegen/call_hook.h",
1061 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001062 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001063 "include/grpc++/impl/codegen/client_unary_call.h",
1064 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001065 "include/grpc++/impl/codegen/completion_queue_tag.h",
1066 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08001067 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001068 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001069 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08001070 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001071 "include/grpc++/impl/codegen/rpc_method.h",
1072 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001073 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001074 "include/grpc++/impl/codegen/serialization_traits.h",
1075 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001076 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001077 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001078 "include/grpc++/impl/codegen/status.h",
1079 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001080 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001081 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001082 "include/grpc++/impl/codegen/sync.h",
1083 "include/grpc++/impl/codegen/sync_cxx11.h",
1084 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001085 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001086 "include/grpc++/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001087 ],
1088 includes = [
1089 "include",
1090 ".",
1091 ],
1092 deps = [
1093 "//external:protobuf_clib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001094 ":grpc_unsecure",
1095 ],
1096)
1097
1098
1099cc_library(
1100 name = "grpc_plugin_support",
1101 srcs = [
yang-g9d1f0c42015-08-24 16:08:36 -07001102 "include/grpc++/support/config.h",
1103 "include/grpc++/support/config_protobuf.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001104 "src/compiler/config.h",
1105 "src/compiler/cpp_generator.h",
1106 "src/compiler/cpp_generator_helpers.h",
Jan Tattermusch2d924952015-05-06 10:23:17 -07001107 "src/compiler/csharp_generator.h",
1108 "src/compiler/csharp_generator_helpers.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001109 "src/compiler/generator_helpers.h",
1110 "src/compiler/objective_c_generator.h",
1111 "src/compiler/objective_c_generator_helpers.h",
1112 "src/compiler/python_generator.h",
1113 "src/compiler/ruby_generator.h",
1114 "src/compiler/ruby_generator_helpers-inl.h",
1115 "src/compiler/ruby_generator_map-inl.h",
1116 "src/compiler/ruby_generator_string-inl.h",
1117 "src/compiler/cpp_generator.cc",
Jan Tattermusch2d924952015-05-06 10:23:17 -07001118 "src/compiler/csharp_generator.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001119 "src/compiler/objective_c_generator.cc",
1120 "src/compiler/python_generator.cc",
1121 "src/compiler/ruby_generator.cc",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001122 "src/cpp/codegen/grpc_library.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001123 ],
1124 hdrs = [
David Garcia Quintas6a484052016-01-25 19:12:37 -08001125 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001126 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001127 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001128 "include/grpc++/impl/codegen/call_hook.h",
1129 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001130 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001131 "include/grpc++/impl/codegen/client_unary_call.h",
1132 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001133 "include/grpc++/impl/codegen/completion_queue_tag.h",
1134 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08001135 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001136 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001137 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08001138 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001139 "include/grpc++/impl/codegen/rpc_method.h",
1140 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001141 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001142 "include/grpc++/impl/codegen/serialization_traits.h",
1143 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001144 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001145 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001146 "include/grpc++/impl/codegen/status.h",
1147 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001148 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001149 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001150 "include/grpc++/impl/codegen/sync.h",
1151 "include/grpc++/impl/codegen/sync_cxx11.h",
1152 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001153 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001154 "include/grpc++/impl/codegen/time.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001155 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001156 "include/grpc/impl/codegen/atm.h",
1157 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1158 "include/grpc/impl/codegen/atm_gcc_sync.h",
1159 "include/grpc/impl/codegen/atm_win32.h",
1160 "include/grpc/impl/codegen/byte_buffer.h",
1161 "include/grpc/impl/codegen/compression_types.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001162 "include/grpc/impl/codegen/connectivity_state.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001163 "include/grpc/impl/codegen/grpc_types.h",
1164 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001165 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001166 "include/grpc/impl/codegen/propagation_bits.h",
1167 "include/grpc/impl/codegen/slice.h",
1168 "include/grpc/impl/codegen/slice_buffer.h",
1169 "include/grpc/impl/codegen/status.h",
1170 "include/grpc/impl/codegen/sync.h",
1171 "include/grpc/impl/codegen/sync_generic.h",
1172 "include/grpc/impl/codegen/sync_posix.h",
1173 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001174 "include/grpc/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001175 ],
1176 includes = [
1177 "include",
1178 ".",
1179 ],
1180 deps = [
1181 "//external:protobuf_compiler",
1182 ],
1183)
1184
1185
1186cc_library(
1187 name = "grpc_csharp_ext",
1188 srcs = [
1189 "src/csharp/ext/grpc_csharp_ext.c",
1190 ],
1191 hdrs = [
1192 ],
1193 includes = [
1194 "include",
1195 ".",
1196 ],
1197 deps = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001198 ":grpc",
1199 ],
1200)
1201
1202
1203
Jorge Canizales140bca82015-06-20 09:47:00 -07001204objc_library(
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001205 name = "grpc_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07001206 srcs = [
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001207 "src/core/httpcli/httpcli_security_connector.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001208 "src/core/security/base64.c",
1209 "src/core/security/client_auth_filter.c",
1210 "src/core/security/credentials.c",
1211 "src/core/security/credentials_metadata.c",
1212 "src/core/security/credentials_posix.c",
1213 "src/core/security/credentials_win32.c",
1214 "src/core/security/google_default_credentials.c",
Julien Boeuf87047d72015-08-21 14:30:33 -07001215 "src/core/security/handshake.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001216 "src/core/security/json_token.c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02001217 "src/core/security/jwt_verifier.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001218 "src/core/security/secure_endpoint.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001219 "src/core/security/security_connector.c",
1220 "src/core/security/security_context.c",
1221 "src/core/security/server_auth_filter.c",
1222 "src/core/security/server_secure_chttp2.c",
1223 "src/core/surface/init_secure.c",
1224 "src/core/surface/secure_channel_create.c",
1225 "src/core/tsi/fake_transport_security.c",
1226 "src/core/tsi/ssl_transport_security.c",
1227 "src/core/tsi/transport_security.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001228 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07001229 "src/core/census/grpc_filter.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001230 "src/core/channel/channel_args.c",
1231 "src/core/channel/channel_stack.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001232 "src/core/channel/client_channel.c",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07001233 "src/core/channel/client_uchannel.c",
David Garcia Quintas8a187092015-07-01 14:52:44 -07001234 "src/core/channel/compress_filter.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001235 "src/core/channel/connected_channel.c",
1236 "src/core/channel/http_client_filter.c",
1237 "src/core/channel/http_server_filter.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001238 "src/core/channel/subchannel_call_holder.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001239 "src/core/client_config/client_config.c",
1240 "src/core/client_config/connector.c",
yang-ga6124122015-11-05 22:36:20 -08001241 "src/core/client_config/default_initial_connect_string.c",
1242 "src/core/client_config/initial_connect_string.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001243 "src/core/client_config/lb_policies/pick_first.c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001244 "src/core/client_config/lb_policies/round_robin.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001245 "src/core/client_config/lb_policy.c",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07001246 "src/core/client_config/lb_policy_factory.c",
1247 "src/core/client_config/lb_policy_registry.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001248 "src/core/client_config/resolver.c",
1249 "src/core/client_config/resolver_factory.c",
1250 "src/core/client_config/resolver_registry.c",
1251 "src/core/client_config/resolvers/dns_resolver.c",
Craig Tiller698d00c2015-07-20 12:32:58 -07001252 "src/core/client_config/resolvers/sockaddr_resolver.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001253 "src/core/client_config/subchannel.c",
1254 "src/core/client_config/subchannel_factory.c",
1255 "src/core/client_config/uri_parser.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001256 "src/core/compression/algorithm.c",
1257 "src/core/compression/message_compress.c",
1258 "src/core/debug/trace.c",
Craig Tillerf53d9c82015-08-04 14:19:43 -07001259 "src/core/httpcli/format_request.c",
1260 "src/core/httpcli/httpcli.c",
1261 "src/core/httpcli/parser.c",
Craig Tiller298751c2015-09-22 09:41:05 -07001262 "src/core/iomgr/closure.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001263 "src/core/iomgr/endpoint.c",
1264 "src/core/iomgr/endpoint_pair_posix.c",
1265 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07001266 "src/core/iomgr/exec_ctx.c",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07001267 "src/core/iomgr/executor.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001268 "src/core/iomgr/fd_posix.c",
1269 "src/core/iomgr/iocp_windows.c",
1270 "src/core/iomgr/iomgr.c",
1271 "src/core/iomgr/iomgr_posix.c",
1272 "src/core/iomgr/iomgr_windows.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001273 "src/core/iomgr/pollset_multipoller_with_epoll.c",
1274 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
1275 "src/core/iomgr/pollset_posix.c",
1276 "src/core/iomgr/pollset_set_posix.c",
1277 "src/core/iomgr/pollset_set_windows.c",
1278 "src/core/iomgr/pollset_windows.c",
1279 "src/core/iomgr/resolve_address_posix.c",
1280 "src/core/iomgr/resolve_address_windows.c",
1281 "src/core/iomgr/sockaddr_utils.c",
1282 "src/core/iomgr/socket_utils_common_posix.c",
1283 "src/core/iomgr/socket_utils_linux.c",
1284 "src/core/iomgr/socket_utils_posix.c",
1285 "src/core/iomgr/socket_windows.c",
1286 "src/core/iomgr/tcp_client_posix.c",
1287 "src/core/iomgr/tcp_client_windows.c",
1288 "src/core/iomgr/tcp_posix.c",
1289 "src/core/iomgr/tcp_server_posix.c",
1290 "src/core/iomgr/tcp_server_windows.c",
1291 "src/core/iomgr/tcp_windows.c",
1292 "src/core/iomgr/time_averaged_stats.c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001293 "src/core/iomgr/timer.c",
1294 "src/core/iomgr/timer_heap.c",
Robbie Shade69535292015-07-10 14:27:34 -04001295 "src/core/iomgr/udp_server.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001296 "src/core/iomgr/wakeup_fd_eventfd.c",
1297 "src/core/iomgr/wakeup_fd_nospecial.c",
1298 "src/core/iomgr/wakeup_fd_pipe.c",
1299 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tiller73b66062015-09-09 09:34:46 -07001300 "src/core/iomgr/workqueue_posix.c",
1301 "src/core/iomgr/workqueue_windows.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001302 "src/core/json/json.c",
1303 "src/core/json/json_reader.c",
1304 "src/core/json/json_string.c",
1305 "src/core/json/json_writer.c",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001306 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07001307 "src/core/surface/api_trace.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001308 "src/core/surface/byte_buffer.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001309 "src/core/surface/byte_buffer_reader.c",
1310 "src/core/surface/call.c",
1311 "src/core/surface/call_details.c",
1312 "src/core/surface/call_log_batch.c",
1313 "src/core/surface/channel.c",
Craig Tiller48cb07c2015-07-15 16:16:15 -07001314 "src/core/surface/channel_connectivity.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001315 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -08001316 "src/core/surface/channel_ping.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001317 "src/core/surface/completion_queue.c",
1318 "src/core/surface/event_string.c",
1319 "src/core/surface/init.c",
1320 "src/core/surface/lame_client.c",
1321 "src/core/surface/metadata_array.c",
1322 "src/core/surface/server.c",
1323 "src/core/surface/server_chttp2.c",
1324 "src/core/surface/server_create.c",
murgatroid99c3910ca2016-01-06 13:14:23 -08001325 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -07001326 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001327 "src/core/transport/byte_stream.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001328 "src/core/transport/chttp2/alpn.c",
1329 "src/core/transport/chttp2/bin_encoder.c",
1330 "src/core/transport/chttp2/frame_data.c",
1331 "src/core/transport/chttp2/frame_goaway.c",
1332 "src/core/transport/chttp2/frame_ping.c",
1333 "src/core/transport/chttp2/frame_rst_stream.c",
1334 "src/core/transport/chttp2/frame_settings.c",
1335 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001336 "src/core/transport/chttp2/hpack_encoder.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001337 "src/core/transport/chttp2/hpack_parser.c",
1338 "src/core/transport/chttp2/hpack_table.c",
1339 "src/core/transport/chttp2/huffsyms.c",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001340 "src/core/transport/chttp2/incoming_metadata.c",
1341 "src/core/transport/chttp2/parsing.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001342 "src/core/transport/chttp2/status_conversion.c",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001343 "src/core/transport/chttp2/stream_lists.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001344 "src/core/transport/chttp2/stream_map.c",
1345 "src/core/transport/chttp2/timeout_encoding.c",
1346 "src/core/transport/chttp2/varint.c",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001347 "src/core/transport/chttp2/writing.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001348 "src/core/transport/chttp2_transport.c",
Craig Tiller08a1cf82015-06-29 09:37:52 -07001349 "src/core/transport/connectivity_state.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001350 "src/core/transport/metadata.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001351 "src/core/transport/metadata_batch.c",
Craig Tiller2e7687c2015-11-18 14:56:46 -08001352 "src/core/transport/static_metadata.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001353 "src/core/transport/transport.c",
1354 "src/core/transport/transport_op_string.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001355 "src/core/profiling/basic_timers.c",
1356 "src/core/profiling/stap_timers.c",
1357 "src/core/support/alloc.c",
1358 "src/core/support/avl.c",
1359 "src/core/support/cmdline.c",
1360 "src/core/support/cpu_iphone.c",
1361 "src/core/support/cpu_linux.c",
1362 "src/core/support/cpu_posix.c",
1363 "src/core/support/cpu_windows.c",
1364 "src/core/support/env_linux.c",
1365 "src/core/support/env_posix.c",
1366 "src/core/support/env_win32.c",
1367 "src/core/support/file.c",
1368 "src/core/support/file_posix.c",
1369 "src/core/support/file_win32.c",
1370 "src/core/support/histogram.c",
1371 "src/core/support/host_port.c",
1372 "src/core/support/log.c",
1373 "src/core/support/log_android.c",
1374 "src/core/support/log_linux.c",
1375 "src/core/support/log_posix.c",
1376 "src/core/support/log_win32.c",
1377 "src/core/support/murmur_hash.c",
1378 "src/core/support/slice.c",
1379 "src/core/support/slice_buffer.c",
1380 "src/core/support/stack_lockfree.c",
1381 "src/core/support/string.c",
1382 "src/core/support/string_posix.c",
1383 "src/core/support/string_win32.c",
1384 "src/core/support/subprocess_posix.c",
1385 "src/core/support/sync.c",
1386 "src/core/support/sync_posix.c",
1387 "src/core/support/sync_win32.c",
1388 "src/core/support/thd.c",
1389 "src/core/support/thd_posix.c",
1390 "src/core/support/thd_win32.c",
1391 "src/core/support/time.c",
1392 "src/core/support/time_posix.c",
1393 "src/core/support/time_precise.c",
1394 "src/core/support/time_win32.c",
1395 "src/core/support/tls_pthread.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001396 "src/core/census/context.c",
1397 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07001398 "src/core/census/operation.c",
Alistair Veitchbb30d252016-01-12 17:36:05 -08001399 "src/core/census/tag_set.c",
Alistair Veitch0383d492015-07-26 15:29:00 -07001400 "src/core/census/tracing.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001401 ],
1402 hdrs = [
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001403 "include/grpc/grpc_security.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001404 "include/grpc/byte_buffer.h",
1405 "include/grpc/byte_buffer_reader.h",
1406 "include/grpc/compression.h",
1407 "include/grpc/grpc.h",
1408 "include/grpc/status.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001409 "include/grpc/support/alloc.h",
1410 "include/grpc/support/atm.h",
1411 "include/grpc/support/atm_gcc_atomic.h",
1412 "include/grpc/support/atm_gcc_sync.h",
1413 "include/grpc/support/atm_win32.h",
1414 "include/grpc/support/avl.h",
1415 "include/grpc/support/cmdline.h",
1416 "include/grpc/support/cpu.h",
1417 "include/grpc/support/histogram.h",
1418 "include/grpc/support/host_port.h",
1419 "include/grpc/support/log.h",
1420 "include/grpc/support/log_win32.h",
1421 "include/grpc/support/port_platform.h",
1422 "include/grpc/support/slice.h",
1423 "include/grpc/support/slice_buffer.h",
1424 "include/grpc/support/string_util.h",
1425 "include/grpc/support/subprocess.h",
1426 "include/grpc/support/sync.h",
1427 "include/grpc/support/sync_generic.h",
1428 "include/grpc/support/sync_posix.h",
1429 "include/grpc/support/sync_win32.h",
1430 "include/grpc/support/thd.h",
1431 "include/grpc/support/time.h",
1432 "include/grpc/support/tls.h",
1433 "include/grpc/support/tls_gcc.h",
1434 "include/grpc/support/tls_msvc.h",
1435 "include/grpc/support/tls_pthread.h",
1436 "include/grpc/support/useful.h",
1437 "include/grpc/impl/codegen/alloc.h",
1438 "include/grpc/impl/codegen/atm.h",
1439 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1440 "include/grpc/impl/codegen/atm_gcc_sync.h",
1441 "include/grpc/impl/codegen/atm_win32.h",
1442 "include/grpc/impl/codegen/byte_buffer.h",
1443 "include/grpc/impl/codegen/compression_types.h",
1444 "include/grpc/impl/codegen/connectivity_state.h",
1445 "include/grpc/impl/codegen/grpc_types.h",
1446 "include/grpc/impl/codegen/log.h",
1447 "include/grpc/impl/codegen/port_platform.h",
1448 "include/grpc/impl/codegen/propagation_bits.h",
1449 "include/grpc/impl/codegen/slice.h",
1450 "include/grpc/impl/codegen/slice_buffer.h",
1451 "include/grpc/impl/codegen/status.h",
1452 "include/grpc/impl/codegen/sync.h",
1453 "include/grpc/impl/codegen/sync_generic.h",
1454 "include/grpc/impl/codegen/sync_posix.h",
1455 "include/grpc/impl/codegen/sync_win32.h",
1456 "include/grpc/impl/codegen/time.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001457 "include/grpc/census.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001458 "src/core/security/auth_filters.h",
1459 "src/core/security/base64.h",
1460 "src/core/security/credentials.h",
Julien Boeuf87047d72015-08-21 14:30:33 -07001461 "src/core/security/handshake.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001462 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02001463 "src/core/security/jwt_verifier.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001464 "src/core/security/secure_endpoint.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001465 "src/core/security/security_connector.h",
1466 "src/core/security/security_context.h",
1467 "src/core/tsi/fake_transport_security.h",
1468 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08001469 "src/core/tsi/ssl_types.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001470 "src/core/tsi/transport_security.h",
1471 "src/core/tsi/transport_security_interface.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07001472 "src/core/census/grpc_filter.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001473 "src/core/channel/channel_args.h",
1474 "src/core/channel/channel_stack.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001475 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07001476 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07001477 "src/core/channel/compress_filter.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001478 "src/core/channel/connected_channel.h",
1479 "src/core/channel/context.h",
1480 "src/core/channel/http_client_filter.h",
1481 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001482 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001483 "src/core/client_config/client_config.h",
1484 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08001485 "src/core/client_config/initial_connect_string.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001486 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001487 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001488 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07001489 "src/core/client_config/lb_policy_factory.h",
1490 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001491 "src/core/client_config/resolver.h",
1492 "src/core/client_config/resolver_factory.h",
1493 "src/core/client_config/resolver_registry.h",
1494 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07001495 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001496 "src/core/client_config/subchannel.h",
1497 "src/core/client_config/subchannel_factory.h",
1498 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08001499 "src/core/compression/algorithm_metadata.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001500 "src/core/compression/message_compress.h",
1501 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07001502 "src/core/httpcli/format_request.h",
1503 "src/core/httpcli/httpcli.h",
1504 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07001505 "src/core/iomgr/closure.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001506 "src/core/iomgr/endpoint.h",
1507 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07001508 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07001509 "src/core/iomgr/executor.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001510 "src/core/iomgr/fd_posix.h",
1511 "src/core/iomgr/iocp_windows.h",
1512 "src/core/iomgr/iomgr.h",
1513 "src/core/iomgr/iomgr_internal.h",
1514 "src/core/iomgr/iomgr_posix.h",
1515 "src/core/iomgr/pollset.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001516 "src/core/iomgr/pollset_posix.h",
1517 "src/core/iomgr/pollset_set.h",
1518 "src/core/iomgr/pollset_set_posix.h",
1519 "src/core/iomgr/pollset_set_windows.h",
1520 "src/core/iomgr/pollset_windows.h",
1521 "src/core/iomgr/resolve_address.h",
1522 "src/core/iomgr/sockaddr.h",
1523 "src/core/iomgr/sockaddr_posix.h",
1524 "src/core/iomgr/sockaddr_utils.h",
1525 "src/core/iomgr/sockaddr_win32.h",
1526 "src/core/iomgr/socket_utils_posix.h",
1527 "src/core/iomgr/socket_windows.h",
1528 "src/core/iomgr/tcp_client.h",
1529 "src/core/iomgr/tcp_posix.h",
1530 "src/core/iomgr/tcp_server.h",
1531 "src/core/iomgr/tcp_windows.h",
1532 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001533 "src/core/iomgr/timer.h",
1534 "src/core/iomgr/timer_heap.h",
1535 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -04001536 "src/core/iomgr/udp_server.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001537 "src/core/iomgr/wakeup_fd_pipe.h",
1538 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07001539 "src/core/iomgr/workqueue.h",
1540 "src/core/iomgr/workqueue_posix.h",
1541 "src/core/iomgr/workqueue_windows.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001542 "src/core/json/json.h",
1543 "src/core/json/json_common.h",
1544 "src/core/json/json_reader.h",
1545 "src/core/json/json_writer.h",
Hongyu Chenbeb580b2015-08-25 16:19:33 -07001546 "src/core/statistics/census_interface.h",
1547 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07001548 "src/core/surface/api_trace.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001549 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07001550 "src/core/surface/call_test_only.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001551 "src/core/surface/channel.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001552 "src/core/surface/completion_queue.h",
1553 "src/core/surface/event_string.h",
1554 "src/core/surface/init.h",
1555 "src/core/surface/server.h",
1556 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001557 "src/core/transport/byte_stream.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001558 "src/core/transport/chttp2/alpn.h",
1559 "src/core/transport/chttp2/bin_encoder.h",
1560 "src/core/transport/chttp2/frame.h",
1561 "src/core/transport/chttp2/frame_data.h",
1562 "src/core/transport/chttp2/frame_goaway.h",
1563 "src/core/transport/chttp2/frame_ping.h",
1564 "src/core/transport/chttp2/frame_rst_stream.h",
1565 "src/core/transport/chttp2/frame_settings.h",
1566 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001567 "src/core/transport/chttp2/hpack_encoder.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001568 "src/core/transport/chttp2/hpack_parser.h",
1569 "src/core/transport/chttp2/hpack_table.h",
1570 "src/core/transport/chttp2/http2_errors.h",
1571 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001572 "src/core/transport/chttp2/incoming_metadata.h",
1573 "src/core/transport/chttp2/internal.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001574 "src/core/transport/chttp2/status_conversion.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001575 "src/core/transport/chttp2/stream_map.h",
1576 "src/core/transport/chttp2/timeout_encoding.h",
1577 "src/core/transport/chttp2/varint.h",
1578 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07001579 "src/core/transport/connectivity_state.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001580 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001581 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08001582 "src/core/transport/static_metadata.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001583 "src/core/transport/transport.h",
1584 "src/core/transport/transport_impl.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001585 "src/core/profiling/timers.h",
1586 "src/core/support/block_annotate.h",
1587 "src/core/support/env.h",
1588 "src/core/support/file.h",
1589 "src/core/support/murmur_hash.h",
1590 "src/core/support/stack_lockfree.h",
1591 "src/core/support/string.h",
1592 "src/core/support/string_win32.h",
1593 "src/core/support/thd_internal.h",
1594 "src/core/support/time_precise.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07001595 "src/core/census/aggregation.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001596 "src/core/census/context.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07001597 "src/core/census/rpc_metric_id.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001598 ],
1599 includes = [
1600 "include",
1601 ".",
1602 ],
1603 deps = [
Jorge Canizales4dc4e3d2015-06-26 22:12:02 -07001604 "//external:libssl_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07001605 ],
Jorge Canizales8c1fd042015-06-22 19:11:36 -07001606 sdk_dylibs = ["libz"],
Jorge Canizales140bca82015-06-20 09:47:00 -07001607)
1608
1609
1610
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001611cc_binary(
1612 name = "grpc_cpp_plugin",
1613 srcs = [
1614 "src/compiler/cpp_plugin.cc",
1615 ],
1616 deps = [
1617 "//external:protobuf_compiler",
1618 ":grpc_plugin_support",
1619 ],
1620)
1621
1622
1623cc_binary(
Jan Tattermusch2d924952015-05-06 10:23:17 -07001624 name = "grpc_csharp_plugin",
1625 srcs = [
1626 "src/compiler/csharp_plugin.cc",
1627 ],
1628 deps = [
1629 "//external:protobuf_compiler",
1630 ":grpc_plugin_support",
1631 ],
1632)
1633
1634
1635cc_binary(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001636 name = "grpc_objective_c_plugin",
1637 srcs = [
1638 "src/compiler/objective_c_plugin.cc",
1639 ],
1640 deps = [
1641 "//external:protobuf_compiler",
1642 ":grpc_plugin_support",
1643 ],
1644)
1645
1646
1647cc_binary(
1648 name = "grpc_python_plugin",
1649 srcs = [
1650 "src/compiler/python_plugin.cc",
1651 ],
1652 deps = [
1653 "//external:protobuf_compiler",
1654 ":grpc_plugin_support",
1655 ],
1656)
1657
1658
1659cc_binary(
1660 name = "grpc_ruby_plugin",
1661 srcs = [
1662 "src/compiler/ruby_plugin.cc",
1663 ],
1664 deps = [
1665 "//external:protobuf_compiler",
1666 ":grpc_plugin_support",
1667 ],
1668)
1669
1670
1671
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02001672
1673
Jorge Canizales140bca82015-06-20 09:47:00 -07001674
Jorge Canizales91e67a22015-06-24 13:50:04 -07001675
1676
Jorge Canizales44dc4232015-06-19 16:30:31 -07001677objc_path = "src/objective-c"
Jorge Canizales140bca82015-06-20 09:47:00 -07001678
Jorge Canizales44dc4232015-06-19 16:30:31 -07001679rx_library_path = objc_path + "/RxLibrary"
1680
1681objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07001682 name = "rx_library",
1683 hdrs = glob([
1684 rx_library_path + "/*.h",
1685 rx_library_path + "/transformations/*.h",
1686 ]),
1687 srcs = glob([
1688 rx_library_path + "/*.m",
1689 rx_library_path + "/transformations/*.m",
1690 ]),
1691 includes = [objc_path],
1692 deps = [
1693 ":rx_library_private",
1694 ],
Jorge Canizales44dc4232015-06-19 16:30:31 -07001695)
1696
1697objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07001698 name = "rx_library_private",
1699 hdrs = glob([rx_library_path + "/private/*.h"]),
1700 srcs = glob([rx_library_path + "/private/*.m"]),
1701 visibility = ["//visibility:private"],
Jorge Canizales44dc4232015-06-19 16:30:31 -07001702)
Jorge Canizales866255e2015-06-20 18:58:38 -07001703
1704objc_client_path = objc_path + "/GRPCClient"
1705
1706objc_library(
1707 name = "grpc_client",
1708 hdrs = glob([
1709 objc_client_path + "/*.h",
1710 objc_client_path + "/private/*.h",
1711 ]),
1712 srcs = glob([
1713 objc_client_path + "/*.m",
1714 objc_client_path + "/private/*.m",
1715 ]),
1716 includes = [objc_path],
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07001717 bundles = [":gRPCCertificates"],
Jorge Canizales866255e2015-06-20 18:58:38 -07001718 deps = [
1719 ":grpc_objc",
1720 ":rx_library",
1721 ],
1722)
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07001723
1724objc_bundle_library(
1725 # The choice of name is signicant here, since it determines the bundle name.
1726 name = "gRPCCertificates",
1727 resources = ["etc/roots.pem"],
1728)
Jorge Canizales50f19822015-06-28 23:48:30 -07001729
1730proto_objc_rpc_path = objc_path + "/ProtoRPC"
1731
1732objc_library(
1733 name = "proto_objc_rpc",
1734 hdrs = glob([
1735 proto_objc_rpc_path + "/*.h",
1736 ]),
1737 srcs = glob([
1738 proto_objc_rpc_path + "/*.m",
1739 ]),
1740 includes = [objc_path],
1741 deps = [
1742 ":grpc_client",
1743 ":rx_library",
1744 "//external:protobuf_objc",
1745 ],
1746)