blob: e4ee8e93f71681b9b8d73be98eb309ca2768e014 [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 Tiller8a034482016-03-28 16:09:04 -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",
murgatroid999030c812016-09-16 13:25:08 -0700203 "src/core/lib/iomgr/pollset_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 "src/core/lib/iomgr/pollset_windows.h",
murgatroid9954070892016-08-08 17:01:18 -0700205 "src/core/lib/iomgr/port.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 "src/core/lib/iomgr/resolve_address.h",
207 "src/core/lib/iomgr/sockaddr.h",
208 "src/core/lib/iomgr/sockaddr_posix.h",
209 "src/core/lib/iomgr/sockaddr_utils.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700210 "src/core/lib/iomgr/sockaddr_windows.h",
murgatroid9979b32272016-08-08 13:38:30 -0700211 "src/core/lib/iomgr/socket_utils.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 "src/core/lib/iomgr/socket_utils_posix.h",
213 "src/core/lib/iomgr/socket_windows.h",
214 "src/core/lib/iomgr/tcp_client.h",
215 "src/core/lib/iomgr/tcp_posix.h",
216 "src/core/lib/iomgr/tcp_server.h",
murgatroid999030c812016-09-16 13:25:08 -0700217 "src/core/lib/iomgr/tcp_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 "src/core/lib/iomgr/tcp_windows.h",
219 "src/core/lib/iomgr/time_averaged_stats.h",
220 "src/core/lib/iomgr/timer.h",
murgatroid999030c812016-09-16 13:25:08 -0700221 "src/core/lib/iomgr/timer_generic.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 "src/core/lib/iomgr/timer_heap.h",
murgatroid999030c812016-09-16 13:25:08 -0700223 "src/core/lib/iomgr/timer_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 "src/core/lib/iomgr/udp_server.h",
225 "src/core/lib/iomgr/unix_sockets_posix.h",
kpayson64d195cf52016-10-09 18:04:00 -0700226 "src/core/lib/iomgr/wakeup_fd_cv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 "src/core/lib/iomgr/wakeup_fd_pipe.h",
228 "src/core/lib/iomgr/wakeup_fd_posix.h",
229 "src/core/lib/iomgr/workqueue.h",
murgatroid999030c812016-09-16 13:25:08 -0700230 "src/core/lib/iomgr/workqueue_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 "src/core/lib/iomgr/workqueue_windows.h",
232 "src/core/lib/json/json.h",
233 "src/core/lib/json/json_common.h",
234 "src/core/lib/json/json_reader.h",
235 "src/core/lib/json/json_writer.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 "src/core/lib/surface/api_trace.h",
237 "src/core/lib/surface/call.h",
238 "src/core/lib/surface/call_test_only.h",
239 "src/core/lib/surface/channel.h",
240 "src/core/lib/surface/channel_init.h",
241 "src/core/lib/surface/channel_stack_type.h",
242 "src/core/lib/surface/completion_queue.h",
243 "src/core/lib/surface/event_string.h",
244 "src/core/lib/surface/init.h",
245 "src/core/lib/surface/lame_client.h",
246 "src/core/lib/surface/server.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700248 "src/core/lib/transport/connectivity_state.h",
Mark D. Roth6a721b52016-10-14 12:43:34 -0700249 "src/core/lib/transport/mdstr_hash_table.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 "src/core/lib/transport/metadata.h",
251 "src/core/lib/transport/metadata_batch.h",
252 "src/core/lib/transport/static_metadata.h",
Robbie Shade710d2422016-07-13 15:15:38 -0400253 "src/core/lib/transport/timeout_encoding.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 "src/core/lib/transport/transport.h",
255 "src/core/lib/transport/transport_impl.h",
Yuchen Zengd982bba2016-05-12 18:53:52 -0700256 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700257 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
258 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
259 "src/core/ext/transport/chttp2/transport/frame.h",
260 "src/core/ext/transport/chttp2/transport/frame_data.h",
261 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
262 "src/core/ext/transport/chttp2/transport/frame_ping.h",
263 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
264 "src/core/ext/transport/chttp2/transport/frame_settings.h",
265 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
266 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
267 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
268 "src/core/ext/transport/chttp2/transport/hpack_table.h",
269 "src/core/ext/transport/chttp2/transport/http2_errors.h",
270 "src/core/ext/transport/chttp2/transport/huffsyms.h",
271 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
272 "src/core/ext/transport/chttp2/transport/internal.h",
273 "src/core/ext/transport/chttp2/transport/status_conversion.h",
274 "src/core/ext/transport/chttp2/transport/stream_map.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700275 "src/core/ext/transport/chttp2/transport/varint.h",
276 "src/core/ext/transport/chttp2/alpn/alpn.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700277 "src/core/lib/security/context/security_context.h",
278 "src/core/lib/security/credentials/composite/composite_credentials.h",
279 "src/core/lib/security/credentials/credentials.h",
280 "src/core/lib/security/credentials/fake/fake_credentials.h",
281 "src/core/lib/security/credentials/google_default/google_default_credentials.h",
282 "src/core/lib/security/credentials/iam/iam_credentials.h",
283 "src/core/lib/security/credentials/jwt/json_token.h",
284 "src/core/lib/security/credentials/jwt/jwt_credentials.h",
285 "src/core/lib/security/credentials/jwt/jwt_verifier.h",
286 "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
287 "src/core/lib/security/credentials/plugin/plugin_credentials.h",
288 "src/core/lib/security/credentials/ssl/ssl_credentials.h",
289 "src/core/lib/security/transport/auth_filters.h",
290 "src/core/lib/security/transport/handshake.h",
291 "src/core/lib/security/transport/secure_endpoint.h",
292 "src/core/lib/security/transport/security_connector.h",
Craig Tillerddad9782016-05-05 17:11:31 -0700293 "src/core/lib/security/transport/tsi_error.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700294 "src/core/lib/security/util/b64.h",
295 "src/core/lib/security/util/json_util.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 "src/core/lib/tsi/fake_transport_security.h",
297 "src/core/lib/tsi/ssl_transport_security.h",
298 "src/core/lib/tsi/ssl_types.h",
299 "src/core/lib/tsi/transport_security.h",
300 "src/core/lib/tsi/transport_security_interface.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700301 "src/core/ext/client_channel/client_channel.h",
302 "src/core/ext/client_channel/client_channel_factory.h",
303 "src/core/ext/client_channel/connector.h",
Mark D. Roth15195742016-10-07 09:02:28 -0700304 "src/core/ext/client_channel/http_connect_handshaker.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700305 "src/core/ext/client_channel/initial_connect_string.h",
306 "src/core/ext/client_channel/lb_policy.h",
307 "src/core/ext/client_channel/lb_policy_factory.h",
308 "src/core/ext/client_channel/lb_policy_registry.h",
Mark D. Rotheb35a1d2016-10-19 14:53:42 -0700309 "src/core/ext/client_channel/method_config.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700310 "src/core/ext/client_channel/parse_address.h",
311 "src/core/ext/client_channel/resolver.h",
312 "src/core/ext/client_channel/resolver_factory.h",
313 "src/core/ext/client_channel/resolver_registry.h",
314 "src/core/ext/client_channel/resolver_result.h",
315 "src/core/ext/client_channel/subchannel.h",
316 "src/core/ext/client_channel/subchannel_index.h",
317 "src/core/ext/client_channel/uri_parser.h",
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700318 "src/core/ext/lb_policy/grpclb/grpclb.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700319 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700320 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700321 "src/core/ext/load_reporting/load_reporting.h",
322 "src/core/ext/load_reporting/load_reporting_filter.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700323 "src/core/ext/census/aggregation.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -0700324 "src/core/ext/census/base_resources.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700325 "src/core/ext/census/census_interface.h",
326 "src/core/ext/census/census_rpc_stats.h",
Alistair Veitch30fe6322016-05-23 10:11:28 -0700327 "src/core/ext/census/gen/census.pb.h",
Alistair Veitcha0c69f92016-08-31 12:01:27 -0700328 "src/core/ext/census/gen/trace_context.pb.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700329 "src/core/ext/census/grpc_filter.h",
330 "src/core/ext/census/mlog.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -0700331 "src/core/ext/census/resource.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700332 "src/core/ext/census/rpc_metric_id.h",
Vizerai12d1fc62016-09-09 14:22:19 -0700333 "src/core/ext/census/trace_context.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700334 "src/core/lib/surface/init.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700335 "src/core/lib/channel/channel_args.c",
336 "src/core/lib/channel/channel_stack.c",
337 "src/core/lib/channel/channel_stack_builder.c",
338 "src/core/lib/channel/compress_filter.c",
339 "src/core/lib/channel/connected_channel.c",
Mark D. Roth14c072c2016-08-26 08:31:34 -0700340 "src/core/lib/channel/deadline_filter.c",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700341 "src/core/lib/channel/handshaker.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700342 "src/core/lib/channel/http_client_filter.c",
343 "src/core/lib/channel/http_server_filter.c",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700344 "src/core/lib/channel/message_size_filter.c",
David Garcia Quintasac094472016-05-18 20:25:57 -0700345 "src/core/lib/compression/compression.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700346 "src/core/lib/compression/message_compress.c",
347 "src/core/lib/debug/trace.c",
348 "src/core/lib/http/format_request.c",
349 "src/core/lib/http/httpcli.c",
350 "src/core/lib/http/parser.c",
351 "src/core/lib/iomgr/closure.c",
Craig Tiller57726ca2016-09-12 11:59:45 -0700352 "src/core/lib/iomgr/combiner.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700353 "src/core/lib/iomgr/endpoint.c",
354 "src/core/lib/iomgr/endpoint_pair_posix.c",
murgatroid99c36f6ea2016-10-03 09:24:09 -0700355 "src/core/lib/iomgr/endpoint_pair_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700356 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller27f59af2016-04-28 14:19:48 -0700357 "src/core/lib/iomgr/error.c",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700358 "src/core/lib/iomgr/ev_epoll_linux.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700359 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700360 "src/core/lib/iomgr/ev_poll_posix.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700361 "src/core/lib/iomgr/ev_posix.c",
362 "src/core/lib/iomgr/exec_ctx.c",
363 "src/core/lib/iomgr/executor.c",
364 "src/core/lib/iomgr/iocp_windows.c",
365 "src/core/lib/iomgr/iomgr.c",
366 "src/core/lib/iomgr/iomgr_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700367 "src/core/lib/iomgr/iomgr_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700368 "src/core/lib/iomgr/iomgr_windows.c",
Craig Tiller85178862016-05-18 16:09:16 -0700369 "src/core/lib/iomgr/load_file.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700370 "src/core/lib/iomgr/network_status_tracker.c",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700371 "src/core/lib/iomgr/polling_entity.c",
murgatroid999030c812016-09-16 13:25:08 -0700372 "src/core/lib/iomgr/pollset_set_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700373 "src/core/lib/iomgr/pollset_set_windows.c",
murgatroid999030c812016-09-16 13:25:08 -0700374 "src/core/lib/iomgr/pollset_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700375 "src/core/lib/iomgr/pollset_windows.c",
376 "src/core/lib/iomgr/resolve_address_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700377 "src/core/lib/iomgr/resolve_address_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700378 "src/core/lib/iomgr/resolve_address_windows.c",
379 "src/core/lib/iomgr/sockaddr_utils.c",
380 "src/core/lib/iomgr/socket_utils_common_posix.c",
381 "src/core/lib/iomgr/socket_utils_linux.c",
382 "src/core/lib/iomgr/socket_utils_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700383 "src/core/lib/iomgr/socket_utils_uv.c",
murgatroid9979b32272016-08-08 13:38:30 -0700384 "src/core/lib/iomgr/socket_utils_windows.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700385 "src/core/lib/iomgr/socket_windows.c",
386 "src/core/lib/iomgr/tcp_client_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700387 "src/core/lib/iomgr/tcp_client_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700388 "src/core/lib/iomgr/tcp_client_windows.c",
389 "src/core/lib/iomgr/tcp_posix.c",
390 "src/core/lib/iomgr/tcp_server_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700391 "src/core/lib/iomgr/tcp_server_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700392 "src/core/lib/iomgr/tcp_server_windows.c",
murgatroid999030c812016-09-16 13:25:08 -0700393 "src/core/lib/iomgr/tcp_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700394 "src/core/lib/iomgr/tcp_windows.c",
395 "src/core/lib/iomgr/time_averaged_stats.c",
murgatroid999030c812016-09-16 13:25:08 -0700396 "src/core/lib/iomgr/timer_generic.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700397 "src/core/lib/iomgr/timer_heap.c",
murgatroid999030c812016-09-16 13:25:08 -0700398 "src/core/lib/iomgr/timer_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700399 "src/core/lib/iomgr/udp_server.c",
400 "src/core/lib/iomgr/unix_sockets_posix.c",
401 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
kpayson64d195cf52016-10-09 18:04:00 -0700402 "src/core/lib/iomgr/wakeup_fd_cv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700403 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
404 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
405 "src/core/lib/iomgr/wakeup_fd_pipe.c",
406 "src/core/lib/iomgr/wakeup_fd_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700407 "src/core/lib/iomgr/workqueue_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700408 "src/core/lib/iomgr/workqueue_windows.c",
409 "src/core/lib/json/json.c",
410 "src/core/lib/json/json_reader.c",
411 "src/core/lib/json/json_string.c",
412 "src/core/lib/json/json_writer.c",
413 "src/core/lib/surface/alarm.c",
414 "src/core/lib/surface/api_trace.c",
415 "src/core/lib/surface/byte_buffer.c",
416 "src/core/lib/surface/byte_buffer_reader.c",
417 "src/core/lib/surface/call.c",
418 "src/core/lib/surface/call_details.c",
419 "src/core/lib/surface/call_log_batch.c",
420 "src/core/lib/surface/channel.c",
421 "src/core/lib/surface/channel_init.c",
422 "src/core/lib/surface/channel_ping.c",
423 "src/core/lib/surface/channel_stack_type.c",
424 "src/core/lib/surface/completion_queue.c",
425 "src/core/lib/surface/event_string.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700426 "src/core/lib/surface/lame_client.c",
427 "src/core/lib/surface/metadata_array.c",
428 "src/core/lib/surface/server.c",
429 "src/core/lib/surface/validate_metadata.c",
430 "src/core/lib/surface/version.c",
431 "src/core/lib/transport/byte_stream.c",
432 "src/core/lib/transport/connectivity_state.c",
Mark D. Roth6a721b52016-10-14 12:43:34 -0700433 "src/core/lib/transport/mdstr_hash_table.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700434 "src/core/lib/transport/metadata.c",
435 "src/core/lib/transport/metadata_batch.c",
436 "src/core/lib/transport/static_metadata.c",
Robbie Shade710d2422016-07-13 15:15:38 -0400437 "src/core/lib/transport/timeout_encoding.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700438 "src/core/lib/transport/transport.c",
439 "src/core/lib/transport/transport_op_string.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700440 "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c",
Yuchen Zengd982bba2016-05-12 18:53:52 -0700441 "src/core/ext/transport/chttp2/transport/bin_decoder.c",
Craig Tillerf82ddc42016-04-05 17:15:07 -0700442 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
443 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700444 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
445 "src/core/ext/transport/chttp2/transport/frame_data.c",
446 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
447 "src/core/ext/transport/chttp2/transport/frame_ping.c",
448 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
449 "src/core/ext/transport/chttp2/transport/frame_settings.c",
450 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
451 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
452 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
453 "src/core/ext/transport/chttp2/transport/hpack_table.c",
454 "src/core/ext/transport/chttp2/transport/huffsyms.c",
455 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
456 "src/core/ext/transport/chttp2/transport/parsing.c",
457 "src/core/ext/transport/chttp2/transport/status_conversion.c",
458 "src/core/ext/transport/chttp2/transport/stream_lists.c",
459 "src/core/ext/transport/chttp2/transport/stream_map.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700460 "src/core/ext/transport/chttp2/transport/varint.c",
461 "src/core/ext/transport/chttp2/transport/writing.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700462 "src/core/ext/transport/chttp2/alpn/alpn.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700463 "src/core/lib/http/httpcli_security_connector.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700464 "src/core/lib/security/context/security_context.c",
465 "src/core/lib/security/credentials/composite/composite_credentials.c",
466 "src/core/lib/security/credentials/credentials.c",
467 "src/core/lib/security/credentials/credentials_metadata.c",
468 "src/core/lib/security/credentials/fake/fake_credentials.c",
murgatroid997c205902016-08-09 10:07:42 -0700469 "src/core/lib/security/credentials/google_default/credentials_generic.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700470 "src/core/lib/security/credentials/google_default/google_default_credentials.c",
471 "src/core/lib/security/credentials/iam/iam_credentials.c",
472 "src/core/lib/security/credentials/jwt/json_token.c",
473 "src/core/lib/security/credentials/jwt/jwt_credentials.c",
474 "src/core/lib/security/credentials/jwt/jwt_verifier.c",
475 "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
476 "src/core/lib/security/credentials/plugin/plugin_credentials.c",
477 "src/core/lib/security/credentials/ssl/ssl_credentials.c",
478 "src/core/lib/security/transport/client_auth_filter.c",
479 "src/core/lib/security/transport/handshake.c",
480 "src/core/lib/security/transport/secure_endpoint.c",
481 "src/core/lib/security/transport/security_connector.c",
482 "src/core/lib/security/transport/server_auth_filter.c",
Craig Tillerddad9782016-05-05 17:11:31 -0700483 "src/core/lib/security/transport/tsi_error.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700484 "src/core/lib/security/util/b64.c",
485 "src/core/lib/security/util/json_util.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700486 "src/core/lib/surface/init_secure.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700487 "src/core/lib/tsi/fake_transport_security.c",
488 "src/core/lib/tsi/ssl_transport_security.c",
489 "src/core/lib/tsi/transport_security.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700490 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700491 "src/core/ext/client_channel/channel_connectivity.c",
492 "src/core/ext/client_channel/client_channel.c",
493 "src/core/ext/client_channel/client_channel_factory.c",
494 "src/core/ext/client_channel/client_channel_plugin.c",
495 "src/core/ext/client_channel/connector.c",
496 "src/core/ext/client_channel/default_initial_connect_string.c",
Mark D. Roth15195742016-10-07 09:02:28 -0700497 "src/core/ext/client_channel/http_connect_handshaker.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700498 "src/core/ext/client_channel/initial_connect_string.c",
499 "src/core/ext/client_channel/lb_policy.c",
500 "src/core/ext/client_channel/lb_policy_factory.c",
501 "src/core/ext/client_channel/lb_policy_registry.c",
Mark D. Rotheb35a1d2016-10-19 14:53:42 -0700502 "src/core/ext/client_channel/method_config.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700503 "src/core/ext/client_channel/parse_address.c",
504 "src/core/ext/client_channel/resolver.c",
505 "src/core/ext/client_channel/resolver_factory.c",
506 "src/core/ext/client_channel/resolver_registry.c",
507 "src/core/ext/client_channel/resolver_result.c",
508 "src/core/ext/client_channel/subchannel.c",
509 "src/core/ext/client_channel/subchannel_index.c",
510 "src/core/ext/client_channel/uri_parser.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700511 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
Adam Michalikbf10c822016-05-20 16:13:32 -0700512 "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700513 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
Adam Michalik321b1fb2016-05-16 15:42:36 -0700514 "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c",
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700515 "src/core/ext/lb_policy/grpclb/grpclb.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700516 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700517 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700518 "src/core/ext/lb_policy/pick_first/pick_first.c",
519 "src/core/ext/lb_policy/round_robin/round_robin.c",
520 "src/core/ext/resolver/dns/native/dns_resolver.c",
521 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700522 "src/core/ext/load_reporting/load_reporting.c",
523 "src/core/ext/load_reporting/load_reporting_filter.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -0700524 "src/core/ext/census/base_resources.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700525 "src/core/ext/census/context.c",
Alistair Veitch30fe6322016-05-23 10:11:28 -0700526 "src/core/ext/census/gen/census.pb.c",
Alistair Veitcha0c69f92016-08-31 12:01:27 -0700527 "src/core/ext/census/gen/trace_context.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700528 "src/core/ext/census/grpc_context.c",
529 "src/core/ext/census/grpc_filter.c",
530 "src/core/ext/census/grpc_plugin.c",
531 "src/core/ext/census/initialize.c",
532 "src/core/ext/census/mlog.c",
533 "src/core/ext/census/operation.c",
534 "src/core/ext/census/placeholders.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -0700535 "src/core/ext/census/resource.c",
Vizerai12d1fc62016-09-09 14:22:19 -0700536 "src/core/ext/census/trace_context.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700537 "src/core/ext/census/tracing.c",
Craig Tillerfb433852016-03-29 08:51:07 -0700538 "src/core/plugin_registry/grpc_plugin_registry.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700539 ],
540 hdrs = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700541 "include/grpc/byte_buffer.h",
542 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700543 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700544 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -0700545 "include/grpc/grpc_posix.h",
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200546 "include/grpc/grpc_security_constants.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700547 "include/grpc/status.h",
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700548 "include/grpc/impl/codegen/byte_buffer_reader.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700549 "include/grpc/impl/codegen/compression_types.h",
550 "include/grpc/impl/codegen/connectivity_state.h",
551 "include/grpc/impl/codegen/grpc_types.h",
552 "include/grpc/impl/codegen/propagation_bits.h",
553 "include/grpc/impl/codegen/status.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700554 "include/grpc/impl/codegen/atm.h",
555 "include/grpc/impl/codegen/atm_gcc_atomic.h",
556 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700557 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700558 "include/grpc/impl/codegen/gpr_types.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700559 "include/grpc/impl/codegen/port_platform.h",
560 "include/grpc/impl/codegen/slice.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700561 "include/grpc/impl/codegen/sync.h",
562 "include/grpc/impl/codegen/sync_generic.h",
563 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700564 "include/grpc/impl/codegen/sync_windows.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700565 "include/grpc/grpc_security.h",
566 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700567 ],
568 includes = [
569 "include",
570 ".",
571 ],
572 deps = [
573 "//external:libssl",
Ming Zhaof2f24e22015-08-13 12:38:35 -0700574 "//external:zlib",
Craig Tillerda179ce2016-02-09 12:01:53 -0800575 ":gpr",
Rob Earhartb7b8d052016-03-29 11:35:29 -0700576 "//external:nanopb",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700577 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800578 copts = [
579 "-std=gnu99",
580 ],
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +0200581)
582
583
Rob Earhartb7b8d052016-03-29 11:35:29 -0700584
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700585cc_library(
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700586 name = "grpc_cronet",
587 srcs = [
588 "src/core/lib/channel/channel_args.h",
589 "src/core/lib/channel/channel_stack.h",
590 "src/core/lib/channel/channel_stack_builder.h",
591 "src/core/lib/channel/compress_filter.h",
592 "src/core/lib/channel/connected_channel.h",
593 "src/core/lib/channel/context.h",
Mark D. Roth14c072c2016-08-26 08:31:34 -0700594 "src/core/lib/channel/deadline_filter.h",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700595 "src/core/lib/channel/handshaker.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700596 "src/core/lib/channel/http_client_filter.h",
597 "src/core/lib/channel/http_server_filter.h",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700598 "src/core/lib/channel/message_size_filter.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700599 "src/core/lib/compression/algorithm_metadata.h",
600 "src/core/lib/compression/message_compress.h",
601 "src/core/lib/debug/trace.h",
602 "src/core/lib/http/format_request.h",
603 "src/core/lib/http/httpcli.h",
604 "src/core/lib/http/parser.h",
605 "src/core/lib/iomgr/closure.h",
Craig Tiller57726ca2016-09-12 11:59:45 -0700606 "src/core/lib/iomgr/combiner.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700607 "src/core/lib/iomgr/endpoint.h",
608 "src/core/lib/iomgr/endpoint_pair.h",
Craig Tiller2888bd52016-06-07 11:00:42 -0700609 "src/core/lib/iomgr/error.h",
Sree Kuchibhotla492fd962016-06-10 09:03:34 -0700610 "src/core/lib/iomgr/ev_epoll_linux.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700611 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
612 "src/core/lib/iomgr/ev_poll_posix.h",
613 "src/core/lib/iomgr/ev_posix.h",
614 "src/core/lib/iomgr/exec_ctx.h",
615 "src/core/lib/iomgr/executor.h",
616 "src/core/lib/iomgr/iocp_windows.h",
617 "src/core/lib/iomgr/iomgr.h",
618 "src/core/lib/iomgr/iomgr_internal.h",
619 "src/core/lib/iomgr/iomgr_posix.h",
Craig Tiller2888bd52016-06-07 11:00:42 -0700620 "src/core/lib/iomgr/load_file.h",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700621 "src/core/lib/iomgr/network_status_tracker.h",
David Garcia Quintas4461da72016-06-06 16:45:01 -0700622 "src/core/lib/iomgr/polling_entity.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700623 "src/core/lib/iomgr/pollset.h",
624 "src/core/lib/iomgr/pollset_set.h",
625 "src/core/lib/iomgr/pollset_set_windows.h",
murgatroid999030c812016-09-16 13:25:08 -0700626 "src/core/lib/iomgr/pollset_uv.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700627 "src/core/lib/iomgr/pollset_windows.h",
murgatroid9954070892016-08-08 17:01:18 -0700628 "src/core/lib/iomgr/port.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700629 "src/core/lib/iomgr/resolve_address.h",
630 "src/core/lib/iomgr/sockaddr.h",
631 "src/core/lib/iomgr/sockaddr_posix.h",
632 "src/core/lib/iomgr/sockaddr_utils.h",
Jan Tattermusch2f7f8562016-06-06 13:34:56 -0700633 "src/core/lib/iomgr/sockaddr_windows.h",
murgatroid9979b32272016-08-08 13:38:30 -0700634 "src/core/lib/iomgr/socket_utils.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700635 "src/core/lib/iomgr/socket_utils_posix.h",
636 "src/core/lib/iomgr/socket_windows.h",
637 "src/core/lib/iomgr/tcp_client.h",
638 "src/core/lib/iomgr/tcp_posix.h",
639 "src/core/lib/iomgr/tcp_server.h",
murgatroid999030c812016-09-16 13:25:08 -0700640 "src/core/lib/iomgr/tcp_uv.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700641 "src/core/lib/iomgr/tcp_windows.h",
642 "src/core/lib/iomgr/time_averaged_stats.h",
643 "src/core/lib/iomgr/timer.h",
murgatroid999030c812016-09-16 13:25:08 -0700644 "src/core/lib/iomgr/timer_generic.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700645 "src/core/lib/iomgr/timer_heap.h",
murgatroid999030c812016-09-16 13:25:08 -0700646 "src/core/lib/iomgr/timer_uv.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700647 "src/core/lib/iomgr/udp_server.h",
648 "src/core/lib/iomgr/unix_sockets_posix.h",
kpayson64d195cf52016-10-09 18:04:00 -0700649 "src/core/lib/iomgr/wakeup_fd_cv.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700650 "src/core/lib/iomgr/wakeup_fd_pipe.h",
651 "src/core/lib/iomgr/wakeup_fd_posix.h",
652 "src/core/lib/iomgr/workqueue.h",
murgatroid999030c812016-09-16 13:25:08 -0700653 "src/core/lib/iomgr/workqueue_uv.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700654 "src/core/lib/iomgr/workqueue_windows.h",
655 "src/core/lib/json/json.h",
656 "src/core/lib/json/json_common.h",
657 "src/core/lib/json/json_reader.h",
658 "src/core/lib/json/json_writer.h",
659 "src/core/lib/surface/api_trace.h",
660 "src/core/lib/surface/call.h",
661 "src/core/lib/surface/call_test_only.h",
662 "src/core/lib/surface/channel.h",
663 "src/core/lib/surface/channel_init.h",
664 "src/core/lib/surface/channel_stack_type.h",
665 "src/core/lib/surface/completion_queue.h",
666 "src/core/lib/surface/event_string.h",
667 "src/core/lib/surface/init.h",
668 "src/core/lib/surface/lame_client.h",
669 "src/core/lib/surface/server.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700670 "src/core/lib/transport/byte_stream.h",
671 "src/core/lib/transport/connectivity_state.h",
Mark D. Roth6a721b52016-10-14 12:43:34 -0700672 "src/core/lib/transport/mdstr_hash_table.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700673 "src/core/lib/transport/metadata.h",
674 "src/core/lib/transport/metadata_batch.h",
675 "src/core/lib/transport/static_metadata.h",
Robbie Shade710d2422016-07-13 15:15:38 -0400676 "src/core/lib/transport/timeout_encoding.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700677 "src/core/lib/transport/transport.h",
678 "src/core/lib/transport/transport_impl.h",
679 "third_party/objective_c/Cronet/cronet_c_for_grpc.h",
Yuchen Zeng0a0c1b02016-06-08 17:52:05 -0700680 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700681 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
682 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
683 "src/core/ext/transport/chttp2/transport/frame.h",
684 "src/core/ext/transport/chttp2/transport/frame_data.h",
685 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
686 "src/core/ext/transport/chttp2/transport/frame_ping.h",
687 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
688 "src/core/ext/transport/chttp2/transport/frame_settings.h",
689 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
690 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
691 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
692 "src/core/ext/transport/chttp2/transport/hpack_table.h",
693 "src/core/ext/transport/chttp2/transport/http2_errors.h",
694 "src/core/ext/transport/chttp2/transport/huffsyms.h",
695 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
696 "src/core/ext/transport/chttp2/transport/internal.h",
697 "src/core/ext/transport/chttp2/transport/status_conversion.h",
698 "src/core/ext/transport/chttp2/transport/stream_map.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700699 "src/core/ext/transport/chttp2/transport/varint.h",
700 "src/core/ext/transport/chttp2/alpn/alpn.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700701 "src/core/ext/client_channel/client_channel.h",
702 "src/core/ext/client_channel/client_channel_factory.h",
703 "src/core/ext/client_channel/connector.h",
Mark D. Roth15195742016-10-07 09:02:28 -0700704 "src/core/ext/client_channel/http_connect_handshaker.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700705 "src/core/ext/client_channel/initial_connect_string.h",
706 "src/core/ext/client_channel/lb_policy.h",
707 "src/core/ext/client_channel/lb_policy_factory.h",
708 "src/core/ext/client_channel/lb_policy_registry.h",
Mark D. Rotheb35a1d2016-10-19 14:53:42 -0700709 "src/core/ext/client_channel/method_config.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700710 "src/core/ext/client_channel/parse_address.h",
711 "src/core/ext/client_channel/resolver.h",
712 "src/core/ext/client_channel/resolver_factory.h",
713 "src/core/ext/client_channel/resolver_registry.h",
714 "src/core/ext/client_channel/resolver_result.h",
715 "src/core/ext/client_channel/subchannel.h",
716 "src/core/ext/client_channel/subchannel_index.h",
717 "src/core/ext/client_channel/uri_parser.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700718 "src/core/lib/security/context/security_context.h",
719 "src/core/lib/security/credentials/composite/composite_credentials.h",
720 "src/core/lib/security/credentials/credentials.h",
721 "src/core/lib/security/credentials/fake/fake_credentials.h",
722 "src/core/lib/security/credentials/google_default/google_default_credentials.h",
723 "src/core/lib/security/credentials/iam/iam_credentials.h",
724 "src/core/lib/security/credentials/jwt/json_token.h",
725 "src/core/lib/security/credentials/jwt/jwt_credentials.h",
726 "src/core/lib/security/credentials/jwt/jwt_verifier.h",
727 "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
728 "src/core/lib/security/credentials/plugin/plugin_credentials.h",
729 "src/core/lib/security/credentials/ssl/ssl_credentials.h",
730 "src/core/lib/security/transport/auth_filters.h",
731 "src/core/lib/security/transport/handshake.h",
732 "src/core/lib/security/transport/secure_endpoint.h",
733 "src/core/lib/security/transport/security_connector.h",
Craig Tiller2888bd52016-06-07 11:00:42 -0700734 "src/core/lib/security/transport/tsi_error.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700735 "src/core/lib/security/util/b64.h",
736 "src/core/lib/security/util/json_util.h",
737 "src/core/lib/tsi/fake_transport_security.h",
738 "src/core/lib/tsi/ssl_transport_security.h",
739 "src/core/lib/tsi/ssl_types.h",
740 "src/core/lib/tsi/transport_security.h",
741 "src/core/lib/tsi/transport_security_interface.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700742 "src/core/lib/surface/init.c",
743 "src/core/lib/channel/channel_args.c",
744 "src/core/lib/channel/channel_stack.c",
745 "src/core/lib/channel/channel_stack_builder.c",
746 "src/core/lib/channel/compress_filter.c",
747 "src/core/lib/channel/connected_channel.c",
Mark D. Roth14c072c2016-08-26 08:31:34 -0700748 "src/core/lib/channel/deadline_filter.c",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700749 "src/core/lib/channel/handshaker.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700750 "src/core/lib/channel/http_client_filter.c",
751 "src/core/lib/channel/http_server_filter.c",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700752 "src/core/lib/channel/message_size_filter.c",
David Garcia Quintas37e516e2016-06-07 21:23:41 -0700753 "src/core/lib/compression/compression.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700754 "src/core/lib/compression/message_compress.c",
755 "src/core/lib/debug/trace.c",
756 "src/core/lib/http/format_request.c",
757 "src/core/lib/http/httpcli.c",
758 "src/core/lib/http/parser.c",
759 "src/core/lib/iomgr/closure.c",
Craig Tiller57726ca2016-09-12 11:59:45 -0700760 "src/core/lib/iomgr/combiner.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700761 "src/core/lib/iomgr/endpoint.c",
762 "src/core/lib/iomgr/endpoint_pair_posix.c",
murgatroid99c36f6ea2016-10-03 09:24:09 -0700763 "src/core/lib/iomgr/endpoint_pair_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700764 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller2888bd52016-06-07 11:00:42 -0700765 "src/core/lib/iomgr/error.c",
Sree Kuchibhotla492fd962016-06-10 09:03:34 -0700766 "src/core/lib/iomgr/ev_epoll_linux.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700767 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
768 "src/core/lib/iomgr/ev_poll_posix.c",
769 "src/core/lib/iomgr/ev_posix.c",
770 "src/core/lib/iomgr/exec_ctx.c",
771 "src/core/lib/iomgr/executor.c",
772 "src/core/lib/iomgr/iocp_windows.c",
773 "src/core/lib/iomgr/iomgr.c",
774 "src/core/lib/iomgr/iomgr_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700775 "src/core/lib/iomgr/iomgr_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700776 "src/core/lib/iomgr/iomgr_windows.c",
Craig Tiller2888bd52016-06-07 11:00:42 -0700777 "src/core/lib/iomgr/load_file.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700778 "src/core/lib/iomgr/network_status_tracker.c",
David Garcia Quintas4461da72016-06-06 16:45:01 -0700779 "src/core/lib/iomgr/polling_entity.c",
murgatroid999030c812016-09-16 13:25:08 -0700780 "src/core/lib/iomgr/pollset_set_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700781 "src/core/lib/iomgr/pollset_set_windows.c",
murgatroid999030c812016-09-16 13:25:08 -0700782 "src/core/lib/iomgr/pollset_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700783 "src/core/lib/iomgr/pollset_windows.c",
784 "src/core/lib/iomgr/resolve_address_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700785 "src/core/lib/iomgr/resolve_address_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700786 "src/core/lib/iomgr/resolve_address_windows.c",
787 "src/core/lib/iomgr/sockaddr_utils.c",
788 "src/core/lib/iomgr/socket_utils_common_posix.c",
789 "src/core/lib/iomgr/socket_utils_linux.c",
790 "src/core/lib/iomgr/socket_utils_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700791 "src/core/lib/iomgr/socket_utils_uv.c",
murgatroid9979b32272016-08-08 13:38:30 -0700792 "src/core/lib/iomgr/socket_utils_windows.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700793 "src/core/lib/iomgr/socket_windows.c",
794 "src/core/lib/iomgr/tcp_client_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700795 "src/core/lib/iomgr/tcp_client_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700796 "src/core/lib/iomgr/tcp_client_windows.c",
797 "src/core/lib/iomgr/tcp_posix.c",
798 "src/core/lib/iomgr/tcp_server_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700799 "src/core/lib/iomgr/tcp_server_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700800 "src/core/lib/iomgr/tcp_server_windows.c",
murgatroid999030c812016-09-16 13:25:08 -0700801 "src/core/lib/iomgr/tcp_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700802 "src/core/lib/iomgr/tcp_windows.c",
803 "src/core/lib/iomgr/time_averaged_stats.c",
murgatroid999030c812016-09-16 13:25:08 -0700804 "src/core/lib/iomgr/timer_generic.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700805 "src/core/lib/iomgr/timer_heap.c",
murgatroid999030c812016-09-16 13:25:08 -0700806 "src/core/lib/iomgr/timer_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700807 "src/core/lib/iomgr/udp_server.c",
808 "src/core/lib/iomgr/unix_sockets_posix.c",
809 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
kpayson64d195cf52016-10-09 18:04:00 -0700810 "src/core/lib/iomgr/wakeup_fd_cv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700811 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
812 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
813 "src/core/lib/iomgr/wakeup_fd_pipe.c",
814 "src/core/lib/iomgr/wakeup_fd_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700815 "src/core/lib/iomgr/workqueue_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700816 "src/core/lib/iomgr/workqueue_windows.c",
817 "src/core/lib/json/json.c",
818 "src/core/lib/json/json_reader.c",
819 "src/core/lib/json/json_string.c",
820 "src/core/lib/json/json_writer.c",
821 "src/core/lib/surface/alarm.c",
822 "src/core/lib/surface/api_trace.c",
823 "src/core/lib/surface/byte_buffer.c",
824 "src/core/lib/surface/byte_buffer_reader.c",
825 "src/core/lib/surface/call.c",
826 "src/core/lib/surface/call_details.c",
827 "src/core/lib/surface/call_log_batch.c",
828 "src/core/lib/surface/channel.c",
829 "src/core/lib/surface/channel_init.c",
830 "src/core/lib/surface/channel_ping.c",
831 "src/core/lib/surface/channel_stack_type.c",
832 "src/core/lib/surface/completion_queue.c",
833 "src/core/lib/surface/event_string.c",
834 "src/core/lib/surface/lame_client.c",
835 "src/core/lib/surface/metadata_array.c",
836 "src/core/lib/surface/server.c",
837 "src/core/lib/surface/validate_metadata.c",
838 "src/core/lib/surface/version.c",
839 "src/core/lib/transport/byte_stream.c",
840 "src/core/lib/transport/connectivity_state.c",
Mark D. Roth6a721b52016-10-14 12:43:34 -0700841 "src/core/lib/transport/mdstr_hash_table.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700842 "src/core/lib/transport/metadata.c",
843 "src/core/lib/transport/metadata_batch.c",
844 "src/core/lib/transport/static_metadata.c",
Robbie Shade710d2422016-07-13 15:15:38 -0400845 "src/core/lib/transport/timeout_encoding.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700846 "src/core/lib/transport/transport.c",
847 "src/core/lib/transport/transport_op_string.c",
848 "src/core/ext/transport/cronet/client/secure/cronet_channel_create.c",
849 "src/core/ext/transport/cronet/transport/cronet_api_dummy.c",
850 "src/core/ext/transport/cronet/transport/cronet_transport.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700851 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
Yuchen Zeng0a0c1b02016-06-08 17:52:05 -0700852 "src/core/ext/transport/chttp2/transport/bin_decoder.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700853 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
854 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
855 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
856 "src/core/ext/transport/chttp2/transport/frame_data.c",
857 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
858 "src/core/ext/transport/chttp2/transport/frame_ping.c",
859 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
860 "src/core/ext/transport/chttp2/transport/frame_settings.c",
861 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
862 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
863 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
864 "src/core/ext/transport/chttp2/transport/hpack_table.c",
865 "src/core/ext/transport/chttp2/transport/huffsyms.c",
866 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
867 "src/core/ext/transport/chttp2/transport/parsing.c",
868 "src/core/ext/transport/chttp2/transport/status_conversion.c",
869 "src/core/ext/transport/chttp2/transport/stream_lists.c",
870 "src/core/ext/transport/chttp2/transport/stream_map.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700871 "src/core/ext/transport/chttp2/transport/varint.c",
872 "src/core/ext/transport/chttp2/transport/writing.c",
873 "src/core/ext/transport/chttp2/alpn/alpn.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700874 "src/core/ext/client_channel/channel_connectivity.c",
875 "src/core/ext/client_channel/client_channel.c",
876 "src/core/ext/client_channel/client_channel_factory.c",
877 "src/core/ext/client_channel/client_channel_plugin.c",
878 "src/core/ext/client_channel/connector.c",
879 "src/core/ext/client_channel/default_initial_connect_string.c",
Mark D. Roth15195742016-10-07 09:02:28 -0700880 "src/core/ext/client_channel/http_connect_handshaker.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700881 "src/core/ext/client_channel/initial_connect_string.c",
882 "src/core/ext/client_channel/lb_policy.c",
883 "src/core/ext/client_channel/lb_policy_factory.c",
884 "src/core/ext/client_channel/lb_policy_registry.c",
Mark D. Rotheb35a1d2016-10-19 14:53:42 -0700885 "src/core/ext/client_channel/method_config.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700886 "src/core/ext/client_channel/parse_address.c",
887 "src/core/ext/client_channel/resolver.c",
888 "src/core/ext/client_channel/resolver_factory.c",
889 "src/core/ext/client_channel/resolver_registry.c",
890 "src/core/ext/client_channel/resolver_result.c",
891 "src/core/ext/client_channel/subchannel.c",
892 "src/core/ext/client_channel/subchannel_index.c",
893 "src/core/ext/client_channel/uri_parser.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700894 "src/core/lib/http/httpcli_security_connector.c",
895 "src/core/lib/security/context/security_context.c",
896 "src/core/lib/security/credentials/composite/composite_credentials.c",
897 "src/core/lib/security/credentials/credentials.c",
898 "src/core/lib/security/credentials/credentials_metadata.c",
899 "src/core/lib/security/credentials/fake/fake_credentials.c",
murgatroid997c205902016-08-09 10:07:42 -0700900 "src/core/lib/security/credentials/google_default/credentials_generic.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700901 "src/core/lib/security/credentials/google_default/google_default_credentials.c",
902 "src/core/lib/security/credentials/iam/iam_credentials.c",
903 "src/core/lib/security/credentials/jwt/json_token.c",
904 "src/core/lib/security/credentials/jwt/jwt_credentials.c",
905 "src/core/lib/security/credentials/jwt/jwt_verifier.c",
906 "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
907 "src/core/lib/security/credentials/plugin/plugin_credentials.c",
908 "src/core/lib/security/credentials/ssl/ssl_credentials.c",
909 "src/core/lib/security/transport/client_auth_filter.c",
910 "src/core/lib/security/transport/handshake.c",
911 "src/core/lib/security/transport/secure_endpoint.c",
912 "src/core/lib/security/transport/security_connector.c",
913 "src/core/lib/security/transport/server_auth_filter.c",
Craig Tiller2888bd52016-06-07 11:00:42 -0700914 "src/core/lib/security/transport/tsi_error.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700915 "src/core/lib/security/util/b64.c",
916 "src/core/lib/security/util/json_util.c",
917 "src/core/lib/surface/init_secure.c",
918 "src/core/lib/tsi/fake_transport_security.c",
919 "src/core/lib/tsi/ssl_transport_security.c",
920 "src/core/lib/tsi/transport_security.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700921 "src/core/plugin_registry/grpc_cronet_plugin_registry.c",
922 ],
923 hdrs = [
924 "include/grpc/byte_buffer.h",
925 "include/grpc/byte_buffer_reader.h",
926 "include/grpc/compression.h",
927 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -0700928 "include/grpc/grpc_posix.h",
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200929 "include/grpc/grpc_security_constants.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700930 "include/grpc/status.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700931 "include/grpc/impl/codegen/byte_buffer_reader.h",
932 "include/grpc/impl/codegen/compression_types.h",
933 "include/grpc/impl/codegen/connectivity_state.h",
934 "include/grpc/impl/codegen/grpc_types.h",
935 "include/grpc/impl/codegen/propagation_bits.h",
936 "include/grpc/impl/codegen/status.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700937 "include/grpc/impl/codegen/atm.h",
938 "include/grpc/impl/codegen/atm_gcc_atomic.h",
939 "include/grpc/impl/codegen/atm_gcc_sync.h",
Jan Tattermusch2f7f8562016-06-06 13:34:56 -0700940 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700941 "include/grpc/impl/codegen/gpr_types.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700942 "include/grpc/impl/codegen/port_platform.h",
943 "include/grpc/impl/codegen/slice.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700944 "include/grpc/impl/codegen/sync.h",
945 "include/grpc/impl/codegen/sync_generic.h",
946 "include/grpc/impl/codegen/sync_posix.h",
Jan Tattermusch2f7f8562016-06-06 13:34:56 -0700947 "include/grpc/impl/codegen/sync_windows.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700948 "include/grpc/grpc_cronet.h",
949 "include/grpc/grpc_security.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700950 ],
951 includes = [
952 "include",
953 ".",
954 ],
955 deps = [
956 "//external:libssl",
957 ":gpr",
958 ],
959)
960
961
962
963cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700964 name = "grpc_unsecure",
965 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -0700966 "src/core/lib/channel/channel_args.h",
967 "src/core/lib/channel/channel_stack.h",
968 "src/core/lib/channel/channel_stack_builder.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700969 "src/core/lib/channel/compress_filter.h",
970 "src/core/lib/channel/connected_channel.h",
971 "src/core/lib/channel/context.h",
Mark D. Roth14c072c2016-08-26 08:31:34 -0700972 "src/core/lib/channel/deadline_filter.h",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700973 "src/core/lib/channel/handshaker.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700974 "src/core/lib/channel/http_client_filter.h",
975 "src/core/lib/channel/http_server_filter.h",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700976 "src/core/lib/channel/message_size_filter.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700977 "src/core/lib/compression/algorithm_metadata.h",
978 "src/core/lib/compression/message_compress.h",
979 "src/core/lib/debug/trace.h",
980 "src/core/lib/http/format_request.h",
981 "src/core/lib/http/httpcli.h",
982 "src/core/lib/http/parser.h",
983 "src/core/lib/iomgr/closure.h",
Craig Tiller57726ca2016-09-12 11:59:45 -0700984 "src/core/lib/iomgr/combiner.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700985 "src/core/lib/iomgr/endpoint.h",
986 "src/core/lib/iomgr/endpoint_pair.h",
Craig Tiller27f59af2016-04-28 14:19:48 -0700987 "src/core/lib/iomgr/error.h",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700988 "src/core/lib/iomgr/ev_epoll_linux.h",
Craig Tiller8a034482016-03-28 16:09:04 -0700989 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700990 "src/core/lib/iomgr/ev_poll_posix.h",
Craig Tiller8a034482016-03-28 16:09:04 -0700991 "src/core/lib/iomgr/ev_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700992 "src/core/lib/iomgr/exec_ctx.h",
993 "src/core/lib/iomgr/executor.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700994 "src/core/lib/iomgr/iocp_windows.h",
995 "src/core/lib/iomgr/iomgr.h",
996 "src/core/lib/iomgr/iomgr_internal.h",
997 "src/core/lib/iomgr/iomgr_posix.h",
Craig Tiller85178862016-05-18 16:09:16 -0700998 "src/core/lib/iomgr/load_file.h",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700999 "src/core/lib/iomgr/network_status_tracker.h",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -07001000 "src/core/lib/iomgr/polling_entity.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001001 "src/core/lib/iomgr/pollset.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001002 "src/core/lib/iomgr/pollset_set.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001003 "src/core/lib/iomgr/pollset_set_windows.h",
murgatroid999030c812016-09-16 13:25:08 -07001004 "src/core/lib/iomgr/pollset_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001005 "src/core/lib/iomgr/pollset_windows.h",
murgatroid9954070892016-08-08 17:01:18 -07001006 "src/core/lib/iomgr/port.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001007 "src/core/lib/iomgr/resolve_address.h",
1008 "src/core/lib/iomgr/sockaddr.h",
1009 "src/core/lib/iomgr/sockaddr_posix.h",
1010 "src/core/lib/iomgr/sockaddr_utils.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001011 "src/core/lib/iomgr/sockaddr_windows.h",
murgatroid9979b32272016-08-08 13:38:30 -07001012 "src/core/lib/iomgr/socket_utils.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001013 "src/core/lib/iomgr/socket_utils_posix.h",
1014 "src/core/lib/iomgr/socket_windows.h",
1015 "src/core/lib/iomgr/tcp_client.h",
1016 "src/core/lib/iomgr/tcp_posix.h",
1017 "src/core/lib/iomgr/tcp_server.h",
murgatroid999030c812016-09-16 13:25:08 -07001018 "src/core/lib/iomgr/tcp_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001019 "src/core/lib/iomgr/tcp_windows.h",
1020 "src/core/lib/iomgr/time_averaged_stats.h",
1021 "src/core/lib/iomgr/timer.h",
murgatroid999030c812016-09-16 13:25:08 -07001022 "src/core/lib/iomgr/timer_generic.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001023 "src/core/lib/iomgr/timer_heap.h",
murgatroid999030c812016-09-16 13:25:08 -07001024 "src/core/lib/iomgr/timer_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001025 "src/core/lib/iomgr/udp_server.h",
1026 "src/core/lib/iomgr/unix_sockets_posix.h",
kpayson64d195cf52016-10-09 18:04:00 -07001027 "src/core/lib/iomgr/wakeup_fd_cv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001028 "src/core/lib/iomgr/wakeup_fd_pipe.h",
1029 "src/core/lib/iomgr/wakeup_fd_posix.h",
1030 "src/core/lib/iomgr/workqueue.h",
murgatroid999030c812016-09-16 13:25:08 -07001031 "src/core/lib/iomgr/workqueue_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001032 "src/core/lib/iomgr/workqueue_windows.h",
1033 "src/core/lib/json/json.h",
1034 "src/core/lib/json/json_common.h",
1035 "src/core/lib/json/json_reader.h",
1036 "src/core/lib/json/json_writer.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001037 "src/core/lib/surface/api_trace.h",
1038 "src/core/lib/surface/call.h",
1039 "src/core/lib/surface/call_test_only.h",
1040 "src/core/lib/surface/channel.h",
1041 "src/core/lib/surface/channel_init.h",
1042 "src/core/lib/surface/channel_stack_type.h",
1043 "src/core/lib/surface/completion_queue.h",
1044 "src/core/lib/surface/event_string.h",
1045 "src/core/lib/surface/init.h",
1046 "src/core/lib/surface/lame_client.h",
1047 "src/core/lib/surface/server.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001048 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001049 "src/core/lib/transport/connectivity_state.h",
Mark D. Roth6a721b52016-10-14 12:43:34 -07001050 "src/core/lib/transport/mdstr_hash_table.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001051 "src/core/lib/transport/metadata.h",
1052 "src/core/lib/transport/metadata_batch.h",
1053 "src/core/lib/transport/static_metadata.h",
Robbie Shade710d2422016-07-13 15:15:38 -04001054 "src/core/lib/transport/timeout_encoding.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001055 "src/core/lib/transport/transport.h",
1056 "src/core/lib/transport/transport_impl.h",
Yuchen Zengd982bba2016-05-12 18:53:52 -07001057 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001058 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
1059 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
1060 "src/core/ext/transport/chttp2/transport/frame.h",
1061 "src/core/ext/transport/chttp2/transport/frame_data.h",
1062 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
1063 "src/core/ext/transport/chttp2/transport/frame_ping.h",
1064 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
1065 "src/core/ext/transport/chttp2/transport/frame_settings.h",
1066 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
1067 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
1068 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
1069 "src/core/ext/transport/chttp2/transport/hpack_table.h",
1070 "src/core/ext/transport/chttp2/transport/http2_errors.h",
1071 "src/core/ext/transport/chttp2/transport/huffsyms.h",
1072 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
1073 "src/core/ext/transport/chttp2/transport/internal.h",
1074 "src/core/ext/transport/chttp2/transport/status_conversion.h",
1075 "src/core/ext/transport/chttp2/transport/stream_map.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001076 "src/core/ext/transport/chttp2/transport/varint.h",
1077 "src/core/ext/transport/chttp2/alpn/alpn.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -07001078 "src/core/ext/client_channel/client_channel.h",
1079 "src/core/ext/client_channel/client_channel_factory.h",
1080 "src/core/ext/client_channel/connector.h",
Mark D. Roth15195742016-10-07 09:02:28 -07001081 "src/core/ext/client_channel/http_connect_handshaker.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -07001082 "src/core/ext/client_channel/initial_connect_string.h",
1083 "src/core/ext/client_channel/lb_policy.h",
1084 "src/core/ext/client_channel/lb_policy_factory.h",
1085 "src/core/ext/client_channel/lb_policy_registry.h",
Mark D. Rotheb35a1d2016-10-19 14:53:42 -07001086 "src/core/ext/client_channel/method_config.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -07001087 "src/core/ext/client_channel/parse_address.h",
1088 "src/core/ext/client_channel/resolver.h",
1089 "src/core/ext/client_channel/resolver_factory.h",
1090 "src/core/ext/client_channel/resolver_registry.h",
1091 "src/core/ext/client_channel/resolver_result.h",
1092 "src/core/ext/client_channel/subchannel.h",
1093 "src/core/ext/client_channel/subchannel_index.h",
1094 "src/core/ext/client_channel/uri_parser.h",
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001095 "src/core/ext/load_reporting/load_reporting.h",
1096 "src/core/ext/load_reporting/load_reporting_filter.h",
David Garcia Quintasb2e986b2016-06-15 23:55:50 -07001097 "src/core/ext/lb_policy/grpclb/grpclb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001098 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07001099 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001100 "src/core/ext/census/aggregation.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001101 "src/core/ext/census/base_resources.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001102 "src/core/ext/census/census_interface.h",
1103 "src/core/ext/census/census_rpc_stats.h",
Alistair Veitch30fe6322016-05-23 10:11:28 -07001104 "src/core/ext/census/gen/census.pb.h",
Alistair Veitcha0c69f92016-08-31 12:01:27 -07001105 "src/core/ext/census/gen/trace_context.pb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001106 "src/core/ext/census/grpc_filter.h",
1107 "src/core/ext/census/mlog.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001108 "src/core/ext/census/resource.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001109 "src/core/ext/census/rpc_metric_id.h",
Vizerai12d1fc62016-09-09 14:22:19 -07001110 "src/core/ext/census/trace_context.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001111 "src/core/lib/surface/init.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001112 "src/core/lib/surface/init_unsecure.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001113 "src/core/lib/channel/channel_args.c",
1114 "src/core/lib/channel/channel_stack.c",
1115 "src/core/lib/channel/channel_stack_builder.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001116 "src/core/lib/channel/compress_filter.c",
1117 "src/core/lib/channel/connected_channel.c",
Mark D. Roth14c072c2016-08-26 08:31:34 -07001118 "src/core/lib/channel/deadline_filter.c",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -07001119 "src/core/lib/channel/handshaker.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001120 "src/core/lib/channel/http_client_filter.c",
1121 "src/core/lib/channel/http_server_filter.c",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -07001122 "src/core/lib/channel/message_size_filter.c",
David Garcia Quintasac094472016-05-18 20:25:57 -07001123 "src/core/lib/compression/compression.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001124 "src/core/lib/compression/message_compress.c",
1125 "src/core/lib/debug/trace.c",
1126 "src/core/lib/http/format_request.c",
1127 "src/core/lib/http/httpcli.c",
1128 "src/core/lib/http/parser.c",
1129 "src/core/lib/iomgr/closure.c",
Craig Tiller57726ca2016-09-12 11:59:45 -07001130 "src/core/lib/iomgr/combiner.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001131 "src/core/lib/iomgr/endpoint.c",
1132 "src/core/lib/iomgr/endpoint_pair_posix.c",
murgatroid99c36f6ea2016-10-03 09:24:09 -07001133 "src/core/lib/iomgr/endpoint_pair_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001134 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller27f59af2016-04-28 14:19:48 -07001135 "src/core/lib/iomgr/error.c",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -07001136 "src/core/lib/iomgr/ev_epoll_linux.c",
Craig Tiller8a034482016-03-28 16:09:04 -07001137 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
Craig Tillerd9a60bb2016-03-28 23:13:19 -07001138 "src/core/lib/iomgr/ev_poll_posix.c",
Craig Tiller8a034482016-03-28 16:09:04 -07001139 "src/core/lib/iomgr/ev_posix.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001140 "src/core/lib/iomgr/exec_ctx.c",
1141 "src/core/lib/iomgr/executor.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001142 "src/core/lib/iomgr/iocp_windows.c",
1143 "src/core/lib/iomgr/iomgr.c",
1144 "src/core/lib/iomgr/iomgr_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07001145 "src/core/lib/iomgr/iomgr_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001146 "src/core/lib/iomgr/iomgr_windows.c",
Craig Tiller85178862016-05-18 16:09:16 -07001147 "src/core/lib/iomgr/load_file.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07001148 "src/core/lib/iomgr/network_status_tracker.c",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -07001149 "src/core/lib/iomgr/polling_entity.c",
murgatroid999030c812016-09-16 13:25:08 -07001150 "src/core/lib/iomgr/pollset_set_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001151 "src/core/lib/iomgr/pollset_set_windows.c",
murgatroid999030c812016-09-16 13:25:08 -07001152 "src/core/lib/iomgr/pollset_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001153 "src/core/lib/iomgr/pollset_windows.c",
1154 "src/core/lib/iomgr/resolve_address_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07001155 "src/core/lib/iomgr/resolve_address_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001156 "src/core/lib/iomgr/resolve_address_windows.c",
1157 "src/core/lib/iomgr/sockaddr_utils.c",
1158 "src/core/lib/iomgr/socket_utils_common_posix.c",
1159 "src/core/lib/iomgr/socket_utils_linux.c",
1160 "src/core/lib/iomgr/socket_utils_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07001161 "src/core/lib/iomgr/socket_utils_uv.c",
murgatroid9979b32272016-08-08 13:38:30 -07001162 "src/core/lib/iomgr/socket_utils_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001163 "src/core/lib/iomgr/socket_windows.c",
1164 "src/core/lib/iomgr/tcp_client_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07001165 "src/core/lib/iomgr/tcp_client_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001166 "src/core/lib/iomgr/tcp_client_windows.c",
1167 "src/core/lib/iomgr/tcp_posix.c",
1168 "src/core/lib/iomgr/tcp_server_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07001169 "src/core/lib/iomgr/tcp_server_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001170 "src/core/lib/iomgr/tcp_server_windows.c",
murgatroid999030c812016-09-16 13:25:08 -07001171 "src/core/lib/iomgr/tcp_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001172 "src/core/lib/iomgr/tcp_windows.c",
1173 "src/core/lib/iomgr/time_averaged_stats.c",
murgatroid999030c812016-09-16 13:25:08 -07001174 "src/core/lib/iomgr/timer_generic.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001175 "src/core/lib/iomgr/timer_heap.c",
murgatroid999030c812016-09-16 13:25:08 -07001176 "src/core/lib/iomgr/timer_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001177 "src/core/lib/iomgr/udp_server.c",
1178 "src/core/lib/iomgr/unix_sockets_posix.c",
1179 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
kpayson64d195cf52016-10-09 18:04:00 -07001180 "src/core/lib/iomgr/wakeup_fd_cv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001181 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
1182 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
1183 "src/core/lib/iomgr/wakeup_fd_pipe.c",
1184 "src/core/lib/iomgr/wakeup_fd_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07001185 "src/core/lib/iomgr/workqueue_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001186 "src/core/lib/iomgr/workqueue_windows.c",
1187 "src/core/lib/json/json.c",
1188 "src/core/lib/json/json_reader.c",
1189 "src/core/lib/json/json_string.c",
1190 "src/core/lib/json/json_writer.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001191 "src/core/lib/surface/alarm.c",
1192 "src/core/lib/surface/api_trace.c",
1193 "src/core/lib/surface/byte_buffer.c",
1194 "src/core/lib/surface/byte_buffer_reader.c",
1195 "src/core/lib/surface/call.c",
1196 "src/core/lib/surface/call_details.c",
1197 "src/core/lib/surface/call_log_batch.c",
1198 "src/core/lib/surface/channel.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001199 "src/core/lib/surface/channel_init.c",
1200 "src/core/lib/surface/channel_ping.c",
1201 "src/core/lib/surface/channel_stack_type.c",
1202 "src/core/lib/surface/completion_queue.c",
1203 "src/core/lib/surface/event_string.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001204 "src/core/lib/surface/lame_client.c",
1205 "src/core/lib/surface/metadata_array.c",
1206 "src/core/lib/surface/server.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001207 "src/core/lib/surface/validate_metadata.c",
1208 "src/core/lib/surface/version.c",
1209 "src/core/lib/transport/byte_stream.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001210 "src/core/lib/transport/connectivity_state.c",
Mark D. Roth6a721b52016-10-14 12:43:34 -07001211 "src/core/lib/transport/mdstr_hash_table.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001212 "src/core/lib/transport/metadata.c",
1213 "src/core/lib/transport/metadata_batch.c",
1214 "src/core/lib/transport/static_metadata.c",
Robbie Shade710d2422016-07-13 15:15:38 -04001215 "src/core/lib/transport/timeout_encoding.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001216 "src/core/lib/transport/transport.c",
1217 "src/core/lib/transport/transport_op_string.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001218 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
Adam Michalikbf10c822016-05-20 16:13:32 -07001219 "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c",
Yuchen Zengd982bba2016-05-12 18:53:52 -07001220 "src/core/ext/transport/chttp2/transport/bin_decoder.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001221 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
1222 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
1223 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
1224 "src/core/ext/transport/chttp2/transport/frame_data.c",
1225 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
1226 "src/core/ext/transport/chttp2/transport/frame_ping.c",
1227 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
1228 "src/core/ext/transport/chttp2/transport/frame_settings.c",
1229 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
1230 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
1231 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
1232 "src/core/ext/transport/chttp2/transport/hpack_table.c",
1233 "src/core/ext/transport/chttp2/transport/huffsyms.c",
1234 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
1235 "src/core/ext/transport/chttp2/transport/parsing.c",
1236 "src/core/ext/transport/chttp2/transport/status_conversion.c",
1237 "src/core/ext/transport/chttp2/transport/stream_lists.c",
1238 "src/core/ext/transport/chttp2/transport/stream_map.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001239 "src/core/ext/transport/chttp2/transport/varint.c",
1240 "src/core/ext/transport/chttp2/transport/writing.c",
1241 "src/core/ext/transport/chttp2/alpn/alpn.c",
1242 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
Adam Michalik321b1fb2016-05-16 15:42:36 -07001243 "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -07001244 "src/core/ext/client_channel/channel_connectivity.c",
1245 "src/core/ext/client_channel/client_channel.c",
1246 "src/core/ext/client_channel/client_channel_factory.c",
1247 "src/core/ext/client_channel/client_channel_plugin.c",
1248 "src/core/ext/client_channel/connector.c",
1249 "src/core/ext/client_channel/default_initial_connect_string.c",
Mark D. Roth15195742016-10-07 09:02:28 -07001250 "src/core/ext/client_channel/http_connect_handshaker.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -07001251 "src/core/ext/client_channel/initial_connect_string.c",
1252 "src/core/ext/client_channel/lb_policy.c",
1253 "src/core/ext/client_channel/lb_policy_factory.c",
1254 "src/core/ext/client_channel/lb_policy_registry.c",
Mark D. Rotheb35a1d2016-10-19 14:53:42 -07001255 "src/core/ext/client_channel/method_config.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -07001256 "src/core/ext/client_channel/parse_address.c",
1257 "src/core/ext/client_channel/resolver.c",
1258 "src/core/ext/client_channel/resolver_factory.c",
1259 "src/core/ext/client_channel/resolver_registry.c",
1260 "src/core/ext/client_channel/resolver_result.c",
1261 "src/core/ext/client_channel/subchannel.c",
1262 "src/core/ext/client_channel/subchannel_index.c",
1263 "src/core/ext/client_channel/uri_parser.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001264 "src/core/ext/resolver/dns/native/dns_resolver.c",
1265 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001266 "src/core/ext/load_reporting/load_reporting.c",
1267 "src/core/ext/load_reporting/load_reporting_filter.c",
David Garcia Quintas3fb8f732016-06-15 22:53:08 -07001268 "src/core/ext/lb_policy/grpclb/grpclb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001269 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07001270 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001271 "src/core/ext/lb_policy/pick_first/pick_first.c",
1272 "src/core/ext/lb_policy/round_robin/round_robin.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001273 "src/core/ext/census/base_resources.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001274 "src/core/ext/census/context.c",
Alistair Veitch30fe6322016-05-23 10:11:28 -07001275 "src/core/ext/census/gen/census.pb.c",
Alistair Veitcha0c69f92016-08-31 12:01:27 -07001276 "src/core/ext/census/gen/trace_context.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001277 "src/core/ext/census/grpc_context.c",
1278 "src/core/ext/census/grpc_filter.c",
1279 "src/core/ext/census/grpc_plugin.c",
1280 "src/core/ext/census/initialize.c",
1281 "src/core/ext/census/mlog.c",
1282 "src/core/ext/census/operation.c",
1283 "src/core/ext/census/placeholders.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001284 "src/core/ext/census/resource.c",
Vizerai12d1fc62016-09-09 14:22:19 -07001285 "src/core/ext/census/trace_context.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001286 "src/core/ext/census/tracing.c",
Craig Tillerfb433852016-03-29 08:51:07 -07001287 "src/core/plugin_registry/grpc_unsecure_plugin_registry.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001288 ],
1289 hdrs = [
1290 "include/grpc/byte_buffer.h",
1291 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -07001292 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001293 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -07001294 "include/grpc/grpc_posix.h",
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +02001295 "include/grpc/grpc_security_constants.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001296 "include/grpc/status.h",
David Garcia Quintas1b2db632016-04-27 15:06:54 -07001297 "include/grpc/impl/codegen/byte_buffer_reader.h",
Craig Tillerad095982016-02-09 12:45:04 -08001298 "include/grpc/impl/codegen/compression_types.h",
1299 "include/grpc/impl/codegen/connectivity_state.h",
1300 "include/grpc/impl/codegen/grpc_types.h",
1301 "include/grpc/impl/codegen/propagation_bits.h",
1302 "include/grpc/impl/codegen/status.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001303 "include/grpc/impl/codegen/atm.h",
1304 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1305 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001306 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -07001307 "include/grpc/impl/codegen/gpr_types.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001308 "include/grpc/impl/codegen/port_platform.h",
1309 "include/grpc/impl/codegen/slice.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001310 "include/grpc/impl/codegen/sync.h",
1311 "include/grpc/impl/codegen/sync_generic.h",
1312 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001313 "include/grpc/impl/codegen/sync_windows.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001314 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001315 ],
1316 includes = [
1317 "include",
1318 ".",
1319 ],
1320 deps = [
Craig Tillerda179ce2016-02-09 12:01:53 -08001321 ":gpr",
Rob Earhartb7b8d052016-03-29 11:35:29 -07001322 "//external:nanopb",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001323 ],
Rob Earhartaf379b22016-01-21 13:43:09 -08001324 copts = [
1325 "-std=gnu99",
1326 ],
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001327)
1328
1329
Rob Earhartb7b8d052016-03-29 11:35:29 -07001330
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001331cc_library(
1332 name = "grpc++",
1333 srcs = [
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001334 "include/grpc++/impl/codegen/core_codegen.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001335 "src/cpp/client/secure_credentials.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001336 "src/cpp/common/secure_auth_context.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001337 "src/cpp/server/secure_server_credentials.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001338 "src/cpp/client/create_channel_internal.h",
Mark D. Rothab950ee2016-06-29 14:51:53 -07001339 "src/cpp/common/channel_filter.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001340 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07001341 "src/cpp/server/thread_pool_interface.h",
murgatroid991ca0f3e2016-08-26 14:58:49 -07001342 "src/cpp/client/insecure_credentials.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001343 "src/cpp/client/secure_credentials.cc",
1344 "src/cpp/common/auth_property_iterator.cc",
1345 "src/cpp/common/secure_auth_context.cc",
1346 "src/cpp/common/secure_channel_arguments.cc",
1347 "src/cpp/common/secure_create_auth_context.cc",
murgatroid991ca0f3e2016-08-26 14:58:49 -07001348 "src/cpp/server/insecure_server_credentials.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001349 "src/cpp/server/secure_server_credentials.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001350 "src/cpp/client/channel_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001351 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001352 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07001353 "src/cpp/client/create_channel_internal.cc",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001354 "src/cpp/client/create_channel_posix.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001355 "src/cpp/client/credentials_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001356 "src/cpp/client/generic_stub.cc",
yang-g52705592015-11-25 11:45:33 -08001357 "src/cpp/common/channel_arguments.cc",
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001358 "src/cpp/common/channel_filter.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001359 "src/cpp/common/completion_queue_cc.cc",
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +01001360 "src/cpp/common/core_codegen.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001361 "src/cpp/common/rpc_method.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001362 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -07001363 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07001364 "src/cpp/server/dynamic_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001365 "src/cpp/server/server_builder.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001366 "src/cpp/server/server_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001367 "src/cpp/server/server_context.cc",
1368 "src/cpp/server/server_credentials.cc",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001369 "src/cpp/server/server_posix.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001370 "src/cpp/util/byte_buffer_cc.cc",
1371 "src/cpp/util/slice_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001372 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001373 "src/cpp/util/string_ref.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001374 "src/cpp/util/time_cc.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001375 "src/cpp/codegen/codegen_init.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001376 ],
1377 hdrs = [
vjpaif9f61cf2016-02-10 20:51:53 -08001378 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07001379 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001380 "include/grpc++/client_context.h",
1381 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001382 "include/grpc++/create_channel.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001383 "include/grpc++/create_channel_posix.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001384 "include/grpc++/generic/async_generic_service.h",
1385 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07001386 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001387 "include/grpc++/impl/call.h",
1388 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001389 "include/grpc++/impl/codegen/core_codegen.h",
Yang Gao96de4842015-04-24 13:13:12 -07001390 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08001391 "include/grpc++/impl/method_handler_impl.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001392 "include/grpc++/impl/rpc_method.h",
1393 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -07001394 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08001395 "include/grpc++/impl/server_builder_option.h",
Yuchen Zenga42ec212016-04-29 13:03:06 -07001396 "include/grpc++/impl/server_builder_plugin.h",
1397 "include/grpc++/impl/server_initializer.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001398 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +02001399 "include/grpc++/impl/sync.h",
1400 "include/grpc++/impl/sync_cxx11.h",
1401 "include/grpc++/impl/sync_no_cxx11.h",
1402 "include/grpc++/impl/thd.h",
1403 "include/grpc++/impl/thd_cxx11.h",
1404 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07001405 "include/grpc++/security/auth_context.h",
1406 "include/grpc++/security/auth_metadata_processor.h",
1407 "include/grpc++/security/credentials.h",
1408 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001409 "include/grpc++/server.h",
1410 "include/grpc++/server_builder.h",
1411 "include/grpc++/server_context.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001412 "include/grpc++/server_posix.h",
yang-g9fb35a52015-08-21 15:49:35 -07001413 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001414 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001415 "include/grpc++/support/byte_buffer.h",
1416 "include/grpc++/support/channel_arguments.h",
yang-g17487f92016-06-03 15:21:15 -07001417 "include/grpc++/support/config.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001418 "include/grpc++/support/slice.h",
1419 "include/grpc++/support/status.h",
1420 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001421 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001422 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07001423 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001424 "include/grpc++/support/time.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001425 "include/grpc++/impl/codegen/async_stream.h",
1426 "include/grpc++/impl/codegen/async_unary_call.h",
1427 "include/grpc++/impl/codegen/call.h",
1428 "include/grpc++/impl/codegen/call_hook.h",
1429 "include/grpc++/impl/codegen/channel_interface.h",
1430 "include/grpc++/impl/codegen/client_context.h",
1431 "include/grpc++/impl/codegen/client_unary_call.h",
1432 "include/grpc++/impl/codegen/completion_queue.h",
1433 "include/grpc++/impl/codegen/completion_queue_tag.h",
yang-g17487f92016-06-03 15:21:15 -07001434 "include/grpc++/impl/codegen/config.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001435 "include/grpc++/impl/codegen/core_codegen_interface.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001436 "include/grpc++/impl/codegen/create_auth_context.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001437 "include/grpc++/impl/codegen/grpc_library.h",
1438 "include/grpc++/impl/codegen/method_handler_impl.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001439 "include/grpc++/impl/codegen/rpc_method.h",
1440 "include/grpc++/impl/codegen/rpc_service_method.h",
1441 "include/grpc++/impl/codegen/security/auth_context.h",
1442 "include/grpc++/impl/codegen/serialization_traits.h",
1443 "include/grpc++/impl/codegen/server_context.h",
1444 "include/grpc++/impl/codegen/server_interface.h",
1445 "include/grpc++/impl/codegen/service_type.h",
1446 "include/grpc++/impl/codegen/status.h",
1447 "include/grpc++/impl/codegen/status_code_enum.h",
yang-gd5581492016-09-06 14:05:53 -07001448 "include/grpc++/impl/codegen/status_helper.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001449 "include/grpc++/impl/codegen/string_ref.h",
1450 "include/grpc++/impl/codegen/stub_options.h",
1451 "include/grpc++/impl/codegen/sync.h",
1452 "include/grpc++/impl/codegen/sync_cxx11.h",
1453 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1454 "include/grpc++/impl/codegen/sync_stream.h",
1455 "include/grpc++/impl/codegen/time.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001456 "include/grpc/impl/codegen/byte_buffer_reader.h",
1457 "include/grpc/impl/codegen/compression_types.h",
1458 "include/grpc/impl/codegen/connectivity_state.h",
1459 "include/grpc/impl/codegen/grpc_types.h",
1460 "include/grpc/impl/codegen/propagation_bits.h",
1461 "include/grpc/impl/codegen/status.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001462 "include/grpc/impl/codegen/atm.h",
1463 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1464 "include/grpc/impl/codegen/atm_gcc_sync.h",
1465 "include/grpc/impl/codegen/atm_windows.h",
Nicolas "Pixel" Noble87a10812016-09-29 01:31:54 +02001466 "include/grpc/impl/codegen/gpr_types.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001467 "include/grpc/impl/codegen/port_platform.h",
1468 "include/grpc/impl/codegen/slice.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001469 "include/grpc/impl/codegen/sync.h",
1470 "include/grpc/impl/codegen/sync_generic.h",
1471 "include/grpc/impl/codegen/sync_posix.h",
1472 "include/grpc/impl/codegen/sync_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001473 ],
1474 includes = [
1475 "include",
1476 ".",
1477 ],
1478 deps = [
Craig Tiller02a7bed2015-08-31 15:54:05 -07001479 "//external:libssl",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001480 "//external:protobuf_clib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001481 ":grpc",
1482 ],
1483)
1484
1485
Rob Earhartb7b8d052016-03-29 11:35:29 -07001486
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001487cc_library(
Garrett Casto931a26b2016-10-04 09:18:29 -07001488 name = "grpc++_cronet",
1489 srcs = [
1490 "src/cpp/client/create_channel_internal.h",
1491 "src/cpp/common/channel_filter.h",
1492 "src/cpp/server/dynamic_thread_pool.h",
1493 "src/cpp/server/thread_pool_interface.h",
1494 "src/cpp/client/cronet_credentials.cc",
1495 "src/cpp/client/insecure_credentials.cc",
1496 "src/cpp/common/insecure_create_auth_context.cc",
1497 "src/cpp/server/insecure_server_credentials.cc",
1498 "src/cpp/client/channel_cc.cc",
1499 "src/cpp/client/client_context.cc",
1500 "src/cpp/client/create_channel.cc",
1501 "src/cpp/client/create_channel_internal.cc",
1502 "src/cpp/client/create_channel_posix.cc",
1503 "src/cpp/client/credentials_cc.cc",
1504 "src/cpp/client/generic_stub.cc",
1505 "src/cpp/common/channel_arguments.cc",
1506 "src/cpp/common/channel_filter.cc",
1507 "src/cpp/common/completion_queue_cc.cc",
1508 "src/cpp/common/core_codegen.cc",
1509 "src/cpp/common/rpc_method.cc",
1510 "src/cpp/server/async_generic_service.cc",
1511 "src/cpp/server/create_default_thread_pool.cc",
1512 "src/cpp/server/dynamic_thread_pool.cc",
1513 "src/cpp/server/server_builder.cc",
1514 "src/cpp/server/server_cc.cc",
1515 "src/cpp/server/server_context.cc",
1516 "src/cpp/server/server_credentials.cc",
1517 "src/cpp/server/server_posix.cc",
1518 "src/cpp/util/byte_buffer_cc.cc",
1519 "src/cpp/util/slice_cc.cc",
1520 "src/cpp/util/status.cc",
1521 "src/cpp/util/string_ref.cc",
1522 "src/cpp/util/time_cc.cc",
1523 "src/cpp/codegen/codegen_init.cc",
1524 ],
1525 hdrs = [
1526 "include/grpc++/alarm.h",
1527 "include/grpc++/channel.h",
1528 "include/grpc++/client_context.h",
1529 "include/grpc++/completion_queue.h",
1530 "include/grpc++/create_channel.h",
1531 "include/grpc++/create_channel_posix.h",
1532 "include/grpc++/generic/async_generic_service.h",
1533 "include/grpc++/generic/generic_stub.h",
1534 "include/grpc++/grpc++.h",
1535 "include/grpc++/impl/call.h",
1536 "include/grpc++/impl/client_unary_call.h",
1537 "include/grpc++/impl/codegen/core_codegen.h",
1538 "include/grpc++/impl/grpc_library.h",
1539 "include/grpc++/impl/method_handler_impl.h",
1540 "include/grpc++/impl/rpc_method.h",
1541 "include/grpc++/impl/rpc_service_method.h",
1542 "include/grpc++/impl/serialization_traits.h",
1543 "include/grpc++/impl/server_builder_option.h",
1544 "include/grpc++/impl/server_builder_plugin.h",
1545 "include/grpc++/impl/server_initializer.h",
1546 "include/grpc++/impl/service_type.h",
1547 "include/grpc++/impl/sync.h",
1548 "include/grpc++/impl/sync_cxx11.h",
1549 "include/grpc++/impl/sync_no_cxx11.h",
1550 "include/grpc++/impl/thd.h",
1551 "include/grpc++/impl/thd_cxx11.h",
1552 "include/grpc++/impl/thd_no_cxx11.h",
1553 "include/grpc++/security/auth_context.h",
1554 "include/grpc++/security/auth_metadata_processor.h",
1555 "include/grpc++/security/credentials.h",
1556 "include/grpc++/security/server_credentials.h",
1557 "include/grpc++/server.h",
1558 "include/grpc++/server_builder.h",
1559 "include/grpc++/server_context.h",
1560 "include/grpc++/server_posix.h",
1561 "include/grpc++/support/async_stream.h",
1562 "include/grpc++/support/async_unary_call.h",
1563 "include/grpc++/support/byte_buffer.h",
1564 "include/grpc++/support/channel_arguments.h",
1565 "include/grpc++/support/config.h",
1566 "include/grpc++/support/slice.h",
1567 "include/grpc++/support/status.h",
1568 "include/grpc++/support/status_code_enum.h",
1569 "include/grpc++/support/string_ref.h",
1570 "include/grpc++/support/stub_options.h",
1571 "include/grpc++/support/sync_stream.h",
1572 "include/grpc++/support/time.h",
1573 "include/grpc++/impl/codegen/async_stream.h",
1574 "include/grpc++/impl/codegen/async_unary_call.h",
1575 "include/grpc++/impl/codegen/call.h",
1576 "include/grpc++/impl/codegen/call_hook.h",
1577 "include/grpc++/impl/codegen/channel_interface.h",
1578 "include/grpc++/impl/codegen/client_context.h",
1579 "include/grpc++/impl/codegen/client_unary_call.h",
1580 "include/grpc++/impl/codegen/completion_queue.h",
1581 "include/grpc++/impl/codegen/completion_queue_tag.h",
1582 "include/grpc++/impl/codegen/config.h",
1583 "include/grpc++/impl/codegen/core_codegen_interface.h",
1584 "include/grpc++/impl/codegen/create_auth_context.h",
1585 "include/grpc++/impl/codegen/grpc_library.h",
1586 "include/grpc++/impl/codegen/method_handler_impl.h",
1587 "include/grpc++/impl/codegen/rpc_method.h",
1588 "include/grpc++/impl/codegen/rpc_service_method.h",
1589 "include/grpc++/impl/codegen/security/auth_context.h",
1590 "include/grpc++/impl/codegen/serialization_traits.h",
1591 "include/grpc++/impl/codegen/server_context.h",
1592 "include/grpc++/impl/codegen/server_interface.h",
1593 "include/grpc++/impl/codegen/service_type.h",
1594 "include/grpc++/impl/codegen/status.h",
1595 "include/grpc++/impl/codegen/status_code_enum.h",
1596 "include/grpc++/impl/codegen/status_helper.h",
1597 "include/grpc++/impl/codegen/string_ref.h",
1598 "include/grpc++/impl/codegen/stub_options.h",
1599 "include/grpc++/impl/codegen/sync.h",
1600 "include/grpc++/impl/codegen/sync_cxx11.h",
1601 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1602 "include/grpc++/impl/codegen/sync_stream.h",
1603 "include/grpc++/impl/codegen/time.h",
1604 "include/grpc/impl/codegen/byte_buffer_reader.h",
1605 "include/grpc/impl/codegen/compression_types.h",
1606 "include/grpc/impl/codegen/connectivity_state.h",
1607 "include/grpc/impl/codegen/grpc_types.h",
1608 "include/grpc/impl/codegen/propagation_bits.h",
1609 "include/grpc/impl/codegen/status.h",
1610 "include/grpc/impl/codegen/atm.h",
1611 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1612 "include/grpc/impl/codegen/atm_gcc_sync.h",
1613 "include/grpc/impl/codegen/atm_windows.h",
1614 "include/grpc/impl/codegen/gpr_types.h",
1615 "include/grpc/impl/codegen/port_platform.h",
1616 "include/grpc/impl/codegen/slice.h",
1617 "include/grpc/impl/codegen/sync.h",
1618 "include/grpc/impl/codegen/sync_generic.h",
1619 "include/grpc/impl/codegen/sync_posix.h",
1620 "include/grpc/impl/codegen/sync_windows.h",
1621 ],
1622 includes = [
1623 "include",
1624 ".",
1625 ],
1626 deps = [
1627 "//external:libssl",
1628 ":gpr",
1629 ":grpc_cronet",
1630 ],
1631)
1632
1633
1634
1635cc_library(
Yuchen Zengc84ed682016-05-04 16:30:11 -07001636 name = "grpc++_reflection",
1637 srcs = [
Yuchen Zeng0601df32016-06-06 13:08:06 -07001638 "src/cpp/ext/proto_server_reflection.h",
1639 "src/cpp/ext/proto_server_reflection.cc",
1640 "src/cpp/ext/proto_server_reflection_plugin.cc",
1641 "src/cpp/ext/reflection.grpc.pb.cc",
1642 "src/cpp/ext/reflection.pb.cc",
Yuchen Zengc84ed682016-05-04 16:30:11 -07001643 ],
1644 hdrs = [
Yuchen Zeng0601df32016-06-06 13:08:06 -07001645 "include/grpc++/ext/proto_server_reflection_plugin.h",
1646 "include/grpc++/ext/reflection.grpc.pb.h",
1647 "include/grpc++/ext/reflection.pb.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001648 "include/grpc++/impl/codegen/proto_utils.h",
1649 "include/grpc++/impl/codegen/async_stream.h",
1650 "include/grpc++/impl/codegen/async_unary_call.h",
1651 "include/grpc++/impl/codegen/call.h",
1652 "include/grpc++/impl/codegen/call_hook.h",
1653 "include/grpc++/impl/codegen/channel_interface.h",
1654 "include/grpc++/impl/codegen/client_context.h",
1655 "include/grpc++/impl/codegen/client_unary_call.h",
1656 "include/grpc++/impl/codegen/completion_queue.h",
1657 "include/grpc++/impl/codegen/completion_queue_tag.h",
1658 "include/grpc++/impl/codegen/config.h",
1659 "include/grpc++/impl/codegen/core_codegen_interface.h",
1660 "include/grpc++/impl/codegen/create_auth_context.h",
1661 "include/grpc++/impl/codegen/grpc_library.h",
1662 "include/grpc++/impl/codegen/method_handler_impl.h",
1663 "include/grpc++/impl/codegen/rpc_method.h",
1664 "include/grpc++/impl/codegen/rpc_service_method.h",
1665 "include/grpc++/impl/codegen/security/auth_context.h",
1666 "include/grpc++/impl/codegen/serialization_traits.h",
1667 "include/grpc++/impl/codegen/server_context.h",
1668 "include/grpc++/impl/codegen/server_interface.h",
1669 "include/grpc++/impl/codegen/service_type.h",
1670 "include/grpc++/impl/codegen/status.h",
1671 "include/grpc++/impl/codegen/status_code_enum.h",
yang-gd5581492016-09-06 14:05:53 -07001672 "include/grpc++/impl/codegen/status_helper.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001673 "include/grpc++/impl/codegen/string_ref.h",
1674 "include/grpc++/impl/codegen/stub_options.h",
1675 "include/grpc++/impl/codegen/sync.h",
1676 "include/grpc++/impl/codegen/sync_cxx11.h",
1677 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1678 "include/grpc++/impl/codegen/sync_stream.h",
1679 "include/grpc++/impl/codegen/time.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001680 "include/grpc/impl/codegen/byte_buffer_reader.h",
1681 "include/grpc/impl/codegen/compression_types.h",
1682 "include/grpc/impl/codegen/connectivity_state.h",
1683 "include/grpc/impl/codegen/grpc_types.h",
1684 "include/grpc/impl/codegen/propagation_bits.h",
1685 "include/grpc/impl/codegen/status.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001686 "include/grpc/impl/codegen/atm.h",
1687 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1688 "include/grpc/impl/codegen/atm_gcc_sync.h",
1689 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -07001690 "include/grpc/impl/codegen/gpr_types.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001691 "include/grpc/impl/codegen/port_platform.h",
1692 "include/grpc/impl/codegen/slice.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001693 "include/grpc/impl/codegen/sync.h",
1694 "include/grpc/impl/codegen/sync_generic.h",
1695 "include/grpc/impl/codegen/sync_posix.h",
1696 "include/grpc/impl/codegen/sync_windows.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001697 "include/grpc++/impl/codegen/config_protobuf.h",
Yuchen Zengc84ed682016-05-04 16:30:11 -07001698 ],
1699 includes = [
1700 "include",
1701 ".",
1702 ],
1703 deps = [
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001704 ":grpc++",
Yuchen Zengc84ed682016-05-04 16:30:11 -07001705 ],
1706)
1707
1708
1709
1710cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001711 name = "grpc++_unsecure",
1712 srcs = [
yang-gc317f072015-08-20 12:18:08 -07001713 "src/cpp/client/create_channel_internal.h",
Mark D. Rothab950ee2016-06-29 14:51:53 -07001714 "src/cpp/common/channel_filter.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07001715 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07001716 "src/cpp/server/thread_pool_interface.h",
murgatroid991ca0f3e2016-08-26 14:58:49 -07001717 "src/cpp/client/insecure_credentials.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001718 "src/cpp/common/insecure_create_auth_context.cc",
murgatroid991ca0f3e2016-08-26 14:58:49 -07001719 "src/cpp/server/insecure_server_credentials.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001720 "src/cpp/client/channel_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001721 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001722 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07001723 "src/cpp/client/create_channel_internal.cc",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001724 "src/cpp/client/create_channel_posix.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001725 "src/cpp/client/credentials_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001726 "src/cpp/client/generic_stub.cc",
yang-g52705592015-11-25 11:45:33 -08001727 "src/cpp/common/channel_arguments.cc",
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001728 "src/cpp/common/channel_filter.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001729 "src/cpp/common/completion_queue_cc.cc",
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +01001730 "src/cpp/common/core_codegen.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001731 "src/cpp/common/rpc_method.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001732 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -07001733 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07001734 "src/cpp/server/dynamic_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001735 "src/cpp/server/server_builder.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001736 "src/cpp/server/server_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001737 "src/cpp/server/server_context.cc",
1738 "src/cpp/server/server_credentials.cc",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001739 "src/cpp/server/server_posix.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001740 "src/cpp/util/byte_buffer_cc.cc",
1741 "src/cpp/util/slice_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001742 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001743 "src/cpp/util/string_ref.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001744 "src/cpp/util/time_cc.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001745 "src/cpp/codegen/codegen_init.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001746 ],
1747 hdrs = [
vjpaif9f61cf2016-02-10 20:51:53 -08001748 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07001749 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001750 "include/grpc++/client_context.h",
1751 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001752 "include/grpc++/create_channel.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001753 "include/grpc++/create_channel_posix.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001754 "include/grpc++/generic/async_generic_service.h",
1755 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07001756 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001757 "include/grpc++/impl/call.h",
1758 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001759 "include/grpc++/impl/codegen/core_codegen.h",
Yang Gao96de4842015-04-24 13:13:12 -07001760 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08001761 "include/grpc++/impl/method_handler_impl.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001762 "include/grpc++/impl/rpc_method.h",
1763 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -07001764 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08001765 "include/grpc++/impl/server_builder_option.h",
Yuchen Zenga42ec212016-04-29 13:03:06 -07001766 "include/grpc++/impl/server_builder_plugin.h",
1767 "include/grpc++/impl/server_initializer.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001768 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +02001769 "include/grpc++/impl/sync.h",
1770 "include/grpc++/impl/sync_cxx11.h",
1771 "include/grpc++/impl/sync_no_cxx11.h",
1772 "include/grpc++/impl/thd.h",
1773 "include/grpc++/impl/thd_cxx11.h",
1774 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07001775 "include/grpc++/security/auth_context.h",
1776 "include/grpc++/security/auth_metadata_processor.h",
1777 "include/grpc++/security/credentials.h",
1778 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001779 "include/grpc++/server.h",
1780 "include/grpc++/server_builder.h",
1781 "include/grpc++/server_context.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001782 "include/grpc++/server_posix.h",
yang-g9fb35a52015-08-21 15:49:35 -07001783 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001784 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001785 "include/grpc++/support/byte_buffer.h",
1786 "include/grpc++/support/channel_arguments.h",
yang-g17487f92016-06-03 15:21:15 -07001787 "include/grpc++/support/config.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001788 "include/grpc++/support/slice.h",
1789 "include/grpc++/support/status.h",
1790 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001791 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001792 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07001793 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001794 "include/grpc++/support/time.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001795 "include/grpc++/impl/codegen/async_stream.h",
1796 "include/grpc++/impl/codegen/async_unary_call.h",
1797 "include/grpc++/impl/codegen/call.h",
1798 "include/grpc++/impl/codegen/call_hook.h",
1799 "include/grpc++/impl/codegen/channel_interface.h",
1800 "include/grpc++/impl/codegen/client_context.h",
1801 "include/grpc++/impl/codegen/client_unary_call.h",
1802 "include/grpc++/impl/codegen/completion_queue.h",
1803 "include/grpc++/impl/codegen/completion_queue_tag.h",
yang-g17487f92016-06-03 15:21:15 -07001804 "include/grpc++/impl/codegen/config.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001805 "include/grpc++/impl/codegen/core_codegen_interface.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001806 "include/grpc++/impl/codegen/create_auth_context.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001807 "include/grpc++/impl/codegen/grpc_library.h",
1808 "include/grpc++/impl/codegen/method_handler_impl.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001809 "include/grpc++/impl/codegen/rpc_method.h",
1810 "include/grpc++/impl/codegen/rpc_service_method.h",
1811 "include/grpc++/impl/codegen/security/auth_context.h",
1812 "include/grpc++/impl/codegen/serialization_traits.h",
1813 "include/grpc++/impl/codegen/server_context.h",
1814 "include/grpc++/impl/codegen/server_interface.h",
1815 "include/grpc++/impl/codegen/service_type.h",
1816 "include/grpc++/impl/codegen/status.h",
1817 "include/grpc++/impl/codegen/status_code_enum.h",
yang-gd5581492016-09-06 14:05:53 -07001818 "include/grpc++/impl/codegen/status_helper.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001819 "include/grpc++/impl/codegen/string_ref.h",
1820 "include/grpc++/impl/codegen/stub_options.h",
1821 "include/grpc++/impl/codegen/sync.h",
1822 "include/grpc++/impl/codegen/sync_cxx11.h",
1823 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1824 "include/grpc++/impl/codegen/sync_stream.h",
1825 "include/grpc++/impl/codegen/time.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001826 "include/grpc/impl/codegen/byte_buffer_reader.h",
1827 "include/grpc/impl/codegen/compression_types.h",
1828 "include/grpc/impl/codegen/connectivity_state.h",
1829 "include/grpc/impl/codegen/grpc_types.h",
1830 "include/grpc/impl/codegen/propagation_bits.h",
1831 "include/grpc/impl/codegen/status.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001832 "include/grpc/impl/codegen/atm.h",
1833 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1834 "include/grpc/impl/codegen/atm_gcc_sync.h",
1835 "include/grpc/impl/codegen/atm_windows.h",
Nicolas "Pixel" Noble87a10812016-09-29 01:31:54 +02001836 "include/grpc/impl/codegen/gpr_types.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001837 "include/grpc/impl/codegen/port_platform.h",
1838 "include/grpc/impl/codegen/slice.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001839 "include/grpc/impl/codegen/sync.h",
1840 "include/grpc/impl/codegen/sync_generic.h",
1841 "include/grpc/impl/codegen/sync_posix.h",
1842 "include/grpc/impl/codegen/sync_windows.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001843 ],
1844 includes = [
1845 "include",
1846 ".",
1847 ],
1848 deps = [
1849 "//external:protobuf_clib",
1850 ":gpr",
1851 ":grpc_unsecure",
Craig Tiller03915e52016-04-07 09:15:10 -07001852 ],
1853)
1854
1855
1856
1857cc_library(
1858 name = "grpc_plugin_support",
1859 srcs = [
1860 "src/compiler/config.h",
1861 "src/compiler/cpp_generator.h",
1862 "src/compiler/cpp_generator_helpers.h",
1863 "src/compiler/csharp_generator.h",
1864 "src/compiler/csharp_generator_helpers.h",
1865 "src/compiler/generator_helpers.h",
murgatroid99d2ee81f2016-02-26 11:10:33 -08001866 "src/compiler/node_generator.h",
1867 "src/compiler/node_generator_helpers.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001868 "src/compiler/objective_c_generator.h",
1869 "src/compiler/objective_c_generator_helpers.h",
Stanley Cheung857a1302016-09-29 17:26:29 -07001870 "src/compiler/php_generator.h",
1871 "src/compiler/php_generator_helpers.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001872 "src/compiler/python_generator.h",
1873 "src/compiler/ruby_generator.h",
1874 "src/compiler/ruby_generator_helpers-inl.h",
1875 "src/compiler/ruby_generator_map-inl.h",
1876 "src/compiler/ruby_generator_string-inl.h",
1877 "src/compiler/cpp_generator.cc",
1878 "src/compiler/csharp_generator.cc",
murgatroid99d2ee81f2016-02-26 11:10:33 -08001879 "src/compiler/node_generator.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001880 "src/compiler/objective_c_generator.cc",
Stanley Cheung857a1302016-09-29 17:26:29 -07001881 "src/compiler/php_generator.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001882 "src/compiler/python_generator.cc",
1883 "src/compiler/ruby_generator.cc",
1884 ],
1885 hdrs = [
Craig Tiller03915e52016-04-07 09:15:10 -07001886 "include/grpc++/impl/codegen/config_protobuf.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001887 ],
1888 includes = [
1889 "include",
1890 ".",
1891 ],
1892 deps = [
1893 "//external:protobuf_compiler",
1894 ],
1895)
1896
1897
Rob Earhartb7b8d052016-03-29 11:35:29 -07001898
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001899cc_library(
1900 name = "grpc_csharp_ext",
1901 srcs = [
1902 "src/csharp/ext/grpc_csharp_ext.c",
1903 ],
1904 hdrs = [
1905 ],
1906 includes = [
1907 "include",
1908 ".",
1909 ],
1910 deps = [
Craig Tillerd1697d92016-04-05 16:05:46 -07001911 ":grpc",
Craig Tiller03915e52016-04-07 09:15:10 -07001912 ":gpr",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001913 ],
1914)
1915
1916
1917
Rob Earhartb7b8d052016-03-29 11:35:29 -07001918
Jorge Canizales140bca82015-06-20 09:47:00 -07001919objc_library(
Craig Tillerda179ce2016-02-09 12:01:53 -08001920 name = "gpr_objc",
1921 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -07001922 "src/core/lib/profiling/basic_timers.c",
1923 "src/core/lib/profiling/stap_timers.c",
1924 "src/core/lib/support/alloc.c",
1925 "src/core/lib/support/avl.c",
1926 "src/core/lib/support/backoff.c",
1927 "src/core/lib/support/cmdline.c",
1928 "src/core/lib/support/cpu_iphone.c",
1929 "src/core/lib/support/cpu_linux.c",
1930 "src/core/lib/support/cpu_posix.c",
1931 "src/core/lib/support/cpu_windows.c",
1932 "src/core/lib/support/env_linux.c",
1933 "src/core/lib/support/env_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001934 "src/core/lib/support/env_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001935 "src/core/lib/support/histogram.c",
1936 "src/core/lib/support/host_port.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001937 "src/core/lib/support/log.c",
1938 "src/core/lib/support/log_android.c",
1939 "src/core/lib/support/log_linux.c",
1940 "src/core/lib/support/log_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001941 "src/core/lib/support/log_windows.c",
Craig Tiller57726ca2016-09-12 11:59:45 -07001942 "src/core/lib/support/mpscq.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001943 "src/core/lib/support/murmur_hash.c",
Craig Tiller17ed6b12016-08-18 09:33:33 -07001944 "src/core/lib/support/percent_encoding.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001945 "src/core/lib/support/slice.c",
1946 "src/core/lib/support/slice_buffer.c",
1947 "src/core/lib/support/stack_lockfree.c",
1948 "src/core/lib/support/string.c",
1949 "src/core/lib/support/string_posix.c",
Yuchen Zeng4594bd92016-05-31 14:06:01 -07001950 "src/core/lib/support/string_util_windows.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001951 "src/core/lib/support/string_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001952 "src/core/lib/support/subprocess_posix.c",
1953 "src/core/lib/support/subprocess_windows.c",
1954 "src/core/lib/support/sync.c",
1955 "src/core/lib/support/sync_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001956 "src/core/lib/support/sync_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001957 "src/core/lib/support/thd.c",
1958 "src/core/lib/support/thd_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001959 "src/core/lib/support/thd_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001960 "src/core/lib/support/time.c",
1961 "src/core/lib/support/time_posix.c",
1962 "src/core/lib/support/time_precise.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001963 "src/core/lib/support/time_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001964 "src/core/lib/support/tls_pthread.c",
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +02001965 "src/core/lib/support/tmpfile_msys.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001966 "src/core/lib/support/tmpfile_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001967 "src/core/lib/support/tmpfile_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001968 "src/core/lib/support/wrap_memcpy.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 ],
1970 hdrs = [
1971 "include/grpc/support/alloc.h",
1972 "include/grpc/support/atm.h",
1973 "include/grpc/support/atm_gcc_atomic.h",
1974 "include/grpc/support/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001975 "include/grpc/support/atm_windows.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 "include/grpc/support/avl.h",
1977 "include/grpc/support/cmdline.h",
1978 "include/grpc/support/cpu.h",
1979 "include/grpc/support/histogram.h",
1980 "include/grpc/support/host_port.h",
1981 "include/grpc/support/log.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001982 "include/grpc/support/log_windows.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 "include/grpc/support/port_platform.h",
1984 "include/grpc/support/slice.h",
1985 "include/grpc/support/slice_buffer.h",
1986 "include/grpc/support/string_util.h",
1987 "include/grpc/support/subprocess.h",
1988 "include/grpc/support/sync.h",
1989 "include/grpc/support/sync_generic.h",
1990 "include/grpc/support/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001991 "include/grpc/support/sync_windows.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 "include/grpc/support/thd.h",
1993 "include/grpc/support/time.h",
1994 "include/grpc/support/tls.h",
1995 "include/grpc/support/tls_gcc.h",
1996 "include/grpc/support/tls_msvc.h",
1997 "include/grpc/support/tls_pthread.h",
1998 "include/grpc/support/useful.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001999 "include/grpc/impl/codegen/atm.h",
2000 "include/grpc/impl/codegen/atm_gcc_atomic.h",
2001 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002002 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -07002003 "include/grpc/impl/codegen/gpr_types.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002004 "include/grpc/impl/codegen/port_platform.h",
2005 "include/grpc/impl/codegen/slice.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002006 "include/grpc/impl/codegen/sync.h",
2007 "include/grpc/impl/codegen/sync_generic.h",
2008 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002009 "include/grpc/impl/codegen/sync_windows.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002010 "src/core/lib/profiling/timers.h",
2011 "src/core/lib/support/backoff.h",
2012 "src/core/lib/support/block_annotate.h",
2013 "src/core/lib/support/env.h",
Craig Tiller57726ca2016-09-12 11:59:45 -07002014 "src/core/lib/support/mpscq.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002015 "src/core/lib/support/murmur_hash.h",
Craig Tiller17ed6b12016-08-18 09:33:33 -07002016 "src/core/lib/support/percent_encoding.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002017 "src/core/lib/support/stack_lockfree.h",
2018 "src/core/lib/support/string.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002019 "src/core/lib/support/string_windows.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002020 "src/core/lib/support/thd_internal.h",
2021 "src/core/lib/support/time_precise.h",
2022 "src/core/lib/support/tmpfile.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08002023 ],
2024 includes = [
2025 "include",
2026 ".",
2027 ],
2028 deps = [
2029 ],
2030)
2031
2032
Rob Earhartb7b8d052016-03-29 11:35:29 -07002033
Craig Tillerda179ce2016-02-09 12:01:53 -08002034objc_library(
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07002035 name = "grpc_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07002036 srcs = [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002037 "src/core/lib/surface/init.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002038 "src/core/lib/channel/channel_args.c",
2039 "src/core/lib/channel/channel_stack.c",
2040 "src/core/lib/channel/channel_stack_builder.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002041 "src/core/lib/channel/compress_filter.c",
2042 "src/core/lib/channel/connected_channel.c",
Mark D. Roth14c072c2016-08-26 08:31:34 -07002043 "src/core/lib/channel/deadline_filter.c",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -07002044 "src/core/lib/channel/handshaker.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002045 "src/core/lib/channel/http_client_filter.c",
2046 "src/core/lib/channel/http_server_filter.c",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -07002047 "src/core/lib/channel/message_size_filter.c",
David Garcia Quintasac094472016-05-18 20:25:57 -07002048 "src/core/lib/compression/compression.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002049 "src/core/lib/compression/message_compress.c",
2050 "src/core/lib/debug/trace.c",
2051 "src/core/lib/http/format_request.c",
2052 "src/core/lib/http/httpcli.c",
2053 "src/core/lib/http/parser.c",
2054 "src/core/lib/iomgr/closure.c",
Craig Tiller57726ca2016-09-12 11:59:45 -07002055 "src/core/lib/iomgr/combiner.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002056 "src/core/lib/iomgr/endpoint.c",
2057 "src/core/lib/iomgr/endpoint_pair_posix.c",
murgatroid99c36f6ea2016-10-03 09:24:09 -07002058 "src/core/lib/iomgr/endpoint_pair_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002059 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller27f59af2016-04-28 14:19:48 -07002060 "src/core/lib/iomgr/error.c",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -07002061 "src/core/lib/iomgr/ev_epoll_linux.c",
Craig Tiller8a034482016-03-28 16:09:04 -07002062 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
Craig Tillerd9a60bb2016-03-28 23:13:19 -07002063 "src/core/lib/iomgr/ev_poll_posix.c",
Craig Tiller8a034482016-03-28 16:09:04 -07002064 "src/core/lib/iomgr/ev_posix.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002065 "src/core/lib/iomgr/exec_ctx.c",
2066 "src/core/lib/iomgr/executor.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002067 "src/core/lib/iomgr/iocp_windows.c",
2068 "src/core/lib/iomgr/iomgr.c",
2069 "src/core/lib/iomgr/iomgr_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07002070 "src/core/lib/iomgr/iomgr_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002071 "src/core/lib/iomgr/iomgr_windows.c",
Craig Tiller85178862016-05-18 16:09:16 -07002072 "src/core/lib/iomgr/load_file.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07002073 "src/core/lib/iomgr/network_status_tracker.c",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -07002074 "src/core/lib/iomgr/polling_entity.c",
murgatroid999030c812016-09-16 13:25:08 -07002075 "src/core/lib/iomgr/pollset_set_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002076 "src/core/lib/iomgr/pollset_set_windows.c",
murgatroid999030c812016-09-16 13:25:08 -07002077 "src/core/lib/iomgr/pollset_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002078 "src/core/lib/iomgr/pollset_windows.c",
2079 "src/core/lib/iomgr/resolve_address_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07002080 "src/core/lib/iomgr/resolve_address_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002081 "src/core/lib/iomgr/resolve_address_windows.c",
2082 "src/core/lib/iomgr/sockaddr_utils.c",
2083 "src/core/lib/iomgr/socket_utils_common_posix.c",
2084 "src/core/lib/iomgr/socket_utils_linux.c",
2085 "src/core/lib/iomgr/socket_utils_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07002086 "src/core/lib/iomgr/socket_utils_uv.c",
murgatroid9979b32272016-08-08 13:38:30 -07002087 "src/core/lib/iomgr/socket_utils_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002088 "src/core/lib/iomgr/socket_windows.c",
2089 "src/core/lib/iomgr/tcp_client_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07002090 "src/core/lib/iomgr/tcp_client_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002091 "src/core/lib/iomgr/tcp_client_windows.c",
2092 "src/core/lib/iomgr/tcp_posix.c",
2093 "src/core/lib/iomgr/tcp_server_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07002094 "src/core/lib/iomgr/tcp_server_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002095 "src/core/lib/iomgr/tcp_server_windows.c",
murgatroid999030c812016-09-16 13:25:08 -07002096 "src/core/lib/iomgr/tcp_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002097 "src/core/lib/iomgr/tcp_windows.c",
2098 "src/core/lib/iomgr/time_averaged_stats.c",
murgatroid999030c812016-09-16 13:25:08 -07002099 "src/core/lib/iomgr/timer_generic.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002100 "src/core/lib/iomgr/timer_heap.c",
murgatroid999030c812016-09-16 13:25:08 -07002101 "src/core/lib/iomgr/timer_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002102 "src/core/lib/iomgr/udp_server.c",
2103 "src/core/lib/iomgr/unix_sockets_posix.c",
2104 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
kpayson64d195cf52016-10-09 18:04:00 -07002105 "src/core/lib/iomgr/wakeup_fd_cv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002106 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
2107 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
2108 "src/core/lib/iomgr/wakeup_fd_pipe.c",
2109 "src/core/lib/iomgr/wakeup_fd_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07002110 "src/core/lib/iomgr/workqueue_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002111 "src/core/lib/iomgr/workqueue_windows.c",
2112 "src/core/lib/json/json.c",
2113 "src/core/lib/json/json_reader.c",
2114 "src/core/lib/json/json_string.c",
2115 "src/core/lib/json/json_writer.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002116 "src/core/lib/surface/alarm.c",
2117 "src/core/lib/surface/api_trace.c",
2118 "src/core/lib/surface/byte_buffer.c",
2119 "src/core/lib/surface/byte_buffer_reader.c",
2120 "src/core/lib/surface/call.c",
2121 "src/core/lib/surface/call_details.c",
2122 "src/core/lib/surface/call_log_batch.c",
2123 "src/core/lib/surface/channel.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002124 "src/core/lib/surface/channel_init.c",
2125 "src/core/lib/surface/channel_ping.c",
2126 "src/core/lib/surface/channel_stack_type.c",
2127 "src/core/lib/surface/completion_queue.c",
2128 "src/core/lib/surface/event_string.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002129 "src/core/lib/surface/lame_client.c",
2130 "src/core/lib/surface/metadata_array.c",
2131 "src/core/lib/surface/server.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002132 "src/core/lib/surface/validate_metadata.c",
2133 "src/core/lib/surface/version.c",
2134 "src/core/lib/transport/byte_stream.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002135 "src/core/lib/transport/connectivity_state.c",
Mark D. Roth6a721b52016-10-14 12:43:34 -07002136 "src/core/lib/transport/mdstr_hash_table.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002137 "src/core/lib/transport/metadata.c",
2138 "src/core/lib/transport/metadata_batch.c",
2139 "src/core/lib/transport/static_metadata.c",
Robbie Shade710d2422016-07-13 15:15:38 -04002140 "src/core/lib/transport/timeout_encoding.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002141 "src/core/lib/transport/transport.c",
2142 "src/core/lib/transport/transport_op_string.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002143 "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c",
Yuchen Zengd982bba2016-05-12 18:53:52 -07002144 "src/core/ext/transport/chttp2/transport/bin_decoder.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002145 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
2146 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
2147 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
2148 "src/core/ext/transport/chttp2/transport/frame_data.c",
2149 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
2150 "src/core/ext/transport/chttp2/transport/frame_ping.c",
2151 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
2152 "src/core/ext/transport/chttp2/transport/frame_settings.c",
2153 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
2154 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
2155 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
2156 "src/core/ext/transport/chttp2/transport/hpack_table.c",
2157 "src/core/ext/transport/chttp2/transport/huffsyms.c",
2158 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
2159 "src/core/ext/transport/chttp2/transport/parsing.c",
2160 "src/core/ext/transport/chttp2/transport/status_conversion.c",
2161 "src/core/ext/transport/chttp2/transport/stream_lists.c",
2162 "src/core/ext/transport/chttp2/transport/stream_map.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002163 "src/core/ext/transport/chttp2/transport/varint.c",
2164 "src/core/ext/transport/chttp2/transport/writing.c",
2165 "src/core/ext/transport/chttp2/alpn/alpn.c",
2166 "src/core/lib/http/httpcli_security_connector.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07002167 "src/core/lib/security/context/security_context.c",
2168 "src/core/lib/security/credentials/composite/composite_credentials.c",
2169 "src/core/lib/security/credentials/credentials.c",
2170 "src/core/lib/security/credentials/credentials_metadata.c",
2171 "src/core/lib/security/credentials/fake/fake_credentials.c",
murgatroid997c205902016-08-09 10:07:42 -07002172 "src/core/lib/security/credentials/google_default/credentials_generic.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07002173 "src/core/lib/security/credentials/google_default/google_default_credentials.c",
2174 "src/core/lib/security/credentials/iam/iam_credentials.c",
2175 "src/core/lib/security/credentials/jwt/json_token.c",
2176 "src/core/lib/security/credentials/jwt/jwt_credentials.c",
2177 "src/core/lib/security/credentials/jwt/jwt_verifier.c",
2178 "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
2179 "src/core/lib/security/credentials/plugin/plugin_credentials.c",
2180 "src/core/lib/security/credentials/ssl/ssl_credentials.c",
2181 "src/core/lib/security/transport/client_auth_filter.c",
2182 "src/core/lib/security/transport/handshake.c",
2183 "src/core/lib/security/transport/secure_endpoint.c",
2184 "src/core/lib/security/transport/security_connector.c",
2185 "src/core/lib/security/transport/server_auth_filter.c",
Craig Tillerddad9782016-05-05 17:11:31 -07002186 "src/core/lib/security/transport/tsi_error.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07002187 "src/core/lib/security/util/b64.c",
2188 "src/core/lib/security/util/json_util.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002189 "src/core/lib/surface/init_secure.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002190 "src/core/lib/tsi/fake_transport_security.c",
2191 "src/core/lib/tsi/ssl_transport_security.c",
2192 "src/core/lib/tsi/transport_security.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002193 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -07002194 "src/core/ext/client_channel/channel_connectivity.c",
2195 "src/core/ext/client_channel/client_channel.c",
2196 "src/core/ext/client_channel/client_channel_factory.c",
2197 "src/core/ext/client_channel/client_channel_plugin.c",
2198 "src/core/ext/client_channel/connector.c",
2199 "src/core/ext/client_channel/default_initial_connect_string.c",
Mark D. Roth15195742016-10-07 09:02:28 -07002200 "src/core/ext/client_channel/http_connect_handshaker.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -07002201 "src/core/ext/client_channel/initial_connect_string.c",
2202 "src/core/ext/client_channel/lb_policy.c",
2203 "src/core/ext/client_channel/lb_policy_factory.c",
2204 "src/core/ext/client_channel/lb_policy_registry.c",
Mark D. Rotheb35a1d2016-10-19 14:53:42 -07002205 "src/core/ext/client_channel/method_config.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -07002206 "src/core/ext/client_channel/parse_address.c",
2207 "src/core/ext/client_channel/resolver.c",
2208 "src/core/ext/client_channel/resolver_factory.c",
2209 "src/core/ext/client_channel/resolver_registry.c",
2210 "src/core/ext/client_channel/resolver_result.c",
2211 "src/core/ext/client_channel/subchannel.c",
2212 "src/core/ext/client_channel/subchannel_index.c",
2213 "src/core/ext/client_channel/uri_parser.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002214 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
Adam Michalikbf10c822016-05-20 16:13:32 -07002215 "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002216 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
Adam Michalik321b1fb2016-05-16 15:42:36 -07002217 "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c",
David Garcia Quintas3fb8f732016-06-15 22:53:08 -07002218 "src/core/ext/lb_policy/grpclb/grpclb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002219 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002220 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002221 "src/core/ext/lb_policy/pick_first/pick_first.c",
2222 "src/core/ext/lb_policy/round_robin/round_robin.c",
2223 "src/core/ext/resolver/dns/native/dns_resolver.c",
2224 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
David Garcia Quintasb41363e2016-04-29 00:41:21 -07002225 "src/core/ext/load_reporting/load_reporting.c",
2226 "src/core/ext/load_reporting/load_reporting_filter.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -07002227 "src/core/ext/census/base_resources.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002228 "src/core/ext/census/context.c",
Alistair Veitch30fe6322016-05-23 10:11:28 -07002229 "src/core/ext/census/gen/census.pb.c",
Alistair Veitcha0c69f92016-08-31 12:01:27 -07002230 "src/core/ext/census/gen/trace_context.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002231 "src/core/ext/census/grpc_context.c",
2232 "src/core/ext/census/grpc_filter.c",
2233 "src/core/ext/census/grpc_plugin.c",
2234 "src/core/ext/census/initialize.c",
2235 "src/core/ext/census/mlog.c",
2236 "src/core/ext/census/operation.c",
2237 "src/core/ext/census/placeholders.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -07002238 "src/core/ext/census/resource.c",
Vizerai12d1fc62016-09-09 14:22:19 -07002239 "src/core/ext/census/trace_context.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002240 "src/core/ext/census/tracing.c",
Craig Tillerfb433852016-03-29 08:51:07 -07002241 "src/core/plugin_registry/grpc_plugin_registry.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07002242 ],
2243 hdrs = [
2244 "include/grpc/byte_buffer.h",
2245 "include/grpc/byte_buffer_reader.h",
2246 "include/grpc/compression.h",
2247 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -07002248 "include/grpc/grpc_posix.h",
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +02002249 "include/grpc/grpc_security_constants.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002250 "include/grpc/status.h",
David Garcia Quintas1b2db632016-04-27 15:06:54 -07002251 "include/grpc/impl/codegen/byte_buffer_reader.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07002252 "include/grpc/impl/codegen/compression_types.h",
2253 "include/grpc/impl/codegen/connectivity_state.h",
2254 "include/grpc/impl/codegen/grpc_types.h",
2255 "include/grpc/impl/codegen/propagation_bits.h",
2256 "include/grpc/impl/codegen/status.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002257 "include/grpc/impl/codegen/atm.h",
2258 "include/grpc/impl/codegen/atm_gcc_atomic.h",
2259 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002260 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -07002261 "include/grpc/impl/codegen/gpr_types.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002262 "include/grpc/impl/codegen/port_platform.h",
2263 "include/grpc/impl/codegen/slice.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002264 "include/grpc/impl/codegen/sync.h",
2265 "include/grpc/impl/codegen/sync_generic.h",
2266 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002267 "include/grpc/impl/codegen/sync_windows.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002268 "include/grpc/grpc_security.h",
2269 "include/grpc/census.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002270 "src/core/lib/channel/channel_args.h",
2271 "src/core/lib/channel/channel_stack.h",
2272 "src/core/lib/channel/channel_stack_builder.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002273 "src/core/lib/channel/compress_filter.h",
2274 "src/core/lib/channel/connected_channel.h",
2275 "src/core/lib/channel/context.h",
Mark D. Roth14c072c2016-08-26 08:31:34 -07002276 "src/core/lib/channel/deadline_filter.h",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -07002277 "src/core/lib/channel/handshaker.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002278 "src/core/lib/channel/http_client_filter.h",
2279 "src/core/lib/channel/http_server_filter.h",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -07002280 "src/core/lib/channel/message_size_filter.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002281 "src/core/lib/compression/algorithm_metadata.h",
2282 "src/core/lib/compression/message_compress.h",
2283 "src/core/lib/debug/trace.h",
2284 "src/core/lib/http/format_request.h",
2285 "src/core/lib/http/httpcli.h",
2286 "src/core/lib/http/parser.h",
2287 "src/core/lib/iomgr/closure.h",
Craig Tiller57726ca2016-09-12 11:59:45 -07002288 "src/core/lib/iomgr/combiner.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002289 "src/core/lib/iomgr/endpoint.h",
2290 "src/core/lib/iomgr/endpoint_pair.h",
Craig Tiller27f59af2016-04-28 14:19:48 -07002291 "src/core/lib/iomgr/error.h",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -07002292 "src/core/lib/iomgr/ev_epoll_linux.h",
Craig Tiller8a034482016-03-28 16:09:04 -07002293 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
Craig Tillerd9a60bb2016-03-28 23:13:19 -07002294 "src/core/lib/iomgr/ev_poll_posix.h",
Craig Tiller8a034482016-03-28 16:09:04 -07002295 "src/core/lib/iomgr/ev_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002296 "src/core/lib/iomgr/exec_ctx.h",
2297 "src/core/lib/iomgr/executor.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002298 "src/core/lib/iomgr/iocp_windows.h",
2299 "src/core/lib/iomgr/iomgr.h",
2300 "src/core/lib/iomgr/iomgr_internal.h",
2301 "src/core/lib/iomgr/iomgr_posix.h",
Craig Tiller85178862016-05-18 16:09:16 -07002302 "src/core/lib/iomgr/load_file.h",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07002303 "src/core/lib/iomgr/network_status_tracker.h",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -07002304 "src/core/lib/iomgr/polling_entity.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002305 "src/core/lib/iomgr/pollset.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002306 "src/core/lib/iomgr/pollset_set.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002307 "src/core/lib/iomgr/pollset_set_windows.h",
murgatroid999030c812016-09-16 13:25:08 -07002308 "src/core/lib/iomgr/pollset_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002309 "src/core/lib/iomgr/pollset_windows.h",
murgatroid9954070892016-08-08 17:01:18 -07002310 "src/core/lib/iomgr/port.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002311 "src/core/lib/iomgr/resolve_address.h",
2312 "src/core/lib/iomgr/sockaddr.h",
2313 "src/core/lib/iomgr/sockaddr_posix.h",
2314 "src/core/lib/iomgr/sockaddr_utils.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002315 "src/core/lib/iomgr/sockaddr_windows.h",
murgatroid9979b32272016-08-08 13:38:30 -07002316 "src/core/lib/iomgr/socket_utils.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002317 "src/core/lib/iomgr/socket_utils_posix.h",
2318 "src/core/lib/iomgr/socket_windows.h",
2319 "src/core/lib/iomgr/tcp_client.h",
2320 "src/core/lib/iomgr/tcp_posix.h",
2321 "src/core/lib/iomgr/tcp_server.h",
murgatroid999030c812016-09-16 13:25:08 -07002322 "src/core/lib/iomgr/tcp_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002323 "src/core/lib/iomgr/tcp_windows.h",
2324 "src/core/lib/iomgr/time_averaged_stats.h",
2325 "src/core/lib/iomgr/timer.h",
murgatroid999030c812016-09-16 13:25:08 -07002326 "src/core/lib/iomgr/timer_generic.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002327 "src/core/lib/iomgr/timer_heap.h",
murgatroid999030c812016-09-16 13:25:08 -07002328 "src/core/lib/iomgr/timer_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002329 "src/core/lib/iomgr/udp_server.h",
2330 "src/core/lib/iomgr/unix_sockets_posix.h",
kpayson64d195cf52016-10-09 18:04:00 -07002331 "src/core/lib/iomgr/wakeup_fd_cv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002332 "src/core/lib/iomgr/wakeup_fd_pipe.h",
2333 "src/core/lib/iomgr/wakeup_fd_posix.h",
2334 "src/core/lib/iomgr/workqueue.h",
murgatroid999030c812016-09-16 13:25:08 -07002335 "src/core/lib/iomgr/workqueue_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002336 "src/core/lib/iomgr/workqueue_windows.h",
2337 "src/core/lib/json/json.h",
2338 "src/core/lib/json/json_common.h",
2339 "src/core/lib/json/json_reader.h",
2340 "src/core/lib/json/json_writer.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002341 "src/core/lib/surface/api_trace.h",
2342 "src/core/lib/surface/call.h",
2343 "src/core/lib/surface/call_test_only.h",
2344 "src/core/lib/surface/channel.h",
2345 "src/core/lib/surface/channel_init.h",
2346 "src/core/lib/surface/channel_stack_type.h",
2347 "src/core/lib/surface/completion_queue.h",
2348 "src/core/lib/surface/event_string.h",
2349 "src/core/lib/surface/init.h",
2350 "src/core/lib/surface/lame_client.h",
2351 "src/core/lib/surface/server.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002352 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002353 "src/core/lib/transport/connectivity_state.h",
Mark D. Roth6a721b52016-10-14 12:43:34 -07002354 "src/core/lib/transport/mdstr_hash_table.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002355 "src/core/lib/transport/metadata.h",
2356 "src/core/lib/transport/metadata_batch.h",
2357 "src/core/lib/transport/static_metadata.h",
Robbie Shade710d2422016-07-13 15:15:38 -04002358 "src/core/lib/transport/timeout_encoding.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002359 "src/core/lib/transport/transport.h",
2360 "src/core/lib/transport/transport_impl.h",
Yuchen Zengd982bba2016-05-12 18:53:52 -07002361 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002362 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
2363 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
2364 "src/core/ext/transport/chttp2/transport/frame.h",
2365 "src/core/ext/transport/chttp2/transport/frame_data.h",
2366 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
2367 "src/core/ext/transport/chttp2/transport/frame_ping.h",
2368 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
2369 "src/core/ext/transport/chttp2/transport/frame_settings.h",
2370 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
2371 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
2372 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
2373 "src/core/ext/transport/chttp2/transport/hpack_table.h",
2374 "src/core/ext/transport/chttp2/transport/http2_errors.h",
2375 "src/core/ext/transport/chttp2/transport/huffsyms.h",
2376 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
2377 "src/core/ext/transport/chttp2/transport/internal.h",
2378 "src/core/ext/transport/chttp2/transport/status_conversion.h",
2379 "src/core/ext/transport/chttp2/transport/stream_map.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002380 "src/core/ext/transport/chttp2/transport/varint.h",
2381 "src/core/ext/transport/chttp2/alpn/alpn.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07002382 "src/core/lib/security/context/security_context.h",
2383 "src/core/lib/security/credentials/composite/composite_credentials.h",
2384 "src/core/lib/security/credentials/credentials.h",
2385 "src/core/lib/security/credentials/fake/fake_credentials.h",
2386 "src/core/lib/security/credentials/google_default/google_default_credentials.h",
2387 "src/core/lib/security/credentials/iam/iam_credentials.h",
2388 "src/core/lib/security/credentials/jwt/json_token.h",
2389 "src/core/lib/security/credentials/jwt/jwt_credentials.h",
2390 "src/core/lib/security/credentials/jwt/jwt_verifier.h",
2391 "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
2392 "src/core/lib/security/credentials/plugin/plugin_credentials.h",
2393 "src/core/lib/security/credentials/ssl/ssl_credentials.h",
2394 "src/core/lib/security/transport/auth_filters.h",
2395 "src/core/lib/security/transport/handshake.h",
2396 "src/core/lib/security/transport/secure_endpoint.h",
2397 "src/core/lib/security/transport/security_connector.h",
Craig Tillerddad9782016-05-05 17:11:31 -07002398 "src/core/lib/security/transport/tsi_error.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07002399 "src/core/lib/security/util/b64.h",
2400 "src/core/lib/security/util/json_util.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002401 "src/core/lib/tsi/fake_transport_security.h",
2402 "src/core/lib/tsi/ssl_transport_security.h",
2403 "src/core/lib/tsi/ssl_types.h",
2404 "src/core/lib/tsi/transport_security.h",
2405 "src/core/lib/tsi/transport_security_interface.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -07002406 "src/core/ext/client_channel/client_channel.h",
2407 "src/core/ext/client_channel/client_channel_factory.h",
2408 "src/core/ext/client_channel/connector.h",
Mark D. Roth15195742016-10-07 09:02:28 -07002409 "src/core/ext/client_channel/http_connect_handshaker.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -07002410 "src/core/ext/client_channel/initial_connect_string.h",
2411 "src/core/ext/client_channel/lb_policy.h",
2412 "src/core/ext/client_channel/lb_policy_factory.h",
2413 "src/core/ext/client_channel/lb_policy_registry.h",
Mark D. Rotheb35a1d2016-10-19 14:53:42 -07002414 "src/core/ext/client_channel/method_config.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -07002415 "src/core/ext/client_channel/parse_address.h",
2416 "src/core/ext/client_channel/resolver.h",
2417 "src/core/ext/client_channel/resolver_factory.h",
2418 "src/core/ext/client_channel/resolver_registry.h",
2419 "src/core/ext/client_channel/resolver_result.h",
2420 "src/core/ext/client_channel/subchannel.h",
2421 "src/core/ext/client_channel/subchannel_index.h",
2422 "src/core/ext/client_channel/uri_parser.h",
David Garcia Quintasb2e986b2016-06-15 23:55:50 -07002423 "src/core/ext/lb_policy/grpclb/grpclb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002424 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002425 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
David Garcia Quintasb41363e2016-04-29 00:41:21 -07002426 "src/core/ext/load_reporting/load_reporting.h",
2427 "src/core/ext/load_reporting/load_reporting_filter.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002428 "src/core/ext/census/aggregation.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -07002429 "src/core/ext/census/base_resources.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002430 "src/core/ext/census/census_interface.h",
2431 "src/core/ext/census/census_rpc_stats.h",
Alistair Veitch30fe6322016-05-23 10:11:28 -07002432 "src/core/ext/census/gen/census.pb.h",
Alistair Veitcha0c69f92016-08-31 12:01:27 -07002433 "src/core/ext/census/gen/trace_context.pb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002434 "src/core/ext/census/grpc_filter.h",
2435 "src/core/ext/census/mlog.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -07002436 "src/core/ext/census/resource.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002437 "src/core/ext/census/rpc_metric_id.h",
Vizerai12d1fc62016-09-09 14:22:19 -07002438 "src/core/ext/census/trace_context.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07002439 ],
2440 includes = [
2441 "include",
2442 ".",
2443 ],
2444 deps = [
Craig Tillerda179ce2016-02-09 12:01:53 -08002445 ":gpr_objc",
Jorge Canizales4dc4e3d2015-06-26 22:12:02 -07002446 "//external:libssl_objc",
Rob Earhartb7b8d052016-03-29 11:35:29 -07002447 "//external:nanopb",
Jorge Canizales140bca82015-06-20 09:47:00 -07002448 ],
Jorge Canizales8c1fd042015-06-22 19:11:36 -07002449 sdk_dylibs = ["libz"],
Jorge Canizales140bca82015-06-20 09:47:00 -07002450)
2451
2452
2453
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07002454cc_binary(
2455 name = "grpc_cpp_plugin",
2456 srcs = [
2457 "src/compiler/cpp_plugin.cc",
2458 ],
2459 deps = [
2460 "//external:protobuf_compiler",
2461 ":grpc_plugin_support",
2462 ],
2463)
2464
2465
2466cc_binary(
Jan Tattermusch2d924952015-05-06 10:23:17 -07002467 name = "grpc_csharp_plugin",
2468 srcs = [
2469 "src/compiler/csharp_plugin.cc",
2470 ],
2471 deps = [
2472 "//external:protobuf_compiler",
2473 ":grpc_plugin_support",
2474 ],
2475)
2476
2477
2478cc_binary(
murgatroid99d2ee81f2016-02-26 11:10:33 -08002479 name = "grpc_node_plugin",
2480 srcs = [
2481 "src/compiler/node_plugin.cc",
2482 ],
2483 deps = [
2484 "//external:protobuf_compiler",
2485 ":grpc_plugin_support",
2486 ],
2487)
2488
2489
2490cc_binary(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07002491 name = "grpc_objective_c_plugin",
2492 srcs = [
2493 "src/compiler/objective_c_plugin.cc",
2494 ],
2495 deps = [
2496 "//external:protobuf_compiler",
2497 ":grpc_plugin_support",
2498 ],
2499)
2500
2501
2502cc_binary(
Stanley Cheung857a1302016-09-29 17:26:29 -07002503 name = "grpc_php_plugin",
2504 srcs = [
2505 "src/compiler/php_plugin.cc",
2506 ],
2507 deps = [
2508 "//external:protobuf_compiler",
2509 ":grpc_plugin_support",
2510 ],
2511)
2512
2513
2514cc_binary(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07002515 name = "grpc_python_plugin",
2516 srcs = [
2517 "src/compiler/python_plugin.cc",
2518 ],
2519 deps = [
2520 "//external:protobuf_compiler",
2521 ":grpc_plugin_support",
2522 ],
2523)
2524
2525
2526cc_binary(
2527 name = "grpc_ruby_plugin",
2528 srcs = [
2529 "src/compiler/ruby_plugin.cc",
2530 ],
2531 deps = [
2532 "//external:protobuf_compiler",
2533 ":grpc_plugin_support",
2534 ],
2535)
2536
2537
2538
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02002539
2540
Jorge Canizales140bca82015-06-20 09:47:00 -07002541
Jorge Canizales91e67a22015-06-24 13:50:04 -07002542
2543
Jorge Canizales44dc4232015-06-19 16:30:31 -07002544objc_path = "src/objective-c"
Jorge Canizales140bca82015-06-20 09:47:00 -07002545
Jorge Canizales44dc4232015-06-19 16:30:31 -07002546rx_library_path = objc_path + "/RxLibrary"
2547
2548objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07002549 name = "rx_library",
2550 hdrs = glob([
2551 rx_library_path + "/*.h",
2552 rx_library_path + "/transformations/*.h",
2553 ]),
2554 srcs = glob([
2555 rx_library_path + "/*.m",
2556 rx_library_path + "/transformations/*.m",
2557 ]),
2558 includes = [objc_path],
2559 deps = [
2560 ":rx_library_private",
2561 ],
Jorge Canizales44dc4232015-06-19 16:30:31 -07002562)
2563
2564objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07002565 name = "rx_library_private",
2566 hdrs = glob([rx_library_path + "/private/*.h"]),
2567 srcs = glob([rx_library_path + "/private/*.m"]),
2568 visibility = ["//visibility:private"],
Jorge Canizales44dc4232015-06-19 16:30:31 -07002569)
Jorge Canizales866255e2015-06-20 18:58:38 -07002570
2571objc_client_path = objc_path + "/GRPCClient"
2572
2573objc_library(
2574 name = "grpc_client",
2575 hdrs = glob([
2576 objc_client_path + "/*.h",
2577 objc_client_path + "/private/*.h",
2578 ]),
2579 srcs = glob([
2580 objc_client_path + "/*.m",
2581 objc_client_path + "/private/*.m",
2582 ]),
2583 includes = [objc_path],
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07002584 bundles = [":gRPCCertificates"],
Jorge Canizales866255e2015-06-20 18:58:38 -07002585 deps = [
2586 ":grpc_objc",
2587 ":rx_library",
2588 ],
2589)
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07002590
2591objc_bundle_library(
2592 # The choice of name is signicant here, since it determines the bundle name.
2593 name = "gRPCCertificates",
2594 resources = ["etc/roots.pem"],
2595)
Jorge Canizales50f19822015-06-28 23:48:30 -07002596
2597proto_objc_rpc_path = objc_path + "/ProtoRPC"
2598
2599objc_library(
2600 name = "proto_objc_rpc",
2601 hdrs = glob([
2602 proto_objc_rpc_path + "/*.h",
2603 ]),
2604 srcs = glob([
2605 proto_objc_rpc_path + "/*.m",
2606 ]),
2607 includes = [objc_path],
2608 deps = [
2609 ":grpc_client",
2610 ":rx_library",
2611 "//external:protobuf_objc",
2612 ],
2613)