blob: fde95d7fcd229eb761107bcfbfc301a3acd79de8 [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
Yihua Zhangfe2fa0c2018-04-16 15:11:32 -070073 public_headers:
74 - include/grpc/grpc_security.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -080075 headers:
76 - src/core/lib/security/credentials/alts/check_gcp_environment.h
77 - src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h
78 - src/core/tsi/alts/handshaker/alts_handshaker_service_api.h
79 - src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.h
80 - src/core/tsi/alts/handshaker/alts_tsi_utils.h
81 - src/core/tsi/alts/handshaker/transport_security_common_api.h
82 src:
83 - src/core/lib/security/credentials/alts/check_gcp_environment.cc
84 - src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc
85 - src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc
86 - src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc
87 - src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc
88 - src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc
89 - src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc
90 - src/core/tsi/alts/handshaker/alts_handshaker_service_api.cc
91 - src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.cc
92 - src/core/tsi/alts/handshaker/alts_tsi_utils.cc
93 - src/core/tsi/alts/handshaker/transport_security_common_api.cc
94 uses:
95 - alts_proto
96 - grpc_base
97 - tsi_interface
98 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -070099- name: census
Craig Tiller25834342015-09-25 08:08:24 -0700100 public_headers:
101 - include/grpc/census.h
Craig Tiller25834342015-09-25 08:08:24 -0700102 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700103 - src/core/ext/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700104 uses:
105 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -0700106 - nanopb
Vijay Pai80e23d12018-01-25 21:50:18 -0800107- name: cmdline
108 headers:
109 - test/core/util/cmdline.h
110 src:
111 - test/core/util/cmdline.cc
112 uses:
113 - gpr_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700114- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100115 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800116 - src/core/lib/gpr/alloc.cc
117 - src/core/lib/gpr/arena.cc
118 - src/core/lib/gpr/atm.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800119 - src/core/lib/gpr/cpu_iphone.cc
120 - src/core/lib/gpr/cpu_linux.cc
121 - src/core/lib/gpr/cpu_posix.cc
122 - src/core/lib/gpr/cpu_windows.cc
123 - src/core/lib/gpr/env_linux.cc
124 - src/core/lib/gpr/env_posix.cc
125 - src/core/lib/gpr/env_windows.cc
126 - src/core/lib/gpr/fork.cc
127 - src/core/lib/gpr/host_port.cc
128 - src/core/lib/gpr/log.cc
129 - src/core/lib/gpr/log_android.cc
130 - src/core/lib/gpr/log_linux.cc
131 - src/core/lib/gpr/log_posix.cc
132 - src/core/lib/gpr/log_windows.cc
133 - src/core/lib/gpr/mpscq.cc
134 - src/core/lib/gpr/murmur_hash.cc
135 - src/core/lib/gpr/string.cc
136 - src/core/lib/gpr/string_posix.cc
137 - src/core/lib/gpr/string_util_windows.cc
138 - src/core/lib/gpr/string_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800139 - src/core/lib/gpr/sync.cc
140 - src/core/lib/gpr/sync_posix.cc
141 - src/core/lib/gpr/sync_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800142 - src/core/lib/gpr/time.cc
143 - src/core/lib/gpr/time_posix.cc
144 - src/core/lib/gpr/time_precise.cc
145 - src/core/lib/gpr/time_windows.cc
146 - src/core/lib/gpr/tls_pthread.cc
147 - src/core/lib/gpr/tmpfile_msys.cc
148 - src/core/lib/gpr/tmpfile_posix.cc
149 - src/core/lib/gpr/tmpfile_windows.cc
150 - src/core/lib/gpr/wrap_memcpy.cc
Vijay Paida693552018-02-16 22:59:03 -0800151 - src/core/lib/gprpp/thd_posix.cc
152 - src/core/lib/gprpp/thd_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700153 - src/core/lib/profiling/basic_timers.cc
154 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700155 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700156 - gpr_base_headers
157- name: gpr_base_headers
158 public_headers:
159 - include/grpc/support/alloc.h
160 - include/grpc/support/atm.h
161 - include/grpc/support/atm_gcc_atomic.h
162 - include/grpc/support/atm_gcc_sync.h
163 - include/grpc/support/atm_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700164 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -0700165 - include/grpc/support/log.h
166 - include/grpc/support/log_windows.h
167 - include/grpc/support/port_platform.h
168 - include/grpc/support/string_util.h
Vijay Pai42807252017-07-28 15:08:24 -0700169 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700170 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700171 - include/grpc/support/sync_generic.h
172 - include/grpc/support/sync_posix.h
173 - include/grpc/support/sync_windows.h
Vijay Paic7456902018-02-12 10:28:24 -0800174 - include/grpc/support/thd_id.h
Vijay Pai42807252017-07-28 15:08:24 -0700175 - include/grpc/support/time.h
Vijay Pai42807252017-07-28 15:08:24 -0700176 headers:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800177 - src/core/lib/gpr/arena.h
178 - src/core/lib/gpr/env.h
179 - src/core/lib/gpr/fork.h
Vijay Paiae376bf2018-01-25 22:54:02 -0800180 - src/core/lib/gpr/host_port.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800181 - src/core/lib/gpr/mpscq.h
182 - src/core/lib/gpr/murmur_hash.h
183 - src/core/lib/gpr/spinlock.h
184 - src/core/lib/gpr/string.h
185 - src/core/lib/gpr/string_windows.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800186 - src/core/lib/gpr/time_precise.h
Vijay Paib6cf1232018-01-25 21:02:26 -0800187 - src/core/lib/gpr/tls.h
188 - src/core/lib/gpr/tls_gcc.h
189 - src/core/lib/gpr/tls_msvc.h
190 - src/core/lib/gpr/tls_pthread.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800191 - src/core/lib/gpr/tmpfile.h
Vijay Paid4d0a302018-01-25 13:24:03 -0800192 - src/core/lib/gpr/useful.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800193 - src/core/lib/gprpp/abstract.h
194 - src/core/lib/gprpp/atomic.h
195 - src/core/lib/gprpp/atomic_with_atm.h
196 - src/core/lib/gprpp/atomic_with_std.h
197 - src/core/lib/gprpp/manual_constructor.h
198 - src/core/lib/gprpp/memory.h
Vijay Paida693552018-02-16 22:59:03 -0800199 - src/core/lib/gprpp/thd.h
Vijay Pai42807252017-07-28 15:08:24 -0700200 - src/core/lib/profiling/timers.h
Vijay Pai42807252017-07-28 15:08:24 -0700201 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700202 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800203- name: gpr_codegen
204 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800205 - include/grpc/impl/codegen/atm.h
206 - include/grpc/impl/codegen/atm_gcc_atomic.h
207 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700208 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700209 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800210 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700211 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800212 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800213 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700214 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800215 - include/grpc/impl/codegen/sync_generic.h
216 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700217 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700218- name: grpc++_base
219 deps:
220 - grpc
221 uses:
222 - grpc++_common
223 - grpc++_codegen_base
224- name: grpc++_base_unsecure
225 deps:
226 - grpc_unsecure
227 uses:
228 - grpc++_common
229 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700230- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700231 src:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800232 - src/core/lib/avl/avl.cc
Craig Tillerd48bd072017-10-06 11:25:14 -0700233 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700234 - src/core/lib/channel/channel_args.cc
235 - src/core/lib/channel/channel_stack.cc
236 - src/core/lib/channel/channel_stack_builder.cc
ncteisen3b42f832018-03-19 13:22:35 -0700237 - src/core/lib/channel/channel_trace.cc
238 - src/core/lib/channel/channel_trace_registry.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700239 - src/core/lib/channel/connected_channel.cc
240 - src/core/lib/channel/handshaker.cc
241 - src/core/lib/channel/handshaker_factory.cc
242 - src/core/lib/channel/handshaker_registry.cc
ncteisen3b42f832018-03-19 13:22:35 -0700243 - src/core/lib/channel/status_util.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700244 - src/core/lib/compression/compression.cc
Muxi Yan03fc8572017-10-06 18:47:09 -0700245 - src/core/lib/compression/compression_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700246 - src/core/lib/compression/message_compress.cc
247 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700248 - src/core/lib/compression/stream_compression_gzip.cc
249 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700250 - src/core/lib/debug/stats.cc
251 - src/core/lib/debug/stats_data.cc
252 - src/core/lib/http/format_request.cc
253 - src/core/lib/http/httpcli.cc
254 - src/core/lib/http/parser.cc
255 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700256 - src/core/lib/iomgr/combiner.cc
257 - src/core/lib/iomgr/endpoint.cc
258 - src/core/lib/iomgr/endpoint_pair_posix.cc
259 - src/core/lib/iomgr/endpoint_pair_uv.cc
260 - src/core/lib/iomgr/endpoint_pair_windows.cc
261 - src/core/lib/iomgr/error.cc
262 - src/core/lib/iomgr/ev_epoll1_linux.cc
263 - src/core/lib/iomgr/ev_epollex_linux.cc
264 - src/core/lib/iomgr/ev_epollsig_linux.cc
265 - src/core/lib/iomgr/ev_poll_posix.cc
266 - src/core/lib/iomgr/ev_posix.cc
267 - src/core/lib/iomgr/ev_windows.cc
268 - src/core/lib/iomgr/exec_ctx.cc
269 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100270 - src/core/lib/iomgr/fork_posix.cc
271 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700272 - src/core/lib/iomgr/gethostname_fallback.cc
273 - src/core/lib/iomgr/gethostname_host_name_max.cc
274 - src/core/lib/iomgr/gethostname_sysconf.cc
275 - src/core/lib/iomgr/iocp_windows.cc
276 - src/core/lib/iomgr/iomgr.cc
kpayson64539f5062018-03-12 19:16:30 -0700277 - src/core/lib/iomgr/iomgr_custom.cc
278 - src/core/lib/iomgr/iomgr_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700279 - src/core/lib/iomgr/iomgr_posix.cc
280 - src/core/lib/iomgr/iomgr_uv.cc
281 - src/core/lib/iomgr/iomgr_windows.cc
282 - src/core/lib/iomgr/is_epollexclusive_available.cc
283 - src/core/lib/iomgr/load_file.cc
284 - src/core/lib/iomgr/lockfree_event.cc
285 - src/core/lib/iomgr/network_status_tracker.cc
286 - src/core/lib/iomgr/polling_entity.cc
kpayson64539f5062018-03-12 19:16:30 -0700287 - src/core/lib/iomgr/pollset.cc
288 - src/core/lib/iomgr/pollset_custom.cc
289 - src/core/lib/iomgr/pollset_set.cc
290 - src/core/lib/iomgr/pollset_set_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700291 - src/core/lib/iomgr/pollset_set_windows.cc
292 - src/core/lib/iomgr/pollset_uv.cc
293 - src/core/lib/iomgr/pollset_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700294 - src/core/lib/iomgr/resolve_address.cc
295 - src/core/lib/iomgr/resolve_address_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700296 - src/core/lib/iomgr/resolve_address_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700297 - src/core/lib/iomgr/resolve_address_windows.cc
298 - src/core/lib/iomgr/resource_quota.cc
299 - src/core/lib/iomgr/sockaddr_utils.cc
300 - src/core/lib/iomgr/socket_factory_posix.cc
301 - src/core/lib/iomgr/socket_mutator.cc
302 - src/core/lib/iomgr/socket_utils_common_posix.cc
303 - src/core/lib/iomgr/socket_utils_linux.cc
304 - src/core/lib/iomgr/socket_utils_posix.cc
305 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700306 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700307 - src/core/lib/iomgr/socket_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700308 - src/core/lib/iomgr/tcp_client.cc
309 - src/core/lib/iomgr/tcp_client_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700310 - src/core/lib/iomgr/tcp_client_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700311 - src/core/lib/iomgr/tcp_client_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700312 - src/core/lib/iomgr/tcp_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700313 - src/core/lib/iomgr/tcp_posix.cc
kpayson64539f5062018-03-12 19:16:30 -0700314 - src/core/lib/iomgr/tcp_server.cc
315 - src/core/lib/iomgr/tcp_server_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700316 - src/core/lib/iomgr/tcp_server_posix.cc
317 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
318 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
319 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700320 - src/core/lib/iomgr/tcp_server_windows.cc
321 - src/core/lib/iomgr/tcp_uv.cc
322 - src/core/lib/iomgr/tcp_windows.cc
323 - src/core/lib/iomgr/time_averaged_stats.cc
kpayson64539f5062018-03-12 19:16:30 -0700324 - src/core/lib/iomgr/timer.cc
325 - src/core/lib/iomgr/timer_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700326 - src/core/lib/iomgr/timer_generic.cc
327 - src/core/lib/iomgr/timer_heap.cc
328 - src/core/lib/iomgr/timer_manager.cc
329 - src/core/lib/iomgr/timer_uv.cc
330 - src/core/lib/iomgr/udp_server.cc
331 - src/core/lib/iomgr/unix_sockets_posix.cc
332 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
333 - src/core/lib/iomgr/wakeup_fd_cv.cc
334 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
335 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
336 - src/core/lib/iomgr/wakeup_fd_pipe.cc
337 - src/core/lib/iomgr/wakeup_fd_posix.cc
338 - src/core/lib/json/json.cc
339 - src/core/lib/json/json_reader.cc
340 - src/core/lib/json/json_string.cc
341 - src/core/lib/json/json_writer.cc
342 - src/core/lib/slice/b64.cc
343 - src/core/lib/slice/percent_encoding.cc
344 - src/core/lib/slice/slice.cc
345 - src/core/lib/slice/slice_buffer.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700346 - src/core/lib/slice/slice_intern.cc
347 - src/core/lib/slice/slice_string_helpers.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700348 - src/core/lib/surface/api_trace.cc
349 - src/core/lib/surface/byte_buffer.cc
350 - src/core/lib/surface/byte_buffer_reader.cc
351 - src/core/lib/surface/call.cc
352 - src/core/lib/surface/call_details.cc
353 - src/core/lib/surface/call_log_batch.cc
354 - src/core/lib/surface/channel.cc
355 - src/core/lib/surface/channel_init.cc
356 - src/core/lib/surface/channel_ping.cc
357 - src/core/lib/surface/channel_stack_type.cc
358 - src/core/lib/surface/completion_queue.cc
359 - src/core/lib/surface/completion_queue_factory.cc
360 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700361 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700362 - src/core/lib/surface/metadata_array.cc
363 - src/core/lib/surface/server.cc
364 - src/core/lib/surface/validate_metadata.cc
365 - src/core/lib/surface/version.cc
366 - src/core/lib/transport/bdp_estimator.cc
367 - src/core/lib/transport/byte_stream.cc
368 - src/core/lib/transport/connectivity_state.cc
369 - src/core/lib/transport/error_utils.cc
370 - src/core/lib/transport/metadata.cc
371 - src/core/lib/transport/metadata_batch.cc
372 - src/core/lib/transport/pid_controller.cc
373 - src/core/lib/transport/service_config.cc
374 - src/core/lib/transport/static_metadata.cc
375 - src/core/lib/transport/status_conversion.cc
Mark D. Roth718c8342018-02-28 13:00:04 -0800376 - src/core/lib/transport/status_metadata.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700377 - src/core/lib/transport/timeout_encoding.cc
378 - src/core/lib/transport/transport.cc
379 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700380 deps:
381 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700382 filegroups:
383 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700384 uses:
385 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700386 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700387- name: grpc_base_headers
388 public_headers:
389 - include/grpc/byte_buffer.h
390 - include/grpc/byte_buffer_reader.h
391 - include/grpc/compression.h
Ken Payson9714e032017-10-10 11:18:49 -0700392 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700393 - include/grpc/grpc.h
394 - include/grpc/grpc_posix.h
395 - include/grpc/grpc_security_constants.h
396 - include/grpc/load_reporting.h
397 - include/grpc/slice.h
398 - include/grpc/slice_buffer.h
399 - include/grpc/status.h
400 - include/grpc/support/workaround_list.h
401 headers:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800402 - src/core/lib/avl/avl.h
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700403 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700404 - src/core/lib/channel/channel_args.h
405 - src/core/lib/channel/channel_stack.h
406 - src/core/lib/channel/channel_stack_builder.h
ncteisen3b42f832018-03-19 13:22:35 -0700407 - src/core/lib/channel/channel_trace.h
408 - src/core/lib/channel/channel_trace_registry.h
Vijay Pai42807252017-07-28 15:08:24 -0700409 - src/core/lib/channel/connected_channel.h
410 - src/core/lib/channel/context.h
411 - src/core/lib/channel/handshaker.h
412 - src/core/lib/channel/handshaker_factory.h
413 - src/core/lib/channel/handshaker_registry.h
ncteisen3b42f832018-03-19 13:22:35 -0700414 - src/core/lib/channel/status_util.h
Vijay Pai42807252017-07-28 15:08:24 -0700415 - src/core/lib/compression/algorithm_metadata.h
Muxi Yane6d888d2017-09-14 09:42:56 -0700416 - src/core/lib/compression/compression_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700417 - src/core/lib/compression/message_compress.h
418 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700419 - src/core/lib/compression/stream_compression_gzip.h
420 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700421 - src/core/lib/debug/stats.h
422 - src/core/lib/debug/stats_data.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800423 - src/core/lib/gprpp/debug_location.h
424 - src/core/lib/gprpp/inlined_vector.h
425 - src/core/lib/gprpp/orphanable.h
426 - src/core/lib/gprpp/ref_counted.h
427 - src/core/lib/gprpp/ref_counted_ptr.h
Vijay Pai42807252017-07-28 15:08:24 -0700428 - src/core/lib/http/format_request.h
429 - src/core/lib/http/httpcli.h
430 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700431 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700432 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700433 - src/core/lib/iomgr/closure.h
434 - src/core/lib/iomgr/combiner.h
435 - src/core/lib/iomgr/endpoint.h
436 - src/core/lib/iomgr/endpoint_pair.h
437 - src/core/lib/iomgr/error.h
438 - src/core/lib/iomgr/error_internal.h
439 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700440 - src/core/lib/iomgr/ev_epollex_linux.h
441 - src/core/lib/iomgr/ev_epollsig_linux.h
442 - src/core/lib/iomgr/ev_poll_posix.h
443 - src/core/lib/iomgr/ev_posix.h
444 - src/core/lib/iomgr/exec_ctx.h
445 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700446 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700447 - src/core/lib/iomgr/iocp_windows.h
448 - src/core/lib/iomgr/iomgr.h
kpayson64539f5062018-03-12 19:16:30 -0700449 - src/core/lib/iomgr/iomgr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700450 - src/core/lib/iomgr/iomgr_internal.h
451 - src/core/lib/iomgr/iomgr_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700452 - src/core/lib/iomgr/is_epollexclusive_available.h
453 - src/core/lib/iomgr/load_file.h
454 - src/core/lib/iomgr/lockfree_event.h
455 - src/core/lib/iomgr/nameser.h
456 - src/core/lib/iomgr/network_status_tracker.h
457 - src/core/lib/iomgr/polling_entity.h
458 - src/core/lib/iomgr/pollset.h
kpayson64539f5062018-03-12 19:16:30 -0700459 - src/core/lib/iomgr/pollset_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700460 - src/core/lib/iomgr/pollset_set.h
kpayson64539f5062018-03-12 19:16:30 -0700461 - src/core/lib/iomgr/pollset_set_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700462 - src/core/lib/iomgr/pollset_set_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700463 - src/core/lib/iomgr/pollset_windows.h
464 - src/core/lib/iomgr/port.h
465 - src/core/lib/iomgr/resolve_address.h
kpayson64539f5062018-03-12 19:16:30 -0700466 - src/core/lib/iomgr/resolve_address_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700467 - src/core/lib/iomgr/resource_quota.h
468 - src/core/lib/iomgr/sockaddr.h
kpayson64539f5062018-03-12 19:16:30 -0700469 - src/core/lib/iomgr/sockaddr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700470 - src/core/lib/iomgr/sockaddr_posix.h
471 - src/core/lib/iomgr/sockaddr_utils.h
472 - src/core/lib/iomgr/sockaddr_windows.h
473 - src/core/lib/iomgr/socket_factory_posix.h
474 - src/core/lib/iomgr/socket_mutator.h
475 - src/core/lib/iomgr/socket_utils.h
476 - src/core/lib/iomgr/socket_utils_posix.h
477 - src/core/lib/iomgr/socket_windows.h
478 - src/core/lib/iomgr/sys_epoll_wrapper.h
479 - src/core/lib/iomgr/tcp_client.h
480 - src/core/lib/iomgr/tcp_client_posix.h
kpayson64539f5062018-03-12 19:16:30 -0700481 - src/core/lib/iomgr/tcp_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700482 - src/core/lib/iomgr/tcp_posix.h
483 - src/core/lib/iomgr/tcp_server.h
484 - src/core/lib/iomgr/tcp_server_utils_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700485 - src/core/lib/iomgr/tcp_windows.h
486 - src/core/lib/iomgr/time_averaged_stats.h
487 - src/core/lib/iomgr/timer.h
kpayson64539f5062018-03-12 19:16:30 -0700488 - src/core/lib/iomgr/timer_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700489 - src/core/lib/iomgr/timer_heap.h
490 - src/core/lib/iomgr/timer_manager.h
Vijay Pai42807252017-07-28 15:08:24 -0700491 - src/core/lib/iomgr/udp_server.h
492 - src/core/lib/iomgr/unix_sockets_posix.h
493 - src/core/lib/iomgr/wakeup_fd_cv.h
494 - src/core/lib/iomgr/wakeup_fd_pipe.h
495 - src/core/lib/iomgr/wakeup_fd_posix.h
496 - src/core/lib/json/json.h
497 - src/core/lib/json/json_common.h
498 - src/core/lib/json/json_reader.h
499 - src/core/lib/json/json_writer.h
500 - src/core/lib/slice/b64.h
501 - src/core/lib/slice/percent_encoding.h
502 - src/core/lib/slice/slice_hash_table.h
503 - src/core/lib/slice/slice_internal.h
504 - src/core/lib/slice/slice_string_helpers.h
David Garcia Quintas396d49d2018-02-28 16:06:30 -0800505 - src/core/lib/slice/slice_weak_hash_table.h
Vijay Pai42807252017-07-28 15:08:24 -0700506 - src/core/lib/surface/api_trace.h
507 - src/core/lib/surface/call.h
508 - src/core/lib/surface/call_test_only.h
509 - src/core/lib/surface/channel.h
510 - src/core/lib/surface/channel_init.h
511 - src/core/lib/surface/channel_stack_type.h
512 - src/core/lib/surface/completion_queue.h
513 - src/core/lib/surface/completion_queue_factory.h
514 - src/core/lib/surface/event_string.h
515 - src/core/lib/surface/init.h
516 - src/core/lib/surface/lame_client.h
517 - src/core/lib/surface/server.h
518 - src/core/lib/surface/validate_metadata.h
519 - src/core/lib/transport/bdp_estimator.h
520 - src/core/lib/transport/byte_stream.h
521 - src/core/lib/transport/connectivity_state.h
522 - src/core/lib/transport/error_utils.h
523 - src/core/lib/transport/http2_errors.h
524 - src/core/lib/transport/metadata.h
525 - src/core/lib/transport/metadata_batch.h
526 - src/core/lib/transport/pid_controller.h
527 - src/core/lib/transport/service_config.h
528 - src/core/lib/transport/static_metadata.h
529 - src/core/lib/transport/status_conversion.h
Mark D. Roth718c8342018-02-28 13:00:04 -0800530 - src/core/lib/transport/status_metadata.h
Vijay Pai42807252017-07-28 15:08:24 -0700531 - src/core/lib/transport/timeout_encoding.h
532 - src/core/lib/transport/transport.h
533 - src/core/lib/transport/transport_impl.h
534 deps:
535 - gpr
536 uses:
537 - grpc_codegen
538 - grpc_trace_headers
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700539- name: grpc_client_authority_filter
540 headers:
David Garcia Quintas961353a2018-03-15 16:11:05 -0700541 - src/core/ext/filters/http/client_authority_filter.h
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700542 src:
David Garcia Quintas961353a2018-03-15 16:11:05 -0700543 - src/core/ext/filters/http/client_authority_filter.cc
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700544 plugin: grpc_client_authority_filter
545 uses:
546 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700547- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700548 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700549 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700550 - src/core/ext/filters/client_channel/client_channel.h
551 - src/core/ext/filters/client_channel/client_channel_factory.h
552 - src/core/ext/filters/client_channel/connector.h
553 - src/core/ext/filters/client_channel/http_connect_handshaker.h
554 - src/core/ext/filters/client_channel/http_proxy.h
555 - src/core/ext/filters/client_channel/lb_policy.h
556 - src/core/ext/filters/client_channel/lb_policy_factory.h
557 - src/core/ext/filters/client_channel/lb_policy_registry.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800558 - src/core/ext/filters/client_channel/method_params.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700559 - src/core/ext/filters/client_channel/parse_address.h
560 - src/core/ext/filters/client_channel/proxy_mapper.h
561 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
562 - src/core/ext/filters/client_channel/resolver.h
563 - src/core/ext/filters/client_channel/resolver_factory.h
564 - src/core/ext/filters/client_channel/resolver_registry.h
565 - src/core/ext/filters/client_channel/retry_throttle.h
566 - src/core/ext/filters/client_channel/subchannel.h
567 - src/core/ext/filters/client_channel/subchannel_index.h
568 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700569 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700570 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700571 - src/core/ext/filters/client_channel/channel_connectivity.cc
572 - src/core/ext/filters/client_channel/client_channel.cc
573 - src/core/ext/filters/client_channel/client_channel_factory.cc
574 - src/core/ext/filters/client_channel/client_channel_plugin.cc
575 - src/core/ext/filters/client_channel/connector.cc
576 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
577 - src/core/ext/filters/client_channel/http_proxy.cc
578 - src/core/ext/filters/client_channel/lb_policy.cc
579 - src/core/ext/filters/client_channel/lb_policy_factory.cc
580 - src/core/ext/filters/client_channel/lb_policy_registry.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800581 - src/core/ext/filters/client_channel/method_params.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700582 - src/core/ext/filters/client_channel/parse_address.cc
583 - src/core/ext/filters/client_channel/proxy_mapper.cc
584 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
585 - src/core/ext/filters/client_channel/resolver.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700586 - src/core/ext/filters/client_channel/resolver_registry.cc
587 - src/core/ext/filters/client_channel/retry_throttle.cc
588 - src/core/ext/filters/client_channel/subchannel.cc
589 - src/core/ext/filters/client_channel/subchannel_index.cc
590 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700591 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700592 uses:
593 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700594 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800595- name: grpc_codegen
596 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700597 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700598 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800599 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800600 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800601 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800602 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700603 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800604 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700605 uses:
606 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700607- name: grpc_deadline_filter
608 headers:
609 - src/core/ext/filters/deadline/deadline_filter.h
610 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700611 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700612 plugin: grpc_deadline_filter
613 uses:
614 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700615- name: grpc_http_filters
616 headers:
617 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700618 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700619 - src/core/ext/filters/http/server/http_server_filter.h
620 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700621 - src/core/ext/filters/http/client/http_client_filter.cc
622 - src/core/ext/filters/http/http_filters_plugin.cc
623 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
624 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700625 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700626 uses:
627 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700628- name: grpc_lb_policy_grpclb
629 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700630 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700631 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700632 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700633 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
634 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700635 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700636 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
637 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
638 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
639 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
640 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700641 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800642 plugin: grpc_lb_policy_grpclb
643 uses:
644 - grpc_base
645 - grpc_client_channel
646 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700647 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800648- name: grpc_lb_policy_grpclb_secure
649 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700650 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700651 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700652 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700653 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
654 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800655 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700656 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
657 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
658 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
659 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
660 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700661 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700662 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700663 uses:
664 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700665 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700666 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700667 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700668 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700669- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700670 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700671 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700672 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700673 uses:
674 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700675 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700676 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700677- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700678 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700679 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700680 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700681 uses:
682 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700683 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700684 - grpc_lb_subchannel_list
685- name: grpc_lb_subchannel_list
686 headers:
687 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
688 src:
689 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
690 uses:
691 - grpc_base
692 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700693- name: grpc_max_age_filter
694 headers:
695 - src/core/ext/filters/max_age/max_age_filter.h
696 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700697 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700698 plugin: grpc_max_age_filter
699 uses:
700 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700701- name: grpc_message_size_filter
702 headers:
703 - src/core/ext/filters/message_size/message_size_filter.h
704 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700705 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700706 plugin: grpc_message_size_filter
707 uses:
708 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700709- name: grpc_resolver_dns_ares
710 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700711 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
712 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700713 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700714 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
715 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
716 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
717 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700718 plugin: grpc_resolver_dns_ares
719 uses:
720 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700721 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700722- name: grpc_resolver_dns_native
723 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700724 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700725 plugin: grpc_resolver_dns_native
726 uses:
727 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700728 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700729- name: grpc_resolver_fake
730 headers:
731 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
732 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700733 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700734 plugin: grpc_resolver_fake
735 uses:
736 - grpc_base
737 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700738- name: grpc_resolver_sockaddr
739 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700740 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700741 plugin: grpc_resolver_sockaddr
742 uses:
743 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700744 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100745- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700746 public_headers:
747 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100748 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700749 - src/core/lib/security/context/security_context.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800750 - src/core/lib/security/credentials/alts/alts_credentials.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700751 - src/core/lib/security/credentials/composite/composite_credentials.h
752 - src/core/lib/security/credentials/credentials.h
753 - src/core/lib/security/credentials/fake/fake_credentials.h
754 - src/core/lib/security/credentials/google_default/google_default_credentials.h
755 - src/core/lib/security/credentials/iam/iam_credentials.h
756 - src/core/lib/security/credentials/jwt/json_token.h
757 - src/core/lib/security/credentials/jwt/jwt_credentials.h
758 - src/core/lib/security/credentials/jwt/jwt_verifier.h
759 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
760 - src/core/lib/security/credentials/plugin/plugin_credentials.h
761 - src/core/lib/security/credentials/ssl/ssl_credentials.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800762 - src/core/lib/security/security_connector/alts_security_connector.h
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800763 - src/core/lib/security/security_connector/security_connector.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700764 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700765 - src/core/lib/security/transport/secure_endpoint.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800766 - src/core/lib/security/transport/security_handshaker.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800767 - src/core/lib/security/transport/target_authority_table.h
Craig Tillerddad9782016-05-05 17:11:31 -0700768 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700769 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100770 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700771 - src/core/lib/http/httpcli_security_connector.cc
772 - src/core/lib/security/context/security_context.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800773 - src/core/lib/security/credentials/alts/alts_credentials.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700774 - src/core/lib/security/credentials/composite/composite_credentials.cc
775 - src/core/lib/security/credentials/credentials.cc
776 - src/core/lib/security/credentials/credentials_metadata.cc
777 - src/core/lib/security/credentials/fake/fake_credentials.cc
778 - src/core/lib/security/credentials/google_default/credentials_generic.cc
779 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
780 - src/core/lib/security/credentials/iam/iam_credentials.cc
781 - src/core/lib/security/credentials/jwt/json_token.cc
782 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
783 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
784 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
785 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
786 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800787 - src/core/lib/security/security_connector/alts_security_connector.cc
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800788 - src/core/lib/security/security_connector/security_connector.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700789 - src/core/lib/security/transport/client_auth_filter.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700790 - src/core/lib/security/transport/secure_endpoint.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700791 - src/core/lib/security/transport/security_handshaker.cc
792 - src/core/lib/security/transport/server_auth_filter.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800793 - src/core/lib/security/transport/target_authority_table.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700794 - src/core/lib/security/transport/tsi_error.cc
795 - src/core/lib/security/util/json_util.cc
796 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700797 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700798 uses:
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800799 - alts_tsi
Craig Tillerd1697d92016-04-05 16:05:46 -0700800 - grpc_base
801 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700802 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700803- name: grpc_server_backward_compatibility
804 headers:
805 - src/core/ext/filters/workarounds/workaround_utils.h
806 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700807 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700808 uses:
809 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700810- name: grpc_server_load_reporting
811 headers:
812 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
813 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
814 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700815 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
816 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700817 plugin: grpc_server_load_reporting_plugin
818 uses:
819 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700820- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700822 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700823 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700824 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800825 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700826 - test/core/end2end/fixtures/proxy.h
827 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800828 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700829 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800830 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200831 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700832 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700833 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700834 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700835 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700836 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700837 - test/core/util/slice_splitter.h
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800838 - test/core/util/subprocess.h
ncteisenaa3b1972017-11-17 15:56:27 -0800839 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800840 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700841 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700842 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700843 - test/core/end2end/cq_verifier.cc
844 - test/core/end2end/fixtures/http_proxy_fixture.cc
845 - test/core/end2end/fixtures/proxy.cc
846 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700847 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700848 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800849 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700850 - test/core/util/memory_counters.cc
851 - test/core/util/mock_endpoint.cc
852 - test/core/util/parse_hexstring.cc
853 - test/core/util/passthru_endpoint.cc
854 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800855 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700856 - test/core/util/port_server_client.cc
857 - test/core/util/slice_splitter.cc
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800858 - test/core/util/subprocess_posix.cc
859 - test/core/util/subprocess_windows.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800860 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700861 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700862 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700863 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700864 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700865 uses:
Vijay Pai80e23d12018-01-25 21:50:18 -0800866 - cmdline
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700867 - grpc_base
868 - grpc_client_channel
869 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700870- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700871 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700872 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700873 deps:
874 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700875 filegroups:
876 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700877 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700878- name: grpc_trace_headers
879 headers:
880 - src/core/lib/debug/trace.h
881 deps:
882 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700883- name: grpc_transport_chttp2
884 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700885 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700886 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700887 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700888 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700889 - src/core/ext/transport/chttp2/transport/frame.h
890 - src/core/ext/transport/chttp2/transport/frame_data.h
891 - src/core/ext/transport/chttp2/transport/frame_goaway.h
892 - src/core/ext/transport/chttp2/transport/frame_ping.h
893 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
894 - src/core/ext/transport/chttp2/transport/frame_settings.h
895 - src/core/ext/transport/chttp2/transport/frame_window_update.h
896 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
897 - src/core/ext/transport/chttp2/transport/hpack_parser.h
898 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700899 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700900 - src/core/ext/transport/chttp2/transport/huffsyms.h
901 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
902 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700903 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700904 - src/core/ext/transport/chttp2/transport/varint.h
905 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700906 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
907 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
908 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
909 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
910 - src/core/ext/transport/chttp2/transport/flow_control.cc
911 - src/core/ext/transport/chttp2/transport/frame_data.cc
912 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
913 - src/core/ext/transport/chttp2/transport/frame_ping.cc
914 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
915 - src/core/ext/transport/chttp2/transport/frame_settings.cc
916 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
917 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
918 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
919 - src/core/ext/transport/chttp2/transport/hpack_table.cc
920 - src/core/ext/transport/chttp2/transport/http2_settings.cc
921 - src/core/ext/transport/chttp2/transport/huffsyms.cc
922 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
923 - src/core/ext/transport/chttp2/transport/parsing.cc
924 - src/core/ext/transport/chttp2/transport/stream_lists.cc
925 - src/core/ext/transport/chttp2/transport/stream_map.cc
926 - src/core/ext/transport/chttp2/transport/varint.cc
927 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700928 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700929 uses:
930 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700931 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700932 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700933- name: grpc_transport_chttp2_alpn
934 headers:
935 - src/core/ext/transport/chttp2/alpn/alpn.h
936 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700937 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700938 deps:
939 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800940- name: grpc_transport_chttp2_client_connector
941 headers:
David Garcia Quintas49f625f2018-03-27 11:23:49 -0700942 - src/core/ext/transport/chttp2/client/authority.h
Mark D. Roth8686cab2016-11-17 13:12:17 -0800943 - src/core/ext/transport/chttp2/client/chttp2_connector.h
944 src:
David Garcia Quintas49f625f2018-03-27 11:23:49 -0700945 - src/core/ext/transport/chttp2/client/authority.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700946 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800947 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800948 - grpc_transport_chttp2
949 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700950 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700951- name: grpc_transport_chttp2_client_insecure
952 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700953 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
954 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700955 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800956 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700957 - grpc_transport_chttp2
958 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700959 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700960- name: grpc_transport_chttp2_client_secure
961 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700962 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700963 uses:
964 - grpc_transport_chttp2
965 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700966 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700967 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800968 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800969- name: grpc_transport_chttp2_server
970 headers:
971 - src/core/ext/transport/chttp2/server/chttp2_server.h
972 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700973 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800974 uses:
975 - grpc_transport_chttp2
976 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700977- name: grpc_transport_chttp2_server_insecure
978 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700979 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
980 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700981 uses:
982 - grpc_transport_chttp2
983 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800984 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700985- name: grpc_transport_chttp2_server_secure
986 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700987 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700988 uses:
989 - grpc_transport_chttp2
990 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700991 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800992 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700993- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700994 public_headers:
995 - include/grpc/grpc_cronet.h
996 - include/grpc/grpc_security.h
997 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700998 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800999 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -08001000 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -07001001 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001002 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
1003 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
1004 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -07001005 filegroups:
1006 - grpc_base
1007 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -07001008 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001009- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001010 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001011 - src/core/ext/transport/inproc/inproc_plugin.cc
1012 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001013 plugin: grpc_inproc_plugin
1014 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001015 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001016 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -07001017- name: grpc_transport_inproc_headers
1018 headers:
1019 - src/core/ext/transport/inproc/inproc_transport.h
1020 uses:
1021 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -07001022- name: grpc_workaround_cronet_compression_filter
1023 headers:
1024 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
1025 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001026 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -07001027 plugin: grpc_workaround_cronet_compression_filter
1028 uses:
1029 - grpc_base
1030 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -08001031- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -07001032 src:
1033 - third_party/nanopb/pb_common.c
1034 - third_party/nanopb/pb_decode.c
1035 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -07001036 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001037 - nanopb_headers
1038- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -08001039 headers:
1040 - third_party/nanopb/pb.h
1041 - third_party/nanopb/pb_common.h
1042 - third_party/nanopb/pb_decode.h
1043 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001044- name: transport_security_test_lib
1045 build: test
1046 headers:
1047 - test/core/tsi/transport_security_test_lib.h
1048 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001049 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001050 deps:
1051 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001052- name: tsi
1053 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001054 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -07001055 - src/core/tsi/fake_transport_security.h
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001056 - src/core/tsi/ssl/session_cache/ssl_session.h
1057 - src/core/tsi/ssl/session_cache/ssl_session_cache.h
Craig Tiller134fed32017-03-28 14:27:18 -07001058 - src/core/tsi/ssl_transport_security.h
1059 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -07001060 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001061 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001062 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001063 - src/core/tsi/fake_transport_security.cc
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001064 - src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc
1065 - src/core/tsi/ssl/session_cache/ssl_session_cache.cc
1066 - src/core/tsi/ssl/session_cache/ssl_session_openssl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001067 - src/core/tsi/ssl_transport_security.cc
1068 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 deps:
1070 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -08001071 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001072 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -07001073 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001074 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -07001075 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001076 - grpc_trace
1077- name: tsi_interface
1078 headers:
1079 - src/core/tsi/transport_security.h
1080 - src/core/tsi/transport_security_adapter.h
1081 - src/core/tsi/transport_security_interface.h
1082 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001083 - src/core/tsi/transport_security.cc
1084 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001085 deps:
1086 - gpr
1087 secure: true
1088 uses:
1089 - grpc_trace
ncteisen3b42f832018-03-19 13:22:35 -07001090- name: grpc++_channelz_proto
1091 language: c++
1092 src:
1093 - src/proto/grpc/channelz/channelz.proto
Vijay Pai42807252017-07-28 15:08:24 -07001094- name: grpc++_codegen_base
1095 language: c++
1096 public_headers:
1097 - include/grpc++/impl/codegen/async_stream.h
1098 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -07001099 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -07001100 - include/grpc++/impl/codegen/call.h
1101 - include/grpc++/impl/codegen/call_hook.h
1102 - include/grpc++/impl/codegen/channel_interface.h
1103 - include/grpc++/impl/codegen/client_context.h
1104 - include/grpc++/impl/codegen/client_unary_call.h
1105 - include/grpc++/impl/codegen/completion_queue.h
1106 - include/grpc++/impl/codegen/completion_queue_tag.h
1107 - include/grpc++/impl/codegen/config.h
1108 - include/grpc++/impl/codegen/core_codegen_interface.h
1109 - include/grpc++/impl/codegen/create_auth_context.h
1110 - include/grpc++/impl/codegen/grpc_library.h
1111 - include/grpc++/impl/codegen/metadata_map.h
1112 - include/grpc++/impl/codegen/method_handler_impl.h
1113 - include/grpc++/impl/codegen/rpc_method.h
1114 - include/grpc++/impl/codegen/rpc_service_method.h
1115 - include/grpc++/impl/codegen/security/auth_context.h
1116 - include/grpc++/impl/codegen/serialization_traits.h
1117 - include/grpc++/impl/codegen/server_context.h
1118 - include/grpc++/impl/codegen/server_interface.h
1119 - include/grpc++/impl/codegen/service_type.h
1120 - include/grpc++/impl/codegen/slice.h
1121 - include/grpc++/impl/codegen/status.h
1122 - include/grpc++/impl/codegen/status_code_enum.h
1123 - include/grpc++/impl/codegen/string_ref.h
1124 - include/grpc++/impl/codegen/stub_options.h
1125 - include/grpc++/impl/codegen/sync_stream.h
1126 - include/grpc++/impl/codegen/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001127 - include/grpcpp/impl/codegen/async_stream.h
1128 - include/grpcpp/impl/codegen/async_unary_call.h
1129 - include/grpcpp/impl/codegen/byte_buffer.h
1130 - include/grpcpp/impl/codegen/call.h
1131 - include/grpcpp/impl/codegen/call_hook.h
1132 - include/grpcpp/impl/codegen/channel_interface.h
1133 - include/grpcpp/impl/codegen/client_context.h
1134 - include/grpcpp/impl/codegen/client_unary_call.h
1135 - include/grpcpp/impl/codegen/completion_queue.h
1136 - include/grpcpp/impl/codegen/completion_queue_tag.h
1137 - include/grpcpp/impl/codegen/config.h
1138 - include/grpcpp/impl/codegen/core_codegen_interface.h
1139 - include/grpcpp/impl/codegen/create_auth_context.h
1140 - include/grpcpp/impl/codegen/grpc_library.h
1141 - include/grpcpp/impl/codegen/metadata_map.h
1142 - include/grpcpp/impl/codegen/method_handler_impl.h
1143 - include/grpcpp/impl/codegen/rpc_method.h
1144 - include/grpcpp/impl/codegen/rpc_service_method.h
1145 - include/grpcpp/impl/codegen/security/auth_context.h
1146 - include/grpcpp/impl/codegen/serialization_traits.h
1147 - include/grpcpp/impl/codegen/server_context.h
1148 - include/grpcpp/impl/codegen/server_interface.h
1149 - include/grpcpp/impl/codegen/service_type.h
1150 - include/grpcpp/impl/codegen/slice.h
1151 - include/grpcpp/impl/codegen/status.h
1152 - include/grpcpp/impl/codegen/status_code_enum.h
1153 - include/grpcpp/impl/codegen/string_ref.h
1154 - include/grpcpp/impl/codegen/stub_options.h
1155 - include/grpcpp/impl/codegen/sync_stream.h
1156 - include/grpcpp/impl/codegen/time.h
Vijay Pai42807252017-07-28 15:08:24 -07001157 uses:
1158 - grpc_codegen
1159- name: grpc++_codegen_base_src
1160 language: c++
1161 src:
1162 - src/cpp/codegen/codegen_init.cc
1163 uses:
1164 - grpc++_codegen_base
1165- name: grpc++_codegen_proto
1166 language: c++
1167 public_headers:
1168 - include/grpc++/impl/codegen/proto_utils.h
ncteisencf5b2662018-02-27 11:55:10 -08001169 - include/grpcpp/impl/codegen/proto_buffer_reader.h
1170 - include/grpcpp/impl/codegen/proto_buffer_writer.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001171 - include/grpcpp/impl/codegen/proto_utils.h
Vijay Pai42807252017-07-28 15:08:24 -07001172 uses:
1173 - grpc++_codegen_base
1174 - grpc++_config_proto
1175- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001176 language: c++
1177 public_headers:
1178 - include/grpc++/alarm.h
1179 - include/grpc++/channel.h
1180 - include/grpc++/client_context.h
1181 - include/grpc++/completion_queue.h
1182 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001183 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001184 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001185 - include/grpc++/generic/async_generic_service.h
1186 - include/grpc++/generic/generic_stub.h
1187 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001188 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001189 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001190 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001191 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001192 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001193 - include/grpc++/impl/grpc_library.h
1194 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001195 - include/grpc++/impl/rpc_method.h
1196 - include/grpc++/impl/rpc_service_method.h
1197 - include/grpc++/impl/serialization_traits.h
1198 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001199 - include/grpc++/impl/server_builder_plugin.h
1200 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001201 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001202 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001203 - include/grpc++/security/auth_context.h
1204 - include/grpc++/security/auth_metadata_processor.h
1205 - include/grpc++/security/credentials.h
1206 - include/grpc++/security/server_credentials.h
1207 - include/grpc++/server.h
1208 - include/grpc++/server_builder.h
1209 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001210 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001211 - include/grpc++/support/async_stream.h
1212 - include/grpc++/support/async_unary_call.h
1213 - include/grpc++/support/byte_buffer.h
1214 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001215 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001216 - include/grpc++/support/slice.h
1217 - include/grpc++/support/status.h
1218 - include/grpc++/support/status_code_enum.h
1219 - include/grpc++/support/string_ref.h
1220 - include/grpc++/support/stub_options.h
1221 - include/grpc++/support/sync_stream.h
1222 - include/grpc++/support/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001223 - include/grpcpp/alarm.h
1224 - include/grpcpp/channel.h
1225 - include/grpcpp/client_context.h
1226 - include/grpcpp/completion_queue.h
1227 - include/grpcpp/create_channel.h
1228 - include/grpcpp/create_channel_posix.h
1229 - include/grpcpp/ext/health_check_service_server_builder_option.h
1230 - include/grpcpp/generic/async_generic_service.h
1231 - include/grpcpp/generic/generic_stub.h
1232 - include/grpcpp/grpcpp.h
1233 - include/grpcpp/health_check_service_interface.h
1234 - include/grpcpp/impl/call.h
1235 - include/grpcpp/impl/channel_argument_option.h
1236 - include/grpcpp/impl/client_unary_call.h
1237 - include/grpcpp/impl/codegen/core_codegen.h
1238 - include/grpcpp/impl/grpc_library.h
1239 - include/grpcpp/impl/method_handler_impl.h
1240 - include/grpcpp/impl/rpc_method.h
1241 - include/grpcpp/impl/rpc_service_method.h
1242 - include/grpcpp/impl/serialization_traits.h
1243 - include/grpcpp/impl/server_builder_option.h
1244 - include/grpcpp/impl/server_builder_plugin.h
1245 - include/grpcpp/impl/server_initializer.h
1246 - include/grpcpp/impl/service_type.h
1247 - include/grpcpp/resource_quota.h
1248 - include/grpcpp/security/auth_context.h
1249 - include/grpcpp/security/auth_metadata_processor.h
1250 - include/grpcpp/security/credentials.h
1251 - include/grpcpp/security/server_credentials.h
1252 - include/grpcpp/server.h
1253 - include/grpcpp/server_builder.h
1254 - include/grpcpp/server_context.h
1255 - include/grpcpp/server_posix.h
1256 - include/grpcpp/support/async_stream.h
1257 - include/grpcpp/support/async_unary_call.h
1258 - include/grpcpp/support/byte_buffer.h
1259 - include/grpcpp/support/channel_arguments.h
1260 - include/grpcpp/support/config.h
ncteisencf5b2662018-02-27 11:55:10 -08001261 - include/grpcpp/support/proto_buffer_reader.h
1262 - include/grpcpp/support/proto_buffer_writer.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001263 - include/grpcpp/support/slice.h
1264 - include/grpcpp/support/status.h
1265 - include/grpcpp/support/status_code_enum.h
1266 - include/grpcpp/support/string_ref.h
1267 - include/grpcpp/support/stub_options.h
1268 - include/grpcpp/support/sync_stream.h
1269 - include/grpcpp/support/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001270 headers:
1271 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001272 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001273 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001274 - src/cpp/server/health/default_health_check_service.h
1275 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001276 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001277 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001278 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001279 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001280 - src/cpp/client/client_context.cc
1281 - src/cpp/client/create_channel.cc
1282 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001283 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001284 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001285 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001286 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001287 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001288 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001289 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001290 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001291 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001292 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001293 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001294 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001295 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001296 - src/cpp/server/create_default_thread_pool.cc
1297 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001298 - src/cpp/server/health/default_health_check_service.cc
1299 - src/cpp/server/health/health.pb.c
1300 - src/cpp/server/health/health_check_service.cc
1301 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001302 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001303 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001304 - src/cpp/server/server_context.cc
1305 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001306 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001307 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001308 - src/cpp/util/byte_buffer_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001309 - src/cpp/util/status.cc
1310 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001311 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001312 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001313 - gpr_base_headers
1314 - grpc_base_headers
1315 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001316 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001317 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001318- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001319 language: c++
1320 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001321 - include/grpc++/impl/codegen/config_protobuf.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001322 - include/grpcpp/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001323- name: grpc++_reflection_proto
1324 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001325 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001326 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001327- name: grpc++_test
1328 language: c++
1329 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001330 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001331 - include/grpc++/test/server_context_test_spouse.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001332 - include/grpcpp/test/mock_stream.h
1333 - include/grpcpp/test/server_context_test_spouse.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001334 deps:
1335 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001336 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001337libs:
Alexander Polcyn690dde62017-10-18 00:20:33 -07001338- name: address_sorting
1339 build: all
1340 language: c
1341 headers:
Alexander Polcyn690dde62017-10-18 00:20:33 -07001342 - third_party/address_sorting/address_sorting_internal.h
Alex Polcyn77f64f72018-03-01 19:22:53 +00001343 - third_party/address_sorting/include/address_sorting/address_sorting.h
Alexander Polcyn690dde62017-10-18 00:20:33 -07001344 src:
1345 - third_party/address_sorting/address_sorting.c
1346 - third_party/address_sorting/address_sorting_posix.c
1347 - third_party/address_sorting/address_sorting_windows.c
1348 secure: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08001349- name: alts_test_util
1350 build: private
1351 language: c
1352 headers:
1353 - test/core/tsi/alts/crypt/gsec_test_util.h
1354 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.h
1355 src:
1356 - test/core/tsi/alts/crypt/gsec_test_util.cc
1357 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.cc
1358 deps:
1359 - grpc
1360 secure: true
Craig Tillerda179ce2016-02-09 12:01:53 -08001361- name: gpr
1362 build: all
1363 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001364 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001365 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001366 secure: false
1367 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1368- name: gpr_test_util
1369 build: private
1370 language: c
1371 headers:
1372 - test/core/util/test_config.h
1373 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001374 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001375 deps:
1376 - gpr
1377 secure: false
1378 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001379- name: grpc
1380 build: all
1381 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001382 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001383 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001384 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001385 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001386 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001387 filegroups:
1388 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001389 - grpc_transport_chttp2_server_secure
1390 - grpc_transport_chttp2_client_secure
1391 - grpc_transport_chttp2_server_insecure
1392 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001393 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001394 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001395 - grpc_lb_policy_pick_first
1396 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001397 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001398 - grpc_resolver_dns_native
1399 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001400 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001401 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001402 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001403 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001404 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001405 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001406 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001407 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001408 - grpc_workaround_cronet_compression_filter
1409 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001410 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001412 vs_packages:
1413 - grpc.dependencies.openssl
1414 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001416- name: grpc_cronet
1417 build: all
1418 language: c
1419 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001420 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001421 baselib: true
1422 deps_linkage: static
1423 dll: true
1424 filegroups:
1425 - grpc_base
1426 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001427 - grpc_transport_chttp2_client_secure
Muxi Yan834aeca2018-03-30 16:02:23 -07001428 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001429 generate_plugin_registry: true
1430 platforms:
1431 - linux
1432 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001433- name: grpc_dll
1434 build: private
1435 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001436 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001437 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001438 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001439 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001440 build_system:
1441 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001442 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001443 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001444 vs_config_type: DynamicLibrary
1445 vs_packages:
1446 - grpc.dependencies.openssl
1447 - grpc.dependencies.zlib
1448 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1449 vs_props:
1450 - zlib
1451 - openssl
1452 - winsock
1453 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001454- name: grpc_test_util
1455 build: private
1456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001457 headers:
1458 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001459 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001460 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001461 - test/core/end2end/data/client_certs.cc
1462 - test/core/end2end/data/server1_cert.cc
1463 - test/core/end2end/data/server1_key.cc
1464 - test/core/end2end/data/test_root_cert.cc
1465 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001466 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001467 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001468 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001469 - grpc
1470 filegroups:
1471 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1473- name: grpc_test_util_unsecure
1474 build: private
1475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001476 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001477 - gpr
1478 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001479 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001480 filegroups:
1481 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001482 secure: false
1483 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1484- name: grpc_unsecure
1485 build: all
1486 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001487 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001488 - src/core/lib/surface/init.cc
1489 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001491 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001493 filegroups:
1494 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001495 - grpc_transport_chttp2_server_insecure
1496 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001497 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001498 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001499 - grpc_resolver_dns_native
1500 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001501 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001502 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001503 - grpc_lb_policy_grpclb
1504 - grpc_lb_policy_pick_first
1505 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001506 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001507 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001508 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001509 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001510 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001511 - grpc_workaround_cronet_compression_filter
1512 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001513 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001514 secure: false
1515 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001516- name: reconnect_server
1517 build: private
1518 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001519 headers:
1520 - test/core/util/reconnect_server.h
1521 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001522 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001523 deps:
yang-gc9fca182015-11-06 16:41:33 -08001524 - test_tcp_server
1525 - grpc_test_util
1526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001527 - gpr_test_util
1528 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001529- name: test_tcp_server
1530 build: private
1531 language: c
1532 headers:
1533 - test/core/util/test_tcp_server.h
1534 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001535 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001536 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001537 - grpc_test_util
1538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001539 - gpr_test_util
1540 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001541- name: grpc++
1542 build: all
1543 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001544 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001545 - include/grpc++/impl/codegen/core_codegen.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001546 - include/grpcpp/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001547 - src/cpp/client/secure_credentials.h
1548 - src/cpp/common/secure_auth_context.h
1549 - src/cpp/server/secure_server_credentials.h
1550 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001551 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001552 - src/cpp/client/secure_credentials.cc
1553 - src/cpp/common/auth_property_iterator.cc
1554 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001555 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001556 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001557 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001558 - src/cpp/server/secure_server_credentials.cc
1559 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001560 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001561 baselib: true
1562 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001563 filegroups:
1564 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001565 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001566 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001567 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001568 secure: check
1569 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001570- name: grpc++_core_stats
1571 build: private
1572 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001573 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001574 - src/cpp/util/core_stats.h
1575 src:
1576 - src/proto/grpc/core/stats.proto
1577 - src/cpp/util/core_stats.cc
1578 deps:
1579 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001580- name: grpc++_cronet
1581 build: all
1582 language: c++
1583 src:
1584 - src/cpp/client/cronet_credentials.cc
1585 - src/cpp/client/insecure_credentials.cc
1586 - src/cpp/common/insecure_create_auth_context.cc
1587 - src/cpp/server/insecure_server_credentials.cc
1588 deps:
1589 - gpr
1590 - grpc_cronet
1591 baselib: true
1592 dll: true
1593 filegroups:
1594 - grpc++_base
1595 - grpc++_codegen_base
1596 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001597 - grpc_transport_chttp2_client_insecure
1598 - grpc_transport_chttp2_server_insecure
1599 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001600 platforms:
1601 - linux
1602 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001603- name: grpc++_error_details
1604 build: all
1605 language: c++
1606 public_headers:
1607 - include/grpc++/support/error_details.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001608 - include/grpcpp/support/error_details.h
yang-geceec8e2017-04-10 11:58:44 -07001609 src:
1610 - src/proto/grpc/status/status.proto
1611 - src/cpp/util/error_details.cc
1612 deps:
1613 - grpc++
1614 baselib: true
1615 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001616- name: grpc++_proto_reflection_desc_db
1617 build: private
1618 language: c++
1619 headers:
1620 - test/cpp/util/proto_reflection_descriptor_database.h
1621 src:
1622 - test/cpp/util/proto_reflection_descriptor_database.cc
1623 deps:
1624 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001625 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001626 filegroups:
1627 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001628 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001629- name: grpc++_reflection
1630 build: all
1631 language: c++
1632 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001633 - include/grpc++/ext/proto_server_reflection_plugin.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001634 - include/grpcpp/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001635 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001636 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001637 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001638 - src/cpp/ext/proto_server_reflection.cc
1639 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001640 deps:
1641 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001642 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001643 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001644 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001645- name: grpc++_test_config
1646 build: private
1647 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001648 headers:
1649 - test/cpp/util/test_config.h
1650 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001651 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001652- name: grpc++_test_util
1653 build: private
1654 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001655 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001656 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001657 - test/cpp/util/byte_buffer_proto_helper.h
ncteisen3b42f832018-03-19 13:22:35 -07001658 - test/cpp/util/channel_trace_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001659 - test/cpp/util/create_test_channel.h
1660 - test/cpp/util/string_ref_helper.h
1661 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001662 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001663 src:
ncteisen3b42f832018-03-19 13:22:35 -07001664 - src/proto/grpc/channelz/channelz.proto
yang-gc8a49d22016-12-12 11:18:49 -08001665 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001666 - src/proto/grpc/testing/echo_messages.proto
1667 - src/proto/grpc/testing/echo.proto
1668 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001669 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001670 - test/cpp/util/byte_buffer_proto_helper.cc
ncteisen3b42f832018-03-19 13:22:35 -07001671 - test/cpp/util/channel_trace_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001672 - test/cpp/util/create_test_channel.cc
1673 - test/cpp/util/string_ref_helper.cc
1674 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001675 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001676 deps:
1677 - grpc++
1678 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001679 - grpc
yang-g17487f92016-06-03 15:21:15 -07001680 filegroups:
1681 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001682 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001683 - grpc++_codegen_proto
1684 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001685- name: grpc++_test_util_unsecure
1686 build: private
1687 language: c++
1688 headers:
1689 - test/cpp/end2end/test_service_impl.h
1690 - test/cpp/util/byte_buffer_proto_helper.h
1691 - test/cpp/util/string_ref_helper.h
1692 - test/cpp/util/subprocess.h
1693 src:
1694 - src/proto/grpc/health/v1/health.proto
1695 - src/proto/grpc/testing/echo_messages.proto
1696 - src/proto/grpc/testing/echo.proto
1697 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1698 - test/cpp/end2end/test_service_impl.cc
1699 - test/cpp/util/byte_buffer_proto_helper.cc
1700 - test/cpp/util/string_ref_helper.cc
1701 - test/cpp/util/subprocess.cc
1702 deps:
1703 - grpc++_unsecure
1704 - grpc_test_util_unsecure
1705 - grpc_unsecure
1706 filegroups:
1707 - grpc++_codegen_base
1708 - grpc++_codegen_base_src
1709 - grpc++_codegen_proto
1710 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711- name: grpc++_unsecure
1712 build: all
1713 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001714 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001715 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001716 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001717 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001718 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001720 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001721 baselib: true
1722 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001723 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001724 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001725 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001726 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001727 secure: false
1728 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001729- name: grpc_benchmark
1730 build: test
1731 language: c++
1732 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001733 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1734 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001735 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001736 src:
1737 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001738 deps:
1739 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001740 - grpc++_unsecure
1741 - grpc_test_util_unsecure
1742 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001743 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001744- name: grpc_cli_libs
1745 build: private
1746 language: c++
1747 headers:
1748 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001749 - test/cpp/util/cli_credentials.h
1750 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001751 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001752 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001753 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001754 src:
1755 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001756 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001757 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001758 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001759 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001760 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001761 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001762 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001763 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001764 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001765 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001766 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001767- name: grpc_plugin_support
1768 build: protoc
1769 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001770 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001771 - src/compiler/config.h
1772 - src/compiler/cpp_generator.h
1773 - src/compiler/cpp_generator_helpers.h
1774 - src/compiler/csharp_generator.h
1775 - src/compiler/csharp_generator_helpers.h
1776 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001777 - src/compiler/node_generator.h
1778 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001779 - src/compiler/objective_c_generator.h
1780 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001781 - src/compiler/php_generator.h
1782 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301783 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001784 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301785 - src/compiler/python_generator_helpers.h
1786 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001787 - src/compiler/ruby_generator.h
1788 - src/compiler/ruby_generator_helpers-inl.h
1789 - src/compiler/ruby_generator_map-inl.h
1790 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301791 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001792 src:
1793 - src/compiler/cpp_generator.cc
1794 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001795 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001796 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001797 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001798 - src/compiler/python_generator.cc
1799 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001800 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001801 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802 secure: false
1803 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001804 vs_props:
1805 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001806- name: http2_client_main
1807 build: private
1808 language: c++
1809 headers:
1810 - test/cpp/interop/http2_client.h
1811 src:
1812 - src/proto/grpc/testing/empty.proto
1813 - src/proto/grpc/testing/messages.proto
1814 - src/proto/grpc/testing/test.proto
1815 - test/cpp/interop/http2_client.cc
1816 deps:
1817 - grpc++_test_util
1818 - grpc_test_util
1819 - grpc++
1820 - grpc
1821 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001822- name: interop_client_helper
1823 build: private
1824 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001825 headers:
1826 - test/cpp/interop/client_helper.h
1827 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001828 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001829 - test/cpp/interop/client_helper.cc
1830 deps:
1831 - grpc++_test_util
1832 - grpc_test_util
1833 - grpc++
1834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001836- name: interop_client_main
1837 build: private
1838 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001839 headers:
1840 - test/cpp/interop/interop_client.h
1841 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001842 - src/proto/grpc/testing/empty.proto
1843 - src/proto/grpc/testing/messages.proto
1844 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001845 - test/cpp/interop/client.cc
1846 - test/cpp/interop/interop_client.cc
1847 deps:
1848 - interop_client_helper
1849 - grpc++_test_util
1850 - grpc_test_util
1851 - grpc++
1852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 - gpr_test_util
1854 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001855 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: interop_server_helper
1857 build: private
1858 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001859 headers:
1860 - test/cpp/interop/server_helper.h
1861 src:
1862 - test/cpp/interop/server_helper.cc
1863 deps:
yang-gcc591022017-01-11 11:10:43 -08001864 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001865 - grpc_test_util
1866 - grpc++
1867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001868 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001869- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870 build: private
1871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001873 - src/proto/grpc/testing/empty.proto
1874 - src/proto/grpc/testing/messages.proto
1875 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001876 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001877 deps:
1878 - interop_server_helper
1879 - grpc++_test_util
1880 - grpc_test_util
1881 - grpc++
1882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001885 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001886- name: interop_server_main
1887 build: private
1888 language: c++
1889 src:
1890 - test/cpp/interop/interop_server_bootstrap.cc
1891 deps:
1892 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893- name: qps
1894 build: private
1895 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001896 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001897 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001898 - test/cpp/qps/client.h
1899 - test/cpp/qps/driver.h
1900 - test/cpp/qps/histogram.h
1901 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001902 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001903 - test/cpp/qps/qps_worker.h
1904 - test/cpp/qps/report.h
1905 - test/cpp/qps/server.h
1906 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001907 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001908 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001909 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001910 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001911 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001912 - src/proto/grpc/testing/control.proto
1913 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001914 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001915 - test/cpp/qps/client_async.cc
1916 - test/cpp/qps/client_sync.cc
1917 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001918 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001919 - test/cpp/qps/qps_worker.cc
1920 - test/cpp/qps/report.cc
1921 - test/cpp/qps/server_async.cc
1922 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001923 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001924 deps:
1925 - grpc_test_util
1926 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001927 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001928 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001929 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001930- name: grpc_csharp_ext
1931 build: all
1932 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001933 src:
1934 - src/csharp/ext/grpc_csharp_ext.c
1935 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001938 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001939 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940 dll: only
1941 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001942 vs_packages:
1943 - grpc.dependencies.openssl
1944 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001946 vs_props:
1947 - zlib
1948 - openssl
1949 - winsock
1950 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001952- name: algorithm_test
1953 build: test
1954 language: c
1955 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001956 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001957 deps:
1958 - grpc_test_util
1959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001962 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001963- name: alloc_test
1964 build: test
1965 language: c
1966 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001967 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001968 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001971 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001972- name: alpn_test
1973 build: test
1974 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001975 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001976 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001977 deps:
1978 - grpc_test_util
1979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001980 - gpr_test_util
1981 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001982- name: api_fuzzer
1983 build: fuzzer
1984 language: c
1985 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001986 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001987 deps:
1988 - grpc_test_util
1989 - grpc
1990 - gpr_test_util
1991 - gpr
1992 corpus_dirs:
1993 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001994 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001995 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001996- name: arena_test
1997 build: test
1998 language: c
1999 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002000 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07002001 deps:
2002 - gpr_test_util
2003 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002004 uses_polling: false
Vijay Pai8f4fbb12018-02-08 10:04:08 -08002005- name: avl_test
2006 build: test
2007 language: c
2008 src:
2009 - test/core/avl/avl_test.cc
2010 deps:
2011 - gpr_test_util
2012 - gpr
2013 - grpc
2014 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07002015- name: bad_server_response_test
2016 build: test
2017 language: c
2018 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002019 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07002020 deps:
2021 - test_tcp_server
2022 - grpc_test_util
2023 - grpc
2024 - gpr_test_util
2025 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002026 exclude_iomgrs:
2027 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07002028- name: bin_decoder_test
2029 build: test
2030 language: c
2031 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002032 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07002033 deps:
2034 - grpc_test_util
2035 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002036 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002037- name: bin_encoder_test
2038 build: test
2039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002040 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002041 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002042 deps:
2043 - grpc_test_util
2044 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002045 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08002046- name: channel_create_test
2047 build: test
2048 language: c
2049 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002050 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08002051 deps:
2052 - grpc_test_util
2053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07002056- name: check_epollexclusive
2057 build: tool
2058 language: c
2059 src:
2060 - test/build/check_epollexclusive.c
2061 deps:
2062 - grpc
2063 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08002064- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065 build: test
2066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002068 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002069 deps:
2070 - grpc_test_util
2071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002074 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: chttp2_stream_map_test
2076 build: test
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002079 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002080 deps:
2081 - grpc_test_util
2082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002085 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08002086- name: chttp2_varint_test
2087 build: test
2088 language: c
2089 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002090 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08002091 deps:
2092 - grpc_test_util
2093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002094 - gpr_test_util
2095 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002096 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07002097- name: client_fuzzer
2098 build: fuzzer
2099 language: c
2100 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002101 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07002102 deps:
2103 - grpc_test_util
2104 - grpc
2105 - gpr_test_util
2106 - gpr
2107 corpus_dirs:
2108 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002109 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07002110 maxlen: 2048
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002111- name: cmdline_test
2112 build: test
2113 language: c
2114 src:
2115 - test/core/util/cmdline_test.cc
2116 deps:
2117 - gpr
2118 - gpr_test_util
2119 - grpc_test_util
2120 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002121- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07002122 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07002123 build: test
2124 language: c
2125 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002126 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002127 deps:
2128 - grpc_test_util
2129 - grpc
2130 - gpr_test_util
2131 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: compression_test
2133 build: test
2134 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002135 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002136 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002137 deps:
2138 - grpc_test_util
2139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002140 - gpr_test_util
2141 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002142 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08002143- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07002144 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08002145 build: test
2146 language: c
2147 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002148 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08002149 deps:
2150 - grpc_test_util
2151 - grpc
2152 - gpr_test_util
2153 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002154 exclude_iomgrs:
2155 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07002156- name: connection_refused_test
2157 cpu_cost: 0.1
2158 build: test
2159 language: c
2160 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002161 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07002162 deps:
2163 - grpc_test_util
2164 - grpc
2165 - gpr_test_util
2166 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08002167- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08002168 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08002169 build: test
2170 language: c
2171 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002172 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08002173 deps:
2174 - grpc_test_util
2175 - grpc
2176 - gpr_test_util
2177 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002178 exclude_iomgrs:
2179 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08002180- name: dns_resolver_cooldown_test
2181 build: test
2182 language: c
2183 src:
2184 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
2185 deps:
2186 - grpc_test_util
2187 - grpc
2188 - gpr_test_util
2189 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002190- name: dns_resolver_test
2191 build: test
2192 language: c
2193 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002194 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002195 deps:
2196 - grpc_test_util
2197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002198 - gpr_test_util
2199 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002200- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002201 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002202 build: test
2203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002204 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002205 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002206 deps:
2207 - grpc_test_util
2208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002209 - gpr_test_util
2210 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002211 exclude_iomgrs:
2212 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002213 platforms:
2214 - mac
2215 - linux
2216 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002217- name: endpoint_pair_test
2218 build: test
2219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002220 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002221 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002222 deps:
2223 - grpc_test_util
2224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 - gpr_test_util
2226 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002227 exclude_iomgrs:
2228 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002229- name: error_test
2230 cpu_cost: 30
2231 build: test
2232 language: c
2233 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002234 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08002235 deps:
2236 - grpc_test_util
2237 - grpc
2238 - gpr_test_util
2239 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002240 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002241- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002242 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002243 build: test
2244 language: c
2245 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002246 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002247 deps:
2248 - grpc_test_util
2249 - grpc
2250 - gpr_test_util
2251 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002252 exclude_iomgrs:
2253 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002254 platforms:
2255 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002256- name: fake_resolver_test
2257 build: test
2258 language: c
2259 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002260 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002261 deps:
2262 - grpc_test_util
2263 - grpc
2264 - gpr_test_util
2265 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002266- name: fake_transport_security_test
2267 build: test
2268 language: c
2269 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002270 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002271 deps:
2272 - gpr_test_util
2273 - gpr
2274 - grpc
2275 filegroups:
2276 - transport_security_test_lib
2277 platforms:
2278 - linux
2279 - posix
2280 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002281- name: fd_conservation_posix_test
2282 build: test
2283 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002284 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002285 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002286 deps:
2287 - grpc_test_util
2288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002289 - gpr_test_util
2290 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002291 exclude_iomgrs:
2292 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002293 platforms:
2294 - mac
2295 - linux
2296 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002297- name: fd_posix_test
2298 build: test
2299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002301 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002302 deps:
2303 - grpc_test_util
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002307 exclude_iomgrs:
2308 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002309 platforms:
2310 - mac
2311 - linux
2312 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002313- name: fling_client
2314 build: test
2315 run: false
2316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002317 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002318 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002319 deps:
2320 - grpc_test_util
2321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002322 - gpr_test_util
2323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002324- name: fling_server
2325 build: test
2326 run: false
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002329 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002330 deps:
2331 - grpc_test_util
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002335- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002336 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337 build: test
2338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002339 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002340 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002341 deps:
2342 - grpc_test_util
2343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002344 - gpr_test_util
2345 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002346 platforms:
2347 - mac
2348 - linux
2349 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002350- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002351 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002352 build: test
2353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002354 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002355 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002356 deps:
2357 - grpc_test_util
2358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002359 - gpr_test_util
2360 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002361 platforms:
2362 - mac
2363 - linux
2364 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002365- name: goaway_server_test
2366 cpu_cost: 0.1
2367 build: test
2368 language: c
2369 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002370 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002371 deps:
2372 - grpc_test_util
2373 - grpc
2374 - gpr_test_util
2375 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002376 exclude_iomgrs:
2377 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002378 platforms:
2379 - mac
2380 - linux
2381 - posix
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002382- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002383 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002384 build: test
2385 language: c
2386 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002387 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002388 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002389 - gpr_test_util
2390 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002391 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002392- name: gpr_env_test
2393 build: test
2394 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002395 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002396 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002397 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002398 - gpr_test_util
2399 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002400 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002401- name: gpr_host_port_test
2402 build: test
2403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002404 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002405 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002406 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002407 - gpr_test_util
2408 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002409 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410- name: gpr_log_test
2411 build: test
2412 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002413 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002414 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002415 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002416 - gpr_test_util
2417 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002418 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002419- name: gpr_manual_constructor_test
2420 cpu_cost: 3
2421 build: test
2422 language: c
2423 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002424 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002425 deps:
2426 - gpr_test_util
2427 - gpr
2428 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002429- name: gpr_mpscq_test
2430 cpu_cost: 30
2431 build: test
2432 language: c
2433 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002434 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002435 deps:
2436 - gpr_test_util
2437 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002438 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002439- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002440 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002441 build: test
2442 language: c
2443 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002444 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002445 deps:
2446 - gpr_test_util
2447 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002448 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002449- name: gpr_string_test
2450 build: test
2451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002452 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002453 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002454 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002455 - gpr_test_util
2456 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002457 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002459 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460 build: test
2461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002463 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002464 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002465 - gpr_test_util
2466 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002467 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002469 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470 build: test
2471 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002472 src:
Vijay Paida693552018-02-16 22:59:03 -08002473 - test/core/gprpp/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002474 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002475 - gpr_test_util
2476 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002477 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002478- name: gpr_time_test
2479 build: test
2480 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002481 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002482 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002483 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 - gpr_test_util
2485 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002486 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487- name: gpr_tls_test
2488 build: test
2489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002490 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002491 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002492 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr_test_util
2494 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002495 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002496- name: gpr_useful_test
2497 build: test
2498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002499 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002500 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002501 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002502 - gpr_test_util
2503 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002504 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002505- name: grpc_auth_context_test
2506 build: test
2507 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002508 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002509 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002510 deps:
2511 - grpc_test_util
2512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002513 - gpr_test_util
2514 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002515 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002516- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517 build: test
2518 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002519 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002520 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002521 deps:
2522 - grpc_test_util
2523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002524 - gpr_test_util
2525 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002526 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527- name: grpc_byte_buffer_reader_test
2528 build: test
2529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002530 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002531 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002532 deps:
2533 - grpc_test_util
2534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002535 - gpr_test_util
2536 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002537 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002538- name: grpc_channel_args_test
2539 build: test
2540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002541 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002542 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002543 deps:
2544 - grpc_test_util
2545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002546 - gpr_test_util
2547 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002548 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002549- name: grpc_channel_stack_builder_test
2550 build: test
2551 language: c
2552 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002553 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002554 deps:
2555 - grpc_test_util
2556 - grpc
2557 - gpr_test_util
2558 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002559- name: grpc_channel_stack_test
2560 build: test
2561 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002562 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002563 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002564 deps:
2565 - grpc_test_util
2566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002567 - gpr_test_util
2568 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002569 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570- name: grpc_completion_queue_test
2571 build: test
2572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002573 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002574 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002575 deps:
2576 - grpc_test_util
2577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002578 - gpr_test_util
2579 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002580- name: grpc_completion_queue_threading_test
2581 build: test
2582 language: c
2583 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002584 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002585 deps:
2586 - grpc_test_util
2587 - grpc
2588 - gpr_test_util
2589 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002590 exclude_iomgrs:
2591 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002592- name: grpc_create_jwt
2593 build: tool
2594 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002595 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002596 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002597 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002599 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002600 filegroups:
2601 - cmdline
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002602 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002603 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002604- name: grpc_credentials_test
2605 build: test
2606 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002607 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002608 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002609 deps:
2610 - grpc_test_util
2611 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002612 - gpr_test_util
2613 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002615 build: test
2616 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002617 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002618 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002619 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002620 deps:
2621 - grpc_test_util
2622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002623 - gpr_test_util
2624 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002625- name: grpc_json_token_test
2626 build: test
2627 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002628 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002629 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002630 deps:
2631 - grpc_test_util
2632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002633 - gpr_test_util
2634 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002635 platforms:
2636 - linux
2637 - posix
2638 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002639 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002640- name: grpc_jwt_verifier_test
2641 build: test
2642 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002643 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002644 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002645 deps:
2646 - grpc_test_util
2647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002648 - gpr_test_util
2649 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002650 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002651- name: grpc_print_google_default_creds_token
2652 build: tool
2653 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002654 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002655 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002656 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002658 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002659 filegroups:
2660 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002661 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002662- name: grpc_security_connector_test
2663 build: test
2664 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002665 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002666 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002667 deps:
2668 - grpc_test_util
2669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002670 - gpr_test_util
2671 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002672- name: grpc_ssl_credentials_test
2673 build: test
2674 language: c
2675 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002676 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002677 deps:
2678 - grpc_test_util
2679 - grpc
2680 - gpr_test_util
2681 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682- name: grpc_verify_jwt
2683 build: tool
2684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002685 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002686 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002687 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002689 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002690 filegroups:
2691 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002692 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002693- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002694 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002695 language: c
2696 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002697 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002698 deps:
2699 - grpc_test_util
2700 - grpc
2701 - gpr_test_util
2702 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002703 exclude_iomgrs:
2704 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002705 platforms:
2706 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002707 secure: true
2708- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002709 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002710 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002711 headers:
2712 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002713 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002714 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002715 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002716 deps:
2717 - grpc_test_util
2718 - grpc
2719 - gpr_test_util
2720 - gpr
2721 exclude_iomgrs:
2722 - uv
2723 platforms:
2724 - linux
2725 secure: true
2726- name: handshake_server_with_readahead_handshaker
2727 build: test
2728 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002729 headers:
2730 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002731 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002732 - test/core/handshake/readahead_handshaker_server_ssl.cc
2733 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002734 deps:
2735 - grpc_test_util
2736 - grpc
2737 - gpr_test_util
2738 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002739 exclude_iomgrs:
2740 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002741 platforms:
2742 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002743 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002744- name: histogram_test
2745 build: test
2746 language: c
2747 src:
2748 - test/core/util/histogram_test.cc
2749 deps:
2750 - grpc_test_util
2751 - gpr
2752 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002753- name: hpack_parser_fuzzer_test
2754 build: fuzzer
2755 language: c
2756 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002757 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002758 deps:
2759 - grpc_test_util
2760 - grpc
2761 - gpr_test_util
2762 - gpr
2763 corpus_dirs:
2764 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002765 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002766 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002767- name: hpack_parser_test
2768 build: test
2769 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002770 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002771 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002772 deps:
2773 - grpc_test_util
2774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002775 - gpr_test_util
2776 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002777 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002778- name: hpack_table_test
2779 build: test
2780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002781 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002782 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002783 deps:
2784 - grpc_test_util
2785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002786 - gpr_test_util
2787 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002788 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002789- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002790 build: test
2791 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002792 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002793 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002794 deps:
2795 - grpc_test_util
2796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002797 - gpr_test_util
2798 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002799 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002800- name: http_request_fuzzer_test
2801 build: fuzzer
2802 language: c
2803 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002804 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002805 deps:
2806 - grpc_test_util
2807 - grpc
2808 - gpr_test_util
2809 - gpr
2810 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002811 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002812 maxlen: 2048
2813- name: http_response_fuzzer_test
2814 build: fuzzer
2815 language: c
2816 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002817 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002818 deps:
2819 - grpc_test_util
2820 - grpc
2821 - gpr_test_util
2822 - gpr
2823 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002824 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002825 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002826- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002827 build: test
2828 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002829 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002830 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002831 deps:
2832 - grpc_test_util
2833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002834 - gpr_test_util
2835 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002836- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002837 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002838 build: test
2839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002840 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002841 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002842 deps:
2843 - grpc_test_util
2844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002845 - gpr_test_util
2846 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002847 platforms:
2848 - mac
2849 - linux
2850 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002851- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002852 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002853 build: test
2854 language: c
2855 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002856 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002857 deps:
2858 - grpc_test_util
2859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002860 - gpr_test_util
2861 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002862 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002863 - linux
yang-gf1183302015-12-07 16:02:05 -08002864- name: init_test
2865 build: test
2866 language: c
2867 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002868 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002869 deps:
2870 - grpc_test_util
2871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002872 - gpr_test_util
2873 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002874 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002875- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002876 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002877 build: test
2878 language: c
2879 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002880 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002881 deps:
2882 - grpc_test_util
2883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002884 - gpr_test_util
2885 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002886- name: json_fuzzer_test
2887 build: fuzzer
2888 language: c
2889 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002890 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002891 deps:
2892 - grpc_test_util
2893 - grpc
2894 - gpr_test_util
2895 - gpr
2896 corpus_dirs:
2897 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002898 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002899- name: json_rewrite
2900 build: test
2901 run: false
2902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002903 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002904 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002905 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002906 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002907 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002908 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002909 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002910 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002911- name: json_rewrite_test
2912 build: test
2913 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002914 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002915 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002916 deps:
2917 - grpc_test_util
2918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002919 - gpr_test_util
2920 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002921 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002922- name: json_stream_error_test
2923 build: test
2924 language: c
2925 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002926 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002927 deps:
2928 - grpc_test_util
2929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002930 - gpr_test_util
2931 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002932 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002933- name: json_test
2934 build: test
2935 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002936 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002937 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002938 deps:
2939 - grpc_test_util
2940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002941 - gpr_test_util
2942 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002943 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002944- name: lame_client_test
2945 build: test
2946 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002947 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002948 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002949 deps:
2950 - grpc_test_util
2951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002952 - gpr_test_util
2953 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002954- name: load_file_test
2955 build: test
2956 language: c
2957 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002958 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002959 deps:
2960 - grpc_test_util
2961 - grpc
2962 - gpr_test_util
2963 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002964 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002965- name: low_level_ping_pong_benchmark
2966 build: benchmark
2967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002968 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002969 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002970 deps:
2971 - grpc_test_util
2972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002973 - gpr_test_util
2974 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002975 platforms:
2976 - mac
2977 - linux
2978 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002979- name: memory_profile_client
2980 build: test
2981 run: false
2982 language: c
2983 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002984 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002985 deps:
2986 - grpc_test_util
2987 - grpc
2988 - gpr_test_util
2989 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002990 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002991- name: memory_profile_server
2992 build: test
2993 run: false
2994 language: c
2995 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002996 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002997 deps:
2998 - grpc_test_util
2999 - grpc
3000 - gpr_test_util
3001 - gpr
3002- name: memory_profile_test
3003 cpu_cost: 1.5
3004 build: test
3005 language: c
3006 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003007 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003008 deps:
3009 - grpc_test_util
3010 - grpc
3011 - gpr_test_util
3012 - gpr
3013 platforms:
3014 - mac
3015 - linux
3016 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003017- name: message_compress_test
3018 build: test
3019 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003020 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003021 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003022 deps:
3023 - grpc_test_util
3024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003025 - gpr_test_util
3026 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003027 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07003028- name: minimal_stack_is_minimal_test
3029 build: test
3030 language: c
3031 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003032 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07003033 deps:
3034 - grpc_test_util
3035 - grpc
3036 - gpr_test_util
3037 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003038 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003039- name: multiple_server_queues_test
3040 build: test
3041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003042 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003043 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003044 deps:
3045 - grpc_test_util
3046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003047 - gpr_test_util
3048 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003049- name: murmur_hash_test
3050 build: test
3051 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003052 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08003053 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003054 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08003055 - gpr_test_util
3056 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003057 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003058- name: nanopb_fuzzer_response_test
3059 build: fuzzer
3060 language: c
3061 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003062 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003063 deps:
3064 - grpc_test_util
3065 - grpc
3066 - gpr_test_util
3067 - gpr
3068 corpus_dirs:
3069 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07003070 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003071- name: nanopb_fuzzer_serverlist_test
3072 build: fuzzer
3073 language: c
3074 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003075 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003076 deps:
3077 - grpc_test_util
3078 - grpc
3079 - gpr_test_util
3080 - gpr
3081 corpus_dirs:
3082 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07003083 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003084- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003085 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003086 build: test
3087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003088 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003089 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003090 deps:
3091 - grpc_test_util
3092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003093 - gpr_test_util
3094 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07003095- name: num_external_connectivity_watchers_test
3096 build: test
3097 language: c
3098 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003099 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07003100 deps:
3101 - grpc_test_util
3102 - grpc
3103 - gpr_test_util
3104 - gpr
3105 exclude_iomgrs:
3106 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003107- name: parse_address_test
3108 build: test
3109 language: c
3110 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003111 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003112 deps:
3113 - grpc_test_util
3114 - grpc
3115 - gpr_test_util
3116 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003117 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07003118- name: percent_decode_fuzzer
3119 build: fuzzer
3120 language: c
3121 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003122 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003123 deps:
3124 - grpc_test_util
3125 - grpc
3126 - gpr_test_util
3127 - gpr
3128 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003129 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003130 maxlen: 32
3131- name: percent_encode_fuzzer
3132 build: fuzzer
3133 language: c
3134 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003135 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003136 deps:
3137 - grpc_test_util
3138 - grpc
3139 - gpr_test_util
3140 - gpr
3141 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003142 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003143 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07003144- name: percent_encoding_test
3145 build: test
3146 language: c
3147 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003148 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07003149 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003150 - grpc_test_util
3151 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07003152 - gpr_test_util
3153 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003154 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003155- name: pollset_set_test
3156 build: test
3157 language: c
3158 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003159 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003160 deps:
3161 - grpc_test_util
3162 - grpc
3163 - gpr_test_util
3164 - gpr
3165 exclude_iomgrs:
3166 - uv
3167 platforms:
3168 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003169- name: resolve_address_posix_test
3170 build: test
3171 language: c
3172 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003173 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003174 deps:
3175 - grpc_test_util
3176 - grpc
3177 - gpr_test_util
3178 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08003179 exclude_iomgrs:
3180 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003181 platforms:
3182 - mac
3183 - linux
3184 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003185- name: resolve_address_test
3186 build: test
3187 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003188 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003189 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003190 deps:
3191 - grpc_test_util
3192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003193 - gpr_test_util
3194 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003195- name: resource_quota_test
3196 cpu_cost: 30
3197 build: test
3198 language: c
3199 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003200 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003201 deps:
3202 - grpc_test_util
3203 - grpc
3204 - gpr_test_util
3205 - gpr
yang-gd482e592015-12-10 14:04:00 -08003206- name: secure_channel_create_test
3207 build: test
3208 language: c
3209 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003210 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003211 deps:
3212 - grpc_test_util
3213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003214 - gpr_test_util
3215 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003216- name: secure_endpoint_test
3217 build: test
3218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003219 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003220 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003221 deps:
3222 - grpc_test_util
3223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003224 - gpr_test_util
3225 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003226 exclude_iomgrs:
3227 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003228- name: sequential_connectivity_test
3229 build: test
3230 language: c
3231 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003232 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003233 deps:
3234 - grpc_test_util
3235 - grpc
3236 - gpr_test_util
3237 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003238 exclude_iomgrs:
3239 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003240- name: server_chttp2_test
3241 build: test
3242 language: c
3243 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003244 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003245 deps:
3246 - grpc_test_util
3247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003248 - gpr_test_util
3249 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003250- name: server_fuzzer
3251 build: fuzzer
3252 language: c
3253 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003254 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003255 deps:
3256 - grpc_test_util
3257 - grpc
3258 - gpr_test_util
3259 - gpr
3260 corpus_dirs:
3261 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003262 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003263 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003264- name: server_test
3265 build: test
3266 language: c
3267 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003268 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003269 deps:
3270 - grpc_test_util
3271 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003272 - gpr_test_util
3273 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003274- name: slice_buffer_test
3275 build: test
3276 language: c
3277 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003278 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003279 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003280 - grpc_test_util
3281 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003282 - gpr_test_util
3283 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003284 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003285- name: slice_string_helpers_test
3286 build: test
3287 language: c
3288 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003289 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003290 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003291 - grpc_test_util
3292 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003293 - gpr_test_util
3294 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003295 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003296- name: slice_test
3297 build: test
3298 language: c
3299 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003300 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003301 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003302 - grpc_test_util
3303 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003304 - gpr_test_util
3305 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003306 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003307- name: sockaddr_resolver_test
3308 build: test
3309 language: c
3310 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003311 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003312 deps:
3313 - grpc_test_util
3314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003315 - gpr_test_util
3316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003317- name: sockaddr_utils_test
3318 build: test
3319 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003320 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003321 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003322 deps:
3323 - grpc_test_util
3324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003325 - gpr_test_util
3326 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003327- name: socket_utils_test
3328 build: test
3329 language: c
3330 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003331 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003332 deps:
3333 - grpc_test_util
3334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003335 - gpr_test_util
3336 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003337 exclude_iomgrs:
3338 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003339 platforms:
3340 - mac
3341 - linux
3342 - posix
yang-g31e21282016-11-04 15:10:03 -07003343- name: ssl_server_fuzzer
3344 build: fuzzer
3345 language: c
3346 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003347 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003348 deps:
3349 - grpc_test_util
3350 - grpc
3351 - gpr_test_util
3352 - gpr
3353 corpus_dirs:
3354 - test/core/security/corpus/ssl_server_corpus
3355 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003356- name: ssl_transport_security_test
3357 build: test
3358 language: c
3359 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003360 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003361 deps:
3362 - gpr_test_util
3363 - gpr
3364 - grpc
3365 filegroups:
3366 - transport_security_test_lib
3367 platforms:
3368 - linux
3369 - posix
3370 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003371- name: status_conversion_test
3372 build: test
3373 language: c
3374 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003375 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003376 deps:
3377 - grpc_test_util
3378 - grpc
3379 - gpr_test_util
3380 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003381 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003382- name: stream_compression_test
3383 build: test
3384 language: c
3385 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003386 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003387 deps:
3388 - grpc_test_util
3389 - grpc
3390 - gpr_test_util
3391 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003392 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003393- name: stream_owned_slice_test
3394 build: test
3395 language: c
3396 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003397 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003398 deps:
3399 - grpc_test_util
3400 - grpc
3401 - gpr_test_util
3402 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003403 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003404- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003405 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003406 build: test
3407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003408 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003409 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003410 deps:
3411 - grpc_test_util
3412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003413 - gpr_test_util
3414 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003415 exclude_iomgrs:
3416 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003417 platforms:
3418 - mac
3419 - linux
3420 - posix
murgatroid991191b722017-02-08 11:56:52 -08003421- name: tcp_client_uv_test
3422 cpu_cost: 0.5
3423 build: test
3424 language: c
3425 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003426 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003427 deps:
3428 - grpc_test_util
3429 - grpc
3430 - gpr_test_util
3431 - gpr
3432 exclude_iomgrs:
3433 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003434- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003435 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003436 build: test
3437 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003438 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003439 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003440 deps:
3441 - grpc_test_util
3442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003443 - gpr_test_util
3444 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003445 exclude_iomgrs:
3446 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003447 platforms:
3448 - mac
3449 - linux
3450 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003451- name: tcp_server_posix_test
3452 build: test
3453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003454 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003455 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003456 deps:
3457 - grpc_test_util
3458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003459 - gpr_test_util
3460 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003461 exclude_iomgrs:
3462 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003463 platforms:
3464 - mac
3465 - linux
3466 - posix
murgatroid991191b722017-02-08 11:56:52 -08003467- name: tcp_server_uv_test
3468 build: test
3469 language: c
3470 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003471 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003472 deps:
3473 - grpc_test_util
3474 - grpc
3475 - gpr_test_util
3476 - gpr
3477 exclude_iomgrs:
3478 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003479- name: time_averaged_stats_test
3480 build: test
3481 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003482 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003483 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003484 deps:
3485 - grpc_test_util
3486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003487 - gpr_test_util
3488 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003489 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003490- name: timeout_encoding_test
3491 build: test
3492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003493 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003494 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003495 deps:
3496 - grpc_test_util
3497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003498 - gpr_test_util
3499 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003500 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003501- name: timer_heap_test
3502 build: test
3503 language: c
3504 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003505 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003506 deps:
3507 - grpc_test_util
3508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003509 - gpr_test_util
3510 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003511 exclude_iomgrs:
3512 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003513 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003514- name: timer_list_test
3515 build: test
3516 language: c
3517 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003518 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003519 deps:
3520 - grpc_test_util
3521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003522 - gpr_test_util
3523 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003524 exclude_iomgrs:
3525 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003526 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003527- name: transport_connectivity_state_test
3528 build: test
3529 language: c
3530 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003531 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003532 deps:
3533 - grpc_test_util
3534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003535 - gpr_test_util
3536 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003537- name: transport_metadata_test
3538 build: test
3539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003540 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003541 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003542 deps:
3543 - grpc_test_util
3544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003545 - gpr_test_util
3546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003547- name: transport_security_test
3548 build: test
3549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003550 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003551 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003552 deps:
3553 - grpc_test_util
3554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003555 - gpr_test_util
3556 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003557 platforms:
3558 - linux
3559 - posix
3560 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003561- name: udp_server_test
3562 build: test
3563 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003564 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003565 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003566 deps:
3567 - grpc_test_util
3568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003569 - gpr_test_util
3570 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003571 exclude_iomgrs:
3572 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003573 platforms:
3574 - mac
3575 - linux
3576 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003577- name: uri_fuzzer_test
3578 build: fuzzer
3579 language: c
3580 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003581 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003582 deps:
3583 - grpc_test_util
3584 - grpc
3585 - gpr_test_util
3586 - gpr
3587 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003588 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003589 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003590- name: uri_parser_test
3591 build: test
3592 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003593 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003594 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003595 deps:
3596 - grpc_test_util
3597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003598 - gpr_test_util
3599 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003600- name: wakeup_fd_cv_test
3601 build: test
3602 language: c
3603 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003604 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003605 deps:
3606 - grpc_test_util
3607 - grpc
3608 - gpr_test_util
3609 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003610 exclude_iomgrs:
3611 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003612 platforms:
3613 - mac
3614 - linux
3615 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003616- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003617 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003618 build: test
3619 language: c++
3620 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003621 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003622 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003623 - grpc++_test_util_unsecure
3624 - grpc_test_util_unsecure
3625 - grpc++_unsecure
3626 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003627 - gpr_test_util
3628 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08003629- name: alts_counter_test
3630 build: test
3631 language: c++
3632 src:
3633 - test/core/tsi/alts/frame_protector/alts_counter_test.cc
3634 deps:
3635 - alts_test_util
3636 - gpr
3637 - grpc
3638- name: alts_crypt_test
3639 build: test
3640 language: c++
3641 src:
3642 - test/core/tsi/alts/crypt/aes_gcm_test.cc
3643 deps:
3644 - alts_test_util
3645 - gpr_test_util
3646 - gpr
3647 - grpc
3648- name: alts_crypter_test
3649 build: test
3650 language: c++
3651 src:
3652 - test/core/tsi/alts/frame_protector/alts_crypter_test.cc
3653 deps:
3654 - alts_test_util
3655 - gpr
3656 - grpc
3657- name: alts_frame_handler_test
3658 build: test
3659 language: c++
3660 src:
3661 - test/core/tsi/alts/frame_protector/frame_handler_test.cc
3662 deps:
3663 - alts_test_util
3664 - gpr
3665 - grpc
3666- name: alts_frame_protector_test
3667 build: test
3668 language: c++
3669 src:
3670 - test/core/tsi/alts/frame_protector/alts_frame_protector_test.cc
3671 deps:
3672 - alts_test_util
3673 - gpr
3674 - grpc
3675 filegroups:
3676 - transport_security_test_lib
3677- name: alts_grpc_record_protocol_test
3678 build: test
3679 language: c++
3680 src:
3681 - test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc
3682 deps:
3683 - alts_test_util
3684 - gpr
3685 - grpc
3686- name: alts_handshaker_client_test
3687 build: test
3688 language: c++
3689 src:
3690 - test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc
3691 deps:
3692 - alts_test_util
3693 - gpr
3694 - grpc
3695- name: alts_handshaker_service_api_test
3696 build: test
3697 language: c++
3698 src:
3699 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test.cc
3700 deps:
3701 - alts_test_util
3702 - gpr
3703 - grpc
3704- name: alts_iovec_record_protocol_test
3705 build: test
3706 language: c++
3707 src:
3708 - test/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol_test.cc
3709 deps:
3710 - alts_test_util
3711 - gpr
3712 - grpc
3713- name: alts_security_connector_test
3714 build: test
3715 language: c++
3716 src:
3717 - test/core/security/alts_security_connector_test.cc
3718 deps:
3719 - gpr
3720 - grpc
3721- name: alts_tsi_handshaker_test
3722 build: test
3723 language: c++
3724 src:
3725 - test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
3726 deps:
3727 - alts_test_util
3728 - gpr
3729 - grpc
3730- name: alts_tsi_utils_test
3731 build: test
3732 language: c++
3733 src:
3734 - test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc
3735 deps:
3736 - alts_test_util
3737 - gpr
3738 - grpc
3739- name: alts_zero_copy_grpc_protector_test
3740 build: test
3741 language: c++
3742 src:
3743 - test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc
3744 deps:
3745 - alts_test_util
3746 - gpr
3747 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003748- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003749 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003750 build: test
3751 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003752 src:
3753 - test/cpp/end2end/async_end2end_test.cc
3754 deps:
3755 - grpc++_test_util
3756 - grpc_test_util
3757 - grpc++
3758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003759 - gpr_test_util
3760 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003761- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003762 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003763 build: test
3764 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003765 src:
3766 - test/cpp/common/auth_property_iterator_test.cc
3767 deps:
3768 - grpc++_test_util
3769 - grpc_test_util
3770 - grpc++
3771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003772 - gpr_test_util
3773 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003774 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003775- name: backoff_test
3776 build: test
3777 language: c++
3778 src:
3779 - test/core/backoff/backoff_test.cc
3780 deps:
3781 - grpc_test_util
3782 - grpc
3783 - gpr_test_util
3784 - gpr
3785 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003786- name: bdp_estimator_test
3787 build: test
3788 language: c++
3789 src:
3790 - test/core/transport/bdp_estimator_test.cc
3791 deps:
3792 - grpc++_test_util
3793 - grpc++
3794 - grpc_test_util
3795 - grpc
3796 - gpr_test_util
3797 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003798 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003799- name: bm_arena
3800 build: test
3801 language: c++
3802 src:
3803 - test/cpp/microbenchmarks/bm_arena.cc
3804 deps:
3805 - grpc_benchmark
3806 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003807 - grpc++_test_util_unsecure
3808 - grpc_test_util_unsecure
3809 - grpc++_unsecure
3810 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003811 - gpr_test_util
3812 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003813 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003814 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003815 platforms:
3816 - mac
3817 - linux
3818 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003819 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003820- name: bm_call_create
3821 build: test
3822 language: c++
3823 src:
3824 - test/cpp/microbenchmarks/bm_call_create.cc
3825 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003826 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003827 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003828 - grpc++_test_util_unsecure
3829 - grpc_test_util_unsecure
3830 - grpc++_unsecure
3831 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003832 - gpr_test_util
3833 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003834 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003835 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003836 platforms:
3837 - mac
3838 - linux
3839 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003840 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003841- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003842 build: test
3843 language: c++
3844 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003845 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003846 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003847 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003848 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003849 - grpc++_test_util_unsecure
3850 - grpc_test_util_unsecure
3851 - grpc++_unsecure
3852 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003853 - gpr_test_util
3854 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003855 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003856 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003857 platforms:
3858 - mac
3859 - linux
3860 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003861 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003862- name: bm_chttp2_transport
3863 build: test
3864 language: c++
3865 src:
3866 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3867 deps:
3868 - grpc_benchmark
3869 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003870 - grpc++_test_util_unsecure
3871 - grpc_test_util_unsecure
3872 - grpc++_unsecure
3873 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003874 - gpr_test_util
3875 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003876 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003877 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003878 platforms:
3879 - mac
3880 - linux
3881 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003882- name: bm_closure
3883 build: test
3884 language: c++
3885 src:
3886 - test/cpp/microbenchmarks/bm_closure.cc
3887 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003888 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003889 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003890 - grpc++_test_util_unsecure
3891 - grpc_test_util_unsecure
3892 - grpc++_unsecure
3893 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003894 - gpr_test_util
3895 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003896 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003897 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003898 platforms:
3899 - mac
3900 - linux
3901 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003902- name: bm_cq
3903 build: test
3904 language: c++
3905 src:
3906 - test/cpp/microbenchmarks/bm_cq.cc
3907 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003908 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003909 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003910 - grpc++_test_util_unsecure
3911 - grpc_test_util_unsecure
3912 - grpc++_unsecure
3913 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003914 - gpr_test_util
3915 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003916 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003917 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003918 platforms:
3919 - mac
3920 - linux
3921 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003922- name: bm_cq_multiple_threads
3923 build: test
3924 language: c++
3925 src:
3926 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3927 deps:
3928 - grpc_benchmark
3929 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003930 - grpc++_test_util_unsecure
3931 - grpc_test_util_unsecure
3932 - grpc++_unsecure
3933 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003934 - gpr_test_util
3935 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003936 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003937 defaults: benchmark
3938 platforms:
3939 - mac
3940 - linux
3941 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003942- name: bm_error
3943 build: test
3944 language: c++
3945 src:
3946 - test/cpp/microbenchmarks/bm_error.cc
3947 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003948 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003949 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003950 - grpc++_test_util_unsecure
3951 - grpc_test_util_unsecure
3952 - grpc++_unsecure
3953 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003954 - gpr_test_util
3955 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003956 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003957 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003958 platforms:
3959 - mac
3960 - linux
3961 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003962 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003963- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003964 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003965 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003966 headers:
3967 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003968 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003969 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003970 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003971 - grpc_benchmark
3972 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003973 - grpc++_test_util_unsecure
3974 - grpc_test_util_unsecure
3975 - grpc++_unsecure
3976 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003977 - gpr_test_util
3978 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003979 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003980 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003981 excluded_poll_engines:
3982 - poll
3983 - poll-cv
3984 platforms:
3985 - mac
3986 - linux
3987 - posix
3988 timeout_seconds: 1200
3989- name: bm_fullstack_streaming_pump
3990 build: test
3991 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003992 headers:
3993 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003994 src:
3995 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003996 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003997 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003998 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003999 - grpc++_test_util_unsecure
4000 - grpc_test_util_unsecure
4001 - grpc++_unsecure
4002 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07004003 - gpr_test_util
4004 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004005 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004006 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08004007 excluded_poll_engines:
4008 - poll
4009 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004010 platforms:
4011 - mac
4012 - linux
4013 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08004014 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08004015- name: bm_fullstack_trickle
4016 build: test
4017 language: c++
4018 src:
4019 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
4020 deps:
4021 - grpc_benchmark
4022 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004023 - grpc++_test_util_unsecure
4024 - grpc_test_util_unsecure
4025 - grpc++_unsecure
4026 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08004027 - gpr_test_util
4028 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07004029 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004030 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004031 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07004032 exclude_configs:
4033 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08004034 excluded_poll_engines:
4035 - poll
4036 - poll-cv
4037 platforms:
4038 - mac
4039 - linux
4040 - posix
4041 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08004042- name: bm_fullstack_unary_ping_pong
4043 build: test
4044 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004045 headers:
4046 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08004047 src:
4048 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
4049 deps:
4050 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08004051 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004052 - grpc++_test_util_unsecure
4053 - grpc_test_util_unsecure
4054 - grpc++_unsecure
4055 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08004056 - gpr_test_util
4057 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004058 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08004059 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004060 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07004061 - poll
4062 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004063 platforms:
4064 - mac
4065 - linux
4066 - posix
4067 timeout_seconds: 1200
4068- name: bm_metadata
4069 build: test
4070 language: c++
4071 src:
4072 - test/cpp/microbenchmarks/bm_metadata.cc
4073 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004074 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004075 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004076 - grpc++_test_util_unsecure
4077 - grpc_test_util_unsecure
4078 - grpc++_unsecure
4079 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004080 - gpr_test_util
4081 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004082 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004083 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004084 platforms:
4085 - mac
Craig Tiller25834342015-09-25 08:08:24 -07004086 - linux
4087 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004088 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08004089- name: bm_pollset
4090 build: test
4091 language: c++
4092 src:
4093 - test/cpp/microbenchmarks/bm_pollset.cc
4094 deps:
4095 - grpc_benchmark
4096 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004097 - grpc++_test_util_unsecure
4098 - grpc_test_util_unsecure
4099 - grpc++_unsecure
4100 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08004101 - gpr_test_util
4102 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07004103 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004104 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08004105 platforms:
4106 - mac
4107 - linux
4108 - posix
Mark D. Roth3d8b32d2018-03-09 13:25:40 -08004109- name: byte_stream_test
4110 gtest: true
4111 build: test
4112 language: c++
4113 src:
4114 - test/core/transport/byte_stream_test.cc
4115 deps:
4116 - grpc_test_util
4117 - grpc
4118 - gpr_test_util
4119 - gpr
4120 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004121- name: channel_arguments_test
4122 gtest: true
4123 build: test
4124 language: c++
4125 src:
4126 - test/cpp/common/channel_arguments_test.cc
4127 deps:
4128 - grpc++
4129 - grpc
4130 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004131 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004132- name: channel_filter_test
4133 gtest: true
4134 build: test
4135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004136 src:
4137 - test/cpp/common/channel_filter_test.cc
4138 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004139 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07004140 - grpc
4141 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004142 uses_polling: false
ncteisen3b42f832018-03-19 13:22:35 -07004143- name: channel_trace_test
4144 gtest: true
4145 build: test
4146 language: c++
4147 src:
4148 - test/core/channel/channel_trace_test.cc
4149 deps:
4150 - grpc_test_util
4151 - grpc++_test_util
4152 - grpc++
4153 - grpc
4154 - gpr_test_util
4155 - gpr
4156 filegroups:
4157 - grpc++_channelz_proto
4158 uses:
4159 - grpc++_test
4160 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004161- name: check_gcp_environment_linux_test
4162 build: test
4163 language: c++
4164 src:
4165 - test/core/security/check_gcp_environment_linux_test.cc
4166 deps:
4167 - grpc
4168 - gpr
4169- name: check_gcp_environment_windows_test
4170 build: test
4171 language: c++
4172 src:
4173 - test/core/security/check_gcp_environment_windows_test.cc
4174 deps:
4175 - grpc
4176 - gpr
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08004177- name: chttp2_settings_timeout_test
4178 gtest: true
4179 build: test
4180 language: c++
4181 src:
4182 - test/core/transport/chttp2/settings_timeout_test.cc
4183 deps:
4184 - grpc_test_util
4185 - grpc
4186 - gpr_test_util
4187 - gpr
4188 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004189- name: cli_call_test
4190 gtest: true
4191 build: test
4192 language: c++
4193 src:
Craig Tiller25834342015-09-25 08:08:24 -07004194 - test/cpp/util/cli_call_test.cc
4195 deps:
4196 - grpc_cli_libs
4197 - grpc++_test_util
4198 - grpc_test_util
4199 - grpc++
4200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004201 - gpr_test_util
4202 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08004203- name: client_channel_stress_test
4204 gtest: false
4205 build: test
4206 language: c++
4207 src:
4208 - src/proto/grpc/lb/v1/load_balancer.proto
4209 - test/cpp/client/client_channel_stress_test.cc
4210 deps:
4211 - grpc++_test_util
4212 - grpc_test_util
4213 - grpc++
4214 - grpc
4215 - gpr_test_util
4216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004217- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004218 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004219 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004220 build: test
4221 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004222 src:
4223 - test/cpp/end2end/client_crash_test.cc
4224 deps:
4225 - grpc++_test_util
4226 - grpc_test_util
4227 - grpc++
4228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004229 - gpr_test_util
4230 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004231 platforms:
4232 - mac
4233 - linux
4234 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004235- name: client_crash_test_server
4236 build: test
4237 run: false
4238 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004239 src:
4240 - test/cpp/end2end/client_crash_test_server.cc
4241 deps:
4242 - grpc++_test_util
4243 - grpc_test_util
4244 - grpc++
4245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004246 - gpr_test_util
4247 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004248- name: client_lb_end2end_test
4249 gtest: true
4250 build: test
4251 language: c++
4252 src:
4253 - test/cpp/end2end/client_lb_end2end_test.cc
4254 deps:
4255 - grpc++_test_util
4256 - grpc_test_util
4257 - grpc++
4258 - grpc
4259 - gpr_test_util
4260 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004261- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08004262 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004263 build: test
4264 language: c++
4265 src:
4266 - src/proto/grpc/testing/control.proto
4267 - src/proto/grpc/testing/messages.proto
4268 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004269 - src/proto/grpc/testing/services.proto
4270 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004271 - test/cpp/codegen/codegen_test_full.cc
4272 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004273 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004274 - grpc++
4275 - grpc
4276 - gpr
4277 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004278 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07004279 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004280- name: codegen_test_minimal
4281 gtest: true
4282 build: test
4283 language: c++
4284 src:
4285 - src/proto/grpc/testing/control.proto
4286 - src/proto/grpc/testing/messages.proto
4287 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004288 - src/proto/grpc/testing/services.proto
4289 - src/proto/grpc/testing/stats.proto
4290 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07004291 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004292 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07004293 - grpc
4294 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07004295 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004296 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07004297 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07004298 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004299- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004300 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004301 build: test
4302 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004303 src:
4304 - test/cpp/client/credentials_test.cc
4305 deps:
4306 - grpc++
4307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004309- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004310 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004311 build: test
4312 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004313 src:
4314 - test/cpp/util/byte_buffer_test.cc
4315 deps:
4316 - grpc_test_util
4317 - grpc++
4318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004319 - gpr_test_util
4320 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004321 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004322- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004323 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004324 build: test
4325 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004326 src:
4327 - test/cpp/util/slice_test.cc
4328 deps:
4329 - grpc_test_util
4330 - grpc++
4331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004332 - gpr_test_util
4333 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004334 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004335- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004336 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004337 build: test
4338 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004339 src:
4340 - test/cpp/util/string_ref_test.cc
4341 deps:
4342 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02004343 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07004344 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004345- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004346 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004347 build: test
4348 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004349 src:
4350 - test/cpp/util/time_test.cc
4351 deps:
4352 - grpc_test_util
4353 - grpc++
4354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004355 - gpr_test_util
4356 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004357 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004358- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004359 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004360 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004361 build: test
4362 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004363 src:
4364 - test/cpp/end2end/end2end_test.cc
4365 deps:
4366 - grpc++_test_util
4367 - grpc_test_util
4368 - grpc++
4369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004370 - gpr_test_util
4371 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004372- name: error_details_test
4373 gtest: true
4374 build: test
4375 language: c++
4376 src:
4377 - src/proto/grpc/testing/echo_messages.proto
4378 - test/cpp/util/error_details_test.cc
4379 deps:
4380 - grpc++_error_details
4381 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004382- name: exception_test
4383 gtest: true
4384 build: test
4385 language: c++
4386 src:
4387 - test/cpp/end2end/exception_test.cc
4388 deps:
4389 - grpc++_test_util
4390 - grpc_test_util
4391 - grpc++
4392 - grpc
4393 - gpr_test_util
4394 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004395- name: filter_end2end_test
4396 gtest: true
4397 build: test
4398 language: c++
4399 src:
4400 - test/cpp/end2end/filter_end2end_test.cc
4401 deps:
4402 - grpc++_test_util
4403 - grpc_test_util
4404 - grpc++
4405 - grpc
4406 - gpr_test_util
4407 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004408- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004409 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004410 build: test
4411 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004412 src:
4413 - test/cpp/end2end/generic_end2end_test.cc
4414 deps:
4415 - grpc++_test_util
4416 - grpc_test_util
4417 - grpc++
4418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004419 - gpr_test_util
4420 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004421- name: golden_file_test
4422 gtest: true
4423 build: test
4424 language: c++
4425 src:
4426 - src/proto/grpc/testing/compiler_test.proto
4427 - test/cpp/codegen/golden_file_test.cc
4428 deps:
4429 - grpc++
4430 - grpc
4431 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004432 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004433 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004434 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004435- name: grpc_alts_credentials_options_test
4436 build: test
4437 language: c++
4438 src:
4439 - test/core/security/grpc_alts_credentials_options_test.cc
4440 deps:
4441 - grpc
4442 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004443- name: grpc_cli
4444 build: test
4445 run: false
4446 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004447 src:
4448 - test/cpp/util/grpc_cli.cc
4449 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004450 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004451 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004452 - grpc++
4453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004454 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004455 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004456- name: grpc_cpp_plugin
4457 build: protoc
4458 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004459 src:
4460 - src/compiler/cpp_plugin.cc
4461 deps:
4462 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004463 secure: false
4464 vs_config_type: Application
4465 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4466- name: grpc_csharp_plugin
4467 build: protoc
4468 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004469 src:
4470 - src/compiler/csharp_plugin.cc
4471 deps:
4472 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004473 secure: false
4474 vs_config_type: Application
4475 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004476- name: grpc_node_plugin
4477 build: protoc
4478 language: c++
4479 src:
4480 - src/compiler/node_plugin.cc
4481 deps:
4482 - grpc_plugin_support
4483 secure: false
4484 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004485- name: grpc_objective_c_plugin
4486 build: protoc
4487 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004488 src:
4489 - src/compiler/objective_c_plugin.cc
4490 deps:
4491 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004492 secure: false
4493 vs_config_type: Application
4494 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004495- name: grpc_php_plugin
4496 build: protoc
4497 language: c++
4498 src:
4499 - src/compiler/php_plugin.cc
4500 deps:
4501 - grpc_plugin_support
4502 secure: false
4503 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004504- name: grpc_python_plugin
4505 build: protoc
4506 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004507 src:
4508 - src/compiler/python_plugin.cc
4509 deps:
4510 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004511 secure: false
4512 vs_config_type: Application
4513 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4514- name: grpc_ruby_plugin
4515 build: protoc
4516 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004517 src:
4518 - src/compiler/ruby_plugin.cc
4519 deps:
4520 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004521 secure: false
4522 vs_config_type: Application
4523 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004524- name: grpc_tool_test
4525 gtest: true
4526 build: test
4527 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004528 src:
4529 - src/proto/grpc/testing/echo.proto
4530 - src/proto/grpc/testing/echo_messages.proto
4531 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004532 deps:
4533 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004534 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004535 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004536 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004537 - grpc_test_util
4538 - grpc++
4539 - grpc
4540 - gpr_test_util
4541 - gpr
4542 filegroups:
4543 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004544- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004545 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004546 build: test
4547 language: c++
4548 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004549 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004550 - test/cpp/grpclb/grpclb_api_test.cc
4551 deps:
4552 - grpc++_test_util
4553 - grpc_test_util
4554 - grpc++
4555 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004556- name: grpclb_end2end_test
4557 gtest: true
4558 build: test
4559 language: c++
4560 src:
4561 - src/proto/grpc/lb/v1/load_balancer.proto
4562 - test/cpp/end2end/grpclb_end2end_test.cc
4563 deps:
4564 - grpc++_test_util
4565 - grpc_test_util
4566 - grpc++
4567 - grpc
4568 - gpr_test_util
4569 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004570- name: h2_ssl_cert_test
4571 gtest: true
4572 build: test
4573 language: c++
4574 headers:
4575 - test/core/end2end/end2end_tests.h
4576 src:
4577 - test/core/end2end/h2_ssl_cert_test.cc
4578 deps:
4579 - grpc_test_util
4580 - grpc++
4581 - grpc
4582 - gpr_test_util
4583 - gpr
4584 uses:
4585 - grpc++_test
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08004586- name: h2_ssl_session_reuse_test
4587 gtest: true
4588 build: test
4589 language: c++
4590 headers:
4591 - test/core/end2end/end2end_tests.h
4592 src:
4593 - test/core/end2end/h2_ssl_session_reuse_test.cc
4594 deps:
4595 - grpc_test_util
4596 - grpc++
4597 - grpc
4598 - gpr_test_util
4599 - gpr
4600 uses:
4601 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004602- name: health_service_end2end_test
4603 gtest: true
4604 build: test
4605 language: c++
4606 src:
4607 - test/cpp/end2end/health_service_end2end_test.cc
4608 deps:
4609 - grpc++_test_util
4610 - grpc_test_util
4611 - grpc++
4612 - grpc
4613 - gpr_test_util
4614 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004615- name: http2_client
4616 build: test
4617 run: false
4618 language: c++
4619 src: []
4620 deps:
4621 - http2_client_main
4622 - grpc++_test_util
4623 - grpc_test_util
4624 - grpc++
4625 - grpc
4626 - grpc++_test_config
4627 platforms:
4628 - mac
4629 - linux
4630 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004631- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004632 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004633 build: test
4634 language: c++
4635 src:
4636 - test/cpp/end2end/hybrid_end2end_test.cc
4637 deps:
4638 - grpc++_test_util
4639 - grpc_test_util
4640 - grpc++
4641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004642 - gpr_test_util
4643 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004644- name: inlined_vector_test
4645 gtest: true
4646 build: test
4647 language: c++
4648 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004649 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004650 deps:
4651 - grpc_test_util
4652 - grpc++
4653 - grpc
4654 - gpr_test_util
4655 - gpr
4656 uses:
4657 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004658- name: inproc_sync_unary_ping_pong_test
4659 build: test
4660 language: c++
4661 src:
4662 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4663 deps:
4664 - qps
4665 - grpc++_core_stats
4666 - grpc++_test_util
4667 - grpc_test_util
4668 - grpc++
4669 - grpc
4670 - gpr_test_util
4671 - gpr
4672 - grpc++_test_config
4673 platforms:
4674 - mac
4675 - linux
4676 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004677- name: interop_client
4678 build: test
4679 run: false
4680 language: c++
4681 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004682 deps:
4683 - interop_client_main
4684 - interop_client_helper
4685 - grpc++_test_util
4686 - grpc_test_util
4687 - grpc++
4688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004689 - gpr_test_util
4690 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004691 - grpc++_test_config
4692 platforms:
4693 - mac
4694 - linux
4695 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004696- name: interop_server
4697 build: test
4698 run: false
4699 language: c++
4700 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004701 deps:
4702 - interop_server_main
4703 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004704 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004705 - grpc++_test_util
4706 - grpc_test_util
4707 - grpc++
4708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004709 - gpr_test_util
4710 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004711 - grpc++_test_config
4712 platforms:
4713 - mac
4714 - linux
4715 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004716- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004717 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004718 build: test
4719 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004720 src:
4721 - test/cpp/interop/interop_test.cc
4722 deps:
4723 - grpc_test_util
4724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004725 - gpr_test_util
4726 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004727 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004728 platforms:
4729 - mac
4730 - linux
4731 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004732- name: json_run_localhost
4733 build: test
4734 run: false
4735 language: c++
4736 src:
4737 - test/cpp/qps/json_run_localhost.cc
4738 deps:
4739 - grpc++_test_util
4740 - grpc_test_util
4741 - grpc++
4742 - grpc
4743 - gpr_test_util
4744 - gpr
4745 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004746 platforms:
4747 - mac
4748 - linux
4749 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004750- name: memory_test
4751 gtest: true
4752 build: test
4753 language: c++
4754 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004755 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004756 deps:
4757 - grpc_test_util
4758 - grpc++
4759 - grpc
4760 - gpr_test_util
4761 - gpr
4762 uses:
4763 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004764 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004765- name: metrics_client
4766 build: test
4767 run: false
4768 language: c++
4769 headers:
4770 - test/cpp/util/metrics_server.h
4771 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004772 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004773 - test/cpp/interop/metrics_client.cc
4774 deps:
4775 - grpc++
4776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004777 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004778 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004779- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004780 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004781 build: test
4782 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004783 headers:
4784 - include/grpc++/test/mock_stream.h
Muxi Yan0e00c432018-01-26 15:39:32 -08004785 - include/grpcpp/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004786 src:
4787 - test/cpp/end2end/mock_test.cc
4788 deps:
4789 - grpc++_test_util
4790 - grpc_test_util
4791 - grpc++
4792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004793 - gpr_test_util
4794 - gpr
Vijay Pai132efa02018-02-09 15:28:14 -08004795- name: nonblocking_test
4796 gtest: true
4797 build: test
4798 language: c++
4799 src:
4800 - test/cpp/end2end/nonblocking_test.cc
4801 deps:
4802 - grpc++_test_util
4803 - grpc_test_util
4804 - grpc++
4805 - grpc
4806 - gpr_test_util
4807 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004808- name: noop-benchmark
4809 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004810 language: c++
4811 src:
4812 - test/cpp/microbenchmarks/noop-benchmark.cc
4813 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004814 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004815 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004816- name: orphanable_test
4817 gtest: true
4818 build: test
4819 language: c++
4820 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004821 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004822 deps:
4823 - grpc_test_util
4824 - grpc++
4825 - grpc
4826 - gpr_test_util
4827 - gpr
4828 uses:
4829 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004830- name: proto_server_reflection_test
4831 gtest: true
4832 build: test
4833 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004834 src:
4835 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004836 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004837 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004838 - grpc++_reflection
4839 - grpc++_test_util
4840 - grpc_test_util
4841 - grpc++
4842 - grpc
4843 - gpr_test_util
4844 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004845- name: proto_utils_test
4846 gtest: true
4847 build: test
4848 language: c++
4849 src:
4850 - test/cpp/codegen/proto_utils_test.cc
4851 deps:
4852 - grpc++
4853 - grpc
4854 filegroups:
4855 - grpc++_codegen_base
4856 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004857 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004858- name: qps_interarrival_test
4859 build: test
4860 run: false
4861 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004862 src:
4863 - test/cpp/qps/qps_interarrival_test.cc
4864 deps:
4865 - qps
4866 - grpc++_test_util
4867 - grpc_test_util
4868 - grpc++
4869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004870 - gpr_test_util
4871 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004872 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004873 platforms:
4874 - mac
4875 - linux
4876 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004877 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004878- name: qps_json_driver
4879 build: test
4880 run: false
4881 language: c++
4882 src:
4883 - test/cpp/qps/qps_json_driver.cc
4884 deps:
4885 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004886 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004887 - grpc++_test_util
4888 - grpc_test_util
4889 - grpc++
4890 - grpc
4891 - gpr_test_util
4892 - gpr
4893 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004894- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004895 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004896 build: test
4897 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004898 src:
4899 - test/cpp/qps/qps_openloop_test.cc
4900 deps:
4901 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004902 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004903 - grpc++_test_util
4904 - grpc_test_util
4905 - grpc++
4906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004907 - gpr_test_util
4908 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004909 - grpc++_test_config
4910 platforms:
4911 - mac
4912 - linux
4913 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004914- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004915 build: test
4916 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004917 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004918 headers:
4919 - test/cpp/qps/client.h
4920 - test/cpp/qps/server.h
4921 src:
4922 - test/cpp/qps/worker.cc
4923 deps:
4924 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004925 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004926 - grpc++_test_util
4927 - grpc_test_util
4928 - grpc++
4929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004930 - gpr_test_util
4931 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004932 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004933- name: reconnect_interop_client
4934 build: test
4935 run: false
4936 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004937 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004938 - src/proto/grpc/testing/empty.proto
4939 - src/proto/grpc/testing/messages.proto
4940 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004941 - test/cpp/interop/reconnect_interop_client.cc
4942 deps:
4943 - grpc++_test_util
4944 - grpc_test_util
4945 - grpc++
4946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004947 - gpr_test_util
4948 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004949 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004950- name: reconnect_interop_server
4951 build: test
4952 run: false
4953 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004954 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004955 - src/proto/grpc/testing/empty.proto
4956 - src/proto/grpc/testing/messages.proto
4957 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004958 - test/cpp/interop/reconnect_interop_server.cc
4959 deps:
4960 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004961 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004962 - grpc++_test_util
4963 - grpc_test_util
4964 - grpc++
4965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004966 - gpr_test_util
4967 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004968 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004969- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004970 gtest: true
4971 build: test
4972 language: c++
4973 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004974 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004975 deps:
4976 - grpc_test_util
4977 - grpc++
4978 - grpc
4979 - gpr_test_util
4980 - gpr
4981 uses:
4982 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004983- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004984 gtest: true
4985 build: test
4986 language: c++
4987 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004988 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004989 deps:
4990 - grpc_test_util
4991 - grpc++
4992 - grpc
4993 - gpr_test_util
4994 - gpr
4995 uses:
4996 - grpc++_test
Mark D. Roth9db86fc2018-03-28 07:42:20 -07004997- name: retry_throttle_test
4998 gtest: true
4999 build: test
5000 language: c++
5001 src:
5002 - test/core/client_channel/retry_throttle_test.cc
5003 deps:
5004 - grpc_test_util
5005 - grpc
5006 - gpr_test_util
5007 - gpr
5008 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005009- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005010 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005011 build: test
5012 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005013 src:
5014 - test/cpp/common/secure_auth_context_test.cc
5015 deps:
5016 - grpc++_test_util
5017 - grpc_test_util
5018 - grpc++
5019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005020 - gpr_test_util
5021 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08005022- name: secure_sync_unary_ping_pong_test
5023 build: test
5024 language: c++
5025 src:
5026 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
5027 deps:
5028 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07005029 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08005030 - grpc++_test_util
5031 - grpc_test_util
5032 - grpc++
5033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005034 - gpr_test_util
5035 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07005036 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08005037 platforms:
5038 - mac
5039 - linux
5040 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07005041- name: server_builder_plugin_test
5042 gtest: true
5043 build: test
5044 language: c++
5045 src:
5046 - test/cpp/end2end/server_builder_plugin_test.cc
5047 deps:
5048 - grpc++_test_util
5049 - grpc_test_util
5050 - grpc++
5051 - grpc
5052 - gpr_test_util
5053 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08005054- name: server_builder_test
5055 gtest: true
5056 build: test
5057 language: c++
5058 src:
5059 - src/proto/grpc/testing/echo_messages.proto
5060 - src/proto/grpc/testing/echo.proto
5061 - test/cpp/server/server_builder_test.cc
5062 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005063 - grpc++_test_util_unsecure
5064 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005065 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005066 - grpc++_unsecure
5067 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005068 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07005069- name: server_context_test_spouse_test
5070 gtest: true
5071 build: test
5072 language: c++
5073 src:
5074 - test/cpp/test/server_context_test_spouse_test.cc
5075 deps:
5076 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07005077 - grpc++
5078 - grpc
5079 - gpr_test_util
5080 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08005081 uses:
5082 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07005083- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005084 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005085 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07005086 build: test
5087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005088 src:
5089 - test/cpp/end2end/server_crash_test.cc
5090 deps:
5091 - grpc++_test_util
5092 - grpc_test_util
5093 - grpc++
5094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005095 - gpr_test_util
5096 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005097 platforms:
5098 - mac
5099 - linux
5100 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07005101- name: server_crash_test_client
5102 build: test
5103 run: false
5104 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005105 src:
5106 - test/cpp/end2end/server_crash_test_client.cc
5107 deps:
5108 - grpc++_test_util
5109 - grpc_test_util
5110 - grpc++
5111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005112 - gpr_test_util
5113 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08005114- name: server_early_return_test
5115 gtest: true
5116 build: test
5117 language: c++
5118 src:
5119 - test/cpp/end2end/server_early_return_test.cc
5120 deps:
5121 - grpc++_test_util
5122 - grpc_test_util
5123 - grpc++
5124 - grpc
5125 - gpr_test_util
5126 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07005127- name: server_request_call_test
5128 gtest: true
5129 build: test
5130 language: c++
5131 src:
5132 - src/proto/grpc/testing/echo_messages.proto
5133 - src/proto/grpc/testing/echo.proto
5134 - test/cpp/server/server_request_call_test.cc
5135 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005136 - grpc++_test_util_unsecure
5137 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005138 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005139 - grpc++_unsecure
5140 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005141 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07005142- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005143 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005144 build: test
5145 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005146 src:
5147 - test/cpp/end2end/shutdown_test.cc
5148 deps:
5149 - grpc++_test_util
5150 - grpc_test_util
5151 - grpc++
5152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005153 - gpr_test_util
5154 - gpr
Mark D. Roth3e7f2df2018-02-26 13:17:06 -08005155- name: slice_hash_table_test
5156 gtest: true
5157 build: test
5158 language: c++
5159 src:
5160 - test/core/slice/slice_hash_table_test.cc
5161 deps:
5162 - grpc_test_util
5163 - grpc
5164 - gpr_test_util
5165 - gpr
5166 uses_polling: false
David Garcia Quintas396d49d2018-02-28 16:06:30 -08005167- name: slice_weak_hash_table_test
5168 gtest: true
5169 build: test
5170 language: c++
5171 src:
5172 - test/core/slice/slice_weak_hash_table_test.cc
5173 deps:
5174 - grpc_test_util
5175 - grpc
5176 - gpr_test_util
5177 - gpr
5178 uses_polling: false
Craig Tiller97ec5eb2017-09-01 12:57:36 -07005179- name: stats_test
5180 gtest: true
5181 build: test
5182 language: c++
5183 src:
5184 - test/core/debug/stats_test.cc
5185 deps:
5186 - grpc++_test_util
5187 - grpc_test_util
5188 - grpc
5189 - gpr_test_util
5190 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07005191 exclude_configs:
5192 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00005193 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07005194 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005195- name: status_metadata_test
5196 gtest: true
5197 build: test
5198 language: c++
5199 src:
5200 - test/core/transport/status_metadata_test.cc
5201 deps:
5202 - grpc
5203 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005204- name: status_util_test
5205 gtest: true
5206 cpu_cost: 0.1
5207 build: test
5208 language: c++
5209 src:
ncteisen3b42f832018-03-19 13:22:35 -07005210 - test/core/channel/status_util_test.cc
Mark D. Roth718c8342018-02-28 13:00:04 -08005211 deps:
5212 - grpc
5213 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005214- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005215 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005216 build: test
5217 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005218 src:
5219 - test/cpp/end2end/streaming_throughput_test.cc
5220 deps:
5221 - grpc++_test_util
5222 - grpc_test_util
5223 - grpc++
5224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005225 - gpr_test_util
5226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005227 platforms:
5228 - mac
5229 - linux
5230 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005231- name: stress_test
5232 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07005233 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005234 language: c++
5235 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07005236 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005237 - test/cpp/interop/interop_client.h
5238 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08005239 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005240 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005241 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08005242 - src/proto/grpc/testing/empty.proto
5243 - src/proto/grpc/testing/messages.proto
5244 - src/proto/grpc/testing/metrics.proto
5245 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005246 - test/cpp/interop/interop_client.cc
5247 - test/cpp/interop/stress_interop_client.cc
5248 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005249 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005250 deps:
5251 - grpc++_test_util
5252 - grpc_test_util
5253 - grpc++
5254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005255 - gpr_test_util
5256 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005257 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005258- name: thread_manager_test
5259 build: test
5260 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005261 src:
5262 - test/cpp/thread_manager/thread_manager_test.cc
5263 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005264 - grpc++_unsecure
5265 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005266 - gpr
5267 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07005268- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005269 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005270 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07005271 build: test
5272 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005273 src:
5274 - test/cpp/end2end/thread_stress_test.cc
5275 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005276 - grpc++_test_util_unsecure
5277 - grpc_test_util_unsecure
5278 - grpc++_unsecure
5279 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08005280 - gpr_test_util
5281 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07005282- name: transport_pid_controller_test
5283 build: test
5284 language: c++
5285 src:
5286 - test/core/transport/pid_controller_test.cc
5287 deps:
5288 - grpc++_test_util
5289 - grpc++
5290 - grpc_test_util
5291 - grpc
5292 - gpr_test_util
5293 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08005294- name: transport_security_common_api_test
5295 build: test
5296 language: c++
5297 src:
5298 - test/core/tsi/alts/handshaker/transport_security_common_api_test.cc
5299 deps:
5300 - alts_test_util
5301 - gpr
5302 - grpc
Craig Tiller9a3997c2017-01-30 13:22:33 -08005303- name: writes_per_rpc_test
5304 gtest: true
5305 cpu_cost: 0.5
5306 build: test
5307 language: c++
5308 src:
5309 - test/cpp/performance/writes_per_rpc_test.cc
5310 deps:
5311 - grpc++_test_util
5312 - grpc_test_util
5313 - grpc++
5314 - grpc
5315 - gpr_test_util
5316 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08005317 platforms:
5318 - mac
5319 - linux
5320 - posix
Craig Tillerab230452016-01-04 08:18:43 -08005321- name: public_headers_must_be_c89
5322 build: test
5323 language: c89
5324 src:
5325 - test/core/surface/public_headers_must_be_c89.c
5326 deps:
5327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005328 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08005329- name: gen_hpack_tables
5330 build: tool
5331 language: cc
5332 src:
5333 - tools/codegen/core/gen_hpack_tables.cc
5334 deps:
5335 - gpr
5336 - grpc
5337 uses_polling: false
5338- name: gen_legal_metadata_characters
5339 build: tool
5340 language: cc
5341 src:
5342 - tools/codegen/core/gen_legal_metadata_characters.cc
5343 deps: []
5344- name: gen_percent_encoding_tables
5345 build: tool
5346 language: cc
5347 src:
5348 - tools/codegen/core/gen_percent_encoding_tables.cc
5349 deps: []
5350 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005351vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07005352- linkage: static
5353 name: grpc.dependencies.zlib
5354 props: false
5355 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005356 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08005357- linkage: static
5358 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07005359 props: true
5360 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005361 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07005362- name: gflags
5363 props: false
5364 redist: false
5365 version: 2.1.2.1
5366- name: gtest
5367 props: false
5368 redist: false
5369 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08005370configs:
5371 asan:
5372 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005373 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5374 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005375 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005376 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005377 LDFLAGS: -fsanitize=address
5378 LDXX: clang++
5379 compile_the_world: true
5380 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08005381 ASAN_OPTIONS: detect_leaks=1:color=always
5382 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005383 asan-noleaks:
5384 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005385 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5386 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005387 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005388 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005389 LDFLAGS: -fsanitize=address
5390 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08005391 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08005392 test_environ:
5393 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07005394 asan-trace-cmp:
5395 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07005396 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
5397 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07005398 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005399 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07005400 LDFLAGS: -fsanitize=address
5401 LDXX: clang++
5402 compile_the_world: true
5403 test_environ:
5404 ASAN_OPTIONS: detect_leaks=1:color=always
5405 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005406 basicprof:
5407 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
5408 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07005409 c++-compat:
5410 CFLAGS: -Wc++-compat
5411 CPPFLAGS: -O0
5412 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08005413 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08005414 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08005415 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005416 dbg:
5417 CPPFLAGS: -O0
5418 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005419 gcov:
5420 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005421 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08005422 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08005423 DEFINES: _DEBUG DEBUG GPR_GCOV
5424 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07005425 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08005426 LDXX: g++
5427 helgrind:
5428 CPPFLAGS: -O0
5429 DEFINES: _DEBUG DEBUG
5430 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005431 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07005432 lto:
5433 CPPFLAGS: -O2
5434 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005435 memcheck:
5436 CPPFLAGS: -O0
5437 DEFINES: _DEBUG DEBUG
5438 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005439 valgrind: --tool=memcheck --leak-check=full
5440 msan:
5441 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005442 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005443 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5444 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005445 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005446 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005447 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005448 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5449 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5450 LDXX: clang++
5451 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005452 test_environ:
5453 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005454 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005455 CPPFLAGS: -O3 -fno-omit-frame-pointer
5456 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005457 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005458 noexcept:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005459 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tiller1b6097c2017-04-10 13:28:45 -07005460 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005461 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005462 opt:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005463 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tillera0f85172016-01-20 15:56:06 -08005464 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005465 stapprof:
5466 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5467 DEFINES: NDEBUG
5468 tsan:
5469 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005470 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005471 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005472 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005473 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005474 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005475 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005476 LDXX: clang++
5477 compile_the_world: true
5478 test_environ:
5479 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005480 ubsan:
5481 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005482 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5483 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005484 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005485 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005486 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005487 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005488 LDXX: clang++
5489 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005490 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005491 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005492defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005493 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005494 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5495 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005496 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5497 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5498 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5499 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5500 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005501 benchmark:
5502 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005503 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005504 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005505 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5506 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005507 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005508 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005509 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005510 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005511 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005512 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005513 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005514 LDFLAGS: -g
5515 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005516 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005517 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005518openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005519 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005520 extraction_dir: openssl-1.0.2f
5521 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005522php_config_m4:
5523 deps:
5524 - grpc
5525 - gpr
5526 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005527 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005528 - address_sorting
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005529 headers:
5530 - src/php/ext/grpc/byte_buffer.h
5531 - src/php/ext/grpc/call.h
5532 - src/php/ext/grpc/call_credentials.h
5533 - src/php/ext/grpc/channel.h
5534 - src/php/ext/grpc/channel_credentials.h
5535 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005536 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005537 - src/php/ext/grpc/php_grpc.h
5538 - src/php/ext/grpc/server.h
5539 - src/php/ext/grpc/server_credentials.h
5540 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005541 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005542 src:
5543 - src/php/ext/grpc/byte_buffer.c
5544 - src/php/ext/grpc/call.c
5545 - src/php/ext/grpc/call_credentials.c
5546 - src/php/ext/grpc/channel.c
5547 - src/php/ext/grpc/channel_credentials.c
5548 - src/php/ext/grpc/completion_queue.c
5549 - src/php/ext/grpc/php_grpc.c
5550 - src/php/ext/grpc/server.c
5551 - src/php/ext/grpc/server_credentials.c
5552 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005553python_dependencies:
5554 deps:
5555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005556 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005557 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005558 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005559 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005560 - address_sorting
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005561ruby_gem:
5562 deps:
5563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005564 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005565 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005566 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005567 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005568 - address_sorting