blob: ba44e050cafad2535f9da1d3cac422c2babab198 [file] [log] [blame]
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02001# GRPC Bazel BUILD file.
Jorge Canizales3beb2402015-07-02 01:30:33 -07002# This currently builds C, C++ and Objective-C code.
Nicolas "Pixel" Nobled49893d2015-04-21 04:57:45 +02003# This file has been automatically generated from a template file.
4# Please look at the templates directory instead.
murgatroid99f680af02015-06-22 11:20:24 -07005# This file can be regenerated from the template by running
6# tools/buildgen/generate_projects.sh
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02007
8# Copyright 2015, Google Inc.
9# All rights reserved.
10#
11# Redistribution and use in source and binary forms, with or without
12# modification, are permitted provided that the following conditions are
13# met:
14#
15# * Redistributions of source code must retain the above copyright
16# notice, this list of conditions and the following disclaimer.
17# * Redistributions in binary form must reproduce the above
18# copyright notice, this list of conditions and the following disclaimer
19# in the documentation and/or other materials provided with the
20# distribution.
21# * Neither the name of Google Inc. nor the names of its
22# contributors may be used to endorse or promote products derived from
23# this software without specific prior written permission.
24#
25# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
37licenses(["notice"]) # 3-clause BSD
38
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070039package(default_visibility = ["//visibility:public"])
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +020040
41
42
43
44cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070045 name = "grpc",
46 srcs = [
Julien Boeufc6f8d0a2015-05-11 22:40:02 -070047 "src/core/security/auth_filters.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070048 "src/core/security/base64.h",
49 "src/core/security/credentials.h",
Julien Boeuf87047d72015-08-21 14:30:33 -070050 "src/core/security/handshake.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070051 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +020052 "src/core/security/jwt_verifier.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070053 "src/core/security/secure_endpoint.h",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -070054 "src/core/security/security_connector.h",
Julien Boeufd7f768b2015-05-08 16:37:16 -070055 "src/core/security/security_context.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070056 "src/core/tsi/fake_transport_security.h",
57 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -080058 "src/core/tsi/ssl_types.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070059 "src/core/tsi/transport_security.h",
60 "src/core/tsi/transport_security_interface.h",
Hongyu Chene09dc782015-08-21 11:28:33 -070061 "src/core/census/grpc_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070062 "src/core/channel/channel_args.h",
63 "src/core/channel/channel_stack.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070064 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -070065 "src/core/channel/client_uchannel.h",
David Garcia Quintas55b4ea12015-06-16 14:27:32 -070066 "src/core/channel/compress_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070067 "src/core/channel/connected_channel.h",
murgatroid997da8b1a2015-06-17 12:37:34 -070068 "src/core/channel/context.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070069 "src/core/channel/http_client_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070070 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -080071 "src/core/channel/subchannel_call_holder.h",
Craig Tilleraf691802015-06-23 14:57:07 -070072 "src/core/client_config/client_config.h",
Craig Tiller91624662015-06-25 16:31:02 -070073 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -080074 "src/core/client_config/initial_connect_string.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -070075 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -070076 "src/core/client_config/lb_policies/round_robin.h",
Craig Tilleraf691802015-06-23 14:57:07 -070077 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -070078 "src/core/client_config/lb_policy_factory.h",
79 "src/core/client_config/lb_policy_registry.h",
Craig Tilleraf691802015-06-23 14:57:07 -070080 "src/core/client_config/resolver.h",
Craig Tiller7df28a72015-06-24 09:23:52 -070081 "src/core/client_config/resolver_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -070082 "src/core/client_config/resolver_registry.h",
83 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -070084 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tilleraf691802015-06-23 14:57:07 -070085 "src/core/client_config/subchannel.h",
86 "src/core/client_config/subchannel_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -070087 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -080088 "src/core/compression/algorithm_metadata.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070089 "src/core/compression/message_compress.h",
90 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -070091 "src/core/httpcli/format_request.h",
92 "src/core/httpcli/httpcli.h",
93 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -070094 "src/core/iomgr/closure.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070095 "src/core/iomgr/endpoint.h",
96 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -070097 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -070098 "src/core/iomgr/executor.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070099 "src/core/iomgr/fd_posix.h",
100 "src/core/iomgr/iocp_windows.h",
101 "src/core/iomgr/iomgr.h",
102 "src/core/iomgr/iomgr_internal.h",
103 "src/core/iomgr/iomgr_posix.h",
104 "src/core/iomgr/pollset.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700105 "src/core/iomgr/pollset_posix.h",
Jorge Canizalesfe8ad732015-06-20 19:53:59 -0700106 "src/core/iomgr/pollset_set.h",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700107 "src/core/iomgr/pollset_set_posix.h",
108 "src/core/iomgr/pollset_set_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700109 "src/core/iomgr/pollset_windows.h",
110 "src/core/iomgr/resolve_address.h",
111 "src/core/iomgr/sockaddr.h",
112 "src/core/iomgr/sockaddr_posix.h",
113 "src/core/iomgr/sockaddr_utils.h",
114 "src/core/iomgr/sockaddr_win32.h",
115 "src/core/iomgr/socket_utils_posix.h",
116 "src/core/iomgr/socket_windows.h",
117 "src/core/iomgr/tcp_client.h",
118 "src/core/iomgr/tcp_posix.h",
119 "src/core/iomgr/tcp_server.h",
120 "src/core/iomgr/tcp_windows.h",
121 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700122 "src/core/iomgr/timer.h",
123 "src/core/iomgr/timer_heap.h",
124 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -0400125 "src/core/iomgr/udp_server.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700126 "src/core/iomgr/wakeup_fd_pipe.h",
127 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -0700128 "src/core/iomgr/workqueue.h",
129 "src/core/iomgr/workqueue_posix.h",
130 "src/core/iomgr/workqueue_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700131 "src/core/json/json.h",
132 "src/core/json/json_common.h",
133 "src/core/json/json_reader.h",
134 "src/core/json/json_writer.h",
Hongyu Chenbeb580b2015-08-25 16:19:33 -0700135 "src/core/statistics/census_interface.h",
136 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -0700137 "src/core/surface/api_trace.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700138 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -0700139 "src/core/surface/call_test_only.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700140 "src/core/surface/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700141 "src/core/surface/completion_queue.h",
142 "src/core/surface/event_string.h",
143 "src/core/surface/init.h",
144 "src/core/surface/server.h",
145 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800146 "src/core/transport/byte_stream.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700147 "src/core/transport/chttp2/alpn.h",
148 "src/core/transport/chttp2/bin_encoder.h",
149 "src/core/transport/chttp2/frame.h",
150 "src/core/transport/chttp2/frame_data.h",
151 "src/core/transport/chttp2/frame_goaway.h",
152 "src/core/transport/chttp2/frame_ping.h",
153 "src/core/transport/chttp2/frame_rst_stream.h",
154 "src/core/transport/chttp2/frame_settings.h",
155 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800156 "src/core/transport/chttp2/hpack_encoder.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700157 "src/core/transport/chttp2/hpack_parser.h",
158 "src/core/transport/chttp2/hpack_table.h",
159 "src/core/transport/chttp2/http2_errors.h",
160 "src/core/transport/chttp2/huffsyms.h",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700161 "src/core/transport/chttp2/incoming_metadata.h",
Craig Tiller41527062015-06-12 07:51:05 -0700162 "src/core/transport/chttp2/internal.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700163 "src/core/transport/chttp2/status_conversion.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700164 "src/core/transport/chttp2/stream_map.h",
165 "src/core/transport/chttp2/timeout_encoding.h",
166 "src/core/transport/chttp2/varint.h",
167 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700168 "src/core/transport/connectivity_state.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700169 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800170 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -0800171 "src/core/transport/static_metadata.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700172 "src/core/transport/transport.h",
173 "src/core/transport/transport_impl.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100174 "src/core/profiling/timers.h",
175 "src/core/support/block_annotate.h",
176 "src/core/support/env.h",
177 "src/core/support/file.h",
178 "src/core/support/murmur_hash.h",
179 "src/core/support/stack_lockfree.h",
180 "src/core/support/string.h",
181 "src/core/support/string_win32.h",
182 "src/core/support/thd_internal.h",
183 "src/core/support/time_precise.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -0700184 "src/core/census/aggregation.h",
Alistair Veitch9a099822015-08-27 13:16:00 -0700185 "src/core/census/rpc_metric_id.h",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700186 "src/core/httpcli/httpcli_security_connector.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700187 "src/core/security/base64.c",
Julien Boeufc6f8d0a2015-05-11 22:40:02 -0700188 "src/core/security/client_auth_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700189 "src/core/security/credentials.c",
Julien Boeuf75c9b6f2015-05-29 13:12:12 -0700190 "src/core/security/credentials_metadata.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700191 "src/core/security/credentials_posix.c",
192 "src/core/security/credentials_win32.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700193 "src/core/security/google_default_credentials.c",
Julien Boeuf87047d72015-08-21 14:30:33 -0700194 "src/core/security/handshake.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700195 "src/core/security/json_token.c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200196 "src/core/security/jwt_verifier.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700197 "src/core/security/secure_endpoint.c",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700198 "src/core/security/security_connector.c",
Julien Boeufd7f768b2015-05-08 16:37:16 -0700199 "src/core/security/security_context.c",
Julien Boeufc6f8d0a2015-05-11 22:40:02 -0700200 "src/core/security/server_auth_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700201 "src/core/security/server_secure_chttp2.c",
202 "src/core/surface/init_secure.c",
203 "src/core/surface/secure_channel_create.c",
204 "src/core/tsi/fake_transport_security.c",
205 "src/core/tsi/ssl_transport_security.c",
206 "src/core/tsi/transport_security.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700207 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -0700208 "src/core/census/grpc_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700209 "src/core/channel/channel_args.c",
210 "src/core/channel/channel_stack.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700211 "src/core/channel/client_channel.c",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700212 "src/core/channel/client_uchannel.c",
David Garcia Quintas55b4ea12015-06-16 14:27:32 -0700213 "src/core/channel/compress_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700214 "src/core/channel/connected_channel.c",
215 "src/core/channel/http_client_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700216 "src/core/channel/http_server_filter.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800217 "src/core/channel/subchannel_call_holder.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700218 "src/core/client_config/client_config.c",
Craig Tiller91624662015-06-25 16:31:02 -0700219 "src/core/client_config/connector.c",
yang-ga6124122015-11-05 22:36:20 -0800220 "src/core/client_config/default_initial_connect_string.c",
221 "src/core/client_config/initial_connect_string.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700222 "src/core/client_config/lb_policies/pick_first.c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700223 "src/core/client_config/lb_policies/round_robin.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700224 "src/core/client_config/lb_policy.c",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700225 "src/core/client_config/lb_policy_factory.c",
226 "src/core/client_config/lb_policy_registry.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700227 "src/core/client_config/resolver.c",
Craig Tiller7df28a72015-06-24 09:23:52 -0700228 "src/core/client_config/resolver_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700229 "src/core/client_config/resolver_registry.c",
230 "src/core/client_config/resolvers/dns_resolver.c",
Craig Tiller698d00c2015-07-20 12:32:58 -0700231 "src/core/client_config/resolvers/sockaddr_resolver.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700232 "src/core/client_config/subchannel.c",
233 "src/core/client_config/subchannel_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700234 "src/core/client_config/uri_parser.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700235 "src/core/compression/algorithm.c",
236 "src/core/compression/message_compress.c",
237 "src/core/debug/trace.c",
Craig Tillerf53d9c82015-08-04 14:19:43 -0700238 "src/core/httpcli/format_request.c",
239 "src/core/httpcli/httpcli.c",
240 "src/core/httpcli/parser.c",
Craig Tiller298751c2015-09-22 09:41:05 -0700241 "src/core/iomgr/closure.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700242 "src/core/iomgr/endpoint.c",
243 "src/core/iomgr/endpoint_pair_posix.c",
Craig Tillerd180e032015-04-13 10:10:07 -0700244 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -0700245 "src/core/iomgr/exec_ctx.c",
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700246 "src/core/iomgr/executor.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700247 "src/core/iomgr/fd_posix.c",
248 "src/core/iomgr/iocp_windows.c",
249 "src/core/iomgr/iomgr.c",
250 "src/core/iomgr/iomgr_posix.c",
251 "src/core/iomgr/iomgr_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700252 "src/core/iomgr/pollset_multipoller_with_epoll.c",
253 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
254 "src/core/iomgr/pollset_posix.c",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700255 "src/core/iomgr/pollset_set_posix.c",
256 "src/core/iomgr/pollset_set_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700257 "src/core/iomgr/pollset_windows.c",
258 "src/core/iomgr/resolve_address_posix.c",
259 "src/core/iomgr/resolve_address_windows.c",
260 "src/core/iomgr/sockaddr_utils.c",
261 "src/core/iomgr/socket_utils_common_posix.c",
262 "src/core/iomgr/socket_utils_linux.c",
263 "src/core/iomgr/socket_utils_posix.c",
264 "src/core/iomgr/socket_windows.c",
265 "src/core/iomgr/tcp_client_posix.c",
266 "src/core/iomgr/tcp_client_windows.c",
267 "src/core/iomgr/tcp_posix.c",
268 "src/core/iomgr/tcp_server_posix.c",
269 "src/core/iomgr/tcp_server_windows.c",
270 "src/core/iomgr/tcp_windows.c",
271 "src/core/iomgr/time_averaged_stats.c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700272 "src/core/iomgr/timer.c",
273 "src/core/iomgr/timer_heap.c",
Robbie Shade69535292015-07-10 14:27:34 -0400274 "src/core/iomgr/udp_server.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700275 "src/core/iomgr/wakeup_fd_eventfd.c",
276 "src/core/iomgr/wakeup_fd_nospecial.c",
277 "src/core/iomgr/wakeup_fd_pipe.c",
278 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tiller73b66062015-09-09 09:34:46 -0700279 "src/core/iomgr/workqueue_posix.c",
280 "src/core/iomgr/workqueue_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700281 "src/core/json/json.c",
282 "src/core/json/json_reader.c",
283 "src/core/json/json_string.c",
284 "src/core/json/json_writer.c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800285 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -0700286 "src/core/surface/api_trace.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700287 "src/core/surface/byte_buffer.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700288 "src/core/surface/byte_buffer_reader.c",
289 "src/core/surface/call.c",
290 "src/core/surface/call_details.c",
291 "src/core/surface/call_log_batch.c",
292 "src/core/surface/channel.c",
Craig Tiller48cb07c2015-07-15 16:16:15 -0700293 "src/core/surface/channel_connectivity.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700294 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -0800295 "src/core/surface/channel_ping.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700296 "src/core/surface/completion_queue.c",
297 "src/core/surface/event_string.c",
298 "src/core/surface/init.c",
299 "src/core/surface/lame_client.c",
300 "src/core/surface/metadata_array.c",
301 "src/core/surface/server.c",
302 "src/core/surface/server_chttp2.c",
303 "src/core/surface/server_create.c",
murgatroid99c3910ca2016-01-06 13:14:23 -0800304 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -0700305 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800306 "src/core/transport/byte_stream.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700307 "src/core/transport/chttp2/alpn.c",
308 "src/core/transport/chttp2/bin_encoder.c",
309 "src/core/transport/chttp2/frame_data.c",
310 "src/core/transport/chttp2/frame_goaway.c",
311 "src/core/transport/chttp2/frame_ping.c",
312 "src/core/transport/chttp2/frame_rst_stream.c",
313 "src/core/transport/chttp2/frame_settings.c",
314 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800315 "src/core/transport/chttp2/hpack_encoder.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700316 "src/core/transport/chttp2/hpack_parser.c",
317 "src/core/transport/chttp2/hpack_table.c",
318 "src/core/transport/chttp2/huffsyms.c",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700319 "src/core/transport/chttp2/incoming_metadata.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700320 "src/core/transport/chttp2/parsing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700321 "src/core/transport/chttp2/status_conversion.c",
Craig Tiller6459db42015-06-15 17:11:45 -0700322 "src/core/transport/chttp2/stream_lists.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700323 "src/core/transport/chttp2/stream_map.c",
324 "src/core/transport/chttp2/timeout_encoding.c",
325 "src/core/transport/chttp2/varint.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700326 "src/core/transport/chttp2/writing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700327 "src/core/transport/chttp2_transport.c",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700328 "src/core/transport/connectivity_state.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700329 "src/core/transport/metadata.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800330 "src/core/transport/metadata_batch.c",
Craig Tiller2e7687c2015-11-18 14:56:46 -0800331 "src/core/transport/static_metadata.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700332 "src/core/transport/transport.c",
Craig Tiller83f88d92015-04-21 16:02:05 -0700333 "src/core/transport/transport_op_string.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100334 "src/core/profiling/basic_timers.c",
335 "src/core/profiling/stap_timers.c",
336 "src/core/support/alloc.c",
337 "src/core/support/avl.c",
338 "src/core/support/cmdline.c",
339 "src/core/support/cpu_iphone.c",
340 "src/core/support/cpu_linux.c",
341 "src/core/support/cpu_posix.c",
342 "src/core/support/cpu_windows.c",
343 "src/core/support/env_linux.c",
344 "src/core/support/env_posix.c",
345 "src/core/support/env_win32.c",
346 "src/core/support/file.c",
347 "src/core/support/file_posix.c",
348 "src/core/support/file_win32.c",
349 "src/core/support/histogram.c",
350 "src/core/support/host_port.c",
351 "src/core/support/log.c",
352 "src/core/support/log_android.c",
353 "src/core/support/log_linux.c",
354 "src/core/support/log_posix.c",
355 "src/core/support/log_win32.c",
356 "src/core/support/murmur_hash.c",
357 "src/core/support/slice.c",
358 "src/core/support/slice_buffer.c",
359 "src/core/support/stack_lockfree.c",
360 "src/core/support/string.c",
361 "src/core/support/string_posix.c",
362 "src/core/support/string_win32.c",
363 "src/core/support/subprocess_posix.c",
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +0100364 "src/core/support/subprocess_windows.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100365 "src/core/support/sync.c",
366 "src/core/support/sync_posix.c",
367 "src/core/support/sync_win32.c",
368 "src/core/support/thd.c",
369 "src/core/support/thd_posix.c",
370 "src/core/support/thd_win32.c",
371 "src/core/support/time.c",
372 "src/core/support/time_posix.c",
373 "src/core/support/time_precise.c",
374 "src/core/support/time_win32.c",
375 "src/core/support/tls_pthread.c",
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100376 "src/core/support/wrap_memcpy.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700377 "src/core/census/context.c",
378 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -0700379 "src/core/census/operation.c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800380 "src/core/census/placeholders.c",
Alistair Veitch0383d492015-07-26 15:29:00 -0700381 "src/core/census/tracing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700382 ],
383 hdrs = [
384 "include/grpc/grpc_security.h",
385 "include/grpc/byte_buffer.h",
386 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700387 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700388 "include/grpc/grpc.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700389 "include/grpc/status.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100390 "include/grpc/support/alloc.h",
391 "include/grpc/support/atm.h",
392 "include/grpc/support/atm_gcc_atomic.h",
393 "include/grpc/support/atm_gcc_sync.h",
394 "include/grpc/support/atm_win32.h",
395 "include/grpc/support/avl.h",
396 "include/grpc/support/cmdline.h",
397 "include/grpc/support/cpu.h",
398 "include/grpc/support/histogram.h",
399 "include/grpc/support/host_port.h",
400 "include/grpc/support/log.h",
401 "include/grpc/support/log_win32.h",
402 "include/grpc/support/port_platform.h",
403 "include/grpc/support/slice.h",
404 "include/grpc/support/slice_buffer.h",
405 "include/grpc/support/string_util.h",
406 "include/grpc/support/subprocess.h",
407 "include/grpc/support/sync.h",
408 "include/grpc/support/sync_generic.h",
409 "include/grpc/support/sync_posix.h",
410 "include/grpc/support/sync_win32.h",
411 "include/grpc/support/thd.h",
412 "include/grpc/support/time.h",
413 "include/grpc/support/tls.h",
414 "include/grpc/support/tls_gcc.h",
415 "include/grpc/support/tls_msvc.h",
416 "include/grpc/support/tls_pthread.h",
417 "include/grpc/support/useful.h",
418 "include/grpc/impl/codegen/alloc.h",
419 "include/grpc/impl/codegen/atm.h",
420 "include/grpc/impl/codegen/atm_gcc_atomic.h",
421 "include/grpc/impl/codegen/atm_gcc_sync.h",
422 "include/grpc/impl/codegen/atm_win32.h",
423 "include/grpc/impl/codegen/byte_buffer.h",
424 "include/grpc/impl/codegen/compression_types.h",
425 "include/grpc/impl/codegen/connectivity_state.h",
426 "include/grpc/impl/codegen/grpc_types.h",
427 "include/grpc/impl/codegen/log.h",
428 "include/grpc/impl/codegen/port_platform.h",
429 "include/grpc/impl/codegen/propagation_bits.h",
430 "include/grpc/impl/codegen/slice.h",
431 "include/grpc/impl/codegen/slice_buffer.h",
432 "include/grpc/impl/codegen/status.h",
433 "include/grpc/impl/codegen/sync.h",
434 "include/grpc/impl/codegen/sync_generic.h",
435 "include/grpc/impl/codegen/sync_posix.h",
436 "include/grpc/impl/codegen/sync_win32.h",
437 "include/grpc/impl/codegen/time.h",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700438 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700439 ],
440 includes = [
441 "include",
442 ".",
443 ],
444 deps = [
445 "//external:libssl",
Ming Zhaof2f24e22015-08-13 12:38:35 -0700446 "//external:zlib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700447 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800448 copts = [
449 "-std=gnu99",
450 ],
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +0200451)
452
453
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700454cc_library(
455 name = "grpc_unsecure",
456 srcs = [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100457 "src/core/profiling/timers.h",
458 "src/core/support/block_annotate.h",
459 "src/core/support/env.h",
460 "src/core/support/file.h",
461 "src/core/support/murmur_hash.h",
462 "src/core/support/stack_lockfree.h",
463 "src/core/support/string.h",
464 "src/core/support/string_win32.h",
465 "src/core/support/thd_internal.h",
466 "src/core/support/time_precise.h",
Hongyu Chene09dc782015-08-21 11:28:33 -0700467 "src/core/census/grpc_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700468 "src/core/channel/channel_args.h",
469 "src/core/channel/channel_stack.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700470 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700471 "src/core/channel/client_uchannel.h",
David Garcia Quintas55b4ea12015-06-16 14:27:32 -0700472 "src/core/channel/compress_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700473 "src/core/channel/connected_channel.h",
murgatroid997da8b1a2015-06-17 12:37:34 -0700474 "src/core/channel/context.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700475 "src/core/channel/http_client_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700476 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800477 "src/core/channel/subchannel_call_holder.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700478 "src/core/client_config/client_config.h",
Craig Tiller91624662015-06-25 16:31:02 -0700479 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -0800480 "src/core/client_config/initial_connect_string.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700481 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700482 "src/core/client_config/lb_policies/round_robin.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700483 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700484 "src/core/client_config/lb_policy_factory.h",
485 "src/core/client_config/lb_policy_registry.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700486 "src/core/client_config/resolver.h",
Craig Tiller7df28a72015-06-24 09:23:52 -0700487 "src/core/client_config/resolver_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700488 "src/core/client_config/resolver_registry.h",
489 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -0700490 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700491 "src/core/client_config/subchannel.h",
492 "src/core/client_config/subchannel_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700493 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -0800494 "src/core/compression/algorithm_metadata.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700495 "src/core/compression/message_compress.h",
496 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -0700497 "src/core/httpcli/format_request.h",
498 "src/core/httpcli/httpcli.h",
499 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -0700500 "src/core/iomgr/closure.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700501 "src/core/iomgr/endpoint.h",
502 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -0700503 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700504 "src/core/iomgr/executor.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700505 "src/core/iomgr/fd_posix.h",
506 "src/core/iomgr/iocp_windows.h",
507 "src/core/iomgr/iomgr.h",
508 "src/core/iomgr/iomgr_internal.h",
509 "src/core/iomgr/iomgr_posix.h",
510 "src/core/iomgr/pollset.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700511 "src/core/iomgr/pollset_posix.h",
Jorge Canizalesfe8ad732015-06-20 19:53:59 -0700512 "src/core/iomgr/pollset_set.h",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700513 "src/core/iomgr/pollset_set_posix.h",
514 "src/core/iomgr/pollset_set_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700515 "src/core/iomgr/pollset_windows.h",
516 "src/core/iomgr/resolve_address.h",
517 "src/core/iomgr/sockaddr.h",
518 "src/core/iomgr/sockaddr_posix.h",
519 "src/core/iomgr/sockaddr_utils.h",
520 "src/core/iomgr/sockaddr_win32.h",
521 "src/core/iomgr/socket_utils_posix.h",
522 "src/core/iomgr/socket_windows.h",
523 "src/core/iomgr/tcp_client.h",
524 "src/core/iomgr/tcp_posix.h",
525 "src/core/iomgr/tcp_server.h",
526 "src/core/iomgr/tcp_windows.h",
527 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700528 "src/core/iomgr/timer.h",
529 "src/core/iomgr/timer_heap.h",
530 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -0400531 "src/core/iomgr/udp_server.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700532 "src/core/iomgr/wakeup_fd_pipe.h",
533 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -0700534 "src/core/iomgr/workqueue.h",
535 "src/core/iomgr/workqueue_posix.h",
536 "src/core/iomgr/workqueue_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700537 "src/core/json/json.h",
538 "src/core/json/json_common.h",
539 "src/core/json/json_reader.h",
540 "src/core/json/json_writer.h",
Hongyu Chenbeb580b2015-08-25 16:19:33 -0700541 "src/core/statistics/census_interface.h",
542 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -0700543 "src/core/surface/api_trace.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700544 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -0700545 "src/core/surface/call_test_only.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700546 "src/core/surface/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700547 "src/core/surface/completion_queue.h",
548 "src/core/surface/event_string.h",
549 "src/core/surface/init.h",
550 "src/core/surface/server.h",
551 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800552 "src/core/transport/byte_stream.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700553 "src/core/transport/chttp2/alpn.h",
554 "src/core/transport/chttp2/bin_encoder.h",
555 "src/core/transport/chttp2/frame.h",
556 "src/core/transport/chttp2/frame_data.h",
557 "src/core/transport/chttp2/frame_goaway.h",
558 "src/core/transport/chttp2/frame_ping.h",
559 "src/core/transport/chttp2/frame_rst_stream.h",
560 "src/core/transport/chttp2/frame_settings.h",
561 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800562 "src/core/transport/chttp2/hpack_encoder.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700563 "src/core/transport/chttp2/hpack_parser.h",
564 "src/core/transport/chttp2/hpack_table.h",
565 "src/core/transport/chttp2/http2_errors.h",
566 "src/core/transport/chttp2/huffsyms.h",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700567 "src/core/transport/chttp2/incoming_metadata.h",
Craig Tiller41527062015-06-12 07:51:05 -0700568 "src/core/transport/chttp2/internal.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700569 "src/core/transport/chttp2/status_conversion.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700570 "src/core/transport/chttp2/stream_map.h",
571 "src/core/transport/chttp2/timeout_encoding.h",
572 "src/core/transport/chttp2/varint.h",
573 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700574 "src/core/transport/connectivity_state.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700575 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -0800576 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -0800577 "src/core/transport/static_metadata.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700578 "src/core/transport/transport.h",
579 "src/core/transport/transport_impl.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -0700580 "src/core/census/aggregation.h",
Alistair Veitch9a099822015-08-27 13:16:00 -0700581 "src/core/census/rpc_metric_id.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700582 "src/core/surface/init_unsecure.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100583 "src/core/profiling/basic_timers.c",
584 "src/core/profiling/stap_timers.c",
585 "src/core/support/alloc.c",
586 "src/core/support/avl.c",
587 "src/core/support/cmdline.c",
588 "src/core/support/cpu_iphone.c",
589 "src/core/support/cpu_linux.c",
590 "src/core/support/cpu_posix.c",
591 "src/core/support/cpu_windows.c",
592 "src/core/support/env_linux.c",
593 "src/core/support/env_posix.c",
594 "src/core/support/env_win32.c",
595 "src/core/support/file.c",
596 "src/core/support/file_posix.c",
597 "src/core/support/file_win32.c",
598 "src/core/support/histogram.c",
599 "src/core/support/host_port.c",
600 "src/core/support/log.c",
601 "src/core/support/log_android.c",
602 "src/core/support/log_linux.c",
603 "src/core/support/log_posix.c",
604 "src/core/support/log_win32.c",
605 "src/core/support/murmur_hash.c",
606 "src/core/support/slice.c",
607 "src/core/support/slice_buffer.c",
608 "src/core/support/stack_lockfree.c",
609 "src/core/support/string.c",
610 "src/core/support/string_posix.c",
611 "src/core/support/string_win32.c",
612 "src/core/support/subprocess_posix.c",
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +0100613 "src/core/support/subprocess_windows.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100614 "src/core/support/sync.c",
615 "src/core/support/sync_posix.c",
616 "src/core/support/sync_win32.c",
617 "src/core/support/thd.c",
618 "src/core/support/thd_posix.c",
619 "src/core/support/thd_win32.c",
620 "src/core/support/time.c",
621 "src/core/support/time_posix.c",
622 "src/core/support/time_precise.c",
623 "src/core/support/time_win32.c",
624 "src/core/support/tls_pthread.c",
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100625 "src/core/support/wrap_memcpy.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700626 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -0700627 "src/core/census/grpc_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700628 "src/core/channel/channel_args.c",
629 "src/core/channel/channel_stack.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700630 "src/core/channel/client_channel.c",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700631 "src/core/channel/client_uchannel.c",
David Garcia Quintas55b4ea12015-06-16 14:27:32 -0700632 "src/core/channel/compress_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700633 "src/core/channel/connected_channel.c",
634 "src/core/channel/http_client_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700635 "src/core/channel/http_server_filter.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800636 "src/core/channel/subchannel_call_holder.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700637 "src/core/client_config/client_config.c",
Craig Tiller91624662015-06-25 16:31:02 -0700638 "src/core/client_config/connector.c",
yang-ga6124122015-11-05 22:36:20 -0800639 "src/core/client_config/default_initial_connect_string.c",
640 "src/core/client_config/initial_connect_string.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700641 "src/core/client_config/lb_policies/pick_first.c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700642 "src/core/client_config/lb_policies/round_robin.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700643 "src/core/client_config/lb_policy.c",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700644 "src/core/client_config/lb_policy_factory.c",
645 "src/core/client_config/lb_policy_registry.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700646 "src/core/client_config/resolver.c",
Craig Tiller7df28a72015-06-24 09:23:52 -0700647 "src/core/client_config/resolver_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700648 "src/core/client_config/resolver_registry.c",
649 "src/core/client_config/resolvers/dns_resolver.c",
Craig Tiller698d00c2015-07-20 12:32:58 -0700650 "src/core/client_config/resolvers/sockaddr_resolver.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700651 "src/core/client_config/subchannel.c",
652 "src/core/client_config/subchannel_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700653 "src/core/client_config/uri_parser.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700654 "src/core/compression/algorithm.c",
655 "src/core/compression/message_compress.c",
656 "src/core/debug/trace.c",
Craig Tillerf53d9c82015-08-04 14:19:43 -0700657 "src/core/httpcli/format_request.c",
658 "src/core/httpcli/httpcli.c",
659 "src/core/httpcli/parser.c",
Craig Tiller298751c2015-09-22 09:41:05 -0700660 "src/core/iomgr/closure.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700661 "src/core/iomgr/endpoint.c",
662 "src/core/iomgr/endpoint_pair_posix.c",
Craig Tillerd180e032015-04-13 10:10:07 -0700663 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -0700664 "src/core/iomgr/exec_ctx.c",
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700665 "src/core/iomgr/executor.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700666 "src/core/iomgr/fd_posix.c",
667 "src/core/iomgr/iocp_windows.c",
668 "src/core/iomgr/iomgr.c",
669 "src/core/iomgr/iomgr_posix.c",
670 "src/core/iomgr/iomgr_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700671 "src/core/iomgr/pollset_multipoller_with_epoll.c",
672 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
673 "src/core/iomgr/pollset_posix.c",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700674 "src/core/iomgr/pollset_set_posix.c",
675 "src/core/iomgr/pollset_set_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700676 "src/core/iomgr/pollset_windows.c",
677 "src/core/iomgr/resolve_address_posix.c",
678 "src/core/iomgr/resolve_address_windows.c",
679 "src/core/iomgr/sockaddr_utils.c",
680 "src/core/iomgr/socket_utils_common_posix.c",
681 "src/core/iomgr/socket_utils_linux.c",
682 "src/core/iomgr/socket_utils_posix.c",
683 "src/core/iomgr/socket_windows.c",
684 "src/core/iomgr/tcp_client_posix.c",
685 "src/core/iomgr/tcp_client_windows.c",
686 "src/core/iomgr/tcp_posix.c",
687 "src/core/iomgr/tcp_server_posix.c",
688 "src/core/iomgr/tcp_server_windows.c",
689 "src/core/iomgr/tcp_windows.c",
690 "src/core/iomgr/time_averaged_stats.c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700691 "src/core/iomgr/timer.c",
692 "src/core/iomgr/timer_heap.c",
Robbie Shade69535292015-07-10 14:27:34 -0400693 "src/core/iomgr/udp_server.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700694 "src/core/iomgr/wakeup_fd_eventfd.c",
695 "src/core/iomgr/wakeup_fd_nospecial.c",
696 "src/core/iomgr/wakeup_fd_pipe.c",
697 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tiller73b66062015-09-09 09:34:46 -0700698 "src/core/iomgr/workqueue_posix.c",
699 "src/core/iomgr/workqueue_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700700 "src/core/json/json.c",
701 "src/core/json/json_reader.c",
702 "src/core/json/json_string.c",
703 "src/core/json/json_writer.c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800704 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -0700705 "src/core/surface/api_trace.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700706 "src/core/surface/byte_buffer.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700707 "src/core/surface/byte_buffer_reader.c",
708 "src/core/surface/call.c",
709 "src/core/surface/call_details.c",
710 "src/core/surface/call_log_batch.c",
711 "src/core/surface/channel.c",
Craig Tiller48cb07c2015-07-15 16:16:15 -0700712 "src/core/surface/channel_connectivity.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700713 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -0800714 "src/core/surface/channel_ping.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700715 "src/core/surface/completion_queue.c",
716 "src/core/surface/event_string.c",
717 "src/core/surface/init.c",
718 "src/core/surface/lame_client.c",
719 "src/core/surface/metadata_array.c",
720 "src/core/surface/server.c",
721 "src/core/surface/server_chttp2.c",
722 "src/core/surface/server_create.c",
murgatroid99c3910ca2016-01-06 13:14:23 -0800723 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -0700724 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800725 "src/core/transport/byte_stream.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700726 "src/core/transport/chttp2/alpn.c",
727 "src/core/transport/chttp2/bin_encoder.c",
728 "src/core/transport/chttp2/frame_data.c",
729 "src/core/transport/chttp2/frame_goaway.c",
730 "src/core/transport/chttp2/frame_ping.c",
731 "src/core/transport/chttp2/frame_rst_stream.c",
732 "src/core/transport/chttp2/frame_settings.c",
733 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800734 "src/core/transport/chttp2/hpack_encoder.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700735 "src/core/transport/chttp2/hpack_parser.c",
736 "src/core/transport/chttp2/hpack_table.c",
737 "src/core/transport/chttp2/huffsyms.c",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700738 "src/core/transport/chttp2/incoming_metadata.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700739 "src/core/transport/chttp2/parsing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700740 "src/core/transport/chttp2/status_conversion.c",
Craig Tiller6459db42015-06-15 17:11:45 -0700741 "src/core/transport/chttp2/stream_lists.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700742 "src/core/transport/chttp2/stream_map.c",
743 "src/core/transport/chttp2/timeout_encoding.c",
744 "src/core/transport/chttp2/varint.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700745 "src/core/transport/chttp2/writing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700746 "src/core/transport/chttp2_transport.c",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700747 "src/core/transport/connectivity_state.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700748 "src/core/transport/metadata.c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800749 "src/core/transport/metadata_batch.c",
Craig Tiller2e7687c2015-11-18 14:56:46 -0800750 "src/core/transport/static_metadata.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700751 "src/core/transport/transport.c",
Craig Tiller83f88d92015-04-21 16:02:05 -0700752 "src/core/transport/transport_op_string.c",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700753 "src/core/census/context.c",
754 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -0700755 "src/core/census/operation.c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800756 "src/core/census/placeholders.c",
Alistair Veitch0383d492015-07-26 15:29:00 -0700757 "src/core/census/tracing.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700758 ],
759 hdrs = [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100760 "include/grpc/support/alloc.h",
761 "include/grpc/support/atm.h",
762 "include/grpc/support/atm_gcc_atomic.h",
763 "include/grpc/support/atm_gcc_sync.h",
764 "include/grpc/support/atm_win32.h",
765 "include/grpc/support/avl.h",
766 "include/grpc/support/cmdline.h",
767 "include/grpc/support/cpu.h",
768 "include/grpc/support/histogram.h",
769 "include/grpc/support/host_port.h",
770 "include/grpc/support/log.h",
771 "include/grpc/support/log_win32.h",
772 "include/grpc/support/port_platform.h",
773 "include/grpc/support/slice.h",
774 "include/grpc/support/slice_buffer.h",
775 "include/grpc/support/string_util.h",
776 "include/grpc/support/subprocess.h",
777 "include/grpc/support/sync.h",
778 "include/grpc/support/sync_generic.h",
779 "include/grpc/support/sync_posix.h",
780 "include/grpc/support/sync_win32.h",
781 "include/grpc/support/thd.h",
782 "include/grpc/support/time.h",
783 "include/grpc/support/tls.h",
784 "include/grpc/support/tls_gcc.h",
785 "include/grpc/support/tls_msvc.h",
786 "include/grpc/support/tls_pthread.h",
787 "include/grpc/support/useful.h",
788 "include/grpc/impl/codegen/alloc.h",
789 "include/grpc/impl/codegen/atm.h",
790 "include/grpc/impl/codegen/atm_gcc_atomic.h",
791 "include/grpc/impl/codegen/atm_gcc_sync.h",
792 "include/grpc/impl/codegen/atm_win32.h",
793 "include/grpc/impl/codegen/byte_buffer.h",
794 "include/grpc/impl/codegen/compression_types.h",
795 "include/grpc/impl/codegen/connectivity_state.h",
796 "include/grpc/impl/codegen/grpc_types.h",
797 "include/grpc/impl/codegen/log.h",
798 "include/grpc/impl/codegen/port_platform.h",
799 "include/grpc/impl/codegen/propagation_bits.h",
800 "include/grpc/impl/codegen/slice.h",
801 "include/grpc/impl/codegen/slice_buffer.h",
802 "include/grpc/impl/codegen/status.h",
803 "include/grpc/impl/codegen/sync.h",
804 "include/grpc/impl/codegen/sync_generic.h",
805 "include/grpc/impl/codegen/sync_posix.h",
806 "include/grpc/impl/codegen/sync_win32.h",
807 "include/grpc/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700808 "include/grpc/byte_buffer.h",
809 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700810 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700811 "include/grpc/grpc.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700812 "include/grpc/status.h",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700813 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700814 ],
815 includes = [
816 "include",
817 ".",
818 ],
819 deps = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700820 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800821 copts = [
822 "-std=gnu99",
823 ],
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700824)
825
826
827cc_library(
Hongwei Wangda8858f2015-07-16 16:18:19 -0700828 name = "grpc_zookeeper",
829 srcs = [
830 "src/core/client_config/resolvers/zookeeper_resolver.h",
831 "src/core/client_config/resolvers/zookeeper_resolver.c",
832 ],
833 hdrs = [
Hongwei Wanga3780a82015-07-17 15:27:18 -0700834 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -0700835 ],
836 includes = [
837 "include",
838 ".",
839 ],
840 deps = [
Hongwei Wangda8858f2015-07-16 16:18:19 -0700841 ":grpc",
842 ],
843)
844
845
846cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700847 name = "grpc++",
848 srcs = [
849 "src/cpp/client/secure_credentials.h",
yang-g3abe60b2015-07-06 14:00:36 -0700850 "src/cpp/common/secure_auth_context.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700851 "src/cpp/server/secure_server_credentials.h",
yang-gc317f072015-08-20 12:18:08 -0700852 "src/cpp/client/create_channel_internal.h",
yang-g3abe60b2015-07-06 14:00:36 -0700853 "src/cpp/common/create_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -0700854 "src/cpp/server/dynamic_thread_pool.h",
855 "src/cpp/server/fixed_size_thread_pool.h",
856 "src/cpp/server/thread_pool_interface.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700857 "src/cpp/client/secure_credentials.cc",
yang-g7ef72322015-07-16 21:00:51 -0700858 "src/cpp/common/auth_property_iterator.cc",
yang-g3abe60b2015-07-06 14:00:36 -0700859 "src/cpp/common/secure_auth_context.cc",
yang-g52705592015-11-25 11:45:33 -0800860 "src/cpp/common/secure_channel_arguments.cc",
yang-g3abe60b2015-07-06 14:00:36 -0700861 "src/cpp/common/secure_create_auth_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700862 "src/cpp/server/secure_server_credentials.cc",
863 "src/cpp/client/channel.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700864 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700865 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -0700866 "src/cpp/client/create_channel_internal.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700867 "src/cpp/client/credentials.cc",
868 "src/cpp/client/generic_stub.cc",
869 "src/cpp/client/insecure_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700870 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -0800871 "src/cpp/common/channel_arguments.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700872 "src/cpp/common/completion_queue.cc",
873 "src/cpp/common/rpc_method.cc",
874 "src/cpp/proto/proto_utils.cc",
875 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -0700876 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -0700877 "src/cpp/server/dynamic_thread_pool.cc",
vjpaia2e1bb12015-07-15 16:49:49 -0700878 "src/cpp/server/fixed_size_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700879 "src/cpp/server/insecure_server_credentials.cc",
880 "src/cpp/server/server.cc",
881 "src/cpp/server/server_builder.cc",
882 "src/cpp/server/server_context.cc",
883 "src/cpp/server/server_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700884 "src/cpp/util/byte_buffer.cc",
885 "src/cpp/util/slice.cc",
886 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -0700887 "src/cpp/util/string_ref.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700888 "src/cpp/util/time.cc",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800889 "src/cpp/codegen/grpc_library.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700890 ],
891 hdrs = [
yang-g8c2be9f2015-08-19 16:28:09 -0700892 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700893 "include/grpc++/client_context.h",
894 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700895 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700896 "include/grpc++/generic/async_generic_service.h",
897 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -0700898 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700899 "include/grpc++/impl/call.h",
900 "include/grpc++/impl/client_unary_call.h",
Yang Gao96de4842015-04-24 13:13:12 -0700901 "include/grpc++/impl/grpc_library.h",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800902 "include/grpc++/impl/method_handler_impl.h",
yang-gadfed032015-06-23 13:01:22 -0700903 "include/grpc++/impl/proto_utils.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700904 "include/grpc++/impl/rpc_method.h",
905 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -0700906 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -0800907 "include/grpc++/impl/server_builder_option.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700908 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +0200909 "include/grpc++/impl/sync.h",
910 "include/grpc++/impl/sync_cxx11.h",
911 "include/grpc++/impl/sync_no_cxx11.h",
912 "include/grpc++/impl/thd.h",
913 "include/grpc++/impl/thd_cxx11.h",
914 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -0700915 "include/grpc++/security/auth_context.h",
916 "include/grpc++/security/auth_metadata_processor.h",
917 "include/grpc++/security/credentials.h",
918 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700919 "include/grpc++/server.h",
920 "include/grpc++/server_builder.h",
921 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -0700922 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700923 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700924 "include/grpc++/support/byte_buffer.h",
925 "include/grpc++/support/channel_arguments.h",
926 "include/grpc++/support/config.h",
927 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700928 "include/grpc++/support/slice.h",
929 "include/grpc++/support/status.h",
930 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -0700931 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700932 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -0700933 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700934 "include/grpc++/support/time.h",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800935 "include/grpc++/impl/codegen/async_stream.h",
936 "include/grpc++/impl/codegen/async_unary_call.h",
937 "include/grpc++/impl/codegen/call.h",
938 "include/grpc++/impl/codegen/call_hook.h",
939 "include/grpc++/impl/codegen/channel_interface.h",
940 "include/grpc++/impl/codegen/client_context.h",
941 "include/grpc++/impl/codegen/client_unary_call.h",
942 "include/grpc++/impl/codegen/completion_queue.h",
943 "include/grpc++/impl/codegen/completion_queue_tag.h",
944 "include/grpc++/impl/codegen/config.h",
945 "include/grpc++/impl/codegen/config_protobuf.h",
946 "include/grpc++/impl/codegen/grpc_library.h",
947 "include/grpc++/impl/codegen/method_handler_impl.h",
948 "include/grpc++/impl/codegen/proto_utils.h",
949 "include/grpc++/impl/codegen/rpc_method.h",
950 "include/grpc++/impl/codegen/rpc_service_method.h",
951 "include/grpc++/impl/codegen/security/auth_context.h",
952 "include/grpc++/impl/codegen/serialization_traits.h",
953 "include/grpc++/impl/codegen/server_context.h",
954 "include/grpc++/impl/codegen/server_interface.h",
955 "include/grpc++/impl/codegen/service_type.h",
956 "include/grpc++/impl/codegen/status.h",
957 "include/grpc++/impl/codegen/status_code_enum.h",
958 "include/grpc++/impl/codegen/string_ref.h",
959 "include/grpc++/impl/codegen/stub_options.h",
960 "include/grpc++/impl/codegen/sync.h",
961 "include/grpc++/impl/codegen/sync_cxx11.h",
962 "include/grpc++/impl/codegen/sync_no_cxx11.h",
963 "include/grpc++/impl/codegen/sync_stream.h",
964 "include/grpc++/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700965 ],
966 includes = [
967 "include",
968 ".",
969 ],
970 deps = [
Craig Tiller02a7bed2015-08-31 15:54:05 -0700971 "//external:libssl",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700972 "//external:protobuf_clib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700973 ":grpc",
974 ],
975)
976
977
978cc_library(
979 name = "grpc++_unsecure",
980 srcs = [
yang-gc317f072015-08-20 12:18:08 -0700981 "src/cpp/client/create_channel_internal.h",
yang-g3abe60b2015-07-06 14:00:36 -0700982 "src/cpp/common/create_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -0700983 "src/cpp/server/dynamic_thread_pool.h",
984 "src/cpp/server/fixed_size_thread_pool.h",
985 "src/cpp/server/thread_pool_interface.h",
yang-g3abe60b2015-07-06 14:00:36 -0700986 "src/cpp/common/insecure_create_auth_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700987 "src/cpp/client/channel.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700988 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700989 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -0700990 "src/cpp/client/create_channel_internal.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700991 "src/cpp/client/credentials.cc",
992 "src/cpp/client/generic_stub.cc",
993 "src/cpp/client/insecure_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700994 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -0800995 "src/cpp/common/channel_arguments.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700996 "src/cpp/common/completion_queue.cc",
997 "src/cpp/common/rpc_method.cc",
998 "src/cpp/proto/proto_utils.cc",
999 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -07001000 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07001001 "src/cpp/server/dynamic_thread_pool.cc",
vjpaia2e1bb12015-07-15 16:49:49 -07001002 "src/cpp/server/fixed_size_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001003 "src/cpp/server/insecure_server_credentials.cc",
1004 "src/cpp/server/server.cc",
1005 "src/cpp/server/server_builder.cc",
1006 "src/cpp/server/server_context.cc",
1007 "src/cpp/server/server_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001008 "src/cpp/util/byte_buffer.cc",
1009 "src/cpp/util/slice.cc",
1010 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001011 "src/cpp/util/string_ref.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001012 "src/cpp/util/time.cc",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001013 "src/cpp/codegen/grpc_library.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001014 ],
1015 hdrs = [
yang-g8c2be9f2015-08-19 16:28:09 -07001016 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001017 "include/grpc++/client_context.h",
1018 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001019 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001020 "include/grpc++/generic/async_generic_service.h",
1021 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07001022 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001023 "include/grpc++/impl/call.h",
1024 "include/grpc++/impl/client_unary_call.h",
Yang Gao96de4842015-04-24 13:13:12 -07001025 "include/grpc++/impl/grpc_library.h",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001026 "include/grpc++/impl/method_handler_impl.h",
yang-gadfed032015-06-23 13:01:22 -07001027 "include/grpc++/impl/proto_utils.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001028 "include/grpc++/impl/rpc_method.h",
1029 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -07001030 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08001031 "include/grpc++/impl/server_builder_option.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001032 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +02001033 "include/grpc++/impl/sync.h",
1034 "include/grpc++/impl/sync_cxx11.h",
1035 "include/grpc++/impl/sync_no_cxx11.h",
1036 "include/grpc++/impl/thd.h",
1037 "include/grpc++/impl/thd_cxx11.h",
1038 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07001039 "include/grpc++/security/auth_context.h",
1040 "include/grpc++/security/auth_metadata_processor.h",
1041 "include/grpc++/security/credentials.h",
1042 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001043 "include/grpc++/server.h",
1044 "include/grpc++/server_builder.h",
1045 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07001046 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001047 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001048 "include/grpc++/support/byte_buffer.h",
1049 "include/grpc++/support/channel_arguments.h",
1050 "include/grpc++/support/config.h",
1051 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001052 "include/grpc++/support/slice.h",
1053 "include/grpc++/support/status.h",
1054 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001055 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001056 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07001057 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001058 "include/grpc++/support/time.h",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001059 "include/grpc++/impl/codegen/async_stream.h",
1060 "include/grpc++/impl/codegen/async_unary_call.h",
1061 "include/grpc++/impl/codegen/call.h",
1062 "include/grpc++/impl/codegen/call_hook.h",
1063 "include/grpc++/impl/codegen/channel_interface.h",
1064 "include/grpc++/impl/codegen/client_context.h",
1065 "include/grpc++/impl/codegen/client_unary_call.h",
1066 "include/grpc++/impl/codegen/completion_queue.h",
1067 "include/grpc++/impl/codegen/completion_queue_tag.h",
1068 "include/grpc++/impl/codegen/config.h",
1069 "include/grpc++/impl/codegen/config_protobuf.h",
1070 "include/grpc++/impl/codegen/grpc_library.h",
1071 "include/grpc++/impl/codegen/method_handler_impl.h",
1072 "include/grpc++/impl/codegen/proto_utils.h",
1073 "include/grpc++/impl/codegen/rpc_method.h",
1074 "include/grpc++/impl/codegen/rpc_service_method.h",
1075 "include/grpc++/impl/codegen/security/auth_context.h",
1076 "include/grpc++/impl/codegen/serialization_traits.h",
1077 "include/grpc++/impl/codegen/server_context.h",
1078 "include/grpc++/impl/codegen/server_interface.h",
1079 "include/grpc++/impl/codegen/service_type.h",
1080 "include/grpc++/impl/codegen/status.h",
1081 "include/grpc++/impl/codegen/status_code_enum.h",
1082 "include/grpc++/impl/codegen/string_ref.h",
1083 "include/grpc++/impl/codegen/stub_options.h",
1084 "include/grpc++/impl/codegen/sync.h",
1085 "include/grpc++/impl/codegen/sync_cxx11.h",
1086 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1087 "include/grpc++/impl/codegen/sync_stream.h",
1088 "include/grpc++/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001089 ],
1090 includes = [
1091 "include",
1092 ".",
1093 ],
1094 deps = [
1095 "//external:protobuf_clib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001096 ":grpc_unsecure",
1097 ],
1098)
1099
1100
1101cc_library(
1102 name = "grpc_plugin_support",
1103 srcs = [
yang-g9d1f0c42015-08-24 16:08:36 -07001104 "include/grpc++/support/config.h",
1105 "include/grpc++/support/config_protobuf.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001106 "src/compiler/config.h",
1107 "src/compiler/cpp_generator.h",
1108 "src/compiler/cpp_generator_helpers.h",
Jan Tattermusch2d924952015-05-06 10:23:17 -07001109 "src/compiler/csharp_generator.h",
1110 "src/compiler/csharp_generator_helpers.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001111 "src/compiler/generator_helpers.h",
1112 "src/compiler/objective_c_generator.h",
1113 "src/compiler/objective_c_generator_helpers.h",
1114 "src/compiler/python_generator.h",
1115 "src/compiler/ruby_generator.h",
1116 "src/compiler/ruby_generator_helpers-inl.h",
1117 "src/compiler/ruby_generator_map-inl.h",
1118 "src/compiler/ruby_generator_string-inl.h",
1119 "src/compiler/cpp_generator.cc",
Jan Tattermusch2d924952015-05-06 10:23:17 -07001120 "src/compiler/csharp_generator.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001121 "src/compiler/objective_c_generator.cc",
1122 "src/compiler/python_generator.cc",
1123 "src/compiler/ruby_generator.cc",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001124 "src/cpp/codegen/grpc_library.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001125 ],
1126 hdrs = [
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001127 "include/grpc++/impl/codegen/async_stream.h",
1128 "include/grpc++/impl/codegen/async_unary_call.h",
1129 "include/grpc++/impl/codegen/call.h",
1130 "include/grpc++/impl/codegen/call_hook.h",
1131 "include/grpc++/impl/codegen/channel_interface.h",
1132 "include/grpc++/impl/codegen/client_context.h",
1133 "include/grpc++/impl/codegen/client_unary_call.h",
1134 "include/grpc++/impl/codegen/completion_queue.h",
1135 "include/grpc++/impl/codegen/completion_queue_tag.h",
1136 "include/grpc++/impl/codegen/config.h",
1137 "include/grpc++/impl/codegen/config_protobuf.h",
1138 "include/grpc++/impl/codegen/grpc_library.h",
1139 "include/grpc++/impl/codegen/method_handler_impl.h",
1140 "include/grpc++/impl/codegen/proto_utils.h",
1141 "include/grpc++/impl/codegen/rpc_method.h",
1142 "include/grpc++/impl/codegen/rpc_service_method.h",
1143 "include/grpc++/impl/codegen/security/auth_context.h",
1144 "include/grpc++/impl/codegen/serialization_traits.h",
1145 "include/grpc++/impl/codegen/server_context.h",
1146 "include/grpc++/impl/codegen/server_interface.h",
1147 "include/grpc++/impl/codegen/service_type.h",
1148 "include/grpc++/impl/codegen/status.h",
1149 "include/grpc++/impl/codegen/status_code_enum.h",
1150 "include/grpc++/impl/codegen/string_ref.h",
1151 "include/grpc++/impl/codegen/stub_options.h",
1152 "include/grpc++/impl/codegen/sync.h",
1153 "include/grpc++/impl/codegen/sync_cxx11.h",
1154 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1155 "include/grpc++/impl/codegen/sync_stream.h",
1156 "include/grpc++/impl/codegen/time.h",
1157 "include/grpc/impl/codegen/alloc.h",
1158 "include/grpc/impl/codegen/atm.h",
1159 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1160 "include/grpc/impl/codegen/atm_gcc_sync.h",
1161 "include/grpc/impl/codegen/atm_win32.h",
1162 "include/grpc/impl/codegen/byte_buffer.h",
1163 "include/grpc/impl/codegen/compression_types.h",
1164 "include/grpc/impl/codegen/connectivity_state.h",
1165 "include/grpc/impl/codegen/grpc_types.h",
1166 "include/grpc/impl/codegen/log.h",
1167 "include/grpc/impl/codegen/port_platform.h",
1168 "include/grpc/impl/codegen/propagation_bits.h",
1169 "include/grpc/impl/codegen/slice.h",
1170 "include/grpc/impl/codegen/slice_buffer.h",
1171 "include/grpc/impl/codegen/status.h",
1172 "include/grpc/impl/codegen/sync.h",
1173 "include/grpc/impl/codegen/sync_generic.h",
1174 "include/grpc/impl/codegen/sync_posix.h",
1175 "include/grpc/impl/codegen/sync_win32.h",
1176 "include/grpc/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001177 ],
1178 includes = [
1179 "include",
1180 ".",
1181 ],
1182 deps = [
1183 "//external:protobuf_compiler",
1184 ],
1185)
1186
1187
1188cc_library(
1189 name = "grpc_csharp_ext",
1190 srcs = [
1191 "src/csharp/ext/grpc_csharp_ext.c",
1192 ],
1193 hdrs = [
1194 ],
1195 includes = [
1196 "include",
1197 ".",
1198 ],
1199 deps = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001200 ":grpc",
1201 ],
1202)
1203
1204
1205
Jorge Canizales140bca82015-06-20 09:47:00 -07001206objc_library(
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001207 name = "grpc_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07001208 srcs = [
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001209 "src/core/httpcli/httpcli_security_connector.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001210 "src/core/security/base64.c",
1211 "src/core/security/client_auth_filter.c",
1212 "src/core/security/credentials.c",
1213 "src/core/security/credentials_metadata.c",
1214 "src/core/security/credentials_posix.c",
1215 "src/core/security/credentials_win32.c",
1216 "src/core/security/google_default_credentials.c",
Julien Boeuf87047d72015-08-21 14:30:33 -07001217 "src/core/security/handshake.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001218 "src/core/security/json_token.c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02001219 "src/core/security/jwt_verifier.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001220 "src/core/security/secure_endpoint.c",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001221 "src/core/security/security_connector.c",
1222 "src/core/security/security_context.c",
1223 "src/core/security/server_auth_filter.c",
1224 "src/core/security/server_secure_chttp2.c",
1225 "src/core/surface/init_secure.c",
1226 "src/core/surface/secure_channel_create.c",
1227 "src/core/tsi/fake_transport_security.c",
1228 "src/core/tsi/ssl_transport_security.c",
1229 "src/core/tsi/transport_security.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001230 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07001231 "src/core/census/grpc_filter.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001232 "src/core/channel/channel_args.c",
1233 "src/core/channel/channel_stack.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001234 "src/core/channel/client_channel.c",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07001235 "src/core/channel/client_uchannel.c",
David Garcia Quintas8a187092015-07-01 14:52:44 -07001236 "src/core/channel/compress_filter.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001237 "src/core/channel/connected_channel.c",
1238 "src/core/channel/http_client_filter.c",
1239 "src/core/channel/http_server_filter.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001240 "src/core/channel/subchannel_call_holder.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001241 "src/core/client_config/client_config.c",
1242 "src/core/client_config/connector.c",
yang-ga6124122015-11-05 22:36:20 -08001243 "src/core/client_config/default_initial_connect_string.c",
1244 "src/core/client_config/initial_connect_string.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001245 "src/core/client_config/lb_policies/pick_first.c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001246 "src/core/client_config/lb_policies/round_robin.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001247 "src/core/client_config/lb_policy.c",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07001248 "src/core/client_config/lb_policy_factory.c",
1249 "src/core/client_config/lb_policy_registry.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001250 "src/core/client_config/resolver.c",
1251 "src/core/client_config/resolver_factory.c",
1252 "src/core/client_config/resolver_registry.c",
1253 "src/core/client_config/resolvers/dns_resolver.c",
Craig Tiller698d00c2015-07-20 12:32:58 -07001254 "src/core/client_config/resolvers/sockaddr_resolver.c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001255 "src/core/client_config/subchannel.c",
1256 "src/core/client_config/subchannel_factory.c",
1257 "src/core/client_config/uri_parser.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001258 "src/core/compression/algorithm.c",
1259 "src/core/compression/message_compress.c",
1260 "src/core/debug/trace.c",
Craig Tillerf53d9c82015-08-04 14:19:43 -07001261 "src/core/httpcli/format_request.c",
1262 "src/core/httpcli/httpcli.c",
1263 "src/core/httpcli/parser.c",
Craig Tiller298751c2015-09-22 09:41:05 -07001264 "src/core/iomgr/closure.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001265 "src/core/iomgr/endpoint.c",
1266 "src/core/iomgr/endpoint_pair_posix.c",
1267 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07001268 "src/core/iomgr/exec_ctx.c",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07001269 "src/core/iomgr/executor.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001270 "src/core/iomgr/fd_posix.c",
1271 "src/core/iomgr/iocp_windows.c",
1272 "src/core/iomgr/iomgr.c",
1273 "src/core/iomgr/iomgr_posix.c",
1274 "src/core/iomgr/iomgr_windows.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001275 "src/core/iomgr/pollset_multipoller_with_epoll.c",
1276 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
1277 "src/core/iomgr/pollset_posix.c",
1278 "src/core/iomgr/pollset_set_posix.c",
1279 "src/core/iomgr/pollset_set_windows.c",
1280 "src/core/iomgr/pollset_windows.c",
1281 "src/core/iomgr/resolve_address_posix.c",
1282 "src/core/iomgr/resolve_address_windows.c",
1283 "src/core/iomgr/sockaddr_utils.c",
1284 "src/core/iomgr/socket_utils_common_posix.c",
1285 "src/core/iomgr/socket_utils_linux.c",
1286 "src/core/iomgr/socket_utils_posix.c",
1287 "src/core/iomgr/socket_windows.c",
1288 "src/core/iomgr/tcp_client_posix.c",
1289 "src/core/iomgr/tcp_client_windows.c",
1290 "src/core/iomgr/tcp_posix.c",
1291 "src/core/iomgr/tcp_server_posix.c",
1292 "src/core/iomgr/tcp_server_windows.c",
1293 "src/core/iomgr/tcp_windows.c",
1294 "src/core/iomgr/time_averaged_stats.c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001295 "src/core/iomgr/timer.c",
1296 "src/core/iomgr/timer_heap.c",
Robbie Shade69535292015-07-10 14:27:34 -04001297 "src/core/iomgr/udp_server.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001298 "src/core/iomgr/wakeup_fd_eventfd.c",
1299 "src/core/iomgr/wakeup_fd_nospecial.c",
1300 "src/core/iomgr/wakeup_fd_pipe.c",
1301 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tiller73b66062015-09-09 09:34:46 -07001302 "src/core/iomgr/workqueue_posix.c",
1303 "src/core/iomgr/workqueue_windows.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001304 "src/core/json/json.c",
1305 "src/core/json/json_reader.c",
1306 "src/core/json/json_string.c",
1307 "src/core/json/json_writer.c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001308 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07001309 "src/core/surface/api_trace.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001310 "src/core/surface/byte_buffer.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001311 "src/core/surface/byte_buffer_reader.c",
1312 "src/core/surface/call.c",
1313 "src/core/surface/call_details.c",
1314 "src/core/surface/call_log_batch.c",
1315 "src/core/surface/channel.c",
Craig Tiller48cb07c2015-07-15 16:16:15 -07001316 "src/core/surface/channel_connectivity.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001317 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -08001318 "src/core/surface/channel_ping.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001319 "src/core/surface/completion_queue.c",
1320 "src/core/surface/event_string.c",
1321 "src/core/surface/init.c",
1322 "src/core/surface/lame_client.c",
1323 "src/core/surface/metadata_array.c",
1324 "src/core/surface/server.c",
1325 "src/core/surface/server_chttp2.c",
1326 "src/core/surface/server_create.c",
murgatroid99c3910ca2016-01-06 13:14:23 -08001327 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -07001328 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001329 "src/core/transport/byte_stream.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001330 "src/core/transport/chttp2/alpn.c",
1331 "src/core/transport/chttp2/bin_encoder.c",
1332 "src/core/transport/chttp2/frame_data.c",
1333 "src/core/transport/chttp2/frame_goaway.c",
1334 "src/core/transport/chttp2/frame_ping.c",
1335 "src/core/transport/chttp2/frame_rst_stream.c",
1336 "src/core/transport/chttp2/frame_settings.c",
1337 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001338 "src/core/transport/chttp2/hpack_encoder.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001339 "src/core/transport/chttp2/hpack_parser.c",
1340 "src/core/transport/chttp2/hpack_table.c",
1341 "src/core/transport/chttp2/huffsyms.c",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001342 "src/core/transport/chttp2/incoming_metadata.c",
1343 "src/core/transport/chttp2/parsing.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001344 "src/core/transport/chttp2/status_conversion.c",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001345 "src/core/transport/chttp2/stream_lists.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001346 "src/core/transport/chttp2/stream_map.c",
1347 "src/core/transport/chttp2/timeout_encoding.c",
1348 "src/core/transport/chttp2/varint.c",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001349 "src/core/transport/chttp2/writing.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001350 "src/core/transport/chttp2_transport.c",
Craig Tiller08a1cf82015-06-29 09:37:52 -07001351 "src/core/transport/connectivity_state.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001352 "src/core/transport/metadata.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08001353 "src/core/transport/metadata_batch.c",
Craig Tiller2e7687c2015-11-18 14:56:46 -08001354 "src/core/transport/static_metadata.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001355 "src/core/transport/transport.c",
1356 "src/core/transport/transport_op_string.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001357 "src/core/profiling/basic_timers.c",
1358 "src/core/profiling/stap_timers.c",
1359 "src/core/support/alloc.c",
1360 "src/core/support/avl.c",
1361 "src/core/support/cmdline.c",
1362 "src/core/support/cpu_iphone.c",
1363 "src/core/support/cpu_linux.c",
1364 "src/core/support/cpu_posix.c",
1365 "src/core/support/cpu_windows.c",
1366 "src/core/support/env_linux.c",
1367 "src/core/support/env_posix.c",
1368 "src/core/support/env_win32.c",
1369 "src/core/support/file.c",
1370 "src/core/support/file_posix.c",
1371 "src/core/support/file_win32.c",
1372 "src/core/support/histogram.c",
1373 "src/core/support/host_port.c",
1374 "src/core/support/log.c",
1375 "src/core/support/log_android.c",
1376 "src/core/support/log_linux.c",
1377 "src/core/support/log_posix.c",
1378 "src/core/support/log_win32.c",
1379 "src/core/support/murmur_hash.c",
1380 "src/core/support/slice.c",
1381 "src/core/support/slice_buffer.c",
1382 "src/core/support/stack_lockfree.c",
1383 "src/core/support/string.c",
1384 "src/core/support/string_posix.c",
1385 "src/core/support/string_win32.c",
1386 "src/core/support/subprocess_posix.c",
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +01001387 "src/core/support/subprocess_windows.c",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001388 "src/core/support/sync.c",
1389 "src/core/support/sync_posix.c",
1390 "src/core/support/sync_win32.c",
1391 "src/core/support/thd.c",
1392 "src/core/support/thd_posix.c",
1393 "src/core/support/thd_win32.c",
1394 "src/core/support/time.c",
1395 "src/core/support/time_posix.c",
1396 "src/core/support/time_precise.c",
1397 "src/core/support/time_win32.c",
1398 "src/core/support/tls_pthread.c",
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +01001399 "src/core/support/wrap_memcpy.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001400 "src/core/census/context.c",
1401 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07001402 "src/core/census/operation.c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001403 "src/core/census/placeholders.c",
Alistair Veitch0383d492015-07-26 15:29:00 -07001404 "src/core/census/tracing.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001405 ],
1406 hdrs = [
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001407 "include/grpc/grpc_security.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001408 "include/grpc/byte_buffer.h",
1409 "include/grpc/byte_buffer_reader.h",
1410 "include/grpc/compression.h",
1411 "include/grpc/grpc.h",
1412 "include/grpc/status.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001413 "include/grpc/support/alloc.h",
1414 "include/grpc/support/atm.h",
1415 "include/grpc/support/atm_gcc_atomic.h",
1416 "include/grpc/support/atm_gcc_sync.h",
1417 "include/grpc/support/atm_win32.h",
1418 "include/grpc/support/avl.h",
1419 "include/grpc/support/cmdline.h",
1420 "include/grpc/support/cpu.h",
1421 "include/grpc/support/histogram.h",
1422 "include/grpc/support/host_port.h",
1423 "include/grpc/support/log.h",
1424 "include/grpc/support/log_win32.h",
1425 "include/grpc/support/port_platform.h",
1426 "include/grpc/support/slice.h",
1427 "include/grpc/support/slice_buffer.h",
1428 "include/grpc/support/string_util.h",
1429 "include/grpc/support/subprocess.h",
1430 "include/grpc/support/sync.h",
1431 "include/grpc/support/sync_generic.h",
1432 "include/grpc/support/sync_posix.h",
1433 "include/grpc/support/sync_win32.h",
1434 "include/grpc/support/thd.h",
1435 "include/grpc/support/time.h",
1436 "include/grpc/support/tls.h",
1437 "include/grpc/support/tls_gcc.h",
1438 "include/grpc/support/tls_msvc.h",
1439 "include/grpc/support/tls_pthread.h",
1440 "include/grpc/support/useful.h",
1441 "include/grpc/impl/codegen/alloc.h",
1442 "include/grpc/impl/codegen/atm.h",
1443 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1444 "include/grpc/impl/codegen/atm_gcc_sync.h",
1445 "include/grpc/impl/codegen/atm_win32.h",
1446 "include/grpc/impl/codegen/byte_buffer.h",
1447 "include/grpc/impl/codegen/compression_types.h",
1448 "include/grpc/impl/codegen/connectivity_state.h",
1449 "include/grpc/impl/codegen/grpc_types.h",
1450 "include/grpc/impl/codegen/log.h",
1451 "include/grpc/impl/codegen/port_platform.h",
1452 "include/grpc/impl/codegen/propagation_bits.h",
1453 "include/grpc/impl/codegen/slice.h",
1454 "include/grpc/impl/codegen/slice_buffer.h",
1455 "include/grpc/impl/codegen/status.h",
1456 "include/grpc/impl/codegen/sync.h",
1457 "include/grpc/impl/codegen/sync_generic.h",
1458 "include/grpc/impl/codegen/sync_posix.h",
1459 "include/grpc/impl/codegen/sync_win32.h",
1460 "include/grpc/impl/codegen/time.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001461 "include/grpc/census.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001462 "src/core/security/auth_filters.h",
1463 "src/core/security/base64.h",
1464 "src/core/security/credentials.h",
Julien Boeuf87047d72015-08-21 14:30:33 -07001465 "src/core/security/handshake.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001466 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02001467 "src/core/security/jwt_verifier.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001468 "src/core/security/secure_endpoint.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001469 "src/core/security/security_connector.h",
1470 "src/core/security/security_context.h",
1471 "src/core/tsi/fake_transport_security.h",
1472 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08001473 "src/core/tsi/ssl_types.h",
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001474 "src/core/tsi/transport_security.h",
1475 "src/core/tsi/transport_security_interface.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07001476 "src/core/census/grpc_filter.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001477 "src/core/channel/channel_args.h",
1478 "src/core/channel/channel_stack.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001479 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07001480 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07001481 "src/core/channel/compress_filter.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001482 "src/core/channel/connected_channel.h",
1483 "src/core/channel/context.h",
1484 "src/core/channel/http_client_filter.h",
1485 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001486 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001487 "src/core/client_config/client_config.h",
1488 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08001489 "src/core/client_config/initial_connect_string.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001490 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001491 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001492 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07001493 "src/core/client_config/lb_policy_factory.h",
1494 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001495 "src/core/client_config/resolver.h",
1496 "src/core/client_config/resolver_factory.h",
1497 "src/core/client_config/resolver_registry.h",
1498 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07001499 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001500 "src/core/client_config/subchannel.h",
1501 "src/core/client_config/subchannel_factory.h",
1502 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08001503 "src/core/compression/algorithm_metadata.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001504 "src/core/compression/message_compress.h",
1505 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07001506 "src/core/httpcli/format_request.h",
1507 "src/core/httpcli/httpcli.h",
1508 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07001509 "src/core/iomgr/closure.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001510 "src/core/iomgr/endpoint.h",
1511 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07001512 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07001513 "src/core/iomgr/executor.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001514 "src/core/iomgr/fd_posix.h",
1515 "src/core/iomgr/iocp_windows.h",
1516 "src/core/iomgr/iomgr.h",
1517 "src/core/iomgr/iomgr_internal.h",
1518 "src/core/iomgr/iomgr_posix.h",
1519 "src/core/iomgr/pollset.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001520 "src/core/iomgr/pollset_posix.h",
1521 "src/core/iomgr/pollset_set.h",
1522 "src/core/iomgr/pollset_set_posix.h",
1523 "src/core/iomgr/pollset_set_windows.h",
1524 "src/core/iomgr/pollset_windows.h",
1525 "src/core/iomgr/resolve_address.h",
1526 "src/core/iomgr/sockaddr.h",
1527 "src/core/iomgr/sockaddr_posix.h",
1528 "src/core/iomgr/sockaddr_utils.h",
1529 "src/core/iomgr/sockaddr_win32.h",
1530 "src/core/iomgr/socket_utils_posix.h",
1531 "src/core/iomgr/socket_windows.h",
1532 "src/core/iomgr/tcp_client.h",
1533 "src/core/iomgr/tcp_posix.h",
1534 "src/core/iomgr/tcp_server.h",
1535 "src/core/iomgr/tcp_windows.h",
1536 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001537 "src/core/iomgr/timer.h",
1538 "src/core/iomgr/timer_heap.h",
1539 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -04001540 "src/core/iomgr/udp_server.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001541 "src/core/iomgr/wakeup_fd_pipe.h",
1542 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07001543 "src/core/iomgr/workqueue.h",
1544 "src/core/iomgr/workqueue_posix.h",
1545 "src/core/iomgr/workqueue_windows.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001546 "src/core/json/json.h",
1547 "src/core/json/json_common.h",
1548 "src/core/json/json_reader.h",
1549 "src/core/json/json_writer.h",
Hongyu Chenbeb580b2015-08-25 16:19:33 -07001550 "src/core/statistics/census_interface.h",
1551 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07001552 "src/core/surface/api_trace.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001553 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07001554 "src/core/surface/call_test_only.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001555 "src/core/surface/channel.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001556 "src/core/surface/completion_queue.h",
1557 "src/core/surface/event_string.h",
1558 "src/core/surface/init.h",
1559 "src/core/surface/server.h",
1560 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001561 "src/core/transport/byte_stream.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001562 "src/core/transport/chttp2/alpn.h",
1563 "src/core/transport/chttp2/bin_encoder.h",
1564 "src/core/transport/chttp2/frame.h",
1565 "src/core/transport/chttp2/frame_data.h",
1566 "src/core/transport/chttp2/frame_goaway.h",
1567 "src/core/transport/chttp2/frame_ping.h",
1568 "src/core/transport/chttp2/frame_rst_stream.h",
1569 "src/core/transport/chttp2/frame_settings.h",
1570 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001571 "src/core/transport/chttp2/hpack_encoder.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001572 "src/core/transport/chttp2/hpack_parser.h",
1573 "src/core/transport/chttp2/hpack_table.h",
1574 "src/core/transport/chttp2/http2_errors.h",
1575 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02001576 "src/core/transport/chttp2/incoming_metadata.h",
1577 "src/core/transport/chttp2/internal.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001578 "src/core/transport/chttp2/status_conversion.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001579 "src/core/transport/chttp2/stream_map.h",
1580 "src/core/transport/chttp2/timeout_encoding.h",
1581 "src/core/transport/chttp2/varint.h",
1582 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07001583 "src/core/transport/connectivity_state.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001584 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08001585 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08001586 "src/core/transport/static_metadata.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001587 "src/core/transport/transport.h",
1588 "src/core/transport/transport_impl.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001589 "src/core/profiling/timers.h",
1590 "src/core/support/block_annotate.h",
1591 "src/core/support/env.h",
1592 "src/core/support/file.h",
1593 "src/core/support/murmur_hash.h",
1594 "src/core/support/stack_lockfree.h",
1595 "src/core/support/string.h",
1596 "src/core/support/string_win32.h",
1597 "src/core/support/thd_internal.h",
1598 "src/core/support/time_precise.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07001599 "src/core/census/aggregation.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07001600 "src/core/census/rpc_metric_id.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001601 ],
1602 includes = [
1603 "include",
1604 ".",
1605 ],
1606 deps = [
Jorge Canizales4dc4e3d2015-06-26 22:12:02 -07001607 "//external:libssl_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07001608 ],
Jorge Canizales8c1fd042015-06-22 19:11:36 -07001609 sdk_dylibs = ["libz"],
Jorge Canizales140bca82015-06-20 09:47:00 -07001610)
1611
1612
1613
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001614cc_binary(
1615 name = "grpc_cpp_plugin",
1616 srcs = [
1617 "src/compiler/cpp_plugin.cc",
1618 ],
1619 deps = [
1620 "//external:protobuf_compiler",
1621 ":grpc_plugin_support",
1622 ],
1623)
1624
1625
1626cc_binary(
Jan Tattermusch2d924952015-05-06 10:23:17 -07001627 name = "grpc_csharp_plugin",
1628 srcs = [
1629 "src/compiler/csharp_plugin.cc",
1630 ],
1631 deps = [
1632 "//external:protobuf_compiler",
1633 ":grpc_plugin_support",
1634 ],
1635)
1636
1637
1638cc_binary(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001639 name = "grpc_objective_c_plugin",
1640 srcs = [
1641 "src/compiler/objective_c_plugin.cc",
1642 ],
1643 deps = [
1644 "//external:protobuf_compiler",
1645 ":grpc_plugin_support",
1646 ],
1647)
1648
1649
1650cc_binary(
1651 name = "grpc_python_plugin",
1652 srcs = [
1653 "src/compiler/python_plugin.cc",
1654 ],
1655 deps = [
1656 "//external:protobuf_compiler",
1657 ":grpc_plugin_support",
1658 ],
1659)
1660
1661
1662cc_binary(
1663 name = "grpc_ruby_plugin",
1664 srcs = [
1665 "src/compiler/ruby_plugin.cc",
1666 ],
1667 deps = [
1668 "//external:protobuf_compiler",
1669 ":grpc_plugin_support",
1670 ],
1671)
1672
1673
1674
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02001675
1676
Jorge Canizales140bca82015-06-20 09:47:00 -07001677
Jorge Canizales91e67a22015-06-24 13:50:04 -07001678
1679
Jorge Canizales44dc4232015-06-19 16:30:31 -07001680objc_path = "src/objective-c"
Jorge Canizales140bca82015-06-20 09:47:00 -07001681
Jorge Canizales44dc4232015-06-19 16:30:31 -07001682rx_library_path = objc_path + "/RxLibrary"
1683
1684objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07001685 name = "rx_library",
1686 hdrs = glob([
1687 rx_library_path + "/*.h",
1688 rx_library_path + "/transformations/*.h",
1689 ]),
1690 srcs = glob([
1691 rx_library_path + "/*.m",
1692 rx_library_path + "/transformations/*.m",
1693 ]),
1694 includes = [objc_path],
1695 deps = [
1696 ":rx_library_private",
1697 ],
Jorge Canizales44dc4232015-06-19 16:30:31 -07001698)
1699
1700objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07001701 name = "rx_library_private",
1702 hdrs = glob([rx_library_path + "/private/*.h"]),
1703 srcs = glob([rx_library_path + "/private/*.m"]),
1704 visibility = ["//visibility:private"],
Jorge Canizales44dc4232015-06-19 16:30:31 -07001705)
Jorge Canizales866255e2015-06-20 18:58:38 -07001706
1707objc_client_path = objc_path + "/GRPCClient"
1708
1709objc_library(
1710 name = "grpc_client",
1711 hdrs = glob([
1712 objc_client_path + "/*.h",
1713 objc_client_path + "/private/*.h",
1714 ]),
1715 srcs = glob([
1716 objc_client_path + "/*.m",
1717 objc_client_path + "/private/*.m",
1718 ]),
1719 includes = [objc_path],
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07001720 bundles = [":gRPCCertificates"],
Jorge Canizales866255e2015-06-20 18:58:38 -07001721 deps = [
1722 ":grpc_objc",
1723 ":rx_library",
1724 ],
1725)
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07001726
1727objc_bundle_library(
1728 # The choice of name is signicant here, since it determines the bundle name.
1729 name = "gRPCCertificates",
1730 resources = ["etc/roots.pem"],
1731)
Jorge Canizales50f19822015-06-28 23:48:30 -07001732
1733proto_objc_rpc_path = objc_path + "/ProtoRPC"
1734
1735objc_library(
1736 name = "proto_objc_rpc",
1737 hdrs = glob([
1738 proto_objc_rpc_path + "/*.h",
1739 ]),
1740 srcs = glob([
1741 proto_objc_rpc_path + "/*.m",
1742 ]),
1743 includes = [objc_path],
1744 deps = [
1745 ":grpc_client",
1746 ":rx_library",
1747 "//external:protobuf_objc",
1748 ],
1749)