blob: 6a6f234fae30c3a5dd2dbbed4b84be1c735f87f4 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Vijay Pai392e2132018-01-13 23:58:26 -080015 core_version: 6.0.0-dev
Mehrdad Afshari7d82f792018-02-22 22:20:36 -080016 g_stands_for: gorgeous
17 version: 1.11.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
Yihua Zhang04fb58e2018-03-08 06:49:24 -080019- name: alts_proto
20 headers:
21 - src/core/tsi/alts/handshaker/altscontext.pb.h
22 - src/core/tsi/alts/handshaker/handshaker.pb.h
23 - src/core/tsi/alts/handshaker/transport_security_common.pb.h
24 src:
25 - src/core/tsi/alts/handshaker/altscontext.pb.c
26 - src/core/tsi/alts/handshaker/handshaker.pb.c
27 - src/core/tsi/alts/handshaker/transport_security_common.pb.c
28 uses:
29 - nanopb
30- name: alts_tsi
31 headers:
32 - src/core/tsi/alts/crypt/gsec.h
33 - src/core/tsi/alts/frame_protector/alts_counter.h
34 - src/core/tsi/alts/frame_protector/alts_crypter.h
35 - src/core/tsi/alts/frame_protector/alts_frame_protector.h
36 - src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.h
37 - src/core/tsi/alts/frame_protector/frame_handler.h
38 - src/core/tsi/alts/handshaker/alts_handshaker_client.h
39 - src/core/tsi/alts/handshaker/alts_tsi_event.h
40 - src/core/tsi/alts/handshaker/alts_tsi_handshaker.h
41 - src/core/tsi/alts/handshaker/alts_tsi_handshaker_private.h
42 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.h
43 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.h
44 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h
45 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.h
46 - src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h
47 - src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.h
48 src:
49 - src/core/tsi/alts/crypt/aes_gcm.cc
50 - src/core/tsi/alts/crypt/gsec.cc
51 - src/core/tsi/alts/frame_protector/alts_counter.cc
52 - src/core/tsi/alts/frame_protector/alts_crypter.cc
53 - src/core/tsi/alts/frame_protector/alts_frame_protector.cc
54 - src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.cc
55 - src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc
56 - src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc
57 - src/core/tsi/alts/frame_protector/frame_handler.cc
58 - src/core/tsi/alts/handshaker/alts_handshaker_client.cc
59 - src/core/tsi/alts/handshaker/alts_tsi_event.cc
60 - src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc
61 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.cc
62 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.cc
63 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.cc
64 - src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.cc
65 - src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc
66 uses:
67 - alts_util
68 - grpc_base
69 - grpc_transport_chttp2_client_insecure
70 - tsi_interface
71 - tsi
72- name: alts_util
73 headers:
74 - src/core/lib/security/credentials/alts/check_gcp_environment.h
75 - src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h
76 - src/core/tsi/alts/handshaker/alts_handshaker_service_api.h
77 - src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.h
78 - src/core/tsi/alts/handshaker/alts_tsi_utils.h
79 - src/core/tsi/alts/handshaker/transport_security_common_api.h
80 src:
81 - src/core/lib/security/credentials/alts/check_gcp_environment.cc
82 - src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc
83 - src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc
84 - src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc
85 - src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc
86 - src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc
87 - src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc
88 - src/core/tsi/alts/handshaker/alts_handshaker_service_api.cc
89 - src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.cc
90 - src/core/tsi/alts/handshaker/alts_tsi_utils.cc
91 - src/core/tsi/alts/handshaker/transport_security_common_api.cc
92 uses:
93 - alts_proto
94 - grpc_base
95 - tsi_interface
96 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -070097- name: census
Craig Tiller25834342015-09-25 08:08:24 -070098 public_headers:
99 - include/grpc/census.h
Craig Tiller25834342015-09-25 08:08:24 -0700100 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700101 - src/core/ext/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700102 uses:
103 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -0700104 - nanopb
Vijay Pai80e23d12018-01-25 21:50:18 -0800105- name: cmdline
106 headers:
107 - test/core/util/cmdline.h
108 src:
109 - test/core/util/cmdline.cc
110 uses:
111 - gpr_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700112- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100113 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800114 - src/core/lib/gpr/alloc.cc
115 - src/core/lib/gpr/arena.cc
116 - src/core/lib/gpr/atm.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800117 - src/core/lib/gpr/cpu_iphone.cc
118 - src/core/lib/gpr/cpu_linux.cc
119 - src/core/lib/gpr/cpu_posix.cc
120 - src/core/lib/gpr/cpu_windows.cc
121 - src/core/lib/gpr/env_linux.cc
122 - src/core/lib/gpr/env_posix.cc
123 - src/core/lib/gpr/env_windows.cc
124 - src/core/lib/gpr/fork.cc
125 - src/core/lib/gpr/host_port.cc
126 - src/core/lib/gpr/log.cc
127 - src/core/lib/gpr/log_android.cc
128 - src/core/lib/gpr/log_linux.cc
129 - src/core/lib/gpr/log_posix.cc
130 - src/core/lib/gpr/log_windows.cc
131 - src/core/lib/gpr/mpscq.cc
132 - src/core/lib/gpr/murmur_hash.cc
133 - src/core/lib/gpr/string.cc
134 - src/core/lib/gpr/string_posix.cc
135 - src/core/lib/gpr/string_util_windows.cc
136 - src/core/lib/gpr/string_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800137 - src/core/lib/gpr/sync.cc
138 - src/core/lib/gpr/sync_posix.cc
139 - src/core/lib/gpr/sync_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800140 - src/core/lib/gpr/time.cc
141 - src/core/lib/gpr/time_posix.cc
142 - src/core/lib/gpr/time_precise.cc
143 - src/core/lib/gpr/time_windows.cc
144 - src/core/lib/gpr/tls_pthread.cc
145 - src/core/lib/gpr/tmpfile_msys.cc
146 - src/core/lib/gpr/tmpfile_posix.cc
147 - src/core/lib/gpr/tmpfile_windows.cc
148 - src/core/lib/gpr/wrap_memcpy.cc
Vijay Paida693552018-02-16 22:59:03 -0800149 - src/core/lib/gprpp/thd_posix.cc
150 - src/core/lib/gprpp/thd_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700151 - src/core/lib/profiling/basic_timers.cc
152 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700153 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700154 - gpr_base_headers
155- name: gpr_base_headers
156 public_headers:
157 - include/grpc/support/alloc.h
158 - include/grpc/support/atm.h
159 - include/grpc/support/atm_gcc_atomic.h
160 - include/grpc/support/atm_gcc_sync.h
161 - include/grpc/support/atm_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700162 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -0700163 - include/grpc/support/log.h
164 - include/grpc/support/log_windows.h
165 - include/grpc/support/port_platform.h
166 - include/grpc/support/string_util.h
Vijay Pai42807252017-07-28 15:08:24 -0700167 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700168 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700169 - include/grpc/support/sync_generic.h
170 - include/grpc/support/sync_posix.h
171 - include/grpc/support/sync_windows.h
Vijay Paic7456902018-02-12 10:28:24 -0800172 - include/grpc/support/thd_id.h
Vijay Pai42807252017-07-28 15:08:24 -0700173 - include/grpc/support/time.h
Vijay Pai42807252017-07-28 15:08:24 -0700174 headers:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800175 - src/core/lib/gpr/arena.h
176 - src/core/lib/gpr/env.h
177 - src/core/lib/gpr/fork.h
Vijay Paiae376bf2018-01-25 22:54:02 -0800178 - src/core/lib/gpr/host_port.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800179 - src/core/lib/gpr/mpscq.h
180 - src/core/lib/gpr/murmur_hash.h
181 - src/core/lib/gpr/spinlock.h
182 - src/core/lib/gpr/string.h
183 - src/core/lib/gpr/string_windows.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800184 - src/core/lib/gpr/time_precise.h
Vijay Paib6cf1232018-01-25 21:02:26 -0800185 - src/core/lib/gpr/tls.h
186 - src/core/lib/gpr/tls_gcc.h
187 - src/core/lib/gpr/tls_msvc.h
188 - src/core/lib/gpr/tls_pthread.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800189 - src/core/lib/gpr/tmpfile.h
Vijay Paid4d0a302018-01-25 13:24:03 -0800190 - src/core/lib/gpr/useful.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800191 - src/core/lib/gprpp/abstract.h
192 - src/core/lib/gprpp/atomic.h
193 - src/core/lib/gprpp/atomic_with_atm.h
194 - src/core/lib/gprpp/atomic_with_std.h
195 - src/core/lib/gprpp/manual_constructor.h
196 - src/core/lib/gprpp/memory.h
Vijay Paida693552018-02-16 22:59:03 -0800197 - src/core/lib/gprpp/thd.h
Vijay Pai42807252017-07-28 15:08:24 -0700198 - src/core/lib/profiling/timers.h
Vijay Pai42807252017-07-28 15:08:24 -0700199 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700200 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800201- name: gpr_codegen
202 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800203 - include/grpc/impl/codegen/atm.h
204 - include/grpc/impl/codegen/atm_gcc_atomic.h
205 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700206 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700207 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800208 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700209 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800210 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800211 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700212 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800213 - include/grpc/impl/codegen/sync_generic.h
214 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700215 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700216- name: grpc++_base
217 deps:
218 - grpc
219 uses:
220 - grpc++_common
221 - grpc++_codegen_base
222- name: grpc++_base_unsecure
223 deps:
224 - grpc_unsecure
225 uses:
226 - grpc++_common
227 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700228- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700229 src:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800230 - src/core/lib/avl/avl.cc
Craig Tillerd48bd072017-10-06 11:25:14 -0700231 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700232 - src/core/lib/channel/channel_args.cc
233 - src/core/lib/channel/channel_stack.cc
234 - src/core/lib/channel/channel_stack_builder.cc
ncteisen3b42f832018-03-19 13:22:35 -0700235 - src/core/lib/channel/channel_trace.cc
236 - src/core/lib/channel/channel_trace_registry.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700237 - src/core/lib/channel/connected_channel.cc
238 - src/core/lib/channel/handshaker.cc
239 - src/core/lib/channel/handshaker_factory.cc
240 - src/core/lib/channel/handshaker_registry.cc
ncteisen3b42f832018-03-19 13:22:35 -0700241 - src/core/lib/channel/status_util.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700242 - src/core/lib/compression/compression.cc
Muxi Yan03fc8572017-10-06 18:47:09 -0700243 - src/core/lib/compression/compression_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700244 - src/core/lib/compression/message_compress.cc
245 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700246 - src/core/lib/compression/stream_compression_gzip.cc
247 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700248 - src/core/lib/debug/stats.cc
249 - src/core/lib/debug/stats_data.cc
250 - src/core/lib/http/format_request.cc
251 - src/core/lib/http/httpcli.cc
252 - src/core/lib/http/parser.cc
253 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700254 - src/core/lib/iomgr/combiner.cc
255 - src/core/lib/iomgr/endpoint.cc
256 - src/core/lib/iomgr/endpoint_pair_posix.cc
257 - src/core/lib/iomgr/endpoint_pair_uv.cc
258 - src/core/lib/iomgr/endpoint_pair_windows.cc
259 - src/core/lib/iomgr/error.cc
260 - src/core/lib/iomgr/ev_epoll1_linux.cc
261 - src/core/lib/iomgr/ev_epollex_linux.cc
262 - src/core/lib/iomgr/ev_epollsig_linux.cc
263 - src/core/lib/iomgr/ev_poll_posix.cc
264 - src/core/lib/iomgr/ev_posix.cc
265 - src/core/lib/iomgr/ev_windows.cc
266 - src/core/lib/iomgr/exec_ctx.cc
267 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100268 - src/core/lib/iomgr/fork_posix.cc
269 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700270 - src/core/lib/iomgr/gethostname_fallback.cc
271 - src/core/lib/iomgr/gethostname_host_name_max.cc
272 - src/core/lib/iomgr/gethostname_sysconf.cc
273 - src/core/lib/iomgr/iocp_windows.cc
274 - src/core/lib/iomgr/iomgr.cc
kpayson64539f5062018-03-12 19:16:30 -0700275 - src/core/lib/iomgr/iomgr_custom.cc
276 - src/core/lib/iomgr/iomgr_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700277 - src/core/lib/iomgr/iomgr_posix.cc
278 - src/core/lib/iomgr/iomgr_uv.cc
279 - src/core/lib/iomgr/iomgr_windows.cc
280 - src/core/lib/iomgr/is_epollexclusive_available.cc
281 - src/core/lib/iomgr/load_file.cc
282 - src/core/lib/iomgr/lockfree_event.cc
283 - src/core/lib/iomgr/network_status_tracker.cc
284 - src/core/lib/iomgr/polling_entity.cc
kpayson64539f5062018-03-12 19:16:30 -0700285 - src/core/lib/iomgr/pollset.cc
286 - src/core/lib/iomgr/pollset_custom.cc
287 - src/core/lib/iomgr/pollset_set.cc
288 - src/core/lib/iomgr/pollset_set_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700289 - src/core/lib/iomgr/pollset_set_windows.cc
290 - src/core/lib/iomgr/pollset_uv.cc
291 - src/core/lib/iomgr/pollset_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700292 - src/core/lib/iomgr/resolve_address.cc
293 - src/core/lib/iomgr/resolve_address_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700294 - src/core/lib/iomgr/resolve_address_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700295 - src/core/lib/iomgr/resolve_address_windows.cc
296 - src/core/lib/iomgr/resource_quota.cc
297 - src/core/lib/iomgr/sockaddr_utils.cc
298 - src/core/lib/iomgr/socket_factory_posix.cc
299 - src/core/lib/iomgr/socket_mutator.cc
300 - src/core/lib/iomgr/socket_utils_common_posix.cc
301 - src/core/lib/iomgr/socket_utils_linux.cc
302 - src/core/lib/iomgr/socket_utils_posix.cc
303 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700304 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700305 - src/core/lib/iomgr/socket_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700306 - src/core/lib/iomgr/tcp_client.cc
307 - src/core/lib/iomgr/tcp_client_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700308 - src/core/lib/iomgr/tcp_client_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700309 - src/core/lib/iomgr/tcp_client_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700310 - src/core/lib/iomgr/tcp_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700311 - src/core/lib/iomgr/tcp_posix.cc
kpayson64539f5062018-03-12 19:16:30 -0700312 - src/core/lib/iomgr/tcp_server.cc
313 - src/core/lib/iomgr/tcp_server_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700314 - src/core/lib/iomgr/tcp_server_posix.cc
315 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
316 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
317 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700318 - src/core/lib/iomgr/tcp_server_windows.cc
319 - src/core/lib/iomgr/tcp_uv.cc
320 - src/core/lib/iomgr/tcp_windows.cc
321 - src/core/lib/iomgr/time_averaged_stats.cc
kpayson64539f5062018-03-12 19:16:30 -0700322 - src/core/lib/iomgr/timer.cc
323 - src/core/lib/iomgr/timer_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700324 - src/core/lib/iomgr/timer_generic.cc
325 - src/core/lib/iomgr/timer_heap.cc
326 - src/core/lib/iomgr/timer_manager.cc
327 - src/core/lib/iomgr/timer_uv.cc
328 - src/core/lib/iomgr/udp_server.cc
329 - src/core/lib/iomgr/unix_sockets_posix.cc
330 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
331 - src/core/lib/iomgr/wakeup_fd_cv.cc
332 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
333 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
334 - src/core/lib/iomgr/wakeup_fd_pipe.cc
335 - src/core/lib/iomgr/wakeup_fd_posix.cc
336 - src/core/lib/json/json.cc
337 - src/core/lib/json/json_reader.cc
338 - src/core/lib/json/json_string.cc
339 - src/core/lib/json/json_writer.cc
340 - src/core/lib/slice/b64.cc
341 - src/core/lib/slice/percent_encoding.cc
342 - src/core/lib/slice/slice.cc
343 - src/core/lib/slice/slice_buffer.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700344 - src/core/lib/slice/slice_intern.cc
345 - src/core/lib/slice/slice_string_helpers.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700346 - src/core/lib/surface/api_trace.cc
347 - src/core/lib/surface/byte_buffer.cc
348 - src/core/lib/surface/byte_buffer_reader.cc
349 - src/core/lib/surface/call.cc
350 - src/core/lib/surface/call_details.cc
351 - src/core/lib/surface/call_log_batch.cc
352 - src/core/lib/surface/channel.cc
353 - src/core/lib/surface/channel_init.cc
354 - src/core/lib/surface/channel_ping.cc
355 - src/core/lib/surface/channel_stack_type.cc
356 - src/core/lib/surface/completion_queue.cc
357 - src/core/lib/surface/completion_queue_factory.cc
358 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700359 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700360 - src/core/lib/surface/metadata_array.cc
361 - src/core/lib/surface/server.cc
362 - src/core/lib/surface/validate_metadata.cc
363 - src/core/lib/surface/version.cc
364 - src/core/lib/transport/bdp_estimator.cc
365 - src/core/lib/transport/byte_stream.cc
366 - src/core/lib/transport/connectivity_state.cc
367 - src/core/lib/transport/error_utils.cc
368 - src/core/lib/transport/metadata.cc
369 - src/core/lib/transport/metadata_batch.cc
370 - src/core/lib/transport/pid_controller.cc
371 - src/core/lib/transport/service_config.cc
372 - src/core/lib/transport/static_metadata.cc
373 - src/core/lib/transport/status_conversion.cc
Mark D. Roth718c8342018-02-28 13:00:04 -0800374 - src/core/lib/transport/status_metadata.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700375 - src/core/lib/transport/timeout_encoding.cc
376 - src/core/lib/transport/transport.cc
377 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700378 deps:
379 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700380 filegroups:
381 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700382 uses:
383 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700384 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700385- name: grpc_base_headers
386 public_headers:
387 - include/grpc/byte_buffer.h
388 - include/grpc/byte_buffer_reader.h
389 - include/grpc/compression.h
Ken Payson9714e032017-10-10 11:18:49 -0700390 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700391 - include/grpc/grpc.h
392 - include/grpc/grpc_posix.h
393 - include/grpc/grpc_security_constants.h
394 - include/grpc/load_reporting.h
395 - include/grpc/slice.h
396 - include/grpc/slice_buffer.h
397 - include/grpc/status.h
398 - include/grpc/support/workaround_list.h
399 headers:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800400 - src/core/lib/avl/avl.h
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700401 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700402 - src/core/lib/channel/channel_args.h
403 - src/core/lib/channel/channel_stack.h
404 - src/core/lib/channel/channel_stack_builder.h
ncteisen3b42f832018-03-19 13:22:35 -0700405 - src/core/lib/channel/channel_trace.h
406 - src/core/lib/channel/channel_trace_registry.h
Vijay Pai42807252017-07-28 15:08:24 -0700407 - src/core/lib/channel/connected_channel.h
408 - src/core/lib/channel/context.h
409 - src/core/lib/channel/handshaker.h
410 - src/core/lib/channel/handshaker_factory.h
411 - src/core/lib/channel/handshaker_registry.h
ncteisen3b42f832018-03-19 13:22:35 -0700412 - src/core/lib/channel/status_util.h
Vijay Pai42807252017-07-28 15:08:24 -0700413 - src/core/lib/compression/algorithm_metadata.h
Muxi Yane6d888d2017-09-14 09:42:56 -0700414 - src/core/lib/compression/compression_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700415 - src/core/lib/compression/message_compress.h
416 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700417 - src/core/lib/compression/stream_compression_gzip.h
418 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700419 - src/core/lib/debug/stats.h
420 - src/core/lib/debug/stats_data.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800421 - src/core/lib/gprpp/debug_location.h
422 - src/core/lib/gprpp/inlined_vector.h
423 - src/core/lib/gprpp/orphanable.h
424 - src/core/lib/gprpp/ref_counted.h
425 - src/core/lib/gprpp/ref_counted_ptr.h
Vijay Pai42807252017-07-28 15:08:24 -0700426 - src/core/lib/http/format_request.h
427 - src/core/lib/http/httpcli.h
428 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700429 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700430 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700431 - src/core/lib/iomgr/closure.h
432 - src/core/lib/iomgr/combiner.h
433 - src/core/lib/iomgr/endpoint.h
434 - src/core/lib/iomgr/endpoint_pair.h
435 - src/core/lib/iomgr/error.h
436 - src/core/lib/iomgr/error_internal.h
437 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700438 - src/core/lib/iomgr/ev_epollex_linux.h
439 - src/core/lib/iomgr/ev_epollsig_linux.h
440 - src/core/lib/iomgr/ev_poll_posix.h
441 - src/core/lib/iomgr/ev_posix.h
442 - src/core/lib/iomgr/exec_ctx.h
443 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700444 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700445 - src/core/lib/iomgr/iocp_windows.h
446 - src/core/lib/iomgr/iomgr.h
kpayson64539f5062018-03-12 19:16:30 -0700447 - src/core/lib/iomgr/iomgr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700448 - src/core/lib/iomgr/iomgr_internal.h
449 - src/core/lib/iomgr/iomgr_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700450 - src/core/lib/iomgr/is_epollexclusive_available.h
451 - src/core/lib/iomgr/load_file.h
452 - src/core/lib/iomgr/lockfree_event.h
453 - src/core/lib/iomgr/nameser.h
454 - src/core/lib/iomgr/network_status_tracker.h
455 - src/core/lib/iomgr/polling_entity.h
456 - src/core/lib/iomgr/pollset.h
kpayson64539f5062018-03-12 19:16:30 -0700457 - src/core/lib/iomgr/pollset_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700458 - src/core/lib/iomgr/pollset_set.h
kpayson64539f5062018-03-12 19:16:30 -0700459 - src/core/lib/iomgr/pollset_set_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700460 - src/core/lib/iomgr/pollset_set_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700461 - src/core/lib/iomgr/pollset_windows.h
462 - src/core/lib/iomgr/port.h
463 - src/core/lib/iomgr/resolve_address.h
kpayson64539f5062018-03-12 19:16:30 -0700464 - src/core/lib/iomgr/resolve_address_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700465 - src/core/lib/iomgr/resource_quota.h
466 - src/core/lib/iomgr/sockaddr.h
kpayson64539f5062018-03-12 19:16:30 -0700467 - src/core/lib/iomgr/sockaddr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700468 - src/core/lib/iomgr/sockaddr_posix.h
469 - src/core/lib/iomgr/sockaddr_utils.h
470 - src/core/lib/iomgr/sockaddr_windows.h
471 - src/core/lib/iomgr/socket_factory_posix.h
472 - src/core/lib/iomgr/socket_mutator.h
473 - src/core/lib/iomgr/socket_utils.h
474 - src/core/lib/iomgr/socket_utils_posix.h
475 - src/core/lib/iomgr/socket_windows.h
476 - src/core/lib/iomgr/sys_epoll_wrapper.h
477 - src/core/lib/iomgr/tcp_client.h
478 - src/core/lib/iomgr/tcp_client_posix.h
kpayson64539f5062018-03-12 19:16:30 -0700479 - src/core/lib/iomgr/tcp_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700480 - src/core/lib/iomgr/tcp_posix.h
481 - src/core/lib/iomgr/tcp_server.h
482 - src/core/lib/iomgr/tcp_server_utils_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700483 - src/core/lib/iomgr/tcp_windows.h
484 - src/core/lib/iomgr/time_averaged_stats.h
485 - src/core/lib/iomgr/timer.h
kpayson64539f5062018-03-12 19:16:30 -0700486 - src/core/lib/iomgr/timer_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700487 - src/core/lib/iomgr/timer_heap.h
488 - src/core/lib/iomgr/timer_manager.h
Vijay Pai42807252017-07-28 15:08:24 -0700489 - src/core/lib/iomgr/udp_server.h
490 - src/core/lib/iomgr/unix_sockets_posix.h
491 - src/core/lib/iomgr/wakeup_fd_cv.h
492 - src/core/lib/iomgr/wakeup_fd_pipe.h
493 - src/core/lib/iomgr/wakeup_fd_posix.h
494 - src/core/lib/json/json.h
495 - src/core/lib/json/json_common.h
496 - src/core/lib/json/json_reader.h
497 - src/core/lib/json/json_writer.h
498 - src/core/lib/slice/b64.h
499 - src/core/lib/slice/percent_encoding.h
500 - src/core/lib/slice/slice_hash_table.h
501 - src/core/lib/slice/slice_internal.h
502 - src/core/lib/slice/slice_string_helpers.h
David Garcia Quintas396d49d2018-02-28 16:06:30 -0800503 - src/core/lib/slice/slice_weak_hash_table.h
Vijay Pai42807252017-07-28 15:08:24 -0700504 - src/core/lib/surface/api_trace.h
505 - src/core/lib/surface/call.h
506 - src/core/lib/surface/call_test_only.h
507 - src/core/lib/surface/channel.h
508 - src/core/lib/surface/channel_init.h
509 - src/core/lib/surface/channel_stack_type.h
510 - src/core/lib/surface/completion_queue.h
511 - src/core/lib/surface/completion_queue_factory.h
512 - src/core/lib/surface/event_string.h
513 - src/core/lib/surface/init.h
514 - src/core/lib/surface/lame_client.h
515 - src/core/lib/surface/server.h
516 - src/core/lib/surface/validate_metadata.h
517 - src/core/lib/transport/bdp_estimator.h
518 - src/core/lib/transport/byte_stream.h
519 - src/core/lib/transport/connectivity_state.h
520 - src/core/lib/transport/error_utils.h
521 - src/core/lib/transport/http2_errors.h
522 - src/core/lib/transport/metadata.h
523 - src/core/lib/transport/metadata_batch.h
524 - src/core/lib/transport/pid_controller.h
525 - src/core/lib/transport/service_config.h
526 - src/core/lib/transport/static_metadata.h
527 - src/core/lib/transport/status_conversion.h
Mark D. Roth718c8342018-02-28 13:00:04 -0800528 - src/core/lib/transport/status_metadata.h
Vijay Pai42807252017-07-28 15:08:24 -0700529 - src/core/lib/transport/timeout_encoding.h
530 - src/core/lib/transport/transport.h
531 - src/core/lib/transport/transport_impl.h
532 deps:
533 - gpr
534 uses:
535 - grpc_codegen
536 - grpc_trace_headers
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700537- name: grpc_client_authority_filter
538 headers:
David Garcia Quintas961353a2018-03-15 16:11:05 -0700539 - src/core/ext/filters/http/client_authority_filter.h
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700540 src:
David Garcia Quintas961353a2018-03-15 16:11:05 -0700541 - src/core/ext/filters/http/client_authority_filter.cc
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700542 plugin: grpc_client_authority_filter
543 uses:
544 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700545- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700546 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700547 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700548 - src/core/ext/filters/client_channel/client_channel.h
549 - src/core/ext/filters/client_channel/client_channel_factory.h
550 - src/core/ext/filters/client_channel/connector.h
551 - src/core/ext/filters/client_channel/http_connect_handshaker.h
552 - src/core/ext/filters/client_channel/http_proxy.h
553 - src/core/ext/filters/client_channel/lb_policy.h
554 - src/core/ext/filters/client_channel/lb_policy_factory.h
555 - src/core/ext/filters/client_channel/lb_policy_registry.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800556 - src/core/ext/filters/client_channel/method_params.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700557 - src/core/ext/filters/client_channel/parse_address.h
558 - src/core/ext/filters/client_channel/proxy_mapper.h
559 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
560 - src/core/ext/filters/client_channel/resolver.h
561 - src/core/ext/filters/client_channel/resolver_factory.h
562 - src/core/ext/filters/client_channel/resolver_registry.h
563 - src/core/ext/filters/client_channel/retry_throttle.h
564 - src/core/ext/filters/client_channel/subchannel.h
565 - src/core/ext/filters/client_channel/subchannel_index.h
566 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700567 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700568 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700569 - src/core/ext/filters/client_channel/channel_connectivity.cc
570 - src/core/ext/filters/client_channel/client_channel.cc
571 - src/core/ext/filters/client_channel/client_channel_factory.cc
572 - src/core/ext/filters/client_channel/client_channel_plugin.cc
573 - src/core/ext/filters/client_channel/connector.cc
574 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
575 - src/core/ext/filters/client_channel/http_proxy.cc
576 - src/core/ext/filters/client_channel/lb_policy.cc
577 - src/core/ext/filters/client_channel/lb_policy_factory.cc
578 - src/core/ext/filters/client_channel/lb_policy_registry.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800579 - src/core/ext/filters/client_channel/method_params.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700580 - src/core/ext/filters/client_channel/parse_address.cc
581 - src/core/ext/filters/client_channel/proxy_mapper.cc
582 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
583 - src/core/ext/filters/client_channel/resolver.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700584 - src/core/ext/filters/client_channel/resolver_registry.cc
585 - src/core/ext/filters/client_channel/retry_throttle.cc
586 - src/core/ext/filters/client_channel/subchannel.cc
587 - src/core/ext/filters/client_channel/subchannel_index.cc
588 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700589 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700590 uses:
591 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700592 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800593- name: grpc_codegen
594 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700595 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700596 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800597 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800598 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800599 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800600 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700601 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800602 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700603 uses:
604 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700605- name: grpc_deadline_filter
606 headers:
607 - src/core/ext/filters/deadline/deadline_filter.h
608 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700609 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700610 plugin: grpc_deadline_filter
611 uses:
612 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700613- name: grpc_http_filters
614 headers:
615 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700616 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700617 - src/core/ext/filters/http/server/http_server_filter.h
618 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700619 - src/core/ext/filters/http/client/http_client_filter.cc
620 - src/core/ext/filters/http/http_filters_plugin.cc
621 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
622 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700623 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700624 uses:
625 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700626- name: grpc_lb_policy_grpclb
627 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700628 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700629 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700630 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700631 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
632 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700633 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700634 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
635 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
636 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
637 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
638 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700639 - 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 -0800640 plugin: grpc_lb_policy_grpclb
641 uses:
642 - grpc_base
643 - grpc_client_channel
644 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700645 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800646- name: grpc_lb_policy_grpclb_secure
647 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700648 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700649 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700650 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700651 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
652 - 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 -0800653 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700654 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
655 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
656 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
657 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
658 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700659 - 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 -0700660 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700661 uses:
662 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700663 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700664 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700665 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700666 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700667- name: grpc_lb_policy_pick_first
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/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700670 plugin: grpc_lb_policy_pick_first
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
Craig Tiller023caf12016-03-29 08:00:30 -0700675- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700676 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700677 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700678 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700679 uses:
680 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700681 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700682 - grpc_lb_subchannel_list
683- name: grpc_lb_subchannel_list
684 headers:
685 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
686 src:
687 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
688 uses:
689 - grpc_base
690 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700691- name: grpc_max_age_filter
692 headers:
693 - src/core/ext/filters/max_age/max_age_filter.h
694 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700695 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700696 plugin: grpc_max_age_filter
697 uses:
698 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700699- name: grpc_message_size_filter
700 headers:
701 - src/core/ext/filters/message_size/message_size_filter.h
702 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700703 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700704 plugin: grpc_message_size_filter
705 uses:
706 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700707- name: grpc_resolver_dns_ares
708 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700709 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
710 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700711 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700712 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
713 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
714 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
715 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700716 plugin: grpc_resolver_dns_ares
717 uses:
718 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700719 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700720- name: grpc_resolver_dns_native
721 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700722 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700723 plugin: grpc_resolver_dns_native
724 uses:
725 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700726 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700727- name: grpc_resolver_fake
728 headers:
729 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
730 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700731 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700732 plugin: grpc_resolver_fake
733 uses:
734 - grpc_base
735 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700736- name: grpc_resolver_sockaddr
737 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700738 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700739 plugin: grpc_resolver_sockaddr
740 uses:
741 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700742 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100743- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700744 public_headers:
745 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100746 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700747 - src/core/lib/security/context/security_context.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800748 - src/core/lib/security/credentials/alts/alts_credentials.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700749 - src/core/lib/security/credentials/composite/composite_credentials.h
750 - src/core/lib/security/credentials/credentials.h
751 - src/core/lib/security/credentials/fake/fake_credentials.h
752 - src/core/lib/security/credentials/google_default/google_default_credentials.h
753 - src/core/lib/security/credentials/iam/iam_credentials.h
754 - src/core/lib/security/credentials/jwt/json_token.h
755 - src/core/lib/security/credentials/jwt/jwt_credentials.h
756 - src/core/lib/security/credentials/jwt/jwt_verifier.h
757 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
758 - src/core/lib/security/credentials/plugin/plugin_credentials.h
759 - src/core/lib/security/credentials/ssl/ssl_credentials.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800760 - src/core/lib/security/security_connector/alts_security_connector.h
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800761 - src/core/lib/security/security_connector/security_connector.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700762 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700763 - src/core/lib/security/transport/secure_endpoint.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800764 - src/core/lib/security/transport/security_handshaker.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800765 - src/core/lib/security/transport/target_authority_table.h
Craig Tillerddad9782016-05-05 17:11:31 -0700766 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700767 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100768 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700769 - src/core/lib/http/httpcli_security_connector.cc
770 - src/core/lib/security/context/security_context.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800771 - src/core/lib/security/credentials/alts/alts_credentials.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700772 - src/core/lib/security/credentials/composite/composite_credentials.cc
773 - src/core/lib/security/credentials/credentials.cc
774 - src/core/lib/security/credentials/credentials_metadata.cc
775 - src/core/lib/security/credentials/fake/fake_credentials.cc
776 - src/core/lib/security/credentials/google_default/credentials_generic.cc
777 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
778 - src/core/lib/security/credentials/iam/iam_credentials.cc
779 - src/core/lib/security/credentials/jwt/json_token.cc
780 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
781 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
782 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
783 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
784 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800785 - src/core/lib/security/security_connector/alts_security_connector.cc
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800786 - src/core/lib/security/security_connector/security_connector.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700787 - src/core/lib/security/transport/client_auth_filter.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700788 - src/core/lib/security/transport/secure_endpoint.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700789 - src/core/lib/security/transport/security_handshaker.cc
790 - src/core/lib/security/transport/server_auth_filter.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800791 - src/core/lib/security/transport/target_authority_table.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700792 - src/core/lib/security/transport/tsi_error.cc
793 - src/core/lib/security/util/json_util.cc
794 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700795 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700796 uses:
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800797 - alts_tsi
Craig Tillerd1697d92016-04-05 16:05:46 -0700798 - grpc_base
799 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700800 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700801- name: grpc_server_backward_compatibility
802 headers:
803 - src/core/ext/filters/workarounds/workaround_utils.h
804 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700805 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700806 uses:
807 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700808- name: grpc_server_load_reporting
809 headers:
810 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
811 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
812 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700813 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
814 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700815 plugin: grpc_server_load_reporting_plugin
816 uses:
817 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700818- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700820 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700821 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700822 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800823 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700824 - test/core/end2end/fixtures/proxy.h
825 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800826 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700827 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800828 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200829 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700830 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700831 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700832 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700833 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700834 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700835 - test/core/util/slice_splitter.h
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800836 - test/core/util/subprocess.h
ncteisenaa3b1972017-11-17 15:56:27 -0800837 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800838 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700839 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700840 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700841 - test/core/end2end/cq_verifier.cc
842 - test/core/end2end/fixtures/http_proxy_fixture.cc
843 - test/core/end2end/fixtures/proxy.cc
844 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700845 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700846 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800847 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700848 - test/core/util/memory_counters.cc
849 - test/core/util/mock_endpoint.cc
850 - test/core/util/parse_hexstring.cc
851 - test/core/util/passthru_endpoint.cc
852 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800853 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700854 - test/core/util/port_server_client.cc
855 - test/core/util/slice_splitter.cc
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800856 - test/core/util/subprocess_posix.cc
857 - test/core/util/subprocess_windows.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800858 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700859 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700860 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700861 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700862 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700863 uses:
Vijay Pai80e23d12018-01-25 21:50:18 -0800864 - cmdline
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700865 - grpc_base
866 - grpc_client_channel
867 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700868- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700869 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700870 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700871 deps:
872 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700873 filegroups:
874 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700875 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700876- name: grpc_trace_headers
877 headers:
878 - src/core/lib/debug/trace.h
879 deps:
880 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700881- name: grpc_transport_chttp2
882 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700883 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700884 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700885 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700886 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700887 - src/core/ext/transport/chttp2/transport/frame.h
888 - src/core/ext/transport/chttp2/transport/frame_data.h
889 - src/core/ext/transport/chttp2/transport/frame_goaway.h
890 - src/core/ext/transport/chttp2/transport/frame_ping.h
891 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
892 - src/core/ext/transport/chttp2/transport/frame_settings.h
893 - src/core/ext/transport/chttp2/transport/frame_window_update.h
894 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
895 - src/core/ext/transport/chttp2/transport/hpack_parser.h
896 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700897 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700898 - src/core/ext/transport/chttp2/transport/huffsyms.h
899 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
900 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700901 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700902 - src/core/ext/transport/chttp2/transport/varint.h
903 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700904 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
905 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
906 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
907 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
908 - src/core/ext/transport/chttp2/transport/flow_control.cc
909 - src/core/ext/transport/chttp2/transport/frame_data.cc
910 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
911 - src/core/ext/transport/chttp2/transport/frame_ping.cc
912 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
913 - src/core/ext/transport/chttp2/transport/frame_settings.cc
914 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
915 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
916 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
917 - src/core/ext/transport/chttp2/transport/hpack_table.cc
918 - src/core/ext/transport/chttp2/transport/http2_settings.cc
919 - src/core/ext/transport/chttp2/transport/huffsyms.cc
920 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
921 - src/core/ext/transport/chttp2/transport/parsing.cc
922 - src/core/ext/transport/chttp2/transport/stream_lists.cc
923 - src/core/ext/transport/chttp2/transport/stream_map.cc
924 - src/core/ext/transport/chttp2/transport/varint.cc
925 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700926 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700927 uses:
928 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700929 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700930 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700931- name: grpc_transport_chttp2_alpn
932 headers:
933 - src/core/ext/transport/chttp2/alpn/alpn.h
934 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700935 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700936 deps:
937 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800938- name: grpc_transport_chttp2_client_connector
939 headers:
David Garcia Quintas49f625f2018-03-27 11:23:49 -0700940 - src/core/ext/transport/chttp2/client/authority.h
Mark D. Roth8686cab2016-11-17 13:12:17 -0800941 - src/core/ext/transport/chttp2/client/chttp2_connector.h
942 src:
David Garcia Quintas49f625f2018-03-27 11:23:49 -0700943 - src/core/ext/transport/chttp2/client/authority.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700944 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800945 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800946 - grpc_transport_chttp2
947 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700948 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700949- name: grpc_transport_chttp2_client_insecure
950 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700951 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
952 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700953 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800954 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700955 - grpc_transport_chttp2
956 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700957 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700958- name: grpc_transport_chttp2_client_secure
959 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700960 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700961 uses:
962 - grpc_transport_chttp2
963 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700964 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700965 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800966 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800967- name: grpc_transport_chttp2_server
968 headers:
969 - src/core/ext/transport/chttp2/server/chttp2_server.h
970 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700971 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800972 uses:
973 - grpc_transport_chttp2
974 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700975- name: grpc_transport_chttp2_server_insecure
976 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700977 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
978 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700979 uses:
980 - grpc_transport_chttp2
981 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800982 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700983- name: grpc_transport_chttp2_server_secure
984 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700985 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700986 uses:
987 - grpc_transport_chttp2
988 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700989 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800990 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700991- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700992 public_headers:
993 - include/grpc/grpc_cronet.h
994 - include/grpc/grpc_security.h
995 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700996 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800997 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800998 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700999 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001000 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
1001 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
1002 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -07001003 filegroups:
1004 - grpc_base
1005 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -07001006 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001007- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001008 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001009 - src/core/ext/transport/inproc/inproc_plugin.cc
1010 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001011 plugin: grpc_inproc_plugin
1012 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001013 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001014 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -07001015- name: grpc_transport_inproc_headers
1016 headers:
1017 - src/core/ext/transport/inproc/inproc_transport.h
1018 uses:
1019 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -07001020- name: grpc_workaround_cronet_compression_filter
1021 headers:
1022 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
1023 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001024 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -07001025 plugin: grpc_workaround_cronet_compression_filter
1026 uses:
1027 - grpc_base
1028 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -08001029- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -07001030 src:
1031 - third_party/nanopb/pb_common.c
1032 - third_party/nanopb/pb_decode.c
1033 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -07001034 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001035 - nanopb_headers
1036- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -08001037 headers:
1038 - third_party/nanopb/pb.h
1039 - third_party/nanopb/pb_common.h
1040 - third_party/nanopb/pb_decode.h
1041 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001042- name: transport_security_test_lib
1043 build: test
1044 headers:
1045 - test/core/tsi/transport_security_test_lib.h
1046 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001047 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001048 deps:
1049 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001050- name: tsi
1051 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001052 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -07001053 - src/core/tsi/fake_transport_security.h
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001054 - src/core/tsi/ssl/session_cache/ssl_session.h
1055 - src/core/tsi/ssl/session_cache/ssl_session_cache.h
Craig Tiller134fed32017-03-28 14:27:18 -07001056 - src/core/tsi/ssl_transport_security.h
1057 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -07001058 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001059 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001060 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001061 - src/core/tsi/fake_transport_security.cc
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001062 - src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc
1063 - src/core/tsi/ssl/session_cache/ssl_session_cache.cc
1064 - src/core/tsi/ssl/session_cache/ssl_session_openssl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001065 - src/core/tsi/ssl_transport_security.cc
1066 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001067 deps:
1068 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -08001069 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001070 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -07001071 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001072 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -07001073 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001074 - grpc_trace
1075- name: tsi_interface
1076 headers:
1077 - src/core/tsi/transport_security.h
1078 - src/core/tsi/transport_security_adapter.h
1079 - src/core/tsi/transport_security_interface.h
1080 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001081 - src/core/tsi/transport_security.cc
1082 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001083 deps:
1084 - gpr
1085 secure: true
1086 uses:
1087 - grpc_trace
ncteisen3b42f832018-03-19 13:22:35 -07001088- name: grpc++_channelz_proto
1089 language: c++
1090 src:
1091 - src/proto/grpc/channelz/channelz.proto
Vijay Pai42807252017-07-28 15:08:24 -07001092- name: grpc++_codegen_base
1093 language: c++
1094 public_headers:
1095 - include/grpc++/impl/codegen/async_stream.h
1096 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -07001097 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -07001098 - include/grpc++/impl/codegen/call.h
1099 - include/grpc++/impl/codegen/call_hook.h
1100 - include/grpc++/impl/codegen/channel_interface.h
1101 - include/grpc++/impl/codegen/client_context.h
1102 - include/grpc++/impl/codegen/client_unary_call.h
1103 - include/grpc++/impl/codegen/completion_queue.h
1104 - include/grpc++/impl/codegen/completion_queue_tag.h
1105 - include/grpc++/impl/codegen/config.h
1106 - include/grpc++/impl/codegen/core_codegen_interface.h
1107 - include/grpc++/impl/codegen/create_auth_context.h
1108 - include/grpc++/impl/codegen/grpc_library.h
1109 - include/grpc++/impl/codegen/metadata_map.h
1110 - include/grpc++/impl/codegen/method_handler_impl.h
1111 - include/grpc++/impl/codegen/rpc_method.h
1112 - include/grpc++/impl/codegen/rpc_service_method.h
1113 - include/grpc++/impl/codegen/security/auth_context.h
1114 - include/grpc++/impl/codegen/serialization_traits.h
1115 - include/grpc++/impl/codegen/server_context.h
1116 - include/grpc++/impl/codegen/server_interface.h
1117 - include/grpc++/impl/codegen/service_type.h
1118 - include/grpc++/impl/codegen/slice.h
1119 - include/grpc++/impl/codegen/status.h
1120 - include/grpc++/impl/codegen/status_code_enum.h
1121 - include/grpc++/impl/codegen/string_ref.h
1122 - include/grpc++/impl/codegen/stub_options.h
1123 - include/grpc++/impl/codegen/sync_stream.h
1124 - include/grpc++/impl/codegen/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001125 - include/grpcpp/impl/codegen/async_stream.h
1126 - include/grpcpp/impl/codegen/async_unary_call.h
1127 - include/grpcpp/impl/codegen/byte_buffer.h
1128 - include/grpcpp/impl/codegen/call.h
1129 - include/grpcpp/impl/codegen/call_hook.h
1130 - include/grpcpp/impl/codegen/channel_interface.h
1131 - include/grpcpp/impl/codegen/client_context.h
1132 - include/grpcpp/impl/codegen/client_unary_call.h
1133 - include/grpcpp/impl/codegen/completion_queue.h
1134 - include/grpcpp/impl/codegen/completion_queue_tag.h
1135 - include/grpcpp/impl/codegen/config.h
1136 - include/grpcpp/impl/codegen/core_codegen_interface.h
1137 - include/grpcpp/impl/codegen/create_auth_context.h
1138 - include/grpcpp/impl/codegen/grpc_library.h
1139 - include/grpcpp/impl/codegen/metadata_map.h
1140 - include/grpcpp/impl/codegen/method_handler_impl.h
1141 - include/grpcpp/impl/codegen/rpc_method.h
1142 - include/grpcpp/impl/codegen/rpc_service_method.h
1143 - include/grpcpp/impl/codegen/security/auth_context.h
1144 - include/grpcpp/impl/codegen/serialization_traits.h
1145 - include/grpcpp/impl/codegen/server_context.h
1146 - include/grpcpp/impl/codegen/server_interface.h
1147 - include/grpcpp/impl/codegen/service_type.h
1148 - include/grpcpp/impl/codegen/slice.h
1149 - include/grpcpp/impl/codegen/status.h
1150 - include/grpcpp/impl/codegen/status_code_enum.h
1151 - include/grpcpp/impl/codegen/string_ref.h
1152 - include/grpcpp/impl/codegen/stub_options.h
1153 - include/grpcpp/impl/codegen/sync_stream.h
1154 - include/grpcpp/impl/codegen/time.h
Vijay Pai42807252017-07-28 15:08:24 -07001155 uses:
1156 - grpc_codegen
1157- name: grpc++_codegen_base_src
1158 language: c++
1159 src:
1160 - src/cpp/codegen/codegen_init.cc
1161 uses:
1162 - grpc++_codegen_base
1163- name: grpc++_codegen_proto
1164 language: c++
1165 public_headers:
1166 - include/grpc++/impl/codegen/proto_utils.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001167 - include/grpcpp/impl/codegen/proto_utils.h
Vijay Pai42807252017-07-28 15:08:24 -07001168 uses:
1169 - grpc++_codegen_base
1170 - grpc++_config_proto
1171- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001172 language: c++
1173 public_headers:
1174 - include/grpc++/alarm.h
1175 - include/grpc++/channel.h
1176 - include/grpc++/client_context.h
1177 - include/grpc++/completion_queue.h
1178 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001179 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001180 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001181 - include/grpc++/generic/async_generic_service.h
1182 - include/grpc++/generic/generic_stub.h
1183 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001184 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001185 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001186 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001187 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001188 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001189 - include/grpc++/impl/grpc_library.h
1190 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001191 - include/grpc++/impl/rpc_method.h
1192 - include/grpc++/impl/rpc_service_method.h
1193 - include/grpc++/impl/serialization_traits.h
1194 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001195 - include/grpc++/impl/server_builder_plugin.h
1196 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001197 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001198 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001199 - include/grpc++/security/auth_context.h
1200 - include/grpc++/security/auth_metadata_processor.h
1201 - include/grpc++/security/credentials.h
1202 - include/grpc++/security/server_credentials.h
1203 - include/grpc++/server.h
1204 - include/grpc++/server_builder.h
1205 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001206 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001207 - include/grpc++/support/async_stream.h
1208 - include/grpc++/support/async_unary_call.h
1209 - include/grpc++/support/byte_buffer.h
1210 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001211 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001212 - include/grpc++/support/slice.h
1213 - include/grpc++/support/status.h
1214 - include/grpc++/support/status_code_enum.h
1215 - include/grpc++/support/string_ref.h
1216 - include/grpc++/support/stub_options.h
1217 - include/grpc++/support/sync_stream.h
1218 - include/grpc++/support/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001219 - include/grpcpp/alarm.h
1220 - include/grpcpp/channel.h
1221 - include/grpcpp/client_context.h
1222 - include/grpcpp/completion_queue.h
1223 - include/grpcpp/create_channel.h
1224 - include/grpcpp/create_channel_posix.h
1225 - include/grpcpp/ext/health_check_service_server_builder_option.h
1226 - include/grpcpp/generic/async_generic_service.h
1227 - include/grpcpp/generic/generic_stub.h
1228 - include/grpcpp/grpcpp.h
1229 - include/grpcpp/health_check_service_interface.h
1230 - include/grpcpp/impl/call.h
1231 - include/grpcpp/impl/channel_argument_option.h
1232 - include/grpcpp/impl/client_unary_call.h
1233 - include/grpcpp/impl/codegen/core_codegen.h
1234 - include/grpcpp/impl/grpc_library.h
1235 - include/grpcpp/impl/method_handler_impl.h
1236 - include/grpcpp/impl/rpc_method.h
1237 - include/grpcpp/impl/rpc_service_method.h
1238 - include/grpcpp/impl/serialization_traits.h
1239 - include/grpcpp/impl/server_builder_option.h
1240 - include/grpcpp/impl/server_builder_plugin.h
1241 - include/grpcpp/impl/server_initializer.h
1242 - include/grpcpp/impl/service_type.h
1243 - include/grpcpp/resource_quota.h
1244 - include/grpcpp/security/auth_context.h
1245 - include/grpcpp/security/auth_metadata_processor.h
1246 - include/grpcpp/security/credentials.h
1247 - include/grpcpp/security/server_credentials.h
1248 - include/grpcpp/server.h
1249 - include/grpcpp/server_builder.h
1250 - include/grpcpp/server_context.h
1251 - include/grpcpp/server_posix.h
1252 - include/grpcpp/support/async_stream.h
1253 - include/grpcpp/support/async_unary_call.h
1254 - include/grpcpp/support/byte_buffer.h
1255 - include/grpcpp/support/channel_arguments.h
1256 - include/grpcpp/support/config.h
1257 - include/grpcpp/support/slice.h
1258 - include/grpcpp/support/status.h
1259 - include/grpcpp/support/status_code_enum.h
1260 - include/grpcpp/support/string_ref.h
1261 - include/grpcpp/support/stub_options.h
1262 - include/grpcpp/support/sync_stream.h
1263 - include/grpcpp/support/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001264 headers:
1265 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001266 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001267 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001268 - src/cpp/server/health/default_health_check_service.h
1269 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001270 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001271 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001272 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001273 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001274 - src/cpp/client/client_context.cc
1275 - src/cpp/client/create_channel.cc
1276 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001277 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001278 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001279 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001280 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001281 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001282 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001283 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001284 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001285 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001286 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001287 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001288 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001289 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001290 - src/cpp/server/create_default_thread_pool.cc
1291 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001292 - src/cpp/server/health/default_health_check_service.cc
1293 - src/cpp/server/health/health.pb.c
1294 - src/cpp/server/health/health_check_service.cc
1295 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001296 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001297 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001298 - src/cpp/server/server_context.cc
1299 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001300 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001301 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001302 - src/cpp/util/byte_buffer_cc.cc
1303 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001304 - src/cpp/util/status.cc
1305 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001306 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001307 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001308 - gpr_base_headers
1309 - grpc_base_headers
1310 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001311 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001312 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001313- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001314 language: c++
1315 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001316 - include/grpc++/impl/codegen/config_protobuf.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001317 - include/grpcpp/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001318- name: grpc++_reflection_proto
1319 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001320 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001321 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001322- name: grpc++_test
1323 language: c++
1324 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001325 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001326 - include/grpc++/test/server_context_test_spouse.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001327 - include/grpcpp/test/mock_stream.h
1328 - include/grpcpp/test/server_context_test_spouse.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001329 deps:
1330 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001331 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001332libs:
Alexander Polcyn690dde62017-10-18 00:20:33 -07001333- name: address_sorting
1334 build: all
1335 language: c
1336 headers:
Alexander Polcyn690dde62017-10-18 00:20:33 -07001337 - third_party/address_sorting/address_sorting_internal.h
Alex Polcyn77f64f72018-03-01 19:22:53 +00001338 - third_party/address_sorting/include/address_sorting/address_sorting.h
Alexander Polcyn690dde62017-10-18 00:20:33 -07001339 src:
1340 - third_party/address_sorting/address_sorting.c
1341 - third_party/address_sorting/address_sorting_posix.c
1342 - third_party/address_sorting/address_sorting_windows.c
1343 secure: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08001344- name: alts_test_util
1345 build: private
1346 language: c
1347 headers:
1348 - test/core/tsi/alts/crypt/gsec_test_util.h
1349 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.h
1350 src:
1351 - test/core/tsi/alts/crypt/gsec_test_util.cc
1352 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.cc
1353 deps:
1354 - grpc
1355 secure: true
Craig Tillerda179ce2016-02-09 12:01:53 -08001356- name: gpr
1357 build: all
1358 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001359 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001360 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001361 secure: false
1362 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1363- name: gpr_test_util
1364 build: private
1365 language: c
1366 headers:
1367 - test/core/util/test_config.h
1368 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001369 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 deps:
1371 - gpr
1372 secure: false
1373 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001374- name: grpc
1375 build: all
1376 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001377 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001378 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001379 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001380 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001381 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001382 filegroups:
1383 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001384 - grpc_transport_chttp2_server_secure
1385 - grpc_transport_chttp2_client_secure
1386 - grpc_transport_chttp2_server_insecure
1387 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001388 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001389 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001390 - grpc_lb_policy_pick_first
1391 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001392 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001393 - grpc_resolver_dns_native
1394 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001395 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001396 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001397 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001398 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001399 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001400 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001401 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001402 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001403 - grpc_workaround_cronet_compression_filter
1404 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001405 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001406 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001407 vs_packages:
1408 - grpc.dependencies.openssl
1409 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001410 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001411- name: grpc_cronet
1412 build: all
1413 language: c
1414 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001415 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001416 baselib: true
1417 deps_linkage: static
1418 dll: true
1419 filegroups:
1420 - grpc_base
1421 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001422 - grpc_transport_chttp2_client_secure
Muxi Yan834aeca2018-03-30 16:02:23 -07001423 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001424 generate_plugin_registry: true
1425 platforms:
1426 - linux
1427 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001428- name: grpc_dll
1429 build: private
1430 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001431 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001432 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001433 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001434 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001435 build_system:
1436 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001437 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001438 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001439 vs_config_type: DynamicLibrary
1440 vs_packages:
1441 - grpc.dependencies.openssl
1442 - grpc.dependencies.zlib
1443 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1444 vs_props:
1445 - zlib
1446 - openssl
1447 - winsock
1448 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001449- name: grpc_test_util
1450 build: private
1451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001452 headers:
1453 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001454 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001455 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001456 - test/core/end2end/data/client_certs.cc
1457 - test/core/end2end/data/server1_cert.cc
1458 - test/core/end2end/data/server1_key.cc
1459 - test/core/end2end/data/test_root_cert.cc
1460 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001461 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001463 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001464 - grpc
1465 filegroups:
1466 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1468- name: grpc_test_util_unsecure
1469 build: private
1470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001471 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001472 - gpr
1473 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001474 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001475 filegroups:
1476 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001477 secure: false
1478 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1479- name: grpc_unsecure
1480 build: all
1481 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001482 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001483 - src/core/lib/surface/init.cc
1484 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001485 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001486 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001488 filegroups:
1489 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001490 - grpc_transport_chttp2_server_insecure
1491 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001492 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001493 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001494 - grpc_resolver_dns_native
1495 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001496 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001497 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001498 - grpc_lb_policy_grpclb
1499 - grpc_lb_policy_pick_first
1500 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001501 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001502 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001503 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001504 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001505 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001506 - grpc_workaround_cronet_compression_filter
1507 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001508 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001509 secure: false
1510 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511- name: reconnect_server
1512 build: private
1513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001514 headers:
1515 - test/core/util/reconnect_server.h
1516 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001517 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001518 deps:
yang-gc9fca182015-11-06 16:41:33 -08001519 - test_tcp_server
1520 - grpc_test_util
1521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001522 - gpr_test_util
1523 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001524- name: test_tcp_server
1525 build: private
1526 language: c
1527 headers:
1528 - test/core/util/test_tcp_server.h
1529 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001530 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001531 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001532 - grpc_test_util
1533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001534 - gpr_test_util
1535 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001536- name: grpc++
1537 build: all
1538 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001539 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001540 - include/grpc++/impl/codegen/core_codegen.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001541 - include/grpcpp/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001542 - src/cpp/client/secure_credentials.h
1543 - src/cpp/common/secure_auth_context.h
1544 - src/cpp/server/secure_server_credentials.h
1545 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001546 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001547 - src/cpp/client/secure_credentials.cc
1548 - src/cpp/common/auth_property_iterator.cc
1549 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001550 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001551 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001552 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001553 - src/cpp/server/secure_server_credentials.cc
1554 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001555 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001556 baselib: true
1557 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001558 filegroups:
1559 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001560 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001561 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001562 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001563 secure: check
1564 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001565- name: grpc++_core_stats
1566 build: private
1567 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001568 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001569 - src/cpp/util/core_stats.h
1570 src:
1571 - src/proto/grpc/core/stats.proto
1572 - src/cpp/util/core_stats.cc
1573 deps:
1574 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001575- name: grpc++_cronet
1576 build: all
1577 language: c++
1578 src:
1579 - src/cpp/client/cronet_credentials.cc
1580 - src/cpp/client/insecure_credentials.cc
1581 - src/cpp/common/insecure_create_auth_context.cc
1582 - src/cpp/server/insecure_server_credentials.cc
1583 deps:
1584 - gpr
1585 - grpc_cronet
1586 baselib: true
1587 dll: true
1588 filegroups:
1589 - grpc++_base
1590 - grpc++_codegen_base
1591 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001592 - grpc_transport_chttp2_client_insecure
1593 - grpc_transport_chttp2_server_insecure
1594 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001595 platforms:
1596 - linux
1597 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001598- name: grpc++_error_details
1599 build: all
1600 language: c++
1601 public_headers:
1602 - include/grpc++/support/error_details.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001603 - include/grpcpp/support/error_details.h
yang-geceec8e2017-04-10 11:58:44 -07001604 src:
1605 - src/proto/grpc/status/status.proto
1606 - src/cpp/util/error_details.cc
1607 deps:
1608 - grpc++
1609 baselib: true
1610 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001611- name: grpc++_proto_reflection_desc_db
1612 build: private
1613 language: c++
1614 headers:
1615 - test/cpp/util/proto_reflection_descriptor_database.h
1616 src:
1617 - test/cpp/util/proto_reflection_descriptor_database.cc
1618 deps:
1619 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001620 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001621 filegroups:
1622 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001623 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001624- name: grpc++_reflection
1625 build: all
1626 language: c++
1627 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001628 - include/grpc++/ext/proto_server_reflection_plugin.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001629 - include/grpcpp/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001630 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001631 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001632 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001633 - src/cpp/ext/proto_server_reflection.cc
1634 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001635 deps:
1636 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001637 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001638 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001639 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001640- name: grpc++_test_config
1641 build: private
1642 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001643 headers:
1644 - test/cpp/util/test_config.h
1645 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001646 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001647- name: grpc++_test_util
1648 build: private
1649 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001650 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001651 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001652 - test/cpp/util/byte_buffer_proto_helper.h
ncteisen3b42f832018-03-19 13:22:35 -07001653 - test/cpp/util/channel_trace_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001654 - test/cpp/util/create_test_channel.h
1655 - test/cpp/util/string_ref_helper.h
1656 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001657 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001658 src:
ncteisen3b42f832018-03-19 13:22:35 -07001659 - src/proto/grpc/channelz/channelz.proto
yang-gc8a49d22016-12-12 11:18:49 -08001660 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001661 - src/proto/grpc/testing/echo_messages.proto
1662 - src/proto/grpc/testing/echo.proto
1663 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001664 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001665 - test/cpp/util/byte_buffer_proto_helper.cc
ncteisen3b42f832018-03-19 13:22:35 -07001666 - test/cpp/util/channel_trace_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001667 - test/cpp/util/create_test_channel.cc
1668 - test/cpp/util/string_ref_helper.cc
1669 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001670 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001671 deps:
1672 - grpc++
1673 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001674 - grpc
yang-g17487f92016-06-03 15:21:15 -07001675 filegroups:
1676 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001677 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001678 - grpc++_codegen_proto
1679 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001680- name: grpc++_test_util_unsecure
1681 build: private
1682 language: c++
1683 headers:
1684 - test/cpp/end2end/test_service_impl.h
1685 - test/cpp/util/byte_buffer_proto_helper.h
1686 - test/cpp/util/string_ref_helper.h
1687 - test/cpp/util/subprocess.h
1688 src:
1689 - src/proto/grpc/health/v1/health.proto
1690 - src/proto/grpc/testing/echo_messages.proto
1691 - src/proto/grpc/testing/echo.proto
1692 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1693 - test/cpp/end2end/test_service_impl.cc
1694 - test/cpp/util/byte_buffer_proto_helper.cc
1695 - test/cpp/util/string_ref_helper.cc
1696 - test/cpp/util/subprocess.cc
1697 deps:
1698 - grpc++_unsecure
1699 - grpc_test_util_unsecure
1700 - grpc_unsecure
1701 filegroups:
1702 - grpc++_codegen_base
1703 - grpc++_codegen_base_src
1704 - grpc++_codegen_proto
1705 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001706- name: grpc++_unsecure
1707 build: all
1708 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001709 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001710 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001711 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001712 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001713 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001714 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001715 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001716 baselib: true
1717 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001718 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001719 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001720 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001721 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001722 secure: false
1723 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001724- name: grpc_benchmark
1725 build: test
1726 language: c++
1727 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001728 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1729 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001730 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001731 src:
1732 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001733 deps:
1734 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001735 - grpc++_unsecure
1736 - grpc_test_util_unsecure
1737 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001738 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001739- name: grpc_cli_libs
1740 build: private
1741 language: c++
1742 headers:
1743 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001744 - test/cpp/util/cli_credentials.h
1745 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001746 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001747 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001748 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001749 src:
1750 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001751 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001752 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001753 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001754 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001755 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001756 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001757 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001758 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001759 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001760 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001761 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001762- name: grpc_plugin_support
1763 build: protoc
1764 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001765 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001766 - src/compiler/config.h
1767 - src/compiler/cpp_generator.h
1768 - src/compiler/cpp_generator_helpers.h
1769 - src/compiler/csharp_generator.h
1770 - src/compiler/csharp_generator_helpers.h
1771 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001772 - src/compiler/node_generator.h
1773 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001774 - src/compiler/objective_c_generator.h
1775 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001776 - src/compiler/php_generator.h
1777 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301778 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001779 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301780 - src/compiler/python_generator_helpers.h
1781 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001782 - src/compiler/ruby_generator.h
1783 - src/compiler/ruby_generator_helpers-inl.h
1784 - src/compiler/ruby_generator_map-inl.h
1785 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301786 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001787 src:
1788 - src/compiler/cpp_generator.cc
1789 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001790 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001791 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001792 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001793 - src/compiler/python_generator.cc
1794 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001795 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001796 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797 secure: false
1798 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001799 vs_props:
1800 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001801- name: http2_client_main
1802 build: private
1803 language: c++
1804 headers:
1805 - test/cpp/interop/http2_client.h
1806 src:
1807 - src/proto/grpc/testing/empty.proto
1808 - src/proto/grpc/testing/messages.proto
1809 - src/proto/grpc/testing/test.proto
1810 - test/cpp/interop/http2_client.cc
1811 deps:
1812 - grpc++_test_util
1813 - grpc_test_util
1814 - grpc++
1815 - grpc
1816 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: interop_client_helper
1818 build: private
1819 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001820 headers:
1821 - test/cpp/interop/client_helper.h
1822 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001823 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001824 - test/cpp/interop/client_helper.cc
1825 deps:
1826 - grpc++_test_util
1827 - grpc_test_util
1828 - grpc++
1829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001830 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001831- name: interop_client_main
1832 build: private
1833 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001834 headers:
1835 - test/cpp/interop/interop_client.h
1836 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001837 - src/proto/grpc/testing/empty.proto
1838 - src/proto/grpc/testing/messages.proto
1839 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001840 - test/cpp/interop/client.cc
1841 - test/cpp/interop/interop_client.cc
1842 deps:
1843 - interop_client_helper
1844 - grpc++_test_util
1845 - grpc_test_util
1846 - grpc++
1847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001848 - gpr_test_util
1849 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001850 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001851- name: interop_server_helper
1852 build: private
1853 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001854 headers:
1855 - test/cpp/interop/server_helper.h
1856 src:
1857 - test/cpp/interop/server_helper.cc
1858 deps:
yang-gcc591022017-01-11 11:10:43 -08001859 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001860 - grpc_test_util
1861 - grpc++
1862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001864- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865 build: private
1866 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001867 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001868 - src/proto/grpc/testing/empty.proto
1869 - src/proto/grpc/testing/messages.proto
1870 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001871 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001872 deps:
1873 - interop_server_helper
1874 - grpc++_test_util
1875 - grpc_test_util
1876 - grpc++
1877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001878 - gpr_test_util
1879 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001880 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001881- name: interop_server_main
1882 build: private
1883 language: c++
1884 src:
1885 - test/cpp/interop/interop_server_bootstrap.cc
1886 deps:
1887 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001888- name: qps
1889 build: private
1890 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001891 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001892 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001893 - test/cpp/qps/client.h
1894 - test/cpp/qps/driver.h
1895 - test/cpp/qps/histogram.h
1896 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001897 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001898 - test/cpp/qps/qps_worker.h
1899 - test/cpp/qps/report.h
1900 - test/cpp/qps/server.h
1901 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001902 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001904 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001905 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001906 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001907 - src/proto/grpc/testing/control.proto
1908 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001909 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001910 - test/cpp/qps/client_async.cc
1911 - test/cpp/qps/client_sync.cc
1912 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001913 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001914 - test/cpp/qps/qps_worker.cc
1915 - test/cpp/qps/report.cc
1916 - test/cpp/qps/server_async.cc
1917 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001918 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001919 deps:
1920 - grpc_test_util
1921 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001922 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001923 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001924 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925- name: grpc_csharp_ext
1926 build: all
1927 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001928 src:
1929 - src/csharp/ext/grpc_csharp_ext.c
1930 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001932 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001933 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001934 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001935 dll: only
1936 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001937 vs_packages:
1938 - grpc.dependencies.openssl
1939 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001941 vs_props:
1942 - zlib
1943 - openssl
1944 - winsock
1945 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001946targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001947- name: algorithm_test
1948 build: test
1949 language: c
1950 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001951 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001952 deps:
1953 - grpc_test_util
1954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001955 - gpr_test_util
1956 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001957 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001958- name: alloc_test
1959 build: test
1960 language: c
1961 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001962 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001963 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001964 - gpr_test_util
1965 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001966 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001967- name: alpn_test
1968 build: test
1969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001970 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001971 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001972 deps:
1973 - grpc_test_util
1974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001975 - gpr_test_util
1976 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001977- name: api_fuzzer
1978 build: fuzzer
1979 language: c
1980 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001981 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001982 deps:
1983 - grpc_test_util
1984 - grpc
1985 - gpr_test_util
1986 - gpr
1987 corpus_dirs:
1988 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001989 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001990 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001991- name: arena_test
1992 build: test
1993 language: c
1994 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001995 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001996 deps:
1997 - gpr_test_util
1998 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001999 uses_polling: false
Vijay Pai8f4fbb12018-02-08 10:04:08 -08002000- name: avl_test
2001 build: test
2002 language: c
2003 src:
2004 - test/core/avl/avl_test.cc
2005 deps:
2006 - gpr_test_util
2007 - gpr
2008 - grpc
2009 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07002010- name: bad_server_response_test
2011 build: test
2012 language: c
2013 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002014 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07002015 deps:
2016 - test_tcp_server
2017 - grpc_test_util
2018 - grpc
2019 - gpr_test_util
2020 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002021 exclude_iomgrs:
2022 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07002023- name: bin_decoder_test
2024 build: test
2025 language: c
2026 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002027 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07002028 deps:
2029 - grpc_test_util
2030 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002031 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032- name: bin_encoder_test
2033 build: test
2034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002035 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002036 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002037 deps:
2038 - grpc_test_util
2039 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002040 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08002041- name: channel_create_test
2042 build: test
2043 language: c
2044 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002045 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08002046 deps:
2047 - grpc_test_util
2048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002049 - gpr_test_util
2050 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07002051- name: check_epollexclusive
2052 build: tool
2053 language: c
2054 src:
2055 - test/build/check_epollexclusive.c
2056 deps:
2057 - grpc
2058 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08002059- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002060 build: test
2061 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002062 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002063 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002064 deps:
2065 - grpc_test_util
2066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002069 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002070- name: chttp2_stream_map_test
2071 build: test
2072 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002073 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002074 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002075 deps:
2076 - grpc_test_util
2077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002078 - gpr_test_util
2079 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002080 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08002081- name: chttp2_varint_test
2082 build: test
2083 language: c
2084 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002085 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08002086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002091 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07002092- name: client_fuzzer
2093 build: fuzzer
2094 language: c
2095 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002096 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07002097 deps:
2098 - grpc_test_util
2099 - grpc
2100 - gpr_test_util
2101 - gpr
2102 corpus_dirs:
2103 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002104 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07002105 maxlen: 2048
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002106- name: cmdline_test
2107 build: test
2108 language: c
2109 src:
2110 - test/core/util/cmdline_test.cc
2111 deps:
2112 - gpr
2113 - gpr_test_util
2114 - grpc_test_util
2115 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002116- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07002117 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07002118 build: test
2119 language: c
2120 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002121 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002122 deps:
2123 - grpc_test_util
2124 - grpc
2125 - gpr_test_util
2126 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002127- name: compression_test
2128 build: test
2129 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002130 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002131 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002132 deps:
2133 - grpc_test_util
2134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr_test_util
2136 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002137 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08002138- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07002139 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08002140 build: test
2141 language: c
2142 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002143 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08002144 deps:
2145 - grpc_test_util
2146 - grpc
2147 - gpr_test_util
2148 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002149 exclude_iomgrs:
2150 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07002151- name: connection_refused_test
2152 cpu_cost: 0.1
2153 build: test
2154 language: c
2155 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002156 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07002157 deps:
2158 - grpc_test_util
2159 - grpc
2160 - gpr_test_util
2161 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08002162- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08002163 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08002164 build: test
2165 language: c
2166 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002167 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08002168 deps:
2169 - grpc_test_util
2170 - grpc
2171 - gpr_test_util
2172 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002173 exclude_iomgrs:
2174 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08002175- name: dns_resolver_cooldown_test
2176 build: test
2177 language: c
2178 src:
2179 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
2180 deps:
2181 - grpc_test_util
2182 - grpc
2183 - gpr_test_util
2184 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002185- name: dns_resolver_test
2186 build: test
2187 language: c
2188 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002189 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002190 deps:
2191 - grpc_test_util
2192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002193 - gpr_test_util
2194 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002195- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002196 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002197 build: test
2198 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002199 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002200 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002201 deps:
2202 - grpc_test_util
2203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002204 - gpr_test_util
2205 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002206 exclude_iomgrs:
2207 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002208 platforms:
2209 - mac
2210 - linux
2211 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002212- name: endpoint_pair_test
2213 build: test
2214 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002215 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002216 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002217 deps:
2218 - grpc_test_util
2219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002220 - gpr_test_util
2221 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002222 exclude_iomgrs:
2223 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002224- name: error_test
2225 cpu_cost: 30
2226 build: test
2227 language: c
2228 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002229 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08002230 deps:
2231 - grpc_test_util
2232 - grpc
2233 - gpr_test_util
2234 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002235 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002236- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002237 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002238 build: test
2239 language: c
2240 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002241 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002242 deps:
2243 - grpc_test_util
2244 - grpc
2245 - gpr_test_util
2246 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002247 exclude_iomgrs:
2248 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002249 platforms:
2250 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002251- name: fake_resolver_test
2252 build: test
2253 language: c
2254 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002255 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002256 deps:
2257 - grpc_test_util
2258 - grpc
2259 - gpr_test_util
2260 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002261- name: fake_transport_security_test
2262 build: test
2263 language: c
2264 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002265 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002266 deps:
2267 - gpr_test_util
2268 - gpr
2269 - grpc
2270 filegroups:
2271 - transport_security_test_lib
2272 platforms:
2273 - linux
2274 - posix
2275 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002276- name: fd_conservation_posix_test
2277 build: test
2278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002279 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002280 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002281 deps:
2282 - grpc_test_util
2283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002284 - gpr_test_util
2285 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002286 exclude_iomgrs:
2287 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002288 platforms:
2289 - mac
2290 - linux
2291 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002292- name: fd_posix_test
2293 build: test
2294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002295 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002296 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002297 deps:
2298 - grpc_test_util
2299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002302 exclude_iomgrs:
2303 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002304 platforms:
2305 - mac
2306 - linux
2307 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308- name: fling_client
2309 build: test
2310 run: false
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002313 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002319- name: fling_server
2320 build: test
2321 run: false
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002324 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002331 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332 build: test
2333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002335 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002341 platforms:
2342 - mac
2343 - linux
2344 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002345- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002346 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002347 build: test
2348 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002349 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002350 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002351 deps:
2352 - grpc_test_util
2353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr_test_util
2355 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002356 platforms:
2357 - mac
2358 - linux
2359 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002360- name: goaway_server_test
2361 cpu_cost: 0.1
2362 build: test
2363 language: c
2364 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002365 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002366 deps:
2367 - grpc_test_util
2368 - grpc
2369 - gpr_test_util
2370 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002371 exclude_iomgrs:
2372 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002373 platforms:
2374 - mac
2375 - linux
2376 - posix
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002377- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002378 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002379 build: test
2380 language: c
2381 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002382 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002383 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002384 - gpr_test_util
2385 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002386 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002387- name: gpr_env_test
2388 build: test
2389 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002390 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002391 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002392 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002393 - gpr_test_util
2394 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002395 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002396- name: gpr_host_port_test
2397 build: test
2398 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002399 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002400 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002401 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002402 - gpr_test_util
2403 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002404 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002405- name: gpr_log_test
2406 build: test
2407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002408 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002409 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002410 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002411 - gpr_test_util
2412 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002413 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002414- name: gpr_manual_constructor_test
2415 cpu_cost: 3
2416 build: test
2417 language: c
2418 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002419 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002420 deps:
2421 - gpr_test_util
2422 - gpr
2423 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002424- name: gpr_mpscq_test
2425 cpu_cost: 30
2426 build: test
2427 language: c
2428 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002429 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002430 deps:
2431 - gpr_test_util
2432 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002433 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002434- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002435 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002436 build: test
2437 language: c
2438 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002439 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002440 deps:
2441 - 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_string_test
2445 build: test
2446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002447 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002448 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002449 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002450 - gpr_test_util
2451 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002452 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002453- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002454 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455 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/sync_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_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002464 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002465 build: test
2466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002467 src:
Vijay Paida693552018-02-16 22:59:03 -08002468 - test/core/gprpp/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002469 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002470 - gpr_test_util
2471 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002472 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002473- name: gpr_time_test
2474 build: test
2475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002476 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002477 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002478 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002479 - gpr_test_util
2480 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002481 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482- name: gpr_tls_test
2483 build: test
2484 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002485 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002486 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002487 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002488 - gpr_test_util
2489 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002490 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002491- name: gpr_useful_test
2492 build: test
2493 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002494 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002495 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002496 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002497 - gpr_test_util
2498 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002499 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002500- name: grpc_auth_context_test
2501 build: test
2502 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002503 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002504 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002505 deps:
2506 - grpc_test_util
2507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002508 - gpr_test_util
2509 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002510 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002511- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002512 build: test
2513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002514 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002515 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002516 deps:
2517 - grpc_test_util
2518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002519 - gpr_test_util
2520 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002521 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002522- name: grpc_byte_buffer_reader_test
2523 build: test
2524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002525 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002526 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002527 deps:
2528 - grpc_test_util
2529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002530 - gpr_test_util
2531 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002532 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002533- name: grpc_channel_args_test
2534 build: test
2535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002536 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002537 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002538 deps:
2539 - grpc_test_util
2540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002541 - gpr_test_util
2542 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002543 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002544- name: grpc_channel_stack_builder_test
2545 build: test
2546 language: c
2547 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002548 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002549 deps:
2550 - grpc_test_util
2551 - grpc
2552 - gpr_test_util
2553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554- name: grpc_channel_stack_test
2555 build: test
2556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002557 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002558 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002559 deps:
2560 - grpc_test_util
2561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002562 - gpr_test_util
2563 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002564 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002565- name: grpc_completion_queue_test
2566 build: test
2567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002568 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002569 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002570 deps:
2571 - grpc_test_util
2572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002573 - gpr_test_util
2574 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002575- name: grpc_completion_queue_threading_test
2576 build: test
2577 language: c
2578 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002579 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002580 deps:
2581 - grpc_test_util
2582 - grpc
2583 - gpr_test_util
2584 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002585 exclude_iomgrs:
2586 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587- name: grpc_create_jwt
2588 build: tool
2589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002590 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002591 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002592 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002594 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002595 filegroups:
2596 - cmdline
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002597 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002598 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002599- name: grpc_credentials_test
2600 build: test
2601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002602 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002603 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002604 deps:
2605 - grpc_test_util
2606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002607 - gpr_test_util
2608 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002609- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002610 build: test
2611 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002613 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002614 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002615 deps:
2616 - grpc_test_util
2617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002618 - gpr_test_util
2619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002620- name: grpc_json_token_test
2621 build: test
2622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002623 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002624 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002625 deps:
2626 - grpc_test_util
2627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002628 - gpr_test_util
2629 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002630 platforms:
2631 - linux
2632 - posix
2633 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002634 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002635- name: grpc_jwt_verifier_test
2636 build: test
2637 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002638 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002639 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002640 deps:
2641 - grpc_test_util
2642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002643 - gpr_test_util
2644 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002645 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002646- name: grpc_print_google_default_creds_token
2647 build: tool
2648 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002649 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002650 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002651 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002653 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002654 filegroups:
2655 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002656 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002657- name: grpc_security_connector_test
2658 build: test
2659 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002660 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002661 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002662 deps:
2663 - grpc_test_util
2664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002665 - gpr_test_util
2666 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002667- name: grpc_ssl_credentials_test
2668 build: test
2669 language: c
2670 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002671 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002672 deps:
2673 - grpc_test_util
2674 - grpc
2675 - gpr_test_util
2676 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002677- name: grpc_verify_jwt
2678 build: tool
2679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002680 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002681 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002682 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002684 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002685 filegroups:
2686 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002687 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002688- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002689 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002690 language: c
2691 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002692 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002693 deps:
2694 - grpc_test_util
2695 - grpc
2696 - gpr_test_util
2697 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002698 exclude_iomgrs:
2699 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002700 platforms:
2701 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002702 secure: true
2703- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002704 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002705 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002706 headers:
2707 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002708 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002709 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002710 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002711 deps:
2712 - grpc_test_util
2713 - grpc
2714 - gpr_test_util
2715 - gpr
2716 exclude_iomgrs:
2717 - uv
2718 platforms:
2719 - linux
2720 secure: true
2721- name: handshake_server_with_readahead_handshaker
2722 build: test
2723 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002724 headers:
2725 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002726 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002727 - test/core/handshake/readahead_handshaker_server_ssl.cc
2728 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002729 deps:
2730 - grpc_test_util
2731 - grpc
2732 - gpr_test_util
2733 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002734 exclude_iomgrs:
2735 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002736 platforms:
2737 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002738 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002739- name: histogram_test
2740 build: test
2741 language: c
2742 src:
2743 - test/core/util/histogram_test.cc
2744 deps:
2745 - grpc_test_util
2746 - gpr
2747 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002748- name: hpack_parser_fuzzer_test
2749 build: fuzzer
2750 language: c
2751 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002752 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002753 deps:
2754 - grpc_test_util
2755 - grpc
2756 - gpr_test_util
2757 - gpr
2758 corpus_dirs:
2759 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002760 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002761 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002762- name: hpack_parser_test
2763 build: test
2764 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002765 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002766 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002767 deps:
2768 - grpc_test_util
2769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002770 - gpr_test_util
2771 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002772 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002773- name: hpack_table_test
2774 build: test
2775 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002776 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002777 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002778 deps:
2779 - grpc_test_util
2780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002781 - gpr_test_util
2782 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002783 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002784- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002785 build: test
2786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002787 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002788 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002789 deps:
2790 - grpc_test_util
2791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002792 - gpr_test_util
2793 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002794 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002795- name: http_request_fuzzer_test
2796 build: fuzzer
2797 language: c
2798 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002799 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002800 deps:
2801 - grpc_test_util
2802 - grpc
2803 - gpr_test_util
2804 - gpr
2805 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002806 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002807 maxlen: 2048
2808- name: http_response_fuzzer_test
2809 build: fuzzer
2810 language: c
2811 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002812 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002813 deps:
2814 - grpc_test_util
2815 - grpc
2816 - gpr_test_util
2817 - gpr
2818 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002819 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002820 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002821- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002822 build: test
2823 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002824 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002825 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002826 deps:
2827 - grpc_test_util
2828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002829 - gpr_test_util
2830 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002831- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002832 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833 build: test
2834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002835 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002836 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002837 deps:
2838 - grpc_test_util
2839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr_test_util
2841 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002842 platforms:
2843 - mac
2844 - linux
2845 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002846- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002847 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002848 build: test
2849 language: c
2850 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002851 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002852 deps:
2853 - grpc_test_util
2854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002855 - gpr_test_util
2856 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002857 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002858 - linux
yang-gf1183302015-12-07 16:02:05 -08002859- name: init_test
2860 build: test
2861 language: c
2862 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002863 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002864 deps:
2865 - grpc_test_util
2866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002867 - gpr_test_util
2868 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002869 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002870- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002871 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002872 build: test
2873 language: c
2874 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002875 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002876 deps:
2877 - grpc_test_util
2878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002879 - gpr_test_util
2880 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002881- name: json_fuzzer_test
2882 build: fuzzer
2883 language: c
2884 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002885 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002886 deps:
2887 - grpc_test_util
2888 - grpc
2889 - gpr_test_util
2890 - gpr
2891 corpus_dirs:
2892 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002893 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894- name: json_rewrite
2895 build: test
2896 run: false
2897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002898 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002899 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002900 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002901 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002902 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002903 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002905 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002906- name: json_rewrite_test
2907 build: test
2908 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002909 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002910 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002911 deps:
2912 - grpc_test_util
2913 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002914 - gpr_test_util
2915 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002916 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002917- name: json_stream_error_test
2918 build: test
2919 language: c
2920 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002921 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002922 deps:
2923 - grpc_test_util
2924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002925 - gpr_test_util
2926 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002927 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002928- name: json_test
2929 build: test
2930 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002931 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002932 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002933 deps:
2934 - grpc_test_util
2935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002936 - gpr_test_util
2937 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002938 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002939- name: lame_client_test
2940 build: test
2941 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002942 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002943 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002944 deps:
2945 - grpc_test_util
2946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002947 - gpr_test_util
2948 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002949- name: load_file_test
2950 build: test
2951 language: c
2952 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002953 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002954 deps:
2955 - grpc_test_util
2956 - grpc
2957 - gpr_test_util
2958 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002959 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002960- name: low_level_ping_pong_benchmark
2961 build: benchmark
2962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002963 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002964 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002965 deps:
2966 - grpc_test_util
2967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002968 - gpr_test_util
2969 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002970 platforms:
2971 - mac
2972 - linux
2973 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002974- name: memory_profile_client
2975 build: test
2976 run: false
2977 language: c
2978 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002979 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002980 deps:
2981 - grpc_test_util
2982 - grpc
2983 - gpr_test_util
2984 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002985 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002986- name: memory_profile_server
2987 build: test
2988 run: false
2989 language: c
2990 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002991 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002992 deps:
2993 - grpc_test_util
2994 - grpc
2995 - gpr_test_util
2996 - gpr
2997- name: memory_profile_test
2998 cpu_cost: 1.5
2999 build: test
3000 language: c
3001 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003002 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003003 deps:
3004 - grpc_test_util
3005 - grpc
3006 - gpr_test_util
3007 - gpr
3008 platforms:
3009 - mac
3010 - linux
3011 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003012- name: message_compress_test
3013 build: test
3014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003015 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003016 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003017 deps:
3018 - grpc_test_util
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003022 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07003023- name: minimal_stack_is_minimal_test
3024 build: test
3025 language: c
3026 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003027 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07003028 deps:
3029 - grpc_test_util
3030 - grpc
3031 - gpr_test_util
3032 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003033 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003034- name: multiple_server_queues_test
3035 build: test
3036 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003037 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003038 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003039 deps:
3040 - grpc_test_util
3041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003042 - gpr_test_util
3043 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003044- name: murmur_hash_test
3045 build: test
3046 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003047 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08003048 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003049 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08003050 - gpr_test_util
3051 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003052 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003053- name: nanopb_fuzzer_response_test
3054 build: fuzzer
3055 language: c
3056 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003057 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003058 deps:
3059 - grpc_test_util
3060 - grpc
3061 - gpr_test_util
3062 - gpr
3063 corpus_dirs:
3064 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07003065 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003066- name: nanopb_fuzzer_serverlist_test
3067 build: fuzzer
3068 language: c
3069 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003070 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003071 deps:
3072 - grpc_test_util
3073 - grpc
3074 - gpr_test_util
3075 - gpr
3076 corpus_dirs:
3077 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07003078 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003079- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003080 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003081 build: test
3082 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003083 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003084 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003085 deps:
3086 - grpc_test_util
3087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003088 - gpr_test_util
3089 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07003090- name: num_external_connectivity_watchers_test
3091 build: test
3092 language: c
3093 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003094 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07003095 deps:
3096 - grpc_test_util
3097 - grpc
3098 - gpr_test_util
3099 - gpr
3100 exclude_iomgrs:
3101 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003102- name: parse_address_test
3103 build: test
3104 language: c
3105 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003106 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003107 deps:
3108 - grpc_test_util
3109 - grpc
3110 - gpr_test_util
3111 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003112 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07003113- name: percent_decode_fuzzer
3114 build: fuzzer
3115 language: c
3116 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003117 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003118 deps:
3119 - grpc_test_util
3120 - grpc
3121 - gpr_test_util
3122 - gpr
3123 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003124 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003125 maxlen: 32
3126- name: percent_encode_fuzzer
3127 build: fuzzer
3128 language: c
3129 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003130 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003131 deps:
3132 - grpc_test_util
3133 - grpc
3134 - gpr_test_util
3135 - gpr
3136 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003137 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003138 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07003139- name: percent_encoding_test
3140 build: test
3141 language: c
3142 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003143 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07003144 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003145 - grpc_test_util
3146 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07003147 - gpr_test_util
3148 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003149 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003150- name: pollset_set_test
3151 build: test
3152 language: c
3153 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003154 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003155 deps:
3156 - grpc_test_util
3157 - grpc
3158 - gpr_test_util
3159 - gpr
3160 exclude_iomgrs:
3161 - uv
3162 platforms:
3163 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003164- name: resolve_address_posix_test
3165 build: test
3166 language: c
3167 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003168 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003169 deps:
3170 - grpc_test_util
3171 - grpc
3172 - gpr_test_util
3173 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08003174 exclude_iomgrs:
3175 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003176 platforms:
3177 - mac
3178 - linux
3179 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003180- name: resolve_address_test
3181 build: test
3182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003183 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003184 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003185 deps:
3186 - grpc_test_util
3187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003188 - gpr_test_util
3189 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003190- name: resource_quota_test
3191 cpu_cost: 30
3192 build: test
3193 language: c
3194 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003195 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003196 deps:
3197 - grpc_test_util
3198 - grpc
3199 - gpr_test_util
3200 - gpr
yang-gd482e592015-12-10 14:04:00 -08003201- name: secure_channel_create_test
3202 build: test
3203 language: c
3204 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003205 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003206 deps:
3207 - grpc_test_util
3208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003209 - gpr_test_util
3210 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003211- name: secure_endpoint_test
3212 build: test
3213 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003214 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003215 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003216 deps:
3217 - grpc_test_util
3218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003219 - gpr_test_util
3220 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003221 exclude_iomgrs:
3222 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003223- name: sequential_connectivity_test
3224 build: test
3225 language: c
3226 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003227 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003228 deps:
3229 - grpc_test_util
3230 - grpc
3231 - gpr_test_util
3232 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003233 exclude_iomgrs:
3234 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003235- name: server_chttp2_test
3236 build: test
3237 language: c
3238 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003239 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003240 deps:
3241 - grpc_test_util
3242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003243 - gpr_test_util
3244 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003245- name: server_fuzzer
3246 build: fuzzer
3247 language: c
3248 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003249 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003250 deps:
3251 - grpc_test_util
3252 - grpc
3253 - gpr_test_util
3254 - gpr
3255 corpus_dirs:
3256 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003257 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003258 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003259- name: server_test
3260 build: test
3261 language: c
3262 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003263 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003264 deps:
3265 - grpc_test_util
3266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003267 - gpr_test_util
3268 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003269- name: slice_buffer_test
3270 build: test
3271 language: c
3272 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003273 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003274 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003275 - grpc_test_util
3276 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003277 - gpr_test_util
3278 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003279 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003280- name: slice_string_helpers_test
3281 build: test
3282 language: c
3283 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003284 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003285 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003286 - grpc_test_util
3287 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003288 - gpr_test_util
3289 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003290 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003291- name: slice_test
3292 build: test
3293 language: c
3294 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003295 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003296 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003297 - grpc_test_util
3298 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003299 - gpr_test_util
3300 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003301 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003302- name: sockaddr_resolver_test
3303 build: test
3304 language: c
3305 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003306 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003307 deps:
3308 - grpc_test_util
3309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003310 - gpr_test_util
3311 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003312- name: sockaddr_utils_test
3313 build: test
3314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003315 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003316 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003317 deps:
3318 - grpc_test_util
3319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003320 - gpr_test_util
3321 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003322- name: socket_utils_test
3323 build: test
3324 language: c
3325 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003326 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003327 deps:
3328 - grpc_test_util
3329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003330 - gpr_test_util
3331 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003332 exclude_iomgrs:
3333 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003334 platforms:
3335 - mac
3336 - linux
3337 - posix
yang-g31e21282016-11-04 15:10:03 -07003338- name: ssl_server_fuzzer
3339 build: fuzzer
3340 language: c
3341 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003342 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003343 deps:
3344 - grpc_test_util
3345 - grpc
3346 - gpr_test_util
3347 - gpr
3348 corpus_dirs:
3349 - test/core/security/corpus/ssl_server_corpus
3350 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003351- name: ssl_transport_security_test
3352 build: test
3353 language: c
3354 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003355 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003356 deps:
3357 - gpr_test_util
3358 - gpr
3359 - grpc
3360 filegroups:
3361 - transport_security_test_lib
3362 platforms:
3363 - linux
3364 - posix
3365 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003366- name: status_conversion_test
3367 build: test
3368 language: c
3369 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003370 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003371 deps:
3372 - grpc_test_util
3373 - grpc
3374 - gpr_test_util
3375 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003376 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003377- name: stream_compression_test
3378 build: test
3379 language: c
3380 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003381 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003382 deps:
3383 - grpc_test_util
3384 - grpc
3385 - gpr_test_util
3386 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003387 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003388- name: stream_owned_slice_test
3389 build: test
3390 language: c
3391 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003392 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003393 deps:
3394 - grpc_test_util
3395 - grpc
3396 - gpr_test_util
3397 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003398 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003399- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003400 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003401 build: test
3402 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003403 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003404 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003405 deps:
3406 - grpc_test_util
3407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003408 - gpr_test_util
3409 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003410 exclude_iomgrs:
3411 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003412 platforms:
3413 - mac
3414 - linux
3415 - posix
murgatroid991191b722017-02-08 11:56:52 -08003416- name: tcp_client_uv_test
3417 cpu_cost: 0.5
3418 build: test
3419 language: c
3420 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003421 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003422 deps:
3423 - grpc_test_util
3424 - grpc
3425 - gpr_test_util
3426 - gpr
3427 exclude_iomgrs:
3428 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003429- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003430 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003431 build: test
3432 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003433 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003434 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003435 deps:
3436 - grpc_test_util
3437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003438 - gpr_test_util
3439 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003440 exclude_iomgrs:
3441 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003442 platforms:
3443 - mac
3444 - linux
3445 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003446- name: tcp_server_posix_test
3447 build: test
3448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003449 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003450 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003451 deps:
3452 - grpc_test_util
3453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003454 - gpr_test_util
3455 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003456 exclude_iomgrs:
3457 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003458 platforms:
3459 - mac
3460 - linux
3461 - posix
murgatroid991191b722017-02-08 11:56:52 -08003462- name: tcp_server_uv_test
3463 build: test
3464 language: c
3465 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003466 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003467 deps:
3468 - grpc_test_util
3469 - grpc
3470 - gpr_test_util
3471 - gpr
3472 exclude_iomgrs:
3473 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003474- name: time_averaged_stats_test
3475 build: test
3476 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003477 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003478 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003479 deps:
3480 - grpc_test_util
3481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003482 - gpr_test_util
3483 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003484 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003485- name: timeout_encoding_test
3486 build: test
3487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003488 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003489 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003490 deps:
3491 - grpc_test_util
3492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003493 - gpr_test_util
3494 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003495 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003496- name: timer_heap_test
3497 build: test
3498 language: c
3499 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003500 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003501 deps:
3502 - grpc_test_util
3503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003504 - gpr_test_util
3505 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003506 exclude_iomgrs:
3507 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003508 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003509- name: timer_list_test
3510 build: test
3511 language: c
3512 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003513 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003514 deps:
3515 - grpc_test_util
3516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003517 - gpr_test_util
3518 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003519 exclude_iomgrs:
3520 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003521 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003522- name: transport_connectivity_state_test
3523 build: test
3524 language: c
3525 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003526 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003527 deps:
3528 - grpc_test_util
3529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003530 - gpr_test_util
3531 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003532- name: transport_metadata_test
3533 build: test
3534 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003535 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003536 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003537 deps:
3538 - grpc_test_util
3539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003540 - gpr_test_util
3541 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003542- name: transport_security_test
3543 build: test
3544 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003545 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003546 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003547 deps:
3548 - grpc_test_util
3549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003550 - gpr_test_util
3551 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003552 platforms:
3553 - linux
3554 - posix
3555 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003556- name: udp_server_test
3557 build: test
3558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003559 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003560 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003561 deps:
3562 - grpc_test_util
3563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003564 - gpr_test_util
3565 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003566 exclude_iomgrs:
3567 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003568 platforms:
3569 - mac
3570 - linux
3571 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003572- name: uri_fuzzer_test
3573 build: fuzzer
3574 language: c
3575 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003576 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003577 deps:
3578 - grpc_test_util
3579 - grpc
3580 - gpr_test_util
3581 - gpr
3582 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003583 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003584 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003585- name: uri_parser_test
3586 build: test
3587 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003588 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003589 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003590 deps:
3591 - grpc_test_util
3592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003593 - gpr_test_util
3594 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003595- name: wakeup_fd_cv_test
3596 build: test
3597 language: c
3598 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003599 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003600 deps:
3601 - grpc_test_util
3602 - grpc
3603 - gpr_test_util
3604 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003605 exclude_iomgrs:
3606 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003607 platforms:
3608 - mac
3609 - linux
3610 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003611- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003612 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003613 build: test
3614 language: c++
3615 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003616 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003617 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003618 - grpc++_test_util_unsecure
3619 - grpc_test_util_unsecure
3620 - grpc++_unsecure
3621 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003622 - gpr_test_util
3623 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08003624- name: alts_counter_test
3625 build: test
3626 language: c++
3627 src:
3628 - test/core/tsi/alts/frame_protector/alts_counter_test.cc
3629 deps:
3630 - alts_test_util
3631 - gpr
3632 - grpc
3633- name: alts_crypt_test
3634 build: test
3635 language: c++
3636 src:
3637 - test/core/tsi/alts/crypt/aes_gcm_test.cc
3638 deps:
3639 - alts_test_util
3640 - gpr_test_util
3641 - gpr
3642 - grpc
3643- name: alts_crypter_test
3644 build: test
3645 language: c++
3646 src:
3647 - test/core/tsi/alts/frame_protector/alts_crypter_test.cc
3648 deps:
3649 - alts_test_util
3650 - gpr
3651 - grpc
3652- name: alts_frame_handler_test
3653 build: test
3654 language: c++
3655 src:
3656 - test/core/tsi/alts/frame_protector/frame_handler_test.cc
3657 deps:
3658 - alts_test_util
3659 - gpr
3660 - grpc
3661- name: alts_frame_protector_test
3662 build: test
3663 language: c++
3664 src:
3665 - test/core/tsi/alts/frame_protector/alts_frame_protector_test.cc
3666 deps:
3667 - alts_test_util
3668 - gpr
3669 - grpc
3670 filegroups:
3671 - transport_security_test_lib
3672- name: alts_grpc_record_protocol_test
3673 build: test
3674 language: c++
3675 src:
3676 - test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc
3677 deps:
3678 - alts_test_util
3679 - gpr
3680 - grpc
3681- name: alts_handshaker_client_test
3682 build: test
3683 language: c++
3684 src:
3685 - test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc
3686 deps:
3687 - alts_test_util
3688 - gpr
3689 - grpc
3690- name: alts_handshaker_service_api_test
3691 build: test
3692 language: c++
3693 src:
3694 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test.cc
3695 deps:
3696 - alts_test_util
3697 - gpr
3698 - grpc
3699- name: alts_iovec_record_protocol_test
3700 build: test
3701 language: c++
3702 src:
3703 - test/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol_test.cc
3704 deps:
3705 - alts_test_util
3706 - gpr
3707 - grpc
3708- name: alts_security_connector_test
3709 build: test
3710 language: c++
3711 src:
3712 - test/core/security/alts_security_connector_test.cc
3713 deps:
3714 - gpr
3715 - grpc
3716- name: alts_tsi_handshaker_test
3717 build: test
3718 language: c++
3719 src:
3720 - test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
3721 deps:
3722 - alts_test_util
3723 - gpr
3724 - grpc
3725- name: alts_tsi_utils_test
3726 build: test
3727 language: c++
3728 src:
3729 - test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc
3730 deps:
3731 - alts_test_util
3732 - gpr
3733 - grpc
3734- name: alts_zero_copy_grpc_protector_test
3735 build: test
3736 language: c++
3737 src:
3738 - test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc
3739 deps:
3740 - alts_test_util
3741 - gpr
3742 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003743- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003744 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003745 build: test
3746 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003747 src:
3748 - test/cpp/end2end/async_end2end_test.cc
3749 deps:
3750 - grpc++_test_util
3751 - grpc_test_util
3752 - grpc++
3753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003754 - gpr_test_util
3755 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003756- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003757 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003758 build: test
3759 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003760 src:
3761 - test/cpp/common/auth_property_iterator_test.cc
3762 deps:
3763 - grpc++_test_util
3764 - grpc_test_util
3765 - grpc++
3766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003767 - gpr_test_util
3768 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003769 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003770- name: backoff_test
3771 build: test
3772 language: c++
3773 src:
3774 - test/core/backoff/backoff_test.cc
3775 deps:
3776 - grpc_test_util
3777 - grpc
3778 - gpr_test_util
3779 - gpr
3780 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003781- name: bdp_estimator_test
3782 build: test
3783 language: c++
3784 src:
3785 - test/core/transport/bdp_estimator_test.cc
3786 deps:
3787 - grpc++_test_util
3788 - grpc++
3789 - grpc_test_util
3790 - grpc
3791 - gpr_test_util
3792 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003793 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003794- name: bm_arena
3795 build: test
3796 language: c++
3797 src:
3798 - test/cpp/microbenchmarks/bm_arena.cc
3799 deps:
3800 - grpc_benchmark
3801 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003802 - grpc++_test_util_unsecure
3803 - grpc_test_util_unsecure
3804 - grpc++_unsecure
3805 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003806 - gpr_test_util
3807 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003808 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003809 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003810 platforms:
3811 - mac
3812 - linux
3813 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003814 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003815- name: bm_call_create
3816 build: test
3817 language: c++
3818 src:
3819 - test/cpp/microbenchmarks/bm_call_create.cc
3820 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003821 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003822 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003823 - grpc++_test_util_unsecure
3824 - grpc_test_util_unsecure
3825 - grpc++_unsecure
3826 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003827 - gpr_test_util
3828 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003829 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003830 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003831 platforms:
3832 - mac
3833 - linux
3834 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003835 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003836- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003837 build: test
3838 language: c++
3839 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003840 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003841 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003842 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003843 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003844 - grpc++_test_util_unsecure
3845 - grpc_test_util_unsecure
3846 - grpc++_unsecure
3847 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003848 - gpr_test_util
3849 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003850 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003851 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003852 platforms:
3853 - mac
3854 - linux
3855 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003856 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003857- name: bm_chttp2_transport
3858 build: test
3859 language: c++
3860 src:
3861 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3862 deps:
3863 - grpc_benchmark
3864 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003865 - grpc++_test_util_unsecure
3866 - grpc_test_util_unsecure
3867 - grpc++_unsecure
3868 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003869 - gpr_test_util
3870 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003871 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003872 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003873 platforms:
3874 - mac
3875 - linux
3876 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003877- name: bm_closure
3878 build: test
3879 language: c++
3880 src:
3881 - test/cpp/microbenchmarks/bm_closure.cc
3882 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003883 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003884 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003885 - grpc++_test_util_unsecure
3886 - grpc_test_util_unsecure
3887 - grpc++_unsecure
3888 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003889 - gpr_test_util
3890 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003891 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003892 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003893 platforms:
3894 - mac
3895 - linux
3896 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003897- name: bm_cq
3898 build: test
3899 language: c++
3900 src:
3901 - test/cpp/microbenchmarks/bm_cq.cc
3902 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003903 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003904 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003905 - grpc++_test_util_unsecure
3906 - grpc_test_util_unsecure
3907 - grpc++_unsecure
3908 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003909 - gpr_test_util
3910 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003911 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003912 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003913 platforms:
3914 - mac
3915 - linux
3916 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003917- name: bm_cq_multiple_threads
3918 build: test
3919 language: c++
3920 src:
3921 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3922 deps:
3923 - grpc_benchmark
3924 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003925 - grpc++_test_util_unsecure
3926 - grpc_test_util_unsecure
3927 - grpc++_unsecure
3928 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003929 - gpr_test_util
3930 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003931 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003932 defaults: benchmark
3933 platforms:
3934 - mac
3935 - linux
3936 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003937- name: bm_error
3938 build: test
3939 language: c++
3940 src:
3941 - test/cpp/microbenchmarks/bm_error.cc
3942 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003943 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003944 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003945 - grpc++_test_util_unsecure
3946 - grpc_test_util_unsecure
3947 - grpc++_unsecure
3948 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003949 - gpr_test_util
3950 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003951 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003952 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003953 platforms:
3954 - mac
3955 - linux
3956 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003957 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003958- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003959 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003960 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003961 headers:
3962 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003963 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003964 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003965 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003966 - grpc_benchmark
3967 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003968 - grpc++_test_util_unsecure
3969 - grpc_test_util_unsecure
3970 - grpc++_unsecure
3971 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003972 - gpr_test_util
3973 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003974 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003975 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003976 excluded_poll_engines:
3977 - poll
3978 - poll-cv
3979 platforms:
3980 - mac
3981 - linux
3982 - posix
3983 timeout_seconds: 1200
3984- name: bm_fullstack_streaming_pump
3985 build: test
3986 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003987 headers:
3988 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003989 src:
3990 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003991 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003992 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003993 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003994 - grpc++_test_util_unsecure
3995 - grpc_test_util_unsecure
3996 - grpc++_unsecure
3997 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003998 - gpr_test_util
3999 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004000 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004001 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08004002 excluded_poll_engines:
4003 - poll
4004 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004005 platforms:
4006 - mac
4007 - linux
4008 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08004009 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08004010- name: bm_fullstack_trickle
4011 build: test
4012 language: c++
4013 src:
4014 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
4015 deps:
4016 - grpc_benchmark
4017 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004018 - grpc++_test_util_unsecure
4019 - grpc_test_util_unsecure
4020 - grpc++_unsecure
4021 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08004022 - gpr_test_util
4023 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07004024 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004025 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004026 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07004027 exclude_configs:
4028 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08004029 excluded_poll_engines:
4030 - poll
4031 - poll-cv
4032 platforms:
4033 - mac
4034 - linux
4035 - posix
4036 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08004037- name: bm_fullstack_unary_ping_pong
4038 build: test
4039 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004040 headers:
4041 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08004042 src:
4043 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
4044 deps:
4045 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08004046 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004047 - grpc++_test_util_unsecure
4048 - grpc_test_util_unsecure
4049 - grpc++_unsecure
4050 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08004051 - gpr_test_util
4052 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004053 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08004054 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004055 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07004056 - poll
4057 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004058 platforms:
4059 - mac
4060 - linux
4061 - posix
4062 timeout_seconds: 1200
4063- name: bm_metadata
4064 build: test
4065 language: c++
4066 src:
4067 - test/cpp/microbenchmarks/bm_metadata.cc
4068 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004069 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004070 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004071 - grpc++_test_util_unsecure
4072 - grpc_test_util_unsecure
4073 - grpc++_unsecure
4074 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004075 - gpr_test_util
4076 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004077 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004078 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004079 platforms:
4080 - mac
Craig Tiller25834342015-09-25 08:08:24 -07004081 - linux
4082 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004083 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08004084- name: bm_pollset
4085 build: test
4086 language: c++
4087 src:
4088 - test/cpp/microbenchmarks/bm_pollset.cc
4089 deps:
4090 - grpc_benchmark
4091 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004092 - grpc++_test_util_unsecure
4093 - grpc_test_util_unsecure
4094 - grpc++_unsecure
4095 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08004096 - gpr_test_util
4097 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004098 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004099 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08004100 platforms:
4101 - mac
4102 - linux
4103 - posix
Mark D. Roth3d8b32d2018-03-09 13:25:40 -08004104- name: byte_stream_test
4105 gtest: true
4106 build: test
4107 language: c++
4108 src:
4109 - test/core/transport/byte_stream_test.cc
4110 deps:
4111 - grpc_test_util
4112 - grpc
4113 - gpr_test_util
4114 - gpr
4115 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004116- name: channel_arguments_test
4117 gtest: true
4118 build: test
4119 language: c++
4120 src:
4121 - test/cpp/common/channel_arguments_test.cc
4122 deps:
4123 - grpc++
4124 - grpc
4125 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004126 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004127- name: channel_filter_test
4128 gtest: true
4129 build: test
4130 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004131 src:
4132 - test/cpp/common/channel_filter_test.cc
4133 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004134 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07004135 - grpc
4136 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004137 uses_polling: false
ncteisen3b42f832018-03-19 13:22:35 -07004138- name: channel_trace_test
4139 gtest: true
4140 build: test
4141 language: c++
4142 src:
4143 - test/core/channel/channel_trace_test.cc
4144 deps:
4145 - grpc_test_util
4146 - grpc++_test_util
4147 - grpc++
4148 - grpc
4149 - gpr_test_util
4150 - gpr
4151 filegroups:
4152 - grpc++_channelz_proto
4153 uses:
4154 - grpc++_test
4155 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004156- name: check_gcp_environment_linux_test
4157 build: test
4158 language: c++
4159 src:
4160 - test/core/security/check_gcp_environment_linux_test.cc
4161 deps:
4162 - grpc
4163 - gpr
4164- name: check_gcp_environment_windows_test
4165 build: test
4166 language: c++
4167 src:
4168 - test/core/security/check_gcp_environment_windows_test.cc
4169 deps:
4170 - grpc
4171 - gpr
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08004172- name: chttp2_settings_timeout_test
4173 gtest: true
4174 build: test
4175 language: c++
4176 src:
4177 - test/core/transport/chttp2/settings_timeout_test.cc
4178 deps:
4179 - grpc_test_util
4180 - grpc
4181 - gpr_test_util
4182 - gpr
4183 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004184- name: cli_call_test
4185 gtest: true
4186 build: test
4187 language: c++
4188 src:
Craig Tiller25834342015-09-25 08:08:24 -07004189 - test/cpp/util/cli_call_test.cc
4190 deps:
4191 - grpc_cli_libs
4192 - grpc++_test_util
4193 - grpc_test_util
4194 - grpc++
4195 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004196 - gpr_test_util
4197 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08004198- name: client_channel_stress_test
4199 gtest: false
4200 build: test
4201 language: c++
4202 src:
4203 - src/proto/grpc/lb/v1/load_balancer.proto
4204 - test/cpp/client/client_channel_stress_test.cc
4205 deps:
4206 - grpc++_test_util
4207 - grpc_test_util
4208 - grpc++
4209 - grpc
4210 - gpr_test_util
4211 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004212- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004213 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004214 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004215 build: test
4216 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004217 src:
4218 - test/cpp/end2end/client_crash_test.cc
4219 deps:
4220 - grpc++_test_util
4221 - grpc_test_util
4222 - grpc++
4223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004224 - gpr_test_util
4225 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004226 platforms:
4227 - mac
4228 - linux
4229 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004230- name: client_crash_test_server
4231 build: test
4232 run: false
4233 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004234 src:
4235 - test/cpp/end2end/client_crash_test_server.cc
4236 deps:
4237 - grpc++_test_util
4238 - grpc_test_util
4239 - grpc++
4240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004241 - gpr_test_util
4242 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004243- name: client_lb_end2end_test
4244 gtest: true
4245 build: test
4246 language: c++
4247 src:
4248 - test/cpp/end2end/client_lb_end2end_test.cc
4249 deps:
4250 - grpc++_test_util
4251 - grpc_test_util
4252 - grpc++
4253 - grpc
4254 - gpr_test_util
4255 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004256- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08004257 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004258 build: test
4259 language: c++
4260 src:
4261 - src/proto/grpc/testing/control.proto
4262 - src/proto/grpc/testing/messages.proto
4263 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004264 - src/proto/grpc/testing/services.proto
4265 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004266 - test/cpp/codegen/codegen_test_full.cc
4267 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004268 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004269 - grpc++
4270 - grpc
4271 - gpr
4272 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004273 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07004274 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004275- name: codegen_test_minimal
4276 gtest: true
4277 build: test
4278 language: c++
4279 src:
4280 - src/proto/grpc/testing/control.proto
4281 - src/proto/grpc/testing/messages.proto
4282 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004283 - src/proto/grpc/testing/services.proto
4284 - src/proto/grpc/testing/stats.proto
4285 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07004286 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004287 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07004288 - grpc
4289 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07004290 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004291 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07004292 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07004293 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004294- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004295 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004296 build: test
4297 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004298 src:
4299 - test/cpp/client/credentials_test.cc
4300 deps:
4301 - grpc++
4302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004304- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004305 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004306 build: test
4307 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004308 src:
4309 - test/cpp/util/byte_buffer_test.cc
4310 deps:
4311 - grpc_test_util
4312 - grpc++
4313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004314 - gpr_test_util
4315 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004316 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004317- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004318 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004319 build: test
4320 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004321 src:
4322 - test/cpp/util/slice_test.cc
4323 deps:
4324 - grpc_test_util
4325 - grpc++
4326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004327 - gpr_test_util
4328 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004329 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004330- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004331 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004332 build: test
4333 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004334 src:
4335 - test/cpp/util/string_ref_test.cc
4336 deps:
4337 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02004338 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07004339 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004340- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004341 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004342 build: test
4343 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004344 src:
4345 - test/cpp/util/time_test.cc
4346 deps:
4347 - grpc_test_util
4348 - grpc++
4349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004350 - gpr_test_util
4351 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004352 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004353- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004354 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004355 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004356 build: test
4357 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004358 src:
4359 - test/cpp/end2end/end2end_test.cc
4360 deps:
4361 - grpc++_test_util
4362 - grpc_test_util
4363 - grpc++
4364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004365 - gpr_test_util
4366 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004367- name: error_details_test
4368 gtest: true
4369 build: test
4370 language: c++
4371 src:
4372 - src/proto/grpc/testing/echo_messages.proto
4373 - test/cpp/util/error_details_test.cc
4374 deps:
4375 - grpc++_error_details
4376 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004377- name: exception_test
4378 gtest: true
4379 build: test
4380 language: c++
4381 src:
4382 - test/cpp/end2end/exception_test.cc
4383 deps:
4384 - grpc++_test_util
4385 - grpc_test_util
4386 - grpc++
4387 - grpc
4388 - gpr_test_util
4389 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004390- name: filter_end2end_test
4391 gtest: true
4392 build: test
4393 language: c++
4394 src:
4395 - test/cpp/end2end/filter_end2end_test.cc
4396 deps:
4397 - grpc++_test_util
4398 - grpc_test_util
4399 - grpc++
4400 - grpc
4401 - gpr_test_util
4402 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004403- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004404 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004405 build: test
4406 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004407 src:
4408 - test/cpp/end2end/generic_end2end_test.cc
4409 deps:
4410 - grpc++_test_util
4411 - grpc_test_util
4412 - grpc++
4413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004414 - gpr_test_util
4415 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004416- name: golden_file_test
4417 gtest: true
4418 build: test
4419 language: c++
4420 src:
4421 - src/proto/grpc/testing/compiler_test.proto
4422 - test/cpp/codegen/golden_file_test.cc
4423 deps:
4424 - grpc++
4425 - grpc
4426 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004427 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004428 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004429 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004430- name: grpc_alts_credentials_options_test
4431 build: test
4432 language: c++
4433 src:
4434 - test/core/security/grpc_alts_credentials_options_test.cc
4435 deps:
4436 - grpc
4437 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004438- name: grpc_cli
4439 build: test
4440 run: false
4441 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004442 src:
4443 - test/cpp/util/grpc_cli.cc
4444 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004445 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004446 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004447 - grpc++
4448 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004449 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004450 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004451- name: grpc_cpp_plugin
4452 build: protoc
4453 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004454 src:
4455 - src/compiler/cpp_plugin.cc
4456 deps:
4457 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004458 secure: false
4459 vs_config_type: Application
4460 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4461- name: grpc_csharp_plugin
4462 build: protoc
4463 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004464 src:
4465 - src/compiler/csharp_plugin.cc
4466 deps:
4467 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004468 secure: false
4469 vs_config_type: Application
4470 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004471- name: grpc_node_plugin
4472 build: protoc
4473 language: c++
4474 src:
4475 - src/compiler/node_plugin.cc
4476 deps:
4477 - grpc_plugin_support
4478 secure: false
4479 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004480- name: grpc_objective_c_plugin
4481 build: protoc
4482 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004483 src:
4484 - src/compiler/objective_c_plugin.cc
4485 deps:
4486 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004487 secure: false
4488 vs_config_type: Application
4489 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004490- name: grpc_php_plugin
4491 build: protoc
4492 language: c++
4493 src:
4494 - src/compiler/php_plugin.cc
4495 deps:
4496 - grpc_plugin_support
4497 secure: false
4498 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004499- name: grpc_python_plugin
4500 build: protoc
4501 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004502 src:
4503 - src/compiler/python_plugin.cc
4504 deps:
4505 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004506 secure: false
4507 vs_config_type: Application
4508 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4509- name: grpc_ruby_plugin
4510 build: protoc
4511 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004512 src:
4513 - src/compiler/ruby_plugin.cc
4514 deps:
4515 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004516 secure: false
4517 vs_config_type: Application
4518 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004519- name: grpc_tool_test
4520 gtest: true
4521 build: test
4522 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004523 src:
4524 - src/proto/grpc/testing/echo.proto
4525 - src/proto/grpc/testing/echo_messages.proto
4526 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004527 deps:
4528 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004529 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004530 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004531 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004532 - grpc_test_util
4533 - grpc++
4534 - grpc
4535 - gpr_test_util
4536 - gpr
4537 filegroups:
4538 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004539- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004540 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004541 build: test
4542 language: c++
4543 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004544 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004545 - test/cpp/grpclb/grpclb_api_test.cc
4546 deps:
4547 - grpc++_test_util
4548 - grpc_test_util
4549 - grpc++
4550 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004551- name: grpclb_end2end_test
4552 gtest: true
4553 build: test
4554 language: c++
4555 src:
4556 - src/proto/grpc/lb/v1/load_balancer.proto
4557 - test/cpp/end2end/grpclb_end2end_test.cc
4558 deps:
4559 - grpc++_test_util
4560 - grpc_test_util
4561 - grpc++
4562 - grpc
4563 - gpr_test_util
4564 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004565- name: h2_ssl_cert_test
4566 gtest: true
4567 build: test
4568 language: c++
4569 headers:
4570 - test/core/end2end/end2end_tests.h
4571 src:
4572 - test/core/end2end/h2_ssl_cert_test.cc
4573 deps:
4574 - grpc_test_util
4575 - grpc++
4576 - grpc
4577 - gpr_test_util
4578 - gpr
4579 uses:
4580 - grpc++_test
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08004581- name: h2_ssl_session_reuse_test
4582 gtest: true
4583 build: test
4584 language: c++
4585 headers:
4586 - test/core/end2end/end2end_tests.h
4587 src:
4588 - test/core/end2end/h2_ssl_session_reuse_test.cc
4589 deps:
4590 - grpc_test_util
4591 - grpc++
4592 - grpc
4593 - gpr_test_util
4594 - gpr
4595 uses:
4596 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004597- name: health_service_end2end_test
4598 gtest: true
4599 build: test
4600 language: c++
4601 src:
4602 - test/cpp/end2end/health_service_end2end_test.cc
4603 deps:
4604 - grpc++_test_util
4605 - grpc_test_util
4606 - grpc++
4607 - grpc
4608 - gpr_test_util
4609 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004610- name: http2_client
4611 build: test
4612 run: false
4613 language: c++
4614 src: []
4615 deps:
4616 - http2_client_main
4617 - grpc++_test_util
4618 - grpc_test_util
4619 - grpc++
4620 - grpc
4621 - grpc++_test_config
4622 platforms:
4623 - mac
4624 - linux
4625 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004626- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004627 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004628 build: test
4629 language: c++
4630 src:
4631 - test/cpp/end2end/hybrid_end2end_test.cc
4632 deps:
4633 - grpc++_test_util
4634 - grpc_test_util
4635 - grpc++
4636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004637 - gpr_test_util
4638 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004639- name: inlined_vector_test
4640 gtest: true
4641 build: test
4642 language: c++
4643 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004644 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004645 deps:
4646 - grpc_test_util
4647 - grpc++
4648 - grpc
4649 - gpr_test_util
4650 - gpr
4651 uses:
4652 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004653- name: inproc_sync_unary_ping_pong_test
4654 build: test
4655 language: c++
4656 src:
4657 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4658 deps:
4659 - qps
4660 - grpc++_core_stats
4661 - grpc++_test_util
4662 - grpc_test_util
4663 - grpc++
4664 - grpc
4665 - gpr_test_util
4666 - gpr
4667 - grpc++_test_config
4668 platforms:
4669 - mac
4670 - linux
4671 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004672- name: interop_client
4673 build: test
4674 run: false
4675 language: c++
4676 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004677 deps:
4678 - interop_client_main
4679 - interop_client_helper
4680 - grpc++_test_util
4681 - grpc_test_util
4682 - grpc++
4683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004684 - gpr_test_util
4685 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004686 - grpc++_test_config
4687 platforms:
4688 - mac
4689 - linux
4690 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004691- name: interop_server
4692 build: test
4693 run: false
4694 language: c++
4695 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004696 deps:
4697 - interop_server_main
4698 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004699 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004700 - grpc++_test_util
4701 - grpc_test_util
4702 - grpc++
4703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004704 - gpr_test_util
4705 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004706 - grpc++_test_config
4707 platforms:
4708 - mac
4709 - linux
4710 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004711- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004712 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004713 build: test
4714 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004715 src:
4716 - test/cpp/interop/interop_test.cc
4717 deps:
4718 - grpc_test_util
4719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004720 - gpr_test_util
4721 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004722 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004723 platforms:
4724 - mac
4725 - linux
4726 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004727- name: json_run_localhost
4728 build: test
4729 run: false
4730 language: c++
4731 src:
4732 - test/cpp/qps/json_run_localhost.cc
4733 deps:
4734 - grpc++_test_util
4735 - grpc_test_util
4736 - grpc++
4737 - grpc
4738 - gpr_test_util
4739 - gpr
4740 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004741 platforms:
4742 - mac
4743 - linux
4744 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004745- name: memory_test
4746 gtest: true
4747 build: test
4748 language: c++
4749 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004750 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004751 deps:
4752 - grpc_test_util
4753 - grpc++
4754 - grpc
4755 - gpr_test_util
4756 - gpr
4757 uses:
4758 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004759 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004760- name: metrics_client
4761 build: test
4762 run: false
4763 language: c++
4764 headers:
4765 - test/cpp/util/metrics_server.h
4766 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004767 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004768 - test/cpp/interop/metrics_client.cc
4769 deps:
4770 - grpc++
4771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004772 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004773 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004774- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004775 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004776 build: test
4777 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004778 headers:
4779 - include/grpc++/test/mock_stream.h
Muxi Yan0e00c432018-01-26 15:39:32 -08004780 - include/grpcpp/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004781 src:
4782 - test/cpp/end2end/mock_test.cc
4783 deps:
4784 - grpc++_test_util
4785 - grpc_test_util
4786 - grpc++
4787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004788 - gpr_test_util
4789 - gpr
Vijay Pai132efa02018-02-09 15:28:14 -08004790- name: nonblocking_test
4791 gtest: true
4792 build: test
4793 language: c++
4794 src:
4795 - test/cpp/end2end/nonblocking_test.cc
4796 deps:
4797 - grpc++_test_util
4798 - grpc_test_util
4799 - grpc++
4800 - grpc
4801 - gpr_test_util
4802 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004803- name: noop-benchmark
4804 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004805 language: c++
4806 src:
4807 - test/cpp/microbenchmarks/noop-benchmark.cc
4808 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004809 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004810 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004811- name: orphanable_test
4812 gtest: true
4813 build: test
4814 language: c++
4815 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004816 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004817 deps:
4818 - grpc_test_util
4819 - grpc++
4820 - grpc
4821 - gpr_test_util
4822 - gpr
4823 uses:
4824 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004825- name: proto_server_reflection_test
4826 gtest: true
4827 build: test
4828 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004829 src:
4830 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004831 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004832 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004833 - grpc++_reflection
4834 - grpc++_test_util
4835 - grpc_test_util
4836 - grpc++
4837 - grpc
4838 - gpr_test_util
4839 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004840- name: proto_utils_test
4841 gtest: true
4842 build: test
4843 language: c++
4844 src:
4845 - test/cpp/codegen/proto_utils_test.cc
4846 deps:
4847 - grpc++
4848 - grpc
4849 filegroups:
4850 - grpc++_codegen_base
4851 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004852 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004853- name: qps_interarrival_test
4854 build: test
4855 run: false
4856 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004857 src:
4858 - test/cpp/qps/qps_interarrival_test.cc
4859 deps:
4860 - qps
4861 - grpc++_test_util
4862 - grpc_test_util
4863 - grpc++
4864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004865 - gpr_test_util
4866 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004867 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004868 platforms:
4869 - mac
4870 - linux
4871 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004872 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004873- name: qps_json_driver
4874 build: test
4875 run: false
4876 language: c++
4877 src:
4878 - test/cpp/qps/qps_json_driver.cc
4879 deps:
4880 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004881 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004882 - grpc++_test_util
4883 - grpc_test_util
4884 - grpc++
4885 - grpc
4886 - gpr_test_util
4887 - gpr
4888 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004889- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004890 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004891 build: test
4892 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004893 src:
4894 - test/cpp/qps/qps_openloop_test.cc
4895 deps:
4896 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004897 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004898 - grpc++_test_util
4899 - grpc_test_util
4900 - grpc++
4901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004902 - gpr_test_util
4903 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004904 - grpc++_test_config
4905 platforms:
4906 - mac
4907 - linux
4908 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004909- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004910 build: test
4911 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004912 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004913 headers:
4914 - test/cpp/qps/client.h
4915 - test/cpp/qps/server.h
4916 src:
4917 - test/cpp/qps/worker.cc
4918 deps:
4919 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004920 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004921 - grpc++_test_util
4922 - grpc_test_util
4923 - grpc++
4924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004925 - gpr_test_util
4926 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004927 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004928- name: reconnect_interop_client
4929 build: test
4930 run: false
4931 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004932 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004933 - src/proto/grpc/testing/empty.proto
4934 - src/proto/grpc/testing/messages.proto
4935 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004936 - test/cpp/interop/reconnect_interop_client.cc
4937 deps:
4938 - grpc++_test_util
4939 - grpc_test_util
4940 - grpc++
4941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004942 - gpr_test_util
4943 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004944 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004945- name: reconnect_interop_server
4946 build: test
4947 run: false
4948 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004949 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004950 - src/proto/grpc/testing/empty.proto
4951 - src/proto/grpc/testing/messages.proto
4952 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004953 - test/cpp/interop/reconnect_interop_server.cc
4954 deps:
4955 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004956 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004957 - grpc++_test_util
4958 - grpc_test_util
4959 - grpc++
4960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004961 - gpr_test_util
4962 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004963 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004964- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004965 gtest: true
4966 build: test
4967 language: c++
4968 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004969 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004970 deps:
4971 - grpc_test_util
4972 - grpc++
4973 - grpc
4974 - gpr_test_util
4975 - gpr
4976 uses:
4977 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004978- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004979 gtest: true
4980 build: test
4981 language: c++
4982 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004983 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004984 deps:
4985 - grpc_test_util
4986 - grpc++
4987 - grpc
4988 - gpr_test_util
4989 - gpr
4990 uses:
4991 - grpc++_test
Mark D. Roth9db86fc2018-03-28 07:42:20 -07004992- name: retry_throttle_test
4993 gtest: true
4994 build: test
4995 language: c++
4996 src:
4997 - test/core/client_channel/retry_throttle_test.cc
4998 deps:
4999 - grpc_test_util
5000 - grpc
5001 - gpr_test_util
5002 - gpr
5003 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005004- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005005 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005006 build: test
5007 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005008 src:
5009 - test/cpp/common/secure_auth_context_test.cc
5010 deps:
5011 - grpc++_test_util
5012 - grpc_test_util
5013 - grpc++
5014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005015 - gpr_test_util
5016 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08005017- name: secure_sync_unary_ping_pong_test
5018 build: test
5019 language: c++
5020 src:
5021 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
5022 deps:
5023 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07005024 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08005025 - grpc++_test_util
5026 - grpc_test_util
5027 - grpc++
5028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005029 - gpr_test_util
5030 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07005031 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08005032 platforms:
5033 - mac
5034 - linux
5035 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07005036- name: server_builder_plugin_test
5037 gtest: true
5038 build: test
5039 language: c++
5040 src:
5041 - test/cpp/end2end/server_builder_plugin_test.cc
5042 deps:
5043 - grpc++_test_util
5044 - grpc_test_util
5045 - grpc++
5046 - grpc
5047 - gpr_test_util
5048 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08005049- name: server_builder_test
5050 gtest: true
5051 build: test
5052 language: c++
5053 src:
5054 - src/proto/grpc/testing/echo_messages.proto
5055 - src/proto/grpc/testing/echo.proto
5056 - test/cpp/server/server_builder_test.cc
5057 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005058 - grpc++_test_util_unsecure
5059 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005060 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005061 - grpc++_unsecure
5062 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005063 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07005064- name: server_context_test_spouse_test
5065 gtest: true
5066 build: test
5067 language: c++
5068 src:
5069 - test/cpp/test/server_context_test_spouse_test.cc
5070 deps:
5071 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07005072 - grpc++
5073 - grpc
5074 - gpr_test_util
5075 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08005076 uses:
5077 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07005078- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005079 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005080 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07005081 build: test
5082 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005083 src:
5084 - test/cpp/end2end/server_crash_test.cc
5085 deps:
5086 - grpc++_test_util
5087 - grpc_test_util
5088 - grpc++
5089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005090 - gpr_test_util
5091 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005092 platforms:
5093 - mac
5094 - linux
5095 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07005096- name: server_crash_test_client
5097 build: test
5098 run: false
5099 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005100 src:
5101 - test/cpp/end2end/server_crash_test_client.cc
5102 deps:
5103 - grpc++_test_util
5104 - grpc_test_util
5105 - grpc++
5106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005107 - gpr_test_util
5108 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08005109- name: server_early_return_test
5110 gtest: true
5111 build: test
5112 language: c++
5113 src:
5114 - test/cpp/end2end/server_early_return_test.cc
5115 deps:
5116 - grpc++_test_util
5117 - grpc_test_util
5118 - grpc++
5119 - grpc
5120 - gpr_test_util
5121 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07005122- name: server_request_call_test
5123 gtest: true
5124 build: test
5125 language: c++
5126 src:
5127 - src/proto/grpc/testing/echo_messages.proto
5128 - src/proto/grpc/testing/echo.proto
5129 - test/cpp/server/server_request_call_test.cc
5130 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005131 - grpc++_test_util_unsecure
5132 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005133 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005134 - grpc++_unsecure
5135 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005136 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07005137- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005138 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005139 build: test
5140 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005141 src:
5142 - test/cpp/end2end/shutdown_test.cc
5143 deps:
5144 - grpc++_test_util
5145 - grpc_test_util
5146 - grpc++
5147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005148 - gpr_test_util
5149 - gpr
Mark D. Roth3e7f2df2018-02-26 13:17:06 -08005150- name: slice_hash_table_test
5151 gtest: true
5152 build: test
5153 language: c++
5154 src:
5155 - test/core/slice/slice_hash_table_test.cc
5156 deps:
5157 - grpc_test_util
5158 - grpc
5159 - gpr_test_util
5160 - gpr
5161 uses_polling: false
David Garcia Quintas396d49d2018-02-28 16:06:30 -08005162- name: slice_weak_hash_table_test
5163 gtest: true
5164 build: test
5165 language: c++
5166 src:
5167 - test/core/slice/slice_weak_hash_table_test.cc
5168 deps:
5169 - grpc_test_util
5170 - grpc
5171 - gpr_test_util
5172 - gpr
5173 uses_polling: false
Craig Tiller97ec5eb2017-09-01 12:57:36 -07005174- name: stats_test
5175 gtest: true
5176 build: test
5177 language: c++
5178 src:
5179 - test/core/debug/stats_test.cc
5180 deps:
5181 - grpc++_test_util
5182 - grpc_test_util
5183 - grpc
5184 - gpr_test_util
5185 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07005186 exclude_configs:
5187 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00005188 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07005189 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005190- name: status_metadata_test
5191 gtest: true
5192 build: test
5193 language: c++
5194 src:
5195 - test/core/transport/status_metadata_test.cc
5196 deps:
5197 - grpc
5198 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005199- name: status_util_test
5200 gtest: true
5201 cpu_cost: 0.1
5202 build: test
5203 language: c++
5204 src:
ncteisen3b42f832018-03-19 13:22:35 -07005205 - test/core/channel/status_util_test.cc
Mark D. Roth718c8342018-02-28 13:00:04 -08005206 deps:
5207 - grpc
5208 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005209- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005210 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005211 build: test
5212 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005213 src:
5214 - test/cpp/end2end/streaming_throughput_test.cc
5215 deps:
5216 - grpc++_test_util
5217 - grpc_test_util
5218 - grpc++
5219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005220 - gpr_test_util
5221 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005222 platforms:
5223 - mac
5224 - linux
5225 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005226- name: stress_test
5227 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07005228 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005229 language: c++
5230 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07005231 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005232 - test/cpp/interop/interop_client.h
5233 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08005234 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005235 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005236 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08005237 - src/proto/grpc/testing/empty.proto
5238 - src/proto/grpc/testing/messages.proto
5239 - src/proto/grpc/testing/metrics.proto
5240 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005241 - test/cpp/interop/interop_client.cc
5242 - test/cpp/interop/stress_interop_client.cc
5243 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005244 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005245 deps:
5246 - grpc++_test_util
5247 - grpc_test_util
5248 - grpc++
5249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005250 - gpr_test_util
5251 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005252 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005253- name: thread_manager_test
5254 build: test
5255 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005256 src:
5257 - test/cpp/thread_manager/thread_manager_test.cc
5258 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005259 - grpc++_unsecure
5260 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005261 - gpr
5262 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07005263- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005264 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005265 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07005266 build: test
5267 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005268 src:
5269 - test/cpp/end2end/thread_stress_test.cc
5270 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005271 - grpc++_test_util_unsecure
5272 - grpc_test_util_unsecure
5273 - grpc++_unsecure
5274 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08005275 - gpr_test_util
5276 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07005277- name: transport_pid_controller_test
5278 build: test
5279 language: c++
5280 src:
5281 - test/core/transport/pid_controller_test.cc
5282 deps:
5283 - grpc++_test_util
5284 - grpc++
5285 - grpc_test_util
5286 - grpc
5287 - gpr_test_util
5288 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08005289- name: transport_security_common_api_test
5290 build: test
5291 language: c++
5292 src:
5293 - test/core/tsi/alts/handshaker/transport_security_common_api_test.cc
5294 deps:
5295 - alts_test_util
5296 - gpr
5297 - grpc
Craig Tiller9a3997c2017-01-30 13:22:33 -08005298- name: writes_per_rpc_test
5299 gtest: true
5300 cpu_cost: 0.5
5301 build: test
5302 language: c++
5303 src:
5304 - test/cpp/performance/writes_per_rpc_test.cc
5305 deps:
5306 - grpc++_test_util
5307 - grpc_test_util
5308 - grpc++
5309 - grpc
5310 - gpr_test_util
5311 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08005312 platforms:
5313 - mac
5314 - linux
5315 - posix
Craig Tillerab230452016-01-04 08:18:43 -08005316- name: public_headers_must_be_c89
5317 build: test
5318 language: c89
5319 src:
5320 - test/core/surface/public_headers_must_be_c89.c
5321 deps:
5322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005323 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08005324- name: gen_hpack_tables
5325 build: tool
5326 language: cc
5327 src:
5328 - tools/codegen/core/gen_hpack_tables.cc
5329 deps:
5330 - gpr
5331 - grpc
5332 uses_polling: false
5333- name: gen_legal_metadata_characters
5334 build: tool
5335 language: cc
5336 src:
5337 - tools/codegen/core/gen_legal_metadata_characters.cc
5338 deps: []
5339- name: gen_percent_encoding_tables
5340 build: tool
5341 language: cc
5342 src:
5343 - tools/codegen/core/gen_percent_encoding_tables.cc
5344 deps: []
5345 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005346vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07005347- linkage: static
5348 name: grpc.dependencies.zlib
5349 props: false
5350 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005351 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08005352- linkage: static
5353 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07005354 props: true
5355 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005356 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07005357- name: gflags
5358 props: false
5359 redist: false
5360 version: 2.1.2.1
5361- name: gtest
5362 props: false
5363 redist: false
5364 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08005365configs:
5366 asan:
5367 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005368 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5369 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005370 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005371 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005372 LDFLAGS: -fsanitize=address
5373 LDXX: clang++
5374 compile_the_world: true
5375 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08005376 ASAN_OPTIONS: detect_leaks=1:color=always
5377 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005378 asan-noleaks:
5379 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005380 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5381 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005382 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005383 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005384 LDFLAGS: -fsanitize=address
5385 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08005386 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08005387 test_environ:
5388 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07005389 asan-trace-cmp:
5390 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07005391 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
5392 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07005393 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005394 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07005395 LDFLAGS: -fsanitize=address
5396 LDXX: clang++
5397 compile_the_world: true
5398 test_environ:
5399 ASAN_OPTIONS: detect_leaks=1:color=always
5400 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005401 basicprof:
5402 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
5403 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07005404 c++-compat:
5405 CFLAGS: -Wc++-compat
5406 CPPFLAGS: -O0
5407 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08005408 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08005409 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08005410 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005411 dbg:
5412 CPPFLAGS: -O0
5413 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005414 gcov:
5415 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005416 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08005417 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08005418 DEFINES: _DEBUG DEBUG GPR_GCOV
5419 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07005420 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08005421 LDXX: g++
5422 helgrind:
5423 CPPFLAGS: -O0
5424 DEFINES: _DEBUG DEBUG
5425 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005426 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07005427 lto:
5428 CPPFLAGS: -O2
5429 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005430 memcheck:
5431 CPPFLAGS: -O0
5432 DEFINES: _DEBUG DEBUG
5433 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005434 valgrind: --tool=memcheck --leak-check=full
5435 msan:
5436 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005437 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005438 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5439 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005440 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005441 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005442 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005443 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5444 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5445 LDXX: clang++
5446 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005447 test_environ:
5448 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005449 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005450 CPPFLAGS: -O3 -fno-omit-frame-pointer
5451 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005452 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005453 noexcept:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005454 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tiller1b6097c2017-04-10 13:28:45 -07005455 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005456 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005457 opt:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005458 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tillera0f85172016-01-20 15:56:06 -08005459 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005460 stapprof:
5461 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5462 DEFINES: NDEBUG
5463 tsan:
5464 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005465 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005466 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005467 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005468 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005469 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005470 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005471 LDXX: clang++
5472 compile_the_world: true
5473 test_environ:
5474 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005475 ubsan:
5476 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005477 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5478 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005479 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005480 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005481 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005482 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005483 LDXX: clang++
5484 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005485 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005486 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005487defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005488 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005489 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5490 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005491 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5492 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5493 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5494 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5495 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005496 benchmark:
5497 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005498 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005499 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005500 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5501 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005502 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005503 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005504 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005505 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005506 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005507 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005508 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005509 LDFLAGS: -g
5510 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005511 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005512 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005513openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005514 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005515 extraction_dir: openssl-1.0.2f
5516 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005517php_config_m4:
5518 deps:
5519 - grpc
5520 - gpr
5521 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005522 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005523 - address_sorting
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005524 headers:
5525 - src/php/ext/grpc/byte_buffer.h
5526 - src/php/ext/grpc/call.h
5527 - src/php/ext/grpc/call_credentials.h
5528 - src/php/ext/grpc/channel.h
5529 - src/php/ext/grpc/channel_credentials.h
5530 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005531 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005532 - src/php/ext/grpc/php_grpc.h
5533 - src/php/ext/grpc/server.h
5534 - src/php/ext/grpc/server_credentials.h
5535 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005536 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005537 src:
5538 - src/php/ext/grpc/byte_buffer.c
5539 - src/php/ext/grpc/call.c
5540 - src/php/ext/grpc/call_credentials.c
5541 - src/php/ext/grpc/channel.c
5542 - src/php/ext/grpc/channel_credentials.c
5543 - src/php/ext/grpc/completion_queue.c
5544 - src/php/ext/grpc/php_grpc.c
5545 - src/php/ext/grpc/server.c
5546 - src/php/ext/grpc/server_credentials.c
5547 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005548python_dependencies:
5549 deps:
5550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005551 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005552 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005553 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005554 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005555 - address_sorting
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005556ruby_gem:
5557 deps:
5558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005559 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005560 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005561 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005562 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005563 - address_sorting