blob: 2ff98f12bc6231af46d60f9561b0ad30fde2b809 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Vijay Pai392e2132018-01-13 23:58:26 -080015 core_version: 6.0.0-dev
Srini Polavarapu75f697d2018-06-08 16:56:56 -070016 g_stands_for: gladiolus
17 version: 1.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
Yihua Zhangeaf64862018-03-06 21:40:45 -080019- name: alts_proto
20 headers:
21 - src/core/tsi/alts/handshaker/altscontext.pb.h
22 - src/core/tsi/alts/handshaker/handshaker.pb.h
23 - src/core/tsi/alts/handshaker/transport_security_common.pb.h
24 src:
25 - src/core/tsi/alts/handshaker/altscontext.pb.c
26 - src/core/tsi/alts/handshaker/handshaker.pb.c
27 - src/core/tsi/alts/handshaker/transport_security_common.pb.c
28 uses:
29 - nanopb
30- name: alts_tsi
31 headers:
32 - src/core/tsi/alts/crypt/gsec.h
33 - src/core/tsi/alts/frame_protector/alts_counter.h
34 - src/core/tsi/alts/frame_protector/alts_crypter.h
35 - src/core/tsi/alts/frame_protector/alts_frame_protector.h
36 - src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.h
37 - src/core/tsi/alts/frame_protector/frame_handler.h
38 - src/core/tsi/alts/handshaker/alts_handshaker_client.h
39 - src/core/tsi/alts/handshaker/alts_tsi_event.h
40 - src/core/tsi/alts/handshaker/alts_tsi_handshaker.h
41 - src/core/tsi/alts/handshaker/alts_tsi_handshaker_private.h
42 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.h
43 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.h
44 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h
45 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.h
46 - src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h
47 - src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.h
48 src:
49 - src/core/tsi/alts/crypt/aes_gcm.cc
50 - src/core/tsi/alts/crypt/gsec.cc
51 - src/core/tsi/alts/frame_protector/alts_counter.cc
52 - src/core/tsi/alts/frame_protector/alts_crypter.cc
53 - src/core/tsi/alts/frame_protector/alts_frame_protector.cc
54 - src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.cc
55 - src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc
56 - src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc
57 - src/core/tsi/alts/frame_protector/frame_handler.cc
58 - src/core/tsi/alts/handshaker/alts_handshaker_client.cc
59 - src/core/tsi/alts/handshaker/alts_tsi_event.cc
60 - src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc
61 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.cc
62 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.cc
63 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.cc
64 - src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.cc
65 - src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc
66 uses:
67 - alts_util
68 - grpc_base
69 - grpc_transport_chttp2_client_insecure
70 - tsi_interface
71 - tsi
72- name: alts_util
Yihua Zhangfe2fa0c2018-04-16 15:11:32 -070073 public_headers:
74 - include/grpc/grpc_security.h
Yihua Zhangeaf64862018-03-06 21:40:45 -080075 headers:
76 - src/core/lib/security/credentials/alts/check_gcp_environment.h
77 - src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h
78 - src/core/tsi/alts/handshaker/alts_handshaker_service_api.h
79 - src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.h
80 - src/core/tsi/alts/handshaker/alts_tsi_utils.h
81 - src/core/tsi/alts/handshaker/transport_security_common_api.h
82 src:
83 - src/core/lib/security/credentials/alts/check_gcp_environment.cc
84 - src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc
85 - src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc
86 - src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc
87 - src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc
88 - src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc
89 - src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc
90 - src/core/tsi/alts/handshaker/alts_handshaker_service_api.cc
91 - src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.cc
92 - src/core/tsi/alts/handshaker/alts_tsi_utils.cc
93 - src/core/tsi/alts/handshaker/transport_security_common_api.cc
94 uses:
95 - alts_proto
96 - grpc_base
97 - tsi_interface
98 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -070099- name: census
Craig Tiller25834342015-09-25 08:08:24 -0700100 public_headers:
101 - include/grpc/census.h
Craig Tiller25834342015-09-25 08:08:24 -0700102 src:
Vizerai41e4ced2018-04-13 18:19:21 -0700103 - src/cpp/ext/filters/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700104 uses:
105 - grpc_base
Vijay Pai80e23d12018-01-25 21:50:18 -0800106- name: cmdline
107 headers:
108 - test/core/util/cmdline.h
109 src:
110 - test/core/util/cmdline.cc
111 uses:
112 - gpr_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700113- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100114 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800115 - src/core/lib/gpr/alloc.cc
116 - src/core/lib/gpr/arena.cc
117 - src/core/lib/gpr/atm.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800118 - src/core/lib/gpr/cpu_iphone.cc
119 - src/core/lib/gpr/cpu_linux.cc
120 - src/core/lib/gpr/cpu_posix.cc
121 - src/core/lib/gpr/cpu_windows.cc
122 - src/core/lib/gpr/env_linux.cc
123 - src/core/lib/gpr/env_posix.cc
124 - src/core/lib/gpr/env_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800125 - src/core/lib/gpr/host_port.cc
126 - src/core/lib/gpr/log.cc
127 - src/core/lib/gpr/log_android.cc
128 - src/core/lib/gpr/log_linux.cc
129 - src/core/lib/gpr/log_posix.cc
130 - src/core/lib/gpr/log_windows.cc
131 - src/core/lib/gpr/mpscq.cc
132 - src/core/lib/gpr/murmur_hash.cc
133 - src/core/lib/gpr/string.cc
134 - src/core/lib/gpr/string_posix.cc
135 - src/core/lib/gpr/string_util_windows.cc
136 - src/core/lib/gpr/string_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800137 - src/core/lib/gpr/sync.cc
138 - src/core/lib/gpr/sync_posix.cc
139 - src/core/lib/gpr/sync_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800140 - src/core/lib/gpr/time.cc
141 - src/core/lib/gpr/time_posix.cc
142 - src/core/lib/gpr/time_precise.cc
143 - src/core/lib/gpr/time_windows.cc
144 - src/core/lib/gpr/tls_pthread.cc
145 - src/core/lib/gpr/tmpfile_msys.cc
146 - src/core/lib/gpr/tmpfile_posix.cc
147 - src/core/lib/gpr/tmpfile_windows.cc
148 - src/core/lib/gpr/wrap_memcpy.cc
kpayson64701e70d2018-04-30 17:40:00 -0700149 - src/core/lib/gprpp/fork.cc
Vijay Paida693552018-02-16 22:59:03 -0800150 - src/core/lib/gprpp/thd_posix.cc
151 - src/core/lib/gprpp/thd_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700152 - src/core/lib/profiling/basic_timers.cc
153 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700154 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700155 - gpr_base_headers
156- name: gpr_base_headers
157 public_headers:
158 - include/grpc/support/alloc.h
159 - include/grpc/support/atm.h
160 - include/grpc/support/atm_gcc_atomic.h
161 - include/grpc/support/atm_gcc_sync.h
162 - include/grpc/support/atm_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700163 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -0700164 - include/grpc/support/log.h
165 - include/grpc/support/log_windows.h
166 - include/grpc/support/port_platform.h
167 - include/grpc/support/string_util.h
Vijay Pai42807252017-07-28 15:08:24 -0700168 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700169 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700170 - include/grpc/support/sync_generic.h
171 - include/grpc/support/sync_posix.h
172 - include/grpc/support/sync_windows.h
Vijay Paic7456902018-02-12 10:28:24 -0800173 - include/grpc/support/thd_id.h
Vijay Pai42807252017-07-28 15:08:24 -0700174 - include/grpc/support/time.h
Vijay Pai42807252017-07-28 15:08:24 -0700175 headers:
Mark D. Roth2223e602018-06-27 07:23:33 -0700176 - src/core/lib/gpr/alloc.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800177 - src/core/lib/gpr/arena.h
178 - src/core/lib/gpr/env.h
Vijay Paiae376bf2018-01-25 22:54:02 -0800179 - src/core/lib/gpr/host_port.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800180 - src/core/lib/gpr/mpscq.h
181 - src/core/lib/gpr/murmur_hash.h
182 - src/core/lib/gpr/spinlock.h
183 - src/core/lib/gpr/string.h
184 - src/core/lib/gpr/string_windows.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800185 - src/core/lib/gpr/time_precise.h
Vijay Paib6cf1232018-01-25 21:02:26 -0800186 - src/core/lib/gpr/tls.h
187 - src/core/lib/gpr/tls_gcc.h
188 - src/core/lib/gpr/tls_msvc.h
189 - src/core/lib/gpr/tls_pthread.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800190 - src/core/lib/gpr/tmpfile.h
Vijay Paid4d0a302018-01-25 13:24:03 -0800191 - src/core/lib/gpr/useful.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800192 - src/core/lib/gprpp/abstract.h
193 - src/core/lib/gprpp/atomic.h
194 - src/core/lib/gprpp/atomic_with_atm.h
195 - src/core/lib/gprpp/atomic_with_std.h
kpayson64701e70d2018-04-30 17:40:00 -0700196 - src/core/lib/gprpp/fork.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800197 - src/core/lib/gprpp/manual_constructor.h
198 - src/core/lib/gprpp/memory.h
Vijay Paida693552018-02-16 22:59:03 -0800199 - src/core/lib/gprpp/thd.h
Vijay Pai42807252017-07-28 15:08:24 -0700200 - src/core/lib/profiling/timers.h
Vijay Pai42807252017-07-28 15:08:24 -0700201 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700202 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800203- name: gpr_codegen
204 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800205 - include/grpc/impl/codegen/atm.h
206 - include/grpc/impl/codegen/atm_gcc_atomic.h
207 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700208 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700209 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800210 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700211 - include/grpc/impl/codegen/gpr_types.h
ncteisen93a90e62018-06-18 18:39:56 -0700212 - include/grpc/impl/codegen/log.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800213 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800214 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700215 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800216 - include/grpc/impl/codegen/sync_generic.h
217 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700218 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700219- name: grpc++_base
220 deps:
221 - grpc
222 uses:
223 - grpc++_common
224 - grpc++_codegen_base
225- name: grpc++_base_unsecure
226 deps:
227 - grpc_unsecure
228 uses:
229 - grpc++_common
230 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700231- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700232 src:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800233 - src/core/lib/avl/avl.cc
Craig Tillerd48bd072017-10-06 11:25:14 -0700234 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700235 - src/core/lib/channel/channel_args.cc
236 - src/core/lib/channel/channel_stack.cc
237 - src/core/lib/channel/channel_stack_builder.cc
ncteisen3b42f832018-03-19 13:22:35 -0700238 - src/core/lib/channel/channel_trace.cc
ncteisenc3c6e062018-05-09 11:10:21 -0700239 - src/core/lib/channel/channelz.cc
ncteisenbba88402018-05-11 11:54:41 -0400240 - src/core/lib/channel/channelz_registry.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700241 - src/core/lib/channel/connected_channel.cc
242 - src/core/lib/channel/handshaker.cc
243 - src/core/lib/channel/handshaker_factory.cc
244 - src/core/lib/channel/handshaker_registry.cc
ncteisen3b42f832018-03-19 13:22:35 -0700245 - src/core/lib/channel/status_util.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700246 - src/core/lib/compression/compression.cc
Muxi Yan03fc8572017-10-06 18:47:09 -0700247 - src/core/lib/compression/compression_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700248 - src/core/lib/compression/message_compress.cc
249 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700250 - src/core/lib/compression/stream_compression_gzip.cc
251 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700252 - src/core/lib/debug/stats.cc
253 - src/core/lib/debug/stats_data.cc
254 - src/core/lib/http/format_request.cc
255 - src/core/lib/http/httpcli.cc
256 - src/core/lib/http/parser.cc
257 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700258 - src/core/lib/iomgr/combiner.cc
259 - src/core/lib/iomgr/endpoint.cc
260 - src/core/lib/iomgr/endpoint_pair_posix.cc
261 - src/core/lib/iomgr/endpoint_pair_uv.cc
262 - src/core/lib/iomgr/endpoint_pair_windows.cc
263 - src/core/lib/iomgr/error.cc
264 - src/core/lib/iomgr/ev_epoll1_linux.cc
265 - src/core/lib/iomgr/ev_epollex_linux.cc
266 - src/core/lib/iomgr/ev_epollsig_linux.cc
267 - src/core/lib/iomgr/ev_poll_posix.cc
268 - src/core/lib/iomgr/ev_posix.cc
269 - src/core/lib/iomgr/ev_windows.cc
270 - src/core/lib/iomgr/exec_ctx.cc
271 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100272 - src/core/lib/iomgr/fork_posix.cc
273 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700274 - src/core/lib/iomgr/gethostname_fallback.cc
275 - src/core/lib/iomgr/gethostname_host_name_max.cc
276 - src/core/lib/iomgr/gethostname_sysconf.cc
277 - src/core/lib/iomgr/iocp_windows.cc
278 - src/core/lib/iomgr/iomgr.cc
kpayson64539f5062018-03-12 19:16:30 -0700279 - src/core/lib/iomgr/iomgr_custom.cc
280 - src/core/lib/iomgr/iomgr_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700281 - src/core/lib/iomgr/iomgr_posix.cc
282 - src/core/lib/iomgr/iomgr_uv.cc
283 - src/core/lib/iomgr/iomgr_windows.cc
284 - src/core/lib/iomgr/is_epollexclusive_available.cc
285 - src/core/lib/iomgr/load_file.cc
286 - src/core/lib/iomgr/lockfree_event.cc
287 - src/core/lib/iomgr/network_status_tracker.cc
288 - src/core/lib/iomgr/polling_entity.cc
kpayson64539f5062018-03-12 19:16:30 -0700289 - src/core/lib/iomgr/pollset.cc
290 - src/core/lib/iomgr/pollset_custom.cc
291 - src/core/lib/iomgr/pollset_set.cc
292 - src/core/lib/iomgr/pollset_set_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700293 - src/core/lib/iomgr/pollset_set_windows.cc
294 - src/core/lib/iomgr/pollset_uv.cc
295 - src/core/lib/iomgr/pollset_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700296 - src/core/lib/iomgr/resolve_address.cc
297 - src/core/lib/iomgr/resolve_address_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700298 - src/core/lib/iomgr/resolve_address_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700299 - src/core/lib/iomgr/resolve_address_windows.cc
300 - src/core/lib/iomgr/resource_quota.cc
301 - src/core/lib/iomgr/sockaddr_utils.cc
302 - src/core/lib/iomgr/socket_factory_posix.cc
303 - src/core/lib/iomgr/socket_mutator.cc
304 - src/core/lib/iomgr/socket_utils_common_posix.cc
305 - src/core/lib/iomgr/socket_utils_linux.cc
306 - src/core/lib/iomgr/socket_utils_posix.cc
307 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700308 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700309 - src/core/lib/iomgr/socket_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700310 - src/core/lib/iomgr/tcp_client.cc
311 - src/core/lib/iomgr/tcp_client_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700312 - src/core/lib/iomgr/tcp_client_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700313 - src/core/lib/iomgr/tcp_client_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700314 - src/core/lib/iomgr/tcp_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700315 - src/core/lib/iomgr/tcp_posix.cc
kpayson64539f5062018-03-12 19:16:30 -0700316 - src/core/lib/iomgr/tcp_server.cc
317 - src/core/lib/iomgr/tcp_server_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700318 - src/core/lib/iomgr/tcp_server_posix.cc
319 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
320 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
321 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700322 - src/core/lib/iomgr/tcp_server_windows.cc
323 - src/core/lib/iomgr/tcp_uv.cc
324 - src/core/lib/iomgr/tcp_windows.cc
325 - src/core/lib/iomgr/time_averaged_stats.cc
kpayson64539f5062018-03-12 19:16:30 -0700326 - src/core/lib/iomgr/timer.cc
327 - src/core/lib/iomgr/timer_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700328 - src/core/lib/iomgr/timer_generic.cc
329 - src/core/lib/iomgr/timer_heap.cc
330 - src/core/lib/iomgr/timer_manager.cc
331 - src/core/lib/iomgr/timer_uv.cc
332 - src/core/lib/iomgr/udp_server.cc
333 - src/core/lib/iomgr/unix_sockets_posix.cc
334 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
335 - src/core/lib/iomgr/wakeup_fd_cv.cc
336 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
337 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
338 - src/core/lib/iomgr/wakeup_fd_pipe.cc
339 - src/core/lib/iomgr/wakeup_fd_posix.cc
340 - src/core/lib/json/json.cc
341 - src/core/lib/json/json_reader.cc
342 - src/core/lib/json/json_string.cc
343 - src/core/lib/json/json_writer.cc
344 - src/core/lib/slice/b64.cc
345 - src/core/lib/slice/percent_encoding.cc
346 - src/core/lib/slice/slice.cc
347 - src/core/lib/slice/slice_buffer.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700348 - src/core/lib/slice/slice_intern.cc
349 - src/core/lib/slice/slice_string_helpers.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700350 - src/core/lib/surface/api_trace.cc
351 - src/core/lib/surface/byte_buffer.cc
352 - src/core/lib/surface/byte_buffer_reader.cc
353 - src/core/lib/surface/call.cc
354 - src/core/lib/surface/call_details.cc
355 - src/core/lib/surface/call_log_batch.cc
356 - src/core/lib/surface/channel.cc
357 - src/core/lib/surface/channel_init.cc
358 - src/core/lib/surface/channel_ping.cc
359 - src/core/lib/surface/channel_stack_type.cc
360 - src/core/lib/surface/completion_queue.cc
361 - src/core/lib/surface/completion_queue_factory.cc
362 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700363 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700364 - src/core/lib/surface/metadata_array.cc
365 - src/core/lib/surface/server.cc
366 - src/core/lib/surface/validate_metadata.cc
367 - src/core/lib/surface/version.cc
368 - src/core/lib/transport/bdp_estimator.cc
369 - src/core/lib/transport/byte_stream.cc
370 - src/core/lib/transport/connectivity_state.cc
371 - src/core/lib/transport/error_utils.cc
372 - src/core/lib/transport/metadata.cc
373 - src/core/lib/transport/metadata_batch.cc
374 - src/core/lib/transport/pid_controller.cc
375 - src/core/lib/transport/service_config.cc
376 - src/core/lib/transport/static_metadata.cc
377 - src/core/lib/transport/status_conversion.cc
Mark D. Roth718c8342018-02-28 13:00:04 -0800378 - src/core/lib/transport/status_metadata.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700379 - src/core/lib/transport/timeout_encoding.cc
380 - src/core/lib/transport/transport.cc
381 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700382 deps:
383 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700384 filegroups:
385 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700386 uses:
387 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700388 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700389- name: grpc_base_headers
390 public_headers:
391 - include/grpc/byte_buffer.h
392 - include/grpc/byte_buffer_reader.h
393 - include/grpc/compression.h
Ken Payson9714e032017-10-10 11:18:49 -0700394 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700395 - include/grpc/grpc.h
396 - include/grpc/grpc_posix.h
397 - include/grpc/grpc_security_constants.h
Juanli Shen174166d2018-06-25 16:12:07 -0700398 - include/grpc/load_reporting.h
Vijay Pai42807252017-07-28 15:08:24 -0700399 - include/grpc/slice.h
400 - include/grpc/slice_buffer.h
401 - include/grpc/status.h
402 - include/grpc/support/workaround_list.h
403 headers:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800404 - src/core/lib/avl/avl.h
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700405 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700406 - src/core/lib/channel/channel_args.h
407 - src/core/lib/channel/channel_stack.h
408 - src/core/lib/channel/channel_stack_builder.h
ncteisen3b42f832018-03-19 13:22:35 -0700409 - src/core/lib/channel/channel_trace.h
ncteisenc3c6e062018-05-09 11:10:21 -0700410 - src/core/lib/channel/channelz.h
ncteisenbba88402018-05-11 11:54:41 -0400411 - src/core/lib/channel/channelz_registry.h
Vijay Pai42807252017-07-28 15:08:24 -0700412 - src/core/lib/channel/connected_channel.h
413 - src/core/lib/channel/context.h
414 - src/core/lib/channel/handshaker.h
415 - src/core/lib/channel/handshaker_factory.h
416 - src/core/lib/channel/handshaker_registry.h
ncteisen3b42f832018-03-19 13:22:35 -0700417 - src/core/lib/channel/status_util.h
Vijay Pai42807252017-07-28 15:08:24 -0700418 - src/core/lib/compression/algorithm_metadata.h
Muxi Yane6d888d2017-09-14 09:42:56 -0700419 - src/core/lib/compression/compression_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700420 - src/core/lib/compression/message_compress.h
421 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700422 - src/core/lib/compression/stream_compression_gzip.h
423 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700424 - src/core/lib/debug/stats.h
425 - src/core/lib/debug/stats_data.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800426 - src/core/lib/gprpp/debug_location.h
427 - src/core/lib/gprpp/inlined_vector.h
428 - src/core/lib/gprpp/orphanable.h
429 - src/core/lib/gprpp/ref_counted.h
430 - src/core/lib/gprpp/ref_counted_ptr.h
Vijay Pai42807252017-07-28 15:08:24 -0700431 - src/core/lib/http/format_request.h
432 - src/core/lib/http/httpcli.h
433 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700434 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700435 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700436 - src/core/lib/iomgr/closure.h
437 - src/core/lib/iomgr/combiner.h
438 - src/core/lib/iomgr/endpoint.h
439 - src/core/lib/iomgr/endpoint_pair.h
440 - src/core/lib/iomgr/error.h
441 - src/core/lib/iomgr/error_internal.h
442 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700443 - src/core/lib/iomgr/ev_epollex_linux.h
444 - src/core/lib/iomgr/ev_epollsig_linux.h
445 - src/core/lib/iomgr/ev_poll_posix.h
446 - src/core/lib/iomgr/ev_posix.h
447 - src/core/lib/iomgr/exec_ctx.h
448 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700449 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700450 - src/core/lib/iomgr/iocp_windows.h
451 - src/core/lib/iomgr/iomgr.h
kpayson64539f5062018-03-12 19:16:30 -0700452 - src/core/lib/iomgr/iomgr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700453 - src/core/lib/iomgr/iomgr_internal.h
454 - src/core/lib/iomgr/iomgr_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700455 - src/core/lib/iomgr/is_epollexclusive_available.h
456 - src/core/lib/iomgr/load_file.h
457 - src/core/lib/iomgr/lockfree_event.h
458 - src/core/lib/iomgr/nameser.h
459 - src/core/lib/iomgr/network_status_tracker.h
460 - src/core/lib/iomgr/polling_entity.h
461 - src/core/lib/iomgr/pollset.h
kpayson64539f5062018-03-12 19:16:30 -0700462 - src/core/lib/iomgr/pollset_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700463 - src/core/lib/iomgr/pollset_set.h
kpayson64539f5062018-03-12 19:16:30 -0700464 - src/core/lib/iomgr/pollset_set_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700465 - src/core/lib/iomgr/pollset_set_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700466 - src/core/lib/iomgr/pollset_windows.h
467 - src/core/lib/iomgr/port.h
468 - src/core/lib/iomgr/resolve_address.h
kpayson64539f5062018-03-12 19:16:30 -0700469 - src/core/lib/iomgr/resolve_address_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700470 - src/core/lib/iomgr/resource_quota.h
471 - src/core/lib/iomgr/sockaddr.h
kpayson64539f5062018-03-12 19:16:30 -0700472 - src/core/lib/iomgr/sockaddr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700473 - src/core/lib/iomgr/sockaddr_posix.h
474 - src/core/lib/iomgr/sockaddr_utils.h
475 - src/core/lib/iomgr/sockaddr_windows.h
476 - src/core/lib/iomgr/socket_factory_posix.h
477 - src/core/lib/iomgr/socket_mutator.h
478 - src/core/lib/iomgr/socket_utils.h
479 - src/core/lib/iomgr/socket_utils_posix.h
480 - src/core/lib/iomgr/socket_windows.h
481 - src/core/lib/iomgr/sys_epoll_wrapper.h
482 - src/core/lib/iomgr/tcp_client.h
483 - src/core/lib/iomgr/tcp_client_posix.h
kpayson64539f5062018-03-12 19:16:30 -0700484 - src/core/lib/iomgr/tcp_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700485 - src/core/lib/iomgr/tcp_posix.h
486 - src/core/lib/iomgr/tcp_server.h
487 - src/core/lib/iomgr/tcp_server_utils_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700488 - src/core/lib/iomgr/tcp_windows.h
489 - src/core/lib/iomgr/time_averaged_stats.h
490 - src/core/lib/iomgr/timer.h
kpayson64539f5062018-03-12 19:16:30 -0700491 - src/core/lib/iomgr/timer_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700492 - src/core/lib/iomgr/timer_heap.h
493 - src/core/lib/iomgr/timer_manager.h
Vijay Pai42807252017-07-28 15:08:24 -0700494 - src/core/lib/iomgr/udp_server.h
495 - src/core/lib/iomgr/unix_sockets_posix.h
496 - src/core/lib/iomgr/wakeup_fd_cv.h
497 - src/core/lib/iomgr/wakeup_fd_pipe.h
498 - src/core/lib/iomgr/wakeup_fd_posix.h
499 - src/core/lib/json/json.h
500 - src/core/lib/json/json_common.h
501 - src/core/lib/json/json_reader.h
502 - src/core/lib/json/json_writer.h
503 - src/core/lib/slice/b64.h
504 - src/core/lib/slice/percent_encoding.h
505 - src/core/lib/slice/slice_hash_table.h
506 - src/core/lib/slice/slice_internal.h
507 - src/core/lib/slice/slice_string_helpers.h
David Garcia Quintas396d49d2018-02-28 16:06:30 -0800508 - src/core/lib/slice/slice_weak_hash_table.h
Vijay Pai42807252017-07-28 15:08:24 -0700509 - src/core/lib/surface/api_trace.h
510 - src/core/lib/surface/call.h
511 - src/core/lib/surface/call_test_only.h
512 - src/core/lib/surface/channel.h
513 - src/core/lib/surface/channel_init.h
514 - src/core/lib/surface/channel_stack_type.h
515 - src/core/lib/surface/completion_queue.h
516 - src/core/lib/surface/completion_queue_factory.h
517 - src/core/lib/surface/event_string.h
518 - src/core/lib/surface/init.h
519 - src/core/lib/surface/lame_client.h
520 - src/core/lib/surface/server.h
521 - src/core/lib/surface/validate_metadata.h
522 - src/core/lib/transport/bdp_estimator.h
523 - src/core/lib/transport/byte_stream.h
524 - src/core/lib/transport/connectivity_state.h
525 - src/core/lib/transport/error_utils.h
526 - src/core/lib/transport/http2_errors.h
527 - src/core/lib/transport/metadata.h
528 - src/core/lib/transport/metadata_batch.h
529 - src/core/lib/transport/pid_controller.h
530 - src/core/lib/transport/service_config.h
531 - src/core/lib/transport/static_metadata.h
532 - src/core/lib/transport/status_conversion.h
Mark D. Roth718c8342018-02-28 13:00:04 -0800533 - src/core/lib/transport/status_metadata.h
Vijay Pai42807252017-07-28 15:08:24 -0700534 - src/core/lib/transport/timeout_encoding.h
535 - src/core/lib/transport/transport.h
536 - src/core/lib/transport/transport_impl.h
537 deps:
538 - gpr
539 uses:
540 - grpc_codegen
541 - grpc_trace_headers
Muxi Yanc512b4f2018-06-05 09:42:33 -0700542- name: grpc_cfstream
543 headers:
544 - src/core/lib/iomgr/cfstream_handle.h
545 - src/core/lib/iomgr/endpoint_cfstream.h
546 - src/core/lib/iomgr/error_cfstream.h
547 src:
548 - src/core/lib/iomgr/cfstream_handle.cc
549 - src/core/lib/iomgr/endpoint_cfstream.cc
550 - src/core/lib/iomgr/error_cfstream.cc
551 - src/core/lib/iomgr/tcp_client_cfstream.cc
552 uses:
553 - grpc_base_headers
554 - gpr_base_headers
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700555- name: grpc_client_authority_filter
556 headers:
David Garcia Quintas961353a2018-03-15 16:11:05 -0700557 - src/core/ext/filters/http/client_authority_filter.h
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700558 src:
David Garcia Quintas961353a2018-03-15 16:11:05 -0700559 - src/core/ext/filters/http/client_authority_filter.cc
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700560 plugin: grpc_client_authority_filter
561 uses:
562 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700563- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700564 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700565 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700566 - src/core/ext/filters/client_channel/client_channel.h
ncteisenafb98292018-06-28 18:04:24 -0700567 - src/core/ext/filters/client_channel/client_channel_channelz.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700568 - src/core/ext/filters/client_channel/client_channel_factory.h
569 - src/core/ext/filters/client_channel/connector.h
570 - src/core/ext/filters/client_channel/http_connect_handshaker.h
571 - src/core/ext/filters/client_channel/http_proxy.h
572 - src/core/ext/filters/client_channel/lb_policy.h
573 - src/core/ext/filters/client_channel/lb_policy_factory.h
574 - src/core/ext/filters/client_channel/lb_policy_registry.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800575 - src/core/ext/filters/client_channel/method_params.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700576 - src/core/ext/filters/client_channel/parse_address.h
577 - src/core/ext/filters/client_channel/proxy_mapper.h
578 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
579 - src/core/ext/filters/client_channel/resolver.h
580 - src/core/ext/filters/client_channel/resolver_factory.h
581 - src/core/ext/filters/client_channel/resolver_registry.h
582 - src/core/ext/filters/client_channel/retry_throttle.h
583 - src/core/ext/filters/client_channel/subchannel.h
584 - src/core/ext/filters/client_channel/subchannel_index.h
585 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700586 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700587 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700588 - src/core/ext/filters/client_channel/channel_connectivity.cc
589 - src/core/ext/filters/client_channel/client_channel.cc
ncteisenafb98292018-06-28 18:04:24 -0700590 - src/core/ext/filters/client_channel/client_channel_channelz.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700591 - src/core/ext/filters/client_channel/client_channel_factory.cc
592 - src/core/ext/filters/client_channel/client_channel_plugin.cc
593 - src/core/ext/filters/client_channel/connector.cc
594 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
595 - src/core/ext/filters/client_channel/http_proxy.cc
596 - src/core/ext/filters/client_channel/lb_policy.cc
597 - src/core/ext/filters/client_channel/lb_policy_factory.cc
598 - src/core/ext/filters/client_channel/lb_policy_registry.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800599 - src/core/ext/filters/client_channel/method_params.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700600 - src/core/ext/filters/client_channel/parse_address.cc
601 - src/core/ext/filters/client_channel/proxy_mapper.cc
602 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
603 - src/core/ext/filters/client_channel/resolver.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700604 - src/core/ext/filters/client_channel/resolver_registry.cc
605 - src/core/ext/filters/client_channel/retry_throttle.cc
606 - src/core/ext/filters/client_channel/subchannel.cc
607 - src/core/ext/filters/client_channel/subchannel_index.cc
608 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700609 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700610 uses:
611 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700612 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800613- name: grpc_codegen
614 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700615 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700616 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800617 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800618 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800619 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800620 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700621 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800622 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700623 uses:
624 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700625- name: grpc_deadline_filter
626 headers:
627 - src/core/ext/filters/deadline/deadline_filter.h
628 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700629 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700630 plugin: grpc_deadline_filter
631 uses:
632 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700633- name: grpc_http_filters
634 headers:
635 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700636 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700637 - src/core/ext/filters/http/server/http_server_filter.h
638 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700639 - src/core/ext/filters/http/client/http_client_filter.cc
640 - src/core/ext/filters/http/http_filters_plugin.cc
641 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
642 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700643 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700644 uses:
645 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700646- name: grpc_lb_policy_grpclb
647 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700648 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Yihua Zhang392dad72018-05-03 20:12:20 -0700649 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700650 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700651 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700652 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
ZhouyihaiDingf04fbd12018-06-25 17:30:58 -0700653 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.h
654 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700655 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700656 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700657 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
658 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
659 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
660 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
661 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
David Garcia Quintasf3955ba2018-06-21 15:15:10 -0700662 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c
663 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700664 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800665 plugin: grpc_lb_policy_grpclb
666 uses:
667 - grpc_base
668 - grpc_client_channel
669 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700670 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800671- name: grpc_lb_policy_grpclb_secure
672 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700673 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Yihua Zhang392dad72018-05-03 20:12:20 -0700674 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700675 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700676 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700677 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
ZhouyihaiDingf04fbd12018-06-25 17:30:58 -0700678 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.h
679 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700680 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800681 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700682 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
683 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
684 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
685 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
686 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
David Garcia Quintasf3955ba2018-06-21 15:15:10 -0700687 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c
688 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700689 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700690 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700691 uses:
692 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700693 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700694 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700695 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700696 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700697- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700698 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700699 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700700 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700701 uses:
702 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700703 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700704 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700705- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700706 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700707 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700708 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700709 uses:
710 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700711 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700712 - grpc_lb_subchannel_list
713- name: grpc_lb_subchannel_list
714 headers:
715 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700716 uses:
717 - grpc_base
718 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700719- name: grpc_max_age_filter
720 headers:
721 - src/core/ext/filters/max_age/max_age_filter.h
722 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700723 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700724 plugin: grpc_max_age_filter
725 uses:
726 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700727- name: grpc_message_size_filter
728 headers:
729 - src/core/ext/filters/message_size/message_size_filter.h
730 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700731 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700732 plugin: grpc_message_size_filter
733 uses:
734 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700735- name: grpc_resolver_dns_ares
736 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700737 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
738 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700739 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700740 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
Alexander Polcyn7eda6192018-06-14 23:07:33 -0700741 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700742 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
743 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
744 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700745 plugin: grpc_resolver_dns_ares
746 uses:
747 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700748 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700749- name: grpc_resolver_dns_native
750 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700751 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700752 plugin: grpc_resolver_dns_native
753 uses:
754 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700755 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700756- name: grpc_resolver_fake
757 headers:
758 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
759 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700760 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700761 plugin: grpc_resolver_fake
762 uses:
763 - grpc_base
764 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700765- name: grpc_resolver_sockaddr
766 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700767 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700768 plugin: grpc_resolver_sockaddr
769 uses:
770 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700771 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100772- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700773 public_headers:
774 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100775 headers:
Yihua Zhang392dad72018-05-03 20:12:20 -0700776 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700777 - src/core/lib/security/context/security_context.h
Yihua Zhangeaf64862018-03-06 21:40:45 -0800778 - src/core/lib/security/credentials/alts/alts_credentials.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700779 - src/core/lib/security/credentials/composite/composite_credentials.h
780 - src/core/lib/security/credentials/credentials.h
781 - src/core/lib/security/credentials/fake/fake_credentials.h
782 - src/core/lib/security/credentials/google_default/google_default_credentials.h
783 - src/core/lib/security/credentials/iam/iam_credentials.h
784 - src/core/lib/security/credentials/jwt/json_token.h
785 - src/core/lib/security/credentials/jwt/jwt_credentials.h
786 - src/core/lib/security/credentials/jwt/jwt_verifier.h
Yihua Zhangc5f1eda2018-07-02 13:29:27 -0700787 - src/core/lib/security/credentials/local/local_credentials.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700788 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
789 - src/core/lib/security/credentials/plugin/plugin_credentials.h
790 - src/core/lib/security/credentials/ssl/ssl_credentials.h
Yihua Zhangeaf64862018-03-06 21:40:45 -0800791 - src/core/lib/security/security_connector/alts_security_connector.h
Yihua Zhangc5f1eda2018-07-02 13:29:27 -0700792 - src/core/lib/security/security_connector/local_security_connector.h
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800793 - src/core/lib/security/security_connector/security_connector.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700794 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700795 - src/core/lib/security/transport/secure_endpoint.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800796 - src/core/lib/security/transport/security_handshaker.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800797 - src/core/lib/security/transport/target_authority_table.h
Craig Tillerddad9782016-05-05 17:11:31 -0700798 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700799 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100800 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700801 - src/core/lib/http/httpcli_security_connector.cc
802 - src/core/lib/security/context/security_context.cc
Yihua Zhangeaf64862018-03-06 21:40:45 -0800803 - src/core/lib/security/credentials/alts/alts_credentials.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700804 - src/core/lib/security/credentials/composite/composite_credentials.cc
805 - src/core/lib/security/credentials/credentials.cc
806 - src/core/lib/security/credentials/credentials_metadata.cc
807 - src/core/lib/security/credentials/fake/fake_credentials.cc
808 - src/core/lib/security/credentials/google_default/credentials_generic.cc
809 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
810 - src/core/lib/security/credentials/iam/iam_credentials.cc
811 - src/core/lib/security/credentials/jwt/json_token.cc
812 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
813 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
Yihua Zhangc5f1eda2018-07-02 13:29:27 -0700814 - src/core/lib/security/credentials/local/local_credentials.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700815 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
816 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
817 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
Yihua Zhangeaf64862018-03-06 21:40:45 -0800818 - src/core/lib/security/security_connector/alts_security_connector.cc
Yihua Zhangc5f1eda2018-07-02 13:29:27 -0700819 - src/core/lib/security/security_connector/local_security_connector.cc
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800820 - src/core/lib/security/security_connector/security_connector.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700821 - src/core/lib/security/transport/client_auth_filter.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700822 - src/core/lib/security/transport/secure_endpoint.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700823 - src/core/lib/security/transport/security_handshaker.cc
824 - src/core/lib/security/transport/server_auth_filter.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800825 - src/core/lib/security/transport/target_authority_table.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700826 - src/core/lib/security/transport/tsi_error.cc
827 - src/core/lib/security/util/json_util.cc
828 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700830 uses:
Yihua Zhangeaf64862018-03-06 21:40:45 -0800831 - alts_tsi
Craig Tillerd1697d92016-04-05 16:05:46 -0700832 - grpc_base
833 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700835- name: grpc_server_backward_compatibility
836 headers:
837 - src/core/ext/filters/workarounds/workaround_utils.h
838 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700839 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700840 uses:
841 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700842- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700844 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700845 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700846 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800847 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700848 - test/core/end2end/fixtures/proxy.h
849 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800850 - test/core/util/debugger_macros.h
Yihua Zhangcc936632018-05-08 10:15:03 -0700851 - test/core/util/fuzzer_util.h
Craig Tiller25834342015-09-25 08:08:24 -0700852 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800853 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200854 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700855 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700856 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700857 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700858 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700859 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700860 - test/core/util/slice_splitter.h
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800861 - test/core/util/subprocess.h
ncteisenaa3b1972017-11-17 15:56:27 -0800862 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800863 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700864 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700865 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700866 - test/core/end2end/cq_verifier.cc
867 - test/core/end2end/fixtures/http_proxy_fixture.cc
868 - test/core/end2end/fixtures/proxy.cc
869 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700870 - test/core/util/debugger_macros.cc
Yihua Zhangcc936632018-05-08 10:15:03 -0700871 - test/core/util/fuzzer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700872 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800873 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700874 - test/core/util/memory_counters.cc
875 - test/core/util/mock_endpoint.cc
876 - test/core/util/parse_hexstring.cc
877 - test/core/util/passthru_endpoint.cc
878 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800879 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700880 - test/core/util/port_server_client.cc
881 - test/core/util/slice_splitter.cc
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800882 - test/core/util/subprocess_posix.cc
883 - test/core/util/subprocess_windows.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800884 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700885 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700886 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700887 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700888 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700889 uses:
Vijay Pai80e23d12018-01-25 21:50:18 -0800890 - cmdline
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700891 - grpc_base
892 - grpc_client_channel
893 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700894- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700895 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700896 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700897 deps:
898 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700899 filegroups:
900 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700901 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700902- name: grpc_trace_headers
903 headers:
904 - src/core/lib/debug/trace.h
905 deps:
906 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700907- name: grpc_transport_chttp2
908 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700909 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700910 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700911 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700912 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700913 - src/core/ext/transport/chttp2/transport/frame.h
914 - src/core/ext/transport/chttp2/transport/frame_data.h
915 - src/core/ext/transport/chttp2/transport/frame_goaway.h
916 - src/core/ext/transport/chttp2/transport/frame_ping.h
917 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
918 - src/core/ext/transport/chttp2/transport/frame_settings.h
919 - src/core/ext/transport/chttp2/transport/frame_window_update.h
920 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
921 - src/core/ext/transport/chttp2/transport/hpack_parser.h
922 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700923 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700924 - src/core/ext/transport/chttp2/transport/huffsyms.h
925 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
926 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700927 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700928 - src/core/ext/transport/chttp2/transport/varint.h
929 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700930 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
931 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
932 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
933 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
934 - src/core/ext/transport/chttp2/transport/flow_control.cc
935 - src/core/ext/transport/chttp2/transport/frame_data.cc
936 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
937 - src/core/ext/transport/chttp2/transport/frame_ping.cc
938 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
939 - src/core/ext/transport/chttp2/transport/frame_settings.cc
940 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
941 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
942 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
943 - src/core/ext/transport/chttp2/transport/hpack_table.cc
944 - src/core/ext/transport/chttp2/transport/http2_settings.cc
945 - src/core/ext/transport/chttp2/transport/huffsyms.cc
946 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
947 - src/core/ext/transport/chttp2/transport/parsing.cc
948 - src/core/ext/transport/chttp2/transport/stream_lists.cc
949 - src/core/ext/transport/chttp2/transport/stream_map.cc
950 - src/core/ext/transport/chttp2/transport/varint.cc
951 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700952 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700953 uses:
954 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700955 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700956 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700957- name: grpc_transport_chttp2_alpn
958 headers:
959 - src/core/ext/transport/chttp2/alpn/alpn.h
960 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700961 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700962 deps:
963 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800964- name: grpc_transport_chttp2_client_connector
965 headers:
David Garcia Quintas49f625f2018-03-27 11:23:49 -0700966 - src/core/ext/transport/chttp2/client/authority.h
Mark D. Roth8686cab2016-11-17 13:12:17 -0800967 - src/core/ext/transport/chttp2/client/chttp2_connector.h
968 src:
David Garcia Quintas49f625f2018-03-27 11:23:49 -0700969 - src/core/ext/transport/chttp2/client/authority.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700970 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800971 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800972 - grpc_transport_chttp2
973 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700974 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700975- name: grpc_transport_chttp2_client_insecure
976 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700977 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
978 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700979 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800980 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700981 - grpc_transport_chttp2
982 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700983 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700984- name: grpc_transport_chttp2_client_secure
985 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700986 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700987 uses:
988 - grpc_transport_chttp2
989 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700990 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700991 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800992 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800993- name: grpc_transport_chttp2_server
994 headers:
995 - src/core/ext/transport/chttp2/server/chttp2_server.h
996 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700997 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800998 uses:
999 - grpc_transport_chttp2
1000 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001001- name: grpc_transport_chttp2_server_insecure
1002 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001003 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
1004 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -07001005 uses:
1006 - grpc_transport_chttp2
1007 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -08001008 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -07001009- name: grpc_transport_chttp2_server_secure
1010 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001011 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -07001012 uses:
1013 - grpc_transport_chttp2
1014 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -07001015 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -08001016 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -07001017- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001018 public_headers:
1019 - include/grpc/grpc_cronet.h
1020 - include/grpc/grpc_security.h
1021 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -07001022 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -08001023 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -08001024 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -07001025 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001026 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
1027 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
1028 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -07001029 filegroups:
1030 - grpc_base
1031 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -07001032 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001033- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001034 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001035 - src/core/ext/transport/inproc/inproc_plugin.cc
1036 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001037 plugin: grpc_inproc_plugin
1038 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001039 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001040 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -07001041- name: grpc_transport_inproc_headers
1042 headers:
1043 - src/core/ext/transport/inproc/inproc_transport.h
1044 uses:
1045 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -07001046- name: grpc_workaround_cronet_compression_filter
1047 headers:
1048 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
1049 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001050 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -07001051 plugin: grpc_workaround_cronet_compression_filter
1052 uses:
1053 - grpc_base
1054 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -08001055- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -07001056 src:
1057 - third_party/nanopb/pb_common.c
1058 - third_party/nanopb/pb_decode.c
1059 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -07001060 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001061 - nanopb_headers
1062- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -08001063 headers:
1064 - third_party/nanopb/pb.h
1065 - third_party/nanopb/pb_common.h
1066 - third_party/nanopb/pb_decode.h
1067 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001068- name: transport_security_test_lib
1069 build: test
1070 headers:
1071 - test/core/tsi/transport_security_test_lib.h
1072 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001073 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001074 deps:
1075 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001076- name: tsi
1077 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001078 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -07001079 - src/core/tsi/fake_transport_security.h
Yihua Zhangc5f1eda2018-07-02 13:29:27 -07001080 - src/core/tsi/local_transport_security.h
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001081 - src/core/tsi/ssl/session_cache/ssl_session.h
1082 - src/core/tsi/ssl/session_cache/ssl_session_cache.h
Craig Tiller134fed32017-03-28 14:27:18 -07001083 - src/core/tsi/ssl_transport_security.h
1084 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -07001085 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001086 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001087 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001088 - src/core/tsi/fake_transport_security.cc
Yihua Zhangc5f1eda2018-07-02 13:29:27 -07001089 - src/core/tsi/local_transport_security.cc
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001090 - src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc
1091 - src/core/tsi/ssl/session_cache/ssl_session_cache.cc
1092 - src/core/tsi/ssl/session_cache/ssl_session_openssl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001093 - src/core/tsi/ssl_transport_security.cc
1094 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001095 deps:
1096 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -08001097 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001098 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -07001099 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001100 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -07001101 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001102 - grpc_trace
1103- name: tsi_interface
1104 headers:
1105 - src/core/tsi/transport_security.h
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001106 - src/core/tsi/transport_security_interface.h
1107 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001108 - src/core/tsi/transport_security.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001109 deps:
1110 - gpr
1111 secure: true
1112 uses:
1113 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -07001114- name: grpc++_codegen_base
1115 language: c++
1116 public_headers:
1117 - include/grpc++/impl/codegen/async_stream.h
1118 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -07001119 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -07001120 - include/grpc++/impl/codegen/call.h
1121 - include/grpc++/impl/codegen/call_hook.h
1122 - include/grpc++/impl/codegen/channel_interface.h
1123 - include/grpc++/impl/codegen/client_context.h
1124 - include/grpc++/impl/codegen/client_unary_call.h
1125 - include/grpc++/impl/codegen/completion_queue.h
1126 - include/grpc++/impl/codegen/completion_queue_tag.h
1127 - include/grpc++/impl/codegen/config.h
1128 - include/grpc++/impl/codegen/core_codegen_interface.h
1129 - include/grpc++/impl/codegen/create_auth_context.h
1130 - include/grpc++/impl/codegen/grpc_library.h
1131 - include/grpc++/impl/codegen/metadata_map.h
1132 - include/grpc++/impl/codegen/method_handler_impl.h
1133 - include/grpc++/impl/codegen/rpc_method.h
1134 - include/grpc++/impl/codegen/rpc_service_method.h
1135 - include/grpc++/impl/codegen/security/auth_context.h
1136 - include/grpc++/impl/codegen/serialization_traits.h
1137 - include/grpc++/impl/codegen/server_context.h
1138 - include/grpc++/impl/codegen/server_interface.h
1139 - include/grpc++/impl/codegen/service_type.h
1140 - include/grpc++/impl/codegen/slice.h
1141 - include/grpc++/impl/codegen/status.h
1142 - include/grpc++/impl/codegen/status_code_enum.h
1143 - include/grpc++/impl/codegen/string_ref.h
1144 - include/grpc++/impl/codegen/stub_options.h
1145 - include/grpc++/impl/codegen/sync_stream.h
1146 - include/grpc++/impl/codegen/time.h
ncteisen93a90e62018-06-18 18:39:56 -07001147 - include/grpcpp/impl/codegen/async_generic_service.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001148 - include/grpcpp/impl/codegen/async_stream.h
1149 - include/grpcpp/impl/codegen/async_unary_call.h
1150 - include/grpcpp/impl/codegen/byte_buffer.h
1151 - include/grpcpp/impl/codegen/call.h
1152 - include/grpcpp/impl/codegen/call_hook.h
1153 - include/grpcpp/impl/codegen/channel_interface.h
1154 - include/grpcpp/impl/codegen/client_context.h
1155 - include/grpcpp/impl/codegen/client_unary_call.h
1156 - include/grpcpp/impl/codegen/completion_queue.h
1157 - include/grpcpp/impl/codegen/completion_queue_tag.h
1158 - include/grpcpp/impl/codegen/config.h
1159 - include/grpcpp/impl/codegen/core_codegen_interface.h
1160 - include/grpcpp/impl/codegen/create_auth_context.h
1161 - include/grpcpp/impl/codegen/grpc_library.h
1162 - include/grpcpp/impl/codegen/metadata_map.h
1163 - include/grpcpp/impl/codegen/method_handler_impl.h
1164 - include/grpcpp/impl/codegen/rpc_method.h
1165 - include/grpcpp/impl/codegen/rpc_service_method.h
1166 - include/grpcpp/impl/codegen/security/auth_context.h
1167 - include/grpcpp/impl/codegen/serialization_traits.h
1168 - include/grpcpp/impl/codegen/server_context.h
1169 - include/grpcpp/impl/codegen/server_interface.h
1170 - include/grpcpp/impl/codegen/service_type.h
1171 - include/grpcpp/impl/codegen/slice.h
1172 - include/grpcpp/impl/codegen/status.h
1173 - include/grpcpp/impl/codegen/status_code_enum.h
1174 - include/grpcpp/impl/codegen/string_ref.h
1175 - include/grpcpp/impl/codegen/stub_options.h
1176 - include/grpcpp/impl/codegen/sync_stream.h
1177 - include/grpcpp/impl/codegen/time.h
Vijay Pai42807252017-07-28 15:08:24 -07001178 uses:
1179 - grpc_codegen
1180- name: grpc++_codegen_base_src
1181 language: c++
1182 src:
1183 - src/cpp/codegen/codegen_init.cc
1184 uses:
1185 - grpc++_codegen_base
1186- name: grpc++_codegen_proto
1187 language: c++
1188 public_headers:
1189 - include/grpc++/impl/codegen/proto_utils.h
ncteisencf5b2662018-02-27 11:55:10 -08001190 - include/grpcpp/impl/codegen/proto_buffer_reader.h
1191 - include/grpcpp/impl/codegen/proto_buffer_writer.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001192 - include/grpcpp/impl/codegen/proto_utils.h
Vijay Pai42807252017-07-28 15:08:24 -07001193 uses:
1194 - grpc++_codegen_base
1195 - grpc++_config_proto
1196- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001197 language: c++
1198 public_headers:
1199 - include/grpc++/alarm.h
1200 - include/grpc++/channel.h
1201 - include/grpc++/client_context.h
1202 - include/grpc++/completion_queue.h
1203 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001204 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001205 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001206 - include/grpc++/generic/async_generic_service.h
1207 - include/grpc++/generic/generic_stub.h
1208 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001209 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001210 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001211 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001212 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001213 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001214 - include/grpc++/impl/grpc_library.h
1215 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001216 - include/grpc++/impl/rpc_method.h
1217 - include/grpc++/impl/rpc_service_method.h
1218 - include/grpc++/impl/serialization_traits.h
1219 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001220 - include/grpc++/impl/server_builder_plugin.h
1221 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001222 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001223 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001224 - include/grpc++/security/auth_context.h
1225 - include/grpc++/security/auth_metadata_processor.h
1226 - include/grpc++/security/credentials.h
1227 - include/grpc++/security/server_credentials.h
1228 - include/grpc++/server.h
1229 - include/grpc++/server_builder.h
1230 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001231 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001232 - include/grpc++/support/async_stream.h
1233 - include/grpc++/support/async_unary_call.h
1234 - include/grpc++/support/byte_buffer.h
1235 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001236 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001237 - include/grpc++/support/slice.h
1238 - include/grpc++/support/status.h
1239 - include/grpc++/support/status_code_enum.h
1240 - include/grpc++/support/string_ref.h
1241 - include/grpc++/support/stub_options.h
1242 - include/grpc++/support/sync_stream.h
1243 - include/grpc++/support/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001244 - include/grpcpp/alarm.h
1245 - include/grpcpp/channel.h
1246 - include/grpcpp/client_context.h
1247 - include/grpcpp/completion_queue.h
1248 - include/grpcpp/create_channel.h
1249 - include/grpcpp/create_channel_posix.h
1250 - include/grpcpp/ext/health_check_service_server_builder_option.h
1251 - include/grpcpp/generic/async_generic_service.h
1252 - include/grpcpp/generic/generic_stub.h
1253 - include/grpcpp/grpcpp.h
1254 - include/grpcpp/health_check_service_interface.h
1255 - include/grpcpp/impl/call.h
1256 - include/grpcpp/impl/channel_argument_option.h
1257 - include/grpcpp/impl/client_unary_call.h
1258 - include/grpcpp/impl/codegen/core_codegen.h
1259 - include/grpcpp/impl/grpc_library.h
1260 - include/grpcpp/impl/method_handler_impl.h
1261 - include/grpcpp/impl/rpc_method.h
1262 - include/grpcpp/impl/rpc_service_method.h
1263 - include/grpcpp/impl/serialization_traits.h
1264 - include/grpcpp/impl/server_builder_option.h
1265 - include/grpcpp/impl/server_builder_plugin.h
1266 - include/grpcpp/impl/server_initializer.h
1267 - include/grpcpp/impl/service_type.h
1268 - include/grpcpp/resource_quota.h
1269 - include/grpcpp/security/auth_context.h
1270 - include/grpcpp/security/auth_metadata_processor.h
1271 - include/grpcpp/security/credentials.h
1272 - include/grpcpp/security/server_credentials.h
1273 - include/grpcpp/server.h
1274 - include/grpcpp/server_builder.h
1275 - include/grpcpp/server_context.h
1276 - include/grpcpp/server_posix.h
1277 - include/grpcpp/support/async_stream.h
1278 - include/grpcpp/support/async_unary_call.h
1279 - include/grpcpp/support/byte_buffer.h
1280 - include/grpcpp/support/channel_arguments.h
1281 - include/grpcpp/support/config.h
ncteisencf5b2662018-02-27 11:55:10 -08001282 - include/grpcpp/support/proto_buffer_reader.h
1283 - include/grpcpp/support/proto_buffer_writer.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001284 - include/grpcpp/support/slice.h
1285 - include/grpcpp/support/status.h
1286 - include/grpcpp/support/status_code_enum.h
1287 - include/grpcpp/support/string_ref.h
1288 - include/grpcpp/support/stub_options.h
1289 - include/grpcpp/support/sync_stream.h
1290 - include/grpcpp/support/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001291 headers:
1292 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001293 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001294 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001295 - src/cpp/server/health/default_health_check_service.h
1296 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001297 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001298 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001299 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001300 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001301 - src/cpp/client/client_context.cc
1302 - src/cpp/client/create_channel.cc
1303 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001304 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001305 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001306 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001307 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001308 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001309 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001310 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001311 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001312 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001313 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001314 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001315 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001316 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001317 - src/cpp/server/create_default_thread_pool.cc
1318 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001319 - src/cpp/server/health/default_health_check_service.cc
1320 - src/cpp/server/health/health.pb.c
1321 - src/cpp/server/health/health_check_service.cc
1322 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001323 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001324 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001325 - src/cpp/server/server_context.cc
1326 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001327 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001328 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001329 - src/cpp/util/byte_buffer_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001330 - src/cpp/util/status.cc
1331 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001332 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001333 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001334 - gpr_base_headers
1335 - grpc_base_headers
1336 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001337 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001338 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001339- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001340 language: c++
1341 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001342 - include/grpc++/impl/codegen/config_protobuf.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001343 - include/grpcpp/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001344- name: grpc++_reflection_proto
1345 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001346 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001347 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001348- name: grpc++_test
1349 language: c++
1350 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001351 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001352 - include/grpc++/test/server_context_test_spouse.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001353 - include/grpcpp/test/mock_stream.h
1354 - include/grpcpp/test/server_context_test_spouse.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001355 deps:
1356 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001357 - grpc
ncteisenc1945282018-07-16 22:24:53 -07001358- name: grpcpp_channelz_proto
1359 language: c++
1360 src:
1361 - src/proto/grpc/channelz/channelz.proto
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001362libs:
Alexander Polcyn690dde62017-10-18 00:20:33 -07001363- name: address_sorting
1364 build: all
1365 language: c
1366 headers:
Alexander Polcyn690dde62017-10-18 00:20:33 -07001367 - third_party/address_sorting/address_sorting_internal.h
Alex Polcyn77f64f72018-03-01 19:22:53 +00001368 - third_party/address_sorting/include/address_sorting/address_sorting.h
Alexander Polcyn690dde62017-10-18 00:20:33 -07001369 src:
1370 - third_party/address_sorting/address_sorting.c
1371 - third_party/address_sorting/address_sorting_posix.c
1372 - third_party/address_sorting/address_sorting_windows.c
1373 secure: false
Yihua Zhangeaf64862018-03-06 21:40:45 -08001374- name: alts_test_util
1375 build: private
1376 language: c
1377 headers:
1378 - test/core/tsi/alts/crypt/gsec_test_util.h
1379 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.h
1380 src:
1381 - test/core/tsi/alts/crypt/gsec_test_util.cc
1382 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.cc
1383 deps:
1384 - grpc
1385 secure: true
Nicolas "Pixel" Noblecbdf1322018-06-14 00:53:15 +02001386- name: cxxabi
1387 build: private
1388 language: c
1389 src:
1390 - third_party/libcxxabi/src/abort_message.cpp
1391 - third_party/libcxxabi/src/cxa_aux_runtime.cpp
1392 - third_party/libcxxabi/src/cxa_default_handlers.cpp
1393 - third_party/libcxxabi/src/cxa_demangle.cpp
1394 - third_party/libcxxabi/src/cxa_exception_storage.cpp
1395 - third_party/libcxxabi/src/cxa_guard.cpp
1396 - third_party/libcxxabi/src/cxa_handlers.cpp
1397 - third_party/libcxxabi/src/cxa_noexception.cpp
1398 - third_party/libcxxabi/src/cxa_thread_atexit.cpp
1399 - third_party/libcxxabi/src/cxa_unexpected.cpp
1400 - third_party/libcxxabi/src/cxa_vector.cpp
1401 - third_party/libcxxabi/src/cxa_virtual.cpp
1402 - third_party/libcxxabi/src/fallback_malloc.cpp
1403 - third_party/libcxxabi/src/private_typeinfo.cpp
1404 - third_party/libcxxabi/src/stdlib_exception.cpp
1405 - third_party/libcxxabi/src/stdlib_new_delete.cpp
1406 - third_party/libcxxabi/src/stdlib_stdexcept.cpp
1407 - third_party/libcxxabi/src/stdlib_typeinfo.cpp
1408 build_system:
1409 - Makefile
1410 defaults: cxxabi
1411 secure: false
Craig Tillerda179ce2016-02-09 12:01:53 -08001412- name: gpr
1413 build: all
1414 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001415 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001416 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001417 secure: false
1418 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1419- name: gpr_test_util
1420 build: private
1421 language: c
1422 headers:
1423 - test/core/util/test_config.h
1424 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001425 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001426 deps:
1427 - gpr
1428 secure: false
1429 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001430- name: grpc
1431 build: all
1432 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001433 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001434 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001435 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001436 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001437 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001438 filegroups:
1439 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001440 - grpc_transport_chttp2_server_secure
1441 - grpc_transport_chttp2_client_secure
1442 - grpc_transport_chttp2_server_insecure
1443 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001444 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001445 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001446 - grpc_lb_policy_pick_first
1447 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001448 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001449 - grpc_resolver_dns_native
1450 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001451 - grpc_resolver_fake
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001452 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001453 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001454 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001455 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001456 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001457 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001458 - grpc_workaround_cronet_compression_filter
1459 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001460 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001461 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001462 vs_packages:
1463 - grpc.dependencies.openssl
1464 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001465 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001466- name: grpc_cronet
1467 build: all
1468 language: c
1469 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001470 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001471 baselib: true
1472 deps_linkage: static
1473 dll: true
1474 filegroups:
1475 - grpc_base
1476 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001477 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001478 generate_plugin_registry: true
1479 platforms:
1480 - linux
1481 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001482- name: grpc_dll
1483 build: private
1484 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001485 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001486 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001487 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001488 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001489 build_system:
1490 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001491 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001492 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001493 vs_config_type: DynamicLibrary
1494 vs_packages:
1495 - grpc.dependencies.openssl
1496 - grpc.dependencies.zlib
1497 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1498 vs_props:
1499 - zlib
1500 - openssl
1501 - winsock
1502 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503- name: grpc_test_util
1504 build: private
1505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001506 headers:
1507 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001508 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001509 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001510 - test/core/end2end/data/client_certs.cc
1511 - test/core/end2end/data/server1_cert.cc
1512 - test/core/end2end/data/server1_key.cc
1513 - test/core/end2end/data/test_root_cert.cc
1514 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001515 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001516 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001517 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001518 - grpc
1519 filegroups:
1520 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001521 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1522- name: grpc_test_util_unsecure
1523 build: private
1524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001525 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001526 - gpr
1527 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001528 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001529 filegroups:
1530 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001531 secure: false
1532 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1533- name: grpc_unsecure
1534 build: all
1535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001536 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001537 - src/core/lib/surface/init.cc
1538 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001539 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001540 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001541 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001542 filegroups:
1543 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001544 - grpc_transport_chttp2_server_insecure
1545 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001546 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001547 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001548 - grpc_resolver_dns_native
1549 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001550 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -07001551 - grpc_lb_policy_grpclb
1552 - grpc_lb_policy_pick_first
1553 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001554 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001555 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001556 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001557 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001558 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001559 - grpc_workaround_cronet_compression_filter
1560 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001561 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562 secure: false
1563 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001564- name: reconnect_server
1565 build: private
1566 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001567 headers:
1568 - test/core/util/reconnect_server.h
1569 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001570 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001571 deps:
yang-gc9fca182015-11-06 16:41:33 -08001572 - test_tcp_server
1573 - grpc_test_util
1574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001575 - gpr_test_util
1576 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001577- name: test_tcp_server
1578 build: private
1579 language: c
1580 headers:
1581 - test/core/util/test_tcp_server.h
1582 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001583 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001584 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001585 - grpc_test_util
1586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589- name: grpc++
1590 build: all
1591 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001592 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001593 - include/grpc++/impl/codegen/core_codegen.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001594 - include/grpcpp/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001595 - src/cpp/client/secure_credentials.h
1596 - src/cpp/common/secure_auth_context.h
1597 - src/cpp/server/secure_server_credentials.h
1598 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001599 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001600 - src/cpp/client/secure_credentials.cc
1601 - src/cpp/common/auth_property_iterator.cc
1602 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001603 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001604 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001605 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001606 - src/cpp/server/secure_server_credentials.cc
1607 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001608 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001609 baselib: true
1610 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001611 filegroups:
1612 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001613 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001614 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001615 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001616 secure: check
1617 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001618- name: grpc++_core_stats
1619 build: private
1620 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001621 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001622 - src/cpp/util/core_stats.h
1623 src:
1624 - src/proto/grpc/core/stats.proto
1625 - src/cpp/util/core_stats.cc
1626 deps:
1627 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001628- name: grpc++_cronet
1629 build: all
1630 language: c++
1631 src:
1632 - src/cpp/client/cronet_credentials.cc
1633 - src/cpp/client/insecure_credentials.cc
1634 - src/cpp/common/insecure_create_auth_context.cc
1635 - src/cpp/server/insecure_server_credentials.cc
1636 deps:
1637 - gpr
1638 - grpc_cronet
1639 baselib: true
1640 dll: true
1641 filegroups:
1642 - grpc++_base
1643 - grpc++_codegen_base
1644 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001645 - grpc_transport_chttp2_client_insecure
1646 - grpc_transport_chttp2_server_insecure
1647 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001648 platforms:
1649 - linux
1650 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001651- name: grpc++_error_details
1652 build: all
1653 language: c++
1654 public_headers:
1655 - include/grpc++/support/error_details.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001656 - include/grpcpp/support/error_details.h
yang-geceec8e2017-04-10 11:58:44 -07001657 src:
1658 - src/proto/grpc/status/status.proto
1659 - src/cpp/util/error_details.cc
1660 deps:
1661 - grpc++
1662 baselib: true
1663 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001664- name: grpc++_proto_reflection_desc_db
1665 build: private
1666 language: c++
1667 headers:
1668 - test/cpp/util/proto_reflection_descriptor_database.h
1669 src:
1670 - test/cpp/util/proto_reflection_descriptor_database.cc
1671 deps:
1672 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001673 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001674 filegroups:
1675 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001676 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001677- name: grpc++_reflection
1678 build: all
1679 language: c++
1680 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001681 - include/grpc++/ext/proto_server_reflection_plugin.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001682 - include/grpcpp/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001683 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001684 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001685 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001686 - src/cpp/ext/proto_server_reflection.cc
1687 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001688 deps:
1689 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001690 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001691 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001692 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001693- name: grpc++_test_config
1694 build: private
1695 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001696 headers:
1697 - test/cpp/util/test_config.h
1698 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001699 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700- name: grpc++_test_util
1701 build: private
1702 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001703 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001704 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001705 - test/cpp/util/byte_buffer_proto_helper.h
ncteisen3b42f832018-03-19 13:22:35 -07001706 - test/cpp/util/channel_trace_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001707 - test/cpp/util/create_test_channel.h
1708 - test/cpp/util/string_ref_helper.h
1709 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001710 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001711 src:
ncteisen3b42f832018-03-19 13:22:35 -07001712 - src/proto/grpc/channelz/channelz.proto
yang-gc8a49d22016-12-12 11:18:49 -08001713 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001714 - src/proto/grpc/testing/echo_messages.proto
1715 - src/proto/grpc/testing/echo.proto
1716 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001717 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001718 - test/cpp/util/byte_buffer_proto_helper.cc
ncteisen3b42f832018-03-19 13:22:35 -07001719 - test/cpp/util/channel_trace_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001720 - test/cpp/util/create_test_channel.cc
1721 - test/cpp/util/string_ref_helper.cc
1722 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001723 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001724 deps:
1725 - grpc++
1726 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001727 - grpc
yang-g17487f92016-06-03 15:21:15 -07001728 filegroups:
1729 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001730 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001731 - grpc++_codegen_proto
1732 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001733- name: grpc++_test_util_unsecure
1734 build: private
1735 language: c++
1736 headers:
1737 - test/cpp/end2end/test_service_impl.h
1738 - test/cpp/util/byte_buffer_proto_helper.h
1739 - test/cpp/util/string_ref_helper.h
1740 - test/cpp/util/subprocess.h
1741 src:
1742 - src/proto/grpc/health/v1/health.proto
1743 - src/proto/grpc/testing/echo_messages.proto
1744 - src/proto/grpc/testing/echo.proto
1745 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1746 - test/cpp/end2end/test_service_impl.cc
1747 - test/cpp/util/byte_buffer_proto_helper.cc
1748 - test/cpp/util/string_ref_helper.cc
1749 - test/cpp/util/subprocess.cc
1750 deps:
1751 - grpc++_unsecure
1752 - grpc_test_util_unsecure
1753 - grpc_unsecure
1754 filegroups:
1755 - grpc++_codegen_base
1756 - grpc++_codegen_base_src
1757 - grpc++_codegen_proto
1758 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759- name: grpc++_unsecure
1760 build: all
1761 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001762 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001763 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001764 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001765 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001766 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001767 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001768 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001769 baselib: true
1770 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001771 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001772 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001773 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001774 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001775 secure: false
1776 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001777- name: grpc_benchmark
1778 build: test
1779 language: c++
1780 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001781 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1782 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001783 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001784 src:
1785 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001786 deps:
1787 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001788 - grpc++_unsecure
1789 - grpc_test_util_unsecure
1790 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001791 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001792- name: grpc_cli_libs
1793 build: private
1794 language: c++
1795 headers:
1796 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001797 - test/cpp/util/cli_credentials.h
1798 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001799 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001800 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001801 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001802 src:
1803 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001804 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001805 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001806 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001807 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001808 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001809 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001810 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001811 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001812 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001813 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001814 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815- name: grpc_plugin_support
1816 build: protoc
1817 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001818 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001819 - src/compiler/config.h
1820 - src/compiler/cpp_generator.h
1821 - src/compiler/cpp_generator_helpers.h
1822 - src/compiler/csharp_generator.h
1823 - src/compiler/csharp_generator_helpers.h
1824 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001825 - src/compiler/node_generator.h
1826 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001827 - src/compiler/objective_c_generator.h
1828 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001829 - src/compiler/php_generator.h
1830 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301831 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001832 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301833 - src/compiler/python_generator_helpers.h
1834 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001835 - src/compiler/ruby_generator.h
1836 - src/compiler/ruby_generator_helpers-inl.h
1837 - src/compiler/ruby_generator_map-inl.h
1838 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301839 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001840 src:
1841 - src/compiler/cpp_generator.cc
1842 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001843 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001844 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001845 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001846 - src/compiler/python_generator.cc
1847 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001848 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001849 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001850 secure: false
1851 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001852 vs_props:
1853 - protoc
ncteisenc1945282018-07-16 22:24:53 -07001854- name: grpcpp_channelz
1855 build: all
1856 language: c++
ncteisen6104e4f2018-07-19 14:59:10 -07001857 public_headers:
1858 - include/grpcpp/ext/channelz_service_plugin.h
ncteisenc1945282018-07-16 22:24:53 -07001859 headers:
1860 - src/cpp/server/channelz/channelz_service.h
ncteisenc1945282018-07-16 22:24:53 -07001861 src:
1862 - src/cpp/server/channelz/channelz_service.cc
1863 - src/cpp/server/channelz/channelz_service_plugin.cc
1864 deps:
1865 - grpc++
1866 - grpc
1867 filegroups:
1868 - grpcpp_channelz_proto
Eric Gribkoffc344e872017-01-09 10:53:50 -08001869- name: http2_client_main
1870 build: private
1871 language: c++
1872 headers:
1873 - test/cpp/interop/http2_client.h
1874 src:
1875 - src/proto/grpc/testing/empty.proto
1876 - src/proto/grpc/testing/messages.proto
1877 - src/proto/grpc/testing/test.proto
1878 - test/cpp/interop/http2_client.cc
1879 deps:
1880 - grpc++_test_util
1881 - grpc_test_util
1882 - grpc++
1883 - grpc
1884 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001885- name: interop_client_helper
1886 build: private
1887 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001888 headers:
1889 - test/cpp/interop/client_helper.h
1890 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001891 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001892 - test/cpp/interop/client_helper.cc
1893 deps:
1894 - grpc++_test_util
1895 - grpc_test_util
1896 - grpc++
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899- name: interop_client_main
1900 build: private
1901 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001902 headers:
1903 - test/cpp/interop/interop_client.h
1904 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001905 - src/proto/grpc/testing/empty.proto
1906 - src/proto/grpc/testing/messages.proto
1907 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001908 - test/cpp/interop/client.cc
1909 - test/cpp/interop/interop_client.cc
1910 deps:
1911 - interop_client_helper
1912 - grpc++_test_util
1913 - grpc_test_util
1914 - grpc++
1915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001918 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001919- name: interop_server_helper
1920 build: private
1921 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001922 headers:
1923 - test/cpp/interop/server_helper.h
1924 src:
1925 - test/cpp/interop/server_helper.cc
1926 deps:
yang-gcc591022017-01-11 11:10:43 -08001927 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001928 - grpc_test_util
1929 - grpc++
1930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001931 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001932- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933 build: private
1934 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001935 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001936 - src/proto/grpc/testing/empty.proto
1937 - src/proto/grpc/testing/messages.proto
1938 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001939 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001940 deps:
1941 - interop_server_helper
1942 - grpc++_test_util
1943 - grpc_test_util
1944 - grpc++
1945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001946 - gpr_test_util
1947 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001948 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001949- name: interop_server_main
1950 build: private
1951 language: c++
1952 src:
1953 - test/cpp/interop/interop_server_bootstrap.cc
1954 deps:
1955 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956- name: qps
1957 build: private
1958 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001959 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001960 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001961 - test/cpp/qps/client.h
1962 - test/cpp/qps/driver.h
1963 - test/cpp/qps/histogram.h
1964 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001965 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001966 - test/cpp/qps/qps_worker.h
1967 - test/cpp/qps/report.h
1968 - test/cpp/qps/server.h
1969 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001970 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001972 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001973 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001974 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001975 - src/proto/grpc/testing/control.proto
kpayson647a20c962018-04-18 15:19:55 -07001976 - src/proto/grpc/testing/benchmark_service.proto
1977 - src/proto/grpc/testing/report_qps_scenario_service.proto
1978 - src/proto/grpc/testing/worker_service.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001979 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001980 - test/cpp/qps/client_async.cc
1981 - test/cpp/qps/client_sync.cc
1982 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001983 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001984 - test/cpp/qps/qps_worker.cc
1985 - test/cpp/qps/report.cc
1986 - test/cpp/qps/server_async.cc
1987 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001988 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001989 deps:
1990 - grpc_test_util
1991 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001992 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001993 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001994 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: grpc_csharp_ext
1996 build: all
1997 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - src/csharp/ext/grpc_csharp_ext.c
2000 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002002 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08002003 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08002004 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005 dll: only
2006 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07002007 vs_packages:
2008 - grpc.dependencies.openssl
2009 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07002010 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07002011 vs_props:
2012 - zlib
2013 - openssl
2014 - winsock
2015 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07002016targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08002017- name: algorithm_test
2018 build: test
2019 language: c
2020 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002021 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08002022 deps:
2023 - grpc_test_util
2024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002025 - gpr_test_util
2026 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002027 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08002028- name: alloc_test
2029 build: test
2030 language: c
2031 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002032 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08002033 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002036 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002037- name: alpn_test
2038 build: test
2039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002040 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002041 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002042 deps:
2043 - grpc_test_util
2044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Yihua Zhangcc936632018-05-08 10:15:03 -07002047- name: alts_credentials_fuzzer
2048 build: fuzzer
2049 language: c
2050 src:
2051 - test/core/security/alts_credentials_fuzzer.cc
2052 deps:
2053 - grpc_test_util
2054 - grpc
2055 - gpr_test_util
2056 - gpr
2057 corpus_dirs:
2058 - test/core/security/corpus/alts_credentials_corpus
2059 maxlen: 2048
Craig Tillerfc98f922016-04-13 08:45:06 -07002060- name: api_fuzzer
2061 build: fuzzer
2062 language: c
2063 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002064 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07002065 deps:
2066 - grpc_test_util
2067 - grpc
2068 - gpr_test_util
2069 - gpr
2070 corpus_dirs:
2071 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07002072 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07002073 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07002074- name: arena_test
Jan Tattermusch53494962018-06-11 15:55:41 +02002075 cpu_cost: 10
Craig Tiller9202b3f2017-03-12 22:30:38 -07002076 build: test
2077 language: c
2078 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002079 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07002080 deps:
2081 - gpr_test_util
2082 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002083 uses_polling: false
Vijay Pai8f4fbb12018-02-08 10:04:08 -08002084- name: avl_test
2085 build: test
2086 language: c
2087 src:
2088 - test/core/avl/avl_test.cc
2089 deps:
2090 - gpr_test_util
2091 - gpr
2092 - grpc
2093 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07002094- name: bad_server_response_test
2095 build: test
2096 language: c
2097 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002098 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07002099 deps:
2100 - test_tcp_server
2101 - grpc_test_util
2102 - grpc
2103 - gpr_test_util
2104 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002105 exclude_iomgrs:
2106 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07002107- name: bin_decoder_test
2108 build: test
2109 language: c
2110 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002111 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07002112 deps:
2113 - grpc_test_util
2114 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002115 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116- name: bin_encoder_test
2117 build: test
2118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002119 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002120 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002121 deps:
2122 - grpc_test_util
2123 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002124 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08002125- name: channel_create_test
2126 build: test
2127 language: c
2128 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002129 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08002130 deps:
2131 - grpc_test_util
2132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002133 - gpr_test_util
2134 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07002135- name: check_epollexclusive
2136 build: tool
2137 language: c
2138 src:
2139 - test/build/check_epollexclusive.c
2140 deps:
2141 - grpc
2142 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08002143- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002144 build: test
2145 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002146 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002147 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002148 deps:
2149 - grpc_test_util
2150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002151 - gpr_test_util
2152 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002153 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002154- name: chttp2_stream_map_test
2155 build: test
2156 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002157 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002158 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002159 deps:
2160 - grpc_test_util
2161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002162 - gpr_test_util
2163 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002164 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08002165- name: chttp2_varint_test
2166 build: test
2167 language: c
2168 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002169 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08002170 deps:
2171 - grpc_test_util
2172 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002173 - gpr_test_util
2174 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002175 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07002176- name: client_fuzzer
2177 build: fuzzer
2178 language: c
2179 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002180 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07002181 deps:
2182 - grpc_test_util
2183 - grpc
2184 - gpr_test_util
2185 - gpr
2186 corpus_dirs:
2187 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002188 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07002189 maxlen: 2048
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002190- name: cmdline_test
2191 build: test
2192 language: c
2193 src:
2194 - test/core/util/cmdline_test.cc
2195 deps:
2196 - gpr
2197 - gpr_test_util
2198 - grpc_test_util
2199 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002200- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07002201 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07002202 build: test
2203 language: c
2204 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002205 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002206 deps:
2207 - grpc_test_util
2208 - grpc
2209 - gpr_test_util
2210 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002211- name: compression_test
2212 build: test
2213 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002214 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002215 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002216 deps:
2217 - grpc_test_util
2218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002219 - gpr_test_util
2220 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002221 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08002222- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07002223 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08002224 build: test
2225 language: c
2226 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002227 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08002228 deps:
2229 - grpc_test_util
2230 - grpc
2231 - gpr_test_util
2232 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002233 exclude_iomgrs:
2234 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07002235- name: connection_refused_test
2236 cpu_cost: 0.1
2237 build: test
2238 language: c
2239 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002240 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07002241 deps:
2242 - grpc_test_util
2243 - grpc
2244 - gpr_test_util
2245 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08002246- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08002247 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08002248 build: test
2249 language: c
2250 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002251 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08002252 deps:
2253 - grpc_test_util
2254 - grpc
2255 - gpr_test_util
2256 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002257 exclude_iomgrs:
2258 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08002259- name: dns_resolver_cooldown_test
2260 build: test
2261 language: c
2262 src:
2263 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
2264 deps:
2265 - grpc_test_util
2266 - grpc
2267 - gpr_test_util
2268 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002269- name: dns_resolver_test
2270 build: test
2271 language: c
2272 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002273 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002274 deps:
2275 - grpc_test_util
2276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr_test_util
2278 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002279- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002280 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002281 build: test
2282 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002283 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002284 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002285 deps:
2286 - grpc_test_util
2287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002288 - gpr_test_util
2289 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002290 exclude_iomgrs:
2291 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002292 platforms:
2293 - mac
2294 - linux
2295 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002296- name: endpoint_pair_test
2297 build: test
2298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002299 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002300 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002301 deps:
2302 - grpc_test_util
2303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002304 - gpr_test_util
2305 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002306 exclude_iomgrs:
2307 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002308- name: error_test
2309 cpu_cost: 30
2310 build: test
2311 language: c
2312 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002313 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08002314 deps:
2315 - grpc_test_util
2316 - grpc
2317 - gpr_test_util
2318 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002319 uses_polling: false
Sree Kuchibhotla16ad9b82018-06-16 12:14:30 -07002320- name: ev_epollex_linux_test
2321 cpu_cost: 3
2322 build: test
2323 language: c
2324 src:
2325 - test/core/iomgr/ev_epollex_linux_test.cc
2326 deps:
2327 - grpc_test_util
2328 - grpc
2329 - gpr_test_util
2330 - gpr
2331 exclude_iomgrs:
2332 - uv
2333 platforms:
2334 - linux
Craig Tiller6a85ee02017-04-27 19:17:11 +00002335- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002336 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002337 build: test
2338 language: c
2339 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002340 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002341 deps:
2342 - grpc_test_util
2343 - grpc
2344 - gpr_test_util
2345 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002346 exclude_iomgrs:
2347 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002348 platforms:
2349 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002350- name: fake_resolver_test
2351 build: test
2352 language: c
2353 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002354 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002355 deps:
2356 - grpc_test_util
2357 - grpc
2358 - gpr_test_util
2359 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002360- name: fake_transport_security_test
2361 build: test
2362 language: c
2363 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002364 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002365 deps:
2366 - gpr_test_util
2367 - gpr
2368 - grpc
2369 filegroups:
2370 - transport_security_test_lib
2371 platforms:
2372 - linux
2373 - posix
2374 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002375- name: fd_conservation_posix_test
2376 build: test
2377 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002378 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002379 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002380 deps:
2381 - grpc_test_util
2382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002383 - gpr_test_util
2384 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002385 exclude_iomgrs:
2386 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002387 platforms:
2388 - mac
2389 - linux
2390 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002391- name: fd_posix_test
2392 build: test
2393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002395 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002396 deps:
2397 - grpc_test_util
2398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002399 - gpr_test_util
2400 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002401 exclude_iomgrs:
2402 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002403 platforms:
2404 - mac
2405 - linux
2406 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002407- name: fling_client
2408 build: test
2409 run: false
2410 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002411 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002412 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002413 deps:
2414 - grpc_test_util
2415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002416 - gpr_test_util
2417 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002418- name: fling_server
2419 build: test
2420 run: false
2421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002423 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002424 deps:
2425 - grpc_test_util
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002429- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002430 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002431 build: test
2432 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002433 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002434 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002435 deps:
2436 - grpc_test_util
2437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002438 - gpr_test_util
2439 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002440 platforms:
2441 - mac
2442 - linux
2443 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002444- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002445 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446 build: test
2447 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002448 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002449 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002450 deps:
2451 - grpc_test_util
2452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002453 - gpr_test_util
2454 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002455 platforms:
2456 - mac
2457 - linux
2458 - posix
kpayson6438ab21e2018-03-08 15:47:40 -08002459- name: fork_test
2460 build: test
2461 language: c
2462 src:
kpayson64701e70d2018-04-30 17:40:00 -07002463 - test/core/gprpp/fork_test.cc
kpayson6438ab21e2018-03-08 15:47:40 -08002464 deps:
2465 - gpr_test_util
2466 - gpr
2467 platforms:
2468 - mac
2469 - linux
2470 uses_polling: false
Craig Tiller1b719582016-03-24 09:06:13 -07002471- name: goaway_server_test
2472 cpu_cost: 0.1
2473 build: test
2474 language: c
2475 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002476 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002477 deps:
2478 - grpc_test_util
2479 - grpc
2480 - gpr_test_util
2481 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002482 exclude_iomgrs:
2483 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002484 platforms:
2485 - mac
2486 - linux
2487 - posix
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002488- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002489 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002490 build: test
2491 language: c
2492 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002493 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002494 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002495 - gpr_test_util
2496 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002497 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002498- name: gpr_env_test
2499 build: test
2500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002501 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002502 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002503 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002504 - gpr_test_util
2505 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002506 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002507- name: gpr_host_port_test
2508 build: test
2509 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002510 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002511 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002512 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002513 - gpr_test_util
2514 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002515 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002516- name: gpr_log_test
2517 build: test
2518 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002519 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002520 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002521 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002522 - gpr_test_util
2523 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002524 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002525- name: gpr_manual_constructor_test
2526 cpu_cost: 3
2527 build: test
2528 language: c
2529 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002530 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002531 deps:
2532 - gpr_test_util
2533 - gpr
2534 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002535- name: gpr_mpscq_test
2536 cpu_cost: 30
2537 build: test
2538 language: c
2539 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002540 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002541 deps:
2542 - gpr_test_util
2543 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002544 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002545- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002546 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002547 build: test
2548 language: c
2549 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002550 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002551 deps:
2552 - gpr_test_util
2553 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002554 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002555- name: gpr_string_test
2556 build: test
2557 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002558 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002559 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002560 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002561 - gpr_test_util
2562 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002563 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002565 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566 build: test
2567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002568 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002569 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002570 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002571 - gpr_test_util
2572 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002573 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002575 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002576 build: test
2577 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002578 src:
Vijay Paida693552018-02-16 22:59:03 -08002579 - test/core/gprpp/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002580 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002583 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002584- name: gpr_time_test
2585 build: test
2586 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002587 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002588 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002589 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002590 - gpr_test_util
2591 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002592 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002593- name: gpr_tls_test
2594 build: test
2595 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002596 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002597 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002598 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002599 - gpr_test_util
2600 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002601 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602- name: gpr_useful_test
2603 build: test
2604 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002605 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002606 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002607 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002608 - gpr_test_util
2609 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002610 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611- name: grpc_auth_context_test
2612 build: test
2613 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002614 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002615 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002616 deps:
2617 - grpc_test_util
2618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002619 - gpr_test_util
2620 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002621 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002622- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623 build: test
2624 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002625 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002626 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002627 deps:
2628 - grpc_test_util
2629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002630 - gpr_test_util
2631 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002632 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002633- name: grpc_byte_buffer_reader_test
2634 build: test
2635 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002636 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002637 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002638 deps:
2639 - grpc_test_util
2640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002641 - gpr_test_util
2642 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002643 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002644- name: grpc_channel_args_test
2645 build: test
2646 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002647 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002648 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002649 deps:
2650 - grpc_test_util
2651 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002652 - gpr_test_util
2653 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002654 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002655- name: grpc_channel_stack_builder_test
2656 build: test
2657 language: c
2658 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002659 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002660 deps:
2661 - grpc_test_util
2662 - grpc
2663 - gpr_test_util
2664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002665- name: grpc_channel_stack_test
2666 build: test
2667 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002668 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002669 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002670 deps:
2671 - grpc_test_util
2672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002673 - gpr_test_util
2674 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002675 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002676- name: grpc_completion_queue_test
2677 build: test
2678 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002679 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002680 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002681 deps:
2682 - grpc_test_util
2683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002684 - gpr_test_util
2685 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002686- name: grpc_completion_queue_threading_test
2687 build: test
2688 language: c
2689 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002690 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002691 deps:
2692 - grpc_test_util
2693 - grpc
2694 - gpr_test_util
2695 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002696 exclude_iomgrs:
2697 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002698- name: grpc_create_jwt
2699 build: tool
2700 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002701 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002702 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002703 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002705 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002706 filegroups:
2707 - cmdline
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002708 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002709 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002710- name: grpc_credentials_test
2711 build: test
2712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002713 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002714 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002715 deps:
2716 - grpc_test_util
2717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002718 - gpr_test_util
2719 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002721 build: test
2722 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002725 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002726 deps:
2727 - grpc_test_util
2728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002729 - gpr_test_util
2730 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002731- name: grpc_json_token_test
2732 build: test
2733 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002734 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002735 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002736 deps:
2737 - grpc_test_util
2738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002739 - gpr_test_util
2740 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002741 platforms:
2742 - linux
2743 - posix
2744 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002745 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002746- name: grpc_jwt_verifier_test
2747 build: test
2748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002749 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002750 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002751 deps:
2752 - grpc_test_util
2753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002754 - gpr_test_util
2755 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002756 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002757- name: grpc_print_google_default_creds_token
2758 build: tool
2759 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002760 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002761 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002762 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002764 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002765 filegroups:
2766 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002767 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002768- name: grpc_security_connector_test
2769 build: test
2770 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002771 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002772 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002773 deps:
2774 - grpc_test_util
2775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002776 - gpr_test_util
2777 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002778- name: grpc_ssl_credentials_test
2779 build: test
2780 language: c
2781 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002782 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002783 deps:
2784 - grpc_test_util
2785 - grpc
2786 - gpr_test_util
2787 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002788- name: grpc_verify_jwt
2789 build: tool
2790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002791 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002792 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002793 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002795 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002796 filegroups:
2797 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002798 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002799- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002800 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002801 language: c
2802 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002803 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002804 deps:
2805 - grpc_test_util
2806 - grpc
2807 - gpr_test_util
2808 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002809 exclude_iomgrs:
2810 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002811 platforms:
2812 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002813 secure: true
2814- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002815 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002816 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002817 headers:
2818 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002819 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002820 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002821 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002822 deps:
2823 - grpc_test_util
2824 - grpc
2825 - gpr_test_util
2826 - gpr
2827 exclude_iomgrs:
2828 - uv
2829 platforms:
2830 - linux
2831 secure: true
2832- name: handshake_server_with_readahead_handshaker
2833 build: test
2834 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002835 headers:
2836 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002837 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002838 - test/core/handshake/readahead_handshaker_server_ssl.cc
2839 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002840 deps:
2841 - grpc_test_util
2842 - grpc
2843 - gpr_test_util
2844 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002845 exclude_iomgrs:
2846 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002847 platforms:
2848 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002849 secure: true
Ian Haken68eff582017-10-26 14:34:15 -07002850- name: handshake_verify_peer_options
2851 build: test
2852 language: c
2853 src:
2854 - test/core/handshake/verify_peer_options.cc
2855 deps:
2856 - grpc_test_util
2857 - grpc
2858 - gpr_test_util
2859 - gpr
2860 exclude_iomgrs:
2861 - uv
2862 platforms:
2863 - linux
2864 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002865- name: histogram_test
2866 build: test
2867 language: c
2868 src:
2869 - test/core/util/histogram_test.cc
2870 deps:
2871 - grpc_test_util
2872 - gpr
2873 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002874- name: hpack_parser_fuzzer_test
2875 build: fuzzer
2876 language: c
2877 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002878 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002879 deps:
2880 - grpc_test_util
2881 - grpc
2882 - gpr_test_util
2883 - gpr
2884 corpus_dirs:
2885 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002886 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002887 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888- name: hpack_parser_test
2889 build: test
2890 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002891 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002892 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002893 deps:
2894 - grpc_test_util
2895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002896 - gpr_test_util
2897 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002898 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002899- name: hpack_table_test
2900 build: test
2901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002902 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002903 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002904 deps:
2905 - grpc_test_util
2906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002907 - gpr_test_util
2908 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002909 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002910- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002911 build: test
2912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002913 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002914 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002915 deps:
2916 - grpc_test_util
2917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002918 - gpr_test_util
2919 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002920 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002921- name: http_request_fuzzer_test
2922 build: fuzzer
2923 language: c
2924 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002925 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002926 deps:
2927 - grpc_test_util
2928 - grpc
2929 - gpr_test_util
2930 - gpr
2931 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002932 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002933 maxlen: 2048
2934- name: http_response_fuzzer_test
2935 build: fuzzer
2936 language: c
2937 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002938 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002939 deps:
2940 - grpc_test_util
2941 - grpc
2942 - gpr_test_util
2943 - gpr
2944 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002945 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002946 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002947- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002948 build: test
2949 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002950 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002951 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002952 deps:
2953 - grpc_test_util
2954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002955 - gpr_test_util
2956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002957- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002958 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002959 build: test
2960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002961 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002962 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002963 deps:
2964 - grpc_test_util
2965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002966 - gpr_test_util
2967 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002968 platforms:
2969 - mac
2970 - linux
2971 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002972- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002973 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002974 build: test
2975 language: c
2976 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002977 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002978 deps:
2979 - grpc_test_util
2980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002981 - gpr_test_util
2982 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002983 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002984 - linux
yang-gf1183302015-12-07 16:02:05 -08002985- name: init_test
2986 build: test
2987 language: c
2988 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002989 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002990 deps:
2991 - grpc_test_util
2992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002993 - gpr_test_util
2994 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002995 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002996- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002997 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002998 build: test
2999 language: c
3000 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003001 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08003002 deps:
3003 - grpc_test_util
3004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003005 - gpr_test_util
3006 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07003007- name: json_fuzzer_test
3008 build: fuzzer
3009 language: c
3010 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003011 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07003012 deps:
3013 - grpc_test_util
3014 - grpc
3015 - gpr_test_util
3016 - gpr
3017 corpus_dirs:
3018 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003019 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07003020- name: json_rewrite
3021 build: test
3022 run: false
3023 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003024 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003025 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07003026 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08003027 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003028 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08003029 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08003030 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003031 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003032- name: json_rewrite_test
3033 build: test
3034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003035 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003036 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003037 deps:
3038 - grpc_test_util
3039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003040 - gpr_test_util
3041 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003042 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01003043- name: json_stream_error_test
3044 build: test
3045 language: c
3046 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003047 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01003048 deps:
3049 - grpc_test_util
3050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003051 - gpr_test_util
3052 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003053 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003054- name: json_test
3055 build: test
3056 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003057 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003058 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003059 deps:
3060 - grpc_test_util
3061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003062 - gpr_test_util
3063 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003064 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003065- name: lame_client_test
3066 build: test
3067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003068 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003069 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003070 deps:
3071 - grpc_test_util
3072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003073 - gpr_test_util
3074 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07003075- name: load_file_test
3076 build: test
3077 language: c
3078 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003079 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07003080 deps:
3081 - grpc_test_util
3082 - grpc
3083 - gpr_test_util
3084 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003085 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003086- name: low_level_ping_pong_benchmark
3087 build: benchmark
3088 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003089 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003090 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07003091 deps:
3092 - grpc_test_util
3093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003094 - gpr_test_util
3095 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003096 platforms:
3097 - mac
3098 - linux
3099 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003100- name: memory_profile_client
3101 build: test
3102 run: false
3103 language: c
3104 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003105 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003106 deps:
3107 - grpc_test_util
3108 - grpc
3109 - gpr_test_util
3110 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003111 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003112- name: memory_profile_server
3113 build: test
3114 run: false
3115 language: c
3116 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003117 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003118 deps:
3119 - grpc_test_util
3120 - grpc
3121 - gpr_test_util
3122 - gpr
3123- name: memory_profile_test
3124 cpu_cost: 1.5
3125 build: test
3126 language: c
3127 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003128 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003129 deps:
3130 - grpc_test_util
3131 - grpc
3132 - gpr_test_util
3133 - gpr
3134 platforms:
3135 - mac
3136 - linux
3137 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003138- name: message_compress_test
3139 build: test
3140 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003141 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003142 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003143 deps:
3144 - grpc_test_util
3145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003146 - gpr_test_util
3147 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003148 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07003149- name: minimal_stack_is_minimal_test
3150 build: test
3151 language: c
3152 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003153 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07003154 deps:
3155 - grpc_test_util
3156 - grpc
3157 - gpr_test_util
3158 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003159 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003160- name: multiple_server_queues_test
3161 build: test
3162 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003163 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003164 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003165 deps:
3166 - grpc_test_util
3167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003168 - gpr_test_util
3169 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003170- name: murmur_hash_test
3171 build: test
3172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003173 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08003174 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003175 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08003176 - gpr_test_util
3177 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003178 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003179- name: nanopb_fuzzer_response_test
3180 build: fuzzer
3181 language: c
3182 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003183 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003184 deps:
3185 - grpc_test_util
3186 - grpc
3187 - gpr_test_util
3188 - gpr
3189 corpus_dirs:
3190 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07003191 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003192- name: nanopb_fuzzer_serverlist_test
3193 build: fuzzer
3194 language: c
3195 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003196 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003197 deps:
3198 - grpc_test_util
3199 - grpc
3200 - gpr_test_util
3201 - gpr
3202 corpus_dirs:
3203 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07003204 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003205- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003206 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003207 build: test
3208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003209 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003210 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003211 deps:
3212 - grpc_test_util
3213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003214 - gpr_test_util
3215 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07003216- name: num_external_connectivity_watchers_test
3217 build: test
3218 language: c
3219 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003220 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07003221 deps:
3222 - grpc_test_util
3223 - grpc
3224 - gpr_test_util
3225 - gpr
3226 exclude_iomgrs:
3227 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003228- name: parse_address_test
3229 build: test
3230 language: c
3231 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003232 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003233 deps:
3234 - grpc_test_util
3235 - grpc
3236 - gpr_test_util
3237 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003238 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07003239- name: percent_decode_fuzzer
3240 build: fuzzer
3241 language: c
3242 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003243 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003244 deps:
3245 - grpc_test_util
3246 - grpc
3247 - gpr_test_util
3248 - gpr
3249 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003250 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003251 maxlen: 32
3252- name: percent_encode_fuzzer
3253 build: fuzzer
3254 language: c
3255 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003256 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003257 deps:
3258 - grpc_test_util
3259 - grpc
3260 - gpr_test_util
3261 - gpr
3262 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003263 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003264 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07003265- name: percent_encoding_test
3266 build: test
3267 language: c
3268 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003269 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07003270 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003271 - grpc_test_util
3272 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07003273 - gpr_test_util
3274 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003275 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003276- name: pollset_set_test
3277 build: test
3278 language: c
3279 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003280 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003281 deps:
3282 - grpc_test_util
3283 - grpc
3284 - gpr_test_util
3285 - gpr
3286 exclude_iomgrs:
3287 - uv
3288 platforms:
3289 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003290- name: resolve_address_posix_test
3291 build: test
3292 language: c
3293 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003294 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003295 deps:
3296 - grpc_test_util
3297 - grpc
3298 - gpr_test_util
3299 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08003300 exclude_iomgrs:
3301 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003302 platforms:
3303 - mac
3304 - linux
3305 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003306- name: resolve_address_test
3307 build: test
3308 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003309 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003310 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003311 deps:
3312 - grpc_test_util
3313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003314 - gpr_test_util
3315 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003316- name: resource_quota_test
3317 cpu_cost: 30
3318 build: test
3319 language: c
3320 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003321 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003322 deps:
3323 - grpc_test_util
3324 - grpc
3325 - gpr_test_util
3326 - gpr
yang-gd482e592015-12-10 14:04:00 -08003327- name: secure_channel_create_test
3328 build: test
3329 language: c
3330 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003331 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003332 deps:
3333 - grpc_test_util
3334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003335 - gpr_test_util
3336 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003337- name: secure_endpoint_test
3338 build: test
3339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003340 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003341 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003342 deps:
3343 - grpc_test_util
3344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003345 - gpr_test_util
3346 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003347 exclude_iomgrs:
3348 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003349- name: sequential_connectivity_test
3350 build: test
3351 language: c
3352 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003353 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003354 deps:
3355 - grpc_test_util
3356 - grpc
3357 - gpr_test_util
3358 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003359 exclude_iomgrs:
3360 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003361- name: server_chttp2_test
3362 build: test
3363 language: c
3364 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003365 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003366 deps:
3367 - grpc_test_util
3368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003369 - gpr_test_util
3370 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003371- name: server_fuzzer
3372 build: fuzzer
3373 language: c
3374 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003375 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003376 deps:
3377 - grpc_test_util
3378 - grpc
3379 - gpr_test_util
3380 - gpr
3381 corpus_dirs:
3382 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003383 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003384 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003385- name: server_test
3386 build: test
3387 language: c
3388 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003389 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003390 deps:
3391 - grpc_test_util
3392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003393 - gpr_test_util
3394 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003395- name: slice_buffer_test
3396 build: test
3397 language: c
3398 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003399 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003400 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003401 - grpc_test_util
3402 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003403 - gpr_test_util
3404 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003405 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003406- name: slice_string_helpers_test
3407 build: test
3408 language: c
3409 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003410 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003411 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003412 - grpc_test_util
3413 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003414 - gpr_test_util
3415 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003416 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003417- name: slice_test
3418 build: test
3419 language: c
3420 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003421 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003422 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003423 - grpc_test_util
3424 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003425 - gpr_test_util
3426 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003427 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003428- name: sockaddr_resolver_test
3429 build: test
3430 language: c
3431 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003432 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003433 deps:
3434 - grpc_test_util
3435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003436 - gpr_test_util
3437 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003438- name: sockaddr_utils_test
3439 build: test
3440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003441 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003442 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003443 deps:
3444 - grpc_test_util
3445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003446 - gpr_test_util
3447 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003448- name: socket_utils_test
3449 build: test
3450 language: c
3451 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003452 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003453 deps:
3454 - grpc_test_util
3455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003456 - gpr_test_util
3457 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003458 exclude_iomgrs:
3459 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003460 platforms:
3461 - mac
3462 - linux
3463 - posix
yang-g31e21282016-11-04 15:10:03 -07003464- name: ssl_server_fuzzer
3465 build: fuzzer
3466 language: c
3467 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003468 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003469 deps:
3470 - grpc_test_util
3471 - grpc
3472 - gpr_test_util
3473 - gpr
3474 corpus_dirs:
3475 - test/core/security/corpus/ssl_server_corpus
3476 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003477- name: ssl_transport_security_test
3478 build: test
3479 language: c
3480 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003481 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003482 deps:
3483 - gpr_test_util
3484 - gpr
3485 - grpc
3486 filegroups:
3487 - transport_security_test_lib
3488 platforms:
3489 - linux
3490 - posix
3491 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003492- name: status_conversion_test
3493 build: test
3494 language: c
3495 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003496 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003497 deps:
3498 - grpc_test_util
3499 - grpc
3500 - gpr_test_util
3501 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003502 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003503- name: stream_compression_test
3504 build: test
3505 language: c
3506 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003507 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003508 deps:
3509 - grpc_test_util
3510 - grpc
3511 - gpr_test_util
3512 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003513 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003514- name: stream_owned_slice_test
3515 build: test
3516 language: c
3517 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003518 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003519 deps:
3520 - grpc_test_util
3521 - grpc
3522 - gpr_test_util
3523 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003524 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003525- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003526 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003527 build: test
3528 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003529 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003530 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003531 deps:
3532 - grpc_test_util
3533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003534 - gpr_test_util
3535 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003536 exclude_iomgrs:
3537 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003538 platforms:
3539 - mac
3540 - linux
3541 - posix
murgatroid991191b722017-02-08 11:56:52 -08003542- name: tcp_client_uv_test
3543 cpu_cost: 0.5
3544 build: test
3545 language: c
3546 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003547 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003548 deps:
3549 - grpc_test_util
3550 - grpc
3551 - gpr_test_util
3552 - gpr
3553 exclude_iomgrs:
3554 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003555- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003556 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003557 build: test
3558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003559 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003560 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003561 deps:
3562 - grpc_test_util
3563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003564 - gpr_test_util
3565 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003566 exclude_iomgrs:
3567 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003568 platforms:
3569 - mac
3570 - linux
3571 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003572- name: tcp_server_posix_test
3573 build: test
3574 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003575 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003576 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003577 deps:
3578 - grpc_test_util
3579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003580 - gpr_test_util
3581 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003582 exclude_iomgrs:
3583 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003584 platforms:
3585 - mac
3586 - linux
3587 - posix
murgatroid991191b722017-02-08 11:56:52 -08003588- name: tcp_server_uv_test
3589 build: test
3590 language: c
3591 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003592 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003593 deps:
3594 - grpc_test_util
3595 - grpc
3596 - gpr_test_util
3597 - gpr
3598 exclude_iomgrs:
3599 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003600- name: time_averaged_stats_test
3601 build: test
3602 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003603 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003604 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003605 deps:
3606 - grpc_test_util
3607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003608 - gpr_test_util
3609 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003610 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003611- name: timeout_encoding_test
3612 build: test
3613 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003614 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003615 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003616 deps:
3617 - grpc_test_util
3618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003619 - gpr_test_util
3620 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003621 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003622- name: timer_heap_test
3623 build: test
3624 language: c
3625 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003626 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003627 deps:
3628 - grpc_test_util
3629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003630 - gpr_test_util
3631 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003632 exclude_iomgrs:
3633 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003634 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003635- name: timer_list_test
3636 build: test
3637 language: c
3638 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003639 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003640 deps:
3641 - grpc_test_util
3642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003643 - gpr_test_util
3644 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003645 exclude_iomgrs:
3646 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003647 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003648- name: transport_connectivity_state_test
3649 build: test
3650 language: c
3651 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003652 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003653 deps:
3654 - grpc_test_util
3655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003656 - gpr_test_util
3657 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003658- name: transport_metadata_test
3659 build: test
3660 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003661 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003662 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003663 deps:
3664 - grpc_test_util
3665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003666 - gpr_test_util
3667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003668- name: transport_security_test
3669 build: test
3670 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003671 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003672 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003673 deps:
3674 - grpc_test_util
3675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003676 - gpr_test_util
3677 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003678 platforms:
3679 - linux
3680 - posix
3681 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003682- name: udp_server_test
3683 build: test
3684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003685 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003686 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003687 deps:
3688 - grpc_test_util
3689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003690 - gpr_test_util
3691 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003692 exclude_iomgrs:
3693 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003694 platforms:
3695 - mac
3696 - linux
3697 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003698- name: uri_fuzzer_test
3699 build: fuzzer
3700 language: c
3701 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003702 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003703 deps:
3704 - grpc_test_util
3705 - grpc
3706 - gpr_test_util
3707 - gpr
3708 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003709 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003710 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003711- name: uri_parser_test
3712 build: test
3713 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003714 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003715 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003716 deps:
3717 - grpc_test_util
3718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003719 - gpr_test_util
3720 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003721- name: wakeup_fd_cv_test
3722 build: test
3723 language: c
3724 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003725 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003726 deps:
3727 - grpc_test_util
3728 - grpc
3729 - gpr_test_util
3730 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003731 exclude_iomgrs:
3732 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003733 platforms:
3734 - mac
3735 - linux
3736 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003737- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003738 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003739 build: test
3740 language: c++
3741 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003742 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003743 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003744 - grpc++_test_util_unsecure
3745 - grpc_test_util_unsecure
3746 - grpc++_unsecure
3747 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003748 - gpr_test_util
3749 - gpr
Yihua Zhangeaf64862018-03-06 21:40:45 -08003750- name: alts_counter_test
3751 build: test
3752 language: c++
3753 src:
3754 - test/core/tsi/alts/frame_protector/alts_counter_test.cc
3755 deps:
3756 - alts_test_util
3757 - gpr
3758 - grpc
3759- name: alts_crypt_test
3760 build: test
3761 language: c++
3762 src:
3763 - test/core/tsi/alts/crypt/aes_gcm_test.cc
3764 deps:
3765 - alts_test_util
3766 - gpr_test_util
3767 - gpr
3768 - grpc
3769- name: alts_crypter_test
3770 build: test
3771 language: c++
3772 src:
3773 - test/core/tsi/alts/frame_protector/alts_crypter_test.cc
3774 deps:
3775 - alts_test_util
3776 - gpr
3777 - grpc
3778- name: alts_frame_handler_test
3779 build: test
3780 language: c++
3781 src:
3782 - test/core/tsi/alts/frame_protector/frame_handler_test.cc
3783 deps:
3784 - alts_test_util
3785 - gpr
3786 - grpc
3787- name: alts_frame_protector_test
3788 build: test
3789 language: c++
3790 src:
3791 - test/core/tsi/alts/frame_protector/alts_frame_protector_test.cc
3792 deps:
3793 - alts_test_util
3794 - gpr
3795 - grpc
3796 filegroups:
3797 - transport_security_test_lib
3798- name: alts_grpc_record_protocol_test
3799 build: test
3800 language: c++
3801 src:
3802 - test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc
3803 deps:
3804 - alts_test_util
3805 - gpr
3806 - grpc
3807- name: alts_handshaker_client_test
3808 build: test
3809 language: c++
3810 src:
3811 - test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc
3812 deps:
3813 - alts_test_util
3814 - gpr
3815 - grpc
3816- name: alts_handshaker_service_api_test
3817 build: test
3818 language: c++
3819 src:
3820 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test.cc
3821 deps:
3822 - alts_test_util
3823 - gpr
3824 - grpc
3825- name: alts_iovec_record_protocol_test
3826 build: test
3827 language: c++
3828 src:
3829 - test/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol_test.cc
3830 deps:
3831 - alts_test_util
3832 - gpr
3833 - grpc
3834- name: alts_security_connector_test
3835 build: test
3836 language: c++
3837 src:
3838 - test/core/security/alts_security_connector_test.cc
3839 deps:
3840 - gpr
3841 - grpc
3842- name: alts_tsi_handshaker_test
3843 build: test
3844 language: c++
3845 src:
3846 - test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
3847 deps:
3848 - alts_test_util
3849 - gpr
3850 - grpc
3851- name: alts_tsi_utils_test
3852 build: test
3853 language: c++
3854 src:
3855 - test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc
3856 deps:
3857 - alts_test_util
3858 - gpr
3859 - grpc
3860- name: alts_zero_copy_grpc_protector_test
3861 build: test
3862 language: c++
3863 src:
3864 - test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc
3865 deps:
3866 - alts_test_util
3867 - gpr
3868 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003869- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003870 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003871 build: test
3872 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003873 src:
3874 - test/cpp/end2end/async_end2end_test.cc
3875 deps:
3876 - grpc++_test_util
3877 - grpc_test_util
3878 - grpc++
3879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003880 - gpr_test_util
3881 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003882- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003883 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003884 build: test
3885 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003886 src:
3887 - test/cpp/common/auth_property_iterator_test.cc
3888 deps:
3889 - grpc++_test_util
3890 - grpc_test_util
3891 - grpc++
3892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003893 - gpr_test_util
3894 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003895 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003896- name: backoff_test
3897 build: test
3898 language: c++
3899 src:
3900 - test/core/backoff/backoff_test.cc
3901 deps:
3902 - grpc_test_util
3903 - grpc
3904 - gpr_test_util
3905 - gpr
3906 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003907- name: bdp_estimator_test
3908 build: test
3909 language: c++
3910 src:
3911 - test/core/transport/bdp_estimator_test.cc
3912 deps:
3913 - grpc++_test_util
3914 - grpc++
3915 - grpc_test_util
3916 - grpc
3917 - gpr_test_util
3918 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003919 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003920- name: bm_arena
3921 build: test
3922 language: c++
3923 src:
3924 - test/cpp/microbenchmarks/bm_arena.cc
3925 deps:
3926 - grpc_benchmark
3927 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003928 - grpc++_test_util_unsecure
3929 - grpc_test_util_unsecure
3930 - grpc++_unsecure
3931 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003932 - gpr_test_util
3933 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003934 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003935 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003936 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003937 platforms:
3938 - mac
3939 - linux
3940 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003941 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003942- name: bm_call_create
3943 build: test
3944 language: c++
3945 src:
3946 - test/cpp/microbenchmarks/bm_call_create.cc
3947 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003948 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003949 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003950 - grpc++_test_util_unsecure
3951 - grpc_test_util_unsecure
3952 - grpc++_unsecure
3953 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003954 - gpr_test_util
3955 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003956 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003957 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003958 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003959 platforms:
3960 - mac
3961 - linux
3962 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003963 uses_polling: false
ncteisen77472302018-06-13 15:58:17 -07003964- name: bm_channel
3965 build: test
3966 language: c++
3967 src:
3968 - test/cpp/microbenchmarks/bm_channel.cc
3969 deps:
3970 - grpc_benchmark
3971 - benchmark
3972 - grpc++_test_util_unsecure
3973 - grpc_test_util_unsecure
3974 - grpc++_unsecure
3975 - grpc_unsecure
3976 - gpr_test_util
3977 - gpr
3978 - grpc++_test_config
3979 benchmark: true
3980 defaults: benchmark
3981 platforms:
3982 - mac
3983 - linux
3984 - posix
3985 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003986- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003987 build: test
3988 language: c++
3989 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003990 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003991 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003992 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003993 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003994 - grpc++_test_util_unsecure
3995 - grpc_test_util_unsecure
3996 - grpc++_unsecure
3997 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003998 - gpr_test_util
3999 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004000 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004001 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004002 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08004003 platforms:
4004 - mac
4005 - linux
4006 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004007 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08004008- name: bm_chttp2_transport
4009 build: test
4010 language: c++
4011 src:
4012 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
4013 deps:
4014 - grpc_benchmark
4015 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004016 - grpc++_test_util_unsecure
4017 - grpc_test_util_unsecure
4018 - grpc++_unsecure
4019 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08004020 - gpr_test_util
4021 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004022 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004023 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004024 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08004025 platforms:
4026 - mac
4027 - linux
4028 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08004029- name: bm_closure
4030 build: test
4031 language: c++
4032 src:
4033 - test/cpp/microbenchmarks/bm_closure.cc
4034 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004035 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08004036 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004037 - grpc++_test_util_unsecure
4038 - grpc_test_util_unsecure
4039 - grpc++_unsecure
4040 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08004041 - gpr_test_util
4042 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004043 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004044 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08004045 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08004046 platforms:
4047 - mac
4048 - linux
4049 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08004050- name: bm_cq
4051 build: test
4052 language: c++
4053 src:
4054 - test/cpp/microbenchmarks/bm_cq.cc
4055 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004056 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08004057 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004058 - grpc++_test_util_unsecure
4059 - grpc_test_util_unsecure
4060 - grpc++_unsecure
4061 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08004062 - gpr_test_util
4063 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004064 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004065 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08004066 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08004067 platforms:
4068 - mac
4069 - linux
4070 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07004071- name: bm_cq_multiple_threads
4072 build: test
4073 language: c++
4074 src:
4075 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
4076 deps:
4077 - grpc_benchmark
4078 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004079 - grpc++_test_util_unsecure
4080 - grpc_test_util_unsecure
4081 - grpc++_unsecure
4082 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07004083 - gpr_test_util
4084 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004085 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004086 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07004087 defaults: benchmark
4088 platforms:
4089 - mac
4090 - linux
4091 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08004092- name: bm_error
4093 build: test
4094 language: c++
4095 src:
4096 - test/cpp/microbenchmarks/bm_error.cc
4097 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004098 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08004099 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004100 - grpc++_test_util_unsecure
4101 - grpc_test_util_unsecure
4102 - grpc++_unsecure
4103 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08004104 - gpr_test_util
4105 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004106 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004107 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004108 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08004109 platforms:
4110 - mac
4111 - linux
4112 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004113 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08004114- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07004115 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07004116 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004117 headers:
4118 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07004119 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08004120 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07004121 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08004122 - grpc_benchmark
4123 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004124 - grpc++_test_util_unsecure
4125 - grpc_test_util_unsecure
4126 - grpc++_unsecure
4127 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08004128 - gpr_test_util
4129 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004130 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004131 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004132 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08004133 excluded_poll_engines:
4134 - poll
4135 - poll-cv
4136 platforms:
4137 - mac
4138 - linux
4139 - posix
4140 timeout_seconds: 1200
4141- name: bm_fullstack_streaming_pump
4142 build: test
4143 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004144 headers:
4145 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08004146 src:
4147 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07004148 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004149 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08004150 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004151 - grpc++_test_util_unsecure
4152 - grpc_test_util_unsecure
4153 - grpc++_unsecure
4154 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07004155 - gpr_test_util
4156 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004157 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004158 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004159 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08004160 excluded_poll_engines:
4161 - poll
4162 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004163 platforms:
4164 - mac
4165 - linux
4166 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08004167 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08004168- name: bm_fullstack_trickle
4169 build: test
4170 language: c++
4171 src:
4172 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
4173 deps:
4174 - grpc_benchmark
4175 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004176 - grpc++_test_util_unsecure
4177 - grpc_test_util_unsecure
4178 - grpc++_unsecure
4179 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08004180 - gpr_test_util
4181 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07004182 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004183 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004184 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07004185 exclude_configs:
4186 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08004187 excluded_poll_engines:
4188 - poll
4189 - poll-cv
4190 platforms:
4191 - mac
4192 - linux
4193 - posix
4194 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08004195- name: bm_fullstack_unary_ping_pong
4196 build: test
4197 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004198 headers:
4199 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08004200 src:
4201 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
4202 deps:
4203 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08004204 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004205 - grpc++_test_util_unsecure
4206 - grpc_test_util_unsecure
4207 - grpc++_unsecure
4208 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08004209 - gpr_test_util
4210 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004211 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004212 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08004213 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004214 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07004215 - poll
4216 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004217 platforms:
4218 - mac
4219 - linux
4220 - posix
4221 timeout_seconds: 1200
4222- name: bm_metadata
4223 build: test
4224 language: c++
4225 src:
4226 - test/cpp/microbenchmarks/bm_metadata.cc
4227 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004228 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004229 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004230 - grpc++_test_util_unsecure
4231 - grpc_test_util_unsecure
4232 - grpc++_unsecure
4233 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004234 - gpr_test_util
4235 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004236 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004237 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004238 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004239 platforms:
4240 - mac
Craig Tiller25834342015-09-25 08:08:24 -07004241 - linux
4242 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004243 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08004244- name: bm_pollset
4245 build: test
4246 language: c++
4247 src:
4248 - test/cpp/microbenchmarks/bm_pollset.cc
4249 deps:
4250 - grpc_benchmark
4251 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004252 - grpc++_test_util_unsecure
4253 - grpc_test_util_unsecure
4254 - grpc++_unsecure
4255 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08004256 - gpr_test_util
4257 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004258 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004259 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004260 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08004261 platforms:
4262 - mac
4263 - linux
4264 - posix
Mark D. Roth3d8b32d2018-03-09 13:25:40 -08004265- name: byte_stream_test
4266 gtest: true
4267 build: test
4268 language: c++
4269 src:
4270 - test/core/transport/byte_stream_test.cc
4271 deps:
4272 - grpc_test_util
4273 - grpc
4274 - gpr_test_util
4275 - gpr
4276 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004277- name: channel_arguments_test
4278 gtest: true
4279 build: test
4280 language: c++
4281 src:
4282 - test/cpp/common/channel_arguments_test.cc
4283 deps:
4284 - grpc++
4285 - grpc
4286 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004287 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004288- name: channel_filter_test
4289 gtest: true
4290 build: test
4291 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004292 src:
4293 - test/cpp/common/channel_filter_test.cc
4294 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004295 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07004296 - grpc
4297 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004298 uses_polling: false
ncteisen3b42f832018-03-19 13:22:35 -07004299- name: channel_trace_test
4300 gtest: true
4301 build: test
4302 language: c++
4303 src:
4304 - test/core/channel/channel_trace_test.cc
4305 deps:
4306 - grpc_test_util
4307 - grpc++_test_util
4308 - grpc++
4309 - grpc
4310 - gpr_test_util
4311 - gpr
ncteisenec482842018-05-30 23:31:15 -07004312 filegroups:
ncteisenc1945282018-07-16 22:24:53 -07004313 - grpcpp_channelz_proto
ncteisenec482842018-05-30 23:31:15 -07004314 uses:
4315 - grpc++_test
ncteisen16b42ca2018-05-11 11:59:38 -04004316- name: channelz_registry_test
4317 gtest: true
4318 build: test
4319 language: c++
4320 src:
4321 - test/core/channel/channelz_registry_test.cc
4322 deps:
4323 - grpc_test_util
4324 - grpc++_test_util
4325 - grpc++
4326 - grpc
4327 - gpr_test_util
4328 - gpr
4329 uses:
4330 - grpc++_test
ncteisen3b42f832018-03-19 13:22:35 -07004331 uses_polling: false
ncteisenc1945282018-07-16 22:24:53 -07004332- name: channelz_service_test
4333 gtest: true
4334 build: test
4335 language: c++
4336 src:
4337 - test/cpp/end2end/channelz_service_test.cc
4338 deps:
4339 - grpcpp_channelz
4340 - grpc++_test_util
4341 - grpc_test_util
4342 - grpc++
4343 - grpc
4344 - gpr_test_util
4345 - gpr
4346 filegroups:
4347 - grpcpp_channelz_proto
ncteisenc3c6e062018-05-09 11:10:21 -07004348- name: channelz_test
4349 gtest: true
4350 build: test
4351 language: c++
4352 src:
4353 - test/core/channel/channelz_test.cc
4354 deps:
4355 - grpc_test_util
4356 - grpc++_test_util
4357 - grpc++
4358 - grpc
4359 - gpr_test_util
4360 - gpr
4361 filegroups:
ncteisenc1945282018-07-16 22:24:53 -07004362 - grpcpp_channelz_proto
ncteisenc3c6e062018-05-09 11:10:21 -07004363 uses:
4364 - grpc++_test
Yihua Zhangeaf64862018-03-06 21:40:45 -08004365- name: check_gcp_environment_linux_test
4366 build: test
4367 language: c++
4368 src:
4369 - test/core/security/check_gcp_environment_linux_test.cc
4370 deps:
4371 - grpc
4372 - gpr
4373- name: check_gcp_environment_windows_test
4374 build: test
4375 language: c++
4376 src:
4377 - test/core/security/check_gcp_environment_windows_test.cc
4378 deps:
4379 - grpc
4380 - gpr
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08004381- name: chttp2_settings_timeout_test
4382 gtest: true
4383 build: test
4384 language: c++
4385 src:
4386 - test/core/transport/chttp2/settings_timeout_test.cc
4387 deps:
4388 - grpc_test_util
4389 - grpc
4390 - gpr_test_util
4391 - gpr
4392 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004393- name: cli_call_test
4394 gtest: true
4395 build: test
4396 language: c++
4397 src:
Craig Tiller25834342015-09-25 08:08:24 -07004398 - test/cpp/util/cli_call_test.cc
4399 deps:
4400 - grpc_cli_libs
4401 - grpc++_test_util
4402 - grpc_test_util
4403 - grpc++
4404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004405 - gpr_test_util
4406 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08004407- name: client_channel_stress_test
4408 gtest: false
4409 build: test
4410 language: c++
4411 src:
4412 - src/proto/grpc/lb/v1/load_balancer.proto
4413 - test/cpp/client/client_channel_stress_test.cc
4414 deps:
4415 - grpc++_test_util
4416 - grpc_test_util
4417 - grpc++
4418 - grpc
4419 - gpr_test_util
4420 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004421- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004422 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004423 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004424 build: test
4425 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004426 src:
4427 - test/cpp/end2end/client_crash_test.cc
4428 deps:
4429 - grpc++_test_util
4430 - grpc_test_util
4431 - grpc++
4432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004433 - gpr_test_util
4434 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004435 platforms:
4436 - mac
4437 - linux
4438 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004439- name: client_crash_test_server
4440 build: test
4441 run: false
4442 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004443 src:
4444 - test/cpp/end2end/client_crash_test_server.cc
4445 deps:
4446 - grpc++_test_util
4447 - grpc_test_util
4448 - grpc++
4449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004450 - gpr_test_util
4451 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004452- name: client_lb_end2end_test
4453 gtest: true
4454 build: test
4455 language: c++
4456 src:
4457 - test/cpp/end2end/client_lb_end2end_test.cc
4458 deps:
4459 - grpc++_test_util
4460 - grpc_test_util
4461 - grpc++
4462 - grpc
4463 - gpr_test_util
4464 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004465- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08004466 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004467 build: test
4468 language: c++
4469 src:
4470 - src/proto/grpc/testing/control.proto
4471 - src/proto/grpc/testing/messages.proto
4472 - src/proto/grpc/testing/payloads.proto
kpayson647a20c962018-04-18 15:19:55 -07004473 - src/proto/grpc/testing/benchmark_service.proto
4474 - src/proto/grpc/testing/report_qps_scenario_service.proto
4475 - src/proto/grpc/testing/worker_service.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004476 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004477 - test/cpp/codegen/codegen_test_full.cc
4478 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004479 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004480 - grpc++
4481 - grpc
4482 - gpr
4483 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004484 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07004485 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004486- name: codegen_test_minimal
4487 gtest: true
4488 build: test
4489 language: c++
4490 src:
4491 - src/proto/grpc/testing/control.proto
4492 - src/proto/grpc/testing/messages.proto
4493 - src/proto/grpc/testing/payloads.proto
kpayson647a20c962018-04-18 15:19:55 -07004494 - src/proto/grpc/testing/benchmark_service.proto
4495 - src/proto/grpc/testing/report_qps_scenario_service.proto
4496 - src/proto/grpc/testing/worker_service.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004497 - src/proto/grpc/testing/stats.proto
4498 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07004499 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004500 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07004501 - grpc
4502 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07004503 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004504 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07004505 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07004506 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004507- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004508 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004509 build: test
4510 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004511 src:
4512 - test/cpp/client/credentials_test.cc
4513 deps:
4514 - grpc++
4515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004517- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004518 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004519 build: test
4520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004521 src:
4522 - test/cpp/util/byte_buffer_test.cc
4523 deps:
4524 - grpc_test_util
4525 - grpc++
4526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004527 - gpr_test_util
4528 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004529 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004530- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004531 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004532 build: test
4533 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004534 src:
4535 - test/cpp/util/slice_test.cc
4536 deps:
4537 - grpc_test_util
4538 - grpc++
4539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004540 - gpr_test_util
4541 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004542 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004543- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004544 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004545 build: test
4546 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004547 src:
4548 - test/cpp/util/string_ref_test.cc
4549 deps:
4550 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02004551 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07004552 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004553- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004554 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004555 build: test
4556 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004557 src:
4558 - test/cpp/util/time_test.cc
4559 deps:
4560 - grpc_test_util
4561 - grpc++
4562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004563 - gpr_test_util
4564 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004565 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004566- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004567 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004568 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004569 build: test
4570 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004571 src:
4572 - test/cpp/end2end/end2end_test.cc
4573 deps:
4574 - grpc++_test_util
4575 - grpc_test_util
4576 - grpc++
4577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004578 - gpr_test_util
4579 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004580- name: error_details_test
4581 gtest: true
4582 build: test
4583 language: c++
4584 src:
4585 - src/proto/grpc/testing/echo_messages.proto
4586 - test/cpp/util/error_details_test.cc
4587 deps:
4588 - grpc++_error_details
4589 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004590- name: exception_test
4591 gtest: true
4592 build: test
4593 language: c++
4594 src:
4595 - test/cpp/end2end/exception_test.cc
4596 deps:
4597 - grpc++_test_util
4598 - grpc_test_util
4599 - grpc++
4600 - grpc
4601 - gpr_test_util
4602 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004603- name: filter_end2end_test
4604 gtest: true
4605 build: test
4606 language: c++
4607 src:
4608 - test/cpp/end2end/filter_end2end_test.cc
4609 deps:
4610 - grpc++_test_util
4611 - grpc_test_util
4612 - grpc++
4613 - grpc
4614 - gpr_test_util
4615 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004616- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004617 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004618 build: test
4619 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004620 src:
4621 - test/cpp/end2end/generic_end2end_test.cc
4622 deps:
4623 - grpc++_test_util
4624 - grpc_test_util
4625 - grpc++
4626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004627 - gpr_test_util
4628 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004629- name: golden_file_test
4630 gtest: true
4631 build: test
4632 language: c++
4633 src:
4634 - src/proto/grpc/testing/compiler_test.proto
4635 - test/cpp/codegen/golden_file_test.cc
4636 deps:
4637 - grpc++
4638 - grpc
4639 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004640 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004641 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004642 uses_polling: false
Yihua Zhangeaf64862018-03-06 21:40:45 -08004643- name: grpc_alts_credentials_options_test
4644 build: test
4645 language: c++
4646 src:
4647 - test/core/security/grpc_alts_credentials_options_test.cc
4648 deps:
4649 - grpc
4650 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004651- name: grpc_cli
4652 build: test
4653 run: false
4654 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004655 src:
4656 - test/cpp/util/grpc_cli.cc
4657 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004658 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004659 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004660 - grpc++
4661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004662 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004663 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004664- name: grpc_cpp_plugin
4665 build: protoc
4666 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004667 src:
4668 - src/compiler/cpp_plugin.cc
4669 deps:
4670 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004671 secure: false
4672 vs_config_type: Application
4673 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4674- name: grpc_csharp_plugin
4675 build: protoc
4676 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004677 src:
4678 - src/compiler/csharp_plugin.cc
4679 deps:
4680 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004681 secure: false
4682 vs_config_type: Application
4683 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004684- name: grpc_node_plugin
4685 build: protoc
4686 language: c++
4687 src:
4688 - src/compiler/node_plugin.cc
4689 deps:
4690 - grpc_plugin_support
4691 secure: false
4692 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004693- name: grpc_objective_c_plugin
4694 build: protoc
4695 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004696 src:
4697 - src/compiler/objective_c_plugin.cc
4698 deps:
4699 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004700 secure: false
4701 vs_config_type: Application
4702 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004703- name: grpc_php_plugin
4704 build: protoc
4705 language: c++
4706 src:
4707 - src/compiler/php_plugin.cc
4708 deps:
4709 - grpc_plugin_support
4710 secure: false
4711 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004712- name: grpc_python_plugin
4713 build: protoc
4714 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004715 src:
4716 - src/compiler/python_plugin.cc
4717 deps:
4718 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004719 secure: false
4720 vs_config_type: Application
4721 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4722- name: grpc_ruby_plugin
4723 build: protoc
4724 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004725 src:
4726 - src/compiler/ruby_plugin.cc
4727 deps:
4728 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004729 secure: false
4730 vs_config_type: Application
4731 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004732- name: grpc_tool_test
4733 gtest: true
4734 build: test
4735 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004736 src:
4737 - src/proto/grpc/testing/echo.proto
4738 - src/proto/grpc/testing/echo_messages.proto
4739 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004740 deps:
4741 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004742 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004743 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004744 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004745 - grpc_test_util
4746 - grpc++
4747 - grpc
4748 - gpr_test_util
4749 - gpr
4750 filegroups:
4751 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004752- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004753 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004754 build: test
4755 language: c++
4756 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004757 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004758 - test/cpp/grpclb/grpclb_api_test.cc
4759 deps:
4760 - grpc++_test_util
4761 - grpc_test_util
4762 - grpc++
4763 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004764- name: grpclb_end2end_test
4765 gtest: true
4766 build: test
4767 language: c++
4768 src:
4769 - src/proto/grpc/lb/v1/load_balancer.proto
4770 - test/cpp/end2end/grpclb_end2end_test.cc
4771 deps:
4772 - grpc++_test_util
4773 - grpc_test_util
4774 - grpc++
4775 - grpc
4776 - gpr_test_util
4777 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004778- name: h2_ssl_cert_test
4779 gtest: true
4780 build: test
4781 language: c++
4782 headers:
4783 - test/core/end2end/end2end_tests.h
4784 src:
4785 - test/core/end2end/h2_ssl_cert_test.cc
4786 deps:
4787 - grpc_test_util
4788 - grpc++
4789 - grpc
4790 - gpr_test_util
4791 - gpr
4792 uses:
4793 - grpc++_test
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08004794- name: h2_ssl_session_reuse_test
4795 gtest: true
4796 build: test
4797 language: c++
4798 headers:
4799 - test/core/end2end/end2end_tests.h
4800 src:
4801 - test/core/end2end/h2_ssl_session_reuse_test.cc
4802 deps:
4803 - grpc_test_util
4804 - grpc++
4805 - grpc
4806 - gpr_test_util
4807 - gpr
4808 uses:
4809 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004810- name: health_service_end2end_test
4811 gtest: true
4812 build: test
4813 language: c++
4814 src:
4815 - test/cpp/end2end/health_service_end2end_test.cc
4816 deps:
4817 - grpc++_test_util
4818 - grpc_test_util
4819 - grpc++
4820 - grpc
4821 - gpr_test_util
4822 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004823- name: http2_client
4824 build: test
4825 run: false
4826 language: c++
4827 src: []
4828 deps:
4829 - http2_client_main
4830 - grpc++_test_util
4831 - grpc_test_util
4832 - grpc++
4833 - grpc
4834 - grpc++_test_config
4835 platforms:
4836 - mac
4837 - linux
4838 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004839- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004840 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004841 build: test
4842 language: c++
4843 src:
4844 - test/cpp/end2end/hybrid_end2end_test.cc
4845 deps:
4846 - grpc++_test_util
4847 - grpc_test_util
4848 - grpc++
4849 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004850 - gpr_test_util
4851 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004852- name: inlined_vector_test
4853 gtest: true
4854 build: test
4855 language: c++
4856 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004857 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004858 deps:
4859 - grpc_test_util
4860 - grpc++
4861 - grpc
4862 - gpr_test_util
4863 - gpr
4864 uses:
4865 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004866- name: inproc_sync_unary_ping_pong_test
4867 build: test
4868 language: c++
4869 src:
4870 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4871 deps:
4872 - qps
4873 - grpc++_core_stats
4874 - grpc++_test_util
4875 - grpc_test_util
4876 - grpc++
4877 - grpc
4878 - gpr_test_util
4879 - gpr
4880 - grpc++_test_config
4881 platforms:
4882 - mac
4883 - linux
4884 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004885- name: interop_client
4886 build: test
4887 run: false
4888 language: c++
4889 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004890 deps:
4891 - interop_client_main
4892 - interop_client_helper
4893 - grpc++_test_util
4894 - grpc_test_util
4895 - grpc++
4896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004897 - gpr_test_util
4898 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004899 - grpc++_test_config
4900 platforms:
4901 - mac
4902 - linux
4903 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004904- name: interop_server
4905 build: test
4906 run: false
4907 language: c++
4908 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004909 deps:
4910 - interop_server_main
4911 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004912 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004913 - grpc++_test_util
4914 - grpc_test_util
4915 - grpc++
4916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004917 - gpr_test_util
4918 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004919 - grpc++_test_config
4920 platforms:
4921 - mac
4922 - linux
4923 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004924- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004925 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004926 build: test
4927 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004928 src:
4929 - test/cpp/interop/interop_test.cc
4930 deps:
4931 - grpc_test_util
4932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004933 - gpr_test_util
4934 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004935 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004936 platforms:
4937 - mac
4938 - linux
4939 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004940- name: json_run_localhost
4941 build: test
4942 run: false
4943 language: c++
4944 src:
4945 - test/cpp/qps/json_run_localhost.cc
4946 deps:
4947 - grpc++_test_util
4948 - grpc_test_util
4949 - grpc++
4950 - grpc
4951 - gpr_test_util
4952 - gpr
4953 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004954 platforms:
4955 - mac
4956 - linux
4957 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004958- name: memory_test
4959 gtest: true
4960 build: test
4961 language: c++
4962 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004963 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004964 deps:
4965 - grpc_test_util
4966 - grpc++
4967 - grpc
4968 - gpr_test_util
4969 - gpr
4970 uses:
4971 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004972 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004973- name: metrics_client
4974 build: test
4975 run: false
4976 language: c++
4977 headers:
4978 - test/cpp/util/metrics_server.h
4979 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004980 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004981 - test/cpp/interop/metrics_client.cc
4982 deps:
4983 - grpc++
4984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004985 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004986 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004987- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004988 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004989 build: test
4990 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004991 headers:
4992 - include/grpc++/test/mock_stream.h
Muxi Yan0e00c432018-01-26 15:39:32 -08004993 - include/grpcpp/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004994 src:
4995 - test/cpp/end2end/mock_test.cc
4996 deps:
4997 - grpc++_test_util
4998 - grpc_test_util
4999 - grpc++
5000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005001 - gpr_test_util
5002 - gpr
Vijay Pai132efa02018-02-09 15:28:14 -08005003- name: nonblocking_test
5004 gtest: true
5005 build: test
5006 language: c++
5007 src:
5008 - test/cpp/end2end/nonblocking_test.cc
5009 deps:
5010 - grpc++_test_util
5011 - grpc_test_util
5012 - grpc++
5013 - grpc
5014 - gpr_test_util
5015 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07005016- name: noop-benchmark
5017 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07005018 language: c++
5019 src:
5020 - test/cpp/microbenchmarks/noop-benchmark.cc
5021 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08005022 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08005023 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08005024- name: orphanable_test
5025 gtest: true
5026 build: test
5027 language: c++
5028 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08005029 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08005030 deps:
5031 - grpc_test_util
5032 - grpc++
5033 - grpc
5034 - gpr_test_util
5035 - gpr
5036 uses:
5037 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07005038- name: proto_server_reflection_test
5039 gtest: true
5040 build: test
5041 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07005042 src:
5043 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07005044 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07005045 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07005046 - grpc++_reflection
5047 - grpc++_test_util
5048 - grpc_test_util
5049 - grpc++
5050 - grpc
5051 - gpr_test_util
5052 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05005053- name: proto_utils_test
5054 gtest: true
5055 build: test
5056 language: c++
5057 src:
5058 - test/cpp/codegen/proto_utils_test.cc
5059 deps:
5060 - grpc++
5061 - grpc
5062 filegroups:
5063 - grpc++_codegen_base
5064 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07005065 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005066- name: qps_interarrival_test
5067 build: test
5068 run: false
5069 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005070 src:
5071 - test/cpp/qps/qps_interarrival_test.cc
5072 deps:
5073 - qps
5074 - grpc++_test_util
5075 - grpc_test_util
5076 - grpc++
5077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005078 - gpr_test_util
5079 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07005080 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07005081 platforms:
5082 - mac
5083 - linux
5084 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07005085 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08005086- name: qps_json_driver
5087 build: test
5088 run: false
5089 language: c++
5090 src:
5091 - test/cpp/qps/qps_json_driver.cc
5092 deps:
5093 - qps
Craig Tiller28972352017-08-31 15:52:57 -07005094 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08005095 - grpc++_test_util
5096 - grpc_test_util
5097 - grpc++
5098 - grpc
5099 - gpr_test_util
5100 - gpr
5101 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07005102- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08005103 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07005104 build: test
5105 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005106 src:
5107 - test/cpp/qps/qps_openloop_test.cc
5108 deps:
5109 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07005110 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07005111 - grpc++_test_util
5112 - grpc_test_util
5113 - grpc++
5114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005115 - gpr_test_util
5116 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005117 - grpc++_test_config
5118 platforms:
5119 - mac
5120 - linux
5121 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07005122- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08005123 build: test
5124 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005125 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005126 headers:
5127 - test/cpp/qps/client.h
5128 - test/cpp/qps/server.h
5129 src:
5130 - test/cpp/qps/worker.cc
5131 deps:
5132 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07005133 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07005134 - grpc++_test_util
5135 - grpc_test_util
5136 - grpc++
5137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005138 - gpr_test_util
5139 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005140 - grpc++_test_config
ncteisena0a59532018-06-28 18:26:22 -07005141- name: raw_end2end_test
5142 gtest: true
5143 build: test
5144 language: c++
5145 src:
5146 - test/cpp/end2end/raw_end2end_test.cc
5147 deps:
5148 - grpc++_test_util
5149 - grpc_test_util
5150 - grpc++
5151 - grpc
5152 - gpr_test_util
5153 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07005154- name: reconnect_interop_client
5155 build: test
5156 run: false
5157 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005158 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08005159 - src/proto/grpc/testing/empty.proto
5160 - src/proto/grpc/testing/messages.proto
5161 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07005162 - test/cpp/interop/reconnect_interop_client.cc
5163 deps:
5164 - grpc++_test_util
5165 - grpc_test_util
5166 - grpc++
5167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005168 - gpr_test_util
5169 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005170 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07005171- name: reconnect_interop_server
5172 build: test
5173 run: false
5174 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005175 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08005176 - src/proto/grpc/testing/empty.proto
5177 - src/proto/grpc/testing/messages.proto
5178 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07005179 - test/cpp/interop/reconnect_interop_server.cc
5180 deps:
5181 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08005182 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07005183 - grpc++_test_util
5184 - grpc_test_util
5185 - grpc++
5186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005187 - gpr_test_util
5188 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005189 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08005190- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08005191 gtest: true
5192 build: test
5193 language: c++
5194 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08005195 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08005196 deps:
5197 - grpc_test_util
5198 - grpc++
5199 - grpc
5200 - gpr_test_util
5201 - gpr
5202 uses:
5203 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08005204- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08005205 gtest: true
5206 build: test
5207 language: c++
5208 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08005209 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08005210 deps:
5211 - grpc_test_util
5212 - grpc++
5213 - grpc
5214 - gpr_test_util
5215 - gpr
5216 uses:
5217 - grpc++_test
Mark D. Roth9db86fc2018-03-28 07:42:20 -07005218- name: retry_throttle_test
5219 gtest: true
5220 build: test
5221 language: c++
5222 src:
5223 - test/core/client_channel/retry_throttle_test.cc
5224 deps:
5225 - grpc_test_util
5226 - grpc
5227 - gpr_test_util
5228 - gpr
5229 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005230- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005231 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005232 build: test
5233 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005234 src:
5235 - test/cpp/common/secure_auth_context_test.cc
5236 deps:
5237 - grpc++_test_util
5238 - grpc_test_util
5239 - grpc++
5240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005241 - gpr_test_util
5242 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08005243- name: secure_sync_unary_ping_pong_test
5244 build: test
5245 language: c++
5246 src:
5247 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
5248 deps:
5249 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07005250 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08005251 - grpc++_test_util
5252 - grpc_test_util
5253 - grpc++
5254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005255 - gpr_test_util
5256 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07005257 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08005258 platforms:
5259 - mac
5260 - linux
5261 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07005262- name: server_builder_plugin_test
5263 gtest: true
5264 build: test
5265 language: c++
5266 src:
5267 - test/cpp/end2end/server_builder_plugin_test.cc
5268 deps:
5269 - grpc++_test_util
5270 - grpc_test_util
5271 - grpc++
5272 - grpc
5273 - gpr_test_util
5274 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08005275- name: server_builder_test
5276 gtest: true
5277 build: test
5278 language: c++
5279 src:
5280 - src/proto/grpc/testing/echo_messages.proto
5281 - src/proto/grpc/testing/echo.proto
5282 - test/cpp/server/server_builder_test.cc
5283 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005284 - grpc++_test_util_unsecure
5285 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005286 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005287 - grpc++_unsecure
5288 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005289 - gpr
Alexander Polcynac8b72f2018-05-04 17:18:27 -07005290- name: server_builder_with_socket_mutator_test
5291 gtest: true
5292 build: test
5293 language: c++
5294 src:
5295 - src/proto/grpc/testing/echo_messages.proto
5296 - src/proto/grpc/testing/echo.proto
5297 - test/cpp/server/server_builder_with_socket_mutator_test.cc
5298 deps:
5299 - grpc++_test_util_unsecure
5300 - grpc_test_util_unsecure
5301 - gpr_test_util
5302 - grpc++_unsecure
5303 - grpc_unsecure
5304 - gpr
5305 platforms:
5306 - posix
yang-gc4292fb2016-10-13 16:54:08 -07005307- name: server_context_test_spouse_test
5308 gtest: true
5309 build: test
5310 language: c++
5311 src:
5312 - test/cpp/test/server_context_test_spouse_test.cc
5313 deps:
5314 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07005315 - grpc++
5316 - grpc
5317 - gpr_test_util
5318 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08005319 uses:
5320 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07005321- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005322 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005323 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07005324 build: test
5325 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005326 src:
5327 - test/cpp/end2end/server_crash_test.cc
5328 deps:
5329 - grpc++_test_util
5330 - grpc_test_util
5331 - grpc++
5332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005333 - gpr_test_util
5334 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005335 platforms:
5336 - mac
5337 - linux
5338 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07005339- name: server_crash_test_client
5340 build: test
5341 run: false
5342 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005343 src:
5344 - test/cpp/end2end/server_crash_test_client.cc
5345 deps:
5346 - grpc++_test_util
5347 - grpc_test_util
5348 - grpc++
5349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005350 - gpr_test_util
5351 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08005352- name: server_early_return_test
5353 gtest: true
5354 build: test
5355 language: c++
5356 src:
5357 - test/cpp/end2end/server_early_return_test.cc
5358 deps:
5359 - grpc++_test_util
5360 - grpc_test_util
5361 - grpc++
5362 - grpc
5363 - gpr_test_util
5364 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07005365- name: server_request_call_test
5366 gtest: true
5367 build: test
5368 language: c++
5369 src:
5370 - src/proto/grpc/testing/echo_messages.proto
5371 - src/proto/grpc/testing/echo.proto
5372 - test/cpp/server/server_request_call_test.cc
5373 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005374 - grpc++_test_util_unsecure
5375 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005376 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005377 - grpc++_unsecure
5378 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005379 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07005380- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005381 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005382 build: test
5383 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005384 src:
5385 - test/cpp/end2end/shutdown_test.cc
5386 deps:
5387 - grpc++_test_util
5388 - grpc_test_util
5389 - grpc++
5390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005391 - gpr_test_util
5392 - gpr
Mark D. Roth3e7f2df2018-02-26 13:17:06 -08005393- name: slice_hash_table_test
5394 gtest: true
5395 build: test
5396 language: c++
5397 src:
5398 - test/core/slice/slice_hash_table_test.cc
5399 deps:
5400 - grpc_test_util
5401 - grpc
5402 - gpr_test_util
5403 - gpr
5404 uses_polling: false
David Garcia Quintas396d49d2018-02-28 16:06:30 -08005405- name: slice_weak_hash_table_test
5406 gtest: true
5407 build: test
5408 language: c++
5409 src:
5410 - test/core/slice/slice_weak_hash_table_test.cc
5411 deps:
5412 - grpc_test_util
5413 - grpc
5414 - gpr_test_util
5415 - gpr
5416 uses_polling: false
Craig Tiller97ec5eb2017-09-01 12:57:36 -07005417- name: stats_test
5418 gtest: true
5419 build: test
5420 language: c++
5421 src:
5422 - test/core/debug/stats_test.cc
5423 deps:
5424 - grpc++_test_util
5425 - grpc_test_util
5426 - grpc
5427 - gpr_test_util
5428 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07005429 exclude_configs:
5430 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00005431 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07005432 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005433- name: status_metadata_test
5434 gtest: true
5435 build: test
5436 language: c++
5437 src:
5438 - test/core/transport/status_metadata_test.cc
5439 deps:
5440 - grpc
5441 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005442- name: status_util_test
5443 gtest: true
5444 cpu_cost: 0.1
5445 build: test
5446 language: c++
5447 src:
ncteisen3b42f832018-03-19 13:22:35 -07005448 - test/core/channel/status_util_test.cc
Mark D. Roth718c8342018-02-28 13:00:04 -08005449 deps:
5450 - grpc
5451 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005452- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005453 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005454 build: test
5455 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005456 src:
5457 - test/cpp/end2end/streaming_throughput_test.cc
5458 deps:
5459 - grpc++_test_util
5460 - grpc_test_util
5461 - grpc++
5462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005463 - gpr_test_util
5464 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005465 platforms:
5466 - mac
5467 - linux
5468 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005469- name: stress_test
5470 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07005471 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005472 language: c++
5473 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07005474 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005475 - test/cpp/interop/interop_client.h
5476 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08005477 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005478 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005479 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08005480 - src/proto/grpc/testing/empty.proto
5481 - src/proto/grpc/testing/messages.proto
5482 - src/proto/grpc/testing/metrics.proto
5483 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005484 - test/cpp/interop/interop_client.cc
5485 - test/cpp/interop/stress_interop_client.cc
5486 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005487 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005488 deps:
5489 - grpc++_test_util
5490 - grpc_test_util
5491 - grpc++
5492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005493 - gpr_test_util
5494 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005495 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005496- name: thread_manager_test
5497 build: test
5498 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005499 src:
5500 - test/cpp/thread_manager/thread_manager_test.cc
5501 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005502 - grpc++_unsecure
5503 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005504 - gpr
5505 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07005506- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005507 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005508 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07005509 build: test
5510 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005511 src:
5512 - test/cpp/end2end/thread_stress_test.cc
5513 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005514 - grpc++_test_util_unsecure
5515 - grpc_test_util_unsecure
5516 - grpc++_unsecure
5517 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08005518 - gpr_test_util
5519 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07005520- name: transport_pid_controller_test
5521 build: test
5522 language: c++
5523 src:
5524 - test/core/transport/pid_controller_test.cc
5525 deps:
5526 - grpc++_test_util
5527 - grpc++
5528 - grpc_test_util
5529 - grpc
5530 - gpr_test_util
5531 - gpr
Yihua Zhangeaf64862018-03-06 21:40:45 -08005532- name: transport_security_common_api_test
5533 build: test
5534 language: c++
5535 src:
5536 - test/core/tsi/alts/handshaker/transport_security_common_api_test.cc
5537 deps:
5538 - alts_test_util
5539 - gpr
5540 - grpc
Craig Tiller9a3997c2017-01-30 13:22:33 -08005541- name: writes_per_rpc_test
5542 gtest: true
5543 cpu_cost: 0.5
5544 build: test
5545 language: c++
5546 src:
5547 - test/cpp/performance/writes_per_rpc_test.cc
5548 deps:
5549 - grpc++_test_util
5550 - grpc_test_util
5551 - grpc++
5552 - grpc
5553 - gpr_test_util
5554 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08005555 platforms:
5556 - mac
5557 - linux
5558 - posix
Craig Tillerab230452016-01-04 08:18:43 -08005559- name: public_headers_must_be_c89
5560 build: test
5561 language: c89
5562 src:
5563 - test/core/surface/public_headers_must_be_c89.c
5564 deps:
5565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005566 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08005567- name: gen_hpack_tables
5568 build: tool
5569 language: cc
5570 src:
5571 - tools/codegen/core/gen_hpack_tables.cc
5572 deps:
5573 - gpr
5574 - grpc
5575 uses_polling: false
5576- name: gen_legal_metadata_characters
5577 build: tool
5578 language: cc
5579 src:
5580 - tools/codegen/core/gen_legal_metadata_characters.cc
5581 deps: []
5582- name: gen_percent_encoding_tables
5583 build: tool
5584 language: cc
5585 src:
5586 - tools/codegen/core/gen_percent_encoding_tables.cc
5587 deps: []
5588 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005589vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07005590- linkage: static
5591 name: grpc.dependencies.zlib
5592 props: false
5593 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005594 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08005595- linkage: static
5596 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07005597 props: true
5598 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005599 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07005600- name: gflags
5601 props: false
5602 redist: false
5603 version: 2.1.2.1
5604- name: gtest
5605 props: false
5606 redist: false
5607 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08005608configs:
5609 asan:
5610 CC: clang
Matt Kwong67d7cdc2018-05-21 14:25:18 -07005611 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer
Craig Tiller32173c52016-03-17 14:12:45 -07005612 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005613 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005614 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005615 LDFLAGS: -fsanitize=address
5616 LDXX: clang++
5617 compile_the_world: true
5618 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08005619 ASAN_OPTIONS: detect_leaks=1:color=always
Adele Zhou1f3d7142018-06-15 17:13:08 -07005620 LSAN_OPTIONS: suppressions=test/core/util/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005621 asan-noleaks:
5622 CC: clang
Matt Kwong67d7cdc2018-05-21 14:25:18 -07005623 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer
Craig Tiller32173c52016-03-17 14:12:45 -07005624 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005625 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005626 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005627 LDFLAGS: -fsanitize=address
5628 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08005629 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08005630 test_environ:
5631 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07005632 asan-trace-cmp:
5633 CC: clang
Matt Kwong67d7cdc2018-05-21 14:25:18 -07005634 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize-coverage=trace-cmp
5635 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
5636 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07005637 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005638 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07005639 LDFLAGS: -fsanitize=address
5640 LDXX: clang++
5641 compile_the_world: true
5642 test_environ:
5643 ASAN_OPTIONS: detect_leaks=1:color=always
Adele Zhou1f3d7142018-06-15 17:13:08 -07005644 LSAN_OPTIONS: suppressions=test/core/util/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005645 basicprof:
5646 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
5647 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07005648 c++-compat:
5649 CFLAGS: -Wc++-compat
5650 CPPFLAGS: -O0
5651 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08005652 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08005653 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08005654 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005655 dbg:
5656 CPPFLAGS: -O0
5657 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005658 gcov:
5659 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005660 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08005661 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08005662 DEFINES: _DEBUG DEBUG GPR_GCOV
5663 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07005664 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08005665 LDXX: g++
5666 helgrind:
5667 CPPFLAGS: -O0
5668 DEFINES: _DEBUG DEBUG
5669 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005670 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07005671 lto:
5672 CPPFLAGS: -O2
5673 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005674 memcheck:
5675 CPPFLAGS: -O0
5676 DEFINES: _DEBUG DEBUG
5677 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005678 valgrind: --tool=memcheck --leak-check=full
5679 msan:
5680 CC: clang
Matt Kwong67d7cdc2018-05-21 14:25:18 -07005681 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005682 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5683 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005684 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005685 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005686 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005687 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5688 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5689 LDXX: clang++
5690 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005691 test_environ:
5692 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005693 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005694 CPPFLAGS: -O3 -fno-omit-frame-pointer
5695 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005696 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005697 noexcept:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005698 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tiller1b6097c2017-04-10 13:28:45 -07005699 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005700 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005701 opt:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005702 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tillera0f85172016-01-20 15:56:06 -08005703 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005704 stapprof:
5705 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5706 DEFINES: NDEBUG
5707 tsan:
5708 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005709 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005710 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005711 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005712 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005713 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005714 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005715 LDXX: clang++
5716 compile_the_world: true
5717 test_environ:
Adele Zhou1f3d7142018-06-15 17:13:08 -07005718 TSAN_OPTIONS: suppressions=test/core/util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005719 ubsan:
5720 CC: clang
Matt Kwong67d7cdc2018-05-21 14:25:18 -07005721 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=undefined -fno-omit-frame-pointer
Craig Tillerdd9b5972017-03-14 07:39:45 -07005722 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005723 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005724 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005725 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005726 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005727 LDXX: clang++
5728 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005729 test_environ:
Adele Zhou1f3d7142018-06-15 17:13:08 -07005730 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=test/core/util/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005731defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005732 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005733 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5734 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005735 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5736 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5737 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5738 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5739 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005740 benchmark:
5741 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005742 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005743 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005744 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5745 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005746 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005747 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005748 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noblecbdf1322018-06-14 00:53:15 +02005749 cxxabi:
5750 CPPFLAGS: -D_LIBCPP_DISABLE_EXTERN_TEMPLATE -D_LIBCXXABI_BUILDING_LIBRARY -D_LIBCXXABI_NO_EXCEPTIONS
Nicolas "Pixel" Noblefe628442018-06-22 19:44:18 +02005751 -Ithird_party/libcxxabi/include -nostdinc++ -Ithird_party/libcxx/include $(W_NO_UNUSED_BUT_SET_VARIABLE)
Nicolas "Pixel" Nobled7c6c6e2018-06-26 23:20:26 +02005752 $(W_NO_MAYBE_UNINITIALIZED) -fvisibility=hidden
Nicolas "Pixel" Nobleb71da612018-06-24 21:56:32 +02005753 CXXFLAGS: $(W_NO_CXX14_COMPAT)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005754 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005755 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005756 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
David Garcia Quintasdd8bc8c2018-06-05 14:27:14 -07005757 -Wno-deprecated-declarations -Ithird_party/nanopb -DPB_FIELD_32BIT
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005758 LDFLAGS: -g
5759 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005760 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005761 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005762openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005763 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005764 extraction_dir: openssl-1.0.2f
5765 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005766php_config_m4:
5767 deps:
5768 - grpc
5769 - gpr
5770 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005771 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005772 - address_sorting
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005773 headers:
5774 - src/php/ext/grpc/byte_buffer.h
5775 - src/php/ext/grpc/call.h
5776 - src/php/ext/grpc/call_credentials.h
5777 - src/php/ext/grpc/channel.h
5778 - src/php/ext/grpc/channel_credentials.h
5779 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005780 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005781 - src/php/ext/grpc/php_grpc.h
5782 - src/php/ext/grpc/server.h
5783 - src/php/ext/grpc/server_credentials.h
5784 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005785 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005786 src:
5787 - src/php/ext/grpc/byte_buffer.c
5788 - src/php/ext/grpc/call.c
5789 - src/php/ext/grpc/call_credentials.c
5790 - src/php/ext/grpc/channel.c
5791 - src/php/ext/grpc/channel_credentials.c
5792 - src/php/ext/grpc/completion_queue.c
5793 - src/php/ext/grpc/php_grpc.c
5794 - src/php/ext/grpc/server.c
5795 - src/php/ext/grpc/server_credentials.c
5796 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005797python_dependencies:
5798 deps:
5799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005800 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005801 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005802 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005803 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005804 - address_sorting
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005805ruby_gem:
5806 deps:
5807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005808 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005809 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005810 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005811 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005812 - address_sorting