blob: ef78f44508facd84fccb9a159b311054f5c590c8 [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(
Craig Tillerda179ce2016-02-09 12:01:53 -080045 name = "gpr",
46 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -070047 "src/core/lib/profiling/timers.h",
48 "src/core/lib/support/backoff.h",
49 "src/core/lib/support/block_annotate.h",
50 "src/core/lib/support/env.h",
51 "src/core/lib/support/load_file.h",
52 "src/core/lib/support/murmur_hash.h",
53 "src/core/lib/support/stack_lockfree.h",
54 "src/core/lib/support/string.h",
55 "src/core/lib/support/string_win32.h",
56 "src/core/lib/support/thd_internal.h",
57 "src/core/lib/support/time_precise.h",
58 "src/core/lib/support/tmpfile.h",
59 "src/core/lib/profiling/basic_timers.c",
60 "src/core/lib/profiling/stap_timers.c",
61 "src/core/lib/support/alloc.c",
62 "src/core/lib/support/avl.c",
63 "src/core/lib/support/backoff.c",
64 "src/core/lib/support/cmdline.c",
65 "src/core/lib/support/cpu_iphone.c",
66 "src/core/lib/support/cpu_linux.c",
67 "src/core/lib/support/cpu_posix.c",
68 "src/core/lib/support/cpu_windows.c",
69 "src/core/lib/support/env_linux.c",
70 "src/core/lib/support/env_posix.c",
71 "src/core/lib/support/env_win32.c",
72 "src/core/lib/support/histogram.c",
73 "src/core/lib/support/host_port.c",
74 "src/core/lib/support/load_file.c",
75 "src/core/lib/support/log.c",
76 "src/core/lib/support/log_android.c",
77 "src/core/lib/support/log_linux.c",
78 "src/core/lib/support/log_posix.c",
79 "src/core/lib/support/log_win32.c",
80 "src/core/lib/support/murmur_hash.c",
81 "src/core/lib/support/slice.c",
82 "src/core/lib/support/slice_buffer.c",
83 "src/core/lib/support/stack_lockfree.c",
84 "src/core/lib/support/string.c",
85 "src/core/lib/support/string_posix.c",
86 "src/core/lib/support/string_win32.c",
87 "src/core/lib/support/subprocess_posix.c",
88 "src/core/lib/support/subprocess_windows.c",
89 "src/core/lib/support/sync.c",
90 "src/core/lib/support/sync_posix.c",
91 "src/core/lib/support/sync_win32.c",
92 "src/core/lib/support/thd.c",
93 "src/core/lib/support/thd_posix.c",
94 "src/core/lib/support/thd_win32.c",
95 "src/core/lib/support/time.c",
96 "src/core/lib/support/time_posix.c",
97 "src/core/lib/support/time_precise.c",
98 "src/core/lib/support/time_win32.c",
99 "src/core/lib/support/tls_pthread.c",
100 "src/core/lib/support/tmpfile_posix.c",
101 "src/core/lib/support/tmpfile_win32.c",
102 "src/core/lib/support/wrap_memcpy.c",
Craig Tillerda179ce2016-02-09 12:01:53 -0800103 ],
104 hdrs = [
105 "include/grpc/support/alloc.h",
106 "include/grpc/support/atm.h",
107 "include/grpc/support/atm_gcc_atomic.h",
108 "include/grpc/support/atm_gcc_sync.h",
109 "include/grpc/support/atm_win32.h",
110 "include/grpc/support/avl.h",
111 "include/grpc/support/cmdline.h",
112 "include/grpc/support/cpu.h",
113 "include/grpc/support/histogram.h",
114 "include/grpc/support/host_port.h",
115 "include/grpc/support/log.h",
116 "include/grpc/support/log_win32.h",
117 "include/grpc/support/port_platform.h",
118 "include/grpc/support/slice.h",
119 "include/grpc/support/slice_buffer.h",
120 "include/grpc/support/string_util.h",
121 "include/grpc/support/subprocess.h",
122 "include/grpc/support/sync.h",
123 "include/grpc/support/sync_generic.h",
124 "include/grpc/support/sync_posix.h",
125 "include/grpc/support/sync_win32.h",
126 "include/grpc/support/thd.h",
127 "include/grpc/support/time.h",
128 "include/grpc/support/tls.h",
129 "include/grpc/support/tls_gcc.h",
130 "include/grpc/support/tls_msvc.h",
131 "include/grpc/support/tls_pthread.h",
132 "include/grpc/support/useful.h",
133 "include/grpc/impl/codegen/alloc.h",
134 "include/grpc/impl/codegen/atm.h",
135 "include/grpc/impl/codegen/atm_gcc_atomic.h",
136 "include/grpc/impl/codegen/atm_gcc_sync.h",
137 "include/grpc/impl/codegen/atm_win32.h",
Craig Tillerda179ce2016-02-09 12:01:53 -0800138 "include/grpc/impl/codegen/log.h",
139 "include/grpc/impl/codegen/port_platform.h",
Craig Tillerda179ce2016-02-09 12:01:53 -0800140 "include/grpc/impl/codegen/slice.h",
141 "include/grpc/impl/codegen/slice_buffer.h",
Craig Tillerda179ce2016-02-09 12:01:53 -0800142 "include/grpc/impl/codegen/sync.h",
143 "include/grpc/impl/codegen/sync_generic.h",
144 "include/grpc/impl/codegen/sync_posix.h",
145 "include/grpc/impl/codegen/sync_win32.h",
146 "include/grpc/impl/codegen/time.h",
147 ],
148 includes = [
149 "include",
150 ".",
151 ],
152 deps = [
153 ],
154)
155
156
157cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700158 name = "grpc",
159 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -0700160 "src/core/lib/census/grpc_filter.h",
161 "src/core/lib/census/grpc_plugin.h",
162 "src/core/lib/channel/channel_args.h",
163 "src/core/lib/channel/channel_stack.h",
164 "src/core/lib/channel/channel_stack_builder.h",
165 "src/core/lib/channel/client_channel.h",
166 "src/core/lib/channel/compress_filter.h",
167 "src/core/lib/channel/connected_channel.h",
168 "src/core/lib/channel/context.h",
169 "src/core/lib/channel/http_client_filter.h",
170 "src/core/lib/channel/http_server_filter.h",
171 "src/core/lib/channel/subchannel_call_holder.h",
172 "src/core/lib/client_config/client_config.h",
173 "src/core/lib/client_config/connector.h",
174 "src/core/lib/client_config/initial_connect_string.h",
175 "src/core/lib/client_config/lb_policies/load_balancer_api.h",
176 "src/core/lib/client_config/lb_policies/pick_first.h",
177 "src/core/lib/client_config/lb_policies/round_robin.h",
178 "src/core/lib/client_config/lb_policy.h",
179 "src/core/lib/client_config/lb_policy_factory.h",
180 "src/core/lib/client_config/lb_policy_registry.h",
181 "src/core/lib/client_config/resolver.h",
182 "src/core/lib/client_config/resolver_factory.h",
183 "src/core/lib/client_config/resolver_registry.h",
184 "src/core/lib/client_config/resolvers/dns_resolver.h",
185 "src/core/lib/client_config/resolvers/sockaddr_resolver.h",
186 "src/core/lib/client_config/subchannel.h",
187 "src/core/lib/client_config/subchannel_factory.h",
188 "src/core/lib/client_config/subchannel_index.h",
189 "src/core/lib/client_config/uri_parser.h",
190 "src/core/lib/compression/algorithm_metadata.h",
191 "src/core/lib/compression/message_compress.h",
192 "src/core/lib/debug/trace.h",
193 "src/core/lib/http/format_request.h",
194 "src/core/lib/http/httpcli.h",
195 "src/core/lib/http/parser.h",
196 "src/core/lib/iomgr/closure.h",
197 "src/core/lib/iomgr/endpoint.h",
198 "src/core/lib/iomgr/endpoint_pair.h",
199 "src/core/lib/iomgr/exec_ctx.h",
200 "src/core/lib/iomgr/executor.h",
201 "src/core/lib/iomgr/fd_posix.h",
202 "src/core/lib/iomgr/iocp_windows.h",
203 "src/core/lib/iomgr/iomgr.h",
204 "src/core/lib/iomgr/iomgr_internal.h",
205 "src/core/lib/iomgr/iomgr_posix.h",
206 "src/core/lib/iomgr/pollset.h",
207 "src/core/lib/iomgr/pollset_posix.h",
208 "src/core/lib/iomgr/pollset_set.h",
209 "src/core/lib/iomgr/pollset_set_posix.h",
210 "src/core/lib/iomgr/pollset_set_windows.h",
211 "src/core/lib/iomgr/pollset_windows.h",
212 "src/core/lib/iomgr/resolve_address.h",
213 "src/core/lib/iomgr/sockaddr.h",
214 "src/core/lib/iomgr/sockaddr_posix.h",
215 "src/core/lib/iomgr/sockaddr_utils.h",
216 "src/core/lib/iomgr/sockaddr_win32.h",
217 "src/core/lib/iomgr/socket_utils_posix.h",
218 "src/core/lib/iomgr/socket_windows.h",
219 "src/core/lib/iomgr/tcp_client.h",
220 "src/core/lib/iomgr/tcp_posix.h",
221 "src/core/lib/iomgr/tcp_server.h",
222 "src/core/lib/iomgr/tcp_windows.h",
223 "src/core/lib/iomgr/time_averaged_stats.h",
224 "src/core/lib/iomgr/timer.h",
225 "src/core/lib/iomgr/timer_heap.h",
226 "src/core/lib/iomgr/udp_server.h",
227 "src/core/lib/iomgr/unix_sockets_posix.h",
228 "src/core/lib/iomgr/wakeup_fd_pipe.h",
229 "src/core/lib/iomgr/wakeup_fd_posix.h",
230 "src/core/lib/iomgr/workqueue.h",
231 "src/core/lib/iomgr/workqueue_posix.h",
232 "src/core/lib/iomgr/workqueue_windows.h",
233 "src/core/lib/json/json.h",
234 "src/core/lib/json/json_common.h",
235 "src/core/lib/json/json_reader.h",
236 "src/core/lib/json/json_writer.h",
237 "src/core/lib/proto/grpc/lb/v0/load_balancer.pb.h",
238 "src/core/lib/statistics/census_interface.h",
239 "src/core/lib/statistics/census_rpc_stats.h",
240 "src/core/lib/surface/api_trace.h",
241 "src/core/lib/surface/call.h",
242 "src/core/lib/surface/call_test_only.h",
243 "src/core/lib/surface/channel.h",
244 "src/core/lib/surface/channel_init.h",
245 "src/core/lib/surface/channel_stack_type.h",
246 "src/core/lib/surface/completion_queue.h",
247 "src/core/lib/surface/event_string.h",
248 "src/core/lib/surface/init.h",
249 "src/core/lib/surface/lame_client.h",
250 "src/core/lib/surface/server.h",
251 "src/core/lib/surface/surface_trace.h",
252 "src/core/lib/transport/byte_stream.h",
253 "src/core/lib/transport/chttp2/alpn.h",
254 "src/core/lib/transport/chttp2/bin_encoder.h",
255 "src/core/lib/transport/chttp2/frame.h",
256 "src/core/lib/transport/chttp2/frame_data.h",
257 "src/core/lib/transport/chttp2/frame_goaway.h",
258 "src/core/lib/transport/chttp2/frame_ping.h",
259 "src/core/lib/transport/chttp2/frame_rst_stream.h",
260 "src/core/lib/transport/chttp2/frame_settings.h",
261 "src/core/lib/transport/chttp2/frame_window_update.h",
262 "src/core/lib/transport/chttp2/hpack_encoder.h",
263 "src/core/lib/transport/chttp2/hpack_parser.h",
264 "src/core/lib/transport/chttp2/hpack_table.h",
265 "src/core/lib/transport/chttp2/http2_errors.h",
266 "src/core/lib/transport/chttp2/huffsyms.h",
267 "src/core/lib/transport/chttp2/incoming_metadata.h",
268 "src/core/lib/transport/chttp2/internal.h",
269 "src/core/lib/transport/chttp2/status_conversion.h",
270 "src/core/lib/transport/chttp2/stream_map.h",
271 "src/core/lib/transport/chttp2/timeout_encoding.h",
272 "src/core/lib/transport/chttp2/varint.h",
273 "src/core/lib/transport/chttp2_transport.h",
274 "src/core/lib/transport/connectivity_state.h",
275 "src/core/lib/transport/metadata.h",
276 "src/core/lib/transport/metadata_batch.h",
277 "src/core/lib/transport/static_metadata.h",
278 "src/core/lib/transport/transport.h",
279 "src/core/lib/transport/transport_impl.h",
280 "src/core/lib/security/auth_filters.h",
281 "src/core/lib/security/b64.h",
282 "src/core/lib/security/credentials.h",
283 "src/core/lib/security/handshake.h",
284 "src/core/lib/security/json_token.h",
285 "src/core/lib/security/jwt_verifier.h",
286 "src/core/lib/security/secure_endpoint.h",
287 "src/core/lib/security/security_connector.h",
288 "src/core/lib/security/security_context.h",
289 "src/core/lib/tsi/fake_transport_security.h",
290 "src/core/lib/tsi/ssl_transport_security.h",
291 "src/core/lib/tsi/ssl_types.h",
292 "src/core/lib/tsi/transport_security.h",
293 "src/core/lib/tsi/transport_security_interface.h",
294 "src/core/lib/census/aggregation.h",
295 "src/core/lib/census/mlog.h",
296 "src/core/lib/census/rpc_metric_id.h",
Craig Tillereb841e22016-02-11 15:49:16 -0800297 "third_party/nanopb/pb.h",
298 "third_party/nanopb/pb_common.h",
299 "third_party/nanopb/pb_decode.h",
300 "third_party/nanopb/pb_encode.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 "src/core/lib/census/grpc_context.c",
302 "src/core/lib/census/grpc_filter.c",
303 "src/core/lib/census/grpc_plugin.c",
304 "src/core/lib/channel/channel_args.c",
305 "src/core/lib/channel/channel_stack.c",
306 "src/core/lib/channel/channel_stack_builder.c",
307 "src/core/lib/channel/client_channel.c",
308 "src/core/lib/channel/compress_filter.c",
309 "src/core/lib/channel/connected_channel.c",
310 "src/core/lib/channel/http_client_filter.c",
311 "src/core/lib/channel/http_server_filter.c",
312 "src/core/lib/channel/subchannel_call_holder.c",
313 "src/core/lib/client_config/client_config.c",
314 "src/core/lib/client_config/connector.c",
315 "src/core/lib/client_config/default_initial_connect_string.c",
316 "src/core/lib/client_config/initial_connect_string.c",
317 "src/core/lib/client_config/lb_policies/load_balancer_api.c",
318 "src/core/lib/client_config/lb_policies/pick_first.c",
319 "src/core/lib/client_config/lb_policies/round_robin.c",
320 "src/core/lib/client_config/lb_policy.c",
321 "src/core/lib/client_config/lb_policy_factory.c",
322 "src/core/lib/client_config/lb_policy_registry.c",
323 "src/core/lib/client_config/resolver.c",
324 "src/core/lib/client_config/resolver_factory.c",
325 "src/core/lib/client_config/resolver_registry.c",
326 "src/core/lib/client_config/resolvers/dns_resolver.c",
327 "src/core/lib/client_config/resolvers/sockaddr_resolver.c",
328 "src/core/lib/client_config/subchannel.c",
329 "src/core/lib/client_config/subchannel_factory.c",
330 "src/core/lib/client_config/subchannel_index.c",
331 "src/core/lib/client_config/uri_parser.c",
332 "src/core/lib/compression/compression_algorithm.c",
333 "src/core/lib/compression/message_compress.c",
334 "src/core/lib/debug/trace.c",
335 "src/core/lib/http/format_request.c",
336 "src/core/lib/http/httpcli.c",
337 "src/core/lib/http/parser.c",
338 "src/core/lib/iomgr/closure.c",
339 "src/core/lib/iomgr/endpoint.c",
340 "src/core/lib/iomgr/endpoint_pair_posix.c",
341 "src/core/lib/iomgr/endpoint_pair_windows.c",
342 "src/core/lib/iomgr/exec_ctx.c",
343 "src/core/lib/iomgr/executor.c",
344 "src/core/lib/iomgr/fd_posix.c",
345 "src/core/lib/iomgr/iocp_windows.c",
346 "src/core/lib/iomgr/iomgr.c",
347 "src/core/lib/iomgr/iomgr_posix.c",
348 "src/core/lib/iomgr/iomgr_windows.c",
349 "src/core/lib/iomgr/pollset_multipoller_with_epoll.c",
350 "src/core/lib/iomgr/pollset_multipoller_with_poll_posix.c",
351 "src/core/lib/iomgr/pollset_posix.c",
352 "src/core/lib/iomgr/pollset_set_posix.c",
353 "src/core/lib/iomgr/pollset_set_windows.c",
354 "src/core/lib/iomgr/pollset_windows.c",
355 "src/core/lib/iomgr/resolve_address_posix.c",
356 "src/core/lib/iomgr/resolve_address_windows.c",
357 "src/core/lib/iomgr/sockaddr_utils.c",
358 "src/core/lib/iomgr/socket_utils_common_posix.c",
359 "src/core/lib/iomgr/socket_utils_linux.c",
360 "src/core/lib/iomgr/socket_utils_posix.c",
361 "src/core/lib/iomgr/socket_windows.c",
362 "src/core/lib/iomgr/tcp_client_posix.c",
363 "src/core/lib/iomgr/tcp_client_windows.c",
364 "src/core/lib/iomgr/tcp_posix.c",
365 "src/core/lib/iomgr/tcp_server_posix.c",
366 "src/core/lib/iomgr/tcp_server_windows.c",
367 "src/core/lib/iomgr/tcp_windows.c",
368 "src/core/lib/iomgr/time_averaged_stats.c",
369 "src/core/lib/iomgr/timer.c",
370 "src/core/lib/iomgr/timer_heap.c",
371 "src/core/lib/iomgr/udp_server.c",
372 "src/core/lib/iomgr/unix_sockets_posix.c",
373 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
374 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
375 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
376 "src/core/lib/iomgr/wakeup_fd_pipe.c",
377 "src/core/lib/iomgr/wakeup_fd_posix.c",
378 "src/core/lib/iomgr/workqueue_posix.c",
379 "src/core/lib/iomgr/workqueue_windows.c",
380 "src/core/lib/json/json.c",
381 "src/core/lib/json/json_reader.c",
382 "src/core/lib/json/json_string.c",
383 "src/core/lib/json/json_writer.c",
384 "src/core/lib/proto/grpc/lb/v0/load_balancer.pb.c",
385 "src/core/lib/surface/alarm.c",
386 "src/core/lib/surface/api_trace.c",
387 "src/core/lib/surface/byte_buffer.c",
388 "src/core/lib/surface/byte_buffer_reader.c",
389 "src/core/lib/surface/call.c",
390 "src/core/lib/surface/call_details.c",
391 "src/core/lib/surface/call_log_batch.c",
392 "src/core/lib/surface/channel.c",
393 "src/core/lib/surface/channel_connectivity.c",
394 "src/core/lib/surface/channel_create.c",
395 "src/core/lib/surface/channel_init.c",
396 "src/core/lib/surface/channel_ping.c",
397 "src/core/lib/surface/channel_stack_type.c",
398 "src/core/lib/surface/completion_queue.c",
399 "src/core/lib/surface/event_string.c",
400 "src/core/lib/surface/init.c",
401 "src/core/lib/surface/lame_client.c",
402 "src/core/lib/surface/metadata_array.c",
403 "src/core/lib/surface/server.c",
404 "src/core/lib/surface/server_chttp2.c",
405 "src/core/lib/surface/validate_metadata.c",
406 "src/core/lib/surface/version.c",
407 "src/core/lib/transport/byte_stream.c",
408 "src/core/lib/transport/chttp2/alpn.c",
409 "src/core/lib/transport/chttp2/bin_encoder.c",
410 "src/core/lib/transport/chttp2/frame_data.c",
411 "src/core/lib/transport/chttp2/frame_goaway.c",
412 "src/core/lib/transport/chttp2/frame_ping.c",
413 "src/core/lib/transport/chttp2/frame_rst_stream.c",
414 "src/core/lib/transport/chttp2/frame_settings.c",
415 "src/core/lib/transport/chttp2/frame_window_update.c",
416 "src/core/lib/transport/chttp2/hpack_encoder.c",
417 "src/core/lib/transport/chttp2/hpack_parser.c",
418 "src/core/lib/transport/chttp2/hpack_table.c",
419 "src/core/lib/transport/chttp2/huffsyms.c",
420 "src/core/lib/transport/chttp2/incoming_metadata.c",
421 "src/core/lib/transport/chttp2/parsing.c",
422 "src/core/lib/transport/chttp2/status_conversion.c",
423 "src/core/lib/transport/chttp2/stream_lists.c",
424 "src/core/lib/transport/chttp2/stream_map.c",
425 "src/core/lib/transport/chttp2/timeout_encoding.c",
426 "src/core/lib/transport/chttp2/varint.c",
427 "src/core/lib/transport/chttp2/writing.c",
428 "src/core/lib/transport/chttp2_transport.c",
429 "src/core/lib/transport/connectivity_state.c",
430 "src/core/lib/transport/metadata.c",
431 "src/core/lib/transport/metadata_batch.c",
432 "src/core/lib/transport/static_metadata.c",
433 "src/core/lib/transport/transport.c",
434 "src/core/lib/transport/transport_op_string.c",
435 "src/core/lib/http/httpcli_security_connector.c",
436 "src/core/lib/security/b64.c",
437 "src/core/lib/security/client_auth_filter.c",
438 "src/core/lib/security/credentials.c",
439 "src/core/lib/security/credentials_metadata.c",
440 "src/core/lib/security/credentials_posix.c",
441 "src/core/lib/security/credentials_win32.c",
442 "src/core/lib/security/google_default_credentials.c",
443 "src/core/lib/security/handshake.c",
444 "src/core/lib/security/json_token.c",
445 "src/core/lib/security/jwt_verifier.c",
446 "src/core/lib/security/secure_endpoint.c",
447 "src/core/lib/security/security_connector.c",
448 "src/core/lib/security/security_context.c",
449 "src/core/lib/security/server_auth_filter.c",
450 "src/core/lib/security/server_secure_chttp2.c",
451 "src/core/lib/surface/init_secure.c",
452 "src/core/lib/surface/secure_channel_create.c",
453 "src/core/lib/tsi/fake_transport_security.c",
454 "src/core/lib/tsi/ssl_transport_security.c",
455 "src/core/lib/tsi/transport_security.c",
456 "src/core/lib/census/context.c",
457 "src/core/lib/census/initialize.c",
458 "src/core/lib/census/mlog.c",
459 "src/core/lib/census/operation.c",
460 "src/core/lib/census/placeholders.c",
461 "src/core/lib/census/tracing.c",
Craig Tillereb841e22016-02-11 15:49:16 -0800462 "third_party/nanopb/pb_common.c",
463 "third_party/nanopb/pb_decode.c",
464 "third_party/nanopb/pb_encode.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700465 ],
466 hdrs = [
467 "include/grpc/grpc_security.h",
468 "include/grpc/byte_buffer.h",
469 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700470 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700471 "include/grpc/grpc.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700472 "include/grpc/status.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700473 "include/grpc/impl/codegen/byte_buffer.h",
474 "include/grpc/impl/codegen/compression_types.h",
475 "include/grpc/impl/codegen/connectivity_state.h",
476 "include/grpc/impl/codegen/grpc_types.h",
477 "include/grpc/impl/codegen/propagation_bits.h",
478 "include/grpc/impl/codegen/status.h",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700479 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700480 ],
481 includes = [
482 "include",
483 ".",
484 ],
485 deps = [
486 "//external:libssl",
Ming Zhaof2f24e22015-08-13 12:38:35 -0700487 "//external:zlib",
Craig Tillerda179ce2016-02-09 12:01:53 -0800488 ":gpr",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700489 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800490 copts = [
491 "-std=gnu99",
492 ],
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +0200493)
494
495
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700496cc_library(
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100497 name = "grpc_codegen_lib",
498 srcs = [
499 ],
500 hdrs = [
501 "include/grpc/impl/codegen/alloc.h",
502 "include/grpc/impl/codegen/atm.h",
503 "include/grpc/impl/codegen/atm_gcc_atomic.h",
504 "include/grpc/impl/codegen/atm_gcc_sync.h",
505 "include/grpc/impl/codegen/atm_win32.h",
506 "include/grpc/impl/codegen/log.h",
507 "include/grpc/impl/codegen/port_platform.h",
508 "include/grpc/impl/codegen/slice.h",
509 "include/grpc/impl/codegen/slice_buffer.h",
510 "include/grpc/impl/codegen/sync.h",
511 "include/grpc/impl/codegen/sync_generic.h",
512 "include/grpc/impl/codegen/sync_posix.h",
513 "include/grpc/impl/codegen/sync_win32.h",
514 "include/grpc/impl/codegen/time.h",
515 "include/grpc/impl/codegen/byte_buffer.h",
516 "include/grpc/impl/codegen/compression_types.h",
517 "include/grpc/impl/codegen/connectivity_state.h",
518 "include/grpc/impl/codegen/grpc_types.h",
519 "include/grpc/impl/codegen/propagation_bits.h",
520 "include/grpc/impl/codegen/status.h",
521 ],
522 includes = [
523 "include",
524 ".",
525 ],
526 deps = [
527 "//external:protobuf_compiler",
528 ],
529)
530
531
532cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700533 name = "grpc_unsecure",
534 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -0700535 "src/core/lib/census/grpc_filter.h",
536 "src/core/lib/census/grpc_plugin.h",
537 "src/core/lib/channel/channel_args.h",
538 "src/core/lib/channel/channel_stack.h",
539 "src/core/lib/channel/channel_stack_builder.h",
540 "src/core/lib/channel/client_channel.h",
541 "src/core/lib/channel/compress_filter.h",
542 "src/core/lib/channel/connected_channel.h",
543 "src/core/lib/channel/context.h",
544 "src/core/lib/channel/http_client_filter.h",
545 "src/core/lib/channel/http_server_filter.h",
546 "src/core/lib/channel/subchannel_call_holder.h",
547 "src/core/lib/client_config/client_config.h",
548 "src/core/lib/client_config/connector.h",
549 "src/core/lib/client_config/initial_connect_string.h",
550 "src/core/lib/client_config/lb_policies/load_balancer_api.h",
551 "src/core/lib/client_config/lb_policies/pick_first.h",
552 "src/core/lib/client_config/lb_policies/round_robin.h",
553 "src/core/lib/client_config/lb_policy.h",
554 "src/core/lib/client_config/lb_policy_factory.h",
555 "src/core/lib/client_config/lb_policy_registry.h",
556 "src/core/lib/client_config/resolver.h",
557 "src/core/lib/client_config/resolver_factory.h",
558 "src/core/lib/client_config/resolver_registry.h",
559 "src/core/lib/client_config/resolvers/dns_resolver.h",
560 "src/core/lib/client_config/resolvers/sockaddr_resolver.h",
561 "src/core/lib/client_config/subchannel.h",
562 "src/core/lib/client_config/subchannel_factory.h",
563 "src/core/lib/client_config/subchannel_index.h",
564 "src/core/lib/client_config/uri_parser.h",
565 "src/core/lib/compression/algorithm_metadata.h",
566 "src/core/lib/compression/message_compress.h",
567 "src/core/lib/debug/trace.h",
568 "src/core/lib/http/format_request.h",
569 "src/core/lib/http/httpcli.h",
570 "src/core/lib/http/parser.h",
571 "src/core/lib/iomgr/closure.h",
572 "src/core/lib/iomgr/endpoint.h",
573 "src/core/lib/iomgr/endpoint_pair.h",
574 "src/core/lib/iomgr/exec_ctx.h",
575 "src/core/lib/iomgr/executor.h",
576 "src/core/lib/iomgr/fd_posix.h",
577 "src/core/lib/iomgr/iocp_windows.h",
578 "src/core/lib/iomgr/iomgr.h",
579 "src/core/lib/iomgr/iomgr_internal.h",
580 "src/core/lib/iomgr/iomgr_posix.h",
581 "src/core/lib/iomgr/pollset.h",
582 "src/core/lib/iomgr/pollset_posix.h",
583 "src/core/lib/iomgr/pollset_set.h",
584 "src/core/lib/iomgr/pollset_set_posix.h",
585 "src/core/lib/iomgr/pollset_set_windows.h",
586 "src/core/lib/iomgr/pollset_windows.h",
587 "src/core/lib/iomgr/resolve_address.h",
588 "src/core/lib/iomgr/sockaddr.h",
589 "src/core/lib/iomgr/sockaddr_posix.h",
590 "src/core/lib/iomgr/sockaddr_utils.h",
591 "src/core/lib/iomgr/sockaddr_win32.h",
592 "src/core/lib/iomgr/socket_utils_posix.h",
593 "src/core/lib/iomgr/socket_windows.h",
594 "src/core/lib/iomgr/tcp_client.h",
595 "src/core/lib/iomgr/tcp_posix.h",
596 "src/core/lib/iomgr/tcp_server.h",
597 "src/core/lib/iomgr/tcp_windows.h",
598 "src/core/lib/iomgr/time_averaged_stats.h",
599 "src/core/lib/iomgr/timer.h",
600 "src/core/lib/iomgr/timer_heap.h",
601 "src/core/lib/iomgr/udp_server.h",
602 "src/core/lib/iomgr/unix_sockets_posix.h",
603 "src/core/lib/iomgr/wakeup_fd_pipe.h",
604 "src/core/lib/iomgr/wakeup_fd_posix.h",
605 "src/core/lib/iomgr/workqueue.h",
606 "src/core/lib/iomgr/workqueue_posix.h",
607 "src/core/lib/iomgr/workqueue_windows.h",
608 "src/core/lib/json/json.h",
609 "src/core/lib/json/json_common.h",
610 "src/core/lib/json/json_reader.h",
611 "src/core/lib/json/json_writer.h",
612 "src/core/lib/proto/grpc/lb/v0/load_balancer.pb.h",
613 "src/core/lib/statistics/census_interface.h",
614 "src/core/lib/statistics/census_rpc_stats.h",
615 "src/core/lib/surface/api_trace.h",
616 "src/core/lib/surface/call.h",
617 "src/core/lib/surface/call_test_only.h",
618 "src/core/lib/surface/channel.h",
619 "src/core/lib/surface/channel_init.h",
620 "src/core/lib/surface/channel_stack_type.h",
621 "src/core/lib/surface/completion_queue.h",
622 "src/core/lib/surface/event_string.h",
623 "src/core/lib/surface/init.h",
624 "src/core/lib/surface/lame_client.h",
625 "src/core/lib/surface/server.h",
626 "src/core/lib/surface/surface_trace.h",
627 "src/core/lib/transport/byte_stream.h",
628 "src/core/lib/transport/chttp2/alpn.h",
629 "src/core/lib/transport/chttp2/bin_encoder.h",
630 "src/core/lib/transport/chttp2/frame.h",
631 "src/core/lib/transport/chttp2/frame_data.h",
632 "src/core/lib/transport/chttp2/frame_goaway.h",
633 "src/core/lib/transport/chttp2/frame_ping.h",
634 "src/core/lib/transport/chttp2/frame_rst_stream.h",
635 "src/core/lib/transport/chttp2/frame_settings.h",
636 "src/core/lib/transport/chttp2/frame_window_update.h",
637 "src/core/lib/transport/chttp2/hpack_encoder.h",
638 "src/core/lib/transport/chttp2/hpack_parser.h",
639 "src/core/lib/transport/chttp2/hpack_table.h",
640 "src/core/lib/transport/chttp2/http2_errors.h",
641 "src/core/lib/transport/chttp2/huffsyms.h",
642 "src/core/lib/transport/chttp2/incoming_metadata.h",
643 "src/core/lib/transport/chttp2/internal.h",
644 "src/core/lib/transport/chttp2/status_conversion.h",
645 "src/core/lib/transport/chttp2/stream_map.h",
646 "src/core/lib/transport/chttp2/timeout_encoding.h",
647 "src/core/lib/transport/chttp2/varint.h",
648 "src/core/lib/transport/chttp2_transport.h",
649 "src/core/lib/transport/connectivity_state.h",
650 "src/core/lib/transport/metadata.h",
651 "src/core/lib/transport/metadata_batch.h",
652 "src/core/lib/transport/static_metadata.h",
653 "src/core/lib/transport/transport.h",
654 "src/core/lib/transport/transport_impl.h",
655 "src/core/lib/census/aggregation.h",
656 "src/core/lib/census/mlog.h",
657 "src/core/lib/census/rpc_metric_id.h",
Craig Tillereb841e22016-02-11 15:49:16 -0800658 "third_party/nanopb/pb.h",
659 "third_party/nanopb/pb_common.h",
660 "third_party/nanopb/pb_decode.h",
661 "third_party/nanopb/pb_encode.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700662 "src/core/lib/surface/init_unsecure.c",
663 "src/core/lib/census/grpc_context.c",
664 "src/core/lib/census/grpc_filter.c",
665 "src/core/lib/census/grpc_plugin.c",
666 "src/core/lib/channel/channel_args.c",
667 "src/core/lib/channel/channel_stack.c",
668 "src/core/lib/channel/channel_stack_builder.c",
669 "src/core/lib/channel/client_channel.c",
670 "src/core/lib/channel/compress_filter.c",
671 "src/core/lib/channel/connected_channel.c",
672 "src/core/lib/channel/http_client_filter.c",
673 "src/core/lib/channel/http_server_filter.c",
674 "src/core/lib/channel/subchannel_call_holder.c",
675 "src/core/lib/client_config/client_config.c",
676 "src/core/lib/client_config/connector.c",
677 "src/core/lib/client_config/default_initial_connect_string.c",
678 "src/core/lib/client_config/initial_connect_string.c",
679 "src/core/lib/client_config/lb_policies/load_balancer_api.c",
680 "src/core/lib/client_config/lb_policies/pick_first.c",
681 "src/core/lib/client_config/lb_policies/round_robin.c",
682 "src/core/lib/client_config/lb_policy.c",
683 "src/core/lib/client_config/lb_policy_factory.c",
684 "src/core/lib/client_config/lb_policy_registry.c",
685 "src/core/lib/client_config/resolver.c",
686 "src/core/lib/client_config/resolver_factory.c",
687 "src/core/lib/client_config/resolver_registry.c",
688 "src/core/lib/client_config/resolvers/dns_resolver.c",
689 "src/core/lib/client_config/resolvers/sockaddr_resolver.c",
690 "src/core/lib/client_config/subchannel.c",
691 "src/core/lib/client_config/subchannel_factory.c",
692 "src/core/lib/client_config/subchannel_index.c",
693 "src/core/lib/client_config/uri_parser.c",
694 "src/core/lib/compression/compression_algorithm.c",
695 "src/core/lib/compression/message_compress.c",
696 "src/core/lib/debug/trace.c",
697 "src/core/lib/http/format_request.c",
698 "src/core/lib/http/httpcli.c",
699 "src/core/lib/http/parser.c",
700 "src/core/lib/iomgr/closure.c",
701 "src/core/lib/iomgr/endpoint.c",
702 "src/core/lib/iomgr/endpoint_pair_posix.c",
703 "src/core/lib/iomgr/endpoint_pair_windows.c",
704 "src/core/lib/iomgr/exec_ctx.c",
705 "src/core/lib/iomgr/executor.c",
706 "src/core/lib/iomgr/fd_posix.c",
707 "src/core/lib/iomgr/iocp_windows.c",
708 "src/core/lib/iomgr/iomgr.c",
709 "src/core/lib/iomgr/iomgr_posix.c",
710 "src/core/lib/iomgr/iomgr_windows.c",
711 "src/core/lib/iomgr/pollset_multipoller_with_epoll.c",
712 "src/core/lib/iomgr/pollset_multipoller_with_poll_posix.c",
713 "src/core/lib/iomgr/pollset_posix.c",
714 "src/core/lib/iomgr/pollset_set_posix.c",
715 "src/core/lib/iomgr/pollset_set_windows.c",
716 "src/core/lib/iomgr/pollset_windows.c",
717 "src/core/lib/iomgr/resolve_address_posix.c",
718 "src/core/lib/iomgr/resolve_address_windows.c",
719 "src/core/lib/iomgr/sockaddr_utils.c",
720 "src/core/lib/iomgr/socket_utils_common_posix.c",
721 "src/core/lib/iomgr/socket_utils_linux.c",
722 "src/core/lib/iomgr/socket_utils_posix.c",
723 "src/core/lib/iomgr/socket_windows.c",
724 "src/core/lib/iomgr/tcp_client_posix.c",
725 "src/core/lib/iomgr/tcp_client_windows.c",
726 "src/core/lib/iomgr/tcp_posix.c",
727 "src/core/lib/iomgr/tcp_server_posix.c",
728 "src/core/lib/iomgr/tcp_server_windows.c",
729 "src/core/lib/iomgr/tcp_windows.c",
730 "src/core/lib/iomgr/time_averaged_stats.c",
731 "src/core/lib/iomgr/timer.c",
732 "src/core/lib/iomgr/timer_heap.c",
733 "src/core/lib/iomgr/udp_server.c",
734 "src/core/lib/iomgr/unix_sockets_posix.c",
735 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
736 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
737 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
738 "src/core/lib/iomgr/wakeup_fd_pipe.c",
739 "src/core/lib/iomgr/wakeup_fd_posix.c",
740 "src/core/lib/iomgr/workqueue_posix.c",
741 "src/core/lib/iomgr/workqueue_windows.c",
742 "src/core/lib/json/json.c",
743 "src/core/lib/json/json_reader.c",
744 "src/core/lib/json/json_string.c",
745 "src/core/lib/json/json_writer.c",
746 "src/core/lib/proto/grpc/lb/v0/load_balancer.pb.c",
747 "src/core/lib/surface/alarm.c",
748 "src/core/lib/surface/api_trace.c",
749 "src/core/lib/surface/byte_buffer.c",
750 "src/core/lib/surface/byte_buffer_reader.c",
751 "src/core/lib/surface/call.c",
752 "src/core/lib/surface/call_details.c",
753 "src/core/lib/surface/call_log_batch.c",
754 "src/core/lib/surface/channel.c",
755 "src/core/lib/surface/channel_connectivity.c",
756 "src/core/lib/surface/channel_create.c",
757 "src/core/lib/surface/channel_init.c",
758 "src/core/lib/surface/channel_ping.c",
759 "src/core/lib/surface/channel_stack_type.c",
760 "src/core/lib/surface/completion_queue.c",
761 "src/core/lib/surface/event_string.c",
762 "src/core/lib/surface/init.c",
763 "src/core/lib/surface/lame_client.c",
764 "src/core/lib/surface/metadata_array.c",
765 "src/core/lib/surface/server.c",
766 "src/core/lib/surface/server_chttp2.c",
767 "src/core/lib/surface/validate_metadata.c",
768 "src/core/lib/surface/version.c",
769 "src/core/lib/transport/byte_stream.c",
770 "src/core/lib/transport/chttp2/alpn.c",
771 "src/core/lib/transport/chttp2/bin_encoder.c",
772 "src/core/lib/transport/chttp2/frame_data.c",
773 "src/core/lib/transport/chttp2/frame_goaway.c",
774 "src/core/lib/transport/chttp2/frame_ping.c",
775 "src/core/lib/transport/chttp2/frame_rst_stream.c",
776 "src/core/lib/transport/chttp2/frame_settings.c",
777 "src/core/lib/transport/chttp2/frame_window_update.c",
778 "src/core/lib/transport/chttp2/hpack_encoder.c",
779 "src/core/lib/transport/chttp2/hpack_parser.c",
780 "src/core/lib/transport/chttp2/hpack_table.c",
781 "src/core/lib/transport/chttp2/huffsyms.c",
782 "src/core/lib/transport/chttp2/incoming_metadata.c",
783 "src/core/lib/transport/chttp2/parsing.c",
784 "src/core/lib/transport/chttp2/status_conversion.c",
785 "src/core/lib/transport/chttp2/stream_lists.c",
786 "src/core/lib/transport/chttp2/stream_map.c",
787 "src/core/lib/transport/chttp2/timeout_encoding.c",
788 "src/core/lib/transport/chttp2/varint.c",
789 "src/core/lib/transport/chttp2/writing.c",
790 "src/core/lib/transport/chttp2_transport.c",
791 "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",
797 "src/core/lib/census/context.c",
798 "src/core/lib/census/initialize.c",
799 "src/core/lib/census/mlog.c",
800 "src/core/lib/census/operation.c",
801 "src/core/lib/census/placeholders.c",
802 "src/core/lib/census/tracing.c",
Craig Tillereb841e22016-02-11 15:49:16 -0800803 "third_party/nanopb/pb_common.c",
804 "third_party/nanopb/pb_decode.c",
805 "third_party/nanopb/pb_encode.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700806 ],
807 hdrs = [
808 "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",
Craig Tillerad095982016-02-09 12:45:04 -0800813 "include/grpc/impl/codegen/byte_buffer.h",
814 "include/grpc/impl/codegen/compression_types.h",
815 "include/grpc/impl/codegen/connectivity_state.h",
816 "include/grpc/impl/codegen/grpc_types.h",
817 "include/grpc/impl/codegen/propagation_bits.h",
818 "include/grpc/impl/codegen/status.h",
Alistair Veitch9686dab2015-05-26 14:26:47 -0700819 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700820 ],
821 includes = [
822 "include",
823 ".",
824 ],
825 deps = [
Craig Tillerda179ce2016-02-09 12:01:53 -0800826 ":gpr",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700827 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800828 copts = [
829 "-std=gnu99",
830 ],
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700831)
832
833
834cc_library(
Hongwei Wangda8858f2015-07-16 16:18:19 -0700835 name = "grpc_zookeeper",
836 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -0700837 "src/core/lib/client_config/resolvers/zookeeper_resolver.h",
838 "src/core/lib/client_config/resolvers/zookeeper_resolver.c",
Hongwei Wangda8858f2015-07-16 16:18:19 -0700839 ],
840 hdrs = [
Hongwei Wanga3780a82015-07-17 15:27:18 -0700841 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -0700842 ],
843 includes = [
844 "include",
845 ".",
846 ],
847 deps = [
Craig Tillerda179ce2016-02-09 12:01:53 -0800848 ":gpr",
Hongwei Wangda8858f2015-07-16 16:18:19 -0700849 ":grpc",
850 ],
851)
852
853
854cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700855 name = "grpc++",
856 srcs = [
857 "src/cpp/client/secure_credentials.h",
David Garcia Quintas79d90962016-03-09 13:57:46 -0800858 "src/cpp/common/core_codegen.h",
yang-g3abe60b2015-07-06 14:00:36 -0700859 "src/cpp/common/secure_auth_context.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700860 "src/cpp/server/secure_server_credentials.h",
yang-gc317f072015-08-20 12:18:08 -0700861 "src/cpp/client/create_channel_internal.h",
David Garcia Quintas79d90962016-03-09 13:57:46 -0800862 "src/cpp/common/core_codegen.h",
yang-g3abe60b2015-07-06 14:00:36 -0700863 "src/cpp/common/create_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -0700864 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -0700865 "src/cpp/server/thread_pool_interface.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700866 "src/cpp/client/secure_credentials.cc",
yang-g7ef72322015-07-16 21:00:51 -0700867 "src/cpp/common/auth_property_iterator.cc",
yang-g3abe60b2015-07-06 14:00:36 -0700868 "src/cpp/common/secure_auth_context.cc",
yang-g52705592015-11-25 11:45:33 -0800869 "src/cpp/common/secure_channel_arguments.cc",
yang-g3abe60b2015-07-06 14:00:36 -0700870 "src/cpp/common/secure_create_auth_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700871 "src/cpp/server/secure_server_credentials.cc",
872 "src/cpp/client/channel.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700873 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700874 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -0700875 "src/cpp/client/create_channel_internal.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700876 "src/cpp/client/credentials.cc",
877 "src/cpp/client/generic_stub.cc",
878 "src/cpp/client/insecure_credentials.cc",
yang-g52705592015-11-25 11:45:33 -0800879 "src/cpp/common/channel_arguments.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700880 "src/cpp/common/completion_queue.cc",
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +0100881 "src/cpp/common/core_codegen.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700882 "src/cpp/common/rpc_method.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700883 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -0700884 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -0700885 "src/cpp/server/dynamic_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700886 "src/cpp/server/insecure_server_credentials.cc",
887 "src/cpp/server/server.cc",
888 "src/cpp/server/server_builder.cc",
889 "src/cpp/server/server_context.cc",
890 "src/cpp/server/server_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700891 "src/cpp/util/byte_buffer.cc",
892 "src/cpp/util/slice.cc",
893 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -0700894 "src/cpp/util/string_ref.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700895 "src/cpp/util/time.cc",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100896 "src/cpp/codegen/codegen_init.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700897 ],
898 hdrs = [
vjpaif9f61cf2016-02-10 20:51:53 -0800899 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -0700900 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700901 "include/grpc++/client_context.h",
902 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700903 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700904 "include/grpc++/generic/async_generic_service.h",
905 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -0700906 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700907 "include/grpc++/impl/call.h",
908 "include/grpc++/impl/client_unary_call.h",
Yang Gao96de4842015-04-24 13:13:12 -0700909 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -0800910 "include/grpc++/impl/method_handler_impl.h",
yang-gadfed032015-06-23 13:01:22 -0700911 "include/grpc++/impl/proto_utils.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700912 "include/grpc++/impl/rpc_method.h",
913 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -0700914 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -0800915 "include/grpc++/impl/server_builder_option.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700916 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +0200917 "include/grpc++/impl/sync.h",
918 "include/grpc++/impl/sync_cxx11.h",
919 "include/grpc++/impl/sync_no_cxx11.h",
920 "include/grpc++/impl/thd.h",
921 "include/grpc++/impl/thd_cxx11.h",
922 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -0700923 "include/grpc++/security/auth_context.h",
924 "include/grpc++/security/auth_metadata_processor.h",
925 "include/grpc++/security/credentials.h",
926 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700927 "include/grpc++/server.h",
928 "include/grpc++/server_builder.h",
929 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -0700930 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700931 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700932 "include/grpc++/support/byte_buffer.h",
933 "include/grpc++/support/channel_arguments.h",
934 "include/grpc++/support/config.h",
935 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700936 "include/grpc++/support/slice.h",
937 "include/grpc++/support/status.h",
938 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -0700939 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700940 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -0700941 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -0700942 "include/grpc++/support/time.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -0800943 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800944 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -0800945 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800946 "include/grpc++/impl/codegen/call_hook.h",
947 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -0800948 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800949 "include/grpc++/impl/codegen/client_unary_call.h",
950 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800951 "include/grpc++/impl/codegen/completion_queue_tag.h",
952 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -0800953 "include/grpc++/impl/codegen/config_protobuf.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100954 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -0800955 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800956 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -0800957 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800958 "include/grpc++/impl/codegen/rpc_method.h",
959 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800960 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -0800961 "include/grpc++/impl/codegen/serialization_traits.h",
962 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800963 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -0800964 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800965 "include/grpc++/impl/codegen/status.h",
966 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800967 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -0800968 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800969 "include/grpc++/impl/codegen/sync.h",
970 "include/grpc++/impl/codegen/sync_cxx11.h",
971 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800972 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800973 "include/grpc++/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700974 ],
975 includes = [
976 "include",
977 ".",
978 ],
979 deps = [
Craig Tiller02a7bed2015-08-31 15:54:05 -0700980 "//external:libssl",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700981 "//external:protobuf_clib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700982 ":grpc",
983 ],
984)
985
986
987cc_library(
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100988 name = "grpc++_codegen_lib",
989 srcs = [
990 "src/cpp/codegen/codegen_init.cc",
991 ],
992 hdrs = [
993 "include/grpc/impl/codegen/alloc.h",
994 "include/grpc/impl/codegen/atm.h",
995 "include/grpc/impl/codegen/atm_gcc_atomic.h",
996 "include/grpc/impl/codegen/atm_gcc_sync.h",
997 "include/grpc/impl/codegen/atm_win32.h",
998 "include/grpc/impl/codegen/log.h",
999 "include/grpc/impl/codegen/port_platform.h",
1000 "include/grpc/impl/codegen/slice.h",
1001 "include/grpc/impl/codegen/slice_buffer.h",
1002 "include/grpc/impl/codegen/sync.h",
1003 "include/grpc/impl/codegen/sync_generic.h",
1004 "include/grpc/impl/codegen/sync_posix.h",
1005 "include/grpc/impl/codegen/sync_win32.h",
1006 "include/grpc/impl/codegen/time.h",
1007 "include/grpc/impl/codegen/byte_buffer.h",
1008 "include/grpc/impl/codegen/compression_types.h",
1009 "include/grpc/impl/codegen/connectivity_state.h",
1010 "include/grpc/impl/codegen/grpc_types.h",
1011 "include/grpc/impl/codegen/propagation_bits.h",
1012 "include/grpc/impl/codegen/status.h",
1013 "include/grpc++/impl/codegen/async_stream.h",
1014 "include/grpc++/impl/codegen/async_unary_call.h",
1015 "include/grpc++/impl/codegen/call.h",
1016 "include/grpc++/impl/codegen/call_hook.h",
1017 "include/grpc++/impl/codegen/channel_interface.h",
1018 "include/grpc++/impl/codegen/client_context.h",
1019 "include/grpc++/impl/codegen/client_unary_call.h",
1020 "include/grpc++/impl/codegen/completion_queue.h",
1021 "include/grpc++/impl/codegen/completion_queue_tag.h",
1022 "include/grpc++/impl/codegen/config.h",
1023 "include/grpc++/impl/codegen/config_protobuf.h",
1024 "include/grpc++/impl/codegen/core_codegen_interface.h",
1025 "include/grpc++/impl/codegen/grpc_library.h",
1026 "include/grpc++/impl/codegen/method_handler_impl.h",
1027 "include/grpc++/impl/codegen/proto_utils.h",
1028 "include/grpc++/impl/codegen/rpc_method.h",
1029 "include/grpc++/impl/codegen/rpc_service_method.h",
1030 "include/grpc++/impl/codegen/security/auth_context.h",
1031 "include/grpc++/impl/codegen/serialization_traits.h",
1032 "include/grpc++/impl/codegen/server_context.h",
1033 "include/grpc++/impl/codegen/server_interface.h",
1034 "include/grpc++/impl/codegen/service_type.h",
1035 "include/grpc++/impl/codegen/status.h",
1036 "include/grpc++/impl/codegen/status_code_enum.h",
1037 "include/grpc++/impl/codegen/string_ref.h",
1038 "include/grpc++/impl/codegen/stub_options.h",
1039 "include/grpc++/impl/codegen/sync.h",
1040 "include/grpc++/impl/codegen/sync_cxx11.h",
1041 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1042 "include/grpc++/impl/codegen/sync_stream.h",
1043 "include/grpc++/impl/codegen/time.h",
1044 ],
1045 includes = [
1046 "include",
1047 ".",
1048 ],
1049 deps = [
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08001050 ],
1051)
1052
1053
1054cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001055 name = "grpc++_unsecure",
1056 srcs = [
yang-gc317f072015-08-20 12:18:08 -07001057 "src/cpp/client/create_channel_internal.h",
David Garcia Quintas79d90962016-03-09 13:57:46 -08001058 "src/cpp/common/core_codegen.h",
yang-g3abe60b2015-07-06 14:00:36 -07001059 "src/cpp/common/create_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07001060 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07001061 "src/cpp/server/thread_pool_interface.h",
yang-g3abe60b2015-07-06 14:00:36 -07001062 "src/cpp/common/insecure_create_auth_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001063 "src/cpp/client/channel.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001064 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001065 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07001066 "src/cpp/client/create_channel_internal.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001067 "src/cpp/client/credentials.cc",
1068 "src/cpp/client/generic_stub.cc",
1069 "src/cpp/client/insecure_credentials.cc",
yang-g52705592015-11-25 11:45:33 -08001070 "src/cpp/common/channel_arguments.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001071 "src/cpp/common/completion_queue.cc",
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +01001072 "src/cpp/common/core_codegen.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001073 "src/cpp/common/rpc_method.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001074 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -07001075 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07001076 "src/cpp/server/dynamic_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001077 "src/cpp/server/insecure_server_credentials.cc",
1078 "src/cpp/server/server.cc",
1079 "src/cpp/server/server_builder.cc",
1080 "src/cpp/server/server_context.cc",
1081 "src/cpp/server/server_credentials.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001082 "src/cpp/util/byte_buffer.cc",
1083 "src/cpp/util/slice.cc",
1084 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001085 "src/cpp/util/string_ref.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001086 "src/cpp/util/time.cc",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01001087 "src/cpp/codegen/codegen_init.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001088 ],
1089 hdrs = [
vjpaif9f61cf2016-02-10 20:51:53 -08001090 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07001091 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001092 "include/grpc++/client_context.h",
1093 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001094 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001095 "include/grpc++/generic/async_generic_service.h",
1096 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07001097 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001098 "include/grpc++/impl/call.h",
1099 "include/grpc++/impl/client_unary_call.h",
Yang Gao96de4842015-04-24 13:13:12 -07001100 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08001101 "include/grpc++/impl/method_handler_impl.h",
yang-gadfed032015-06-23 13:01:22 -07001102 "include/grpc++/impl/proto_utils.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001103 "include/grpc++/impl/rpc_method.h",
1104 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -07001105 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08001106 "include/grpc++/impl/server_builder_option.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001107 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +02001108 "include/grpc++/impl/sync.h",
1109 "include/grpc++/impl/sync_cxx11.h",
1110 "include/grpc++/impl/sync_no_cxx11.h",
1111 "include/grpc++/impl/thd.h",
1112 "include/grpc++/impl/thd_cxx11.h",
1113 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07001114 "include/grpc++/security/auth_context.h",
1115 "include/grpc++/security/auth_metadata_processor.h",
1116 "include/grpc++/security/credentials.h",
1117 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001118 "include/grpc++/server.h",
1119 "include/grpc++/server_builder.h",
1120 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07001121 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001122 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001123 "include/grpc++/support/byte_buffer.h",
1124 "include/grpc++/support/channel_arguments.h",
1125 "include/grpc++/support/config.h",
1126 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001127 "include/grpc++/support/slice.h",
1128 "include/grpc++/support/status.h",
1129 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001130 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001131 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07001132 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001133 "include/grpc++/support/time.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08001134 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001135 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001136 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001137 "include/grpc++/impl/codegen/call_hook.h",
1138 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001139 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001140 "include/grpc++/impl/codegen/client_unary_call.h",
1141 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001142 "include/grpc++/impl/codegen/completion_queue_tag.h",
1143 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08001144 "include/grpc++/impl/codegen/config_protobuf.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01001145 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001146 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001147 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08001148 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001149 "include/grpc++/impl/codegen/rpc_method.h",
1150 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001151 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001152 "include/grpc++/impl/codegen/serialization_traits.h",
1153 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001154 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08001155 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001156 "include/grpc++/impl/codegen/status.h",
1157 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001158 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08001159 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001160 "include/grpc++/impl/codegen/sync.h",
1161 "include/grpc++/impl/codegen/sync_cxx11.h",
1162 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08001163 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001164 "include/grpc++/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001165 ],
1166 includes = [
1167 "include",
1168 ".",
1169 ],
1170 deps = [
1171 "//external:protobuf_clib",
Craig Tillerda179ce2016-02-09 12:01:53 -08001172 ":gpr",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001173 ":grpc_unsecure",
1174 ],
1175)
1176
1177
1178cc_library(
1179 name = "grpc_plugin_support",
1180 srcs = [
yang-g9d1f0c42015-08-24 16:08:36 -07001181 "include/grpc++/support/config.h",
1182 "include/grpc++/support/config_protobuf.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001183 "src/compiler/config.h",
1184 "src/compiler/cpp_generator.h",
1185 "src/compiler/cpp_generator_helpers.h",
Jan Tattermusch2d924952015-05-06 10:23:17 -07001186 "src/compiler/csharp_generator.h",
1187 "src/compiler/csharp_generator_helpers.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001188 "src/compiler/generator_helpers.h",
1189 "src/compiler/objective_c_generator.h",
1190 "src/compiler/objective_c_generator_helpers.h",
1191 "src/compiler/python_generator.h",
1192 "src/compiler/ruby_generator.h",
1193 "src/compiler/ruby_generator_helpers-inl.h",
1194 "src/compiler/ruby_generator_map-inl.h",
1195 "src/compiler/ruby_generator_string-inl.h",
1196 "src/compiler/cpp_generator.cc",
Jan Tattermusch2d924952015-05-06 10:23:17 -07001197 "src/compiler/csharp_generator.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001198 "src/compiler/objective_c_generator.cc",
1199 "src/compiler/python_generator.cc",
1200 "src/compiler/ruby_generator.cc",
1201 ],
1202 hdrs = [
David Garcia Quintasb523c732016-01-25 18:22:28 -08001203 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001204 "include/grpc/impl/codegen/atm.h",
1205 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1206 "include/grpc/impl/codegen/atm_gcc_sync.h",
1207 "include/grpc/impl/codegen/atm_win32.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001208 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001209 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001210 "include/grpc/impl/codegen/slice.h",
1211 "include/grpc/impl/codegen/slice_buffer.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08001212 "include/grpc/impl/codegen/sync.h",
1213 "include/grpc/impl/codegen/sync_generic.h",
1214 "include/grpc/impl/codegen/sync_posix.h",
1215 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001216 "include/grpc/impl/codegen/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001217 ],
1218 includes = [
1219 "include",
1220 ".",
1221 ],
1222 deps = [
1223 "//external:protobuf_compiler",
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08001224 ":grpc++_codegen_lib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001225 ],
1226)
1227
1228
1229cc_library(
1230 name = "grpc_csharp_ext",
1231 srcs = [
1232 "src/csharp/ext/grpc_csharp_ext.c",
1233 ],
1234 hdrs = [
1235 ],
1236 includes = [
1237 "include",
1238 ".",
1239 ],
1240 deps = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001241 ":grpc",
Craig Tillerda179ce2016-02-09 12:01:53 -08001242 ":gpr",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001243 ],
1244)
1245
1246
1247
Jorge Canizales140bca82015-06-20 09:47:00 -07001248objc_library(
Craig Tillerda179ce2016-02-09 12:01:53 -08001249 name = "gpr_objc",
1250 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -07001251 "src/core/lib/profiling/basic_timers.c",
1252 "src/core/lib/profiling/stap_timers.c",
1253 "src/core/lib/support/alloc.c",
1254 "src/core/lib/support/avl.c",
1255 "src/core/lib/support/backoff.c",
1256 "src/core/lib/support/cmdline.c",
1257 "src/core/lib/support/cpu_iphone.c",
1258 "src/core/lib/support/cpu_linux.c",
1259 "src/core/lib/support/cpu_posix.c",
1260 "src/core/lib/support/cpu_windows.c",
1261 "src/core/lib/support/env_linux.c",
1262 "src/core/lib/support/env_posix.c",
1263 "src/core/lib/support/env_win32.c",
1264 "src/core/lib/support/histogram.c",
1265 "src/core/lib/support/host_port.c",
1266 "src/core/lib/support/load_file.c",
1267 "src/core/lib/support/log.c",
1268 "src/core/lib/support/log_android.c",
1269 "src/core/lib/support/log_linux.c",
1270 "src/core/lib/support/log_posix.c",
1271 "src/core/lib/support/log_win32.c",
1272 "src/core/lib/support/murmur_hash.c",
1273 "src/core/lib/support/slice.c",
1274 "src/core/lib/support/slice_buffer.c",
1275 "src/core/lib/support/stack_lockfree.c",
1276 "src/core/lib/support/string.c",
1277 "src/core/lib/support/string_posix.c",
1278 "src/core/lib/support/string_win32.c",
1279 "src/core/lib/support/subprocess_posix.c",
1280 "src/core/lib/support/subprocess_windows.c",
1281 "src/core/lib/support/sync.c",
1282 "src/core/lib/support/sync_posix.c",
1283 "src/core/lib/support/sync_win32.c",
1284 "src/core/lib/support/thd.c",
1285 "src/core/lib/support/thd_posix.c",
1286 "src/core/lib/support/thd_win32.c",
1287 "src/core/lib/support/time.c",
1288 "src/core/lib/support/time_posix.c",
1289 "src/core/lib/support/time_precise.c",
1290 "src/core/lib/support/time_win32.c",
1291 "src/core/lib/support/tls_pthread.c",
1292 "src/core/lib/support/tmpfile_posix.c",
1293 "src/core/lib/support/tmpfile_win32.c",
1294 "src/core/lib/support/wrap_memcpy.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 ],
1296 hdrs = [
1297 "include/grpc/support/alloc.h",
1298 "include/grpc/support/atm.h",
1299 "include/grpc/support/atm_gcc_atomic.h",
1300 "include/grpc/support/atm_gcc_sync.h",
1301 "include/grpc/support/atm_win32.h",
1302 "include/grpc/support/avl.h",
1303 "include/grpc/support/cmdline.h",
1304 "include/grpc/support/cpu.h",
1305 "include/grpc/support/histogram.h",
1306 "include/grpc/support/host_port.h",
1307 "include/grpc/support/log.h",
1308 "include/grpc/support/log_win32.h",
1309 "include/grpc/support/port_platform.h",
1310 "include/grpc/support/slice.h",
1311 "include/grpc/support/slice_buffer.h",
1312 "include/grpc/support/string_util.h",
1313 "include/grpc/support/subprocess.h",
1314 "include/grpc/support/sync.h",
1315 "include/grpc/support/sync_generic.h",
1316 "include/grpc/support/sync_posix.h",
1317 "include/grpc/support/sync_win32.h",
1318 "include/grpc/support/thd.h",
1319 "include/grpc/support/time.h",
1320 "include/grpc/support/tls.h",
1321 "include/grpc/support/tls_gcc.h",
1322 "include/grpc/support/tls_msvc.h",
1323 "include/grpc/support/tls_pthread.h",
1324 "include/grpc/support/useful.h",
1325 "include/grpc/impl/codegen/alloc.h",
1326 "include/grpc/impl/codegen/atm.h",
1327 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1328 "include/grpc/impl/codegen/atm_gcc_sync.h",
1329 "include/grpc/impl/codegen/atm_win32.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001330 "include/grpc/impl/codegen/log.h",
1331 "include/grpc/impl/codegen/port_platform.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001332 "include/grpc/impl/codegen/slice.h",
1333 "include/grpc/impl/codegen/slice_buffer.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001334 "include/grpc/impl/codegen/sync.h",
1335 "include/grpc/impl/codegen/sync_generic.h",
1336 "include/grpc/impl/codegen/sync_posix.h",
1337 "include/grpc/impl/codegen/sync_win32.h",
1338 "include/grpc/impl/codegen/time.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001339 "src/core/lib/profiling/timers.h",
1340 "src/core/lib/support/backoff.h",
1341 "src/core/lib/support/block_annotate.h",
1342 "src/core/lib/support/env.h",
1343 "src/core/lib/support/load_file.h",
1344 "src/core/lib/support/murmur_hash.h",
1345 "src/core/lib/support/stack_lockfree.h",
1346 "src/core/lib/support/string.h",
1347 "src/core/lib/support/string_win32.h",
1348 "src/core/lib/support/thd_internal.h",
1349 "src/core/lib/support/time_precise.h",
1350 "src/core/lib/support/tmpfile.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001351 ],
1352 includes = [
1353 "include",
1354 ".",
1355 ],
1356 deps = [
1357 ],
1358)
1359
1360
1361objc_library(
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001362 name = "grpc_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07001363 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -07001364 "src/core/lib/census/grpc_context.c",
1365 "src/core/lib/census/grpc_filter.c",
1366 "src/core/lib/census/grpc_plugin.c",
1367 "src/core/lib/channel/channel_args.c",
1368 "src/core/lib/channel/channel_stack.c",
1369 "src/core/lib/channel/channel_stack_builder.c",
1370 "src/core/lib/channel/client_channel.c",
1371 "src/core/lib/channel/compress_filter.c",
1372 "src/core/lib/channel/connected_channel.c",
1373 "src/core/lib/channel/http_client_filter.c",
1374 "src/core/lib/channel/http_server_filter.c",
1375 "src/core/lib/channel/subchannel_call_holder.c",
1376 "src/core/lib/client_config/client_config.c",
1377 "src/core/lib/client_config/connector.c",
1378 "src/core/lib/client_config/default_initial_connect_string.c",
1379 "src/core/lib/client_config/initial_connect_string.c",
1380 "src/core/lib/client_config/lb_policies/load_balancer_api.c",
1381 "src/core/lib/client_config/lb_policies/pick_first.c",
1382 "src/core/lib/client_config/lb_policies/round_robin.c",
1383 "src/core/lib/client_config/lb_policy.c",
1384 "src/core/lib/client_config/lb_policy_factory.c",
1385 "src/core/lib/client_config/lb_policy_registry.c",
1386 "src/core/lib/client_config/resolver.c",
1387 "src/core/lib/client_config/resolver_factory.c",
1388 "src/core/lib/client_config/resolver_registry.c",
1389 "src/core/lib/client_config/resolvers/dns_resolver.c",
1390 "src/core/lib/client_config/resolvers/sockaddr_resolver.c",
1391 "src/core/lib/client_config/subchannel.c",
1392 "src/core/lib/client_config/subchannel_factory.c",
1393 "src/core/lib/client_config/subchannel_index.c",
1394 "src/core/lib/client_config/uri_parser.c",
1395 "src/core/lib/compression/compression_algorithm.c",
1396 "src/core/lib/compression/message_compress.c",
1397 "src/core/lib/debug/trace.c",
1398 "src/core/lib/http/format_request.c",
1399 "src/core/lib/http/httpcli.c",
1400 "src/core/lib/http/parser.c",
1401 "src/core/lib/iomgr/closure.c",
1402 "src/core/lib/iomgr/endpoint.c",
1403 "src/core/lib/iomgr/endpoint_pair_posix.c",
1404 "src/core/lib/iomgr/endpoint_pair_windows.c",
1405 "src/core/lib/iomgr/exec_ctx.c",
1406 "src/core/lib/iomgr/executor.c",
1407 "src/core/lib/iomgr/fd_posix.c",
1408 "src/core/lib/iomgr/iocp_windows.c",
1409 "src/core/lib/iomgr/iomgr.c",
1410 "src/core/lib/iomgr/iomgr_posix.c",
1411 "src/core/lib/iomgr/iomgr_windows.c",
1412 "src/core/lib/iomgr/pollset_multipoller_with_epoll.c",
1413 "src/core/lib/iomgr/pollset_multipoller_with_poll_posix.c",
1414 "src/core/lib/iomgr/pollset_posix.c",
1415 "src/core/lib/iomgr/pollset_set_posix.c",
1416 "src/core/lib/iomgr/pollset_set_windows.c",
1417 "src/core/lib/iomgr/pollset_windows.c",
1418 "src/core/lib/iomgr/resolve_address_posix.c",
1419 "src/core/lib/iomgr/resolve_address_windows.c",
1420 "src/core/lib/iomgr/sockaddr_utils.c",
1421 "src/core/lib/iomgr/socket_utils_common_posix.c",
1422 "src/core/lib/iomgr/socket_utils_linux.c",
1423 "src/core/lib/iomgr/socket_utils_posix.c",
1424 "src/core/lib/iomgr/socket_windows.c",
1425 "src/core/lib/iomgr/tcp_client_posix.c",
1426 "src/core/lib/iomgr/tcp_client_windows.c",
1427 "src/core/lib/iomgr/tcp_posix.c",
1428 "src/core/lib/iomgr/tcp_server_posix.c",
1429 "src/core/lib/iomgr/tcp_server_windows.c",
1430 "src/core/lib/iomgr/tcp_windows.c",
1431 "src/core/lib/iomgr/time_averaged_stats.c",
1432 "src/core/lib/iomgr/timer.c",
1433 "src/core/lib/iomgr/timer_heap.c",
1434 "src/core/lib/iomgr/udp_server.c",
1435 "src/core/lib/iomgr/unix_sockets_posix.c",
1436 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
1437 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
1438 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
1439 "src/core/lib/iomgr/wakeup_fd_pipe.c",
1440 "src/core/lib/iomgr/wakeup_fd_posix.c",
1441 "src/core/lib/iomgr/workqueue_posix.c",
1442 "src/core/lib/iomgr/workqueue_windows.c",
1443 "src/core/lib/json/json.c",
1444 "src/core/lib/json/json_reader.c",
1445 "src/core/lib/json/json_string.c",
1446 "src/core/lib/json/json_writer.c",
1447 "src/core/lib/proto/grpc/lb/v0/load_balancer.pb.c",
1448 "src/core/lib/surface/alarm.c",
1449 "src/core/lib/surface/api_trace.c",
1450 "src/core/lib/surface/byte_buffer.c",
1451 "src/core/lib/surface/byte_buffer_reader.c",
1452 "src/core/lib/surface/call.c",
1453 "src/core/lib/surface/call_details.c",
1454 "src/core/lib/surface/call_log_batch.c",
1455 "src/core/lib/surface/channel.c",
1456 "src/core/lib/surface/channel_connectivity.c",
1457 "src/core/lib/surface/channel_create.c",
1458 "src/core/lib/surface/channel_init.c",
1459 "src/core/lib/surface/channel_ping.c",
1460 "src/core/lib/surface/channel_stack_type.c",
1461 "src/core/lib/surface/completion_queue.c",
1462 "src/core/lib/surface/event_string.c",
1463 "src/core/lib/surface/init.c",
1464 "src/core/lib/surface/lame_client.c",
1465 "src/core/lib/surface/metadata_array.c",
1466 "src/core/lib/surface/server.c",
1467 "src/core/lib/surface/server_chttp2.c",
1468 "src/core/lib/surface/validate_metadata.c",
1469 "src/core/lib/surface/version.c",
1470 "src/core/lib/transport/byte_stream.c",
1471 "src/core/lib/transport/chttp2/alpn.c",
1472 "src/core/lib/transport/chttp2/bin_encoder.c",
1473 "src/core/lib/transport/chttp2/frame_data.c",
1474 "src/core/lib/transport/chttp2/frame_goaway.c",
1475 "src/core/lib/transport/chttp2/frame_ping.c",
1476 "src/core/lib/transport/chttp2/frame_rst_stream.c",
1477 "src/core/lib/transport/chttp2/frame_settings.c",
1478 "src/core/lib/transport/chttp2/frame_window_update.c",
1479 "src/core/lib/transport/chttp2/hpack_encoder.c",
1480 "src/core/lib/transport/chttp2/hpack_parser.c",
1481 "src/core/lib/transport/chttp2/hpack_table.c",
1482 "src/core/lib/transport/chttp2/huffsyms.c",
1483 "src/core/lib/transport/chttp2/incoming_metadata.c",
1484 "src/core/lib/transport/chttp2/parsing.c",
1485 "src/core/lib/transport/chttp2/status_conversion.c",
1486 "src/core/lib/transport/chttp2/stream_lists.c",
1487 "src/core/lib/transport/chttp2/stream_map.c",
1488 "src/core/lib/transport/chttp2/timeout_encoding.c",
1489 "src/core/lib/transport/chttp2/varint.c",
1490 "src/core/lib/transport/chttp2/writing.c",
1491 "src/core/lib/transport/chttp2_transport.c",
1492 "src/core/lib/transport/connectivity_state.c",
1493 "src/core/lib/transport/metadata.c",
1494 "src/core/lib/transport/metadata_batch.c",
1495 "src/core/lib/transport/static_metadata.c",
1496 "src/core/lib/transport/transport.c",
1497 "src/core/lib/transport/transport_op_string.c",
1498 "src/core/lib/http/httpcli_security_connector.c",
1499 "src/core/lib/security/b64.c",
1500 "src/core/lib/security/client_auth_filter.c",
1501 "src/core/lib/security/credentials.c",
1502 "src/core/lib/security/credentials_metadata.c",
1503 "src/core/lib/security/credentials_posix.c",
1504 "src/core/lib/security/credentials_win32.c",
1505 "src/core/lib/security/google_default_credentials.c",
1506 "src/core/lib/security/handshake.c",
1507 "src/core/lib/security/json_token.c",
1508 "src/core/lib/security/jwt_verifier.c",
1509 "src/core/lib/security/secure_endpoint.c",
1510 "src/core/lib/security/security_connector.c",
1511 "src/core/lib/security/security_context.c",
1512 "src/core/lib/security/server_auth_filter.c",
1513 "src/core/lib/security/server_secure_chttp2.c",
1514 "src/core/lib/surface/init_secure.c",
1515 "src/core/lib/surface/secure_channel_create.c",
1516 "src/core/lib/tsi/fake_transport_security.c",
1517 "src/core/lib/tsi/ssl_transport_security.c",
1518 "src/core/lib/tsi/transport_security.c",
1519 "src/core/lib/census/context.c",
1520 "src/core/lib/census/initialize.c",
1521 "src/core/lib/census/mlog.c",
1522 "src/core/lib/census/operation.c",
1523 "src/core/lib/census/placeholders.c",
1524 "src/core/lib/census/tracing.c",
Craig Tillereb841e22016-02-11 15:49:16 -08001525 "third_party/nanopb/pb_common.c",
1526 "third_party/nanopb/pb_decode.c",
1527 "third_party/nanopb/pb_encode.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001528 ],
1529 hdrs = [
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001530 "include/grpc/grpc_security.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001531 "include/grpc/byte_buffer.h",
1532 "include/grpc/byte_buffer_reader.h",
1533 "include/grpc/compression.h",
1534 "include/grpc/grpc.h",
1535 "include/grpc/status.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001536 "include/grpc/impl/codegen/byte_buffer.h",
1537 "include/grpc/impl/codegen/compression_types.h",
1538 "include/grpc/impl/codegen/connectivity_state.h",
1539 "include/grpc/impl/codegen/grpc_types.h",
1540 "include/grpc/impl/codegen/propagation_bits.h",
1541 "include/grpc/impl/codegen/status.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001542 "include/grpc/census.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001543 "src/core/lib/census/grpc_filter.h",
1544 "src/core/lib/census/grpc_plugin.h",
1545 "src/core/lib/channel/channel_args.h",
1546 "src/core/lib/channel/channel_stack.h",
1547 "src/core/lib/channel/channel_stack_builder.h",
1548 "src/core/lib/channel/client_channel.h",
1549 "src/core/lib/channel/compress_filter.h",
1550 "src/core/lib/channel/connected_channel.h",
1551 "src/core/lib/channel/context.h",
1552 "src/core/lib/channel/http_client_filter.h",
1553 "src/core/lib/channel/http_server_filter.h",
1554 "src/core/lib/channel/subchannel_call_holder.h",
1555 "src/core/lib/client_config/client_config.h",
1556 "src/core/lib/client_config/connector.h",
1557 "src/core/lib/client_config/initial_connect_string.h",
1558 "src/core/lib/client_config/lb_policies/load_balancer_api.h",
1559 "src/core/lib/client_config/lb_policies/pick_first.h",
1560 "src/core/lib/client_config/lb_policies/round_robin.h",
1561 "src/core/lib/client_config/lb_policy.h",
1562 "src/core/lib/client_config/lb_policy_factory.h",
1563 "src/core/lib/client_config/lb_policy_registry.h",
1564 "src/core/lib/client_config/resolver.h",
1565 "src/core/lib/client_config/resolver_factory.h",
1566 "src/core/lib/client_config/resolver_registry.h",
1567 "src/core/lib/client_config/resolvers/dns_resolver.h",
1568 "src/core/lib/client_config/resolvers/sockaddr_resolver.h",
1569 "src/core/lib/client_config/subchannel.h",
1570 "src/core/lib/client_config/subchannel_factory.h",
1571 "src/core/lib/client_config/subchannel_index.h",
1572 "src/core/lib/client_config/uri_parser.h",
1573 "src/core/lib/compression/algorithm_metadata.h",
1574 "src/core/lib/compression/message_compress.h",
1575 "src/core/lib/debug/trace.h",
1576 "src/core/lib/http/format_request.h",
1577 "src/core/lib/http/httpcli.h",
1578 "src/core/lib/http/parser.h",
1579 "src/core/lib/iomgr/closure.h",
1580 "src/core/lib/iomgr/endpoint.h",
1581 "src/core/lib/iomgr/endpoint_pair.h",
1582 "src/core/lib/iomgr/exec_ctx.h",
1583 "src/core/lib/iomgr/executor.h",
1584 "src/core/lib/iomgr/fd_posix.h",
1585 "src/core/lib/iomgr/iocp_windows.h",
1586 "src/core/lib/iomgr/iomgr.h",
1587 "src/core/lib/iomgr/iomgr_internal.h",
1588 "src/core/lib/iomgr/iomgr_posix.h",
1589 "src/core/lib/iomgr/pollset.h",
1590 "src/core/lib/iomgr/pollset_posix.h",
1591 "src/core/lib/iomgr/pollset_set.h",
1592 "src/core/lib/iomgr/pollset_set_posix.h",
1593 "src/core/lib/iomgr/pollset_set_windows.h",
1594 "src/core/lib/iomgr/pollset_windows.h",
1595 "src/core/lib/iomgr/resolve_address.h",
1596 "src/core/lib/iomgr/sockaddr.h",
1597 "src/core/lib/iomgr/sockaddr_posix.h",
1598 "src/core/lib/iomgr/sockaddr_utils.h",
1599 "src/core/lib/iomgr/sockaddr_win32.h",
1600 "src/core/lib/iomgr/socket_utils_posix.h",
1601 "src/core/lib/iomgr/socket_windows.h",
1602 "src/core/lib/iomgr/tcp_client.h",
1603 "src/core/lib/iomgr/tcp_posix.h",
1604 "src/core/lib/iomgr/tcp_server.h",
1605 "src/core/lib/iomgr/tcp_windows.h",
1606 "src/core/lib/iomgr/time_averaged_stats.h",
1607 "src/core/lib/iomgr/timer.h",
1608 "src/core/lib/iomgr/timer_heap.h",
1609 "src/core/lib/iomgr/udp_server.h",
1610 "src/core/lib/iomgr/unix_sockets_posix.h",
1611 "src/core/lib/iomgr/wakeup_fd_pipe.h",
1612 "src/core/lib/iomgr/wakeup_fd_posix.h",
1613 "src/core/lib/iomgr/workqueue.h",
1614 "src/core/lib/iomgr/workqueue_posix.h",
1615 "src/core/lib/iomgr/workqueue_windows.h",
1616 "src/core/lib/json/json.h",
1617 "src/core/lib/json/json_common.h",
1618 "src/core/lib/json/json_reader.h",
1619 "src/core/lib/json/json_writer.h",
1620 "src/core/lib/proto/grpc/lb/v0/load_balancer.pb.h",
1621 "src/core/lib/statistics/census_interface.h",
1622 "src/core/lib/statistics/census_rpc_stats.h",
1623 "src/core/lib/surface/api_trace.h",
1624 "src/core/lib/surface/call.h",
1625 "src/core/lib/surface/call_test_only.h",
1626 "src/core/lib/surface/channel.h",
1627 "src/core/lib/surface/channel_init.h",
1628 "src/core/lib/surface/channel_stack_type.h",
1629 "src/core/lib/surface/completion_queue.h",
1630 "src/core/lib/surface/event_string.h",
1631 "src/core/lib/surface/init.h",
1632 "src/core/lib/surface/lame_client.h",
1633 "src/core/lib/surface/server.h",
1634 "src/core/lib/surface/surface_trace.h",
1635 "src/core/lib/transport/byte_stream.h",
1636 "src/core/lib/transport/chttp2/alpn.h",
1637 "src/core/lib/transport/chttp2/bin_encoder.h",
1638 "src/core/lib/transport/chttp2/frame.h",
1639 "src/core/lib/transport/chttp2/frame_data.h",
1640 "src/core/lib/transport/chttp2/frame_goaway.h",
1641 "src/core/lib/transport/chttp2/frame_ping.h",
1642 "src/core/lib/transport/chttp2/frame_rst_stream.h",
1643 "src/core/lib/transport/chttp2/frame_settings.h",
1644 "src/core/lib/transport/chttp2/frame_window_update.h",
1645 "src/core/lib/transport/chttp2/hpack_encoder.h",
1646 "src/core/lib/transport/chttp2/hpack_parser.h",
1647 "src/core/lib/transport/chttp2/hpack_table.h",
1648 "src/core/lib/transport/chttp2/http2_errors.h",
1649 "src/core/lib/transport/chttp2/huffsyms.h",
1650 "src/core/lib/transport/chttp2/incoming_metadata.h",
1651 "src/core/lib/transport/chttp2/internal.h",
1652 "src/core/lib/transport/chttp2/status_conversion.h",
1653 "src/core/lib/transport/chttp2/stream_map.h",
1654 "src/core/lib/transport/chttp2/timeout_encoding.h",
1655 "src/core/lib/transport/chttp2/varint.h",
1656 "src/core/lib/transport/chttp2_transport.h",
1657 "src/core/lib/transport/connectivity_state.h",
1658 "src/core/lib/transport/metadata.h",
1659 "src/core/lib/transport/metadata_batch.h",
1660 "src/core/lib/transport/static_metadata.h",
1661 "src/core/lib/transport/transport.h",
1662 "src/core/lib/transport/transport_impl.h",
1663 "src/core/lib/security/auth_filters.h",
1664 "src/core/lib/security/b64.h",
1665 "src/core/lib/security/credentials.h",
1666 "src/core/lib/security/handshake.h",
1667 "src/core/lib/security/json_token.h",
1668 "src/core/lib/security/jwt_verifier.h",
1669 "src/core/lib/security/secure_endpoint.h",
1670 "src/core/lib/security/security_connector.h",
1671 "src/core/lib/security/security_context.h",
1672 "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",
1677 "src/core/lib/census/aggregation.h",
1678 "src/core/lib/census/mlog.h",
1679 "src/core/lib/census/rpc_metric_id.h",
Craig Tillereb841e22016-02-11 15:49:16 -08001680 "third_party/nanopb/pb.h",
1681 "third_party/nanopb/pb_common.h",
1682 "third_party/nanopb/pb_decode.h",
1683 "third_party/nanopb/pb_encode.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001684 ],
1685 includes = [
1686 "include",
1687 ".",
1688 ],
1689 deps = [
Craig Tillerda179ce2016-02-09 12:01:53 -08001690 ":gpr_objc",
Jorge Canizales4dc4e3d2015-06-26 22:12:02 -07001691 "//external:libssl_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07001692 ],
Jorge Canizales8c1fd042015-06-22 19:11:36 -07001693 sdk_dylibs = ["libz"],
Jorge Canizales140bca82015-06-20 09:47:00 -07001694)
1695
1696
1697
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001698cc_binary(
1699 name = "grpc_cpp_plugin",
1700 srcs = [
1701 "src/compiler/cpp_plugin.cc",
1702 ],
1703 deps = [
1704 "//external:protobuf_compiler",
1705 ":grpc_plugin_support",
1706 ],
1707)
1708
1709
1710cc_binary(
Jan Tattermusch2d924952015-05-06 10:23:17 -07001711 name = "grpc_csharp_plugin",
1712 srcs = [
1713 "src/compiler/csharp_plugin.cc",
1714 ],
1715 deps = [
1716 "//external:protobuf_compiler",
1717 ":grpc_plugin_support",
1718 ],
1719)
1720
1721
1722cc_binary(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001723 name = "grpc_objective_c_plugin",
1724 srcs = [
1725 "src/compiler/objective_c_plugin.cc",
1726 ],
1727 deps = [
1728 "//external:protobuf_compiler",
1729 ":grpc_plugin_support",
1730 ],
1731)
1732
1733
1734cc_binary(
1735 name = "grpc_python_plugin",
1736 srcs = [
1737 "src/compiler/python_plugin.cc",
1738 ],
1739 deps = [
1740 "//external:protobuf_compiler",
1741 ":grpc_plugin_support",
1742 ],
1743)
1744
1745
1746cc_binary(
1747 name = "grpc_ruby_plugin",
1748 srcs = [
1749 "src/compiler/ruby_plugin.cc",
1750 ],
1751 deps = [
1752 "//external:protobuf_compiler",
1753 ":grpc_plugin_support",
1754 ],
1755)
1756
1757
1758
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02001759
1760
Jorge Canizales140bca82015-06-20 09:47:00 -07001761
Jorge Canizales91e67a22015-06-24 13:50:04 -07001762
1763
Jorge Canizales44dc4232015-06-19 16:30:31 -07001764objc_path = "src/objective-c"
Jorge Canizales140bca82015-06-20 09:47:00 -07001765
Jorge Canizales44dc4232015-06-19 16:30:31 -07001766rx_library_path = objc_path + "/RxLibrary"
1767
1768objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07001769 name = "rx_library",
1770 hdrs = glob([
1771 rx_library_path + "/*.h",
1772 rx_library_path + "/transformations/*.h",
1773 ]),
1774 srcs = glob([
1775 rx_library_path + "/*.m",
1776 rx_library_path + "/transformations/*.m",
1777 ]),
1778 includes = [objc_path],
1779 deps = [
1780 ":rx_library_private",
1781 ],
Jorge Canizales44dc4232015-06-19 16:30:31 -07001782)
1783
1784objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07001785 name = "rx_library_private",
1786 hdrs = glob([rx_library_path + "/private/*.h"]),
1787 srcs = glob([rx_library_path + "/private/*.m"]),
1788 visibility = ["//visibility:private"],
Jorge Canizales44dc4232015-06-19 16:30:31 -07001789)
Jorge Canizales866255e2015-06-20 18:58:38 -07001790
1791objc_client_path = objc_path + "/GRPCClient"
1792
1793objc_library(
1794 name = "grpc_client",
1795 hdrs = glob([
1796 objc_client_path + "/*.h",
1797 objc_client_path + "/private/*.h",
1798 ]),
1799 srcs = glob([
1800 objc_client_path + "/*.m",
1801 objc_client_path + "/private/*.m",
1802 ]),
1803 includes = [objc_path],
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07001804 bundles = [":gRPCCertificates"],
Jorge Canizales866255e2015-06-20 18:58:38 -07001805 deps = [
1806 ":grpc_objc",
1807 ":rx_library",
1808 ],
1809)
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07001810
1811objc_bundle_library(
1812 # The choice of name is signicant here, since it determines the bundle name.
1813 name = "gRPCCertificates",
1814 resources = ["etc/roots.pem"],
1815)
Jorge Canizales50f19822015-06-28 23:48:30 -07001816
1817proto_objc_rpc_path = objc_path + "/ProtoRPC"
1818
1819objc_library(
1820 name = "proto_objc_rpc",
1821 hdrs = glob([
1822 proto_objc_rpc_path + "/*.h",
1823 ]),
1824 srcs = glob([
1825 proto_objc_rpc_path + "/*.m",
1826 ]),
1827 includes = [objc_path],
1828 deps = [
1829 ":grpc_client",
1830 ":rx_library",
1831 "//external:protobuf_objc",
1832 ],
1833)