blob: fe94ab0737ac955a27fb04cd5ee91e09c9f18b63 [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 Afshari54507cf2018-04-04 14:03:39 -070016 g_stands_for: glorious
17 version: 1.12.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:
Vizerai41e4ced2018-04-13 18:19:21 -0700101 - src/cpp/ext/filters/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700102 uses:
103 - grpc_base
Vijay Pai80e23d12018-01-25 21:50:18 -0800104- name: cmdline
105 headers:
106 - test/core/util/cmdline.h
107 src:
108 - test/core/util/cmdline.cc
109 uses:
110 - gpr_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700111- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100112 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800113 - src/core/lib/gpr/alloc.cc
114 - src/core/lib/gpr/arena.cc
115 - src/core/lib/gpr/atm.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800116 - src/core/lib/gpr/cpu_iphone.cc
117 - src/core/lib/gpr/cpu_linux.cc
118 - src/core/lib/gpr/cpu_posix.cc
119 - src/core/lib/gpr/cpu_windows.cc
120 - src/core/lib/gpr/env_linux.cc
121 - src/core/lib/gpr/env_posix.cc
122 - src/core/lib/gpr/env_windows.cc
123 - src/core/lib/gpr/fork.cc
124 - src/core/lib/gpr/host_port.cc
125 - src/core/lib/gpr/log.cc
126 - src/core/lib/gpr/log_android.cc
127 - src/core/lib/gpr/log_linux.cc
128 - src/core/lib/gpr/log_posix.cc
129 - src/core/lib/gpr/log_windows.cc
130 - src/core/lib/gpr/mpscq.cc
131 - src/core/lib/gpr/murmur_hash.cc
132 - src/core/lib/gpr/string.cc
133 - src/core/lib/gpr/string_posix.cc
134 - src/core/lib/gpr/string_util_windows.cc
135 - src/core/lib/gpr/string_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800136 - src/core/lib/gpr/sync.cc
137 - src/core/lib/gpr/sync_posix.cc
138 - src/core/lib/gpr/sync_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800139 - src/core/lib/gpr/time.cc
140 - src/core/lib/gpr/time_posix.cc
141 - src/core/lib/gpr/time_precise.cc
142 - src/core/lib/gpr/time_windows.cc
143 - src/core/lib/gpr/tls_pthread.cc
144 - src/core/lib/gpr/tmpfile_msys.cc
145 - src/core/lib/gpr/tmpfile_posix.cc
146 - src/core/lib/gpr/tmpfile_windows.cc
147 - src/core/lib/gpr/wrap_memcpy.cc
Vijay Paida693552018-02-16 22:59:03 -0800148 - src/core/lib/gprpp/thd_posix.cc
149 - src/core/lib/gprpp/thd_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700150 - src/core/lib/profiling/basic_timers.cc
151 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700152 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700153 - gpr_base_headers
154- name: gpr_base_headers
155 public_headers:
156 - include/grpc/support/alloc.h
157 - include/grpc/support/atm.h
158 - include/grpc/support/atm_gcc_atomic.h
159 - include/grpc/support/atm_gcc_sync.h
160 - include/grpc/support/atm_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700161 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -0700162 - include/grpc/support/log.h
163 - include/grpc/support/log_windows.h
164 - include/grpc/support/port_platform.h
165 - include/grpc/support/string_util.h
Vijay Pai42807252017-07-28 15:08:24 -0700166 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700167 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700168 - include/grpc/support/sync_generic.h
169 - include/grpc/support/sync_posix.h
170 - include/grpc/support/sync_windows.h
Vijay Paic7456902018-02-12 10:28:24 -0800171 - include/grpc/support/thd_id.h
Vijay Pai42807252017-07-28 15:08:24 -0700172 - include/grpc/support/time.h
Vijay Pai42807252017-07-28 15:08:24 -0700173 headers:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800174 - src/core/lib/gpr/arena.h
175 - src/core/lib/gpr/env.h
176 - src/core/lib/gpr/fork.h
Vijay Paiae376bf2018-01-25 22:54:02 -0800177 - src/core/lib/gpr/host_port.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800178 - src/core/lib/gpr/mpscq.h
179 - src/core/lib/gpr/murmur_hash.h
180 - src/core/lib/gpr/spinlock.h
181 - src/core/lib/gpr/string.h
182 - src/core/lib/gpr/string_windows.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800183 - src/core/lib/gpr/time_precise.h
Vijay Paib6cf1232018-01-25 21:02:26 -0800184 - src/core/lib/gpr/tls.h
185 - src/core/lib/gpr/tls_gcc.h
186 - src/core/lib/gpr/tls_msvc.h
187 - src/core/lib/gpr/tls_pthread.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800188 - src/core/lib/gpr/tmpfile.h
Vijay Paid4d0a302018-01-25 13:24:03 -0800189 - src/core/lib/gpr/useful.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800190 - src/core/lib/gprpp/abstract.h
191 - src/core/lib/gprpp/atomic.h
192 - src/core/lib/gprpp/atomic_with_atm.h
193 - src/core/lib/gprpp/atomic_with_std.h
194 - src/core/lib/gprpp/manual_constructor.h
195 - src/core/lib/gprpp/memory.h
Vijay Paida693552018-02-16 22:59:03 -0800196 - src/core/lib/gprpp/thd.h
Vijay Pai42807252017-07-28 15:08:24 -0700197 - src/core/lib/profiling/timers.h
Vijay Pai42807252017-07-28 15:08:24 -0700198 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700199 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800200- name: gpr_codegen
201 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800202 - include/grpc/impl/codegen/atm.h
203 - include/grpc/impl/codegen/atm_gcc_atomic.h
204 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700205 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700206 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800207 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700208 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800209 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800210 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700211 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800212 - include/grpc/impl/codegen/sync_generic.h
213 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700214 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700215- name: grpc++_base
216 deps:
217 - grpc
218 uses:
219 - grpc++_common
220 - grpc++_codegen_base
221- name: grpc++_base_unsecure
222 deps:
223 - grpc_unsecure
224 uses:
225 - grpc++_common
226 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700227- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700228 src:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800229 - src/core/lib/avl/avl.cc
Craig Tillerd48bd072017-10-06 11:25:14 -0700230 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700231 - src/core/lib/channel/channel_args.cc
232 - src/core/lib/channel/channel_stack.cc
233 - src/core/lib/channel/channel_stack_builder.cc
ncteisen3b42f832018-03-19 13:22:35 -0700234 - src/core/lib/channel/channel_trace.cc
235 - src/core/lib/channel/channel_trace_registry.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700236 - src/core/lib/channel/connected_channel.cc
237 - src/core/lib/channel/handshaker.cc
238 - src/core/lib/channel/handshaker_factory.cc
239 - src/core/lib/channel/handshaker_registry.cc
ncteisen3b42f832018-03-19 13:22:35 -0700240 - src/core/lib/channel/status_util.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700241 - src/core/lib/compression/compression.cc
Muxi Yan03fc8572017-10-06 18:47:09 -0700242 - src/core/lib/compression/compression_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700243 - src/core/lib/compression/message_compress.cc
244 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700245 - src/core/lib/compression/stream_compression_gzip.cc
246 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700247 - src/core/lib/debug/stats.cc
248 - src/core/lib/debug/stats_data.cc
249 - src/core/lib/http/format_request.cc
250 - src/core/lib/http/httpcli.cc
251 - src/core/lib/http/parser.cc
252 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700253 - src/core/lib/iomgr/combiner.cc
254 - src/core/lib/iomgr/endpoint.cc
255 - src/core/lib/iomgr/endpoint_pair_posix.cc
256 - src/core/lib/iomgr/endpoint_pair_uv.cc
257 - src/core/lib/iomgr/endpoint_pair_windows.cc
258 - src/core/lib/iomgr/error.cc
259 - src/core/lib/iomgr/ev_epoll1_linux.cc
260 - src/core/lib/iomgr/ev_epollex_linux.cc
261 - src/core/lib/iomgr/ev_epollsig_linux.cc
262 - src/core/lib/iomgr/ev_poll_posix.cc
263 - src/core/lib/iomgr/ev_posix.cc
264 - src/core/lib/iomgr/ev_windows.cc
265 - src/core/lib/iomgr/exec_ctx.cc
266 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100267 - src/core/lib/iomgr/fork_posix.cc
268 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700269 - src/core/lib/iomgr/gethostname_fallback.cc
270 - src/core/lib/iomgr/gethostname_host_name_max.cc
271 - src/core/lib/iomgr/gethostname_sysconf.cc
272 - src/core/lib/iomgr/iocp_windows.cc
273 - src/core/lib/iomgr/iomgr.cc
kpayson64539f5062018-03-12 19:16:30 -0700274 - src/core/lib/iomgr/iomgr_custom.cc
275 - src/core/lib/iomgr/iomgr_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700276 - src/core/lib/iomgr/iomgr_posix.cc
277 - src/core/lib/iomgr/iomgr_uv.cc
278 - src/core/lib/iomgr/iomgr_windows.cc
279 - src/core/lib/iomgr/is_epollexclusive_available.cc
280 - src/core/lib/iomgr/load_file.cc
281 - src/core/lib/iomgr/lockfree_event.cc
282 - src/core/lib/iomgr/network_status_tracker.cc
283 - src/core/lib/iomgr/polling_entity.cc
kpayson64539f5062018-03-12 19:16:30 -0700284 - src/core/lib/iomgr/pollset.cc
285 - src/core/lib/iomgr/pollset_custom.cc
286 - src/core/lib/iomgr/pollset_set.cc
287 - src/core/lib/iomgr/pollset_set_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700288 - src/core/lib/iomgr/pollset_set_windows.cc
289 - src/core/lib/iomgr/pollset_uv.cc
290 - src/core/lib/iomgr/pollset_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700291 - src/core/lib/iomgr/resolve_address.cc
292 - src/core/lib/iomgr/resolve_address_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700293 - src/core/lib/iomgr/resolve_address_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700294 - src/core/lib/iomgr/resolve_address_windows.cc
295 - src/core/lib/iomgr/resource_quota.cc
296 - src/core/lib/iomgr/sockaddr_utils.cc
297 - src/core/lib/iomgr/socket_factory_posix.cc
298 - src/core/lib/iomgr/socket_mutator.cc
299 - src/core/lib/iomgr/socket_utils_common_posix.cc
300 - src/core/lib/iomgr/socket_utils_linux.cc
301 - src/core/lib/iomgr/socket_utils_posix.cc
302 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700303 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700304 - src/core/lib/iomgr/socket_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700305 - src/core/lib/iomgr/tcp_client.cc
306 - src/core/lib/iomgr/tcp_client_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700307 - src/core/lib/iomgr/tcp_client_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700308 - src/core/lib/iomgr/tcp_client_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700309 - src/core/lib/iomgr/tcp_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700310 - src/core/lib/iomgr/tcp_posix.cc
kpayson64539f5062018-03-12 19:16:30 -0700311 - src/core/lib/iomgr/tcp_server.cc
312 - src/core/lib/iomgr/tcp_server_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700313 - src/core/lib/iomgr/tcp_server_posix.cc
314 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
315 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
316 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700317 - src/core/lib/iomgr/tcp_server_windows.cc
318 - src/core/lib/iomgr/tcp_uv.cc
319 - src/core/lib/iomgr/tcp_windows.cc
320 - src/core/lib/iomgr/time_averaged_stats.cc
kpayson64539f5062018-03-12 19:16:30 -0700321 - src/core/lib/iomgr/timer.cc
322 - src/core/lib/iomgr/timer_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700323 - src/core/lib/iomgr/timer_generic.cc
324 - src/core/lib/iomgr/timer_heap.cc
325 - src/core/lib/iomgr/timer_manager.cc
326 - src/core/lib/iomgr/timer_uv.cc
327 - src/core/lib/iomgr/udp_server.cc
328 - src/core/lib/iomgr/unix_sockets_posix.cc
329 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
330 - src/core/lib/iomgr/wakeup_fd_cv.cc
331 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
332 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
333 - src/core/lib/iomgr/wakeup_fd_pipe.cc
334 - src/core/lib/iomgr/wakeup_fd_posix.cc
335 - src/core/lib/json/json.cc
336 - src/core/lib/json/json_reader.cc
337 - src/core/lib/json/json_string.cc
338 - src/core/lib/json/json_writer.cc
339 - src/core/lib/slice/b64.cc
340 - src/core/lib/slice/percent_encoding.cc
341 - src/core/lib/slice/slice.cc
342 - src/core/lib/slice/slice_buffer.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700343 - src/core/lib/slice/slice_intern.cc
344 - src/core/lib/slice/slice_string_helpers.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700345 - src/core/lib/surface/api_trace.cc
346 - src/core/lib/surface/byte_buffer.cc
347 - src/core/lib/surface/byte_buffer_reader.cc
348 - src/core/lib/surface/call.cc
349 - src/core/lib/surface/call_details.cc
350 - src/core/lib/surface/call_log_batch.cc
351 - src/core/lib/surface/channel.cc
352 - src/core/lib/surface/channel_init.cc
353 - src/core/lib/surface/channel_ping.cc
354 - src/core/lib/surface/channel_stack_type.cc
355 - src/core/lib/surface/completion_queue.cc
356 - src/core/lib/surface/completion_queue_factory.cc
357 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700358 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700359 - src/core/lib/surface/metadata_array.cc
360 - src/core/lib/surface/server.cc
361 - src/core/lib/surface/validate_metadata.cc
362 - src/core/lib/surface/version.cc
363 - src/core/lib/transport/bdp_estimator.cc
364 - src/core/lib/transport/byte_stream.cc
365 - src/core/lib/transport/connectivity_state.cc
366 - src/core/lib/transport/error_utils.cc
367 - src/core/lib/transport/metadata.cc
368 - src/core/lib/transport/metadata_batch.cc
369 - src/core/lib/transport/pid_controller.cc
370 - src/core/lib/transport/service_config.cc
371 - src/core/lib/transport/static_metadata.cc
372 - src/core/lib/transport/status_conversion.cc
Mark D. Roth718c8342018-02-28 13:00:04 -0800373 - src/core/lib/transport/status_metadata.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700374 - src/core/lib/transport/timeout_encoding.cc
375 - src/core/lib/transport/transport.cc
376 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700377 deps:
378 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700379 filegroups:
380 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700381 uses:
382 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700383 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700384- name: grpc_base_headers
385 public_headers:
386 - include/grpc/byte_buffer.h
387 - include/grpc/byte_buffer_reader.h
388 - include/grpc/compression.h
Ken Payson9714e032017-10-10 11:18:49 -0700389 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700390 - include/grpc/grpc.h
391 - include/grpc/grpc_posix.h
392 - include/grpc/grpc_security_constants.h
393 - include/grpc/load_reporting.h
394 - include/grpc/slice.h
395 - include/grpc/slice_buffer.h
396 - include/grpc/status.h
397 - include/grpc/support/workaround_list.h
398 headers:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800399 - src/core/lib/avl/avl.h
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700400 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700401 - src/core/lib/channel/channel_args.h
402 - src/core/lib/channel/channel_stack.h
403 - src/core/lib/channel/channel_stack_builder.h
ncteisen3b42f832018-03-19 13:22:35 -0700404 - src/core/lib/channel/channel_trace.h
405 - src/core/lib/channel/channel_trace_registry.h
Vijay Pai42807252017-07-28 15:08:24 -0700406 - src/core/lib/channel/connected_channel.h
407 - src/core/lib/channel/context.h
408 - src/core/lib/channel/handshaker.h
409 - src/core/lib/channel/handshaker_factory.h
410 - src/core/lib/channel/handshaker_registry.h
ncteisen3b42f832018-03-19 13:22:35 -0700411 - src/core/lib/channel/status_util.h
Vijay Pai42807252017-07-28 15:08:24 -0700412 - src/core/lib/compression/algorithm_metadata.h
Muxi Yane6d888d2017-09-14 09:42:56 -0700413 - src/core/lib/compression/compression_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700414 - src/core/lib/compression/message_compress.h
415 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700416 - src/core/lib/compression/stream_compression_gzip.h
417 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700418 - src/core/lib/debug/stats.h
419 - src/core/lib/debug/stats_data.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800420 - src/core/lib/gprpp/debug_location.h
421 - src/core/lib/gprpp/inlined_vector.h
422 - src/core/lib/gprpp/orphanable.h
423 - src/core/lib/gprpp/ref_counted.h
424 - src/core/lib/gprpp/ref_counted_ptr.h
Vijay Pai42807252017-07-28 15:08:24 -0700425 - src/core/lib/http/format_request.h
426 - src/core/lib/http/httpcli.h
427 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700428 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700429 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700430 - src/core/lib/iomgr/closure.h
431 - src/core/lib/iomgr/combiner.h
432 - src/core/lib/iomgr/endpoint.h
433 - src/core/lib/iomgr/endpoint_pair.h
434 - src/core/lib/iomgr/error.h
435 - src/core/lib/iomgr/error_internal.h
436 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700437 - src/core/lib/iomgr/ev_epollex_linux.h
438 - src/core/lib/iomgr/ev_epollsig_linux.h
439 - src/core/lib/iomgr/ev_poll_posix.h
440 - src/core/lib/iomgr/ev_posix.h
441 - src/core/lib/iomgr/exec_ctx.h
442 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700443 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700444 - src/core/lib/iomgr/iocp_windows.h
445 - src/core/lib/iomgr/iomgr.h
kpayson64539f5062018-03-12 19:16:30 -0700446 - src/core/lib/iomgr/iomgr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700447 - src/core/lib/iomgr/iomgr_internal.h
448 - src/core/lib/iomgr/iomgr_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700449 - src/core/lib/iomgr/is_epollexclusive_available.h
450 - src/core/lib/iomgr/load_file.h
451 - src/core/lib/iomgr/lockfree_event.h
452 - src/core/lib/iomgr/nameser.h
453 - src/core/lib/iomgr/network_status_tracker.h
454 - src/core/lib/iomgr/polling_entity.h
455 - src/core/lib/iomgr/pollset.h
kpayson64539f5062018-03-12 19:16:30 -0700456 - src/core/lib/iomgr/pollset_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700457 - src/core/lib/iomgr/pollset_set.h
kpayson64539f5062018-03-12 19:16:30 -0700458 - src/core/lib/iomgr/pollset_set_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700459 - src/core/lib/iomgr/pollset_set_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700460 - src/core/lib/iomgr/pollset_windows.h
461 - src/core/lib/iomgr/port.h
462 - src/core/lib/iomgr/resolve_address.h
kpayson64539f5062018-03-12 19:16:30 -0700463 - src/core/lib/iomgr/resolve_address_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700464 - src/core/lib/iomgr/resource_quota.h
465 - src/core/lib/iomgr/sockaddr.h
kpayson64539f5062018-03-12 19:16:30 -0700466 - src/core/lib/iomgr/sockaddr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700467 - src/core/lib/iomgr/sockaddr_posix.h
468 - src/core/lib/iomgr/sockaddr_utils.h
469 - src/core/lib/iomgr/sockaddr_windows.h
470 - src/core/lib/iomgr/socket_factory_posix.h
471 - src/core/lib/iomgr/socket_mutator.h
472 - src/core/lib/iomgr/socket_utils.h
473 - src/core/lib/iomgr/socket_utils_posix.h
474 - src/core/lib/iomgr/socket_windows.h
475 - src/core/lib/iomgr/sys_epoll_wrapper.h
476 - src/core/lib/iomgr/tcp_client.h
477 - src/core/lib/iomgr/tcp_client_posix.h
kpayson64539f5062018-03-12 19:16:30 -0700478 - src/core/lib/iomgr/tcp_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700479 - src/core/lib/iomgr/tcp_posix.h
480 - src/core/lib/iomgr/tcp_server.h
481 - src/core/lib/iomgr/tcp_server_utils_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700482 - src/core/lib/iomgr/tcp_windows.h
483 - src/core/lib/iomgr/time_averaged_stats.h
484 - src/core/lib/iomgr/timer.h
kpayson64539f5062018-03-12 19:16:30 -0700485 - src/core/lib/iomgr/timer_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700486 - src/core/lib/iomgr/timer_heap.h
487 - src/core/lib/iomgr/timer_manager.h
Vijay Pai42807252017-07-28 15:08:24 -0700488 - src/core/lib/iomgr/udp_server.h
489 - src/core/lib/iomgr/unix_sockets_posix.h
490 - src/core/lib/iomgr/wakeup_fd_cv.h
491 - src/core/lib/iomgr/wakeup_fd_pipe.h
492 - src/core/lib/iomgr/wakeup_fd_posix.h
493 - src/core/lib/json/json.h
494 - src/core/lib/json/json_common.h
495 - src/core/lib/json/json_reader.h
496 - src/core/lib/json/json_writer.h
497 - src/core/lib/slice/b64.h
498 - src/core/lib/slice/percent_encoding.h
499 - src/core/lib/slice/slice_hash_table.h
500 - src/core/lib/slice/slice_internal.h
501 - src/core/lib/slice/slice_string_helpers.h
David Garcia Quintas396d49d2018-02-28 16:06:30 -0800502 - src/core/lib/slice/slice_weak_hash_table.h
Vijay Pai42807252017-07-28 15:08:24 -0700503 - src/core/lib/surface/api_trace.h
504 - src/core/lib/surface/call.h
505 - src/core/lib/surface/call_test_only.h
506 - src/core/lib/surface/channel.h
507 - src/core/lib/surface/channel_init.h
508 - src/core/lib/surface/channel_stack_type.h
509 - src/core/lib/surface/completion_queue.h
510 - src/core/lib/surface/completion_queue_factory.h
511 - src/core/lib/surface/event_string.h
512 - src/core/lib/surface/init.h
513 - src/core/lib/surface/lame_client.h
514 - src/core/lib/surface/server.h
515 - src/core/lib/surface/validate_metadata.h
516 - src/core/lib/transport/bdp_estimator.h
517 - src/core/lib/transport/byte_stream.h
518 - src/core/lib/transport/connectivity_state.h
519 - src/core/lib/transport/error_utils.h
520 - src/core/lib/transport/http2_errors.h
521 - src/core/lib/transport/metadata.h
522 - src/core/lib/transport/metadata_batch.h
523 - src/core/lib/transport/pid_controller.h
524 - src/core/lib/transport/service_config.h
525 - src/core/lib/transport/static_metadata.h
526 - src/core/lib/transport/status_conversion.h
Mark D. Roth718c8342018-02-28 13:00:04 -0800527 - src/core/lib/transport/status_metadata.h
Vijay Pai42807252017-07-28 15:08:24 -0700528 - src/core/lib/transport/timeout_encoding.h
529 - src/core/lib/transport/transport.h
530 - src/core/lib/transport/transport_impl.h
531 deps:
532 - gpr
533 uses:
534 - grpc_codegen
535 - grpc_trace_headers
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700536- name: grpc_client_authority_filter
537 headers:
David Garcia Quintas961353a2018-03-15 16:11:05 -0700538 - src/core/ext/filters/http/client_authority_filter.h
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700539 src:
David Garcia Quintas961353a2018-03-15 16:11:05 -0700540 - src/core/ext/filters/http/client_authority_filter.cc
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700541 plugin: grpc_client_authority_filter
542 uses:
543 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700544- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700545 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700546 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700547 - src/core/ext/filters/client_channel/client_channel.h
548 - src/core/ext/filters/client_channel/client_channel_factory.h
549 - src/core/ext/filters/client_channel/connector.h
550 - src/core/ext/filters/client_channel/http_connect_handshaker.h
551 - src/core/ext/filters/client_channel/http_proxy.h
552 - src/core/ext/filters/client_channel/lb_policy.h
553 - src/core/ext/filters/client_channel/lb_policy_factory.h
554 - src/core/ext/filters/client_channel/lb_policy_registry.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800555 - src/core/ext/filters/client_channel/method_params.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700556 - src/core/ext/filters/client_channel/parse_address.h
557 - src/core/ext/filters/client_channel/proxy_mapper.h
558 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
559 - src/core/ext/filters/client_channel/resolver.h
560 - src/core/ext/filters/client_channel/resolver_factory.h
561 - src/core/ext/filters/client_channel/resolver_registry.h
562 - src/core/ext/filters/client_channel/retry_throttle.h
563 - src/core/ext/filters/client_channel/subchannel.h
564 - src/core/ext/filters/client_channel/subchannel_index.h
565 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700566 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700567 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700568 - src/core/ext/filters/client_channel/channel_connectivity.cc
569 - src/core/ext/filters/client_channel/client_channel.cc
570 - src/core/ext/filters/client_channel/client_channel_factory.cc
571 - src/core/ext/filters/client_channel/client_channel_plugin.cc
572 - src/core/ext/filters/client_channel/connector.cc
573 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
574 - src/core/ext/filters/client_channel/http_proxy.cc
575 - src/core/ext/filters/client_channel/lb_policy.cc
576 - src/core/ext/filters/client_channel/lb_policy_factory.cc
577 - src/core/ext/filters/client_channel/lb_policy_registry.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800578 - src/core/ext/filters/client_channel/method_params.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700579 - src/core/ext/filters/client_channel/parse_address.cc
580 - src/core/ext/filters/client_channel/proxy_mapper.cc
581 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
582 - src/core/ext/filters/client_channel/resolver.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700583 - src/core/ext/filters/client_channel/resolver_registry.cc
584 - src/core/ext/filters/client_channel/retry_throttle.cc
585 - src/core/ext/filters/client_channel/subchannel.cc
586 - src/core/ext/filters/client_channel/subchannel_index.cc
587 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700588 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700589 uses:
590 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700591 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800592- name: grpc_codegen
593 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700594 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700595 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800596 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800597 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800598 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800599 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700600 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800601 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700602 uses:
603 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700604- name: grpc_deadline_filter
605 headers:
606 - src/core/ext/filters/deadline/deadline_filter.h
607 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700608 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700609 plugin: grpc_deadline_filter
610 uses:
611 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700612- name: grpc_http_filters
613 headers:
614 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700615 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700616 - src/core/ext/filters/http/server/http_server_filter.h
617 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700618 - src/core/ext/filters/http/client/http_client_filter.cc
619 - src/core/ext/filters/http/http_filters_plugin.cc
620 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
621 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700622 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700623 uses:
624 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700625- name: grpc_lb_policy_grpclb
626 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700627 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700628 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700629 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700630 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
631 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700632 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700633 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
634 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
635 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
636 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
637 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700638 - 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 -0800639 plugin: grpc_lb_policy_grpclb
640 uses:
641 - grpc_base
642 - grpc_client_channel
643 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700644 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800645- name: grpc_lb_policy_grpclb_secure
646 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700647 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700648 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700649 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700650 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
651 - 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 -0800652 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700653 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
654 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
655 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
656 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
657 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700658 - 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 -0700659 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700660 uses:
661 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700662 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700663 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700664 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700665 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700666- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700667 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700668 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700669 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700670 uses:
671 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700672 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700673 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700674- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700675 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700676 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700677 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700678 uses:
679 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700680 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700681 - grpc_lb_subchannel_list
682- name: grpc_lb_subchannel_list
683 headers:
684 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
685 src:
686 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
687 uses:
688 - grpc_base
689 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700690- name: grpc_max_age_filter
691 headers:
692 - src/core/ext/filters/max_age/max_age_filter.h
693 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700694 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700695 plugin: grpc_max_age_filter
696 uses:
697 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700698- name: grpc_message_size_filter
699 headers:
700 - src/core/ext/filters/message_size/message_size_filter.h
701 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700702 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700703 plugin: grpc_message_size_filter
704 uses:
705 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700706- name: grpc_resolver_dns_ares
707 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700708 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
709 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700710 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700711 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
712 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
713 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
714 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700715 plugin: grpc_resolver_dns_ares
716 uses:
717 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700718 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700719- name: grpc_resolver_dns_native
720 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700721 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700722 plugin: grpc_resolver_dns_native
723 uses:
724 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700725 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700726- name: grpc_resolver_fake
727 headers:
728 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
729 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700730 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700731 plugin: grpc_resolver_fake
732 uses:
733 - grpc_base
734 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700735- name: grpc_resolver_sockaddr
736 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700737 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700738 plugin: grpc_resolver_sockaddr
739 uses:
740 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700741 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100742- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700743 public_headers:
744 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100745 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700746 - src/core/lib/security/context/security_context.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800747 - src/core/lib/security/credentials/alts/alts_credentials.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700748 - src/core/lib/security/credentials/composite/composite_credentials.h
749 - src/core/lib/security/credentials/credentials.h
750 - src/core/lib/security/credentials/fake/fake_credentials.h
751 - src/core/lib/security/credentials/google_default/google_default_credentials.h
752 - src/core/lib/security/credentials/iam/iam_credentials.h
753 - src/core/lib/security/credentials/jwt/json_token.h
754 - src/core/lib/security/credentials/jwt/jwt_credentials.h
755 - src/core/lib/security/credentials/jwt/jwt_verifier.h
756 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
757 - src/core/lib/security/credentials/plugin/plugin_credentials.h
758 - src/core/lib/security/credentials/ssl/ssl_credentials.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800759 - src/core/lib/security/security_connector/alts_security_connector.h
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800760 - src/core/lib/security/security_connector/security_connector.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700761 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700762 - src/core/lib/security/transport/secure_endpoint.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800763 - src/core/lib/security/transport/security_handshaker.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800764 - src/core/lib/security/transport/target_authority_table.h
Craig Tillerddad9782016-05-05 17:11:31 -0700765 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700766 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100767 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700768 - src/core/lib/http/httpcli_security_connector.cc
769 - src/core/lib/security/context/security_context.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800770 - src/core/lib/security/credentials/alts/alts_credentials.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700771 - src/core/lib/security/credentials/composite/composite_credentials.cc
772 - src/core/lib/security/credentials/credentials.cc
773 - src/core/lib/security/credentials/credentials_metadata.cc
774 - src/core/lib/security/credentials/fake/fake_credentials.cc
775 - src/core/lib/security/credentials/google_default/credentials_generic.cc
776 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
777 - src/core/lib/security/credentials/iam/iam_credentials.cc
778 - src/core/lib/security/credentials/jwt/json_token.cc
779 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
780 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
781 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
782 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
783 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800784 - src/core/lib/security/security_connector/alts_security_connector.cc
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800785 - src/core/lib/security/security_connector/security_connector.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700786 - src/core/lib/security/transport/client_auth_filter.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700787 - src/core/lib/security/transport/secure_endpoint.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700788 - src/core/lib/security/transport/security_handshaker.cc
789 - src/core/lib/security/transport/server_auth_filter.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800790 - src/core/lib/security/transport/target_authority_table.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700791 - src/core/lib/security/transport/tsi_error.cc
792 - src/core/lib/security/util/json_util.cc
793 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700794 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700795 uses:
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800796 - alts_tsi
Craig Tillerd1697d92016-04-05 16:05:46 -0700797 - grpc_base
798 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700799 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700800- name: grpc_server_backward_compatibility
801 headers:
802 - src/core/ext/filters/workarounds/workaround_utils.h
803 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700804 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700805 uses:
806 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700807- name: grpc_server_load_reporting
808 headers:
809 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
810 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
811 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700812 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
813 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700814 plugin: grpc_server_load_reporting_plugin
815 uses:
816 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700817- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700819 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700820 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700821 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800822 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700823 - test/core/end2end/fixtures/proxy.h
824 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800825 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700826 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800827 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200828 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700829 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700830 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700831 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700832 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700833 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700834 - test/core/util/slice_splitter.h
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800835 - test/core/util/subprocess.h
ncteisenaa3b1972017-11-17 15:56:27 -0800836 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800837 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700838 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700839 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700840 - test/core/end2end/cq_verifier.cc
841 - test/core/end2end/fixtures/http_proxy_fixture.cc
842 - test/core/end2end/fixtures/proxy.cc
843 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700844 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700845 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800846 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700847 - test/core/util/memory_counters.cc
848 - test/core/util/mock_endpoint.cc
849 - test/core/util/parse_hexstring.cc
850 - test/core/util/passthru_endpoint.cc
851 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800852 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700853 - test/core/util/port_server_client.cc
854 - test/core/util/slice_splitter.cc
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800855 - test/core/util/subprocess_posix.cc
856 - test/core/util/subprocess_windows.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800857 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700858 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700859 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700860 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700861 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700862 uses:
Vijay Pai80e23d12018-01-25 21:50:18 -0800863 - cmdline
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700864 - grpc_base
865 - grpc_client_channel
866 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700867- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700868 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700869 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700870 deps:
871 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700872 filegroups:
873 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700874 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700875- name: grpc_trace_headers
876 headers:
877 - src/core/lib/debug/trace.h
878 deps:
879 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700880- name: grpc_transport_chttp2
881 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700882 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700883 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700884 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700885 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700886 - src/core/ext/transport/chttp2/transport/frame.h
887 - src/core/ext/transport/chttp2/transport/frame_data.h
888 - src/core/ext/transport/chttp2/transport/frame_goaway.h
889 - src/core/ext/transport/chttp2/transport/frame_ping.h
890 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
891 - src/core/ext/transport/chttp2/transport/frame_settings.h
892 - src/core/ext/transport/chttp2/transport/frame_window_update.h
893 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
894 - src/core/ext/transport/chttp2/transport/hpack_parser.h
895 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700896 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700897 - src/core/ext/transport/chttp2/transport/huffsyms.h
898 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
899 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700900 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700901 - src/core/ext/transport/chttp2/transport/varint.h
902 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700903 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
904 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
905 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
906 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
907 - src/core/ext/transport/chttp2/transport/flow_control.cc
908 - src/core/ext/transport/chttp2/transport/frame_data.cc
909 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
910 - src/core/ext/transport/chttp2/transport/frame_ping.cc
911 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
912 - src/core/ext/transport/chttp2/transport/frame_settings.cc
913 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
914 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
915 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
916 - src/core/ext/transport/chttp2/transport/hpack_table.cc
917 - src/core/ext/transport/chttp2/transport/http2_settings.cc
918 - src/core/ext/transport/chttp2/transport/huffsyms.cc
919 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
920 - src/core/ext/transport/chttp2/transport/parsing.cc
921 - src/core/ext/transport/chttp2/transport/stream_lists.cc
922 - src/core/ext/transport/chttp2/transport/stream_map.cc
923 - src/core/ext/transport/chttp2/transport/varint.cc
924 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700925 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700926 uses:
927 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700928 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700929 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700930- name: grpc_transport_chttp2_alpn
931 headers:
932 - src/core/ext/transport/chttp2/alpn/alpn.h
933 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700934 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700935 deps:
936 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800937- name: grpc_transport_chttp2_client_connector
938 headers:
David Garcia Quintas49f625f2018-03-27 11:23:49 -0700939 - src/core/ext/transport/chttp2/client/authority.h
Mark D. Roth8686cab2016-11-17 13:12:17 -0800940 - src/core/ext/transport/chttp2/client/chttp2_connector.h
941 src:
David Garcia Quintas49f625f2018-03-27 11:23:49 -0700942 - src/core/ext/transport/chttp2/client/authority.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700943 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800944 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800945 - grpc_transport_chttp2
946 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700947 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700948- name: grpc_transport_chttp2_client_insecure
949 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700950 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
951 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700952 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800953 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700954 - grpc_transport_chttp2
955 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700956 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700957- name: grpc_transport_chttp2_client_secure
958 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700959 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700960 uses:
961 - grpc_transport_chttp2
962 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700963 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700964 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800965 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800966- name: grpc_transport_chttp2_server
967 headers:
968 - src/core/ext/transport/chttp2/server/chttp2_server.h
969 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700970 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800971 uses:
972 - grpc_transport_chttp2
973 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700974- name: grpc_transport_chttp2_server_insecure
975 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700976 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
977 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700978 uses:
979 - grpc_transport_chttp2
980 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800981 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700982- name: grpc_transport_chttp2_server_secure
983 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700984 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700985 uses:
986 - grpc_transport_chttp2
987 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700988 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800989 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700990- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700991 public_headers:
992 - include/grpc/grpc_cronet.h
993 - include/grpc/grpc_security.h
994 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700995 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800996 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800997 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700998 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700999 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
1000 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
1001 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -07001002 filegroups:
1003 - grpc_base
1004 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -07001005 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001006- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001007 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001008 - src/core/ext/transport/inproc/inproc_plugin.cc
1009 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001010 plugin: grpc_inproc_plugin
1011 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001012 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001013 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -07001014- name: grpc_transport_inproc_headers
1015 headers:
1016 - src/core/ext/transport/inproc/inproc_transport.h
1017 uses:
1018 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -07001019- name: grpc_workaround_cronet_compression_filter
1020 headers:
1021 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
1022 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001023 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -07001024 plugin: grpc_workaround_cronet_compression_filter
1025 uses:
1026 - grpc_base
1027 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -08001028- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -07001029 src:
1030 - third_party/nanopb/pb_common.c
1031 - third_party/nanopb/pb_decode.c
1032 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -07001033 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001034 - nanopb_headers
1035- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -08001036 headers:
1037 - third_party/nanopb/pb.h
1038 - third_party/nanopb/pb_common.h
1039 - third_party/nanopb/pb_decode.h
1040 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001041- name: transport_security_test_lib
1042 build: test
1043 headers:
1044 - test/core/tsi/transport_security_test_lib.h
1045 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001046 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001047 deps:
1048 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001049- name: tsi
1050 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001051 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -07001052 - src/core/tsi/fake_transport_security.h
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001053 - src/core/tsi/ssl/session_cache/ssl_session.h
1054 - src/core/tsi/ssl/session_cache/ssl_session_cache.h
Craig Tiller134fed32017-03-28 14:27:18 -07001055 - src/core/tsi/ssl_transport_security.h
1056 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -07001057 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001058 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001059 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001060 - src/core/tsi/fake_transport_security.cc
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001061 - src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc
1062 - src/core/tsi/ssl/session_cache/ssl_session_cache.cc
1063 - src/core/tsi/ssl/session_cache/ssl_session_openssl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001064 - src/core/tsi/ssl_transport_security.cc
1065 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001066 deps:
1067 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -08001068 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -07001070 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001071 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -07001072 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001073 - grpc_trace
1074- name: tsi_interface
1075 headers:
1076 - src/core/tsi/transport_security.h
1077 - src/core/tsi/transport_security_adapter.h
1078 - src/core/tsi/transport_security_interface.h
1079 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001080 - src/core/tsi/transport_security.cc
1081 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001082 deps:
1083 - gpr
1084 secure: true
1085 uses:
1086 - grpc_trace
ncteisen3b42f832018-03-19 13:22:35 -07001087- name: grpc++_channelz_proto
1088 language: c++
1089 src:
1090 - src/proto/grpc/channelz/channelz.proto
Vijay Pai42807252017-07-28 15:08:24 -07001091- name: grpc++_codegen_base
1092 language: c++
1093 public_headers:
1094 - include/grpc++/impl/codegen/async_stream.h
1095 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -07001096 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -07001097 - include/grpc++/impl/codegen/call.h
1098 - include/grpc++/impl/codegen/call_hook.h
1099 - include/grpc++/impl/codegen/channel_interface.h
1100 - include/grpc++/impl/codegen/client_context.h
1101 - include/grpc++/impl/codegen/client_unary_call.h
1102 - include/grpc++/impl/codegen/completion_queue.h
1103 - include/grpc++/impl/codegen/completion_queue_tag.h
1104 - include/grpc++/impl/codegen/config.h
1105 - include/grpc++/impl/codegen/core_codegen_interface.h
1106 - include/grpc++/impl/codegen/create_auth_context.h
1107 - include/grpc++/impl/codegen/grpc_library.h
1108 - include/grpc++/impl/codegen/metadata_map.h
1109 - include/grpc++/impl/codegen/method_handler_impl.h
1110 - include/grpc++/impl/codegen/rpc_method.h
1111 - include/grpc++/impl/codegen/rpc_service_method.h
1112 - include/grpc++/impl/codegen/security/auth_context.h
1113 - include/grpc++/impl/codegen/serialization_traits.h
1114 - include/grpc++/impl/codegen/server_context.h
1115 - include/grpc++/impl/codegen/server_interface.h
1116 - include/grpc++/impl/codegen/service_type.h
1117 - include/grpc++/impl/codegen/slice.h
1118 - include/grpc++/impl/codegen/status.h
1119 - include/grpc++/impl/codegen/status_code_enum.h
1120 - include/grpc++/impl/codegen/string_ref.h
1121 - include/grpc++/impl/codegen/stub_options.h
1122 - include/grpc++/impl/codegen/sync_stream.h
1123 - include/grpc++/impl/codegen/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001124 - include/grpcpp/impl/codegen/async_stream.h
1125 - include/grpcpp/impl/codegen/async_unary_call.h
1126 - include/grpcpp/impl/codegen/byte_buffer.h
1127 - include/grpcpp/impl/codegen/call.h
1128 - include/grpcpp/impl/codegen/call_hook.h
1129 - include/grpcpp/impl/codegen/channel_interface.h
1130 - include/grpcpp/impl/codegen/client_context.h
1131 - include/grpcpp/impl/codegen/client_unary_call.h
1132 - include/grpcpp/impl/codegen/completion_queue.h
1133 - include/grpcpp/impl/codegen/completion_queue_tag.h
1134 - include/grpcpp/impl/codegen/config.h
1135 - include/grpcpp/impl/codegen/core_codegen_interface.h
1136 - include/grpcpp/impl/codegen/create_auth_context.h
1137 - include/grpcpp/impl/codegen/grpc_library.h
1138 - include/grpcpp/impl/codegen/metadata_map.h
1139 - include/grpcpp/impl/codegen/method_handler_impl.h
1140 - include/grpcpp/impl/codegen/rpc_method.h
1141 - include/grpcpp/impl/codegen/rpc_service_method.h
1142 - include/grpcpp/impl/codegen/security/auth_context.h
1143 - include/grpcpp/impl/codegen/serialization_traits.h
1144 - include/grpcpp/impl/codegen/server_context.h
1145 - include/grpcpp/impl/codegen/server_interface.h
1146 - include/grpcpp/impl/codegen/service_type.h
1147 - include/grpcpp/impl/codegen/slice.h
1148 - include/grpcpp/impl/codegen/status.h
1149 - include/grpcpp/impl/codegen/status_code_enum.h
1150 - include/grpcpp/impl/codegen/string_ref.h
1151 - include/grpcpp/impl/codegen/stub_options.h
1152 - include/grpcpp/impl/codegen/sync_stream.h
1153 - include/grpcpp/impl/codegen/time.h
Vijay Pai42807252017-07-28 15:08:24 -07001154 uses:
1155 - grpc_codegen
1156- name: grpc++_codegen_base_src
1157 language: c++
1158 src:
1159 - src/cpp/codegen/codegen_init.cc
1160 uses:
1161 - grpc++_codegen_base
1162- name: grpc++_codegen_proto
1163 language: c++
1164 public_headers:
1165 - include/grpc++/impl/codegen/proto_utils.h
ncteisencf5b2662018-02-27 11:55:10 -08001166 - include/grpcpp/impl/codegen/proto_buffer_reader.h
1167 - include/grpcpp/impl/codegen/proto_buffer_writer.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001168 - include/grpcpp/impl/codegen/proto_utils.h
Vijay Pai42807252017-07-28 15:08:24 -07001169 uses:
1170 - grpc++_codegen_base
1171 - grpc++_config_proto
1172- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001173 language: c++
1174 public_headers:
1175 - include/grpc++/alarm.h
1176 - include/grpc++/channel.h
1177 - include/grpc++/client_context.h
1178 - include/grpc++/completion_queue.h
1179 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001180 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001181 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001182 - include/grpc++/generic/async_generic_service.h
1183 - include/grpc++/generic/generic_stub.h
1184 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001185 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001186 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001187 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001188 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001189 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001190 - include/grpc++/impl/grpc_library.h
1191 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001192 - include/grpc++/impl/rpc_method.h
1193 - include/grpc++/impl/rpc_service_method.h
1194 - include/grpc++/impl/serialization_traits.h
1195 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001196 - include/grpc++/impl/server_builder_plugin.h
1197 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001198 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001199 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001200 - include/grpc++/security/auth_context.h
1201 - include/grpc++/security/auth_metadata_processor.h
1202 - include/grpc++/security/credentials.h
1203 - include/grpc++/security/server_credentials.h
1204 - include/grpc++/server.h
1205 - include/grpc++/server_builder.h
1206 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001207 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001208 - include/grpc++/support/async_stream.h
1209 - include/grpc++/support/async_unary_call.h
1210 - include/grpc++/support/byte_buffer.h
1211 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001212 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001213 - include/grpc++/support/slice.h
1214 - include/grpc++/support/status.h
1215 - include/grpc++/support/status_code_enum.h
1216 - include/grpc++/support/string_ref.h
1217 - include/grpc++/support/stub_options.h
1218 - include/grpc++/support/sync_stream.h
1219 - include/grpc++/support/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001220 - include/grpcpp/alarm.h
1221 - include/grpcpp/channel.h
1222 - include/grpcpp/client_context.h
1223 - include/grpcpp/completion_queue.h
1224 - include/grpcpp/create_channel.h
1225 - include/grpcpp/create_channel_posix.h
1226 - include/grpcpp/ext/health_check_service_server_builder_option.h
1227 - include/grpcpp/generic/async_generic_service.h
1228 - include/grpcpp/generic/generic_stub.h
1229 - include/grpcpp/grpcpp.h
1230 - include/grpcpp/health_check_service_interface.h
1231 - include/grpcpp/impl/call.h
1232 - include/grpcpp/impl/channel_argument_option.h
1233 - include/grpcpp/impl/client_unary_call.h
1234 - include/grpcpp/impl/codegen/core_codegen.h
1235 - include/grpcpp/impl/grpc_library.h
1236 - include/grpcpp/impl/method_handler_impl.h
1237 - include/grpcpp/impl/rpc_method.h
1238 - include/grpcpp/impl/rpc_service_method.h
1239 - include/grpcpp/impl/serialization_traits.h
1240 - include/grpcpp/impl/server_builder_option.h
1241 - include/grpcpp/impl/server_builder_plugin.h
1242 - include/grpcpp/impl/server_initializer.h
1243 - include/grpcpp/impl/service_type.h
1244 - include/grpcpp/resource_quota.h
1245 - include/grpcpp/security/auth_context.h
1246 - include/grpcpp/security/auth_metadata_processor.h
1247 - include/grpcpp/security/credentials.h
1248 - include/grpcpp/security/server_credentials.h
1249 - include/grpcpp/server.h
1250 - include/grpcpp/server_builder.h
1251 - include/grpcpp/server_context.h
1252 - include/grpcpp/server_posix.h
1253 - include/grpcpp/support/async_stream.h
1254 - include/grpcpp/support/async_unary_call.h
1255 - include/grpcpp/support/byte_buffer.h
1256 - include/grpcpp/support/channel_arguments.h
1257 - include/grpcpp/support/config.h
ncteisencf5b2662018-02-27 11:55:10 -08001258 - include/grpcpp/support/proto_buffer_reader.h
1259 - include/grpcpp/support/proto_buffer_writer.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001260 - include/grpcpp/support/slice.h
1261 - include/grpcpp/support/status.h
1262 - include/grpcpp/support/status_code_enum.h
1263 - include/grpcpp/support/string_ref.h
1264 - include/grpcpp/support/stub_options.h
1265 - include/grpcpp/support/sync_stream.h
1266 - include/grpcpp/support/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001267 headers:
1268 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001269 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001270 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001271 - src/cpp/server/health/default_health_check_service.h
1272 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001273 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001274 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001275 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001276 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001277 - src/cpp/client/client_context.cc
1278 - src/cpp/client/create_channel.cc
1279 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001280 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001281 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001282 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001283 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001284 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001285 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001286 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001287 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001288 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001289 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001290 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001291 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001292 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001293 - src/cpp/server/create_default_thread_pool.cc
1294 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001295 - src/cpp/server/health/default_health_check_service.cc
1296 - src/cpp/server/health/health.pb.c
1297 - src/cpp/server/health/health_check_service.cc
1298 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001299 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001300 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001301 - src/cpp/server/server_context.cc
1302 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001303 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001304 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001305 - src/cpp/util/byte_buffer_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001306 - src/cpp/util/status.cc
1307 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001308 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001309 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001310 - gpr_base_headers
1311 - grpc_base_headers
1312 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001313 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001314 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001315- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001316 language: c++
1317 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001318 - include/grpc++/impl/codegen/config_protobuf.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001319 - include/grpcpp/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001320- name: grpc++_reflection_proto
1321 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001322 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001323 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001324- name: grpc++_test
1325 language: c++
1326 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001327 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001328 - include/grpc++/test/server_context_test_spouse.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001329 - include/grpcpp/test/mock_stream.h
1330 - include/grpcpp/test/server_context_test_spouse.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001331 deps:
1332 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001333 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001334libs:
Alexander Polcyn690dde62017-10-18 00:20:33 -07001335- name: address_sorting
1336 build: all
1337 language: c
1338 headers:
Alexander Polcyn690dde62017-10-18 00:20:33 -07001339 - third_party/address_sorting/address_sorting_internal.h
Alex Polcyn77f64f72018-03-01 19:22:53 +00001340 - third_party/address_sorting/include/address_sorting/address_sorting.h
Alexander Polcyn690dde62017-10-18 00:20:33 -07001341 src:
1342 - third_party/address_sorting/address_sorting.c
1343 - third_party/address_sorting/address_sorting_posix.c
1344 - third_party/address_sorting/address_sorting_windows.c
1345 secure: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08001346- name: alts_test_util
1347 build: private
1348 language: c
1349 headers:
1350 - test/core/tsi/alts/crypt/gsec_test_util.h
1351 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.h
1352 src:
1353 - test/core/tsi/alts/crypt/gsec_test_util.cc
1354 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.cc
1355 deps:
1356 - grpc
1357 secure: true
Craig Tillerda179ce2016-02-09 12:01:53 -08001358- name: gpr
1359 build: all
1360 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001361 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001362 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001363 secure: false
1364 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1365- name: gpr_test_util
1366 build: private
1367 language: c
1368 headers:
1369 - test/core/util/test_config.h
1370 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001371 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001372 deps:
1373 - gpr
1374 secure: false
1375 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001376- name: grpc
1377 build: all
1378 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001379 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001380 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001381 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001382 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001384 filegroups:
1385 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001386 - grpc_transport_chttp2_server_secure
1387 - grpc_transport_chttp2_client_secure
1388 - grpc_transport_chttp2_server_insecure
1389 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001390 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001391 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001392 - grpc_lb_policy_pick_first
1393 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001394 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001395 - grpc_resolver_dns_native
1396 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001397 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001398 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001399 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001400 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001401 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001402 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001403 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001404 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001405 - grpc_workaround_cronet_compression_filter
1406 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001407 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001409 vs_packages:
1410 - grpc.dependencies.openssl
1411 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001413- name: grpc_cronet
1414 build: all
1415 language: c
1416 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001417 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001418 baselib: true
1419 deps_linkage: static
1420 dll: true
1421 filegroups:
1422 - grpc_base
1423 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001424 - grpc_transport_chttp2_client_secure
Muxi Yan834aeca2018-03-30 16:02:23 -07001425 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001426 generate_plugin_registry: true
1427 platforms:
1428 - linux
1429 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001430- name: grpc_dll
1431 build: private
1432 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001433 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001434 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001435 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001436 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001437 build_system:
1438 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001439 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001440 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001441 vs_config_type: DynamicLibrary
1442 vs_packages:
1443 - grpc.dependencies.openssl
1444 - grpc.dependencies.zlib
1445 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1446 vs_props:
1447 - zlib
1448 - openssl
1449 - winsock
1450 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001451- name: grpc_test_util
1452 build: private
1453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001454 headers:
1455 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001456 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001457 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001458 - test/core/end2end/data/client_certs.cc
1459 - test/core/end2end/data/server1_cert.cc
1460 - test/core/end2end/data/server1_key.cc
1461 - test/core/end2end/data/test_root_cert.cc
1462 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001463 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001464 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001465 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001466 - grpc
1467 filegroups:
1468 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001469 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1470- name: grpc_test_util_unsecure
1471 build: private
1472 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001473 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001474 - gpr
1475 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001476 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001477 filegroups:
1478 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001479 secure: false
1480 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1481- name: grpc_unsecure
1482 build: all
1483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001484 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001485 - src/core/lib/surface/init.cc
1486 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001488 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001489 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001490 filegroups:
1491 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001492 - grpc_transport_chttp2_server_insecure
1493 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001494 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001495 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001496 - grpc_resolver_dns_native
1497 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001498 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001499 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001500 - grpc_lb_policy_grpclb
1501 - grpc_lb_policy_pick_first
1502 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001503 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001504 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001505 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001506 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001507 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001508 - grpc_workaround_cronet_compression_filter
1509 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001510 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511 secure: false
1512 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001513- name: reconnect_server
1514 build: private
1515 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001516 headers:
1517 - test/core/util/reconnect_server.h
1518 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001519 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001520 deps:
yang-gc9fca182015-11-06 16:41:33 -08001521 - test_tcp_server
1522 - grpc_test_util
1523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 - gpr_test_util
1525 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001526- name: test_tcp_server
1527 build: private
1528 language: c
1529 headers:
1530 - test/core/util/test_tcp_server.h
1531 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001532 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001533 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001534 - grpc_test_util
1535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001538- name: grpc++
1539 build: all
1540 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001541 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001542 - include/grpc++/impl/codegen/core_codegen.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001543 - include/grpcpp/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001544 - src/cpp/client/secure_credentials.h
1545 - src/cpp/common/secure_auth_context.h
1546 - src/cpp/server/secure_server_credentials.h
1547 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001548 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001549 - src/cpp/client/secure_credentials.cc
1550 - src/cpp/common/auth_property_iterator.cc
1551 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001552 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001553 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001554 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001555 - src/cpp/server/secure_server_credentials.cc
1556 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001557 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001558 baselib: true
1559 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001560 filegroups:
1561 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001562 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001563 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001564 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565 secure: check
1566 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001567- name: grpc++_core_stats
1568 build: private
1569 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001570 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001571 - src/cpp/util/core_stats.h
1572 src:
1573 - src/proto/grpc/core/stats.proto
1574 - src/cpp/util/core_stats.cc
1575 deps:
1576 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001577- name: grpc++_cronet
1578 build: all
1579 language: c++
1580 src:
1581 - src/cpp/client/cronet_credentials.cc
1582 - src/cpp/client/insecure_credentials.cc
1583 - src/cpp/common/insecure_create_auth_context.cc
1584 - src/cpp/server/insecure_server_credentials.cc
1585 deps:
1586 - gpr
1587 - grpc_cronet
1588 baselib: true
1589 dll: true
1590 filegroups:
1591 - grpc++_base
1592 - grpc++_codegen_base
1593 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001594 - grpc_transport_chttp2_client_insecure
1595 - grpc_transport_chttp2_server_insecure
1596 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001597 platforms:
1598 - linux
1599 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001600- name: grpc++_error_details
1601 build: all
1602 language: c++
1603 public_headers:
1604 - include/grpc++/support/error_details.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001605 - include/grpcpp/support/error_details.h
yang-geceec8e2017-04-10 11:58:44 -07001606 src:
1607 - src/proto/grpc/status/status.proto
1608 - src/cpp/util/error_details.cc
1609 deps:
1610 - grpc++
1611 baselib: true
1612 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001613- name: grpc++_proto_reflection_desc_db
1614 build: private
1615 language: c++
1616 headers:
1617 - test/cpp/util/proto_reflection_descriptor_database.h
1618 src:
1619 - test/cpp/util/proto_reflection_descriptor_database.cc
1620 deps:
1621 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001622 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001623 filegroups:
1624 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001625 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001626- name: grpc++_reflection
1627 build: all
1628 language: c++
1629 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001630 - include/grpc++/ext/proto_server_reflection_plugin.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001631 - include/grpcpp/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001632 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001633 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001634 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001635 - src/cpp/ext/proto_server_reflection.cc
1636 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001637 deps:
1638 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001639 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001640 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001641 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001642- name: grpc++_test_config
1643 build: private
1644 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001645 headers:
1646 - test/cpp/util/test_config.h
1647 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001648 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001649- name: grpc++_test_util
1650 build: private
1651 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001652 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001653 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001654 - test/cpp/util/byte_buffer_proto_helper.h
ncteisen3b42f832018-03-19 13:22:35 -07001655 - test/cpp/util/channel_trace_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001656 - test/cpp/util/create_test_channel.h
1657 - test/cpp/util/string_ref_helper.h
1658 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001659 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001660 src:
ncteisen3b42f832018-03-19 13:22:35 -07001661 - src/proto/grpc/channelz/channelz.proto
yang-gc8a49d22016-12-12 11:18:49 -08001662 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001663 - src/proto/grpc/testing/echo_messages.proto
1664 - src/proto/grpc/testing/echo.proto
1665 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001666 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001667 - test/cpp/util/byte_buffer_proto_helper.cc
ncteisen3b42f832018-03-19 13:22:35 -07001668 - test/cpp/util/channel_trace_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001669 - test/cpp/util/create_test_channel.cc
1670 - test/cpp/util/string_ref_helper.cc
1671 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001672 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001673 deps:
1674 - grpc++
1675 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001676 - grpc
yang-g17487f92016-06-03 15:21:15 -07001677 filegroups:
1678 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001679 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001680 - grpc++_codegen_proto
1681 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001682- name: grpc++_test_util_unsecure
1683 build: private
1684 language: c++
1685 headers:
1686 - test/cpp/end2end/test_service_impl.h
1687 - test/cpp/util/byte_buffer_proto_helper.h
1688 - test/cpp/util/string_ref_helper.h
1689 - test/cpp/util/subprocess.h
1690 src:
1691 - src/proto/grpc/health/v1/health.proto
1692 - src/proto/grpc/testing/echo_messages.proto
1693 - src/proto/grpc/testing/echo.proto
1694 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1695 - test/cpp/end2end/test_service_impl.cc
1696 - test/cpp/util/byte_buffer_proto_helper.cc
1697 - test/cpp/util/string_ref_helper.cc
1698 - test/cpp/util/subprocess.cc
1699 deps:
1700 - grpc++_unsecure
1701 - grpc_test_util_unsecure
1702 - grpc_unsecure
1703 filegroups:
1704 - grpc++_codegen_base
1705 - grpc++_codegen_base_src
1706 - grpc++_codegen_proto
1707 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708- name: grpc++_unsecure
1709 build: all
1710 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001711 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001712 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001713 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001714 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001715 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001716 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001717 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001718 baselib: true
1719 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001720 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001721 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001722 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001723 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001724 secure: false
1725 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001726- name: grpc_benchmark
1727 build: test
1728 language: c++
1729 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001730 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1731 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001732 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001733 src:
1734 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001735 deps:
1736 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001737 - grpc++_unsecure
1738 - grpc_test_util_unsecure
1739 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001740 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001741- name: grpc_cli_libs
1742 build: private
1743 language: c++
1744 headers:
1745 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001746 - test/cpp/util/cli_credentials.h
1747 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001748 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001749 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001750 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001751 src:
1752 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001753 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001754 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001755 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001756 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001757 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001758 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001759 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001760 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001761 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001762 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001763 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764- name: grpc_plugin_support
1765 build: protoc
1766 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001767 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001768 - src/compiler/config.h
1769 - src/compiler/cpp_generator.h
1770 - src/compiler/cpp_generator_helpers.h
1771 - src/compiler/csharp_generator.h
1772 - src/compiler/csharp_generator_helpers.h
1773 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001774 - src/compiler/node_generator.h
1775 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001776 - src/compiler/objective_c_generator.h
1777 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001778 - src/compiler/php_generator.h
1779 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301780 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001781 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301782 - src/compiler/python_generator_helpers.h
1783 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001784 - src/compiler/ruby_generator.h
1785 - src/compiler/ruby_generator_helpers-inl.h
1786 - src/compiler/ruby_generator_map-inl.h
1787 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301788 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
1790 - src/compiler/cpp_generator.cc
1791 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001792 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001793 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001794 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001795 - src/compiler/python_generator.cc
1796 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001797 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001798 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799 secure: false
1800 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001801 vs_props:
1802 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001803- name: http2_client_main
1804 build: private
1805 language: c++
1806 headers:
1807 - test/cpp/interop/http2_client.h
1808 src:
1809 - src/proto/grpc/testing/empty.proto
1810 - src/proto/grpc/testing/messages.proto
1811 - src/proto/grpc/testing/test.proto
1812 - test/cpp/interop/http2_client.cc
1813 deps:
1814 - grpc++_test_util
1815 - grpc_test_util
1816 - grpc++
1817 - grpc
1818 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819- name: interop_client_helper
1820 build: private
1821 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001822 headers:
1823 - test/cpp/interop/client_helper.h
1824 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001825 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001826 - test/cpp/interop/client_helper.cc
1827 deps:
1828 - grpc++_test_util
1829 - grpc_test_util
1830 - grpc++
1831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001833- name: interop_client_main
1834 build: private
1835 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001836 headers:
1837 - test/cpp/interop/interop_client.h
1838 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001839 - src/proto/grpc/testing/empty.proto
1840 - src/proto/grpc/testing/messages.proto
1841 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001842 - test/cpp/interop/client.cc
1843 - test/cpp/interop/interop_client.cc
1844 deps:
1845 - interop_client_helper
1846 - grpc++_test_util
1847 - grpc_test_util
1848 - grpc++
1849 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001850 - gpr_test_util
1851 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001852 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853- name: interop_server_helper
1854 build: private
1855 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001856 headers:
1857 - test/cpp/interop/server_helper.h
1858 src:
1859 - test/cpp/interop/server_helper.cc
1860 deps:
yang-gcc591022017-01-11 11:10:43 -08001861 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001862 - grpc_test_util
1863 - grpc++
1864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001865 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001866- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001867 build: private
1868 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001870 - src/proto/grpc/testing/empty.proto
1871 - src/proto/grpc/testing/messages.proto
1872 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001873 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001874 deps:
1875 - interop_server_helper
1876 - grpc++_test_util
1877 - grpc_test_util
1878 - grpc++
1879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001882 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001883- name: interop_server_main
1884 build: private
1885 language: c++
1886 src:
1887 - test/cpp/interop/interop_server_bootstrap.cc
1888 deps:
1889 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890- name: qps
1891 build: private
1892 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001893 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001894 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001895 - test/cpp/qps/client.h
1896 - test/cpp/qps/driver.h
1897 - test/cpp/qps/histogram.h
1898 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001899 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001900 - test/cpp/qps/qps_worker.h
1901 - test/cpp/qps/report.h
1902 - test/cpp/qps/server.h
1903 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001904 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001905 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001906 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001907 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001908 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001909 - src/proto/grpc/testing/control.proto
1910 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001911 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001912 - test/cpp/qps/client_async.cc
1913 - test/cpp/qps/client_sync.cc
1914 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001915 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001916 - test/cpp/qps/qps_worker.cc
1917 - test/cpp/qps/report.cc
1918 - test/cpp/qps/server_async.cc
1919 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001920 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001921 deps:
1922 - grpc_test_util
1923 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001924 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001925 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001926 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001927- name: grpc_csharp_ext
1928 build: all
1929 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001930 src:
1931 - src/csharp/ext/grpc_csharp_ext.c
1932 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001935 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001936 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937 dll: only
1938 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001939 vs_packages:
1940 - grpc.dependencies.openssl
1941 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001943 vs_props:
1944 - zlib
1945 - openssl
1946 - winsock
1947 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001948targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001949- name: algorithm_test
1950 build: test
1951 language: c
1952 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001953 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001954 deps:
1955 - grpc_test_util
1956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001959 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001960- name: alloc_test
1961 build: test
1962 language: c
1963 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001964 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001965 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001968 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969- name: alpn_test
1970 build: test
1971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001972 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001973 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001974 deps:
1975 - grpc_test_util
1976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr_test_util
1978 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001979- name: api_fuzzer
1980 build: fuzzer
1981 language: c
1982 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001983 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001984 deps:
1985 - grpc_test_util
1986 - grpc
1987 - gpr_test_util
1988 - gpr
1989 corpus_dirs:
1990 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001991 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001992 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001993- name: arena_test
1994 build: test
1995 language: c
1996 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001997 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001998 deps:
1999 - gpr_test_util
2000 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002001 uses_polling: false
Vijay Pai8f4fbb12018-02-08 10:04:08 -08002002- name: avl_test
2003 build: test
2004 language: c
2005 src:
2006 - test/core/avl/avl_test.cc
2007 deps:
2008 - gpr_test_util
2009 - gpr
2010 - grpc
2011 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07002012- name: bad_server_response_test
2013 build: test
2014 language: c
2015 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002016 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07002017 deps:
2018 - test_tcp_server
2019 - grpc_test_util
2020 - grpc
2021 - gpr_test_util
2022 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002023 exclude_iomgrs:
2024 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07002025- name: bin_decoder_test
2026 build: test
2027 language: c
2028 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002029 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07002030 deps:
2031 - grpc_test_util
2032 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002033 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034- name: bin_encoder_test
2035 build: test
2036 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002037 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002038 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002039 deps:
2040 - grpc_test_util
2041 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002042 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08002043- name: channel_create_test
2044 build: test
2045 language: c
2046 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002047 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08002048 deps:
2049 - grpc_test_util
2050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002051 - gpr_test_util
2052 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07002053- name: check_epollexclusive
2054 build: tool
2055 language: c
2056 src:
2057 - test/build/check_epollexclusive.c
2058 deps:
2059 - grpc
2060 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08002061- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002062 build: test
2063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002064 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002065 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002066 deps:
2067 - grpc_test_util
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002071 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072- name: chttp2_stream_map_test
2073 build: test
2074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002076 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002077 deps:
2078 - grpc_test_util
2079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002082 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08002083- name: chttp2_varint_test
2084 build: test
2085 language: c
2086 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002087 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08002088 deps:
2089 - grpc_test_util
2090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr_test_util
2092 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002093 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07002094- name: client_fuzzer
2095 build: fuzzer
2096 language: c
2097 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002098 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07002099 deps:
2100 - grpc_test_util
2101 - grpc
2102 - gpr_test_util
2103 - gpr
2104 corpus_dirs:
2105 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002106 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07002107 maxlen: 2048
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002108- name: cmdline_test
2109 build: test
2110 language: c
2111 src:
2112 - test/core/util/cmdline_test.cc
2113 deps:
2114 - gpr
2115 - gpr_test_util
2116 - grpc_test_util
2117 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002118- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07002119 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07002120 build: test
2121 language: c
2122 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002123 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002124 deps:
2125 - grpc_test_util
2126 - grpc
2127 - gpr_test_util
2128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: compression_test
2130 build: test
2131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002132 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002133 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002134 deps:
2135 - grpc_test_util
2136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002137 - gpr_test_util
2138 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002139 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08002140- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07002141 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08002142 build: test
2143 language: c
2144 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002145 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08002146 deps:
2147 - grpc_test_util
2148 - grpc
2149 - gpr_test_util
2150 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002151 exclude_iomgrs:
2152 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07002153- name: connection_refused_test
2154 cpu_cost: 0.1
2155 build: test
2156 language: c
2157 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002158 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07002159 deps:
2160 - grpc_test_util
2161 - grpc
2162 - gpr_test_util
2163 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08002164- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08002165 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08002166 build: test
2167 language: c
2168 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002169 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08002170 deps:
2171 - grpc_test_util
2172 - grpc
2173 - gpr_test_util
2174 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002175 exclude_iomgrs:
2176 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08002177- name: dns_resolver_cooldown_test
2178 build: test
2179 language: c
2180 src:
2181 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
2182 deps:
2183 - grpc_test_util
2184 - grpc
2185 - gpr_test_util
2186 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002187- name: dns_resolver_test
2188 build: test
2189 language: c
2190 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002191 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002192 deps:
2193 - grpc_test_util
2194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002195 - gpr_test_util
2196 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002197- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002198 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199 build: test
2200 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002201 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002202 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002203 deps:
2204 - grpc_test_util
2205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002206 - gpr_test_util
2207 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002208 exclude_iomgrs:
2209 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002210 platforms:
2211 - mac
2212 - linux
2213 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002214- name: endpoint_pair_test
2215 build: test
2216 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002217 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002218 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002219 deps:
2220 - grpc_test_util
2221 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002222 - gpr_test_util
2223 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002224 exclude_iomgrs:
2225 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002226- name: error_test
2227 cpu_cost: 30
2228 build: test
2229 language: c
2230 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002231 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08002232 deps:
2233 - grpc_test_util
2234 - grpc
2235 - gpr_test_util
2236 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002237 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002238- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002239 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002240 build: test
2241 language: c
2242 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002243 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002244 deps:
2245 - grpc_test_util
2246 - grpc
2247 - gpr_test_util
2248 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002249 exclude_iomgrs:
2250 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002251 platforms:
2252 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002253- name: fake_resolver_test
2254 build: test
2255 language: c
2256 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002257 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002258 deps:
2259 - grpc_test_util
2260 - grpc
2261 - gpr_test_util
2262 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002263- name: fake_transport_security_test
2264 build: test
2265 language: c
2266 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002267 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002268 deps:
2269 - gpr_test_util
2270 - gpr
2271 - grpc
2272 filegroups:
2273 - transport_security_test_lib
2274 platforms:
2275 - linux
2276 - posix
2277 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002278- name: fd_conservation_posix_test
2279 build: test
2280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002281 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002282 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002283 deps:
2284 - grpc_test_util
2285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002286 - gpr_test_util
2287 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002288 exclude_iomgrs:
2289 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002290 platforms:
2291 - mac
2292 - linux
2293 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294- name: fd_posix_test
2295 build: test
2296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002298 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002299 deps:
2300 - grpc_test_util
2301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002304 exclude_iomgrs:
2305 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002306 platforms:
2307 - mac
2308 - linux
2309 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310- name: fling_client
2311 build: test
2312 run: false
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002315 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321- name: fling_server
2322 build: test
2323 run: false
2324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002325 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002326 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002327 deps:
2328 - grpc_test_util
2329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002333 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002334 build: test
2335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002336 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002337 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002338 deps:
2339 - grpc_test_util
2340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002341 - gpr_test_util
2342 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002343 platforms:
2344 - mac
2345 - linux
2346 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002347- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002348 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349 build: test
2350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002351 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002352 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002353 deps:
2354 - grpc_test_util
2355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 - gpr_test_util
2357 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002358 platforms:
2359 - mac
2360 - linux
2361 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002362- name: goaway_server_test
2363 cpu_cost: 0.1
2364 build: test
2365 language: c
2366 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002367 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002368 deps:
2369 - grpc_test_util
2370 - grpc
2371 - gpr_test_util
2372 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002373 exclude_iomgrs:
2374 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002375 platforms:
2376 - mac
2377 - linux
2378 - posix
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002379- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002380 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002381 build: test
2382 language: c
2383 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002384 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002385 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002388 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002389- name: gpr_env_test
2390 build: test
2391 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002392 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002393 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002394 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002395 - gpr_test_util
2396 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002397 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002398- name: gpr_host_port_test
2399 build: test
2400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002401 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002402 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002403 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002404 - gpr_test_util
2405 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002406 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002407- name: gpr_log_test
2408 build: test
2409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002410 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002411 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002412 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002413 - gpr_test_util
2414 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002415 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002416- name: gpr_manual_constructor_test
2417 cpu_cost: 3
2418 build: test
2419 language: c
2420 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002421 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002422 deps:
2423 - gpr_test_util
2424 - gpr
2425 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002426- name: gpr_mpscq_test
2427 cpu_cost: 30
2428 build: test
2429 language: c
2430 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002431 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002432 deps:
2433 - gpr_test_util
2434 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002435 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002436- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002437 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002438 build: test
2439 language: c
2440 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002441 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002442 deps:
2443 - gpr_test_util
2444 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002445 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: gpr_string_test
2447 build: test
2448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002450 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002451 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002452 - gpr_test_util
2453 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002454 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002456 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002457 build: test
2458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002459 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002460 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002461 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr_test_util
2463 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002464 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002465- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002466 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002467 build: test
2468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
Vijay Paida693552018-02-16 22:59:03 -08002470 - test/core/gprpp/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002471 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002472 - gpr_test_util
2473 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002474 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002475- name: gpr_time_test
2476 build: test
2477 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002478 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002479 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002480 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002481 - gpr_test_util
2482 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002483 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002484- name: gpr_tls_test
2485 build: test
2486 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002487 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002488 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002489 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002490 - gpr_test_util
2491 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002492 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002493- name: gpr_useful_test
2494 build: test
2495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002496 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002497 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002498 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002499 - gpr_test_util
2500 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002501 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002502- name: grpc_auth_context_test
2503 build: test
2504 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002505 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002506 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002507 deps:
2508 - grpc_test_util
2509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002510 - gpr_test_util
2511 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002512 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002513- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514 build: test
2515 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002516 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002517 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002518 deps:
2519 - grpc_test_util
2520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002521 - gpr_test_util
2522 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002523 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002524- name: grpc_byte_buffer_reader_test
2525 build: test
2526 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002527 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002528 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002529 deps:
2530 - grpc_test_util
2531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002532 - gpr_test_util
2533 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002534 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002535- name: grpc_channel_args_test
2536 build: test
2537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002538 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002539 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002540 deps:
2541 - grpc_test_util
2542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002543 - gpr_test_util
2544 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002545 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002546- name: grpc_channel_stack_builder_test
2547 build: test
2548 language: c
2549 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002550 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002551 deps:
2552 - grpc_test_util
2553 - grpc
2554 - gpr_test_util
2555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002556- name: grpc_channel_stack_test
2557 build: test
2558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002559 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002560 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002561 deps:
2562 - grpc_test_util
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002566 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567- name: grpc_completion_queue_test
2568 build: test
2569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002570 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002571 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002572 deps:
2573 - grpc_test_util
2574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002575 - gpr_test_util
2576 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002577- name: grpc_completion_queue_threading_test
2578 build: test
2579 language: c
2580 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002581 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002582 deps:
2583 - grpc_test_util
2584 - grpc
2585 - gpr_test_util
2586 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002587 exclude_iomgrs:
2588 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002589- name: grpc_create_jwt
2590 build: tool
2591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002592 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002593 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002594 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002597 filegroups:
2598 - cmdline
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002599 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002600 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601- name: grpc_credentials_test
2602 build: test
2603 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002604 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002605 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002606 deps:
2607 - grpc_test_util
2608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002609 - gpr_test_util
2610 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002612 build: test
2613 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002615 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002616 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002617 deps:
2618 - grpc_test_util
2619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002620 - gpr_test_util
2621 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622- name: grpc_json_token_test
2623 build: test
2624 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002625 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002626 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002627 deps:
2628 - grpc_test_util
2629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002630 - gpr_test_util
2631 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002632 platforms:
2633 - linux
2634 - posix
2635 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002636 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002637- name: grpc_jwt_verifier_test
2638 build: test
2639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002640 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002641 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002642 deps:
2643 - grpc_test_util
2644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002645 - gpr_test_util
2646 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002647 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002648- name: grpc_print_google_default_creds_token
2649 build: tool
2650 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002651 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002652 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002653 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002655 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002656 filegroups:
2657 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002658 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002659- name: grpc_security_connector_test
2660 build: test
2661 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002662 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002663 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002664 deps:
2665 - grpc_test_util
2666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002667 - gpr_test_util
2668 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002669- name: grpc_ssl_credentials_test
2670 build: test
2671 language: c
2672 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002673 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002674 deps:
2675 - grpc_test_util
2676 - grpc
2677 - gpr_test_util
2678 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002679- name: grpc_verify_jwt
2680 build: tool
2681 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002682 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002683 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002684 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002686 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002687 filegroups:
2688 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002689 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002690- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002691 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002692 language: c
2693 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002694 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002695 deps:
2696 - grpc_test_util
2697 - grpc
2698 - gpr_test_util
2699 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002700 exclude_iomgrs:
2701 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002702 platforms:
2703 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002704 secure: true
2705- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002706 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002707 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002708 headers:
2709 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002710 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002711 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002712 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002713 deps:
2714 - grpc_test_util
2715 - grpc
2716 - gpr_test_util
2717 - gpr
2718 exclude_iomgrs:
2719 - uv
2720 platforms:
2721 - linux
2722 secure: true
2723- name: handshake_server_with_readahead_handshaker
2724 build: test
2725 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002726 headers:
2727 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002728 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002729 - test/core/handshake/readahead_handshaker_server_ssl.cc
2730 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002731 deps:
2732 - grpc_test_util
2733 - grpc
2734 - gpr_test_util
2735 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002736 exclude_iomgrs:
2737 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002738 platforms:
2739 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002740 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002741- name: histogram_test
2742 build: test
2743 language: c
2744 src:
2745 - test/core/util/histogram_test.cc
2746 deps:
2747 - grpc_test_util
2748 - gpr
2749 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002750- name: hpack_parser_fuzzer_test
2751 build: fuzzer
2752 language: c
2753 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002754 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002755 deps:
2756 - grpc_test_util
2757 - grpc
2758 - gpr_test_util
2759 - gpr
2760 corpus_dirs:
2761 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002762 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002763 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002764- name: hpack_parser_test
2765 build: test
2766 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002767 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002768 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002769 deps:
2770 - grpc_test_util
2771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002772 - gpr_test_util
2773 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002774 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002775- name: hpack_table_test
2776 build: test
2777 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002778 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002779 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002780 deps:
2781 - grpc_test_util
2782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002783 - gpr_test_util
2784 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002785 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002786- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002787 build: test
2788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002789 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002790 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002791 deps:
2792 - grpc_test_util
2793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002794 - gpr_test_util
2795 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002796 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002797- name: http_request_fuzzer_test
2798 build: fuzzer
2799 language: c
2800 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002801 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002802 deps:
2803 - grpc_test_util
2804 - grpc
2805 - gpr_test_util
2806 - gpr
2807 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002808 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002809 maxlen: 2048
2810- name: http_response_fuzzer_test
2811 build: fuzzer
2812 language: c
2813 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002814 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002815 deps:
2816 - grpc_test_util
2817 - grpc
2818 - gpr_test_util
2819 - gpr
2820 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002821 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002822 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002823- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002824 build: test
2825 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002826 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002827 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002828 deps:
2829 - grpc_test_util
2830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002831 - gpr_test_util
2832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002834 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002835 build: test
2836 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002837 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002838 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002839 deps:
2840 - grpc_test_util
2841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002842 - gpr_test_util
2843 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002844 platforms:
2845 - mac
2846 - linux
2847 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002848- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002849 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002850 build: test
2851 language: c
2852 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002853 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002854 deps:
2855 - grpc_test_util
2856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002857 - gpr_test_util
2858 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002859 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002860 - linux
yang-gf1183302015-12-07 16:02:05 -08002861- name: init_test
2862 build: test
2863 language: c
2864 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002865 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002866 deps:
2867 - grpc_test_util
2868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002869 - gpr_test_util
2870 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002871 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002872- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002873 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002874 build: test
2875 language: c
2876 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002877 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002878 deps:
2879 - grpc_test_util
2880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002881 - gpr_test_util
2882 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002883- name: json_fuzzer_test
2884 build: fuzzer
2885 language: c
2886 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002887 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002888 deps:
2889 - grpc_test_util
2890 - grpc
2891 - gpr_test_util
2892 - gpr
2893 corpus_dirs:
2894 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002895 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002896- name: json_rewrite
2897 build: test
2898 run: false
2899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002900 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002901 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002902 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002903 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002904 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002905 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002906 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002907 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002908- name: json_rewrite_test
2909 build: test
2910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002911 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002912 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002913 deps:
2914 - grpc_test_util
2915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002916 - gpr_test_util
2917 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002918 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002919- name: json_stream_error_test
2920 build: test
2921 language: c
2922 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002923 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002924 deps:
2925 - grpc_test_util
2926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002927 - gpr_test_util
2928 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002929 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002930- name: json_test
2931 build: test
2932 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002933 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002934 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002935 deps:
2936 - grpc_test_util
2937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002938 - gpr_test_util
2939 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002940 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002941- name: lame_client_test
2942 build: test
2943 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002944 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002945 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002946 deps:
2947 - grpc_test_util
2948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002949 - gpr_test_util
2950 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002951- name: load_file_test
2952 build: test
2953 language: c
2954 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002955 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002956 deps:
2957 - grpc_test_util
2958 - grpc
2959 - gpr_test_util
2960 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002961 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002962- name: low_level_ping_pong_benchmark
2963 build: benchmark
2964 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002965 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002966 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002967 deps:
2968 - grpc_test_util
2969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002970 - gpr_test_util
2971 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002972 platforms:
2973 - mac
2974 - linux
2975 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002976- name: memory_profile_client
2977 build: test
2978 run: false
2979 language: c
2980 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002981 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002982 deps:
2983 - grpc_test_util
2984 - grpc
2985 - gpr_test_util
2986 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002987 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002988- name: memory_profile_server
2989 build: test
2990 run: false
2991 language: c
2992 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002993 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002994 deps:
2995 - grpc_test_util
2996 - grpc
2997 - gpr_test_util
2998 - gpr
2999- name: memory_profile_test
3000 cpu_cost: 1.5
3001 build: test
3002 language: c
3003 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003004 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003005 deps:
3006 - grpc_test_util
3007 - grpc
3008 - gpr_test_util
3009 - gpr
3010 platforms:
3011 - mac
3012 - linux
3013 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003014- name: message_compress_test
3015 build: test
3016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003017 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003018 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003019 deps:
3020 - grpc_test_util
3021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003022 - gpr_test_util
3023 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003024 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07003025- name: minimal_stack_is_minimal_test
3026 build: test
3027 language: c
3028 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003029 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07003030 deps:
3031 - grpc_test_util
3032 - grpc
3033 - gpr_test_util
3034 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003035 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003036- name: multiple_server_queues_test
3037 build: test
3038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003039 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003040 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003041 deps:
3042 - grpc_test_util
3043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003044 - gpr_test_util
3045 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003046- name: murmur_hash_test
3047 build: test
3048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003049 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08003050 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003051 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08003052 - gpr_test_util
3053 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003054 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003055- name: nanopb_fuzzer_response_test
3056 build: fuzzer
3057 language: c
3058 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003059 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003060 deps:
3061 - grpc_test_util
3062 - grpc
3063 - gpr_test_util
3064 - gpr
3065 corpus_dirs:
3066 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07003067 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003068- name: nanopb_fuzzer_serverlist_test
3069 build: fuzzer
3070 language: c
3071 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003072 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003073 deps:
3074 - grpc_test_util
3075 - grpc
3076 - gpr_test_util
3077 - gpr
3078 corpus_dirs:
3079 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07003080 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003081- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003082 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003083 build: test
3084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003085 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003086 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003087 deps:
3088 - grpc_test_util
3089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003090 - gpr_test_util
3091 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07003092- name: num_external_connectivity_watchers_test
3093 build: test
3094 language: c
3095 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003096 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07003097 deps:
3098 - grpc_test_util
3099 - grpc
3100 - gpr_test_util
3101 - gpr
3102 exclude_iomgrs:
3103 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003104- name: parse_address_test
3105 build: test
3106 language: c
3107 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003108 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003109 deps:
3110 - grpc_test_util
3111 - grpc
3112 - gpr_test_util
3113 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003114 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07003115- name: percent_decode_fuzzer
3116 build: fuzzer
3117 language: c
3118 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003119 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003120 deps:
3121 - grpc_test_util
3122 - grpc
3123 - gpr_test_util
3124 - gpr
3125 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003126 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003127 maxlen: 32
3128- name: percent_encode_fuzzer
3129 build: fuzzer
3130 language: c
3131 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003132 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003133 deps:
3134 - grpc_test_util
3135 - grpc
3136 - gpr_test_util
3137 - gpr
3138 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003139 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003140 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07003141- name: percent_encoding_test
3142 build: test
3143 language: c
3144 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003145 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07003146 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003147 - grpc_test_util
3148 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07003149 - gpr_test_util
3150 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003151 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003152- name: pollset_set_test
3153 build: test
3154 language: c
3155 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003156 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003157 deps:
3158 - grpc_test_util
3159 - grpc
3160 - gpr_test_util
3161 - gpr
3162 exclude_iomgrs:
3163 - uv
3164 platforms:
3165 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003166- name: resolve_address_posix_test
3167 build: test
3168 language: c
3169 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003170 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003171 deps:
3172 - grpc_test_util
3173 - grpc
3174 - gpr_test_util
3175 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08003176 exclude_iomgrs:
3177 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003178 platforms:
3179 - mac
3180 - linux
3181 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003182- name: resolve_address_test
3183 build: test
3184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003185 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003186 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003187 deps:
3188 - grpc_test_util
3189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003190 - gpr_test_util
3191 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003192- name: resource_quota_test
3193 cpu_cost: 30
3194 build: test
3195 language: c
3196 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003197 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003198 deps:
3199 - grpc_test_util
3200 - grpc
3201 - gpr_test_util
3202 - gpr
yang-gd482e592015-12-10 14:04:00 -08003203- name: secure_channel_create_test
3204 build: test
3205 language: c
3206 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003207 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003208 deps:
3209 - grpc_test_util
3210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003211 - gpr_test_util
3212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003213- name: secure_endpoint_test
3214 build: test
3215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003216 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003217 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003218 deps:
3219 - grpc_test_util
3220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003221 - gpr_test_util
3222 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003223 exclude_iomgrs:
3224 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003225- name: sequential_connectivity_test
3226 build: test
3227 language: c
3228 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003229 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003230 deps:
3231 - grpc_test_util
3232 - grpc
3233 - gpr_test_util
3234 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003235 exclude_iomgrs:
3236 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003237- name: server_chttp2_test
3238 build: test
3239 language: c
3240 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003241 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003242 deps:
3243 - grpc_test_util
3244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003245 - gpr_test_util
3246 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003247- name: server_fuzzer
3248 build: fuzzer
3249 language: c
3250 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003251 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003252 deps:
3253 - grpc_test_util
3254 - grpc
3255 - gpr_test_util
3256 - gpr
3257 corpus_dirs:
3258 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003259 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003260 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003261- name: server_test
3262 build: test
3263 language: c
3264 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003265 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003266 deps:
3267 - grpc_test_util
3268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003269 - gpr_test_util
3270 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003271- name: slice_buffer_test
3272 build: test
3273 language: c
3274 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003275 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003276 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003277 - grpc_test_util
3278 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003279 - gpr_test_util
3280 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003281 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003282- name: slice_string_helpers_test
3283 build: test
3284 language: c
3285 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003286 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003287 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003288 - grpc_test_util
3289 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003290 - gpr_test_util
3291 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003292 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003293- name: slice_test
3294 build: test
3295 language: c
3296 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003297 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003298 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003299 - grpc_test_util
3300 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003301 - gpr_test_util
3302 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003303 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003304- name: sockaddr_resolver_test
3305 build: test
3306 language: c
3307 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003308 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003309 deps:
3310 - grpc_test_util
3311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003312 - gpr_test_util
3313 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003314- name: sockaddr_utils_test
3315 build: test
3316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003317 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003318 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003319 deps:
3320 - grpc_test_util
3321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003322 - gpr_test_util
3323 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003324- name: socket_utils_test
3325 build: test
3326 language: c
3327 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003328 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003329 deps:
3330 - grpc_test_util
3331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003332 - gpr_test_util
3333 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003334 exclude_iomgrs:
3335 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003336 platforms:
3337 - mac
3338 - linux
3339 - posix
yang-g31e21282016-11-04 15:10:03 -07003340- name: ssl_server_fuzzer
3341 build: fuzzer
3342 language: c
3343 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003344 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003345 deps:
3346 - grpc_test_util
3347 - grpc
3348 - gpr_test_util
3349 - gpr
3350 corpus_dirs:
3351 - test/core/security/corpus/ssl_server_corpus
3352 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003353- name: ssl_transport_security_test
3354 build: test
3355 language: c
3356 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003357 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003358 deps:
3359 - gpr_test_util
3360 - gpr
3361 - grpc
3362 filegroups:
3363 - transport_security_test_lib
3364 platforms:
3365 - linux
3366 - posix
3367 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003368- name: status_conversion_test
3369 build: test
3370 language: c
3371 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003372 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003373 deps:
3374 - grpc_test_util
3375 - grpc
3376 - gpr_test_util
3377 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003378 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003379- name: stream_compression_test
3380 build: test
3381 language: c
3382 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003383 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003384 deps:
3385 - grpc_test_util
3386 - grpc
3387 - gpr_test_util
3388 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003389 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003390- name: stream_owned_slice_test
3391 build: test
3392 language: c
3393 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003394 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003395 deps:
3396 - grpc_test_util
3397 - grpc
3398 - gpr_test_util
3399 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003400 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003401- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003402 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003403 build: test
3404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003405 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003406 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003407 deps:
3408 - grpc_test_util
3409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003410 - gpr_test_util
3411 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003412 exclude_iomgrs:
3413 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003414 platforms:
3415 - mac
3416 - linux
3417 - posix
murgatroid991191b722017-02-08 11:56:52 -08003418- name: tcp_client_uv_test
3419 cpu_cost: 0.5
3420 build: test
3421 language: c
3422 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003423 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003424 deps:
3425 - grpc_test_util
3426 - grpc
3427 - gpr_test_util
3428 - gpr
3429 exclude_iomgrs:
3430 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003431- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003432 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003433 build: test
3434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003435 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003436 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003437 deps:
3438 - grpc_test_util
3439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003440 - gpr_test_util
3441 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003442 exclude_iomgrs:
3443 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003444 platforms:
3445 - mac
3446 - linux
3447 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003448- name: tcp_server_posix_test
3449 build: test
3450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003451 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003452 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003453 deps:
3454 - grpc_test_util
3455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003456 - gpr_test_util
3457 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003458 exclude_iomgrs:
3459 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003460 platforms:
3461 - mac
3462 - linux
3463 - posix
murgatroid991191b722017-02-08 11:56:52 -08003464- name: tcp_server_uv_test
3465 build: test
3466 language: c
3467 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003468 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003469 deps:
3470 - grpc_test_util
3471 - grpc
3472 - gpr_test_util
3473 - gpr
3474 exclude_iomgrs:
3475 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003476- name: time_averaged_stats_test
3477 build: test
3478 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003479 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003480 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003481 deps:
3482 - grpc_test_util
3483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003484 - gpr_test_util
3485 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003486 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003487- name: timeout_encoding_test
3488 build: test
3489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003490 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003491 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003492 deps:
3493 - grpc_test_util
3494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003495 - gpr_test_util
3496 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003497 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003498- name: timer_heap_test
3499 build: test
3500 language: c
3501 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003502 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003503 deps:
3504 - grpc_test_util
3505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003506 - gpr_test_util
3507 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003508 exclude_iomgrs:
3509 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003510 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003511- name: timer_list_test
3512 build: test
3513 language: c
3514 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003515 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003516 deps:
3517 - grpc_test_util
3518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003519 - gpr_test_util
3520 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003521 exclude_iomgrs:
3522 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003523 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003524- name: transport_connectivity_state_test
3525 build: test
3526 language: c
3527 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003528 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003529 deps:
3530 - grpc_test_util
3531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003532 - gpr_test_util
3533 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003534- name: transport_metadata_test
3535 build: test
3536 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003537 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003538 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003539 deps:
3540 - grpc_test_util
3541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003542 - gpr_test_util
3543 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003544- name: transport_security_test
3545 build: test
3546 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003547 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003548 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003549 deps:
3550 - grpc_test_util
3551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003552 - gpr_test_util
3553 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003554 platforms:
3555 - linux
3556 - posix
3557 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003558- name: udp_server_test
3559 build: test
3560 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003561 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003562 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003563 deps:
3564 - grpc_test_util
3565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003566 - gpr_test_util
3567 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003568 exclude_iomgrs:
3569 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003570 platforms:
3571 - mac
3572 - linux
3573 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003574- name: uri_fuzzer_test
3575 build: fuzzer
3576 language: c
3577 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003578 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003579 deps:
3580 - grpc_test_util
3581 - grpc
3582 - gpr_test_util
3583 - gpr
3584 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003585 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003586 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003587- name: uri_parser_test
3588 build: test
3589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003590 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003591 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003592 deps:
3593 - grpc_test_util
3594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003595 - gpr_test_util
3596 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003597- name: wakeup_fd_cv_test
3598 build: test
3599 language: c
3600 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003601 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003602 deps:
3603 - grpc_test_util
3604 - grpc
3605 - gpr_test_util
3606 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003607 exclude_iomgrs:
3608 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003609 platforms:
3610 - mac
3611 - linux
3612 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003613- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003614 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003615 build: test
3616 language: c++
3617 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003618 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003619 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003620 - grpc++_test_util_unsecure
3621 - grpc_test_util_unsecure
3622 - grpc++_unsecure
3623 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003624 - gpr_test_util
3625 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08003626- name: alts_counter_test
3627 build: test
3628 language: c++
3629 src:
3630 - test/core/tsi/alts/frame_protector/alts_counter_test.cc
3631 deps:
3632 - alts_test_util
3633 - gpr
3634 - grpc
3635- name: alts_crypt_test
3636 build: test
3637 language: c++
3638 src:
3639 - test/core/tsi/alts/crypt/aes_gcm_test.cc
3640 deps:
3641 - alts_test_util
3642 - gpr_test_util
3643 - gpr
3644 - grpc
3645- name: alts_crypter_test
3646 build: test
3647 language: c++
3648 src:
3649 - test/core/tsi/alts/frame_protector/alts_crypter_test.cc
3650 deps:
3651 - alts_test_util
3652 - gpr
3653 - grpc
3654- name: alts_frame_handler_test
3655 build: test
3656 language: c++
3657 src:
3658 - test/core/tsi/alts/frame_protector/frame_handler_test.cc
3659 deps:
3660 - alts_test_util
3661 - gpr
3662 - grpc
3663- name: alts_frame_protector_test
3664 build: test
3665 language: c++
3666 src:
3667 - test/core/tsi/alts/frame_protector/alts_frame_protector_test.cc
3668 deps:
3669 - alts_test_util
3670 - gpr
3671 - grpc
3672 filegroups:
3673 - transport_security_test_lib
3674- name: alts_grpc_record_protocol_test
3675 build: test
3676 language: c++
3677 src:
3678 - test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc
3679 deps:
3680 - alts_test_util
3681 - gpr
3682 - grpc
3683- name: alts_handshaker_client_test
3684 build: test
3685 language: c++
3686 src:
3687 - test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc
3688 deps:
3689 - alts_test_util
3690 - gpr
3691 - grpc
3692- name: alts_handshaker_service_api_test
3693 build: test
3694 language: c++
3695 src:
3696 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test.cc
3697 deps:
3698 - alts_test_util
3699 - gpr
3700 - grpc
3701- name: alts_iovec_record_protocol_test
3702 build: test
3703 language: c++
3704 src:
3705 - test/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol_test.cc
3706 deps:
3707 - alts_test_util
3708 - gpr
3709 - grpc
3710- name: alts_security_connector_test
3711 build: test
3712 language: c++
3713 src:
3714 - test/core/security/alts_security_connector_test.cc
3715 deps:
3716 - gpr
3717 - grpc
3718- name: alts_tsi_handshaker_test
3719 build: test
3720 language: c++
3721 src:
3722 - test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
3723 deps:
3724 - alts_test_util
3725 - gpr
3726 - grpc
3727- name: alts_tsi_utils_test
3728 build: test
3729 language: c++
3730 src:
3731 - test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc
3732 deps:
3733 - alts_test_util
3734 - gpr
3735 - grpc
3736- name: alts_zero_copy_grpc_protector_test
3737 build: test
3738 language: c++
3739 src:
3740 - test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc
3741 deps:
3742 - alts_test_util
3743 - gpr
3744 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003745- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003746 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003747 build: test
3748 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003749 src:
3750 - test/cpp/end2end/async_end2end_test.cc
3751 deps:
3752 - grpc++_test_util
3753 - grpc_test_util
3754 - grpc++
3755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003756 - gpr_test_util
3757 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003758- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003759 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003760 build: test
3761 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003762 src:
3763 - test/cpp/common/auth_property_iterator_test.cc
3764 deps:
3765 - grpc++_test_util
3766 - grpc_test_util
3767 - grpc++
3768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003769 - gpr_test_util
3770 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003771 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003772- name: backoff_test
3773 build: test
3774 language: c++
3775 src:
3776 - test/core/backoff/backoff_test.cc
3777 deps:
3778 - grpc_test_util
3779 - grpc
3780 - gpr_test_util
3781 - gpr
3782 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003783- name: bdp_estimator_test
3784 build: test
3785 language: c++
3786 src:
3787 - test/core/transport/bdp_estimator_test.cc
3788 deps:
3789 - grpc++_test_util
3790 - grpc++
3791 - grpc_test_util
3792 - grpc
3793 - gpr_test_util
3794 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003795 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003796- name: bm_arena
3797 build: test
3798 language: c++
3799 src:
3800 - test/cpp/microbenchmarks/bm_arena.cc
3801 deps:
3802 - grpc_benchmark
3803 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003804 - grpc++_test_util_unsecure
3805 - grpc_test_util_unsecure
3806 - grpc++_unsecure
3807 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003808 - gpr_test_util
3809 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003810 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003811 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003812 platforms:
3813 - mac
3814 - linux
3815 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003816 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003817- name: bm_call_create
3818 build: test
3819 language: c++
3820 src:
3821 - test/cpp/microbenchmarks/bm_call_create.cc
3822 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003823 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003824 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003825 - grpc++_test_util_unsecure
3826 - grpc_test_util_unsecure
3827 - grpc++_unsecure
3828 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003829 - gpr_test_util
3830 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003831 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003832 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003833 platforms:
3834 - mac
3835 - linux
3836 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003837 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003838- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003839 build: test
3840 language: c++
3841 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003842 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003843 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003844 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003845 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003846 - grpc++_test_util_unsecure
3847 - grpc_test_util_unsecure
3848 - grpc++_unsecure
3849 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003850 - gpr_test_util
3851 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003852 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003853 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003854 platforms:
3855 - mac
3856 - linux
3857 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003858 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003859- name: bm_chttp2_transport
3860 build: test
3861 language: c++
3862 src:
3863 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3864 deps:
3865 - grpc_benchmark
3866 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003867 - grpc++_test_util_unsecure
3868 - grpc_test_util_unsecure
3869 - grpc++_unsecure
3870 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003871 - gpr_test_util
3872 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003873 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003874 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003875 platforms:
3876 - mac
3877 - linux
3878 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003879- name: bm_closure
3880 build: test
3881 language: c++
3882 src:
3883 - test/cpp/microbenchmarks/bm_closure.cc
3884 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003885 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003886 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003887 - grpc++_test_util_unsecure
3888 - grpc_test_util_unsecure
3889 - grpc++_unsecure
3890 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003891 - gpr_test_util
3892 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003893 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003894 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003895 platforms:
3896 - mac
3897 - linux
3898 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003899- name: bm_cq
3900 build: test
3901 language: c++
3902 src:
3903 - test/cpp/microbenchmarks/bm_cq.cc
3904 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003905 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003906 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003907 - grpc++_test_util_unsecure
3908 - grpc_test_util_unsecure
3909 - grpc++_unsecure
3910 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003911 - gpr_test_util
3912 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003913 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003914 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003915 platforms:
3916 - mac
3917 - linux
3918 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003919- name: bm_cq_multiple_threads
3920 build: test
3921 language: c++
3922 src:
3923 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3924 deps:
3925 - grpc_benchmark
3926 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003927 - grpc++_test_util_unsecure
3928 - grpc_test_util_unsecure
3929 - grpc++_unsecure
3930 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003931 - gpr_test_util
3932 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003933 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003934 defaults: benchmark
3935 platforms:
3936 - mac
3937 - linux
3938 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003939- name: bm_error
3940 build: test
3941 language: c++
3942 src:
3943 - test/cpp/microbenchmarks/bm_error.cc
3944 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003945 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003946 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003947 - grpc++_test_util_unsecure
3948 - grpc_test_util_unsecure
3949 - grpc++_unsecure
3950 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003951 - gpr_test_util
3952 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003953 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003954 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003955 platforms:
3956 - mac
3957 - linux
3958 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003959 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003960- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003961 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003962 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003963 headers:
3964 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003965 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003966 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003967 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003968 - grpc_benchmark
3969 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003970 - grpc++_test_util_unsecure
3971 - grpc_test_util_unsecure
3972 - grpc++_unsecure
3973 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003974 - gpr_test_util
3975 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003976 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003977 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003978 excluded_poll_engines:
3979 - poll
3980 - poll-cv
3981 platforms:
3982 - mac
3983 - linux
3984 - posix
3985 timeout_seconds: 1200
3986- name: bm_fullstack_streaming_pump
3987 build: test
3988 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003989 headers:
3990 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003991 src:
3992 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003993 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003994 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003995 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003996 - grpc++_test_util_unsecure
3997 - grpc_test_util_unsecure
3998 - grpc++_unsecure
3999 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07004000 - gpr_test_util
4001 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004002 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004003 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08004004 excluded_poll_engines:
4005 - poll
4006 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004007 platforms:
4008 - mac
4009 - linux
4010 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08004011 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08004012- name: bm_fullstack_trickle
4013 build: test
4014 language: c++
4015 src:
4016 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
4017 deps:
4018 - grpc_benchmark
4019 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004020 - grpc++_test_util_unsecure
4021 - grpc_test_util_unsecure
4022 - grpc++_unsecure
4023 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08004024 - gpr_test_util
4025 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07004026 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004027 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004028 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07004029 exclude_configs:
4030 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08004031 excluded_poll_engines:
4032 - poll
4033 - poll-cv
4034 platforms:
4035 - mac
4036 - linux
4037 - posix
4038 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08004039- name: bm_fullstack_unary_ping_pong
4040 build: test
4041 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004042 headers:
4043 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08004044 src:
4045 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
4046 deps:
4047 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08004048 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004049 - grpc++_test_util_unsecure
4050 - grpc_test_util_unsecure
4051 - grpc++_unsecure
4052 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08004053 - gpr_test_util
4054 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004055 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08004056 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004057 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07004058 - poll
4059 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004060 platforms:
4061 - mac
4062 - linux
4063 - posix
4064 timeout_seconds: 1200
4065- name: bm_metadata
4066 build: test
4067 language: c++
4068 src:
4069 - test/cpp/microbenchmarks/bm_metadata.cc
4070 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004071 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004072 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004073 - grpc++_test_util_unsecure
4074 - grpc_test_util_unsecure
4075 - grpc++_unsecure
4076 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004077 - gpr_test_util
4078 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004079 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004080 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004081 platforms:
4082 - mac
Craig Tiller25834342015-09-25 08:08:24 -07004083 - linux
4084 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004085 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08004086- name: bm_pollset
4087 build: test
4088 language: c++
4089 src:
4090 - test/cpp/microbenchmarks/bm_pollset.cc
4091 deps:
4092 - grpc_benchmark
4093 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004094 - grpc++_test_util_unsecure
4095 - grpc_test_util_unsecure
4096 - grpc++_unsecure
4097 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08004098 - gpr_test_util
4099 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004100 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004101 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08004102 platforms:
4103 - mac
4104 - linux
4105 - posix
Mark D. Roth3d8b32d2018-03-09 13:25:40 -08004106- name: byte_stream_test
4107 gtest: true
4108 build: test
4109 language: c++
4110 src:
4111 - test/core/transport/byte_stream_test.cc
4112 deps:
4113 - grpc_test_util
4114 - grpc
4115 - gpr_test_util
4116 - gpr
4117 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004118- name: channel_arguments_test
4119 gtest: true
4120 build: test
4121 language: c++
4122 src:
4123 - test/cpp/common/channel_arguments_test.cc
4124 deps:
4125 - grpc++
4126 - grpc
4127 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004128 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004129- name: channel_filter_test
4130 gtest: true
4131 build: test
4132 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004133 src:
4134 - test/cpp/common/channel_filter_test.cc
4135 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004136 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07004137 - grpc
4138 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004139 uses_polling: false
ncteisen3b42f832018-03-19 13:22:35 -07004140- name: channel_trace_test
4141 gtest: true
4142 build: test
4143 language: c++
4144 src:
4145 - test/core/channel/channel_trace_test.cc
4146 deps:
4147 - grpc_test_util
4148 - grpc++_test_util
4149 - grpc++
4150 - grpc
4151 - gpr_test_util
4152 - gpr
4153 filegroups:
4154 - grpc++_channelz_proto
4155 uses:
4156 - grpc++_test
4157 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004158- name: check_gcp_environment_linux_test
4159 build: test
4160 language: c++
4161 src:
4162 - test/core/security/check_gcp_environment_linux_test.cc
4163 deps:
4164 - grpc
4165 - gpr
4166- name: check_gcp_environment_windows_test
4167 build: test
4168 language: c++
4169 src:
4170 - test/core/security/check_gcp_environment_windows_test.cc
4171 deps:
4172 - grpc
4173 - gpr
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08004174- name: chttp2_settings_timeout_test
4175 gtest: true
4176 build: test
4177 language: c++
4178 src:
4179 - test/core/transport/chttp2/settings_timeout_test.cc
4180 deps:
4181 - grpc_test_util
4182 - grpc
4183 - gpr_test_util
4184 - gpr
4185 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004186- name: cli_call_test
4187 gtest: true
4188 build: test
4189 language: c++
4190 src:
Craig Tiller25834342015-09-25 08:08:24 -07004191 - test/cpp/util/cli_call_test.cc
4192 deps:
4193 - grpc_cli_libs
4194 - grpc++_test_util
4195 - grpc_test_util
4196 - grpc++
4197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004198 - gpr_test_util
4199 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08004200- name: client_channel_stress_test
4201 gtest: false
4202 build: test
4203 language: c++
4204 src:
4205 - src/proto/grpc/lb/v1/load_balancer.proto
4206 - test/cpp/client/client_channel_stress_test.cc
4207 deps:
4208 - grpc++_test_util
4209 - grpc_test_util
4210 - grpc++
4211 - grpc
4212 - gpr_test_util
4213 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004214- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004215 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004216 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004217 build: test
4218 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004219 src:
4220 - test/cpp/end2end/client_crash_test.cc
4221 deps:
4222 - grpc++_test_util
4223 - grpc_test_util
4224 - grpc++
4225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004226 - gpr_test_util
4227 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004228 platforms:
4229 - mac
4230 - linux
4231 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004232- name: client_crash_test_server
4233 build: test
4234 run: false
4235 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004236 src:
4237 - test/cpp/end2end/client_crash_test_server.cc
4238 deps:
4239 - grpc++_test_util
4240 - grpc_test_util
4241 - grpc++
4242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004243 - gpr_test_util
4244 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004245- name: client_lb_end2end_test
4246 gtest: true
4247 build: test
4248 language: c++
4249 src:
4250 - test/cpp/end2end/client_lb_end2end_test.cc
4251 deps:
4252 - grpc++_test_util
4253 - grpc_test_util
4254 - grpc++
4255 - grpc
4256 - gpr_test_util
4257 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004258- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08004259 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004260 build: test
4261 language: c++
4262 src:
4263 - src/proto/grpc/testing/control.proto
4264 - src/proto/grpc/testing/messages.proto
4265 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004266 - src/proto/grpc/testing/services.proto
4267 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004268 - test/cpp/codegen/codegen_test_full.cc
4269 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004270 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004271 - grpc++
4272 - grpc
4273 - gpr
4274 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004275 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07004276 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004277- name: codegen_test_minimal
4278 gtest: true
4279 build: test
4280 language: c++
4281 src:
4282 - src/proto/grpc/testing/control.proto
4283 - src/proto/grpc/testing/messages.proto
4284 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004285 - src/proto/grpc/testing/services.proto
4286 - src/proto/grpc/testing/stats.proto
4287 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07004288 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004289 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07004290 - grpc
4291 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07004292 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004293 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07004294 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07004295 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004296- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004297 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004298 build: test
4299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004300 src:
4301 - test/cpp/client/credentials_test.cc
4302 deps:
4303 - grpc++
4304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004305 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004306- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004307 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004308 build: test
4309 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004310 src:
4311 - test/cpp/util/byte_buffer_test.cc
4312 deps:
4313 - grpc_test_util
4314 - grpc++
4315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004316 - gpr_test_util
4317 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004318 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004319- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004320 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004321 build: test
4322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004323 src:
4324 - test/cpp/util/slice_test.cc
4325 deps:
4326 - grpc_test_util
4327 - grpc++
4328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004329 - gpr_test_util
4330 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004331 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004332- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004333 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004334 build: test
4335 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004336 src:
4337 - test/cpp/util/string_ref_test.cc
4338 deps:
4339 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02004340 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07004341 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004342- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004343 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004344 build: test
4345 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004346 src:
4347 - test/cpp/util/time_test.cc
4348 deps:
4349 - grpc_test_util
4350 - grpc++
4351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004352 - gpr_test_util
4353 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004354 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004355- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004356 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004357 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004358 build: test
4359 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004360 src:
4361 - test/cpp/end2end/end2end_test.cc
4362 deps:
4363 - grpc++_test_util
4364 - grpc_test_util
4365 - grpc++
4366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004367 - gpr_test_util
4368 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004369- name: error_details_test
4370 gtest: true
4371 build: test
4372 language: c++
4373 src:
4374 - src/proto/grpc/testing/echo_messages.proto
4375 - test/cpp/util/error_details_test.cc
4376 deps:
4377 - grpc++_error_details
4378 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004379- name: exception_test
4380 gtest: true
4381 build: test
4382 language: c++
4383 src:
4384 - test/cpp/end2end/exception_test.cc
4385 deps:
4386 - grpc++_test_util
4387 - grpc_test_util
4388 - grpc++
4389 - grpc
4390 - gpr_test_util
4391 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004392- name: filter_end2end_test
4393 gtest: true
4394 build: test
4395 language: c++
4396 src:
4397 - test/cpp/end2end/filter_end2end_test.cc
4398 deps:
4399 - grpc++_test_util
4400 - grpc_test_util
4401 - grpc++
4402 - grpc
4403 - gpr_test_util
4404 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004405- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004406 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004407 build: test
4408 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004409 src:
4410 - test/cpp/end2end/generic_end2end_test.cc
4411 deps:
4412 - grpc++_test_util
4413 - grpc_test_util
4414 - grpc++
4415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004416 - gpr_test_util
4417 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004418- name: golden_file_test
4419 gtest: true
4420 build: test
4421 language: c++
4422 src:
4423 - src/proto/grpc/testing/compiler_test.proto
4424 - test/cpp/codegen/golden_file_test.cc
4425 deps:
4426 - grpc++
4427 - grpc
4428 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004429 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004430 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004431 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004432- name: grpc_alts_credentials_options_test
4433 build: test
4434 language: c++
4435 src:
4436 - test/core/security/grpc_alts_credentials_options_test.cc
4437 deps:
4438 - grpc
4439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004440- name: grpc_cli
4441 build: test
4442 run: false
4443 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004444 src:
4445 - test/cpp/util/grpc_cli.cc
4446 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004447 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004448 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004449 - grpc++
4450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004451 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004452 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004453- name: grpc_cpp_plugin
4454 build: protoc
4455 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004456 src:
4457 - src/compiler/cpp_plugin.cc
4458 deps:
4459 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004460 secure: false
4461 vs_config_type: Application
4462 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4463- name: grpc_csharp_plugin
4464 build: protoc
4465 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004466 src:
4467 - src/compiler/csharp_plugin.cc
4468 deps:
4469 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004470 secure: false
4471 vs_config_type: Application
4472 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004473- name: grpc_node_plugin
4474 build: protoc
4475 language: c++
4476 src:
4477 - src/compiler/node_plugin.cc
4478 deps:
4479 - grpc_plugin_support
4480 secure: false
4481 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004482- name: grpc_objective_c_plugin
4483 build: protoc
4484 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004485 src:
4486 - src/compiler/objective_c_plugin.cc
4487 deps:
4488 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004489 secure: false
4490 vs_config_type: Application
4491 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004492- name: grpc_php_plugin
4493 build: protoc
4494 language: c++
4495 src:
4496 - src/compiler/php_plugin.cc
4497 deps:
4498 - grpc_plugin_support
4499 secure: false
4500 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004501- name: grpc_python_plugin
4502 build: protoc
4503 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004504 src:
4505 - src/compiler/python_plugin.cc
4506 deps:
4507 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004508 secure: false
4509 vs_config_type: Application
4510 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4511- name: grpc_ruby_plugin
4512 build: protoc
4513 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004514 src:
4515 - src/compiler/ruby_plugin.cc
4516 deps:
4517 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004518 secure: false
4519 vs_config_type: Application
4520 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004521- name: grpc_tool_test
4522 gtest: true
4523 build: test
4524 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004525 src:
4526 - src/proto/grpc/testing/echo.proto
4527 - src/proto/grpc/testing/echo_messages.proto
4528 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004529 deps:
4530 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004531 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004532 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004533 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004534 - grpc_test_util
4535 - grpc++
4536 - grpc
4537 - gpr_test_util
4538 - gpr
4539 filegroups:
4540 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004541- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004542 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004543 build: test
4544 language: c++
4545 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004546 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004547 - test/cpp/grpclb/grpclb_api_test.cc
4548 deps:
4549 - grpc++_test_util
4550 - grpc_test_util
4551 - grpc++
4552 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004553- name: grpclb_end2end_test
4554 gtest: true
4555 build: test
4556 language: c++
4557 src:
4558 - src/proto/grpc/lb/v1/load_balancer.proto
4559 - test/cpp/end2end/grpclb_end2end_test.cc
4560 deps:
4561 - grpc++_test_util
4562 - grpc_test_util
4563 - grpc++
4564 - grpc
4565 - gpr_test_util
4566 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004567- name: h2_ssl_cert_test
4568 gtest: true
4569 build: test
4570 language: c++
4571 headers:
4572 - test/core/end2end/end2end_tests.h
4573 src:
4574 - test/core/end2end/h2_ssl_cert_test.cc
4575 deps:
4576 - grpc_test_util
4577 - grpc++
4578 - grpc
4579 - gpr_test_util
4580 - gpr
4581 uses:
4582 - grpc++_test
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08004583- name: h2_ssl_session_reuse_test
4584 gtest: true
4585 build: test
4586 language: c++
4587 headers:
4588 - test/core/end2end/end2end_tests.h
4589 src:
4590 - test/core/end2end/h2_ssl_session_reuse_test.cc
4591 deps:
4592 - grpc_test_util
4593 - grpc++
4594 - grpc
4595 - gpr_test_util
4596 - gpr
4597 uses:
4598 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004599- name: health_service_end2end_test
4600 gtest: true
4601 build: test
4602 language: c++
4603 src:
4604 - test/cpp/end2end/health_service_end2end_test.cc
4605 deps:
4606 - grpc++_test_util
4607 - grpc_test_util
4608 - grpc++
4609 - grpc
4610 - gpr_test_util
4611 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004612- name: http2_client
4613 build: test
4614 run: false
4615 language: c++
4616 src: []
4617 deps:
4618 - http2_client_main
4619 - grpc++_test_util
4620 - grpc_test_util
4621 - grpc++
4622 - grpc
4623 - grpc++_test_config
4624 platforms:
4625 - mac
4626 - linux
4627 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004628- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004629 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004630 build: test
4631 language: c++
4632 src:
4633 - test/cpp/end2end/hybrid_end2end_test.cc
4634 deps:
4635 - grpc++_test_util
4636 - grpc_test_util
4637 - grpc++
4638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004639 - gpr_test_util
4640 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004641- name: inlined_vector_test
4642 gtest: true
4643 build: test
4644 language: c++
4645 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004646 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004647 deps:
4648 - grpc_test_util
4649 - grpc++
4650 - grpc
4651 - gpr_test_util
4652 - gpr
4653 uses:
4654 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004655- name: inproc_sync_unary_ping_pong_test
4656 build: test
4657 language: c++
4658 src:
4659 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4660 deps:
4661 - qps
4662 - grpc++_core_stats
4663 - grpc++_test_util
4664 - grpc_test_util
4665 - grpc++
4666 - grpc
4667 - gpr_test_util
4668 - gpr
4669 - grpc++_test_config
4670 platforms:
4671 - mac
4672 - linux
4673 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004674- name: interop_client
4675 build: test
4676 run: false
4677 language: c++
4678 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004679 deps:
4680 - interop_client_main
4681 - interop_client_helper
4682 - grpc++_test_util
4683 - grpc_test_util
4684 - grpc++
4685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004686 - gpr_test_util
4687 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004688 - grpc++_test_config
4689 platforms:
4690 - mac
4691 - linux
4692 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004693- name: interop_server
4694 build: test
4695 run: false
4696 language: c++
4697 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004698 deps:
4699 - interop_server_main
4700 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004701 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004702 - grpc++_test_util
4703 - grpc_test_util
4704 - grpc++
4705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004706 - gpr_test_util
4707 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004708 - grpc++_test_config
4709 platforms:
4710 - mac
4711 - linux
4712 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004713- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004714 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004715 build: test
4716 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004717 src:
4718 - test/cpp/interop/interop_test.cc
4719 deps:
4720 - grpc_test_util
4721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004722 - gpr_test_util
4723 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004724 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004725 platforms:
4726 - mac
4727 - linux
4728 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004729- name: json_run_localhost
4730 build: test
4731 run: false
4732 language: c++
4733 src:
4734 - test/cpp/qps/json_run_localhost.cc
4735 deps:
4736 - grpc++_test_util
4737 - grpc_test_util
4738 - grpc++
4739 - grpc
4740 - gpr_test_util
4741 - gpr
4742 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004743 platforms:
4744 - mac
4745 - linux
4746 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004747- name: memory_test
4748 gtest: true
4749 build: test
4750 language: c++
4751 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004752 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004753 deps:
4754 - grpc_test_util
4755 - grpc++
4756 - grpc
4757 - gpr_test_util
4758 - gpr
4759 uses:
4760 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004761 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004762- name: metrics_client
4763 build: test
4764 run: false
4765 language: c++
4766 headers:
4767 - test/cpp/util/metrics_server.h
4768 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004769 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004770 - test/cpp/interop/metrics_client.cc
4771 deps:
4772 - grpc++
4773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004774 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004775 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004776- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004777 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004778 build: test
4779 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004780 headers:
4781 - include/grpc++/test/mock_stream.h
Muxi Yan0e00c432018-01-26 15:39:32 -08004782 - include/grpcpp/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004783 src:
4784 - test/cpp/end2end/mock_test.cc
4785 deps:
4786 - grpc++_test_util
4787 - grpc_test_util
4788 - grpc++
4789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004790 - gpr_test_util
4791 - gpr
Vijay Pai132efa02018-02-09 15:28:14 -08004792- name: nonblocking_test
4793 gtest: true
4794 build: test
4795 language: c++
4796 src:
4797 - test/cpp/end2end/nonblocking_test.cc
4798 deps:
4799 - grpc++_test_util
4800 - grpc_test_util
4801 - grpc++
4802 - grpc
4803 - gpr_test_util
4804 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004805- name: noop-benchmark
4806 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004807 language: c++
4808 src:
4809 - test/cpp/microbenchmarks/noop-benchmark.cc
4810 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004811 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004812 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004813- name: orphanable_test
4814 gtest: true
4815 build: test
4816 language: c++
4817 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004818 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004819 deps:
4820 - grpc_test_util
4821 - grpc++
4822 - grpc
4823 - gpr_test_util
4824 - gpr
4825 uses:
4826 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004827- name: proto_server_reflection_test
4828 gtest: true
4829 build: test
4830 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004831 src:
4832 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004833 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004834 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004835 - grpc++_reflection
4836 - grpc++_test_util
4837 - grpc_test_util
4838 - grpc++
4839 - grpc
4840 - gpr_test_util
4841 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004842- name: proto_utils_test
4843 gtest: true
4844 build: test
4845 language: c++
4846 src:
4847 - test/cpp/codegen/proto_utils_test.cc
4848 deps:
4849 - grpc++
4850 - grpc
4851 filegroups:
4852 - grpc++_codegen_base
4853 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004854 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004855- name: qps_interarrival_test
4856 build: test
4857 run: false
4858 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004859 src:
4860 - test/cpp/qps/qps_interarrival_test.cc
4861 deps:
4862 - qps
4863 - grpc++_test_util
4864 - grpc_test_util
4865 - grpc++
4866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004867 - gpr_test_util
4868 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004869 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004870 platforms:
4871 - mac
4872 - linux
4873 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004874 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004875- name: qps_json_driver
4876 build: test
4877 run: false
4878 language: c++
4879 src:
4880 - test/cpp/qps/qps_json_driver.cc
4881 deps:
4882 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004883 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004884 - grpc++_test_util
4885 - grpc_test_util
4886 - grpc++
4887 - grpc
4888 - gpr_test_util
4889 - gpr
4890 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004891- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004892 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004893 build: test
4894 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004895 src:
4896 - test/cpp/qps/qps_openloop_test.cc
4897 deps:
4898 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004899 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004900 - grpc++_test_util
4901 - grpc_test_util
4902 - grpc++
4903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004904 - gpr_test_util
4905 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004906 - grpc++_test_config
4907 platforms:
4908 - mac
4909 - linux
4910 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004911- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004912 build: test
4913 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004914 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004915 headers:
4916 - test/cpp/qps/client.h
4917 - test/cpp/qps/server.h
4918 src:
4919 - test/cpp/qps/worker.cc
4920 deps:
4921 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004922 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004923 - grpc++_test_util
4924 - grpc_test_util
4925 - grpc++
4926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004927 - gpr_test_util
4928 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004929 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004930- name: reconnect_interop_client
4931 build: test
4932 run: false
4933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004934 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004935 - src/proto/grpc/testing/empty.proto
4936 - src/proto/grpc/testing/messages.proto
4937 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004938 - test/cpp/interop/reconnect_interop_client.cc
4939 deps:
4940 - grpc++_test_util
4941 - grpc_test_util
4942 - grpc++
4943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004944 - gpr_test_util
4945 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004946 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004947- name: reconnect_interop_server
4948 build: test
4949 run: false
4950 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004951 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004952 - src/proto/grpc/testing/empty.proto
4953 - src/proto/grpc/testing/messages.proto
4954 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004955 - test/cpp/interop/reconnect_interop_server.cc
4956 deps:
4957 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004958 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004959 - grpc++_test_util
4960 - grpc_test_util
4961 - grpc++
4962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004963 - gpr_test_util
4964 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004965 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004966- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004967 gtest: true
4968 build: test
4969 language: c++
4970 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004971 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004972 deps:
4973 - grpc_test_util
4974 - grpc++
4975 - grpc
4976 - gpr_test_util
4977 - gpr
4978 uses:
4979 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004980- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004981 gtest: true
4982 build: test
4983 language: c++
4984 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004985 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004986 deps:
4987 - grpc_test_util
4988 - grpc++
4989 - grpc
4990 - gpr_test_util
4991 - gpr
4992 uses:
4993 - grpc++_test
Mark D. Roth9db86fc2018-03-28 07:42:20 -07004994- name: retry_throttle_test
4995 gtest: true
4996 build: test
4997 language: c++
4998 src:
4999 - test/core/client_channel/retry_throttle_test.cc
5000 deps:
5001 - grpc_test_util
5002 - grpc
5003 - gpr_test_util
5004 - gpr
5005 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005006- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005007 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005008 build: test
5009 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005010 src:
5011 - test/cpp/common/secure_auth_context_test.cc
5012 deps:
5013 - grpc++_test_util
5014 - grpc_test_util
5015 - grpc++
5016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005017 - gpr_test_util
5018 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08005019- name: secure_sync_unary_ping_pong_test
5020 build: test
5021 language: c++
5022 src:
5023 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
5024 deps:
5025 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07005026 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08005027 - grpc++_test_util
5028 - grpc_test_util
5029 - grpc++
5030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005031 - gpr_test_util
5032 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07005033 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08005034 platforms:
5035 - mac
5036 - linux
5037 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07005038- name: server_builder_plugin_test
5039 gtest: true
5040 build: test
5041 language: c++
5042 src:
5043 - test/cpp/end2end/server_builder_plugin_test.cc
5044 deps:
5045 - grpc++_test_util
5046 - grpc_test_util
5047 - grpc++
5048 - grpc
5049 - gpr_test_util
5050 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08005051- name: server_builder_test
5052 gtest: true
5053 build: test
5054 language: c++
5055 src:
5056 - src/proto/grpc/testing/echo_messages.proto
5057 - src/proto/grpc/testing/echo.proto
5058 - test/cpp/server/server_builder_test.cc
5059 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005060 - grpc++_test_util_unsecure
5061 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005062 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005063 - grpc++_unsecure
5064 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005065 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07005066- name: server_context_test_spouse_test
5067 gtest: true
5068 build: test
5069 language: c++
5070 src:
5071 - test/cpp/test/server_context_test_spouse_test.cc
5072 deps:
5073 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07005074 - grpc++
5075 - grpc
5076 - gpr_test_util
5077 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08005078 uses:
5079 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07005080- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005081 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005082 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07005083 build: test
5084 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005085 src:
5086 - test/cpp/end2end/server_crash_test.cc
5087 deps:
5088 - grpc++_test_util
5089 - grpc_test_util
5090 - grpc++
5091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005092 - gpr_test_util
5093 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005094 platforms:
5095 - mac
5096 - linux
5097 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07005098- name: server_crash_test_client
5099 build: test
5100 run: false
5101 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005102 src:
5103 - test/cpp/end2end/server_crash_test_client.cc
5104 deps:
5105 - grpc++_test_util
5106 - grpc_test_util
5107 - grpc++
5108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005109 - gpr_test_util
5110 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08005111- name: server_early_return_test
5112 gtest: true
5113 build: test
5114 language: c++
5115 src:
5116 - test/cpp/end2end/server_early_return_test.cc
5117 deps:
5118 - grpc++_test_util
5119 - grpc_test_util
5120 - grpc++
5121 - grpc
5122 - gpr_test_util
5123 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07005124- name: server_request_call_test
5125 gtest: true
5126 build: test
5127 language: c++
5128 src:
5129 - src/proto/grpc/testing/echo_messages.proto
5130 - src/proto/grpc/testing/echo.proto
5131 - test/cpp/server/server_request_call_test.cc
5132 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005133 - grpc++_test_util_unsecure
5134 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005135 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005136 - grpc++_unsecure
5137 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005138 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07005139- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005140 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005141 build: test
5142 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005143 src:
5144 - test/cpp/end2end/shutdown_test.cc
5145 deps:
5146 - grpc++_test_util
5147 - grpc_test_util
5148 - grpc++
5149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005150 - gpr_test_util
5151 - gpr
Mark D. Roth3e7f2df2018-02-26 13:17:06 -08005152- name: slice_hash_table_test
5153 gtest: true
5154 build: test
5155 language: c++
5156 src:
5157 - test/core/slice/slice_hash_table_test.cc
5158 deps:
5159 - grpc_test_util
5160 - grpc
5161 - gpr_test_util
5162 - gpr
5163 uses_polling: false
David Garcia Quintas396d49d2018-02-28 16:06:30 -08005164- name: slice_weak_hash_table_test
5165 gtest: true
5166 build: test
5167 language: c++
5168 src:
5169 - test/core/slice/slice_weak_hash_table_test.cc
5170 deps:
5171 - grpc_test_util
5172 - grpc
5173 - gpr_test_util
5174 - gpr
5175 uses_polling: false
Craig Tiller97ec5eb2017-09-01 12:57:36 -07005176- name: stats_test
5177 gtest: true
5178 build: test
5179 language: c++
5180 src:
5181 - test/core/debug/stats_test.cc
5182 deps:
5183 - grpc++_test_util
5184 - grpc_test_util
5185 - grpc
5186 - gpr_test_util
5187 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07005188 exclude_configs:
5189 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00005190 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07005191 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005192- name: status_metadata_test
5193 gtest: true
5194 build: test
5195 language: c++
5196 src:
5197 - test/core/transport/status_metadata_test.cc
5198 deps:
5199 - grpc
5200 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005201- name: status_util_test
5202 gtest: true
5203 cpu_cost: 0.1
5204 build: test
5205 language: c++
5206 src:
ncteisen3b42f832018-03-19 13:22:35 -07005207 - test/core/channel/status_util_test.cc
Mark D. Roth718c8342018-02-28 13:00:04 -08005208 deps:
5209 - grpc
5210 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005211- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005212 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005213 build: test
5214 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005215 src:
5216 - test/cpp/end2end/streaming_throughput_test.cc
5217 deps:
5218 - grpc++_test_util
5219 - grpc_test_util
5220 - grpc++
5221 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005222 - gpr_test_util
5223 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005224 platforms:
5225 - mac
5226 - linux
5227 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005228- name: stress_test
5229 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07005230 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005231 language: c++
5232 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07005233 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005234 - test/cpp/interop/interop_client.h
5235 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08005236 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005237 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005238 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08005239 - src/proto/grpc/testing/empty.proto
5240 - src/proto/grpc/testing/messages.proto
5241 - src/proto/grpc/testing/metrics.proto
5242 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005243 - test/cpp/interop/interop_client.cc
5244 - test/cpp/interop/stress_interop_client.cc
5245 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005246 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005247 deps:
5248 - grpc++_test_util
5249 - grpc_test_util
5250 - grpc++
5251 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005252 - gpr_test_util
5253 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005254 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005255- name: thread_manager_test
5256 build: test
5257 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005258 src:
5259 - test/cpp/thread_manager/thread_manager_test.cc
5260 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005261 - grpc++_unsecure
5262 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005263 - gpr
5264 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07005265- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005266 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005267 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07005268 build: test
5269 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005270 src:
5271 - test/cpp/end2end/thread_stress_test.cc
5272 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005273 - grpc++_test_util_unsecure
5274 - grpc_test_util_unsecure
5275 - grpc++_unsecure
5276 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08005277 - gpr_test_util
5278 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07005279- name: transport_pid_controller_test
5280 build: test
5281 language: c++
5282 src:
5283 - test/core/transport/pid_controller_test.cc
5284 deps:
5285 - grpc++_test_util
5286 - grpc++
5287 - grpc_test_util
5288 - grpc
5289 - gpr_test_util
5290 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08005291- name: transport_security_common_api_test
5292 build: test
5293 language: c++
5294 src:
5295 - test/core/tsi/alts/handshaker/transport_security_common_api_test.cc
5296 deps:
5297 - alts_test_util
5298 - gpr
5299 - grpc
Craig Tiller9a3997c2017-01-30 13:22:33 -08005300- name: writes_per_rpc_test
5301 gtest: true
5302 cpu_cost: 0.5
5303 build: test
5304 language: c++
5305 src:
5306 - test/cpp/performance/writes_per_rpc_test.cc
5307 deps:
5308 - grpc++_test_util
5309 - grpc_test_util
5310 - grpc++
5311 - grpc
5312 - gpr_test_util
5313 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08005314 platforms:
5315 - mac
5316 - linux
5317 - posix
Craig Tillerab230452016-01-04 08:18:43 -08005318- name: public_headers_must_be_c89
5319 build: test
5320 language: c89
5321 src:
5322 - test/core/surface/public_headers_must_be_c89.c
5323 deps:
5324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005325 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08005326- name: gen_hpack_tables
5327 build: tool
5328 language: cc
5329 src:
5330 - tools/codegen/core/gen_hpack_tables.cc
5331 deps:
5332 - gpr
5333 - grpc
5334 uses_polling: false
5335- name: gen_legal_metadata_characters
5336 build: tool
5337 language: cc
5338 src:
5339 - tools/codegen/core/gen_legal_metadata_characters.cc
5340 deps: []
5341- name: gen_percent_encoding_tables
5342 build: tool
5343 language: cc
5344 src:
5345 - tools/codegen/core/gen_percent_encoding_tables.cc
5346 deps: []
5347 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005348vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07005349- linkage: static
5350 name: grpc.dependencies.zlib
5351 props: false
5352 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005353 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08005354- linkage: static
5355 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07005356 props: true
5357 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005358 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07005359- name: gflags
5360 props: false
5361 redist: false
5362 version: 2.1.2.1
5363- name: gtest
5364 props: false
5365 redist: false
5366 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08005367configs:
5368 asan:
5369 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005370 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5371 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005372 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005373 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005374 LDFLAGS: -fsanitize=address
5375 LDXX: clang++
5376 compile_the_world: true
5377 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08005378 ASAN_OPTIONS: detect_leaks=1:color=always
5379 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005380 asan-noleaks:
5381 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005382 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5383 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005384 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005385 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005386 LDFLAGS: -fsanitize=address
5387 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08005388 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08005389 test_environ:
5390 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07005391 asan-trace-cmp:
5392 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07005393 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
5394 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07005395 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005396 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07005397 LDFLAGS: -fsanitize=address
5398 LDXX: clang++
5399 compile_the_world: true
5400 test_environ:
5401 ASAN_OPTIONS: detect_leaks=1:color=always
5402 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005403 basicprof:
5404 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
5405 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07005406 c++-compat:
5407 CFLAGS: -Wc++-compat
5408 CPPFLAGS: -O0
5409 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08005410 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08005411 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08005412 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005413 dbg:
5414 CPPFLAGS: -O0
5415 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005416 gcov:
5417 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005418 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08005419 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08005420 DEFINES: _DEBUG DEBUG GPR_GCOV
5421 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07005422 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08005423 LDXX: g++
5424 helgrind:
5425 CPPFLAGS: -O0
5426 DEFINES: _DEBUG DEBUG
5427 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005428 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07005429 lto:
5430 CPPFLAGS: -O2
5431 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005432 memcheck:
5433 CPPFLAGS: -O0
5434 DEFINES: _DEBUG DEBUG
5435 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005436 valgrind: --tool=memcheck --leak-check=full
5437 msan:
5438 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005439 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005440 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5441 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005442 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005443 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005444 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005445 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5446 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5447 LDXX: clang++
5448 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005449 test_environ:
5450 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005451 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005452 CPPFLAGS: -O3 -fno-omit-frame-pointer
5453 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005454 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005455 noexcept:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005456 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tiller1b6097c2017-04-10 13:28:45 -07005457 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005458 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005459 opt:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005460 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tillera0f85172016-01-20 15:56:06 -08005461 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005462 stapprof:
5463 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5464 DEFINES: NDEBUG
5465 tsan:
5466 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005467 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005468 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005469 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005470 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005471 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005472 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005473 LDXX: clang++
5474 compile_the_world: true
5475 test_environ:
5476 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005477 ubsan:
5478 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005479 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5480 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005481 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005482 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005483 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005484 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005485 LDXX: clang++
5486 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005487 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005488 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005489defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005490 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005491 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5492 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005493 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5494 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5495 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5496 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5497 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005498 benchmark:
5499 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005500 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005501 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005502 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5503 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005504 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005505 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005506 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005507 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005508 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005509 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005510 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005511 LDFLAGS: -g
5512 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005513 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005514 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005515openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005516 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005517 extraction_dir: openssl-1.0.2f
5518 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005519php_config_m4:
5520 deps:
5521 - grpc
5522 - gpr
5523 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005524 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005525 - address_sorting
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005526 headers:
5527 - src/php/ext/grpc/byte_buffer.h
5528 - src/php/ext/grpc/call.h
5529 - src/php/ext/grpc/call_credentials.h
5530 - src/php/ext/grpc/channel.h
5531 - src/php/ext/grpc/channel_credentials.h
5532 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005533 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005534 - src/php/ext/grpc/php_grpc.h
5535 - src/php/ext/grpc/server.h
5536 - src/php/ext/grpc/server_credentials.h
5537 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005538 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005539 src:
5540 - src/php/ext/grpc/byte_buffer.c
5541 - src/php/ext/grpc/call.c
5542 - src/php/ext/grpc/call_credentials.c
5543 - src/php/ext/grpc/channel.c
5544 - src/php/ext/grpc/channel_credentials.c
5545 - src/php/ext/grpc/completion_queue.c
5546 - src/php/ext/grpc/php_grpc.c
5547 - src/php/ext/grpc/server.c
5548 - src/php/ext/grpc/server_credentials.c
5549 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005550python_dependencies:
5551 deps:
5552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005553 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005554 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005555 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005556 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005557 - address_sorting
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005558ruby_gem:
5559 deps:
5560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005561 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005562 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005563 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005564 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005565 - address_sorting