blob: fc4dfe8d9acc25adae764c0daef3c52062cace77 [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
Rob Earhartb7b8d052016-03-29 11:35:29 -070044
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +020045cc_library(
Craig Tillerda179ce2016-02-09 12:01:53 -080046 name = "gpr",
47 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -070048 "src/core/lib/profiling/timers.h",
49 "src/core/lib/support/backoff.h",
50 "src/core/lib/support/block_annotate.h",
51 "src/core/lib/support/env.h",
52 "src/core/lib/support/load_file.h",
53 "src/core/lib/support/murmur_hash.h",
54 "src/core/lib/support/stack_lockfree.h",
55 "src/core/lib/support/string.h",
56 "src/core/lib/support/string_win32.h",
57 "src/core/lib/support/thd_internal.h",
58 "src/core/lib/support/time_precise.h",
59 "src/core/lib/support/tmpfile.h",
60 "src/core/lib/profiling/basic_timers.c",
61 "src/core/lib/profiling/stap_timers.c",
62 "src/core/lib/support/alloc.c",
63 "src/core/lib/support/avl.c",
64 "src/core/lib/support/backoff.c",
65 "src/core/lib/support/cmdline.c",
66 "src/core/lib/support/cpu_iphone.c",
67 "src/core/lib/support/cpu_linux.c",
68 "src/core/lib/support/cpu_posix.c",
69 "src/core/lib/support/cpu_windows.c",
70 "src/core/lib/support/env_linux.c",
71 "src/core/lib/support/env_posix.c",
72 "src/core/lib/support/env_win32.c",
73 "src/core/lib/support/histogram.c",
74 "src/core/lib/support/host_port.c",
75 "src/core/lib/support/load_file.c",
76 "src/core/lib/support/log.c",
77 "src/core/lib/support/log_android.c",
78 "src/core/lib/support/log_linux.c",
79 "src/core/lib/support/log_posix.c",
80 "src/core/lib/support/log_win32.c",
81 "src/core/lib/support/murmur_hash.c",
82 "src/core/lib/support/slice.c",
83 "src/core/lib/support/slice_buffer.c",
84 "src/core/lib/support/stack_lockfree.c",
85 "src/core/lib/support/string.c",
86 "src/core/lib/support/string_posix.c",
87 "src/core/lib/support/string_win32.c",
88 "src/core/lib/support/subprocess_posix.c",
89 "src/core/lib/support/subprocess_windows.c",
90 "src/core/lib/support/sync.c",
91 "src/core/lib/support/sync_posix.c",
92 "src/core/lib/support/sync_win32.c",
93 "src/core/lib/support/thd.c",
94 "src/core/lib/support/thd_posix.c",
95 "src/core/lib/support/thd_win32.c",
96 "src/core/lib/support/time.c",
97 "src/core/lib/support/time_posix.c",
98 "src/core/lib/support/time_precise.c",
99 "src/core/lib/support/time_win32.c",
100 "src/core/lib/support/tls_pthread.c",
101 "src/core/lib/support/tmpfile_posix.c",
102 "src/core/lib/support/tmpfile_win32.c",
103 "src/core/lib/support/wrap_memcpy.c",
Craig Tillerda179ce2016-02-09 12:01:53 -0800104 ],
105 hdrs = [
Craig Tiller44cc10b2016-03-28 10:45:29 -0700106 "include/grpc/impl/codegen/alloc.h",
107 "include/grpc/impl/codegen/atm.h",
108 "include/grpc/impl/codegen/atm_gcc_atomic.h",
109 "include/grpc/impl/codegen/atm_gcc_sync.h",
110 "include/grpc/impl/codegen/atm_win32.h",
111 "include/grpc/impl/codegen/log.h",
112 "include/grpc/impl/codegen/port_platform.h",
113 "include/grpc/impl/codegen/slice.h",
114 "include/grpc/impl/codegen/slice_buffer.h",
115 "include/grpc/impl/codegen/sync.h",
116 "include/grpc/impl/codegen/sync_generic.h",
117 "include/grpc/impl/codegen/sync_posix.h",
118 "include/grpc/impl/codegen/sync_win32.h",
119 "include/grpc/impl/codegen/time.h",
Craig Tillerda179ce2016-02-09 12:01:53 -0800120 "include/grpc/support/alloc.h",
121 "include/grpc/support/atm.h",
122 "include/grpc/support/atm_gcc_atomic.h",
123 "include/grpc/support/atm_gcc_sync.h",
124 "include/grpc/support/atm_win32.h",
125 "include/grpc/support/avl.h",
126 "include/grpc/support/cmdline.h",
127 "include/grpc/support/cpu.h",
128 "include/grpc/support/histogram.h",
129 "include/grpc/support/host_port.h",
130 "include/grpc/support/log.h",
131 "include/grpc/support/log_win32.h",
132 "include/grpc/support/port_platform.h",
133 "include/grpc/support/slice.h",
134 "include/grpc/support/slice_buffer.h",
135 "include/grpc/support/string_util.h",
136 "include/grpc/support/subprocess.h",
137 "include/grpc/support/sync.h",
138 "include/grpc/support/sync_generic.h",
139 "include/grpc/support/sync_posix.h",
140 "include/grpc/support/sync_win32.h",
141 "include/grpc/support/thd.h",
142 "include/grpc/support/time.h",
143 "include/grpc/support/tls.h",
144 "include/grpc/support/tls_gcc.h",
145 "include/grpc/support/tls_msvc.h",
146 "include/grpc/support/tls_pthread.h",
147 "include/grpc/support/useful.h",
Craig Tillerda179ce2016-02-09 12:01:53 -0800148 ],
149 includes = [
150 "include",
151 ".",
152 ],
153 deps = [
154 ],
155)
156
157
Rob Earhartb7b8d052016-03-29 11:35:29 -0700158
Craig Tillerda179ce2016-02-09 12:01:53 -0800159cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700160 name = "grpc",
161 srcs = [
Craig Tiller44cc10b2016-03-28 10:45:29 -0700162 "src/core/ext/transport/chttp2/transport/alpn.h",
163 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
164 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
165 "src/core/ext/transport/chttp2/transport/frame.h",
166 "src/core/ext/transport/chttp2/transport/frame_data.h",
167 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
168 "src/core/ext/transport/chttp2/transport/frame_ping.h",
169 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
170 "src/core/ext/transport/chttp2/transport/frame_settings.h",
171 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
172 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
173 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
174 "src/core/ext/transport/chttp2/transport/hpack_table.h",
175 "src/core/ext/transport/chttp2/transport/http2_errors.h",
176 "src/core/ext/transport/chttp2/transport/huffsyms.h",
177 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
178 "src/core/ext/transport/chttp2/transport/internal.h",
179 "src/core/ext/transport/chttp2/transport/status_conversion.h",
180 "src/core/ext/transport/chttp2/transport/stream_map.h",
181 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
182 "src/core/ext/transport/chttp2/transport/varint.h",
183 "src/core/lib/census/aggregation.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 "src/core/lib/census/grpc_filter.h",
185 "src/core/lib/census/grpc_plugin.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700186 "src/core/lib/census/mlog.h",
187 "src/core/lib/census/rpc_metric_id.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 "src/core/lib/channel/channel_args.h",
189 "src/core/lib/channel/channel_stack.h",
190 "src/core/lib/channel/channel_stack_builder.h",
191 "src/core/lib/channel/client_channel.h",
192 "src/core/lib/channel/compress_filter.h",
193 "src/core/lib/channel/connected_channel.h",
194 "src/core/lib/channel/context.h",
195 "src/core/lib/channel/http_client_filter.h",
196 "src/core/lib/channel/http_server_filter.h",
197 "src/core/lib/channel/subchannel_call_holder.h",
198 "src/core/lib/client_config/client_config.h",
199 "src/core/lib/client_config/connector.h",
200 "src/core/lib/client_config/initial_connect_string.h",
201 "src/core/lib/client_config/lb_policies/load_balancer_api.h",
202 "src/core/lib/client_config/lb_policies/pick_first.h",
203 "src/core/lib/client_config/lb_policies/round_robin.h",
204 "src/core/lib/client_config/lb_policy.h",
205 "src/core/lib/client_config/lb_policy_factory.h",
206 "src/core/lib/client_config/lb_policy_registry.h",
207 "src/core/lib/client_config/resolver.h",
208 "src/core/lib/client_config/resolver_factory.h",
209 "src/core/lib/client_config/resolver_registry.h",
210 "src/core/lib/client_config/resolvers/dns_resolver.h",
211 "src/core/lib/client_config/resolvers/sockaddr_resolver.h",
212 "src/core/lib/client_config/subchannel.h",
213 "src/core/lib/client_config/subchannel_factory.h",
214 "src/core/lib/client_config/subchannel_index.h",
215 "src/core/lib/client_config/uri_parser.h",
216 "src/core/lib/compression/algorithm_metadata.h",
217 "src/core/lib/compression/message_compress.h",
218 "src/core/lib/debug/trace.h",
219 "src/core/lib/http/format_request.h",
220 "src/core/lib/http/httpcli.h",
221 "src/core/lib/http/parser.h",
222 "src/core/lib/iomgr/closure.h",
223 "src/core/lib/iomgr/endpoint.h",
224 "src/core/lib/iomgr/endpoint_pair.h",
225 "src/core/lib/iomgr/exec_ctx.h",
226 "src/core/lib/iomgr/executor.h",
227 "src/core/lib/iomgr/fd_posix.h",
228 "src/core/lib/iomgr/iocp_windows.h",
229 "src/core/lib/iomgr/iomgr.h",
230 "src/core/lib/iomgr/iomgr_internal.h",
231 "src/core/lib/iomgr/iomgr_posix.h",
232 "src/core/lib/iomgr/pollset.h",
233 "src/core/lib/iomgr/pollset_posix.h",
234 "src/core/lib/iomgr/pollset_set.h",
235 "src/core/lib/iomgr/pollset_set_posix.h",
236 "src/core/lib/iomgr/pollset_set_windows.h",
237 "src/core/lib/iomgr/pollset_windows.h",
238 "src/core/lib/iomgr/resolve_address.h",
239 "src/core/lib/iomgr/sockaddr.h",
240 "src/core/lib/iomgr/sockaddr_posix.h",
241 "src/core/lib/iomgr/sockaddr_utils.h",
242 "src/core/lib/iomgr/sockaddr_win32.h",
243 "src/core/lib/iomgr/socket_utils_posix.h",
244 "src/core/lib/iomgr/socket_windows.h",
245 "src/core/lib/iomgr/tcp_client.h",
246 "src/core/lib/iomgr/tcp_posix.h",
247 "src/core/lib/iomgr/tcp_server.h",
248 "src/core/lib/iomgr/tcp_windows.h",
249 "src/core/lib/iomgr/time_averaged_stats.h",
250 "src/core/lib/iomgr/timer.h",
251 "src/core/lib/iomgr/timer_heap.h",
252 "src/core/lib/iomgr/udp_server.h",
253 "src/core/lib/iomgr/unix_sockets_posix.h",
254 "src/core/lib/iomgr/wakeup_fd_pipe.h",
255 "src/core/lib/iomgr/wakeup_fd_posix.h",
256 "src/core/lib/iomgr/workqueue.h",
257 "src/core/lib/iomgr/workqueue_posix.h",
258 "src/core/lib/iomgr/workqueue_windows.h",
259 "src/core/lib/json/json.h",
260 "src/core/lib/json/json_common.h",
261 "src/core/lib/json/json_reader.h",
262 "src/core/lib/json/json_writer.h",
263 "src/core/lib/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700264 "src/core/lib/security/auth_filters.h",
265 "src/core/lib/security/b64.h",
266 "src/core/lib/security/credentials.h",
267 "src/core/lib/security/handshake.h",
268 "src/core/lib/security/json_token.h",
269 "src/core/lib/security/jwt_verifier.h",
270 "src/core/lib/security/secure_endpoint.h",
271 "src/core/lib/security/security_connector.h",
272 "src/core/lib/security/security_context.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 "src/core/lib/statistics/census_interface.h",
274 "src/core/lib/statistics/census_rpc_stats.h",
275 "src/core/lib/surface/api_trace.h",
276 "src/core/lib/surface/call.h",
277 "src/core/lib/surface/call_test_only.h",
278 "src/core/lib/surface/channel.h",
279 "src/core/lib/surface/channel_init.h",
280 "src/core/lib/surface/channel_stack_type.h",
281 "src/core/lib/surface/completion_queue.h",
282 "src/core/lib/surface/event_string.h",
283 "src/core/lib/surface/init.h",
284 "src/core/lib/surface/lame_client.h",
285 "src/core/lib/surface/server.h",
286 "src/core/lib/surface/surface_trace.h",
287 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 "src/core/lib/transport/connectivity_state.h",
289 "src/core/lib/transport/metadata.h",
290 "src/core/lib/transport/metadata_batch.h",
291 "src/core/lib/transport/static_metadata.h",
292 "src/core/lib/transport/transport.h",
293 "src/core/lib/transport/transport_impl.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 "src/core/lib/tsi/fake_transport_security.h",
295 "src/core/lib/tsi/ssl_transport_security.h",
296 "src/core/lib/tsi/ssl_types.h",
297 "src/core/lib/tsi/transport_security.h",
298 "src/core/lib/tsi/transport_security_interface.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700299 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
300 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
301 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
302 "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c",
303 "src/core/ext/transport/chttp2/transport/alpn.c",
304 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
305 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
306 "src/core/ext/transport/chttp2/transport/frame_data.c",
307 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
308 "src/core/ext/transport/chttp2/transport/frame_ping.c",
309 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
310 "src/core/ext/transport/chttp2/transport/frame_settings.c",
311 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
312 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
313 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
314 "src/core/ext/transport/chttp2/transport/hpack_table.c",
315 "src/core/ext/transport/chttp2/transport/huffsyms.c",
316 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
317 "src/core/ext/transport/chttp2/transport/parsing.c",
318 "src/core/ext/transport/chttp2/transport/status_conversion.c",
319 "src/core/ext/transport/chttp2/transport/stream_lists.c",
320 "src/core/ext/transport/chttp2/transport/stream_map.c",
321 "src/core/ext/transport/chttp2/transport/timeout_encoding.c",
322 "src/core/ext/transport/chttp2/transport/varint.c",
323 "src/core/ext/transport/chttp2/transport/writing.c",
324 "src/core/lib/census/context.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 "src/core/lib/census/grpc_context.c",
326 "src/core/lib/census/grpc_filter.c",
327 "src/core/lib/census/grpc_plugin.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700328 "src/core/lib/census/initialize.c",
329 "src/core/lib/census/mlog.c",
330 "src/core/lib/census/operation.c",
331 "src/core/lib/census/placeholders.c",
332 "src/core/lib/census/tracing.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 "src/core/lib/channel/channel_args.c",
334 "src/core/lib/channel/channel_stack.c",
335 "src/core/lib/channel/channel_stack_builder.c",
336 "src/core/lib/channel/client_channel.c",
337 "src/core/lib/channel/compress_filter.c",
338 "src/core/lib/channel/connected_channel.c",
339 "src/core/lib/channel/http_client_filter.c",
340 "src/core/lib/channel/http_server_filter.c",
341 "src/core/lib/channel/subchannel_call_holder.c",
342 "src/core/lib/client_config/client_config.c",
343 "src/core/lib/client_config/connector.c",
344 "src/core/lib/client_config/default_initial_connect_string.c",
345 "src/core/lib/client_config/initial_connect_string.c",
346 "src/core/lib/client_config/lb_policies/load_balancer_api.c",
347 "src/core/lib/client_config/lb_policies/pick_first.c",
348 "src/core/lib/client_config/lb_policies/round_robin.c",
349 "src/core/lib/client_config/lb_policy.c",
350 "src/core/lib/client_config/lb_policy_factory.c",
351 "src/core/lib/client_config/lb_policy_registry.c",
352 "src/core/lib/client_config/resolver.c",
353 "src/core/lib/client_config/resolver_factory.c",
354 "src/core/lib/client_config/resolver_registry.c",
355 "src/core/lib/client_config/resolvers/dns_resolver.c",
356 "src/core/lib/client_config/resolvers/sockaddr_resolver.c",
357 "src/core/lib/client_config/subchannel.c",
358 "src/core/lib/client_config/subchannel_factory.c",
359 "src/core/lib/client_config/subchannel_index.c",
360 "src/core/lib/client_config/uri_parser.c",
361 "src/core/lib/compression/compression_algorithm.c",
362 "src/core/lib/compression/message_compress.c",
363 "src/core/lib/debug/trace.c",
364 "src/core/lib/http/format_request.c",
365 "src/core/lib/http/httpcli.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700366 "src/core/lib/http/httpcli_security_connector.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700367 "src/core/lib/http/parser.c",
368 "src/core/lib/iomgr/closure.c",
369 "src/core/lib/iomgr/endpoint.c",
370 "src/core/lib/iomgr/endpoint_pair_posix.c",
371 "src/core/lib/iomgr/endpoint_pair_windows.c",
372 "src/core/lib/iomgr/exec_ctx.c",
373 "src/core/lib/iomgr/executor.c",
374 "src/core/lib/iomgr/fd_posix.c",
375 "src/core/lib/iomgr/iocp_windows.c",
376 "src/core/lib/iomgr/iomgr.c",
377 "src/core/lib/iomgr/iomgr_posix.c",
378 "src/core/lib/iomgr/iomgr_windows.c",
379 "src/core/lib/iomgr/pollset_multipoller_with_epoll.c",
380 "src/core/lib/iomgr/pollset_multipoller_with_poll_posix.c",
381 "src/core/lib/iomgr/pollset_posix.c",
382 "src/core/lib/iomgr/pollset_set_posix.c",
383 "src/core/lib/iomgr/pollset_set_windows.c",
384 "src/core/lib/iomgr/pollset_windows.c",
385 "src/core/lib/iomgr/resolve_address_posix.c",
386 "src/core/lib/iomgr/resolve_address_windows.c",
387 "src/core/lib/iomgr/sockaddr_utils.c",
388 "src/core/lib/iomgr/socket_utils_common_posix.c",
389 "src/core/lib/iomgr/socket_utils_linux.c",
390 "src/core/lib/iomgr/socket_utils_posix.c",
391 "src/core/lib/iomgr/socket_windows.c",
392 "src/core/lib/iomgr/tcp_client_posix.c",
393 "src/core/lib/iomgr/tcp_client_windows.c",
394 "src/core/lib/iomgr/tcp_posix.c",
395 "src/core/lib/iomgr/tcp_server_posix.c",
396 "src/core/lib/iomgr/tcp_server_windows.c",
397 "src/core/lib/iomgr/tcp_windows.c",
398 "src/core/lib/iomgr/time_averaged_stats.c",
399 "src/core/lib/iomgr/timer.c",
400 "src/core/lib/iomgr/timer_heap.c",
401 "src/core/lib/iomgr/udp_server.c",
402 "src/core/lib/iomgr/unix_sockets_posix.c",
403 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
404 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
405 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
406 "src/core/lib/iomgr/wakeup_fd_pipe.c",
407 "src/core/lib/iomgr/wakeup_fd_posix.c",
408 "src/core/lib/iomgr/workqueue_posix.c",
409 "src/core/lib/iomgr/workqueue_windows.c",
410 "src/core/lib/json/json.c",
411 "src/core/lib/json/json_reader.c",
412 "src/core/lib/json/json_string.c",
413 "src/core/lib/json/json_writer.c",
414 "src/core/lib/proto/grpc/lb/v0/load_balancer.pb.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700415 "src/core/lib/security/b64.c",
416 "src/core/lib/security/client_auth_filter.c",
417 "src/core/lib/security/credentials.c",
418 "src/core/lib/security/credentials_metadata.c",
419 "src/core/lib/security/credentials_posix.c",
420 "src/core/lib/security/credentials_win32.c",
421 "src/core/lib/security/google_default_credentials.c",
422 "src/core/lib/security/handshake.c",
423 "src/core/lib/security/json_token.c",
424 "src/core/lib/security/jwt_verifier.c",
425 "src/core/lib/security/secure_endpoint.c",
426 "src/core/lib/security/security_connector.c",
427 "src/core/lib/security/security_context.c",
428 "src/core/lib/security/server_auth_filter.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700429 "src/core/lib/surface/alarm.c",
430 "src/core/lib/surface/api_trace.c",
431 "src/core/lib/surface/byte_buffer.c",
432 "src/core/lib/surface/byte_buffer_reader.c",
433 "src/core/lib/surface/call.c",
434 "src/core/lib/surface/call_details.c",
435 "src/core/lib/surface/call_log_batch.c",
436 "src/core/lib/surface/channel.c",
437 "src/core/lib/surface/channel_connectivity.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700438 "src/core/lib/surface/channel_init.c",
439 "src/core/lib/surface/channel_ping.c",
440 "src/core/lib/surface/channel_stack_type.c",
441 "src/core/lib/surface/completion_queue.c",
442 "src/core/lib/surface/event_string.c",
443 "src/core/lib/surface/init.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700444 "src/core/lib/surface/init_secure.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700445 "src/core/lib/surface/lame_client.c",
446 "src/core/lib/surface/metadata_array.c",
447 "src/core/lib/surface/server.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700448 "src/core/lib/surface/validate_metadata.c",
449 "src/core/lib/surface/version.c",
450 "src/core/lib/transport/byte_stream.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700451 "src/core/lib/transport/connectivity_state.c",
452 "src/core/lib/transport/metadata.c",
453 "src/core/lib/transport/metadata_batch.c",
454 "src/core/lib/transport/static_metadata.c",
455 "src/core/lib/transport/transport.c",
456 "src/core/lib/transport/transport_op_string.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700457 "src/core/lib/tsi/fake_transport_security.c",
458 "src/core/lib/tsi/ssl_transport_security.c",
459 "src/core/lib/tsi/transport_security.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700460 ],
461 hdrs = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700462 "include/grpc/byte_buffer.h",
463 "include/grpc/byte_buffer_reader.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700464 "include/grpc/census.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700465 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700466 "include/grpc/grpc.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700467 "include/grpc/grpc_security.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700468 "include/grpc/impl/codegen/byte_buffer.h",
469 "include/grpc/impl/codegen/compression_types.h",
470 "include/grpc/impl/codegen/connectivity_state.h",
471 "include/grpc/impl/codegen/grpc_types.h",
472 "include/grpc/impl/codegen/propagation_bits.h",
473 "include/grpc/impl/codegen/status.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700474 "include/grpc/status.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700475 ],
476 includes = [
477 "include",
478 ".",
479 ],
480 deps = [
481 "//external:libssl",
Ming Zhaof2f24e22015-08-13 12:38:35 -0700482 "//external:zlib",
Craig Tillerda179ce2016-02-09 12:01:53 -0800483 ":gpr",
Rob Earhartb7b8d052016-03-29 11:35:29 -0700484 "//external:nanopb",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700485 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800486 copts = [
487 "-std=gnu99",
488 ],
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +0200489)
490
491
Rob Earhartb7b8d052016-03-29 11:35:29 -0700492
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700493cc_library(
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100494 name = "grpc_codegen_lib",
495 srcs = [
496 ],
497 hdrs = [
498 "include/grpc/impl/codegen/alloc.h",
499 "include/grpc/impl/codegen/atm.h",
500 "include/grpc/impl/codegen/atm_gcc_atomic.h",
501 "include/grpc/impl/codegen/atm_gcc_sync.h",
502 "include/grpc/impl/codegen/atm_win32.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700503 "include/grpc/impl/codegen/byte_buffer.h",
504 "include/grpc/impl/codegen/compression_types.h",
505 "include/grpc/impl/codegen/connectivity_state.h",
506 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100507 "include/grpc/impl/codegen/log.h",
508 "include/grpc/impl/codegen/port_platform.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700509 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100510 "include/grpc/impl/codegen/slice.h",
511 "include/grpc/impl/codegen/slice_buffer.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700512 "include/grpc/impl/codegen/status.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100513 "include/grpc/impl/codegen/sync.h",
514 "include/grpc/impl/codegen/sync_generic.h",
515 "include/grpc/impl/codegen/sync_posix.h",
516 "include/grpc/impl/codegen/sync_win32.h",
517 "include/grpc/impl/codegen/time.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100518 ],
519 includes = [
520 "include",
521 ".",
522 ],
523 deps = [
524 "//external:protobuf_compiler",
525 ],
526)
527
528
Rob Earhartb7b8d052016-03-29 11:35:29 -0700529
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100530cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700531 name = "grpc_unsecure",
532 srcs = [
Craig Tiller44cc10b2016-03-28 10:45:29 -0700533 "src/core/ext/transport/chttp2/transport/alpn.h",
534 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
535 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
536 "src/core/ext/transport/chttp2/transport/frame.h",
537 "src/core/ext/transport/chttp2/transport/frame_data.h",
538 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
539 "src/core/ext/transport/chttp2/transport/frame_ping.h",
540 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
541 "src/core/ext/transport/chttp2/transport/frame_settings.h",
542 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
543 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
544 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
545 "src/core/ext/transport/chttp2/transport/hpack_table.h",
546 "src/core/ext/transport/chttp2/transport/http2_errors.h",
547 "src/core/ext/transport/chttp2/transport/huffsyms.h",
548 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
549 "src/core/ext/transport/chttp2/transport/internal.h",
550 "src/core/ext/transport/chttp2/transport/status_conversion.h",
551 "src/core/ext/transport/chttp2/transport/stream_map.h",
552 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
553 "src/core/ext/transport/chttp2/transport/varint.h",
554 "src/core/lib/census/aggregation.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700555 "src/core/lib/census/grpc_filter.h",
556 "src/core/lib/census/grpc_plugin.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700557 "src/core/lib/census/mlog.h",
558 "src/core/lib/census/rpc_metric_id.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700559 "src/core/lib/channel/channel_args.h",
560 "src/core/lib/channel/channel_stack.h",
561 "src/core/lib/channel/channel_stack_builder.h",
562 "src/core/lib/channel/client_channel.h",
563 "src/core/lib/channel/compress_filter.h",
564 "src/core/lib/channel/connected_channel.h",
565 "src/core/lib/channel/context.h",
566 "src/core/lib/channel/http_client_filter.h",
567 "src/core/lib/channel/http_server_filter.h",
568 "src/core/lib/channel/subchannel_call_holder.h",
569 "src/core/lib/client_config/client_config.h",
570 "src/core/lib/client_config/connector.h",
571 "src/core/lib/client_config/initial_connect_string.h",
572 "src/core/lib/client_config/lb_policies/load_balancer_api.h",
573 "src/core/lib/client_config/lb_policies/pick_first.h",
574 "src/core/lib/client_config/lb_policies/round_robin.h",
575 "src/core/lib/client_config/lb_policy.h",
576 "src/core/lib/client_config/lb_policy_factory.h",
577 "src/core/lib/client_config/lb_policy_registry.h",
578 "src/core/lib/client_config/resolver.h",
579 "src/core/lib/client_config/resolver_factory.h",
580 "src/core/lib/client_config/resolver_registry.h",
581 "src/core/lib/client_config/resolvers/dns_resolver.h",
582 "src/core/lib/client_config/resolvers/sockaddr_resolver.h",
583 "src/core/lib/client_config/subchannel.h",
584 "src/core/lib/client_config/subchannel_factory.h",
585 "src/core/lib/client_config/subchannel_index.h",
586 "src/core/lib/client_config/uri_parser.h",
587 "src/core/lib/compression/algorithm_metadata.h",
588 "src/core/lib/compression/message_compress.h",
589 "src/core/lib/debug/trace.h",
590 "src/core/lib/http/format_request.h",
591 "src/core/lib/http/httpcli.h",
592 "src/core/lib/http/parser.h",
593 "src/core/lib/iomgr/closure.h",
594 "src/core/lib/iomgr/endpoint.h",
595 "src/core/lib/iomgr/endpoint_pair.h",
596 "src/core/lib/iomgr/exec_ctx.h",
597 "src/core/lib/iomgr/executor.h",
598 "src/core/lib/iomgr/fd_posix.h",
599 "src/core/lib/iomgr/iocp_windows.h",
600 "src/core/lib/iomgr/iomgr.h",
601 "src/core/lib/iomgr/iomgr_internal.h",
602 "src/core/lib/iomgr/iomgr_posix.h",
603 "src/core/lib/iomgr/pollset.h",
604 "src/core/lib/iomgr/pollset_posix.h",
605 "src/core/lib/iomgr/pollset_set.h",
606 "src/core/lib/iomgr/pollset_set_posix.h",
607 "src/core/lib/iomgr/pollset_set_windows.h",
608 "src/core/lib/iomgr/pollset_windows.h",
609 "src/core/lib/iomgr/resolve_address.h",
610 "src/core/lib/iomgr/sockaddr.h",
611 "src/core/lib/iomgr/sockaddr_posix.h",
612 "src/core/lib/iomgr/sockaddr_utils.h",
613 "src/core/lib/iomgr/sockaddr_win32.h",
614 "src/core/lib/iomgr/socket_utils_posix.h",
615 "src/core/lib/iomgr/socket_windows.h",
616 "src/core/lib/iomgr/tcp_client.h",
617 "src/core/lib/iomgr/tcp_posix.h",
618 "src/core/lib/iomgr/tcp_server.h",
619 "src/core/lib/iomgr/tcp_windows.h",
620 "src/core/lib/iomgr/time_averaged_stats.h",
621 "src/core/lib/iomgr/timer.h",
622 "src/core/lib/iomgr/timer_heap.h",
623 "src/core/lib/iomgr/udp_server.h",
624 "src/core/lib/iomgr/unix_sockets_posix.h",
625 "src/core/lib/iomgr/wakeup_fd_pipe.h",
626 "src/core/lib/iomgr/wakeup_fd_posix.h",
627 "src/core/lib/iomgr/workqueue.h",
628 "src/core/lib/iomgr/workqueue_posix.h",
629 "src/core/lib/iomgr/workqueue_windows.h",
630 "src/core/lib/json/json.h",
631 "src/core/lib/json/json_common.h",
632 "src/core/lib/json/json_reader.h",
633 "src/core/lib/json/json_writer.h",
634 "src/core/lib/proto/grpc/lb/v0/load_balancer.pb.h",
635 "src/core/lib/statistics/census_interface.h",
636 "src/core/lib/statistics/census_rpc_stats.h",
637 "src/core/lib/surface/api_trace.h",
638 "src/core/lib/surface/call.h",
639 "src/core/lib/surface/call_test_only.h",
640 "src/core/lib/surface/channel.h",
641 "src/core/lib/surface/channel_init.h",
642 "src/core/lib/surface/channel_stack_type.h",
643 "src/core/lib/surface/completion_queue.h",
644 "src/core/lib/surface/event_string.h",
645 "src/core/lib/surface/init.h",
646 "src/core/lib/surface/lame_client.h",
647 "src/core/lib/surface/server.h",
648 "src/core/lib/surface/surface_trace.h",
649 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700650 "src/core/lib/transport/connectivity_state.h",
651 "src/core/lib/transport/metadata.h",
652 "src/core/lib/transport/metadata_batch.h",
653 "src/core/lib/transport/static_metadata.h",
654 "src/core/lib/transport/transport.h",
655 "src/core/lib/transport/transport_impl.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700656 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
657 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
658 "src/core/ext/transport/chttp2/transport/alpn.c",
659 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
660 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
661 "src/core/ext/transport/chttp2/transport/frame_data.c",
662 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
663 "src/core/ext/transport/chttp2/transport/frame_ping.c",
664 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
665 "src/core/ext/transport/chttp2/transport/frame_settings.c",
666 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
667 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
668 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
669 "src/core/ext/transport/chttp2/transport/hpack_table.c",
670 "src/core/ext/transport/chttp2/transport/huffsyms.c",
671 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
672 "src/core/ext/transport/chttp2/transport/parsing.c",
673 "src/core/ext/transport/chttp2/transport/status_conversion.c",
674 "src/core/ext/transport/chttp2/transport/stream_lists.c",
675 "src/core/ext/transport/chttp2/transport/stream_map.c",
676 "src/core/ext/transport/chttp2/transport/timeout_encoding.c",
677 "src/core/ext/transport/chttp2/transport/varint.c",
678 "src/core/ext/transport/chttp2/transport/writing.c",
679 "src/core/lib/census/context.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700680 "src/core/lib/census/grpc_context.c",
681 "src/core/lib/census/grpc_filter.c",
682 "src/core/lib/census/grpc_plugin.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700683 "src/core/lib/census/initialize.c",
684 "src/core/lib/census/mlog.c",
685 "src/core/lib/census/operation.c",
686 "src/core/lib/census/placeholders.c",
687 "src/core/lib/census/tracing.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700688 "src/core/lib/channel/channel_args.c",
689 "src/core/lib/channel/channel_stack.c",
690 "src/core/lib/channel/channel_stack_builder.c",
691 "src/core/lib/channel/client_channel.c",
692 "src/core/lib/channel/compress_filter.c",
693 "src/core/lib/channel/connected_channel.c",
694 "src/core/lib/channel/http_client_filter.c",
695 "src/core/lib/channel/http_server_filter.c",
696 "src/core/lib/channel/subchannel_call_holder.c",
697 "src/core/lib/client_config/client_config.c",
698 "src/core/lib/client_config/connector.c",
699 "src/core/lib/client_config/default_initial_connect_string.c",
700 "src/core/lib/client_config/initial_connect_string.c",
701 "src/core/lib/client_config/lb_policies/load_balancer_api.c",
702 "src/core/lib/client_config/lb_policies/pick_first.c",
703 "src/core/lib/client_config/lb_policies/round_robin.c",
704 "src/core/lib/client_config/lb_policy.c",
705 "src/core/lib/client_config/lb_policy_factory.c",
706 "src/core/lib/client_config/lb_policy_registry.c",
707 "src/core/lib/client_config/resolver.c",
708 "src/core/lib/client_config/resolver_factory.c",
709 "src/core/lib/client_config/resolver_registry.c",
710 "src/core/lib/client_config/resolvers/dns_resolver.c",
711 "src/core/lib/client_config/resolvers/sockaddr_resolver.c",
712 "src/core/lib/client_config/subchannel.c",
713 "src/core/lib/client_config/subchannel_factory.c",
714 "src/core/lib/client_config/subchannel_index.c",
715 "src/core/lib/client_config/uri_parser.c",
716 "src/core/lib/compression/compression_algorithm.c",
717 "src/core/lib/compression/message_compress.c",
718 "src/core/lib/debug/trace.c",
719 "src/core/lib/http/format_request.c",
720 "src/core/lib/http/httpcli.c",
721 "src/core/lib/http/parser.c",
722 "src/core/lib/iomgr/closure.c",
723 "src/core/lib/iomgr/endpoint.c",
724 "src/core/lib/iomgr/endpoint_pair_posix.c",
725 "src/core/lib/iomgr/endpoint_pair_windows.c",
726 "src/core/lib/iomgr/exec_ctx.c",
727 "src/core/lib/iomgr/executor.c",
728 "src/core/lib/iomgr/fd_posix.c",
729 "src/core/lib/iomgr/iocp_windows.c",
730 "src/core/lib/iomgr/iomgr.c",
731 "src/core/lib/iomgr/iomgr_posix.c",
732 "src/core/lib/iomgr/iomgr_windows.c",
733 "src/core/lib/iomgr/pollset_multipoller_with_epoll.c",
734 "src/core/lib/iomgr/pollset_multipoller_with_poll_posix.c",
735 "src/core/lib/iomgr/pollset_posix.c",
736 "src/core/lib/iomgr/pollset_set_posix.c",
737 "src/core/lib/iomgr/pollset_set_windows.c",
738 "src/core/lib/iomgr/pollset_windows.c",
739 "src/core/lib/iomgr/resolve_address_posix.c",
740 "src/core/lib/iomgr/resolve_address_windows.c",
741 "src/core/lib/iomgr/sockaddr_utils.c",
742 "src/core/lib/iomgr/socket_utils_common_posix.c",
743 "src/core/lib/iomgr/socket_utils_linux.c",
744 "src/core/lib/iomgr/socket_utils_posix.c",
745 "src/core/lib/iomgr/socket_windows.c",
746 "src/core/lib/iomgr/tcp_client_posix.c",
747 "src/core/lib/iomgr/tcp_client_windows.c",
748 "src/core/lib/iomgr/tcp_posix.c",
749 "src/core/lib/iomgr/tcp_server_posix.c",
750 "src/core/lib/iomgr/tcp_server_windows.c",
751 "src/core/lib/iomgr/tcp_windows.c",
752 "src/core/lib/iomgr/time_averaged_stats.c",
753 "src/core/lib/iomgr/timer.c",
754 "src/core/lib/iomgr/timer_heap.c",
755 "src/core/lib/iomgr/udp_server.c",
756 "src/core/lib/iomgr/unix_sockets_posix.c",
757 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
758 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
759 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
760 "src/core/lib/iomgr/wakeup_fd_pipe.c",
761 "src/core/lib/iomgr/wakeup_fd_posix.c",
762 "src/core/lib/iomgr/workqueue_posix.c",
763 "src/core/lib/iomgr/workqueue_windows.c",
764 "src/core/lib/json/json.c",
765 "src/core/lib/json/json_reader.c",
766 "src/core/lib/json/json_string.c",
767 "src/core/lib/json/json_writer.c",
768 "src/core/lib/proto/grpc/lb/v0/load_balancer.pb.c",
769 "src/core/lib/surface/alarm.c",
770 "src/core/lib/surface/api_trace.c",
771 "src/core/lib/surface/byte_buffer.c",
772 "src/core/lib/surface/byte_buffer_reader.c",
773 "src/core/lib/surface/call.c",
774 "src/core/lib/surface/call_details.c",
775 "src/core/lib/surface/call_log_batch.c",
776 "src/core/lib/surface/channel.c",
777 "src/core/lib/surface/channel_connectivity.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700778 "src/core/lib/surface/channel_init.c",
779 "src/core/lib/surface/channel_ping.c",
780 "src/core/lib/surface/channel_stack_type.c",
781 "src/core/lib/surface/completion_queue.c",
782 "src/core/lib/surface/event_string.c",
783 "src/core/lib/surface/init.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700784 "src/core/lib/surface/init_unsecure.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700785 "src/core/lib/surface/lame_client.c",
786 "src/core/lib/surface/metadata_array.c",
787 "src/core/lib/surface/server.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700788 "src/core/lib/surface/validate_metadata.c",
789 "src/core/lib/surface/version.c",
790 "src/core/lib/transport/byte_stream.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700791 "src/core/lib/transport/connectivity_state.c",
792 "src/core/lib/transport/metadata.c",
793 "src/core/lib/transport/metadata_batch.c",
794 "src/core/lib/transport/static_metadata.c",
795 "src/core/lib/transport/transport.c",
796 "src/core/lib/transport/transport_op_string.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700797 ],
798 hdrs = [
799 "include/grpc/byte_buffer.h",
800 "include/grpc/byte_buffer_reader.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700801 "include/grpc/census.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700802 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700803 "include/grpc/grpc.h",
Craig Tillerad095982016-02-09 12:45:04 -0800804 "include/grpc/impl/codegen/byte_buffer.h",
805 "include/grpc/impl/codegen/compression_types.h",
806 "include/grpc/impl/codegen/connectivity_state.h",
807 "include/grpc/impl/codegen/grpc_types.h",
808 "include/grpc/impl/codegen/propagation_bits.h",
809 "include/grpc/impl/codegen/status.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700810 "include/grpc/status.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700811 ],
812 includes = [
813 "include",
814 ".",
815 ],
816 deps = [
Craig Tillerda179ce2016-02-09 12:01:53 -0800817 ":gpr",
Rob Earhartb7b8d052016-03-29 11:35:29 -0700818 "//external:nanopb",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700819 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800820 copts = [
821 "-std=gnu99",
822 ],
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700823)
824
825
Rob Earhartb7b8d052016-03-29 11:35:29 -0700826
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700827cc_library(
Hongwei Wangda8858f2015-07-16 16:18:19 -0700828 name = "grpc_zookeeper",
829 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -0700830 "src/core/lib/client_config/resolvers/zookeeper_resolver.h",
831 "src/core/lib/client_config/resolvers/zookeeper_resolver.c",
Hongwei Wangda8858f2015-07-16 16:18:19 -0700832 ],
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 = [
Craig Tillerda179ce2016-02-09 12:01:53 -0800841 ":gpr",
Hongwei Wangda8858f2015-07-16 16:18:19 -0700842 ":grpc",
843 ],
844)
845
846
Rob Earhartb7b8d052016-03-29 11:35:29 -0700847
Hongwei Wangda8858f2015-07-16 16:18:19 -0700848cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700849 name = "grpc++",
850 srcs = [
Craig Tiller44cc10b2016-03-28 10:45:29 -0700851 "src/cpp/client/create_channel_internal.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700852 "src/cpp/client/secure_credentials.h",
David Garcia Quintas79d90962016-03-09 13:57:46 -0800853 "src/cpp/common/core_codegen.h",
yang-g3abe60b2015-07-06 14:00:36 -0700854 "src/cpp/common/create_auth_context.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700855 "src/cpp/common/secure_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -0700856 "src/cpp/server/dynamic_thread_pool.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700857 "src/cpp/server/secure_server_credentials.h",
Vijay Paie8a7e302015-08-24 10:52:33 -0700858 "src/cpp/server/thread_pool_interface.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700859 "src/cpp/client/channel.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700860 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700861 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -0700862 "src/cpp/client/create_channel_internal.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700863 "src/cpp/client/credentials.cc",
864 "src/cpp/client/generic_stub.cc",
865 "src/cpp/client/insecure_credentials.cc",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700866 "src/cpp/client/secure_credentials.cc",
867 "src/cpp/codegen/codegen_init.cc",
868 "src/cpp/common/auth_property_iterator.cc",
yang-g52705592015-11-25 11:45:33 -0800869 "src/cpp/common/channel_arguments.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700870 "src/cpp/common/completion_queue.cc",
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +0100871 "src/cpp/common/core_codegen.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700872 "src/cpp/common/rpc_method.cc",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700873 "src/cpp/common/secure_auth_context.cc",
874 "src/cpp/common/secure_channel_arguments.cc",
875 "src/cpp/common/secure_create_auth_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700876 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -0700877 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -0700878 "src/cpp/server/dynamic_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700879 "src/cpp/server/insecure_server_credentials.cc",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700880 "src/cpp/server/secure_server_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700881 "src/cpp/server/server.cc",
882 "src/cpp/server/server_builder.cc",
883 "src/cpp/server/server_context.cc",
884 "src/cpp/server/server_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700885 "src/cpp/util/byte_buffer.cc",
886 "src/cpp/util/slice.cc",
887 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -0700888 "src/cpp/util/string_ref.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700889 "src/cpp/util/time.cc",
890 ],
891 hdrs = [
vjpaif9f61cf2016-02-10 20:51:53 -0800892 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -0700893 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700894 "include/grpc++/client_context.h",
895 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700896 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700897 "include/grpc++/generic/async_generic_service.h",
898 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -0700899 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700900 "include/grpc++/impl/call.h",
901 "include/grpc++/impl/client_unary_call.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700902 "include/grpc++/impl/codegen/async_stream.h",
903 "include/grpc++/impl/codegen/async_unary_call.h",
904 "include/grpc++/impl/codegen/call.h",
905 "include/grpc++/impl/codegen/call_hook.h",
906 "include/grpc++/impl/codegen/channel_interface.h",
907 "include/grpc++/impl/codegen/client_context.h",
908 "include/grpc++/impl/codegen/client_unary_call.h",
909 "include/grpc++/impl/codegen/completion_queue.h",
910 "include/grpc++/impl/codegen/completion_queue_tag.h",
911 "include/grpc++/impl/codegen/config.h",
912 "include/grpc++/impl/codegen/config_protobuf.h",
913 "include/grpc++/impl/codegen/core_codegen_interface.h",
914 "include/grpc++/impl/codegen/grpc_library.h",
915 "include/grpc++/impl/codegen/method_handler_impl.h",
916 "include/grpc++/impl/codegen/proto_utils.h",
917 "include/grpc++/impl/codegen/rpc_method.h",
918 "include/grpc++/impl/codegen/rpc_service_method.h",
919 "include/grpc++/impl/codegen/security/auth_context.h",
920 "include/grpc++/impl/codegen/serialization_traits.h",
921 "include/grpc++/impl/codegen/server_context.h",
922 "include/grpc++/impl/codegen/server_interface.h",
923 "include/grpc++/impl/codegen/service_type.h",
924 "include/grpc++/impl/codegen/status.h",
925 "include/grpc++/impl/codegen/status_code_enum.h",
926 "include/grpc++/impl/codegen/string_ref.h",
927 "include/grpc++/impl/codegen/stub_options.h",
928 "include/grpc++/impl/codegen/sync.h",
929 "include/grpc++/impl/codegen/sync_cxx11.h",
930 "include/grpc++/impl/codegen/sync_no_cxx11.h",
931 "include/grpc++/impl/codegen/sync_stream.h",
932 "include/grpc++/impl/codegen/time.h",
Yang Gao96de4842015-04-24 13:13:12 -0700933 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -0800934 "include/grpc++/impl/method_handler_impl.h",
yang-gadfed032015-06-23 13:01:22 -0700935 "include/grpc++/impl/proto_utils.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700936 "include/grpc++/impl/rpc_method.h",
937 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -0700938 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -0800939 "include/grpc++/impl/server_builder_option.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700940 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +0200941 "include/grpc++/impl/sync.h",
942 "include/grpc++/impl/sync_cxx11.h",
943 "include/grpc++/impl/sync_no_cxx11.h",
944 "include/grpc++/impl/thd.h",
945 "include/grpc++/impl/thd_cxx11.h",
946 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -0700947 "include/grpc++/security/auth_context.h",
948 "include/grpc++/security/auth_metadata_processor.h",
949 "include/grpc++/security/credentials.h",
950 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700951 "include/grpc++/server.h",
952 "include/grpc++/server_builder.h",
953 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -0700954 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700955 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700956 "include/grpc++/support/byte_buffer.h",
957 "include/grpc++/support/channel_arguments.h",
958 "include/grpc++/support/config.h",
959 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700960 "include/grpc++/support/slice.h",
961 "include/grpc++/support/status.h",
962 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -0700963 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700964 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -0700965 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700966 "include/grpc++/support/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700967 ],
968 includes = [
969 "include",
970 ".",
971 ],
972 deps = [
Craig Tiller02a7bed2015-08-31 15:54:05 -0700973 "//external:libssl",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700974 "//external:protobuf_clib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700975 ":grpc",
976 ],
977)
978
979
Rob Earhartb7b8d052016-03-29 11:35:29 -0700980
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700981cc_library(
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100982 name = "grpc++_codegen_lib",
983 srcs = [
984 "src/cpp/codegen/codegen_init.cc",
985 ],
986 hdrs = [
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100987 "include/grpc++/impl/codegen/async_stream.h",
988 "include/grpc++/impl/codegen/async_unary_call.h",
989 "include/grpc++/impl/codegen/call.h",
990 "include/grpc++/impl/codegen/call_hook.h",
991 "include/grpc++/impl/codegen/channel_interface.h",
992 "include/grpc++/impl/codegen/client_context.h",
993 "include/grpc++/impl/codegen/client_unary_call.h",
994 "include/grpc++/impl/codegen/completion_queue.h",
995 "include/grpc++/impl/codegen/completion_queue_tag.h",
996 "include/grpc++/impl/codegen/config.h",
997 "include/grpc++/impl/codegen/config_protobuf.h",
998 "include/grpc++/impl/codegen/core_codegen_interface.h",
999 "include/grpc++/impl/codegen/grpc_library.h",
1000 "include/grpc++/impl/codegen/method_handler_impl.h",
1001 "include/grpc++/impl/codegen/proto_utils.h",
1002 "include/grpc++/impl/codegen/rpc_method.h",
1003 "include/grpc++/impl/codegen/rpc_service_method.h",
1004 "include/grpc++/impl/codegen/security/auth_context.h",
1005 "include/grpc++/impl/codegen/serialization_traits.h",
1006 "include/grpc++/impl/codegen/server_context.h",
1007 "include/grpc++/impl/codegen/server_interface.h",
1008 "include/grpc++/impl/codegen/service_type.h",
1009 "include/grpc++/impl/codegen/status.h",
1010 "include/grpc++/impl/codegen/status_code_enum.h",
1011 "include/grpc++/impl/codegen/string_ref.h",
1012 "include/grpc++/impl/codegen/stub_options.h",
1013 "include/grpc++/impl/codegen/sync.h",
1014 "include/grpc++/impl/codegen/sync_cxx11.h",
1015 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1016 "include/grpc++/impl/codegen/sync_stream.h",
1017 "include/grpc++/impl/codegen/time.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001018 "include/grpc/impl/codegen/alloc.h",
1019 "include/grpc/impl/codegen/atm.h",
1020 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1021 "include/grpc/impl/codegen/atm_gcc_sync.h",
1022 "include/grpc/impl/codegen/atm_win32.h",
1023 "include/grpc/impl/codegen/byte_buffer.h",
1024 "include/grpc/impl/codegen/compression_types.h",
1025 "include/grpc/impl/codegen/connectivity_state.h",
1026 "include/grpc/impl/codegen/grpc_types.h",
1027 "include/grpc/impl/codegen/log.h",
1028 "include/grpc/impl/codegen/port_platform.h",
1029 "include/grpc/impl/codegen/propagation_bits.h",
1030 "include/grpc/impl/codegen/slice.h",
1031 "include/grpc/impl/codegen/slice_buffer.h",
1032 "include/grpc/impl/codegen/status.h",
1033 "include/grpc/impl/codegen/sync.h",
1034 "include/grpc/impl/codegen/sync_generic.h",
1035 "include/grpc/impl/codegen/sync_posix.h",
1036 "include/grpc/impl/codegen/sync_win32.h",
1037 "include/grpc/impl/codegen/time.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01001038 ],
1039 includes = [
1040 "include",
1041 ".",
1042 ],
1043 deps = [
Rob Earhartff20c2b2016-03-29 11:39:04 -07001044 "//external:protobuf_clib",
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08001045 ],
1046)
1047
1048
Rob Earhartb7b8d052016-03-29 11:35:29 -07001049
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08001050cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001051 name = "grpc++_unsecure",
1052 srcs = [
yang-gc317f072015-08-20 12:18:08 -07001053 "src/cpp/client/create_channel_internal.h",
David Garcia Quintas79d90962016-03-09 13:57:46 -08001054 "src/cpp/common/core_codegen.h",
yang-g3abe60b2015-07-06 14:00:36 -07001055 "src/cpp/common/create_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07001056 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07001057 "src/cpp/server/thread_pool_interface.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001058 "src/cpp/client/channel.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001059 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001060 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07001061 "src/cpp/client/create_channel_internal.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001062 "src/cpp/client/credentials.cc",
1063 "src/cpp/client/generic_stub.cc",
1064 "src/cpp/client/insecure_credentials.cc",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001065 "src/cpp/codegen/codegen_init.cc",
yang-g52705592015-11-25 11:45:33 -08001066 "src/cpp/common/channel_arguments.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001067 "src/cpp/common/completion_queue.cc",
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +01001068 "src/cpp/common/core_codegen.cc",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001069 "src/cpp/common/insecure_create_auth_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001070 "src/cpp/common/rpc_method.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001071 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -07001072 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07001073 "src/cpp/server/dynamic_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001074 "src/cpp/server/insecure_server_credentials.cc",
1075 "src/cpp/server/server.cc",
1076 "src/cpp/server/server_builder.cc",
1077 "src/cpp/server/server_context.cc",
1078 "src/cpp/server/server_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001079 "src/cpp/util/byte_buffer.cc",
1080 "src/cpp/util/slice.cc",
1081 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001082 "src/cpp/util/string_ref.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001083 "src/cpp/util/time.cc",
1084 ],
1085 hdrs = [
vjpaif9f61cf2016-02-10 20:51:53 -08001086 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07001087 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001088 "include/grpc++/client_context.h",
1089 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001090 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001091 "include/grpc++/generic/async_generic_service.h",
1092 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07001093 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001094 "include/grpc++/impl/call.h",
1095 "include/grpc++/impl/client_unary_call.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001096 "include/grpc++/impl/codegen/async_stream.h",
1097 "include/grpc++/impl/codegen/async_unary_call.h",
1098 "include/grpc++/impl/codegen/call.h",
1099 "include/grpc++/impl/codegen/call_hook.h",
1100 "include/grpc++/impl/codegen/channel_interface.h",
1101 "include/grpc++/impl/codegen/client_context.h",
1102 "include/grpc++/impl/codegen/client_unary_call.h",
1103 "include/grpc++/impl/codegen/completion_queue.h",
1104 "include/grpc++/impl/codegen/completion_queue_tag.h",
1105 "include/grpc++/impl/codegen/config.h",
1106 "include/grpc++/impl/codegen/config_protobuf.h",
1107 "include/grpc++/impl/codegen/core_codegen_interface.h",
1108 "include/grpc++/impl/codegen/grpc_library.h",
1109 "include/grpc++/impl/codegen/method_handler_impl.h",
1110 "include/grpc++/impl/codegen/proto_utils.h",
1111 "include/grpc++/impl/codegen/rpc_method.h",
1112 "include/grpc++/impl/codegen/rpc_service_method.h",
1113 "include/grpc++/impl/codegen/security/auth_context.h",
1114 "include/grpc++/impl/codegen/serialization_traits.h",
1115 "include/grpc++/impl/codegen/server_context.h",
1116 "include/grpc++/impl/codegen/server_interface.h",
1117 "include/grpc++/impl/codegen/service_type.h",
1118 "include/grpc++/impl/codegen/status.h",
1119 "include/grpc++/impl/codegen/status_code_enum.h",
1120 "include/grpc++/impl/codegen/string_ref.h",
1121 "include/grpc++/impl/codegen/stub_options.h",
1122 "include/grpc++/impl/codegen/sync.h",
1123 "include/grpc++/impl/codegen/sync_cxx11.h",
1124 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1125 "include/grpc++/impl/codegen/sync_stream.h",
1126 "include/grpc++/impl/codegen/time.h",
Yang Gao96de4842015-04-24 13:13:12 -07001127 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08001128 "include/grpc++/impl/method_handler_impl.h",
yang-gadfed032015-06-23 13:01:22 -07001129 "include/grpc++/impl/proto_utils.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001130 "include/grpc++/impl/rpc_method.h",
1131 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -07001132 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08001133 "include/grpc++/impl/server_builder_option.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001134 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +02001135 "include/grpc++/impl/sync.h",
1136 "include/grpc++/impl/sync_cxx11.h",
1137 "include/grpc++/impl/sync_no_cxx11.h",
1138 "include/grpc++/impl/thd.h",
1139 "include/grpc++/impl/thd_cxx11.h",
1140 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07001141 "include/grpc++/security/auth_context.h",
1142 "include/grpc++/security/auth_metadata_processor.h",
1143 "include/grpc++/security/credentials.h",
1144 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001145 "include/grpc++/server.h",
1146 "include/grpc++/server_builder.h",
1147 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07001148 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001149 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001150 "include/grpc++/support/byte_buffer.h",
1151 "include/grpc++/support/channel_arguments.h",
1152 "include/grpc++/support/config.h",
1153 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001154 "include/grpc++/support/slice.h",
1155 "include/grpc++/support/status.h",
1156 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001157 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001158 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07001159 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001160 "include/grpc++/support/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001161 ],
1162 includes = [
1163 "include",
1164 ".",
1165 ],
1166 deps = [
1167 "//external:protobuf_clib",
Craig Tillerda179ce2016-02-09 12:01:53 -08001168 ":gpr",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001169 ":grpc_unsecure",
1170 ],
1171)
1172
1173
Rob Earhartb7b8d052016-03-29 11:35:29 -07001174
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001175cc_library(
1176 name = "grpc_plugin_support",
1177 srcs = [
yang-g9d1f0c42015-08-24 16:08:36 -07001178 "include/grpc++/support/config.h",
1179 "include/grpc++/support/config_protobuf.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001180 "src/compiler/config.h",
1181 "src/compiler/cpp_generator.h",
1182 "src/compiler/cpp_generator_helpers.h",
Jan Tattermusch2d924952015-05-06 10:23:17 -07001183 "src/compiler/csharp_generator.h",
1184 "src/compiler/csharp_generator_helpers.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001185 "src/compiler/generator_helpers.h",
1186 "src/compiler/objective_c_generator.h",
1187 "src/compiler/objective_c_generator_helpers.h",
1188 "src/compiler/python_generator.h",
1189 "src/compiler/ruby_generator.h",
1190 "src/compiler/ruby_generator_helpers-inl.h",
1191 "src/compiler/ruby_generator_map-inl.h",
1192 "src/compiler/ruby_generator_string-inl.h",
1193 "src/compiler/cpp_generator.cc",
Jan Tattermusch2d924952015-05-06 10:23:17 -07001194 "src/compiler/csharp_generator.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001195 "src/compiler/objective_c_generator.cc",
1196 "src/compiler/python_generator.cc",
1197 "src/compiler/ruby_generator.cc",
1198 ],
1199 hdrs = [
David Garcia Quintasb523c732016-01-25 18:22:28 -08001200 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001201 "include/grpc/impl/codegen/atm.h",
1202 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1203 "include/grpc/impl/codegen/atm_gcc_sync.h",
1204 "include/grpc/impl/codegen/atm_win32.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001205 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001206 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001207 "include/grpc/impl/codegen/slice.h",
1208 "include/grpc/impl/codegen/slice_buffer.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001209 "include/grpc/impl/codegen/sync.h",
1210 "include/grpc/impl/codegen/sync_generic.h",
1211 "include/grpc/impl/codegen/sync_posix.h",
1212 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001213 "include/grpc/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001214 ],
1215 includes = [
1216 "include",
1217 ".",
1218 ],
1219 deps = [
1220 "//external:protobuf_compiler",
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08001221 ":grpc++_codegen_lib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001222 ],
1223)
1224
1225
Rob Earhartb7b8d052016-03-29 11:35:29 -07001226
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001227cc_library(
1228 name = "grpc_csharp_ext",
1229 srcs = [
1230 "src/csharp/ext/grpc_csharp_ext.c",
1231 ],
1232 hdrs = [
1233 ],
1234 includes = [
1235 "include",
1236 ".",
1237 ],
1238 deps = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001239 ":grpc",
Craig Tillerda179ce2016-02-09 12:01:53 -08001240 ":gpr",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001241 ],
1242)
1243
1244
1245
Rob Earhartb7b8d052016-03-29 11:35:29 -07001246
Jorge Canizales140bca82015-06-20 09:47:00 -07001247objc_library(
Craig Tillerda179ce2016-02-09 12:01:53 -08001248 name = "gpr_objc",
1249 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -07001250 "src/core/lib/profiling/basic_timers.c",
1251 "src/core/lib/profiling/stap_timers.c",
1252 "src/core/lib/support/alloc.c",
1253 "src/core/lib/support/avl.c",
1254 "src/core/lib/support/backoff.c",
1255 "src/core/lib/support/cmdline.c",
1256 "src/core/lib/support/cpu_iphone.c",
1257 "src/core/lib/support/cpu_linux.c",
1258 "src/core/lib/support/cpu_posix.c",
1259 "src/core/lib/support/cpu_windows.c",
1260 "src/core/lib/support/env_linux.c",
1261 "src/core/lib/support/env_posix.c",
1262 "src/core/lib/support/env_win32.c",
1263 "src/core/lib/support/histogram.c",
1264 "src/core/lib/support/host_port.c",
1265 "src/core/lib/support/load_file.c",
1266 "src/core/lib/support/log.c",
1267 "src/core/lib/support/log_android.c",
1268 "src/core/lib/support/log_linux.c",
1269 "src/core/lib/support/log_posix.c",
1270 "src/core/lib/support/log_win32.c",
1271 "src/core/lib/support/murmur_hash.c",
1272 "src/core/lib/support/slice.c",
1273 "src/core/lib/support/slice_buffer.c",
1274 "src/core/lib/support/stack_lockfree.c",
1275 "src/core/lib/support/string.c",
1276 "src/core/lib/support/string_posix.c",
1277 "src/core/lib/support/string_win32.c",
1278 "src/core/lib/support/subprocess_posix.c",
1279 "src/core/lib/support/subprocess_windows.c",
1280 "src/core/lib/support/sync.c",
1281 "src/core/lib/support/sync_posix.c",
1282 "src/core/lib/support/sync_win32.c",
1283 "src/core/lib/support/thd.c",
1284 "src/core/lib/support/thd_posix.c",
1285 "src/core/lib/support/thd_win32.c",
1286 "src/core/lib/support/time.c",
1287 "src/core/lib/support/time_posix.c",
1288 "src/core/lib/support/time_precise.c",
1289 "src/core/lib/support/time_win32.c",
1290 "src/core/lib/support/tls_pthread.c",
1291 "src/core/lib/support/tmpfile_posix.c",
1292 "src/core/lib/support/tmpfile_win32.c",
1293 "src/core/lib/support/wrap_memcpy.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08001294 ],
1295 hdrs = [
Craig Tiller44cc10b2016-03-28 10:45:29 -07001296 "include/grpc/impl/codegen/alloc.h",
1297 "include/grpc/impl/codegen/atm.h",
1298 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1299 "include/grpc/impl/codegen/atm_gcc_sync.h",
1300 "include/grpc/impl/codegen/atm_win32.h",
1301 "include/grpc/impl/codegen/log.h",
1302 "include/grpc/impl/codegen/port_platform.h",
1303 "include/grpc/impl/codegen/slice.h",
1304 "include/grpc/impl/codegen/slice_buffer.h",
1305 "include/grpc/impl/codegen/sync.h",
1306 "include/grpc/impl/codegen/sync_generic.h",
1307 "include/grpc/impl/codegen/sync_posix.h",
1308 "include/grpc/impl/codegen/sync_win32.h",
1309 "include/grpc/impl/codegen/time.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001310 "include/grpc/support/alloc.h",
1311 "include/grpc/support/atm.h",
1312 "include/grpc/support/atm_gcc_atomic.h",
1313 "include/grpc/support/atm_gcc_sync.h",
1314 "include/grpc/support/atm_win32.h",
1315 "include/grpc/support/avl.h",
1316 "include/grpc/support/cmdline.h",
1317 "include/grpc/support/cpu.h",
1318 "include/grpc/support/histogram.h",
1319 "include/grpc/support/host_port.h",
1320 "include/grpc/support/log.h",
1321 "include/grpc/support/log_win32.h",
1322 "include/grpc/support/port_platform.h",
1323 "include/grpc/support/slice.h",
1324 "include/grpc/support/slice_buffer.h",
1325 "include/grpc/support/string_util.h",
1326 "include/grpc/support/subprocess.h",
1327 "include/grpc/support/sync.h",
1328 "include/grpc/support/sync_generic.h",
1329 "include/grpc/support/sync_posix.h",
1330 "include/grpc/support/sync_win32.h",
1331 "include/grpc/support/thd.h",
1332 "include/grpc/support/time.h",
1333 "include/grpc/support/tls.h",
1334 "include/grpc/support/tls_gcc.h",
1335 "include/grpc/support/tls_msvc.h",
1336 "include/grpc/support/tls_pthread.h",
1337 "include/grpc/support/useful.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001338 "src/core/lib/profiling/timers.h",
1339 "src/core/lib/support/backoff.h",
1340 "src/core/lib/support/block_annotate.h",
1341 "src/core/lib/support/env.h",
1342 "src/core/lib/support/load_file.h",
1343 "src/core/lib/support/murmur_hash.h",
1344 "src/core/lib/support/stack_lockfree.h",
1345 "src/core/lib/support/string.h",
1346 "src/core/lib/support/string_win32.h",
1347 "src/core/lib/support/thd_internal.h",
1348 "src/core/lib/support/time_precise.h",
1349 "src/core/lib/support/tmpfile.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001350 ],
1351 includes = [
1352 "include",
1353 ".",
1354 ],
1355 deps = [
1356 ],
1357)
1358
1359
Rob Earhartb7b8d052016-03-29 11:35:29 -07001360
Craig Tillerda179ce2016-02-09 12:01:53 -08001361objc_library(
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001362 name = "grpc_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07001363 srcs = [
Craig Tiller44cc10b2016-03-28 10:45:29 -07001364 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
1365 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
1366 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
1367 "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c",
1368 "src/core/ext/transport/chttp2/transport/alpn.c",
1369 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
1370 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
1371 "src/core/ext/transport/chttp2/transport/frame_data.c",
1372 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
1373 "src/core/ext/transport/chttp2/transport/frame_ping.c",
1374 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
1375 "src/core/ext/transport/chttp2/transport/frame_settings.c",
1376 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
1377 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
1378 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
1379 "src/core/ext/transport/chttp2/transport/hpack_table.c",
1380 "src/core/ext/transport/chttp2/transport/huffsyms.c",
1381 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
1382 "src/core/ext/transport/chttp2/transport/parsing.c",
1383 "src/core/ext/transport/chttp2/transport/status_conversion.c",
1384 "src/core/ext/transport/chttp2/transport/stream_lists.c",
1385 "src/core/ext/transport/chttp2/transport/stream_map.c",
1386 "src/core/ext/transport/chttp2/transport/timeout_encoding.c",
1387 "src/core/ext/transport/chttp2/transport/varint.c",
1388 "src/core/ext/transport/chttp2/transport/writing.c",
1389 "src/core/lib/census/context.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001390 "src/core/lib/census/grpc_context.c",
1391 "src/core/lib/census/grpc_filter.c",
1392 "src/core/lib/census/grpc_plugin.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001393 "src/core/lib/census/initialize.c",
1394 "src/core/lib/census/mlog.c",
1395 "src/core/lib/census/operation.c",
1396 "src/core/lib/census/placeholders.c",
1397 "src/core/lib/census/tracing.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001398 "src/core/lib/channel/channel_args.c",
1399 "src/core/lib/channel/channel_stack.c",
1400 "src/core/lib/channel/channel_stack_builder.c",
1401 "src/core/lib/channel/client_channel.c",
1402 "src/core/lib/channel/compress_filter.c",
1403 "src/core/lib/channel/connected_channel.c",
1404 "src/core/lib/channel/http_client_filter.c",
1405 "src/core/lib/channel/http_server_filter.c",
1406 "src/core/lib/channel/subchannel_call_holder.c",
1407 "src/core/lib/client_config/client_config.c",
1408 "src/core/lib/client_config/connector.c",
1409 "src/core/lib/client_config/default_initial_connect_string.c",
1410 "src/core/lib/client_config/initial_connect_string.c",
1411 "src/core/lib/client_config/lb_policies/load_balancer_api.c",
1412 "src/core/lib/client_config/lb_policies/pick_first.c",
1413 "src/core/lib/client_config/lb_policies/round_robin.c",
1414 "src/core/lib/client_config/lb_policy.c",
1415 "src/core/lib/client_config/lb_policy_factory.c",
1416 "src/core/lib/client_config/lb_policy_registry.c",
1417 "src/core/lib/client_config/resolver.c",
1418 "src/core/lib/client_config/resolver_factory.c",
1419 "src/core/lib/client_config/resolver_registry.c",
1420 "src/core/lib/client_config/resolvers/dns_resolver.c",
1421 "src/core/lib/client_config/resolvers/sockaddr_resolver.c",
1422 "src/core/lib/client_config/subchannel.c",
1423 "src/core/lib/client_config/subchannel_factory.c",
1424 "src/core/lib/client_config/subchannel_index.c",
1425 "src/core/lib/client_config/uri_parser.c",
1426 "src/core/lib/compression/compression_algorithm.c",
1427 "src/core/lib/compression/message_compress.c",
1428 "src/core/lib/debug/trace.c",
1429 "src/core/lib/http/format_request.c",
1430 "src/core/lib/http/httpcli.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001431 "src/core/lib/http/httpcli_security_connector.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001432 "src/core/lib/http/parser.c",
1433 "src/core/lib/iomgr/closure.c",
1434 "src/core/lib/iomgr/endpoint.c",
1435 "src/core/lib/iomgr/endpoint_pair_posix.c",
1436 "src/core/lib/iomgr/endpoint_pair_windows.c",
1437 "src/core/lib/iomgr/exec_ctx.c",
1438 "src/core/lib/iomgr/executor.c",
1439 "src/core/lib/iomgr/fd_posix.c",
1440 "src/core/lib/iomgr/iocp_windows.c",
1441 "src/core/lib/iomgr/iomgr.c",
1442 "src/core/lib/iomgr/iomgr_posix.c",
1443 "src/core/lib/iomgr/iomgr_windows.c",
1444 "src/core/lib/iomgr/pollset_multipoller_with_epoll.c",
1445 "src/core/lib/iomgr/pollset_multipoller_with_poll_posix.c",
1446 "src/core/lib/iomgr/pollset_posix.c",
1447 "src/core/lib/iomgr/pollset_set_posix.c",
1448 "src/core/lib/iomgr/pollset_set_windows.c",
1449 "src/core/lib/iomgr/pollset_windows.c",
1450 "src/core/lib/iomgr/resolve_address_posix.c",
1451 "src/core/lib/iomgr/resolve_address_windows.c",
1452 "src/core/lib/iomgr/sockaddr_utils.c",
1453 "src/core/lib/iomgr/socket_utils_common_posix.c",
1454 "src/core/lib/iomgr/socket_utils_linux.c",
1455 "src/core/lib/iomgr/socket_utils_posix.c",
1456 "src/core/lib/iomgr/socket_windows.c",
1457 "src/core/lib/iomgr/tcp_client_posix.c",
1458 "src/core/lib/iomgr/tcp_client_windows.c",
1459 "src/core/lib/iomgr/tcp_posix.c",
1460 "src/core/lib/iomgr/tcp_server_posix.c",
1461 "src/core/lib/iomgr/tcp_server_windows.c",
1462 "src/core/lib/iomgr/tcp_windows.c",
1463 "src/core/lib/iomgr/time_averaged_stats.c",
1464 "src/core/lib/iomgr/timer.c",
1465 "src/core/lib/iomgr/timer_heap.c",
1466 "src/core/lib/iomgr/udp_server.c",
1467 "src/core/lib/iomgr/unix_sockets_posix.c",
1468 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
1469 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
1470 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
1471 "src/core/lib/iomgr/wakeup_fd_pipe.c",
1472 "src/core/lib/iomgr/wakeup_fd_posix.c",
1473 "src/core/lib/iomgr/workqueue_posix.c",
1474 "src/core/lib/iomgr/workqueue_windows.c",
1475 "src/core/lib/json/json.c",
1476 "src/core/lib/json/json_reader.c",
1477 "src/core/lib/json/json_string.c",
1478 "src/core/lib/json/json_writer.c",
1479 "src/core/lib/proto/grpc/lb/v0/load_balancer.pb.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001480 "src/core/lib/security/b64.c",
1481 "src/core/lib/security/client_auth_filter.c",
1482 "src/core/lib/security/credentials.c",
1483 "src/core/lib/security/credentials_metadata.c",
1484 "src/core/lib/security/credentials_posix.c",
1485 "src/core/lib/security/credentials_win32.c",
1486 "src/core/lib/security/google_default_credentials.c",
1487 "src/core/lib/security/handshake.c",
1488 "src/core/lib/security/json_token.c",
1489 "src/core/lib/security/jwt_verifier.c",
1490 "src/core/lib/security/secure_endpoint.c",
1491 "src/core/lib/security/security_connector.c",
1492 "src/core/lib/security/security_context.c",
1493 "src/core/lib/security/server_auth_filter.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001494 "src/core/lib/surface/alarm.c",
1495 "src/core/lib/surface/api_trace.c",
1496 "src/core/lib/surface/byte_buffer.c",
1497 "src/core/lib/surface/byte_buffer_reader.c",
1498 "src/core/lib/surface/call.c",
1499 "src/core/lib/surface/call_details.c",
1500 "src/core/lib/surface/call_log_batch.c",
1501 "src/core/lib/surface/channel.c",
1502 "src/core/lib/surface/channel_connectivity.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001503 "src/core/lib/surface/channel_init.c",
1504 "src/core/lib/surface/channel_ping.c",
1505 "src/core/lib/surface/channel_stack_type.c",
1506 "src/core/lib/surface/completion_queue.c",
1507 "src/core/lib/surface/event_string.c",
1508 "src/core/lib/surface/init.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001509 "src/core/lib/surface/init_secure.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001510 "src/core/lib/surface/lame_client.c",
1511 "src/core/lib/surface/metadata_array.c",
1512 "src/core/lib/surface/server.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001513 "src/core/lib/surface/validate_metadata.c",
1514 "src/core/lib/surface/version.c",
1515 "src/core/lib/transport/byte_stream.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001516 "src/core/lib/transport/connectivity_state.c",
1517 "src/core/lib/transport/metadata.c",
1518 "src/core/lib/transport/metadata_batch.c",
1519 "src/core/lib/transport/static_metadata.c",
1520 "src/core/lib/transport/transport.c",
1521 "src/core/lib/transport/transport_op_string.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001522 "src/core/lib/tsi/fake_transport_security.c",
1523 "src/core/lib/tsi/ssl_transport_security.c",
1524 "src/core/lib/tsi/transport_security.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001525 ],
1526 hdrs = [
1527 "include/grpc/byte_buffer.h",
1528 "include/grpc/byte_buffer_reader.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001529 "include/grpc/census.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001530 "include/grpc/compression.h",
1531 "include/grpc/grpc.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001532 "include/grpc/grpc_security.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001533 "include/grpc/impl/codegen/byte_buffer.h",
1534 "include/grpc/impl/codegen/compression_types.h",
1535 "include/grpc/impl/codegen/connectivity_state.h",
1536 "include/grpc/impl/codegen/grpc_types.h",
1537 "include/grpc/impl/codegen/propagation_bits.h",
1538 "include/grpc/impl/codegen/status.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001539 "include/grpc/status.h",
1540 "src/core/ext/transport/chttp2/transport/alpn.h",
1541 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
1542 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
1543 "src/core/ext/transport/chttp2/transport/frame.h",
1544 "src/core/ext/transport/chttp2/transport/frame_data.h",
1545 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
1546 "src/core/ext/transport/chttp2/transport/frame_ping.h",
1547 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
1548 "src/core/ext/transport/chttp2/transport/frame_settings.h",
1549 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
1550 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
1551 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
1552 "src/core/ext/transport/chttp2/transport/hpack_table.h",
1553 "src/core/ext/transport/chttp2/transport/http2_errors.h",
1554 "src/core/ext/transport/chttp2/transport/huffsyms.h",
1555 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
1556 "src/core/ext/transport/chttp2/transport/internal.h",
1557 "src/core/ext/transport/chttp2/transport/status_conversion.h",
1558 "src/core/ext/transport/chttp2/transport/stream_map.h",
1559 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
1560 "src/core/ext/transport/chttp2/transport/varint.h",
1561 "src/core/lib/census/aggregation.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001562 "src/core/lib/census/grpc_filter.h",
1563 "src/core/lib/census/grpc_plugin.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001564 "src/core/lib/census/mlog.h",
1565 "src/core/lib/census/rpc_metric_id.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001566 "src/core/lib/channel/channel_args.h",
1567 "src/core/lib/channel/channel_stack.h",
1568 "src/core/lib/channel/channel_stack_builder.h",
1569 "src/core/lib/channel/client_channel.h",
1570 "src/core/lib/channel/compress_filter.h",
1571 "src/core/lib/channel/connected_channel.h",
1572 "src/core/lib/channel/context.h",
1573 "src/core/lib/channel/http_client_filter.h",
1574 "src/core/lib/channel/http_server_filter.h",
1575 "src/core/lib/channel/subchannel_call_holder.h",
1576 "src/core/lib/client_config/client_config.h",
1577 "src/core/lib/client_config/connector.h",
1578 "src/core/lib/client_config/initial_connect_string.h",
1579 "src/core/lib/client_config/lb_policies/load_balancer_api.h",
1580 "src/core/lib/client_config/lb_policies/pick_first.h",
1581 "src/core/lib/client_config/lb_policies/round_robin.h",
1582 "src/core/lib/client_config/lb_policy.h",
1583 "src/core/lib/client_config/lb_policy_factory.h",
1584 "src/core/lib/client_config/lb_policy_registry.h",
1585 "src/core/lib/client_config/resolver.h",
1586 "src/core/lib/client_config/resolver_factory.h",
1587 "src/core/lib/client_config/resolver_registry.h",
1588 "src/core/lib/client_config/resolvers/dns_resolver.h",
1589 "src/core/lib/client_config/resolvers/sockaddr_resolver.h",
1590 "src/core/lib/client_config/subchannel.h",
1591 "src/core/lib/client_config/subchannel_factory.h",
1592 "src/core/lib/client_config/subchannel_index.h",
1593 "src/core/lib/client_config/uri_parser.h",
1594 "src/core/lib/compression/algorithm_metadata.h",
1595 "src/core/lib/compression/message_compress.h",
1596 "src/core/lib/debug/trace.h",
1597 "src/core/lib/http/format_request.h",
1598 "src/core/lib/http/httpcli.h",
1599 "src/core/lib/http/parser.h",
1600 "src/core/lib/iomgr/closure.h",
1601 "src/core/lib/iomgr/endpoint.h",
1602 "src/core/lib/iomgr/endpoint_pair.h",
1603 "src/core/lib/iomgr/exec_ctx.h",
1604 "src/core/lib/iomgr/executor.h",
1605 "src/core/lib/iomgr/fd_posix.h",
1606 "src/core/lib/iomgr/iocp_windows.h",
1607 "src/core/lib/iomgr/iomgr.h",
1608 "src/core/lib/iomgr/iomgr_internal.h",
1609 "src/core/lib/iomgr/iomgr_posix.h",
1610 "src/core/lib/iomgr/pollset.h",
1611 "src/core/lib/iomgr/pollset_posix.h",
1612 "src/core/lib/iomgr/pollset_set.h",
1613 "src/core/lib/iomgr/pollset_set_posix.h",
1614 "src/core/lib/iomgr/pollset_set_windows.h",
1615 "src/core/lib/iomgr/pollset_windows.h",
1616 "src/core/lib/iomgr/resolve_address.h",
1617 "src/core/lib/iomgr/sockaddr.h",
1618 "src/core/lib/iomgr/sockaddr_posix.h",
1619 "src/core/lib/iomgr/sockaddr_utils.h",
1620 "src/core/lib/iomgr/sockaddr_win32.h",
1621 "src/core/lib/iomgr/socket_utils_posix.h",
1622 "src/core/lib/iomgr/socket_windows.h",
1623 "src/core/lib/iomgr/tcp_client.h",
1624 "src/core/lib/iomgr/tcp_posix.h",
1625 "src/core/lib/iomgr/tcp_server.h",
1626 "src/core/lib/iomgr/tcp_windows.h",
1627 "src/core/lib/iomgr/time_averaged_stats.h",
1628 "src/core/lib/iomgr/timer.h",
1629 "src/core/lib/iomgr/timer_heap.h",
1630 "src/core/lib/iomgr/udp_server.h",
1631 "src/core/lib/iomgr/unix_sockets_posix.h",
1632 "src/core/lib/iomgr/wakeup_fd_pipe.h",
1633 "src/core/lib/iomgr/wakeup_fd_posix.h",
1634 "src/core/lib/iomgr/workqueue.h",
1635 "src/core/lib/iomgr/workqueue_posix.h",
1636 "src/core/lib/iomgr/workqueue_windows.h",
1637 "src/core/lib/json/json.h",
1638 "src/core/lib/json/json_common.h",
1639 "src/core/lib/json/json_reader.h",
1640 "src/core/lib/json/json_writer.h",
1641 "src/core/lib/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001642 "src/core/lib/security/auth_filters.h",
1643 "src/core/lib/security/b64.h",
1644 "src/core/lib/security/credentials.h",
1645 "src/core/lib/security/handshake.h",
1646 "src/core/lib/security/json_token.h",
1647 "src/core/lib/security/jwt_verifier.h",
1648 "src/core/lib/security/secure_endpoint.h",
1649 "src/core/lib/security/security_connector.h",
1650 "src/core/lib/security/security_context.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001651 "src/core/lib/statistics/census_interface.h",
1652 "src/core/lib/statistics/census_rpc_stats.h",
1653 "src/core/lib/surface/api_trace.h",
1654 "src/core/lib/surface/call.h",
1655 "src/core/lib/surface/call_test_only.h",
1656 "src/core/lib/surface/channel.h",
1657 "src/core/lib/surface/channel_init.h",
1658 "src/core/lib/surface/channel_stack_type.h",
1659 "src/core/lib/surface/completion_queue.h",
1660 "src/core/lib/surface/event_string.h",
1661 "src/core/lib/surface/init.h",
1662 "src/core/lib/surface/lame_client.h",
1663 "src/core/lib/surface/server.h",
1664 "src/core/lib/surface/surface_trace.h",
1665 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001666 "src/core/lib/transport/connectivity_state.h",
1667 "src/core/lib/transport/metadata.h",
1668 "src/core/lib/transport/metadata_batch.h",
1669 "src/core/lib/transport/static_metadata.h",
1670 "src/core/lib/transport/transport.h",
1671 "src/core/lib/transport/transport_impl.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001672 "src/core/lib/tsi/fake_transport_security.h",
1673 "src/core/lib/tsi/ssl_transport_security.h",
1674 "src/core/lib/tsi/ssl_types.h",
1675 "src/core/lib/tsi/transport_security.h",
1676 "src/core/lib/tsi/transport_security_interface.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001677 ],
1678 includes = [
1679 "include",
1680 ".",
1681 ],
1682 deps = [
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 ":gpr_objc",
Jorge Canizales4dc4e3d2015-06-26 22:12:02 -07001684 "//external:libssl_objc",
Rob Earhartb7b8d052016-03-29 11:35:29 -07001685 "//external:nanopb",
Jorge Canizales140bca82015-06-20 09:47:00 -07001686 ],
Jorge Canizales8c1fd042015-06-22 19:11:36 -07001687 sdk_dylibs = ["libz"],
Jorge Canizales140bca82015-06-20 09:47:00 -07001688)
1689
1690
1691
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001692cc_binary(
1693 name = "grpc_cpp_plugin",
1694 srcs = [
1695 "src/compiler/cpp_plugin.cc",
1696 ],
1697 deps = [
1698 "//external:protobuf_compiler",
1699 ":grpc_plugin_support",
1700 ],
1701)
1702
1703
1704cc_binary(
Jan Tattermusch2d924952015-05-06 10:23:17 -07001705 name = "grpc_csharp_plugin",
1706 srcs = [
1707 "src/compiler/csharp_plugin.cc",
1708 ],
1709 deps = [
1710 "//external:protobuf_compiler",
1711 ":grpc_plugin_support",
1712 ],
1713)
1714
1715
1716cc_binary(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001717 name = "grpc_objective_c_plugin",
1718 srcs = [
1719 "src/compiler/objective_c_plugin.cc",
1720 ],
1721 deps = [
1722 "//external:protobuf_compiler",
1723 ":grpc_plugin_support",
1724 ],
1725)
1726
1727
1728cc_binary(
1729 name = "grpc_python_plugin",
1730 srcs = [
1731 "src/compiler/python_plugin.cc",
1732 ],
1733 deps = [
1734 "//external:protobuf_compiler",
1735 ":grpc_plugin_support",
1736 ],
1737)
1738
1739
1740cc_binary(
1741 name = "grpc_ruby_plugin",
1742 srcs = [
1743 "src/compiler/ruby_plugin.cc",
1744 ],
1745 deps = [
1746 "//external:protobuf_compiler",
1747 ":grpc_plugin_support",
1748 ],
1749)
1750
1751
1752
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02001753
1754
Jorge Canizales140bca82015-06-20 09:47:00 -07001755
Jorge Canizales91e67a22015-06-24 13:50:04 -07001756
1757
Jorge Canizales44dc4232015-06-19 16:30:31 -07001758objc_path = "src/objective-c"
Jorge Canizales140bca82015-06-20 09:47:00 -07001759
Jorge Canizales44dc4232015-06-19 16:30:31 -07001760rx_library_path = objc_path + "/RxLibrary"
1761
1762objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07001763 name = "rx_library",
1764 hdrs = glob([
1765 rx_library_path + "/*.h",
1766 rx_library_path + "/transformations/*.h",
1767 ]),
1768 srcs = glob([
1769 rx_library_path + "/*.m",
1770 rx_library_path + "/transformations/*.m",
1771 ]),
1772 includes = [objc_path],
1773 deps = [
1774 ":rx_library_private",
1775 ],
Jorge Canizales44dc4232015-06-19 16:30:31 -07001776)
1777
1778objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07001779 name = "rx_library_private",
1780 hdrs = glob([rx_library_path + "/private/*.h"]),
1781 srcs = glob([rx_library_path + "/private/*.m"]),
1782 visibility = ["//visibility:private"],
Jorge Canizales44dc4232015-06-19 16:30:31 -07001783)
Jorge Canizales866255e2015-06-20 18:58:38 -07001784
1785objc_client_path = objc_path + "/GRPCClient"
1786
1787objc_library(
1788 name = "grpc_client",
1789 hdrs = glob([
1790 objc_client_path + "/*.h",
1791 objc_client_path + "/private/*.h",
1792 ]),
1793 srcs = glob([
1794 objc_client_path + "/*.m",
1795 objc_client_path + "/private/*.m",
1796 ]),
1797 includes = [objc_path],
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07001798 bundles = [":gRPCCertificates"],
Jorge Canizales866255e2015-06-20 18:58:38 -07001799 deps = [
1800 ":grpc_objc",
1801 ":rx_library",
1802 ],
1803)
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07001804
1805objc_bundle_library(
1806 # The choice of name is signicant here, since it determines the bundle name.
1807 name = "gRPCCertificates",
1808 resources = ["etc/roots.pem"],
1809)
Jorge Canizales50f19822015-06-28 23:48:30 -07001810
1811proto_objc_rpc_path = objc_path + "/ProtoRPC"
1812
1813objc_library(
1814 name = "proto_objc_rpc",
1815 hdrs = glob([
1816 proto_objc_rpc_path + "/*.h",
1817 ]),
1818 srcs = glob([
1819 proto_objc_rpc_path + "/*.m",
1820 ]),
1821 includes = [objc_path],
1822 deps = [
1823 ":grpc_client",
1824 ":rx_library",
1825 "//external:protobuf_objc",
1826 ],
1827)