blob: 9a707c8b372f5d792ba17e3daebbff7a0c2c7917 [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
Mehrdad Afsharia0636f02018-05-14 22:41:41 -070015 core_version: 6.0.0
Mehrdad Afshari54507cf2018-04-04 14:03:39 -070016 g_stands_for: glorious
kpayson6451ea0312018-06-01 13:34:03 -070017 version: 1.12.1
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
Juanli Shena0aab7e2018-05-01 10:30:54 -07001891- name: lb_load_data_store
1892 build: private
1893 language: c++
1894 headers:
1895 - src/cpp/server/load_reporter/load_data_store.h
1896 src:
1897 - src/cpp/server/load_reporter/load_data_store.cc
1898 deps:
1899 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: qps
1901 build: private
1902 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001903 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001904 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001905 - test/cpp/qps/client.h
1906 - test/cpp/qps/driver.h
1907 - test/cpp/qps/histogram.h
1908 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001909 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001910 - test/cpp/qps/qps_worker.h
1911 - test/cpp/qps/report.h
1912 - test/cpp/qps/server.h
1913 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001914 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001915 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001916 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001917 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001918 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001919 - src/proto/grpc/testing/control.proto
kpayson647a20c962018-04-18 15:19:55 -07001920 - src/proto/grpc/testing/benchmark_service.proto
1921 - src/proto/grpc/testing/report_qps_scenario_service.proto
1922 - src/proto/grpc/testing/worker_service.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001923 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001924 - test/cpp/qps/client_async.cc
1925 - test/cpp/qps/client_sync.cc
1926 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001927 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001928 - test/cpp/qps/qps_worker.cc
1929 - test/cpp/qps/report.cc
1930 - test/cpp/qps/server_async.cc
1931 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001932 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001933 deps:
1934 - grpc_test_util
1935 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001936 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001937 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001938 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939- name: grpc_csharp_ext
1940 build: all
1941 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001942 src:
1943 - src/csharp/ext/grpc_csharp_ext.c
1944 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001946 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001947 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001948 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949 dll: only
1950 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001951 vs_packages:
1952 - grpc.dependencies.openssl
1953 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001954 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001955 vs_props:
1956 - zlib
1957 - openssl
1958 - winsock
1959 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001961- name: algorithm_test
1962 build: test
1963 language: c
1964 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001965 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001966 deps:
1967 - grpc_test_util
1968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001971 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001972- name: alloc_test
1973 build: test
1974 language: c
1975 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001976 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001977 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001980 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001981- name: alpn_test
1982 build: test
1983 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001984 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001985 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001986 deps:
1987 - grpc_test_util
1988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001989 - gpr_test_util
1990 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001991- name: api_fuzzer
1992 build: fuzzer
1993 language: c
1994 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001995 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001996 deps:
1997 - grpc_test_util
1998 - grpc
1999 - gpr_test_util
2000 - gpr
2001 corpus_dirs:
2002 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07002003 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07002004 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07002005- name: arena_test
2006 build: test
2007 language: c
2008 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002009 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07002010 deps:
2011 - gpr_test_util
2012 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002013 uses_polling: false
Vijay Pai8f4fbb12018-02-08 10:04:08 -08002014- name: avl_test
2015 build: test
2016 language: c
2017 src:
2018 - test/core/avl/avl_test.cc
2019 deps:
2020 - gpr_test_util
2021 - gpr
2022 - grpc
2023 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07002024- name: bad_server_response_test
2025 build: test
2026 language: c
2027 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002028 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07002029 deps:
2030 - test_tcp_server
2031 - grpc_test_util
2032 - grpc
2033 - gpr_test_util
2034 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002035 exclude_iomgrs:
2036 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07002037- name: bin_decoder_test
2038 build: test
2039 language: c
2040 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002041 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07002042 deps:
2043 - grpc_test_util
2044 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002045 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002046- name: bin_encoder_test
2047 build: test
2048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002049 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002050 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002051 deps:
2052 - grpc_test_util
2053 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002054 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08002055- name: channel_create_test
2056 build: test
2057 language: c
2058 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002059 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08002060 deps:
2061 - grpc_test_util
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07002065- name: check_epollexclusive
2066 build: tool
2067 language: c
2068 src:
2069 - test/build/check_epollexclusive.c
2070 deps:
2071 - grpc
2072 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08002073- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074 build: test
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002077 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002078 deps:
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002083 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: chttp2_stream_map_test
2085 build: test
2086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002088 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002089 deps:
2090 - grpc_test_util
2091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002094 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08002095- name: chttp2_varint_test
2096 build: test
2097 language: c
2098 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002099 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08002100 deps:
2101 - grpc_test_util
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002105 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07002106- name: client_fuzzer
2107 build: fuzzer
2108 language: c
2109 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002110 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07002111 deps:
2112 - grpc_test_util
2113 - grpc
2114 - gpr_test_util
2115 - gpr
2116 corpus_dirs:
2117 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002118 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07002119 maxlen: 2048
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002120- name: cmdline_test
2121 build: test
2122 language: c
2123 src:
2124 - test/core/util/cmdline_test.cc
2125 deps:
2126 - gpr
2127 - gpr_test_util
2128 - grpc_test_util
2129 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002130- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07002131 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07002132 build: test
2133 language: c
2134 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002135 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002136 deps:
2137 - grpc_test_util
2138 - grpc
2139 - gpr_test_util
2140 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002141- name: compression_test
2142 build: test
2143 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002144 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002145 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002146 deps:
2147 - grpc_test_util
2148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002149 - gpr_test_util
2150 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002151 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08002152- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07002153 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08002154 build: test
2155 language: c
2156 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002157 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08002158 deps:
2159 - grpc_test_util
2160 - grpc
2161 - gpr_test_util
2162 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002163 exclude_iomgrs:
2164 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07002165- name: connection_refused_test
2166 cpu_cost: 0.1
2167 build: test
2168 language: c
2169 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002170 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07002171 deps:
2172 - grpc_test_util
2173 - grpc
2174 - gpr_test_util
2175 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08002176- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08002177 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08002178 build: test
2179 language: c
2180 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002181 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08002182 deps:
2183 - grpc_test_util
2184 - grpc
2185 - gpr_test_util
2186 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002187 exclude_iomgrs:
2188 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08002189- name: dns_resolver_cooldown_test
2190 build: test
2191 language: c
2192 src:
2193 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
2194 deps:
2195 - grpc_test_util
2196 - grpc
2197 - gpr_test_util
2198 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002199- name: dns_resolver_test
2200 build: test
2201 language: c
2202 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002203 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002204 deps:
2205 - grpc_test_util
2206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002210 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002211 build: test
2212 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002213 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002214 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002215 deps:
2216 - grpc_test_util
2217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002220 exclude_iomgrs:
2221 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002222 platforms:
2223 - mac
2224 - linux
2225 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002226- name: endpoint_pair_test
2227 build: test
2228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002229 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002230 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002231 deps:
2232 - grpc_test_util
2233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002234 - gpr_test_util
2235 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002236 exclude_iomgrs:
2237 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002238- name: error_test
2239 cpu_cost: 30
2240 build: test
2241 language: c
2242 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002243 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08002244 deps:
2245 - grpc_test_util
2246 - grpc
2247 - gpr_test_util
2248 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002249 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002250- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002251 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002252 build: test
2253 language: c
2254 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002255 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002256 deps:
2257 - grpc_test_util
2258 - grpc
2259 - gpr_test_util
2260 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002261 exclude_iomgrs:
2262 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002263 platforms:
2264 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002265- name: fake_resolver_test
2266 build: test
2267 language: c
2268 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002269 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002270 deps:
2271 - grpc_test_util
2272 - grpc
2273 - gpr_test_util
2274 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002275- name: fake_transport_security_test
2276 build: test
2277 language: c
2278 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002279 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002280 deps:
2281 - gpr_test_util
2282 - gpr
2283 - grpc
2284 filegroups:
2285 - transport_security_test_lib
2286 platforms:
2287 - linux
2288 - posix
2289 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002290- name: fd_conservation_posix_test
2291 build: test
2292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002293 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002294 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002295 deps:
2296 - grpc_test_util
2297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 - gpr_test_util
2299 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002300 exclude_iomgrs:
2301 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002302 platforms:
2303 - mac
2304 - linux
2305 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306- name: fd_posix_test
2307 build: test
2308 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002309 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002310 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002311 deps:
2312 - grpc_test_util
2313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002314 - gpr_test_util
2315 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002316 exclude_iomgrs:
2317 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002318 platforms:
2319 - mac
2320 - linux
2321 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002322- name: fling_client
2323 build: test
2324 run: false
2325 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002326 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002327 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002328 deps:
2329 - grpc_test_util
2330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002331 - gpr_test_util
2332 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002333- name: fling_server
2334 build: test
2335 run: false
2336 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002337 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002338 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002339 deps:
2340 - grpc_test_util
2341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002342 - gpr_test_util
2343 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002344- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002345 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002346 build: test
2347 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002348 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002349 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002350 deps:
2351 - grpc_test_util
2352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002353 - gpr_test_util
2354 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002355 platforms:
2356 - mac
2357 - linux
2358 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002359- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002360 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002361 build: test
2362 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002363 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002364 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002365 deps:
2366 - grpc_test_util
2367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr_test_util
2369 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002370 platforms:
2371 - mac
2372 - linux
2373 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002374- name: goaway_server_test
2375 cpu_cost: 0.1
2376 build: test
2377 language: c
2378 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002379 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002380 deps:
2381 - grpc_test_util
2382 - grpc
2383 - gpr_test_util
2384 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002385 exclude_iomgrs:
2386 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002387 platforms:
2388 - mac
2389 - linux
2390 - posix
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002391- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002392 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002393 build: test
2394 language: c
2395 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002396 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -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_env_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/env_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_host_port_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/host_port_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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419- name: gpr_log_test
2420 build: test
2421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002423 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002424 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002425 - gpr_test_util
2426 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002427 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002428- name: gpr_manual_constructor_test
2429 cpu_cost: 3
2430 build: test
2431 language: c
2432 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002433 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002434 deps:
2435 - gpr_test_util
2436 - gpr
2437 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002438- name: gpr_mpscq_test
2439 cpu_cost: 30
2440 build: test
2441 language: c
2442 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002443 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002444 deps:
2445 - gpr_test_util
2446 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002447 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002448- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002449 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002450 build: test
2451 language: c
2452 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002453 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002454 deps:
2455 - 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_string_test
2459 build: test
2460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002461 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002462 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002463 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002464 - gpr_test_util
2465 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002466 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002467- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002468 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002469 build: test
2470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002471 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002472 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002473 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr_test_util
2475 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002476 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002478 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002479 build: test
2480 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002481 src:
Vijay Paida693552018-02-16 22:59:03 -08002482 - test/core/gprpp/thd_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_time_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/time_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_tls_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/tls_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: gpr_useful_test
2506 build: test
2507 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002508 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002509 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002510 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002511 - gpr_test_util
2512 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002513 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514- name: grpc_auth_context_test
2515 build: test
2516 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002517 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002518 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002519 deps:
2520 - grpc_test_util
2521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002522 - gpr_test_util
2523 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002524 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002525- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002526 build: test
2527 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002528 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002529 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002530 deps:
2531 - grpc_test_util
2532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002533 - gpr_test_util
2534 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002535 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002536- name: grpc_byte_buffer_reader_test
2537 build: test
2538 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002539 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002540 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002541 deps:
2542 - grpc_test_util
2543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002544 - gpr_test_util
2545 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002546 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002547- name: grpc_channel_args_test
2548 build: test
2549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002550 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002551 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002552 deps:
2553 - grpc_test_util
2554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002555 - gpr_test_util
2556 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002557 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002558- name: grpc_channel_stack_builder_test
2559 build: test
2560 language: c
2561 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002562 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002563 deps:
2564 - grpc_test_util
2565 - grpc
2566 - gpr_test_util
2567 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568- name: grpc_channel_stack_test
2569 build: test
2570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002571 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002572 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002573 deps:
2574 - grpc_test_util
2575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002576 - gpr_test_util
2577 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002578 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002579- name: grpc_completion_queue_test
2580 build: test
2581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002582 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002583 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002584 deps:
2585 - grpc_test_util
2586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002587 - gpr_test_util
2588 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002589- name: grpc_completion_queue_threading_test
2590 build: test
2591 language: c
2592 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002593 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002594 deps:
2595 - grpc_test_util
2596 - grpc
2597 - gpr_test_util
2598 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002599 exclude_iomgrs:
2600 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601- name: grpc_create_jwt
2602 build: tool
2603 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002604 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002605 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002606 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002608 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002609 filegroups:
2610 - cmdline
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002611 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002612 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613- name: grpc_credentials_test
2614 build: test
2615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002616 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002617 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002618 deps:
2619 - grpc_test_util
2620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002621 - gpr_test_util
2622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002624 build: test
2625 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002627 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002628 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002629 deps:
2630 - grpc_test_util
2631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002632 - gpr_test_util
2633 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002634- name: grpc_json_token_test
2635 build: test
2636 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002637 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002638 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002639 deps:
2640 - grpc_test_util
2641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002642 - gpr_test_util
2643 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002644 platforms:
2645 - linux
2646 - posix
2647 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002648 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002649- name: grpc_jwt_verifier_test
2650 build: test
2651 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002652 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002653 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002654 deps:
2655 - grpc_test_util
2656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002657 - gpr_test_util
2658 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002659 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002660- name: grpc_print_google_default_creds_token
2661 build: tool
2662 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002663 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002664 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002665 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002667 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002668 filegroups:
2669 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002670 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002671- name: grpc_security_connector_test
2672 build: test
2673 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002674 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002675 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002676 deps:
2677 - grpc_test_util
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002681- name: grpc_ssl_credentials_test
2682 build: test
2683 language: c
2684 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002685 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002686 deps:
2687 - grpc_test_util
2688 - grpc
2689 - gpr_test_util
2690 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002691- name: grpc_verify_jwt
2692 build: tool
2693 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002694 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002695 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002696 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002698 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002699 filegroups:
2700 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002701 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002702- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002703 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002704 language: c
2705 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002706 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002707 deps:
2708 - grpc_test_util
2709 - grpc
2710 - gpr_test_util
2711 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002712 exclude_iomgrs:
2713 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002714 platforms:
2715 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002716 secure: true
2717- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002718 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002719 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002720 headers:
2721 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002722 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002723 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002724 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002725 deps:
2726 - grpc_test_util
2727 - grpc
2728 - gpr_test_util
2729 - gpr
2730 exclude_iomgrs:
2731 - uv
2732 platforms:
2733 - linux
2734 secure: true
2735- name: handshake_server_with_readahead_handshaker
2736 build: test
2737 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002738 headers:
2739 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002740 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002741 - test/core/handshake/readahead_handshaker_server_ssl.cc
2742 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002743 deps:
2744 - grpc_test_util
2745 - grpc
2746 - gpr_test_util
2747 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002748 exclude_iomgrs:
2749 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002750 platforms:
2751 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002752 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002753- name: histogram_test
2754 build: test
2755 language: c
2756 src:
2757 - test/core/util/histogram_test.cc
2758 deps:
2759 - grpc_test_util
2760 - gpr
2761 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002762- name: hpack_parser_fuzzer_test
2763 build: fuzzer
2764 language: c
2765 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002766 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002767 deps:
2768 - grpc_test_util
2769 - grpc
2770 - gpr_test_util
2771 - gpr
2772 corpus_dirs:
2773 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002774 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002775 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002776- name: hpack_parser_test
2777 build: test
2778 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002779 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002780 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002781 deps:
2782 - grpc_test_util
2783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002784 - gpr_test_util
2785 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002786 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002787- name: hpack_table_test
2788 build: test
2789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002790 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002791 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002792 deps:
2793 - grpc_test_util
2794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002795 - gpr_test_util
2796 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002797 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002798- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002799 build: test
2800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002801 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002802 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002803 deps:
2804 - grpc_test_util
2805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002806 - gpr_test_util
2807 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002808 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002809- name: http_request_fuzzer_test
2810 build: fuzzer
2811 language: c
2812 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002813 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002814 deps:
2815 - grpc_test_util
2816 - grpc
2817 - gpr_test_util
2818 - gpr
2819 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002820 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002821 maxlen: 2048
2822- name: http_response_fuzzer_test
2823 build: fuzzer
2824 language: c
2825 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002826 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002827 deps:
2828 - grpc_test_util
2829 - grpc
2830 - gpr_test_util
2831 - gpr
2832 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002833 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002834 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002835- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002836 build: test
2837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002838 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002839 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002840 deps:
2841 - grpc_test_util
2842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002843 - gpr_test_util
2844 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002846 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002847 build: test
2848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002849 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002850 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002851 deps:
2852 - grpc_test_util
2853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002854 - gpr_test_util
2855 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002856 platforms:
2857 - mac
2858 - linux
2859 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002860- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002861 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002862 build: test
2863 language: c
2864 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002865 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002866 deps:
2867 - grpc_test_util
2868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002869 - gpr_test_util
2870 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002871 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002872 - linux
yang-gf1183302015-12-07 16:02:05 -08002873- name: init_test
2874 build: test
2875 language: c
2876 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002877 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002878 deps:
2879 - grpc_test_util
2880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002881 - gpr_test_util
2882 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002883 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002884- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002885 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002886 build: test
2887 language: c
2888 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002889 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002890 deps:
2891 - grpc_test_util
2892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002893 - gpr_test_util
2894 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002895- name: json_fuzzer_test
2896 build: fuzzer
2897 language: c
2898 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002899 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002900 deps:
2901 - grpc_test_util
2902 - grpc
2903 - gpr_test_util
2904 - gpr
2905 corpus_dirs:
2906 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002907 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002908- name: json_rewrite
2909 build: test
2910 run: false
2911 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002912 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002913 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002914 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002915 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002916 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002917 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002918 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002919 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002920- name: json_rewrite_test
2921 build: test
2922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002923 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002924 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002925 deps:
2926 - grpc_test_util
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr_test_util
2929 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002930 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002931- name: json_stream_error_test
2932 build: test
2933 language: c
2934 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002935 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002936 deps:
2937 - grpc_test_util
2938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002939 - gpr_test_util
2940 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002941 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002942- name: json_test
2943 build: test
2944 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002945 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002946 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002947 deps:
2948 - grpc_test_util
2949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002950 - gpr_test_util
2951 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002952 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002953- name: lame_client_test
2954 build: test
2955 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002956 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002957 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002958 deps:
2959 - grpc_test_util
2960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002961 - gpr_test_util
2962 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002963- name: load_file_test
2964 build: test
2965 language: c
2966 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002967 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002968 deps:
2969 - grpc_test_util
2970 - grpc
2971 - gpr_test_util
2972 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002973 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002974- name: low_level_ping_pong_benchmark
2975 build: benchmark
2976 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002977 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002978 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002979 deps:
2980 - grpc_test_util
2981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002982 - gpr_test_util
2983 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002984 platforms:
2985 - mac
2986 - linux
2987 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002988- name: memory_profile_client
2989 build: test
2990 run: false
2991 language: c
2992 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002993 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002994 deps:
2995 - grpc_test_util
2996 - grpc
2997 - gpr_test_util
2998 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002999 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003000- name: memory_profile_server
3001 build: test
3002 run: false
3003 language: c
3004 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003005 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003006 deps:
3007 - grpc_test_util
3008 - grpc
3009 - gpr_test_util
3010 - gpr
3011- name: memory_profile_test
3012 cpu_cost: 1.5
3013 build: test
3014 language: c
3015 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003016 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003017 deps:
3018 - grpc_test_util
3019 - grpc
3020 - gpr_test_util
3021 - gpr
3022 platforms:
3023 - mac
3024 - linux
3025 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003026- name: message_compress_test
3027 build: test
3028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003029 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003030 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003031 deps:
3032 - grpc_test_util
3033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003034 - gpr_test_util
3035 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003036 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07003037- name: minimal_stack_is_minimal_test
3038 build: test
3039 language: c
3040 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003041 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07003042 deps:
3043 - grpc_test_util
3044 - grpc
3045 - gpr_test_util
3046 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003047 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003048- name: multiple_server_queues_test
3049 build: test
3050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003051 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003052 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003053 deps:
3054 - grpc_test_util
3055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003056 - gpr_test_util
3057 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003058- name: murmur_hash_test
3059 build: test
3060 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003061 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08003062 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003063 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08003064 - gpr_test_util
3065 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003066 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003067- name: nanopb_fuzzer_response_test
3068 build: fuzzer
3069 language: c
3070 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003071 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003072 deps:
3073 - grpc_test_util
3074 - grpc
3075 - gpr_test_util
3076 - gpr
3077 corpus_dirs:
3078 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07003079 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003080- name: nanopb_fuzzer_serverlist_test
3081 build: fuzzer
3082 language: c
3083 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003084 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003085 deps:
3086 - grpc_test_util
3087 - grpc
3088 - gpr_test_util
3089 - gpr
3090 corpus_dirs:
3091 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07003092 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003093- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003094 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003095 build: test
3096 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003097 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003098 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003099 deps:
3100 - grpc_test_util
3101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003102 - gpr_test_util
3103 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07003104- name: num_external_connectivity_watchers_test
3105 build: test
3106 language: c
3107 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003108 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07003109 deps:
3110 - grpc_test_util
3111 - grpc
3112 - gpr_test_util
3113 - gpr
3114 exclude_iomgrs:
3115 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003116- name: parse_address_test
3117 build: test
3118 language: c
3119 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003120 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003121 deps:
3122 - grpc_test_util
3123 - grpc
3124 - gpr_test_util
3125 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003126 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07003127- name: percent_decode_fuzzer
3128 build: fuzzer
3129 language: c
3130 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003131 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003132 deps:
3133 - grpc_test_util
3134 - grpc
3135 - gpr_test_util
3136 - gpr
3137 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003138 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003139 maxlen: 32
3140- name: percent_encode_fuzzer
3141 build: fuzzer
3142 language: c
3143 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003144 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003145 deps:
3146 - grpc_test_util
3147 - grpc
3148 - gpr_test_util
3149 - gpr
3150 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003151 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003152 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07003153- name: percent_encoding_test
3154 build: test
3155 language: c
3156 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003157 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07003158 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003159 - grpc_test_util
3160 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07003161 - gpr_test_util
3162 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003163 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003164- name: pollset_set_test
3165 build: test
3166 language: c
3167 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003168 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003169 deps:
3170 - grpc_test_util
3171 - grpc
3172 - gpr_test_util
3173 - gpr
3174 exclude_iomgrs:
3175 - uv
3176 platforms:
3177 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003178- name: resolve_address_posix_test
3179 build: test
3180 language: c
3181 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003182 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003183 deps:
3184 - grpc_test_util
3185 - grpc
3186 - gpr_test_util
3187 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08003188 exclude_iomgrs:
3189 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003190 platforms:
3191 - mac
3192 - linux
3193 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003194- name: resolve_address_test
3195 build: test
3196 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003197 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003198 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003199 deps:
3200 - grpc_test_util
3201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003202 - gpr_test_util
3203 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003204- name: resource_quota_test
3205 cpu_cost: 30
3206 build: test
3207 language: c
3208 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003209 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003210 deps:
3211 - grpc_test_util
3212 - grpc
3213 - gpr_test_util
3214 - gpr
yang-gd482e592015-12-10 14:04:00 -08003215- name: secure_channel_create_test
3216 build: test
3217 language: c
3218 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003219 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003220 deps:
3221 - grpc_test_util
3222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003223 - gpr_test_util
3224 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003225- name: secure_endpoint_test
3226 build: test
3227 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003228 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003229 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003230 deps:
3231 - grpc_test_util
3232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003233 - gpr_test_util
3234 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003235 exclude_iomgrs:
3236 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003237- name: sequential_connectivity_test
3238 build: test
3239 language: c
3240 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003241 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003242 deps:
3243 - grpc_test_util
3244 - grpc
3245 - gpr_test_util
3246 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003247 exclude_iomgrs:
3248 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003249- name: server_chttp2_test
3250 build: test
3251 language: c
3252 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003253 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003254 deps:
3255 - grpc_test_util
3256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003257 - gpr_test_util
3258 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003259- name: server_fuzzer
3260 build: fuzzer
3261 language: c
3262 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003263 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003264 deps:
3265 - grpc_test_util
3266 - grpc
3267 - gpr_test_util
3268 - gpr
3269 corpus_dirs:
3270 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003271 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003272 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003273- name: server_test
3274 build: test
3275 language: c
3276 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003277 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003278 deps:
3279 - grpc_test_util
3280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003281 - gpr_test_util
3282 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003283- name: slice_buffer_test
3284 build: test
3285 language: c
3286 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003287 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003288 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003289 - grpc_test_util
3290 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003291 - gpr_test_util
3292 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003293 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003294- name: slice_string_helpers_test
3295 build: test
3296 language: c
3297 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003298 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003299 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003300 - grpc_test_util
3301 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003302 - gpr_test_util
3303 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003304 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003305- name: slice_test
3306 build: test
3307 language: c
3308 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003309 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003310 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003311 - grpc_test_util
3312 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003313 - gpr_test_util
3314 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003315 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003316- name: sockaddr_resolver_test
3317 build: test
3318 language: c
3319 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003320 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003321 deps:
3322 - grpc_test_util
3323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003324 - gpr_test_util
3325 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003326- name: sockaddr_utils_test
3327 build: test
3328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003329 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003330 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003331 deps:
3332 - grpc_test_util
3333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003334 - gpr_test_util
3335 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003336- name: socket_utils_test
3337 build: test
3338 language: c
3339 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003340 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003341 deps:
3342 - grpc_test_util
3343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003344 - gpr_test_util
3345 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003346 exclude_iomgrs:
3347 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003348 platforms:
3349 - mac
3350 - linux
3351 - posix
yang-g31e21282016-11-04 15:10:03 -07003352- name: ssl_server_fuzzer
3353 build: fuzzer
3354 language: c
3355 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003356 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003357 deps:
3358 - grpc_test_util
3359 - grpc
3360 - gpr_test_util
3361 - gpr
3362 corpus_dirs:
3363 - test/core/security/corpus/ssl_server_corpus
3364 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003365- name: ssl_transport_security_test
3366 build: test
3367 language: c
3368 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003369 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003370 deps:
3371 - gpr_test_util
3372 - gpr
3373 - grpc
3374 filegroups:
3375 - transport_security_test_lib
3376 platforms:
3377 - linux
3378 - posix
3379 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003380- name: status_conversion_test
3381 build: test
3382 language: c
3383 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003384 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003385 deps:
3386 - grpc_test_util
3387 - grpc
3388 - gpr_test_util
3389 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003390 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003391- name: stream_compression_test
3392 build: test
3393 language: c
3394 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003395 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003396 deps:
3397 - grpc_test_util
3398 - grpc
3399 - gpr_test_util
3400 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003401 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003402- name: stream_owned_slice_test
3403 build: test
3404 language: c
3405 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003406 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003407 deps:
3408 - grpc_test_util
3409 - grpc
3410 - gpr_test_util
3411 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003412 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003413- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003414 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003415 build: test
3416 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003417 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003418 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003419 deps:
3420 - grpc_test_util
3421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003422 - gpr_test_util
3423 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003424 exclude_iomgrs:
3425 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003426 platforms:
3427 - mac
3428 - linux
3429 - posix
murgatroid991191b722017-02-08 11:56:52 -08003430- name: tcp_client_uv_test
3431 cpu_cost: 0.5
3432 build: test
3433 language: c
3434 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003435 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003436 deps:
3437 - grpc_test_util
3438 - grpc
3439 - gpr_test_util
3440 - gpr
3441 exclude_iomgrs:
3442 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003443- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003444 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003445 build: test
3446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003447 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003448 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003449 deps:
3450 - grpc_test_util
3451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003452 - gpr_test_util
3453 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003454 exclude_iomgrs:
3455 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003456 platforms:
3457 - mac
3458 - linux
3459 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003460- name: tcp_server_posix_test
3461 build: test
3462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003463 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003464 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003465 deps:
3466 - grpc_test_util
3467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003468 - gpr_test_util
3469 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003470 exclude_iomgrs:
3471 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003472 platforms:
3473 - mac
3474 - linux
3475 - posix
murgatroid991191b722017-02-08 11:56:52 -08003476- name: tcp_server_uv_test
3477 build: test
3478 language: c
3479 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003480 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003481 deps:
3482 - grpc_test_util
3483 - grpc
3484 - gpr_test_util
3485 - gpr
3486 exclude_iomgrs:
3487 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003488- name: time_averaged_stats_test
3489 build: test
3490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003491 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003492 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003493 deps:
3494 - grpc_test_util
3495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003496 - gpr_test_util
3497 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003498 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003499- name: timeout_encoding_test
3500 build: test
3501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003502 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003503 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003504 deps:
3505 - grpc_test_util
3506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003507 - gpr_test_util
3508 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003509 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003510- name: timer_heap_test
3511 build: test
3512 language: c
3513 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003514 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003515 deps:
3516 - grpc_test_util
3517 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003518 - gpr_test_util
3519 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003520 exclude_iomgrs:
3521 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003522 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003523- name: timer_list_test
3524 build: test
3525 language: c
3526 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003527 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003528 deps:
3529 - grpc_test_util
3530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003531 - gpr_test_util
3532 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003533 exclude_iomgrs:
3534 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003535 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003536- name: transport_connectivity_state_test
3537 build: test
3538 language: c
3539 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003540 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003541 deps:
3542 - grpc_test_util
3543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003544 - gpr_test_util
3545 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003546- name: transport_metadata_test
3547 build: test
3548 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003549 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003550 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003551 deps:
3552 - grpc_test_util
3553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003554 - gpr_test_util
3555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003556- name: transport_security_test
3557 build: test
3558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003559 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003560 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003561 deps:
3562 - grpc_test_util
3563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003564 - gpr_test_util
3565 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003566 platforms:
3567 - linux
3568 - posix
3569 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003570- name: udp_server_test
3571 build: test
3572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003573 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003574 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003575 deps:
3576 - grpc_test_util
3577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003578 - gpr_test_util
3579 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003580 exclude_iomgrs:
3581 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003582 platforms:
3583 - mac
3584 - linux
3585 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003586- name: uri_fuzzer_test
3587 build: fuzzer
3588 language: c
3589 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003590 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003591 deps:
3592 - grpc_test_util
3593 - grpc
3594 - gpr_test_util
3595 - gpr
3596 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003597 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003598 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003599- name: uri_parser_test
3600 build: test
3601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003602 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003603 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003604 deps:
3605 - grpc_test_util
3606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003607 - gpr_test_util
3608 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003609- name: wakeup_fd_cv_test
3610 build: test
3611 language: c
3612 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003613 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003614 deps:
3615 - grpc_test_util
3616 - grpc
3617 - gpr_test_util
3618 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003619 exclude_iomgrs:
3620 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003621 platforms:
3622 - mac
3623 - linux
3624 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003625- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003626 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003627 build: test
3628 language: c++
3629 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003630 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003631 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003632 - grpc++_test_util_unsecure
3633 - grpc_test_util_unsecure
3634 - grpc++_unsecure
3635 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003636 - gpr_test_util
3637 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08003638- name: alts_counter_test
3639 build: test
3640 language: c++
3641 src:
3642 - test/core/tsi/alts/frame_protector/alts_counter_test.cc
3643 deps:
3644 - alts_test_util
3645 - gpr
3646 - grpc
3647- name: alts_crypt_test
3648 build: test
3649 language: c++
3650 src:
3651 - test/core/tsi/alts/crypt/aes_gcm_test.cc
3652 deps:
3653 - alts_test_util
3654 - gpr_test_util
3655 - gpr
3656 - grpc
3657- name: alts_crypter_test
3658 build: test
3659 language: c++
3660 src:
3661 - test/core/tsi/alts/frame_protector/alts_crypter_test.cc
3662 deps:
3663 - alts_test_util
3664 - gpr
3665 - grpc
3666- name: alts_frame_handler_test
3667 build: test
3668 language: c++
3669 src:
3670 - test/core/tsi/alts/frame_protector/frame_handler_test.cc
3671 deps:
3672 - alts_test_util
3673 - gpr
3674 - grpc
3675- name: alts_frame_protector_test
3676 build: test
3677 language: c++
3678 src:
3679 - test/core/tsi/alts/frame_protector/alts_frame_protector_test.cc
3680 deps:
3681 - alts_test_util
3682 - gpr
3683 - grpc
3684 filegroups:
3685 - transport_security_test_lib
3686- name: alts_grpc_record_protocol_test
3687 build: test
3688 language: c++
3689 src:
3690 - test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc
3691 deps:
3692 - alts_test_util
3693 - gpr
3694 - grpc
3695- name: alts_handshaker_client_test
3696 build: test
3697 language: c++
3698 src:
3699 - test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc
3700 deps:
3701 - alts_test_util
3702 - gpr
3703 - grpc
3704- name: alts_handshaker_service_api_test
3705 build: test
3706 language: c++
3707 src:
3708 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test.cc
3709 deps:
3710 - alts_test_util
3711 - gpr
3712 - grpc
3713- name: alts_iovec_record_protocol_test
3714 build: test
3715 language: c++
3716 src:
3717 - test/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol_test.cc
3718 deps:
3719 - alts_test_util
3720 - gpr
3721 - grpc
3722- name: alts_security_connector_test
3723 build: test
3724 language: c++
3725 src:
3726 - test/core/security/alts_security_connector_test.cc
3727 deps:
3728 - gpr
3729 - grpc
3730- name: alts_tsi_handshaker_test
3731 build: test
3732 language: c++
3733 src:
3734 - test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
3735 deps:
3736 - alts_test_util
3737 - gpr
3738 - grpc
3739- name: alts_tsi_utils_test
3740 build: test
3741 language: c++
3742 src:
3743 - test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc
3744 deps:
3745 - alts_test_util
3746 - gpr
3747 - grpc
3748- name: alts_zero_copy_grpc_protector_test
3749 build: test
3750 language: c++
3751 src:
3752 - test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc
3753 deps:
3754 - alts_test_util
3755 - gpr
3756 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003757- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003758 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003759 build: test
3760 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003761 src:
3762 - test/cpp/end2end/async_end2end_test.cc
3763 deps:
3764 - grpc++_test_util
3765 - grpc_test_util
3766 - grpc++
3767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003768 - gpr_test_util
3769 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003770- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003771 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003772 build: test
3773 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003774 src:
3775 - test/cpp/common/auth_property_iterator_test.cc
3776 deps:
3777 - grpc++_test_util
3778 - grpc_test_util
3779 - grpc++
3780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003781 - gpr_test_util
3782 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003783 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003784- name: backoff_test
3785 build: test
3786 language: c++
3787 src:
3788 - test/core/backoff/backoff_test.cc
3789 deps:
3790 - grpc_test_util
3791 - grpc
3792 - gpr_test_util
3793 - gpr
3794 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003795- name: bdp_estimator_test
3796 build: test
3797 language: c++
3798 src:
3799 - test/core/transport/bdp_estimator_test.cc
3800 deps:
3801 - grpc++_test_util
3802 - grpc++
3803 - grpc_test_util
3804 - grpc
3805 - gpr_test_util
3806 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003807 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003808- name: bm_arena
3809 build: test
3810 language: c++
3811 src:
3812 - test/cpp/microbenchmarks/bm_arena.cc
3813 deps:
3814 - grpc_benchmark
3815 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003816 - grpc++_test_util_unsecure
3817 - grpc_test_util_unsecure
3818 - grpc++_unsecure
3819 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003820 - gpr_test_util
3821 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003822 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003823 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003824 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003825 platforms:
3826 - mac
3827 - linux
3828 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003829 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003830- name: bm_call_create
3831 build: test
3832 language: c++
3833 src:
3834 - test/cpp/microbenchmarks/bm_call_create.cc
3835 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003836 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003837 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003838 - grpc++_test_util_unsecure
3839 - grpc_test_util_unsecure
3840 - grpc++_unsecure
3841 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003842 - gpr_test_util
3843 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003844 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003845 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003846 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003847 platforms:
3848 - mac
3849 - linux
3850 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003851 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003852- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003853 build: test
3854 language: c++
3855 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003856 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003857 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003858 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003859 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003860 - grpc++_test_util_unsecure
3861 - grpc_test_util_unsecure
3862 - grpc++_unsecure
3863 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003864 - gpr_test_util
3865 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003866 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003867 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003868 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003869 platforms:
3870 - mac
3871 - linux
3872 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003873 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003874- name: bm_chttp2_transport
3875 build: test
3876 language: c++
3877 src:
3878 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3879 deps:
3880 - grpc_benchmark
3881 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003882 - grpc++_test_util_unsecure
3883 - grpc_test_util_unsecure
3884 - grpc++_unsecure
3885 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003886 - gpr_test_util
3887 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003888 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003889 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003890 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003891 platforms:
3892 - mac
3893 - linux
3894 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003895- name: bm_closure
3896 build: test
3897 language: c++
3898 src:
3899 - test/cpp/microbenchmarks/bm_closure.cc
3900 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003901 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003902 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003903 - grpc++_test_util_unsecure
3904 - grpc_test_util_unsecure
3905 - grpc++_unsecure
3906 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003907 - gpr_test_util
3908 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003909 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003910 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003911 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003912 platforms:
3913 - mac
3914 - linux
3915 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003916- name: bm_cq
3917 build: test
3918 language: c++
3919 src:
3920 - test/cpp/microbenchmarks/bm_cq.cc
3921 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003922 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003923 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003924 - grpc++_test_util_unsecure
3925 - grpc_test_util_unsecure
3926 - grpc++_unsecure
3927 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003928 - gpr_test_util
3929 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003930 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003931 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003932 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003933 platforms:
3934 - mac
3935 - linux
3936 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003937- name: bm_cq_multiple_threads
3938 build: test
3939 language: c++
3940 src:
3941 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3942 deps:
3943 - grpc_benchmark
3944 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003945 - grpc++_test_util_unsecure
3946 - grpc_test_util_unsecure
3947 - grpc++_unsecure
3948 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003949 - gpr_test_util
3950 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003951 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003952 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003953 defaults: benchmark
3954 platforms:
3955 - mac
3956 - linux
3957 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003958- name: bm_error
3959 build: test
3960 language: c++
3961 src:
3962 - test/cpp/microbenchmarks/bm_error.cc
3963 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003964 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003965 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003966 - grpc++_test_util_unsecure
3967 - grpc_test_util_unsecure
3968 - grpc++_unsecure
3969 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003970 - gpr_test_util
3971 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003972 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003973 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003974 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003975 platforms:
3976 - mac
3977 - linux
3978 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003979 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003980- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003981 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003982 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003983 headers:
3984 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003985 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003986 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003987 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003988 - grpc_benchmark
3989 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003990 - grpc++_test_util_unsecure
3991 - grpc_test_util_unsecure
3992 - grpc++_unsecure
3993 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003994 - gpr_test_util
3995 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003996 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003997 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003998 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003999 excluded_poll_engines:
4000 - poll
4001 - poll-cv
4002 platforms:
4003 - mac
4004 - linux
4005 - posix
4006 timeout_seconds: 1200
4007- name: bm_fullstack_streaming_pump
4008 build: test
4009 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004010 headers:
4011 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08004012 src:
4013 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07004014 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004015 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08004016 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004017 - grpc++_test_util_unsecure
4018 - grpc_test_util_unsecure
4019 - grpc++_unsecure
4020 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07004021 - gpr_test_util
4022 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004023 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004024 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004025 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08004026 excluded_poll_engines:
4027 - poll
4028 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004029 platforms:
4030 - mac
4031 - linux
4032 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08004033 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08004034- name: bm_fullstack_trickle
4035 build: test
4036 language: c++
4037 src:
4038 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
4039 deps:
4040 - grpc_benchmark
4041 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004042 - grpc++_test_util_unsecure
4043 - grpc_test_util_unsecure
4044 - grpc++_unsecure
4045 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08004046 - gpr_test_util
4047 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07004048 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004049 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004050 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07004051 exclude_configs:
4052 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08004053 excluded_poll_engines:
4054 - poll
4055 - poll-cv
4056 platforms:
4057 - mac
4058 - linux
4059 - posix
4060 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08004061- name: bm_fullstack_unary_ping_pong
4062 build: test
4063 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004064 headers:
4065 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08004066 src:
4067 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
4068 deps:
4069 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08004070 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004071 - grpc++_test_util_unsecure
4072 - grpc_test_util_unsecure
4073 - grpc++_unsecure
4074 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08004075 - gpr_test_util
4076 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004077 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004078 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08004079 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004080 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07004081 - poll
4082 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004083 platforms:
4084 - mac
4085 - linux
4086 - posix
4087 timeout_seconds: 1200
4088- name: bm_metadata
4089 build: test
4090 language: c++
4091 src:
4092 - test/cpp/microbenchmarks/bm_metadata.cc
4093 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004094 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004095 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004096 - grpc++_test_util_unsecure
4097 - grpc_test_util_unsecure
4098 - grpc++_unsecure
4099 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004100 - gpr_test_util
4101 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004102 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004103 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004104 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004105 platforms:
4106 - mac
Craig Tiller25834342015-09-25 08:08:24 -07004107 - linux
4108 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004109 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08004110- name: bm_pollset
4111 build: test
4112 language: c++
4113 src:
4114 - test/cpp/microbenchmarks/bm_pollset.cc
4115 deps:
4116 - grpc_benchmark
4117 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004118 - grpc++_test_util_unsecure
4119 - grpc_test_util_unsecure
4120 - grpc++_unsecure
4121 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08004122 - gpr_test_util
4123 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004124 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004125 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004126 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08004127 platforms:
4128 - mac
4129 - linux
4130 - posix
Mark D. Roth3d8b32d2018-03-09 13:25:40 -08004131- name: byte_stream_test
4132 gtest: true
4133 build: test
4134 language: c++
4135 src:
4136 - test/core/transport/byte_stream_test.cc
4137 deps:
4138 - grpc_test_util
4139 - grpc
4140 - gpr_test_util
4141 - gpr
4142 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004143- name: channel_arguments_test
4144 gtest: true
4145 build: test
4146 language: c++
4147 src:
4148 - test/cpp/common/channel_arguments_test.cc
4149 deps:
4150 - grpc++
4151 - grpc
4152 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004153 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004154- name: channel_filter_test
4155 gtest: true
4156 build: test
4157 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004158 src:
4159 - test/cpp/common/channel_filter_test.cc
4160 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004161 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07004162 - grpc
4163 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004164 uses_polling: false
ncteisen3b42f832018-03-19 13:22:35 -07004165- name: channel_trace_test
4166 gtest: true
4167 build: test
4168 language: c++
4169 src:
4170 - test/core/channel/channel_trace_test.cc
4171 deps:
4172 - grpc_test_util
4173 - grpc++_test_util
4174 - grpc++
4175 - grpc
4176 - gpr_test_util
4177 - gpr
4178 filegroups:
4179 - grpc++_channelz_proto
4180 uses:
4181 - grpc++_test
4182 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004183- name: check_gcp_environment_linux_test
4184 build: test
4185 language: c++
4186 src:
4187 - test/core/security/check_gcp_environment_linux_test.cc
4188 deps:
4189 - grpc
4190 - gpr
4191- name: check_gcp_environment_windows_test
4192 build: test
4193 language: c++
4194 src:
4195 - test/core/security/check_gcp_environment_windows_test.cc
4196 deps:
4197 - grpc
4198 - gpr
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08004199- name: chttp2_settings_timeout_test
4200 gtest: true
4201 build: test
4202 language: c++
4203 src:
4204 - test/core/transport/chttp2/settings_timeout_test.cc
4205 deps:
4206 - grpc_test_util
4207 - grpc
4208 - gpr_test_util
4209 - gpr
4210 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004211- name: cli_call_test
4212 gtest: true
4213 build: test
4214 language: c++
4215 src:
Craig Tiller25834342015-09-25 08:08:24 -07004216 - test/cpp/util/cli_call_test.cc
4217 deps:
4218 - grpc_cli_libs
4219 - grpc++_test_util
4220 - grpc_test_util
4221 - grpc++
4222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004223 - gpr_test_util
4224 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08004225- name: client_channel_stress_test
4226 gtest: false
4227 build: test
4228 language: c++
4229 src:
4230 - src/proto/grpc/lb/v1/load_balancer.proto
4231 - test/cpp/client/client_channel_stress_test.cc
4232 deps:
4233 - grpc++_test_util
4234 - grpc_test_util
4235 - grpc++
4236 - grpc
4237 - gpr_test_util
4238 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004239- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004240 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004241 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004242 build: test
4243 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004244 src:
4245 - test/cpp/end2end/client_crash_test.cc
4246 deps:
4247 - grpc++_test_util
4248 - grpc_test_util
4249 - grpc++
4250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004251 - gpr_test_util
4252 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004253 platforms:
4254 - mac
4255 - linux
4256 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004257- name: client_crash_test_server
4258 build: test
4259 run: false
4260 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004261 src:
4262 - test/cpp/end2end/client_crash_test_server.cc
4263 deps:
4264 - grpc++_test_util
4265 - grpc_test_util
4266 - grpc++
4267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004268 - gpr_test_util
4269 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004270- name: client_lb_end2end_test
4271 gtest: true
4272 build: test
4273 language: c++
4274 src:
4275 - test/cpp/end2end/client_lb_end2end_test.cc
4276 deps:
4277 - grpc++_test_util
4278 - grpc_test_util
4279 - grpc++
4280 - grpc
4281 - gpr_test_util
4282 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004283- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08004284 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004285 build: test
4286 language: c++
4287 src:
4288 - src/proto/grpc/testing/control.proto
4289 - src/proto/grpc/testing/messages.proto
4290 - src/proto/grpc/testing/payloads.proto
kpayson647a20c962018-04-18 15:19:55 -07004291 - src/proto/grpc/testing/benchmark_service.proto
4292 - src/proto/grpc/testing/report_qps_scenario_service.proto
4293 - src/proto/grpc/testing/worker_service.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004294 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004295 - test/cpp/codegen/codegen_test_full.cc
4296 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004297 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004298 - grpc++
4299 - grpc
4300 - gpr
4301 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004302 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07004303 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004304- name: codegen_test_minimal
4305 gtest: true
4306 build: test
4307 language: c++
4308 src:
4309 - src/proto/grpc/testing/control.proto
4310 - src/proto/grpc/testing/messages.proto
4311 - src/proto/grpc/testing/payloads.proto
kpayson647a20c962018-04-18 15:19:55 -07004312 - src/proto/grpc/testing/benchmark_service.proto
4313 - src/proto/grpc/testing/report_qps_scenario_service.proto
4314 - src/proto/grpc/testing/worker_service.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004315 - src/proto/grpc/testing/stats.proto
4316 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07004317 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004318 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07004319 - grpc
4320 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07004321 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004322 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07004323 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07004324 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004325- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004326 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004327 build: test
4328 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004329 src:
4330 - test/cpp/client/credentials_test.cc
4331 deps:
4332 - grpc++
4333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004334 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004335- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004336 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004337 build: test
4338 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004339 src:
4340 - test/cpp/util/byte_buffer_test.cc
4341 deps:
4342 - grpc_test_util
4343 - grpc++
4344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004345 - gpr_test_util
4346 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004347 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004348- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004349 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004350 build: test
4351 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004352 src:
4353 - test/cpp/util/slice_test.cc
4354 deps:
4355 - grpc_test_util
4356 - grpc++
4357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004358 - gpr_test_util
4359 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004360 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004361- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004362 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004363 build: test
4364 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004365 src:
4366 - test/cpp/util/string_ref_test.cc
4367 deps:
4368 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02004369 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07004370 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004371- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004372 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004373 build: test
4374 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004375 src:
4376 - test/cpp/util/time_test.cc
4377 deps:
4378 - grpc_test_util
4379 - grpc++
4380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004381 - gpr_test_util
4382 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004383 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004384- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004385 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004386 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004387 build: test
4388 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004389 src:
4390 - test/cpp/end2end/end2end_test.cc
4391 deps:
4392 - grpc++_test_util
4393 - grpc_test_util
4394 - grpc++
4395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004396 - gpr_test_util
4397 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004398- name: error_details_test
4399 gtest: true
4400 build: test
4401 language: c++
4402 src:
4403 - src/proto/grpc/testing/echo_messages.proto
4404 - test/cpp/util/error_details_test.cc
4405 deps:
4406 - grpc++_error_details
4407 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004408- name: exception_test
4409 gtest: true
4410 build: test
4411 language: c++
4412 src:
4413 - test/cpp/end2end/exception_test.cc
4414 deps:
4415 - grpc++_test_util
4416 - grpc_test_util
4417 - grpc++
4418 - grpc
4419 - gpr_test_util
4420 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004421- name: filter_end2end_test
4422 gtest: true
4423 build: test
4424 language: c++
4425 src:
4426 - test/cpp/end2end/filter_end2end_test.cc
4427 deps:
4428 - grpc++_test_util
4429 - grpc_test_util
4430 - grpc++
4431 - grpc
4432 - gpr_test_util
4433 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004434- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004435 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004436 build: test
4437 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004438 src:
4439 - test/cpp/end2end/generic_end2end_test.cc
4440 deps:
4441 - grpc++_test_util
4442 - grpc_test_util
4443 - grpc++
4444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004445 - gpr_test_util
4446 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004447- name: golden_file_test
4448 gtest: true
4449 build: test
4450 language: c++
4451 src:
4452 - src/proto/grpc/testing/compiler_test.proto
4453 - test/cpp/codegen/golden_file_test.cc
4454 deps:
4455 - grpc++
4456 - grpc
4457 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004458 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004459 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004460 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004461- name: grpc_alts_credentials_options_test
4462 build: test
4463 language: c++
4464 src:
4465 - test/core/security/grpc_alts_credentials_options_test.cc
4466 deps:
4467 - grpc
4468 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004469- name: grpc_cli
4470 build: test
4471 run: false
4472 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004473 src:
4474 - test/cpp/util/grpc_cli.cc
4475 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004476 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004477 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004478 - grpc++
4479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004480 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004481 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004482- name: grpc_cpp_plugin
4483 build: protoc
4484 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004485 src:
4486 - src/compiler/cpp_plugin.cc
4487 deps:
4488 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004489 secure: false
4490 vs_config_type: Application
4491 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4492- name: grpc_csharp_plugin
4493 build: protoc
4494 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004495 src:
4496 - src/compiler/csharp_plugin.cc
4497 deps:
4498 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004499 secure: false
4500 vs_config_type: Application
4501 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004502- name: grpc_node_plugin
4503 build: protoc
4504 language: c++
4505 src:
4506 - src/compiler/node_plugin.cc
4507 deps:
4508 - grpc_plugin_support
4509 secure: false
4510 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004511- name: grpc_objective_c_plugin
4512 build: protoc
4513 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004514 src:
4515 - src/compiler/objective_c_plugin.cc
4516 deps:
4517 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004518 secure: false
4519 vs_config_type: Application
4520 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004521- name: grpc_php_plugin
4522 build: protoc
4523 language: c++
4524 src:
4525 - src/compiler/php_plugin.cc
4526 deps:
4527 - grpc_plugin_support
4528 secure: false
4529 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004530- name: grpc_python_plugin
4531 build: protoc
4532 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004533 src:
4534 - src/compiler/python_plugin.cc
4535 deps:
4536 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004537 secure: false
4538 vs_config_type: Application
4539 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4540- name: grpc_ruby_plugin
4541 build: protoc
4542 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004543 src:
4544 - src/compiler/ruby_plugin.cc
4545 deps:
4546 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004547 secure: false
4548 vs_config_type: Application
4549 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004550- name: grpc_tool_test
4551 gtest: true
4552 build: test
4553 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004554 src:
4555 - src/proto/grpc/testing/echo.proto
4556 - src/proto/grpc/testing/echo_messages.proto
4557 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004558 deps:
4559 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004560 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004561 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004562 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004563 - grpc_test_util
4564 - grpc++
4565 - grpc
4566 - gpr_test_util
4567 - gpr
4568 filegroups:
4569 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004570- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004571 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004572 build: test
4573 language: c++
4574 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004575 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004576 - test/cpp/grpclb/grpclb_api_test.cc
4577 deps:
4578 - grpc++_test_util
4579 - grpc_test_util
4580 - grpc++
4581 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004582- name: grpclb_end2end_test
4583 gtest: true
4584 build: test
4585 language: c++
4586 src:
4587 - src/proto/grpc/lb/v1/load_balancer.proto
4588 - test/cpp/end2end/grpclb_end2end_test.cc
4589 deps:
4590 - grpc++_test_util
4591 - grpc_test_util
4592 - grpc++
4593 - grpc
4594 - gpr_test_util
4595 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004596- name: h2_ssl_cert_test
4597 gtest: true
4598 build: test
4599 language: c++
4600 headers:
4601 - test/core/end2end/end2end_tests.h
4602 src:
4603 - test/core/end2end/h2_ssl_cert_test.cc
4604 deps:
4605 - grpc_test_util
4606 - grpc++
4607 - grpc
4608 - gpr_test_util
4609 - gpr
4610 uses:
4611 - grpc++_test
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08004612- name: h2_ssl_session_reuse_test
4613 gtest: true
4614 build: test
4615 language: c++
4616 headers:
4617 - test/core/end2end/end2end_tests.h
4618 src:
4619 - test/core/end2end/h2_ssl_session_reuse_test.cc
4620 deps:
4621 - grpc_test_util
4622 - grpc++
4623 - grpc
4624 - gpr_test_util
4625 - gpr
4626 uses:
4627 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004628- name: health_service_end2end_test
4629 gtest: true
4630 build: test
4631 language: c++
4632 src:
4633 - test/cpp/end2end/health_service_end2end_test.cc
4634 deps:
4635 - grpc++_test_util
4636 - grpc_test_util
4637 - grpc++
4638 - grpc
4639 - gpr_test_util
4640 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004641- name: http2_client
4642 build: test
4643 run: false
4644 language: c++
4645 src: []
4646 deps:
4647 - http2_client_main
4648 - grpc++_test_util
4649 - grpc_test_util
4650 - grpc++
4651 - grpc
4652 - grpc++_test_config
4653 platforms:
4654 - mac
4655 - linux
4656 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004657- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004658 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004659 build: test
4660 language: c++
4661 src:
4662 - test/cpp/end2end/hybrid_end2end_test.cc
4663 deps:
4664 - grpc++_test_util
4665 - grpc_test_util
4666 - grpc++
4667 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004668 - gpr_test_util
4669 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004670- name: inlined_vector_test
4671 gtest: true
4672 build: test
4673 language: c++
4674 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004675 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004676 deps:
4677 - grpc_test_util
4678 - grpc++
4679 - grpc
4680 - gpr_test_util
4681 - gpr
4682 uses:
4683 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004684- name: inproc_sync_unary_ping_pong_test
4685 build: test
4686 language: c++
4687 src:
4688 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4689 deps:
4690 - qps
4691 - grpc++_core_stats
4692 - grpc++_test_util
4693 - grpc_test_util
4694 - grpc++
4695 - grpc
4696 - gpr_test_util
4697 - gpr
4698 - grpc++_test_config
4699 platforms:
4700 - mac
4701 - linux
4702 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004703- name: interop_client
4704 build: test
4705 run: false
4706 language: c++
4707 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004708 deps:
4709 - interop_client_main
4710 - interop_client_helper
4711 - grpc++_test_util
4712 - grpc_test_util
4713 - grpc++
4714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004715 - gpr_test_util
4716 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004717 - grpc++_test_config
4718 platforms:
4719 - mac
4720 - linux
4721 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004722- name: interop_server
4723 build: test
4724 run: false
4725 language: c++
4726 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004727 deps:
4728 - interop_server_main
4729 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004730 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004731 - grpc++_test_util
4732 - grpc_test_util
4733 - grpc++
4734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004735 - gpr_test_util
4736 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004737 - grpc++_test_config
4738 platforms:
4739 - mac
4740 - linux
4741 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004742- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004743 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004744 build: test
4745 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004746 src:
4747 - test/cpp/interop/interop_test.cc
4748 deps:
4749 - grpc_test_util
4750 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004751 - gpr_test_util
4752 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004753 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004754 platforms:
4755 - mac
4756 - linux
4757 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004758- name: json_run_localhost
4759 build: test
4760 run: false
4761 language: c++
4762 src:
4763 - test/cpp/qps/json_run_localhost.cc
4764 deps:
4765 - grpc++_test_util
4766 - grpc_test_util
4767 - grpc++
4768 - grpc
4769 - gpr_test_util
4770 - gpr
4771 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004772 platforms:
4773 - mac
4774 - linux
4775 - posix
Juanli Shena0aab7e2018-05-01 10:30:54 -07004776- name: lb_load_data_store_test
4777 gtest: true
4778 build: test
4779 language: c++
4780 src:
4781 - test/cpp/server/load_reporter/load_data_store_test.cc
4782 deps:
4783 - lb_load_data_store
4784 - grpc++_test_util
4785 - grpc_test_util
4786 - grpc++
4787 - grpc
4788 - gpr_test_util
4789 - gpr
Craig Tillerb3d70102017-03-31 14:17:09 -07004790- name: memory_test
4791 gtest: true
4792 build: test
4793 language: c++
4794 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004795 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004796 deps:
4797 - grpc_test_util
4798 - grpc++
4799 - grpc
4800 - gpr_test_util
4801 - gpr
4802 uses:
4803 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004804 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004805- name: metrics_client
4806 build: test
4807 run: false
4808 language: c++
4809 headers:
4810 - test/cpp/util/metrics_server.h
4811 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004812 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004813 - test/cpp/interop/metrics_client.cc
4814 deps:
4815 - grpc++
4816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004817 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004818 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004819- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004820 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004821 build: test
4822 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004823 headers:
4824 - include/grpc++/test/mock_stream.h
Muxi Yan0e00c432018-01-26 15:39:32 -08004825 - include/grpcpp/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004826 src:
4827 - test/cpp/end2end/mock_test.cc
4828 deps:
4829 - grpc++_test_util
4830 - grpc_test_util
4831 - grpc++
4832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004833 - gpr_test_util
4834 - gpr
Vijay Pai132efa02018-02-09 15:28:14 -08004835- name: nonblocking_test
4836 gtest: true
4837 build: test
4838 language: c++
4839 src:
4840 - test/cpp/end2end/nonblocking_test.cc
4841 deps:
4842 - grpc++_test_util
4843 - grpc_test_util
4844 - grpc++
4845 - grpc
4846 - gpr_test_util
4847 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004848- name: noop-benchmark
4849 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004850 language: c++
4851 src:
4852 - test/cpp/microbenchmarks/noop-benchmark.cc
4853 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004854 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004855 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004856- name: orphanable_test
4857 gtest: true
4858 build: test
4859 language: c++
4860 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004861 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004862 deps:
4863 - grpc_test_util
4864 - grpc++
4865 - grpc
4866 - gpr_test_util
4867 - gpr
4868 uses:
4869 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004870- name: proto_server_reflection_test
4871 gtest: true
4872 build: test
4873 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004874 src:
4875 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004876 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004877 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004878 - grpc++_reflection
4879 - grpc++_test_util
4880 - grpc_test_util
4881 - grpc++
4882 - grpc
4883 - gpr_test_util
4884 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004885- name: proto_utils_test
4886 gtest: true
4887 build: test
4888 language: c++
4889 src:
4890 - test/cpp/codegen/proto_utils_test.cc
4891 deps:
4892 - grpc++
4893 - grpc
4894 filegroups:
4895 - grpc++_codegen_base
4896 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004897 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004898- name: qps_interarrival_test
4899 build: test
4900 run: false
4901 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004902 src:
4903 - test/cpp/qps/qps_interarrival_test.cc
4904 deps:
4905 - qps
4906 - grpc++_test_util
4907 - grpc_test_util
4908 - grpc++
4909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004910 - gpr_test_util
4911 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004912 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004913 platforms:
4914 - mac
4915 - linux
4916 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004917 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004918- name: qps_json_driver
4919 build: test
4920 run: false
4921 language: c++
4922 src:
4923 - test/cpp/qps/qps_json_driver.cc
4924 deps:
4925 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004926 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004927 - grpc++_test_util
4928 - grpc_test_util
4929 - grpc++
4930 - grpc
4931 - gpr_test_util
4932 - gpr
4933 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004934- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004935 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004936 build: test
4937 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004938 src:
4939 - test/cpp/qps/qps_openloop_test.cc
4940 deps:
4941 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004942 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004943 - grpc++_test_util
4944 - grpc_test_util
4945 - grpc++
4946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004947 - gpr_test_util
4948 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004949 - grpc++_test_config
4950 platforms:
4951 - mac
4952 - linux
4953 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004954- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004955 build: test
4956 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004957 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004958 headers:
4959 - test/cpp/qps/client.h
4960 - test/cpp/qps/server.h
4961 src:
4962 - test/cpp/qps/worker.cc
4963 deps:
4964 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004965 - grpc++_core_stats
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
Craig Tillerbf4b2242015-08-31 15:53:53 -07004973- name: reconnect_interop_client
4974 build: test
4975 run: false
4976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004977 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004978 - src/proto/grpc/testing/empty.proto
4979 - src/proto/grpc/testing/messages.proto
4980 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004981 - test/cpp/interop/reconnect_interop_client.cc
4982 deps:
4983 - grpc++_test_util
4984 - grpc_test_util
4985 - grpc++
4986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004987 - gpr_test_util
4988 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004989 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004990- name: reconnect_interop_server
4991 build: test
4992 run: false
4993 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004994 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004995 - src/proto/grpc/testing/empty.proto
4996 - src/proto/grpc/testing/messages.proto
4997 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004998 - test/cpp/interop/reconnect_interop_server.cc
4999 deps:
5000 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08005001 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07005002 - grpc++_test_util
5003 - grpc_test_util
5004 - grpc++
5005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005006 - gpr_test_util
5007 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005008 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08005009- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08005010 gtest: true
5011 build: test
5012 language: c++
5013 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08005014 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08005015 deps:
5016 - grpc_test_util
5017 - grpc++
5018 - grpc
5019 - gpr_test_util
5020 - gpr
5021 uses:
5022 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08005023- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08005024 gtest: true
5025 build: test
5026 language: c++
5027 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08005028 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08005029 deps:
5030 - grpc_test_util
5031 - grpc++
5032 - grpc
5033 - gpr_test_util
5034 - gpr
5035 uses:
5036 - grpc++_test
Mark D. Roth9db86fc2018-03-28 07:42:20 -07005037- name: retry_throttle_test
5038 gtest: true
5039 build: test
5040 language: c++
5041 src:
5042 - test/core/client_channel/retry_throttle_test.cc
5043 deps:
5044 - grpc_test_util
5045 - grpc
5046 - gpr_test_util
5047 - gpr
5048 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005049- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005050 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005051 build: test
5052 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005053 src:
5054 - test/cpp/common/secure_auth_context_test.cc
5055 deps:
5056 - grpc++_test_util
5057 - grpc_test_util
5058 - grpc++
5059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005060 - gpr_test_util
5061 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08005062- name: secure_sync_unary_ping_pong_test
5063 build: test
5064 language: c++
5065 src:
5066 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
5067 deps:
5068 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07005069 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08005070 - grpc++_test_util
5071 - grpc_test_util
5072 - grpc++
5073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005074 - gpr_test_util
5075 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07005076 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08005077 platforms:
5078 - mac
5079 - linux
5080 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07005081- name: server_builder_plugin_test
5082 gtest: true
5083 build: test
5084 language: c++
5085 src:
5086 - test/cpp/end2end/server_builder_plugin_test.cc
5087 deps:
5088 - grpc++_test_util
5089 - grpc_test_util
5090 - grpc++
5091 - grpc
5092 - gpr_test_util
5093 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08005094- name: server_builder_test
5095 gtest: true
5096 build: test
5097 language: c++
5098 src:
5099 - src/proto/grpc/testing/echo_messages.proto
5100 - src/proto/grpc/testing/echo.proto
5101 - test/cpp/server/server_builder_test.cc
5102 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005103 - grpc++_test_util_unsecure
5104 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005105 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005106 - grpc++_unsecure
5107 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005108 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07005109- name: server_context_test_spouse_test
5110 gtest: true
5111 build: test
5112 language: c++
5113 src:
5114 - test/cpp/test/server_context_test_spouse_test.cc
5115 deps:
5116 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07005117 - grpc++
5118 - grpc
5119 - gpr_test_util
5120 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08005121 uses:
5122 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07005123- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005124 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005125 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07005126 build: test
5127 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005128 src:
5129 - test/cpp/end2end/server_crash_test.cc
5130 deps:
5131 - grpc++_test_util
5132 - grpc_test_util
5133 - grpc++
5134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005135 - gpr_test_util
5136 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005137 platforms:
5138 - mac
5139 - linux
5140 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07005141- name: server_crash_test_client
5142 build: test
5143 run: false
5144 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005145 src:
5146 - test/cpp/end2end/server_crash_test_client.cc
5147 deps:
5148 - grpc++_test_util
5149 - grpc_test_util
5150 - grpc++
5151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005152 - gpr_test_util
5153 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08005154- name: server_early_return_test
5155 gtest: true
5156 build: test
5157 language: c++
5158 src:
5159 - test/cpp/end2end/server_early_return_test.cc
5160 deps:
5161 - grpc++_test_util
5162 - grpc_test_util
5163 - grpc++
5164 - grpc
5165 - gpr_test_util
5166 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07005167- name: server_request_call_test
5168 gtest: true
5169 build: test
5170 language: c++
5171 src:
5172 - src/proto/grpc/testing/echo_messages.proto
5173 - src/proto/grpc/testing/echo.proto
5174 - test/cpp/server/server_request_call_test.cc
5175 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005176 - grpc++_test_util_unsecure
5177 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005178 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005179 - grpc++_unsecure
5180 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005181 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07005182- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005183 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005184 build: test
5185 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005186 src:
5187 - test/cpp/end2end/shutdown_test.cc
5188 deps:
5189 - grpc++_test_util
5190 - grpc_test_util
5191 - grpc++
5192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005193 - gpr_test_util
5194 - gpr
Mark D. Roth3e7f2df2018-02-26 13:17:06 -08005195- name: slice_hash_table_test
5196 gtest: true
5197 build: test
5198 language: c++
5199 src:
5200 - test/core/slice/slice_hash_table_test.cc
5201 deps:
5202 - grpc_test_util
5203 - grpc
5204 - gpr_test_util
5205 - gpr
5206 uses_polling: false
David Garcia Quintas396d49d2018-02-28 16:06:30 -08005207- name: slice_weak_hash_table_test
5208 gtest: true
5209 build: test
5210 language: c++
5211 src:
5212 - test/core/slice/slice_weak_hash_table_test.cc
5213 deps:
5214 - grpc_test_util
5215 - grpc
5216 - gpr_test_util
5217 - gpr
5218 uses_polling: false
Craig Tiller97ec5eb2017-09-01 12:57:36 -07005219- name: stats_test
5220 gtest: true
5221 build: test
5222 language: c++
5223 src:
5224 - test/core/debug/stats_test.cc
5225 deps:
5226 - grpc++_test_util
5227 - grpc_test_util
5228 - grpc
5229 - gpr_test_util
5230 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07005231 exclude_configs:
5232 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00005233 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07005234 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005235- name: status_metadata_test
5236 gtest: true
5237 build: test
5238 language: c++
5239 src:
5240 - test/core/transport/status_metadata_test.cc
5241 deps:
5242 - grpc
5243 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005244- name: status_util_test
5245 gtest: true
5246 cpu_cost: 0.1
5247 build: test
5248 language: c++
5249 src:
ncteisen3b42f832018-03-19 13:22:35 -07005250 - test/core/channel/status_util_test.cc
Mark D. Roth718c8342018-02-28 13:00:04 -08005251 deps:
5252 - grpc
5253 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005254- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005255 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005256 build: test
5257 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005258 src:
5259 - test/cpp/end2end/streaming_throughput_test.cc
5260 deps:
5261 - grpc++_test_util
5262 - grpc_test_util
5263 - grpc++
5264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005265 - gpr_test_util
5266 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005267 platforms:
5268 - mac
5269 - linux
5270 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005271- name: stress_test
5272 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07005273 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005274 language: c++
5275 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07005276 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005277 - test/cpp/interop/interop_client.h
5278 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08005279 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005280 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005281 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08005282 - src/proto/grpc/testing/empty.proto
5283 - src/proto/grpc/testing/messages.proto
5284 - src/proto/grpc/testing/metrics.proto
5285 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005286 - test/cpp/interop/interop_client.cc
5287 - test/cpp/interop/stress_interop_client.cc
5288 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005289 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005290 deps:
5291 - grpc++_test_util
5292 - grpc_test_util
5293 - grpc++
5294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005295 - gpr_test_util
5296 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005297 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005298- name: thread_manager_test
5299 build: test
5300 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005301 src:
5302 - test/cpp/thread_manager/thread_manager_test.cc
5303 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005304 - grpc++_unsecure
5305 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005306 - gpr
5307 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07005308- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005309 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005310 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07005311 build: test
5312 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005313 src:
5314 - test/cpp/end2end/thread_stress_test.cc
5315 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005316 - grpc++_test_util_unsecure
5317 - grpc_test_util_unsecure
5318 - grpc++_unsecure
5319 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08005320 - gpr_test_util
5321 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07005322- name: transport_pid_controller_test
5323 build: test
5324 language: c++
5325 src:
5326 - test/core/transport/pid_controller_test.cc
5327 deps:
5328 - grpc++_test_util
5329 - grpc++
5330 - grpc_test_util
5331 - grpc
5332 - gpr_test_util
5333 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08005334- name: transport_security_common_api_test
5335 build: test
5336 language: c++
5337 src:
5338 - test/core/tsi/alts/handshaker/transport_security_common_api_test.cc
5339 deps:
5340 - alts_test_util
5341 - gpr
5342 - grpc
Craig Tiller9a3997c2017-01-30 13:22:33 -08005343- name: writes_per_rpc_test
5344 gtest: true
5345 cpu_cost: 0.5
5346 build: test
5347 language: c++
5348 src:
5349 - test/cpp/performance/writes_per_rpc_test.cc
5350 deps:
5351 - grpc++_test_util
5352 - grpc_test_util
5353 - grpc++
5354 - grpc
5355 - gpr_test_util
5356 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08005357 platforms:
5358 - mac
5359 - linux
5360 - posix
Craig Tillerab230452016-01-04 08:18:43 -08005361- name: public_headers_must_be_c89
5362 build: test
5363 language: c89
5364 src:
5365 - test/core/surface/public_headers_must_be_c89.c
5366 deps:
5367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005368 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08005369- name: gen_hpack_tables
5370 build: tool
5371 language: cc
5372 src:
5373 - tools/codegen/core/gen_hpack_tables.cc
5374 deps:
5375 - gpr
5376 - grpc
5377 uses_polling: false
5378- name: gen_legal_metadata_characters
5379 build: tool
5380 language: cc
5381 src:
5382 - tools/codegen/core/gen_legal_metadata_characters.cc
5383 deps: []
5384- name: gen_percent_encoding_tables
5385 build: tool
5386 language: cc
5387 src:
5388 - tools/codegen/core/gen_percent_encoding_tables.cc
5389 deps: []
5390 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005391vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07005392- linkage: static
5393 name: grpc.dependencies.zlib
5394 props: false
5395 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005396 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08005397- linkage: static
5398 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07005399 props: true
5400 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005401 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07005402- name: gflags
5403 props: false
5404 redist: false
5405 version: 2.1.2.1
5406- name: gtest
5407 props: false
5408 redist: false
5409 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08005410configs:
5411 asan:
5412 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005413 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5414 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005415 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005416 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005417 LDFLAGS: -fsanitize=address
5418 LDXX: clang++
5419 compile_the_world: true
5420 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08005421 ASAN_OPTIONS: detect_leaks=1:color=always
5422 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005423 asan-noleaks:
5424 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005425 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5426 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005427 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005428 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005429 LDFLAGS: -fsanitize=address
5430 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08005431 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08005432 test_environ:
5433 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07005434 asan-trace-cmp:
5435 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07005436 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
5437 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07005438 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005439 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07005440 LDFLAGS: -fsanitize=address
5441 LDXX: clang++
5442 compile_the_world: true
5443 test_environ:
5444 ASAN_OPTIONS: detect_leaks=1:color=always
5445 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005446 basicprof:
5447 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
5448 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07005449 c++-compat:
5450 CFLAGS: -Wc++-compat
5451 CPPFLAGS: -O0
5452 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08005453 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08005454 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08005455 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005456 dbg:
5457 CPPFLAGS: -O0
5458 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005459 gcov:
5460 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005461 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08005462 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08005463 DEFINES: _DEBUG DEBUG GPR_GCOV
5464 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07005465 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08005466 LDXX: g++
5467 helgrind:
5468 CPPFLAGS: -O0
5469 DEFINES: _DEBUG DEBUG
5470 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005471 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07005472 lto:
5473 CPPFLAGS: -O2
5474 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005475 memcheck:
5476 CPPFLAGS: -O0
5477 DEFINES: _DEBUG DEBUG
5478 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005479 valgrind: --tool=memcheck --leak-check=full
5480 msan:
5481 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005482 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005483 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5484 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005485 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005486 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005487 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005488 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5489 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5490 LDXX: clang++
5491 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005492 test_environ:
5493 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005494 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005495 CPPFLAGS: -O3 -fno-omit-frame-pointer
5496 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005497 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005498 noexcept:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005499 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tiller1b6097c2017-04-10 13:28:45 -07005500 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005501 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005502 opt:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005503 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tillera0f85172016-01-20 15:56:06 -08005504 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005505 stapprof:
5506 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5507 DEFINES: NDEBUG
5508 tsan:
5509 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005510 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005511 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005512 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005513 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005514 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005515 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005516 LDXX: clang++
5517 compile_the_world: true
5518 test_environ:
5519 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005520 ubsan:
5521 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005522 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5523 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005524 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005525 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005526 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005527 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005528 LDXX: clang++
5529 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005530 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005531 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005532defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005533 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005534 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5535 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005536 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5537 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5538 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5539 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5540 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005541 benchmark:
5542 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005543 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005544 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005545 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5546 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005547 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005548 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005549 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005550 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005551 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005552 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005553 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005554 LDFLAGS: -g
5555 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005556 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005557 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005558openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005559 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005560 extraction_dir: openssl-1.0.2f
5561 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005562php_config_m4:
5563 deps:
5564 - grpc
5565 - gpr
5566 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005567 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005568 - address_sorting
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005569 headers:
5570 - src/php/ext/grpc/byte_buffer.h
5571 - src/php/ext/grpc/call.h
5572 - src/php/ext/grpc/call_credentials.h
5573 - src/php/ext/grpc/channel.h
5574 - src/php/ext/grpc/channel_credentials.h
5575 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005576 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005577 - src/php/ext/grpc/php_grpc.h
5578 - src/php/ext/grpc/server.h
5579 - src/php/ext/grpc/server_credentials.h
5580 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005581 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005582 src:
5583 - src/php/ext/grpc/byte_buffer.c
5584 - src/php/ext/grpc/call.c
5585 - src/php/ext/grpc/call_credentials.c
5586 - src/php/ext/grpc/channel.c
5587 - src/php/ext/grpc/channel_credentials.c
5588 - src/php/ext/grpc/completion_queue.c
5589 - src/php/ext/grpc/php_grpc.c
5590 - src/php/ext/grpc/server.c
5591 - src/php/ext/grpc/server_credentials.c
5592 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005593python_dependencies:
5594 deps:
5595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005596 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005597 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005598 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005599 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005600 - address_sorting
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005601ruby_gem:
5602 deps:
5603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005604 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005605 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005606 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005607 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005608 - address_sorting