blob: 7d9f1c53d6cab2fd512ca2f9dde592a85f47c1ce [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",
Craig Tiller20afa3d2016-10-17 14:52:14 -0700207 "src/core/lib/iomgr/resource_quota.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 "src/core/lib/iomgr/sockaddr.h",
209 "src/core/lib/iomgr/sockaddr_posix.h",
210 "src/core/lib/iomgr/sockaddr_utils.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700211 "src/core/lib/iomgr/sockaddr_windows.h",
murgatroid9979b32272016-08-08 13:38:30 -0700212 "src/core/lib/iomgr/socket_utils.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 "src/core/lib/iomgr/socket_utils_posix.h",
214 "src/core/lib/iomgr/socket_windows.h",
215 "src/core/lib/iomgr/tcp_client.h",
Craig Tiller86958762016-09-23 12:05:34 -0700216 "src/core/lib/iomgr/tcp_client_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 "src/core/lib/iomgr/tcp_posix.h",
218 "src/core/lib/iomgr/tcp_server.h",
murgatroid999030c812016-09-16 13:25:08 -0700219 "src/core/lib/iomgr/tcp_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 "src/core/lib/iomgr/tcp_windows.h",
221 "src/core/lib/iomgr/time_averaged_stats.h",
222 "src/core/lib/iomgr/timer.h",
murgatroid999030c812016-09-16 13:25:08 -0700223 "src/core/lib/iomgr/timer_generic.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 "src/core/lib/iomgr/timer_heap.h",
murgatroid999030c812016-09-16 13:25:08 -0700225 "src/core/lib/iomgr/timer_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 "src/core/lib/iomgr/udp_server.h",
227 "src/core/lib/iomgr/unix_sockets_posix.h",
kpayson64d195cf52016-10-09 18:04:00 -0700228 "src/core/lib/iomgr/wakeup_fd_cv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 "src/core/lib/iomgr/wakeup_fd_pipe.h",
230 "src/core/lib/iomgr/wakeup_fd_posix.h",
231 "src/core/lib/iomgr/workqueue.h",
murgatroid999030c812016-09-16 13:25:08 -0700232 "src/core/lib/iomgr/workqueue_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 "src/core/lib/iomgr/workqueue_windows.h",
234 "src/core/lib/json/json.h",
235 "src/core/lib/json/json_common.h",
236 "src/core/lib/json/json_reader.h",
237 "src/core/lib/json/json_writer.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 "src/core/lib/surface/api_trace.h",
239 "src/core/lib/surface/call.h",
240 "src/core/lib/surface/call_test_only.h",
241 "src/core/lib/surface/channel.h",
242 "src/core/lib/surface/channel_init.h",
243 "src/core/lib/surface/channel_stack_type.h",
244 "src/core/lib/surface/completion_queue.h",
245 "src/core/lib/surface/event_string.h",
246 "src/core/lib/surface/init.h",
247 "src/core/lib/surface/lame_client.h",
248 "src/core/lib/surface/server.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 "src/core/lib/transport/connectivity_state.h",
Mark D. Roth6a721b52016-10-14 12:43:34 -0700251 "src/core/lib/transport/mdstr_hash_table.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 "src/core/lib/transport/metadata.h",
253 "src/core/lib/transport/metadata_batch.h",
Mark D. Rothbfe56802016-10-26 12:45:20 -0700254 "src/core/lib/transport/method_config.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 "src/core/lib/transport/static_metadata.h",
Robbie Shade710d2422016-07-13 15:15:38 -0400256 "src/core/lib/transport/timeout_encoding.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 "src/core/lib/transport/transport.h",
258 "src/core/lib/transport/transport_impl.h",
Yuchen Zengd982bba2016-05-12 18:53:52 -0700259 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700260 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
261 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
262 "src/core/ext/transport/chttp2/transport/frame.h",
263 "src/core/ext/transport/chttp2/transport/frame_data.h",
264 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
265 "src/core/ext/transport/chttp2/transport/frame_ping.h",
266 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
267 "src/core/ext/transport/chttp2/transport/frame_settings.h",
268 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
269 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
270 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
271 "src/core/ext/transport/chttp2/transport/hpack_table.h",
272 "src/core/ext/transport/chttp2/transport/http2_errors.h",
273 "src/core/ext/transport/chttp2/transport/huffsyms.h",
274 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
275 "src/core/ext/transport/chttp2/transport/internal.h",
276 "src/core/ext/transport/chttp2/transport/status_conversion.h",
277 "src/core/ext/transport/chttp2/transport/stream_map.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700278 "src/core/ext/transport/chttp2/transport/varint.h",
279 "src/core/ext/transport/chttp2/alpn/alpn.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700280 "src/core/lib/security/context/security_context.h",
281 "src/core/lib/security/credentials/composite/composite_credentials.h",
282 "src/core/lib/security/credentials/credentials.h",
283 "src/core/lib/security/credentials/fake/fake_credentials.h",
284 "src/core/lib/security/credentials/google_default/google_default_credentials.h",
285 "src/core/lib/security/credentials/iam/iam_credentials.h",
286 "src/core/lib/security/credentials/jwt/json_token.h",
287 "src/core/lib/security/credentials/jwt/jwt_credentials.h",
288 "src/core/lib/security/credentials/jwt/jwt_verifier.h",
289 "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
290 "src/core/lib/security/credentials/plugin/plugin_credentials.h",
291 "src/core/lib/security/credentials/ssl/ssl_credentials.h",
292 "src/core/lib/security/transport/auth_filters.h",
293 "src/core/lib/security/transport/handshake.h",
294 "src/core/lib/security/transport/secure_endpoint.h",
295 "src/core/lib/security/transport/security_connector.h",
Craig Tillerddad9782016-05-05 17:11:31 -0700296 "src/core/lib/security/transport/tsi_error.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700297 "src/core/lib/security/util/b64.h",
298 "src/core/lib/security/util/json_util.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 "src/core/lib/tsi/fake_transport_security.h",
300 "src/core/lib/tsi/ssl_transport_security.h",
301 "src/core/lib/tsi/ssl_types.h",
302 "src/core/lib/tsi/transport_security.h",
303 "src/core/lib/tsi/transport_security_interface.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700304 "src/core/ext/client_channel/client_channel.h",
305 "src/core/ext/client_channel/client_channel_factory.h",
306 "src/core/ext/client_channel/connector.h",
Mark D. Roth15195742016-10-07 09:02:28 -0700307 "src/core/ext/client_channel/http_connect_handshaker.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700308 "src/core/ext/client_channel/initial_connect_string.h",
309 "src/core/ext/client_channel/lb_policy.h",
310 "src/core/ext/client_channel/lb_policy_factory.h",
311 "src/core/ext/client_channel/lb_policy_registry.h",
312 "src/core/ext/client_channel/parse_address.h",
313 "src/core/ext/client_channel/resolver.h",
314 "src/core/ext/client_channel/resolver_factory.h",
315 "src/core/ext/client_channel/resolver_registry.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700316 "src/core/ext/client_channel/subchannel.h",
317 "src/core/ext/client_channel/subchannel_index.h",
318 "src/core/ext/client_channel/uri_parser.h",
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700319 "src/core/ext/lb_policy/grpclb/grpclb.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700320 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700321 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700322 "src/core/ext/load_reporting/load_reporting.h",
323 "src/core/ext/load_reporting/load_reporting_filter.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700324 "src/core/ext/census/aggregation.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -0700325 "src/core/ext/census/base_resources.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700326 "src/core/ext/census/census_interface.h",
327 "src/core/ext/census/census_rpc_stats.h",
Alistair Veitch30fe6322016-05-23 10:11:28 -0700328 "src/core/ext/census/gen/census.pb.h",
Alistair Veitcha0c69f92016-08-31 12:01:27 -0700329 "src/core/ext/census/gen/trace_context.pb.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700330 "src/core/ext/census/grpc_filter.h",
331 "src/core/ext/census/mlog.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -0700332 "src/core/ext/census/resource.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700333 "src/core/ext/census/rpc_metric_id.h",
Vizerai12d1fc62016-09-09 14:22:19 -0700334 "src/core/ext/census/trace_context.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700335 "src/core/lib/surface/init.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700336 "src/core/lib/channel/channel_args.c",
337 "src/core/lib/channel/channel_stack.c",
338 "src/core/lib/channel/channel_stack_builder.c",
339 "src/core/lib/channel/compress_filter.c",
340 "src/core/lib/channel/connected_channel.c",
Mark D. Roth14c072c2016-08-26 08:31:34 -0700341 "src/core/lib/channel/deadline_filter.c",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700342 "src/core/lib/channel/handshaker.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700343 "src/core/lib/channel/http_client_filter.c",
344 "src/core/lib/channel/http_server_filter.c",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700345 "src/core/lib/channel/message_size_filter.c",
David Garcia Quintasac094472016-05-18 20:25:57 -0700346 "src/core/lib/compression/compression.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700347 "src/core/lib/compression/message_compress.c",
348 "src/core/lib/debug/trace.c",
349 "src/core/lib/http/format_request.c",
350 "src/core/lib/http/httpcli.c",
351 "src/core/lib/http/parser.c",
352 "src/core/lib/iomgr/closure.c",
Craig Tiller57726ca2016-09-12 11:59:45 -0700353 "src/core/lib/iomgr/combiner.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700354 "src/core/lib/iomgr/endpoint.c",
355 "src/core/lib/iomgr/endpoint_pair_posix.c",
murgatroid99c36f6ea2016-10-03 09:24:09 -0700356 "src/core/lib/iomgr/endpoint_pair_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700357 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller27f59af2016-04-28 14:19:48 -0700358 "src/core/lib/iomgr/error.c",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700359 "src/core/lib/iomgr/ev_epoll_linux.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700360 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700361 "src/core/lib/iomgr/ev_poll_posix.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700362 "src/core/lib/iomgr/ev_posix.c",
363 "src/core/lib/iomgr/exec_ctx.c",
364 "src/core/lib/iomgr/executor.c",
365 "src/core/lib/iomgr/iocp_windows.c",
366 "src/core/lib/iomgr/iomgr.c",
367 "src/core/lib/iomgr/iomgr_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700368 "src/core/lib/iomgr/iomgr_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700369 "src/core/lib/iomgr/iomgr_windows.c",
Craig Tiller85178862016-05-18 16:09:16 -0700370 "src/core/lib/iomgr/load_file.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700371 "src/core/lib/iomgr/network_status_tracker.c",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700372 "src/core/lib/iomgr/polling_entity.c",
murgatroid999030c812016-09-16 13:25:08 -0700373 "src/core/lib/iomgr/pollset_set_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700374 "src/core/lib/iomgr/pollset_set_windows.c",
murgatroid999030c812016-09-16 13:25:08 -0700375 "src/core/lib/iomgr/pollset_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700376 "src/core/lib/iomgr/pollset_windows.c",
377 "src/core/lib/iomgr/resolve_address_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700378 "src/core/lib/iomgr/resolve_address_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700379 "src/core/lib/iomgr/resolve_address_windows.c",
Craig Tiller20afa3d2016-10-17 14:52:14 -0700380 "src/core/lib/iomgr/resource_quota.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700381 "src/core/lib/iomgr/sockaddr_utils.c",
382 "src/core/lib/iomgr/socket_utils_common_posix.c",
383 "src/core/lib/iomgr/socket_utils_linux.c",
384 "src/core/lib/iomgr/socket_utils_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700385 "src/core/lib/iomgr/socket_utils_uv.c",
murgatroid9979b32272016-08-08 13:38:30 -0700386 "src/core/lib/iomgr/socket_utils_windows.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700387 "src/core/lib/iomgr/socket_windows.c",
388 "src/core/lib/iomgr/tcp_client_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700389 "src/core/lib/iomgr/tcp_client_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700390 "src/core/lib/iomgr/tcp_client_windows.c",
391 "src/core/lib/iomgr/tcp_posix.c",
392 "src/core/lib/iomgr/tcp_server_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700393 "src/core/lib/iomgr/tcp_server_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700394 "src/core/lib/iomgr/tcp_server_windows.c",
murgatroid999030c812016-09-16 13:25:08 -0700395 "src/core/lib/iomgr/tcp_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700396 "src/core/lib/iomgr/tcp_windows.c",
397 "src/core/lib/iomgr/time_averaged_stats.c",
murgatroid999030c812016-09-16 13:25:08 -0700398 "src/core/lib/iomgr/timer_generic.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700399 "src/core/lib/iomgr/timer_heap.c",
murgatroid999030c812016-09-16 13:25:08 -0700400 "src/core/lib/iomgr/timer_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700401 "src/core/lib/iomgr/udp_server.c",
402 "src/core/lib/iomgr/unix_sockets_posix.c",
403 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
kpayson64d195cf52016-10-09 18:04:00 -0700404 "src/core/lib/iomgr/wakeup_fd_cv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700405 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
406 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
407 "src/core/lib/iomgr/wakeup_fd_pipe.c",
408 "src/core/lib/iomgr/wakeup_fd_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700409 "src/core/lib/iomgr/workqueue_uv.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700410 "src/core/lib/iomgr/workqueue_windows.c",
411 "src/core/lib/json/json.c",
412 "src/core/lib/json/json_reader.c",
413 "src/core/lib/json/json_string.c",
414 "src/core/lib/json/json_writer.c",
415 "src/core/lib/surface/alarm.c",
416 "src/core/lib/surface/api_trace.c",
417 "src/core/lib/surface/byte_buffer.c",
418 "src/core/lib/surface/byte_buffer_reader.c",
419 "src/core/lib/surface/call.c",
420 "src/core/lib/surface/call_details.c",
421 "src/core/lib/surface/call_log_batch.c",
422 "src/core/lib/surface/channel.c",
423 "src/core/lib/surface/channel_init.c",
424 "src/core/lib/surface/channel_ping.c",
425 "src/core/lib/surface/channel_stack_type.c",
426 "src/core/lib/surface/completion_queue.c",
427 "src/core/lib/surface/event_string.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700428 "src/core/lib/surface/lame_client.c",
429 "src/core/lib/surface/metadata_array.c",
430 "src/core/lib/surface/server.c",
431 "src/core/lib/surface/validate_metadata.c",
432 "src/core/lib/surface/version.c",
433 "src/core/lib/transport/byte_stream.c",
434 "src/core/lib/transport/connectivity_state.c",
Mark D. Roth6a721b52016-10-14 12:43:34 -0700435 "src/core/lib/transport/mdstr_hash_table.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700436 "src/core/lib/transport/metadata.c",
437 "src/core/lib/transport/metadata_batch.c",
Mark D. Rothbfe56802016-10-26 12:45:20 -0700438 "src/core/lib/transport/method_config.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700439 "src/core/lib/transport/static_metadata.c",
Robbie Shade710d2422016-07-13 15:15:38 -0400440 "src/core/lib/transport/timeout_encoding.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700441 "src/core/lib/transport/transport.c",
442 "src/core/lib/transport/transport_op_string.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700443 "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c",
Yuchen Zengd982bba2016-05-12 18:53:52 -0700444 "src/core/ext/transport/chttp2/transport/bin_decoder.c",
Craig Tillerf82ddc42016-04-05 17:15:07 -0700445 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
446 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700447 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
448 "src/core/ext/transport/chttp2/transport/frame_data.c",
449 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
450 "src/core/ext/transport/chttp2/transport/frame_ping.c",
451 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
452 "src/core/ext/transport/chttp2/transport/frame_settings.c",
453 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
454 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
455 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
456 "src/core/ext/transport/chttp2/transport/hpack_table.c",
457 "src/core/ext/transport/chttp2/transport/huffsyms.c",
458 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
459 "src/core/ext/transport/chttp2/transport/parsing.c",
460 "src/core/ext/transport/chttp2/transport/status_conversion.c",
461 "src/core/ext/transport/chttp2/transport/stream_lists.c",
462 "src/core/ext/transport/chttp2/transport/stream_map.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700463 "src/core/ext/transport/chttp2/transport/varint.c",
464 "src/core/ext/transport/chttp2/transport/writing.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700465 "src/core/ext/transport/chttp2/alpn/alpn.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700466 "src/core/lib/http/httpcli_security_connector.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700467 "src/core/lib/security/context/security_context.c",
468 "src/core/lib/security/credentials/composite/composite_credentials.c",
469 "src/core/lib/security/credentials/credentials.c",
470 "src/core/lib/security/credentials/credentials_metadata.c",
471 "src/core/lib/security/credentials/fake/fake_credentials.c",
murgatroid997c205902016-08-09 10:07:42 -0700472 "src/core/lib/security/credentials/google_default/credentials_generic.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700473 "src/core/lib/security/credentials/google_default/google_default_credentials.c",
474 "src/core/lib/security/credentials/iam/iam_credentials.c",
475 "src/core/lib/security/credentials/jwt/json_token.c",
476 "src/core/lib/security/credentials/jwt/jwt_credentials.c",
477 "src/core/lib/security/credentials/jwt/jwt_verifier.c",
478 "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
479 "src/core/lib/security/credentials/plugin/plugin_credentials.c",
480 "src/core/lib/security/credentials/ssl/ssl_credentials.c",
481 "src/core/lib/security/transport/client_auth_filter.c",
482 "src/core/lib/security/transport/handshake.c",
483 "src/core/lib/security/transport/secure_endpoint.c",
484 "src/core/lib/security/transport/security_connector.c",
485 "src/core/lib/security/transport/server_auth_filter.c",
Craig Tillerddad9782016-05-05 17:11:31 -0700486 "src/core/lib/security/transport/tsi_error.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700487 "src/core/lib/security/util/b64.c",
488 "src/core/lib/security/util/json_util.c",
Craig Tiller44cc10b2016-03-28 10:45:29 -0700489 "src/core/lib/surface/init_secure.c",
Craig Tillerf23078c2016-03-25 17:07:29 -0700490 "src/core/lib/tsi/fake_transport_security.c",
491 "src/core/lib/tsi/ssl_transport_security.c",
492 "src/core/lib/tsi/transport_security.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700493 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700494 "src/core/ext/client_channel/channel_connectivity.c",
495 "src/core/ext/client_channel/client_channel.c",
496 "src/core/ext/client_channel/client_channel_factory.c",
497 "src/core/ext/client_channel/client_channel_plugin.c",
498 "src/core/ext/client_channel/connector.c",
499 "src/core/ext/client_channel/default_initial_connect_string.c",
Mark D. Roth15195742016-10-07 09:02:28 -0700500 "src/core/ext/client_channel/http_connect_handshaker.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700501 "src/core/ext/client_channel/initial_connect_string.c",
502 "src/core/ext/client_channel/lb_policy.c",
503 "src/core/ext/client_channel/lb_policy_factory.c",
504 "src/core/ext/client_channel/lb_policy_registry.c",
505 "src/core/ext/client_channel/parse_address.c",
506 "src/core/ext/client_channel/resolver.c",
507 "src/core/ext/client_channel/resolver_factory.c",
508 "src/core/ext/client_channel/resolver_registry.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700509 "src/core/ext/client_channel/subchannel.c",
510 "src/core/ext/client_channel/subchannel_index.c",
511 "src/core/ext/client_channel/uri_parser.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700512 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
Adam Michalikbf10c822016-05-20 16:13:32 -0700513 "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700514 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
Adam Michalik321b1fb2016-05-16 15:42:36 -0700515 "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c",
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700516 "src/core/ext/lb_policy/grpclb/grpclb.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700517 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700518 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700519 "src/core/ext/lb_policy/pick_first/pick_first.c",
520 "src/core/ext/lb_policy/round_robin/round_robin.c",
521 "src/core/ext/resolver/dns/native/dns_resolver.c",
522 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700523 "src/core/ext/load_reporting/load_reporting.c",
524 "src/core/ext/load_reporting/load_reporting_filter.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -0700525 "src/core/ext/census/base_resources.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700526 "src/core/ext/census/context.c",
Alistair Veitch30fe6322016-05-23 10:11:28 -0700527 "src/core/ext/census/gen/census.pb.c",
Alistair Veitcha0c69f92016-08-31 12:01:27 -0700528 "src/core/ext/census/gen/trace_context.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700529 "src/core/ext/census/grpc_context.c",
530 "src/core/ext/census/grpc_filter.c",
531 "src/core/ext/census/grpc_plugin.c",
532 "src/core/ext/census/initialize.c",
533 "src/core/ext/census/mlog.c",
534 "src/core/ext/census/operation.c",
535 "src/core/ext/census/placeholders.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -0700536 "src/core/ext/census/resource.c",
Vizerai12d1fc62016-09-09 14:22:19 -0700537 "src/core/ext/census/trace_context.c",
Craig Tiller03915e52016-04-07 09:15:10 -0700538 "src/core/ext/census/tracing.c",
Craig Tillerfb433852016-03-29 08:51:07 -0700539 "src/core/plugin_registry/grpc_plugin_registry.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700540 ],
541 hdrs = [
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700542 "include/grpc/byte_buffer.h",
543 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700544 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700545 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -0700546 "include/grpc/grpc_posix.h",
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200547 "include/grpc/grpc_security_constants.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700548 "include/grpc/status.h",
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700549 "include/grpc/impl/codegen/byte_buffer_reader.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700550 "include/grpc/impl/codegen/compression_types.h",
551 "include/grpc/impl/codegen/connectivity_state.h",
552 "include/grpc/impl/codegen/grpc_types.h",
553 "include/grpc/impl/codegen/propagation_bits.h",
554 "include/grpc/impl/codegen/status.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700555 "include/grpc/impl/codegen/atm.h",
556 "include/grpc/impl/codegen/atm_gcc_atomic.h",
557 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700558 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700559 "include/grpc/impl/codegen/gpr_types.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700560 "include/grpc/impl/codegen/port_platform.h",
561 "include/grpc/impl/codegen/slice.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700562 "include/grpc/impl/codegen/sync.h",
563 "include/grpc/impl/codegen/sync_generic.h",
564 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700565 "include/grpc/impl/codegen/sync_windows.h",
Craig Tiller03915e52016-04-07 09:15:10 -0700566 "include/grpc/grpc_security.h",
567 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700568 ],
569 includes = [
570 "include",
571 ".",
572 ],
573 deps = [
574 "//external:libssl",
Ming Zhaof2f24e22015-08-13 12:38:35 -0700575 "//external:zlib",
Craig Tillerda179ce2016-02-09 12:01:53 -0800576 ":gpr",
Rob Earhartb7b8d052016-03-29 11:35:29 -0700577 "//external:nanopb",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700578 ],
Rob Earhartaf379b22016-01-21 13:43:09 -0800579 copts = [
580 "-std=gnu99",
581 ],
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +0200582)
583
584
Rob Earhartb7b8d052016-03-29 11:35:29 -0700585
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700586cc_library(
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700587 name = "grpc_cronet",
588 srcs = [
589 "src/core/lib/channel/channel_args.h",
590 "src/core/lib/channel/channel_stack.h",
591 "src/core/lib/channel/channel_stack_builder.h",
592 "src/core/lib/channel/compress_filter.h",
593 "src/core/lib/channel/connected_channel.h",
594 "src/core/lib/channel/context.h",
Mark D. Roth14c072c2016-08-26 08:31:34 -0700595 "src/core/lib/channel/deadline_filter.h",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700596 "src/core/lib/channel/handshaker.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700597 "src/core/lib/channel/http_client_filter.h",
598 "src/core/lib/channel/http_server_filter.h",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700599 "src/core/lib/channel/message_size_filter.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700600 "src/core/lib/compression/algorithm_metadata.h",
601 "src/core/lib/compression/message_compress.h",
602 "src/core/lib/debug/trace.h",
603 "src/core/lib/http/format_request.h",
604 "src/core/lib/http/httpcli.h",
605 "src/core/lib/http/parser.h",
606 "src/core/lib/iomgr/closure.h",
Craig Tiller57726ca2016-09-12 11:59:45 -0700607 "src/core/lib/iomgr/combiner.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700608 "src/core/lib/iomgr/endpoint.h",
609 "src/core/lib/iomgr/endpoint_pair.h",
Craig Tiller2888bd52016-06-07 11:00:42 -0700610 "src/core/lib/iomgr/error.h",
Sree Kuchibhotla492fd962016-06-10 09:03:34 -0700611 "src/core/lib/iomgr/ev_epoll_linux.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700612 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
613 "src/core/lib/iomgr/ev_poll_posix.h",
614 "src/core/lib/iomgr/ev_posix.h",
615 "src/core/lib/iomgr/exec_ctx.h",
616 "src/core/lib/iomgr/executor.h",
617 "src/core/lib/iomgr/iocp_windows.h",
618 "src/core/lib/iomgr/iomgr.h",
619 "src/core/lib/iomgr/iomgr_internal.h",
620 "src/core/lib/iomgr/iomgr_posix.h",
Craig Tiller2888bd52016-06-07 11:00:42 -0700621 "src/core/lib/iomgr/load_file.h",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700622 "src/core/lib/iomgr/network_status_tracker.h",
David Garcia Quintas4461da72016-06-06 16:45:01 -0700623 "src/core/lib/iomgr/polling_entity.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700624 "src/core/lib/iomgr/pollset.h",
625 "src/core/lib/iomgr/pollset_set.h",
626 "src/core/lib/iomgr/pollset_set_windows.h",
murgatroid999030c812016-09-16 13:25:08 -0700627 "src/core/lib/iomgr/pollset_uv.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700628 "src/core/lib/iomgr/pollset_windows.h",
murgatroid9954070892016-08-08 17:01:18 -0700629 "src/core/lib/iomgr/port.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700630 "src/core/lib/iomgr/resolve_address.h",
Craig Tiller20afa3d2016-10-17 14:52:14 -0700631 "src/core/lib/iomgr/resource_quota.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700632 "src/core/lib/iomgr/sockaddr.h",
633 "src/core/lib/iomgr/sockaddr_posix.h",
634 "src/core/lib/iomgr/sockaddr_utils.h",
Jan Tattermusch2f7f8562016-06-06 13:34:56 -0700635 "src/core/lib/iomgr/sockaddr_windows.h",
murgatroid9979b32272016-08-08 13:38:30 -0700636 "src/core/lib/iomgr/socket_utils.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700637 "src/core/lib/iomgr/socket_utils_posix.h",
638 "src/core/lib/iomgr/socket_windows.h",
639 "src/core/lib/iomgr/tcp_client.h",
Craig Tiller86958762016-09-23 12:05:34 -0700640 "src/core/lib/iomgr/tcp_client_posix.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700641 "src/core/lib/iomgr/tcp_posix.h",
642 "src/core/lib/iomgr/tcp_server.h",
murgatroid999030c812016-09-16 13:25:08 -0700643 "src/core/lib/iomgr/tcp_uv.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700644 "src/core/lib/iomgr/tcp_windows.h",
645 "src/core/lib/iomgr/time_averaged_stats.h",
646 "src/core/lib/iomgr/timer.h",
murgatroid999030c812016-09-16 13:25:08 -0700647 "src/core/lib/iomgr/timer_generic.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700648 "src/core/lib/iomgr/timer_heap.h",
murgatroid999030c812016-09-16 13:25:08 -0700649 "src/core/lib/iomgr/timer_uv.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700650 "src/core/lib/iomgr/udp_server.h",
651 "src/core/lib/iomgr/unix_sockets_posix.h",
kpayson64d195cf52016-10-09 18:04:00 -0700652 "src/core/lib/iomgr/wakeup_fd_cv.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700653 "src/core/lib/iomgr/wakeup_fd_pipe.h",
654 "src/core/lib/iomgr/wakeup_fd_posix.h",
655 "src/core/lib/iomgr/workqueue.h",
murgatroid999030c812016-09-16 13:25:08 -0700656 "src/core/lib/iomgr/workqueue_uv.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700657 "src/core/lib/iomgr/workqueue_windows.h",
658 "src/core/lib/json/json.h",
659 "src/core/lib/json/json_common.h",
660 "src/core/lib/json/json_reader.h",
661 "src/core/lib/json/json_writer.h",
662 "src/core/lib/surface/api_trace.h",
663 "src/core/lib/surface/call.h",
664 "src/core/lib/surface/call_test_only.h",
665 "src/core/lib/surface/channel.h",
666 "src/core/lib/surface/channel_init.h",
667 "src/core/lib/surface/channel_stack_type.h",
668 "src/core/lib/surface/completion_queue.h",
669 "src/core/lib/surface/event_string.h",
670 "src/core/lib/surface/init.h",
671 "src/core/lib/surface/lame_client.h",
672 "src/core/lib/surface/server.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700673 "src/core/lib/transport/byte_stream.h",
674 "src/core/lib/transport/connectivity_state.h",
Mark D. Roth6a721b52016-10-14 12:43:34 -0700675 "src/core/lib/transport/mdstr_hash_table.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700676 "src/core/lib/transport/metadata.h",
677 "src/core/lib/transport/metadata_batch.h",
Mark D. Rothbfe56802016-10-26 12:45:20 -0700678 "src/core/lib/transport/method_config.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700679 "src/core/lib/transport/static_metadata.h",
Robbie Shade710d2422016-07-13 15:15:38 -0400680 "src/core/lib/transport/timeout_encoding.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700681 "src/core/lib/transport/transport.h",
682 "src/core/lib/transport/transport_impl.h",
683 "third_party/objective_c/Cronet/cronet_c_for_grpc.h",
Yuchen Zeng0a0c1b02016-06-08 17:52:05 -0700684 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700685 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
686 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
687 "src/core/ext/transport/chttp2/transport/frame.h",
688 "src/core/ext/transport/chttp2/transport/frame_data.h",
689 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
690 "src/core/ext/transport/chttp2/transport/frame_ping.h",
691 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
692 "src/core/ext/transport/chttp2/transport/frame_settings.h",
693 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
694 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
695 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
696 "src/core/ext/transport/chttp2/transport/hpack_table.h",
697 "src/core/ext/transport/chttp2/transport/http2_errors.h",
698 "src/core/ext/transport/chttp2/transport/huffsyms.h",
699 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
700 "src/core/ext/transport/chttp2/transport/internal.h",
701 "src/core/ext/transport/chttp2/transport/status_conversion.h",
702 "src/core/ext/transport/chttp2/transport/stream_map.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700703 "src/core/ext/transport/chttp2/transport/varint.h",
704 "src/core/ext/transport/chttp2/alpn/alpn.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700705 "src/core/ext/client_channel/client_channel.h",
706 "src/core/ext/client_channel/client_channel_factory.h",
707 "src/core/ext/client_channel/connector.h",
Mark D. Roth15195742016-10-07 09:02:28 -0700708 "src/core/ext/client_channel/http_connect_handshaker.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700709 "src/core/ext/client_channel/initial_connect_string.h",
710 "src/core/ext/client_channel/lb_policy.h",
711 "src/core/ext/client_channel/lb_policy_factory.h",
712 "src/core/ext/client_channel/lb_policy_registry.h",
713 "src/core/ext/client_channel/parse_address.h",
714 "src/core/ext/client_channel/resolver.h",
715 "src/core/ext/client_channel/resolver_factory.h",
716 "src/core/ext/client_channel/resolver_registry.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700717 "src/core/ext/client_channel/subchannel.h",
718 "src/core/ext/client_channel/subchannel_index.h",
719 "src/core/ext/client_channel/uri_parser.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700720 "src/core/lib/security/context/security_context.h",
721 "src/core/lib/security/credentials/composite/composite_credentials.h",
722 "src/core/lib/security/credentials/credentials.h",
723 "src/core/lib/security/credentials/fake/fake_credentials.h",
724 "src/core/lib/security/credentials/google_default/google_default_credentials.h",
725 "src/core/lib/security/credentials/iam/iam_credentials.h",
726 "src/core/lib/security/credentials/jwt/json_token.h",
727 "src/core/lib/security/credentials/jwt/jwt_credentials.h",
728 "src/core/lib/security/credentials/jwt/jwt_verifier.h",
729 "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
730 "src/core/lib/security/credentials/plugin/plugin_credentials.h",
731 "src/core/lib/security/credentials/ssl/ssl_credentials.h",
732 "src/core/lib/security/transport/auth_filters.h",
733 "src/core/lib/security/transport/handshake.h",
734 "src/core/lib/security/transport/secure_endpoint.h",
735 "src/core/lib/security/transport/security_connector.h",
Craig Tiller2888bd52016-06-07 11:00:42 -0700736 "src/core/lib/security/transport/tsi_error.h",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700737 "src/core/lib/security/util/b64.h",
738 "src/core/lib/security/util/json_util.h",
739 "src/core/lib/tsi/fake_transport_security.h",
740 "src/core/lib/tsi/ssl_transport_security.h",
741 "src/core/lib/tsi/ssl_types.h",
742 "src/core/lib/tsi/transport_security.h",
743 "src/core/lib/tsi/transport_security_interface.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700744 "src/core/lib/surface/init.c",
745 "src/core/lib/channel/channel_args.c",
746 "src/core/lib/channel/channel_stack.c",
747 "src/core/lib/channel/channel_stack_builder.c",
748 "src/core/lib/channel/compress_filter.c",
749 "src/core/lib/channel/connected_channel.c",
Mark D. Roth14c072c2016-08-26 08:31:34 -0700750 "src/core/lib/channel/deadline_filter.c",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700751 "src/core/lib/channel/handshaker.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700752 "src/core/lib/channel/http_client_filter.c",
753 "src/core/lib/channel/http_server_filter.c",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700754 "src/core/lib/channel/message_size_filter.c",
David Garcia Quintas37e516e2016-06-07 21:23:41 -0700755 "src/core/lib/compression/compression.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700756 "src/core/lib/compression/message_compress.c",
757 "src/core/lib/debug/trace.c",
758 "src/core/lib/http/format_request.c",
759 "src/core/lib/http/httpcli.c",
760 "src/core/lib/http/parser.c",
761 "src/core/lib/iomgr/closure.c",
Craig Tiller57726ca2016-09-12 11:59:45 -0700762 "src/core/lib/iomgr/combiner.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700763 "src/core/lib/iomgr/endpoint.c",
764 "src/core/lib/iomgr/endpoint_pair_posix.c",
murgatroid99c36f6ea2016-10-03 09:24:09 -0700765 "src/core/lib/iomgr/endpoint_pair_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700766 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller2888bd52016-06-07 11:00:42 -0700767 "src/core/lib/iomgr/error.c",
Sree Kuchibhotla492fd962016-06-10 09:03:34 -0700768 "src/core/lib/iomgr/ev_epoll_linux.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700769 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
770 "src/core/lib/iomgr/ev_poll_posix.c",
771 "src/core/lib/iomgr/ev_posix.c",
772 "src/core/lib/iomgr/exec_ctx.c",
773 "src/core/lib/iomgr/executor.c",
774 "src/core/lib/iomgr/iocp_windows.c",
775 "src/core/lib/iomgr/iomgr.c",
776 "src/core/lib/iomgr/iomgr_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700777 "src/core/lib/iomgr/iomgr_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700778 "src/core/lib/iomgr/iomgr_windows.c",
Craig Tiller2888bd52016-06-07 11:00:42 -0700779 "src/core/lib/iomgr/load_file.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700780 "src/core/lib/iomgr/network_status_tracker.c",
David Garcia Quintas4461da72016-06-06 16:45:01 -0700781 "src/core/lib/iomgr/polling_entity.c",
murgatroid999030c812016-09-16 13:25:08 -0700782 "src/core/lib/iomgr/pollset_set_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700783 "src/core/lib/iomgr/pollset_set_windows.c",
murgatroid999030c812016-09-16 13:25:08 -0700784 "src/core/lib/iomgr/pollset_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700785 "src/core/lib/iomgr/pollset_windows.c",
786 "src/core/lib/iomgr/resolve_address_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700787 "src/core/lib/iomgr/resolve_address_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700788 "src/core/lib/iomgr/resolve_address_windows.c",
Craig Tiller20afa3d2016-10-17 14:52:14 -0700789 "src/core/lib/iomgr/resource_quota.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700790 "src/core/lib/iomgr/sockaddr_utils.c",
791 "src/core/lib/iomgr/socket_utils_common_posix.c",
792 "src/core/lib/iomgr/socket_utils_linux.c",
793 "src/core/lib/iomgr/socket_utils_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700794 "src/core/lib/iomgr/socket_utils_uv.c",
murgatroid9979b32272016-08-08 13:38:30 -0700795 "src/core/lib/iomgr/socket_utils_windows.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700796 "src/core/lib/iomgr/socket_windows.c",
797 "src/core/lib/iomgr/tcp_client_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700798 "src/core/lib/iomgr/tcp_client_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700799 "src/core/lib/iomgr/tcp_client_windows.c",
800 "src/core/lib/iomgr/tcp_posix.c",
801 "src/core/lib/iomgr/tcp_server_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700802 "src/core/lib/iomgr/tcp_server_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700803 "src/core/lib/iomgr/tcp_server_windows.c",
murgatroid999030c812016-09-16 13:25:08 -0700804 "src/core/lib/iomgr/tcp_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700805 "src/core/lib/iomgr/tcp_windows.c",
806 "src/core/lib/iomgr/time_averaged_stats.c",
murgatroid999030c812016-09-16 13:25:08 -0700807 "src/core/lib/iomgr/timer_generic.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700808 "src/core/lib/iomgr/timer_heap.c",
murgatroid999030c812016-09-16 13:25:08 -0700809 "src/core/lib/iomgr/timer_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700810 "src/core/lib/iomgr/udp_server.c",
811 "src/core/lib/iomgr/unix_sockets_posix.c",
812 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
kpayson64d195cf52016-10-09 18:04:00 -0700813 "src/core/lib/iomgr/wakeup_fd_cv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700814 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
815 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
816 "src/core/lib/iomgr/wakeup_fd_pipe.c",
817 "src/core/lib/iomgr/wakeup_fd_posix.c",
murgatroid999030c812016-09-16 13:25:08 -0700818 "src/core/lib/iomgr/workqueue_uv.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700819 "src/core/lib/iomgr/workqueue_windows.c",
820 "src/core/lib/json/json.c",
821 "src/core/lib/json/json_reader.c",
822 "src/core/lib/json/json_string.c",
823 "src/core/lib/json/json_writer.c",
824 "src/core/lib/surface/alarm.c",
825 "src/core/lib/surface/api_trace.c",
826 "src/core/lib/surface/byte_buffer.c",
827 "src/core/lib/surface/byte_buffer_reader.c",
828 "src/core/lib/surface/call.c",
829 "src/core/lib/surface/call_details.c",
830 "src/core/lib/surface/call_log_batch.c",
831 "src/core/lib/surface/channel.c",
832 "src/core/lib/surface/channel_init.c",
833 "src/core/lib/surface/channel_ping.c",
834 "src/core/lib/surface/channel_stack_type.c",
835 "src/core/lib/surface/completion_queue.c",
836 "src/core/lib/surface/event_string.c",
837 "src/core/lib/surface/lame_client.c",
838 "src/core/lib/surface/metadata_array.c",
839 "src/core/lib/surface/server.c",
840 "src/core/lib/surface/validate_metadata.c",
841 "src/core/lib/surface/version.c",
842 "src/core/lib/transport/byte_stream.c",
843 "src/core/lib/transport/connectivity_state.c",
Mark D. Roth6a721b52016-10-14 12:43:34 -0700844 "src/core/lib/transport/mdstr_hash_table.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700845 "src/core/lib/transport/metadata.c",
846 "src/core/lib/transport/metadata_batch.c",
Mark D. Rothbfe56802016-10-26 12:45:20 -0700847 "src/core/lib/transport/method_config.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700848 "src/core/lib/transport/static_metadata.c",
Robbie Shade710d2422016-07-13 15:15:38 -0400849 "src/core/lib/transport/timeout_encoding.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700850 "src/core/lib/transport/transport.c",
851 "src/core/lib/transport/transport_op_string.c",
852 "src/core/ext/transport/cronet/client/secure/cronet_channel_create.c",
853 "src/core/ext/transport/cronet/transport/cronet_api_dummy.c",
854 "src/core/ext/transport/cronet/transport/cronet_transport.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700855 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
Yuchen Zeng0a0c1b02016-06-08 17:52:05 -0700856 "src/core/ext/transport/chttp2/transport/bin_decoder.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700857 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
858 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
859 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
860 "src/core/ext/transport/chttp2/transport/frame_data.c",
861 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
862 "src/core/ext/transport/chttp2/transport/frame_ping.c",
863 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
864 "src/core/ext/transport/chttp2/transport/frame_settings.c",
865 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
866 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
867 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
868 "src/core/ext/transport/chttp2/transport/hpack_table.c",
869 "src/core/ext/transport/chttp2/transport/huffsyms.c",
870 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
871 "src/core/ext/transport/chttp2/transport/parsing.c",
872 "src/core/ext/transport/chttp2/transport/status_conversion.c",
873 "src/core/ext/transport/chttp2/transport/stream_lists.c",
874 "src/core/ext/transport/chttp2/transport/stream_map.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700875 "src/core/ext/transport/chttp2/transport/varint.c",
876 "src/core/ext/transport/chttp2/transport/writing.c",
877 "src/core/ext/transport/chttp2/alpn/alpn.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700878 "src/core/ext/client_channel/channel_connectivity.c",
879 "src/core/ext/client_channel/client_channel.c",
880 "src/core/ext/client_channel/client_channel_factory.c",
881 "src/core/ext/client_channel/client_channel_plugin.c",
882 "src/core/ext/client_channel/connector.c",
883 "src/core/ext/client_channel/default_initial_connect_string.c",
Mark D. Roth15195742016-10-07 09:02:28 -0700884 "src/core/ext/client_channel/http_connect_handshaker.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700885 "src/core/ext/client_channel/initial_connect_string.c",
886 "src/core/ext/client_channel/lb_policy.c",
887 "src/core/ext/client_channel/lb_policy_factory.c",
888 "src/core/ext/client_channel/lb_policy_registry.c",
889 "src/core/ext/client_channel/parse_address.c",
890 "src/core/ext/client_channel/resolver.c",
891 "src/core/ext/client_channel/resolver_factory.c",
892 "src/core/ext/client_channel/resolver_registry.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -0700893 "src/core/ext/client_channel/subchannel.c",
894 "src/core/ext/client_channel/subchannel_index.c",
895 "src/core/ext/client_channel/uri_parser.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700896 "src/core/lib/http/httpcli_security_connector.c",
897 "src/core/lib/security/context/security_context.c",
898 "src/core/lib/security/credentials/composite/composite_credentials.c",
899 "src/core/lib/security/credentials/credentials.c",
900 "src/core/lib/security/credentials/credentials_metadata.c",
901 "src/core/lib/security/credentials/fake/fake_credentials.c",
murgatroid997c205902016-08-09 10:07:42 -0700902 "src/core/lib/security/credentials/google_default/credentials_generic.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700903 "src/core/lib/security/credentials/google_default/google_default_credentials.c",
904 "src/core/lib/security/credentials/iam/iam_credentials.c",
905 "src/core/lib/security/credentials/jwt/json_token.c",
906 "src/core/lib/security/credentials/jwt/jwt_credentials.c",
907 "src/core/lib/security/credentials/jwt/jwt_verifier.c",
908 "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
909 "src/core/lib/security/credentials/plugin/plugin_credentials.c",
910 "src/core/lib/security/credentials/ssl/ssl_credentials.c",
911 "src/core/lib/security/transport/client_auth_filter.c",
912 "src/core/lib/security/transport/handshake.c",
913 "src/core/lib/security/transport/secure_endpoint.c",
914 "src/core/lib/security/transport/security_connector.c",
915 "src/core/lib/security/transport/server_auth_filter.c",
Craig Tiller2888bd52016-06-07 11:00:42 -0700916 "src/core/lib/security/transport/tsi_error.c",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700917 "src/core/lib/security/util/b64.c",
918 "src/core/lib/security/util/json_util.c",
919 "src/core/lib/surface/init_secure.c",
920 "src/core/lib/tsi/fake_transport_security.c",
921 "src/core/lib/tsi/ssl_transport_security.c",
922 "src/core/lib/tsi/transport_security.c",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700923 "src/core/plugin_registry/grpc_cronet_plugin_registry.c",
924 ],
925 hdrs = [
926 "include/grpc/byte_buffer.h",
927 "include/grpc/byte_buffer_reader.h",
928 "include/grpc/compression.h",
929 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -0700930 "include/grpc/grpc_posix.h",
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200931 "include/grpc/grpc_security_constants.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700932 "include/grpc/status.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700933 "include/grpc/impl/codegen/byte_buffer_reader.h",
934 "include/grpc/impl/codegen/compression_types.h",
935 "include/grpc/impl/codegen/connectivity_state.h",
936 "include/grpc/impl/codegen/grpc_types.h",
937 "include/grpc/impl/codegen/propagation_bits.h",
938 "include/grpc/impl/codegen/status.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700939 "include/grpc/impl/codegen/atm.h",
940 "include/grpc/impl/codegen/atm_gcc_atomic.h",
941 "include/grpc/impl/codegen/atm_gcc_sync.h",
Jan Tattermusch2f7f8562016-06-06 13:34:56 -0700942 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700943 "include/grpc/impl/codegen/gpr_types.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700944 "include/grpc/impl/codegen/port_platform.h",
945 "include/grpc/impl/codegen/slice.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700946 "include/grpc/impl/codegen/sync.h",
947 "include/grpc/impl/codegen/sync_generic.h",
948 "include/grpc/impl/codegen/sync_posix.h",
Jan Tattermusch2f7f8562016-06-06 13:34:56 -0700949 "include/grpc/impl/codegen/sync_windows.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700950 "include/grpc/grpc_cronet.h",
951 "include/grpc/grpc_security.h",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700952 ],
953 includes = [
954 "include",
955 ".",
956 ],
957 deps = [
958 "//external:libssl",
959 ":gpr",
960 ],
961)
962
963
964
965cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700966 name = "grpc_unsecure",
967 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -0700968 "src/core/lib/channel/channel_args.h",
969 "src/core/lib/channel/channel_stack.h",
970 "src/core/lib/channel/channel_stack_builder.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700971 "src/core/lib/channel/compress_filter.h",
972 "src/core/lib/channel/connected_channel.h",
973 "src/core/lib/channel/context.h",
Mark D. Roth14c072c2016-08-26 08:31:34 -0700974 "src/core/lib/channel/deadline_filter.h",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700975 "src/core/lib/channel/handshaker.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700976 "src/core/lib/channel/http_client_filter.h",
977 "src/core/lib/channel/http_server_filter.h",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700978 "src/core/lib/channel/message_size_filter.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700979 "src/core/lib/compression/algorithm_metadata.h",
980 "src/core/lib/compression/message_compress.h",
981 "src/core/lib/debug/trace.h",
982 "src/core/lib/http/format_request.h",
983 "src/core/lib/http/httpcli.h",
984 "src/core/lib/http/parser.h",
985 "src/core/lib/iomgr/closure.h",
Craig Tiller57726ca2016-09-12 11:59:45 -0700986 "src/core/lib/iomgr/combiner.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700987 "src/core/lib/iomgr/endpoint.h",
988 "src/core/lib/iomgr/endpoint_pair.h",
Craig Tiller27f59af2016-04-28 14:19:48 -0700989 "src/core/lib/iomgr/error.h",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700990 "src/core/lib/iomgr/ev_epoll_linux.h",
Craig Tiller8a034482016-03-28 16:09:04 -0700991 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700992 "src/core/lib/iomgr/ev_poll_posix.h",
Craig Tiller8a034482016-03-28 16:09:04 -0700993 "src/core/lib/iomgr/ev_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700994 "src/core/lib/iomgr/exec_ctx.h",
995 "src/core/lib/iomgr/executor.h",
Craig Tillerf23078c2016-03-25 17:07:29 -0700996 "src/core/lib/iomgr/iocp_windows.h",
997 "src/core/lib/iomgr/iomgr.h",
998 "src/core/lib/iomgr/iomgr_internal.h",
999 "src/core/lib/iomgr/iomgr_posix.h",
Craig Tiller85178862016-05-18 16:09:16 -07001000 "src/core/lib/iomgr/load_file.h",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07001001 "src/core/lib/iomgr/network_status_tracker.h",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -07001002 "src/core/lib/iomgr/polling_entity.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001003 "src/core/lib/iomgr/pollset.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001004 "src/core/lib/iomgr/pollset_set.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001005 "src/core/lib/iomgr/pollset_set_windows.h",
murgatroid999030c812016-09-16 13:25:08 -07001006 "src/core/lib/iomgr/pollset_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001007 "src/core/lib/iomgr/pollset_windows.h",
murgatroid9954070892016-08-08 17:01:18 -07001008 "src/core/lib/iomgr/port.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001009 "src/core/lib/iomgr/resolve_address.h",
Craig Tiller20afa3d2016-10-17 14:52:14 -07001010 "src/core/lib/iomgr/resource_quota.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001011 "src/core/lib/iomgr/sockaddr.h",
1012 "src/core/lib/iomgr/sockaddr_posix.h",
1013 "src/core/lib/iomgr/sockaddr_utils.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001014 "src/core/lib/iomgr/sockaddr_windows.h",
murgatroid9979b32272016-08-08 13:38:30 -07001015 "src/core/lib/iomgr/socket_utils.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001016 "src/core/lib/iomgr/socket_utils_posix.h",
1017 "src/core/lib/iomgr/socket_windows.h",
1018 "src/core/lib/iomgr/tcp_client.h",
Craig Tiller86958762016-09-23 12:05:34 -07001019 "src/core/lib/iomgr/tcp_client_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001020 "src/core/lib/iomgr/tcp_posix.h",
1021 "src/core/lib/iomgr/tcp_server.h",
murgatroid999030c812016-09-16 13:25:08 -07001022 "src/core/lib/iomgr/tcp_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001023 "src/core/lib/iomgr/tcp_windows.h",
1024 "src/core/lib/iomgr/time_averaged_stats.h",
1025 "src/core/lib/iomgr/timer.h",
murgatroid999030c812016-09-16 13:25:08 -07001026 "src/core/lib/iomgr/timer_generic.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001027 "src/core/lib/iomgr/timer_heap.h",
murgatroid999030c812016-09-16 13:25:08 -07001028 "src/core/lib/iomgr/timer_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001029 "src/core/lib/iomgr/udp_server.h",
1030 "src/core/lib/iomgr/unix_sockets_posix.h",
kpayson64d195cf52016-10-09 18:04:00 -07001031 "src/core/lib/iomgr/wakeup_fd_cv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001032 "src/core/lib/iomgr/wakeup_fd_pipe.h",
1033 "src/core/lib/iomgr/wakeup_fd_posix.h",
1034 "src/core/lib/iomgr/workqueue.h",
murgatroid999030c812016-09-16 13:25:08 -07001035 "src/core/lib/iomgr/workqueue_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001036 "src/core/lib/iomgr/workqueue_windows.h",
1037 "src/core/lib/json/json.h",
1038 "src/core/lib/json/json_common.h",
1039 "src/core/lib/json/json_reader.h",
1040 "src/core/lib/json/json_writer.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001041 "src/core/lib/surface/api_trace.h",
1042 "src/core/lib/surface/call.h",
1043 "src/core/lib/surface/call_test_only.h",
1044 "src/core/lib/surface/channel.h",
1045 "src/core/lib/surface/channel_init.h",
1046 "src/core/lib/surface/channel_stack_type.h",
1047 "src/core/lib/surface/completion_queue.h",
1048 "src/core/lib/surface/event_string.h",
1049 "src/core/lib/surface/init.h",
1050 "src/core/lib/surface/lame_client.h",
1051 "src/core/lib/surface/server.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001052 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001053 "src/core/lib/transport/connectivity_state.h",
Mark D. Roth6a721b52016-10-14 12:43:34 -07001054 "src/core/lib/transport/mdstr_hash_table.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001055 "src/core/lib/transport/metadata.h",
1056 "src/core/lib/transport/metadata_batch.h",
Mark D. Rothbfe56802016-10-26 12:45:20 -07001057 "src/core/lib/transport/method_config.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001058 "src/core/lib/transport/static_metadata.h",
Robbie Shade710d2422016-07-13 15:15:38 -04001059 "src/core/lib/transport/timeout_encoding.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07001060 "src/core/lib/transport/transport.h",
1061 "src/core/lib/transport/transport_impl.h",
Yuchen Zengd982bba2016-05-12 18:53:52 -07001062 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001063 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
1064 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
1065 "src/core/ext/transport/chttp2/transport/frame.h",
1066 "src/core/ext/transport/chttp2/transport/frame_data.h",
1067 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
1068 "src/core/ext/transport/chttp2/transport/frame_ping.h",
1069 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
1070 "src/core/ext/transport/chttp2/transport/frame_settings.h",
1071 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
1072 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
1073 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
1074 "src/core/ext/transport/chttp2/transport/hpack_table.h",
1075 "src/core/ext/transport/chttp2/transport/http2_errors.h",
1076 "src/core/ext/transport/chttp2/transport/huffsyms.h",
1077 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
1078 "src/core/ext/transport/chttp2/transport/internal.h",
1079 "src/core/ext/transport/chttp2/transport/status_conversion.h",
1080 "src/core/ext/transport/chttp2/transport/stream_map.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001081 "src/core/ext/transport/chttp2/transport/varint.h",
1082 "src/core/ext/transport/chttp2/alpn/alpn.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -07001083 "src/core/ext/client_channel/client_channel.h",
1084 "src/core/ext/client_channel/client_channel_factory.h",
1085 "src/core/ext/client_channel/connector.h",
Mark D. Roth15195742016-10-07 09:02:28 -07001086 "src/core/ext/client_channel/http_connect_handshaker.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -07001087 "src/core/ext/client_channel/initial_connect_string.h",
1088 "src/core/ext/client_channel/lb_policy.h",
1089 "src/core/ext/client_channel/lb_policy_factory.h",
1090 "src/core/ext/client_channel/lb_policy_registry.h",
1091 "src/core/ext/client_channel/parse_address.h",
1092 "src/core/ext/client_channel/resolver.h",
1093 "src/core/ext/client_channel/resolver_factory.h",
1094 "src/core/ext/client_channel/resolver_registry.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -07001095 "src/core/ext/client_channel/subchannel.h",
1096 "src/core/ext/client_channel/subchannel_index.h",
1097 "src/core/ext/client_channel/uri_parser.h",
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001098 "src/core/ext/load_reporting/load_reporting.h",
1099 "src/core/ext/load_reporting/load_reporting_filter.h",
David Garcia Quintasb2e986b2016-06-15 23:55:50 -07001100 "src/core/ext/lb_policy/grpclb/grpclb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001101 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07001102 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001103 "src/core/ext/census/aggregation.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001104 "src/core/ext/census/base_resources.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001105 "src/core/ext/census/census_interface.h",
1106 "src/core/ext/census/census_rpc_stats.h",
Alistair Veitch30fe6322016-05-23 10:11:28 -07001107 "src/core/ext/census/gen/census.pb.h",
Alistair Veitcha0c69f92016-08-31 12:01:27 -07001108 "src/core/ext/census/gen/trace_context.pb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001109 "src/core/ext/census/grpc_filter.h",
1110 "src/core/ext/census/mlog.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001111 "src/core/ext/census/resource.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001112 "src/core/ext/census/rpc_metric_id.h",
Vizerai12d1fc62016-09-09 14:22:19 -07001113 "src/core/ext/census/trace_context.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001114 "src/core/lib/surface/init.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001115 "src/core/lib/surface/init_unsecure.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001116 "src/core/lib/channel/channel_args.c",
1117 "src/core/lib/channel/channel_stack.c",
1118 "src/core/lib/channel/channel_stack_builder.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001119 "src/core/lib/channel/compress_filter.c",
1120 "src/core/lib/channel/connected_channel.c",
Mark D. Roth14c072c2016-08-26 08:31:34 -07001121 "src/core/lib/channel/deadline_filter.c",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -07001122 "src/core/lib/channel/handshaker.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001123 "src/core/lib/channel/http_client_filter.c",
1124 "src/core/lib/channel/http_server_filter.c",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -07001125 "src/core/lib/channel/message_size_filter.c",
David Garcia Quintasac094472016-05-18 20:25:57 -07001126 "src/core/lib/compression/compression.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001127 "src/core/lib/compression/message_compress.c",
1128 "src/core/lib/debug/trace.c",
1129 "src/core/lib/http/format_request.c",
1130 "src/core/lib/http/httpcli.c",
1131 "src/core/lib/http/parser.c",
1132 "src/core/lib/iomgr/closure.c",
Craig Tiller57726ca2016-09-12 11:59:45 -07001133 "src/core/lib/iomgr/combiner.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001134 "src/core/lib/iomgr/endpoint.c",
1135 "src/core/lib/iomgr/endpoint_pair_posix.c",
murgatroid99c36f6ea2016-10-03 09:24:09 -07001136 "src/core/lib/iomgr/endpoint_pair_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001137 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller27f59af2016-04-28 14:19:48 -07001138 "src/core/lib/iomgr/error.c",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -07001139 "src/core/lib/iomgr/ev_epoll_linux.c",
Craig Tiller8a034482016-03-28 16:09:04 -07001140 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
Craig Tillerd9a60bb2016-03-28 23:13:19 -07001141 "src/core/lib/iomgr/ev_poll_posix.c",
Craig Tiller8a034482016-03-28 16:09:04 -07001142 "src/core/lib/iomgr/ev_posix.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001143 "src/core/lib/iomgr/exec_ctx.c",
1144 "src/core/lib/iomgr/executor.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001145 "src/core/lib/iomgr/iocp_windows.c",
1146 "src/core/lib/iomgr/iomgr.c",
1147 "src/core/lib/iomgr/iomgr_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07001148 "src/core/lib/iomgr/iomgr_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001149 "src/core/lib/iomgr/iomgr_windows.c",
Craig Tiller85178862016-05-18 16:09:16 -07001150 "src/core/lib/iomgr/load_file.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07001151 "src/core/lib/iomgr/network_status_tracker.c",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -07001152 "src/core/lib/iomgr/polling_entity.c",
murgatroid999030c812016-09-16 13:25:08 -07001153 "src/core/lib/iomgr/pollset_set_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001154 "src/core/lib/iomgr/pollset_set_windows.c",
murgatroid999030c812016-09-16 13:25:08 -07001155 "src/core/lib/iomgr/pollset_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001156 "src/core/lib/iomgr/pollset_windows.c",
1157 "src/core/lib/iomgr/resolve_address_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07001158 "src/core/lib/iomgr/resolve_address_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001159 "src/core/lib/iomgr/resolve_address_windows.c",
Craig Tiller20afa3d2016-10-17 14:52:14 -07001160 "src/core/lib/iomgr/resource_quota.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001161 "src/core/lib/iomgr/sockaddr_utils.c",
1162 "src/core/lib/iomgr/socket_utils_common_posix.c",
1163 "src/core/lib/iomgr/socket_utils_linux.c",
1164 "src/core/lib/iomgr/socket_utils_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07001165 "src/core/lib/iomgr/socket_utils_uv.c",
murgatroid9979b32272016-08-08 13:38:30 -07001166 "src/core/lib/iomgr/socket_utils_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001167 "src/core/lib/iomgr/socket_windows.c",
1168 "src/core/lib/iomgr/tcp_client_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07001169 "src/core/lib/iomgr/tcp_client_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001170 "src/core/lib/iomgr/tcp_client_windows.c",
1171 "src/core/lib/iomgr/tcp_posix.c",
1172 "src/core/lib/iomgr/tcp_server_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07001173 "src/core/lib/iomgr/tcp_server_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001174 "src/core/lib/iomgr/tcp_server_windows.c",
murgatroid999030c812016-09-16 13:25:08 -07001175 "src/core/lib/iomgr/tcp_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001176 "src/core/lib/iomgr/tcp_windows.c",
1177 "src/core/lib/iomgr/time_averaged_stats.c",
murgatroid999030c812016-09-16 13:25:08 -07001178 "src/core/lib/iomgr/timer_generic.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001179 "src/core/lib/iomgr/timer_heap.c",
murgatroid999030c812016-09-16 13:25:08 -07001180 "src/core/lib/iomgr/timer_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001181 "src/core/lib/iomgr/udp_server.c",
1182 "src/core/lib/iomgr/unix_sockets_posix.c",
1183 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
kpayson64d195cf52016-10-09 18:04:00 -07001184 "src/core/lib/iomgr/wakeup_fd_cv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001185 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
1186 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
1187 "src/core/lib/iomgr/wakeup_fd_pipe.c",
1188 "src/core/lib/iomgr/wakeup_fd_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07001189 "src/core/lib/iomgr/workqueue_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001190 "src/core/lib/iomgr/workqueue_windows.c",
1191 "src/core/lib/json/json.c",
1192 "src/core/lib/json/json_reader.c",
1193 "src/core/lib/json/json_string.c",
1194 "src/core/lib/json/json_writer.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001195 "src/core/lib/surface/alarm.c",
1196 "src/core/lib/surface/api_trace.c",
1197 "src/core/lib/surface/byte_buffer.c",
1198 "src/core/lib/surface/byte_buffer_reader.c",
1199 "src/core/lib/surface/call.c",
1200 "src/core/lib/surface/call_details.c",
1201 "src/core/lib/surface/call_log_batch.c",
1202 "src/core/lib/surface/channel.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001203 "src/core/lib/surface/channel_init.c",
1204 "src/core/lib/surface/channel_ping.c",
1205 "src/core/lib/surface/channel_stack_type.c",
1206 "src/core/lib/surface/completion_queue.c",
1207 "src/core/lib/surface/event_string.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001208 "src/core/lib/surface/lame_client.c",
1209 "src/core/lib/surface/metadata_array.c",
1210 "src/core/lib/surface/server.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001211 "src/core/lib/surface/validate_metadata.c",
1212 "src/core/lib/surface/version.c",
1213 "src/core/lib/transport/byte_stream.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001214 "src/core/lib/transport/connectivity_state.c",
Mark D. Roth6a721b52016-10-14 12:43:34 -07001215 "src/core/lib/transport/mdstr_hash_table.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001216 "src/core/lib/transport/metadata.c",
1217 "src/core/lib/transport/metadata_batch.c",
Mark D. Rothbfe56802016-10-26 12:45:20 -07001218 "src/core/lib/transport/method_config.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001219 "src/core/lib/transport/static_metadata.c",
Robbie Shade710d2422016-07-13 15:15:38 -04001220 "src/core/lib/transport/timeout_encoding.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001221 "src/core/lib/transport/transport.c",
1222 "src/core/lib/transport/transport_op_string.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001223 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
Adam Michalikbf10c822016-05-20 16:13:32 -07001224 "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c",
Yuchen Zengd982bba2016-05-12 18:53:52 -07001225 "src/core/ext/transport/chttp2/transport/bin_decoder.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001226 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
1227 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
1228 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
1229 "src/core/ext/transport/chttp2/transport/frame_data.c",
1230 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
1231 "src/core/ext/transport/chttp2/transport/frame_ping.c",
1232 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
1233 "src/core/ext/transport/chttp2/transport/frame_settings.c",
1234 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
1235 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
1236 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
1237 "src/core/ext/transport/chttp2/transport/hpack_table.c",
1238 "src/core/ext/transport/chttp2/transport/huffsyms.c",
1239 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
1240 "src/core/ext/transport/chttp2/transport/parsing.c",
1241 "src/core/ext/transport/chttp2/transport/status_conversion.c",
1242 "src/core/ext/transport/chttp2/transport/stream_lists.c",
1243 "src/core/ext/transport/chttp2/transport/stream_map.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001244 "src/core/ext/transport/chttp2/transport/varint.c",
1245 "src/core/ext/transport/chttp2/transport/writing.c",
1246 "src/core/ext/transport/chttp2/alpn/alpn.c",
1247 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
Adam Michalik321b1fb2016-05-16 15:42:36 -07001248 "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -07001249 "src/core/ext/client_channel/channel_connectivity.c",
1250 "src/core/ext/client_channel/client_channel.c",
1251 "src/core/ext/client_channel/client_channel_factory.c",
1252 "src/core/ext/client_channel/client_channel_plugin.c",
1253 "src/core/ext/client_channel/connector.c",
1254 "src/core/ext/client_channel/default_initial_connect_string.c",
Mark D. Roth15195742016-10-07 09:02:28 -07001255 "src/core/ext/client_channel/http_connect_handshaker.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -07001256 "src/core/ext/client_channel/initial_connect_string.c",
1257 "src/core/ext/client_channel/lb_policy.c",
1258 "src/core/ext/client_channel/lb_policy_factory.c",
1259 "src/core/ext/client_channel/lb_policy_registry.c",
1260 "src/core/ext/client_channel/parse_address.c",
1261 "src/core/ext/client_channel/resolver.c",
1262 "src/core/ext/client_channel/resolver_factory.c",
1263 "src/core/ext/client_channel/resolver_registry.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -07001264 "src/core/ext/client_channel/subchannel.c",
1265 "src/core/ext/client_channel/subchannel_index.c",
1266 "src/core/ext/client_channel/uri_parser.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001267 "src/core/ext/resolver/dns/native/dns_resolver.c",
1268 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001269 "src/core/ext/load_reporting/load_reporting.c",
1270 "src/core/ext/load_reporting/load_reporting_filter.c",
David Garcia Quintas3fb8f732016-06-15 22:53:08 -07001271 "src/core/ext/lb_policy/grpclb/grpclb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001272 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07001273 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001274 "src/core/ext/lb_policy/pick_first/pick_first.c",
1275 "src/core/ext/lb_policy/round_robin/round_robin.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001276 "src/core/ext/census/base_resources.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001277 "src/core/ext/census/context.c",
Alistair Veitch30fe6322016-05-23 10:11:28 -07001278 "src/core/ext/census/gen/census.pb.c",
Alistair Veitcha0c69f92016-08-31 12:01:27 -07001279 "src/core/ext/census/gen/trace_context.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001280 "src/core/ext/census/grpc_context.c",
1281 "src/core/ext/census/grpc_filter.c",
1282 "src/core/ext/census/grpc_plugin.c",
1283 "src/core/ext/census/initialize.c",
1284 "src/core/ext/census/mlog.c",
1285 "src/core/ext/census/operation.c",
1286 "src/core/ext/census/placeholders.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -07001287 "src/core/ext/census/resource.c",
Vizerai12d1fc62016-09-09 14:22:19 -07001288 "src/core/ext/census/trace_context.c",
Craig Tiller03915e52016-04-07 09:15:10 -07001289 "src/core/ext/census/tracing.c",
Craig Tillerfb433852016-03-29 08:51:07 -07001290 "src/core/plugin_registry/grpc_unsecure_plugin_registry.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001291 ],
1292 hdrs = [
1293 "include/grpc/byte_buffer.h",
1294 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -07001295 "include/grpc/compression.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001296 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -07001297 "include/grpc/grpc_posix.h",
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +02001298 "include/grpc/grpc_security_constants.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001299 "include/grpc/status.h",
David Garcia Quintas1b2db632016-04-27 15:06:54 -07001300 "include/grpc/impl/codegen/byte_buffer_reader.h",
Craig Tillerad095982016-02-09 12:45:04 -08001301 "include/grpc/impl/codegen/compression_types.h",
1302 "include/grpc/impl/codegen/connectivity_state.h",
1303 "include/grpc/impl/codegen/grpc_types.h",
1304 "include/grpc/impl/codegen/propagation_bits.h",
1305 "include/grpc/impl/codegen/status.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001306 "include/grpc/impl/codegen/atm.h",
1307 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1308 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001309 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -07001310 "include/grpc/impl/codegen/gpr_types.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001311 "include/grpc/impl/codegen/port_platform.h",
1312 "include/grpc/impl/codegen/slice.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001313 "include/grpc/impl/codegen/sync.h",
1314 "include/grpc/impl/codegen/sync_generic.h",
1315 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001316 "include/grpc/impl/codegen/sync_windows.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001317 "include/grpc/census.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001318 ],
1319 includes = [
1320 "include",
1321 ".",
1322 ],
1323 deps = [
Craig Tillerda179ce2016-02-09 12:01:53 -08001324 ":gpr",
Rob Earhartb7b8d052016-03-29 11:35:29 -07001325 "//external:nanopb",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001326 ],
Rob Earhartaf379b22016-01-21 13:43:09 -08001327 copts = [
1328 "-std=gnu99",
1329 ],
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001330)
1331
1332
Rob Earhartb7b8d052016-03-29 11:35:29 -07001333
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001334cc_library(
1335 name = "grpc++",
1336 srcs = [
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001337 "include/grpc++/impl/codegen/core_codegen.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001338 "src/cpp/client/secure_credentials.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001339 "src/cpp/common/secure_auth_context.h",
Craig Tiller44cc10b2016-03-28 10:45:29 -07001340 "src/cpp/server/secure_server_credentials.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001341 "src/cpp/client/create_channel_internal.h",
Mark D. Rothab950ee2016-06-29 14:51:53 -07001342 "src/cpp/common/channel_filter.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001343 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07001344 "src/cpp/server/thread_pool_interface.h",
murgatroid991ca0f3e2016-08-26 14:58:49 -07001345 "src/cpp/client/insecure_credentials.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001346 "src/cpp/client/secure_credentials.cc",
1347 "src/cpp/common/auth_property_iterator.cc",
1348 "src/cpp/common/secure_auth_context.cc",
1349 "src/cpp/common/secure_channel_arguments.cc",
1350 "src/cpp/common/secure_create_auth_context.cc",
murgatroid991ca0f3e2016-08-26 14:58:49 -07001351 "src/cpp/server/insecure_server_credentials.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001352 "src/cpp/server/secure_server_credentials.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001353 "src/cpp/client/channel_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001354 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001355 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07001356 "src/cpp/client/create_channel_internal.cc",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001357 "src/cpp/client/create_channel_posix.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001358 "src/cpp/client/credentials_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001359 "src/cpp/client/generic_stub.cc",
yang-g52705592015-11-25 11:45:33 -08001360 "src/cpp/common/channel_arguments.cc",
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001361 "src/cpp/common/channel_filter.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001362 "src/cpp/common/completion_queue_cc.cc",
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +01001363 "src/cpp/common/core_codegen.cc",
Craig Tiller20afa3d2016-10-17 14:52:14 -07001364 "src/cpp/common/resource_quota_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001365 "src/cpp/common/rpc_method.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001366 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -07001367 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07001368 "src/cpp/server/dynamic_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001369 "src/cpp/server/server_builder.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001370 "src/cpp/server/server_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001371 "src/cpp/server/server_context.cc",
1372 "src/cpp/server/server_credentials.cc",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001373 "src/cpp/server/server_posix.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001374 "src/cpp/util/byte_buffer_cc.cc",
1375 "src/cpp/util/slice_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001376 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001377 "src/cpp/util/string_ref.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001378 "src/cpp/util/time_cc.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001379 "src/cpp/codegen/codegen_init.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001380 ],
1381 hdrs = [
vjpaif9f61cf2016-02-10 20:51:53 -08001382 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07001383 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001384 "include/grpc++/client_context.h",
1385 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001386 "include/grpc++/create_channel.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001387 "include/grpc++/create_channel_posix.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001388 "include/grpc++/generic/async_generic_service.h",
1389 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07001390 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001391 "include/grpc++/impl/call.h",
1392 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001393 "include/grpc++/impl/codegen/core_codegen.h",
Yang Gao96de4842015-04-24 13:13:12 -07001394 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08001395 "include/grpc++/impl/method_handler_impl.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001396 "include/grpc++/impl/rpc_method.h",
1397 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -07001398 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08001399 "include/grpc++/impl/server_builder_option.h",
Yuchen Zenga42ec212016-04-29 13:03:06 -07001400 "include/grpc++/impl/server_builder_plugin.h",
1401 "include/grpc++/impl/server_initializer.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001402 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +02001403 "include/grpc++/impl/sync.h",
1404 "include/grpc++/impl/sync_cxx11.h",
1405 "include/grpc++/impl/sync_no_cxx11.h",
1406 "include/grpc++/impl/thd.h",
1407 "include/grpc++/impl/thd_cxx11.h",
1408 "include/grpc++/impl/thd_no_cxx11.h",
Craig Tiller20afa3d2016-10-17 14:52:14 -07001409 "include/grpc++/resource_quota.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07001410 "include/grpc++/security/auth_context.h",
1411 "include/grpc++/security/auth_metadata_processor.h",
1412 "include/grpc++/security/credentials.h",
1413 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001414 "include/grpc++/server.h",
1415 "include/grpc++/server_builder.h",
1416 "include/grpc++/server_context.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001417 "include/grpc++/server_posix.h",
yang-g9fb35a52015-08-21 15:49:35 -07001418 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001419 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001420 "include/grpc++/support/byte_buffer.h",
1421 "include/grpc++/support/channel_arguments.h",
yang-g17487f92016-06-03 15:21:15 -07001422 "include/grpc++/support/config.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001423 "include/grpc++/support/slice.h",
1424 "include/grpc++/support/status.h",
1425 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001426 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001427 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07001428 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001429 "include/grpc++/support/time.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001430 "include/grpc++/impl/codegen/async_stream.h",
1431 "include/grpc++/impl/codegen/async_unary_call.h",
1432 "include/grpc++/impl/codegen/call.h",
1433 "include/grpc++/impl/codegen/call_hook.h",
1434 "include/grpc++/impl/codegen/channel_interface.h",
1435 "include/grpc++/impl/codegen/client_context.h",
1436 "include/grpc++/impl/codegen/client_unary_call.h",
1437 "include/grpc++/impl/codegen/completion_queue.h",
1438 "include/grpc++/impl/codegen/completion_queue_tag.h",
yang-g17487f92016-06-03 15:21:15 -07001439 "include/grpc++/impl/codegen/config.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001440 "include/grpc++/impl/codegen/core_codegen_interface.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001441 "include/grpc++/impl/codegen/create_auth_context.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001442 "include/grpc++/impl/codegen/grpc_library.h",
1443 "include/grpc++/impl/codegen/method_handler_impl.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001444 "include/grpc++/impl/codegen/rpc_method.h",
1445 "include/grpc++/impl/codegen/rpc_service_method.h",
1446 "include/grpc++/impl/codegen/security/auth_context.h",
1447 "include/grpc++/impl/codegen/serialization_traits.h",
1448 "include/grpc++/impl/codegen/server_context.h",
1449 "include/grpc++/impl/codegen/server_interface.h",
1450 "include/grpc++/impl/codegen/service_type.h",
1451 "include/grpc++/impl/codegen/status.h",
1452 "include/grpc++/impl/codegen/status_code_enum.h",
yang-gd5581492016-09-06 14:05:53 -07001453 "include/grpc++/impl/codegen/status_helper.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001454 "include/grpc++/impl/codegen/string_ref.h",
1455 "include/grpc++/impl/codegen/stub_options.h",
1456 "include/grpc++/impl/codegen/sync.h",
1457 "include/grpc++/impl/codegen/sync_cxx11.h",
1458 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1459 "include/grpc++/impl/codegen/sync_stream.h",
1460 "include/grpc++/impl/codegen/time.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001461 "include/grpc/impl/codegen/byte_buffer_reader.h",
1462 "include/grpc/impl/codegen/compression_types.h",
1463 "include/grpc/impl/codegen/connectivity_state.h",
1464 "include/grpc/impl/codegen/grpc_types.h",
1465 "include/grpc/impl/codegen/propagation_bits.h",
1466 "include/grpc/impl/codegen/status.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001467 "include/grpc/impl/codegen/atm.h",
1468 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1469 "include/grpc/impl/codegen/atm_gcc_sync.h",
1470 "include/grpc/impl/codegen/atm_windows.h",
Nicolas "Pixel" Noble87a10812016-09-29 01:31:54 +02001471 "include/grpc/impl/codegen/gpr_types.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001472 "include/grpc/impl/codegen/port_platform.h",
1473 "include/grpc/impl/codegen/slice.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001474 "include/grpc/impl/codegen/sync.h",
1475 "include/grpc/impl/codegen/sync_generic.h",
1476 "include/grpc/impl/codegen/sync_posix.h",
1477 "include/grpc/impl/codegen/sync_windows.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001478 ],
1479 includes = [
1480 "include",
1481 ".",
1482 ],
1483 deps = [
Craig Tiller02a7bed2015-08-31 15:54:05 -07001484 "//external:libssl",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001485 "//external:protobuf_clib",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001486 ":grpc",
1487 ],
1488)
1489
1490
Rob Earhartb7b8d052016-03-29 11:35:29 -07001491
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001492cc_library(
Garrett Casto931a26b2016-10-04 09:18:29 -07001493 name = "grpc++_cronet",
1494 srcs = [
1495 "src/cpp/client/create_channel_internal.h",
1496 "src/cpp/common/channel_filter.h",
1497 "src/cpp/server/dynamic_thread_pool.h",
1498 "src/cpp/server/thread_pool_interface.h",
1499 "src/cpp/client/cronet_credentials.cc",
1500 "src/cpp/client/insecure_credentials.cc",
1501 "src/cpp/common/insecure_create_auth_context.cc",
1502 "src/cpp/server/insecure_server_credentials.cc",
1503 "src/cpp/client/channel_cc.cc",
1504 "src/cpp/client/client_context.cc",
1505 "src/cpp/client/create_channel.cc",
1506 "src/cpp/client/create_channel_internal.cc",
1507 "src/cpp/client/create_channel_posix.cc",
1508 "src/cpp/client/credentials_cc.cc",
1509 "src/cpp/client/generic_stub.cc",
1510 "src/cpp/common/channel_arguments.cc",
1511 "src/cpp/common/channel_filter.cc",
1512 "src/cpp/common/completion_queue_cc.cc",
1513 "src/cpp/common/core_codegen.cc",
Craig Tiller3d357d92016-10-26 20:52:03 -07001514 "src/cpp/common/resource_quota_cc.cc",
Garrett Casto931a26b2016-10-04 09:18:29 -07001515 "src/cpp/common/rpc_method.cc",
1516 "src/cpp/server/async_generic_service.cc",
1517 "src/cpp/server/create_default_thread_pool.cc",
1518 "src/cpp/server/dynamic_thread_pool.cc",
1519 "src/cpp/server/server_builder.cc",
1520 "src/cpp/server/server_cc.cc",
1521 "src/cpp/server/server_context.cc",
1522 "src/cpp/server/server_credentials.cc",
1523 "src/cpp/server/server_posix.cc",
1524 "src/cpp/util/byte_buffer_cc.cc",
1525 "src/cpp/util/slice_cc.cc",
1526 "src/cpp/util/status.cc",
1527 "src/cpp/util/string_ref.cc",
1528 "src/cpp/util/time_cc.cc",
1529 "src/cpp/codegen/codegen_init.cc",
1530 ],
1531 hdrs = [
1532 "include/grpc++/alarm.h",
1533 "include/grpc++/channel.h",
1534 "include/grpc++/client_context.h",
1535 "include/grpc++/completion_queue.h",
1536 "include/grpc++/create_channel.h",
1537 "include/grpc++/create_channel_posix.h",
1538 "include/grpc++/generic/async_generic_service.h",
1539 "include/grpc++/generic/generic_stub.h",
1540 "include/grpc++/grpc++.h",
1541 "include/grpc++/impl/call.h",
1542 "include/grpc++/impl/client_unary_call.h",
1543 "include/grpc++/impl/codegen/core_codegen.h",
1544 "include/grpc++/impl/grpc_library.h",
1545 "include/grpc++/impl/method_handler_impl.h",
1546 "include/grpc++/impl/rpc_method.h",
1547 "include/grpc++/impl/rpc_service_method.h",
1548 "include/grpc++/impl/serialization_traits.h",
1549 "include/grpc++/impl/server_builder_option.h",
1550 "include/grpc++/impl/server_builder_plugin.h",
1551 "include/grpc++/impl/server_initializer.h",
1552 "include/grpc++/impl/service_type.h",
1553 "include/grpc++/impl/sync.h",
1554 "include/grpc++/impl/sync_cxx11.h",
1555 "include/grpc++/impl/sync_no_cxx11.h",
1556 "include/grpc++/impl/thd.h",
1557 "include/grpc++/impl/thd_cxx11.h",
1558 "include/grpc++/impl/thd_no_cxx11.h",
Craig Tiller3d357d92016-10-26 20:52:03 -07001559 "include/grpc++/resource_quota.h",
Garrett Casto931a26b2016-10-04 09:18:29 -07001560 "include/grpc++/security/auth_context.h",
1561 "include/grpc++/security/auth_metadata_processor.h",
1562 "include/grpc++/security/credentials.h",
1563 "include/grpc++/security/server_credentials.h",
1564 "include/grpc++/server.h",
1565 "include/grpc++/server_builder.h",
1566 "include/grpc++/server_context.h",
1567 "include/grpc++/server_posix.h",
1568 "include/grpc++/support/async_stream.h",
1569 "include/grpc++/support/async_unary_call.h",
1570 "include/grpc++/support/byte_buffer.h",
1571 "include/grpc++/support/channel_arguments.h",
1572 "include/grpc++/support/config.h",
1573 "include/grpc++/support/slice.h",
1574 "include/grpc++/support/status.h",
1575 "include/grpc++/support/status_code_enum.h",
1576 "include/grpc++/support/string_ref.h",
1577 "include/grpc++/support/stub_options.h",
1578 "include/grpc++/support/sync_stream.h",
1579 "include/grpc++/support/time.h",
1580 "include/grpc++/impl/codegen/async_stream.h",
1581 "include/grpc++/impl/codegen/async_unary_call.h",
1582 "include/grpc++/impl/codegen/call.h",
1583 "include/grpc++/impl/codegen/call_hook.h",
1584 "include/grpc++/impl/codegen/channel_interface.h",
1585 "include/grpc++/impl/codegen/client_context.h",
1586 "include/grpc++/impl/codegen/client_unary_call.h",
1587 "include/grpc++/impl/codegen/completion_queue.h",
1588 "include/grpc++/impl/codegen/completion_queue_tag.h",
1589 "include/grpc++/impl/codegen/config.h",
1590 "include/grpc++/impl/codegen/core_codegen_interface.h",
1591 "include/grpc++/impl/codegen/create_auth_context.h",
1592 "include/grpc++/impl/codegen/grpc_library.h",
1593 "include/grpc++/impl/codegen/method_handler_impl.h",
1594 "include/grpc++/impl/codegen/rpc_method.h",
1595 "include/grpc++/impl/codegen/rpc_service_method.h",
1596 "include/grpc++/impl/codegen/security/auth_context.h",
1597 "include/grpc++/impl/codegen/serialization_traits.h",
1598 "include/grpc++/impl/codegen/server_context.h",
1599 "include/grpc++/impl/codegen/server_interface.h",
1600 "include/grpc++/impl/codegen/service_type.h",
1601 "include/grpc++/impl/codegen/status.h",
1602 "include/grpc++/impl/codegen/status_code_enum.h",
1603 "include/grpc++/impl/codegen/status_helper.h",
1604 "include/grpc++/impl/codegen/string_ref.h",
1605 "include/grpc++/impl/codegen/stub_options.h",
1606 "include/grpc++/impl/codegen/sync.h",
1607 "include/grpc++/impl/codegen/sync_cxx11.h",
1608 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1609 "include/grpc++/impl/codegen/sync_stream.h",
1610 "include/grpc++/impl/codegen/time.h",
1611 "include/grpc/impl/codegen/byte_buffer_reader.h",
1612 "include/grpc/impl/codegen/compression_types.h",
1613 "include/grpc/impl/codegen/connectivity_state.h",
1614 "include/grpc/impl/codegen/grpc_types.h",
1615 "include/grpc/impl/codegen/propagation_bits.h",
1616 "include/grpc/impl/codegen/status.h",
1617 "include/grpc/impl/codegen/atm.h",
1618 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1619 "include/grpc/impl/codegen/atm_gcc_sync.h",
1620 "include/grpc/impl/codegen/atm_windows.h",
1621 "include/grpc/impl/codegen/gpr_types.h",
1622 "include/grpc/impl/codegen/port_platform.h",
1623 "include/grpc/impl/codegen/slice.h",
1624 "include/grpc/impl/codegen/sync.h",
1625 "include/grpc/impl/codegen/sync_generic.h",
1626 "include/grpc/impl/codegen/sync_posix.h",
1627 "include/grpc/impl/codegen/sync_windows.h",
1628 ],
1629 includes = [
1630 "include",
1631 ".",
1632 ],
1633 deps = [
1634 "//external:libssl",
1635 ":gpr",
1636 ":grpc_cronet",
1637 ],
1638)
1639
1640
1641
1642cc_library(
Yuchen Zengc84ed682016-05-04 16:30:11 -07001643 name = "grpc++_reflection",
1644 srcs = [
Yuchen Zeng0601df32016-06-06 13:08:06 -07001645 "src/cpp/ext/proto_server_reflection.h",
1646 "src/cpp/ext/proto_server_reflection.cc",
1647 "src/cpp/ext/proto_server_reflection_plugin.cc",
1648 "src/cpp/ext/reflection.grpc.pb.cc",
1649 "src/cpp/ext/reflection.pb.cc",
Yuchen Zengc84ed682016-05-04 16:30:11 -07001650 ],
1651 hdrs = [
Yuchen Zeng0601df32016-06-06 13:08:06 -07001652 "include/grpc++/ext/proto_server_reflection_plugin.h",
1653 "include/grpc++/ext/reflection.grpc.pb.h",
1654 "include/grpc++/ext/reflection.pb.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001655 "include/grpc++/impl/codegen/proto_utils.h",
1656 "include/grpc++/impl/codegen/async_stream.h",
1657 "include/grpc++/impl/codegen/async_unary_call.h",
1658 "include/grpc++/impl/codegen/call.h",
1659 "include/grpc++/impl/codegen/call_hook.h",
1660 "include/grpc++/impl/codegen/channel_interface.h",
1661 "include/grpc++/impl/codegen/client_context.h",
1662 "include/grpc++/impl/codegen/client_unary_call.h",
1663 "include/grpc++/impl/codegen/completion_queue.h",
1664 "include/grpc++/impl/codegen/completion_queue_tag.h",
1665 "include/grpc++/impl/codegen/config.h",
1666 "include/grpc++/impl/codegen/core_codegen_interface.h",
1667 "include/grpc++/impl/codegen/create_auth_context.h",
1668 "include/grpc++/impl/codegen/grpc_library.h",
1669 "include/grpc++/impl/codegen/method_handler_impl.h",
1670 "include/grpc++/impl/codegen/rpc_method.h",
1671 "include/grpc++/impl/codegen/rpc_service_method.h",
1672 "include/grpc++/impl/codegen/security/auth_context.h",
1673 "include/grpc++/impl/codegen/serialization_traits.h",
1674 "include/grpc++/impl/codegen/server_context.h",
1675 "include/grpc++/impl/codegen/server_interface.h",
1676 "include/grpc++/impl/codegen/service_type.h",
1677 "include/grpc++/impl/codegen/status.h",
1678 "include/grpc++/impl/codegen/status_code_enum.h",
yang-gd5581492016-09-06 14:05:53 -07001679 "include/grpc++/impl/codegen/status_helper.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001680 "include/grpc++/impl/codegen/string_ref.h",
1681 "include/grpc++/impl/codegen/stub_options.h",
1682 "include/grpc++/impl/codegen/sync.h",
1683 "include/grpc++/impl/codegen/sync_cxx11.h",
1684 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1685 "include/grpc++/impl/codegen/sync_stream.h",
1686 "include/grpc++/impl/codegen/time.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001687 "include/grpc/impl/codegen/byte_buffer_reader.h",
1688 "include/grpc/impl/codegen/compression_types.h",
1689 "include/grpc/impl/codegen/connectivity_state.h",
1690 "include/grpc/impl/codegen/grpc_types.h",
1691 "include/grpc/impl/codegen/propagation_bits.h",
1692 "include/grpc/impl/codegen/status.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001693 "include/grpc/impl/codegen/atm.h",
1694 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1695 "include/grpc/impl/codegen/atm_gcc_sync.h",
1696 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -07001697 "include/grpc/impl/codegen/gpr_types.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001698 "include/grpc/impl/codegen/port_platform.h",
1699 "include/grpc/impl/codegen/slice.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001700 "include/grpc/impl/codegen/sync.h",
1701 "include/grpc/impl/codegen/sync_generic.h",
1702 "include/grpc/impl/codegen/sync_posix.h",
1703 "include/grpc/impl/codegen/sync_windows.h",
Yuchen Zengeb25a072016-06-08 10:59:48 -07001704 "include/grpc++/impl/codegen/config_protobuf.h",
Yuchen Zengc84ed682016-05-04 16:30:11 -07001705 ],
1706 includes = [
1707 "include",
1708 ".",
1709 ],
1710 deps = [
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001711 ":grpc++",
Yuchen Zengc84ed682016-05-04 16:30:11 -07001712 ],
1713)
1714
1715
1716
1717cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001718 name = "grpc++_unsecure",
1719 srcs = [
yang-gc317f072015-08-20 12:18:08 -07001720 "src/cpp/client/create_channel_internal.h",
Mark D. Rothab950ee2016-06-29 14:51:53 -07001721 "src/cpp/common/channel_filter.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07001722 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07001723 "src/cpp/server/thread_pool_interface.h",
murgatroid991ca0f3e2016-08-26 14:58:49 -07001724 "src/cpp/client/insecure_credentials.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001725 "src/cpp/common/insecure_create_auth_context.cc",
murgatroid991ca0f3e2016-08-26 14:58:49 -07001726 "src/cpp/server/insecure_server_credentials.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001727 "src/cpp/client/channel_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001728 "src/cpp/client/client_context.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001729 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07001730 "src/cpp/client/create_channel_internal.cc",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001731 "src/cpp/client/create_channel_posix.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001732 "src/cpp/client/credentials_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001733 "src/cpp/client/generic_stub.cc",
yang-g52705592015-11-25 11:45:33 -08001734 "src/cpp/common/channel_arguments.cc",
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001735 "src/cpp/common/channel_filter.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001736 "src/cpp/common/completion_queue_cc.cc",
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +01001737 "src/cpp/common/core_codegen.cc",
Craig Tiller20afa3d2016-10-17 14:52:14 -07001738 "src/cpp/common/resource_quota_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001739 "src/cpp/common/rpc_method.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001740 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -07001741 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07001742 "src/cpp/server/dynamic_thread_pool.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001743 "src/cpp/server/server_builder.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001744 "src/cpp/server/server_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001745 "src/cpp/server/server_context.cc",
1746 "src/cpp/server/server_credentials.cc",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001747 "src/cpp/server/server_posix.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001748 "src/cpp/util/byte_buffer_cc.cc",
1749 "src/cpp/util/slice_cc.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001750 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001751 "src/cpp/util/string_ref.cc",
Craig Tiller102fa962016-08-22 13:56:36 -07001752 "src/cpp/util/time_cc.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001753 "src/cpp/codegen/codegen_init.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001754 ],
1755 hdrs = [
vjpaif9f61cf2016-02-10 20:51:53 -08001756 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07001757 "include/grpc++/channel.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001758 "include/grpc++/client_context.h",
1759 "include/grpc++/completion_queue.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001760 "include/grpc++/create_channel.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001761 "include/grpc++/create_channel_posix.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001762 "include/grpc++/generic/async_generic_service.h",
1763 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07001764 "include/grpc++/grpc++.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001765 "include/grpc++/impl/call.h",
1766 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001767 "include/grpc++/impl/codegen/core_codegen.h",
Yang Gao96de4842015-04-24 13:13:12 -07001768 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08001769 "include/grpc++/impl/method_handler_impl.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001770 "include/grpc++/impl/rpc_method.h",
1771 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -07001772 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08001773 "include/grpc++/impl/server_builder_option.h",
Yuchen Zenga42ec212016-04-29 13:03:06 -07001774 "include/grpc++/impl/server_builder_plugin.h",
1775 "include/grpc++/impl/server_initializer.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001776 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +02001777 "include/grpc++/impl/sync.h",
1778 "include/grpc++/impl/sync_cxx11.h",
1779 "include/grpc++/impl/sync_no_cxx11.h",
1780 "include/grpc++/impl/thd.h",
1781 "include/grpc++/impl/thd_cxx11.h",
1782 "include/grpc++/impl/thd_no_cxx11.h",
Craig Tiller20afa3d2016-10-17 14:52:14 -07001783 "include/grpc++/resource_quota.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07001784 "include/grpc++/security/auth_context.h",
1785 "include/grpc++/security/auth_metadata_processor.h",
1786 "include/grpc++/security/credentials.h",
1787 "include/grpc++/security/server_credentials.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001788 "include/grpc++/server.h",
1789 "include/grpc++/server_builder.h",
1790 "include/grpc++/server_context.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07001791 "include/grpc++/server_posix.h",
yang-g9fb35a52015-08-21 15:49:35 -07001792 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001793 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001794 "include/grpc++/support/byte_buffer.h",
1795 "include/grpc++/support/channel_arguments.h",
yang-g17487f92016-06-03 15:21:15 -07001796 "include/grpc++/support/config.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001797 "include/grpc++/support/slice.h",
1798 "include/grpc++/support/status.h",
1799 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001800 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001801 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07001802 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07001803 "include/grpc++/support/time.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001804 "include/grpc++/impl/codegen/async_stream.h",
1805 "include/grpc++/impl/codegen/async_unary_call.h",
1806 "include/grpc++/impl/codegen/call.h",
1807 "include/grpc++/impl/codegen/call_hook.h",
1808 "include/grpc++/impl/codegen/channel_interface.h",
1809 "include/grpc++/impl/codegen/client_context.h",
1810 "include/grpc++/impl/codegen/client_unary_call.h",
1811 "include/grpc++/impl/codegen/completion_queue.h",
1812 "include/grpc++/impl/codegen/completion_queue_tag.h",
yang-g17487f92016-06-03 15:21:15 -07001813 "include/grpc++/impl/codegen/config.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001814 "include/grpc++/impl/codegen/core_codegen_interface.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001815 "include/grpc++/impl/codegen/create_auth_context.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001816 "include/grpc++/impl/codegen/grpc_library.h",
1817 "include/grpc++/impl/codegen/method_handler_impl.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001818 "include/grpc++/impl/codegen/rpc_method.h",
1819 "include/grpc++/impl/codegen/rpc_service_method.h",
1820 "include/grpc++/impl/codegen/security/auth_context.h",
1821 "include/grpc++/impl/codegen/serialization_traits.h",
1822 "include/grpc++/impl/codegen/server_context.h",
1823 "include/grpc++/impl/codegen/server_interface.h",
1824 "include/grpc++/impl/codegen/service_type.h",
1825 "include/grpc++/impl/codegen/status.h",
1826 "include/grpc++/impl/codegen/status_code_enum.h",
yang-gd5581492016-09-06 14:05:53 -07001827 "include/grpc++/impl/codegen/status_helper.h",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001828 "include/grpc++/impl/codegen/string_ref.h",
1829 "include/grpc++/impl/codegen/stub_options.h",
1830 "include/grpc++/impl/codegen/sync.h",
1831 "include/grpc++/impl/codegen/sync_cxx11.h",
1832 "include/grpc++/impl/codegen/sync_no_cxx11.h",
1833 "include/grpc++/impl/codegen/sync_stream.h",
1834 "include/grpc++/impl/codegen/time.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001835 "include/grpc/impl/codegen/byte_buffer_reader.h",
1836 "include/grpc/impl/codegen/compression_types.h",
1837 "include/grpc/impl/codegen/connectivity_state.h",
1838 "include/grpc/impl/codegen/grpc_types.h",
1839 "include/grpc/impl/codegen/propagation_bits.h",
1840 "include/grpc/impl/codegen/status.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001841 "include/grpc/impl/codegen/atm.h",
1842 "include/grpc/impl/codegen/atm_gcc_atomic.h",
1843 "include/grpc/impl/codegen/atm_gcc_sync.h",
1844 "include/grpc/impl/codegen/atm_windows.h",
Nicolas "Pixel" Noble87a10812016-09-29 01:31:54 +02001845 "include/grpc/impl/codegen/gpr_types.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001846 "include/grpc/impl/codegen/port_platform.h",
1847 "include/grpc/impl/codegen/slice.h",
Nicolas "Pixel" Noble880b4572016-09-19 20:24:05 +02001848 "include/grpc/impl/codegen/sync.h",
1849 "include/grpc/impl/codegen/sync_generic.h",
1850 "include/grpc/impl/codegen/sync_posix.h",
1851 "include/grpc/impl/codegen/sync_windows.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001852 ],
1853 includes = [
1854 "include",
1855 ".",
1856 ],
1857 deps = [
1858 "//external:protobuf_clib",
1859 ":gpr",
1860 ":grpc_unsecure",
Craig Tiller03915e52016-04-07 09:15:10 -07001861 ],
1862)
1863
1864
1865
1866cc_library(
1867 name = "grpc_plugin_support",
1868 srcs = [
1869 "src/compiler/config.h",
1870 "src/compiler/cpp_generator.h",
1871 "src/compiler/cpp_generator_helpers.h",
1872 "src/compiler/csharp_generator.h",
1873 "src/compiler/csharp_generator_helpers.h",
1874 "src/compiler/generator_helpers.h",
murgatroid99d2ee81f2016-02-26 11:10:33 -08001875 "src/compiler/node_generator.h",
1876 "src/compiler/node_generator_helpers.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001877 "src/compiler/objective_c_generator.h",
1878 "src/compiler/objective_c_generator_helpers.h",
Stanley Cheung857a1302016-09-29 17:26:29 -07001879 "src/compiler/php_generator.h",
1880 "src/compiler/php_generator_helpers.h",
Craig Tiller03915e52016-04-07 09:15:10 -07001881 "src/compiler/python_generator.h",
1882 "src/compiler/ruby_generator.h",
1883 "src/compiler/ruby_generator_helpers-inl.h",
1884 "src/compiler/ruby_generator_map-inl.h",
1885 "src/compiler/ruby_generator_string-inl.h",
1886 "src/compiler/cpp_generator.cc",
1887 "src/compiler/csharp_generator.cc",
murgatroid99d2ee81f2016-02-26 11:10:33 -08001888 "src/compiler/node_generator.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001889 "src/compiler/objective_c_generator.cc",
Stanley Cheung857a1302016-09-29 17:26:29 -07001890 "src/compiler/php_generator.cc",
Craig Tiller03915e52016-04-07 09:15:10 -07001891 "src/compiler/python_generator.cc",
1892 "src/compiler/ruby_generator.cc",
1893 ],
1894 hdrs = [
Craig Tiller03915e52016-04-07 09:15:10 -07001895 "include/grpc++/impl/codegen/config_protobuf.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001896 ],
1897 includes = [
1898 "include",
1899 ".",
1900 ],
1901 deps = [
1902 "//external:protobuf_compiler",
1903 ],
1904)
1905
1906
Rob Earhartb7b8d052016-03-29 11:35:29 -07001907
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001908cc_library(
1909 name = "grpc_csharp_ext",
1910 srcs = [
1911 "src/csharp/ext/grpc_csharp_ext.c",
1912 ],
1913 hdrs = [
1914 ],
1915 includes = [
1916 "include",
1917 ".",
1918 ],
1919 deps = [
Craig Tillerd1697d92016-04-05 16:05:46 -07001920 ":grpc",
Craig Tiller03915e52016-04-07 09:15:10 -07001921 ":gpr",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07001922 ],
1923)
1924
1925
1926
Rob Earhartb7b8d052016-03-29 11:35:29 -07001927
Jorge Canizales140bca82015-06-20 09:47:00 -07001928objc_library(
Craig Tillerda179ce2016-02-09 12:01:53 -08001929 name = "gpr_objc",
1930 srcs = [
Craig Tillerf23078c2016-03-25 17:07:29 -07001931 "src/core/lib/profiling/basic_timers.c",
1932 "src/core/lib/profiling/stap_timers.c",
1933 "src/core/lib/support/alloc.c",
1934 "src/core/lib/support/avl.c",
1935 "src/core/lib/support/backoff.c",
1936 "src/core/lib/support/cmdline.c",
1937 "src/core/lib/support/cpu_iphone.c",
1938 "src/core/lib/support/cpu_linux.c",
1939 "src/core/lib/support/cpu_posix.c",
1940 "src/core/lib/support/cpu_windows.c",
1941 "src/core/lib/support/env_linux.c",
1942 "src/core/lib/support/env_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001943 "src/core/lib/support/env_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001944 "src/core/lib/support/histogram.c",
1945 "src/core/lib/support/host_port.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001946 "src/core/lib/support/log.c",
1947 "src/core/lib/support/log_android.c",
1948 "src/core/lib/support/log_linux.c",
1949 "src/core/lib/support/log_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001950 "src/core/lib/support/log_windows.c",
Craig Tiller57726ca2016-09-12 11:59:45 -07001951 "src/core/lib/support/mpscq.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001952 "src/core/lib/support/murmur_hash.c",
Craig Tiller17ed6b12016-08-18 09:33:33 -07001953 "src/core/lib/support/percent_encoding.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001954 "src/core/lib/support/slice.c",
1955 "src/core/lib/support/slice_buffer.c",
1956 "src/core/lib/support/stack_lockfree.c",
1957 "src/core/lib/support/string.c",
1958 "src/core/lib/support/string_posix.c",
Yuchen Zeng4594bd92016-05-31 14:06:01 -07001959 "src/core/lib/support/string_util_windows.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001960 "src/core/lib/support/string_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001961 "src/core/lib/support/subprocess_posix.c",
1962 "src/core/lib/support/subprocess_windows.c",
1963 "src/core/lib/support/sync.c",
1964 "src/core/lib/support/sync_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001965 "src/core/lib/support/sync_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001966 "src/core/lib/support/thd.c",
1967 "src/core/lib/support/thd_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001968 "src/core/lib/support/thd_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001969 "src/core/lib/support/time.c",
1970 "src/core/lib/support/time_posix.c",
1971 "src/core/lib/support/time_precise.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001972 "src/core/lib/support/time_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001973 "src/core/lib/support/tls_pthread.c",
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +02001974 "src/core/lib/support/tmpfile_msys.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001975 "src/core/lib/support/tmpfile_posix.c",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001976 "src/core/lib/support/tmpfile_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07001977 "src/core/lib/support/wrap_memcpy.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 ],
1979 hdrs = [
1980 "include/grpc/support/alloc.h",
1981 "include/grpc/support/atm.h",
1982 "include/grpc/support/atm_gcc_atomic.h",
1983 "include/grpc/support/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001984 "include/grpc/support/atm_windows.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001985 "include/grpc/support/avl.h",
1986 "include/grpc/support/cmdline.h",
1987 "include/grpc/support/cpu.h",
1988 "include/grpc/support/histogram.h",
1989 "include/grpc/support/host_port.h",
1990 "include/grpc/support/log.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07001991 "include/grpc/support/log_windows.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 "include/grpc/support/port_platform.h",
1993 "include/grpc/support/slice.h",
1994 "include/grpc/support/slice_buffer.h",
1995 "include/grpc/support/string_util.h",
1996 "include/grpc/support/subprocess.h",
1997 "include/grpc/support/sync.h",
1998 "include/grpc/support/sync_generic.h",
1999 "include/grpc/support/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002000 "include/grpc/support/sync_windows.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08002001 "include/grpc/support/thd.h",
2002 "include/grpc/support/time.h",
2003 "include/grpc/support/tls.h",
2004 "include/grpc/support/tls_gcc.h",
2005 "include/grpc/support/tls_msvc.h",
2006 "include/grpc/support/tls_pthread.h",
2007 "include/grpc/support/useful.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002008 "include/grpc/impl/codegen/atm.h",
2009 "include/grpc/impl/codegen/atm_gcc_atomic.h",
2010 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002011 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -07002012 "include/grpc/impl/codegen/gpr_types.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002013 "include/grpc/impl/codegen/port_platform.h",
2014 "include/grpc/impl/codegen/slice.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002015 "include/grpc/impl/codegen/sync.h",
2016 "include/grpc/impl/codegen/sync_generic.h",
2017 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002018 "include/grpc/impl/codegen/sync_windows.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002019 "src/core/lib/profiling/timers.h",
2020 "src/core/lib/support/backoff.h",
2021 "src/core/lib/support/block_annotate.h",
2022 "src/core/lib/support/env.h",
Craig Tiller57726ca2016-09-12 11:59:45 -07002023 "src/core/lib/support/mpscq.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002024 "src/core/lib/support/murmur_hash.h",
Craig Tiller17ed6b12016-08-18 09:33:33 -07002025 "src/core/lib/support/percent_encoding.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002026 "src/core/lib/support/stack_lockfree.h",
2027 "src/core/lib/support/string.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002028 "src/core/lib/support/string_windows.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002029 "src/core/lib/support/thd_internal.h",
2030 "src/core/lib/support/time_precise.h",
2031 "src/core/lib/support/tmpfile.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08002032 ],
2033 includes = [
2034 "include",
2035 ".",
2036 ],
2037 deps = [
2038 ],
2039)
2040
2041
Rob Earhartb7b8d052016-03-29 11:35:29 -07002042
Craig Tillerda179ce2016-02-09 12:01:53 -08002043objc_library(
Jorge Canizales7b1a0ca2015-06-26 21:49:42 -07002044 name = "grpc_objc",
Jorge Canizales140bca82015-06-20 09:47:00 -07002045 srcs = [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002046 "src/core/lib/surface/init.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002047 "src/core/lib/channel/channel_args.c",
2048 "src/core/lib/channel/channel_stack.c",
2049 "src/core/lib/channel/channel_stack_builder.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002050 "src/core/lib/channel/compress_filter.c",
2051 "src/core/lib/channel/connected_channel.c",
Mark D. Roth14c072c2016-08-26 08:31:34 -07002052 "src/core/lib/channel/deadline_filter.c",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -07002053 "src/core/lib/channel/handshaker.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002054 "src/core/lib/channel/http_client_filter.c",
2055 "src/core/lib/channel/http_server_filter.c",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -07002056 "src/core/lib/channel/message_size_filter.c",
David Garcia Quintasac094472016-05-18 20:25:57 -07002057 "src/core/lib/compression/compression.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002058 "src/core/lib/compression/message_compress.c",
2059 "src/core/lib/debug/trace.c",
2060 "src/core/lib/http/format_request.c",
2061 "src/core/lib/http/httpcli.c",
2062 "src/core/lib/http/parser.c",
2063 "src/core/lib/iomgr/closure.c",
Craig Tiller57726ca2016-09-12 11:59:45 -07002064 "src/core/lib/iomgr/combiner.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002065 "src/core/lib/iomgr/endpoint.c",
2066 "src/core/lib/iomgr/endpoint_pair_posix.c",
murgatroid99c36f6ea2016-10-03 09:24:09 -07002067 "src/core/lib/iomgr/endpoint_pair_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002068 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller27f59af2016-04-28 14:19:48 -07002069 "src/core/lib/iomgr/error.c",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -07002070 "src/core/lib/iomgr/ev_epoll_linux.c",
Craig Tiller8a034482016-03-28 16:09:04 -07002071 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
Craig Tillerd9a60bb2016-03-28 23:13:19 -07002072 "src/core/lib/iomgr/ev_poll_posix.c",
Craig Tiller8a034482016-03-28 16:09:04 -07002073 "src/core/lib/iomgr/ev_posix.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002074 "src/core/lib/iomgr/exec_ctx.c",
2075 "src/core/lib/iomgr/executor.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002076 "src/core/lib/iomgr/iocp_windows.c",
2077 "src/core/lib/iomgr/iomgr.c",
2078 "src/core/lib/iomgr/iomgr_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07002079 "src/core/lib/iomgr/iomgr_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002080 "src/core/lib/iomgr/iomgr_windows.c",
Craig Tiller85178862016-05-18 16:09:16 -07002081 "src/core/lib/iomgr/load_file.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07002082 "src/core/lib/iomgr/network_status_tracker.c",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -07002083 "src/core/lib/iomgr/polling_entity.c",
murgatroid999030c812016-09-16 13:25:08 -07002084 "src/core/lib/iomgr/pollset_set_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002085 "src/core/lib/iomgr/pollset_set_windows.c",
murgatroid999030c812016-09-16 13:25:08 -07002086 "src/core/lib/iomgr/pollset_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002087 "src/core/lib/iomgr/pollset_windows.c",
2088 "src/core/lib/iomgr/resolve_address_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07002089 "src/core/lib/iomgr/resolve_address_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002090 "src/core/lib/iomgr/resolve_address_windows.c",
Craig Tiller20afa3d2016-10-17 14:52:14 -07002091 "src/core/lib/iomgr/resource_quota.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002092 "src/core/lib/iomgr/sockaddr_utils.c",
2093 "src/core/lib/iomgr/socket_utils_common_posix.c",
2094 "src/core/lib/iomgr/socket_utils_linux.c",
2095 "src/core/lib/iomgr/socket_utils_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07002096 "src/core/lib/iomgr/socket_utils_uv.c",
murgatroid9979b32272016-08-08 13:38:30 -07002097 "src/core/lib/iomgr/socket_utils_windows.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002098 "src/core/lib/iomgr/socket_windows.c",
2099 "src/core/lib/iomgr/tcp_client_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07002100 "src/core/lib/iomgr/tcp_client_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002101 "src/core/lib/iomgr/tcp_client_windows.c",
2102 "src/core/lib/iomgr/tcp_posix.c",
2103 "src/core/lib/iomgr/tcp_server_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07002104 "src/core/lib/iomgr/tcp_server_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002105 "src/core/lib/iomgr/tcp_server_windows.c",
murgatroid999030c812016-09-16 13:25:08 -07002106 "src/core/lib/iomgr/tcp_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002107 "src/core/lib/iomgr/tcp_windows.c",
2108 "src/core/lib/iomgr/time_averaged_stats.c",
murgatroid999030c812016-09-16 13:25:08 -07002109 "src/core/lib/iomgr/timer_generic.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002110 "src/core/lib/iomgr/timer_heap.c",
murgatroid999030c812016-09-16 13:25:08 -07002111 "src/core/lib/iomgr/timer_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002112 "src/core/lib/iomgr/udp_server.c",
2113 "src/core/lib/iomgr/unix_sockets_posix.c",
2114 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
kpayson64d195cf52016-10-09 18:04:00 -07002115 "src/core/lib/iomgr/wakeup_fd_cv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002116 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
2117 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
2118 "src/core/lib/iomgr/wakeup_fd_pipe.c",
2119 "src/core/lib/iomgr/wakeup_fd_posix.c",
murgatroid999030c812016-09-16 13:25:08 -07002120 "src/core/lib/iomgr/workqueue_uv.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002121 "src/core/lib/iomgr/workqueue_windows.c",
2122 "src/core/lib/json/json.c",
2123 "src/core/lib/json/json_reader.c",
2124 "src/core/lib/json/json_string.c",
2125 "src/core/lib/json/json_writer.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002126 "src/core/lib/surface/alarm.c",
2127 "src/core/lib/surface/api_trace.c",
2128 "src/core/lib/surface/byte_buffer.c",
2129 "src/core/lib/surface/byte_buffer_reader.c",
2130 "src/core/lib/surface/call.c",
2131 "src/core/lib/surface/call_details.c",
2132 "src/core/lib/surface/call_log_batch.c",
2133 "src/core/lib/surface/channel.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002134 "src/core/lib/surface/channel_init.c",
2135 "src/core/lib/surface/channel_ping.c",
2136 "src/core/lib/surface/channel_stack_type.c",
2137 "src/core/lib/surface/completion_queue.c",
2138 "src/core/lib/surface/event_string.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002139 "src/core/lib/surface/lame_client.c",
2140 "src/core/lib/surface/metadata_array.c",
2141 "src/core/lib/surface/server.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002142 "src/core/lib/surface/validate_metadata.c",
2143 "src/core/lib/surface/version.c",
2144 "src/core/lib/transport/byte_stream.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002145 "src/core/lib/transport/connectivity_state.c",
Mark D. Roth6a721b52016-10-14 12:43:34 -07002146 "src/core/lib/transport/mdstr_hash_table.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002147 "src/core/lib/transport/metadata.c",
2148 "src/core/lib/transport/metadata_batch.c",
Mark D. Rothbfe56802016-10-26 12:45:20 -07002149 "src/core/lib/transport/method_config.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002150 "src/core/lib/transport/static_metadata.c",
Robbie Shade710d2422016-07-13 15:15:38 -04002151 "src/core/lib/transport/timeout_encoding.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002152 "src/core/lib/transport/transport.c",
2153 "src/core/lib/transport/transport_op_string.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002154 "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c",
Yuchen Zengd982bba2016-05-12 18:53:52 -07002155 "src/core/ext/transport/chttp2/transport/bin_decoder.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002156 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
2157 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
2158 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
2159 "src/core/ext/transport/chttp2/transport/frame_data.c",
2160 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
2161 "src/core/ext/transport/chttp2/transport/frame_ping.c",
2162 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
2163 "src/core/ext/transport/chttp2/transport/frame_settings.c",
2164 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
2165 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
2166 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
2167 "src/core/ext/transport/chttp2/transport/hpack_table.c",
2168 "src/core/ext/transport/chttp2/transport/huffsyms.c",
2169 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
2170 "src/core/ext/transport/chttp2/transport/parsing.c",
2171 "src/core/ext/transport/chttp2/transport/status_conversion.c",
2172 "src/core/ext/transport/chttp2/transport/stream_lists.c",
2173 "src/core/ext/transport/chttp2/transport/stream_map.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002174 "src/core/ext/transport/chttp2/transport/varint.c",
2175 "src/core/ext/transport/chttp2/transport/writing.c",
2176 "src/core/ext/transport/chttp2/alpn/alpn.c",
2177 "src/core/lib/http/httpcli_security_connector.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07002178 "src/core/lib/security/context/security_context.c",
2179 "src/core/lib/security/credentials/composite/composite_credentials.c",
2180 "src/core/lib/security/credentials/credentials.c",
2181 "src/core/lib/security/credentials/credentials_metadata.c",
2182 "src/core/lib/security/credentials/fake/fake_credentials.c",
murgatroid997c205902016-08-09 10:07:42 -07002183 "src/core/lib/security/credentials/google_default/credentials_generic.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07002184 "src/core/lib/security/credentials/google_default/google_default_credentials.c",
2185 "src/core/lib/security/credentials/iam/iam_credentials.c",
2186 "src/core/lib/security/credentials/jwt/json_token.c",
2187 "src/core/lib/security/credentials/jwt/jwt_credentials.c",
2188 "src/core/lib/security/credentials/jwt/jwt_verifier.c",
2189 "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
2190 "src/core/lib/security/credentials/plugin/plugin_credentials.c",
2191 "src/core/lib/security/credentials/ssl/ssl_credentials.c",
2192 "src/core/lib/security/transport/client_auth_filter.c",
2193 "src/core/lib/security/transport/handshake.c",
2194 "src/core/lib/security/transport/secure_endpoint.c",
2195 "src/core/lib/security/transport/security_connector.c",
2196 "src/core/lib/security/transport/server_auth_filter.c",
Craig Tillerddad9782016-05-05 17:11:31 -07002197 "src/core/lib/security/transport/tsi_error.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07002198 "src/core/lib/security/util/b64.c",
2199 "src/core/lib/security/util/json_util.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002200 "src/core/lib/surface/init_secure.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07002201 "src/core/lib/tsi/fake_transport_security.c",
2202 "src/core/lib/tsi/ssl_transport_security.c",
2203 "src/core/lib/tsi/transport_security.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002204 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -07002205 "src/core/ext/client_channel/channel_connectivity.c",
2206 "src/core/ext/client_channel/client_channel.c",
2207 "src/core/ext/client_channel/client_channel_factory.c",
2208 "src/core/ext/client_channel/client_channel_plugin.c",
2209 "src/core/ext/client_channel/connector.c",
2210 "src/core/ext/client_channel/default_initial_connect_string.c",
Mark D. Roth15195742016-10-07 09:02:28 -07002211 "src/core/ext/client_channel/http_connect_handshaker.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -07002212 "src/core/ext/client_channel/initial_connect_string.c",
2213 "src/core/ext/client_channel/lb_policy.c",
2214 "src/core/ext/client_channel/lb_policy_factory.c",
2215 "src/core/ext/client_channel/lb_policy_registry.c",
2216 "src/core/ext/client_channel/parse_address.c",
2217 "src/core/ext/client_channel/resolver.c",
2218 "src/core/ext/client_channel/resolver_factory.c",
2219 "src/core/ext/client_channel/resolver_registry.c",
Mark D. Roth2137cd82016-09-14 09:04:00 -07002220 "src/core/ext/client_channel/subchannel.c",
2221 "src/core/ext/client_channel/subchannel_index.c",
2222 "src/core/ext/client_channel/uri_parser.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002223 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
Adam Michalikbf10c822016-05-20 16:13:32 -07002224 "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002225 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
Adam Michalik321b1fb2016-05-16 15:42:36 -07002226 "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c",
David Garcia Quintas3fb8f732016-06-15 22:53:08 -07002227 "src/core/ext/lb_policy/grpclb/grpclb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002228 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002229 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002230 "src/core/ext/lb_policy/pick_first/pick_first.c",
2231 "src/core/ext/lb_policy/round_robin/round_robin.c",
2232 "src/core/ext/resolver/dns/native/dns_resolver.c",
2233 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
David Garcia Quintasb41363e2016-04-29 00:41:21 -07002234 "src/core/ext/load_reporting/load_reporting.c",
2235 "src/core/ext/load_reporting/load_reporting_filter.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -07002236 "src/core/ext/census/base_resources.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002237 "src/core/ext/census/context.c",
Alistair Veitch30fe6322016-05-23 10:11:28 -07002238 "src/core/ext/census/gen/census.pb.c",
Alistair Veitcha0c69f92016-08-31 12:01:27 -07002239 "src/core/ext/census/gen/trace_context.pb.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002240 "src/core/ext/census/grpc_context.c",
2241 "src/core/ext/census/grpc_filter.c",
2242 "src/core/ext/census/grpc_plugin.c",
2243 "src/core/ext/census/initialize.c",
2244 "src/core/ext/census/mlog.c",
2245 "src/core/ext/census/operation.c",
2246 "src/core/ext/census/placeholders.c",
Alistair Veitch4aaba752016-06-02 17:11:46 -07002247 "src/core/ext/census/resource.c",
Vizerai12d1fc62016-09-09 14:22:19 -07002248 "src/core/ext/census/trace_context.c",
Craig Tiller03915e52016-04-07 09:15:10 -07002249 "src/core/ext/census/tracing.c",
Craig Tillerfb433852016-03-29 08:51:07 -07002250 "src/core/plugin_registry/grpc_plugin_registry.c",
Jorge Canizales140bca82015-06-20 09:47:00 -07002251 ],
2252 hdrs = [
2253 "include/grpc/byte_buffer.h",
2254 "include/grpc/byte_buffer_reader.h",
2255 "include/grpc/compression.h",
2256 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -07002257 "include/grpc/grpc_posix.h",
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +02002258 "include/grpc/grpc_security_constants.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002259 "include/grpc/status.h",
David Garcia Quintas1b2db632016-04-27 15:06:54 -07002260 "include/grpc/impl/codegen/byte_buffer_reader.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07002261 "include/grpc/impl/codegen/compression_types.h",
2262 "include/grpc/impl/codegen/connectivity_state.h",
2263 "include/grpc/impl/codegen/grpc_types.h",
2264 "include/grpc/impl/codegen/propagation_bits.h",
2265 "include/grpc/impl/codegen/status.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002266 "include/grpc/impl/codegen/atm.h",
2267 "include/grpc/impl/codegen/atm_gcc_atomic.h",
2268 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002269 "include/grpc/impl/codegen/atm_windows.h",
David Garcia Quintas8c5424f2016-08-01 22:49:00 -07002270 "include/grpc/impl/codegen/gpr_types.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002271 "include/grpc/impl/codegen/port_platform.h",
2272 "include/grpc/impl/codegen/slice.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002273 "include/grpc/impl/codegen/sync.h",
2274 "include/grpc/impl/codegen/sync_generic.h",
2275 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002276 "include/grpc/impl/codegen/sync_windows.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002277 "include/grpc/grpc_security.h",
2278 "include/grpc/census.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002279 "src/core/lib/channel/channel_args.h",
2280 "src/core/lib/channel/channel_stack.h",
2281 "src/core/lib/channel/channel_stack_builder.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002282 "src/core/lib/channel/compress_filter.h",
2283 "src/core/lib/channel/connected_channel.h",
2284 "src/core/lib/channel/context.h",
Mark D. Roth14c072c2016-08-26 08:31:34 -07002285 "src/core/lib/channel/deadline_filter.h",
Mark D. Rothdfbdefe2016-07-14 09:18:22 -07002286 "src/core/lib/channel/handshaker.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002287 "src/core/lib/channel/http_client_filter.h",
2288 "src/core/lib/channel/http_server_filter.h",
Mark D. Rothaf00d8b2016-08-23 12:48:16 -07002289 "src/core/lib/channel/message_size_filter.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002290 "src/core/lib/compression/algorithm_metadata.h",
2291 "src/core/lib/compression/message_compress.h",
2292 "src/core/lib/debug/trace.h",
2293 "src/core/lib/http/format_request.h",
2294 "src/core/lib/http/httpcli.h",
2295 "src/core/lib/http/parser.h",
2296 "src/core/lib/iomgr/closure.h",
Craig Tiller57726ca2016-09-12 11:59:45 -07002297 "src/core/lib/iomgr/combiner.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002298 "src/core/lib/iomgr/endpoint.h",
2299 "src/core/lib/iomgr/endpoint_pair.h",
Craig Tiller27f59af2016-04-28 14:19:48 -07002300 "src/core/lib/iomgr/error.h",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -07002301 "src/core/lib/iomgr/ev_epoll_linux.h",
Craig Tiller8a034482016-03-28 16:09:04 -07002302 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
Craig Tillerd9a60bb2016-03-28 23:13:19 -07002303 "src/core/lib/iomgr/ev_poll_posix.h",
Craig Tiller8a034482016-03-28 16:09:04 -07002304 "src/core/lib/iomgr/ev_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002305 "src/core/lib/iomgr/exec_ctx.h",
2306 "src/core/lib/iomgr/executor.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002307 "src/core/lib/iomgr/iocp_windows.h",
2308 "src/core/lib/iomgr/iomgr.h",
2309 "src/core/lib/iomgr/iomgr_internal.h",
2310 "src/core/lib/iomgr/iomgr_posix.h",
Craig Tiller85178862016-05-18 16:09:16 -07002311 "src/core/lib/iomgr/load_file.h",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07002312 "src/core/lib/iomgr/network_status_tracker.h",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -07002313 "src/core/lib/iomgr/polling_entity.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002314 "src/core/lib/iomgr/pollset.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002315 "src/core/lib/iomgr/pollset_set.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002316 "src/core/lib/iomgr/pollset_set_windows.h",
murgatroid999030c812016-09-16 13:25:08 -07002317 "src/core/lib/iomgr/pollset_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002318 "src/core/lib/iomgr/pollset_windows.h",
murgatroid9954070892016-08-08 17:01:18 -07002319 "src/core/lib/iomgr/port.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002320 "src/core/lib/iomgr/resolve_address.h",
Craig Tiller20afa3d2016-10-17 14:52:14 -07002321 "src/core/lib/iomgr/resource_quota.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002322 "src/core/lib/iomgr/sockaddr.h",
2323 "src/core/lib/iomgr/sockaddr_posix.h",
2324 "src/core/lib/iomgr/sockaddr_utils.h",
Yuchen Zeng12dfdc32016-04-26 22:05:41 -07002325 "src/core/lib/iomgr/sockaddr_windows.h",
murgatroid9979b32272016-08-08 13:38:30 -07002326 "src/core/lib/iomgr/socket_utils.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002327 "src/core/lib/iomgr/socket_utils_posix.h",
2328 "src/core/lib/iomgr/socket_windows.h",
2329 "src/core/lib/iomgr/tcp_client.h",
Craig Tiller86958762016-09-23 12:05:34 -07002330 "src/core/lib/iomgr/tcp_client_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002331 "src/core/lib/iomgr/tcp_posix.h",
2332 "src/core/lib/iomgr/tcp_server.h",
murgatroid999030c812016-09-16 13:25:08 -07002333 "src/core/lib/iomgr/tcp_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002334 "src/core/lib/iomgr/tcp_windows.h",
2335 "src/core/lib/iomgr/time_averaged_stats.h",
2336 "src/core/lib/iomgr/timer.h",
murgatroid999030c812016-09-16 13:25:08 -07002337 "src/core/lib/iomgr/timer_generic.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002338 "src/core/lib/iomgr/timer_heap.h",
murgatroid999030c812016-09-16 13:25:08 -07002339 "src/core/lib/iomgr/timer_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002340 "src/core/lib/iomgr/udp_server.h",
2341 "src/core/lib/iomgr/unix_sockets_posix.h",
kpayson64d195cf52016-10-09 18:04:00 -07002342 "src/core/lib/iomgr/wakeup_fd_cv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002343 "src/core/lib/iomgr/wakeup_fd_pipe.h",
2344 "src/core/lib/iomgr/wakeup_fd_posix.h",
2345 "src/core/lib/iomgr/workqueue.h",
murgatroid999030c812016-09-16 13:25:08 -07002346 "src/core/lib/iomgr/workqueue_uv.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002347 "src/core/lib/iomgr/workqueue_windows.h",
2348 "src/core/lib/json/json.h",
2349 "src/core/lib/json/json_common.h",
2350 "src/core/lib/json/json_reader.h",
2351 "src/core/lib/json/json_writer.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002352 "src/core/lib/surface/api_trace.h",
2353 "src/core/lib/surface/call.h",
2354 "src/core/lib/surface/call_test_only.h",
2355 "src/core/lib/surface/channel.h",
2356 "src/core/lib/surface/channel_init.h",
2357 "src/core/lib/surface/channel_stack_type.h",
2358 "src/core/lib/surface/completion_queue.h",
2359 "src/core/lib/surface/event_string.h",
2360 "src/core/lib/surface/init.h",
2361 "src/core/lib/surface/lame_client.h",
2362 "src/core/lib/surface/server.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002363 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002364 "src/core/lib/transport/connectivity_state.h",
Mark D. Roth6a721b52016-10-14 12:43:34 -07002365 "src/core/lib/transport/mdstr_hash_table.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002366 "src/core/lib/transport/metadata.h",
2367 "src/core/lib/transport/metadata_batch.h",
Mark D. Rothbfe56802016-10-26 12:45:20 -07002368 "src/core/lib/transport/method_config.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002369 "src/core/lib/transport/static_metadata.h",
Robbie Shade710d2422016-07-13 15:15:38 -04002370 "src/core/lib/transport/timeout_encoding.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002371 "src/core/lib/transport/transport.h",
2372 "src/core/lib/transport/transport_impl.h",
Yuchen Zengd982bba2016-05-12 18:53:52 -07002373 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002374 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
2375 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
2376 "src/core/ext/transport/chttp2/transport/frame.h",
2377 "src/core/ext/transport/chttp2/transport/frame_data.h",
2378 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
2379 "src/core/ext/transport/chttp2/transport/frame_ping.h",
2380 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
2381 "src/core/ext/transport/chttp2/transport/frame_settings.h",
2382 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
2383 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
2384 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
2385 "src/core/ext/transport/chttp2/transport/hpack_table.h",
2386 "src/core/ext/transport/chttp2/transport/http2_errors.h",
2387 "src/core/ext/transport/chttp2/transport/huffsyms.h",
2388 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
2389 "src/core/ext/transport/chttp2/transport/internal.h",
2390 "src/core/ext/transport/chttp2/transport/status_conversion.h",
2391 "src/core/ext/transport/chttp2/transport/stream_map.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002392 "src/core/ext/transport/chttp2/transport/varint.h",
2393 "src/core/ext/transport/chttp2/alpn/alpn.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07002394 "src/core/lib/security/context/security_context.h",
2395 "src/core/lib/security/credentials/composite/composite_credentials.h",
2396 "src/core/lib/security/credentials/credentials.h",
2397 "src/core/lib/security/credentials/fake/fake_credentials.h",
2398 "src/core/lib/security/credentials/google_default/google_default_credentials.h",
2399 "src/core/lib/security/credentials/iam/iam_credentials.h",
2400 "src/core/lib/security/credentials/jwt/json_token.h",
2401 "src/core/lib/security/credentials/jwt/jwt_credentials.h",
2402 "src/core/lib/security/credentials/jwt/jwt_verifier.h",
2403 "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
2404 "src/core/lib/security/credentials/plugin/plugin_credentials.h",
2405 "src/core/lib/security/credentials/ssl/ssl_credentials.h",
2406 "src/core/lib/security/transport/auth_filters.h",
2407 "src/core/lib/security/transport/handshake.h",
2408 "src/core/lib/security/transport/secure_endpoint.h",
2409 "src/core/lib/security/transport/security_connector.h",
Craig Tillerddad9782016-05-05 17:11:31 -07002410 "src/core/lib/security/transport/tsi_error.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07002411 "src/core/lib/security/util/b64.h",
2412 "src/core/lib/security/util/json_util.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07002413 "src/core/lib/tsi/fake_transport_security.h",
2414 "src/core/lib/tsi/ssl_transport_security.h",
2415 "src/core/lib/tsi/ssl_types.h",
2416 "src/core/lib/tsi/transport_security.h",
2417 "src/core/lib/tsi/transport_security_interface.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -07002418 "src/core/ext/client_channel/client_channel.h",
2419 "src/core/ext/client_channel/client_channel_factory.h",
2420 "src/core/ext/client_channel/connector.h",
Mark D. Roth15195742016-10-07 09:02:28 -07002421 "src/core/ext/client_channel/http_connect_handshaker.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -07002422 "src/core/ext/client_channel/initial_connect_string.h",
2423 "src/core/ext/client_channel/lb_policy.h",
2424 "src/core/ext/client_channel/lb_policy_factory.h",
2425 "src/core/ext/client_channel/lb_policy_registry.h",
2426 "src/core/ext/client_channel/parse_address.h",
2427 "src/core/ext/client_channel/resolver.h",
2428 "src/core/ext/client_channel/resolver_factory.h",
2429 "src/core/ext/client_channel/resolver_registry.h",
Mark D. Roth2137cd82016-09-14 09:04:00 -07002430 "src/core/ext/client_channel/subchannel.h",
2431 "src/core/ext/client_channel/subchannel_index.h",
2432 "src/core/ext/client_channel/uri_parser.h",
David Garcia Quintasb2e986b2016-06-15 23:55:50 -07002433 "src/core/ext/lb_policy/grpclb/grpclb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002434 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002435 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
David Garcia Quintasb41363e2016-04-29 00:41:21 -07002436 "src/core/ext/load_reporting/load_reporting.h",
2437 "src/core/ext/load_reporting/load_reporting_filter.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002438 "src/core/ext/census/aggregation.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -07002439 "src/core/ext/census/base_resources.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002440 "src/core/ext/census/census_interface.h",
2441 "src/core/ext/census/census_rpc_stats.h",
Alistair Veitch30fe6322016-05-23 10:11:28 -07002442 "src/core/ext/census/gen/census.pb.h",
Alistair Veitcha0c69f92016-08-31 12:01:27 -07002443 "src/core/ext/census/gen/trace_context.pb.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002444 "src/core/ext/census/grpc_filter.h",
2445 "src/core/ext/census/mlog.h",
Alistair Veitch4aaba752016-06-02 17:11:46 -07002446 "src/core/ext/census/resource.h",
Craig Tiller03915e52016-04-07 09:15:10 -07002447 "src/core/ext/census/rpc_metric_id.h",
Vizerai12d1fc62016-09-09 14:22:19 -07002448 "src/core/ext/census/trace_context.h",
Jorge Canizales140bca82015-06-20 09:47:00 -07002449 ],
2450 includes = [
2451 "include",
2452 ".",
2453 ],
2454 deps = [
Craig Tillerda179ce2016-02-09 12:01:53 -08002455 ":gpr_objc",
Jorge Canizales4dc4e3d2015-06-26 22:12:02 -07002456 "//external:libssl_objc",
Rob Earhartb7b8d052016-03-29 11:35:29 -07002457 "//external:nanopb",
Jorge Canizales140bca82015-06-20 09:47:00 -07002458 ],
Jorge Canizales8c1fd042015-06-22 19:11:36 -07002459 sdk_dylibs = ["libz"],
Jorge Canizales140bca82015-06-20 09:47:00 -07002460)
2461
2462
2463
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07002464cc_binary(
2465 name = "grpc_cpp_plugin",
2466 srcs = [
2467 "src/compiler/cpp_plugin.cc",
2468 ],
2469 deps = [
2470 "//external:protobuf_compiler",
2471 ":grpc_plugin_support",
2472 ],
2473)
2474
2475
2476cc_binary(
Jan Tattermusch2d924952015-05-06 10:23:17 -07002477 name = "grpc_csharp_plugin",
2478 srcs = [
2479 "src/compiler/csharp_plugin.cc",
2480 ],
2481 deps = [
2482 "//external:protobuf_compiler",
2483 ":grpc_plugin_support",
2484 ],
2485)
2486
2487
2488cc_binary(
murgatroid99d2ee81f2016-02-26 11:10:33 -08002489 name = "grpc_node_plugin",
2490 srcs = [
2491 "src/compiler/node_plugin.cc",
2492 ],
2493 deps = [
2494 "//external:protobuf_compiler",
2495 ":grpc_plugin_support",
2496 ],
2497)
2498
2499
2500cc_binary(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07002501 name = "grpc_objective_c_plugin",
2502 srcs = [
2503 "src/compiler/objective_c_plugin.cc",
2504 ],
2505 deps = [
2506 "//external:protobuf_compiler",
2507 ":grpc_plugin_support",
2508 ],
2509)
2510
2511
2512cc_binary(
Stanley Cheung857a1302016-09-29 17:26:29 -07002513 name = "grpc_php_plugin",
2514 srcs = [
2515 "src/compiler/php_plugin.cc",
2516 ],
2517 deps = [
2518 "//external:protobuf_compiler",
2519 ":grpc_plugin_support",
2520 ],
2521)
2522
2523
2524cc_binary(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -07002525 name = "grpc_python_plugin",
2526 srcs = [
2527 "src/compiler/python_plugin.cc",
2528 ],
2529 deps = [
2530 "//external:protobuf_compiler",
2531 ":grpc_plugin_support",
2532 ],
2533)
2534
2535
2536cc_binary(
2537 name = "grpc_ruby_plugin",
2538 srcs = [
2539 "src/compiler/ruby_plugin.cc",
2540 ],
2541 deps = [
2542 "//external:protobuf_compiler",
2543 ":grpc_plugin_support",
2544 ],
2545)
2546
2547
2548
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02002549
2550
Jorge Canizales140bca82015-06-20 09:47:00 -07002551
Jorge Canizales91e67a22015-06-24 13:50:04 -07002552
2553
Jorge Canizales44dc4232015-06-19 16:30:31 -07002554objc_path = "src/objective-c"
Jorge Canizales140bca82015-06-20 09:47:00 -07002555
Jorge Canizales44dc4232015-06-19 16:30:31 -07002556rx_library_path = objc_path + "/RxLibrary"
2557
2558objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07002559 name = "rx_library",
2560 hdrs = glob([
2561 rx_library_path + "/*.h",
2562 rx_library_path + "/transformations/*.h",
2563 ]),
2564 srcs = glob([
2565 rx_library_path + "/*.m",
2566 rx_library_path + "/transformations/*.m",
2567 ]),
2568 includes = [objc_path],
2569 deps = [
2570 ":rx_library_private",
2571 ],
Jorge Canizales44dc4232015-06-19 16:30:31 -07002572)
2573
2574objc_library(
Jorge Canizalesbba80762015-06-26 23:25:48 -07002575 name = "rx_library_private",
2576 hdrs = glob([rx_library_path + "/private/*.h"]),
2577 srcs = glob([rx_library_path + "/private/*.m"]),
2578 visibility = ["//visibility:private"],
Jorge Canizales44dc4232015-06-19 16:30:31 -07002579)
Jorge Canizales866255e2015-06-20 18:58:38 -07002580
2581objc_client_path = objc_path + "/GRPCClient"
2582
2583objc_library(
2584 name = "grpc_client",
2585 hdrs = glob([
2586 objc_client_path + "/*.h",
2587 objc_client_path + "/private/*.h",
2588 ]),
2589 srcs = glob([
2590 objc_client_path + "/*.m",
2591 objc_client_path + "/private/*.m",
2592 ]),
2593 includes = [objc_path],
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07002594 bundles = [":gRPCCertificates"],
Jorge Canizales866255e2015-06-20 18:58:38 -07002595 deps = [
2596 ":grpc_objc",
2597 ":rx_library",
2598 ],
2599)
Jorge Canizalesbb54ae82015-06-28 06:50:58 -07002600
2601objc_bundle_library(
2602 # The choice of name is signicant here, since it determines the bundle name.
2603 name = "gRPCCertificates",
2604 resources = ["etc/roots.pem"],
2605)
Jorge Canizales50f19822015-06-28 23:48:30 -07002606
2607proto_objc_rpc_path = objc_path + "/ProtoRPC"
2608
2609objc_library(
2610 name = "proto_objc_rpc",
2611 hdrs = glob([
2612 proto_objc_rpc_path + "/*.h",
2613 ]),
2614 srcs = glob([
2615 proto_objc_rpc_path + "/*.m",
2616 ]),
2617 includes = [objc_path],
2618 deps = [
2619 ":grpc_client",
2620 ":rx_library",
2621 "//external:protobuf_objc",
2622 ],
2623)