blob: 35e8f444963d2e59fd5f510e7e252c21684e33a3 [file] [log] [blame]
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02001# GRPC Bazel BUILD file.
2# This currently builds C and 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.
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +02005
6# Copyright 2015, Google Inc.
7# All rights reserved.
8#
9# Redistribution and use in source and binary forms, with or without
10# modification, are permitted provided that the following conditions are
11# met:
12#
13# * Redistributions of source code must retain the above copyright
14# notice, this list of conditions and the following disclaimer.
15# * Redistributions in binary form must reproduce the above
16# copyright notice, this list of conditions and the following disclaimer
17# in the documentation and/or other materials provided with the
18# distribution.
19# * Neither the name of Google Inc. nor the names of its
20# contributors may be used to endorse or promote products derived from
21# this software without specific prior written permission.
22#
23# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
28# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
29# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
35licenses(["notice"]) # 3-clause BSD
36
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070037package(default_visibility = ["//visibility:public"])
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +020038
39
40
41
42cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -070043 name = "gpr",
44 srcs = [
45 "src/core/support/env.h",
46 "src/core/support/file.h",
47 "src/core/support/murmur_hash.h",
48 "src/core/support/string.h",
49 "src/core/support/string_win32.h",
50 "src/core/support/thd_internal.h",
51 "src/core/support/alloc.c",
52 "src/core/support/cancellable.c",
53 "src/core/support/cmdline.c",
54 "src/core/support/cpu_iphone.c",
55 "src/core/support/cpu_linux.c",
56 "src/core/support/cpu_posix.c",
57 "src/core/support/cpu_windows.c",
58 "src/core/support/env_linux.c",
59 "src/core/support/env_posix.c",
60 "src/core/support/env_win32.c",
61 "src/core/support/file.c",
62 "src/core/support/file_posix.c",
63 "src/core/support/file_win32.c",
64 "src/core/support/histogram.c",
65 "src/core/support/host_port.c",
66 "src/core/support/log.c",
67 "src/core/support/log_android.c",
68 "src/core/support/log_linux.c",
69 "src/core/support/log_posix.c",
70 "src/core/support/log_win32.c",
71 "src/core/support/murmur_hash.c",
72 "src/core/support/slice.c",
73 "src/core/support/slice_buffer.c",
74 "src/core/support/string.c",
75 "src/core/support/string_posix.c",
76 "src/core/support/string_win32.c",
77 "src/core/support/sync.c",
78 "src/core/support/sync_posix.c",
79 "src/core/support/sync_win32.c",
80 "src/core/support/thd.c",
81 "src/core/support/thd_posix.c",
82 "src/core/support/thd_win32.c",
83 "src/core/support/time.c",
84 "src/core/support/time_posix.c",
85 "src/core/support/time_win32.c",
86 ],
87 hdrs = [
88 "include/grpc/support/alloc.h",
89 "include/grpc/support/atm.h",
90 "include/grpc/support/atm_gcc_atomic.h",
91 "include/grpc/support/atm_gcc_sync.h",
92 "include/grpc/support/atm_win32.h",
93 "include/grpc/support/cancellable_platform.h",
94 "include/grpc/support/cmdline.h",
95 "include/grpc/support/cpu.h",
96 "include/grpc/support/histogram.h",
97 "include/grpc/support/host_port.h",
98 "include/grpc/support/log.h",
99 "include/grpc/support/log_win32.h",
100 "include/grpc/support/port_platform.h",
101 "include/grpc/support/slice.h",
102 "include/grpc/support/slice_buffer.h",
103 "include/grpc/support/sync.h",
104 "include/grpc/support/sync_generic.h",
105 "include/grpc/support/sync_posix.h",
106 "include/grpc/support/sync_win32.h",
107 "include/grpc/support/thd.h",
108 "include/grpc/support/time.h",
Yang Gaob0b518e2015-04-13 14:53:25 -0700109 "include/grpc/support/tls.h",
110 "include/grpc/support/tls_gcc.h",
111 "include/grpc/support/tls_msvc.h",
112 "include/grpc/support/tls_pthread.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700113 "include/grpc/support/useful.h",
114 ],
115 includes = [
116 "include",
117 ".",
118 ],
119 deps = [
120 ],
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +0200121)
122
123
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +0200124cc_library(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700125 name = "grpc",
126 srcs = [
127 "src/core/httpcli/format_request.h",
128 "src/core/httpcli/httpcli.h",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700129 "src/core/httpcli/httpcli_security_connector.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700130 "src/core/httpcli/parser.h",
131 "src/core/security/auth.h",
132 "src/core/security/base64.h",
133 "src/core/security/credentials.h",
134 "src/core/security/json_token.h",
135 "src/core/security/secure_endpoint.h",
136 "src/core/security/secure_transport_setup.h",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700137 "src/core/security/security_connector.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700138 "src/core/tsi/fake_transport_security.h",
139 "src/core/tsi/ssl_transport_security.h",
140 "src/core/tsi/transport_security.h",
141 "src/core/tsi/transport_security_interface.h",
142 "src/core/channel/census_filter.h",
143 "src/core/channel/channel_args.h",
144 "src/core/channel/channel_stack.h",
145 "src/core/channel/child_channel.h",
146 "src/core/channel/client_channel.h",
147 "src/core/channel/client_setup.h",
148 "src/core/channel/connected_channel.h",
149 "src/core/channel/http_client_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700150 "src/core/channel/http_server_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700151 "src/core/channel/noop_filter.h",
152 "src/core/compression/algorithm.h",
153 "src/core/compression/message_compress.h",
154 "src/core/debug/trace.h",
155 "src/core/iomgr/alarm.h",
156 "src/core/iomgr/alarm_heap.h",
157 "src/core/iomgr/alarm_internal.h",
158 "src/core/iomgr/endpoint.h",
159 "src/core/iomgr/endpoint_pair.h",
160 "src/core/iomgr/fd_posix.h",
161 "src/core/iomgr/iocp_windows.h",
162 "src/core/iomgr/iomgr.h",
163 "src/core/iomgr/iomgr_internal.h",
164 "src/core/iomgr/iomgr_posix.h",
165 "src/core/iomgr/pollset.h",
166 "src/core/iomgr/pollset_kick.h",
167 "src/core/iomgr/pollset_kick_posix.h",
168 "src/core/iomgr/pollset_kick_windows.h",
169 "src/core/iomgr/pollset_posix.h",
170 "src/core/iomgr/pollset_windows.h",
171 "src/core/iomgr/resolve_address.h",
172 "src/core/iomgr/sockaddr.h",
173 "src/core/iomgr/sockaddr_posix.h",
174 "src/core/iomgr/sockaddr_utils.h",
175 "src/core/iomgr/sockaddr_win32.h",
176 "src/core/iomgr/socket_utils_posix.h",
177 "src/core/iomgr/socket_windows.h",
178 "src/core/iomgr/tcp_client.h",
179 "src/core/iomgr/tcp_posix.h",
180 "src/core/iomgr/tcp_server.h",
181 "src/core/iomgr/tcp_windows.h",
182 "src/core/iomgr/time_averaged_stats.h",
183 "src/core/iomgr/wakeup_fd_pipe.h",
184 "src/core/iomgr/wakeup_fd_posix.h",
185 "src/core/json/json.h",
186 "src/core/json/json_common.h",
187 "src/core/json/json_reader.h",
188 "src/core/json/json_writer.h",
Vijay Pai6dfa7e62015-04-13 10:41:40 -0700189 "src/core/profiling/timers.h",
Vijay Pai9cccb082015-04-13 13:04:06 -0700190 "src/core/profiling/timers_preciseclock.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700191 "src/core/statistics/census_interface.h",
192 "src/core/statistics/census_log.h",
193 "src/core/statistics/census_rpc_stats.h",
194 "src/core/statistics/census_tracing.h",
195 "src/core/statistics/hash_table.h",
196 "src/core/statistics/window_stats.h",
197 "src/core/surface/byte_buffer_queue.h",
198 "src/core/surface/call.h",
199 "src/core/surface/channel.h",
200 "src/core/surface/client.h",
201 "src/core/surface/completion_queue.h",
202 "src/core/surface/event_string.h",
203 "src/core/surface/init.h",
204 "src/core/surface/server.h",
205 "src/core/surface/surface_trace.h",
206 "src/core/transport/chttp2/alpn.h",
207 "src/core/transport/chttp2/bin_encoder.h",
208 "src/core/transport/chttp2/frame.h",
209 "src/core/transport/chttp2/frame_data.h",
210 "src/core/transport/chttp2/frame_goaway.h",
211 "src/core/transport/chttp2/frame_ping.h",
212 "src/core/transport/chttp2/frame_rst_stream.h",
213 "src/core/transport/chttp2/frame_settings.h",
214 "src/core/transport/chttp2/frame_window_update.h",
215 "src/core/transport/chttp2/hpack_parser.h",
216 "src/core/transport/chttp2/hpack_table.h",
217 "src/core/transport/chttp2/http2_errors.h",
218 "src/core/transport/chttp2/huffsyms.h",
219 "src/core/transport/chttp2/status_conversion.h",
220 "src/core/transport/chttp2/stream_encoder.h",
221 "src/core/transport/chttp2/stream_map.h",
222 "src/core/transport/chttp2/timeout_encoding.h",
223 "src/core/transport/chttp2/varint.h",
224 "src/core/transport/chttp2_transport.h",
225 "src/core/transport/metadata.h",
226 "src/core/transport/stream_op.h",
227 "src/core/transport/transport.h",
228 "src/core/transport/transport_impl.h",
229 "src/core/httpcli/format_request.c",
230 "src/core/httpcli/httpcli.c",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700231 "src/core/httpcli/httpcli_security_connector.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700232 "src/core/httpcli/parser.c",
233 "src/core/security/auth.c",
234 "src/core/security/base64.c",
235 "src/core/security/credentials.c",
236 "src/core/security/credentials_posix.c",
237 "src/core/security/credentials_win32.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700238 "src/core/security/google_default_credentials.c",
239 "src/core/security/json_token.c",
240 "src/core/security/secure_endpoint.c",
241 "src/core/security/secure_transport_setup.c",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700242 "src/core/security/security_connector.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700243 "src/core/security/server_secure_chttp2.c",
244 "src/core/surface/init_secure.c",
245 "src/core/surface/secure_channel_create.c",
246 "src/core/tsi/fake_transport_security.c",
247 "src/core/tsi/ssl_transport_security.c",
248 "src/core/tsi/transport_security.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700249 "src/core/channel/census_filter.c",
250 "src/core/channel/channel_args.c",
251 "src/core/channel/channel_stack.c",
252 "src/core/channel/child_channel.c",
253 "src/core/channel/client_channel.c",
254 "src/core/channel/client_setup.c",
255 "src/core/channel/connected_channel.c",
256 "src/core/channel/http_client_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700257 "src/core/channel/http_server_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700258 "src/core/channel/noop_filter.c",
259 "src/core/compression/algorithm.c",
260 "src/core/compression/message_compress.c",
261 "src/core/debug/trace.c",
262 "src/core/iomgr/alarm.c",
263 "src/core/iomgr/alarm_heap.c",
264 "src/core/iomgr/endpoint.c",
265 "src/core/iomgr/endpoint_pair_posix.c",
Craig Tillerd180e032015-04-13 10:10:07 -0700266 "src/core/iomgr/endpoint_pair_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700267 "src/core/iomgr/fd_posix.c",
268 "src/core/iomgr/iocp_windows.c",
269 "src/core/iomgr/iomgr.c",
270 "src/core/iomgr/iomgr_posix.c",
271 "src/core/iomgr/iomgr_windows.c",
272 "src/core/iomgr/pollset_kick.c",
273 "src/core/iomgr/pollset_multipoller_with_epoll.c",
274 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
275 "src/core/iomgr/pollset_posix.c",
276 "src/core/iomgr/pollset_windows.c",
277 "src/core/iomgr/resolve_address_posix.c",
278 "src/core/iomgr/resolve_address_windows.c",
279 "src/core/iomgr/sockaddr_utils.c",
280 "src/core/iomgr/socket_utils_common_posix.c",
281 "src/core/iomgr/socket_utils_linux.c",
282 "src/core/iomgr/socket_utils_posix.c",
283 "src/core/iomgr/socket_windows.c",
284 "src/core/iomgr/tcp_client_posix.c",
285 "src/core/iomgr/tcp_client_windows.c",
286 "src/core/iomgr/tcp_posix.c",
287 "src/core/iomgr/tcp_server_posix.c",
288 "src/core/iomgr/tcp_server_windows.c",
289 "src/core/iomgr/tcp_windows.c",
290 "src/core/iomgr/time_averaged_stats.c",
291 "src/core/iomgr/wakeup_fd_eventfd.c",
292 "src/core/iomgr/wakeup_fd_nospecial.c",
293 "src/core/iomgr/wakeup_fd_pipe.c",
294 "src/core/iomgr/wakeup_fd_posix.c",
295 "src/core/json/json.c",
296 "src/core/json/json_reader.c",
297 "src/core/json/json_string.c",
298 "src/core/json/json_writer.c",
David Garcia Quintas8954e902015-04-29 09:46:33 -0700299 "src/core/profiling/basic_timers.c",
300 "src/core/profiling/stap_timers.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700301 "src/core/statistics/census_init.c",
302 "src/core/statistics/census_log.c",
303 "src/core/statistics/census_rpc_stats.c",
304 "src/core/statistics/census_tracing.c",
305 "src/core/statistics/hash_table.c",
306 "src/core/statistics/window_stats.c",
307 "src/core/surface/byte_buffer.c",
308 "src/core/surface/byte_buffer_queue.c",
309 "src/core/surface/byte_buffer_reader.c",
310 "src/core/surface/call.c",
311 "src/core/surface/call_details.c",
312 "src/core/surface/call_log_batch.c",
313 "src/core/surface/channel.c",
314 "src/core/surface/channel_create.c",
315 "src/core/surface/client.c",
316 "src/core/surface/completion_queue.c",
317 "src/core/surface/event_string.c",
318 "src/core/surface/init.c",
319 "src/core/surface/lame_client.c",
320 "src/core/surface/metadata_array.c",
321 "src/core/surface/server.c",
322 "src/core/surface/server_chttp2.c",
323 "src/core/surface/server_create.c",
324 "src/core/surface/surface_trace.c",
325 "src/core/transport/chttp2/alpn.c",
326 "src/core/transport/chttp2/bin_encoder.c",
327 "src/core/transport/chttp2/frame_data.c",
328 "src/core/transport/chttp2/frame_goaway.c",
329 "src/core/transport/chttp2/frame_ping.c",
330 "src/core/transport/chttp2/frame_rst_stream.c",
331 "src/core/transport/chttp2/frame_settings.c",
332 "src/core/transport/chttp2/frame_window_update.c",
333 "src/core/transport/chttp2/hpack_parser.c",
334 "src/core/transport/chttp2/hpack_table.c",
335 "src/core/transport/chttp2/huffsyms.c",
336 "src/core/transport/chttp2/status_conversion.c",
337 "src/core/transport/chttp2/stream_encoder.c",
338 "src/core/transport/chttp2/stream_map.c",
339 "src/core/transport/chttp2/timeout_encoding.c",
340 "src/core/transport/chttp2/varint.c",
341 "src/core/transport/chttp2_transport.c",
342 "src/core/transport/metadata.c",
343 "src/core/transport/stream_op.c",
344 "src/core/transport/transport.c",
Craig Tiller83f88d92015-04-21 16:02:05 -0700345 "src/core/transport/transport_op_string.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700346 ],
347 hdrs = [
348 "include/grpc/grpc_security.h",
349 "include/grpc/byte_buffer.h",
350 "include/grpc/byte_buffer_reader.h",
351 "include/grpc/grpc.h",
352 "include/grpc/grpc_http.h",
353 "include/grpc/status.h",
354 ],
355 includes = [
356 "include",
357 ".",
358 ],
359 deps = [
360 "//external:libssl",
361 ":gpr",
362 ],
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +0200363)
364
365
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700366cc_library(
367 name = "grpc_unsecure",
368 srcs = [
369 "src/core/channel/census_filter.h",
370 "src/core/channel/channel_args.h",
371 "src/core/channel/channel_stack.h",
372 "src/core/channel/child_channel.h",
373 "src/core/channel/client_channel.h",
374 "src/core/channel/client_setup.h",
375 "src/core/channel/connected_channel.h",
376 "src/core/channel/http_client_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700377 "src/core/channel/http_server_filter.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700378 "src/core/channel/noop_filter.h",
379 "src/core/compression/algorithm.h",
380 "src/core/compression/message_compress.h",
381 "src/core/debug/trace.h",
382 "src/core/iomgr/alarm.h",
383 "src/core/iomgr/alarm_heap.h",
384 "src/core/iomgr/alarm_internal.h",
385 "src/core/iomgr/endpoint.h",
386 "src/core/iomgr/endpoint_pair.h",
387 "src/core/iomgr/fd_posix.h",
388 "src/core/iomgr/iocp_windows.h",
389 "src/core/iomgr/iomgr.h",
390 "src/core/iomgr/iomgr_internal.h",
391 "src/core/iomgr/iomgr_posix.h",
392 "src/core/iomgr/pollset.h",
393 "src/core/iomgr/pollset_kick.h",
394 "src/core/iomgr/pollset_kick_posix.h",
395 "src/core/iomgr/pollset_kick_windows.h",
396 "src/core/iomgr/pollset_posix.h",
397 "src/core/iomgr/pollset_windows.h",
398 "src/core/iomgr/resolve_address.h",
399 "src/core/iomgr/sockaddr.h",
400 "src/core/iomgr/sockaddr_posix.h",
401 "src/core/iomgr/sockaddr_utils.h",
402 "src/core/iomgr/sockaddr_win32.h",
403 "src/core/iomgr/socket_utils_posix.h",
404 "src/core/iomgr/socket_windows.h",
405 "src/core/iomgr/tcp_client.h",
406 "src/core/iomgr/tcp_posix.h",
407 "src/core/iomgr/tcp_server.h",
408 "src/core/iomgr/tcp_windows.h",
409 "src/core/iomgr/time_averaged_stats.h",
410 "src/core/iomgr/wakeup_fd_pipe.h",
411 "src/core/iomgr/wakeup_fd_posix.h",
412 "src/core/json/json.h",
413 "src/core/json/json_common.h",
414 "src/core/json/json_reader.h",
415 "src/core/json/json_writer.h",
Vijay Pai6dfa7e62015-04-13 10:41:40 -0700416 "src/core/profiling/timers.h",
Vijay Pai9cccb082015-04-13 13:04:06 -0700417 "src/core/profiling/timers_preciseclock.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700418 "src/core/statistics/census_interface.h",
419 "src/core/statistics/census_log.h",
420 "src/core/statistics/census_rpc_stats.h",
421 "src/core/statistics/census_tracing.h",
422 "src/core/statistics/hash_table.h",
423 "src/core/statistics/window_stats.h",
424 "src/core/surface/byte_buffer_queue.h",
425 "src/core/surface/call.h",
426 "src/core/surface/channel.h",
427 "src/core/surface/client.h",
428 "src/core/surface/completion_queue.h",
429 "src/core/surface/event_string.h",
430 "src/core/surface/init.h",
431 "src/core/surface/server.h",
432 "src/core/surface/surface_trace.h",
433 "src/core/transport/chttp2/alpn.h",
434 "src/core/transport/chttp2/bin_encoder.h",
435 "src/core/transport/chttp2/frame.h",
436 "src/core/transport/chttp2/frame_data.h",
437 "src/core/transport/chttp2/frame_goaway.h",
438 "src/core/transport/chttp2/frame_ping.h",
439 "src/core/transport/chttp2/frame_rst_stream.h",
440 "src/core/transport/chttp2/frame_settings.h",
441 "src/core/transport/chttp2/frame_window_update.h",
442 "src/core/transport/chttp2/hpack_parser.h",
443 "src/core/transport/chttp2/hpack_table.h",
444 "src/core/transport/chttp2/http2_errors.h",
445 "src/core/transport/chttp2/huffsyms.h",
446 "src/core/transport/chttp2/status_conversion.h",
447 "src/core/transport/chttp2/stream_encoder.h",
448 "src/core/transport/chttp2/stream_map.h",
449 "src/core/transport/chttp2/timeout_encoding.h",
450 "src/core/transport/chttp2/varint.h",
451 "src/core/transport/chttp2_transport.h",
452 "src/core/transport/metadata.h",
453 "src/core/transport/stream_op.h",
454 "src/core/transport/transport.h",
455 "src/core/transport/transport_impl.h",
456 "src/core/surface/init_unsecure.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700457 "src/core/channel/census_filter.c",
458 "src/core/channel/channel_args.c",
459 "src/core/channel/channel_stack.c",
460 "src/core/channel/child_channel.c",
461 "src/core/channel/client_channel.c",
462 "src/core/channel/client_setup.c",
463 "src/core/channel/connected_channel.c",
464 "src/core/channel/http_client_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700465 "src/core/channel/http_server_filter.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700466 "src/core/channel/noop_filter.c",
467 "src/core/compression/algorithm.c",
468 "src/core/compression/message_compress.c",
469 "src/core/debug/trace.c",
470 "src/core/iomgr/alarm.c",
471 "src/core/iomgr/alarm_heap.c",
472 "src/core/iomgr/endpoint.c",
473 "src/core/iomgr/endpoint_pair_posix.c",
Craig Tillerd180e032015-04-13 10:10:07 -0700474 "src/core/iomgr/endpoint_pair_windows.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700475 "src/core/iomgr/fd_posix.c",
476 "src/core/iomgr/iocp_windows.c",
477 "src/core/iomgr/iomgr.c",
478 "src/core/iomgr/iomgr_posix.c",
479 "src/core/iomgr/iomgr_windows.c",
480 "src/core/iomgr/pollset_kick.c",
481 "src/core/iomgr/pollset_multipoller_with_epoll.c",
482 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
483 "src/core/iomgr/pollset_posix.c",
484 "src/core/iomgr/pollset_windows.c",
485 "src/core/iomgr/resolve_address_posix.c",
486 "src/core/iomgr/resolve_address_windows.c",
487 "src/core/iomgr/sockaddr_utils.c",
488 "src/core/iomgr/socket_utils_common_posix.c",
489 "src/core/iomgr/socket_utils_linux.c",
490 "src/core/iomgr/socket_utils_posix.c",
491 "src/core/iomgr/socket_windows.c",
492 "src/core/iomgr/tcp_client_posix.c",
493 "src/core/iomgr/tcp_client_windows.c",
494 "src/core/iomgr/tcp_posix.c",
495 "src/core/iomgr/tcp_server_posix.c",
496 "src/core/iomgr/tcp_server_windows.c",
497 "src/core/iomgr/tcp_windows.c",
498 "src/core/iomgr/time_averaged_stats.c",
499 "src/core/iomgr/wakeup_fd_eventfd.c",
500 "src/core/iomgr/wakeup_fd_nospecial.c",
501 "src/core/iomgr/wakeup_fd_pipe.c",
502 "src/core/iomgr/wakeup_fd_posix.c",
503 "src/core/json/json.c",
504 "src/core/json/json_reader.c",
505 "src/core/json/json_string.c",
506 "src/core/json/json_writer.c",
David Garcia Quintas8954e902015-04-29 09:46:33 -0700507 "src/core/profiling/basic_timers.c",
508 "src/core/profiling/stap_timers.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700509 "src/core/statistics/census_init.c",
510 "src/core/statistics/census_log.c",
511 "src/core/statistics/census_rpc_stats.c",
512 "src/core/statistics/census_tracing.c",
513 "src/core/statistics/hash_table.c",
514 "src/core/statistics/window_stats.c",
515 "src/core/surface/byte_buffer.c",
516 "src/core/surface/byte_buffer_queue.c",
517 "src/core/surface/byte_buffer_reader.c",
518 "src/core/surface/call.c",
519 "src/core/surface/call_details.c",
520 "src/core/surface/call_log_batch.c",
521 "src/core/surface/channel.c",
522 "src/core/surface/channel_create.c",
523 "src/core/surface/client.c",
524 "src/core/surface/completion_queue.c",
525 "src/core/surface/event_string.c",
526 "src/core/surface/init.c",
527 "src/core/surface/lame_client.c",
528 "src/core/surface/metadata_array.c",
529 "src/core/surface/server.c",
530 "src/core/surface/server_chttp2.c",
531 "src/core/surface/server_create.c",
532 "src/core/surface/surface_trace.c",
533 "src/core/transport/chttp2/alpn.c",
534 "src/core/transport/chttp2/bin_encoder.c",
535 "src/core/transport/chttp2/frame_data.c",
536 "src/core/transport/chttp2/frame_goaway.c",
537 "src/core/transport/chttp2/frame_ping.c",
538 "src/core/transport/chttp2/frame_rst_stream.c",
539 "src/core/transport/chttp2/frame_settings.c",
540 "src/core/transport/chttp2/frame_window_update.c",
541 "src/core/transport/chttp2/hpack_parser.c",
542 "src/core/transport/chttp2/hpack_table.c",
543 "src/core/transport/chttp2/huffsyms.c",
544 "src/core/transport/chttp2/status_conversion.c",
545 "src/core/transport/chttp2/stream_encoder.c",
546 "src/core/transport/chttp2/stream_map.c",
547 "src/core/transport/chttp2/timeout_encoding.c",
548 "src/core/transport/chttp2/varint.c",
549 "src/core/transport/chttp2_transport.c",
550 "src/core/transport/metadata.c",
551 "src/core/transport/stream_op.c",
552 "src/core/transport/transport.c",
Craig Tiller83f88d92015-04-21 16:02:05 -0700553 "src/core/transport/transport_op_string.c",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700554 ],
555 hdrs = [
556 "include/grpc/byte_buffer.h",
557 "include/grpc/byte_buffer_reader.h",
558 "include/grpc/grpc.h",
559 "include/grpc/grpc_http.h",
560 "include/grpc/status.h",
561 ],
562 includes = [
563 "include",
564 ".",
565 ],
566 deps = [
567 ":gpr",
568 ],
569)
570
571
572cc_library(
573 name = "grpc++",
574 srcs = [
575 "src/cpp/client/secure_credentials.h",
576 "src/cpp/server/secure_server_credentials.h",
577 "src/cpp/client/channel.h",
578 "src/cpp/proto/proto_utils.h",
579 "src/cpp/server/thread_pool.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700580 "src/cpp/client/secure_credentials.cc",
581 "src/cpp/server/secure_server_credentials.cc",
582 "src/cpp/client/channel.cc",
583 "src/cpp/client/channel_arguments.cc",
584 "src/cpp/client/client_context.cc",
585 "src/cpp/client/client_unary_call.cc",
586 "src/cpp/client/create_channel.cc",
587 "src/cpp/client/credentials.cc",
588 "src/cpp/client/generic_stub.cc",
589 "src/cpp/client/insecure_credentials.cc",
590 "src/cpp/client/internal_stub.cc",
591 "src/cpp/common/call.cc",
592 "src/cpp/common/completion_queue.cc",
593 "src/cpp/common/rpc_method.cc",
594 "src/cpp/proto/proto_utils.cc",
595 "src/cpp/server/async_generic_service.cc",
596 "src/cpp/server/insecure_server_credentials.cc",
597 "src/cpp/server/server.cc",
598 "src/cpp/server/server_builder.cc",
599 "src/cpp/server/server_context.cc",
600 "src/cpp/server/server_credentials.cc",
601 "src/cpp/server/thread_pool.cc",
602 "src/cpp/util/byte_buffer.cc",
603 "src/cpp/util/slice.cc",
604 "src/cpp/util/status.cc",
605 "src/cpp/util/time.cc",
606 ],
607 hdrs = [
608 "include/grpc++/async_generic_service.h",
609 "include/grpc++/async_unary_call.h",
610 "include/grpc++/byte_buffer.h",
611 "include/grpc++/channel_arguments.h",
612 "include/grpc++/channel_interface.h",
613 "include/grpc++/client_context.h",
614 "include/grpc++/completion_queue.h",
615 "include/grpc++/config.h",
616 "include/grpc++/create_channel.h",
617 "include/grpc++/credentials.h",
618 "include/grpc++/generic_stub.h",
619 "include/grpc++/impl/call.h",
620 "include/grpc++/impl/client_unary_call.h",
Yang Gao96de4842015-04-24 13:13:12 -0700621 "include/grpc++/impl/grpc_library.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700622 "include/grpc++/impl/internal_stub.h",
623 "include/grpc++/impl/rpc_method.h",
624 "include/grpc++/impl/rpc_service_method.h",
625 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +0200626 "include/grpc++/impl/sync.h",
627 "include/grpc++/impl/sync_cxx11.h",
628 "include/grpc++/impl/sync_no_cxx11.h",
629 "include/grpc++/impl/thd.h",
630 "include/grpc++/impl/thd_cxx11.h",
631 "include/grpc++/impl/thd_no_cxx11.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700632 "include/grpc++/server.h",
633 "include/grpc++/server_builder.h",
634 "include/grpc++/server_context.h",
635 "include/grpc++/server_credentials.h",
636 "include/grpc++/slice.h",
637 "include/grpc++/status.h",
638 "include/grpc++/status_code_enum.h",
639 "include/grpc++/stream.h",
640 "include/grpc++/thread_pool_interface.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +0200641 "include/grpc++/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700642 ],
643 includes = [
644 "include",
645 ".",
646 ],
647 deps = [
648 "//external:protobuf_clib",
649 ":gpr",
650 ":grpc",
651 ],
652)
653
654
655cc_library(
656 name = "grpc++_unsecure",
657 srcs = [
658 "src/cpp/client/channel.h",
659 "src/cpp/proto/proto_utils.h",
660 "src/cpp/server/thread_pool.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700661 "src/cpp/client/channel.cc",
662 "src/cpp/client/channel_arguments.cc",
663 "src/cpp/client/client_context.cc",
664 "src/cpp/client/client_unary_call.cc",
665 "src/cpp/client/create_channel.cc",
666 "src/cpp/client/credentials.cc",
667 "src/cpp/client/generic_stub.cc",
668 "src/cpp/client/insecure_credentials.cc",
669 "src/cpp/client/internal_stub.cc",
670 "src/cpp/common/call.cc",
671 "src/cpp/common/completion_queue.cc",
672 "src/cpp/common/rpc_method.cc",
673 "src/cpp/proto/proto_utils.cc",
674 "src/cpp/server/async_generic_service.cc",
675 "src/cpp/server/insecure_server_credentials.cc",
676 "src/cpp/server/server.cc",
677 "src/cpp/server/server_builder.cc",
678 "src/cpp/server/server_context.cc",
679 "src/cpp/server/server_credentials.cc",
680 "src/cpp/server/thread_pool.cc",
681 "src/cpp/util/byte_buffer.cc",
682 "src/cpp/util/slice.cc",
683 "src/cpp/util/status.cc",
684 "src/cpp/util/time.cc",
685 ],
686 hdrs = [
687 "include/grpc++/async_generic_service.h",
688 "include/grpc++/async_unary_call.h",
689 "include/grpc++/byte_buffer.h",
690 "include/grpc++/channel_arguments.h",
691 "include/grpc++/channel_interface.h",
692 "include/grpc++/client_context.h",
693 "include/grpc++/completion_queue.h",
694 "include/grpc++/config.h",
695 "include/grpc++/create_channel.h",
696 "include/grpc++/credentials.h",
697 "include/grpc++/generic_stub.h",
698 "include/grpc++/impl/call.h",
699 "include/grpc++/impl/client_unary_call.h",
Yang Gao96de4842015-04-24 13:13:12 -0700700 "include/grpc++/impl/grpc_library.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700701 "include/grpc++/impl/internal_stub.h",
702 "include/grpc++/impl/rpc_method.h",
703 "include/grpc++/impl/rpc_service_method.h",
704 "include/grpc++/impl/service_type.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +0200705 "include/grpc++/impl/sync.h",
706 "include/grpc++/impl/sync_cxx11.h",
707 "include/grpc++/impl/sync_no_cxx11.h",
708 "include/grpc++/impl/thd.h",
709 "include/grpc++/impl/thd_cxx11.h",
710 "include/grpc++/impl/thd_no_cxx11.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700711 "include/grpc++/server.h",
712 "include/grpc++/server_builder.h",
713 "include/grpc++/server_context.h",
714 "include/grpc++/server_credentials.h",
715 "include/grpc++/slice.h",
716 "include/grpc++/status.h",
717 "include/grpc++/status_code_enum.h",
718 "include/grpc++/stream.h",
719 "include/grpc++/thread_pool_interface.h",
Nicolas "Pixel" Nobleb7c20352015-04-11 01:27:32 +0200720 "include/grpc++/time.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700721 ],
722 includes = [
723 "include",
724 ".",
725 ],
726 deps = [
727 "//external:protobuf_clib",
728 ":gpr",
729 ":grpc_unsecure",
730 ],
731)
732
733
734cc_library(
735 name = "grpc_plugin_support",
736 srcs = [
737 "src/compiler/config.h",
738 "src/compiler/cpp_generator.h",
739 "src/compiler/cpp_generator_helpers.h",
Jan Tattermusch2d924952015-05-06 10:23:17 -0700740 "src/compiler/csharp_generator.h",
741 "src/compiler/csharp_generator_helpers.h",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700742 "src/compiler/generator_helpers.h",
743 "src/compiler/objective_c_generator.h",
744 "src/compiler/objective_c_generator_helpers.h",
745 "src/compiler/python_generator.h",
746 "src/compiler/ruby_generator.h",
747 "src/compiler/ruby_generator_helpers-inl.h",
748 "src/compiler/ruby_generator_map-inl.h",
749 "src/compiler/ruby_generator_string-inl.h",
750 "src/compiler/cpp_generator.cc",
Jan Tattermusch2d924952015-05-06 10:23:17 -0700751 "src/compiler/csharp_generator.cc",
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700752 "src/compiler/objective_c_generator.cc",
753 "src/compiler/python_generator.cc",
754 "src/compiler/ruby_generator.cc",
755 ],
756 hdrs = [
757 ],
758 includes = [
759 "include",
760 ".",
761 ],
762 deps = [
763 "//external:protobuf_compiler",
764 ],
765)
766
767
768cc_library(
769 name = "grpc_csharp_ext",
770 srcs = [
771 "src/csharp/ext/grpc_csharp_ext.c",
772 ],
773 hdrs = [
774 ],
775 includes = [
776 "include",
777 ".",
778 ],
779 deps = [
780 ":gpr",
781 ":grpc",
782 ],
783)
784
785
786
787cc_binary(
788 name = "grpc_cpp_plugin",
789 srcs = [
790 "src/compiler/cpp_plugin.cc",
791 ],
792 deps = [
793 "//external:protobuf_compiler",
794 ":grpc_plugin_support",
795 ],
796)
797
798
799cc_binary(
Jan Tattermusch2d924952015-05-06 10:23:17 -0700800 name = "grpc_csharp_plugin",
801 srcs = [
802 "src/compiler/csharp_plugin.cc",
803 ],
804 deps = [
805 "//external:protobuf_compiler",
806 ":grpc_plugin_support",
807 ],
808)
809
810
811cc_binary(
Ming Zhao3c0ba0c2015-04-10 12:05:22 -0700812 name = "grpc_objective_c_plugin",
813 srcs = [
814 "src/compiler/objective_c_plugin.cc",
815 ],
816 deps = [
817 "//external:protobuf_compiler",
818 ":grpc_plugin_support",
819 ],
820)
821
822
823cc_binary(
824 name = "grpc_python_plugin",
825 srcs = [
826 "src/compiler/python_plugin.cc",
827 ],
828 deps = [
829 "//external:protobuf_compiler",
830 ":grpc_plugin_support",
831 ],
832)
833
834
835cc_binary(
836 name = "grpc_ruby_plugin",
837 srcs = [
838 "src/compiler/ruby_plugin.cc",
839 ],
840 deps = [
841 "//external:protobuf_compiler",
842 ":grpc_plugin_support",
843 ],
844)
845
846
847
Nicolas "Pixel" Noblef6edf682015-03-31 05:17:34 +0200848
849