blob: fbfe176f35623c5b8237cb4d15261a95734db932 [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
Piotr Sikora12e26a72016-08-04 15:32:10 -070039exports_files(["LICENSE"])
40
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070041package(default_visibility = ["//visibility:public"])
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +020042
43
44
45
Rob Earhartb7b8d052016-03-29 11:35:29 -070046
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +020047cc_library(
Craig Tillerda179ce2016-02-09 12:01:53 -080048 name = "gpr",
49 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -070050 "src/core/lib/profiling/timers.h",
51 "src/core/lib/support/backoff.h",
52 "src/core/lib/support/block_annotate.h",
53 "src/core/lib/support/env.h",
Craig Tiller57726ca2016-09-12 11:59:45 -070054 "src/core/lib/support/mpscq.h",
Craig Tillerf23078c2016-03-25 17:07:29 -070055 "src/core/lib/support/murmur_hash.h",
Craig Tiller17ed6b12016-08-18 09:33:33 -070056 "src/core/lib/support/percent_encoding.h",
Craig Tillerf23078c2016-03-25 17:07:29 -070057 "src/core/lib/support/stack_lockfree.h",
58 "src/core/lib/support/string.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070059 "src/core/lib/support/string_windows.h",
Craig Tillerf23078c2016-03-25 17:07:29 -070060 "src/core/lib/support/thd_internal.h",
61 "src/core/lib/support/time_precise.h",
62 "src/core/lib/support/tmpfile.h",
63 "src/core/lib/profiling/basic_timers.c",
64 "src/core/lib/profiling/stap_timers.c",
65 "src/core/lib/support/alloc.c",
66 "src/core/lib/support/avl.c",
67 "src/core/lib/support/backoff.c",
68 "src/core/lib/support/cmdline.c",
69 "src/core/lib/support/cpu_iphone.c",
70 "src/core/lib/support/cpu_linux.c",
71 "src/core/lib/support/cpu_posix.c",
72 "src/core/lib/support/cpu_windows.c",
73 "src/core/lib/support/env_linux.c",
74 "src/core/lib/support/env_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070075 "src/core/lib/support/env_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -070076 "src/core/lib/support/histogram.c",
77 "src/core/lib/support/host_port.c",
Craig Tillerf23078c2016-03-25 17:07:29 -070078 "src/core/lib/support/log.c",
79 "src/core/lib/support/log_android.c",
80 "src/core/lib/support/log_linux.c",
81 "src/core/lib/support/log_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070082 "src/core/lib/support/log_windows.c",
Craig Tiller57726ca2016-09-12 11:59:45 -070083 "src/core/lib/support/mpscq.c",
Craig Tillerf23078c2016-03-25 17:07:29 -070084 "src/core/lib/support/murmur_hash.c",
Craig Tiller17ed6b12016-08-18 09:33:33 -070085 "src/core/lib/support/percent_encoding.c",
Craig Tillerf23078c2016-03-25 17:07:29 -070086 "src/core/lib/support/slice.c",
87 "src/core/lib/support/slice_buffer.c",
88 "src/core/lib/support/stack_lockfree.c",
89 "src/core/lib/support/string.c",
90 "src/core/lib/support/string_posix.c",
Yuchen Zeng4594bd92016-05-31 14:06:01 -070091 "src/core/lib/support/string_util_windows.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070092 "src/core/lib/support/string_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -070093 "src/core/lib/support/subprocess_posix.c",
94 "src/core/lib/support/subprocess_windows.c",
95 "src/core/lib/support/sync.c",
96 "src/core/lib/support/sync_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070097 "src/core/lib/support/sync_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -070098 "src/core/lib/support/thd.c",
99 "src/core/lib/support/thd_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700100 "src/core/lib/support/thd_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700101 "src/core/lib/support/time.c",
102 "src/core/lib/support/time_posix.c",
103 "src/core/lib/support/time_precise.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700104 "src/core/lib/support/time_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700105 "src/core/lib/support/tls_pthread.c",
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200106 "src/core/lib/support/tmpfile_msys.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 "src/core/lib/support/tmpfile_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700108 "src/core/lib/support/tmpfile_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700109 "src/core/lib/support/wrap_memcpy.c",
Craig Tillerda179ce2016-02-09 12:01:53 -0800110 ],
111 hdrs = [
112 "include/grpc/support/alloc.h",
113 "include/grpc/support/atm.h",
114 "include/grpc/support/atm_gcc_atomic.h",
115 "include/grpc/support/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 "include/grpc/support/atm_windows.h",
Craig Tillerda179ce2016-02-09 12:01:53 -0800117 "include/grpc/support/avl.h",
118 "include/grpc/support/cmdline.h",
119 "include/grpc/support/cpu.h",
120 "include/grpc/support/histogram.h",
121 "include/grpc/support/host_port.h",
122 "include/grpc/support/log.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700123 "include/grpc/support/log_windows.h",
Craig Tillerda179ce2016-02-09 12:01:53 -0800124 "include/grpc/support/port_platform.h",
125 "include/grpc/support/slice.h",
126 "include/grpc/support/slice_buffer.h",
127 "include/grpc/support/string_util.h",
128 "include/grpc/support/subprocess.h",
129 "include/grpc/support/sync.h",
130 "include/grpc/support/sync_generic.h",
131 "include/grpc/support/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700132 "include/grpc/support/sync_windows.h",
Craig Tillerda179ce2016-02-09 12:01:53 -0800133 "include/grpc/support/thd.h",
134 "include/grpc/support/time.h",
135 "include/grpc/support/tls.h",
136 "include/grpc/support/tls_gcc.h",
137 "include/grpc/support/tls_msvc.h",
138 "include/grpc/support/tls_pthread.h",
139 "include/grpc/support/useful.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700140 "include/grpc/impl/codegen/atm.h",
141 "include/grpc/impl/codegen/atm_gcc_atomic.h",
142 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700143 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700144 "include/grpc/impl/codegen/gpr_types.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700145 "include/grpc/impl/codegen/port_platform.h",
146 "include/grpc/impl/codegen/slice.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700147 "include/grpc/impl/codegen/sync.h",
148 "include/grpc/impl/codegen/sync_generic.h",
149 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700150 "include/grpc/impl/codegen/sync_windows.h",
Craig Tillerda179ce2016-02-09 12:01:53 -0800151 ],
152 includes = [
153 "include",
154 ".",
155 ],
156 deps = [
157 ],
158)
159
160
Rob Earhartb7b8d052016-03-29 11:35:29 -0700161
Craig Tillerda179ce2016-02-09 12:01:53 -0800162cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700163 name = "grpc",
164 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -0700165 "src/core/lib/channel/channel_args.h",
166 "src/core/lib/channel/channel_stack.h",
167 "src/core/lib/channel/channel_stack_builder.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700168 "src/core/lib/channel/compress_filter.h",
169 "src/core/lib/channel/connected_channel.h",
170 "src/core/lib/channel/context.h",
Mark D. Roth14c072c2016-08-26 08:31:34 -0700171 "src/core/lib/channel/deadline_filter.h",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700172 "src/core/lib/channel/handshaker.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700173 "src/core/lib/channel/http_client_filter.h",
174 "src/core/lib/channel/http_server_filter.h",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700175 "src/core/lib/channel/message_size_filter.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 "src/core/lib/compression/algorithm_metadata.h",
177 "src/core/lib/compression/message_compress.h",
178 "src/core/lib/debug/trace.h",
179 "src/core/lib/http/format_request.h",
180 "src/core/lib/http/httpcli.h",
181 "src/core/lib/http/parser.h",
182 "src/core/lib/iomgr/closure.h",
Craig Tiller57726ca2016-09-12 11:59:45 -0700183 "src/core/lib/iomgr/combiner.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 "src/core/lib/iomgr/endpoint.h",
185 "src/core/lib/iomgr/endpoint_pair.h",
Craig Tiller27f59af2016-04-28 14:19:48 -0700186 "src/core/lib/iomgr/error.h",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700187 "src/core/lib/iomgr/ev_epoll_linux.h",
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700188 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700189 "src/core/lib/iomgr/ev_poll_posix.h",
Craig Tiller8a034482016-03-28 16:09:04 -0700190 "src/core/lib/iomgr/ev_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 "src/core/lib/iomgr/exec_ctx.h",
192 "src/core/lib/iomgr/executor.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 "src/core/lib/iomgr/iocp_windows.h",
194 "src/core/lib/iomgr/iomgr.h",
195 "src/core/lib/iomgr/iomgr_internal.h",
196 "src/core/lib/iomgr/iomgr_posix.h",
Craig Tiller85178862016-05-18 16:09:16 -0700197 "src/core/lib/iomgr/load_file.h",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700198 "src/core/lib/iomgr/network_status_tracker.h",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700199 "src/core/lib/iomgr/polling_entity.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 "src/core/lib/iomgr/pollset.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 "src/core/lib/iomgr/pollset_set.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 "src/core/lib/iomgr/pollset_set_windows.h",
203 "src/core/lib/iomgr/pollset_windows.h",
204 "src/core/lib/iomgr/resolve_address.h",
205 "src/core/lib/iomgr/sockaddr.h",
206 "src/core/lib/iomgr/sockaddr_posix.h",
207 "src/core/lib/iomgr/sockaddr_utils.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700208 "src/core/lib/iomgr/sockaddr_windows.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 "src/core/lib/iomgr/socket_utils_posix.h",
210 "src/core/lib/iomgr/socket_windows.h",
211 "src/core/lib/iomgr/tcp_client.h",
212 "src/core/lib/iomgr/tcp_posix.h",
213 "src/core/lib/iomgr/tcp_server.h",
214 "src/core/lib/iomgr/tcp_windows.h",
215 "src/core/lib/iomgr/time_averaged_stats.h",
216 "src/core/lib/iomgr/timer.h",
217 "src/core/lib/iomgr/timer_heap.h",
218 "src/core/lib/iomgr/udp_server.h",
219 "src/core/lib/iomgr/unix_sockets_posix.h",
220 "src/core/lib/iomgr/wakeup_fd_pipe.h",
221 "src/core/lib/iomgr/wakeup_fd_posix.h",
222 "src/core/lib/iomgr/workqueue.h",
223 "src/core/lib/iomgr/workqueue_posix.h",
224 "src/core/lib/iomgr/workqueue_windows.h",
225 "src/core/lib/json/json.h",
226 "src/core/lib/json/json_common.h",
227 "src/core/lib/json/json_reader.h",
228 "src/core/lib/json/json_writer.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 "src/core/lib/surface/api_trace.h",
230 "src/core/lib/surface/call.h",
231 "src/core/lib/surface/call_test_only.h",
232 "src/core/lib/surface/channel.h",
233 "src/core/lib/surface/channel_init.h",
234 "src/core/lib/surface/channel_stack_type.h",
235 "src/core/lib/surface/completion_queue.h",
236 "src/core/lib/surface/event_string.h",
237 "src/core/lib/surface/init.h",
238 "src/core/lib/surface/lame_client.h",
239 "src/core/lib/surface/server.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 "src/core/lib/transport/connectivity_state.h",
242 "src/core/lib/transport/metadata.h",
243 "src/core/lib/transport/metadata_batch.h",
244 "src/core/lib/transport/static_metadata.h",
Robbie Shade710d2422016-07-13 15:15:38 -0400245 "src/core/lib/transport/timeout_encoding.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 "src/core/lib/transport/transport.h",
247 "src/core/lib/transport/transport_impl.h",
Yuchen Zengd982bba2016-05-12 18:53:52 -0700248 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700249 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
250 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
251 "src/core/ext/transport/chttp2/transport/frame.h",
252 "src/core/ext/transport/chttp2/transport/frame_data.h",
253 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
254 "src/core/ext/transport/chttp2/transport/frame_ping.h",
255 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
256 "src/core/ext/transport/chttp2/transport/frame_settings.h",
257 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
258 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
259 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
260 "src/core/ext/transport/chttp2/transport/hpack_table.h",
261 "src/core/ext/transport/chttp2/transport/http2_errors.h",
262 "src/core/ext/transport/chttp2/transport/huffsyms.h",
263 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
264 "src/core/ext/transport/chttp2/transport/internal.h",
265 "src/core/ext/transport/chttp2/transport/status_conversion.h",
266 "src/core/ext/transport/chttp2/transport/stream_map.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700267 "src/core/ext/transport/chttp2/transport/varint.h",
268 "src/core/ext/transport/chttp2/alpn/alpn.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700269 "src/core/lib/security/context/security_context.h",
270 "src/core/lib/security/credentials/composite/composite_credentials.h",
271 "src/core/lib/security/credentials/credentials.h",
272 "src/core/lib/security/credentials/fake/fake_credentials.h",
273 "src/core/lib/security/credentials/google_default/google_default_credentials.h",
274 "src/core/lib/security/credentials/iam/iam_credentials.h",
275 "src/core/lib/security/credentials/jwt/json_token.h",
276 "src/core/lib/security/credentials/jwt/jwt_credentials.h",
277 "src/core/lib/security/credentials/jwt/jwt_verifier.h",
278 "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
279 "src/core/lib/security/credentials/plugin/plugin_credentials.h",
280 "src/core/lib/security/credentials/ssl/ssl_credentials.h",
281 "src/core/lib/security/transport/auth_filters.h",
282 "src/core/lib/security/transport/handshake.h",
283 "src/core/lib/security/transport/secure_endpoint.h",
284 "src/core/lib/security/transport/security_connector.h",
Craig Tillerddad9782016-05-05 17:11:31 -0700285 "src/core/lib/security/transport/tsi_error.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700286 "src/core/lib/security/util/b64.h",
287 "src/core/lib/security/util/json_util.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 "src/core/lib/tsi/fake_transport_security.h",
289 "src/core/lib/tsi/ssl_transport_security.h",
290 "src/core/lib/tsi/ssl_types.h",
291 "src/core/lib/tsi/transport_security.h",
292 "src/core/lib/tsi/transport_security_interface.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700293 "src/core/ext/client_config/client_channel.h",
294 "src/core/ext/client_config/client_channel_factory.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700295 "src/core/ext/client_config/connector.h",
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700296 "src/core/ext/client_config/http_connect_handshaker.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700297 "src/core/ext/client_config/initial_connect_string.h",
298 "src/core/ext/client_config/lb_policy.h",
299 "src/core/ext/client_config/lb_policy_factory.h",
300 "src/core/ext/client_config/lb_policy_registry.h",
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700301 "src/core/ext/client_config/parse_address.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700302 "src/core/ext/client_config/resolver.h",
303 "src/core/ext/client_config/resolver_factory.h",
304 "src/core/ext/client_config/resolver_registry.h",
Mark D. Rothff4df062016-08-22 15:02:49 -0700305 "src/core/ext/client_config/resolver_result.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700306 "src/core/ext/client_config/subchannel.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700307 "src/core/ext/client_config/subchannel_index.h",
308 "src/core/ext/client_config/uri_parser.h",
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700309 "src/core/ext/lb_policy/grpclb/grpclb.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700310 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700311 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700312 "src/core/ext/load_reporting/load_reporting.h",
313 "src/core/ext/load_reporting/load_reporting_filter.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700314 "src/core/ext/census/aggregation.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -0700315 "src/core/ext/census/base_resources.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700316 "src/core/ext/census/census_interface.h",
317 "src/core/ext/census/census_rpc_stats.h",
Alistair Veitch30fe6322016-05-23 10:11:28 -0700318 "src/core/ext/census/gen/census.pb.h",
Alistair Veitcha0c69f92016-08-31 12:01:27 -0700319 "src/core/ext/census/gen/trace_context.pb.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700320 "src/core/ext/census/grpc_filter.h",
321 "src/core/ext/census/mlog.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -0700322 "src/core/ext/census/resource.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700323 "src/core/ext/census/rpc_metric_id.h",
Vizerai12d1fc62016-09-09 14:22:19 -0700324 "src/core/ext/census/trace_context.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700325 "src/core/lib/surface/init.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700326 "src/core/lib/channel/channel_args.c",
327 "src/core/lib/channel/channel_stack.c",
328 "src/core/lib/channel/channel_stack_builder.c",
329 "src/core/lib/channel/compress_filter.c",
330 "src/core/lib/channel/connected_channel.c",
Mark D. Roth14c072c2016-08-26 08:31:34 -0700331 "src/core/lib/channel/deadline_filter.c",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700332 "src/core/lib/channel/handshaker.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700333 "src/core/lib/channel/http_client_filter.c",
334 "src/core/lib/channel/http_server_filter.c",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700335 "src/core/lib/channel/message_size_filter.c",
David Garcia Quintasac094472016-05-18 20:25:57 -0700336 "src/core/lib/compression/compression.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700337 "src/core/lib/compression/message_compress.c",
338 "src/core/lib/debug/trace.c",
339 "src/core/lib/http/format_request.c",
340 "src/core/lib/http/httpcli.c",
341 "src/core/lib/http/parser.c",
342 "src/core/lib/iomgr/closure.c",
Craig Tiller57726ca2016-09-12 11:59:45 -0700343 "src/core/lib/iomgr/combiner.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700344 "src/core/lib/iomgr/endpoint.c",
345 "src/core/lib/iomgr/endpoint_pair_posix.c",
346 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller27f59af2016-04-28 14:19:48 -0700347 "src/core/lib/iomgr/error.c",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700348 "src/core/lib/iomgr/ev_epoll_linux.c",
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700349 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700350 "src/core/lib/iomgr/ev_poll_posix.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700351 "src/core/lib/iomgr/ev_posix.c",
352 "src/core/lib/iomgr/exec_ctx.c",
353 "src/core/lib/iomgr/executor.c",
354 "src/core/lib/iomgr/iocp_windows.c",
355 "src/core/lib/iomgr/iomgr.c",
356 "src/core/lib/iomgr/iomgr_posix.c",
357 "src/core/lib/iomgr/iomgr_windows.c",
Craig Tiller85178862016-05-18 16:09:16 -0700358 "src/core/lib/iomgr/load_file.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700359 "src/core/lib/iomgr/network_status_tracker.c",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700360 "src/core/lib/iomgr/polling_entity.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700361 "src/core/lib/iomgr/pollset_set_windows.c",
362 "src/core/lib/iomgr/pollset_windows.c",
363 "src/core/lib/iomgr/resolve_address_posix.c",
364 "src/core/lib/iomgr/resolve_address_windows.c",
365 "src/core/lib/iomgr/sockaddr_utils.c",
366 "src/core/lib/iomgr/socket_utils_common_posix.c",
367 "src/core/lib/iomgr/socket_utils_linux.c",
368 "src/core/lib/iomgr/socket_utils_posix.c",
369 "src/core/lib/iomgr/socket_windows.c",
370 "src/core/lib/iomgr/tcp_client_posix.c",
371 "src/core/lib/iomgr/tcp_client_windows.c",
372 "src/core/lib/iomgr/tcp_posix.c",
373 "src/core/lib/iomgr/tcp_server_posix.c",
374 "src/core/lib/iomgr/tcp_server_windows.c",
375 "src/core/lib/iomgr/tcp_windows.c",
376 "src/core/lib/iomgr/time_averaged_stats.c",
377 "src/core/lib/iomgr/timer.c",
378 "src/core/lib/iomgr/timer_heap.c",
379 "src/core/lib/iomgr/udp_server.c",
380 "src/core/lib/iomgr/unix_sockets_posix.c",
381 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
382 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
383 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
384 "src/core/lib/iomgr/wakeup_fd_pipe.c",
385 "src/core/lib/iomgr/wakeup_fd_posix.c",
386 "src/core/lib/iomgr/workqueue_posix.c",
387 "src/core/lib/iomgr/workqueue_windows.c",
388 "src/core/lib/json/json.c",
389 "src/core/lib/json/json_reader.c",
390 "src/core/lib/json/json_string.c",
391 "src/core/lib/json/json_writer.c",
392 "src/core/lib/surface/alarm.c",
393 "src/core/lib/surface/api_trace.c",
394 "src/core/lib/surface/byte_buffer.c",
395 "src/core/lib/surface/byte_buffer_reader.c",
396 "src/core/lib/surface/call.c",
397 "src/core/lib/surface/call_details.c",
398 "src/core/lib/surface/call_log_batch.c",
399 "src/core/lib/surface/channel.c",
400 "src/core/lib/surface/channel_init.c",
401 "src/core/lib/surface/channel_ping.c",
402 "src/core/lib/surface/channel_stack_type.c",
403 "src/core/lib/surface/completion_queue.c",
404 "src/core/lib/surface/event_string.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700405 "src/core/lib/surface/lame_client.c",
406 "src/core/lib/surface/metadata_array.c",
407 "src/core/lib/surface/server.c",
408 "src/core/lib/surface/validate_metadata.c",
409 "src/core/lib/surface/version.c",
410 "src/core/lib/transport/byte_stream.c",
411 "src/core/lib/transport/connectivity_state.c",
412 "src/core/lib/transport/metadata.c",
413 "src/core/lib/transport/metadata_batch.c",
414 "src/core/lib/transport/static_metadata.c",
Robbie Shade710d2422016-07-13 15:15:38 -0400415 "src/core/lib/transport/timeout_encoding.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700416 "src/core/lib/transport/transport.c",
417 "src/core/lib/transport/transport_op_string.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700418 "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c",
Yuchen Zengd982bba2016-05-12 18:53:52 -0700419 "src/core/ext/transport/chttp2/transport/bin_decoder.c",
Craig Tillerf82ddc42016-04-05 17:15:07 -0700420 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
421 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700422 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
423 "src/core/ext/transport/chttp2/transport/frame_data.c",
424 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
425 "src/core/ext/transport/chttp2/transport/frame_ping.c",
426 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
427 "src/core/ext/transport/chttp2/transport/frame_settings.c",
428 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
429 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
430 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
431 "src/core/ext/transport/chttp2/transport/hpack_table.c",
432 "src/core/ext/transport/chttp2/transport/huffsyms.c",
433 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
434 "src/core/ext/transport/chttp2/transport/parsing.c",
435 "src/core/ext/transport/chttp2/transport/status_conversion.c",
436 "src/core/ext/transport/chttp2/transport/stream_lists.c",
437 "src/core/ext/transport/chttp2/transport/stream_map.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700438 "src/core/ext/transport/chttp2/transport/varint.c",
439 "src/core/ext/transport/chttp2/transport/writing.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700440 "src/core/ext/transport/chttp2/alpn/alpn.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700441 "src/core/lib/http/httpcli_security_connector.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700442 "src/core/lib/security/context/security_context.c",
443 "src/core/lib/security/credentials/composite/composite_credentials.c",
444 "src/core/lib/security/credentials/credentials.c",
445 "src/core/lib/security/credentials/credentials_metadata.c",
446 "src/core/lib/security/credentials/fake/fake_credentials.c",
447 "src/core/lib/security/credentials/google_default/credentials_posix.c",
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700448 "src/core/lib/security/credentials/google_default/credentials_windows.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700449 "src/core/lib/security/credentials/google_default/google_default_credentials.c",
450 "src/core/lib/security/credentials/iam/iam_credentials.c",
451 "src/core/lib/security/credentials/jwt/json_token.c",
452 "src/core/lib/security/credentials/jwt/jwt_credentials.c",
453 "src/core/lib/security/credentials/jwt/jwt_verifier.c",
454 "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
455 "src/core/lib/security/credentials/plugin/plugin_credentials.c",
456 "src/core/lib/security/credentials/ssl/ssl_credentials.c",
457 "src/core/lib/security/transport/client_auth_filter.c",
458 "src/core/lib/security/transport/handshake.c",
459 "src/core/lib/security/transport/secure_endpoint.c",
460 "src/core/lib/security/transport/security_connector.c",
461 "src/core/lib/security/transport/server_auth_filter.c",
Craig Tillerddad9782016-05-05 17:11:31 -0700462 "src/core/lib/security/transport/tsi_error.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700463 "src/core/lib/security/util/b64.c",
464 "src/core/lib/security/util/json_util.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700465 "src/core/lib/surface/init_secure.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700466 "src/core/lib/tsi/fake_transport_security.c",
467 "src/core/lib/tsi/ssl_transport_security.c",
468 "src/core/lib/tsi/transport_security.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700469 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
470 "src/core/ext/client_config/channel_connectivity.c",
471 "src/core/ext/client_config/client_channel.c",
472 "src/core/ext/client_config/client_channel_factory.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700473 "src/core/ext/client_config/client_config_plugin.c",
474 "src/core/ext/client_config/connector.c",
475 "src/core/ext/client_config/default_initial_connect_string.c",
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700476 "src/core/ext/client_config/http_connect_handshaker.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700477 "src/core/ext/client_config/initial_connect_string.c",
478 "src/core/ext/client_config/lb_policy.c",
479 "src/core/ext/client_config/lb_policy_factory.c",
480 "src/core/ext/client_config/lb_policy_registry.c",
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700481 "src/core/ext/client_config/parse_address.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700482 "src/core/ext/client_config/resolver.c",
483 "src/core/ext/client_config/resolver_factory.c",
484 "src/core/ext/client_config/resolver_registry.c",
Mark D. Rothff4df062016-08-22 15:02:49 -0700485 "src/core/ext/client_config/resolver_result.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700486 "src/core/ext/client_config/subchannel.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700487 "src/core/ext/client_config/subchannel_index.c",
488 "src/core/ext/client_config/uri_parser.c",
489 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
Adam Michalikbf10c822016-05-20 16:13:32 -0700490 "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700491 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
Adam Michalik321b1fb2016-05-16 15:42:36 -0700492 "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c",
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700493 "src/core/ext/lb_policy/grpclb/grpclb.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700494 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700495 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700496 "src/core/ext/lb_policy/pick_first/pick_first.c",
497 "src/core/ext/lb_policy/round_robin/round_robin.c",
498 "src/core/ext/resolver/dns/native/dns_resolver.c",
499 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700500 "src/core/ext/load_reporting/load_reporting.c",
501 "src/core/ext/load_reporting/load_reporting_filter.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -0700502 "src/core/ext/census/base_resources.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700503 "src/core/ext/census/context.c",
Alistair Veitch30fe6322016-05-23 10:11:28 -0700504 "src/core/ext/census/gen/census.pb.c",
Alistair Veitcha0c69f92016-08-31 12:01:27 -0700505 "src/core/ext/census/gen/trace_context.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700506 "src/core/ext/census/grpc_context.c",
507 "src/core/ext/census/grpc_filter.c",
508 "src/core/ext/census/grpc_plugin.c",
509 "src/core/ext/census/initialize.c",
510 "src/core/ext/census/mlog.c",
511 "src/core/ext/census/operation.c",
512 "src/core/ext/census/placeholders.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -0700513 "src/core/ext/census/resource.c",
Vizerai12d1fc62016-09-09 14:22:19 -0700514 "src/core/ext/census/trace_context.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700515 "src/core/ext/census/tracing.c",
Craig Tillerfb433852016-03-29 08:51:07 -0700516 "src/core/plugin_registry/grpc_plugin_registry.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700517 ],
518 hdrs = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700519 "include/grpc/byte_buffer.h",
520 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700521 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700522 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -0700523 "include/grpc/grpc_posix.h",
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200524 "include/grpc/grpc_security_constants.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700525 "include/grpc/status.h",
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700526 "include/grpc/impl/codegen/byte_buffer_reader.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700527 "include/grpc/impl/codegen/compression_types.h",
528 "include/grpc/impl/codegen/connectivity_state.h",
529 "include/grpc/impl/codegen/grpc_types.h",
530 "include/grpc/impl/codegen/propagation_bits.h",
531 "include/grpc/impl/codegen/status.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700532 "include/grpc/impl/codegen/atm.h",
533 "include/grpc/impl/codegen/atm_gcc_atomic.h",
534 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700535 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700536 "include/grpc/impl/codegen/gpr_types.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700537 "include/grpc/impl/codegen/port_platform.h",
538 "include/grpc/impl/codegen/slice.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700539 "include/grpc/impl/codegen/sync.h",
540 "include/grpc/impl/codegen/sync_generic.h",
541 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700542 "include/grpc/impl/codegen/sync_windows.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700543 "include/grpc/grpc_security.h",
544 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700545 ],
546 includes = [
547 "include",
548 ".",
549 ],
550 deps = [
551 "//external:libssl",
Ming Zhaof2f24e22015-08-13 12:38:35 -0700552 "//external:zlib",
Craig Tillerda179ce2016-02-09 12:01:53 -0800553 ":gpr",
Rob Earhartb7b8d052016-03-29 11:35:29 -0700554 "//external:nanopb",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700555 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800556 copts = [
557 "-std=gnu99",
558 ],
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +0200559)
560
561
Rob Earhartb7b8d052016-03-29 11:35:29 -0700562
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700563cc_library(
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700564 name = "grpc_cronet",
565 srcs = [
566 "src/core/lib/channel/channel_args.h",
567 "src/core/lib/channel/channel_stack.h",
568 "src/core/lib/channel/channel_stack_builder.h",
569 "src/core/lib/channel/compress_filter.h",
570 "src/core/lib/channel/connected_channel.h",
571 "src/core/lib/channel/context.h",
Mark D. Roth14c072c2016-08-26 08:31:34 -0700572 "src/core/lib/channel/deadline_filter.h",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700573 "src/core/lib/channel/handshaker.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700574 "src/core/lib/channel/http_client_filter.h",
575 "src/core/lib/channel/http_server_filter.h",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700576 "src/core/lib/channel/message_size_filter.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700577 "src/core/lib/compression/algorithm_metadata.h",
578 "src/core/lib/compression/message_compress.h",
579 "src/core/lib/debug/trace.h",
580 "src/core/lib/http/format_request.h",
581 "src/core/lib/http/httpcli.h",
582 "src/core/lib/http/parser.h",
583 "src/core/lib/iomgr/closure.h",
Craig Tiller57726ca2016-09-12 11:59:45 -0700584 "src/core/lib/iomgr/combiner.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700585 "src/core/lib/iomgr/endpoint.h",
586 "src/core/lib/iomgr/endpoint_pair.h",
Craig Tiller2888bd52016-06-07 11:00:42 -0700587 "src/core/lib/iomgr/error.h",
Sree Kuchibhotla492fd962016-06-10 09:03:34 -0700588 "src/core/lib/iomgr/ev_epoll_linux.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700589 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
590 "src/core/lib/iomgr/ev_poll_posix.h",
591 "src/core/lib/iomgr/ev_posix.h",
592 "src/core/lib/iomgr/exec_ctx.h",
593 "src/core/lib/iomgr/executor.h",
594 "src/core/lib/iomgr/iocp_windows.h",
595 "src/core/lib/iomgr/iomgr.h",
596 "src/core/lib/iomgr/iomgr_internal.h",
597 "src/core/lib/iomgr/iomgr_posix.h",
Craig Tiller2888bd52016-06-07 11:00:42 -0700598 "src/core/lib/iomgr/load_file.h",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700599 "src/core/lib/iomgr/network_status_tracker.h",
David Garcia Quintas4461da72016-06-06 16:45:01 -0700600 "src/core/lib/iomgr/polling_entity.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700601 "src/core/lib/iomgr/pollset.h",
602 "src/core/lib/iomgr/pollset_set.h",
603 "src/core/lib/iomgr/pollset_set_windows.h",
604 "src/core/lib/iomgr/pollset_windows.h",
605 "src/core/lib/iomgr/resolve_address.h",
606 "src/core/lib/iomgr/sockaddr.h",
607 "src/core/lib/iomgr/sockaddr_posix.h",
608 "src/core/lib/iomgr/sockaddr_utils.h",
Jan Tattermusch2f7f8562016-06-06 13:34:56 -0700609 "src/core/lib/iomgr/sockaddr_windows.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700610 "src/core/lib/iomgr/socket_utils_posix.h",
611 "src/core/lib/iomgr/socket_windows.h",
612 "src/core/lib/iomgr/tcp_client.h",
613 "src/core/lib/iomgr/tcp_posix.h",
614 "src/core/lib/iomgr/tcp_server.h",
615 "src/core/lib/iomgr/tcp_windows.h",
616 "src/core/lib/iomgr/time_averaged_stats.h",
617 "src/core/lib/iomgr/timer.h",
618 "src/core/lib/iomgr/timer_heap.h",
619 "src/core/lib/iomgr/udp_server.h",
620 "src/core/lib/iomgr/unix_sockets_posix.h",
621 "src/core/lib/iomgr/wakeup_fd_pipe.h",
622 "src/core/lib/iomgr/wakeup_fd_posix.h",
623 "src/core/lib/iomgr/workqueue.h",
624 "src/core/lib/iomgr/workqueue_posix.h",
625 "src/core/lib/iomgr/workqueue_windows.h",
626 "src/core/lib/json/json.h",
627 "src/core/lib/json/json_common.h",
628 "src/core/lib/json/json_reader.h",
629 "src/core/lib/json/json_writer.h",
630 "src/core/lib/surface/api_trace.h",
631 "src/core/lib/surface/call.h",
632 "src/core/lib/surface/call_test_only.h",
633 "src/core/lib/surface/channel.h",
634 "src/core/lib/surface/channel_init.h",
635 "src/core/lib/surface/channel_stack_type.h",
636 "src/core/lib/surface/completion_queue.h",
637 "src/core/lib/surface/event_string.h",
638 "src/core/lib/surface/init.h",
639 "src/core/lib/surface/lame_client.h",
640 "src/core/lib/surface/server.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700641 "src/core/lib/transport/byte_stream.h",
642 "src/core/lib/transport/connectivity_state.h",
643 "src/core/lib/transport/metadata.h",
644 "src/core/lib/transport/metadata_batch.h",
645 "src/core/lib/transport/static_metadata.h",
Robbie Shade710d2422016-07-13 15:15:38 -0400646 "src/core/lib/transport/timeout_encoding.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700647 "src/core/lib/transport/transport.h",
648 "src/core/lib/transport/transport_impl.h",
649 "third_party/objective_c/Cronet/cronet_c_for_grpc.h",
Yuchen Zeng0a0c1b02016-06-08 17:52:05 -0700650 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700651 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
652 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
653 "src/core/ext/transport/chttp2/transport/frame.h",
654 "src/core/ext/transport/chttp2/transport/frame_data.h",
655 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
656 "src/core/ext/transport/chttp2/transport/frame_ping.h",
657 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
658 "src/core/ext/transport/chttp2/transport/frame_settings.h",
659 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
660 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
661 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
662 "src/core/ext/transport/chttp2/transport/hpack_table.h",
663 "src/core/ext/transport/chttp2/transport/http2_errors.h",
664 "src/core/ext/transport/chttp2/transport/huffsyms.h",
665 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
666 "src/core/ext/transport/chttp2/transport/internal.h",
667 "src/core/ext/transport/chttp2/transport/status_conversion.h",
668 "src/core/ext/transport/chttp2/transport/stream_map.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700669 "src/core/ext/transport/chttp2/transport/varint.h",
670 "src/core/ext/transport/chttp2/alpn/alpn.h",
671 "src/core/ext/client_config/client_channel.h",
672 "src/core/ext/client_config/client_channel_factory.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700673 "src/core/ext/client_config/connector.h",
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700674 "src/core/ext/client_config/http_connect_handshaker.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700675 "src/core/ext/client_config/initial_connect_string.h",
676 "src/core/ext/client_config/lb_policy.h",
677 "src/core/ext/client_config/lb_policy_factory.h",
678 "src/core/ext/client_config/lb_policy_registry.h",
679 "src/core/ext/client_config/parse_address.h",
680 "src/core/ext/client_config/resolver.h",
681 "src/core/ext/client_config/resolver_factory.h",
682 "src/core/ext/client_config/resolver_registry.h",
Mark D. Rothff4df062016-08-22 15:02:49 -0700683 "src/core/ext/client_config/resolver_result.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700684 "src/core/ext/client_config/subchannel.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700685 "src/core/ext/client_config/subchannel_index.h",
686 "src/core/ext/client_config/uri_parser.h",
687 "src/core/lib/security/context/security_context.h",
688 "src/core/lib/security/credentials/composite/composite_credentials.h",
689 "src/core/lib/security/credentials/credentials.h",
690 "src/core/lib/security/credentials/fake/fake_credentials.h",
691 "src/core/lib/security/credentials/google_default/google_default_credentials.h",
692 "src/core/lib/security/credentials/iam/iam_credentials.h",
693 "src/core/lib/security/credentials/jwt/json_token.h",
694 "src/core/lib/security/credentials/jwt/jwt_credentials.h",
695 "src/core/lib/security/credentials/jwt/jwt_verifier.h",
696 "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
697 "src/core/lib/security/credentials/plugin/plugin_credentials.h",
698 "src/core/lib/security/credentials/ssl/ssl_credentials.h",
699 "src/core/lib/security/transport/auth_filters.h",
700 "src/core/lib/security/transport/handshake.h",
701 "src/core/lib/security/transport/secure_endpoint.h",
702 "src/core/lib/security/transport/security_connector.h",
Craig Tiller2888bd52016-06-07 11:00:42 -0700703 "src/core/lib/security/transport/tsi_error.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700704 "src/core/lib/security/util/b64.h",
705 "src/core/lib/security/util/json_util.h",
706 "src/core/lib/tsi/fake_transport_security.h",
707 "src/core/lib/tsi/ssl_transport_security.h",
708 "src/core/lib/tsi/ssl_types.h",
709 "src/core/lib/tsi/transport_security.h",
710 "src/core/lib/tsi/transport_security_interface.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700711 "src/core/lib/surface/init.c",
712 "src/core/lib/channel/channel_args.c",
713 "src/core/lib/channel/channel_stack.c",
714 "src/core/lib/channel/channel_stack_builder.c",
715 "src/core/lib/channel/compress_filter.c",
716 "src/core/lib/channel/connected_channel.c",
Mark D. Roth14c072c2016-08-26 08:31:34 -0700717 "src/core/lib/channel/deadline_filter.c",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700718 "src/core/lib/channel/handshaker.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700719 "src/core/lib/channel/http_client_filter.c",
720 "src/core/lib/channel/http_server_filter.c",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700721 "src/core/lib/channel/message_size_filter.c",
David Garcia Quintas37e516e2016-06-07 21:23:41 -0700722 "src/core/lib/compression/compression.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700723 "src/core/lib/compression/message_compress.c",
724 "src/core/lib/debug/trace.c",
725 "src/core/lib/http/format_request.c",
726 "src/core/lib/http/httpcli.c",
727 "src/core/lib/http/parser.c",
728 "src/core/lib/iomgr/closure.c",
Craig Tiller57726ca2016-09-12 11:59:45 -0700729 "src/core/lib/iomgr/combiner.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700730 "src/core/lib/iomgr/endpoint.c",
731 "src/core/lib/iomgr/endpoint_pair_posix.c",
732 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller2888bd52016-06-07 11:00:42 -0700733 "src/core/lib/iomgr/error.c",
Sree Kuchibhotla492fd962016-06-10 09:03:34 -0700734 "src/core/lib/iomgr/ev_epoll_linux.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700735 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
736 "src/core/lib/iomgr/ev_poll_posix.c",
737 "src/core/lib/iomgr/ev_posix.c",
738 "src/core/lib/iomgr/exec_ctx.c",
739 "src/core/lib/iomgr/executor.c",
740 "src/core/lib/iomgr/iocp_windows.c",
741 "src/core/lib/iomgr/iomgr.c",
742 "src/core/lib/iomgr/iomgr_posix.c",
743 "src/core/lib/iomgr/iomgr_windows.c",
Craig Tiller2888bd52016-06-07 11:00:42 -0700744 "src/core/lib/iomgr/load_file.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700745 "src/core/lib/iomgr/network_status_tracker.c",
David Garcia Quintas4461da72016-06-06 16:45:01 -0700746 "src/core/lib/iomgr/polling_entity.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700747 "src/core/lib/iomgr/pollset_set_windows.c",
748 "src/core/lib/iomgr/pollset_windows.c",
749 "src/core/lib/iomgr/resolve_address_posix.c",
750 "src/core/lib/iomgr/resolve_address_windows.c",
751 "src/core/lib/iomgr/sockaddr_utils.c",
752 "src/core/lib/iomgr/socket_utils_common_posix.c",
753 "src/core/lib/iomgr/socket_utils_linux.c",
754 "src/core/lib/iomgr/socket_utils_posix.c",
755 "src/core/lib/iomgr/socket_windows.c",
756 "src/core/lib/iomgr/tcp_client_posix.c",
757 "src/core/lib/iomgr/tcp_client_windows.c",
758 "src/core/lib/iomgr/tcp_posix.c",
759 "src/core/lib/iomgr/tcp_server_posix.c",
760 "src/core/lib/iomgr/tcp_server_windows.c",
761 "src/core/lib/iomgr/tcp_windows.c",
762 "src/core/lib/iomgr/time_averaged_stats.c",
763 "src/core/lib/iomgr/timer.c",
764 "src/core/lib/iomgr/timer_heap.c",
765 "src/core/lib/iomgr/udp_server.c",
766 "src/core/lib/iomgr/unix_sockets_posix.c",
767 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
768 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
769 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
770 "src/core/lib/iomgr/wakeup_fd_pipe.c",
771 "src/core/lib/iomgr/wakeup_fd_posix.c",
772 "src/core/lib/iomgr/workqueue_posix.c",
773 "src/core/lib/iomgr/workqueue_windows.c",
774 "src/core/lib/json/json.c",
775 "src/core/lib/json/json_reader.c",
776 "src/core/lib/json/json_string.c",
777 "src/core/lib/json/json_writer.c",
778 "src/core/lib/surface/alarm.c",
779 "src/core/lib/surface/api_trace.c",
780 "src/core/lib/surface/byte_buffer.c",
781 "src/core/lib/surface/byte_buffer_reader.c",
782 "src/core/lib/surface/call.c",
783 "src/core/lib/surface/call_details.c",
784 "src/core/lib/surface/call_log_batch.c",
785 "src/core/lib/surface/channel.c",
786 "src/core/lib/surface/channel_init.c",
787 "src/core/lib/surface/channel_ping.c",
788 "src/core/lib/surface/channel_stack_type.c",
789 "src/core/lib/surface/completion_queue.c",
790 "src/core/lib/surface/event_string.c",
791 "src/core/lib/surface/lame_client.c",
792 "src/core/lib/surface/metadata_array.c",
793 "src/core/lib/surface/server.c",
794 "src/core/lib/surface/validate_metadata.c",
795 "src/core/lib/surface/version.c",
796 "src/core/lib/transport/byte_stream.c",
797 "src/core/lib/transport/connectivity_state.c",
798 "src/core/lib/transport/metadata.c",
799 "src/core/lib/transport/metadata_batch.c",
800 "src/core/lib/transport/static_metadata.c",
Robbie Shade710d2422016-07-13 15:15:38 -0400801 "src/core/lib/transport/timeout_encoding.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700802 "src/core/lib/transport/transport.c",
803 "src/core/lib/transport/transport_op_string.c",
804 "src/core/ext/transport/cronet/client/secure/cronet_channel_create.c",
805 "src/core/ext/transport/cronet/transport/cronet_api_dummy.c",
806 "src/core/ext/transport/cronet/transport/cronet_transport.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700807 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
Yuchen Zeng0a0c1b02016-06-08 17:52:05 -0700808 "src/core/ext/transport/chttp2/transport/bin_decoder.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700809 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
810 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
811 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
812 "src/core/ext/transport/chttp2/transport/frame_data.c",
813 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
814 "src/core/ext/transport/chttp2/transport/frame_ping.c",
815 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
816 "src/core/ext/transport/chttp2/transport/frame_settings.c",
817 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
818 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
819 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
820 "src/core/ext/transport/chttp2/transport/hpack_table.c",
821 "src/core/ext/transport/chttp2/transport/huffsyms.c",
822 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
823 "src/core/ext/transport/chttp2/transport/parsing.c",
824 "src/core/ext/transport/chttp2/transport/status_conversion.c",
825 "src/core/ext/transport/chttp2/transport/stream_lists.c",
826 "src/core/ext/transport/chttp2/transport/stream_map.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700827 "src/core/ext/transport/chttp2/transport/varint.c",
828 "src/core/ext/transport/chttp2/transport/writing.c",
829 "src/core/ext/transport/chttp2/alpn/alpn.c",
830 "src/core/ext/client_config/channel_connectivity.c",
831 "src/core/ext/client_config/client_channel.c",
832 "src/core/ext/client_config/client_channel_factory.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700833 "src/core/ext/client_config/client_config_plugin.c",
834 "src/core/ext/client_config/connector.c",
835 "src/core/ext/client_config/default_initial_connect_string.c",
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700836 "src/core/ext/client_config/http_connect_handshaker.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700837 "src/core/ext/client_config/initial_connect_string.c",
838 "src/core/ext/client_config/lb_policy.c",
839 "src/core/ext/client_config/lb_policy_factory.c",
840 "src/core/ext/client_config/lb_policy_registry.c",
841 "src/core/ext/client_config/parse_address.c",
842 "src/core/ext/client_config/resolver.c",
843 "src/core/ext/client_config/resolver_factory.c",
844 "src/core/ext/client_config/resolver_registry.c",
Mark D. Rothff4df062016-08-22 15:02:49 -0700845 "src/core/ext/client_config/resolver_result.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700846 "src/core/ext/client_config/subchannel.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700847 "src/core/ext/client_config/subchannel_index.c",
848 "src/core/ext/client_config/uri_parser.c",
849 "src/core/lib/http/httpcli_security_connector.c",
850 "src/core/lib/security/context/security_context.c",
851 "src/core/lib/security/credentials/composite/composite_credentials.c",
852 "src/core/lib/security/credentials/credentials.c",
853 "src/core/lib/security/credentials/credentials_metadata.c",
854 "src/core/lib/security/credentials/fake/fake_credentials.c",
855 "src/core/lib/security/credentials/google_default/credentials_posix.c",
Jan Tattermusch2f7f8562016-06-06 13:34:56 -0700856 "src/core/lib/security/credentials/google_default/credentials_windows.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700857 "src/core/lib/security/credentials/google_default/google_default_credentials.c",
858 "src/core/lib/security/credentials/iam/iam_credentials.c",
859 "src/core/lib/security/credentials/jwt/json_token.c",
860 "src/core/lib/security/credentials/jwt/jwt_credentials.c",
861 "src/core/lib/security/credentials/jwt/jwt_verifier.c",
862 "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
863 "src/core/lib/security/credentials/plugin/plugin_credentials.c",
864 "src/core/lib/security/credentials/ssl/ssl_credentials.c",
865 "src/core/lib/security/transport/client_auth_filter.c",
866 "src/core/lib/security/transport/handshake.c",
867 "src/core/lib/security/transport/secure_endpoint.c",
868 "src/core/lib/security/transport/security_connector.c",
869 "src/core/lib/security/transport/server_auth_filter.c",
Craig Tiller2888bd52016-06-07 11:00:42 -0700870 "src/core/lib/security/transport/tsi_error.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700871 "src/core/lib/security/util/b64.c",
872 "src/core/lib/security/util/json_util.c",
873 "src/core/lib/surface/init_secure.c",
874 "src/core/lib/tsi/fake_transport_security.c",
875 "src/core/lib/tsi/ssl_transport_security.c",
876 "src/core/lib/tsi/transport_security.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700877 "src/core/plugin_registry/grpc_cronet_plugin_registry.c",
878 ],
879 hdrs = [
880 "include/grpc/byte_buffer.h",
881 "include/grpc/byte_buffer_reader.h",
882 "include/grpc/compression.h",
883 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -0700884 "include/grpc/grpc_posix.h",
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200885 "include/grpc/grpc_security_constants.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700886 "include/grpc/status.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700887 "include/grpc/impl/codegen/byte_buffer_reader.h",
888 "include/grpc/impl/codegen/compression_types.h",
889 "include/grpc/impl/codegen/connectivity_state.h",
890 "include/grpc/impl/codegen/grpc_types.h",
891 "include/grpc/impl/codegen/propagation_bits.h",
892 "include/grpc/impl/codegen/status.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700893 "include/grpc/impl/codegen/atm.h",
894 "include/grpc/impl/codegen/atm_gcc_atomic.h",
895 "include/grpc/impl/codegen/atm_gcc_sync.h",
Jan Tattermusch2f7f8562016-06-06 13:34:56 -0700896 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700897 "include/grpc/impl/codegen/gpr_types.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700898 "include/grpc/impl/codegen/port_platform.h",
899 "include/grpc/impl/codegen/slice.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700900 "include/grpc/impl/codegen/sync.h",
901 "include/grpc/impl/codegen/sync_generic.h",
902 "include/grpc/impl/codegen/sync_posix.h",
Jan Tattermusch2f7f8562016-06-06 13:34:56 -0700903 "include/grpc/impl/codegen/sync_windows.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700904 "include/grpc/grpc_cronet.h",
905 "include/grpc/grpc_security.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700906 ],
907 includes = [
908 "include",
909 ".",
910 ],
911 deps = [
912 "//external:libssl",
913 ":gpr",
914 ],
915)
916
917
918
919cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700920 name = "grpc_unsecure",
921 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -0700922 "src/core/lib/channel/channel_args.h",
923 "src/core/lib/channel/channel_stack.h",
924 "src/core/lib/channel/channel_stack_builder.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700925 "src/core/lib/channel/compress_filter.h",
926 "src/core/lib/channel/connected_channel.h",
927 "src/core/lib/channel/context.h",
Mark D. Roth14c072c2016-08-26 08:31:34 -0700928 "src/core/lib/channel/deadline_filter.h",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700929 "src/core/lib/channel/handshaker.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700930 "src/core/lib/channel/http_client_filter.h",
931 "src/core/lib/channel/http_server_filter.h",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700932 "src/core/lib/channel/message_size_filter.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700933 "src/core/lib/compression/algorithm_metadata.h",
934 "src/core/lib/compression/message_compress.h",
935 "src/core/lib/debug/trace.h",
936 "src/core/lib/http/format_request.h",
937 "src/core/lib/http/httpcli.h",
938 "src/core/lib/http/parser.h",
939 "src/core/lib/iomgr/closure.h",
Craig Tiller57726ca2016-09-12 11:59:45 -0700940 "src/core/lib/iomgr/combiner.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700941 "src/core/lib/iomgr/endpoint.h",
942 "src/core/lib/iomgr/endpoint_pair.h",
Craig Tiller27f59af2016-04-28 14:19:48 -0700943 "src/core/lib/iomgr/error.h",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700944 "src/core/lib/iomgr/ev_epoll_linux.h",
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700945 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700946 "src/core/lib/iomgr/ev_poll_posix.h",
Craig Tiller8a034482016-03-28 16:09:04 -0700947 "src/core/lib/iomgr/ev_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700948 "src/core/lib/iomgr/exec_ctx.h",
949 "src/core/lib/iomgr/executor.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700950 "src/core/lib/iomgr/iocp_windows.h",
951 "src/core/lib/iomgr/iomgr.h",
952 "src/core/lib/iomgr/iomgr_internal.h",
953 "src/core/lib/iomgr/iomgr_posix.h",
Craig Tiller85178862016-05-18 16:09:16 -0700954 "src/core/lib/iomgr/load_file.h",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700955 "src/core/lib/iomgr/network_status_tracker.h",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700956 "src/core/lib/iomgr/polling_entity.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700957 "src/core/lib/iomgr/pollset.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700958 "src/core/lib/iomgr/pollset_set.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700959 "src/core/lib/iomgr/pollset_set_windows.h",
960 "src/core/lib/iomgr/pollset_windows.h",
961 "src/core/lib/iomgr/resolve_address.h",
962 "src/core/lib/iomgr/sockaddr.h",
963 "src/core/lib/iomgr/sockaddr_posix.h",
964 "src/core/lib/iomgr/sockaddr_utils.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700965 "src/core/lib/iomgr/sockaddr_windows.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700966 "src/core/lib/iomgr/socket_utils_posix.h",
967 "src/core/lib/iomgr/socket_windows.h",
968 "src/core/lib/iomgr/tcp_client.h",
969 "src/core/lib/iomgr/tcp_posix.h",
970 "src/core/lib/iomgr/tcp_server.h",
971 "src/core/lib/iomgr/tcp_windows.h",
972 "src/core/lib/iomgr/time_averaged_stats.h",
973 "src/core/lib/iomgr/timer.h",
974 "src/core/lib/iomgr/timer_heap.h",
975 "src/core/lib/iomgr/udp_server.h",
976 "src/core/lib/iomgr/unix_sockets_posix.h",
977 "src/core/lib/iomgr/wakeup_fd_pipe.h",
978 "src/core/lib/iomgr/wakeup_fd_posix.h",
979 "src/core/lib/iomgr/workqueue.h",
980 "src/core/lib/iomgr/workqueue_posix.h",
981 "src/core/lib/iomgr/workqueue_windows.h",
982 "src/core/lib/json/json.h",
983 "src/core/lib/json/json_common.h",
984 "src/core/lib/json/json_reader.h",
985 "src/core/lib/json/json_writer.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700986 "src/core/lib/surface/api_trace.h",
987 "src/core/lib/surface/call.h",
988 "src/core/lib/surface/call_test_only.h",
989 "src/core/lib/surface/channel.h",
990 "src/core/lib/surface/channel_init.h",
991 "src/core/lib/surface/channel_stack_type.h",
992 "src/core/lib/surface/completion_queue.h",
993 "src/core/lib/surface/event_string.h",
994 "src/core/lib/surface/init.h",
995 "src/core/lib/surface/lame_client.h",
996 "src/core/lib/surface/server.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700997 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700998 "src/core/lib/transport/connectivity_state.h",
999 "src/core/lib/transport/metadata.h",
1000 "src/core/lib/transport/metadata_batch.h",
1001 "src/core/lib/transport/static_metadata.h",
Robbie Shade710d2422016-07-13 15:15:38 -04001002 "src/core/lib/transport/timeout_encoding.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001003 "src/core/lib/transport/transport.h",
1004 "src/core/lib/transport/transport_impl.h",
Yuchen Zengd982bba2016-05-12 18:53:52 -07001005 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001006 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
1007 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
1008 "src/core/ext/transport/chttp2/transport/frame.h",
1009 "src/core/ext/transport/chttp2/transport/frame_data.h",
1010 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
1011 "src/core/ext/transport/chttp2/transport/frame_ping.h",
1012 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
1013 "src/core/ext/transport/chttp2/transport/frame_settings.h",
1014 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
1015 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
1016 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
1017 "src/core/ext/transport/chttp2/transport/hpack_table.h",
1018 "src/core/ext/transport/chttp2/transport/http2_errors.h",
1019 "src/core/ext/transport/chttp2/transport/huffsyms.h",
1020 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
1021 "src/core/ext/transport/chttp2/transport/internal.h",
1022 "src/core/ext/transport/chttp2/transport/status_conversion.h",
1023 "src/core/ext/transport/chttp2/transport/stream_map.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001024 "src/core/ext/transport/chttp2/transport/varint.h",
1025 "src/core/ext/transport/chttp2/alpn/alpn.h",
1026 "src/core/ext/client_config/client_channel.h",
1027 "src/core/ext/client_config/client_channel_factory.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001028 "src/core/ext/client_config/connector.h",
Mark D. Roth1102a9e2016-07-22 09:10:01 -07001029 "src/core/ext/client_config/http_connect_handshaker.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001030 "src/core/ext/client_config/initial_connect_string.h",
1031 "src/core/ext/client_config/lb_policy.h",
1032 "src/core/ext/client_config/lb_policy_factory.h",
1033 "src/core/ext/client_config/lb_policy_registry.h",
David Garcia Quintas9885bff2016-04-07 17:31:29 -07001034 "src/core/ext/client_config/parse_address.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001035 "src/core/ext/client_config/resolver.h",
1036 "src/core/ext/client_config/resolver_factory.h",
1037 "src/core/ext/client_config/resolver_registry.h",
Mark D. Rothff4df062016-08-22 15:02:49 -07001038 "src/core/ext/client_config/resolver_result.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001039 "src/core/ext/client_config/subchannel.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001040 "src/core/ext/client_config/subchannel_index.h",
1041 "src/core/ext/client_config/uri_parser.h",
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001042 "src/core/ext/load_reporting/load_reporting.h",
1043 "src/core/ext/load_reporting/load_reporting_filter.h",
David Garcia Quintasb2e986b2016-06-15 23:55:50 -07001044 "src/core/ext/lb_policy/grpclb/grpclb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001045 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07001046 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001047 "src/core/ext/census/aggregation.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001048 "src/core/ext/census/base_resources.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001049 "src/core/ext/census/census_interface.h",
1050 "src/core/ext/census/census_rpc_stats.h",
Alistair Veitch30fe6322016-05-23 10:11:28 -07001051 "src/core/ext/census/gen/census.pb.h",
Alistair Veitcha0c69f92016-08-31 12:01:27 -07001052 "src/core/ext/census/gen/trace_context.pb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001053 "src/core/ext/census/grpc_filter.h",
1054 "src/core/ext/census/mlog.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001055 "src/core/ext/census/resource.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001056 "src/core/ext/census/rpc_metric_id.h",
Vizerai12d1fc62016-09-09 14:22:19 -07001057 "src/core/ext/census/trace_context.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001058 "src/core/lib/surface/init.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001059 "src/core/lib/surface/init_unsecure.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001060 "src/core/lib/channel/channel_args.c",
1061 "src/core/lib/channel/channel_stack.c",
1062 "src/core/lib/channel/channel_stack_builder.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001063 "src/core/lib/channel/compress_filter.c",
1064 "src/core/lib/channel/connected_channel.c",
Mark D. Roth14c072c2016-08-26 08:31:34 -07001065 "src/core/lib/channel/deadline_filter.c",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -07001066 "src/core/lib/channel/handshaker.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001067 "src/core/lib/channel/http_client_filter.c",
1068 "src/core/lib/channel/http_server_filter.c",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -07001069 "src/core/lib/channel/message_size_filter.c",
David Garcia Quintasac094472016-05-18 20:25:57 -07001070 "src/core/lib/compression/compression.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001071 "src/core/lib/compression/message_compress.c",
1072 "src/core/lib/debug/trace.c",
1073 "src/core/lib/http/format_request.c",
1074 "src/core/lib/http/httpcli.c",
1075 "src/core/lib/http/parser.c",
1076 "src/core/lib/iomgr/closure.c",
Craig Tiller57726ca2016-09-12 11:59:45 -07001077 "src/core/lib/iomgr/combiner.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001078 "src/core/lib/iomgr/endpoint.c",
1079 "src/core/lib/iomgr/endpoint_pair_posix.c",
1080 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller27f59af2016-04-28 14:19:48 -07001081 "src/core/lib/iomgr/error.c",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -07001082 "src/core/lib/iomgr/ev_epoll_linux.c",
Craig Tiller69f3e2b2016-05-31 13:45:24 -07001083 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
Craig Tillerd9a60bb2016-03-28 23:13:19 -07001084 "src/core/lib/iomgr/ev_poll_posix.c",
Craig Tiller8a034482016-03-28 16:09:04 -07001085 "src/core/lib/iomgr/ev_posix.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001086 "src/core/lib/iomgr/exec_ctx.c",
1087 "src/core/lib/iomgr/executor.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001088 "src/core/lib/iomgr/iocp_windows.c",
1089 "src/core/lib/iomgr/iomgr.c",
1090 "src/core/lib/iomgr/iomgr_posix.c",
1091 "src/core/lib/iomgr/iomgr_windows.c",
Craig Tiller85178862016-05-18 16:09:16 -07001092 "src/core/lib/iomgr/load_file.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07001093 "src/core/lib/iomgr/network_status_tracker.c",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -07001094 "src/core/lib/iomgr/polling_entity.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001095 "src/core/lib/iomgr/pollset_set_windows.c",
1096 "src/core/lib/iomgr/pollset_windows.c",
1097 "src/core/lib/iomgr/resolve_address_posix.c",
1098 "src/core/lib/iomgr/resolve_address_windows.c",
1099 "src/core/lib/iomgr/sockaddr_utils.c",
1100 "src/core/lib/iomgr/socket_utils_common_posix.c",
1101 "src/core/lib/iomgr/socket_utils_linux.c",
1102 "src/core/lib/iomgr/socket_utils_posix.c",
1103 "src/core/lib/iomgr/socket_windows.c",
1104 "src/core/lib/iomgr/tcp_client_posix.c",
1105 "src/core/lib/iomgr/tcp_client_windows.c",
1106 "src/core/lib/iomgr/tcp_posix.c",
1107 "src/core/lib/iomgr/tcp_server_posix.c",
1108 "src/core/lib/iomgr/tcp_server_windows.c",
1109 "src/core/lib/iomgr/tcp_windows.c",
1110 "src/core/lib/iomgr/time_averaged_stats.c",
1111 "src/core/lib/iomgr/timer.c",
1112 "src/core/lib/iomgr/timer_heap.c",
1113 "src/core/lib/iomgr/udp_server.c",
1114 "src/core/lib/iomgr/unix_sockets_posix.c",
1115 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
1116 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
1117 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
1118 "src/core/lib/iomgr/wakeup_fd_pipe.c",
1119 "src/core/lib/iomgr/wakeup_fd_posix.c",
1120 "src/core/lib/iomgr/workqueue_posix.c",
1121 "src/core/lib/iomgr/workqueue_windows.c",
1122 "src/core/lib/json/json.c",
1123 "src/core/lib/json/json_reader.c",
1124 "src/core/lib/json/json_string.c",
1125 "src/core/lib/json/json_writer.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001126 "src/core/lib/surface/alarm.c",
1127 "src/core/lib/surface/api_trace.c",
1128 "src/core/lib/surface/byte_buffer.c",
1129 "src/core/lib/surface/byte_buffer_reader.c",
1130 "src/core/lib/surface/call.c",
1131 "src/core/lib/surface/call_details.c",
1132 "src/core/lib/surface/call_log_batch.c",
1133 "src/core/lib/surface/channel.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001134 "src/core/lib/surface/channel_init.c",
1135 "src/core/lib/surface/channel_ping.c",
1136 "src/core/lib/surface/channel_stack_type.c",
1137 "src/core/lib/surface/completion_queue.c",
1138 "src/core/lib/surface/event_string.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001139 "src/core/lib/surface/lame_client.c",
1140 "src/core/lib/surface/metadata_array.c",
1141 "src/core/lib/surface/server.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001142 "src/core/lib/surface/validate_metadata.c",
1143 "src/core/lib/surface/version.c",
1144 "src/core/lib/transport/byte_stream.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001145 "src/core/lib/transport/connectivity_state.c",
1146 "src/core/lib/transport/metadata.c",
1147 "src/core/lib/transport/metadata_batch.c",
1148 "src/core/lib/transport/static_metadata.c",
Robbie Shade710d2422016-07-13 15:15:38 -04001149 "src/core/lib/transport/timeout_encoding.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001150 "src/core/lib/transport/transport.c",
1151 "src/core/lib/transport/transport_op_string.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001152 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
Adam Michalikbf10c822016-05-20 16:13:32 -07001153 "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c",
Yuchen Zengd982bba2016-05-12 18:53:52 -07001154 "src/core/ext/transport/chttp2/transport/bin_decoder.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001155 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
1156 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
1157 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
1158 "src/core/ext/transport/chttp2/transport/frame_data.c",
1159 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
1160 "src/core/ext/transport/chttp2/transport/frame_ping.c",
1161 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
1162 "src/core/ext/transport/chttp2/transport/frame_settings.c",
1163 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
1164 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
1165 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
1166 "src/core/ext/transport/chttp2/transport/hpack_table.c",
1167 "src/core/ext/transport/chttp2/transport/huffsyms.c",
1168 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
1169 "src/core/ext/transport/chttp2/transport/parsing.c",
1170 "src/core/ext/transport/chttp2/transport/status_conversion.c",
1171 "src/core/ext/transport/chttp2/transport/stream_lists.c",
1172 "src/core/ext/transport/chttp2/transport/stream_map.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001173 "src/core/ext/transport/chttp2/transport/varint.c",
1174 "src/core/ext/transport/chttp2/transport/writing.c",
1175 "src/core/ext/transport/chttp2/alpn/alpn.c",
1176 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
Adam Michalik321b1fb2016-05-16 15:42:36 -07001177 "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001178 "src/core/ext/client_config/channel_connectivity.c",
1179 "src/core/ext/client_config/client_channel.c",
1180 "src/core/ext/client_config/client_channel_factory.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001181 "src/core/ext/client_config/client_config_plugin.c",
1182 "src/core/ext/client_config/connector.c",
1183 "src/core/ext/client_config/default_initial_connect_string.c",
Mark D. Roth1102a9e2016-07-22 09:10:01 -07001184 "src/core/ext/client_config/http_connect_handshaker.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001185 "src/core/ext/client_config/initial_connect_string.c",
1186 "src/core/ext/client_config/lb_policy.c",
1187 "src/core/ext/client_config/lb_policy_factory.c",
1188 "src/core/ext/client_config/lb_policy_registry.c",
David Garcia Quintas9885bff2016-04-07 17:31:29 -07001189 "src/core/ext/client_config/parse_address.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001190 "src/core/ext/client_config/resolver.c",
1191 "src/core/ext/client_config/resolver_factory.c",
1192 "src/core/ext/client_config/resolver_registry.c",
Mark D. Rothff4df062016-08-22 15:02:49 -07001193 "src/core/ext/client_config/resolver_result.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001194 "src/core/ext/client_config/subchannel.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001195 "src/core/ext/client_config/subchannel_index.c",
1196 "src/core/ext/client_config/uri_parser.c",
1197 "src/core/ext/resolver/dns/native/dns_resolver.c",
1198 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001199 "src/core/ext/load_reporting/load_reporting.c",
1200 "src/core/ext/load_reporting/load_reporting_filter.c",
David Garcia Quintas3fb8f732016-06-15 22:53:08 -07001201 "src/core/ext/lb_policy/grpclb/grpclb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001202 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07001203 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001204 "src/core/ext/lb_policy/pick_first/pick_first.c",
1205 "src/core/ext/lb_policy/round_robin/round_robin.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001206 "src/core/ext/census/base_resources.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001207 "src/core/ext/census/context.c",
Alistair Veitch30fe6322016-05-23 10:11:28 -07001208 "src/core/ext/census/gen/census.pb.c",
Alistair Veitcha0c69f92016-08-31 12:01:27 -07001209 "src/core/ext/census/gen/trace_context.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001210 "src/core/ext/census/grpc_context.c",
1211 "src/core/ext/census/grpc_filter.c",
1212 "src/core/ext/census/grpc_plugin.c",
1213 "src/core/ext/census/initialize.c",
1214 "src/core/ext/census/mlog.c",
1215 "src/core/ext/census/operation.c",
1216 "src/core/ext/census/placeholders.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001217 "src/core/ext/census/resource.c",
Vizerai12d1fc62016-09-09 14:22:19 -07001218 "src/core/ext/census/trace_context.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001219 "src/core/ext/census/tracing.c",
Craig Tillerfb433852016-03-29 08:51:07 -07001220 "src/core/plugin_registry/grpc_unsecure_plugin_registry.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001221 ],
1222 hdrs = [
1223 "include/grpc/byte_buffer.h",
1224 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -07001225 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001226 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -07001227 "include/grpc/grpc_posix.h",
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +02001228 "include/grpc/grpc_security_constants.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001229 "include/grpc/status.h",
David Garcia Quintas1b2db632016-04-27 15:06:54 -07001230 "include/grpc/impl/codegen/byte_buffer_reader.h",
Craig Tillerad095982016-02-09 12:45:04 -08001231 "include/grpc/impl/codegen/compression_types.h",
1232 "include/grpc/impl/codegen/connectivity_state.h",
1233 "include/grpc/impl/codegen/grpc_types.h",
1234 "include/grpc/impl/codegen/propagation_bits.h",
1235 "include/grpc/impl/codegen/status.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001236 "include/grpc/impl/codegen/atm.h",
1237 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1238 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001239 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -07001240 "include/grpc/impl/codegen/gpr_types.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001241 "include/grpc/impl/codegen/port_platform.h",
1242 "include/grpc/impl/codegen/slice.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001243 "include/grpc/impl/codegen/sync.h",
1244 "include/grpc/impl/codegen/sync_generic.h",
1245 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001246 "include/grpc/impl/codegen/sync_windows.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001247 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001248 ],
1249 includes = [
1250 "include",
1251 ".",
1252 ],
1253 deps = [
Craig Tillerda179ce2016-02-09 12:01:53 -08001254 ":gpr",
Rob Earhartb7b8d052016-03-29 11:35:29 -07001255 "//external:nanopb",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001256 ],
Rob Earhartaf379b22016-01-21 13:43:09 -08001257 copts = [
1258 "-std=gnu99",
1259 ],
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001260)
1261
1262
Rob Earhartb7b8d052016-03-29 11:35:29 -07001263
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001264cc_library(
1265 name = "grpc++",
1266 srcs = [
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001267 "include/grpc++/impl/codegen/core_codegen.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001268 "src/cpp/client/secure_credentials.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001269 "src/cpp/common/secure_auth_context.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001270 "src/cpp/server/secure_server_credentials.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001271 "src/cpp/client/create_channel_internal.h",
Mark D. Rothab950ee2016-06-29 14:51:53 -07001272 "src/cpp/common/channel_filter.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001273 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07001274 "src/cpp/server/thread_pool_interface.h",
murgatroid991ca0f3e2016-08-26 14:58:49 -07001275 "src/cpp/client/insecure_credentials.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001276 "src/cpp/client/secure_credentials.cc",
1277 "src/cpp/common/auth_property_iterator.cc",
1278 "src/cpp/common/secure_auth_context.cc",
1279 "src/cpp/common/secure_channel_arguments.cc",
1280 "src/cpp/common/secure_create_auth_context.cc",
murgatroid991ca0f3e2016-08-26 14:58:49 -07001281 "src/cpp/server/insecure_server_credentials.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001282 "src/cpp/server/secure_server_credentials.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001283 "src/cpp/client/channel_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001284 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001285 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07001286 "src/cpp/client/create_channel_internal.cc",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001287 "src/cpp/client/create_channel_posix.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001288 "src/cpp/client/credentials_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001289 "src/cpp/client/generic_stub.cc",
yang-g52705592015-11-25 11:45:33 -08001290 "src/cpp/common/channel_arguments.cc",
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001291 "src/cpp/common/channel_filter.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001292 "src/cpp/common/completion_queue_cc.cc",
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +01001293 "src/cpp/common/core_codegen.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001294 "src/cpp/common/rpc_method.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001295 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -07001296 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07001297 "src/cpp/server/dynamic_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001298 "src/cpp/server/server_builder.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001299 "src/cpp/server/server_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001300 "src/cpp/server/server_context.cc",
1301 "src/cpp/server/server_credentials.cc",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001302 "src/cpp/server/server_posix.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001303 "src/cpp/util/byte_buffer_cc.cc",
1304 "src/cpp/util/slice_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001305 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001306 "src/cpp/util/string_ref.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001307 "src/cpp/util/time_cc.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001308 "src/cpp/codegen/codegen_init.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001309 ],
1310 hdrs = [
vjpaif9f61cf2016-02-10 20:51:53 -08001311 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07001312 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001313 "include/grpc++/client_context.h",
1314 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001315 "include/grpc++/create_channel.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001316 "include/grpc++/create_channel_posix.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001317 "include/grpc++/generic/async_generic_service.h",
1318 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07001319 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001320 "include/grpc++/impl/call.h",
1321 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001322 "include/grpc++/impl/codegen/core_codegen.h",
Yang Gao96de4842015-04-24 13:13:12 -07001323 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08001324 "include/grpc++/impl/method_handler_impl.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001325 "include/grpc++/impl/rpc_method.h",
1326 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -07001327 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08001328 "include/grpc++/impl/server_builder_option.h",
Yuchen Zenga42ec212016-04-29 13:03:06 -07001329 "include/grpc++/impl/server_builder_plugin.h",
1330 "include/grpc++/impl/server_initializer.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001331 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +02001332 "include/grpc++/impl/sync.h",
1333 "include/grpc++/impl/sync_cxx11.h",
1334 "include/grpc++/impl/sync_no_cxx11.h",
1335 "include/grpc++/impl/thd.h",
1336 "include/grpc++/impl/thd_cxx11.h",
1337 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07001338 "include/grpc++/security/auth_context.h",
1339 "include/grpc++/security/auth_metadata_processor.h",
1340 "include/grpc++/security/credentials.h",
1341 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001342 "include/grpc++/server.h",
1343 "include/grpc++/server_builder.h",
1344 "include/grpc++/server_context.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001345 "include/grpc++/server_posix.h",
yang-g9fb35a52015-08-21 15:49:35 -07001346 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001347 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001348 "include/grpc++/support/byte_buffer.h",
1349 "include/grpc++/support/channel_arguments.h",
yang-g17487f92016-06-03 15:21:15 -07001350 "include/grpc++/support/config.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001351 "include/grpc++/support/slice.h",
1352 "include/grpc++/support/status.h",
1353 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001354 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001355 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07001356 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001357 "include/grpc++/support/time.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001358 "include/grpc++/impl/codegen/async_stream.h",
1359 "include/grpc++/impl/codegen/async_unary_call.h",
1360 "include/grpc++/impl/codegen/call.h",
1361 "include/grpc++/impl/codegen/call_hook.h",
1362 "include/grpc++/impl/codegen/channel_interface.h",
1363 "include/grpc++/impl/codegen/client_context.h",
1364 "include/grpc++/impl/codegen/client_unary_call.h",
1365 "include/grpc++/impl/codegen/completion_queue.h",
1366 "include/grpc++/impl/codegen/completion_queue_tag.h",
yang-g17487f92016-06-03 15:21:15 -07001367 "include/grpc++/impl/codegen/config.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001368 "include/grpc++/impl/codegen/core_codegen_interface.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001369 "include/grpc++/impl/codegen/create_auth_context.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001370 "include/grpc++/impl/codegen/grpc_library.h",
1371 "include/grpc++/impl/codegen/method_handler_impl.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001372 "include/grpc++/impl/codegen/rpc_method.h",
1373 "include/grpc++/impl/codegen/rpc_service_method.h",
1374 "include/grpc++/impl/codegen/security/auth_context.h",
1375 "include/grpc++/impl/codegen/serialization_traits.h",
1376 "include/grpc++/impl/codegen/server_context.h",
1377 "include/grpc++/impl/codegen/server_interface.h",
1378 "include/grpc++/impl/codegen/service_type.h",
1379 "include/grpc++/impl/codegen/status.h",
1380 "include/grpc++/impl/codegen/status_code_enum.h",
yang-gd5581492016-09-06 14:05:53 -07001381 "include/grpc++/impl/codegen/status_helper.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001382 "include/grpc++/impl/codegen/string_ref.h",
1383 "include/grpc++/impl/codegen/stub_options.h",
1384 "include/grpc++/impl/codegen/sync.h",
1385 "include/grpc++/impl/codegen/sync_cxx11.h",
1386 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1387 "include/grpc++/impl/codegen/sync_stream.h",
1388 "include/grpc++/impl/codegen/time.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001389 "include/grpc/impl/codegen/byte_buffer_reader.h",
1390 "include/grpc/impl/codegen/compression_types.h",
1391 "include/grpc/impl/codegen/connectivity_state.h",
1392 "include/grpc/impl/codegen/grpc_types.h",
1393 "include/grpc/impl/codegen/propagation_bits.h",
1394 "include/grpc/impl/codegen/status.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001395 "include/grpc/impl/codegen/atm.h",
1396 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1397 "include/grpc/impl/codegen/atm_gcc_sync.h",
1398 "include/grpc/impl/codegen/atm_windows.h",
Nicolas "Pixel" Noble87a10812016-09-29 01:31:54 +02001399 "include/grpc/impl/codegen/gpr_types.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001400 "include/grpc/impl/codegen/port_platform.h",
1401 "include/grpc/impl/codegen/slice.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001402 "include/grpc/impl/codegen/sync.h",
1403 "include/grpc/impl/codegen/sync_generic.h",
1404 "include/grpc/impl/codegen/sync_posix.h",
1405 "include/grpc/impl/codegen/sync_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001406 ],
1407 includes = [
1408 "include",
1409 ".",
1410 ],
1411 deps = [
Craig Tiller02a7bed2015-08-31 15:54:05 -07001412 "//external:libssl",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001413 "//external:protobuf_clib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001414 ":grpc",
1415 ],
1416)
1417
1418
Rob Earhartb7b8d052016-03-29 11:35:29 -07001419
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001420cc_library(
Yuchen Zengc84ed682016-05-04 16:30:11 -07001421 name = "grpc++_reflection",
1422 srcs = [
Yuchen Zeng0601df32016-06-06 13:08:06 -07001423 "src/cpp/ext/proto_server_reflection.h",
1424 "src/cpp/ext/proto_server_reflection.cc",
1425 "src/cpp/ext/proto_server_reflection_plugin.cc",
Yuchen Zeng169c9852016-10-14 15:58:09 -07001426 "src/proto/grpc/reflection/v1alpha/reflection.proto",
Yuchen Zengc84ed682016-05-04 16:30:11 -07001427 ],
1428 hdrs = [
Yuchen Zeng0601df32016-06-06 13:08:06 -07001429 "include/grpc++/ext/proto_server_reflection_plugin.h",
Yuchen Zengc84ed682016-05-04 16:30:11 -07001430 ],
1431 includes = [
1432 "include",
1433 ".",
1434 ],
1435 deps = [
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001436 ":grpc++",
Yuchen Zengc84ed682016-05-04 16:30:11 -07001437 ],
1438)
1439
1440
1441
1442cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001443 name = "grpc++_unsecure",
1444 srcs = [
yang-gc317f072015-08-20 12:18:08 -07001445 "src/cpp/client/create_channel_internal.h",
Mark D. Rothab950ee2016-06-29 14:51:53 -07001446 "src/cpp/common/channel_filter.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07001447 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07001448 "src/cpp/server/thread_pool_interface.h",
murgatroid991ca0f3e2016-08-26 14:58:49 -07001449 "src/cpp/client/insecure_credentials.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001450 "src/cpp/common/insecure_create_auth_context.cc",
murgatroid991ca0f3e2016-08-26 14:58:49 -07001451 "src/cpp/server/insecure_server_credentials.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001452 "src/cpp/client/channel_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001453 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001454 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07001455 "src/cpp/client/create_channel_internal.cc",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001456 "src/cpp/client/create_channel_posix.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001457 "src/cpp/client/credentials_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001458 "src/cpp/client/generic_stub.cc",
yang-g52705592015-11-25 11:45:33 -08001459 "src/cpp/common/channel_arguments.cc",
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001460 "src/cpp/common/channel_filter.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001461 "src/cpp/common/completion_queue_cc.cc",
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +01001462 "src/cpp/common/core_codegen.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001463 "src/cpp/common/rpc_method.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001464 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -07001465 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07001466 "src/cpp/server/dynamic_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001467 "src/cpp/server/server_builder.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001468 "src/cpp/server/server_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001469 "src/cpp/server/server_context.cc",
1470 "src/cpp/server/server_credentials.cc",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001471 "src/cpp/server/server_posix.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001472 "src/cpp/util/byte_buffer_cc.cc",
1473 "src/cpp/util/slice_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001474 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001475 "src/cpp/util/string_ref.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001476 "src/cpp/util/time_cc.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001477 "src/cpp/codegen/codegen_init.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001478 ],
1479 hdrs = [
vjpaif9f61cf2016-02-10 20:51:53 -08001480 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07001481 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001482 "include/grpc++/client_context.h",
1483 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001484 "include/grpc++/create_channel.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001485 "include/grpc++/create_channel_posix.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001486 "include/grpc++/generic/async_generic_service.h",
1487 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07001488 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001489 "include/grpc++/impl/call.h",
1490 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001491 "include/grpc++/impl/codegen/core_codegen.h",
Yang Gao96de4842015-04-24 13:13:12 -07001492 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08001493 "include/grpc++/impl/method_handler_impl.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001494 "include/grpc++/impl/rpc_method.h",
1495 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -07001496 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08001497 "include/grpc++/impl/server_builder_option.h",
Yuchen Zenga42ec212016-04-29 13:03:06 -07001498 "include/grpc++/impl/server_builder_plugin.h",
1499 "include/grpc++/impl/server_initializer.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001500 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +02001501 "include/grpc++/impl/sync.h",
1502 "include/grpc++/impl/sync_cxx11.h",
1503 "include/grpc++/impl/sync_no_cxx11.h",
1504 "include/grpc++/impl/thd.h",
1505 "include/grpc++/impl/thd_cxx11.h",
1506 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07001507 "include/grpc++/security/auth_context.h",
1508 "include/grpc++/security/auth_metadata_processor.h",
1509 "include/grpc++/security/credentials.h",
1510 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001511 "include/grpc++/server.h",
1512 "include/grpc++/server_builder.h",
1513 "include/grpc++/server_context.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001514 "include/grpc++/server_posix.h",
yang-g9fb35a52015-08-21 15:49:35 -07001515 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001516 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001517 "include/grpc++/support/byte_buffer.h",
1518 "include/grpc++/support/channel_arguments.h",
yang-g17487f92016-06-03 15:21:15 -07001519 "include/grpc++/support/config.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001520 "include/grpc++/support/slice.h",
1521 "include/grpc++/support/status.h",
1522 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001523 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001524 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07001525 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001526 "include/grpc++/support/time.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001527 "include/grpc++/impl/codegen/async_stream.h",
1528 "include/grpc++/impl/codegen/async_unary_call.h",
1529 "include/grpc++/impl/codegen/call.h",
1530 "include/grpc++/impl/codegen/call_hook.h",
1531 "include/grpc++/impl/codegen/channel_interface.h",
1532 "include/grpc++/impl/codegen/client_context.h",
1533 "include/grpc++/impl/codegen/client_unary_call.h",
1534 "include/grpc++/impl/codegen/completion_queue.h",
1535 "include/grpc++/impl/codegen/completion_queue_tag.h",
yang-g17487f92016-06-03 15:21:15 -07001536 "include/grpc++/impl/codegen/config.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001537 "include/grpc++/impl/codegen/core_codegen_interface.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001538 "include/grpc++/impl/codegen/create_auth_context.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001539 "include/grpc++/impl/codegen/grpc_library.h",
1540 "include/grpc++/impl/codegen/method_handler_impl.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001541 "include/grpc++/impl/codegen/rpc_method.h",
1542 "include/grpc++/impl/codegen/rpc_service_method.h",
1543 "include/grpc++/impl/codegen/security/auth_context.h",
1544 "include/grpc++/impl/codegen/serialization_traits.h",
1545 "include/grpc++/impl/codegen/server_context.h",
1546 "include/grpc++/impl/codegen/server_interface.h",
1547 "include/grpc++/impl/codegen/service_type.h",
1548 "include/grpc++/impl/codegen/status.h",
1549 "include/grpc++/impl/codegen/status_code_enum.h",
yang-gd5581492016-09-06 14:05:53 -07001550 "include/grpc++/impl/codegen/status_helper.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001551 "include/grpc++/impl/codegen/string_ref.h",
1552 "include/grpc++/impl/codegen/stub_options.h",
1553 "include/grpc++/impl/codegen/sync.h",
1554 "include/grpc++/impl/codegen/sync_cxx11.h",
1555 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1556 "include/grpc++/impl/codegen/sync_stream.h",
1557 "include/grpc++/impl/codegen/time.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001558 "include/grpc/impl/codegen/byte_buffer_reader.h",
1559 "include/grpc/impl/codegen/compression_types.h",
1560 "include/grpc/impl/codegen/connectivity_state.h",
1561 "include/grpc/impl/codegen/grpc_types.h",
1562 "include/grpc/impl/codegen/propagation_bits.h",
1563 "include/grpc/impl/codegen/status.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001564 "include/grpc/impl/codegen/atm.h",
1565 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1566 "include/grpc/impl/codegen/atm_gcc_sync.h",
1567 "include/grpc/impl/codegen/atm_windows.h",
Nicolas "Pixel" Noble87a10812016-09-29 01:31:54 +02001568 "include/grpc/impl/codegen/gpr_types.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001569 "include/grpc/impl/codegen/port_platform.h",
1570 "include/grpc/impl/codegen/slice.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001571 "include/grpc/impl/codegen/sync.h",
1572 "include/grpc/impl/codegen/sync_generic.h",
1573 "include/grpc/impl/codegen/sync_posix.h",
1574 "include/grpc/impl/codegen/sync_windows.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001575 ],
1576 includes = [
1577 "include",
1578 ".",
1579 ],
1580 deps = [
1581 "//external:protobuf_clib",
1582 ":gpr",
1583 ":grpc_unsecure",
Craig Tiller03915e52016-04-07 09:15:10 -07001584 ],
1585)
1586
1587
1588
1589cc_library(
1590 name = "grpc_plugin_support",
1591 srcs = [
1592 "src/compiler/config.h",
1593 "src/compiler/cpp_generator.h",
1594 "src/compiler/cpp_generator_helpers.h",
1595 "src/compiler/csharp_generator.h",
1596 "src/compiler/csharp_generator_helpers.h",
1597 "src/compiler/generator_helpers.h",
murgatroid99d2ee81f2016-02-26 11:10:33 -08001598 "src/compiler/node_generator.h",
1599 "src/compiler/node_generator_helpers.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001600 "src/compiler/objective_c_generator.h",
1601 "src/compiler/objective_c_generator_helpers.h",
Stanley Cheung857a1302016-09-29 17:26:29 -07001602 "src/compiler/php_generator.h",
1603 "src/compiler/php_generator_helpers.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001604 "src/compiler/python_generator.h",
1605 "src/compiler/ruby_generator.h",
1606 "src/compiler/ruby_generator_helpers-inl.h",
1607 "src/compiler/ruby_generator_map-inl.h",
1608 "src/compiler/ruby_generator_string-inl.h",
1609 "src/compiler/cpp_generator.cc",
1610 "src/compiler/csharp_generator.cc",
murgatroid99d2ee81f2016-02-26 11:10:33 -08001611 "src/compiler/node_generator.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001612 "src/compiler/objective_c_generator.cc",
Stanley Cheung857a1302016-09-29 17:26:29 -07001613 "src/compiler/php_generator.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001614 "src/compiler/python_generator.cc",
1615 "src/compiler/ruby_generator.cc",
1616 ],
1617 hdrs = [
Craig Tiller03915e52016-04-07 09:15:10 -07001618 "include/grpc++/impl/codegen/config_protobuf.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001619 ],
1620 includes = [
1621 "include",
1622 ".",
1623 ],
1624 deps = [
1625 "//external:protobuf_compiler",
1626 ],
1627)
1628
1629
Rob Earhartb7b8d052016-03-29 11:35:29 -07001630
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001631cc_library(
1632 name = "grpc_csharp_ext",
1633 srcs = [
1634 "src/csharp/ext/grpc_csharp_ext.c",
1635 ],
1636 hdrs = [
1637 ],
1638 includes = [
1639 "include",
1640 ".",
1641 ],
1642 deps = [
Craig Tillerd1697d92016-04-05 16:05:46 -07001643 ":grpc",
Craig Tiller03915e52016-04-07 09:15:10 -07001644 ":gpr",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001645 ],
1646)
1647
1648
1649
Rob Earhartb7b8d052016-03-29 11:35:29 -07001650
Jorge Canizales140bca82015-06-20 09:47:00 -07001651objc_library(
Craig Tillerda179ce2016-02-09 12:01:53 -08001652 name = "gpr_objc",
1653 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -07001654 "src/core/lib/profiling/basic_timers.c",
1655 "src/core/lib/profiling/stap_timers.c",
1656 "src/core/lib/support/alloc.c",
1657 "src/core/lib/support/avl.c",
1658 "src/core/lib/support/backoff.c",
1659 "src/core/lib/support/cmdline.c",
1660 "src/core/lib/support/cpu_iphone.c",
1661 "src/core/lib/support/cpu_linux.c",
1662 "src/core/lib/support/cpu_posix.c",
1663 "src/core/lib/support/cpu_windows.c",
1664 "src/core/lib/support/env_linux.c",
1665 "src/core/lib/support/env_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001666 "src/core/lib/support/env_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001667 "src/core/lib/support/histogram.c",
1668 "src/core/lib/support/host_port.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001669 "src/core/lib/support/log.c",
1670 "src/core/lib/support/log_android.c",
1671 "src/core/lib/support/log_linux.c",
1672 "src/core/lib/support/log_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001673 "src/core/lib/support/log_windows.c",
Craig Tiller57726ca2016-09-12 11:59:45 -07001674 "src/core/lib/support/mpscq.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001675 "src/core/lib/support/murmur_hash.c",
Craig Tiller17ed6b12016-08-18 09:33:33 -07001676 "src/core/lib/support/percent_encoding.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001677 "src/core/lib/support/slice.c",
1678 "src/core/lib/support/slice_buffer.c",
1679 "src/core/lib/support/stack_lockfree.c",
1680 "src/core/lib/support/string.c",
1681 "src/core/lib/support/string_posix.c",
Yuchen Zeng4594bd92016-05-31 14:06:01 -07001682 "src/core/lib/support/string_util_windows.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001683 "src/core/lib/support/string_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001684 "src/core/lib/support/subprocess_posix.c",
1685 "src/core/lib/support/subprocess_windows.c",
1686 "src/core/lib/support/sync.c",
1687 "src/core/lib/support/sync_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001688 "src/core/lib/support/sync_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001689 "src/core/lib/support/thd.c",
1690 "src/core/lib/support/thd_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001691 "src/core/lib/support/thd_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001692 "src/core/lib/support/time.c",
1693 "src/core/lib/support/time_posix.c",
1694 "src/core/lib/support/time_precise.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001695 "src/core/lib/support/time_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001696 "src/core/lib/support/tls_pthread.c",
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +02001697 "src/core/lib/support/tmpfile_msys.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001698 "src/core/lib/support/tmpfile_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001699 "src/core/lib/support/tmpfile_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001700 "src/core/lib/support/wrap_memcpy.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08001701 ],
1702 hdrs = [
1703 "include/grpc/support/alloc.h",
1704 "include/grpc/support/atm.h",
1705 "include/grpc/support/atm_gcc_atomic.h",
1706 "include/grpc/support/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001707 "include/grpc/support/atm_windows.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 "include/grpc/support/avl.h",
1709 "include/grpc/support/cmdline.h",
1710 "include/grpc/support/cpu.h",
1711 "include/grpc/support/histogram.h",
1712 "include/grpc/support/host_port.h",
1713 "include/grpc/support/log.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001714 "include/grpc/support/log_windows.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 "include/grpc/support/port_platform.h",
1716 "include/grpc/support/slice.h",
1717 "include/grpc/support/slice_buffer.h",
1718 "include/grpc/support/string_util.h",
1719 "include/grpc/support/subprocess.h",
1720 "include/grpc/support/sync.h",
1721 "include/grpc/support/sync_generic.h",
1722 "include/grpc/support/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001723 "include/grpc/support/sync_windows.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001724 "include/grpc/support/thd.h",
1725 "include/grpc/support/time.h",
1726 "include/grpc/support/tls.h",
1727 "include/grpc/support/tls_gcc.h",
1728 "include/grpc/support/tls_msvc.h",
1729 "include/grpc/support/tls_pthread.h",
1730 "include/grpc/support/useful.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001731 "include/grpc/impl/codegen/atm.h",
1732 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1733 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001734 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -07001735 "include/grpc/impl/codegen/gpr_types.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001736 "include/grpc/impl/codegen/port_platform.h",
1737 "include/grpc/impl/codegen/slice.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001738 "include/grpc/impl/codegen/sync.h",
1739 "include/grpc/impl/codegen/sync_generic.h",
1740 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001741 "include/grpc/impl/codegen/sync_windows.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001742 "src/core/lib/profiling/timers.h",
1743 "src/core/lib/support/backoff.h",
1744 "src/core/lib/support/block_annotate.h",
1745 "src/core/lib/support/env.h",
Craig Tiller57726ca2016-09-12 11:59:45 -07001746 "src/core/lib/support/mpscq.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001747 "src/core/lib/support/murmur_hash.h",
Craig Tiller17ed6b12016-08-18 09:33:33 -07001748 "src/core/lib/support/percent_encoding.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001749 "src/core/lib/support/stack_lockfree.h",
1750 "src/core/lib/support/string.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001751 "src/core/lib/support/string_windows.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001752 "src/core/lib/support/thd_internal.h",
1753 "src/core/lib/support/time_precise.h",
1754 "src/core/lib/support/tmpfile.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 ],
1756 includes = [
1757 "include",
1758 ".",
1759 ],
1760 deps = [
1761 ],
1762)
1763
1764
Rob Earhartb7b8d052016-03-29 11:35:29 -07001765
Craig Tillerda179ce2016-02-09 12:01:53 -08001766objc_library(
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07001767 name = "grpc_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07001768 srcs = [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001769 "src/core/lib/surface/init.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001770 "src/core/lib/channel/channel_args.c",
1771 "src/core/lib/channel/channel_stack.c",
1772 "src/core/lib/channel/channel_stack_builder.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001773 "src/core/lib/channel/compress_filter.c",
1774 "src/core/lib/channel/connected_channel.c",
Mark D. Roth14c072c2016-08-26 08:31:34 -07001775 "src/core/lib/channel/deadline_filter.c",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -07001776 "src/core/lib/channel/handshaker.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001777 "src/core/lib/channel/http_client_filter.c",
1778 "src/core/lib/channel/http_server_filter.c",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -07001779 "src/core/lib/channel/message_size_filter.c",
David Garcia Quintasac094472016-05-18 20:25:57 -07001780 "src/core/lib/compression/compression.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001781 "src/core/lib/compression/message_compress.c",
1782 "src/core/lib/debug/trace.c",
1783 "src/core/lib/http/format_request.c",
1784 "src/core/lib/http/httpcli.c",
1785 "src/core/lib/http/parser.c",
1786 "src/core/lib/iomgr/closure.c",
Craig Tiller57726ca2016-09-12 11:59:45 -07001787 "src/core/lib/iomgr/combiner.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001788 "src/core/lib/iomgr/endpoint.c",
1789 "src/core/lib/iomgr/endpoint_pair_posix.c",
1790 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller27f59af2016-04-28 14:19:48 -07001791 "src/core/lib/iomgr/error.c",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -07001792 "src/core/lib/iomgr/ev_epoll_linux.c",
Craig Tiller69f3e2b2016-05-31 13:45:24 -07001793 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
Craig Tillerd9a60bb2016-03-28 23:13:19 -07001794 "src/core/lib/iomgr/ev_poll_posix.c",
Craig Tiller8a034482016-03-28 16:09:04 -07001795 "src/core/lib/iomgr/ev_posix.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001796 "src/core/lib/iomgr/exec_ctx.c",
1797 "src/core/lib/iomgr/executor.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001798 "src/core/lib/iomgr/iocp_windows.c",
1799 "src/core/lib/iomgr/iomgr.c",
1800 "src/core/lib/iomgr/iomgr_posix.c",
1801 "src/core/lib/iomgr/iomgr_windows.c",
Craig Tiller85178862016-05-18 16:09:16 -07001802 "src/core/lib/iomgr/load_file.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07001803 "src/core/lib/iomgr/network_status_tracker.c",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -07001804 "src/core/lib/iomgr/polling_entity.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001805 "src/core/lib/iomgr/pollset_set_windows.c",
1806 "src/core/lib/iomgr/pollset_windows.c",
1807 "src/core/lib/iomgr/resolve_address_posix.c",
1808 "src/core/lib/iomgr/resolve_address_windows.c",
1809 "src/core/lib/iomgr/sockaddr_utils.c",
1810 "src/core/lib/iomgr/socket_utils_common_posix.c",
1811 "src/core/lib/iomgr/socket_utils_linux.c",
1812 "src/core/lib/iomgr/socket_utils_posix.c",
1813 "src/core/lib/iomgr/socket_windows.c",
1814 "src/core/lib/iomgr/tcp_client_posix.c",
1815 "src/core/lib/iomgr/tcp_client_windows.c",
1816 "src/core/lib/iomgr/tcp_posix.c",
1817 "src/core/lib/iomgr/tcp_server_posix.c",
1818 "src/core/lib/iomgr/tcp_server_windows.c",
1819 "src/core/lib/iomgr/tcp_windows.c",
1820 "src/core/lib/iomgr/time_averaged_stats.c",
1821 "src/core/lib/iomgr/timer.c",
1822 "src/core/lib/iomgr/timer_heap.c",
1823 "src/core/lib/iomgr/udp_server.c",
1824 "src/core/lib/iomgr/unix_sockets_posix.c",
1825 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
1826 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
1827 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
1828 "src/core/lib/iomgr/wakeup_fd_pipe.c",
1829 "src/core/lib/iomgr/wakeup_fd_posix.c",
1830 "src/core/lib/iomgr/workqueue_posix.c",
1831 "src/core/lib/iomgr/workqueue_windows.c",
1832 "src/core/lib/json/json.c",
1833 "src/core/lib/json/json_reader.c",
1834 "src/core/lib/json/json_string.c",
1835 "src/core/lib/json/json_writer.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001836 "src/core/lib/surface/alarm.c",
1837 "src/core/lib/surface/api_trace.c",
1838 "src/core/lib/surface/byte_buffer.c",
1839 "src/core/lib/surface/byte_buffer_reader.c",
1840 "src/core/lib/surface/call.c",
1841 "src/core/lib/surface/call_details.c",
1842 "src/core/lib/surface/call_log_batch.c",
1843 "src/core/lib/surface/channel.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001844 "src/core/lib/surface/channel_init.c",
1845 "src/core/lib/surface/channel_ping.c",
1846 "src/core/lib/surface/channel_stack_type.c",
1847 "src/core/lib/surface/completion_queue.c",
1848 "src/core/lib/surface/event_string.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001849 "src/core/lib/surface/lame_client.c",
1850 "src/core/lib/surface/metadata_array.c",
1851 "src/core/lib/surface/server.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001852 "src/core/lib/surface/validate_metadata.c",
1853 "src/core/lib/surface/version.c",
1854 "src/core/lib/transport/byte_stream.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001855 "src/core/lib/transport/connectivity_state.c",
1856 "src/core/lib/transport/metadata.c",
1857 "src/core/lib/transport/metadata_batch.c",
1858 "src/core/lib/transport/static_metadata.c",
Robbie Shade710d2422016-07-13 15:15:38 -04001859 "src/core/lib/transport/timeout_encoding.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001860 "src/core/lib/transport/transport.c",
1861 "src/core/lib/transport/transport_op_string.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001862 "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c",
Yuchen Zengd982bba2016-05-12 18:53:52 -07001863 "src/core/ext/transport/chttp2/transport/bin_decoder.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001864 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
1865 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
1866 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
1867 "src/core/ext/transport/chttp2/transport/frame_data.c",
1868 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
1869 "src/core/ext/transport/chttp2/transport/frame_ping.c",
1870 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
1871 "src/core/ext/transport/chttp2/transport/frame_settings.c",
1872 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
1873 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
1874 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
1875 "src/core/ext/transport/chttp2/transport/hpack_table.c",
1876 "src/core/ext/transport/chttp2/transport/huffsyms.c",
1877 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
1878 "src/core/ext/transport/chttp2/transport/parsing.c",
1879 "src/core/ext/transport/chttp2/transport/status_conversion.c",
1880 "src/core/ext/transport/chttp2/transport/stream_lists.c",
1881 "src/core/ext/transport/chttp2/transport/stream_map.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001882 "src/core/ext/transport/chttp2/transport/varint.c",
1883 "src/core/ext/transport/chttp2/transport/writing.c",
1884 "src/core/ext/transport/chttp2/alpn/alpn.c",
1885 "src/core/lib/http/httpcli_security_connector.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07001886 "src/core/lib/security/context/security_context.c",
1887 "src/core/lib/security/credentials/composite/composite_credentials.c",
1888 "src/core/lib/security/credentials/credentials.c",
1889 "src/core/lib/security/credentials/credentials_metadata.c",
1890 "src/core/lib/security/credentials/fake/fake_credentials.c",
1891 "src/core/lib/security/credentials/google_default/credentials_posix.c",
Yuchen Zeng4594bd92016-05-31 14:06:01 -07001892 "src/core/lib/security/credentials/google_default/credentials_windows.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07001893 "src/core/lib/security/credentials/google_default/google_default_credentials.c",
1894 "src/core/lib/security/credentials/iam/iam_credentials.c",
1895 "src/core/lib/security/credentials/jwt/json_token.c",
1896 "src/core/lib/security/credentials/jwt/jwt_credentials.c",
1897 "src/core/lib/security/credentials/jwt/jwt_verifier.c",
1898 "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
1899 "src/core/lib/security/credentials/plugin/plugin_credentials.c",
1900 "src/core/lib/security/credentials/ssl/ssl_credentials.c",
1901 "src/core/lib/security/transport/client_auth_filter.c",
1902 "src/core/lib/security/transport/handshake.c",
1903 "src/core/lib/security/transport/secure_endpoint.c",
1904 "src/core/lib/security/transport/security_connector.c",
1905 "src/core/lib/security/transport/server_auth_filter.c",
Craig Tillerddad9782016-05-05 17:11:31 -07001906 "src/core/lib/security/transport/tsi_error.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07001907 "src/core/lib/security/util/b64.c",
1908 "src/core/lib/security/util/json_util.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001909 "src/core/lib/surface/init_secure.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001910 "src/core/lib/tsi/fake_transport_security.c",
1911 "src/core/lib/tsi/ssl_transport_security.c",
1912 "src/core/lib/tsi/transport_security.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001913 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
1914 "src/core/ext/client_config/channel_connectivity.c",
1915 "src/core/ext/client_config/client_channel.c",
1916 "src/core/ext/client_config/client_channel_factory.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001917 "src/core/ext/client_config/client_config_plugin.c",
1918 "src/core/ext/client_config/connector.c",
1919 "src/core/ext/client_config/default_initial_connect_string.c",
Mark D. Roth1102a9e2016-07-22 09:10:01 -07001920 "src/core/ext/client_config/http_connect_handshaker.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001921 "src/core/ext/client_config/initial_connect_string.c",
1922 "src/core/ext/client_config/lb_policy.c",
1923 "src/core/ext/client_config/lb_policy_factory.c",
1924 "src/core/ext/client_config/lb_policy_registry.c",
David Garcia Quintas9885bff2016-04-07 17:31:29 -07001925 "src/core/ext/client_config/parse_address.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001926 "src/core/ext/client_config/resolver.c",
1927 "src/core/ext/client_config/resolver_factory.c",
1928 "src/core/ext/client_config/resolver_registry.c",
Mark D. Rothff4df062016-08-22 15:02:49 -07001929 "src/core/ext/client_config/resolver_result.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001930 "src/core/ext/client_config/subchannel.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001931 "src/core/ext/client_config/subchannel_index.c",
1932 "src/core/ext/client_config/uri_parser.c",
1933 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
Adam Michalikbf10c822016-05-20 16:13:32 -07001934 "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001935 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
Adam Michalik321b1fb2016-05-16 15:42:36 -07001936 "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c",
David Garcia Quintas3fb8f732016-06-15 22:53:08 -07001937 "src/core/ext/lb_policy/grpclb/grpclb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001938 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07001939 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001940 "src/core/ext/lb_policy/pick_first/pick_first.c",
1941 "src/core/ext/lb_policy/round_robin/round_robin.c",
1942 "src/core/ext/resolver/dns/native/dns_resolver.c",
1943 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001944 "src/core/ext/load_reporting/load_reporting.c",
1945 "src/core/ext/load_reporting/load_reporting_filter.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001946 "src/core/ext/census/base_resources.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001947 "src/core/ext/census/context.c",
Alistair Veitch30fe6322016-05-23 10:11:28 -07001948 "src/core/ext/census/gen/census.pb.c",
Alistair Veitcha0c69f92016-08-31 12:01:27 -07001949 "src/core/ext/census/gen/trace_context.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001950 "src/core/ext/census/grpc_context.c",
1951 "src/core/ext/census/grpc_filter.c",
1952 "src/core/ext/census/grpc_plugin.c",
1953 "src/core/ext/census/initialize.c",
1954 "src/core/ext/census/mlog.c",
1955 "src/core/ext/census/operation.c",
1956 "src/core/ext/census/placeholders.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001957 "src/core/ext/census/resource.c",
Vizerai12d1fc62016-09-09 14:22:19 -07001958 "src/core/ext/census/trace_context.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001959 "src/core/ext/census/tracing.c",
Craig Tillerfb433852016-03-29 08:51:07 -07001960 "src/core/plugin_registry/grpc_plugin_registry.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07001961 ],
1962 hdrs = [
1963 "include/grpc/byte_buffer.h",
1964 "include/grpc/byte_buffer_reader.h",
1965 "include/grpc/compression.h",
1966 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -07001967 "include/grpc/grpc_posix.h",
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +02001968 "include/grpc/grpc_security_constants.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001969 "include/grpc/status.h",
David Garcia Quintas1b2db632016-04-27 15:06:54 -07001970 "include/grpc/impl/codegen/byte_buffer_reader.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07001971 "include/grpc/impl/codegen/compression_types.h",
1972 "include/grpc/impl/codegen/connectivity_state.h",
1973 "include/grpc/impl/codegen/grpc_types.h",
1974 "include/grpc/impl/codegen/propagation_bits.h",
1975 "include/grpc/impl/codegen/status.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001976 "include/grpc/impl/codegen/atm.h",
1977 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1978 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001979 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -07001980 "include/grpc/impl/codegen/gpr_types.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001981 "include/grpc/impl/codegen/port_platform.h",
1982 "include/grpc/impl/codegen/slice.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001983 "include/grpc/impl/codegen/sync.h",
1984 "include/grpc/impl/codegen/sync_generic.h",
1985 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001986 "include/grpc/impl/codegen/sync_windows.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001987 "include/grpc/grpc_security.h",
1988 "include/grpc/census.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001989 "src/core/lib/channel/channel_args.h",
1990 "src/core/lib/channel/channel_stack.h",
1991 "src/core/lib/channel/channel_stack_builder.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001992 "src/core/lib/channel/compress_filter.h",
1993 "src/core/lib/channel/connected_channel.h",
1994 "src/core/lib/channel/context.h",
Mark D. Roth14c072c2016-08-26 08:31:34 -07001995 "src/core/lib/channel/deadline_filter.h",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -07001996 "src/core/lib/channel/handshaker.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001997 "src/core/lib/channel/http_client_filter.h",
1998 "src/core/lib/channel/http_server_filter.h",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -07001999 "src/core/lib/channel/message_size_filter.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002000 "src/core/lib/compression/algorithm_metadata.h",
2001 "src/core/lib/compression/message_compress.h",
2002 "src/core/lib/debug/trace.h",
2003 "src/core/lib/http/format_request.h",
2004 "src/core/lib/http/httpcli.h",
2005 "src/core/lib/http/parser.h",
2006 "src/core/lib/iomgr/closure.h",
Craig Tiller57726ca2016-09-12 11:59:45 -07002007 "src/core/lib/iomgr/combiner.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002008 "src/core/lib/iomgr/endpoint.h",
2009 "src/core/lib/iomgr/endpoint_pair.h",
Craig Tiller27f59af2016-04-28 14:19:48 -07002010 "src/core/lib/iomgr/error.h",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -07002011 "src/core/lib/iomgr/ev_epoll_linux.h",
Craig Tiller69f3e2b2016-05-31 13:45:24 -07002012 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
Craig Tillerd9a60bb2016-03-28 23:13:19 -07002013 "src/core/lib/iomgr/ev_poll_posix.h",
Craig Tiller8a034482016-03-28 16:09:04 -07002014 "src/core/lib/iomgr/ev_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002015 "src/core/lib/iomgr/exec_ctx.h",
2016 "src/core/lib/iomgr/executor.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002017 "src/core/lib/iomgr/iocp_windows.h",
2018 "src/core/lib/iomgr/iomgr.h",
2019 "src/core/lib/iomgr/iomgr_internal.h",
2020 "src/core/lib/iomgr/iomgr_posix.h",
Craig Tiller85178862016-05-18 16:09:16 -07002021 "src/core/lib/iomgr/load_file.h",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07002022 "src/core/lib/iomgr/network_status_tracker.h",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -07002023 "src/core/lib/iomgr/polling_entity.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002024 "src/core/lib/iomgr/pollset.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002025 "src/core/lib/iomgr/pollset_set.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002026 "src/core/lib/iomgr/pollset_set_windows.h",
2027 "src/core/lib/iomgr/pollset_windows.h",
2028 "src/core/lib/iomgr/resolve_address.h",
2029 "src/core/lib/iomgr/sockaddr.h",
2030 "src/core/lib/iomgr/sockaddr_posix.h",
2031 "src/core/lib/iomgr/sockaddr_utils.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002032 "src/core/lib/iomgr/sockaddr_windows.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002033 "src/core/lib/iomgr/socket_utils_posix.h",
2034 "src/core/lib/iomgr/socket_windows.h",
2035 "src/core/lib/iomgr/tcp_client.h",
2036 "src/core/lib/iomgr/tcp_posix.h",
2037 "src/core/lib/iomgr/tcp_server.h",
2038 "src/core/lib/iomgr/tcp_windows.h",
2039 "src/core/lib/iomgr/time_averaged_stats.h",
2040 "src/core/lib/iomgr/timer.h",
2041 "src/core/lib/iomgr/timer_heap.h",
2042 "src/core/lib/iomgr/udp_server.h",
2043 "src/core/lib/iomgr/unix_sockets_posix.h",
2044 "src/core/lib/iomgr/wakeup_fd_pipe.h",
2045 "src/core/lib/iomgr/wakeup_fd_posix.h",
2046 "src/core/lib/iomgr/workqueue.h",
2047 "src/core/lib/iomgr/workqueue_posix.h",
2048 "src/core/lib/iomgr/workqueue_windows.h",
2049 "src/core/lib/json/json.h",
2050 "src/core/lib/json/json_common.h",
2051 "src/core/lib/json/json_reader.h",
2052 "src/core/lib/json/json_writer.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002053 "src/core/lib/surface/api_trace.h",
2054 "src/core/lib/surface/call.h",
2055 "src/core/lib/surface/call_test_only.h",
2056 "src/core/lib/surface/channel.h",
2057 "src/core/lib/surface/channel_init.h",
2058 "src/core/lib/surface/channel_stack_type.h",
2059 "src/core/lib/surface/completion_queue.h",
2060 "src/core/lib/surface/event_string.h",
2061 "src/core/lib/surface/init.h",
2062 "src/core/lib/surface/lame_client.h",
2063 "src/core/lib/surface/server.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002064 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002065 "src/core/lib/transport/connectivity_state.h",
2066 "src/core/lib/transport/metadata.h",
2067 "src/core/lib/transport/metadata_batch.h",
2068 "src/core/lib/transport/static_metadata.h",
Robbie Shade710d2422016-07-13 15:15:38 -04002069 "src/core/lib/transport/timeout_encoding.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002070 "src/core/lib/transport/transport.h",
2071 "src/core/lib/transport/transport_impl.h",
Yuchen Zengd982bba2016-05-12 18:53:52 -07002072 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002073 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
2074 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
2075 "src/core/ext/transport/chttp2/transport/frame.h",
2076 "src/core/ext/transport/chttp2/transport/frame_data.h",
2077 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
2078 "src/core/ext/transport/chttp2/transport/frame_ping.h",
2079 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
2080 "src/core/ext/transport/chttp2/transport/frame_settings.h",
2081 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
2082 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
2083 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
2084 "src/core/ext/transport/chttp2/transport/hpack_table.h",
2085 "src/core/ext/transport/chttp2/transport/http2_errors.h",
2086 "src/core/ext/transport/chttp2/transport/huffsyms.h",
2087 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
2088 "src/core/ext/transport/chttp2/transport/internal.h",
2089 "src/core/ext/transport/chttp2/transport/status_conversion.h",
2090 "src/core/ext/transport/chttp2/transport/stream_map.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002091 "src/core/ext/transport/chttp2/transport/varint.h",
2092 "src/core/ext/transport/chttp2/alpn/alpn.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07002093 "src/core/lib/security/context/security_context.h",
2094 "src/core/lib/security/credentials/composite/composite_credentials.h",
2095 "src/core/lib/security/credentials/credentials.h",
2096 "src/core/lib/security/credentials/fake/fake_credentials.h",
2097 "src/core/lib/security/credentials/google_default/google_default_credentials.h",
2098 "src/core/lib/security/credentials/iam/iam_credentials.h",
2099 "src/core/lib/security/credentials/jwt/json_token.h",
2100 "src/core/lib/security/credentials/jwt/jwt_credentials.h",
2101 "src/core/lib/security/credentials/jwt/jwt_verifier.h",
2102 "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
2103 "src/core/lib/security/credentials/plugin/plugin_credentials.h",
2104 "src/core/lib/security/credentials/ssl/ssl_credentials.h",
2105 "src/core/lib/security/transport/auth_filters.h",
2106 "src/core/lib/security/transport/handshake.h",
2107 "src/core/lib/security/transport/secure_endpoint.h",
2108 "src/core/lib/security/transport/security_connector.h",
Craig Tillerddad9782016-05-05 17:11:31 -07002109 "src/core/lib/security/transport/tsi_error.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07002110 "src/core/lib/security/util/b64.h",
2111 "src/core/lib/security/util/json_util.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002112 "src/core/lib/tsi/fake_transport_security.h",
2113 "src/core/lib/tsi/ssl_transport_security.h",
2114 "src/core/lib/tsi/ssl_types.h",
2115 "src/core/lib/tsi/transport_security.h",
2116 "src/core/lib/tsi/transport_security_interface.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002117 "src/core/ext/client_config/client_channel.h",
2118 "src/core/ext/client_config/client_channel_factory.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002119 "src/core/ext/client_config/connector.h",
Mark D. Roth1102a9e2016-07-22 09:10:01 -07002120 "src/core/ext/client_config/http_connect_handshaker.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002121 "src/core/ext/client_config/initial_connect_string.h",
2122 "src/core/ext/client_config/lb_policy.h",
2123 "src/core/ext/client_config/lb_policy_factory.h",
2124 "src/core/ext/client_config/lb_policy_registry.h",
David Garcia Quintas9885bff2016-04-07 17:31:29 -07002125 "src/core/ext/client_config/parse_address.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002126 "src/core/ext/client_config/resolver.h",
2127 "src/core/ext/client_config/resolver_factory.h",
2128 "src/core/ext/client_config/resolver_registry.h",
Mark D. Rothff4df062016-08-22 15:02:49 -07002129 "src/core/ext/client_config/resolver_result.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002130 "src/core/ext/client_config/subchannel.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002131 "src/core/ext/client_config/subchannel_index.h",
2132 "src/core/ext/client_config/uri_parser.h",
David Garcia Quintasb2e986b2016-06-15 23:55:50 -07002133 "src/core/ext/lb_policy/grpclb/grpclb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002134 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002135 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
David Garcia Quintasb41363e2016-04-29 00:41:21 -07002136 "src/core/ext/load_reporting/load_reporting.h",
2137 "src/core/ext/load_reporting/load_reporting_filter.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002138 "src/core/ext/census/aggregation.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -07002139 "src/core/ext/census/base_resources.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002140 "src/core/ext/census/census_interface.h",
2141 "src/core/ext/census/census_rpc_stats.h",
Alistair Veitch30fe6322016-05-23 10:11:28 -07002142 "src/core/ext/census/gen/census.pb.h",
Alistair Veitcha0c69f92016-08-31 12:01:27 -07002143 "src/core/ext/census/gen/trace_context.pb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002144 "src/core/ext/census/grpc_filter.h",
2145 "src/core/ext/census/mlog.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -07002146 "src/core/ext/census/resource.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002147 "src/core/ext/census/rpc_metric_id.h",
Vizerai12d1fc62016-09-09 14:22:19 -07002148 "src/core/ext/census/trace_context.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07002149 ],
2150 includes = [
2151 "include",
2152 ".",
2153 ],
2154 deps = [
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 ":gpr_objc",
Jorge Canizales4dc4e3d2015-06-26 22:12:02 -07002156 "//external:libssl_objc",
Rob Earhartb7b8d052016-03-29 11:35:29 -07002157 "//external:nanopb",
Jorge Canizales140bca82015-06-20 09:47:00 -07002158 ],
Jorge Canizales8c1fd042015-06-22 19:11:36 -07002159 sdk_dylibs = ["libz"],
Jorge Canizales140bca82015-06-20 09:47:00 -07002160)
2161
2162
2163
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07002164cc_binary(
2165 name = "grpc_cpp_plugin",
2166 srcs = [
2167 "src/compiler/cpp_plugin.cc",
2168 ],
2169 deps = [
2170 "//external:protobuf_compiler",
2171 ":grpc_plugin_support",
2172 ],
2173)
2174
2175
2176cc_binary(
Jan Tattermusch2d924952015-05-06 10:23:17 -07002177 name = "grpc_csharp_plugin",
2178 srcs = [
2179 "src/compiler/csharp_plugin.cc",
2180 ],
2181 deps = [
2182 "//external:protobuf_compiler",
2183 ":grpc_plugin_support",
2184 ],
2185)
2186
2187
2188cc_binary(
murgatroid99d2ee81f2016-02-26 11:10:33 -08002189 name = "grpc_node_plugin",
2190 srcs = [
2191 "src/compiler/node_plugin.cc",
2192 ],
2193 deps = [
2194 "//external:protobuf_compiler",
2195 ":grpc_plugin_support",
2196 ],
2197)
2198
2199
2200cc_binary(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07002201 name = "grpc_objective_c_plugin",
2202 srcs = [
2203 "src/compiler/objective_c_plugin.cc",
2204 ],
2205 deps = [
2206 "//external:protobuf_compiler",
2207 ":grpc_plugin_support",
2208 ],
2209)
2210
2211
2212cc_binary(
Stanley Cheung857a1302016-09-29 17:26:29 -07002213 name = "grpc_php_plugin",
2214 srcs = [
2215 "src/compiler/php_plugin.cc",
2216 ],
2217 deps = [
2218 "//external:protobuf_compiler",
2219 ":grpc_plugin_support",
2220 ],
2221)
2222
2223
2224cc_binary(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07002225 name = "grpc_python_plugin",
2226 srcs = [
2227 "src/compiler/python_plugin.cc",
2228 ],
2229 deps = [
2230 "//external:protobuf_compiler",
2231 ":grpc_plugin_support",
2232 ],
2233)
2234
2235
2236cc_binary(
2237 name = "grpc_ruby_plugin",
2238 srcs = [
2239 "src/compiler/ruby_plugin.cc",
2240 ],
2241 deps = [
2242 "//external:protobuf_compiler",
2243 ":grpc_plugin_support",
2244 ],
2245)
2246
2247
2248
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02002249
2250
Jorge Canizales140bca82015-06-20 09:47:00 -07002251
Jorge Canizales91e67a22015-06-24 13:50:04 -07002252
2253
Jorge Canizales44dc4232015-06-19 16:30:31 -07002254objc_path = "src/objective-c"
Jorge Canizales140bca82015-06-20 09:47:00 -07002255
Jorge Canizales44dc4232015-06-19 16:30:31 -07002256rx_library_path = objc_path + "/RxLibrary"
2257
2258objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07002259 name = "rx_library",
2260 hdrs = glob([
2261 rx_library_path + "/*.h",
2262 rx_library_path + "/transformations/*.h",
2263 ]),
2264 srcs = glob([
2265 rx_library_path + "/*.m",
2266 rx_library_path + "/transformations/*.m",
2267 ]),
2268 includes = [objc_path],
2269 deps = [
2270 ":rx_library_private",
2271 ],
Jorge Canizales44dc4232015-06-19 16:30:31 -07002272)
2273
2274objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07002275 name = "rx_library_private",
2276 hdrs = glob([rx_library_path + "/private/*.h"]),
2277 srcs = glob([rx_library_path + "/private/*.m"]),
2278 visibility = ["//visibility:private"],
Jorge Canizales44dc4232015-06-19 16:30:31 -07002279)
Jorge Canizales866255e2015-06-20 18:58:38 -07002280
2281objc_client_path = objc_path + "/GRPCClient"
2282
2283objc_library(
2284 name = "grpc_client",
2285 hdrs = glob([
2286 objc_client_path + "/*.h",
2287 objc_client_path + "/private/*.h",
2288 ]),
2289 srcs = glob([
2290 objc_client_path + "/*.m",
2291 objc_client_path + "/private/*.m",
2292 ]),
2293 includes = [objc_path],
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07002294 bundles = [":gRPCCertificates"],
Jorge Canizales866255e2015-06-20 18:58:38 -07002295 deps = [
2296 ":grpc_objc",
2297 ":rx_library",
2298 ],
2299)
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07002300
2301objc_bundle_library(
2302 # The choice of name is signicant here, since it determines the bundle name.
2303 name = "gRPCCertificates",
2304 resources = ["etc/roots.pem"],
2305)
Jorge Canizales50f19822015-06-28 23:48:30 -07002306
2307proto_objc_rpc_path = objc_path + "/ProtoRPC"
2308
2309objc_library(
2310 name = "proto_objc_rpc",
2311 hdrs = glob([
2312 proto_objc_rpc_path + "/*.h",
2313 ]),
2314 srcs = glob([
2315 proto_objc_rpc_path + "/*.m",
2316 ]),
2317 includes = [objc_path],
2318 deps = [
2319 ":grpc_client",
2320 ":rx_library",
2321 "//external:protobuf_objc",
2322 ],
2323)