blob: 46785a1a3f6ed6ee98c25b71c26ab03ea792b450 [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
Mehrdad Afshari7d82f792018-02-22 22:20:36 -080016 g_stands_for: gorgeous
17 version: 1.11.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
Yihua Zhang04fb58e2018-03-08 06:49:24 -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
73 headers:
74 - src/core/lib/security/credentials/alts/check_gcp_environment.h
75 - src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h
76 - src/core/tsi/alts/handshaker/alts_handshaker_service_api.h
77 - src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.h
78 - src/core/tsi/alts/handshaker/alts_tsi_utils.h
79 - src/core/tsi/alts/handshaker/transport_security_common_api.h
80 src:
81 - src/core/lib/security/credentials/alts/check_gcp_environment.cc
82 - src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc
83 - src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc
84 - src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc
85 - src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc
86 - src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc
87 - src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc
88 - src/core/tsi/alts/handshaker/alts_handshaker_service_api.cc
89 - src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.cc
90 - src/core/tsi/alts/handshaker/alts_tsi_utils.cc
91 - src/core/tsi/alts/handshaker/transport_security_common_api.cc
92 uses:
93 - alts_proto
94 - grpc_base
95 - tsi_interface
96 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -070097- name: census
Craig Tiller25834342015-09-25 08:08:24 -070098 public_headers:
99 - include/grpc/census.h
Craig Tiller25834342015-09-25 08:08:24 -0700100 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700101 - src/core/ext/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700102 uses:
103 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -0700104 - nanopb
Vijay Pai80e23d12018-01-25 21:50:18 -0800105- name: cmdline
106 headers:
107 - test/core/util/cmdline.h
108 src:
109 - test/core/util/cmdline.cc
110 uses:
111 - gpr_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700112- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100113 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800114 - src/core/lib/gpr/alloc.cc
115 - src/core/lib/gpr/arena.cc
116 - src/core/lib/gpr/atm.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800117 - src/core/lib/gpr/cpu_iphone.cc
118 - src/core/lib/gpr/cpu_linux.cc
119 - src/core/lib/gpr/cpu_posix.cc
120 - src/core/lib/gpr/cpu_windows.cc
121 - src/core/lib/gpr/env_linux.cc
122 - src/core/lib/gpr/env_posix.cc
123 - src/core/lib/gpr/env_windows.cc
124 - src/core/lib/gpr/fork.cc
125 - 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
Vijay Paida693552018-02-16 22:59:03 -0800149 - src/core/lib/gprpp/thd_posix.cc
150 - src/core/lib/gprpp/thd_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700151 - src/core/lib/profiling/basic_timers.cc
152 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700153 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700154 - gpr_base_headers
155- name: gpr_base_headers
156 public_headers:
157 - include/grpc/support/alloc.h
158 - include/grpc/support/atm.h
159 - include/grpc/support/atm_gcc_atomic.h
160 - include/grpc/support/atm_gcc_sync.h
161 - include/grpc/support/atm_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700162 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -0700163 - include/grpc/support/log.h
164 - include/grpc/support/log_windows.h
165 - include/grpc/support/port_platform.h
166 - include/grpc/support/string_util.h
Vijay Pai42807252017-07-28 15:08:24 -0700167 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700168 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700169 - include/grpc/support/sync_generic.h
170 - include/grpc/support/sync_posix.h
171 - include/grpc/support/sync_windows.h
Vijay Paic7456902018-02-12 10:28:24 -0800172 - include/grpc/support/thd_id.h
Vijay Pai42807252017-07-28 15:08:24 -0700173 - include/grpc/support/time.h
Vijay Pai42807252017-07-28 15:08:24 -0700174 headers:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800175 - src/core/lib/gpr/arena.h
176 - src/core/lib/gpr/env.h
177 - src/core/lib/gpr/fork.h
Vijay Paiae376bf2018-01-25 22:54:02 -0800178 - src/core/lib/gpr/host_port.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800179 - src/core/lib/gpr/mpscq.h
180 - src/core/lib/gpr/murmur_hash.h
181 - src/core/lib/gpr/spinlock.h
182 - src/core/lib/gpr/string.h
183 - src/core/lib/gpr/string_windows.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800184 - src/core/lib/gpr/time_precise.h
Vijay Paib6cf1232018-01-25 21:02:26 -0800185 - src/core/lib/gpr/tls.h
186 - src/core/lib/gpr/tls_gcc.h
187 - src/core/lib/gpr/tls_msvc.h
188 - src/core/lib/gpr/tls_pthread.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800189 - src/core/lib/gpr/tmpfile.h
Vijay Paid4d0a302018-01-25 13:24:03 -0800190 - src/core/lib/gpr/useful.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800191 - src/core/lib/gprpp/abstract.h
192 - src/core/lib/gprpp/atomic.h
193 - src/core/lib/gprpp/atomic_with_atm.h
194 - src/core/lib/gprpp/atomic_with_std.h
195 - src/core/lib/gprpp/manual_constructor.h
196 - src/core/lib/gprpp/memory.h
Vijay Paida693552018-02-16 22:59:03 -0800197 - src/core/lib/gprpp/thd.h
Vijay Pai42807252017-07-28 15:08:24 -0700198 - src/core/lib/profiling/timers.h
Vijay Pai42807252017-07-28 15:08:24 -0700199 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700200 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800201- name: gpr_codegen
202 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800203 - include/grpc/impl/codegen/atm.h
204 - include/grpc/impl/codegen/atm_gcc_atomic.h
205 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700206 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700207 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800208 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700209 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800210 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800211 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700212 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800213 - include/grpc/impl/codegen/sync_generic.h
214 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700215 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700216- name: grpc++_base
217 deps:
218 - grpc
219 uses:
220 - grpc++_common
221 - grpc++_codegen_base
222- name: grpc++_base_unsecure
223 deps:
224 - grpc_unsecure
225 uses:
226 - grpc++_common
227 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700228- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700229 src:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800230 - src/core/lib/avl/avl.cc
Craig Tillerd48bd072017-10-06 11:25:14 -0700231 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700232 - src/core/lib/channel/channel_args.cc
233 - src/core/lib/channel/channel_stack.cc
234 - src/core/lib/channel/channel_stack_builder.cc
ncteisen3b42f832018-03-19 13:22:35 -0700235 - src/core/lib/channel/channel_trace.cc
236 - src/core/lib/channel/channel_trace_registry.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700237 - src/core/lib/channel/connected_channel.cc
238 - src/core/lib/channel/handshaker.cc
239 - src/core/lib/channel/handshaker_factory.cc
240 - src/core/lib/channel/handshaker_registry.cc
ncteisen3b42f832018-03-19 13:22:35 -0700241 - src/core/lib/channel/status_util.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700242 - src/core/lib/compression/compression.cc
Muxi Yan03fc8572017-10-06 18:47:09 -0700243 - src/core/lib/compression/compression_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700244 - src/core/lib/compression/message_compress.cc
245 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700246 - src/core/lib/compression/stream_compression_gzip.cc
247 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700248 - src/core/lib/debug/stats.cc
249 - src/core/lib/debug/stats_data.cc
250 - src/core/lib/http/format_request.cc
251 - src/core/lib/http/httpcli.cc
252 - src/core/lib/http/parser.cc
253 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700254 - src/core/lib/iomgr/combiner.cc
255 - src/core/lib/iomgr/endpoint.cc
256 - src/core/lib/iomgr/endpoint_pair_posix.cc
257 - src/core/lib/iomgr/endpoint_pair_uv.cc
258 - src/core/lib/iomgr/endpoint_pair_windows.cc
259 - src/core/lib/iomgr/error.cc
260 - src/core/lib/iomgr/ev_epoll1_linux.cc
261 - src/core/lib/iomgr/ev_epollex_linux.cc
262 - src/core/lib/iomgr/ev_epollsig_linux.cc
263 - src/core/lib/iomgr/ev_poll_posix.cc
264 - src/core/lib/iomgr/ev_posix.cc
265 - src/core/lib/iomgr/ev_windows.cc
266 - src/core/lib/iomgr/exec_ctx.cc
267 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100268 - src/core/lib/iomgr/fork_posix.cc
269 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700270 - src/core/lib/iomgr/gethostname_fallback.cc
271 - src/core/lib/iomgr/gethostname_host_name_max.cc
272 - src/core/lib/iomgr/gethostname_sysconf.cc
273 - src/core/lib/iomgr/iocp_windows.cc
274 - src/core/lib/iomgr/iomgr.cc
kpayson64539f5062018-03-12 19:16:30 -0700275 - src/core/lib/iomgr/iomgr_custom.cc
276 - src/core/lib/iomgr/iomgr_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700277 - src/core/lib/iomgr/iomgr_posix.cc
278 - src/core/lib/iomgr/iomgr_uv.cc
279 - src/core/lib/iomgr/iomgr_windows.cc
280 - src/core/lib/iomgr/is_epollexclusive_available.cc
281 - src/core/lib/iomgr/load_file.cc
282 - src/core/lib/iomgr/lockfree_event.cc
283 - src/core/lib/iomgr/network_status_tracker.cc
284 - src/core/lib/iomgr/polling_entity.cc
kpayson64539f5062018-03-12 19:16:30 -0700285 - src/core/lib/iomgr/pollset.cc
286 - src/core/lib/iomgr/pollset_custom.cc
287 - src/core/lib/iomgr/pollset_set.cc
288 - src/core/lib/iomgr/pollset_set_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700289 - src/core/lib/iomgr/pollset_set_windows.cc
290 - src/core/lib/iomgr/pollset_uv.cc
291 - src/core/lib/iomgr/pollset_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700292 - src/core/lib/iomgr/resolve_address.cc
293 - src/core/lib/iomgr/resolve_address_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700294 - src/core/lib/iomgr/resolve_address_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700295 - src/core/lib/iomgr/resolve_address_windows.cc
296 - src/core/lib/iomgr/resource_quota.cc
297 - src/core/lib/iomgr/sockaddr_utils.cc
298 - src/core/lib/iomgr/socket_factory_posix.cc
299 - src/core/lib/iomgr/socket_mutator.cc
300 - src/core/lib/iomgr/socket_utils_common_posix.cc
301 - src/core/lib/iomgr/socket_utils_linux.cc
302 - src/core/lib/iomgr/socket_utils_posix.cc
303 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700304 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700305 - src/core/lib/iomgr/socket_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700306 - src/core/lib/iomgr/tcp_client.cc
307 - src/core/lib/iomgr/tcp_client_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700308 - src/core/lib/iomgr/tcp_client_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700309 - src/core/lib/iomgr/tcp_client_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700310 - src/core/lib/iomgr/tcp_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700311 - src/core/lib/iomgr/tcp_posix.cc
kpayson64539f5062018-03-12 19:16:30 -0700312 - src/core/lib/iomgr/tcp_server.cc
313 - src/core/lib/iomgr/tcp_server_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700314 - src/core/lib/iomgr/tcp_server_posix.cc
315 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
316 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
317 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700318 - src/core/lib/iomgr/tcp_server_windows.cc
319 - src/core/lib/iomgr/tcp_uv.cc
320 - src/core/lib/iomgr/tcp_windows.cc
321 - src/core/lib/iomgr/time_averaged_stats.cc
kpayson64539f5062018-03-12 19:16:30 -0700322 - src/core/lib/iomgr/timer.cc
323 - src/core/lib/iomgr/timer_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700324 - src/core/lib/iomgr/timer_generic.cc
325 - src/core/lib/iomgr/timer_heap.cc
326 - src/core/lib/iomgr/timer_manager.cc
327 - src/core/lib/iomgr/timer_uv.cc
328 - src/core/lib/iomgr/udp_server.cc
329 - src/core/lib/iomgr/unix_sockets_posix.cc
330 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
331 - src/core/lib/iomgr/wakeup_fd_cv.cc
332 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
333 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
334 - src/core/lib/iomgr/wakeup_fd_pipe.cc
335 - src/core/lib/iomgr/wakeup_fd_posix.cc
336 - src/core/lib/json/json.cc
337 - src/core/lib/json/json_reader.cc
338 - src/core/lib/json/json_string.cc
339 - src/core/lib/json/json_writer.cc
340 - src/core/lib/slice/b64.cc
341 - src/core/lib/slice/percent_encoding.cc
342 - src/core/lib/slice/slice.cc
343 - src/core/lib/slice/slice_buffer.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700344 - src/core/lib/slice/slice_intern.cc
345 - src/core/lib/slice/slice_string_helpers.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700346 - src/core/lib/surface/api_trace.cc
347 - src/core/lib/surface/byte_buffer.cc
348 - src/core/lib/surface/byte_buffer_reader.cc
349 - src/core/lib/surface/call.cc
350 - src/core/lib/surface/call_details.cc
351 - src/core/lib/surface/call_log_batch.cc
352 - src/core/lib/surface/channel.cc
353 - src/core/lib/surface/channel_init.cc
354 - src/core/lib/surface/channel_ping.cc
355 - src/core/lib/surface/channel_stack_type.cc
356 - src/core/lib/surface/completion_queue.cc
357 - src/core/lib/surface/completion_queue_factory.cc
358 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700359 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700360 - src/core/lib/surface/metadata_array.cc
361 - src/core/lib/surface/server.cc
362 - src/core/lib/surface/validate_metadata.cc
363 - src/core/lib/surface/version.cc
364 - src/core/lib/transport/bdp_estimator.cc
365 - src/core/lib/transport/byte_stream.cc
366 - src/core/lib/transport/connectivity_state.cc
367 - src/core/lib/transport/error_utils.cc
368 - src/core/lib/transport/metadata.cc
369 - src/core/lib/transport/metadata_batch.cc
370 - src/core/lib/transport/pid_controller.cc
371 - src/core/lib/transport/service_config.cc
372 - src/core/lib/transport/static_metadata.cc
373 - src/core/lib/transport/status_conversion.cc
Mark D. Roth718c8342018-02-28 13:00:04 -0800374 - src/core/lib/transport/status_metadata.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700375 - src/core/lib/transport/timeout_encoding.cc
376 - src/core/lib/transport/transport.cc
377 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700378 deps:
379 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700380 filegroups:
381 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700382 uses:
383 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700384 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700385- name: grpc_base_headers
386 public_headers:
387 - include/grpc/byte_buffer.h
388 - include/grpc/byte_buffer_reader.h
389 - include/grpc/compression.h
Ken Payson9714e032017-10-10 11:18:49 -0700390 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700391 - include/grpc/grpc.h
392 - include/grpc/grpc_posix.h
393 - include/grpc/grpc_security_constants.h
394 - include/grpc/load_reporting.h
395 - include/grpc/slice.h
396 - include/grpc/slice_buffer.h
397 - include/grpc/status.h
398 - include/grpc/support/workaround_list.h
399 headers:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800400 - src/core/lib/avl/avl.h
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700401 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700402 - src/core/lib/channel/channel_args.h
403 - src/core/lib/channel/channel_stack.h
404 - src/core/lib/channel/channel_stack_builder.h
ncteisen3b42f832018-03-19 13:22:35 -0700405 - src/core/lib/channel/channel_trace.h
406 - src/core/lib/channel/channel_trace_registry.h
Vijay Pai42807252017-07-28 15:08:24 -0700407 - src/core/lib/channel/connected_channel.h
408 - src/core/lib/channel/context.h
409 - src/core/lib/channel/handshaker.h
410 - src/core/lib/channel/handshaker_factory.h
411 - src/core/lib/channel/handshaker_registry.h
ncteisen3b42f832018-03-19 13:22:35 -0700412 - src/core/lib/channel/status_util.h
Vijay Pai42807252017-07-28 15:08:24 -0700413 - src/core/lib/compression/algorithm_metadata.h
Muxi Yane6d888d2017-09-14 09:42:56 -0700414 - src/core/lib/compression/compression_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700415 - src/core/lib/compression/message_compress.h
416 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700417 - src/core/lib/compression/stream_compression_gzip.h
418 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700419 - src/core/lib/debug/stats.h
420 - src/core/lib/debug/stats_data.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800421 - src/core/lib/gprpp/debug_location.h
422 - src/core/lib/gprpp/inlined_vector.h
423 - src/core/lib/gprpp/orphanable.h
424 - src/core/lib/gprpp/ref_counted.h
425 - src/core/lib/gprpp/ref_counted_ptr.h
Vijay Pai42807252017-07-28 15:08:24 -0700426 - src/core/lib/http/format_request.h
427 - src/core/lib/http/httpcli.h
428 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700429 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700430 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700431 - src/core/lib/iomgr/closure.h
432 - src/core/lib/iomgr/combiner.h
433 - src/core/lib/iomgr/endpoint.h
434 - src/core/lib/iomgr/endpoint_pair.h
435 - src/core/lib/iomgr/error.h
436 - src/core/lib/iomgr/error_internal.h
437 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700438 - src/core/lib/iomgr/ev_epollex_linux.h
439 - src/core/lib/iomgr/ev_epollsig_linux.h
440 - src/core/lib/iomgr/ev_poll_posix.h
441 - src/core/lib/iomgr/ev_posix.h
442 - src/core/lib/iomgr/exec_ctx.h
443 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700444 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700445 - src/core/lib/iomgr/iocp_windows.h
446 - src/core/lib/iomgr/iomgr.h
kpayson64539f5062018-03-12 19:16:30 -0700447 - src/core/lib/iomgr/iomgr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700448 - src/core/lib/iomgr/iomgr_internal.h
449 - src/core/lib/iomgr/iomgr_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700450 - src/core/lib/iomgr/is_epollexclusive_available.h
451 - src/core/lib/iomgr/load_file.h
452 - src/core/lib/iomgr/lockfree_event.h
453 - src/core/lib/iomgr/nameser.h
454 - src/core/lib/iomgr/network_status_tracker.h
455 - src/core/lib/iomgr/polling_entity.h
456 - src/core/lib/iomgr/pollset.h
kpayson64539f5062018-03-12 19:16:30 -0700457 - src/core/lib/iomgr/pollset_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700458 - src/core/lib/iomgr/pollset_set.h
kpayson64539f5062018-03-12 19:16:30 -0700459 - src/core/lib/iomgr/pollset_set_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700460 - src/core/lib/iomgr/pollset_set_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700461 - src/core/lib/iomgr/pollset_windows.h
462 - src/core/lib/iomgr/port.h
463 - src/core/lib/iomgr/resolve_address.h
kpayson64539f5062018-03-12 19:16:30 -0700464 - src/core/lib/iomgr/resolve_address_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700465 - src/core/lib/iomgr/resource_quota.h
466 - src/core/lib/iomgr/sockaddr.h
kpayson64539f5062018-03-12 19:16:30 -0700467 - src/core/lib/iomgr/sockaddr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700468 - src/core/lib/iomgr/sockaddr_posix.h
469 - src/core/lib/iomgr/sockaddr_utils.h
470 - src/core/lib/iomgr/sockaddr_windows.h
471 - src/core/lib/iomgr/socket_factory_posix.h
472 - src/core/lib/iomgr/socket_mutator.h
473 - src/core/lib/iomgr/socket_utils.h
474 - src/core/lib/iomgr/socket_utils_posix.h
475 - src/core/lib/iomgr/socket_windows.h
476 - src/core/lib/iomgr/sys_epoll_wrapper.h
477 - src/core/lib/iomgr/tcp_client.h
478 - src/core/lib/iomgr/tcp_client_posix.h
kpayson64539f5062018-03-12 19:16:30 -0700479 - src/core/lib/iomgr/tcp_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700480 - src/core/lib/iomgr/tcp_posix.h
481 - src/core/lib/iomgr/tcp_server.h
482 - src/core/lib/iomgr/tcp_server_utils_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700483 - src/core/lib/iomgr/tcp_windows.h
484 - src/core/lib/iomgr/time_averaged_stats.h
485 - src/core/lib/iomgr/timer.h
kpayson64539f5062018-03-12 19:16:30 -0700486 - src/core/lib/iomgr/timer_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700487 - src/core/lib/iomgr/timer_heap.h
488 - src/core/lib/iomgr/timer_manager.h
Vijay Pai42807252017-07-28 15:08:24 -0700489 - src/core/lib/iomgr/udp_server.h
490 - src/core/lib/iomgr/unix_sockets_posix.h
491 - src/core/lib/iomgr/wakeup_fd_cv.h
492 - src/core/lib/iomgr/wakeup_fd_pipe.h
493 - src/core/lib/iomgr/wakeup_fd_posix.h
494 - src/core/lib/json/json.h
495 - src/core/lib/json/json_common.h
496 - src/core/lib/json/json_reader.h
497 - src/core/lib/json/json_writer.h
498 - src/core/lib/slice/b64.h
499 - src/core/lib/slice/percent_encoding.h
500 - src/core/lib/slice/slice_hash_table.h
501 - src/core/lib/slice/slice_internal.h
502 - src/core/lib/slice/slice_string_helpers.h
David Garcia Quintas396d49d2018-02-28 16:06:30 -0800503 - src/core/lib/slice/slice_weak_hash_table.h
Vijay Pai42807252017-07-28 15:08:24 -0700504 - src/core/lib/surface/api_trace.h
505 - src/core/lib/surface/call.h
506 - src/core/lib/surface/call_test_only.h
507 - src/core/lib/surface/channel.h
508 - src/core/lib/surface/channel_init.h
509 - src/core/lib/surface/channel_stack_type.h
510 - src/core/lib/surface/completion_queue.h
511 - src/core/lib/surface/completion_queue_factory.h
512 - src/core/lib/surface/event_string.h
513 - src/core/lib/surface/init.h
514 - src/core/lib/surface/lame_client.h
515 - src/core/lib/surface/server.h
516 - src/core/lib/surface/validate_metadata.h
517 - src/core/lib/transport/bdp_estimator.h
518 - src/core/lib/transport/byte_stream.h
519 - src/core/lib/transport/connectivity_state.h
520 - src/core/lib/transport/error_utils.h
521 - src/core/lib/transport/http2_errors.h
522 - src/core/lib/transport/metadata.h
523 - src/core/lib/transport/metadata_batch.h
524 - src/core/lib/transport/pid_controller.h
525 - src/core/lib/transport/service_config.h
526 - src/core/lib/transport/static_metadata.h
527 - src/core/lib/transport/status_conversion.h
Mark D. Roth718c8342018-02-28 13:00:04 -0800528 - src/core/lib/transport/status_metadata.h
Vijay Pai42807252017-07-28 15:08:24 -0700529 - src/core/lib/transport/timeout_encoding.h
530 - src/core/lib/transport/transport.h
531 - src/core/lib/transport/transport_impl.h
532 deps:
533 - gpr
534 uses:
535 - grpc_codegen
536 - grpc_trace_headers
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700537- name: grpc_client_authority_filter
538 headers:
David Garcia Quintas961353a2018-03-15 16:11:05 -0700539 - src/core/ext/filters/http/client_authority_filter.h
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700540 src:
David Garcia Quintas961353a2018-03-15 16:11:05 -0700541 - src/core/ext/filters/http/client_authority_filter.cc
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700542 plugin: grpc_client_authority_filter
543 uses:
544 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700545- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700546 headers:
David Garcia Quintasfa460dc2018-03-23 14:51:41 -0700547 - src/core/ext/filters/client_channel/authority.h
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700548 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700549 - src/core/ext/filters/client_channel/client_channel.h
550 - src/core/ext/filters/client_channel/client_channel_factory.h
551 - src/core/ext/filters/client_channel/connector.h
552 - src/core/ext/filters/client_channel/http_connect_handshaker.h
553 - src/core/ext/filters/client_channel/http_proxy.h
554 - src/core/ext/filters/client_channel/lb_policy.h
555 - src/core/ext/filters/client_channel/lb_policy_factory.h
556 - src/core/ext/filters/client_channel/lb_policy_registry.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800557 - src/core/ext/filters/client_channel/method_params.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700558 - src/core/ext/filters/client_channel/parse_address.h
559 - src/core/ext/filters/client_channel/proxy_mapper.h
560 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
561 - src/core/ext/filters/client_channel/resolver.h
562 - src/core/ext/filters/client_channel/resolver_factory.h
563 - src/core/ext/filters/client_channel/resolver_registry.h
564 - src/core/ext/filters/client_channel/retry_throttle.h
565 - src/core/ext/filters/client_channel/subchannel.h
566 - src/core/ext/filters/client_channel/subchannel_index.h
567 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700568 src:
David Garcia Quintasfa460dc2018-03-23 14:51:41 -0700569 - src/core/ext/filters/client_channel/authority.cc
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700570 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700571 - src/core/ext/filters/client_channel/channel_connectivity.cc
572 - src/core/ext/filters/client_channel/client_channel.cc
573 - src/core/ext/filters/client_channel/client_channel_factory.cc
574 - src/core/ext/filters/client_channel/client_channel_plugin.cc
575 - src/core/ext/filters/client_channel/connector.cc
576 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
577 - src/core/ext/filters/client_channel/http_proxy.cc
578 - src/core/ext/filters/client_channel/lb_policy.cc
579 - src/core/ext/filters/client_channel/lb_policy_factory.cc
580 - src/core/ext/filters/client_channel/lb_policy_registry.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800581 - src/core/ext/filters/client_channel/method_params.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700582 - src/core/ext/filters/client_channel/parse_address.cc
583 - src/core/ext/filters/client_channel/proxy_mapper.cc
584 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
585 - src/core/ext/filters/client_channel/resolver.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700586 - src/core/ext/filters/client_channel/resolver_registry.cc
587 - src/core/ext/filters/client_channel/retry_throttle.cc
588 - src/core/ext/filters/client_channel/subchannel.cc
589 - src/core/ext/filters/client_channel/subchannel_index.cc
590 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700591 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700592 uses:
593 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700594 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800595- name: grpc_codegen
596 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700597 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700598 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800599 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800600 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800601 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800602 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700603 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800604 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700605 uses:
606 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700607- name: grpc_deadline_filter
608 headers:
609 - src/core/ext/filters/deadline/deadline_filter.h
610 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700611 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700612 plugin: grpc_deadline_filter
613 uses:
614 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700615- name: grpc_http_filters
616 headers:
617 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700618 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700619 - src/core/ext/filters/http/server/http_server_filter.h
620 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700621 - src/core/ext/filters/http/client/http_client_filter.cc
622 - src/core/ext/filters/http/http_filters_plugin.cc
623 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
624 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700625 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700626 uses:
627 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700628- name: grpc_lb_policy_grpclb
629 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700630 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700631 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700632 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700633 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
634 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700635 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700636 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
637 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
638 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
639 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
640 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700641 - 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 -0800642 plugin: grpc_lb_policy_grpclb
643 uses:
644 - grpc_base
645 - grpc_client_channel
646 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700647 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800648- name: grpc_lb_policy_grpclb_secure
649 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700650 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700651 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700652 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700653 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
654 - 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 -0800655 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700656 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
657 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
658 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
659 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
660 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700661 - 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 -0700662 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700663 uses:
664 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700665 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700666 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700667 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700668 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700669- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700670 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700671 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700672 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700673 uses:
674 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700675 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700676 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700677- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700678 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700679 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700680 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700681 uses:
682 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700683 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700684 - grpc_lb_subchannel_list
685- name: grpc_lb_subchannel_list
686 headers:
687 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
688 src:
689 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
690 uses:
691 - grpc_base
692 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700693- name: grpc_max_age_filter
694 headers:
695 - src/core/ext/filters/max_age/max_age_filter.h
696 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700697 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700698 plugin: grpc_max_age_filter
699 uses:
700 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700701- name: grpc_message_size_filter
702 headers:
703 - src/core/ext/filters/message_size/message_size_filter.h
704 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700705 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700706 plugin: grpc_message_size_filter
707 uses:
708 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700709- name: grpc_resolver_dns_ares
710 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700711 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
712 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700713 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700714 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
715 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
716 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
717 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700718 plugin: grpc_resolver_dns_ares
719 uses:
720 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700721 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700722- name: grpc_resolver_dns_native
723 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700724 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700725 plugin: grpc_resolver_dns_native
726 uses:
727 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700728 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700729- name: grpc_resolver_fake
730 headers:
731 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
732 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700733 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700734 plugin: grpc_resolver_fake
735 uses:
736 - grpc_base
737 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700738- name: grpc_resolver_sockaddr
739 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700740 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700741 plugin: grpc_resolver_sockaddr
742 uses:
743 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700744 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100745- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700746 public_headers:
747 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100748 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700749 - src/core/lib/security/context/security_context.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800750 - src/core/lib/security/credentials/alts/alts_credentials.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700751 - src/core/lib/security/credentials/composite/composite_credentials.h
752 - src/core/lib/security/credentials/credentials.h
753 - src/core/lib/security/credentials/fake/fake_credentials.h
754 - src/core/lib/security/credentials/google_default/google_default_credentials.h
755 - src/core/lib/security/credentials/iam/iam_credentials.h
756 - src/core/lib/security/credentials/jwt/json_token.h
757 - src/core/lib/security/credentials/jwt/jwt_credentials.h
758 - src/core/lib/security/credentials/jwt/jwt_verifier.h
759 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
760 - src/core/lib/security/credentials/plugin/plugin_credentials.h
761 - src/core/lib/security/credentials/ssl/ssl_credentials.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800762 - src/core/lib/security/security_connector/alts_security_connector.h
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800763 - src/core/lib/security/security_connector/security_connector.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700764 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700765 - src/core/lib/security/transport/secure_endpoint.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800766 - src/core/lib/security/transport/security_handshaker.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800767 - src/core/lib/security/transport/target_authority_table.h
Craig Tillerddad9782016-05-05 17:11:31 -0700768 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700769 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100770 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700771 - src/core/lib/http/httpcli_security_connector.cc
772 - src/core/lib/security/context/security_context.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800773 - src/core/lib/security/credentials/alts/alts_credentials.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700774 - src/core/lib/security/credentials/composite/composite_credentials.cc
775 - src/core/lib/security/credentials/credentials.cc
776 - src/core/lib/security/credentials/credentials_metadata.cc
777 - src/core/lib/security/credentials/fake/fake_credentials.cc
778 - src/core/lib/security/credentials/google_default/credentials_generic.cc
779 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
780 - src/core/lib/security/credentials/iam/iam_credentials.cc
781 - src/core/lib/security/credentials/jwt/json_token.cc
782 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
783 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
784 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
785 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
786 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800787 - src/core/lib/security/security_connector/alts_security_connector.cc
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800788 - src/core/lib/security/security_connector/security_connector.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700789 - src/core/lib/security/transport/client_auth_filter.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700790 - src/core/lib/security/transport/secure_endpoint.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700791 - src/core/lib/security/transport/security_handshaker.cc
792 - src/core/lib/security/transport/server_auth_filter.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800793 - src/core/lib/security/transport/target_authority_table.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700794 - src/core/lib/security/transport/tsi_error.cc
795 - src/core/lib/security/util/json_util.cc
796 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700797 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700798 uses:
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800799 - alts_tsi
Craig Tillerd1697d92016-04-05 16:05:46 -0700800 - grpc_base
801 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700802 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700803- name: grpc_server_backward_compatibility
804 headers:
805 - src/core/ext/filters/workarounds/workaround_utils.h
806 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700807 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700808 uses:
809 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700810- name: grpc_server_load_reporting
811 headers:
812 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
813 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
814 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700815 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
816 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700817 plugin: grpc_server_load_reporting_plugin
818 uses:
819 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700820- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700822 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700823 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700824 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800825 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700826 - test/core/end2end/fixtures/proxy.h
827 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800828 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700829 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800830 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200831 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700832 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700833 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700834 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700835 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700836 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700837 - test/core/util/slice_splitter.h
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800838 - test/core/util/subprocess.h
ncteisenaa3b1972017-11-17 15:56:27 -0800839 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800840 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700841 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700842 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700843 - test/core/end2end/cq_verifier.cc
844 - test/core/end2end/fixtures/http_proxy_fixture.cc
845 - test/core/end2end/fixtures/proxy.cc
846 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700847 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700848 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800849 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700850 - test/core/util/memory_counters.cc
851 - test/core/util/mock_endpoint.cc
852 - test/core/util/parse_hexstring.cc
853 - test/core/util/passthru_endpoint.cc
854 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800855 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700856 - test/core/util/port_server_client.cc
857 - test/core/util/slice_splitter.cc
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800858 - test/core/util/subprocess_posix.cc
859 - test/core/util/subprocess_windows.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800860 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700861 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700862 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700863 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700864 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700865 uses:
Vijay Pai80e23d12018-01-25 21:50:18 -0800866 - cmdline
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700867 - grpc_base
868 - grpc_client_channel
869 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700870- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700871 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700872 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700873 deps:
874 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700875 filegroups:
876 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700877 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700878- name: grpc_trace_headers
879 headers:
880 - src/core/lib/debug/trace.h
881 deps:
882 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700883- name: grpc_transport_chttp2
884 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700885 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700886 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700887 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700888 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700889 - src/core/ext/transport/chttp2/transport/frame.h
890 - src/core/ext/transport/chttp2/transport/frame_data.h
891 - src/core/ext/transport/chttp2/transport/frame_goaway.h
892 - src/core/ext/transport/chttp2/transport/frame_ping.h
893 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
894 - src/core/ext/transport/chttp2/transport/frame_settings.h
895 - src/core/ext/transport/chttp2/transport/frame_window_update.h
896 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
897 - src/core/ext/transport/chttp2/transport/hpack_parser.h
898 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700899 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700900 - src/core/ext/transport/chttp2/transport/huffsyms.h
901 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
902 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700903 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700904 - src/core/ext/transport/chttp2/transport/varint.h
905 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700906 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
907 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
908 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
909 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
910 - src/core/ext/transport/chttp2/transport/flow_control.cc
911 - src/core/ext/transport/chttp2/transport/frame_data.cc
912 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
913 - src/core/ext/transport/chttp2/transport/frame_ping.cc
914 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
915 - src/core/ext/transport/chttp2/transport/frame_settings.cc
916 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
917 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
918 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
919 - src/core/ext/transport/chttp2/transport/hpack_table.cc
920 - src/core/ext/transport/chttp2/transport/http2_settings.cc
921 - src/core/ext/transport/chttp2/transport/huffsyms.cc
922 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
923 - src/core/ext/transport/chttp2/transport/parsing.cc
924 - src/core/ext/transport/chttp2/transport/stream_lists.cc
925 - src/core/ext/transport/chttp2/transport/stream_map.cc
926 - src/core/ext/transport/chttp2/transport/varint.cc
927 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700928 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700929 uses:
930 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700931 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700932 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700933- name: grpc_transport_chttp2_alpn
934 headers:
935 - src/core/ext/transport/chttp2/alpn/alpn.h
936 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700937 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700938 deps:
939 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800940- name: grpc_transport_chttp2_client_connector
941 headers:
942 - src/core/ext/transport/chttp2/client/chttp2_connector.h
943 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700944 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800945 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800946 - grpc_transport_chttp2
947 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700948 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700949- name: grpc_transport_chttp2_client_insecure
950 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700951 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
952 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700953 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800954 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700955 - grpc_transport_chttp2
956 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700957 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700958- name: grpc_transport_chttp2_client_secure
959 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700960 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700961 uses:
962 - grpc_transport_chttp2
963 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700964 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700965 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800966 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800967- name: grpc_transport_chttp2_server
968 headers:
969 - src/core/ext/transport/chttp2/server/chttp2_server.h
970 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700971 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800972 uses:
973 - grpc_transport_chttp2
974 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700975- name: grpc_transport_chttp2_server_insecure
976 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700977 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
978 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700979 uses:
980 - grpc_transport_chttp2
981 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800982 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700983- name: grpc_transport_chttp2_server_secure
984 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700985 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700986 uses:
987 - grpc_transport_chttp2
988 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700989 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800990 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700991- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700992 public_headers:
993 - include/grpc/grpc_cronet.h
994 - include/grpc/grpc_security.h
995 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700996 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800997 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800998 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700999 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001000 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
1001 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
1002 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -07001003 filegroups:
1004 - grpc_base
1005 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -07001006 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001007- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001008 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001009 - src/core/ext/transport/inproc/inproc_plugin.cc
1010 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001011 plugin: grpc_inproc_plugin
1012 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001013 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001014 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -07001015- name: grpc_transport_inproc_headers
1016 headers:
1017 - src/core/ext/transport/inproc/inproc_transport.h
1018 uses:
1019 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -07001020- name: grpc_workaround_cronet_compression_filter
1021 headers:
1022 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
1023 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001024 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -07001025 plugin: grpc_workaround_cronet_compression_filter
1026 uses:
1027 - grpc_base
1028 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -08001029- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -07001030 src:
1031 - third_party/nanopb/pb_common.c
1032 - third_party/nanopb/pb_decode.c
1033 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -07001034 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001035 - nanopb_headers
1036- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -08001037 headers:
1038 - third_party/nanopb/pb.h
1039 - third_party/nanopb/pb_common.h
1040 - third_party/nanopb/pb_decode.h
1041 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001042- name: transport_security_test_lib
1043 build: test
1044 headers:
1045 - test/core/tsi/transport_security_test_lib.h
1046 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001047 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001048 deps:
1049 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001050- name: tsi
1051 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001052 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -07001053 - src/core/tsi/fake_transport_security.h
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001054 - src/core/tsi/ssl/session_cache/ssl_session.h
1055 - src/core/tsi/ssl/session_cache/ssl_session_cache.h
Craig Tiller134fed32017-03-28 14:27:18 -07001056 - src/core/tsi/ssl_transport_security.h
1057 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -07001058 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001059 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001060 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001061 - src/core/tsi/fake_transport_security.cc
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001062 - src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc
1063 - src/core/tsi/ssl/session_cache/ssl_session_cache.cc
1064 - src/core/tsi/ssl/session_cache/ssl_session_openssl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001065 - src/core/tsi/ssl_transport_security.cc
1066 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001067 deps:
1068 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -08001069 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001070 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -07001071 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001072 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -07001073 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001074 - grpc_trace
1075- name: tsi_interface
1076 headers:
1077 - src/core/tsi/transport_security.h
1078 - src/core/tsi/transport_security_adapter.h
1079 - src/core/tsi/transport_security_interface.h
1080 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001081 - src/core/tsi/transport_security.cc
1082 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001083 deps:
1084 - gpr
1085 secure: true
1086 uses:
1087 - grpc_trace
ncteisen3b42f832018-03-19 13:22:35 -07001088- name: grpc++_channelz_proto
1089 language: c++
1090 src:
1091 - src/proto/grpc/channelz/channelz.proto
Vijay Pai42807252017-07-28 15:08:24 -07001092- name: grpc++_codegen_base
1093 language: c++
1094 public_headers:
1095 - include/grpc++/impl/codegen/async_stream.h
1096 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -07001097 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -07001098 - include/grpc++/impl/codegen/call.h
1099 - include/grpc++/impl/codegen/call_hook.h
1100 - include/grpc++/impl/codegen/channel_interface.h
1101 - include/grpc++/impl/codegen/client_context.h
1102 - include/grpc++/impl/codegen/client_unary_call.h
1103 - include/grpc++/impl/codegen/completion_queue.h
1104 - include/grpc++/impl/codegen/completion_queue_tag.h
1105 - include/grpc++/impl/codegen/config.h
1106 - include/grpc++/impl/codegen/core_codegen_interface.h
1107 - include/grpc++/impl/codegen/create_auth_context.h
1108 - include/grpc++/impl/codegen/grpc_library.h
1109 - include/grpc++/impl/codegen/metadata_map.h
1110 - include/grpc++/impl/codegen/method_handler_impl.h
1111 - include/grpc++/impl/codegen/rpc_method.h
1112 - include/grpc++/impl/codegen/rpc_service_method.h
1113 - include/grpc++/impl/codegen/security/auth_context.h
1114 - include/grpc++/impl/codegen/serialization_traits.h
1115 - include/grpc++/impl/codegen/server_context.h
1116 - include/grpc++/impl/codegen/server_interface.h
1117 - include/grpc++/impl/codegen/service_type.h
1118 - include/grpc++/impl/codegen/slice.h
1119 - include/grpc++/impl/codegen/status.h
1120 - include/grpc++/impl/codegen/status_code_enum.h
1121 - include/grpc++/impl/codegen/string_ref.h
1122 - include/grpc++/impl/codegen/stub_options.h
1123 - include/grpc++/impl/codegen/sync_stream.h
1124 - include/grpc++/impl/codegen/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001125 - include/grpcpp/impl/codegen/async_stream.h
1126 - include/grpcpp/impl/codegen/async_unary_call.h
1127 - include/grpcpp/impl/codegen/byte_buffer.h
1128 - include/grpcpp/impl/codegen/call.h
1129 - include/grpcpp/impl/codegen/call_hook.h
1130 - include/grpcpp/impl/codegen/channel_interface.h
1131 - include/grpcpp/impl/codegen/client_context.h
1132 - include/grpcpp/impl/codegen/client_unary_call.h
1133 - include/grpcpp/impl/codegen/completion_queue.h
1134 - include/grpcpp/impl/codegen/completion_queue_tag.h
1135 - include/grpcpp/impl/codegen/config.h
1136 - include/grpcpp/impl/codegen/core_codegen_interface.h
1137 - include/grpcpp/impl/codegen/create_auth_context.h
1138 - include/grpcpp/impl/codegen/grpc_library.h
1139 - include/grpcpp/impl/codegen/metadata_map.h
1140 - include/grpcpp/impl/codegen/method_handler_impl.h
1141 - include/grpcpp/impl/codegen/rpc_method.h
1142 - include/grpcpp/impl/codegen/rpc_service_method.h
1143 - include/grpcpp/impl/codegen/security/auth_context.h
1144 - include/grpcpp/impl/codegen/serialization_traits.h
1145 - include/grpcpp/impl/codegen/server_context.h
1146 - include/grpcpp/impl/codegen/server_interface.h
1147 - include/grpcpp/impl/codegen/service_type.h
1148 - include/grpcpp/impl/codegen/slice.h
1149 - include/grpcpp/impl/codegen/status.h
1150 - include/grpcpp/impl/codegen/status_code_enum.h
1151 - include/grpcpp/impl/codegen/string_ref.h
1152 - include/grpcpp/impl/codegen/stub_options.h
1153 - include/grpcpp/impl/codegen/sync_stream.h
1154 - include/grpcpp/impl/codegen/time.h
Vijay Pai42807252017-07-28 15:08:24 -07001155 uses:
1156 - grpc_codegen
1157- name: grpc++_codegen_base_src
1158 language: c++
1159 src:
1160 - src/cpp/codegen/codegen_init.cc
1161 uses:
1162 - grpc++_codegen_base
1163- name: grpc++_codegen_proto
1164 language: c++
1165 public_headers:
1166 - include/grpc++/impl/codegen/proto_utils.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001167 - include/grpcpp/impl/codegen/proto_utils.h
Vijay Pai42807252017-07-28 15:08:24 -07001168 uses:
1169 - grpc++_codegen_base
1170 - grpc++_config_proto
1171- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001172 language: c++
1173 public_headers:
1174 - include/grpc++/alarm.h
1175 - include/grpc++/channel.h
1176 - include/grpc++/client_context.h
1177 - include/grpc++/completion_queue.h
1178 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001179 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001180 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001181 - include/grpc++/generic/async_generic_service.h
1182 - include/grpc++/generic/generic_stub.h
1183 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001184 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001185 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001186 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001187 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001188 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001189 - include/grpc++/impl/grpc_library.h
1190 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001191 - include/grpc++/impl/rpc_method.h
1192 - include/grpc++/impl/rpc_service_method.h
1193 - include/grpc++/impl/serialization_traits.h
1194 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001195 - include/grpc++/impl/server_builder_plugin.h
1196 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001197 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001198 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001199 - include/grpc++/security/auth_context.h
1200 - include/grpc++/security/auth_metadata_processor.h
1201 - include/grpc++/security/credentials.h
1202 - include/grpc++/security/server_credentials.h
1203 - include/grpc++/server.h
1204 - include/grpc++/server_builder.h
1205 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001206 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001207 - include/grpc++/support/async_stream.h
1208 - include/grpc++/support/async_unary_call.h
1209 - include/grpc++/support/byte_buffer.h
1210 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001211 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001212 - include/grpc++/support/slice.h
1213 - include/grpc++/support/status.h
1214 - include/grpc++/support/status_code_enum.h
1215 - include/grpc++/support/string_ref.h
1216 - include/grpc++/support/stub_options.h
1217 - include/grpc++/support/sync_stream.h
1218 - include/grpc++/support/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001219 - include/grpcpp/alarm.h
1220 - include/grpcpp/channel.h
1221 - include/grpcpp/client_context.h
1222 - include/grpcpp/completion_queue.h
1223 - include/grpcpp/create_channel.h
1224 - include/grpcpp/create_channel_posix.h
1225 - include/grpcpp/ext/health_check_service_server_builder_option.h
1226 - include/grpcpp/generic/async_generic_service.h
1227 - include/grpcpp/generic/generic_stub.h
1228 - include/grpcpp/grpcpp.h
1229 - include/grpcpp/health_check_service_interface.h
1230 - include/grpcpp/impl/call.h
1231 - include/grpcpp/impl/channel_argument_option.h
1232 - include/grpcpp/impl/client_unary_call.h
1233 - include/grpcpp/impl/codegen/core_codegen.h
1234 - include/grpcpp/impl/grpc_library.h
1235 - include/grpcpp/impl/method_handler_impl.h
1236 - include/grpcpp/impl/rpc_method.h
1237 - include/grpcpp/impl/rpc_service_method.h
1238 - include/grpcpp/impl/serialization_traits.h
1239 - include/grpcpp/impl/server_builder_option.h
1240 - include/grpcpp/impl/server_builder_plugin.h
1241 - include/grpcpp/impl/server_initializer.h
1242 - include/grpcpp/impl/service_type.h
1243 - include/grpcpp/resource_quota.h
1244 - include/grpcpp/security/auth_context.h
1245 - include/grpcpp/security/auth_metadata_processor.h
1246 - include/grpcpp/security/credentials.h
1247 - include/grpcpp/security/server_credentials.h
1248 - include/grpcpp/server.h
1249 - include/grpcpp/server_builder.h
1250 - include/grpcpp/server_context.h
1251 - include/grpcpp/server_posix.h
1252 - include/grpcpp/support/async_stream.h
1253 - include/grpcpp/support/async_unary_call.h
1254 - include/grpcpp/support/byte_buffer.h
1255 - include/grpcpp/support/channel_arguments.h
1256 - include/grpcpp/support/config.h
1257 - include/grpcpp/support/slice.h
1258 - include/grpcpp/support/status.h
1259 - include/grpcpp/support/status_code_enum.h
1260 - include/grpcpp/support/string_ref.h
1261 - include/grpcpp/support/stub_options.h
1262 - include/grpcpp/support/sync_stream.h
1263 - include/grpcpp/support/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001264 headers:
1265 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001266 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001267 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001268 - src/cpp/server/health/default_health_check_service.h
1269 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001270 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001271 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001272 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001273 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001274 - src/cpp/client/client_context.cc
1275 - src/cpp/client/create_channel.cc
1276 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001277 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001278 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001279 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001280 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001281 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001282 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001283 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001284 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001285 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001286 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001287 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001288 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001289 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001290 - src/cpp/server/create_default_thread_pool.cc
1291 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001292 - src/cpp/server/health/default_health_check_service.cc
1293 - src/cpp/server/health/health.pb.c
1294 - src/cpp/server/health/health_check_service.cc
1295 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001296 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001297 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001298 - src/cpp/server/server_context.cc
1299 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001300 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001301 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001302 - src/cpp/util/byte_buffer_cc.cc
1303 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001304 - src/cpp/util/status.cc
1305 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001306 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001307 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001308 - gpr_base_headers
1309 - grpc_base_headers
1310 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001311 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001312 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001313- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001314 language: c++
1315 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001316 - include/grpc++/impl/codegen/config_protobuf.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001317 - include/grpcpp/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001318- name: grpc++_reflection_proto
1319 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001320 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001321 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001322- name: grpc++_test
1323 language: c++
1324 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001325 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001326 - include/grpc++/test/server_context_test_spouse.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001327 - include/grpcpp/test/mock_stream.h
1328 - include/grpcpp/test/server_context_test_spouse.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001329 deps:
1330 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001331 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001332libs:
Yihua Zhang04fb58e2018-03-08 06:49:24 -08001333- name: alts_test_util
1334 build: private
1335 language: c
1336 headers:
1337 - test/core/tsi/alts/crypt/gsec_test_util.h
1338 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.h
1339 src:
1340 - test/core/tsi/alts/crypt/gsec_test_util.cc
1341 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.cc
1342 deps:
1343 - grpc
1344 secure: true
Craig Tillerda179ce2016-02-09 12:01:53 -08001345- name: gpr
1346 build: all
1347 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001348 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001349 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001350 secure: false
1351 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1352- name: gpr_test_util
1353 build: private
1354 language: c
1355 headers:
1356 - test/core/util/test_config.h
1357 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001358 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001359 deps:
1360 - gpr
1361 secure: false
1362 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001363- name: grpc
1364 build: all
1365 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001366 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001367 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001368 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001369 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001371 filegroups:
1372 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001373 - grpc_transport_chttp2_server_secure
1374 - grpc_transport_chttp2_client_secure
1375 - grpc_transport_chttp2_server_insecure
1376 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001377 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001378 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001379 - grpc_lb_policy_pick_first
1380 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001381 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001382 - grpc_resolver_dns_native
1383 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001384 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001385 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001386 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001387 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001388 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001389 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001390 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001391 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001392 - grpc_workaround_cronet_compression_filter
1393 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001394 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001395 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001396 vs_packages:
1397 - grpc.dependencies.openssl
1398 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001400- name: grpc_cronet
1401 build: all
1402 language: c
1403 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001404 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001405 baselib: true
1406 deps_linkage: static
1407 dll: true
1408 filegroups:
1409 - grpc_base
Muxi Yan7cc4bd82018-03-19 18:34:58 -07001410 - grpc_base_headers
Muxi Yanb94d6812018-03-20 14:17:47 -07001411 - grpc_deadline_filter
1412 - grpc_message_size_filter
Muxi Yan7cc4bd82018-03-19 18:34:58 -07001413 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001414 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001415 - grpc_transport_chttp2_client_secure
Muxi Yan7cc4bd82018-03-19 18:34:58 -07001416 - grpc_transport_chttp2_server_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001417 generate_plugin_registry: true
1418 platforms:
1419 - linux
1420 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001421- name: grpc_dll
1422 build: private
1423 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001424 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001425 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001426 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001427 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001428 build_system:
1429 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001430 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001431 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001432 vs_config_type: DynamicLibrary
1433 vs_packages:
1434 - grpc.dependencies.openssl
1435 - grpc.dependencies.zlib
1436 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1437 vs_props:
1438 - zlib
1439 - openssl
1440 - winsock
1441 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001442- name: grpc_test_util
1443 build: private
1444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001445 headers:
1446 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001447 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001448 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001449 - test/core/end2end/data/client_certs.cc
1450 - test/core/end2end/data/server1_cert.cc
1451 - test/core/end2end/data/server1_key.cc
1452 - test/core/end2end/data/test_root_cert.cc
1453 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001454 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001456 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001457 - grpc
1458 filegroups:
1459 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001460 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1461- name: grpc_test_util_unsecure
1462 build: private
1463 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001464 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001465 - gpr
1466 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001467 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001468 filegroups:
1469 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001470 secure: false
1471 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1472- name: grpc_unsecure
1473 build: all
1474 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001475 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001476 - src/core/lib/surface/init.cc
1477 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001479 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001480 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001481 filegroups:
1482 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001483 - grpc_transport_chttp2_server_insecure
1484 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001485 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001486 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001487 - grpc_resolver_dns_native
1488 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001489 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001490 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001491 - grpc_lb_policy_grpclb
1492 - grpc_lb_policy_pick_first
1493 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001494 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001495 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001496 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001497 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001498 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001499 - grpc_workaround_cronet_compression_filter
1500 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001501 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001502 secure: false
1503 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001504- name: reconnect_server
1505 build: private
1506 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001507 headers:
1508 - test/core/util/reconnect_server.h
1509 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001510 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001511 deps:
yang-gc9fca182015-11-06 16:41:33 -08001512 - test_tcp_server
1513 - grpc_test_util
1514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001515 - gpr_test_util
1516 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001517- name: test_tcp_server
1518 build: private
1519 language: c
1520 headers:
1521 - test/core/util/test_tcp_server.h
1522 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001523 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001524 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001525 - grpc_test_util
1526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001527 - gpr_test_util
1528 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001529- name: grpc++
1530 build: all
1531 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001532 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001533 - include/grpc++/impl/codegen/core_codegen.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001534 - include/grpcpp/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001535 - src/cpp/client/secure_credentials.h
1536 - src/cpp/common/secure_auth_context.h
1537 - src/cpp/server/secure_server_credentials.h
1538 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001539 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001540 - src/cpp/client/secure_credentials.cc
1541 - src/cpp/common/auth_property_iterator.cc
1542 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001543 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001544 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001545 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001546 - src/cpp/server/secure_server_credentials.cc
1547 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001548 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001549 baselib: true
1550 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001551 filegroups:
1552 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001553 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001554 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001555 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001556 secure: check
1557 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001558- name: grpc++_core_stats
1559 build: private
1560 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001561 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001562 - src/cpp/util/core_stats.h
1563 src:
1564 - src/proto/grpc/core/stats.proto
1565 - src/cpp/util/core_stats.cc
1566 deps:
1567 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001568- name: grpc++_cronet
1569 build: all
1570 language: c++
1571 src:
1572 - src/cpp/client/cronet_credentials.cc
1573 - src/cpp/client/insecure_credentials.cc
1574 - src/cpp/common/insecure_create_auth_context.cc
1575 - src/cpp/server/insecure_server_credentials.cc
1576 deps:
1577 - gpr
1578 - grpc_cronet
1579 baselib: true
1580 dll: true
1581 filegroups:
1582 - grpc++_base
1583 - grpc++_codegen_base
1584 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001585 - grpc_transport_chttp2_client_insecure
1586 - grpc_transport_chttp2_server_insecure
1587 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001588 platforms:
1589 - linux
1590 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001591- name: grpc++_error_details
1592 build: all
1593 language: c++
1594 public_headers:
1595 - include/grpc++/support/error_details.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001596 - include/grpcpp/support/error_details.h
yang-geceec8e2017-04-10 11:58:44 -07001597 src:
1598 - src/proto/grpc/status/status.proto
1599 - src/cpp/util/error_details.cc
1600 deps:
1601 - grpc++
1602 baselib: true
1603 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001604- name: grpc++_proto_reflection_desc_db
1605 build: private
1606 language: c++
1607 headers:
1608 - test/cpp/util/proto_reflection_descriptor_database.h
1609 src:
1610 - test/cpp/util/proto_reflection_descriptor_database.cc
1611 deps:
1612 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001613 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001614 filegroups:
1615 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001616 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001617- name: grpc++_reflection
1618 build: all
1619 language: c++
1620 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001621 - include/grpc++/ext/proto_server_reflection_plugin.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001622 - include/grpcpp/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001623 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001624 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001625 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001626 - src/cpp/ext/proto_server_reflection.cc
1627 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001628 deps:
1629 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001630 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001631 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001632 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001633- name: grpc++_test_config
1634 build: private
1635 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001636 headers:
1637 - test/cpp/util/test_config.h
1638 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001639 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001640- name: grpc++_test_util
1641 build: private
1642 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001643 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001644 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001645 - test/cpp/util/byte_buffer_proto_helper.h
ncteisen3b42f832018-03-19 13:22:35 -07001646 - test/cpp/util/channel_trace_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001647 - test/cpp/util/create_test_channel.h
1648 - test/cpp/util/string_ref_helper.h
1649 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001650 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001651 src:
ncteisen3b42f832018-03-19 13:22:35 -07001652 - src/proto/grpc/channelz/channelz.proto
yang-gc8a49d22016-12-12 11:18:49 -08001653 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001654 - src/proto/grpc/testing/echo_messages.proto
1655 - src/proto/grpc/testing/echo.proto
1656 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001657 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001658 - test/cpp/util/byte_buffer_proto_helper.cc
ncteisen3b42f832018-03-19 13:22:35 -07001659 - test/cpp/util/channel_trace_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001660 - test/cpp/util/create_test_channel.cc
1661 - test/cpp/util/string_ref_helper.cc
1662 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001663 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001664 deps:
1665 - grpc++
1666 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001667 - grpc
yang-g17487f92016-06-03 15:21:15 -07001668 filegroups:
1669 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001670 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001671 - grpc++_codegen_proto
1672 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001673- name: grpc++_test_util_unsecure
1674 build: private
1675 language: c++
1676 headers:
1677 - test/cpp/end2end/test_service_impl.h
1678 - test/cpp/util/byte_buffer_proto_helper.h
1679 - test/cpp/util/string_ref_helper.h
1680 - test/cpp/util/subprocess.h
1681 src:
1682 - src/proto/grpc/health/v1/health.proto
1683 - src/proto/grpc/testing/echo_messages.proto
1684 - src/proto/grpc/testing/echo.proto
1685 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1686 - test/cpp/end2end/test_service_impl.cc
1687 - test/cpp/util/byte_buffer_proto_helper.cc
1688 - test/cpp/util/string_ref_helper.cc
1689 - test/cpp/util/subprocess.cc
1690 deps:
1691 - grpc++_unsecure
1692 - grpc_test_util_unsecure
1693 - grpc_unsecure
1694 filegroups:
1695 - grpc++_codegen_base
1696 - grpc++_codegen_base_src
1697 - grpc++_codegen_proto
1698 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001699- name: grpc++_unsecure
1700 build: all
1701 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001702 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001703 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001704 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001705 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001706 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001707 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001708 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709 baselib: true
1710 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001711 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001712 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001713 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001714 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001715 secure: false
1716 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001717- name: grpc_benchmark
1718 build: test
1719 language: c++
1720 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001721 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1722 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001723 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001724 src:
1725 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001726 deps:
1727 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001728 - grpc++_unsecure
1729 - grpc_test_util_unsecure
1730 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001731 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001732- name: grpc_cli_libs
1733 build: private
1734 language: c++
1735 headers:
1736 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001737 - test/cpp/util/cli_credentials.h
1738 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001739 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001740 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001741 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001742 src:
1743 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001744 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001745 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001746 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001747 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001748 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001749 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001750 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001751 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001752 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001753 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001754 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001755- name: grpc_plugin_support
1756 build: protoc
1757 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001758 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001759 - src/compiler/config.h
1760 - src/compiler/cpp_generator.h
1761 - src/compiler/cpp_generator_helpers.h
1762 - src/compiler/csharp_generator.h
1763 - src/compiler/csharp_generator_helpers.h
1764 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001765 - src/compiler/node_generator.h
1766 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001767 - src/compiler/objective_c_generator.h
1768 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001769 - src/compiler/php_generator.h
1770 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301771 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001772 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301773 - src/compiler/python_generator_helpers.h
1774 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001775 - src/compiler/ruby_generator.h
1776 - src/compiler/ruby_generator_helpers-inl.h
1777 - src/compiler/ruby_generator_map-inl.h
1778 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301779 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001780 src:
1781 - src/compiler/cpp_generator.cc
1782 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001783 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001784 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001785 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001786 - src/compiler/python_generator.cc
1787 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001788 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001789 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001790 secure: false
1791 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001792 vs_props:
1793 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001794- name: http2_client_main
1795 build: private
1796 language: c++
1797 headers:
1798 - test/cpp/interop/http2_client.h
1799 src:
1800 - src/proto/grpc/testing/empty.proto
1801 - src/proto/grpc/testing/messages.proto
1802 - src/proto/grpc/testing/test.proto
1803 - test/cpp/interop/http2_client.cc
1804 deps:
1805 - grpc++_test_util
1806 - grpc_test_util
1807 - grpc++
1808 - grpc
1809 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001810- name: interop_client_helper
1811 build: private
1812 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001813 headers:
1814 - test/cpp/interop/client_helper.h
1815 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001816 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001817 - test/cpp/interop/client_helper.cc
1818 deps:
1819 - grpc++_test_util
1820 - grpc_test_util
1821 - grpc++
1822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001824- name: interop_client_main
1825 build: private
1826 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001827 headers:
1828 - test/cpp/interop/interop_client.h
1829 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001830 - src/proto/grpc/testing/empty.proto
1831 - src/proto/grpc/testing/messages.proto
1832 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001833 - test/cpp/interop/client.cc
1834 - test/cpp/interop/interop_client.cc
1835 deps:
1836 - interop_client_helper
1837 - grpc++_test_util
1838 - grpc_test_util
1839 - grpc++
1840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001843 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001844- name: interop_server_helper
1845 build: private
1846 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001847 headers:
1848 - test/cpp/interop/server_helper.h
1849 src:
1850 - test/cpp/interop/server_helper.cc
1851 deps:
yang-gcc591022017-01-11 11:10:43 -08001852 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001853 - grpc_test_util
1854 - grpc++
1855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001857- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001858 build: private
1859 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001860 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001861 - src/proto/grpc/testing/empty.proto
1862 - src/proto/grpc/testing/messages.proto
1863 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001864 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001865 deps:
1866 - interop_server_helper
1867 - grpc++_test_util
1868 - grpc_test_util
1869 - grpc++
1870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001871 - gpr_test_util
1872 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001873 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001874- name: interop_server_main
1875 build: private
1876 language: c++
1877 src:
1878 - test/cpp/interop/interop_server_bootstrap.cc
1879 deps:
1880 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001881- name: qps
1882 build: private
1883 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001884 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001885 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001886 - test/cpp/qps/client.h
1887 - test/cpp/qps/driver.h
1888 - test/cpp/qps/histogram.h
1889 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001890 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001891 - test/cpp/qps/qps_worker.h
1892 - test/cpp/qps/report.h
1893 - test/cpp/qps/server.h
1894 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001895 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001897 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001898 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001899 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001900 - src/proto/grpc/testing/control.proto
1901 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001902 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001903 - test/cpp/qps/client_async.cc
1904 - test/cpp/qps/client_sync.cc
1905 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001906 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001907 - test/cpp/qps/qps_worker.cc
1908 - test/cpp/qps/report.cc
1909 - test/cpp/qps/server_async.cc
1910 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001911 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001912 deps:
1913 - grpc_test_util
1914 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001915 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001916 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001917 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001918- name: grpc_csharp_ext
1919 build: all
1920 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001921 src:
1922 - src/csharp/ext/grpc_csharp_ext.c
1923 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001926 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001927 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001928 dll: only
1929 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001930 vs_packages:
1931 - grpc.dependencies.openssl
1932 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001934 vs_props:
1935 - zlib
1936 - openssl
1937 - winsock
1938 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001940- name: algorithm_test
1941 build: test
1942 language: c
1943 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001944 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001945 deps:
1946 - grpc_test_util
1947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001950 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001951- name: alloc_test
1952 build: test
1953 language: c
1954 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001955 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001956 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001959 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960- name: alpn_test
1961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001964 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001965 deps:
1966 - grpc_test_util
1967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001968 - gpr_test_util
1969 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001970- name: api_fuzzer
1971 build: fuzzer
1972 language: c
1973 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001974 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001975 deps:
1976 - grpc_test_util
1977 - grpc
1978 - gpr_test_util
1979 - gpr
1980 corpus_dirs:
1981 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001982 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001983 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001984- name: arena_test
1985 build: test
1986 language: c
1987 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001988 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001989 deps:
1990 - gpr_test_util
1991 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001992 uses_polling: false
Vijay Pai8f4fbb12018-02-08 10:04:08 -08001993- name: avl_test
1994 build: test
1995 language: c
1996 src:
1997 - test/core/avl/avl_test.cc
1998 deps:
1999 - gpr_test_util
2000 - gpr
2001 - grpc
2002 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07002003- name: bad_server_response_test
2004 build: test
2005 language: c
2006 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002007 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07002008 deps:
2009 - test_tcp_server
2010 - grpc_test_util
2011 - grpc
2012 - gpr_test_util
2013 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002014 exclude_iomgrs:
2015 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07002016- name: bin_decoder_test
2017 build: test
2018 language: c
2019 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002020 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07002021 deps:
2022 - grpc_test_util
2023 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002024 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002025- name: bin_encoder_test
2026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002029 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002030 deps:
2031 - grpc_test_util
2032 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002033 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08002034- name: channel_create_test
2035 build: test
2036 language: c
2037 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002038 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08002039 deps:
2040 - grpc_test_util
2041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002042 - gpr_test_util
2043 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07002044- name: check_epollexclusive
2045 build: tool
2046 language: c
2047 src:
2048 - test/build/check_epollexclusive.c
2049 deps:
2050 - grpc
2051 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08002052- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002053 build: test
2054 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002055 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002056 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002057 deps:
2058 - grpc_test_util
2059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 - gpr_test_util
2061 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002062 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063- name: chttp2_stream_map_test
2064 build: test
2065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002067 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002068 deps:
2069 - grpc_test_util
2070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr_test_util
2072 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002073 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08002074- name: chttp2_varint_test
2075 build: test
2076 language: c
2077 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002078 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08002079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002084 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07002085- name: client_fuzzer
2086 build: fuzzer
2087 language: c
2088 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002089 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07002090 deps:
2091 - grpc_test_util
2092 - grpc
2093 - gpr_test_util
2094 - gpr
2095 corpus_dirs:
2096 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002097 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07002098 maxlen: 2048
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002099- name: cmdline_test
2100 build: test
2101 language: c
2102 src:
2103 - test/core/util/cmdline_test.cc
2104 deps:
2105 - gpr
2106 - gpr_test_util
2107 - grpc_test_util
2108 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002109- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07002110 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07002111 build: test
2112 language: c
2113 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002114 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002115 deps:
2116 - grpc_test_util
2117 - grpc
2118 - gpr_test_util
2119 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002120- name: compression_test
2121 build: test
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002124 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002130 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08002131- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07002132 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08002133 build: test
2134 language: c
2135 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002136 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08002137 deps:
2138 - grpc_test_util
2139 - grpc
2140 - gpr_test_util
2141 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002142 exclude_iomgrs:
2143 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07002144- name: connection_refused_test
2145 cpu_cost: 0.1
2146 build: test
2147 language: c
2148 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002149 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07002150 deps:
2151 - grpc_test_util
2152 - grpc
2153 - gpr_test_util
2154 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08002155- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08002156 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08002157 build: test
2158 language: c
2159 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002160 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08002161 deps:
2162 - grpc_test_util
2163 - grpc
2164 - gpr_test_util
2165 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002166 exclude_iomgrs:
2167 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08002168- name: dns_resolver_cooldown_test
2169 build: test
2170 language: c
2171 src:
2172 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
2173 deps:
2174 - grpc_test_util
2175 - grpc
2176 - gpr_test_util
2177 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002178- name: dns_resolver_test
2179 build: test
2180 language: c
2181 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002182 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002183 deps:
2184 - grpc_test_util
2185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 - gpr_test_util
2187 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002188- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002189 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002190 build: test
2191 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002192 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002193 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002194 deps:
2195 - grpc_test_util
2196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002199 exclude_iomgrs:
2200 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002201 platforms:
2202 - mac
2203 - linux
2204 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002205- name: endpoint_pair_test
2206 build: test
2207 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002208 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002209 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002210 deps:
2211 - grpc_test_util
2212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002213 - gpr_test_util
2214 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002215 exclude_iomgrs:
2216 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002217- name: error_test
2218 cpu_cost: 30
2219 build: test
2220 language: c
2221 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002222 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08002223 deps:
2224 - grpc_test_util
2225 - grpc
2226 - gpr_test_util
2227 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002228 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002229- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002230 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002231 build: test
2232 language: c
2233 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002234 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002235 deps:
2236 - grpc_test_util
2237 - grpc
2238 - gpr_test_util
2239 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002240 exclude_iomgrs:
2241 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002242 platforms:
2243 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002244- name: fake_resolver_test
2245 build: test
2246 language: c
2247 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002248 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002249 deps:
2250 - grpc_test_util
2251 - grpc
2252 - gpr_test_util
2253 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002254- name: fake_transport_security_test
2255 build: test
2256 language: c
2257 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002258 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002259 deps:
2260 - gpr_test_util
2261 - gpr
2262 - grpc
2263 filegroups:
2264 - transport_security_test_lib
2265 platforms:
2266 - linux
2267 - posix
2268 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: fd_conservation_posix_test
2270 build: test
2271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002272 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002273 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002274 deps:
2275 - grpc_test_util
2276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr_test_util
2278 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002279 exclude_iomgrs:
2280 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002281 platforms:
2282 - mac
2283 - linux
2284 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: fd_posix_test
2286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002289 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002290 deps:
2291 - grpc_test_util
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002295 exclude_iomgrs:
2296 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002297 platforms:
2298 - mac
2299 - linux
2300 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002301- name: fling_client
2302 build: test
2303 run: false
2304 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002305 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002306 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002307 deps:
2308 - grpc_test_util
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr_test_util
2311 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002312- name: fling_server
2313 build: test
2314 run: false
2315 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002316 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002317 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002318 deps:
2319 - grpc_test_util
2320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002321 - gpr_test_util
2322 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002323- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002324 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325 build: test
2326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002327 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002328 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002329 deps:
2330 - grpc_test_util
2331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002332 - gpr_test_util
2333 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002334 platforms:
2335 - mac
2336 - linux
2337 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002339 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340 build: test
2341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002343 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002344 deps:
2345 - grpc_test_util
2346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002349 platforms:
2350 - mac
2351 - linux
2352 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002353- name: goaway_server_test
2354 cpu_cost: 0.1
2355 build: test
2356 language: c
2357 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002358 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002359 deps:
2360 - grpc_test_util
2361 - grpc
2362 - gpr_test_util
2363 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002364 exclude_iomgrs:
2365 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002366 platforms:
2367 - mac
2368 - linux
2369 - posix
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002370- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002371 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002372 build: test
2373 language: c
2374 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002375 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002376 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002379 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002380- name: gpr_env_test
2381 build: test
2382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002383 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002384 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002385 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002388 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002389- name: gpr_host_port_test
2390 build: test
2391 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002392 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002393 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002394 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002395 - gpr_test_util
2396 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002397 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002398- name: gpr_log_test
2399 build: test
2400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002401 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002402 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002403 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002404 - gpr_test_util
2405 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002406 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002407- name: gpr_manual_constructor_test
2408 cpu_cost: 3
2409 build: test
2410 language: c
2411 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002412 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002413 deps:
2414 - gpr_test_util
2415 - gpr
2416 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002417- name: gpr_mpscq_test
2418 cpu_cost: 30
2419 build: test
2420 language: c
2421 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002422 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002423 deps:
2424 - gpr_test_util
2425 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002426 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002427- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002428 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002429 build: test
2430 language: c
2431 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002432 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002433 deps:
2434 - gpr_test_util
2435 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002436 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002437- name: gpr_string_test
2438 build: test
2439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002440 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002441 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002442 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002443 - gpr_test_util
2444 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002445 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002447 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448 build: test
2449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002450 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002451 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002452 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002453 - gpr_test_util
2454 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002455 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002456- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002457 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458 build: test
2459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002460 src:
Vijay Paida693552018-02-16 22:59:03 -08002461 - test/core/gprpp/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002462 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002463 - gpr_test_util
2464 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002465 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: gpr_time_test
2467 build: test
2468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002470 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002471 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002472 - gpr_test_util
2473 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002474 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002475- name: gpr_tls_test
2476 build: test
2477 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002478 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002479 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002480 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002481 - gpr_test_util
2482 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002483 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002484- name: gpr_useful_test
2485 build: test
2486 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002487 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002488 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002489 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002490 - gpr_test_util
2491 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002492 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002493- name: grpc_auth_context_test
2494 build: test
2495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002496 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002497 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002498 deps:
2499 - grpc_test_util
2500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002501 - gpr_test_util
2502 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002503 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002504- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002505 build: test
2506 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002507 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002508 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002509 deps:
2510 - grpc_test_util
2511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002512 - gpr_test_util
2513 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002514 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002515- name: grpc_byte_buffer_reader_test
2516 build: test
2517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002518 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002519 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002520 deps:
2521 - grpc_test_util
2522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002523 - gpr_test_util
2524 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002525 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002526- name: grpc_channel_args_test
2527 build: test
2528 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002529 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002530 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002531 deps:
2532 - grpc_test_util
2533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002534 - gpr_test_util
2535 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002536 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002537- name: grpc_channel_stack_builder_test
2538 build: test
2539 language: c
2540 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002541 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002542 deps:
2543 - grpc_test_util
2544 - grpc
2545 - gpr_test_util
2546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002547- name: grpc_channel_stack_test
2548 build: test
2549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002550 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002551 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002552 deps:
2553 - grpc_test_util
2554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002555 - gpr_test_util
2556 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002557 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002558- name: grpc_completion_queue_test
2559 build: test
2560 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002561 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002562 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002563 deps:
2564 - grpc_test_util
2565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002566 - gpr_test_util
2567 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002568- name: grpc_completion_queue_threading_test
2569 build: test
2570 language: c
2571 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002572 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002573 deps:
2574 - grpc_test_util
2575 - grpc
2576 - gpr_test_util
2577 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002578 exclude_iomgrs:
2579 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580- name: grpc_create_jwt
2581 build: tool
2582 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002583 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002584 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002585 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002587 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002588 filegroups:
2589 - cmdline
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002590 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002591 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002592- name: grpc_credentials_test
2593 build: test
2594 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002595 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002596 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002597 deps:
2598 - grpc_test_util
2599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002600 - gpr_test_util
2601 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002603 build: test
2604 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002606 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002607 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002608 deps:
2609 - grpc_test_util
2610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002611 - gpr_test_util
2612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613- name: grpc_json_token_test
2614 build: test
2615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002616 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002617 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002618 deps:
2619 - grpc_test_util
2620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002621 - gpr_test_util
2622 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002623 platforms:
2624 - linux
2625 - posix
2626 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002627 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628- name: grpc_jwt_verifier_test
2629 build: test
2630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002631 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002632 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002633 deps:
2634 - grpc_test_util
2635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002636 - gpr_test_util
2637 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002638 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002639- name: grpc_print_google_default_creds_token
2640 build: tool
2641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002642 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002643 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002644 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002646 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002647 filegroups:
2648 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002649 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002650- name: grpc_security_connector_test
2651 build: test
2652 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002653 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002654 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002655 deps:
2656 - grpc_test_util
2657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002658 - gpr_test_util
2659 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002660- name: grpc_ssl_credentials_test
2661 build: test
2662 language: c
2663 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002664 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002665 deps:
2666 - grpc_test_util
2667 - grpc
2668 - gpr_test_util
2669 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002670- name: grpc_verify_jwt
2671 build: tool
2672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002673 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002674 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002675 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002677 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002678 filegroups:
2679 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002680 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002681- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002682 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002683 language: c
2684 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002685 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002686 deps:
2687 - grpc_test_util
2688 - grpc
2689 - gpr_test_util
2690 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002691 exclude_iomgrs:
2692 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002693 platforms:
2694 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002695 secure: true
2696- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002697 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002698 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002699 headers:
2700 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002701 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002702 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002703 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002704 deps:
2705 - grpc_test_util
2706 - grpc
2707 - gpr_test_util
2708 - gpr
2709 exclude_iomgrs:
2710 - uv
2711 platforms:
2712 - linux
2713 secure: true
2714- name: handshake_server_with_readahead_handshaker
2715 build: test
2716 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002717 headers:
2718 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002719 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002720 - test/core/handshake/readahead_handshaker_server_ssl.cc
2721 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002722 deps:
2723 - grpc_test_util
2724 - grpc
2725 - gpr_test_util
2726 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002727 exclude_iomgrs:
2728 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002729 platforms:
2730 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002731 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002732- name: histogram_test
2733 build: test
2734 language: c
2735 src:
2736 - test/core/util/histogram_test.cc
2737 deps:
2738 - grpc_test_util
2739 - gpr
2740 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002741- name: hpack_parser_fuzzer_test
2742 build: fuzzer
2743 language: c
2744 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002745 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002746 deps:
2747 - grpc_test_util
2748 - grpc
2749 - gpr_test_util
2750 - gpr
2751 corpus_dirs:
2752 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002753 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002754 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002755- name: hpack_parser_test
2756 build: test
2757 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002758 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002759 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002760 deps:
2761 - grpc_test_util
2762 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002763 - gpr_test_util
2764 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002765 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002766- name: hpack_table_test
2767 build: test
2768 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002769 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002770 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002771 deps:
2772 - grpc_test_util
2773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002774 - gpr_test_util
2775 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002776 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002777- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002778 build: test
2779 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002780 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002781 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002782 deps:
2783 - grpc_test_util
2784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002785 - gpr_test_util
2786 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002787 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002788- name: http_request_fuzzer_test
2789 build: fuzzer
2790 language: c
2791 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002792 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002793 deps:
2794 - grpc_test_util
2795 - grpc
2796 - gpr_test_util
2797 - gpr
2798 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002799 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002800 maxlen: 2048
2801- name: http_response_fuzzer_test
2802 build: fuzzer
2803 language: c
2804 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002805 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002806 deps:
2807 - grpc_test_util
2808 - grpc
2809 - gpr_test_util
2810 - gpr
2811 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002812 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002813 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002814- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002815 build: test
2816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002817 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002818 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002819 deps:
2820 - grpc_test_util
2821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002822 - gpr_test_util
2823 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002824- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002825 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002826 build: test
2827 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002828 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002829 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002830 deps:
2831 - grpc_test_util
2832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002833 - gpr_test_util
2834 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002835 platforms:
2836 - mac
2837 - linux
2838 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002839- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002840 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002841 build: test
2842 language: c
2843 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002844 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002845 deps:
2846 - grpc_test_util
2847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002848 - gpr_test_util
2849 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002850 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002851 - linux
yang-gf1183302015-12-07 16:02:05 -08002852- name: init_test
2853 build: test
2854 language: c
2855 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002856 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002857 deps:
2858 - grpc_test_util
2859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002860 - gpr_test_util
2861 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002862 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002863- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002864 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002865 build: test
2866 language: c
2867 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002868 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002869 deps:
2870 - grpc_test_util
2871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002872 - gpr_test_util
2873 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002874- name: json_fuzzer_test
2875 build: fuzzer
2876 language: c
2877 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002878 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002879 deps:
2880 - grpc_test_util
2881 - grpc
2882 - gpr_test_util
2883 - gpr
2884 corpus_dirs:
2885 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002886 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002887- name: json_rewrite
2888 build: test
2889 run: false
2890 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002891 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002892 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002893 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002894 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002895 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002896 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002897 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002898 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002899- name: json_rewrite_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/json/json_rewrite_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
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002910- name: json_stream_error_test
2911 build: test
2912 language: c
2913 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002914 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002915 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 Tillerbf4b2242015-08-31 15:53:53 -07002921- name: json_test
2922 build: test
2923 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002924 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002925 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002926 deps:
2927 - grpc_test_util
2928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002929 - gpr_test_util
2930 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002931 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002932- name: lame_client_test
2933 build: test
2934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002935 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002936 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002937 deps:
2938 - grpc_test_util
2939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002940 - gpr_test_util
2941 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002942- name: load_file_test
2943 build: test
2944 language: c
2945 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002946 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002947 deps:
2948 - grpc_test_util
2949 - grpc
2950 - gpr_test_util
2951 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002952 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002953- name: low_level_ping_pong_benchmark
2954 build: benchmark
2955 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002956 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002957 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002958 deps:
2959 - grpc_test_util
2960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002961 - gpr_test_util
2962 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002963 platforms:
2964 - mac
2965 - linux
2966 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002967- name: memory_profile_client
2968 build: test
2969 run: false
2970 language: c
2971 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002972 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002973 deps:
2974 - grpc_test_util
2975 - grpc
2976 - gpr_test_util
2977 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002978 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002979- name: memory_profile_server
2980 build: test
2981 run: false
2982 language: c
2983 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002984 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002985 deps:
2986 - grpc_test_util
2987 - grpc
2988 - gpr_test_util
2989 - gpr
2990- name: memory_profile_test
2991 cpu_cost: 1.5
2992 build: test
2993 language: c
2994 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002995 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002996 deps:
2997 - grpc_test_util
2998 - grpc
2999 - gpr_test_util
3000 - gpr
3001 platforms:
3002 - mac
3003 - linux
3004 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003005- name: message_compress_test
3006 build: test
3007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003008 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003009 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003010 deps:
3011 - grpc_test_util
3012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003013 - gpr_test_util
3014 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003015 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07003016- name: minimal_stack_is_minimal_test
3017 build: test
3018 language: c
3019 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003020 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07003021 deps:
3022 - grpc_test_util
3023 - grpc
3024 - gpr_test_util
3025 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003026 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003027- name: multiple_server_queues_test
3028 build: test
3029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003030 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003031 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003032 deps:
3033 - grpc_test_util
3034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003035 - gpr_test_util
3036 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003037- name: murmur_hash_test
3038 build: test
3039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003040 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08003041 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003042 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08003043 - gpr_test_util
3044 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003045 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003046- name: nanopb_fuzzer_response_test
3047 build: fuzzer
3048 language: c
3049 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003050 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003051 deps:
3052 - grpc_test_util
3053 - grpc
3054 - gpr_test_util
3055 - gpr
3056 corpus_dirs:
3057 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07003058 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003059- name: nanopb_fuzzer_serverlist_test
3060 build: fuzzer
3061 language: c
3062 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003063 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003064 deps:
3065 - grpc_test_util
3066 - grpc
3067 - gpr_test_util
3068 - gpr
3069 corpus_dirs:
3070 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07003071 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003072- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003073 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003074 build: test
3075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003076 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003077 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003078 deps:
3079 - grpc_test_util
3080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003081 - gpr_test_util
3082 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07003083- name: num_external_connectivity_watchers_test
3084 build: test
3085 language: c
3086 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003087 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07003088 deps:
3089 - grpc_test_util
3090 - grpc
3091 - gpr_test_util
3092 - gpr
3093 exclude_iomgrs:
3094 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003095- name: parse_address_test
3096 build: test
3097 language: c
3098 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003099 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003100 deps:
3101 - grpc_test_util
3102 - grpc
3103 - gpr_test_util
3104 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003105 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07003106- name: percent_decode_fuzzer
3107 build: fuzzer
3108 language: c
3109 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003110 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003111 deps:
3112 - grpc_test_util
3113 - grpc
3114 - gpr_test_util
3115 - gpr
3116 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003117 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003118 maxlen: 32
3119- name: percent_encode_fuzzer
3120 build: fuzzer
3121 language: c
3122 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003123 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003124 deps:
3125 - grpc_test_util
3126 - grpc
3127 - gpr_test_util
3128 - gpr
3129 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003130 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003131 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07003132- name: percent_encoding_test
3133 build: test
3134 language: c
3135 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003136 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07003137 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003138 - grpc_test_util
3139 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07003140 - gpr_test_util
3141 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003142 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003143- name: pollset_set_test
3144 build: test
3145 language: c
3146 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003147 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003148 deps:
3149 - grpc_test_util
3150 - grpc
3151 - gpr_test_util
3152 - gpr
3153 exclude_iomgrs:
3154 - uv
3155 platforms:
3156 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003157- name: resolve_address_posix_test
3158 build: test
3159 language: c
3160 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003161 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003162 deps:
3163 - grpc_test_util
3164 - grpc
3165 - gpr_test_util
3166 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08003167 exclude_iomgrs:
3168 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003169 platforms:
3170 - mac
3171 - linux
3172 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003173- name: resolve_address_test
3174 build: test
3175 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003176 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003177 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003178 deps:
3179 - grpc_test_util
3180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003181 - gpr_test_util
3182 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003183- name: resource_quota_test
3184 cpu_cost: 30
3185 build: test
3186 language: c
3187 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003188 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003189 deps:
3190 - grpc_test_util
3191 - grpc
3192 - gpr_test_util
3193 - gpr
yang-gd482e592015-12-10 14:04:00 -08003194- name: secure_channel_create_test
3195 build: test
3196 language: c
3197 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003198 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003199 deps:
3200 - grpc_test_util
3201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003202 - gpr_test_util
3203 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003204- name: secure_endpoint_test
3205 build: test
3206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003207 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003208 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003209 deps:
3210 - grpc_test_util
3211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003212 - gpr_test_util
3213 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003214 exclude_iomgrs:
3215 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003216- name: sequential_connectivity_test
3217 build: test
3218 language: c
3219 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003220 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003221 deps:
3222 - grpc_test_util
3223 - grpc
3224 - gpr_test_util
3225 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003226 exclude_iomgrs:
3227 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003228- name: server_chttp2_test
3229 build: test
3230 language: c
3231 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003232 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003233 deps:
3234 - grpc_test_util
3235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003236 - gpr_test_util
3237 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003238- name: server_fuzzer
3239 build: fuzzer
3240 language: c
3241 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003242 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003243 deps:
3244 - grpc_test_util
3245 - grpc
3246 - gpr_test_util
3247 - gpr
3248 corpus_dirs:
3249 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003250 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003251 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003252- name: server_test
3253 build: test
3254 language: c
3255 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003256 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003257 deps:
3258 - grpc_test_util
3259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003260 - gpr_test_util
3261 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003262- name: slice_buffer_test
3263 build: test
3264 language: c
3265 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003266 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003267 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003268 - grpc_test_util
3269 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003270 - gpr_test_util
3271 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003272 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003273- name: slice_string_helpers_test
3274 build: test
3275 language: c
3276 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003277 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003278 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003279 - grpc_test_util
3280 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003281 - gpr_test_util
3282 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003283 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003284- name: slice_test
3285 build: test
3286 language: c
3287 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003288 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003289 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003290 - grpc_test_util
3291 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003292 - gpr_test_util
3293 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003294 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003295- name: sockaddr_resolver_test
3296 build: test
3297 language: c
3298 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003299 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003300 deps:
3301 - grpc_test_util
3302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003303 - gpr_test_util
3304 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003305- name: sockaddr_utils_test
3306 build: test
3307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003308 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003309 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003310 deps:
3311 - grpc_test_util
3312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003313 - gpr_test_util
3314 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003315- name: socket_utils_test
3316 build: test
3317 language: c
3318 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003319 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003320 deps:
3321 - grpc_test_util
3322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003323 - gpr_test_util
3324 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003325 exclude_iomgrs:
3326 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003327 platforms:
3328 - mac
3329 - linux
3330 - posix
yang-g31e21282016-11-04 15:10:03 -07003331- name: ssl_server_fuzzer
3332 build: fuzzer
3333 language: c
3334 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003335 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003336 deps:
3337 - grpc_test_util
3338 - grpc
3339 - gpr_test_util
3340 - gpr
3341 corpus_dirs:
3342 - test/core/security/corpus/ssl_server_corpus
3343 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003344- name: ssl_transport_security_test
3345 build: test
3346 language: c
3347 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003348 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003349 deps:
3350 - gpr_test_util
3351 - gpr
3352 - grpc
3353 filegroups:
3354 - transport_security_test_lib
3355 platforms:
3356 - linux
3357 - posix
3358 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003359- name: status_conversion_test
3360 build: test
3361 language: c
3362 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003363 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003364 deps:
3365 - grpc_test_util
3366 - grpc
3367 - gpr_test_util
3368 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003369 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003370- name: stream_compression_test
3371 build: test
3372 language: c
3373 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003374 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003375 deps:
3376 - grpc_test_util
3377 - grpc
3378 - gpr_test_util
3379 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003380 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003381- name: stream_owned_slice_test
3382 build: test
3383 language: c
3384 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003385 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003386 deps:
3387 - grpc_test_util
3388 - grpc
3389 - gpr_test_util
3390 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003391 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003392- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003393 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003394 build: test
3395 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003396 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003397 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003398 deps:
3399 - grpc_test_util
3400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003401 - gpr_test_util
3402 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003403 exclude_iomgrs:
3404 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003405 platforms:
3406 - mac
3407 - linux
3408 - posix
murgatroid991191b722017-02-08 11:56:52 -08003409- name: tcp_client_uv_test
3410 cpu_cost: 0.5
3411 build: test
3412 language: c
3413 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003414 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003415 deps:
3416 - grpc_test_util
3417 - grpc
3418 - gpr_test_util
3419 - gpr
3420 exclude_iomgrs:
3421 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003422- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003423 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003424 build: test
3425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003426 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003427 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003428 deps:
3429 - grpc_test_util
3430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003431 - gpr_test_util
3432 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003433 exclude_iomgrs:
3434 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003435 platforms:
3436 - mac
3437 - linux
3438 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003439- name: tcp_server_posix_test
3440 build: test
3441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003442 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003443 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003444 deps:
3445 - grpc_test_util
3446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003447 - gpr_test_util
3448 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003449 exclude_iomgrs:
3450 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003451 platforms:
3452 - mac
3453 - linux
3454 - posix
murgatroid991191b722017-02-08 11:56:52 -08003455- name: tcp_server_uv_test
3456 build: test
3457 language: c
3458 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003459 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003460 deps:
3461 - grpc_test_util
3462 - grpc
3463 - gpr_test_util
3464 - gpr
3465 exclude_iomgrs:
3466 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003467- name: time_averaged_stats_test
3468 build: test
3469 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003470 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003471 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003472 deps:
3473 - grpc_test_util
3474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003475 - gpr_test_util
3476 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003477 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003478- name: timeout_encoding_test
3479 build: test
3480 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003481 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003482 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003483 deps:
3484 - grpc_test_util
3485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003486 - gpr_test_util
3487 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003488 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003489- name: timer_heap_test
3490 build: test
3491 language: c
3492 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003493 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003494 deps:
3495 - grpc_test_util
3496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003497 - gpr_test_util
3498 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003499 exclude_iomgrs:
3500 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003501 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003502- name: timer_list_test
3503 build: test
3504 language: c
3505 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003506 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003507 deps:
3508 - grpc_test_util
3509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003510 - gpr_test_util
3511 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003512 exclude_iomgrs:
3513 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003514 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003515- name: transport_connectivity_state_test
3516 build: test
3517 language: c
3518 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003519 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003520 deps:
3521 - grpc_test_util
3522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003523 - gpr_test_util
3524 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003525- name: transport_metadata_test
3526 build: test
3527 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003528 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003529 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003530 deps:
3531 - grpc_test_util
3532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003533 - gpr_test_util
3534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003535- name: transport_security_test
3536 build: test
3537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003538 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003539 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003540 deps:
3541 - grpc_test_util
3542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003543 - gpr_test_util
3544 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003545 platforms:
3546 - linux
3547 - posix
3548 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003549- name: udp_server_test
3550 build: test
3551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003552 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003553 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003554 deps:
3555 - grpc_test_util
3556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003557 - gpr_test_util
3558 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003559 exclude_iomgrs:
3560 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003561 platforms:
3562 - mac
3563 - linux
3564 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003565- name: uri_fuzzer_test
3566 build: fuzzer
3567 language: c
3568 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003569 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003570 deps:
3571 - grpc_test_util
3572 - grpc
3573 - gpr_test_util
3574 - gpr
3575 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003576 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003577 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003578- name: uri_parser_test
3579 build: test
3580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003581 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003582 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003583 deps:
3584 - grpc_test_util
3585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003586 - gpr_test_util
3587 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003588- name: wakeup_fd_cv_test
3589 build: test
3590 language: c
3591 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003592 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003593 deps:
3594 - grpc_test_util
3595 - grpc
3596 - gpr_test_util
3597 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003598 exclude_iomgrs:
3599 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003600 platforms:
3601 - mac
3602 - linux
3603 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003604- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003605 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003606 build: test
3607 language: c++
3608 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003609 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003610 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003611 - grpc++_test_util_unsecure
3612 - grpc_test_util_unsecure
3613 - grpc++_unsecure
3614 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003615 - gpr_test_util
3616 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08003617- name: alts_counter_test
3618 build: test
3619 language: c++
3620 src:
3621 - test/core/tsi/alts/frame_protector/alts_counter_test.cc
3622 deps:
3623 - alts_test_util
3624 - gpr
3625 - grpc
3626- name: alts_crypt_test
3627 build: test
3628 language: c++
3629 src:
3630 - test/core/tsi/alts/crypt/aes_gcm_test.cc
3631 deps:
3632 - alts_test_util
3633 - gpr_test_util
3634 - gpr
3635 - grpc
3636- name: alts_crypter_test
3637 build: test
3638 language: c++
3639 src:
3640 - test/core/tsi/alts/frame_protector/alts_crypter_test.cc
3641 deps:
3642 - alts_test_util
3643 - gpr
3644 - grpc
3645- name: alts_frame_handler_test
3646 build: test
3647 language: c++
3648 src:
3649 - test/core/tsi/alts/frame_protector/frame_handler_test.cc
3650 deps:
3651 - alts_test_util
3652 - gpr
3653 - grpc
3654- name: alts_frame_protector_test
3655 build: test
3656 language: c++
3657 src:
3658 - test/core/tsi/alts/frame_protector/alts_frame_protector_test.cc
3659 deps:
3660 - alts_test_util
3661 - gpr
3662 - grpc
3663 filegroups:
3664 - transport_security_test_lib
3665- name: alts_grpc_record_protocol_test
3666 build: test
3667 language: c++
3668 src:
3669 - test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc
3670 deps:
3671 - alts_test_util
3672 - gpr
3673 - grpc
3674- name: alts_handshaker_client_test
3675 build: test
3676 language: c++
3677 src:
3678 - test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc
3679 deps:
3680 - alts_test_util
3681 - gpr
3682 - grpc
3683- name: alts_handshaker_service_api_test
3684 build: test
3685 language: c++
3686 src:
3687 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test.cc
3688 deps:
3689 - alts_test_util
3690 - gpr
3691 - grpc
3692- name: alts_iovec_record_protocol_test
3693 build: test
3694 language: c++
3695 src:
3696 - test/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol_test.cc
3697 deps:
3698 - alts_test_util
3699 - gpr
3700 - grpc
3701- name: alts_security_connector_test
3702 build: test
3703 language: c++
3704 src:
3705 - test/core/security/alts_security_connector_test.cc
3706 deps:
3707 - gpr
3708 - grpc
3709- name: alts_tsi_handshaker_test
3710 build: test
3711 language: c++
3712 src:
3713 - test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
3714 deps:
3715 - alts_test_util
3716 - gpr
3717 - grpc
3718- name: alts_tsi_utils_test
3719 build: test
3720 language: c++
3721 src:
3722 - test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc
3723 deps:
3724 - alts_test_util
3725 - gpr
3726 - grpc
3727- name: alts_zero_copy_grpc_protector_test
3728 build: test
3729 language: c++
3730 src:
3731 - test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc
3732 deps:
3733 - alts_test_util
3734 - gpr
3735 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003736- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003737 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003738 build: test
3739 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003740 src:
3741 - test/cpp/end2end/async_end2end_test.cc
3742 deps:
3743 - grpc++_test_util
3744 - grpc_test_util
3745 - grpc++
3746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003747 - gpr_test_util
3748 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003749- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003750 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003751 build: test
3752 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003753 src:
3754 - test/cpp/common/auth_property_iterator_test.cc
3755 deps:
3756 - grpc++_test_util
3757 - grpc_test_util
3758 - grpc++
3759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003760 - gpr_test_util
3761 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003762 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003763- name: backoff_test
3764 build: test
3765 language: c++
3766 src:
3767 - test/core/backoff/backoff_test.cc
3768 deps:
3769 - grpc_test_util
3770 - grpc
3771 - gpr_test_util
3772 - gpr
3773 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003774- name: bdp_estimator_test
3775 build: test
3776 language: c++
3777 src:
3778 - test/core/transport/bdp_estimator_test.cc
3779 deps:
3780 - grpc++_test_util
3781 - grpc++
3782 - grpc_test_util
3783 - grpc
3784 - gpr_test_util
3785 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003786 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003787- name: bm_arena
3788 build: test
3789 language: c++
3790 src:
3791 - test/cpp/microbenchmarks/bm_arena.cc
3792 deps:
3793 - grpc_benchmark
3794 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003795 - grpc++_test_util_unsecure
3796 - grpc_test_util_unsecure
3797 - grpc++_unsecure
3798 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003799 - gpr_test_util
3800 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003801 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003802 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003803 platforms:
3804 - mac
3805 - linux
3806 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003807 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003808- name: bm_call_create
3809 build: test
3810 language: c++
3811 src:
3812 - test/cpp/microbenchmarks/bm_call_create.cc
3813 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003814 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003815 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003816 - grpc++_test_util_unsecure
3817 - grpc_test_util_unsecure
3818 - grpc++_unsecure
3819 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003820 - gpr_test_util
3821 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003822 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003823 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003824 platforms:
3825 - mac
3826 - linux
3827 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003828 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003829- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003830 build: test
3831 language: c++
3832 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003833 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003834 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003835 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003836 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003837 - grpc++_test_util_unsecure
3838 - grpc_test_util_unsecure
3839 - grpc++_unsecure
3840 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003841 - gpr_test_util
3842 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003843 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003844 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003845 platforms:
3846 - mac
3847 - linux
3848 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003849 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003850- name: bm_chttp2_transport
3851 build: test
3852 language: c++
3853 src:
3854 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3855 deps:
3856 - grpc_benchmark
3857 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003858 - grpc++_test_util_unsecure
3859 - grpc_test_util_unsecure
3860 - grpc++_unsecure
3861 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003862 - gpr_test_util
3863 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003864 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003865 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003866 platforms:
3867 - mac
3868 - linux
3869 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003870- name: bm_closure
3871 build: test
3872 language: c++
3873 src:
3874 - test/cpp/microbenchmarks/bm_closure.cc
3875 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003876 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003877 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003878 - grpc++_test_util_unsecure
3879 - grpc_test_util_unsecure
3880 - grpc++_unsecure
3881 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003882 - gpr_test_util
3883 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003884 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003885 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003886 platforms:
3887 - mac
3888 - linux
3889 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003890- name: bm_cq
3891 build: test
3892 language: c++
3893 src:
3894 - test/cpp/microbenchmarks/bm_cq.cc
3895 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003896 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003897 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003898 - grpc++_test_util_unsecure
3899 - grpc_test_util_unsecure
3900 - grpc++_unsecure
3901 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003902 - gpr_test_util
3903 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003904 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003905 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003906 platforms:
3907 - mac
3908 - linux
3909 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003910- name: bm_cq_multiple_threads
3911 build: test
3912 language: c++
3913 src:
3914 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3915 deps:
3916 - grpc_benchmark
3917 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003918 - grpc++_test_util_unsecure
3919 - grpc_test_util_unsecure
3920 - grpc++_unsecure
3921 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003922 - gpr_test_util
3923 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003924 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003925 defaults: benchmark
3926 platforms:
3927 - mac
3928 - linux
3929 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003930- name: bm_error
3931 build: test
3932 language: c++
3933 src:
3934 - test/cpp/microbenchmarks/bm_error.cc
3935 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003936 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003937 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003938 - grpc++_test_util_unsecure
3939 - grpc_test_util_unsecure
3940 - grpc++_unsecure
3941 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003942 - gpr_test_util
3943 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003944 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003945 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003946 platforms:
3947 - mac
3948 - linux
3949 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003950 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003951- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003952 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003953 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003954 headers:
3955 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003956 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003957 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003958 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003959 - grpc_benchmark
3960 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003961 - grpc++_test_util_unsecure
3962 - grpc_test_util_unsecure
3963 - grpc++_unsecure
3964 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003965 - gpr_test_util
3966 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003967 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003968 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003969 excluded_poll_engines:
3970 - poll
3971 - poll-cv
3972 platforms:
3973 - mac
3974 - linux
3975 - posix
3976 timeout_seconds: 1200
3977- name: bm_fullstack_streaming_pump
3978 build: test
3979 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003980 headers:
3981 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003982 src:
3983 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003984 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003985 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003986 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003987 - grpc++_test_util_unsecure
3988 - grpc_test_util_unsecure
3989 - grpc++_unsecure
3990 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003991 - gpr_test_util
3992 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003993 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003994 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003995 excluded_poll_engines:
3996 - poll
3997 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003998 platforms:
3999 - mac
4000 - linux
4001 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08004002 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08004003- name: bm_fullstack_trickle
4004 build: test
4005 language: c++
4006 src:
4007 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
4008 deps:
4009 - grpc_benchmark
4010 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004011 - grpc++_test_util_unsecure
4012 - grpc_test_util_unsecure
4013 - grpc++_unsecure
4014 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08004015 - gpr_test_util
4016 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07004017 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004018 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004019 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07004020 exclude_configs:
4021 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08004022 excluded_poll_engines:
4023 - poll
4024 - poll-cv
4025 platforms:
4026 - mac
4027 - linux
4028 - posix
4029 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08004030- name: bm_fullstack_unary_ping_pong
4031 build: test
4032 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004033 headers:
4034 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08004035 src:
4036 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
4037 deps:
4038 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08004039 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004040 - grpc++_test_util_unsecure
4041 - grpc_test_util_unsecure
4042 - grpc++_unsecure
4043 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08004044 - gpr_test_util
4045 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004046 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08004047 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004048 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07004049 - poll
4050 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004051 platforms:
4052 - mac
4053 - linux
4054 - posix
4055 timeout_seconds: 1200
4056- name: bm_metadata
4057 build: test
4058 language: c++
4059 src:
4060 - test/cpp/microbenchmarks/bm_metadata.cc
4061 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004062 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004063 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004064 - grpc++_test_util_unsecure
4065 - grpc_test_util_unsecure
4066 - grpc++_unsecure
4067 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004068 - gpr_test_util
4069 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004070 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004071 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004072 platforms:
4073 - mac
Craig Tiller25834342015-09-25 08:08:24 -07004074 - linux
4075 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004076 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08004077- name: bm_pollset
4078 build: test
4079 language: c++
4080 src:
4081 - test/cpp/microbenchmarks/bm_pollset.cc
4082 deps:
4083 - grpc_benchmark
4084 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004085 - grpc++_test_util_unsecure
4086 - grpc_test_util_unsecure
4087 - grpc++_unsecure
4088 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08004089 - gpr_test_util
4090 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004091 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004092 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08004093 platforms:
4094 - mac
4095 - linux
4096 - posix
Mark D. Roth3d8b32d2018-03-09 13:25:40 -08004097- name: byte_stream_test
4098 gtest: true
4099 build: test
4100 language: c++
4101 src:
4102 - test/core/transport/byte_stream_test.cc
4103 deps:
4104 - grpc_test_util
4105 - grpc
4106 - gpr_test_util
4107 - gpr
4108 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004109- name: channel_arguments_test
4110 gtest: true
4111 build: test
4112 language: c++
4113 src:
4114 - test/cpp/common/channel_arguments_test.cc
4115 deps:
4116 - grpc++
4117 - grpc
4118 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004119 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004120- name: channel_filter_test
4121 gtest: true
4122 build: test
4123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004124 src:
4125 - test/cpp/common/channel_filter_test.cc
4126 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004127 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07004128 - grpc
4129 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004130 uses_polling: false
ncteisen3b42f832018-03-19 13:22:35 -07004131- name: channel_trace_test
4132 gtest: true
4133 build: test
4134 language: c++
4135 src:
4136 - test/core/channel/channel_trace_test.cc
4137 deps:
4138 - grpc_test_util
4139 - grpc++_test_util
4140 - grpc++
4141 - grpc
4142 - gpr_test_util
4143 - gpr
4144 filegroups:
4145 - grpc++_channelz_proto
4146 uses:
4147 - grpc++_test
4148 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004149- name: check_gcp_environment_linux_test
4150 build: test
4151 language: c++
4152 src:
4153 - test/core/security/check_gcp_environment_linux_test.cc
4154 deps:
4155 - grpc
4156 - gpr
4157- name: check_gcp_environment_windows_test
4158 build: test
4159 language: c++
4160 src:
4161 - test/core/security/check_gcp_environment_windows_test.cc
4162 deps:
4163 - grpc
4164 - gpr
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08004165- name: chttp2_settings_timeout_test
4166 gtest: true
4167 build: test
4168 language: c++
4169 src:
4170 - test/core/transport/chttp2/settings_timeout_test.cc
4171 deps:
4172 - grpc_test_util
4173 - grpc
4174 - gpr_test_util
4175 - gpr
4176 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004177- name: cli_call_test
4178 gtest: true
4179 build: test
4180 language: c++
4181 src:
Craig Tiller25834342015-09-25 08:08:24 -07004182 - test/cpp/util/cli_call_test.cc
4183 deps:
4184 - grpc_cli_libs
4185 - grpc++_test_util
4186 - grpc_test_util
4187 - grpc++
4188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004189 - gpr_test_util
4190 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08004191- name: client_channel_stress_test
4192 gtest: false
4193 build: test
4194 language: c++
4195 src:
4196 - src/proto/grpc/lb/v1/load_balancer.proto
4197 - test/cpp/client/client_channel_stress_test.cc
4198 deps:
4199 - grpc++_test_util
4200 - grpc_test_util
4201 - grpc++
4202 - grpc
4203 - gpr_test_util
4204 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004205- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004206 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004207 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004208 build: test
4209 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004210 src:
4211 - test/cpp/end2end/client_crash_test.cc
4212 deps:
4213 - grpc++_test_util
4214 - grpc_test_util
4215 - grpc++
4216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004217 - gpr_test_util
4218 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004219 platforms:
4220 - mac
4221 - linux
4222 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004223- name: client_crash_test_server
4224 build: test
4225 run: false
4226 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004227 src:
4228 - test/cpp/end2end/client_crash_test_server.cc
4229 deps:
4230 - grpc++_test_util
4231 - grpc_test_util
4232 - grpc++
4233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004234 - gpr_test_util
4235 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004236- name: client_lb_end2end_test
4237 gtest: true
4238 build: test
4239 language: c++
4240 src:
4241 - test/cpp/end2end/client_lb_end2end_test.cc
4242 deps:
4243 - grpc++_test_util
4244 - grpc_test_util
4245 - grpc++
4246 - grpc
4247 - gpr_test_util
4248 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004249- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08004250 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004251 build: test
4252 language: c++
4253 src:
4254 - src/proto/grpc/testing/control.proto
4255 - src/proto/grpc/testing/messages.proto
4256 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004257 - src/proto/grpc/testing/services.proto
4258 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004259 - test/cpp/codegen/codegen_test_full.cc
4260 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004261 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004262 - grpc++
4263 - grpc
4264 - gpr
4265 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004266 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07004267 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004268- name: codegen_test_minimal
4269 gtest: true
4270 build: test
4271 language: c++
4272 src:
4273 - src/proto/grpc/testing/control.proto
4274 - src/proto/grpc/testing/messages.proto
4275 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004276 - src/proto/grpc/testing/services.proto
4277 - src/proto/grpc/testing/stats.proto
4278 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07004279 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004280 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07004281 - grpc
4282 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07004283 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004284 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07004285 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07004286 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004287- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004288 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004289 build: test
4290 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004291 src:
4292 - test/cpp/client/credentials_test.cc
4293 deps:
4294 - grpc++
4295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004297- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004298 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004299 build: test
4300 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004301 src:
4302 - test/cpp/util/byte_buffer_test.cc
4303 deps:
4304 - grpc_test_util
4305 - grpc++
4306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004307 - gpr_test_util
4308 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004309 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004310- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004311 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004312 build: test
4313 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004314 src:
4315 - test/cpp/util/slice_test.cc
4316 deps:
4317 - grpc_test_util
4318 - grpc++
4319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004320 - gpr_test_util
4321 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004322 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004323- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004324 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004325 build: test
4326 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004327 src:
4328 - test/cpp/util/string_ref_test.cc
4329 deps:
4330 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02004331 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07004332 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004333- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004334 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004335 build: test
4336 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004337 src:
4338 - test/cpp/util/time_test.cc
4339 deps:
4340 - grpc_test_util
4341 - grpc++
4342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004343 - gpr_test_util
4344 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004345 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004346- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004347 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004348 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004349 build: test
4350 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004351 src:
4352 - test/cpp/end2end/end2end_test.cc
4353 deps:
4354 - grpc++_test_util
4355 - grpc_test_util
4356 - grpc++
4357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004358 - gpr_test_util
4359 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004360- name: error_details_test
4361 gtest: true
4362 build: test
4363 language: c++
4364 src:
4365 - src/proto/grpc/testing/echo_messages.proto
4366 - test/cpp/util/error_details_test.cc
4367 deps:
4368 - grpc++_error_details
4369 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004370- name: exception_test
4371 gtest: true
4372 build: test
4373 language: c++
4374 src:
4375 - test/cpp/end2end/exception_test.cc
4376 deps:
4377 - grpc++_test_util
4378 - grpc_test_util
4379 - grpc++
4380 - grpc
4381 - gpr_test_util
4382 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004383- name: filter_end2end_test
4384 gtest: true
4385 build: test
4386 language: c++
4387 src:
4388 - test/cpp/end2end/filter_end2end_test.cc
4389 deps:
4390 - grpc++_test_util
4391 - grpc_test_util
4392 - grpc++
4393 - grpc
4394 - gpr_test_util
4395 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004396- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004397 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004398 build: test
4399 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004400 src:
4401 - test/cpp/end2end/generic_end2end_test.cc
4402 deps:
4403 - grpc++_test_util
4404 - grpc_test_util
4405 - grpc++
4406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004407 - gpr_test_util
4408 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004409- name: golden_file_test
4410 gtest: true
4411 build: test
4412 language: c++
4413 src:
4414 - src/proto/grpc/testing/compiler_test.proto
4415 - test/cpp/codegen/golden_file_test.cc
4416 deps:
4417 - grpc++
4418 - grpc
4419 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004420 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004421 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004422 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004423- name: grpc_alts_credentials_options_test
4424 build: test
4425 language: c++
4426 src:
4427 - test/core/security/grpc_alts_credentials_options_test.cc
4428 deps:
4429 - grpc
4430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004431- name: grpc_cli
4432 build: test
4433 run: false
4434 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004435 src:
4436 - test/cpp/util/grpc_cli.cc
4437 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004438 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004439 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004440 - grpc++
4441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004442 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004443 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004444- name: grpc_cpp_plugin
4445 build: protoc
4446 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004447 src:
4448 - src/compiler/cpp_plugin.cc
4449 deps:
4450 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004451 secure: false
4452 vs_config_type: Application
4453 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4454- name: grpc_csharp_plugin
4455 build: protoc
4456 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004457 src:
4458 - src/compiler/csharp_plugin.cc
4459 deps:
4460 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004461 secure: false
4462 vs_config_type: Application
4463 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004464- name: grpc_node_plugin
4465 build: protoc
4466 language: c++
4467 src:
4468 - src/compiler/node_plugin.cc
4469 deps:
4470 - grpc_plugin_support
4471 secure: false
4472 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004473- name: grpc_objective_c_plugin
4474 build: protoc
4475 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004476 src:
4477 - src/compiler/objective_c_plugin.cc
4478 deps:
4479 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004480 secure: false
4481 vs_config_type: Application
4482 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004483- name: grpc_php_plugin
4484 build: protoc
4485 language: c++
4486 src:
4487 - src/compiler/php_plugin.cc
4488 deps:
4489 - grpc_plugin_support
4490 secure: false
4491 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004492- name: grpc_python_plugin
4493 build: protoc
4494 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004495 src:
4496 - src/compiler/python_plugin.cc
4497 deps:
4498 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004499 secure: false
4500 vs_config_type: Application
4501 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4502- name: grpc_ruby_plugin
4503 build: protoc
4504 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004505 src:
4506 - src/compiler/ruby_plugin.cc
4507 deps:
4508 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004509 secure: false
4510 vs_config_type: Application
4511 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004512- name: grpc_tool_test
4513 gtest: true
4514 build: test
4515 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004516 src:
4517 - src/proto/grpc/testing/echo.proto
4518 - src/proto/grpc/testing/echo_messages.proto
4519 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004520 deps:
4521 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004522 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004523 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004524 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004525 - grpc_test_util
4526 - grpc++
4527 - grpc
4528 - gpr_test_util
4529 - gpr
4530 filegroups:
4531 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004532- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004533 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004534 build: test
4535 language: c++
4536 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004537 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004538 - test/cpp/grpclb/grpclb_api_test.cc
4539 deps:
4540 - grpc++_test_util
4541 - grpc_test_util
4542 - grpc++
4543 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004544- name: grpclb_end2end_test
4545 gtest: true
4546 build: test
4547 language: c++
4548 src:
4549 - src/proto/grpc/lb/v1/load_balancer.proto
4550 - test/cpp/end2end/grpclb_end2end_test.cc
4551 deps:
4552 - grpc++_test_util
4553 - grpc_test_util
4554 - grpc++
4555 - grpc
4556 - gpr_test_util
4557 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004558- name: h2_ssl_cert_test
4559 gtest: true
4560 build: test
4561 language: c++
4562 headers:
4563 - test/core/end2end/end2end_tests.h
4564 src:
4565 - test/core/end2end/h2_ssl_cert_test.cc
4566 deps:
4567 - grpc_test_util
4568 - grpc++
4569 - grpc
4570 - gpr_test_util
4571 - gpr
4572 uses:
4573 - grpc++_test
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08004574- name: h2_ssl_session_reuse_test
4575 gtest: true
4576 build: test
4577 language: c++
4578 headers:
4579 - test/core/end2end/end2end_tests.h
4580 src:
4581 - test/core/end2end/h2_ssl_session_reuse_test.cc
4582 deps:
4583 - grpc_test_util
4584 - grpc++
4585 - grpc
4586 - gpr_test_util
4587 - gpr
4588 uses:
4589 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004590- name: health_service_end2end_test
4591 gtest: true
4592 build: test
4593 language: c++
4594 src:
4595 - test/cpp/end2end/health_service_end2end_test.cc
4596 deps:
4597 - grpc++_test_util
4598 - grpc_test_util
4599 - grpc++
4600 - grpc
4601 - gpr_test_util
4602 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004603- name: http2_client
4604 build: test
4605 run: false
4606 language: c++
4607 src: []
4608 deps:
4609 - http2_client_main
4610 - grpc++_test_util
4611 - grpc_test_util
4612 - grpc++
4613 - grpc
4614 - grpc++_test_config
4615 platforms:
4616 - mac
4617 - linux
4618 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004619- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004620 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004621 build: test
4622 language: c++
4623 src:
4624 - test/cpp/end2end/hybrid_end2end_test.cc
4625 deps:
4626 - grpc++_test_util
4627 - grpc_test_util
4628 - grpc++
4629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004630 - gpr_test_util
4631 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004632- name: inlined_vector_test
4633 gtest: true
4634 build: test
4635 language: c++
4636 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004637 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004638 deps:
4639 - grpc_test_util
4640 - grpc++
4641 - grpc
4642 - gpr_test_util
4643 - gpr
4644 uses:
4645 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004646- name: inproc_sync_unary_ping_pong_test
4647 build: test
4648 language: c++
4649 src:
4650 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4651 deps:
4652 - qps
4653 - grpc++_core_stats
4654 - grpc++_test_util
4655 - grpc_test_util
4656 - grpc++
4657 - grpc
4658 - gpr_test_util
4659 - gpr
4660 - grpc++_test_config
4661 platforms:
4662 - mac
4663 - linux
4664 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004665- name: interop_client
4666 build: test
4667 run: false
4668 language: c++
4669 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004670 deps:
4671 - interop_client_main
4672 - interop_client_helper
4673 - grpc++_test_util
4674 - grpc_test_util
4675 - grpc++
4676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004677 - gpr_test_util
4678 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004679 - grpc++_test_config
4680 platforms:
4681 - mac
4682 - linux
4683 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004684- name: interop_server
4685 build: test
4686 run: false
4687 language: c++
4688 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004689 deps:
4690 - interop_server_main
4691 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004692 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004693 - grpc++_test_util
4694 - grpc_test_util
4695 - grpc++
4696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004697 - gpr_test_util
4698 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004699 - grpc++_test_config
4700 platforms:
4701 - mac
4702 - linux
4703 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004704- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004705 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004706 build: test
4707 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004708 src:
4709 - test/cpp/interop/interop_test.cc
4710 deps:
4711 - grpc_test_util
4712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004713 - gpr_test_util
4714 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004715 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004716 platforms:
4717 - mac
4718 - linux
4719 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004720- name: json_run_localhost
4721 build: test
4722 run: false
4723 language: c++
4724 src:
4725 - test/cpp/qps/json_run_localhost.cc
4726 deps:
4727 - grpc++_test_util
4728 - grpc_test_util
4729 - grpc++
4730 - grpc
4731 - gpr_test_util
4732 - gpr
4733 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004734 platforms:
4735 - mac
4736 - linux
4737 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004738- name: memory_test
4739 gtest: true
4740 build: test
4741 language: c++
4742 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004743 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004744 deps:
4745 - grpc_test_util
4746 - grpc++
4747 - grpc
4748 - gpr_test_util
4749 - gpr
4750 uses:
4751 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004752 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004753- name: metrics_client
4754 build: test
4755 run: false
4756 language: c++
4757 headers:
4758 - test/cpp/util/metrics_server.h
4759 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004760 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004761 - test/cpp/interop/metrics_client.cc
4762 deps:
4763 - grpc++
4764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004765 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004766 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004767- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004768 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004769 build: test
4770 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004771 headers:
4772 - include/grpc++/test/mock_stream.h
Muxi Yan0e00c432018-01-26 15:39:32 -08004773 - include/grpcpp/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004774 src:
4775 - test/cpp/end2end/mock_test.cc
4776 deps:
4777 - grpc++_test_util
4778 - grpc_test_util
4779 - grpc++
4780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004781 - gpr_test_util
4782 - gpr
Vijay Pai132efa02018-02-09 15:28:14 -08004783- name: nonblocking_test
4784 gtest: true
4785 build: test
4786 language: c++
4787 src:
4788 - test/cpp/end2end/nonblocking_test.cc
4789 deps:
4790 - grpc++_test_util
4791 - grpc_test_util
4792 - grpc++
4793 - grpc
4794 - gpr_test_util
4795 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004796- name: noop-benchmark
4797 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004798 language: c++
4799 src:
4800 - test/cpp/microbenchmarks/noop-benchmark.cc
4801 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004802 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004803 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004804- name: orphanable_test
4805 gtest: true
4806 build: test
4807 language: c++
4808 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004809 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004810 deps:
4811 - grpc_test_util
4812 - grpc++
4813 - grpc
4814 - gpr_test_util
4815 - gpr
4816 uses:
4817 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004818- name: proto_server_reflection_test
4819 gtest: true
4820 build: test
4821 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004822 src:
4823 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004824 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004825 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004826 - grpc++_reflection
4827 - grpc++_test_util
4828 - grpc_test_util
4829 - grpc++
4830 - grpc
4831 - gpr_test_util
4832 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004833- name: proto_utils_test
4834 gtest: true
4835 build: test
4836 language: c++
4837 src:
4838 - test/cpp/codegen/proto_utils_test.cc
4839 deps:
4840 - grpc++
4841 - grpc
4842 filegroups:
4843 - grpc++_codegen_base
4844 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004845 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004846- name: qps_interarrival_test
4847 build: test
4848 run: false
4849 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004850 src:
4851 - test/cpp/qps/qps_interarrival_test.cc
4852 deps:
4853 - qps
4854 - grpc++_test_util
4855 - grpc_test_util
4856 - grpc++
4857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004858 - gpr_test_util
4859 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004860 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004861 platforms:
4862 - mac
4863 - linux
4864 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004865 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004866- name: qps_json_driver
4867 build: test
4868 run: false
4869 language: c++
4870 src:
4871 - test/cpp/qps/qps_json_driver.cc
4872 deps:
4873 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004874 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004875 - grpc++_test_util
4876 - grpc_test_util
4877 - grpc++
4878 - grpc
4879 - gpr_test_util
4880 - gpr
4881 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004882- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004883 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004884 build: test
4885 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004886 src:
4887 - test/cpp/qps/qps_openloop_test.cc
4888 deps:
4889 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004890 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004891 - grpc++_test_util
4892 - grpc_test_util
4893 - grpc++
4894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004895 - gpr_test_util
4896 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004897 - grpc++_test_config
4898 platforms:
4899 - mac
4900 - linux
4901 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004902- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004903 build: test
4904 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004905 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004906 headers:
4907 - test/cpp/qps/client.h
4908 - test/cpp/qps/server.h
4909 src:
4910 - test/cpp/qps/worker.cc
4911 deps:
4912 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004913 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004914 - grpc++_test_util
4915 - grpc_test_util
4916 - grpc++
4917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004918 - gpr_test_util
4919 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004920 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004921- name: reconnect_interop_client
4922 build: test
4923 run: false
4924 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004925 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004926 - src/proto/grpc/testing/empty.proto
4927 - src/proto/grpc/testing/messages.proto
4928 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004929 - test/cpp/interop/reconnect_interop_client.cc
4930 deps:
4931 - grpc++_test_util
4932 - grpc_test_util
4933 - grpc++
4934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004935 - gpr_test_util
4936 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004937 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004938- name: reconnect_interop_server
4939 build: test
4940 run: false
4941 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004942 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004943 - src/proto/grpc/testing/empty.proto
4944 - src/proto/grpc/testing/messages.proto
4945 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004946 - test/cpp/interop/reconnect_interop_server.cc
4947 deps:
4948 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004949 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004950 - grpc++_test_util
4951 - grpc_test_util
4952 - grpc++
4953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004954 - gpr_test_util
4955 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004956 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004957- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004958 gtest: true
4959 build: test
4960 language: c++
4961 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004962 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004963 deps:
4964 - grpc_test_util
4965 - grpc++
4966 - grpc
4967 - gpr_test_util
4968 - gpr
4969 uses:
4970 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004971- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004972 gtest: true
4973 build: test
4974 language: c++
4975 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004976 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004977 deps:
4978 - grpc_test_util
4979 - grpc++
4980 - grpc
4981 - gpr_test_util
4982 - gpr
4983 uses:
4984 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004985- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004986 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004987 build: test
4988 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004989 src:
4990 - test/cpp/common/secure_auth_context_test.cc
4991 deps:
4992 - grpc++_test_util
4993 - grpc_test_util
4994 - grpc++
4995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004996 - gpr_test_util
4997 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004998- name: secure_sync_unary_ping_pong_test
4999 build: test
5000 language: c++
5001 src:
5002 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
5003 deps:
5004 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07005005 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08005006 - grpc++_test_util
5007 - grpc_test_util
5008 - grpc++
5009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005010 - gpr_test_util
5011 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07005012 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08005013 platforms:
5014 - mac
5015 - linux
5016 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07005017- name: server_builder_plugin_test
5018 gtest: true
5019 build: test
5020 language: c++
5021 src:
5022 - test/cpp/end2end/server_builder_plugin_test.cc
5023 deps:
5024 - grpc++_test_util
5025 - grpc_test_util
5026 - grpc++
5027 - grpc
5028 - gpr_test_util
5029 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08005030- name: server_builder_test
5031 gtest: true
5032 build: test
5033 language: c++
5034 src:
5035 - src/proto/grpc/testing/echo_messages.proto
5036 - src/proto/grpc/testing/echo.proto
5037 - test/cpp/server/server_builder_test.cc
5038 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005039 - grpc++_test_util_unsecure
5040 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005041 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005042 - grpc++_unsecure
5043 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005044 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07005045- name: server_context_test_spouse_test
5046 gtest: true
5047 build: test
5048 language: c++
5049 src:
5050 - test/cpp/test/server_context_test_spouse_test.cc
5051 deps:
5052 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07005053 - grpc++
5054 - grpc
5055 - gpr_test_util
5056 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08005057 uses:
5058 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07005059- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005060 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005061 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07005062 build: test
5063 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005064 src:
5065 - test/cpp/end2end/server_crash_test.cc
5066 deps:
5067 - grpc++_test_util
5068 - grpc_test_util
5069 - grpc++
5070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005071 - gpr_test_util
5072 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005073 platforms:
5074 - mac
5075 - linux
5076 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07005077- name: server_crash_test_client
5078 build: test
5079 run: false
5080 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005081 src:
5082 - test/cpp/end2end/server_crash_test_client.cc
5083 deps:
5084 - grpc++_test_util
5085 - grpc_test_util
5086 - grpc++
5087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005088 - gpr_test_util
5089 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08005090- name: server_early_return_test
5091 gtest: true
5092 build: test
5093 language: c++
5094 src:
5095 - test/cpp/end2end/server_early_return_test.cc
5096 deps:
5097 - grpc++_test_util
5098 - grpc_test_util
5099 - grpc++
5100 - grpc
5101 - gpr_test_util
5102 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07005103- name: server_request_call_test
5104 gtest: true
5105 build: test
5106 language: c++
5107 src:
5108 - src/proto/grpc/testing/echo_messages.proto
5109 - src/proto/grpc/testing/echo.proto
5110 - test/cpp/server/server_request_call_test.cc
5111 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005112 - grpc++_test_util_unsecure
5113 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005114 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005115 - grpc++_unsecure
5116 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005117 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07005118- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005119 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005120 build: test
5121 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005122 src:
5123 - test/cpp/end2end/shutdown_test.cc
5124 deps:
5125 - grpc++_test_util
5126 - grpc_test_util
5127 - grpc++
5128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005129 - gpr_test_util
5130 - gpr
Mark D. Roth3e7f2df2018-02-26 13:17:06 -08005131- name: slice_hash_table_test
5132 gtest: true
5133 build: test
5134 language: c++
5135 src:
5136 - test/core/slice/slice_hash_table_test.cc
5137 deps:
5138 - grpc_test_util
5139 - grpc
5140 - gpr_test_util
5141 - gpr
5142 uses_polling: false
David Garcia Quintas396d49d2018-02-28 16:06:30 -08005143- name: slice_weak_hash_table_test
5144 gtest: true
5145 build: test
5146 language: c++
5147 src:
5148 - test/core/slice/slice_weak_hash_table_test.cc
5149 deps:
5150 - grpc_test_util
5151 - grpc
5152 - gpr_test_util
5153 - gpr
5154 uses_polling: false
Craig Tiller97ec5eb2017-09-01 12:57:36 -07005155- name: stats_test
5156 gtest: true
5157 build: test
5158 language: c++
5159 src:
5160 - test/core/debug/stats_test.cc
5161 deps:
5162 - grpc++_test_util
5163 - grpc_test_util
5164 - grpc
5165 - gpr_test_util
5166 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07005167 exclude_configs:
5168 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00005169 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07005170 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005171- name: status_metadata_test
5172 gtest: true
5173 build: test
5174 language: c++
5175 src:
5176 - test/core/transport/status_metadata_test.cc
5177 deps:
5178 - grpc
5179 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005180- name: status_util_test
5181 gtest: true
5182 cpu_cost: 0.1
5183 build: test
5184 language: c++
5185 src:
ncteisen3b42f832018-03-19 13:22:35 -07005186 - test/core/channel/status_util_test.cc
Mark D. Roth718c8342018-02-28 13:00:04 -08005187 deps:
5188 - grpc
5189 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005190- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005191 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005192 build: test
5193 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005194 src:
5195 - test/cpp/end2end/streaming_throughput_test.cc
5196 deps:
5197 - grpc++_test_util
5198 - grpc_test_util
5199 - grpc++
5200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005201 - gpr_test_util
5202 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005203 platforms:
5204 - mac
5205 - linux
5206 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005207- name: stress_test
5208 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07005209 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005210 language: c++
5211 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07005212 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005213 - test/cpp/interop/interop_client.h
5214 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08005215 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005216 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005217 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08005218 - src/proto/grpc/testing/empty.proto
5219 - src/proto/grpc/testing/messages.proto
5220 - src/proto/grpc/testing/metrics.proto
5221 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005222 - test/cpp/interop/interop_client.cc
5223 - test/cpp/interop/stress_interop_client.cc
5224 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005225 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005226 deps:
5227 - grpc++_test_util
5228 - grpc_test_util
5229 - grpc++
5230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005231 - gpr_test_util
5232 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005233 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005234- name: thread_manager_test
5235 build: test
5236 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005237 src:
5238 - test/cpp/thread_manager/thread_manager_test.cc
5239 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005240 - grpc++_unsecure
5241 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005242 - gpr
5243 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07005244- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005245 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005246 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07005247 build: test
5248 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005249 src:
5250 - test/cpp/end2end/thread_stress_test.cc
5251 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005252 - grpc++_test_util_unsecure
5253 - grpc_test_util_unsecure
5254 - grpc++_unsecure
5255 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08005256 - gpr_test_util
5257 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07005258- name: transport_pid_controller_test
5259 build: test
5260 language: c++
5261 src:
5262 - test/core/transport/pid_controller_test.cc
5263 deps:
5264 - grpc++_test_util
5265 - grpc++
5266 - grpc_test_util
5267 - grpc
5268 - gpr_test_util
5269 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08005270- name: transport_security_common_api_test
5271 build: test
5272 language: c++
5273 src:
5274 - test/core/tsi/alts/handshaker/transport_security_common_api_test.cc
5275 deps:
5276 - alts_test_util
5277 - gpr
5278 - grpc
Craig Tiller9a3997c2017-01-30 13:22:33 -08005279- name: writes_per_rpc_test
5280 gtest: true
5281 cpu_cost: 0.5
5282 build: test
5283 language: c++
5284 src:
5285 - test/cpp/performance/writes_per_rpc_test.cc
5286 deps:
5287 - grpc++_test_util
5288 - grpc_test_util
5289 - grpc++
5290 - grpc
5291 - gpr_test_util
5292 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08005293 platforms:
5294 - mac
5295 - linux
5296 - posix
Craig Tillerab230452016-01-04 08:18:43 -08005297- name: public_headers_must_be_c89
5298 build: test
5299 language: c89
5300 src:
5301 - test/core/surface/public_headers_must_be_c89.c
5302 deps:
5303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005304 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08005305- name: gen_hpack_tables
5306 build: tool
5307 language: cc
5308 src:
5309 - tools/codegen/core/gen_hpack_tables.cc
5310 deps:
5311 - gpr
5312 - grpc
5313 uses_polling: false
5314- name: gen_legal_metadata_characters
5315 build: tool
5316 language: cc
5317 src:
5318 - tools/codegen/core/gen_legal_metadata_characters.cc
5319 deps: []
5320- name: gen_percent_encoding_tables
5321 build: tool
5322 language: cc
5323 src:
5324 - tools/codegen/core/gen_percent_encoding_tables.cc
5325 deps: []
5326 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005327vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07005328- linkage: static
5329 name: grpc.dependencies.zlib
5330 props: false
5331 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005332 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08005333- linkage: static
5334 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07005335 props: true
5336 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005337 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07005338- name: gflags
5339 props: false
5340 redist: false
5341 version: 2.1.2.1
5342- name: gtest
5343 props: false
5344 redist: false
5345 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08005346configs:
5347 asan:
5348 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005349 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5350 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005351 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005352 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005353 LDFLAGS: -fsanitize=address
5354 LDXX: clang++
5355 compile_the_world: true
5356 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08005357 ASAN_OPTIONS: detect_leaks=1:color=always
5358 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005359 asan-noleaks:
5360 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005361 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5362 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005363 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005364 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005365 LDFLAGS: -fsanitize=address
5366 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08005367 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08005368 test_environ:
5369 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07005370 asan-trace-cmp:
5371 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07005372 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
5373 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07005374 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005375 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07005376 LDFLAGS: -fsanitize=address
5377 LDXX: clang++
5378 compile_the_world: true
5379 test_environ:
5380 ASAN_OPTIONS: detect_leaks=1:color=always
5381 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005382 basicprof:
5383 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
5384 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07005385 c++-compat:
5386 CFLAGS: -Wc++-compat
5387 CPPFLAGS: -O0
5388 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08005389 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08005390 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08005391 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005392 dbg:
5393 CPPFLAGS: -O0
5394 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005395 gcov:
5396 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005397 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08005398 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08005399 DEFINES: _DEBUG DEBUG GPR_GCOV
5400 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07005401 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08005402 LDXX: g++
5403 helgrind:
5404 CPPFLAGS: -O0
5405 DEFINES: _DEBUG DEBUG
5406 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005407 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07005408 lto:
5409 CPPFLAGS: -O2
5410 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005411 memcheck:
5412 CPPFLAGS: -O0
5413 DEFINES: _DEBUG DEBUG
5414 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005415 valgrind: --tool=memcheck --leak-check=full
5416 msan:
5417 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005418 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005419 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5420 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005421 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005422 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005423 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005424 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5425 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5426 LDXX: clang++
5427 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005428 test_environ:
5429 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005430 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005431 CPPFLAGS: -O3 -fno-omit-frame-pointer
5432 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005433 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005434 noexcept:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005435 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tiller1b6097c2017-04-10 13:28:45 -07005436 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005437 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005438 opt:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005439 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tillera0f85172016-01-20 15:56:06 -08005440 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005441 stapprof:
5442 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5443 DEFINES: NDEBUG
5444 tsan:
5445 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005446 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005447 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005448 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005449 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005450 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005451 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005452 LDXX: clang++
5453 compile_the_world: true
5454 test_environ:
5455 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005456 ubsan:
5457 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005458 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5459 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005460 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005461 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005462 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005463 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005464 LDXX: clang++
5465 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005466 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005467 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005468defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005469 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005470 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5471 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005472 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5473 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5474 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5475 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5476 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005477 benchmark:
5478 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005479 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005480 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005481 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5482 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005483 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005484 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005485 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005486 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005487 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005488 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005489 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005490 LDFLAGS: -g
5491 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005492 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005493 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005494openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005495 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005496 extraction_dir: openssl-1.0.2f
5497 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005498php_config_m4:
5499 deps:
5500 - grpc
5501 - gpr
5502 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005503 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005504 headers:
5505 - src/php/ext/grpc/byte_buffer.h
5506 - src/php/ext/grpc/call.h
5507 - src/php/ext/grpc/call_credentials.h
5508 - src/php/ext/grpc/channel.h
5509 - src/php/ext/grpc/channel_credentials.h
5510 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005511 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005512 - src/php/ext/grpc/php_grpc.h
5513 - src/php/ext/grpc/server.h
5514 - src/php/ext/grpc/server_credentials.h
5515 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005516 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005517 src:
5518 - src/php/ext/grpc/byte_buffer.c
5519 - src/php/ext/grpc/call.c
5520 - src/php/ext/grpc/call_credentials.c
5521 - src/php/ext/grpc/channel.c
5522 - src/php/ext/grpc/channel_credentials.c
5523 - src/php/ext/grpc/completion_queue.c
5524 - src/php/ext/grpc/php_grpc.c
5525 - src/php/ext/grpc/server.c
5526 - src/php/ext/grpc/server_credentials.c
5527 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005528python_dependencies:
5529 deps:
5530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005531 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005532 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005533 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005534 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005535ruby_gem:
5536 deps:
5537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005538 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005539 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005540 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005541 - z