blob: 71fd59c85ba089590925374419932207a49dc0ce [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
Mark D. Roth2137cd82016-09-14 09:04:00 -0700537- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700538 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700539 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700540 - src/core/ext/filters/client_channel/client_channel.h
541 - src/core/ext/filters/client_channel/client_channel_factory.h
542 - src/core/ext/filters/client_channel/connector.h
543 - src/core/ext/filters/client_channel/http_connect_handshaker.h
544 - src/core/ext/filters/client_channel/http_proxy.h
545 - src/core/ext/filters/client_channel/lb_policy.h
546 - src/core/ext/filters/client_channel/lb_policy_factory.h
547 - src/core/ext/filters/client_channel/lb_policy_registry.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800548 - src/core/ext/filters/client_channel/method_params.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700549 - src/core/ext/filters/client_channel/parse_address.h
550 - src/core/ext/filters/client_channel/proxy_mapper.h
551 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
552 - src/core/ext/filters/client_channel/resolver.h
553 - src/core/ext/filters/client_channel/resolver_factory.h
554 - src/core/ext/filters/client_channel/resolver_registry.h
555 - src/core/ext/filters/client_channel/retry_throttle.h
556 - src/core/ext/filters/client_channel/subchannel.h
557 - src/core/ext/filters/client_channel/subchannel_index.h
558 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700559 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700560 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700561 - src/core/ext/filters/client_channel/channel_connectivity.cc
562 - src/core/ext/filters/client_channel/client_channel.cc
563 - src/core/ext/filters/client_channel/client_channel_factory.cc
564 - src/core/ext/filters/client_channel/client_channel_plugin.cc
565 - src/core/ext/filters/client_channel/connector.cc
566 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
567 - src/core/ext/filters/client_channel/http_proxy.cc
568 - src/core/ext/filters/client_channel/lb_policy.cc
569 - src/core/ext/filters/client_channel/lb_policy_factory.cc
570 - src/core/ext/filters/client_channel/lb_policy_registry.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800571 - src/core/ext/filters/client_channel/method_params.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700572 - src/core/ext/filters/client_channel/parse_address.cc
573 - src/core/ext/filters/client_channel/proxy_mapper.cc
574 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
575 - src/core/ext/filters/client_channel/resolver.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700576 - src/core/ext/filters/client_channel/resolver_registry.cc
577 - src/core/ext/filters/client_channel/retry_throttle.cc
578 - src/core/ext/filters/client_channel/subchannel.cc
579 - src/core/ext/filters/client_channel/subchannel_index.cc
580 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700581 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700582 uses:
583 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700584 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800585- name: grpc_codegen
586 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700587 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700588 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800589 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800590 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800591 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800592 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700593 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800594 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700595 uses:
596 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700597- name: grpc_deadline_filter
598 headers:
599 - src/core/ext/filters/deadline/deadline_filter.h
600 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700601 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700602 plugin: grpc_deadline_filter
603 uses:
604 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700605- name: grpc_http_filters
606 headers:
607 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700608 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700609 - src/core/ext/filters/http/server/http_server_filter.h
610 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700611 - src/core/ext/filters/http/client/http_client_filter.cc
612 - src/core/ext/filters/http/http_filters_plugin.cc
613 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
614 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700615 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700616 uses:
617 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700618- name: grpc_lb_policy_grpclb
619 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700620 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700621 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700622 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700623 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
624 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700625 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700626 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
627 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
628 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
629 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
630 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700631 - 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 -0800632 plugin: grpc_lb_policy_grpclb
633 uses:
634 - grpc_base
635 - grpc_client_channel
636 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700637 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800638- name: grpc_lb_policy_grpclb_secure
639 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700640 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700641 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700642 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700643 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
644 - 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 -0800645 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700646 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
647 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
648 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
649 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
650 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700651 - 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 -0700652 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700653 uses:
654 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700655 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700656 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700657 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700658 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700659- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700660 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700661 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700662 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700663 uses:
664 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700665 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700666 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700667- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700668 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700669 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700670 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700671 uses:
672 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700673 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700674 - grpc_lb_subchannel_list
675- name: grpc_lb_subchannel_list
676 headers:
677 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
678 src:
679 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
680 uses:
681 - grpc_base
682 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700683- name: grpc_max_age_filter
684 headers:
685 - src/core/ext/filters/max_age/max_age_filter.h
686 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700687 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700688 plugin: grpc_max_age_filter
689 uses:
690 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700691- name: grpc_message_size_filter
692 headers:
693 - src/core/ext/filters/message_size/message_size_filter.h
694 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700695 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700696 plugin: grpc_message_size_filter
697 uses:
698 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700699- name: grpc_resolver_dns_ares
700 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700701 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
702 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700703 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700704 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
705 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
706 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
707 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700708 plugin: grpc_resolver_dns_ares
709 uses:
710 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700711 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700712- name: grpc_resolver_dns_native
713 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700714 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700715 plugin: grpc_resolver_dns_native
716 uses:
717 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700718 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700719- name: grpc_resolver_fake
720 headers:
721 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
722 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700723 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700724 plugin: grpc_resolver_fake
725 uses:
726 - grpc_base
727 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700728- name: grpc_resolver_sockaddr
729 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700730 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700731 plugin: grpc_resolver_sockaddr
732 uses:
733 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700734 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100735- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700736 public_headers:
737 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100738 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700739 - src/core/lib/security/context/security_context.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800740 - src/core/lib/security/credentials/alts/alts_credentials.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700741 - src/core/lib/security/credentials/composite/composite_credentials.h
742 - src/core/lib/security/credentials/credentials.h
743 - src/core/lib/security/credentials/fake/fake_credentials.h
744 - src/core/lib/security/credentials/google_default/google_default_credentials.h
745 - src/core/lib/security/credentials/iam/iam_credentials.h
746 - src/core/lib/security/credentials/jwt/json_token.h
747 - src/core/lib/security/credentials/jwt/jwt_credentials.h
748 - src/core/lib/security/credentials/jwt/jwt_verifier.h
749 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
750 - src/core/lib/security/credentials/plugin/plugin_credentials.h
751 - src/core/lib/security/credentials/ssl/ssl_credentials.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800752 - src/core/lib/security/security_connector/alts_security_connector.h
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800753 - src/core/lib/security/security_connector/security_connector.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700754 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700755 - src/core/lib/security/transport/secure_endpoint.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800756 - src/core/lib/security/transport/security_handshaker.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800757 - src/core/lib/security/transport/target_authority_table.h
Craig Tillerddad9782016-05-05 17:11:31 -0700758 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700759 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100760 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700761 - src/core/lib/http/httpcli_security_connector.cc
762 - src/core/lib/security/context/security_context.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800763 - src/core/lib/security/credentials/alts/alts_credentials.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700764 - src/core/lib/security/credentials/composite/composite_credentials.cc
765 - src/core/lib/security/credentials/credentials.cc
766 - src/core/lib/security/credentials/credentials_metadata.cc
767 - src/core/lib/security/credentials/fake/fake_credentials.cc
768 - src/core/lib/security/credentials/google_default/credentials_generic.cc
769 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
770 - src/core/lib/security/credentials/iam/iam_credentials.cc
771 - src/core/lib/security/credentials/jwt/json_token.cc
772 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
773 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
774 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
775 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
776 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800777 - src/core/lib/security/security_connector/alts_security_connector.cc
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800778 - src/core/lib/security/security_connector/security_connector.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700779 - src/core/lib/security/transport/client_auth_filter.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700780 - src/core/lib/security/transport/secure_endpoint.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700781 - src/core/lib/security/transport/security_handshaker.cc
782 - src/core/lib/security/transport/server_auth_filter.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800783 - src/core/lib/security/transport/target_authority_table.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700784 - src/core/lib/security/transport/tsi_error.cc
785 - src/core/lib/security/util/json_util.cc
786 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700787 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700788 uses:
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800789 - alts_tsi
Craig Tillerd1697d92016-04-05 16:05:46 -0700790 - grpc_base
791 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700793- name: grpc_server_backward_compatibility
794 headers:
795 - src/core/ext/filters/workarounds/workaround_utils.h
796 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700797 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700798 uses:
799 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700800- name: grpc_server_load_reporting
801 headers:
802 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
803 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
804 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700805 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
806 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700807 plugin: grpc_server_load_reporting_plugin
808 uses:
809 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700810- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700811 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700812 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700813 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700814 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800815 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700816 - test/core/end2end/fixtures/proxy.h
817 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800818 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700819 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800820 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200821 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700822 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700823 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700824 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700825 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700826 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700827 - test/core/util/slice_splitter.h
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800828 - test/core/util/subprocess.h
ncteisenaa3b1972017-11-17 15:56:27 -0800829 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800830 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700831 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700832 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700833 - test/core/end2end/cq_verifier.cc
834 - test/core/end2end/fixtures/http_proxy_fixture.cc
835 - test/core/end2end/fixtures/proxy.cc
836 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700837 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700838 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800839 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700840 - test/core/util/memory_counters.cc
841 - test/core/util/mock_endpoint.cc
842 - test/core/util/parse_hexstring.cc
843 - test/core/util/passthru_endpoint.cc
844 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800845 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700846 - test/core/util/port_server_client.cc
847 - test/core/util/slice_splitter.cc
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800848 - test/core/util/subprocess_posix.cc
849 - test/core/util/subprocess_windows.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800850 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700851 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700852 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700853 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700854 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700855 uses:
Vijay Pai80e23d12018-01-25 21:50:18 -0800856 - cmdline
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700857 - grpc_base
858 - grpc_client_channel
859 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700860- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700861 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700862 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700863 deps:
864 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700865 filegroups:
866 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700867 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700868- name: grpc_trace_headers
869 headers:
870 - src/core/lib/debug/trace.h
871 deps:
872 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700873- name: grpc_transport_chttp2
874 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700875 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700876 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700877 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700878 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700879 - src/core/ext/transport/chttp2/transport/frame.h
880 - src/core/ext/transport/chttp2/transport/frame_data.h
881 - src/core/ext/transport/chttp2/transport/frame_goaway.h
882 - src/core/ext/transport/chttp2/transport/frame_ping.h
883 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
884 - src/core/ext/transport/chttp2/transport/frame_settings.h
885 - src/core/ext/transport/chttp2/transport/frame_window_update.h
886 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
887 - src/core/ext/transport/chttp2/transport/hpack_parser.h
888 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700889 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700890 - src/core/ext/transport/chttp2/transport/huffsyms.h
891 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
892 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700893 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700894 - src/core/ext/transport/chttp2/transport/varint.h
895 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700896 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
897 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
898 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
899 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
900 - src/core/ext/transport/chttp2/transport/flow_control.cc
901 - src/core/ext/transport/chttp2/transport/frame_data.cc
902 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
903 - src/core/ext/transport/chttp2/transport/frame_ping.cc
904 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
905 - src/core/ext/transport/chttp2/transport/frame_settings.cc
906 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
907 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
908 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
909 - src/core/ext/transport/chttp2/transport/hpack_table.cc
910 - src/core/ext/transport/chttp2/transport/http2_settings.cc
911 - src/core/ext/transport/chttp2/transport/huffsyms.cc
912 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
913 - src/core/ext/transport/chttp2/transport/parsing.cc
914 - src/core/ext/transport/chttp2/transport/stream_lists.cc
915 - src/core/ext/transport/chttp2/transport/stream_map.cc
916 - src/core/ext/transport/chttp2/transport/varint.cc
917 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700918 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700919 uses:
920 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700921 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700922 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700923- name: grpc_transport_chttp2_alpn
924 headers:
925 - src/core/ext/transport/chttp2/alpn/alpn.h
926 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700927 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700928 deps:
929 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800930- name: grpc_transport_chttp2_client_connector
931 headers:
932 - src/core/ext/transport/chttp2/client/chttp2_connector.h
933 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700934 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800935 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800936 - grpc_transport_chttp2
937 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700938 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700939- name: grpc_transport_chttp2_client_insecure
940 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700941 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
942 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700943 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800944 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700945 - grpc_transport_chttp2
946 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700947 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700948- name: grpc_transport_chttp2_client_secure
949 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700950 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700951 uses:
952 - grpc_transport_chttp2
953 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700954 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700955 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800956 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800957- name: grpc_transport_chttp2_server
958 headers:
959 - src/core/ext/transport/chttp2/server/chttp2_server.h
960 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700961 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800962 uses:
963 - grpc_transport_chttp2
964 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700965- name: grpc_transport_chttp2_server_insecure
966 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700967 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
968 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700969 uses:
970 - grpc_transport_chttp2
971 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800972 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700973- name: grpc_transport_chttp2_server_secure
974 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700975 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700976 uses:
977 - grpc_transport_chttp2
978 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700979 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800980 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700981- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700982 public_headers:
983 - include/grpc/grpc_cronet.h
984 - include/grpc/grpc_security.h
985 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700986 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800987 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800988 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700989 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700990 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
991 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
992 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700993 filegroups:
994 - grpc_base
995 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700996 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700997- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700998 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700999 - src/core/ext/transport/inproc/inproc_plugin.cc
1000 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001001 plugin: grpc_inproc_plugin
1002 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001003 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001004 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -07001005- name: grpc_transport_inproc_headers
1006 headers:
1007 - src/core/ext/transport/inproc/inproc_transport.h
1008 uses:
1009 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -07001010- name: grpc_workaround_cronet_compression_filter
1011 headers:
1012 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
1013 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001014 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -07001015 plugin: grpc_workaround_cronet_compression_filter
1016 uses:
1017 - grpc_base
1018 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -08001019- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -07001020 src:
1021 - third_party/nanopb/pb_common.c
1022 - third_party/nanopb/pb_decode.c
1023 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -07001024 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001025 - nanopb_headers
1026- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -08001027 headers:
1028 - third_party/nanopb/pb.h
1029 - third_party/nanopb/pb_common.h
1030 - third_party/nanopb/pb_decode.h
1031 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001032- name: transport_security_test_lib
1033 build: test
1034 headers:
1035 - test/core/tsi/transport_security_test_lib.h
1036 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001037 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001038 deps:
1039 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001040- name: tsi
1041 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001042 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -07001043 - src/core/tsi/fake_transport_security.h
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001044 - src/core/tsi/ssl/session_cache/ssl_session.h
1045 - src/core/tsi/ssl/session_cache/ssl_session_cache.h
Craig Tiller134fed32017-03-28 14:27:18 -07001046 - src/core/tsi/ssl_transport_security.h
1047 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -07001048 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001049 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001050 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001051 - src/core/tsi/fake_transport_security.cc
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001052 - src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc
1053 - src/core/tsi/ssl/session_cache/ssl_session_cache.cc
1054 - src/core/tsi/ssl/session_cache/ssl_session_openssl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001055 - src/core/tsi/ssl_transport_security.cc
1056 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001057 deps:
1058 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -08001059 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001060 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -07001061 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001062 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -07001063 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001064 - grpc_trace
1065- name: tsi_interface
1066 headers:
1067 - src/core/tsi/transport_security.h
1068 - src/core/tsi/transport_security_adapter.h
1069 - src/core/tsi/transport_security_interface.h
1070 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001071 - src/core/tsi/transport_security.cc
1072 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001073 deps:
1074 - gpr
1075 secure: true
1076 uses:
1077 - grpc_trace
ncteisen3b42f832018-03-19 13:22:35 -07001078- name: grpc++_channelz_proto
1079 language: c++
1080 src:
1081 - src/proto/grpc/channelz/channelz.proto
Vijay Pai42807252017-07-28 15:08:24 -07001082- name: grpc++_codegen_base
1083 language: c++
1084 public_headers:
1085 - include/grpc++/impl/codegen/async_stream.h
1086 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -07001087 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -07001088 - include/grpc++/impl/codegen/call.h
1089 - include/grpc++/impl/codegen/call_hook.h
1090 - include/grpc++/impl/codegen/channel_interface.h
1091 - include/grpc++/impl/codegen/client_context.h
1092 - include/grpc++/impl/codegen/client_unary_call.h
1093 - include/grpc++/impl/codegen/completion_queue.h
1094 - include/grpc++/impl/codegen/completion_queue_tag.h
1095 - include/grpc++/impl/codegen/config.h
1096 - include/grpc++/impl/codegen/core_codegen_interface.h
1097 - include/grpc++/impl/codegen/create_auth_context.h
1098 - include/grpc++/impl/codegen/grpc_library.h
1099 - include/grpc++/impl/codegen/metadata_map.h
1100 - include/grpc++/impl/codegen/method_handler_impl.h
1101 - include/grpc++/impl/codegen/rpc_method.h
1102 - include/grpc++/impl/codegen/rpc_service_method.h
1103 - include/grpc++/impl/codegen/security/auth_context.h
1104 - include/grpc++/impl/codegen/serialization_traits.h
1105 - include/grpc++/impl/codegen/server_context.h
1106 - include/grpc++/impl/codegen/server_interface.h
1107 - include/grpc++/impl/codegen/service_type.h
1108 - include/grpc++/impl/codegen/slice.h
1109 - include/grpc++/impl/codegen/status.h
1110 - include/grpc++/impl/codegen/status_code_enum.h
1111 - include/grpc++/impl/codegen/string_ref.h
1112 - include/grpc++/impl/codegen/stub_options.h
1113 - include/grpc++/impl/codegen/sync_stream.h
1114 - include/grpc++/impl/codegen/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001115 - include/grpcpp/impl/codegen/async_stream.h
1116 - include/grpcpp/impl/codegen/async_unary_call.h
1117 - include/grpcpp/impl/codegen/byte_buffer.h
1118 - include/grpcpp/impl/codegen/call.h
1119 - include/grpcpp/impl/codegen/call_hook.h
1120 - include/grpcpp/impl/codegen/channel_interface.h
1121 - include/grpcpp/impl/codegen/client_context.h
1122 - include/grpcpp/impl/codegen/client_unary_call.h
1123 - include/grpcpp/impl/codegen/completion_queue.h
1124 - include/grpcpp/impl/codegen/completion_queue_tag.h
1125 - include/grpcpp/impl/codegen/config.h
1126 - include/grpcpp/impl/codegen/core_codegen_interface.h
1127 - include/grpcpp/impl/codegen/create_auth_context.h
1128 - include/grpcpp/impl/codegen/grpc_library.h
1129 - include/grpcpp/impl/codegen/metadata_map.h
1130 - include/grpcpp/impl/codegen/method_handler_impl.h
1131 - include/grpcpp/impl/codegen/rpc_method.h
1132 - include/grpcpp/impl/codegen/rpc_service_method.h
1133 - include/grpcpp/impl/codegen/security/auth_context.h
1134 - include/grpcpp/impl/codegen/serialization_traits.h
1135 - include/grpcpp/impl/codegen/server_context.h
1136 - include/grpcpp/impl/codegen/server_interface.h
1137 - include/grpcpp/impl/codegen/service_type.h
1138 - include/grpcpp/impl/codegen/slice.h
1139 - include/grpcpp/impl/codegen/status.h
1140 - include/grpcpp/impl/codegen/status_code_enum.h
1141 - include/grpcpp/impl/codegen/string_ref.h
1142 - include/grpcpp/impl/codegen/stub_options.h
1143 - include/grpcpp/impl/codegen/sync_stream.h
1144 - include/grpcpp/impl/codegen/time.h
Vijay Pai42807252017-07-28 15:08:24 -07001145 uses:
1146 - grpc_codegen
1147- name: grpc++_codegen_base_src
1148 language: c++
1149 src:
1150 - src/cpp/codegen/codegen_init.cc
1151 uses:
1152 - grpc++_codegen_base
1153- name: grpc++_codegen_proto
1154 language: c++
1155 public_headers:
1156 - include/grpc++/impl/codegen/proto_utils.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001157 - include/grpcpp/impl/codegen/proto_utils.h
Vijay Pai42807252017-07-28 15:08:24 -07001158 uses:
1159 - grpc++_codegen_base
1160 - grpc++_config_proto
1161- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001162 language: c++
1163 public_headers:
1164 - include/grpc++/alarm.h
1165 - include/grpc++/channel.h
1166 - include/grpc++/client_context.h
1167 - include/grpc++/completion_queue.h
1168 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001169 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001170 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001171 - include/grpc++/generic/async_generic_service.h
1172 - include/grpc++/generic/generic_stub.h
1173 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001174 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001175 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001176 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001177 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001178 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001179 - include/grpc++/impl/grpc_library.h
1180 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001181 - include/grpc++/impl/rpc_method.h
1182 - include/grpc++/impl/rpc_service_method.h
1183 - include/grpc++/impl/serialization_traits.h
1184 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001185 - include/grpc++/impl/server_builder_plugin.h
1186 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001187 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001188 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001189 - include/grpc++/security/auth_context.h
1190 - include/grpc++/security/auth_metadata_processor.h
1191 - include/grpc++/security/credentials.h
1192 - include/grpc++/security/server_credentials.h
1193 - include/grpc++/server.h
1194 - include/grpc++/server_builder.h
1195 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001196 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001197 - include/grpc++/support/async_stream.h
1198 - include/grpc++/support/async_unary_call.h
1199 - include/grpc++/support/byte_buffer.h
1200 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001201 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001202 - include/grpc++/support/slice.h
1203 - include/grpc++/support/status.h
1204 - include/grpc++/support/status_code_enum.h
1205 - include/grpc++/support/string_ref.h
1206 - include/grpc++/support/stub_options.h
1207 - include/grpc++/support/sync_stream.h
1208 - include/grpc++/support/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001209 - include/grpcpp/alarm.h
1210 - include/grpcpp/channel.h
1211 - include/grpcpp/client_context.h
1212 - include/grpcpp/completion_queue.h
1213 - include/grpcpp/create_channel.h
1214 - include/grpcpp/create_channel_posix.h
1215 - include/grpcpp/ext/health_check_service_server_builder_option.h
1216 - include/grpcpp/generic/async_generic_service.h
1217 - include/grpcpp/generic/generic_stub.h
1218 - include/grpcpp/grpcpp.h
1219 - include/grpcpp/health_check_service_interface.h
1220 - include/grpcpp/impl/call.h
1221 - include/grpcpp/impl/channel_argument_option.h
1222 - include/grpcpp/impl/client_unary_call.h
1223 - include/grpcpp/impl/codegen/core_codegen.h
1224 - include/grpcpp/impl/grpc_library.h
1225 - include/grpcpp/impl/method_handler_impl.h
1226 - include/grpcpp/impl/rpc_method.h
1227 - include/grpcpp/impl/rpc_service_method.h
1228 - include/grpcpp/impl/serialization_traits.h
1229 - include/grpcpp/impl/server_builder_option.h
1230 - include/grpcpp/impl/server_builder_plugin.h
1231 - include/grpcpp/impl/server_initializer.h
1232 - include/grpcpp/impl/service_type.h
1233 - include/grpcpp/resource_quota.h
1234 - include/grpcpp/security/auth_context.h
1235 - include/grpcpp/security/auth_metadata_processor.h
1236 - include/grpcpp/security/credentials.h
1237 - include/grpcpp/security/server_credentials.h
1238 - include/grpcpp/server.h
1239 - include/grpcpp/server_builder.h
1240 - include/grpcpp/server_context.h
1241 - include/grpcpp/server_posix.h
1242 - include/grpcpp/support/async_stream.h
1243 - include/grpcpp/support/async_unary_call.h
1244 - include/grpcpp/support/byte_buffer.h
1245 - include/grpcpp/support/channel_arguments.h
1246 - include/grpcpp/support/config.h
1247 - include/grpcpp/support/slice.h
1248 - include/grpcpp/support/status.h
1249 - include/grpcpp/support/status_code_enum.h
1250 - include/grpcpp/support/string_ref.h
1251 - include/grpcpp/support/stub_options.h
1252 - include/grpcpp/support/sync_stream.h
1253 - include/grpcpp/support/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001254 headers:
1255 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001256 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001257 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001258 - src/cpp/server/health/default_health_check_service.h
1259 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001260 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001261 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001262 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001263 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001264 - src/cpp/client/client_context.cc
1265 - src/cpp/client/create_channel.cc
1266 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001267 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001268 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001269 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001270 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001271 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001272 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001273 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001274 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001275 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001276 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001277 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001278 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001279 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001280 - src/cpp/server/create_default_thread_pool.cc
1281 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001282 - src/cpp/server/health/default_health_check_service.cc
1283 - src/cpp/server/health/health.pb.c
1284 - src/cpp/server/health/health_check_service.cc
1285 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001286 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001287 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001288 - src/cpp/server/server_context.cc
1289 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001290 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001291 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001292 - src/cpp/util/byte_buffer_cc.cc
1293 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001294 - src/cpp/util/status.cc
1295 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001296 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001297 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001298 - gpr_base_headers
1299 - grpc_base_headers
1300 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001301 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001302 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001303- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001304 language: c++
1305 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001306 - include/grpc++/impl/codegen/config_protobuf.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001307 - include/grpcpp/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001308- name: grpc++_reflection_proto
1309 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001310 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001311 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001312- name: grpc++_test
1313 language: c++
1314 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001315 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001316 - include/grpc++/test/server_context_test_spouse.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001317 - include/grpcpp/test/mock_stream.h
1318 - include/grpcpp/test/server_context_test_spouse.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001319 deps:
1320 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001321 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001322libs:
Yihua Zhang04fb58e2018-03-08 06:49:24 -08001323- name: alts_test_util
1324 build: private
1325 language: c
1326 headers:
1327 - test/core/tsi/alts/crypt/gsec_test_util.h
1328 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.h
1329 src:
1330 - test/core/tsi/alts/crypt/gsec_test_util.cc
1331 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.cc
1332 deps:
1333 - grpc
1334 secure: true
Craig Tillerda179ce2016-02-09 12:01:53 -08001335- name: gpr
1336 build: all
1337 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001338 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001339 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001340 secure: false
1341 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1342- name: gpr_test_util
1343 build: private
1344 language: c
1345 headers:
1346 - test/core/util/test_config.h
1347 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001348 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001349 deps:
1350 - gpr
1351 secure: false
1352 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001353- name: grpc
1354 build: all
1355 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001356 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001357 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001358 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001359 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001360 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001361 filegroups:
1362 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001363 - grpc_transport_chttp2_server_secure
1364 - grpc_transport_chttp2_client_secure
1365 - grpc_transport_chttp2_server_insecure
1366 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001367 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001368 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001369 - grpc_lb_policy_pick_first
1370 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001371 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001372 - grpc_resolver_dns_native
1373 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001374 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001375 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001376 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001377 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001378 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001379 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001380 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001381 - grpc_workaround_cronet_compression_filter
1382 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001383 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001384 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001385 vs_packages:
1386 - grpc.dependencies.openssl
1387 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001388 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001389- name: grpc_cronet
1390 build: all
1391 language: c
1392 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001393 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001394 baselib: true
1395 deps_linkage: static
1396 dll: true
1397 filegroups:
1398 - grpc_base
Muxi Yan7cc4bd82018-03-19 18:34:58 -07001399 - grpc_base_headers
Muxi Yanb94d6812018-03-20 14:17:47 -07001400 - grpc_deadline_filter
1401 - grpc_message_size_filter
Muxi Yan7cc4bd82018-03-19 18:34:58 -07001402 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001403 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001404 - grpc_transport_chttp2_client_secure
Muxi Yan7cc4bd82018-03-19 18:34:58 -07001405 - grpc_transport_chttp2_server_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001406 generate_plugin_registry: true
1407 platforms:
1408 - linux
1409 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001410- name: grpc_dll
1411 build: private
1412 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001413 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001414 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001415 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001416 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001417 build_system:
1418 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001419 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001420 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001421 vs_config_type: DynamicLibrary
1422 vs_packages:
1423 - grpc.dependencies.openssl
1424 - grpc.dependencies.zlib
1425 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1426 vs_props:
1427 - zlib
1428 - openssl
1429 - winsock
1430 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001431- name: grpc_test_util
1432 build: private
1433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001434 headers:
1435 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001436 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001437 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001438 - test/core/end2end/data/client_certs.cc
1439 - test/core/end2end/data/server1_cert.cc
1440 - test/core/end2end/data/server1_key.cc
1441 - test/core/end2end/data/test_root_cert.cc
1442 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001443 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001444 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001445 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001446 - grpc
1447 filegroups:
1448 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001449 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1450- name: grpc_test_util_unsecure
1451 build: private
1452 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001453 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr
1455 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001456 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001457 filegroups:
1458 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001459 secure: false
1460 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1461- name: grpc_unsecure
1462 build: all
1463 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001464 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001465 - src/core/lib/surface/init.cc
1466 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001468 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001469 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001470 filegroups:
1471 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001472 - grpc_transport_chttp2_server_insecure
1473 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001474 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001475 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001476 - grpc_resolver_dns_native
1477 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001478 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001479 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001480 - grpc_lb_policy_grpclb
1481 - grpc_lb_policy_pick_first
1482 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001483 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001484 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001485 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001486 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001487 - grpc_workaround_cronet_compression_filter
1488 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001489 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490 secure: false
1491 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492- name: reconnect_server
1493 build: private
1494 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001495 headers:
1496 - test/core/util/reconnect_server.h
1497 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001498 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001499 deps:
yang-gc9fca182015-11-06 16:41:33 -08001500 - test_tcp_server
1501 - grpc_test_util
1502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001503 - gpr_test_util
1504 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001505- name: test_tcp_server
1506 build: private
1507 language: c
1508 headers:
1509 - test/core/util/test_tcp_server.h
1510 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001511 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001512 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001513 - grpc_test_util
1514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001515 - gpr_test_util
1516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001517- name: grpc++
1518 build: all
1519 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001520 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001521 - include/grpc++/impl/codegen/core_codegen.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001522 - include/grpcpp/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001523 - src/cpp/client/secure_credentials.h
1524 - src/cpp/common/secure_auth_context.h
1525 - src/cpp/server/secure_server_credentials.h
1526 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001527 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001528 - src/cpp/client/secure_credentials.cc
1529 - src/cpp/common/auth_property_iterator.cc
1530 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001531 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001532 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001533 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001534 - src/cpp/server/secure_server_credentials.cc
1535 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001536 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537 baselib: true
1538 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001539 filegroups:
1540 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001541 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001542 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001543 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001544 secure: check
1545 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001546- name: grpc++_core_stats
1547 build: private
1548 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001549 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001550 - src/cpp/util/core_stats.h
1551 src:
1552 - src/proto/grpc/core/stats.proto
1553 - src/cpp/util/core_stats.cc
1554 deps:
1555 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001556- name: grpc++_cronet
1557 build: all
1558 language: c++
1559 src:
1560 - src/cpp/client/cronet_credentials.cc
1561 - src/cpp/client/insecure_credentials.cc
1562 - src/cpp/common/insecure_create_auth_context.cc
1563 - src/cpp/server/insecure_server_credentials.cc
1564 deps:
1565 - gpr
1566 - grpc_cronet
1567 baselib: true
1568 dll: true
1569 filegroups:
1570 - grpc++_base
1571 - grpc++_codegen_base
1572 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001573 - grpc_transport_chttp2_client_insecure
1574 - grpc_transport_chttp2_server_insecure
1575 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001576 platforms:
1577 - linux
1578 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001579- name: grpc++_error_details
1580 build: all
1581 language: c++
1582 public_headers:
1583 - include/grpc++/support/error_details.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001584 - include/grpcpp/support/error_details.h
yang-geceec8e2017-04-10 11:58:44 -07001585 src:
1586 - src/proto/grpc/status/status.proto
1587 - src/cpp/util/error_details.cc
1588 deps:
1589 - grpc++
1590 baselib: true
1591 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001592- name: grpc++_proto_reflection_desc_db
1593 build: private
1594 language: c++
1595 headers:
1596 - test/cpp/util/proto_reflection_descriptor_database.h
1597 src:
1598 - test/cpp/util/proto_reflection_descriptor_database.cc
1599 deps:
1600 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001601 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001602 filegroups:
1603 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001604 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001605- name: grpc++_reflection
1606 build: all
1607 language: c++
1608 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001609 - include/grpc++/ext/proto_server_reflection_plugin.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001610 - include/grpcpp/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001611 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001612 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001613 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001614 - src/cpp/ext/proto_server_reflection.cc
1615 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001616 deps:
1617 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001618 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001619 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001620 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621- name: grpc++_test_config
1622 build: private
1623 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001624 headers:
1625 - test/cpp/util/test_config.h
1626 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001627 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001628- name: grpc++_test_util
1629 build: private
1630 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001631 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001632 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001633 - test/cpp/util/byte_buffer_proto_helper.h
ncteisen3b42f832018-03-19 13:22:35 -07001634 - test/cpp/util/channel_trace_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001635 - test/cpp/util/create_test_channel.h
1636 - test/cpp/util/string_ref_helper.h
1637 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001638 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001639 src:
ncteisen3b42f832018-03-19 13:22:35 -07001640 - src/proto/grpc/channelz/channelz.proto
yang-gc8a49d22016-12-12 11:18:49 -08001641 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001642 - src/proto/grpc/testing/echo_messages.proto
1643 - src/proto/grpc/testing/echo.proto
1644 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001645 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001646 - test/cpp/util/byte_buffer_proto_helper.cc
ncteisen3b42f832018-03-19 13:22:35 -07001647 - test/cpp/util/channel_trace_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001648 - test/cpp/util/create_test_channel.cc
1649 - test/cpp/util/string_ref_helper.cc
1650 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001651 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001652 deps:
1653 - grpc++
1654 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001655 - grpc
yang-g17487f92016-06-03 15:21:15 -07001656 filegroups:
1657 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001658 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001659 - grpc++_codegen_proto
1660 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001661- name: grpc++_test_util_unsecure
1662 build: private
1663 language: c++
1664 headers:
1665 - test/cpp/end2end/test_service_impl.h
1666 - test/cpp/util/byte_buffer_proto_helper.h
1667 - test/cpp/util/string_ref_helper.h
1668 - test/cpp/util/subprocess.h
1669 src:
1670 - src/proto/grpc/health/v1/health.proto
1671 - src/proto/grpc/testing/echo_messages.proto
1672 - src/proto/grpc/testing/echo.proto
1673 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1674 - test/cpp/end2end/test_service_impl.cc
1675 - test/cpp/util/byte_buffer_proto_helper.cc
1676 - test/cpp/util/string_ref_helper.cc
1677 - test/cpp/util/subprocess.cc
1678 deps:
1679 - grpc++_unsecure
1680 - grpc_test_util_unsecure
1681 - grpc_unsecure
1682 filegroups:
1683 - grpc++_codegen_base
1684 - grpc++_codegen_base_src
1685 - grpc++_codegen_proto
1686 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687- name: grpc++_unsecure
1688 build: all
1689 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001690 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001691 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001692 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001693 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001694 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001696 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697 baselib: true
1698 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001699 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001700 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001701 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001702 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703 secure: false
1704 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001705- name: grpc_benchmark
1706 build: test
1707 language: c++
1708 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001709 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1710 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001711 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001712 src:
1713 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001714 deps:
1715 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001716 - grpc++_unsecure
1717 - grpc_test_util_unsecure
1718 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001719 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001720- name: grpc_cli_libs
1721 build: private
1722 language: c++
1723 headers:
1724 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001725 - test/cpp/util/cli_credentials.h
1726 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001727 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001728 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001729 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001730 src:
1731 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001732 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001733 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001734 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001735 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001736 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001737 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001738 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001739 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001740 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001741 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001742 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001743- name: grpc_plugin_support
1744 build: protoc
1745 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001746 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001747 - src/compiler/config.h
1748 - src/compiler/cpp_generator.h
1749 - src/compiler/cpp_generator_helpers.h
1750 - src/compiler/csharp_generator.h
1751 - src/compiler/csharp_generator_helpers.h
1752 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001753 - src/compiler/node_generator.h
1754 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001755 - src/compiler/objective_c_generator.h
1756 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001757 - src/compiler/php_generator.h
1758 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301759 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001760 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301761 - src/compiler/python_generator_helpers.h
1762 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001763 - src/compiler/ruby_generator.h
1764 - src/compiler/ruby_generator_helpers-inl.h
1765 - src/compiler/ruby_generator_map-inl.h
1766 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301767 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001768 src:
1769 - src/compiler/cpp_generator.cc
1770 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001771 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001772 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001773 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001774 - src/compiler/python_generator.cc
1775 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001776 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001777 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001778 secure: false
1779 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001780 vs_props:
1781 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001782- name: http2_client_main
1783 build: private
1784 language: c++
1785 headers:
1786 - test/cpp/interop/http2_client.h
1787 src:
1788 - src/proto/grpc/testing/empty.proto
1789 - src/proto/grpc/testing/messages.proto
1790 - src/proto/grpc/testing/test.proto
1791 - test/cpp/interop/http2_client.cc
1792 deps:
1793 - grpc++_test_util
1794 - grpc_test_util
1795 - grpc++
1796 - grpc
1797 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001798- name: interop_client_helper
1799 build: private
1800 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001801 headers:
1802 - test/cpp/interop/client_helper.h
1803 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001804 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001805 - test/cpp/interop/client_helper.cc
1806 deps:
1807 - grpc++_test_util
1808 - grpc_test_util
1809 - grpc++
1810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001812- name: interop_client_main
1813 build: private
1814 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001815 headers:
1816 - test/cpp/interop/interop_client.h
1817 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001818 - src/proto/grpc/testing/empty.proto
1819 - src/proto/grpc/testing/messages.proto
1820 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001821 - test/cpp/interop/client.cc
1822 - test/cpp/interop/interop_client.cc
1823 deps:
1824 - interop_client_helper
1825 - grpc++_test_util
1826 - grpc_test_util
1827 - grpc++
1828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001829 - gpr_test_util
1830 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001831 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832- name: interop_server_helper
1833 build: private
1834 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001835 headers:
1836 - test/cpp/interop/server_helper.h
1837 src:
1838 - test/cpp/interop/server_helper.cc
1839 deps:
yang-gcc591022017-01-11 11:10:43 -08001840 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001841 - grpc_test_util
1842 - grpc++
1843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001845- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001846 build: private
1847 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001848 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001849 - src/proto/grpc/testing/empty.proto
1850 - src/proto/grpc/testing/messages.proto
1851 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001852 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001853 deps:
1854 - interop_server_helper
1855 - grpc++_test_util
1856 - grpc_test_util
1857 - grpc++
1858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001861 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001862- name: interop_server_main
1863 build: private
1864 language: c++
1865 src:
1866 - test/cpp/interop/interop_server_bootstrap.cc
1867 deps:
1868 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001869- name: qps
1870 build: private
1871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001872 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001873 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001874 - test/cpp/qps/client.h
1875 - test/cpp/qps/driver.h
1876 - test/cpp/qps/histogram.h
1877 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001878 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001879 - test/cpp/qps/qps_worker.h
1880 - test/cpp/qps/report.h
1881 - test/cpp/qps/server.h
1882 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001883 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001884 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001885 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001886 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001887 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001888 - src/proto/grpc/testing/control.proto
1889 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001890 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001891 - test/cpp/qps/client_async.cc
1892 - test/cpp/qps/client_sync.cc
1893 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001894 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001895 - test/cpp/qps/qps_worker.cc
1896 - test/cpp/qps/report.cc
1897 - test/cpp/qps/server_async.cc
1898 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001899 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001900 deps:
1901 - grpc_test_util
1902 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001903 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001904 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001905 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001906- name: grpc_csharp_ext
1907 build: all
1908 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001909 src:
1910 - src/csharp/ext/grpc_csharp_ext.c
1911 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001914 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001915 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001916 dll: only
1917 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001918 vs_packages:
1919 - grpc.dependencies.openssl
1920 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001921 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001922 vs_props:
1923 - zlib
1924 - openssl
1925 - winsock
1926 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001927targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001928- name: algorithm_test
1929 build: test
1930 language: c
1931 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001932 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001933 deps:
1934 - grpc_test_util
1935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001936 - gpr_test_util
1937 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001938 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001939- name: alloc_test
1940 build: test
1941 language: c
1942 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001943 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001944 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001945 - gpr_test_util
1946 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001947 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001948- name: alpn_test
1949 build: test
1950 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001951 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001952 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001953 deps:
1954 - grpc_test_util
1955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001956 - gpr_test_util
1957 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001958- name: api_fuzzer
1959 build: fuzzer
1960 language: c
1961 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001962 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001963 deps:
1964 - grpc_test_util
1965 - grpc
1966 - gpr_test_util
1967 - gpr
1968 corpus_dirs:
1969 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001970 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001971 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001972- name: arena_test
1973 build: test
1974 language: c
1975 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001976 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001977 deps:
1978 - gpr_test_util
1979 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001980 uses_polling: false
Vijay Pai8f4fbb12018-02-08 10:04:08 -08001981- name: avl_test
1982 build: test
1983 language: c
1984 src:
1985 - test/core/avl/avl_test.cc
1986 deps:
1987 - gpr_test_util
1988 - gpr
1989 - grpc
1990 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001991- name: bad_server_response_test
1992 build: test
1993 language: c
1994 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001995 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001996 deps:
1997 - test_tcp_server
1998 - grpc_test_util
1999 - grpc
2000 - gpr_test_util
2001 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002002 exclude_iomgrs:
2003 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07002004- name: bin_decoder_test
2005 build: test
2006 language: c
2007 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002008 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07002009 deps:
2010 - grpc_test_util
2011 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002012 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013- name: bin_encoder_test
2014 build: test
2015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002017 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002018 deps:
2019 - grpc_test_util
2020 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002021 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08002022- name: channel_create_test
2023 build: test
2024 language: c
2025 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002026 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08002027 deps:
2028 - grpc_test_util
2029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr_test_util
2031 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07002032- name: check_epollexclusive
2033 build: tool
2034 language: c
2035 src:
2036 - test/build/check_epollexclusive.c
2037 deps:
2038 - grpc
2039 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08002040- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002041 build: test
2042 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002043 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002044 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002045 deps:
2046 - grpc_test_util
2047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002048 - gpr_test_util
2049 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002050 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002051- name: chttp2_stream_map_test
2052 build: test
2053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002054 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002055 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002056 deps:
2057 - grpc_test_util
2058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 - gpr_test_util
2060 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002061 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08002062- name: chttp2_varint_test
2063 build: test
2064 language: c
2065 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002066 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08002067 deps:
2068 - grpc_test_util
2069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002070 - gpr_test_util
2071 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002072 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07002073- name: client_fuzzer
2074 build: fuzzer
2075 language: c
2076 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002077 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07002078 deps:
2079 - grpc_test_util
2080 - grpc
2081 - gpr_test_util
2082 - gpr
2083 corpus_dirs:
2084 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002085 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07002086 maxlen: 2048
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002087- name: cmdline_test
2088 build: test
2089 language: c
2090 src:
2091 - test/core/util/cmdline_test.cc
2092 deps:
2093 - gpr
2094 - gpr_test_util
2095 - grpc_test_util
2096 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002097- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07002098 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07002099 build: test
2100 language: c
2101 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002102 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002103 deps:
2104 - grpc_test_util
2105 - grpc
2106 - gpr_test_util
2107 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002108- name: compression_test
2109 build: test
2110 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002111 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002112 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002113 deps:
2114 - grpc_test_util
2115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002116 - gpr_test_util
2117 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002118 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08002119- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07002120 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08002121 build: test
2122 language: c
2123 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002124 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08002125 deps:
2126 - grpc_test_util
2127 - grpc
2128 - gpr_test_util
2129 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002130 exclude_iomgrs:
2131 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07002132- name: connection_refused_test
2133 cpu_cost: 0.1
2134 build: test
2135 language: c
2136 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002137 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07002138 deps:
2139 - grpc_test_util
2140 - grpc
2141 - gpr_test_util
2142 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08002143- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08002144 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08002145 build: test
2146 language: c
2147 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002148 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08002149 deps:
2150 - grpc_test_util
2151 - grpc
2152 - gpr_test_util
2153 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002154 exclude_iomgrs:
2155 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08002156- name: dns_resolver_cooldown_test
2157 build: test
2158 language: c
2159 src:
2160 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
2161 deps:
2162 - grpc_test_util
2163 - grpc
2164 - gpr_test_util
2165 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002166- name: dns_resolver_test
2167 build: test
2168 language: c
2169 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002170 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002171 deps:
2172 - grpc_test_util
2173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr_test_util
2175 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002176- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002177 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002178 build: test
2179 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002180 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002181 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002182 deps:
2183 - grpc_test_util
2184 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002185 - gpr_test_util
2186 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002187 exclude_iomgrs:
2188 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002189 platforms:
2190 - mac
2191 - linux
2192 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002193- name: endpoint_pair_test
2194 build: test
2195 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002196 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002197 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002198 deps:
2199 - grpc_test_util
2200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002203 exclude_iomgrs:
2204 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002205- name: error_test
2206 cpu_cost: 30
2207 build: test
2208 language: c
2209 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002210 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08002211 deps:
2212 - grpc_test_util
2213 - grpc
2214 - gpr_test_util
2215 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002216 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002217- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002218 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002219 build: test
2220 language: c
2221 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002222 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002223 deps:
2224 - grpc_test_util
2225 - grpc
2226 - gpr_test_util
2227 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002228 exclude_iomgrs:
2229 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002230 platforms:
2231 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002232- name: fake_resolver_test
2233 build: test
2234 language: c
2235 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002236 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002237 deps:
2238 - grpc_test_util
2239 - grpc
2240 - gpr_test_util
2241 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002242- name: fake_transport_security_test
2243 build: test
2244 language: c
2245 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002246 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002247 deps:
2248 - gpr_test_util
2249 - gpr
2250 - grpc
2251 filegroups:
2252 - transport_security_test_lib
2253 platforms:
2254 - linux
2255 - posix
2256 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257- name: fd_conservation_posix_test
2258 build: test
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002261 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002262 deps:
2263 - grpc_test_util
2264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 - gpr_test_util
2266 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002267 exclude_iomgrs:
2268 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002269 platforms:
2270 - mac
2271 - linux
2272 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002273- name: fd_posix_test
2274 build: test
2275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002276 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002277 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002278 deps:
2279 - grpc_test_util
2280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002281 - gpr_test_util
2282 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002283 exclude_iomgrs:
2284 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002285 platforms:
2286 - mac
2287 - linux
2288 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002289- name: fling_client
2290 build: test
2291 run: false
2292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002293 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002294 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002295 deps:
2296 - grpc_test_util
2297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 - gpr_test_util
2299 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: fling_server
2301 build: test
2302 run: false
2303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002304 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002305 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002306 deps:
2307 - grpc_test_util
2308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002309 - gpr_test_util
2310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002312 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002313 build: test
2314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002316 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002317 deps:
2318 - grpc_test_util
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002322 platforms:
2323 - mac
2324 - linux
2325 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002327 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002328 build: test
2329 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002330 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002331 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002332 deps:
2333 - grpc_test_util
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr_test_util
2336 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002337 platforms:
2338 - mac
2339 - linux
2340 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002341- name: goaway_server_test
2342 cpu_cost: 0.1
2343 build: test
2344 language: c
2345 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002346 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002347 deps:
2348 - grpc_test_util
2349 - grpc
2350 - gpr_test_util
2351 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002352 exclude_iomgrs:
2353 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002354 platforms:
2355 - mac
2356 - linux
2357 - posix
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002358- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002359 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002360 build: test
2361 language: c
2362 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002363 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002364 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002367 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: gpr_env_test
2369 build: test
2370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002372 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002373 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002374 - gpr_test_util
2375 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002376 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377- name: gpr_host_port_test
2378 build: test
2379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002380 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002381 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002382 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002383 - gpr_test_util
2384 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002385 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002386- name: gpr_log_test
2387 build: test
2388 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002389 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002390 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002391 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002392 - gpr_test_util
2393 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002394 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002395- name: gpr_manual_constructor_test
2396 cpu_cost: 3
2397 build: test
2398 language: c
2399 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002400 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002401 deps:
2402 - gpr_test_util
2403 - gpr
2404 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002405- name: gpr_mpscq_test
2406 cpu_cost: 30
2407 build: test
2408 language: c
2409 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002410 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002411 deps:
2412 - gpr_test_util
2413 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002414 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002415- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002416 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002417 build: test
2418 language: c
2419 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002420 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002421 deps:
2422 - gpr_test_util
2423 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002424 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002425- name: gpr_string_test
2426 build: test
2427 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002428 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002429 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002430 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002431 - gpr_test_util
2432 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002433 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002434- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002435 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002436 build: test
2437 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002438 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002439 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002440 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002441 - gpr_test_util
2442 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002443 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002444- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002445 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446 build: test
2447 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002448 src:
Vijay Paida693552018-02-16 22:59:03 -08002449 - test/core/gprpp/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002450 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002451 - gpr_test_util
2452 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002453 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002454- name: gpr_time_test
2455 build: test
2456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002457 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002458 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002459 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002460 - gpr_test_util
2461 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002462 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002463- name: gpr_tls_test
2464 build: test
2465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002466 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002467 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002468 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002469 - gpr_test_util
2470 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002471 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472- name: gpr_useful_test
2473 build: test
2474 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002475 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002476 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002477 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002478 - gpr_test_util
2479 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002480 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002481- name: grpc_auth_context_test
2482 build: test
2483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002484 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002485 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002486 deps:
2487 - grpc_test_util
2488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002489 - gpr_test_util
2490 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002491 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002492- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002493 build: test
2494 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002495 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002496 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002497 deps:
2498 - grpc_test_util
2499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002500 - gpr_test_util
2501 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002502 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002503- name: grpc_byte_buffer_reader_test
2504 build: test
2505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002506 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002507 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002508 deps:
2509 - grpc_test_util
2510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002511 - gpr_test_util
2512 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002513 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514- name: grpc_channel_args_test
2515 build: test
2516 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002517 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002518 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002519 deps:
2520 - grpc_test_util
2521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002522 - gpr_test_util
2523 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002524 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002525- name: grpc_channel_stack_builder_test
2526 build: test
2527 language: c
2528 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002529 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002530 deps:
2531 - grpc_test_util
2532 - grpc
2533 - gpr_test_util
2534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002535- name: grpc_channel_stack_test
2536 build: test
2537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002538 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002539 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002540 deps:
2541 - grpc_test_util
2542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002543 - gpr_test_util
2544 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002545 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002546- name: grpc_completion_queue_test
2547 build: test
2548 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002549 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002550 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002551 deps:
2552 - grpc_test_util
2553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002554 - gpr_test_util
2555 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002556- name: grpc_completion_queue_threading_test
2557 build: test
2558 language: c
2559 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002560 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002561 deps:
2562 - grpc_test_util
2563 - grpc
2564 - gpr_test_util
2565 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002566 exclude_iomgrs:
2567 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568- name: grpc_create_jwt
2569 build: tool
2570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002571 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002572 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002573 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002575 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002576 filegroups:
2577 - cmdline
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002578 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002579 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580- name: grpc_credentials_test
2581 build: test
2582 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002583 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002584 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002585 deps:
2586 - grpc_test_util
2587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002588 - gpr_test_util
2589 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002590- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002591 build: test
2592 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002593 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002594 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002595 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002596 deps:
2597 - grpc_test_util
2598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002599 - gpr_test_util
2600 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002601- name: grpc_invalid_channel_args_test
2602 build: test
2603 language: c
2604 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002605 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002606 deps:
2607 - grpc_test_util
2608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002609 - gpr_test_util
2610 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002611 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612- name: grpc_json_token_test
2613 build: test
2614 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002615 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002616 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002617 deps:
2618 - grpc_test_util
2619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002620 - gpr_test_util
2621 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002622 platforms:
2623 - linux
2624 - posix
2625 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002626 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002627- name: grpc_jwt_verifier_test
2628 build: test
2629 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002630 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002631 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002632 deps:
2633 - grpc_test_util
2634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002635 - gpr_test_util
2636 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002637 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002638- name: grpc_print_google_default_creds_token
2639 build: tool
2640 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002641 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002642 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002643 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002645 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002646 filegroups:
2647 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002648 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002649- name: grpc_security_connector_test
2650 build: test
2651 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002652 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002653 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002654 deps:
2655 - grpc_test_util
2656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002657 - gpr_test_util
2658 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002659- name: grpc_ssl_credentials_test
2660 build: test
2661 language: c
2662 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002663 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002664 deps:
2665 - grpc_test_util
2666 - grpc
2667 - gpr_test_util
2668 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002669- name: grpc_verify_jwt
2670 build: tool
2671 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002672 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002673 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002674 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002676 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002677 filegroups:
2678 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002679 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002680- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002681 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002682 language: c
2683 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002684 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002685 deps:
2686 - grpc_test_util
2687 - grpc
2688 - gpr_test_util
2689 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002690 exclude_iomgrs:
2691 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002692 platforms:
2693 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002694 secure: true
2695- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002696 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002697 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002698 headers:
2699 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002700 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002701 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002702 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002703 deps:
2704 - grpc_test_util
2705 - grpc
2706 - gpr_test_util
2707 - gpr
2708 exclude_iomgrs:
2709 - uv
2710 platforms:
2711 - linux
2712 secure: true
2713- name: handshake_server_with_readahead_handshaker
2714 build: test
2715 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002716 headers:
2717 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002718 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002719 - test/core/handshake/readahead_handshaker_server_ssl.cc
2720 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002721 deps:
2722 - grpc_test_util
2723 - grpc
2724 - gpr_test_util
2725 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002726 exclude_iomgrs:
2727 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002728 platforms:
2729 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002730 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002731- name: histogram_test
2732 build: test
2733 language: c
2734 src:
2735 - test/core/util/histogram_test.cc
2736 deps:
2737 - grpc_test_util
2738 - gpr
2739 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002740- name: hpack_parser_fuzzer_test
2741 build: fuzzer
2742 language: c
2743 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002744 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002745 deps:
2746 - grpc_test_util
2747 - grpc
2748 - gpr_test_util
2749 - gpr
2750 corpus_dirs:
2751 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002752 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002753 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002754- name: hpack_parser_test
2755 build: test
2756 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002757 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002758 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002759 deps:
2760 - grpc_test_util
2761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002762 - gpr_test_util
2763 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002764 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002765- name: hpack_table_test
2766 build: test
2767 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002768 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002769 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002770 deps:
2771 - grpc_test_util
2772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002773 - gpr_test_util
2774 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002775 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002776- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002777 build: test
2778 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002779 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002780 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002781 deps:
2782 - grpc_test_util
2783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002784 - gpr_test_util
2785 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002786 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002787- name: http_request_fuzzer_test
2788 build: fuzzer
2789 language: c
2790 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002791 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002792 deps:
2793 - grpc_test_util
2794 - grpc
2795 - gpr_test_util
2796 - gpr
2797 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002798 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002799 maxlen: 2048
2800- name: http_response_fuzzer_test
2801 build: fuzzer
2802 language: c
2803 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002804 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002805 deps:
2806 - grpc_test_util
2807 - grpc
2808 - gpr_test_util
2809 - gpr
2810 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002811 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002812 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002813- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002814 build: test
2815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002816 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002817 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002818 deps:
2819 - grpc_test_util
2820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002821 - gpr_test_util
2822 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002823- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002824 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002825 build: test
2826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002827 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002828 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002829 deps:
2830 - grpc_test_util
2831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002832 - gpr_test_util
2833 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002834 platforms:
2835 - mac
2836 - linux
2837 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002838- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002839 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002840 build: test
2841 language: c
2842 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002843 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002844 deps:
2845 - grpc_test_util
2846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002847 - gpr_test_util
2848 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002849 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002850 - linux
yang-gf1183302015-12-07 16:02:05 -08002851- name: init_test
2852 build: test
2853 language: c
2854 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002855 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002856 deps:
2857 - grpc_test_util
2858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002859 - gpr_test_util
2860 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002861 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002862- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002863 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002864 build: test
2865 language: c
2866 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002867 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002868 deps:
2869 - grpc_test_util
2870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002871 - gpr_test_util
2872 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002873- name: json_fuzzer_test
2874 build: fuzzer
2875 language: c
2876 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002877 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002878 deps:
2879 - grpc_test_util
2880 - grpc
2881 - gpr_test_util
2882 - gpr
2883 corpus_dirs:
2884 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002885 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002886- name: json_rewrite
2887 build: test
2888 run: false
2889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002890 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002891 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002892 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002893 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002894 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002895 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002896 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002897 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898- name: json_rewrite_test
2899 build: test
2900 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002901 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002902 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002903 deps:
2904 - grpc_test_util
2905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002906 - gpr_test_util
2907 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002908 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002909- name: json_stream_error_test
2910 build: test
2911 language: c
2912 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002913 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002914 deps:
2915 - grpc_test_util
2916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002917 - gpr_test_util
2918 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002919 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002920- name: json_test
2921 build: test
2922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002923 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002924 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002925 deps:
2926 - grpc_test_util
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr_test_util
2929 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002930 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002931- name: lame_client_test
2932 build: test
2933 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002934 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002935 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002936 deps:
2937 - grpc_test_util
2938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002939 - gpr_test_util
2940 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002941- name: load_file_test
2942 build: test
2943 language: c
2944 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002945 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002946 deps:
2947 - grpc_test_util
2948 - grpc
2949 - gpr_test_util
2950 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002951 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002952- name: low_level_ping_pong_benchmark
2953 build: benchmark
2954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002955 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002956 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002957 deps:
2958 - grpc_test_util
2959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002960 - gpr_test_util
2961 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002962 platforms:
2963 - mac
2964 - linux
2965 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002966- name: memory_profile_client
2967 build: test
2968 run: false
2969 language: c
2970 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002971 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002972 deps:
2973 - grpc_test_util
2974 - grpc
2975 - gpr_test_util
2976 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002977 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002978- name: memory_profile_server
2979 build: test
2980 run: false
2981 language: c
2982 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002983 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002984 deps:
2985 - grpc_test_util
2986 - grpc
2987 - gpr_test_util
2988 - gpr
2989- name: memory_profile_test
2990 cpu_cost: 1.5
2991 build: test
2992 language: c
2993 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002994 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002995 deps:
2996 - grpc_test_util
2997 - grpc
2998 - gpr_test_util
2999 - gpr
3000 platforms:
3001 - mac
3002 - linux
3003 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004- name: message_compress_test
3005 build: test
3006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003007 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003008 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003009 deps:
3010 - grpc_test_util
3011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003012 - gpr_test_util
3013 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003014 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07003015- name: minimal_stack_is_minimal_test
3016 build: test
3017 language: c
3018 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003019 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07003020 deps:
3021 - grpc_test_util
3022 - grpc
3023 - gpr_test_util
3024 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003025 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003026- name: multiple_server_queues_test
3027 build: test
3028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003029 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003030 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003031 deps:
3032 - grpc_test_util
3033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003034 - gpr_test_util
3035 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003036- name: murmur_hash_test
3037 build: test
3038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003039 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08003040 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003041 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08003042 - gpr_test_util
3043 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003044 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003045- name: nanopb_fuzzer_response_test
3046 build: fuzzer
3047 language: c
3048 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003049 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003050 deps:
3051 - grpc_test_util
3052 - grpc
3053 - gpr_test_util
3054 - gpr
3055 corpus_dirs:
3056 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07003057 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003058- name: nanopb_fuzzer_serverlist_test
3059 build: fuzzer
3060 language: c
3061 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003062 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003063 deps:
3064 - grpc_test_util
3065 - grpc
3066 - gpr_test_util
3067 - gpr
3068 corpus_dirs:
3069 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07003070 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003071- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003072 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003073 build: test
3074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003075 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003076 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003077 deps:
3078 - grpc_test_util
3079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003080 - gpr_test_util
3081 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07003082- name: num_external_connectivity_watchers_test
3083 build: test
3084 language: c
3085 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003086 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07003087 deps:
3088 - grpc_test_util
3089 - grpc
3090 - gpr_test_util
3091 - gpr
3092 exclude_iomgrs:
3093 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003094- name: parse_address_test
3095 build: test
3096 language: c
3097 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003098 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003099 deps:
3100 - grpc_test_util
3101 - grpc
3102 - gpr_test_util
3103 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003104 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07003105- name: percent_decode_fuzzer
3106 build: fuzzer
3107 language: c
3108 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003109 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003110 deps:
3111 - grpc_test_util
3112 - grpc
3113 - gpr_test_util
3114 - gpr
3115 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003116 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003117 maxlen: 32
3118- name: percent_encode_fuzzer
3119 build: fuzzer
3120 language: c
3121 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003122 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003123 deps:
3124 - grpc_test_util
3125 - grpc
3126 - gpr_test_util
3127 - gpr
3128 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003129 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003130 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07003131- name: percent_encoding_test
3132 build: test
3133 language: c
3134 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003135 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07003136 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003137 - grpc_test_util
3138 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07003139 - gpr_test_util
3140 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003141 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003142- name: pollset_set_test
3143 build: test
3144 language: c
3145 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003146 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003147 deps:
3148 - grpc_test_util
3149 - grpc
3150 - gpr_test_util
3151 - gpr
3152 exclude_iomgrs:
3153 - uv
3154 platforms:
3155 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003156- name: resolve_address_posix_test
3157 build: test
3158 language: c
3159 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003160 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003161 deps:
3162 - grpc_test_util
3163 - grpc
3164 - gpr_test_util
3165 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08003166 exclude_iomgrs:
3167 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003168 platforms:
3169 - mac
3170 - linux
3171 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003172- name: resolve_address_test
3173 build: test
3174 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003175 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003176 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003177 deps:
3178 - grpc_test_util
3179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003180 - gpr_test_util
3181 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003182- name: resource_quota_test
3183 cpu_cost: 30
3184 build: test
3185 language: c
3186 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003187 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003188 deps:
3189 - grpc_test_util
3190 - grpc
3191 - gpr_test_util
3192 - gpr
yang-gd482e592015-12-10 14:04:00 -08003193- name: secure_channel_create_test
3194 build: test
3195 language: c
3196 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003197 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003198 deps:
3199 - grpc_test_util
3200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003201 - gpr_test_util
3202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003203- name: secure_endpoint_test
3204 build: test
3205 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003206 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003207 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003208 deps:
3209 - grpc_test_util
3210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003211 - gpr_test_util
3212 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003213 exclude_iomgrs:
3214 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003215- name: sequential_connectivity_test
3216 build: test
3217 language: c
3218 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003219 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003220 deps:
3221 - grpc_test_util
3222 - grpc
3223 - gpr_test_util
3224 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003225 exclude_iomgrs:
3226 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003227- name: server_chttp2_test
3228 build: test
3229 language: c
3230 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003231 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003232 deps:
3233 - grpc_test_util
3234 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003235 - gpr_test_util
3236 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003237- name: server_fuzzer
3238 build: fuzzer
3239 language: c
3240 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003241 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003242 deps:
3243 - grpc_test_util
3244 - grpc
3245 - gpr_test_util
3246 - gpr
3247 corpus_dirs:
3248 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003249 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003250 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003251- name: server_test
3252 build: test
3253 language: c
3254 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003255 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003256 deps:
3257 - grpc_test_util
3258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003259 - gpr_test_util
3260 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003261- name: slice_buffer_test
3262 build: test
3263 language: c
3264 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003265 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003266 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003267 - grpc_test_util
3268 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003269 - gpr_test_util
3270 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003271 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003272- name: slice_string_helpers_test
3273 build: test
3274 language: c
3275 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003276 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003277 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003278 - grpc_test_util
3279 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003280 - gpr_test_util
3281 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003282 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003283- name: slice_test
3284 build: test
3285 language: c
3286 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003287 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003288 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003289 - grpc_test_util
3290 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003291 - gpr_test_util
3292 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003293 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003294- name: sockaddr_resolver_test
3295 build: test
3296 language: c
3297 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003298 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003299 deps:
3300 - grpc_test_util
3301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003302 - gpr_test_util
3303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003304- name: sockaddr_utils_test
3305 build: test
3306 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003307 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003308 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003309 deps:
3310 - grpc_test_util
3311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003312 - gpr_test_util
3313 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003314- name: socket_utils_test
3315 build: test
3316 language: c
3317 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003318 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003319 deps:
3320 - grpc_test_util
3321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003322 - gpr_test_util
3323 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003324 exclude_iomgrs:
3325 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003326 platforms:
3327 - mac
3328 - linux
3329 - posix
yang-g31e21282016-11-04 15:10:03 -07003330- name: ssl_server_fuzzer
3331 build: fuzzer
3332 language: c
3333 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003334 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003335 deps:
3336 - grpc_test_util
3337 - grpc
3338 - gpr_test_util
3339 - gpr
3340 corpus_dirs:
3341 - test/core/security/corpus/ssl_server_corpus
3342 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003343- name: ssl_transport_security_test
3344 build: test
3345 language: c
3346 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003347 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003348 deps:
3349 - gpr_test_util
3350 - gpr
3351 - grpc
3352 filegroups:
3353 - transport_security_test_lib
3354 platforms:
3355 - linux
3356 - posix
3357 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003358- name: status_conversion_test
3359 build: test
3360 language: c
3361 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003362 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003363 deps:
3364 - grpc_test_util
3365 - grpc
3366 - gpr_test_util
3367 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003368 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003369- name: stream_compression_test
3370 build: test
3371 language: c
3372 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003373 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003374 deps:
3375 - grpc_test_util
3376 - grpc
3377 - gpr_test_util
3378 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003379 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003380- name: stream_owned_slice_test
3381 build: test
3382 language: c
3383 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003384 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003385 deps:
3386 - grpc_test_util
3387 - grpc
3388 - gpr_test_util
3389 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003390 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003391- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003392 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003393 build: test
3394 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003395 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003396 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003397 deps:
3398 - grpc_test_util
3399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003400 - gpr_test_util
3401 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003402 exclude_iomgrs:
3403 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003404 platforms:
3405 - mac
3406 - linux
3407 - posix
murgatroid991191b722017-02-08 11:56:52 -08003408- name: tcp_client_uv_test
3409 cpu_cost: 0.5
3410 build: test
3411 language: c
3412 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003413 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003414 deps:
3415 - grpc_test_util
3416 - grpc
3417 - gpr_test_util
3418 - gpr
3419 exclude_iomgrs:
3420 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003421- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003422 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003423 build: test
3424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003425 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003426 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003427 deps:
3428 - grpc_test_util
3429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003430 - gpr_test_util
3431 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003432 exclude_iomgrs:
3433 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003434 platforms:
3435 - mac
3436 - linux
3437 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003438- name: tcp_server_posix_test
3439 build: test
3440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003441 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003442 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003443 deps:
3444 - grpc_test_util
3445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003446 - gpr_test_util
3447 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003448 exclude_iomgrs:
3449 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003450 platforms:
3451 - mac
3452 - linux
3453 - posix
murgatroid991191b722017-02-08 11:56:52 -08003454- name: tcp_server_uv_test
3455 build: test
3456 language: c
3457 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003458 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003459 deps:
3460 - grpc_test_util
3461 - grpc
3462 - gpr_test_util
3463 - gpr
3464 exclude_iomgrs:
3465 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003466- name: time_averaged_stats_test
3467 build: test
3468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003469 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003470 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003471 deps:
3472 - grpc_test_util
3473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003474 - gpr_test_util
3475 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003476 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003477- name: timeout_encoding_test
3478 build: test
3479 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003480 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003481 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003482 deps:
3483 - grpc_test_util
3484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003485 - gpr_test_util
3486 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003487 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003488- name: timer_heap_test
3489 build: test
3490 language: c
3491 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003492 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003493 deps:
3494 - grpc_test_util
3495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003496 - gpr_test_util
3497 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003498 exclude_iomgrs:
3499 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003500 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003501- name: timer_list_test
3502 build: test
3503 language: c
3504 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003505 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003506 deps:
3507 - grpc_test_util
3508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003509 - gpr_test_util
3510 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003511 exclude_iomgrs:
3512 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003513 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003514- name: transport_connectivity_state_test
3515 build: test
3516 language: c
3517 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003518 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003519 deps:
3520 - grpc_test_util
3521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003522 - gpr_test_util
3523 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003524- name: transport_metadata_test
3525 build: test
3526 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003527 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003528 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003529 deps:
3530 - grpc_test_util
3531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003532 - gpr_test_util
3533 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003534- name: transport_security_test
3535 build: test
3536 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003537 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003538 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003539 deps:
3540 - grpc_test_util
3541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003542 - gpr_test_util
3543 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003544 platforms:
3545 - linux
3546 - posix
3547 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003548- name: udp_server_test
3549 build: test
3550 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003551 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003552 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003553 deps:
3554 - grpc_test_util
3555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003556 - gpr_test_util
3557 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003558 exclude_iomgrs:
3559 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003560 platforms:
3561 - mac
3562 - linux
3563 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003564- name: uri_fuzzer_test
3565 build: fuzzer
3566 language: c
3567 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003568 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003569 deps:
3570 - grpc_test_util
3571 - grpc
3572 - gpr_test_util
3573 - gpr
3574 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003575 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003576 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003577- name: uri_parser_test
3578 build: test
3579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003580 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003581 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003582 deps:
3583 - grpc_test_util
3584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003585 - gpr_test_util
3586 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003587- name: wakeup_fd_cv_test
3588 build: test
3589 language: c
3590 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003591 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003592 deps:
3593 - grpc_test_util
3594 - grpc
3595 - gpr_test_util
3596 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003597 exclude_iomgrs:
3598 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003599 platforms:
3600 - mac
3601 - linux
3602 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003603- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003604 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003605 build: test
3606 language: c++
3607 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003608 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003609 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003610 - grpc++_test_util_unsecure
3611 - grpc_test_util_unsecure
3612 - grpc++_unsecure
3613 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003614 - gpr_test_util
3615 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08003616- name: alts_counter_test
3617 build: test
3618 language: c++
3619 src:
3620 - test/core/tsi/alts/frame_protector/alts_counter_test.cc
3621 deps:
3622 - alts_test_util
3623 - gpr
3624 - grpc
3625- name: alts_crypt_test
3626 build: test
3627 language: c++
3628 src:
3629 - test/core/tsi/alts/crypt/aes_gcm_test.cc
3630 deps:
3631 - alts_test_util
3632 - gpr_test_util
3633 - gpr
3634 - grpc
3635- name: alts_crypter_test
3636 build: test
3637 language: c++
3638 src:
3639 - test/core/tsi/alts/frame_protector/alts_crypter_test.cc
3640 deps:
3641 - alts_test_util
3642 - gpr
3643 - grpc
3644- name: alts_frame_handler_test
3645 build: test
3646 language: c++
3647 src:
3648 - test/core/tsi/alts/frame_protector/frame_handler_test.cc
3649 deps:
3650 - alts_test_util
3651 - gpr
3652 - grpc
3653- name: alts_frame_protector_test
3654 build: test
3655 language: c++
3656 src:
3657 - test/core/tsi/alts/frame_protector/alts_frame_protector_test.cc
3658 deps:
3659 - alts_test_util
3660 - gpr
3661 - grpc
3662 filegroups:
3663 - transport_security_test_lib
3664- name: alts_grpc_record_protocol_test
3665 build: test
3666 language: c++
3667 src:
3668 - test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc
3669 deps:
3670 - alts_test_util
3671 - gpr
3672 - grpc
3673- name: alts_handshaker_client_test
3674 build: test
3675 language: c++
3676 src:
3677 - test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc
3678 deps:
3679 - alts_test_util
3680 - gpr
3681 - grpc
3682- name: alts_handshaker_service_api_test
3683 build: test
3684 language: c++
3685 src:
3686 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test.cc
3687 deps:
3688 - alts_test_util
3689 - gpr
3690 - grpc
3691- name: alts_iovec_record_protocol_test
3692 build: test
3693 language: c++
3694 src:
3695 - test/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol_test.cc
3696 deps:
3697 - alts_test_util
3698 - gpr
3699 - grpc
3700- name: alts_security_connector_test
3701 build: test
3702 language: c++
3703 src:
3704 - test/core/security/alts_security_connector_test.cc
3705 deps:
3706 - gpr
3707 - grpc
3708- name: alts_tsi_handshaker_test
3709 build: test
3710 language: c++
3711 src:
3712 - test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
3713 deps:
3714 - alts_test_util
3715 - gpr
3716 - grpc
3717- name: alts_tsi_utils_test
3718 build: test
3719 language: c++
3720 src:
3721 - test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc
3722 deps:
3723 - alts_test_util
3724 - gpr
3725 - grpc
3726- name: alts_zero_copy_grpc_protector_test
3727 build: test
3728 language: c++
3729 src:
3730 - test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc
3731 deps:
3732 - alts_test_util
3733 - gpr
3734 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003735- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003736 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003737 build: test
3738 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003739 src:
3740 - test/cpp/end2end/async_end2end_test.cc
3741 deps:
3742 - grpc++_test_util
3743 - grpc_test_util
3744 - grpc++
3745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003746 - gpr_test_util
3747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003748- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003749 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003750 build: test
3751 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003752 src:
3753 - test/cpp/common/auth_property_iterator_test.cc
3754 deps:
3755 - grpc++_test_util
3756 - grpc_test_util
3757 - grpc++
3758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003759 - gpr_test_util
3760 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003761 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003762- name: backoff_test
3763 build: test
3764 language: c++
3765 src:
3766 - test/core/backoff/backoff_test.cc
3767 deps:
3768 - grpc_test_util
3769 - grpc
3770 - gpr_test_util
3771 - gpr
3772 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003773- name: bdp_estimator_test
3774 build: test
3775 language: c++
3776 src:
3777 - test/core/transport/bdp_estimator_test.cc
3778 deps:
3779 - grpc++_test_util
3780 - grpc++
3781 - grpc_test_util
3782 - grpc
3783 - gpr_test_util
3784 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003785 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003786- name: bm_arena
3787 build: test
3788 language: c++
3789 src:
3790 - test/cpp/microbenchmarks/bm_arena.cc
3791 deps:
3792 - grpc_benchmark
3793 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003794 - grpc++_test_util_unsecure
3795 - grpc_test_util_unsecure
3796 - grpc++_unsecure
3797 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003798 - gpr_test_util
3799 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003800 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003801 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003802 platforms:
3803 - mac
3804 - linux
3805 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003806 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003807- name: bm_call_create
3808 build: test
3809 language: c++
3810 src:
3811 - test/cpp/microbenchmarks/bm_call_create.cc
3812 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003813 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003814 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003815 - grpc++_test_util_unsecure
3816 - grpc_test_util_unsecure
3817 - grpc++_unsecure
3818 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003819 - gpr_test_util
3820 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003821 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003822 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003823 platforms:
3824 - mac
3825 - linux
3826 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003827 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003828- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003829 build: test
3830 language: c++
3831 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003832 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003833 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003834 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003835 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003836 - grpc++_test_util_unsecure
3837 - grpc_test_util_unsecure
3838 - grpc++_unsecure
3839 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003840 - gpr_test_util
3841 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003842 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003843 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003844 platforms:
3845 - mac
3846 - linux
3847 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003848 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003849- name: bm_chttp2_transport
3850 build: test
3851 language: c++
3852 src:
3853 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3854 deps:
3855 - grpc_benchmark
3856 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003857 - grpc++_test_util_unsecure
3858 - grpc_test_util_unsecure
3859 - grpc++_unsecure
3860 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003861 - gpr_test_util
3862 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003863 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003864 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003865 platforms:
3866 - mac
3867 - linux
3868 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003869- name: bm_closure
3870 build: test
3871 language: c++
3872 src:
3873 - test/cpp/microbenchmarks/bm_closure.cc
3874 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003875 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003876 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003877 - grpc++_test_util_unsecure
3878 - grpc_test_util_unsecure
3879 - grpc++_unsecure
3880 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003881 - gpr_test_util
3882 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003883 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003884 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003885 platforms:
3886 - mac
3887 - linux
3888 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003889- name: bm_cq
3890 build: test
3891 language: c++
3892 src:
3893 - test/cpp/microbenchmarks/bm_cq.cc
3894 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003895 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003896 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003897 - grpc++_test_util_unsecure
3898 - grpc_test_util_unsecure
3899 - grpc++_unsecure
3900 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003901 - gpr_test_util
3902 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003903 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003904 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003905 platforms:
3906 - mac
3907 - linux
3908 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003909- name: bm_cq_multiple_threads
3910 build: test
3911 language: c++
3912 src:
3913 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3914 deps:
3915 - grpc_benchmark
3916 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003917 - grpc++_test_util_unsecure
3918 - grpc_test_util_unsecure
3919 - grpc++_unsecure
3920 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003921 - gpr_test_util
3922 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003923 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003924 defaults: benchmark
3925 platforms:
3926 - mac
3927 - linux
3928 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003929- name: bm_error
3930 build: test
3931 language: c++
3932 src:
3933 - test/cpp/microbenchmarks/bm_error.cc
3934 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003935 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003936 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003937 - grpc++_test_util_unsecure
3938 - grpc_test_util_unsecure
3939 - grpc++_unsecure
3940 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003941 - gpr_test_util
3942 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003943 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003944 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003945 platforms:
3946 - mac
3947 - linux
3948 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003949 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003950- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003951 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003952 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003953 headers:
3954 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003955 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003956 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003957 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003958 - grpc_benchmark
3959 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003960 - grpc++_test_util_unsecure
3961 - grpc_test_util_unsecure
3962 - grpc++_unsecure
3963 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003964 - gpr_test_util
3965 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003966 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003967 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003968 excluded_poll_engines:
3969 - poll
3970 - poll-cv
3971 platforms:
3972 - mac
3973 - linux
3974 - posix
3975 timeout_seconds: 1200
3976- name: bm_fullstack_streaming_pump
3977 build: test
3978 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003979 headers:
3980 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003981 src:
3982 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003983 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003984 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003985 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003986 - grpc++_test_util_unsecure
3987 - grpc_test_util_unsecure
3988 - grpc++_unsecure
3989 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003990 - gpr_test_util
3991 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003992 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003993 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003994 excluded_poll_engines:
3995 - poll
3996 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003997 platforms:
3998 - mac
3999 - linux
4000 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08004001 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08004002- name: bm_fullstack_trickle
4003 build: test
4004 language: c++
4005 src:
4006 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
4007 deps:
4008 - grpc_benchmark
4009 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004010 - grpc++_test_util_unsecure
4011 - grpc_test_util_unsecure
4012 - grpc++_unsecure
4013 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08004014 - gpr_test_util
4015 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07004016 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004017 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004018 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07004019 exclude_configs:
4020 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08004021 excluded_poll_engines:
4022 - poll
4023 - poll-cv
4024 platforms:
4025 - mac
4026 - linux
4027 - posix
4028 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08004029- name: bm_fullstack_unary_ping_pong
4030 build: test
4031 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004032 headers:
4033 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08004034 src:
4035 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
4036 deps:
4037 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08004038 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004039 - grpc++_test_util_unsecure
4040 - grpc_test_util_unsecure
4041 - grpc++_unsecure
4042 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08004043 - gpr_test_util
4044 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004045 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08004046 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004047 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07004048 - poll
4049 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004050 platforms:
4051 - mac
4052 - linux
4053 - posix
4054 timeout_seconds: 1200
4055- name: bm_metadata
4056 build: test
4057 language: c++
4058 src:
4059 - test/cpp/microbenchmarks/bm_metadata.cc
4060 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004061 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004062 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004063 - grpc++_test_util_unsecure
4064 - grpc_test_util_unsecure
4065 - grpc++_unsecure
4066 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004067 - gpr_test_util
4068 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004069 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004070 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004071 platforms:
4072 - mac
Craig Tiller25834342015-09-25 08:08:24 -07004073 - linux
4074 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004075 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08004076- name: bm_pollset
4077 build: test
4078 language: c++
4079 src:
4080 - test/cpp/microbenchmarks/bm_pollset.cc
4081 deps:
4082 - grpc_benchmark
4083 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004084 - grpc++_test_util_unsecure
4085 - grpc_test_util_unsecure
4086 - grpc++_unsecure
4087 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08004088 - gpr_test_util
4089 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004090 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004091 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08004092 platforms:
4093 - mac
4094 - linux
4095 - posix
Mark D. Roth3d8b32d2018-03-09 13:25:40 -08004096- name: byte_stream_test
4097 gtest: true
4098 build: test
4099 language: c++
4100 src:
4101 - test/core/transport/byte_stream_test.cc
4102 deps:
4103 - grpc_test_util
4104 - grpc
4105 - gpr_test_util
4106 - gpr
4107 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004108- name: channel_arguments_test
4109 gtest: true
4110 build: test
4111 language: c++
4112 src:
4113 - test/cpp/common/channel_arguments_test.cc
4114 deps:
4115 - grpc++
4116 - grpc
4117 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004118 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004119- name: channel_filter_test
4120 gtest: true
4121 build: test
4122 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004123 src:
4124 - test/cpp/common/channel_filter_test.cc
4125 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004126 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07004127 - grpc
4128 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004129 uses_polling: false
ncteisen3b42f832018-03-19 13:22:35 -07004130- name: channel_trace_test
4131 gtest: true
4132 build: test
4133 language: c++
4134 src:
4135 - test/core/channel/channel_trace_test.cc
4136 deps:
4137 - grpc_test_util
4138 - grpc++_test_util
4139 - grpc++
4140 - grpc
4141 - gpr_test_util
4142 - gpr
4143 filegroups:
4144 - grpc++_channelz_proto
4145 uses:
4146 - grpc++_test
4147 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004148- name: check_gcp_environment_linux_test
4149 build: test
4150 language: c++
4151 src:
4152 - test/core/security/check_gcp_environment_linux_test.cc
4153 deps:
4154 - grpc
4155 - gpr
4156- name: check_gcp_environment_windows_test
4157 build: test
4158 language: c++
4159 src:
4160 - test/core/security/check_gcp_environment_windows_test.cc
4161 deps:
4162 - grpc
4163 - gpr
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08004164- name: chttp2_settings_timeout_test
4165 gtest: true
4166 build: test
4167 language: c++
4168 src:
4169 - test/core/transport/chttp2/settings_timeout_test.cc
4170 deps:
4171 - grpc_test_util
4172 - grpc
4173 - gpr_test_util
4174 - gpr
4175 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004176- name: cli_call_test
4177 gtest: true
4178 build: test
4179 language: c++
4180 src:
Craig Tiller25834342015-09-25 08:08:24 -07004181 - test/cpp/util/cli_call_test.cc
4182 deps:
4183 - grpc_cli_libs
4184 - grpc++_test_util
4185 - grpc_test_util
4186 - grpc++
4187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004188 - gpr_test_util
4189 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08004190- name: client_channel_stress_test
4191 gtest: false
4192 build: test
4193 language: c++
4194 src:
4195 - src/proto/grpc/lb/v1/load_balancer.proto
4196 - test/cpp/client/client_channel_stress_test.cc
4197 deps:
4198 - grpc++_test_util
4199 - grpc_test_util
4200 - grpc++
4201 - grpc
4202 - gpr_test_util
4203 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004204- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004205 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004206 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004207 build: test
4208 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004209 src:
4210 - test/cpp/end2end/client_crash_test.cc
4211 deps:
4212 - grpc++_test_util
4213 - grpc_test_util
4214 - grpc++
4215 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004216 - gpr_test_util
4217 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004218 platforms:
4219 - mac
4220 - linux
4221 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004222- name: client_crash_test_server
4223 build: test
4224 run: false
4225 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004226 src:
4227 - test/cpp/end2end/client_crash_test_server.cc
4228 deps:
4229 - grpc++_test_util
4230 - grpc_test_util
4231 - grpc++
4232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004233 - gpr_test_util
4234 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004235- name: client_lb_end2end_test
4236 gtest: true
4237 build: test
4238 language: c++
4239 src:
4240 - test/cpp/end2end/client_lb_end2end_test.cc
4241 deps:
4242 - grpc++_test_util
4243 - grpc_test_util
4244 - grpc++
4245 - grpc
4246 - gpr_test_util
4247 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004248- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08004249 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004250 build: test
4251 language: c++
4252 src:
4253 - src/proto/grpc/testing/control.proto
4254 - src/proto/grpc/testing/messages.proto
4255 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004256 - src/proto/grpc/testing/services.proto
4257 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004258 - test/cpp/codegen/codegen_test_full.cc
4259 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004260 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004261 - grpc++
4262 - grpc
4263 - gpr
4264 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004265 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07004266 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004267- name: codegen_test_minimal
4268 gtest: true
4269 build: test
4270 language: c++
4271 src:
4272 - src/proto/grpc/testing/control.proto
4273 - src/proto/grpc/testing/messages.proto
4274 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004275 - src/proto/grpc/testing/services.proto
4276 - src/proto/grpc/testing/stats.proto
4277 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07004278 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004279 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07004280 - grpc
4281 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07004282 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004283 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07004284 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07004285 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004286- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004287 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004288 build: test
4289 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004290 src:
4291 - test/cpp/client/credentials_test.cc
4292 deps:
4293 - grpc++
4294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004295 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004296- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004297 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004298 build: test
4299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004300 src:
4301 - test/cpp/util/byte_buffer_test.cc
4302 deps:
4303 - grpc_test_util
4304 - grpc++
4305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004306 - gpr_test_util
4307 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004308 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004309- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004310 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004311 build: test
4312 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004313 src:
4314 - test/cpp/util/slice_test.cc
4315 deps:
4316 - grpc_test_util
4317 - grpc++
4318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004319 - gpr_test_util
4320 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004321 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004322- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004323 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004324 build: test
4325 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004326 src:
4327 - test/cpp/util/string_ref_test.cc
4328 deps:
4329 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02004330 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07004331 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004332- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004333 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004334 build: test
4335 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004336 src:
4337 - test/cpp/util/time_test.cc
4338 deps:
4339 - grpc_test_util
4340 - grpc++
4341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004342 - gpr_test_util
4343 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004344 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004345- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004346 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004347 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004348 build: test
4349 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004350 src:
4351 - test/cpp/end2end/end2end_test.cc
4352 deps:
4353 - grpc++_test_util
4354 - grpc_test_util
4355 - grpc++
4356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004357 - gpr_test_util
4358 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004359- name: error_details_test
4360 gtest: true
4361 build: test
4362 language: c++
4363 src:
4364 - src/proto/grpc/testing/echo_messages.proto
4365 - test/cpp/util/error_details_test.cc
4366 deps:
4367 - grpc++_error_details
4368 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004369- name: exception_test
4370 gtest: true
4371 build: test
4372 language: c++
4373 src:
4374 - test/cpp/end2end/exception_test.cc
4375 deps:
4376 - grpc++_test_util
4377 - grpc_test_util
4378 - grpc++
4379 - grpc
4380 - gpr_test_util
4381 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004382- name: filter_end2end_test
4383 gtest: true
4384 build: test
4385 language: c++
4386 src:
4387 - test/cpp/end2end/filter_end2end_test.cc
4388 deps:
4389 - grpc++_test_util
4390 - grpc_test_util
4391 - grpc++
4392 - grpc
4393 - gpr_test_util
4394 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004395- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004396 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004397 build: test
4398 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004399 src:
4400 - test/cpp/end2end/generic_end2end_test.cc
4401 deps:
4402 - grpc++_test_util
4403 - grpc_test_util
4404 - grpc++
4405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004406 - gpr_test_util
4407 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004408- name: golden_file_test
4409 gtest: true
4410 build: test
4411 language: c++
4412 src:
4413 - src/proto/grpc/testing/compiler_test.proto
4414 - test/cpp/codegen/golden_file_test.cc
4415 deps:
4416 - grpc++
4417 - grpc
4418 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004419 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004420 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004421 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004422- name: grpc_alts_credentials_options_test
4423 build: test
4424 language: c++
4425 src:
4426 - test/core/security/grpc_alts_credentials_options_test.cc
4427 deps:
4428 - grpc
4429 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004430- name: grpc_cli
4431 build: test
4432 run: false
4433 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004434 src:
4435 - test/cpp/util/grpc_cli.cc
4436 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004437 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004438 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004439 - grpc++
4440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004441 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004442 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004443- name: grpc_cpp_plugin
4444 build: protoc
4445 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004446 src:
4447 - src/compiler/cpp_plugin.cc
4448 deps:
4449 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004450 secure: false
4451 vs_config_type: Application
4452 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4453- name: grpc_csharp_plugin
4454 build: protoc
4455 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004456 src:
4457 - src/compiler/csharp_plugin.cc
4458 deps:
4459 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004460 secure: false
4461 vs_config_type: Application
4462 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004463- name: grpc_node_plugin
4464 build: protoc
4465 language: c++
4466 src:
4467 - src/compiler/node_plugin.cc
4468 deps:
4469 - grpc_plugin_support
4470 secure: false
4471 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004472- name: grpc_objective_c_plugin
4473 build: protoc
4474 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004475 src:
4476 - src/compiler/objective_c_plugin.cc
4477 deps:
4478 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004479 secure: false
4480 vs_config_type: Application
4481 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004482- name: grpc_php_plugin
4483 build: protoc
4484 language: c++
4485 src:
4486 - src/compiler/php_plugin.cc
4487 deps:
4488 - grpc_plugin_support
4489 secure: false
4490 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004491- name: grpc_python_plugin
4492 build: protoc
4493 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004494 src:
4495 - src/compiler/python_plugin.cc
4496 deps:
4497 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004498 secure: false
4499 vs_config_type: Application
4500 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4501- name: grpc_ruby_plugin
4502 build: protoc
4503 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004504 src:
4505 - src/compiler/ruby_plugin.cc
4506 deps:
4507 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004508 secure: false
4509 vs_config_type: Application
4510 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004511- name: grpc_tool_test
4512 gtest: true
4513 build: test
4514 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004515 src:
4516 - src/proto/grpc/testing/echo.proto
4517 - src/proto/grpc/testing/echo_messages.proto
4518 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004519 deps:
4520 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004521 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004522 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004523 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004524 - grpc_test_util
4525 - grpc++
4526 - grpc
4527 - gpr_test_util
4528 - gpr
4529 filegroups:
4530 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004531- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004532 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004533 build: test
4534 language: c++
4535 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004536 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004537 - test/cpp/grpclb/grpclb_api_test.cc
4538 deps:
4539 - grpc++_test_util
4540 - grpc_test_util
4541 - grpc++
4542 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004543- name: grpclb_end2end_test
4544 gtest: true
4545 build: test
4546 language: c++
4547 src:
4548 - src/proto/grpc/lb/v1/load_balancer.proto
4549 - test/cpp/end2end/grpclb_end2end_test.cc
4550 deps:
4551 - grpc++_test_util
4552 - grpc_test_util
4553 - grpc++
4554 - grpc
4555 - gpr_test_util
4556 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004557- name: h2_ssl_cert_test
4558 gtest: true
4559 build: test
4560 language: c++
4561 headers:
4562 - test/core/end2end/end2end_tests.h
4563 src:
4564 - test/core/end2end/h2_ssl_cert_test.cc
4565 deps:
4566 - grpc_test_util
4567 - grpc++
4568 - grpc
4569 - gpr_test_util
4570 - gpr
4571 uses:
4572 - grpc++_test
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08004573- name: h2_ssl_session_reuse_test
4574 gtest: true
4575 build: test
4576 language: c++
4577 headers:
4578 - test/core/end2end/end2end_tests.h
4579 src:
4580 - test/core/end2end/h2_ssl_session_reuse_test.cc
4581 deps:
4582 - grpc_test_util
4583 - grpc++
4584 - grpc
4585 - gpr_test_util
4586 - gpr
4587 uses:
4588 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004589- name: health_service_end2end_test
4590 gtest: true
4591 build: test
4592 language: c++
4593 src:
4594 - test/cpp/end2end/health_service_end2end_test.cc
4595 deps:
4596 - grpc++_test_util
4597 - grpc_test_util
4598 - grpc++
4599 - grpc
4600 - gpr_test_util
4601 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004602- name: http2_client
4603 build: test
4604 run: false
4605 language: c++
4606 src: []
4607 deps:
4608 - http2_client_main
4609 - grpc++_test_util
4610 - grpc_test_util
4611 - grpc++
4612 - grpc
4613 - grpc++_test_config
4614 platforms:
4615 - mac
4616 - linux
4617 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004618- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004619 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004620 build: test
4621 language: c++
4622 src:
4623 - test/cpp/end2end/hybrid_end2end_test.cc
4624 deps:
4625 - grpc++_test_util
4626 - grpc_test_util
4627 - grpc++
4628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004629 - gpr_test_util
4630 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004631- name: inlined_vector_test
4632 gtest: true
4633 build: test
4634 language: c++
4635 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004636 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004637 deps:
4638 - grpc_test_util
4639 - grpc++
4640 - grpc
4641 - gpr_test_util
4642 - gpr
4643 uses:
4644 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004645- name: inproc_sync_unary_ping_pong_test
4646 build: test
4647 language: c++
4648 src:
4649 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4650 deps:
4651 - qps
4652 - grpc++_core_stats
4653 - grpc++_test_util
4654 - grpc_test_util
4655 - grpc++
4656 - grpc
4657 - gpr_test_util
4658 - gpr
4659 - grpc++_test_config
4660 platforms:
4661 - mac
4662 - linux
4663 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004664- name: interop_client
4665 build: test
4666 run: false
4667 language: c++
4668 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004669 deps:
4670 - interop_client_main
4671 - interop_client_helper
4672 - grpc++_test_util
4673 - grpc_test_util
4674 - grpc++
4675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004676 - gpr_test_util
4677 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004678 - grpc++_test_config
4679 platforms:
4680 - mac
4681 - linux
4682 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004683- name: interop_server
4684 build: test
4685 run: false
4686 language: c++
4687 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004688 deps:
4689 - interop_server_main
4690 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004691 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004692 - grpc++_test_util
4693 - grpc_test_util
4694 - grpc++
4695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004696 - gpr_test_util
4697 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004698 - grpc++_test_config
4699 platforms:
4700 - mac
4701 - linux
4702 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004703- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004704 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004705 build: test
4706 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004707 src:
4708 - test/cpp/interop/interop_test.cc
4709 deps:
4710 - grpc_test_util
4711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004712 - gpr_test_util
4713 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004714 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004715 platforms:
4716 - mac
4717 - linux
4718 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004719- name: json_run_localhost
4720 build: test
4721 run: false
4722 language: c++
4723 src:
4724 - test/cpp/qps/json_run_localhost.cc
4725 deps:
4726 - grpc++_test_util
4727 - grpc_test_util
4728 - grpc++
4729 - grpc
4730 - gpr_test_util
4731 - gpr
4732 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004733 platforms:
4734 - mac
4735 - linux
4736 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004737- name: memory_test
4738 gtest: true
4739 build: test
4740 language: c++
4741 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004742 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004743 deps:
4744 - grpc_test_util
4745 - grpc++
4746 - grpc
4747 - gpr_test_util
4748 - gpr
4749 uses:
4750 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004751 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004752- name: metrics_client
4753 build: test
4754 run: false
4755 language: c++
4756 headers:
4757 - test/cpp/util/metrics_server.h
4758 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004759 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004760 - test/cpp/interop/metrics_client.cc
4761 deps:
4762 - grpc++
4763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004764 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004765 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004766- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004767 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004768 build: test
4769 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004770 headers:
4771 - include/grpc++/test/mock_stream.h
Muxi Yan0e00c432018-01-26 15:39:32 -08004772 - include/grpcpp/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004773 src:
4774 - test/cpp/end2end/mock_test.cc
4775 deps:
4776 - grpc++_test_util
4777 - grpc_test_util
4778 - grpc++
4779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004780 - gpr_test_util
4781 - gpr
Vijay Pai132efa02018-02-09 15:28:14 -08004782- name: nonblocking_test
4783 gtest: true
4784 build: test
4785 language: c++
4786 src:
4787 - test/cpp/end2end/nonblocking_test.cc
4788 deps:
4789 - grpc++_test_util
4790 - grpc_test_util
4791 - grpc++
4792 - grpc
4793 - gpr_test_util
4794 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004795- name: noop-benchmark
4796 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004797 language: c++
4798 src:
4799 - test/cpp/microbenchmarks/noop-benchmark.cc
4800 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004801 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004802 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004803- name: orphanable_test
4804 gtest: true
4805 build: test
4806 language: c++
4807 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004808 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004809 deps:
4810 - grpc_test_util
4811 - grpc++
4812 - grpc
4813 - gpr_test_util
4814 - gpr
4815 uses:
4816 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004817- name: proto_server_reflection_test
4818 gtest: true
4819 build: test
4820 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004821 src:
4822 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004823 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004824 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004825 - grpc++_reflection
4826 - grpc++_test_util
4827 - grpc_test_util
4828 - grpc++
4829 - grpc
4830 - gpr_test_util
4831 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004832- name: proto_utils_test
4833 gtest: true
4834 build: test
4835 language: c++
4836 src:
4837 - test/cpp/codegen/proto_utils_test.cc
4838 deps:
4839 - grpc++
4840 - grpc
4841 filegroups:
4842 - grpc++_codegen_base
4843 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004844 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004845- name: qps_interarrival_test
4846 build: test
4847 run: false
4848 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004849 src:
4850 - test/cpp/qps/qps_interarrival_test.cc
4851 deps:
4852 - qps
4853 - grpc++_test_util
4854 - grpc_test_util
4855 - grpc++
4856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004857 - gpr_test_util
4858 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004859 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004860 platforms:
4861 - mac
4862 - linux
4863 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004864 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004865- name: qps_json_driver
4866 build: test
4867 run: false
4868 language: c++
4869 src:
4870 - test/cpp/qps/qps_json_driver.cc
4871 deps:
4872 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004873 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004874 - grpc++_test_util
4875 - grpc_test_util
4876 - grpc++
4877 - grpc
4878 - gpr_test_util
4879 - gpr
4880 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004881- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004882 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004883 build: test
4884 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004885 src:
4886 - test/cpp/qps/qps_openloop_test.cc
4887 deps:
4888 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004889 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004890 - grpc++_test_util
4891 - grpc_test_util
4892 - grpc++
4893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004894 - gpr_test_util
4895 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004896 - grpc++_test_config
4897 platforms:
4898 - mac
4899 - linux
4900 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004901- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004902 build: test
4903 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004904 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004905 headers:
4906 - test/cpp/qps/client.h
4907 - test/cpp/qps/server.h
4908 src:
4909 - test/cpp/qps/worker.cc
4910 deps:
4911 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004912 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004913 - grpc++_test_util
4914 - grpc_test_util
4915 - grpc++
4916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004917 - gpr_test_util
4918 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004919 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004920- name: reconnect_interop_client
4921 build: test
4922 run: false
4923 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004924 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004925 - src/proto/grpc/testing/empty.proto
4926 - src/proto/grpc/testing/messages.proto
4927 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004928 - test/cpp/interop/reconnect_interop_client.cc
4929 deps:
4930 - grpc++_test_util
4931 - grpc_test_util
4932 - grpc++
4933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004934 - gpr_test_util
4935 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004936 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004937- name: reconnect_interop_server
4938 build: test
4939 run: false
4940 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004941 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004942 - src/proto/grpc/testing/empty.proto
4943 - src/proto/grpc/testing/messages.proto
4944 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004945 - test/cpp/interop/reconnect_interop_server.cc
4946 deps:
4947 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004948 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004949 - grpc++_test_util
4950 - grpc_test_util
4951 - grpc++
4952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004953 - gpr_test_util
4954 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004955 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004956- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004957 gtest: true
4958 build: test
4959 language: c++
4960 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004961 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004962 deps:
4963 - grpc_test_util
4964 - grpc++
4965 - grpc
4966 - gpr_test_util
4967 - gpr
4968 uses:
4969 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004970- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004971 gtest: true
4972 build: test
4973 language: c++
4974 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004975 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004976 deps:
4977 - grpc_test_util
4978 - grpc++
4979 - grpc
4980 - gpr_test_util
4981 - gpr
4982 uses:
4983 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004984- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004985 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004986 build: test
4987 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004988 src:
4989 - test/cpp/common/secure_auth_context_test.cc
4990 deps:
4991 - grpc++_test_util
4992 - grpc_test_util
4993 - grpc++
4994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004995 - gpr_test_util
4996 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004997- name: secure_sync_unary_ping_pong_test
4998 build: test
4999 language: c++
5000 src:
5001 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
5002 deps:
5003 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07005004 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08005005 - grpc++_test_util
5006 - grpc_test_util
5007 - grpc++
5008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005009 - gpr_test_util
5010 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07005011 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08005012 platforms:
5013 - mac
5014 - linux
5015 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07005016- name: server_builder_plugin_test
5017 gtest: true
5018 build: test
5019 language: c++
5020 src:
5021 - test/cpp/end2end/server_builder_plugin_test.cc
5022 deps:
5023 - grpc++_test_util
5024 - grpc_test_util
5025 - grpc++
5026 - grpc
5027 - gpr_test_util
5028 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08005029- name: server_builder_test
5030 gtest: true
5031 build: test
5032 language: c++
5033 src:
5034 - src/proto/grpc/testing/echo_messages.proto
5035 - src/proto/grpc/testing/echo.proto
5036 - test/cpp/server/server_builder_test.cc
5037 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005038 - grpc++_test_util_unsecure
5039 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005040 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005041 - grpc++_unsecure
5042 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005043 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07005044- name: server_context_test_spouse_test
5045 gtest: true
5046 build: test
5047 language: c++
5048 src:
5049 - test/cpp/test/server_context_test_spouse_test.cc
5050 deps:
5051 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07005052 - grpc++
5053 - grpc
5054 - gpr_test_util
5055 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08005056 uses:
5057 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07005058- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005059 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005060 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07005061 build: test
5062 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005063 src:
5064 - test/cpp/end2end/server_crash_test.cc
5065 deps:
5066 - grpc++_test_util
5067 - grpc_test_util
5068 - grpc++
5069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005070 - gpr_test_util
5071 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005072 platforms:
5073 - mac
5074 - linux
5075 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07005076- name: server_crash_test_client
5077 build: test
5078 run: false
5079 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005080 src:
5081 - test/cpp/end2end/server_crash_test_client.cc
5082 deps:
5083 - grpc++_test_util
5084 - grpc_test_util
5085 - grpc++
5086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005087 - gpr_test_util
5088 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08005089- name: server_early_return_test
5090 gtest: true
5091 build: test
5092 language: c++
5093 src:
5094 - test/cpp/end2end/server_early_return_test.cc
5095 deps:
5096 - grpc++_test_util
5097 - grpc_test_util
5098 - grpc++
5099 - grpc
5100 - gpr_test_util
5101 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07005102- name: server_request_call_test
5103 gtest: true
5104 build: test
5105 language: c++
5106 src:
5107 - src/proto/grpc/testing/echo_messages.proto
5108 - src/proto/grpc/testing/echo.proto
5109 - test/cpp/server/server_request_call_test.cc
5110 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005111 - grpc++_test_util_unsecure
5112 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005113 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005114 - grpc++_unsecure
5115 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07005117- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005118 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005119 build: test
5120 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005121 src:
5122 - test/cpp/end2end/shutdown_test.cc
5123 deps:
5124 - grpc++_test_util
5125 - grpc_test_util
5126 - grpc++
5127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005128 - gpr_test_util
5129 - gpr
Mark D. Roth3e7f2df2018-02-26 13:17:06 -08005130- name: slice_hash_table_test
5131 gtest: true
5132 build: test
5133 language: c++
5134 src:
5135 - test/core/slice/slice_hash_table_test.cc
5136 deps:
5137 - grpc_test_util
5138 - grpc
5139 - gpr_test_util
5140 - gpr
5141 uses_polling: false
David Garcia Quintas396d49d2018-02-28 16:06:30 -08005142- name: slice_weak_hash_table_test
5143 gtest: true
5144 build: test
5145 language: c++
5146 src:
5147 - test/core/slice/slice_weak_hash_table_test.cc
5148 deps:
5149 - grpc_test_util
5150 - grpc
5151 - gpr_test_util
5152 - gpr
5153 uses_polling: false
Craig Tiller97ec5eb2017-09-01 12:57:36 -07005154- name: stats_test
5155 gtest: true
5156 build: test
5157 language: c++
5158 src:
5159 - test/core/debug/stats_test.cc
5160 deps:
5161 - grpc++_test_util
5162 - grpc_test_util
5163 - grpc
5164 - gpr_test_util
5165 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07005166 exclude_configs:
5167 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00005168 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07005169 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005170- name: status_metadata_test
5171 gtest: true
5172 build: test
5173 language: c++
5174 src:
5175 - test/core/transport/status_metadata_test.cc
5176 deps:
5177 - grpc
5178 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005179- name: status_util_test
5180 gtest: true
5181 cpu_cost: 0.1
5182 build: test
5183 language: c++
5184 src:
ncteisen3b42f832018-03-19 13:22:35 -07005185 - test/core/channel/status_util_test.cc
Mark D. Roth718c8342018-02-28 13:00:04 -08005186 deps:
5187 - grpc
5188 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005189- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005190 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005191 build: test
5192 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005193 src:
5194 - test/cpp/end2end/streaming_throughput_test.cc
5195 deps:
5196 - grpc++_test_util
5197 - grpc_test_util
5198 - grpc++
5199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005200 - gpr_test_util
5201 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005202 platforms:
5203 - mac
5204 - linux
5205 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005206- name: stress_test
5207 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07005208 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005209 language: c++
5210 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07005211 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005212 - test/cpp/interop/interop_client.h
5213 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08005214 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005215 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005216 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08005217 - src/proto/grpc/testing/empty.proto
5218 - src/proto/grpc/testing/messages.proto
5219 - src/proto/grpc/testing/metrics.proto
5220 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005221 - test/cpp/interop/interop_client.cc
5222 - test/cpp/interop/stress_interop_client.cc
5223 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005224 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005225 deps:
5226 - grpc++_test_util
5227 - grpc_test_util
5228 - grpc++
5229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005230 - gpr_test_util
5231 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005232 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005233- name: thread_manager_test
5234 build: test
5235 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005236 src:
5237 - test/cpp/thread_manager/thread_manager_test.cc
5238 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005239 - grpc++_unsecure
5240 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005241 - gpr
5242 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07005243- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005244 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005245 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07005246 build: test
5247 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005248 src:
5249 - test/cpp/end2end/thread_stress_test.cc
5250 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005251 - grpc++_test_util_unsecure
5252 - grpc_test_util_unsecure
5253 - grpc++_unsecure
5254 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08005255 - gpr_test_util
5256 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07005257- name: transport_pid_controller_test
5258 build: test
5259 language: c++
5260 src:
5261 - test/core/transport/pid_controller_test.cc
5262 deps:
5263 - grpc++_test_util
5264 - grpc++
5265 - grpc_test_util
5266 - grpc
5267 - gpr_test_util
5268 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08005269- name: transport_security_common_api_test
5270 build: test
5271 language: c++
5272 src:
5273 - test/core/tsi/alts/handshaker/transport_security_common_api_test.cc
5274 deps:
5275 - alts_test_util
5276 - gpr
5277 - grpc
Craig Tiller9a3997c2017-01-30 13:22:33 -08005278- name: writes_per_rpc_test
5279 gtest: true
5280 cpu_cost: 0.5
5281 build: test
5282 language: c++
5283 src:
5284 - test/cpp/performance/writes_per_rpc_test.cc
5285 deps:
5286 - grpc++_test_util
5287 - grpc_test_util
5288 - grpc++
5289 - grpc
5290 - gpr_test_util
5291 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08005292 platforms:
5293 - mac
5294 - linux
5295 - posix
Craig Tillerab230452016-01-04 08:18:43 -08005296- name: public_headers_must_be_c89
5297 build: test
5298 language: c89
5299 src:
5300 - test/core/surface/public_headers_must_be_c89.c
5301 deps:
5302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005303 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08005304- name: gen_hpack_tables
5305 build: tool
5306 language: cc
5307 src:
5308 - tools/codegen/core/gen_hpack_tables.cc
5309 deps:
5310 - gpr
5311 - grpc
5312 uses_polling: false
5313- name: gen_legal_metadata_characters
5314 build: tool
5315 language: cc
5316 src:
5317 - tools/codegen/core/gen_legal_metadata_characters.cc
5318 deps: []
5319- name: gen_percent_encoding_tables
5320 build: tool
5321 language: cc
5322 src:
5323 - tools/codegen/core/gen_percent_encoding_tables.cc
5324 deps: []
5325 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005326vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07005327- linkage: static
5328 name: grpc.dependencies.zlib
5329 props: false
5330 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005331 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08005332- linkage: static
5333 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07005334 props: true
5335 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005336 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07005337- name: gflags
5338 props: false
5339 redist: false
5340 version: 2.1.2.1
5341- name: gtest
5342 props: false
5343 redist: false
5344 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08005345configs:
5346 asan:
5347 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005348 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5349 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005350 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005351 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005352 LDFLAGS: -fsanitize=address
5353 LDXX: clang++
5354 compile_the_world: true
5355 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08005356 ASAN_OPTIONS: detect_leaks=1:color=always
5357 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005358 asan-noleaks:
5359 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005360 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5361 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005362 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005363 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005364 LDFLAGS: -fsanitize=address
5365 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08005366 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08005367 test_environ:
5368 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07005369 asan-trace-cmp:
5370 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07005371 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
5372 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07005373 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005374 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07005375 LDFLAGS: -fsanitize=address
5376 LDXX: clang++
5377 compile_the_world: true
5378 test_environ:
5379 ASAN_OPTIONS: detect_leaks=1:color=always
5380 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005381 basicprof:
5382 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
5383 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07005384 c++-compat:
5385 CFLAGS: -Wc++-compat
5386 CPPFLAGS: -O0
5387 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08005388 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08005389 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08005390 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005391 dbg:
5392 CPPFLAGS: -O0
5393 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005394 gcov:
5395 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005396 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08005397 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08005398 DEFINES: _DEBUG DEBUG GPR_GCOV
5399 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07005400 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08005401 LDXX: g++
5402 helgrind:
5403 CPPFLAGS: -O0
5404 DEFINES: _DEBUG DEBUG
5405 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005406 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07005407 lto:
5408 CPPFLAGS: -O2
5409 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005410 memcheck:
5411 CPPFLAGS: -O0
5412 DEFINES: _DEBUG DEBUG
5413 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005414 valgrind: --tool=memcheck --leak-check=full
5415 msan:
5416 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005417 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005418 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5419 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005420 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005421 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005422 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005423 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5424 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5425 LDXX: clang++
5426 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005427 test_environ:
5428 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005429 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005430 CPPFLAGS: -O3 -fno-omit-frame-pointer
5431 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005432 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005433 noexcept:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005434 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tiller1b6097c2017-04-10 13:28:45 -07005435 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005436 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005437 opt:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005438 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tillera0f85172016-01-20 15:56:06 -08005439 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005440 stapprof:
5441 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5442 DEFINES: NDEBUG
5443 tsan:
5444 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005445 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005446 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005447 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005448 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005449 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005450 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005451 LDXX: clang++
5452 compile_the_world: true
5453 test_environ:
5454 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005455 ubsan:
5456 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005457 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5458 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005459 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005460 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005461 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005462 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005463 LDXX: clang++
5464 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005465 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005466 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005467defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005468 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005469 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5470 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005471 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5472 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5473 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5474 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5475 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005476 benchmark:
5477 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005478 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005479 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005480 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5481 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005482 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005483 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005484 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005485 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005486 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005487 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005488 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005489 LDFLAGS: -g
5490 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005491 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005492 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005493openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005494 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005495 extraction_dir: openssl-1.0.2f
5496 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005497php_config_m4:
5498 deps:
5499 - grpc
5500 - gpr
5501 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005502 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005503 headers:
5504 - src/php/ext/grpc/byte_buffer.h
5505 - src/php/ext/grpc/call.h
5506 - src/php/ext/grpc/call_credentials.h
5507 - src/php/ext/grpc/channel.h
5508 - src/php/ext/grpc/channel_credentials.h
5509 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005510 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005511 - src/php/ext/grpc/php_grpc.h
5512 - src/php/ext/grpc/server.h
5513 - src/php/ext/grpc/server_credentials.h
5514 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005515 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005516 src:
5517 - src/php/ext/grpc/byte_buffer.c
5518 - src/php/ext/grpc/call.c
5519 - src/php/ext/grpc/call_credentials.c
5520 - src/php/ext/grpc/channel.c
5521 - src/php/ext/grpc/channel_credentials.c
5522 - src/php/ext/grpc/completion_queue.c
5523 - src/php/ext/grpc/php_grpc.c
5524 - src/php/ext/grpc/server.c
5525 - src/php/ext/grpc/server_credentials.c
5526 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005527python_dependencies:
5528 deps:
5529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005530 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005531 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005532 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005533 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005534ruby_gem:
5535 deps:
5536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005537 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005538 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005539 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005540 - z