blob: 3a82b7354df65f1cb0cd99f92f795baab135781d [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
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700688 uses:
689 - grpc_base
690 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700691- name: grpc_max_age_filter
692 headers:
693 - src/core/ext/filters/max_age/max_age_filter.h
694 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700695 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700696 plugin: grpc_max_age_filter
697 uses:
698 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700699- name: grpc_message_size_filter
700 headers:
701 - src/core/ext/filters/message_size/message_size_filter.h
702 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700703 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700704 plugin: grpc_message_size_filter
705 uses:
706 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700707- name: grpc_resolver_dns_ares
708 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700709 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
710 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700711 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700712 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
713 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
714 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
715 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700716 plugin: grpc_resolver_dns_ares
717 uses:
718 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700719 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700720- name: grpc_resolver_dns_native
721 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700722 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700723 plugin: grpc_resolver_dns_native
724 uses:
725 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700726 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700727- name: grpc_resolver_fake
728 headers:
729 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
730 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700731 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700732 plugin: grpc_resolver_fake
733 uses:
734 - grpc_base
735 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700736- name: grpc_resolver_sockaddr
737 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700738 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700739 plugin: grpc_resolver_sockaddr
740 uses:
741 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700742 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100743- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700744 public_headers:
745 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100746 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700747 - src/core/lib/security/context/security_context.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800748 - src/core/lib/security/credentials/alts/alts_credentials.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700749 - src/core/lib/security/credentials/composite/composite_credentials.h
750 - src/core/lib/security/credentials/credentials.h
751 - src/core/lib/security/credentials/fake/fake_credentials.h
752 - src/core/lib/security/credentials/google_default/google_default_credentials.h
753 - src/core/lib/security/credentials/iam/iam_credentials.h
754 - src/core/lib/security/credentials/jwt/json_token.h
755 - src/core/lib/security/credentials/jwt/jwt_credentials.h
756 - src/core/lib/security/credentials/jwt/jwt_verifier.h
757 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
758 - src/core/lib/security/credentials/plugin/plugin_credentials.h
759 - src/core/lib/security/credentials/ssl/ssl_credentials.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800760 - src/core/lib/security/security_connector/alts_security_connector.h
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800761 - src/core/lib/security/security_connector/security_connector.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700762 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700763 - src/core/lib/security/transport/secure_endpoint.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800764 - src/core/lib/security/transport/security_handshaker.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800765 - src/core/lib/security/transport/target_authority_table.h
Craig Tillerddad9782016-05-05 17:11:31 -0700766 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700767 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100768 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700769 - src/core/lib/http/httpcli_security_connector.cc
770 - src/core/lib/security/context/security_context.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800771 - src/core/lib/security/credentials/alts/alts_credentials.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700772 - src/core/lib/security/credentials/composite/composite_credentials.cc
773 - src/core/lib/security/credentials/credentials.cc
774 - src/core/lib/security/credentials/credentials_metadata.cc
775 - src/core/lib/security/credentials/fake/fake_credentials.cc
776 - src/core/lib/security/credentials/google_default/credentials_generic.cc
777 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
778 - src/core/lib/security/credentials/iam/iam_credentials.cc
779 - src/core/lib/security/credentials/jwt/json_token.cc
780 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
781 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
782 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
783 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
784 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800785 - src/core/lib/security/security_connector/alts_security_connector.cc
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800786 - src/core/lib/security/security_connector/security_connector.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700787 - src/core/lib/security/transport/client_auth_filter.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700788 - src/core/lib/security/transport/secure_endpoint.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700789 - src/core/lib/security/transport/security_handshaker.cc
790 - src/core/lib/security/transport/server_auth_filter.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800791 - src/core/lib/security/transport/target_authority_table.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700792 - src/core/lib/security/transport/tsi_error.cc
793 - src/core/lib/security/util/json_util.cc
794 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700795 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700796 uses:
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800797 - alts_tsi
Craig Tillerd1697d92016-04-05 16:05:46 -0700798 - grpc_base
799 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700800 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700801- name: grpc_server_backward_compatibility
802 headers:
803 - src/core/ext/filters/workarounds/workaround_utils.h
804 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700805 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700806 uses:
807 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700808- name: grpc_server_load_reporting
809 headers:
810 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
811 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
812 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700813 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
814 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700815 plugin: grpc_server_load_reporting_plugin
816 uses:
817 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700818- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700820 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700821 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700822 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800823 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700824 - test/core/end2end/fixtures/proxy.h
825 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800826 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700827 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800828 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200829 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700830 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700831 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700832 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700833 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700834 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700835 - test/core/util/slice_splitter.h
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800836 - test/core/util/subprocess.h
ncteisenaa3b1972017-11-17 15:56:27 -0800837 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800838 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700839 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700840 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700841 - test/core/end2end/cq_verifier.cc
842 - test/core/end2end/fixtures/http_proxy_fixture.cc
843 - test/core/end2end/fixtures/proxy.cc
844 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700845 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700846 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800847 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700848 - test/core/util/memory_counters.cc
849 - test/core/util/mock_endpoint.cc
850 - test/core/util/parse_hexstring.cc
851 - test/core/util/passthru_endpoint.cc
852 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800853 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700854 - test/core/util/port_server_client.cc
855 - test/core/util/slice_splitter.cc
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800856 - test/core/util/subprocess_posix.cc
857 - test/core/util/subprocess_windows.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800858 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700859 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700860 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700861 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700862 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700863 uses:
Vijay Pai80e23d12018-01-25 21:50:18 -0800864 - cmdline
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700865 - grpc_base
866 - grpc_client_channel
867 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700868- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700869 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700870 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700871 deps:
872 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700873 filegroups:
874 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700875 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700876- name: grpc_trace_headers
877 headers:
878 - src/core/lib/debug/trace.h
879 deps:
880 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700881- name: grpc_transport_chttp2
882 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700883 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700884 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700885 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700886 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700887 - src/core/ext/transport/chttp2/transport/frame.h
888 - src/core/ext/transport/chttp2/transport/frame_data.h
889 - src/core/ext/transport/chttp2/transport/frame_goaway.h
890 - src/core/ext/transport/chttp2/transport/frame_ping.h
891 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
892 - src/core/ext/transport/chttp2/transport/frame_settings.h
893 - src/core/ext/transport/chttp2/transport/frame_window_update.h
894 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
895 - src/core/ext/transport/chttp2/transport/hpack_parser.h
896 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700897 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700898 - src/core/ext/transport/chttp2/transport/huffsyms.h
899 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
900 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700901 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700902 - src/core/ext/transport/chttp2/transport/varint.h
903 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700904 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
905 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
906 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
907 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
908 - src/core/ext/transport/chttp2/transport/flow_control.cc
909 - src/core/ext/transport/chttp2/transport/frame_data.cc
910 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
911 - src/core/ext/transport/chttp2/transport/frame_ping.cc
912 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
913 - src/core/ext/transport/chttp2/transport/frame_settings.cc
914 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
915 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
916 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
917 - src/core/ext/transport/chttp2/transport/hpack_table.cc
918 - src/core/ext/transport/chttp2/transport/http2_settings.cc
919 - src/core/ext/transport/chttp2/transport/huffsyms.cc
920 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
921 - src/core/ext/transport/chttp2/transport/parsing.cc
922 - src/core/ext/transport/chttp2/transport/stream_lists.cc
923 - src/core/ext/transport/chttp2/transport/stream_map.cc
924 - src/core/ext/transport/chttp2/transport/varint.cc
925 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700926 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700927 uses:
928 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700929 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700930 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700931- name: grpc_transport_chttp2_alpn
932 headers:
933 - src/core/ext/transport/chttp2/alpn/alpn.h
934 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700935 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700936 deps:
937 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800938- name: grpc_transport_chttp2_client_connector
939 headers:
David Garcia Quintas49f625f2018-03-27 11:23:49 -0700940 - src/core/ext/transport/chttp2/client/authority.h
Mark D. Roth8686cab2016-11-17 13:12:17 -0800941 - src/core/ext/transport/chttp2/client/chttp2_connector.h
942 src:
David Garcia Quintas49f625f2018-03-27 11:23:49 -0700943 - src/core/ext/transport/chttp2/client/authority.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700944 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800945 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800946 - grpc_transport_chttp2
947 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700948 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700949- name: grpc_transport_chttp2_client_insecure
950 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700951 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
952 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700953 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800954 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700955 - grpc_transport_chttp2
956 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700957 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700958- name: grpc_transport_chttp2_client_secure
959 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700960 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700961 uses:
962 - grpc_transport_chttp2
963 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700964 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700965 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800966 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800967- name: grpc_transport_chttp2_server
968 headers:
969 - src/core/ext/transport/chttp2/server/chttp2_server.h
970 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700971 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800972 uses:
973 - grpc_transport_chttp2
974 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700975- name: grpc_transport_chttp2_server_insecure
976 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700977 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
978 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700979 uses:
980 - grpc_transport_chttp2
981 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800982 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700983- name: grpc_transport_chttp2_server_secure
984 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700985 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700986 uses:
987 - grpc_transport_chttp2
988 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700989 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800990 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700991- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700992 public_headers:
993 - include/grpc/grpc_cronet.h
994 - include/grpc/grpc_security.h
995 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700996 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800997 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800998 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700999 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001000 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
1001 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
1002 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -07001003 filegroups:
1004 - grpc_base
1005 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -07001006 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001007- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001008 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001009 - src/core/ext/transport/inproc/inproc_plugin.cc
1010 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001011 plugin: grpc_inproc_plugin
1012 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001013 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001014 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -07001015- name: grpc_transport_inproc_headers
1016 headers:
1017 - src/core/ext/transport/inproc/inproc_transport.h
1018 uses:
1019 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -07001020- name: grpc_workaround_cronet_compression_filter
1021 headers:
1022 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
1023 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001024 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -07001025 plugin: grpc_workaround_cronet_compression_filter
1026 uses:
1027 - grpc_base
1028 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -08001029- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -07001030 src:
1031 - third_party/nanopb/pb_common.c
1032 - third_party/nanopb/pb_decode.c
1033 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -07001034 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001035 - nanopb_headers
1036- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -08001037 headers:
1038 - third_party/nanopb/pb.h
1039 - third_party/nanopb/pb_common.h
1040 - third_party/nanopb/pb_decode.h
1041 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001042- name: transport_security_test_lib
1043 build: test
1044 headers:
1045 - test/core/tsi/transport_security_test_lib.h
1046 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001047 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001048 deps:
1049 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001050- name: tsi
1051 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001052 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -07001053 - src/core/tsi/fake_transport_security.h
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001054 - src/core/tsi/ssl/session_cache/ssl_session.h
1055 - src/core/tsi/ssl/session_cache/ssl_session_cache.h
Craig Tiller134fed32017-03-28 14:27:18 -07001056 - src/core/tsi/ssl_transport_security.h
1057 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -07001058 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001059 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001060 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001061 - src/core/tsi/fake_transport_security.cc
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001062 - src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc
1063 - src/core/tsi/ssl/session_cache/ssl_session_cache.cc
1064 - src/core/tsi/ssl/session_cache/ssl_session_openssl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001065 - src/core/tsi/ssl_transport_security.cc
1066 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001067 deps:
1068 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -08001069 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001070 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -07001071 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001072 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -07001073 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001074 - grpc_trace
1075- name: tsi_interface
1076 headers:
1077 - src/core/tsi/transport_security.h
1078 - src/core/tsi/transport_security_adapter.h
1079 - src/core/tsi/transport_security_interface.h
1080 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001081 - src/core/tsi/transport_security.cc
1082 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001083 deps:
1084 - gpr
1085 secure: true
1086 uses:
1087 - grpc_trace
ncteisen3b42f832018-03-19 13:22:35 -07001088- name: grpc++_channelz_proto
1089 language: c++
1090 src:
1091 - src/proto/grpc/channelz/channelz.proto
Vijay Pai42807252017-07-28 15:08:24 -07001092- name: grpc++_codegen_base
1093 language: c++
1094 public_headers:
1095 - include/grpc++/impl/codegen/async_stream.h
1096 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -07001097 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -07001098 - include/grpc++/impl/codegen/call.h
1099 - include/grpc++/impl/codegen/call_hook.h
1100 - include/grpc++/impl/codegen/channel_interface.h
1101 - include/grpc++/impl/codegen/client_context.h
1102 - include/grpc++/impl/codegen/client_unary_call.h
1103 - include/grpc++/impl/codegen/completion_queue.h
1104 - include/grpc++/impl/codegen/completion_queue_tag.h
1105 - include/grpc++/impl/codegen/config.h
1106 - include/grpc++/impl/codegen/core_codegen_interface.h
1107 - include/grpc++/impl/codegen/create_auth_context.h
1108 - include/grpc++/impl/codegen/grpc_library.h
1109 - include/grpc++/impl/codegen/metadata_map.h
1110 - include/grpc++/impl/codegen/method_handler_impl.h
1111 - include/grpc++/impl/codegen/rpc_method.h
1112 - include/grpc++/impl/codegen/rpc_service_method.h
1113 - include/grpc++/impl/codegen/security/auth_context.h
1114 - include/grpc++/impl/codegen/serialization_traits.h
1115 - include/grpc++/impl/codegen/server_context.h
1116 - include/grpc++/impl/codegen/server_interface.h
1117 - include/grpc++/impl/codegen/service_type.h
1118 - include/grpc++/impl/codegen/slice.h
1119 - include/grpc++/impl/codegen/status.h
1120 - include/grpc++/impl/codegen/status_code_enum.h
1121 - include/grpc++/impl/codegen/string_ref.h
1122 - include/grpc++/impl/codegen/stub_options.h
1123 - include/grpc++/impl/codegen/sync_stream.h
1124 - include/grpc++/impl/codegen/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001125 - include/grpcpp/impl/codegen/async_stream.h
1126 - include/grpcpp/impl/codegen/async_unary_call.h
1127 - include/grpcpp/impl/codegen/byte_buffer.h
1128 - include/grpcpp/impl/codegen/call.h
1129 - include/grpcpp/impl/codegen/call_hook.h
1130 - include/grpcpp/impl/codegen/channel_interface.h
1131 - include/grpcpp/impl/codegen/client_context.h
1132 - include/grpcpp/impl/codegen/client_unary_call.h
1133 - include/grpcpp/impl/codegen/completion_queue.h
1134 - include/grpcpp/impl/codegen/completion_queue_tag.h
1135 - include/grpcpp/impl/codegen/config.h
1136 - include/grpcpp/impl/codegen/core_codegen_interface.h
1137 - include/grpcpp/impl/codegen/create_auth_context.h
1138 - include/grpcpp/impl/codegen/grpc_library.h
1139 - include/grpcpp/impl/codegen/metadata_map.h
1140 - include/grpcpp/impl/codegen/method_handler_impl.h
1141 - include/grpcpp/impl/codegen/rpc_method.h
1142 - include/grpcpp/impl/codegen/rpc_service_method.h
1143 - include/grpcpp/impl/codegen/security/auth_context.h
1144 - include/grpcpp/impl/codegen/serialization_traits.h
1145 - include/grpcpp/impl/codegen/server_context.h
1146 - include/grpcpp/impl/codegen/server_interface.h
1147 - include/grpcpp/impl/codegen/service_type.h
1148 - include/grpcpp/impl/codegen/slice.h
1149 - include/grpcpp/impl/codegen/status.h
1150 - include/grpcpp/impl/codegen/status_code_enum.h
1151 - include/grpcpp/impl/codegen/string_ref.h
1152 - include/grpcpp/impl/codegen/stub_options.h
1153 - include/grpcpp/impl/codegen/sync_stream.h
1154 - include/grpcpp/impl/codegen/time.h
Vijay Pai42807252017-07-28 15:08:24 -07001155 uses:
1156 - grpc_codegen
1157- name: grpc++_codegen_base_src
1158 language: c++
1159 src:
1160 - src/cpp/codegen/codegen_init.cc
1161 uses:
1162 - grpc++_codegen_base
1163- name: grpc++_codegen_proto
1164 language: c++
1165 public_headers:
1166 - include/grpc++/impl/codegen/proto_utils.h
ncteisencf5b2662018-02-27 11:55:10 -08001167 - include/grpcpp/impl/codegen/proto_buffer_reader.h
1168 - include/grpcpp/impl/codegen/proto_buffer_writer.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001169 - include/grpcpp/impl/codegen/proto_utils.h
Vijay Pai42807252017-07-28 15:08:24 -07001170 uses:
1171 - grpc++_codegen_base
1172 - grpc++_config_proto
1173- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001174 language: c++
1175 public_headers:
1176 - include/grpc++/alarm.h
1177 - include/grpc++/channel.h
1178 - include/grpc++/client_context.h
1179 - include/grpc++/completion_queue.h
1180 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001181 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001182 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001183 - include/grpc++/generic/async_generic_service.h
1184 - include/grpc++/generic/generic_stub.h
1185 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001186 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001187 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001188 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001189 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001190 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001191 - include/grpc++/impl/grpc_library.h
1192 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001193 - include/grpc++/impl/rpc_method.h
1194 - include/grpc++/impl/rpc_service_method.h
1195 - include/grpc++/impl/serialization_traits.h
1196 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001197 - include/grpc++/impl/server_builder_plugin.h
1198 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001199 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001200 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001201 - include/grpc++/security/auth_context.h
1202 - include/grpc++/security/auth_metadata_processor.h
1203 - include/grpc++/security/credentials.h
1204 - include/grpc++/security/server_credentials.h
1205 - include/grpc++/server.h
1206 - include/grpc++/server_builder.h
1207 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001208 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001209 - include/grpc++/support/async_stream.h
1210 - include/grpc++/support/async_unary_call.h
1211 - include/grpc++/support/byte_buffer.h
1212 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001213 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001214 - include/grpc++/support/slice.h
1215 - include/grpc++/support/status.h
1216 - include/grpc++/support/status_code_enum.h
1217 - include/grpc++/support/string_ref.h
1218 - include/grpc++/support/stub_options.h
1219 - include/grpc++/support/sync_stream.h
1220 - include/grpc++/support/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001221 - include/grpcpp/alarm.h
1222 - include/grpcpp/channel.h
1223 - include/grpcpp/client_context.h
1224 - include/grpcpp/completion_queue.h
1225 - include/grpcpp/create_channel.h
1226 - include/grpcpp/create_channel_posix.h
1227 - include/grpcpp/ext/health_check_service_server_builder_option.h
1228 - include/grpcpp/generic/async_generic_service.h
1229 - include/grpcpp/generic/generic_stub.h
1230 - include/grpcpp/grpcpp.h
1231 - include/grpcpp/health_check_service_interface.h
1232 - include/grpcpp/impl/call.h
1233 - include/grpcpp/impl/channel_argument_option.h
1234 - include/grpcpp/impl/client_unary_call.h
1235 - include/grpcpp/impl/codegen/core_codegen.h
1236 - include/grpcpp/impl/grpc_library.h
1237 - include/grpcpp/impl/method_handler_impl.h
1238 - include/grpcpp/impl/rpc_method.h
1239 - include/grpcpp/impl/rpc_service_method.h
1240 - include/grpcpp/impl/serialization_traits.h
1241 - include/grpcpp/impl/server_builder_option.h
1242 - include/grpcpp/impl/server_builder_plugin.h
1243 - include/grpcpp/impl/server_initializer.h
1244 - include/grpcpp/impl/service_type.h
1245 - include/grpcpp/resource_quota.h
1246 - include/grpcpp/security/auth_context.h
1247 - include/grpcpp/security/auth_metadata_processor.h
1248 - include/grpcpp/security/credentials.h
1249 - include/grpcpp/security/server_credentials.h
1250 - include/grpcpp/server.h
1251 - include/grpcpp/server_builder.h
1252 - include/grpcpp/server_context.h
1253 - include/grpcpp/server_posix.h
1254 - include/grpcpp/support/async_stream.h
1255 - include/grpcpp/support/async_unary_call.h
1256 - include/grpcpp/support/byte_buffer.h
1257 - include/grpcpp/support/channel_arguments.h
1258 - include/grpcpp/support/config.h
ncteisencf5b2662018-02-27 11:55:10 -08001259 - include/grpcpp/support/proto_buffer_reader.h
1260 - include/grpcpp/support/proto_buffer_writer.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001261 - include/grpcpp/support/slice.h
1262 - include/grpcpp/support/status.h
1263 - include/grpcpp/support/status_code_enum.h
1264 - include/grpcpp/support/string_ref.h
1265 - include/grpcpp/support/stub_options.h
1266 - include/grpcpp/support/sync_stream.h
1267 - include/grpcpp/support/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001268 headers:
1269 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001270 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001271 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001272 - src/cpp/server/health/default_health_check_service.h
1273 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001274 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001275 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001276 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001277 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001278 - src/cpp/client/client_context.cc
1279 - src/cpp/client/create_channel.cc
1280 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001281 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001282 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001283 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001284 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001285 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001286 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001287 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001288 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001289 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001290 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001291 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001292 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001293 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001294 - src/cpp/server/create_default_thread_pool.cc
1295 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001296 - src/cpp/server/health/default_health_check_service.cc
1297 - src/cpp/server/health/health.pb.c
1298 - src/cpp/server/health/health_check_service.cc
1299 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001300 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001301 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001302 - src/cpp/server/server_context.cc
1303 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001304 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001305 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001306 - src/cpp/util/byte_buffer_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001307 - src/cpp/util/status.cc
1308 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001309 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001310 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001311 - gpr_base_headers
1312 - grpc_base_headers
1313 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001314 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001315 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001316- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001317 language: c++
1318 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001319 - include/grpc++/impl/codegen/config_protobuf.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001320 - include/grpcpp/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001321- name: grpc++_reflection_proto
1322 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001323 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001324 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001325- name: grpc++_test
1326 language: c++
1327 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001328 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001329 - include/grpc++/test/server_context_test_spouse.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001330 - include/grpcpp/test/mock_stream.h
1331 - include/grpcpp/test/server_context_test_spouse.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001332 deps:
1333 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001334 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001335libs:
Alexander Polcyn690dde62017-10-18 00:20:33 -07001336- name: address_sorting
1337 build: all
1338 language: c
1339 headers:
Alexander Polcyn690dde62017-10-18 00:20:33 -07001340 - third_party/address_sorting/address_sorting_internal.h
Alex Polcyn77f64f72018-03-01 19:22:53 +00001341 - third_party/address_sorting/include/address_sorting/address_sorting.h
Alexander Polcyn690dde62017-10-18 00:20:33 -07001342 src:
1343 - third_party/address_sorting/address_sorting.c
1344 - third_party/address_sorting/address_sorting_posix.c
1345 - third_party/address_sorting/address_sorting_windows.c
1346 secure: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08001347- name: alts_test_util
1348 build: private
1349 language: c
1350 headers:
1351 - test/core/tsi/alts/crypt/gsec_test_util.h
1352 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.h
1353 src:
1354 - test/core/tsi/alts/crypt/gsec_test_util.cc
1355 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.cc
1356 deps:
1357 - grpc
1358 secure: true
Craig Tillerda179ce2016-02-09 12:01:53 -08001359- name: gpr
1360 build: all
1361 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001362 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001363 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001364 secure: false
1365 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1366- name: gpr_test_util
1367 build: private
1368 language: c
1369 headers:
1370 - test/core/util/test_config.h
1371 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001372 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001373 deps:
1374 - gpr
1375 secure: false
1376 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001377- name: grpc
1378 build: all
1379 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001380 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001381 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001382 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001383 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001384 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001385 filegroups:
1386 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001387 - grpc_transport_chttp2_server_secure
1388 - grpc_transport_chttp2_client_secure
1389 - grpc_transport_chttp2_server_insecure
1390 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001391 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001392 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001393 - grpc_lb_policy_pick_first
1394 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001395 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001396 - grpc_resolver_dns_native
1397 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001398 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001399 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001400 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001401 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001402 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001403 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001404 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001405 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001406 - grpc_workaround_cronet_compression_filter
1407 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001408 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001409 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001410 vs_packages:
1411 - grpc.dependencies.openssl
1412 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001413 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001414- name: grpc_cronet
1415 build: all
1416 language: c
1417 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001418 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001419 baselib: true
1420 deps_linkage: static
1421 dll: true
1422 filegroups:
1423 - grpc_base
1424 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001425 - grpc_transport_chttp2_client_secure
Muxi Yan834aeca2018-03-30 16:02:23 -07001426 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001427 generate_plugin_registry: true
1428 platforms:
1429 - linux
1430 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001431- name: grpc_dll
1432 build: private
1433 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001434 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001435 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001436 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001437 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001438 build_system:
1439 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001440 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001441 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001442 vs_config_type: DynamicLibrary
1443 vs_packages:
1444 - grpc.dependencies.openssl
1445 - grpc.dependencies.zlib
1446 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1447 vs_props:
1448 - zlib
1449 - openssl
1450 - winsock
1451 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001452- name: grpc_test_util
1453 build: private
1454 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001455 headers:
1456 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001457 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001458 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001459 - test/core/end2end/data/client_certs.cc
1460 - test/core/end2end/data/server1_cert.cc
1461 - test/core/end2end/data/server1_key.cc
1462 - test/core/end2end/data/test_root_cert.cc
1463 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001464 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001465 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001466 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001467 - grpc
1468 filegroups:
1469 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001470 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1471- name: grpc_test_util_unsecure
1472 build: private
1473 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001474 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001475 - gpr
1476 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001477 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001478 filegroups:
1479 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001480 secure: false
1481 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1482- name: grpc_unsecure
1483 build: all
1484 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001485 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001486 - src/core/lib/surface/init.cc
1487 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001488 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001489 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001491 filegroups:
1492 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001493 - grpc_transport_chttp2_server_insecure
1494 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001495 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001496 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001497 - grpc_resolver_dns_native
1498 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001499 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001500 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001501 - grpc_lb_policy_grpclb
1502 - grpc_lb_policy_pick_first
1503 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001504 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001505 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001506 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001507 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001508 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001509 - grpc_workaround_cronet_compression_filter
1510 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001511 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001512 secure: false
1513 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001514- name: reconnect_server
1515 build: private
1516 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001517 headers:
1518 - test/core/util/reconnect_server.h
1519 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001520 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001521 deps:
yang-gc9fca182015-11-06 16:41:33 -08001522 - test_tcp_server
1523 - grpc_test_util
1524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001525 - gpr_test_util
1526 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001527- name: test_tcp_server
1528 build: private
1529 language: c
1530 headers:
1531 - test/core/util/test_tcp_server.h
1532 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001533 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001534 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001535 - grpc_test_util
1536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001539- name: grpc++
1540 build: all
1541 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001542 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001543 - include/grpc++/impl/codegen/core_codegen.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001544 - include/grpcpp/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001545 - src/cpp/client/secure_credentials.h
1546 - src/cpp/common/secure_auth_context.h
1547 - src/cpp/server/secure_server_credentials.h
1548 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001549 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001550 - src/cpp/client/secure_credentials.cc
1551 - src/cpp/common/auth_property_iterator.cc
1552 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001553 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001554 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001555 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001556 - src/cpp/server/secure_server_credentials.cc
1557 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001558 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001559 baselib: true
1560 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001561 filegroups:
1562 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001563 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001564 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001565 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001566 secure: check
1567 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001568- name: grpc++_core_stats
1569 build: private
1570 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001571 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001572 - src/cpp/util/core_stats.h
1573 src:
1574 - src/proto/grpc/core/stats.proto
1575 - src/cpp/util/core_stats.cc
1576 deps:
1577 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001578- name: grpc++_cronet
1579 build: all
1580 language: c++
1581 src:
1582 - src/cpp/client/cronet_credentials.cc
1583 - src/cpp/client/insecure_credentials.cc
1584 - src/cpp/common/insecure_create_auth_context.cc
1585 - src/cpp/server/insecure_server_credentials.cc
1586 deps:
1587 - gpr
1588 - grpc_cronet
1589 baselib: true
1590 dll: true
1591 filegroups:
1592 - grpc++_base
1593 - grpc++_codegen_base
1594 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001595 - grpc_transport_chttp2_client_insecure
1596 - grpc_transport_chttp2_server_insecure
1597 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001598 platforms:
1599 - linux
1600 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001601- name: grpc++_error_details
1602 build: all
1603 language: c++
1604 public_headers:
1605 - include/grpc++/support/error_details.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001606 - include/grpcpp/support/error_details.h
yang-geceec8e2017-04-10 11:58:44 -07001607 src:
1608 - src/proto/grpc/status/status.proto
1609 - src/cpp/util/error_details.cc
1610 deps:
1611 - grpc++
1612 baselib: true
1613 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001614- name: grpc++_proto_reflection_desc_db
1615 build: private
1616 language: c++
1617 headers:
1618 - test/cpp/util/proto_reflection_descriptor_database.h
1619 src:
1620 - test/cpp/util/proto_reflection_descriptor_database.cc
1621 deps:
1622 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001623 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001624 filegroups:
1625 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001626 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001627- name: grpc++_reflection
1628 build: all
1629 language: c++
1630 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001631 - include/grpc++/ext/proto_server_reflection_plugin.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001632 - include/grpcpp/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001633 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001634 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001635 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001636 - src/cpp/ext/proto_server_reflection.cc
1637 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001638 deps:
1639 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001640 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001641 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001642 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001643- name: grpc++_test_config
1644 build: private
1645 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001646 headers:
1647 - test/cpp/util/test_config.h
1648 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001649 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001650- name: grpc++_test_util
1651 build: private
1652 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001653 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001654 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001655 - test/cpp/util/byte_buffer_proto_helper.h
ncteisen3b42f832018-03-19 13:22:35 -07001656 - test/cpp/util/channel_trace_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001657 - test/cpp/util/create_test_channel.h
1658 - test/cpp/util/string_ref_helper.h
1659 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001660 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001661 src:
ncteisen3b42f832018-03-19 13:22:35 -07001662 - src/proto/grpc/channelz/channelz.proto
yang-gc8a49d22016-12-12 11:18:49 -08001663 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001664 - src/proto/grpc/testing/echo_messages.proto
1665 - src/proto/grpc/testing/echo.proto
1666 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001667 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001668 - test/cpp/util/byte_buffer_proto_helper.cc
ncteisen3b42f832018-03-19 13:22:35 -07001669 - test/cpp/util/channel_trace_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001670 - test/cpp/util/create_test_channel.cc
1671 - test/cpp/util/string_ref_helper.cc
1672 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001673 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001674 deps:
1675 - grpc++
1676 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001677 - grpc
yang-g17487f92016-06-03 15:21:15 -07001678 filegroups:
1679 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001680 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001681 - grpc++_codegen_proto
1682 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001683- name: grpc++_test_util_unsecure
1684 build: private
1685 language: c++
1686 headers:
1687 - test/cpp/end2end/test_service_impl.h
1688 - test/cpp/util/byte_buffer_proto_helper.h
1689 - test/cpp/util/string_ref_helper.h
1690 - test/cpp/util/subprocess.h
1691 src:
1692 - src/proto/grpc/health/v1/health.proto
1693 - src/proto/grpc/testing/echo_messages.proto
1694 - src/proto/grpc/testing/echo.proto
1695 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1696 - test/cpp/end2end/test_service_impl.cc
1697 - test/cpp/util/byte_buffer_proto_helper.cc
1698 - test/cpp/util/string_ref_helper.cc
1699 - test/cpp/util/subprocess.cc
1700 deps:
1701 - grpc++_unsecure
1702 - grpc_test_util_unsecure
1703 - grpc_unsecure
1704 filegroups:
1705 - grpc++_codegen_base
1706 - grpc++_codegen_base_src
1707 - grpc++_codegen_proto
1708 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709- name: grpc++_unsecure
1710 build: all
1711 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001712 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001713 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001714 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001715 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001716 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001717 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001718 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001719 baselib: true
1720 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001721 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001722 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001723 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001724 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001725 secure: false
1726 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001727- name: grpc_benchmark
1728 build: test
1729 language: c++
1730 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001731 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1732 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001733 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001734 src:
1735 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001736 deps:
1737 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001738 - grpc++_unsecure
1739 - grpc_test_util_unsecure
1740 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001741 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001742- name: grpc_cli_libs
1743 build: private
1744 language: c++
1745 headers:
1746 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001747 - test/cpp/util/cli_credentials.h
1748 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001749 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001750 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001751 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001752 src:
1753 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001754 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001755 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001756 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001757 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001758 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001759 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001760 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001761 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001762 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001763 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001764 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001765- name: grpc_plugin_support
1766 build: protoc
1767 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001768 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001769 - src/compiler/config.h
1770 - src/compiler/cpp_generator.h
1771 - src/compiler/cpp_generator_helpers.h
1772 - src/compiler/csharp_generator.h
1773 - src/compiler/csharp_generator_helpers.h
1774 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001775 - src/compiler/node_generator.h
1776 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001777 - src/compiler/objective_c_generator.h
1778 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001779 - src/compiler/php_generator.h
1780 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301781 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001782 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301783 - src/compiler/python_generator_helpers.h
1784 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001785 - src/compiler/ruby_generator.h
1786 - src/compiler/ruby_generator_helpers-inl.h
1787 - src/compiler/ruby_generator_map-inl.h
1788 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301789 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001790 src:
1791 - src/compiler/cpp_generator.cc
1792 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001793 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001794 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001795 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001796 - src/compiler/python_generator.cc
1797 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001798 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001799 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001800 secure: false
1801 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001802 vs_props:
1803 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001804- name: http2_client_main
1805 build: private
1806 language: c++
1807 headers:
1808 - test/cpp/interop/http2_client.h
1809 src:
1810 - src/proto/grpc/testing/empty.proto
1811 - src/proto/grpc/testing/messages.proto
1812 - src/proto/grpc/testing/test.proto
1813 - test/cpp/interop/http2_client.cc
1814 deps:
1815 - grpc++_test_util
1816 - grpc_test_util
1817 - grpc++
1818 - grpc
1819 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001820- name: interop_client_helper
1821 build: private
1822 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001823 headers:
1824 - test/cpp/interop/client_helper.h
1825 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001826 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001827 - test/cpp/interop/client_helper.cc
1828 deps:
1829 - grpc++_test_util
1830 - grpc_test_util
1831 - grpc++
1832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001833 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001834- name: interop_client_main
1835 build: private
1836 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001837 headers:
1838 - test/cpp/interop/interop_client.h
1839 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001840 - src/proto/grpc/testing/empty.proto
1841 - src/proto/grpc/testing/messages.proto
1842 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001843 - test/cpp/interop/client.cc
1844 - test/cpp/interop/interop_client.cc
1845 deps:
1846 - interop_client_helper
1847 - grpc++_test_util
1848 - grpc_test_util
1849 - grpc++
1850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001851 - gpr_test_util
1852 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001853 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001854- name: interop_server_helper
1855 build: private
1856 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001857 headers:
1858 - test/cpp/interop/server_helper.h
1859 src:
1860 - test/cpp/interop/server_helper.cc
1861 deps:
yang-gcc591022017-01-11 11:10:43 -08001862 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001863 - grpc_test_util
1864 - grpc++
1865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001866 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001867- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001868 build: private
1869 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001870 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001871 - src/proto/grpc/testing/empty.proto
1872 - src/proto/grpc/testing/messages.proto
1873 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001874 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001875 deps:
1876 - interop_server_helper
1877 - grpc++_test_util
1878 - grpc_test_util
1879 - grpc++
1880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001883 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001884- name: interop_server_main
1885 build: private
1886 language: c++
1887 src:
1888 - test/cpp/interop/interop_server_bootstrap.cc
1889 deps:
1890 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: qps
1892 build: private
1893 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001894 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001895 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001896 - test/cpp/qps/client.h
1897 - test/cpp/qps/driver.h
1898 - test/cpp/qps/histogram.h
1899 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001900 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001901 - test/cpp/qps/qps_worker.h
1902 - test/cpp/qps/report.h
1903 - test/cpp/qps/server.h
1904 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001905 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001906 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001907 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001908 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001909 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001910 - src/proto/grpc/testing/control.proto
kpayson647a20c962018-04-18 15:19:55 -07001911 - src/proto/grpc/testing/benchmark_service.proto
1912 - src/proto/grpc/testing/report_qps_scenario_service.proto
1913 - src/proto/grpc/testing/worker_service.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
kpayson647a20c962018-04-18 15:19:55 -07004269 - src/proto/grpc/testing/benchmark_service.proto
4270 - src/proto/grpc/testing/report_qps_scenario_service.proto
4271 - src/proto/grpc/testing/worker_service.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004272 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004273 - test/cpp/codegen/codegen_test_full.cc
4274 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004275 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004276 - grpc++
4277 - grpc
4278 - gpr
4279 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004280 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07004281 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004282- name: codegen_test_minimal
4283 gtest: true
4284 build: test
4285 language: c++
4286 src:
4287 - src/proto/grpc/testing/control.proto
4288 - src/proto/grpc/testing/messages.proto
4289 - src/proto/grpc/testing/payloads.proto
kpayson647a20c962018-04-18 15:19:55 -07004290 - src/proto/grpc/testing/benchmark_service.proto
4291 - src/proto/grpc/testing/report_qps_scenario_service.proto
4292 - src/proto/grpc/testing/worker_service.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004293 - src/proto/grpc/testing/stats.proto
4294 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07004295 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004296 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07004297 - grpc
4298 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07004299 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004300 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07004301 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07004302 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004303- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004304 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004305 build: test
4306 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004307 src:
4308 - test/cpp/client/credentials_test.cc
4309 deps:
4310 - grpc++
4311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004312 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004313- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004314 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004315 build: test
4316 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004317 src:
4318 - test/cpp/util/byte_buffer_test.cc
4319 deps:
4320 - grpc_test_util
4321 - grpc++
4322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004323 - gpr_test_util
4324 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004325 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004326- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004327 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004328 build: test
4329 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004330 src:
4331 - test/cpp/util/slice_test.cc
4332 deps:
4333 - grpc_test_util
4334 - grpc++
4335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004336 - gpr_test_util
4337 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004338 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004339- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004340 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004341 build: test
4342 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004343 src:
4344 - test/cpp/util/string_ref_test.cc
4345 deps:
4346 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02004347 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07004348 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004349- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004350 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004351 build: test
4352 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004353 src:
4354 - test/cpp/util/time_test.cc
4355 deps:
4356 - grpc_test_util
4357 - grpc++
4358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004359 - gpr_test_util
4360 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004361 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004362- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004363 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004364 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004365 build: test
4366 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004367 src:
4368 - test/cpp/end2end/end2end_test.cc
4369 deps:
4370 - grpc++_test_util
4371 - grpc_test_util
4372 - grpc++
4373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004374 - gpr_test_util
4375 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004376- name: error_details_test
4377 gtest: true
4378 build: test
4379 language: c++
4380 src:
4381 - src/proto/grpc/testing/echo_messages.proto
4382 - test/cpp/util/error_details_test.cc
4383 deps:
4384 - grpc++_error_details
4385 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004386- name: exception_test
4387 gtest: true
4388 build: test
4389 language: c++
4390 src:
4391 - test/cpp/end2end/exception_test.cc
4392 deps:
4393 - grpc++_test_util
4394 - grpc_test_util
4395 - grpc++
4396 - grpc
4397 - gpr_test_util
4398 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004399- name: filter_end2end_test
4400 gtest: true
4401 build: test
4402 language: c++
4403 src:
4404 - test/cpp/end2end/filter_end2end_test.cc
4405 deps:
4406 - grpc++_test_util
4407 - grpc_test_util
4408 - grpc++
4409 - grpc
4410 - gpr_test_util
4411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004412- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004413 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004414 build: test
4415 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004416 src:
4417 - test/cpp/end2end/generic_end2end_test.cc
4418 deps:
4419 - grpc++_test_util
4420 - grpc_test_util
4421 - grpc++
4422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004423 - gpr_test_util
4424 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004425- name: golden_file_test
4426 gtest: true
4427 build: test
4428 language: c++
4429 src:
4430 - src/proto/grpc/testing/compiler_test.proto
4431 - test/cpp/codegen/golden_file_test.cc
4432 deps:
4433 - grpc++
4434 - grpc
4435 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004436 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004437 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004438 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004439- name: grpc_alts_credentials_options_test
4440 build: test
4441 language: c++
4442 src:
4443 - test/core/security/grpc_alts_credentials_options_test.cc
4444 deps:
4445 - grpc
4446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004447- name: grpc_cli
4448 build: test
4449 run: false
4450 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004451 src:
4452 - test/cpp/util/grpc_cli.cc
4453 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004454 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004455 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004456 - grpc++
4457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004458 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004459 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004460- name: grpc_cpp_plugin
4461 build: protoc
4462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004463 src:
4464 - src/compiler/cpp_plugin.cc
4465 deps:
4466 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004467 secure: false
4468 vs_config_type: Application
4469 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4470- name: grpc_csharp_plugin
4471 build: protoc
4472 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004473 src:
4474 - src/compiler/csharp_plugin.cc
4475 deps:
4476 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004477 secure: false
4478 vs_config_type: Application
4479 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004480- name: grpc_node_plugin
4481 build: protoc
4482 language: c++
4483 src:
4484 - src/compiler/node_plugin.cc
4485 deps:
4486 - grpc_plugin_support
4487 secure: false
4488 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004489- name: grpc_objective_c_plugin
4490 build: protoc
4491 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004492 src:
4493 - src/compiler/objective_c_plugin.cc
4494 deps:
4495 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004496 secure: false
4497 vs_config_type: Application
4498 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004499- name: grpc_php_plugin
4500 build: protoc
4501 language: c++
4502 src:
4503 - src/compiler/php_plugin.cc
4504 deps:
4505 - grpc_plugin_support
4506 secure: false
4507 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004508- name: grpc_python_plugin
4509 build: protoc
4510 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004511 src:
4512 - src/compiler/python_plugin.cc
4513 deps:
4514 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004515 secure: false
4516 vs_config_type: Application
4517 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4518- name: grpc_ruby_plugin
4519 build: protoc
4520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004521 src:
4522 - src/compiler/ruby_plugin.cc
4523 deps:
4524 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004525 secure: false
4526 vs_config_type: Application
4527 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004528- name: grpc_tool_test
4529 gtest: true
4530 build: test
4531 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004532 src:
4533 - src/proto/grpc/testing/echo.proto
4534 - src/proto/grpc/testing/echo_messages.proto
4535 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004536 deps:
4537 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004538 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004539 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004540 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004541 - grpc_test_util
4542 - grpc++
4543 - grpc
4544 - gpr_test_util
4545 - gpr
4546 filegroups:
4547 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004548- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004549 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004550 build: test
4551 language: c++
4552 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004553 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004554 - test/cpp/grpclb/grpclb_api_test.cc
4555 deps:
4556 - grpc++_test_util
4557 - grpc_test_util
4558 - grpc++
4559 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004560- name: grpclb_end2end_test
4561 gtest: true
4562 build: test
4563 language: c++
4564 src:
4565 - src/proto/grpc/lb/v1/load_balancer.proto
4566 - test/cpp/end2end/grpclb_end2end_test.cc
4567 deps:
4568 - grpc++_test_util
4569 - grpc_test_util
4570 - grpc++
4571 - grpc
4572 - gpr_test_util
4573 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004574- name: h2_ssl_cert_test
4575 gtest: true
4576 build: test
4577 language: c++
4578 headers:
4579 - test/core/end2end/end2end_tests.h
4580 src:
4581 - test/core/end2end/h2_ssl_cert_test.cc
4582 deps:
4583 - grpc_test_util
4584 - grpc++
4585 - grpc
4586 - gpr_test_util
4587 - gpr
4588 uses:
4589 - grpc++_test
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08004590- name: h2_ssl_session_reuse_test
4591 gtest: true
4592 build: test
4593 language: c++
4594 headers:
4595 - test/core/end2end/end2end_tests.h
4596 src:
4597 - test/core/end2end/h2_ssl_session_reuse_test.cc
4598 deps:
4599 - grpc_test_util
4600 - grpc++
4601 - grpc
4602 - gpr_test_util
4603 - gpr
4604 uses:
4605 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004606- name: health_service_end2end_test
4607 gtest: true
4608 build: test
4609 language: c++
4610 src:
4611 - test/cpp/end2end/health_service_end2end_test.cc
4612 deps:
4613 - grpc++_test_util
4614 - grpc_test_util
4615 - grpc++
4616 - grpc
4617 - gpr_test_util
4618 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004619- name: http2_client
4620 build: test
4621 run: false
4622 language: c++
4623 src: []
4624 deps:
4625 - http2_client_main
4626 - grpc++_test_util
4627 - grpc_test_util
4628 - grpc++
4629 - grpc
4630 - grpc++_test_config
4631 platforms:
4632 - mac
4633 - linux
4634 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004635- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004636 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004637 build: test
4638 language: c++
4639 src:
4640 - test/cpp/end2end/hybrid_end2end_test.cc
4641 deps:
4642 - grpc++_test_util
4643 - grpc_test_util
4644 - grpc++
4645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004646 - gpr_test_util
4647 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004648- name: inlined_vector_test
4649 gtest: true
4650 build: test
4651 language: c++
4652 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004653 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004654 deps:
4655 - grpc_test_util
4656 - grpc++
4657 - grpc
4658 - gpr_test_util
4659 - gpr
4660 uses:
4661 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004662- name: inproc_sync_unary_ping_pong_test
4663 build: test
4664 language: c++
4665 src:
4666 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4667 deps:
4668 - qps
4669 - grpc++_core_stats
4670 - grpc++_test_util
4671 - grpc_test_util
4672 - grpc++
4673 - grpc
4674 - gpr_test_util
4675 - gpr
4676 - grpc++_test_config
4677 platforms:
4678 - mac
4679 - linux
4680 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004681- name: interop_client
4682 build: test
4683 run: false
4684 language: c++
4685 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004686 deps:
4687 - interop_client_main
4688 - interop_client_helper
4689 - grpc++_test_util
4690 - grpc_test_util
4691 - grpc++
4692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004693 - gpr_test_util
4694 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004695 - grpc++_test_config
4696 platforms:
4697 - mac
4698 - linux
4699 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004700- name: interop_server
4701 build: test
4702 run: false
4703 language: c++
4704 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004705 deps:
4706 - interop_server_main
4707 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004708 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004709 - grpc++_test_util
4710 - grpc_test_util
4711 - grpc++
4712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004713 - gpr_test_util
4714 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004715 - grpc++_test_config
4716 platforms:
4717 - mac
4718 - linux
4719 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004720- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004721 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004722 build: test
4723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004724 src:
4725 - test/cpp/interop/interop_test.cc
4726 deps:
4727 - grpc_test_util
4728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004729 - gpr_test_util
4730 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004731 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004732 platforms:
4733 - mac
4734 - linux
4735 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004736- name: json_run_localhost
4737 build: test
4738 run: false
4739 language: c++
4740 src:
4741 - test/cpp/qps/json_run_localhost.cc
4742 deps:
4743 - grpc++_test_util
4744 - grpc_test_util
4745 - grpc++
4746 - grpc
4747 - gpr_test_util
4748 - gpr
4749 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004750 platforms:
4751 - mac
4752 - linux
4753 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004754- name: memory_test
4755 gtest: true
4756 build: test
4757 language: c++
4758 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004759 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004760 deps:
4761 - grpc_test_util
4762 - grpc++
4763 - grpc
4764 - gpr_test_util
4765 - gpr
4766 uses:
4767 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004768 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004769- name: metrics_client
4770 build: test
4771 run: false
4772 language: c++
4773 headers:
4774 - test/cpp/util/metrics_server.h
4775 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004776 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004777 - test/cpp/interop/metrics_client.cc
4778 deps:
4779 - grpc++
4780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004781 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004782 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004783- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004784 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004785 build: test
4786 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004787 headers:
4788 - include/grpc++/test/mock_stream.h
Muxi Yan0e00c432018-01-26 15:39:32 -08004789 - include/grpcpp/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004790 src:
4791 - test/cpp/end2end/mock_test.cc
4792 deps:
4793 - grpc++_test_util
4794 - grpc_test_util
4795 - grpc++
4796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004797 - gpr_test_util
4798 - gpr
Vijay Pai132efa02018-02-09 15:28:14 -08004799- name: nonblocking_test
4800 gtest: true
4801 build: test
4802 language: c++
4803 src:
4804 - test/cpp/end2end/nonblocking_test.cc
4805 deps:
4806 - grpc++_test_util
4807 - grpc_test_util
4808 - grpc++
4809 - grpc
4810 - gpr_test_util
4811 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004812- name: noop-benchmark
4813 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004814 language: c++
4815 src:
4816 - test/cpp/microbenchmarks/noop-benchmark.cc
4817 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004818 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004819 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004820- name: orphanable_test
4821 gtest: true
4822 build: test
4823 language: c++
4824 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004825 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004826 deps:
4827 - grpc_test_util
4828 - grpc++
4829 - grpc
4830 - gpr_test_util
4831 - gpr
4832 uses:
4833 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004834- name: proto_server_reflection_test
4835 gtest: true
4836 build: test
4837 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004838 src:
4839 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004840 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004841 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004842 - grpc++_reflection
4843 - grpc++_test_util
4844 - grpc_test_util
4845 - grpc++
4846 - grpc
4847 - gpr_test_util
4848 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004849- name: proto_utils_test
4850 gtest: true
4851 build: test
4852 language: c++
4853 src:
4854 - test/cpp/codegen/proto_utils_test.cc
4855 deps:
4856 - grpc++
4857 - grpc
4858 filegroups:
4859 - grpc++_codegen_base
4860 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004861 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004862- name: qps_interarrival_test
4863 build: test
4864 run: false
4865 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004866 src:
4867 - test/cpp/qps/qps_interarrival_test.cc
4868 deps:
4869 - qps
4870 - grpc++_test_util
4871 - grpc_test_util
4872 - grpc++
4873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004874 - gpr_test_util
4875 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004876 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004877 platforms:
4878 - mac
4879 - linux
4880 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004881 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004882- name: qps_json_driver
4883 build: test
4884 run: false
4885 language: c++
4886 src:
4887 - test/cpp/qps/qps_json_driver.cc
4888 deps:
4889 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004890 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004891 - grpc++_test_util
4892 - grpc_test_util
4893 - grpc++
4894 - grpc
4895 - gpr_test_util
4896 - gpr
4897 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004898- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004899 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004900 build: test
4901 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004902 src:
4903 - test/cpp/qps/qps_openloop_test.cc
4904 deps:
4905 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004906 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004907 - grpc++_test_util
4908 - grpc_test_util
4909 - grpc++
4910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004911 - gpr_test_util
4912 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004913 - grpc++_test_config
4914 platforms:
4915 - mac
4916 - linux
4917 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004918- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004919 build: test
4920 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004921 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004922 headers:
4923 - test/cpp/qps/client.h
4924 - test/cpp/qps/server.h
4925 src:
4926 - test/cpp/qps/worker.cc
4927 deps:
4928 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004929 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004930 - grpc++_test_util
4931 - grpc_test_util
4932 - grpc++
4933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004934 - gpr_test_util
4935 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004936 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004937- name: reconnect_interop_client
4938 build: test
4939 run: false
4940 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004941 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004942 - src/proto/grpc/testing/empty.proto
4943 - src/proto/grpc/testing/messages.proto
4944 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004945 - test/cpp/interop/reconnect_interop_client.cc
4946 deps:
4947 - grpc++_test_util
4948 - grpc_test_util
4949 - grpc++
4950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004951 - gpr_test_util
4952 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004953 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004954- name: reconnect_interop_server
4955 build: test
4956 run: false
4957 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004958 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004959 - src/proto/grpc/testing/empty.proto
4960 - src/proto/grpc/testing/messages.proto
4961 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004962 - test/cpp/interop/reconnect_interop_server.cc
4963 deps:
4964 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004965 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004966 - grpc++_test_util
4967 - grpc_test_util
4968 - grpc++
4969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004970 - gpr_test_util
4971 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004972 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004973- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004974 gtest: true
4975 build: test
4976 language: c++
4977 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004978 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004979 deps:
4980 - grpc_test_util
4981 - grpc++
4982 - grpc
4983 - gpr_test_util
4984 - gpr
4985 uses:
4986 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004987- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004988 gtest: true
4989 build: test
4990 language: c++
4991 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004992 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004993 deps:
4994 - grpc_test_util
4995 - grpc++
4996 - grpc
4997 - gpr_test_util
4998 - gpr
4999 uses:
5000 - grpc++_test
Mark D. Roth9db86fc2018-03-28 07:42:20 -07005001- name: retry_throttle_test
5002 gtest: true
5003 build: test
5004 language: c++
5005 src:
5006 - test/core/client_channel/retry_throttle_test.cc
5007 deps:
5008 - grpc_test_util
5009 - grpc
5010 - gpr_test_util
5011 - gpr
5012 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005013- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005014 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005015 build: test
5016 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005017 src:
5018 - test/cpp/common/secure_auth_context_test.cc
5019 deps:
5020 - grpc++_test_util
5021 - grpc_test_util
5022 - grpc++
5023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005024 - gpr_test_util
5025 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08005026- name: secure_sync_unary_ping_pong_test
5027 build: test
5028 language: c++
5029 src:
5030 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
5031 deps:
5032 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07005033 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08005034 - grpc++_test_util
5035 - grpc_test_util
5036 - grpc++
5037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005038 - gpr_test_util
5039 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07005040 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08005041 platforms:
5042 - mac
5043 - linux
5044 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07005045- name: server_builder_plugin_test
5046 gtest: true
5047 build: test
5048 language: c++
5049 src:
5050 - test/cpp/end2end/server_builder_plugin_test.cc
5051 deps:
5052 - grpc++_test_util
5053 - grpc_test_util
5054 - grpc++
5055 - grpc
5056 - gpr_test_util
5057 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08005058- name: server_builder_test
5059 gtest: true
5060 build: test
5061 language: c++
5062 src:
5063 - src/proto/grpc/testing/echo_messages.proto
5064 - src/proto/grpc/testing/echo.proto
5065 - test/cpp/server/server_builder_test.cc
5066 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005067 - grpc++_test_util_unsecure
5068 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005069 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005070 - grpc++_unsecure
5071 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005072 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07005073- name: server_context_test_spouse_test
5074 gtest: true
5075 build: test
5076 language: c++
5077 src:
5078 - test/cpp/test/server_context_test_spouse_test.cc
5079 deps:
5080 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07005081 - grpc++
5082 - grpc
5083 - gpr_test_util
5084 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08005085 uses:
5086 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07005087- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005088 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005089 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07005090 build: test
5091 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005092 src:
5093 - test/cpp/end2end/server_crash_test.cc
5094 deps:
5095 - grpc++_test_util
5096 - grpc_test_util
5097 - grpc++
5098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005099 - gpr_test_util
5100 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005101 platforms:
5102 - mac
5103 - linux
5104 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07005105- name: server_crash_test_client
5106 build: test
5107 run: false
5108 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005109 src:
5110 - test/cpp/end2end/server_crash_test_client.cc
5111 deps:
5112 - grpc++_test_util
5113 - grpc_test_util
5114 - grpc++
5115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005116 - gpr_test_util
5117 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08005118- name: server_early_return_test
5119 gtest: true
5120 build: test
5121 language: c++
5122 src:
5123 - test/cpp/end2end/server_early_return_test.cc
5124 deps:
5125 - grpc++_test_util
5126 - grpc_test_util
5127 - grpc++
5128 - grpc
5129 - gpr_test_util
5130 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07005131- name: server_request_call_test
5132 gtest: true
5133 build: test
5134 language: c++
5135 src:
5136 - src/proto/grpc/testing/echo_messages.proto
5137 - src/proto/grpc/testing/echo.proto
5138 - test/cpp/server/server_request_call_test.cc
5139 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005140 - grpc++_test_util_unsecure
5141 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005142 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005143 - grpc++_unsecure
5144 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005145 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07005146- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005147 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005148 build: test
5149 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005150 src:
5151 - test/cpp/end2end/shutdown_test.cc
5152 deps:
5153 - grpc++_test_util
5154 - grpc_test_util
5155 - grpc++
5156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005157 - gpr_test_util
5158 - gpr
Mark D. Roth3e7f2df2018-02-26 13:17:06 -08005159- name: slice_hash_table_test
5160 gtest: true
5161 build: test
5162 language: c++
5163 src:
5164 - test/core/slice/slice_hash_table_test.cc
5165 deps:
5166 - grpc_test_util
5167 - grpc
5168 - gpr_test_util
5169 - gpr
5170 uses_polling: false
David Garcia Quintas396d49d2018-02-28 16:06:30 -08005171- name: slice_weak_hash_table_test
5172 gtest: true
5173 build: test
5174 language: c++
5175 src:
5176 - test/core/slice/slice_weak_hash_table_test.cc
5177 deps:
5178 - grpc_test_util
5179 - grpc
5180 - gpr_test_util
5181 - gpr
5182 uses_polling: false
Craig Tiller97ec5eb2017-09-01 12:57:36 -07005183- name: stats_test
5184 gtest: true
5185 build: test
5186 language: c++
5187 src:
5188 - test/core/debug/stats_test.cc
5189 deps:
5190 - grpc++_test_util
5191 - grpc_test_util
5192 - grpc
5193 - gpr_test_util
5194 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07005195 exclude_configs:
5196 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00005197 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07005198 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005199- name: status_metadata_test
5200 gtest: true
5201 build: test
5202 language: c++
5203 src:
5204 - test/core/transport/status_metadata_test.cc
5205 deps:
5206 - grpc
5207 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005208- name: status_util_test
5209 gtest: true
5210 cpu_cost: 0.1
5211 build: test
5212 language: c++
5213 src:
ncteisen3b42f832018-03-19 13:22:35 -07005214 - test/core/channel/status_util_test.cc
Mark D. Roth718c8342018-02-28 13:00:04 -08005215 deps:
5216 - grpc
5217 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005218- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005219 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005220 build: test
5221 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005222 src:
5223 - test/cpp/end2end/streaming_throughput_test.cc
5224 deps:
5225 - grpc++_test_util
5226 - grpc_test_util
5227 - grpc++
5228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005229 - gpr_test_util
5230 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005231 platforms:
5232 - mac
5233 - linux
5234 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005235- name: stress_test
5236 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07005237 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005238 language: c++
5239 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07005240 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005241 - test/cpp/interop/interop_client.h
5242 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08005243 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005244 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005245 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08005246 - src/proto/grpc/testing/empty.proto
5247 - src/proto/grpc/testing/messages.proto
5248 - src/proto/grpc/testing/metrics.proto
5249 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005250 - test/cpp/interop/interop_client.cc
5251 - test/cpp/interop/stress_interop_client.cc
5252 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005253 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005254 deps:
5255 - grpc++_test_util
5256 - grpc_test_util
5257 - grpc++
5258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005259 - gpr_test_util
5260 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005261 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005262- name: thread_manager_test
5263 build: test
5264 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005265 src:
5266 - test/cpp/thread_manager/thread_manager_test.cc
5267 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005268 - grpc++_unsecure
5269 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005270 - gpr
5271 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07005272- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005273 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005274 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07005275 build: test
5276 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005277 src:
5278 - test/cpp/end2end/thread_stress_test.cc
5279 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005280 - grpc++_test_util_unsecure
5281 - grpc_test_util_unsecure
5282 - grpc++_unsecure
5283 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08005284 - gpr_test_util
5285 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07005286- name: transport_pid_controller_test
5287 build: test
5288 language: c++
5289 src:
5290 - test/core/transport/pid_controller_test.cc
5291 deps:
5292 - grpc++_test_util
5293 - grpc++
5294 - grpc_test_util
5295 - grpc
5296 - gpr_test_util
5297 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08005298- name: transport_security_common_api_test
5299 build: test
5300 language: c++
5301 src:
5302 - test/core/tsi/alts/handshaker/transport_security_common_api_test.cc
5303 deps:
5304 - alts_test_util
5305 - gpr
5306 - grpc
Craig Tiller9a3997c2017-01-30 13:22:33 -08005307- name: writes_per_rpc_test
5308 gtest: true
5309 cpu_cost: 0.5
5310 build: test
5311 language: c++
5312 src:
5313 - test/cpp/performance/writes_per_rpc_test.cc
5314 deps:
5315 - grpc++_test_util
5316 - grpc_test_util
5317 - grpc++
5318 - grpc
5319 - gpr_test_util
5320 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08005321 platforms:
5322 - mac
5323 - linux
5324 - posix
Craig Tillerab230452016-01-04 08:18:43 -08005325- name: public_headers_must_be_c89
5326 build: test
5327 language: c89
5328 src:
5329 - test/core/surface/public_headers_must_be_c89.c
5330 deps:
5331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005332 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08005333- name: gen_hpack_tables
5334 build: tool
5335 language: cc
5336 src:
5337 - tools/codegen/core/gen_hpack_tables.cc
5338 deps:
5339 - gpr
5340 - grpc
5341 uses_polling: false
5342- name: gen_legal_metadata_characters
5343 build: tool
5344 language: cc
5345 src:
5346 - tools/codegen/core/gen_legal_metadata_characters.cc
5347 deps: []
5348- name: gen_percent_encoding_tables
5349 build: tool
5350 language: cc
5351 src:
5352 - tools/codegen/core/gen_percent_encoding_tables.cc
5353 deps: []
5354 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005355vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07005356- linkage: static
5357 name: grpc.dependencies.zlib
5358 props: false
5359 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005360 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08005361- linkage: static
5362 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07005363 props: true
5364 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005365 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07005366- name: gflags
5367 props: false
5368 redist: false
5369 version: 2.1.2.1
5370- name: gtest
5371 props: false
5372 redist: false
5373 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08005374configs:
5375 asan:
5376 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005377 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5378 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005379 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005380 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005381 LDFLAGS: -fsanitize=address
5382 LDXX: clang++
5383 compile_the_world: true
5384 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08005385 ASAN_OPTIONS: detect_leaks=1:color=always
5386 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005387 asan-noleaks:
5388 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005389 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5390 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005391 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005392 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005393 LDFLAGS: -fsanitize=address
5394 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08005395 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08005396 test_environ:
5397 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07005398 asan-trace-cmp:
5399 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07005400 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
5401 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07005402 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005403 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07005404 LDFLAGS: -fsanitize=address
5405 LDXX: clang++
5406 compile_the_world: true
5407 test_environ:
5408 ASAN_OPTIONS: detect_leaks=1:color=always
5409 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005410 basicprof:
5411 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
5412 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07005413 c++-compat:
5414 CFLAGS: -Wc++-compat
5415 CPPFLAGS: -O0
5416 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08005417 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08005418 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08005419 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005420 dbg:
5421 CPPFLAGS: -O0
5422 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005423 gcov:
5424 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005425 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08005426 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08005427 DEFINES: _DEBUG DEBUG GPR_GCOV
5428 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07005429 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08005430 LDXX: g++
5431 helgrind:
5432 CPPFLAGS: -O0
5433 DEFINES: _DEBUG DEBUG
5434 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005435 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07005436 lto:
5437 CPPFLAGS: -O2
5438 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005439 memcheck:
5440 CPPFLAGS: -O0
5441 DEFINES: _DEBUG DEBUG
5442 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005443 valgrind: --tool=memcheck --leak-check=full
5444 msan:
5445 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005446 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005447 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5448 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005449 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005450 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005451 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005452 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5453 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5454 LDXX: clang++
5455 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005456 test_environ:
5457 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005458 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005459 CPPFLAGS: -O3 -fno-omit-frame-pointer
5460 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005461 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005462 noexcept:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005463 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tiller1b6097c2017-04-10 13:28:45 -07005464 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005465 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005466 opt:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005467 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tillera0f85172016-01-20 15:56:06 -08005468 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005469 stapprof:
5470 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5471 DEFINES: NDEBUG
5472 tsan:
5473 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005474 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005475 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005476 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005477 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005478 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005479 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005480 LDXX: clang++
5481 compile_the_world: true
5482 test_environ:
5483 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005484 ubsan:
5485 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005486 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5487 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005488 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005489 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005490 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005491 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005492 LDXX: clang++
5493 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005494 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005495 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005496defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005497 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005498 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5499 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005500 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5501 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5502 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5503 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5504 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005505 benchmark:
5506 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005507 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005508 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005509 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5510 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005511 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005512 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005513 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005514 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005515 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005516 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005517 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005518 LDFLAGS: -g
5519 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005520 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005521 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005522openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005523 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005524 extraction_dir: openssl-1.0.2f
5525 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005526php_config_m4:
5527 deps:
5528 - grpc
5529 - gpr
5530 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005531 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005532 - address_sorting
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005533 headers:
5534 - src/php/ext/grpc/byte_buffer.h
5535 - src/php/ext/grpc/call.h
5536 - src/php/ext/grpc/call_credentials.h
5537 - src/php/ext/grpc/channel.h
5538 - src/php/ext/grpc/channel_credentials.h
5539 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005540 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005541 - src/php/ext/grpc/php_grpc.h
5542 - src/php/ext/grpc/server.h
5543 - src/php/ext/grpc/server_credentials.h
5544 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005545 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005546 src:
5547 - src/php/ext/grpc/byte_buffer.c
5548 - src/php/ext/grpc/call.c
5549 - src/php/ext/grpc/call_credentials.c
5550 - src/php/ext/grpc/channel.c
5551 - src/php/ext/grpc/channel_credentials.c
5552 - src/php/ext/grpc/completion_queue.c
5553 - src/php/ext/grpc/php_grpc.c
5554 - src/php/ext/grpc/server.c
5555 - src/php/ext/grpc/server_credentials.c
5556 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005557python_dependencies:
5558 deps:
5559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005560 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005561 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005562 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005563 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005564 - address_sorting
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005565ruby_gem:
5566 deps:
5567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005568 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005569 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005570 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005571 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005572 - address_sorting