blob: af8de14e619e26b36062098a8e2308ef61e82575 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Vijay Pai392e2132018-01-13 23:58:26 -080015 core_version: 6.0.0-dev
Mehrdad Afshari7af3e812018-05-02 22:49:04 -070016 g_stands_for: gloriosa
17 version: 1.13.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
Yihua Zhang04fb58e2018-03-08 06:49:24 -080019- name: alts_proto
20 headers:
21 - src/core/tsi/alts/handshaker/altscontext.pb.h
22 - src/core/tsi/alts/handshaker/handshaker.pb.h
23 - src/core/tsi/alts/handshaker/transport_security_common.pb.h
24 src:
25 - src/core/tsi/alts/handshaker/altscontext.pb.c
26 - src/core/tsi/alts/handshaker/handshaker.pb.c
27 - src/core/tsi/alts/handshaker/transport_security_common.pb.c
28 uses:
29 - nanopb
30- name: alts_tsi
31 headers:
32 - src/core/tsi/alts/crypt/gsec.h
33 - src/core/tsi/alts/frame_protector/alts_counter.h
34 - src/core/tsi/alts/frame_protector/alts_crypter.h
35 - src/core/tsi/alts/frame_protector/alts_frame_protector.h
36 - src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.h
37 - src/core/tsi/alts/frame_protector/frame_handler.h
38 - src/core/tsi/alts/handshaker/alts_handshaker_client.h
39 - src/core/tsi/alts/handshaker/alts_tsi_event.h
40 - src/core/tsi/alts/handshaker/alts_tsi_handshaker.h
41 - src/core/tsi/alts/handshaker/alts_tsi_handshaker_private.h
42 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.h
43 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.h
44 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h
45 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.h
46 - src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h
47 - src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.h
48 src:
49 - src/core/tsi/alts/crypt/aes_gcm.cc
50 - src/core/tsi/alts/crypt/gsec.cc
51 - src/core/tsi/alts/frame_protector/alts_counter.cc
52 - src/core/tsi/alts/frame_protector/alts_crypter.cc
53 - src/core/tsi/alts/frame_protector/alts_frame_protector.cc
54 - src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.cc
55 - src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc
56 - src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc
57 - src/core/tsi/alts/frame_protector/frame_handler.cc
58 - src/core/tsi/alts/handshaker/alts_handshaker_client.cc
59 - src/core/tsi/alts/handshaker/alts_tsi_event.cc
60 - src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc
61 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.cc
62 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.cc
63 - src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.cc
64 - src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.cc
65 - src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc
66 uses:
67 - alts_util
68 - grpc_base
69 - grpc_transport_chttp2_client_insecure
70 - tsi_interface
71 - tsi
72- name: alts_util
Yihua Zhangfe2fa0c2018-04-16 15:11:32 -070073 public_headers:
74 - include/grpc/grpc_security.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -080075 headers:
76 - src/core/lib/security/credentials/alts/check_gcp_environment.h
77 - src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h
78 - src/core/tsi/alts/handshaker/alts_handshaker_service_api.h
79 - src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.h
80 - src/core/tsi/alts/handshaker/alts_tsi_utils.h
81 - src/core/tsi/alts/handshaker/transport_security_common_api.h
82 src:
83 - src/core/lib/security/credentials/alts/check_gcp_environment.cc
84 - src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc
85 - src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc
86 - src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc
87 - src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc
88 - src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc
89 - src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc
90 - src/core/tsi/alts/handshaker/alts_handshaker_service_api.cc
91 - src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.cc
92 - src/core/tsi/alts/handshaker/alts_tsi_utils.cc
93 - src/core/tsi/alts/handshaker/transport_security_common_api.cc
94 uses:
95 - alts_proto
96 - grpc_base
97 - tsi_interface
98 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -070099- name: census
Craig Tiller25834342015-09-25 08:08:24 -0700100 public_headers:
101 - include/grpc/census.h
Craig Tiller25834342015-09-25 08:08:24 -0700102 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700103 - src/core/ext/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700104 uses:
105 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -0700106 - nanopb
Vijay Pai80e23d12018-01-25 21:50:18 -0800107- name: cmdline
108 headers:
109 - test/core/util/cmdline.h
110 src:
111 - test/core/util/cmdline.cc
112 uses:
113 - gpr_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700114- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100115 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800116 - src/core/lib/gpr/alloc.cc
117 - src/core/lib/gpr/arena.cc
118 - src/core/lib/gpr/atm.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800119 - src/core/lib/gpr/cpu_iphone.cc
120 - src/core/lib/gpr/cpu_linux.cc
121 - src/core/lib/gpr/cpu_posix.cc
122 - src/core/lib/gpr/cpu_windows.cc
123 - src/core/lib/gpr/env_linux.cc
124 - src/core/lib/gpr/env_posix.cc
125 - src/core/lib/gpr/env_windows.cc
126 - src/core/lib/gpr/fork.cc
127 - src/core/lib/gpr/host_port.cc
128 - src/core/lib/gpr/log.cc
129 - src/core/lib/gpr/log_android.cc
130 - src/core/lib/gpr/log_linux.cc
131 - src/core/lib/gpr/log_posix.cc
132 - src/core/lib/gpr/log_windows.cc
133 - src/core/lib/gpr/mpscq.cc
134 - src/core/lib/gpr/murmur_hash.cc
135 - src/core/lib/gpr/string.cc
136 - src/core/lib/gpr/string_posix.cc
137 - src/core/lib/gpr/string_util_windows.cc
138 - src/core/lib/gpr/string_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800139 - src/core/lib/gpr/sync.cc
140 - src/core/lib/gpr/sync_posix.cc
141 - src/core/lib/gpr/sync_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800142 - src/core/lib/gpr/time.cc
143 - src/core/lib/gpr/time_posix.cc
144 - src/core/lib/gpr/time_precise.cc
145 - src/core/lib/gpr/time_windows.cc
146 - src/core/lib/gpr/tls_pthread.cc
147 - src/core/lib/gpr/tmpfile_msys.cc
148 - src/core/lib/gpr/tmpfile_posix.cc
149 - src/core/lib/gpr/tmpfile_windows.cc
150 - src/core/lib/gpr/wrap_memcpy.cc
Vijay Paida693552018-02-16 22:59:03 -0800151 - src/core/lib/gprpp/thd_posix.cc
152 - src/core/lib/gprpp/thd_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700153 - src/core/lib/profiling/basic_timers.cc
154 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700155 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700156 - gpr_base_headers
157- name: gpr_base_headers
158 public_headers:
159 - include/grpc/support/alloc.h
160 - include/grpc/support/atm.h
161 - include/grpc/support/atm_gcc_atomic.h
162 - include/grpc/support/atm_gcc_sync.h
163 - include/grpc/support/atm_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700164 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -0700165 - include/grpc/support/log.h
166 - include/grpc/support/log_windows.h
167 - include/grpc/support/port_platform.h
168 - include/grpc/support/string_util.h
Vijay Pai42807252017-07-28 15:08:24 -0700169 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700170 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700171 - include/grpc/support/sync_generic.h
172 - include/grpc/support/sync_posix.h
173 - include/grpc/support/sync_windows.h
Vijay Paic7456902018-02-12 10:28:24 -0800174 - include/grpc/support/thd_id.h
Vijay Pai42807252017-07-28 15:08:24 -0700175 - include/grpc/support/time.h
Vijay Pai42807252017-07-28 15:08:24 -0700176 headers:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800177 - src/core/lib/gpr/arena.h
178 - src/core/lib/gpr/env.h
179 - src/core/lib/gpr/fork.h
Vijay Paiae376bf2018-01-25 22:54:02 -0800180 - src/core/lib/gpr/host_port.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800181 - src/core/lib/gpr/mpscq.h
182 - src/core/lib/gpr/murmur_hash.h
183 - src/core/lib/gpr/spinlock.h
184 - src/core/lib/gpr/string.h
185 - src/core/lib/gpr/string_windows.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800186 - src/core/lib/gpr/time_precise.h
Vijay Paib6cf1232018-01-25 21:02:26 -0800187 - src/core/lib/gpr/tls.h
188 - src/core/lib/gpr/tls_gcc.h
189 - src/core/lib/gpr/tls_msvc.h
190 - src/core/lib/gpr/tls_pthread.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800191 - src/core/lib/gpr/tmpfile.h
Vijay Paid4d0a302018-01-25 13:24:03 -0800192 - src/core/lib/gpr/useful.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800193 - src/core/lib/gprpp/abstract.h
194 - src/core/lib/gprpp/atomic.h
195 - src/core/lib/gprpp/atomic_with_atm.h
196 - src/core/lib/gprpp/atomic_with_std.h
197 - src/core/lib/gprpp/manual_constructor.h
198 - src/core/lib/gprpp/memory.h
Vijay Paida693552018-02-16 22:59:03 -0800199 - src/core/lib/gprpp/thd.h
Vijay Pai42807252017-07-28 15:08:24 -0700200 - src/core/lib/profiling/timers.h
Vijay Pai42807252017-07-28 15:08:24 -0700201 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700202 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800203- name: gpr_codegen
204 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800205 - include/grpc/impl/codegen/atm.h
206 - include/grpc/impl/codegen/atm_gcc_atomic.h
207 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700208 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700209 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800210 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700211 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800212 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800213 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700214 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800215 - include/grpc/impl/codegen/sync_generic.h
216 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700217 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700218- name: grpc++_base
219 deps:
220 - grpc
221 uses:
222 - grpc++_common
223 - grpc++_codegen_base
224- name: grpc++_base_unsecure
225 deps:
226 - grpc_unsecure
227 uses:
228 - grpc++_common
229 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700230- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700231 src:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800232 - src/core/lib/avl/avl.cc
Craig Tillerd48bd072017-10-06 11:25:14 -0700233 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700234 - src/core/lib/channel/channel_args.cc
235 - src/core/lib/channel/channel_stack.cc
236 - src/core/lib/channel/channel_stack_builder.cc
ncteisen3b42f832018-03-19 13:22:35 -0700237 - src/core/lib/channel/channel_trace.cc
238 - src/core/lib/channel/channel_trace_registry.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700239 - src/core/lib/channel/connected_channel.cc
240 - src/core/lib/channel/handshaker.cc
241 - src/core/lib/channel/handshaker_factory.cc
242 - src/core/lib/channel/handshaker_registry.cc
ncteisen3b42f832018-03-19 13:22:35 -0700243 - src/core/lib/channel/status_util.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700244 - src/core/lib/compression/compression.cc
Muxi Yan03fc8572017-10-06 18:47:09 -0700245 - src/core/lib/compression/compression_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700246 - src/core/lib/compression/message_compress.cc
247 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700248 - src/core/lib/compression/stream_compression_gzip.cc
249 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700250 - src/core/lib/debug/stats.cc
251 - src/core/lib/debug/stats_data.cc
252 - src/core/lib/http/format_request.cc
253 - src/core/lib/http/httpcli.cc
254 - src/core/lib/http/parser.cc
255 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700256 - src/core/lib/iomgr/combiner.cc
257 - src/core/lib/iomgr/endpoint.cc
258 - src/core/lib/iomgr/endpoint_pair_posix.cc
259 - src/core/lib/iomgr/endpoint_pair_uv.cc
260 - src/core/lib/iomgr/endpoint_pair_windows.cc
261 - src/core/lib/iomgr/error.cc
262 - src/core/lib/iomgr/ev_epoll1_linux.cc
263 - src/core/lib/iomgr/ev_epollex_linux.cc
264 - src/core/lib/iomgr/ev_epollsig_linux.cc
265 - src/core/lib/iomgr/ev_poll_posix.cc
266 - src/core/lib/iomgr/ev_posix.cc
267 - src/core/lib/iomgr/ev_windows.cc
268 - src/core/lib/iomgr/exec_ctx.cc
269 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100270 - src/core/lib/iomgr/fork_posix.cc
271 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700272 - src/core/lib/iomgr/gethostname_fallback.cc
273 - src/core/lib/iomgr/gethostname_host_name_max.cc
274 - src/core/lib/iomgr/gethostname_sysconf.cc
275 - src/core/lib/iomgr/iocp_windows.cc
276 - src/core/lib/iomgr/iomgr.cc
kpayson64539f5062018-03-12 19:16:30 -0700277 - src/core/lib/iomgr/iomgr_custom.cc
278 - src/core/lib/iomgr/iomgr_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700279 - src/core/lib/iomgr/iomgr_posix.cc
280 - src/core/lib/iomgr/iomgr_uv.cc
281 - src/core/lib/iomgr/iomgr_windows.cc
282 - src/core/lib/iomgr/is_epollexclusive_available.cc
283 - src/core/lib/iomgr/load_file.cc
284 - src/core/lib/iomgr/lockfree_event.cc
285 - src/core/lib/iomgr/network_status_tracker.cc
286 - src/core/lib/iomgr/polling_entity.cc
kpayson64539f5062018-03-12 19:16:30 -0700287 - src/core/lib/iomgr/pollset.cc
288 - src/core/lib/iomgr/pollset_custom.cc
289 - src/core/lib/iomgr/pollset_set.cc
290 - src/core/lib/iomgr/pollset_set_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700291 - src/core/lib/iomgr/pollset_set_windows.cc
292 - src/core/lib/iomgr/pollset_uv.cc
293 - src/core/lib/iomgr/pollset_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700294 - src/core/lib/iomgr/resolve_address.cc
295 - src/core/lib/iomgr/resolve_address_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700296 - src/core/lib/iomgr/resolve_address_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700297 - src/core/lib/iomgr/resolve_address_windows.cc
298 - src/core/lib/iomgr/resource_quota.cc
299 - src/core/lib/iomgr/sockaddr_utils.cc
300 - src/core/lib/iomgr/socket_factory_posix.cc
301 - src/core/lib/iomgr/socket_mutator.cc
302 - src/core/lib/iomgr/socket_utils_common_posix.cc
303 - src/core/lib/iomgr/socket_utils_linux.cc
304 - src/core/lib/iomgr/socket_utils_posix.cc
305 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700306 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700307 - src/core/lib/iomgr/socket_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700308 - src/core/lib/iomgr/tcp_client.cc
309 - src/core/lib/iomgr/tcp_client_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700310 - src/core/lib/iomgr/tcp_client_posix.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700311 - src/core/lib/iomgr/tcp_client_windows.cc
kpayson64539f5062018-03-12 19:16:30 -0700312 - src/core/lib/iomgr/tcp_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700313 - src/core/lib/iomgr/tcp_posix.cc
kpayson64539f5062018-03-12 19:16:30 -0700314 - src/core/lib/iomgr/tcp_server.cc
315 - src/core/lib/iomgr/tcp_server_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700316 - src/core/lib/iomgr/tcp_server_posix.cc
317 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
318 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
319 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700320 - src/core/lib/iomgr/tcp_server_windows.cc
321 - src/core/lib/iomgr/tcp_uv.cc
322 - src/core/lib/iomgr/tcp_windows.cc
323 - src/core/lib/iomgr/time_averaged_stats.cc
kpayson64539f5062018-03-12 19:16:30 -0700324 - src/core/lib/iomgr/timer.cc
325 - src/core/lib/iomgr/timer_custom.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700326 - src/core/lib/iomgr/timer_generic.cc
327 - src/core/lib/iomgr/timer_heap.cc
328 - src/core/lib/iomgr/timer_manager.cc
329 - src/core/lib/iomgr/timer_uv.cc
330 - src/core/lib/iomgr/udp_server.cc
331 - src/core/lib/iomgr/unix_sockets_posix.cc
332 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
333 - src/core/lib/iomgr/wakeup_fd_cv.cc
334 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
335 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
336 - src/core/lib/iomgr/wakeup_fd_pipe.cc
337 - src/core/lib/iomgr/wakeup_fd_posix.cc
338 - src/core/lib/json/json.cc
339 - src/core/lib/json/json_reader.cc
340 - src/core/lib/json/json_string.cc
341 - src/core/lib/json/json_writer.cc
342 - src/core/lib/slice/b64.cc
343 - src/core/lib/slice/percent_encoding.cc
344 - src/core/lib/slice/slice.cc
345 - src/core/lib/slice/slice_buffer.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700346 - src/core/lib/slice/slice_intern.cc
347 - src/core/lib/slice/slice_string_helpers.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700348 - src/core/lib/surface/api_trace.cc
349 - src/core/lib/surface/byte_buffer.cc
350 - src/core/lib/surface/byte_buffer_reader.cc
351 - src/core/lib/surface/call.cc
352 - src/core/lib/surface/call_details.cc
353 - src/core/lib/surface/call_log_batch.cc
354 - src/core/lib/surface/channel.cc
355 - src/core/lib/surface/channel_init.cc
356 - src/core/lib/surface/channel_ping.cc
357 - src/core/lib/surface/channel_stack_type.cc
358 - src/core/lib/surface/completion_queue.cc
359 - src/core/lib/surface/completion_queue_factory.cc
360 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700361 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700362 - src/core/lib/surface/metadata_array.cc
363 - src/core/lib/surface/server.cc
364 - src/core/lib/surface/validate_metadata.cc
365 - src/core/lib/surface/version.cc
366 - src/core/lib/transport/bdp_estimator.cc
367 - src/core/lib/transport/byte_stream.cc
368 - src/core/lib/transport/connectivity_state.cc
369 - src/core/lib/transport/error_utils.cc
370 - src/core/lib/transport/metadata.cc
371 - src/core/lib/transport/metadata_batch.cc
372 - src/core/lib/transport/pid_controller.cc
373 - src/core/lib/transport/service_config.cc
374 - src/core/lib/transport/static_metadata.cc
375 - src/core/lib/transport/status_conversion.cc
Mark D. Roth718c8342018-02-28 13:00:04 -0800376 - src/core/lib/transport/status_metadata.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700377 - src/core/lib/transport/timeout_encoding.cc
378 - src/core/lib/transport/transport.cc
379 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700380 deps:
381 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700382 filegroups:
383 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700384 uses:
385 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700386 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700387- name: grpc_base_headers
388 public_headers:
389 - include/grpc/byte_buffer.h
390 - include/grpc/byte_buffer_reader.h
391 - include/grpc/compression.h
Ken Payson9714e032017-10-10 11:18:49 -0700392 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700393 - include/grpc/grpc.h
394 - include/grpc/grpc_posix.h
395 - include/grpc/grpc_security_constants.h
396 - include/grpc/load_reporting.h
397 - include/grpc/slice.h
398 - include/grpc/slice_buffer.h
399 - include/grpc/status.h
400 - include/grpc/support/workaround_list.h
401 headers:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800402 - src/core/lib/avl/avl.h
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700403 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700404 - src/core/lib/channel/channel_args.h
405 - src/core/lib/channel/channel_stack.h
406 - src/core/lib/channel/channel_stack_builder.h
ncteisen3b42f832018-03-19 13:22:35 -0700407 - src/core/lib/channel/channel_trace.h
408 - src/core/lib/channel/channel_trace_registry.h
Vijay Pai42807252017-07-28 15:08:24 -0700409 - src/core/lib/channel/connected_channel.h
410 - src/core/lib/channel/context.h
411 - src/core/lib/channel/handshaker.h
412 - src/core/lib/channel/handshaker_factory.h
413 - src/core/lib/channel/handshaker_registry.h
ncteisen3b42f832018-03-19 13:22:35 -0700414 - src/core/lib/channel/status_util.h
Vijay Pai42807252017-07-28 15:08:24 -0700415 - src/core/lib/compression/algorithm_metadata.h
Muxi Yane6d888d2017-09-14 09:42:56 -0700416 - src/core/lib/compression/compression_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700417 - src/core/lib/compression/message_compress.h
418 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700419 - src/core/lib/compression/stream_compression_gzip.h
420 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700421 - src/core/lib/debug/stats.h
422 - src/core/lib/debug/stats_data.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800423 - src/core/lib/gprpp/debug_location.h
424 - src/core/lib/gprpp/inlined_vector.h
425 - src/core/lib/gprpp/orphanable.h
426 - src/core/lib/gprpp/ref_counted.h
427 - src/core/lib/gprpp/ref_counted_ptr.h
Vijay Pai42807252017-07-28 15:08:24 -0700428 - src/core/lib/http/format_request.h
429 - src/core/lib/http/httpcli.h
430 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700431 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700432 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700433 - src/core/lib/iomgr/closure.h
434 - src/core/lib/iomgr/combiner.h
435 - src/core/lib/iomgr/endpoint.h
436 - src/core/lib/iomgr/endpoint_pair.h
437 - src/core/lib/iomgr/error.h
438 - src/core/lib/iomgr/error_internal.h
439 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700440 - src/core/lib/iomgr/ev_epollex_linux.h
441 - src/core/lib/iomgr/ev_epollsig_linux.h
442 - src/core/lib/iomgr/ev_poll_posix.h
443 - src/core/lib/iomgr/ev_posix.h
444 - src/core/lib/iomgr/exec_ctx.h
445 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700446 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700447 - src/core/lib/iomgr/iocp_windows.h
448 - src/core/lib/iomgr/iomgr.h
kpayson64539f5062018-03-12 19:16:30 -0700449 - src/core/lib/iomgr/iomgr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700450 - src/core/lib/iomgr/iomgr_internal.h
451 - src/core/lib/iomgr/iomgr_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700452 - src/core/lib/iomgr/is_epollexclusive_available.h
453 - src/core/lib/iomgr/load_file.h
454 - src/core/lib/iomgr/lockfree_event.h
455 - src/core/lib/iomgr/nameser.h
456 - src/core/lib/iomgr/network_status_tracker.h
457 - src/core/lib/iomgr/polling_entity.h
458 - src/core/lib/iomgr/pollset.h
kpayson64539f5062018-03-12 19:16:30 -0700459 - src/core/lib/iomgr/pollset_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700460 - src/core/lib/iomgr/pollset_set.h
kpayson64539f5062018-03-12 19:16:30 -0700461 - src/core/lib/iomgr/pollset_set_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700462 - src/core/lib/iomgr/pollset_set_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700463 - src/core/lib/iomgr/pollset_windows.h
464 - src/core/lib/iomgr/port.h
465 - src/core/lib/iomgr/resolve_address.h
kpayson64539f5062018-03-12 19:16:30 -0700466 - src/core/lib/iomgr/resolve_address_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700467 - src/core/lib/iomgr/resource_quota.h
468 - src/core/lib/iomgr/sockaddr.h
kpayson64539f5062018-03-12 19:16:30 -0700469 - src/core/lib/iomgr/sockaddr_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700470 - src/core/lib/iomgr/sockaddr_posix.h
471 - src/core/lib/iomgr/sockaddr_utils.h
472 - src/core/lib/iomgr/sockaddr_windows.h
473 - src/core/lib/iomgr/socket_factory_posix.h
474 - src/core/lib/iomgr/socket_mutator.h
475 - src/core/lib/iomgr/socket_utils.h
476 - src/core/lib/iomgr/socket_utils_posix.h
477 - src/core/lib/iomgr/socket_windows.h
478 - src/core/lib/iomgr/sys_epoll_wrapper.h
479 - src/core/lib/iomgr/tcp_client.h
480 - src/core/lib/iomgr/tcp_client_posix.h
kpayson64539f5062018-03-12 19:16:30 -0700481 - src/core/lib/iomgr/tcp_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700482 - src/core/lib/iomgr/tcp_posix.h
483 - src/core/lib/iomgr/tcp_server.h
484 - src/core/lib/iomgr/tcp_server_utils_posix.h
Vijay Pai42807252017-07-28 15:08:24 -0700485 - src/core/lib/iomgr/tcp_windows.h
486 - src/core/lib/iomgr/time_averaged_stats.h
487 - src/core/lib/iomgr/timer.h
kpayson64539f5062018-03-12 19:16:30 -0700488 - src/core/lib/iomgr/timer_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700489 - src/core/lib/iomgr/timer_heap.h
490 - src/core/lib/iomgr/timer_manager.h
Vijay Pai42807252017-07-28 15:08:24 -0700491 - src/core/lib/iomgr/udp_server.h
492 - src/core/lib/iomgr/unix_sockets_posix.h
493 - src/core/lib/iomgr/wakeup_fd_cv.h
494 - src/core/lib/iomgr/wakeup_fd_pipe.h
495 - src/core/lib/iomgr/wakeup_fd_posix.h
496 - src/core/lib/json/json.h
497 - src/core/lib/json/json_common.h
498 - src/core/lib/json/json_reader.h
499 - src/core/lib/json/json_writer.h
500 - src/core/lib/slice/b64.h
501 - src/core/lib/slice/percent_encoding.h
502 - src/core/lib/slice/slice_hash_table.h
503 - src/core/lib/slice/slice_internal.h
504 - src/core/lib/slice/slice_string_helpers.h
David Garcia Quintas396d49d2018-02-28 16:06:30 -0800505 - src/core/lib/slice/slice_weak_hash_table.h
Vijay Pai42807252017-07-28 15:08:24 -0700506 - src/core/lib/surface/api_trace.h
507 - src/core/lib/surface/call.h
508 - src/core/lib/surface/call_test_only.h
509 - src/core/lib/surface/channel.h
510 - src/core/lib/surface/channel_init.h
511 - src/core/lib/surface/channel_stack_type.h
512 - src/core/lib/surface/completion_queue.h
513 - src/core/lib/surface/completion_queue_factory.h
514 - src/core/lib/surface/event_string.h
515 - src/core/lib/surface/init.h
516 - src/core/lib/surface/lame_client.h
517 - src/core/lib/surface/server.h
518 - src/core/lib/surface/validate_metadata.h
519 - src/core/lib/transport/bdp_estimator.h
520 - src/core/lib/transport/byte_stream.h
521 - src/core/lib/transport/connectivity_state.h
522 - src/core/lib/transport/error_utils.h
523 - src/core/lib/transport/http2_errors.h
524 - src/core/lib/transport/metadata.h
525 - src/core/lib/transport/metadata_batch.h
526 - src/core/lib/transport/pid_controller.h
527 - src/core/lib/transport/service_config.h
528 - src/core/lib/transport/static_metadata.h
529 - src/core/lib/transport/status_conversion.h
Mark D. Roth718c8342018-02-28 13:00:04 -0800530 - src/core/lib/transport/status_metadata.h
Vijay Pai42807252017-07-28 15:08:24 -0700531 - src/core/lib/transport/timeout_encoding.h
532 - src/core/lib/transport/transport.h
533 - src/core/lib/transport/transport_impl.h
534 deps:
535 - gpr
536 uses:
537 - grpc_codegen
538 - grpc_trace_headers
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700539- name: grpc_client_authority_filter
540 headers:
David Garcia Quintas961353a2018-03-15 16:11:05 -0700541 - src/core/ext/filters/http/client_authority_filter.h
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700542 src:
David Garcia Quintas961353a2018-03-15 16:11:05 -0700543 - src/core/ext/filters/http/client_authority_filter.cc
David Garcia Quintasaa843f22018-03-13 08:36:16 -0700544 plugin: grpc_client_authority_filter
545 uses:
546 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700547- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700548 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700549 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700550 - src/core/ext/filters/client_channel/client_channel.h
551 - src/core/ext/filters/client_channel/client_channel_factory.h
552 - src/core/ext/filters/client_channel/connector.h
553 - src/core/ext/filters/client_channel/http_connect_handshaker.h
554 - src/core/ext/filters/client_channel/http_proxy.h
555 - src/core/ext/filters/client_channel/lb_policy.h
556 - src/core/ext/filters/client_channel/lb_policy_factory.h
557 - src/core/ext/filters/client_channel/lb_policy_registry.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800558 - src/core/ext/filters/client_channel/method_params.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700559 - src/core/ext/filters/client_channel/parse_address.h
560 - src/core/ext/filters/client_channel/proxy_mapper.h
561 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
562 - src/core/ext/filters/client_channel/resolver.h
563 - src/core/ext/filters/client_channel/resolver_factory.h
564 - src/core/ext/filters/client_channel/resolver_registry.h
565 - src/core/ext/filters/client_channel/retry_throttle.h
566 - src/core/ext/filters/client_channel/subchannel.h
567 - src/core/ext/filters/client_channel/subchannel_index.h
568 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700569 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700570 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700571 - src/core/ext/filters/client_channel/channel_connectivity.cc
572 - src/core/ext/filters/client_channel/client_channel.cc
573 - src/core/ext/filters/client_channel/client_channel_factory.cc
574 - src/core/ext/filters/client_channel/client_channel_plugin.cc
575 - src/core/ext/filters/client_channel/connector.cc
576 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
577 - src/core/ext/filters/client_channel/http_proxy.cc
578 - src/core/ext/filters/client_channel/lb_policy.cc
579 - src/core/ext/filters/client_channel/lb_policy_factory.cc
580 - src/core/ext/filters/client_channel/lb_policy_registry.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800581 - src/core/ext/filters/client_channel/method_params.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700582 - src/core/ext/filters/client_channel/parse_address.cc
583 - src/core/ext/filters/client_channel/proxy_mapper.cc
584 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
585 - src/core/ext/filters/client_channel/resolver.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700586 - src/core/ext/filters/client_channel/resolver_registry.cc
587 - src/core/ext/filters/client_channel/retry_throttle.cc
588 - src/core/ext/filters/client_channel/subchannel.cc
589 - src/core/ext/filters/client_channel/subchannel_index.cc
590 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700591 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700592 uses:
593 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700594 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800595- name: grpc_codegen
596 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700597 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700598 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800599 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800600 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800601 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800602 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700603 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800604 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700605 uses:
606 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700607- name: grpc_deadline_filter
608 headers:
609 - src/core/ext/filters/deadline/deadline_filter.h
610 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700611 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700612 plugin: grpc_deadline_filter
613 uses:
614 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700615- name: grpc_http_filters
616 headers:
617 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700618 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700619 - src/core/ext/filters/http/server/http_server_filter.h
620 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700621 - src/core/ext/filters/http/client/http_client_filter.cc
622 - src/core/ext/filters/http/http_filters_plugin.cc
623 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
624 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700625 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700626 uses:
627 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700628- name: grpc_lb_policy_grpclb
629 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700630 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Yihua Zhang392dad72018-05-03 20:12:20 -0700631 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700632 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700633 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700634 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
635 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700636 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700637 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
638 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
639 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
640 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
641 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700642 - 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 -0800643 plugin: grpc_lb_policy_grpclb
644 uses:
645 - grpc_base
646 - grpc_client_channel
647 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700648 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800649- name: grpc_lb_policy_grpclb_secure
650 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700651 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Yihua Zhang392dad72018-05-03 20:12:20 -0700652 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700653 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700654 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700655 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
656 - 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 -0800657 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700658 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
659 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
660 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
661 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
662 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700663 - 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 -0700664 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700665 uses:
666 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700667 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700668 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700669 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700670 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700671- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700672 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700673 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700674 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700675 uses:
676 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700677 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700678 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700679- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700680 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700681 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700682 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700683 uses:
684 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700685 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700686 - grpc_lb_subchannel_list
687- name: grpc_lb_subchannel_list
688 headers:
689 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700690 uses:
691 - grpc_base
692 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700693- name: grpc_max_age_filter
694 headers:
695 - src/core/ext/filters/max_age/max_age_filter.h
696 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700697 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700698 plugin: grpc_max_age_filter
699 uses:
700 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700701- name: grpc_message_size_filter
702 headers:
703 - src/core/ext/filters/message_size/message_size_filter.h
704 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700705 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700706 plugin: grpc_message_size_filter
707 uses:
708 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700709- name: grpc_resolver_dns_ares
710 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700711 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
712 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700713 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700714 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
715 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
716 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
717 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700718 plugin: grpc_resolver_dns_ares
719 uses:
720 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700721 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700722- name: grpc_resolver_dns_native
723 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700724 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700725 plugin: grpc_resolver_dns_native
726 uses:
727 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700728 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700729- name: grpc_resolver_fake
730 headers:
731 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
732 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700733 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700734 plugin: grpc_resolver_fake
735 uses:
736 - grpc_base
737 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700738- name: grpc_resolver_sockaddr
739 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700740 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700741 plugin: grpc_resolver_sockaddr
742 uses:
743 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700744 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100745- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700746 public_headers:
747 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100748 headers:
Yihua Zhang392dad72018-05-03 20:12:20 -0700749 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700750 - src/core/lib/security/context/security_context.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800751 - src/core/lib/security/credentials/alts/alts_credentials.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700752 - src/core/lib/security/credentials/composite/composite_credentials.h
753 - src/core/lib/security/credentials/credentials.h
754 - src/core/lib/security/credentials/fake/fake_credentials.h
755 - src/core/lib/security/credentials/google_default/google_default_credentials.h
756 - src/core/lib/security/credentials/iam/iam_credentials.h
757 - src/core/lib/security/credentials/jwt/json_token.h
758 - src/core/lib/security/credentials/jwt/jwt_credentials.h
759 - src/core/lib/security/credentials/jwt/jwt_verifier.h
760 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
761 - src/core/lib/security/credentials/plugin/plugin_credentials.h
762 - src/core/lib/security/credentials/ssl/ssl_credentials.h
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800763 - src/core/lib/security/security_connector/alts_security_connector.h
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800764 - src/core/lib/security/security_connector/security_connector.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700765 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700766 - src/core/lib/security/transport/secure_endpoint.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800767 - src/core/lib/security/transport/security_handshaker.h
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800768 - src/core/lib/security/transport/target_authority_table.h
Craig Tillerddad9782016-05-05 17:11:31 -0700769 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700770 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100771 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700772 - src/core/lib/http/httpcli_security_connector.cc
773 - src/core/lib/security/context/security_context.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800774 - src/core/lib/security/credentials/alts/alts_credentials.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700775 - src/core/lib/security/credentials/composite/composite_credentials.cc
776 - src/core/lib/security/credentials/credentials.cc
777 - src/core/lib/security/credentials/credentials_metadata.cc
778 - src/core/lib/security/credentials/fake/fake_credentials.cc
779 - src/core/lib/security/credentials/google_default/credentials_generic.cc
780 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
781 - src/core/lib/security/credentials/iam/iam_credentials.cc
782 - src/core/lib/security/credentials/jwt/json_token.cc
783 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
784 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
785 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
786 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
787 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800788 - src/core/lib/security/security_connector/alts_security_connector.cc
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800789 - src/core/lib/security/security_connector/security_connector.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700790 - src/core/lib/security/transport/client_auth_filter.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700791 - src/core/lib/security/transport/secure_endpoint.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700792 - src/core/lib/security/transport/security_handshaker.cc
793 - src/core/lib/security/transport/server_auth_filter.cc
Mark D. Roth3e7f2df2018-02-26 13:17:06 -0800794 - src/core/lib/security/transport/target_authority_table.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700795 - src/core/lib/security/transport/tsi_error.cc
796 - src/core/lib/security/util/json_util.cc
797 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700799 uses:
Yihua Zhang04fb58e2018-03-08 06:49:24 -0800800 - alts_tsi
Craig Tillerd1697d92016-04-05 16:05:46 -0700801 - grpc_base
802 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700803 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700804- name: grpc_server_backward_compatibility
805 headers:
806 - src/core/ext/filters/workarounds/workaround_utils.h
807 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700808 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700809 uses:
810 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700811- name: grpc_server_load_reporting
812 headers:
813 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
814 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
815 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700816 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
817 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700818 plugin: grpc_server_load_reporting_plugin
819 uses:
820 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700821- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700822 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700823 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700824 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700825 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800826 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700827 - test/core/end2end/fixtures/proxy.h
828 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800829 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700830 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800831 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200832 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700833 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700834 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700835 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700836 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700837 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700838 - test/core/util/slice_splitter.h
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800839 - test/core/util/subprocess.h
ncteisenaa3b1972017-11-17 15:56:27 -0800840 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800841 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700842 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700843 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700844 - test/core/end2end/cq_verifier.cc
845 - test/core/end2end/fixtures/http_proxy_fixture.cc
846 - test/core/end2end/fixtures/proxy.cc
847 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700848 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700849 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800850 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700851 - test/core/util/memory_counters.cc
852 - test/core/util/mock_endpoint.cc
853 - test/core/util/parse_hexstring.cc
854 - test/core/util/passthru_endpoint.cc
855 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800856 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700857 - test/core/util/port_server_client.cc
858 - test/core/util/slice_splitter.cc
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800859 - test/core/util/subprocess_posix.cc
860 - test/core/util/subprocess_windows.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800861 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700862 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700863 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700864 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700865 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700866 uses:
Vijay Pai80e23d12018-01-25 21:50:18 -0800867 - cmdline
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700868 - grpc_base
869 - grpc_client_channel
870 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700871- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700872 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700873 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700874 deps:
875 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700876 filegroups:
877 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700878 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700879- name: grpc_trace_headers
880 headers:
881 - src/core/lib/debug/trace.h
882 deps:
883 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700884- name: grpc_transport_chttp2
885 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700886 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700887 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700888 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700889 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700890 - src/core/ext/transport/chttp2/transport/frame.h
891 - src/core/ext/transport/chttp2/transport/frame_data.h
892 - src/core/ext/transport/chttp2/transport/frame_goaway.h
893 - src/core/ext/transport/chttp2/transport/frame_ping.h
894 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
895 - src/core/ext/transport/chttp2/transport/frame_settings.h
896 - src/core/ext/transport/chttp2/transport/frame_window_update.h
897 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
898 - src/core/ext/transport/chttp2/transport/hpack_parser.h
899 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700900 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700901 - src/core/ext/transport/chttp2/transport/huffsyms.h
902 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
903 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700904 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700905 - src/core/ext/transport/chttp2/transport/varint.h
906 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700907 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
908 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
909 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
910 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
911 - src/core/ext/transport/chttp2/transport/flow_control.cc
912 - src/core/ext/transport/chttp2/transport/frame_data.cc
913 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
914 - src/core/ext/transport/chttp2/transport/frame_ping.cc
915 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
916 - src/core/ext/transport/chttp2/transport/frame_settings.cc
917 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
918 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
919 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
920 - src/core/ext/transport/chttp2/transport/hpack_table.cc
921 - src/core/ext/transport/chttp2/transport/http2_settings.cc
922 - src/core/ext/transport/chttp2/transport/huffsyms.cc
923 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
924 - src/core/ext/transport/chttp2/transport/parsing.cc
925 - src/core/ext/transport/chttp2/transport/stream_lists.cc
926 - src/core/ext/transport/chttp2/transport/stream_map.cc
927 - src/core/ext/transport/chttp2/transport/varint.cc
928 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700929 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700930 uses:
931 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700932 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700933 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700934- name: grpc_transport_chttp2_alpn
935 headers:
936 - src/core/ext/transport/chttp2/alpn/alpn.h
937 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700938 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700939 deps:
940 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800941- name: grpc_transport_chttp2_client_connector
942 headers:
David Garcia Quintas49f625f2018-03-27 11:23:49 -0700943 - src/core/ext/transport/chttp2/client/authority.h
Mark D. Roth8686cab2016-11-17 13:12:17 -0800944 - src/core/ext/transport/chttp2/client/chttp2_connector.h
945 src:
David Garcia Quintas49f625f2018-03-27 11:23:49 -0700946 - src/core/ext/transport/chttp2/client/authority.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700947 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800948 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800949 - grpc_transport_chttp2
950 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700951 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700952- name: grpc_transport_chttp2_client_insecure
953 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700954 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
955 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700956 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800957 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700958 - grpc_transport_chttp2
959 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700960 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700961- name: grpc_transport_chttp2_client_secure
962 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700963 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700964 uses:
965 - grpc_transport_chttp2
966 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700967 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700968 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800969 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800970- name: grpc_transport_chttp2_server
971 headers:
972 - src/core/ext/transport/chttp2/server/chttp2_server.h
973 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700974 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800975 uses:
976 - grpc_transport_chttp2
977 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700978- name: grpc_transport_chttp2_server_insecure
979 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700980 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
981 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700982 uses:
983 - grpc_transport_chttp2
984 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800985 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700986- name: grpc_transport_chttp2_server_secure
987 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700988 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700989 uses:
990 - grpc_transport_chttp2
991 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700992 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800993 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700994- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700995 public_headers:
996 - include/grpc/grpc_cronet.h
997 - include/grpc/grpc_security.h
998 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700999 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -08001000 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -08001001 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -07001002 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001003 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
1004 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
1005 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -07001006 filegroups:
1007 - grpc_base
1008 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -07001009 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001010- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001011 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001012 - src/core/ext/transport/inproc/inproc_plugin.cc
1013 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001014 plugin: grpc_inproc_plugin
1015 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001016 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001017 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -07001018- name: grpc_transport_inproc_headers
1019 headers:
1020 - src/core/ext/transport/inproc/inproc_transport.h
1021 uses:
1022 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -07001023- name: grpc_workaround_cronet_compression_filter
1024 headers:
1025 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
1026 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001027 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -07001028 plugin: grpc_workaround_cronet_compression_filter
1029 uses:
1030 - grpc_base
1031 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -08001032- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -07001033 src:
1034 - third_party/nanopb/pb_common.c
1035 - third_party/nanopb/pb_decode.c
1036 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -07001037 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001038 - nanopb_headers
1039- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -08001040 headers:
1041 - third_party/nanopb/pb.h
1042 - third_party/nanopb/pb_common.h
1043 - third_party/nanopb/pb_decode.h
1044 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001045- name: transport_security_test_lib
1046 build: test
1047 headers:
1048 - test/core/tsi/transport_security_test_lib.h
1049 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001050 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07001051 deps:
1052 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001053- name: tsi
1054 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001055 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -07001056 - src/core/tsi/fake_transport_security.h
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001057 - src/core/tsi/ssl/session_cache/ssl_session.h
1058 - src/core/tsi/ssl/session_cache/ssl_session_cache.h
Craig Tiller134fed32017-03-28 14:27:18 -07001059 - src/core/tsi/ssl_transport_security.h
1060 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -07001061 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001062 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -08001063 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001064 - src/core/tsi/fake_transport_security.cc
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08001065 - src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc
1066 - src/core/tsi/ssl/session_cache/ssl_session_cache.cc
1067 - src/core/tsi/ssl/session_cache/ssl_session_openssl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -07001068 - src/core/tsi/ssl_transport_security.cc
1069 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001070 deps:
1071 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -08001072 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -07001074 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001075 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -07001076 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001077 - grpc_trace
1078- name: tsi_interface
1079 headers:
1080 - src/core/tsi/transport_security.h
1081 - src/core/tsi/transport_security_adapter.h
1082 - src/core/tsi/transport_security_interface.h
1083 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001084 - src/core/tsi/transport_security.cc
1085 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -07001086 deps:
1087 - gpr
1088 secure: true
1089 uses:
1090 - grpc_trace
ncteisen3b42f832018-03-19 13:22:35 -07001091- name: grpc++_channelz_proto
1092 language: c++
1093 src:
1094 - src/proto/grpc/channelz/channelz.proto
Vijay Pai42807252017-07-28 15:08:24 -07001095- name: grpc++_codegen_base
1096 language: c++
1097 public_headers:
1098 - include/grpc++/impl/codegen/async_stream.h
1099 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -07001100 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -07001101 - include/grpc++/impl/codegen/call.h
1102 - include/grpc++/impl/codegen/call_hook.h
1103 - include/grpc++/impl/codegen/channel_interface.h
1104 - include/grpc++/impl/codegen/client_context.h
1105 - include/grpc++/impl/codegen/client_unary_call.h
1106 - include/grpc++/impl/codegen/completion_queue.h
1107 - include/grpc++/impl/codegen/completion_queue_tag.h
1108 - include/grpc++/impl/codegen/config.h
1109 - include/grpc++/impl/codegen/core_codegen_interface.h
1110 - include/grpc++/impl/codegen/create_auth_context.h
1111 - include/grpc++/impl/codegen/grpc_library.h
1112 - include/grpc++/impl/codegen/metadata_map.h
1113 - include/grpc++/impl/codegen/method_handler_impl.h
1114 - include/grpc++/impl/codegen/rpc_method.h
1115 - include/grpc++/impl/codegen/rpc_service_method.h
1116 - include/grpc++/impl/codegen/security/auth_context.h
1117 - include/grpc++/impl/codegen/serialization_traits.h
1118 - include/grpc++/impl/codegen/server_context.h
1119 - include/grpc++/impl/codegen/server_interface.h
1120 - include/grpc++/impl/codegen/service_type.h
1121 - include/grpc++/impl/codegen/slice.h
1122 - include/grpc++/impl/codegen/status.h
1123 - include/grpc++/impl/codegen/status_code_enum.h
1124 - include/grpc++/impl/codegen/string_ref.h
1125 - include/grpc++/impl/codegen/stub_options.h
1126 - include/grpc++/impl/codegen/sync_stream.h
1127 - include/grpc++/impl/codegen/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001128 - include/grpcpp/impl/codegen/async_stream.h
1129 - include/grpcpp/impl/codegen/async_unary_call.h
1130 - include/grpcpp/impl/codegen/byte_buffer.h
1131 - include/grpcpp/impl/codegen/call.h
1132 - include/grpcpp/impl/codegen/call_hook.h
1133 - include/grpcpp/impl/codegen/channel_interface.h
1134 - include/grpcpp/impl/codegen/client_context.h
1135 - include/grpcpp/impl/codegen/client_unary_call.h
1136 - include/grpcpp/impl/codegen/completion_queue.h
1137 - include/grpcpp/impl/codegen/completion_queue_tag.h
1138 - include/grpcpp/impl/codegen/config.h
1139 - include/grpcpp/impl/codegen/core_codegen_interface.h
1140 - include/grpcpp/impl/codegen/create_auth_context.h
1141 - include/grpcpp/impl/codegen/grpc_library.h
1142 - include/grpcpp/impl/codegen/metadata_map.h
1143 - include/grpcpp/impl/codegen/method_handler_impl.h
1144 - include/grpcpp/impl/codegen/rpc_method.h
1145 - include/grpcpp/impl/codegen/rpc_service_method.h
1146 - include/grpcpp/impl/codegen/security/auth_context.h
1147 - include/grpcpp/impl/codegen/serialization_traits.h
1148 - include/grpcpp/impl/codegen/server_context.h
1149 - include/grpcpp/impl/codegen/server_interface.h
1150 - include/grpcpp/impl/codegen/service_type.h
1151 - include/grpcpp/impl/codegen/slice.h
1152 - include/grpcpp/impl/codegen/status.h
1153 - include/grpcpp/impl/codegen/status_code_enum.h
1154 - include/grpcpp/impl/codegen/string_ref.h
1155 - include/grpcpp/impl/codegen/stub_options.h
1156 - include/grpcpp/impl/codegen/sync_stream.h
1157 - include/grpcpp/impl/codegen/time.h
Vijay Pai42807252017-07-28 15:08:24 -07001158 uses:
1159 - grpc_codegen
1160- name: grpc++_codegen_base_src
1161 language: c++
1162 src:
1163 - src/cpp/codegen/codegen_init.cc
1164 uses:
1165 - grpc++_codegen_base
1166- name: grpc++_codegen_proto
1167 language: c++
1168 public_headers:
1169 - include/grpc++/impl/codegen/proto_utils.h
ncteisencf5b2662018-02-27 11:55:10 -08001170 - include/grpcpp/impl/codegen/proto_buffer_reader.h
1171 - include/grpcpp/impl/codegen/proto_buffer_writer.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001172 - include/grpcpp/impl/codegen/proto_utils.h
Vijay Pai42807252017-07-28 15:08:24 -07001173 uses:
1174 - grpc++_codegen_base
1175 - grpc++_config_proto
1176- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001177 language: c++
1178 public_headers:
1179 - include/grpc++/alarm.h
1180 - include/grpc++/channel.h
1181 - include/grpc++/client_context.h
1182 - include/grpc++/completion_queue.h
1183 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001184 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001185 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001186 - include/grpc++/generic/async_generic_service.h
1187 - include/grpc++/generic/generic_stub.h
1188 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001189 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001190 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001191 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001192 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001193 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001194 - include/grpc++/impl/grpc_library.h
1195 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001196 - include/grpc++/impl/rpc_method.h
1197 - include/grpc++/impl/rpc_service_method.h
1198 - include/grpc++/impl/serialization_traits.h
1199 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001200 - include/grpc++/impl/server_builder_plugin.h
1201 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001202 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001203 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001204 - include/grpc++/security/auth_context.h
1205 - include/grpc++/security/auth_metadata_processor.h
1206 - include/grpc++/security/credentials.h
1207 - include/grpc++/security/server_credentials.h
1208 - include/grpc++/server.h
1209 - include/grpc++/server_builder.h
1210 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001211 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001212 - include/grpc++/support/async_stream.h
1213 - include/grpc++/support/async_unary_call.h
1214 - include/grpc++/support/byte_buffer.h
1215 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001216 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001217 - include/grpc++/support/slice.h
1218 - include/grpc++/support/status.h
1219 - include/grpc++/support/status_code_enum.h
1220 - include/grpc++/support/string_ref.h
1221 - include/grpc++/support/stub_options.h
1222 - include/grpc++/support/sync_stream.h
1223 - include/grpc++/support/time.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001224 - include/grpcpp/alarm.h
1225 - include/grpcpp/channel.h
1226 - include/grpcpp/client_context.h
1227 - include/grpcpp/completion_queue.h
1228 - include/grpcpp/create_channel.h
1229 - include/grpcpp/create_channel_posix.h
1230 - include/grpcpp/ext/health_check_service_server_builder_option.h
1231 - include/grpcpp/generic/async_generic_service.h
1232 - include/grpcpp/generic/generic_stub.h
1233 - include/grpcpp/grpcpp.h
1234 - include/grpcpp/health_check_service_interface.h
1235 - include/grpcpp/impl/call.h
1236 - include/grpcpp/impl/channel_argument_option.h
1237 - include/grpcpp/impl/client_unary_call.h
1238 - include/grpcpp/impl/codegen/core_codegen.h
1239 - include/grpcpp/impl/grpc_library.h
1240 - include/grpcpp/impl/method_handler_impl.h
1241 - include/grpcpp/impl/rpc_method.h
1242 - include/grpcpp/impl/rpc_service_method.h
1243 - include/grpcpp/impl/serialization_traits.h
1244 - include/grpcpp/impl/server_builder_option.h
1245 - include/grpcpp/impl/server_builder_plugin.h
1246 - include/grpcpp/impl/server_initializer.h
1247 - include/grpcpp/impl/service_type.h
1248 - include/grpcpp/resource_quota.h
1249 - include/grpcpp/security/auth_context.h
1250 - include/grpcpp/security/auth_metadata_processor.h
1251 - include/grpcpp/security/credentials.h
1252 - include/grpcpp/security/server_credentials.h
1253 - include/grpcpp/server.h
1254 - include/grpcpp/server_builder.h
1255 - include/grpcpp/server_context.h
1256 - include/grpcpp/server_posix.h
1257 - include/grpcpp/support/async_stream.h
1258 - include/grpcpp/support/async_unary_call.h
1259 - include/grpcpp/support/byte_buffer.h
1260 - include/grpcpp/support/channel_arguments.h
1261 - include/grpcpp/support/config.h
ncteisencf5b2662018-02-27 11:55:10 -08001262 - include/grpcpp/support/proto_buffer_reader.h
1263 - include/grpcpp/support/proto_buffer_writer.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001264 - include/grpcpp/support/slice.h
1265 - include/grpcpp/support/status.h
1266 - include/grpcpp/support/status_code_enum.h
1267 - include/grpcpp/support/string_ref.h
1268 - include/grpcpp/support/stub_options.h
1269 - include/grpcpp/support/sync_stream.h
1270 - include/grpcpp/support/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001271 headers:
1272 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001273 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001274 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001275 - src/cpp/server/health/default_health_check_service.h
1276 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001277 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001278 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001279 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001280 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001281 - src/cpp/client/client_context.cc
1282 - src/cpp/client/create_channel.cc
1283 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001284 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001285 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001286 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001287 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001288 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001289 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001290 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001291 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001292 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001293 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001294 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001295 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001296 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001297 - src/cpp/server/create_default_thread_pool.cc
1298 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001299 - src/cpp/server/health/default_health_check_service.cc
1300 - src/cpp/server/health/health.pb.c
1301 - src/cpp/server/health/health_check_service.cc
1302 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001303 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001304 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001305 - src/cpp/server/server_context.cc
1306 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001307 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001308 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001309 - src/cpp/util/byte_buffer_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001310 - src/cpp/util/status.cc
1311 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001312 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001313 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001314 - gpr_base_headers
1315 - grpc_base_headers
1316 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001317 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001318 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001319- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001320 language: c++
1321 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001322 - include/grpc++/impl/codegen/config_protobuf.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001323 - include/grpcpp/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001324- name: grpc++_reflection_proto
1325 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001326 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001327 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001328- name: grpc++_test
1329 language: c++
1330 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001331 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001332 - include/grpc++/test/server_context_test_spouse.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001333 - include/grpcpp/test/mock_stream.h
1334 - include/grpcpp/test/server_context_test_spouse.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001335 deps:
1336 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001337 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001338libs:
Alexander Polcyn690dde62017-10-18 00:20:33 -07001339- name: address_sorting
1340 build: all
1341 language: c
1342 headers:
Alexander Polcyn690dde62017-10-18 00:20:33 -07001343 - third_party/address_sorting/address_sorting_internal.h
Alex Polcyn77f64f72018-03-01 19:22:53 +00001344 - third_party/address_sorting/include/address_sorting/address_sorting.h
Alexander Polcyn690dde62017-10-18 00:20:33 -07001345 src:
1346 - third_party/address_sorting/address_sorting.c
1347 - third_party/address_sorting/address_sorting_posix.c
1348 - third_party/address_sorting/address_sorting_windows.c
1349 secure: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08001350- name: alts_test_util
1351 build: private
1352 language: c
1353 headers:
1354 - test/core/tsi/alts/crypt/gsec_test_util.h
1355 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.h
1356 src:
1357 - test/core/tsi/alts/crypt/gsec_test_util.cc
1358 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test_lib.cc
1359 deps:
1360 - grpc
1361 secure: true
Craig Tillerda179ce2016-02-09 12:01:53 -08001362- name: gpr
1363 build: all
1364 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001365 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001366 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001367 secure: false
1368 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1369- name: gpr_test_util
1370 build: private
1371 language: c
1372 headers:
1373 - test/core/util/test_config.h
1374 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001375 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001376 deps:
1377 - gpr
1378 secure: false
1379 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001380- name: grpc
1381 build: all
1382 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001383 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001384 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001386 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001387 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001388 filegroups:
1389 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001390 - grpc_transport_chttp2_server_secure
1391 - grpc_transport_chttp2_client_secure
1392 - grpc_transport_chttp2_server_insecure
1393 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001394 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001395 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001396 - grpc_lb_policy_pick_first
1397 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001398 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001399 - grpc_resolver_dns_native
1400 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001401 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001402 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001403 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001404 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001405 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001406 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001407 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001408 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001409 - grpc_workaround_cronet_compression_filter
1410 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001411 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001413 vs_packages:
1414 - grpc.dependencies.openssl
1415 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001416 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001417- name: grpc_cronet
1418 build: all
1419 language: c
1420 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001421 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001422 baselib: true
1423 deps_linkage: static
1424 dll: true
1425 filegroups:
1426 - grpc_base
1427 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001428 - grpc_transport_chttp2_client_secure
Muxi Yan834aeca2018-03-30 16:02:23 -07001429 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001430 generate_plugin_registry: true
1431 platforms:
1432 - linux
1433 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001434- name: grpc_dll
1435 build: private
1436 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001437 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001438 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001439 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001440 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001441 build_system:
1442 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001443 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001444 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001445 vs_config_type: DynamicLibrary
1446 vs_packages:
1447 - grpc.dependencies.openssl
1448 - grpc.dependencies.zlib
1449 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1450 vs_props:
1451 - zlib
1452 - openssl
1453 - winsock
1454 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001455- name: grpc_test_util
1456 build: private
1457 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001458 headers:
1459 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001460 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001461 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001462 - test/core/end2end/data/client_certs.cc
1463 - test/core/end2end/data/server1_cert.cc
1464 - test/core/end2end/data/server1_key.cc
1465 - test/core/end2end/data/test_root_cert.cc
1466 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001467 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001468 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001469 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001470 - grpc
1471 filegroups:
1472 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1474- name: grpc_test_util_unsecure
1475 build: private
1476 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001477 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001478 - gpr
1479 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001480 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001481 filegroups:
1482 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001483 secure: false
1484 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1485- name: grpc_unsecure
1486 build: all
1487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001488 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001489 - src/core/lib/surface/init.cc
1490 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001491 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001492 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001493 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001494 filegroups:
1495 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001496 - grpc_transport_chttp2_server_insecure
1497 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001498 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001499 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001500 - grpc_resolver_dns_native
1501 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001502 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001503 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001504 - grpc_lb_policy_grpclb
1505 - grpc_lb_policy_pick_first
1506 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001507 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001508 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001509 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001510 - grpc_deadline_filter
David Garcia Quintasaa843f22018-03-13 08:36:16 -07001511 - grpc_client_authority_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001512 - grpc_workaround_cronet_compression_filter
1513 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001514 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515 secure: false
1516 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001517- name: reconnect_server
1518 build: private
1519 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001520 headers:
1521 - test/core/util/reconnect_server.h
1522 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001523 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001524 deps:
yang-gc9fca182015-11-06 16:41:33 -08001525 - test_tcp_server
1526 - grpc_test_util
1527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001528 - gpr_test_util
1529 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001530- name: test_tcp_server
1531 build: private
1532 language: c
1533 headers:
1534 - test/core/util/test_tcp_server.h
1535 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001536 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001537 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001538 - grpc_test_util
1539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001540 - gpr_test_util
1541 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001542- name: grpc++
1543 build: all
1544 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001545 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001546 - include/grpc++/impl/codegen/core_codegen.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001547 - include/grpcpp/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001548 - src/cpp/client/secure_credentials.h
1549 - src/cpp/common/secure_auth_context.h
1550 - src/cpp/server/secure_server_credentials.h
1551 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001552 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001553 - src/cpp/client/secure_credentials.cc
1554 - src/cpp/common/auth_property_iterator.cc
1555 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001556 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001557 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001558 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001559 - src/cpp/server/secure_server_credentials.cc
1560 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001561 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562 baselib: true
1563 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001564 filegroups:
1565 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001566 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001567 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001568 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001569 secure: check
1570 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001571- name: grpc++_core_stats
1572 build: private
1573 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001574 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001575 - src/cpp/util/core_stats.h
1576 src:
1577 - src/proto/grpc/core/stats.proto
1578 - src/cpp/util/core_stats.cc
1579 deps:
1580 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001581- name: grpc++_cronet
1582 build: all
1583 language: c++
1584 src:
1585 - src/cpp/client/cronet_credentials.cc
1586 - src/cpp/client/insecure_credentials.cc
1587 - src/cpp/common/insecure_create_auth_context.cc
1588 - src/cpp/server/insecure_server_credentials.cc
1589 deps:
1590 - gpr
1591 - grpc_cronet
1592 baselib: true
1593 dll: true
1594 filegroups:
1595 - grpc++_base
1596 - grpc++_codegen_base
1597 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001598 - grpc_transport_chttp2_client_insecure
1599 - grpc_transport_chttp2_server_insecure
1600 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001601 platforms:
1602 - linux
1603 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001604- name: grpc++_error_details
1605 build: all
1606 language: c++
1607 public_headers:
1608 - include/grpc++/support/error_details.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001609 - include/grpcpp/support/error_details.h
yang-geceec8e2017-04-10 11:58:44 -07001610 src:
1611 - src/proto/grpc/status/status.proto
1612 - src/cpp/util/error_details.cc
1613 deps:
1614 - grpc++
1615 baselib: true
1616 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001617- name: grpc++_proto_reflection_desc_db
1618 build: private
1619 language: c++
1620 headers:
1621 - test/cpp/util/proto_reflection_descriptor_database.h
1622 src:
1623 - test/cpp/util/proto_reflection_descriptor_database.cc
1624 deps:
1625 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001626 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001627 filegroups:
1628 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001629 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001630- name: grpc++_reflection
1631 build: all
1632 language: c++
1633 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001634 - include/grpc++/ext/proto_server_reflection_plugin.h
Muxi Yan0e00c432018-01-26 15:39:32 -08001635 - include/grpcpp/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001636 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001637 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001638 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001639 - src/cpp/ext/proto_server_reflection.cc
1640 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001641 deps:
1642 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001643 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001644 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001645 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001646- name: grpc++_test_config
1647 build: private
1648 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001649 headers:
1650 - test/cpp/util/test_config.h
1651 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001652 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: grpc++_test_util
1654 build: private
1655 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001656 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001657 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001658 - test/cpp/util/byte_buffer_proto_helper.h
ncteisen3b42f832018-03-19 13:22:35 -07001659 - test/cpp/util/channel_trace_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001660 - test/cpp/util/create_test_channel.h
1661 - test/cpp/util/string_ref_helper.h
1662 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001663 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001664 src:
ncteisen3b42f832018-03-19 13:22:35 -07001665 - src/proto/grpc/channelz/channelz.proto
yang-gc8a49d22016-12-12 11:18:49 -08001666 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001667 - src/proto/grpc/testing/echo_messages.proto
1668 - src/proto/grpc/testing/echo.proto
1669 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001670 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001671 - test/cpp/util/byte_buffer_proto_helper.cc
ncteisen3b42f832018-03-19 13:22:35 -07001672 - test/cpp/util/channel_trace_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001673 - test/cpp/util/create_test_channel.cc
1674 - test/cpp/util/string_ref_helper.cc
1675 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001676 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001677 deps:
1678 - grpc++
1679 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001680 - grpc
yang-g17487f92016-06-03 15:21:15 -07001681 filegroups:
1682 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001683 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001684 - grpc++_codegen_proto
1685 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001686- name: grpc++_test_util_unsecure
1687 build: private
1688 language: c++
1689 headers:
1690 - test/cpp/end2end/test_service_impl.h
1691 - test/cpp/util/byte_buffer_proto_helper.h
1692 - test/cpp/util/string_ref_helper.h
1693 - test/cpp/util/subprocess.h
1694 src:
1695 - src/proto/grpc/health/v1/health.proto
1696 - src/proto/grpc/testing/echo_messages.proto
1697 - src/proto/grpc/testing/echo.proto
1698 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1699 - test/cpp/end2end/test_service_impl.cc
1700 - test/cpp/util/byte_buffer_proto_helper.cc
1701 - test/cpp/util/string_ref_helper.cc
1702 - test/cpp/util/subprocess.cc
1703 deps:
1704 - grpc++_unsecure
1705 - grpc_test_util_unsecure
1706 - grpc_unsecure
1707 filegroups:
1708 - grpc++_codegen_base
1709 - grpc++_codegen_base_src
1710 - grpc++_codegen_proto
1711 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001712- name: grpc++_unsecure
1713 build: all
1714 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001715 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001716 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001717 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001718 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001719 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001720 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001721 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001722 baselib: true
1723 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001724 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001725 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001726 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001727 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001728 secure: false
1729 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001730- name: grpc_benchmark
1731 build: test
1732 language: c++
1733 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001734 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1735 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001736 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001737 src:
1738 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001739 deps:
1740 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001741 - grpc++_unsecure
1742 - grpc_test_util_unsecure
1743 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001744 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001745- name: grpc_cli_libs
1746 build: private
1747 language: c++
1748 headers:
1749 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001750 - test/cpp/util/cli_credentials.h
1751 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001752 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001753 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001754 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001755 src:
1756 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001757 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001758 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001759 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001760 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001761 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001762 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001763 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001764 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001765 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001766 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001767 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001768- name: grpc_plugin_support
1769 build: protoc
1770 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001771 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001772 - src/compiler/config.h
1773 - src/compiler/cpp_generator.h
1774 - src/compiler/cpp_generator_helpers.h
1775 - src/compiler/csharp_generator.h
1776 - src/compiler/csharp_generator_helpers.h
1777 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001778 - src/compiler/node_generator.h
1779 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001780 - src/compiler/objective_c_generator.h
1781 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001782 - src/compiler/php_generator.h
1783 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301784 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001785 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301786 - src/compiler/python_generator_helpers.h
1787 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001788 - src/compiler/ruby_generator.h
1789 - src/compiler/ruby_generator_helpers-inl.h
1790 - src/compiler/ruby_generator_map-inl.h
1791 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301792 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001793 src:
1794 - src/compiler/cpp_generator.cc
1795 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001796 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001797 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001798 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001799 - src/compiler/python_generator.cc
1800 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001801 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001802 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001803 secure: false
1804 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001805 vs_props:
1806 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001807- name: http2_client_main
1808 build: private
1809 language: c++
1810 headers:
1811 - test/cpp/interop/http2_client.h
1812 src:
1813 - src/proto/grpc/testing/empty.proto
1814 - src/proto/grpc/testing/messages.proto
1815 - src/proto/grpc/testing/test.proto
1816 - test/cpp/interop/http2_client.cc
1817 deps:
1818 - grpc++_test_util
1819 - grpc_test_util
1820 - grpc++
1821 - grpc
1822 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823- name: interop_client_helper
1824 build: private
1825 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001826 headers:
1827 - test/cpp/interop/client_helper.h
1828 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001829 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001830 - test/cpp/interop/client_helper.cc
1831 deps:
1832 - grpc++_test_util
1833 - grpc_test_util
1834 - grpc++
1835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001836 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001837- name: interop_client_main
1838 build: private
1839 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001840 headers:
1841 - test/cpp/interop/interop_client.h
1842 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001843 - src/proto/grpc/testing/empty.proto
1844 - src/proto/grpc/testing/messages.proto
1845 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001846 - test/cpp/interop/client.cc
1847 - test/cpp/interop/interop_client.cc
1848 deps:
1849 - interop_client_helper
1850 - grpc++_test_util
1851 - grpc_test_util
1852 - grpc++
1853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001856 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857- name: interop_server_helper
1858 build: private
1859 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001860 headers:
1861 - test/cpp/interop/server_helper.h
1862 src:
1863 - test/cpp/interop/server_helper.cc
1864 deps:
yang-gcc591022017-01-11 11:10:43 -08001865 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001866 - grpc_test_util
1867 - grpc++
1868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001869 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001870- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001871 build: private
1872 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001873 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001874 - src/proto/grpc/testing/empty.proto
1875 - src/proto/grpc/testing/messages.proto
1876 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001877 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001878 deps:
1879 - interop_server_helper
1880 - grpc++_test_util
1881 - grpc_test_util
1882 - grpc++
1883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001886 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001887- name: interop_server_main
1888 build: private
1889 language: c++
1890 src:
1891 - test/cpp/interop/interop_server_bootstrap.cc
1892 deps:
1893 - interop_server_lib
Juanli Shena0aab7e2018-05-01 10:30:54 -07001894- name: lb_load_data_store
1895 build: private
1896 language: c++
1897 headers:
1898 - src/cpp/server/load_reporter/load_data_store.h
1899 src:
1900 - src/cpp/server/load_reporter/load_data_store.cc
1901 deps:
1902 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903- name: qps
1904 build: private
1905 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001906 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001907 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001908 - test/cpp/qps/client.h
1909 - test/cpp/qps/driver.h
1910 - test/cpp/qps/histogram.h
1911 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001912 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001913 - test/cpp/qps/qps_worker.h
1914 - test/cpp/qps/report.h
1915 - test/cpp/qps/server.h
1916 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001917 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001918 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001919 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001920 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001921 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001922 - src/proto/grpc/testing/control.proto
kpayson647a20c962018-04-18 15:19:55 -07001923 - src/proto/grpc/testing/benchmark_service.proto
1924 - src/proto/grpc/testing/report_qps_scenario_service.proto
1925 - src/proto/grpc/testing/worker_service.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001926 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001927 - test/cpp/qps/client_async.cc
1928 - test/cpp/qps/client_sync.cc
1929 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001930 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001931 - test/cpp/qps/qps_worker.cc
1932 - test/cpp/qps/report.cc
1933 - test/cpp/qps/server_async.cc
1934 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001935 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001936 deps:
1937 - grpc_test_util
1938 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001939 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001940 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001941 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942- name: grpc_csharp_ext
1943 build: all
1944 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001945 src:
1946 - src/csharp/ext/grpc_csharp_ext.c
1947 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001950 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001951 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952 dll: only
1953 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001954 vs_packages:
1955 - grpc.dependencies.openssl
1956 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001957 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001958 vs_props:
1959 - zlib
1960 - openssl
1961 - winsock
1962 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001964- name: algorithm_test
1965 build: test
1966 language: c
1967 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001968 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001969 deps:
1970 - grpc_test_util
1971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001972 - gpr_test_util
1973 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001974 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001975- name: alloc_test
1976 build: test
1977 language: c
1978 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001979 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001980 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001983 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: alpn_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001988 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001994- name: api_fuzzer
1995 build: fuzzer
1996 language: c
1997 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001998 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001999 deps:
2000 - grpc_test_util
2001 - grpc
2002 - gpr_test_util
2003 - gpr
2004 corpus_dirs:
2005 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07002006 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07002007 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07002008- name: arena_test
2009 build: test
2010 language: c
2011 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002012 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07002013 deps:
2014 - gpr_test_util
2015 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002016 uses_polling: false
Vijay Pai8f4fbb12018-02-08 10:04:08 -08002017- name: avl_test
2018 build: test
2019 language: c
2020 src:
2021 - test/core/avl/avl_test.cc
2022 deps:
2023 - gpr_test_util
2024 - gpr
2025 - grpc
2026 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07002027- name: bad_server_response_test
2028 build: test
2029 language: c
2030 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002031 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07002032 deps:
2033 - test_tcp_server
2034 - grpc_test_util
2035 - grpc
2036 - gpr_test_util
2037 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002038 exclude_iomgrs:
2039 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07002040- name: bin_decoder_test
2041 build: test
2042 language: c
2043 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002044 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07002045 deps:
2046 - grpc_test_util
2047 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002048 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002049- name: bin_encoder_test
2050 build: test
2051 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002052 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002053 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002054 deps:
2055 - grpc_test_util
2056 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002057 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08002058- name: channel_create_test
2059 build: test
2060 language: c
2061 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002062 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08002063 deps:
2064 - grpc_test_util
2065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002066 - gpr_test_util
2067 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07002068- name: check_epollexclusive
2069 build: tool
2070 language: c
2071 src:
2072 - test/build/check_epollexclusive.c
2073 deps:
2074 - grpc
2075 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08002076- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002077 build: test
2078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002079 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002080 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002081 deps:
2082 - grpc_test_util
2083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002084 - gpr_test_util
2085 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002086 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: chttp2_stream_map_test
2088 build: test
2089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002091 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002092 deps:
2093 - grpc_test_util
2094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002097 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08002098- name: chttp2_varint_test
2099 build: test
2100 language: c
2101 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002102 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08002103 deps:
2104 - grpc_test_util
2105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 - gpr_test_util
2107 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002108 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07002109- name: client_fuzzer
2110 build: fuzzer
2111 language: c
2112 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002113 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07002114 deps:
2115 - grpc_test_util
2116 - grpc
2117 - gpr_test_util
2118 - gpr
2119 corpus_dirs:
2120 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002121 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07002122 maxlen: 2048
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002123- name: cmdline_test
2124 build: test
2125 language: c
2126 src:
2127 - test/core/util/cmdline_test.cc
2128 deps:
2129 - gpr
2130 - gpr_test_util
2131 - grpc_test_util
2132 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002133- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07002134 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07002135 build: test
2136 language: c
2137 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002138 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002139 deps:
2140 - grpc_test_util
2141 - grpc
2142 - gpr_test_util
2143 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002144- name: compression_test
2145 build: test
2146 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002147 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002148 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002149 deps:
2150 - grpc_test_util
2151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002152 - gpr_test_util
2153 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002154 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08002155- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07002156 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08002157 build: test
2158 language: c
2159 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002160 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08002161 deps:
2162 - grpc_test_util
2163 - grpc
2164 - gpr_test_util
2165 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002166 exclude_iomgrs:
2167 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07002168- name: connection_refused_test
2169 cpu_cost: 0.1
2170 build: test
2171 language: c
2172 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002173 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07002174 deps:
2175 - grpc_test_util
2176 - grpc
2177 - gpr_test_util
2178 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08002179- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08002180 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08002181 build: test
2182 language: c
2183 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002184 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08002185 deps:
2186 - grpc_test_util
2187 - grpc
2188 - gpr_test_util
2189 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002190 exclude_iomgrs:
2191 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08002192- name: dns_resolver_cooldown_test
2193 build: test
2194 language: c
2195 src:
2196 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
2197 deps:
2198 - grpc_test_util
2199 - grpc
2200 - gpr_test_util
2201 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002202- name: dns_resolver_test
2203 build: test
2204 language: c
2205 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002206 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002207 deps:
2208 - grpc_test_util
2209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002210 - gpr_test_util
2211 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002212- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002213 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002214 build: test
2215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002216 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002217 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002218 deps:
2219 - grpc_test_util
2220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002223 exclude_iomgrs:
2224 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002225 platforms:
2226 - mac
2227 - linux
2228 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002229- name: endpoint_pair_test
2230 build: test
2231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002232 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002233 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002234 deps:
2235 - grpc_test_util
2236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002237 - gpr_test_util
2238 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002239 exclude_iomgrs:
2240 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002241- name: error_test
2242 cpu_cost: 30
2243 build: test
2244 language: c
2245 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002246 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08002247 deps:
2248 - grpc_test_util
2249 - grpc
2250 - gpr_test_util
2251 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002252 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002253- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002254 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002255 build: test
2256 language: c
2257 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002258 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002259 deps:
2260 - grpc_test_util
2261 - grpc
2262 - gpr_test_util
2263 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002264 exclude_iomgrs:
2265 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002266 platforms:
2267 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002268- name: fake_resolver_test
2269 build: test
2270 language: c
2271 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002272 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002273 deps:
2274 - grpc_test_util
2275 - grpc
2276 - gpr_test_util
2277 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002278- name: fake_transport_security_test
2279 build: test
2280 language: c
2281 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002282 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002283 deps:
2284 - gpr_test_util
2285 - gpr
2286 - grpc
2287 filegroups:
2288 - transport_security_test_lib
2289 platforms:
2290 - linux
2291 - posix
2292 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002293- name: fd_conservation_posix_test
2294 build: test
2295 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002296 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002297 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002298 deps:
2299 - grpc_test_util
2300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002301 - gpr_test_util
2302 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002303 exclude_iomgrs:
2304 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002305 platforms:
2306 - mac
2307 - linux
2308 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: fd_posix_test
2310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002313 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002319 exclude_iomgrs:
2320 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002321 platforms:
2322 - mac
2323 - linux
2324 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: fling_client
2326 build: test
2327 run: false
2328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002329 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002330 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002331 deps:
2332 - grpc_test_util
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: fling_server
2337 build: test
2338 run: false
2339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002341 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002342 deps:
2343 - grpc_test_util
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002347- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002348 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349 build: test
2350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002351 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002352 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002353 deps:
2354 - grpc_test_util
2355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 - gpr_test_util
2357 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002358 platforms:
2359 - mac
2360 - linux
2361 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002362- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002363 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002364 build: test
2365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002366 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002367 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002368 deps:
2369 - grpc_test_util
2370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002371 - gpr_test_util
2372 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002373 platforms:
2374 - mac
2375 - linux
2376 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002377- name: goaway_server_test
2378 cpu_cost: 0.1
2379 build: test
2380 language: c
2381 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002382 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002383 deps:
2384 - grpc_test_util
2385 - grpc
2386 - gpr_test_util
2387 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002388 exclude_iomgrs:
2389 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002390 platforms:
2391 - mac
2392 - linux
2393 - posix
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002394- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002395 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002396 build: test
2397 language: c
2398 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002399 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002400 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr_test_util
2402 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002403 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404- name: gpr_env_test
2405 build: test
2406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002407 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002408 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002409 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002410 - gpr_test_util
2411 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002412 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002413- name: gpr_host_port_test
2414 build: test
2415 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002416 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002417 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002418 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002419 - gpr_test_util
2420 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002421 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002422- name: gpr_log_test
2423 build: test
2424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002425 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002426 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002427 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002430 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002431- name: gpr_manual_constructor_test
2432 cpu_cost: 3
2433 build: test
2434 language: c
2435 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002436 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002437 deps:
2438 - gpr_test_util
2439 - gpr
2440 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002441- name: gpr_mpscq_test
2442 cpu_cost: 30
2443 build: test
2444 language: c
2445 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002446 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002447 deps:
2448 - gpr_test_util
2449 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002450 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002451- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002452 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002453 build: test
2454 language: c
2455 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002456 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002457 deps:
2458 - gpr_test_util
2459 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002460 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002461- name: gpr_string_test
2462 build: test
2463 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002464 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002465 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002466 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002467 - gpr_test_util
2468 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002469 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002471 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472 build: test
2473 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002474 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002475 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002476 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002477 - gpr_test_util
2478 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002479 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002480- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002481 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482 build: test
2483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002484 src:
Vijay Paida693552018-02-16 22:59:03 -08002485 - test/core/gprpp/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002486 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002487 - gpr_test_util
2488 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002489 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002490- name: gpr_time_test
2491 build: test
2492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002493 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002494 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002495 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002496 - gpr_test_util
2497 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002498 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002499- name: gpr_tls_test
2500 build: test
2501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002502 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002503 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002504 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002505 - gpr_test_util
2506 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002507 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002508- name: gpr_useful_test
2509 build: test
2510 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002511 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002512 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002513 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002514 - gpr_test_util
2515 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002516 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517- name: grpc_auth_context_test
2518 build: test
2519 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002520 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002521 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002522 deps:
2523 - grpc_test_util
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr_test_util
2526 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002527 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002528- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529 build: test
2530 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002531 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002532 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002533 deps:
2534 - grpc_test_util
2535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002536 - gpr_test_util
2537 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002538 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539- name: grpc_byte_buffer_reader_test
2540 build: test
2541 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002542 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002543 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002544 deps:
2545 - grpc_test_util
2546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002547 - gpr_test_util
2548 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002549 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002550- name: grpc_channel_args_test
2551 build: test
2552 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002553 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002554 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002555 deps:
2556 - grpc_test_util
2557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002558 - gpr_test_util
2559 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002560 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002561- name: grpc_channel_stack_builder_test
2562 build: test
2563 language: c
2564 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002565 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002566 deps:
2567 - grpc_test_util
2568 - grpc
2569 - gpr_test_util
2570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002571- name: grpc_channel_stack_test
2572 build: test
2573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002574 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002575 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002576 deps:
2577 - grpc_test_util
2578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002579 - gpr_test_util
2580 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002581 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582- name: grpc_completion_queue_test
2583 build: test
2584 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002585 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002586 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002587 deps:
2588 - grpc_test_util
2589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002590 - gpr_test_util
2591 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002592- name: grpc_completion_queue_threading_test
2593 build: test
2594 language: c
2595 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002596 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002597 deps:
2598 - grpc_test_util
2599 - grpc
2600 - gpr_test_util
2601 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002602 exclude_iomgrs:
2603 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002604- name: grpc_create_jwt
2605 build: tool
2606 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002607 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002608 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002609 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002611 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002612 filegroups:
2613 - cmdline
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002614 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002615 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002616- name: grpc_credentials_test
2617 build: test
2618 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002619 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002620 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002621 deps:
2622 - grpc_test_util
2623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002624 - gpr_test_util
2625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002627 build: test
2628 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002629 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002630 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002631 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002632 deps:
2633 - grpc_test_util
2634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002635 - gpr_test_util
2636 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002637- name: grpc_json_token_test
2638 build: test
2639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002640 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002641 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002642 deps:
2643 - grpc_test_util
2644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002645 - gpr_test_util
2646 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002647 platforms:
2648 - linux
2649 - posix
2650 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002651 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002652- name: grpc_jwt_verifier_test
2653 build: test
2654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002655 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002656 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002657 deps:
2658 - grpc_test_util
2659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002660 - gpr_test_util
2661 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002662 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002663- name: grpc_print_google_default_creds_token
2664 build: tool
2665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002666 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002667 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002668 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002670 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002671 filegroups:
2672 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002673 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002674- name: grpc_security_connector_test
2675 build: test
2676 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002677 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002678 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002679 deps:
2680 - grpc_test_util
2681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002682 - gpr_test_util
2683 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002684- name: grpc_ssl_credentials_test
2685 build: test
2686 language: c
2687 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002688 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002689 deps:
2690 - grpc_test_util
2691 - grpc
2692 - gpr_test_util
2693 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694- name: grpc_verify_jwt
2695 build: tool
2696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002697 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002698 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002699 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002701 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002702 filegroups:
2703 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002704 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002705- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002706 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002707 language: c
2708 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002709 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002710 deps:
2711 - grpc_test_util
2712 - grpc
2713 - gpr_test_util
2714 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002715 exclude_iomgrs:
2716 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002717 platforms:
2718 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002719 secure: true
2720- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002721 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002722 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002723 headers:
2724 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002725 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002726 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002727 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002728 deps:
2729 - grpc_test_util
2730 - grpc
2731 - gpr_test_util
2732 - gpr
2733 exclude_iomgrs:
2734 - uv
2735 platforms:
2736 - linux
2737 secure: true
2738- name: handshake_server_with_readahead_handshaker
2739 build: test
2740 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002741 headers:
2742 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002743 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002744 - test/core/handshake/readahead_handshaker_server_ssl.cc
2745 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002746 deps:
2747 - grpc_test_util
2748 - grpc
2749 - gpr_test_util
2750 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002751 exclude_iomgrs:
2752 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002753 platforms:
2754 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002755 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002756- name: histogram_test
2757 build: test
2758 language: c
2759 src:
2760 - test/core/util/histogram_test.cc
2761 deps:
2762 - grpc_test_util
2763 - gpr
2764 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002765- name: hpack_parser_fuzzer_test
2766 build: fuzzer
2767 language: c
2768 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002769 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002770 deps:
2771 - grpc_test_util
2772 - grpc
2773 - gpr_test_util
2774 - gpr
2775 corpus_dirs:
2776 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002777 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002778 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002779- name: hpack_parser_test
2780 build: test
2781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002782 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002783 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002784 deps:
2785 - grpc_test_util
2786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002787 - gpr_test_util
2788 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002789 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002790- name: hpack_table_test
2791 build: test
2792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002793 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002794 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002795 deps:
2796 - grpc_test_util
2797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002798 - gpr_test_util
2799 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002800 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002801- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002802 build: test
2803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002804 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002805 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002806 deps:
2807 - grpc_test_util
2808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002809 - gpr_test_util
2810 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002811 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002812- name: http_request_fuzzer_test
2813 build: fuzzer
2814 language: c
2815 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002816 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002817 deps:
2818 - grpc_test_util
2819 - grpc
2820 - gpr_test_util
2821 - gpr
2822 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002823 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002824 maxlen: 2048
2825- name: http_response_fuzzer_test
2826 build: fuzzer
2827 language: c
2828 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002829 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002830 deps:
2831 - grpc_test_util
2832 - grpc
2833 - gpr_test_util
2834 - gpr
2835 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002836 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002837 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002838- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002839 build: test
2840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002841 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002842 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002843 deps:
2844 - grpc_test_util
2845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002846 - gpr_test_util
2847 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002848- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002849 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002850 build: test
2851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002852 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002853 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002854 deps:
2855 - grpc_test_util
2856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002857 - gpr_test_util
2858 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002859 platforms:
2860 - mac
2861 - linux
2862 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002863- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002864 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002865 build: test
2866 language: c
2867 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002868 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002869 deps:
2870 - grpc_test_util
2871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002872 - gpr_test_util
2873 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002874 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002875 - linux
yang-gf1183302015-12-07 16:02:05 -08002876- name: init_test
2877 build: test
2878 language: c
2879 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002880 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002881 deps:
2882 - grpc_test_util
2883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002884 - gpr_test_util
2885 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002886 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002887- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002888 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002889 build: test
2890 language: c
2891 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002892 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002893 deps:
2894 - grpc_test_util
2895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002896 - gpr_test_util
2897 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002898- name: json_fuzzer_test
2899 build: fuzzer
2900 language: c
2901 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002902 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002903 deps:
2904 - grpc_test_util
2905 - grpc
2906 - gpr_test_util
2907 - gpr
2908 corpus_dirs:
2909 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002910 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002911- name: json_rewrite
2912 build: test
2913 run: false
2914 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002915 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002916 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002917 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002918 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002919 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002920 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002921 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002922 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002923- name: json_rewrite_test
2924 build: test
2925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002926 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002927 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002928 deps:
2929 - grpc_test_util
2930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002931 - gpr_test_util
2932 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002933 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002934- name: json_stream_error_test
2935 build: test
2936 language: c
2937 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002938 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002939 deps:
2940 - grpc_test_util
2941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002942 - gpr_test_util
2943 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002944 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002945- name: json_test
2946 build: test
2947 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002948 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002949 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002950 deps:
2951 - grpc_test_util
2952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002953 - gpr_test_util
2954 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002955 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002956- name: lame_client_test
2957 build: test
2958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002959 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002960 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002961 deps:
2962 - grpc_test_util
2963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002964 - gpr_test_util
2965 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002966- name: load_file_test
2967 build: test
2968 language: c
2969 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002970 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002971 deps:
2972 - grpc_test_util
2973 - grpc
2974 - gpr_test_util
2975 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002976 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002977- name: low_level_ping_pong_benchmark
2978 build: benchmark
2979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002980 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002981 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002982 deps:
2983 - grpc_test_util
2984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002985 - gpr_test_util
2986 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002987 platforms:
2988 - mac
2989 - linux
2990 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002991- name: memory_profile_client
2992 build: test
2993 run: false
2994 language: c
2995 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002996 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002997 deps:
2998 - grpc_test_util
2999 - grpc
3000 - gpr_test_util
3001 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003002 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003003- name: memory_profile_server
3004 build: test
3005 run: false
3006 language: c
3007 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003008 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003009 deps:
3010 - grpc_test_util
3011 - grpc
3012 - gpr_test_util
3013 - gpr
3014- name: memory_profile_test
3015 cpu_cost: 1.5
3016 build: test
3017 language: c
3018 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003019 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08003020 deps:
3021 - grpc_test_util
3022 - grpc
3023 - gpr_test_util
3024 - gpr
3025 platforms:
3026 - mac
3027 - linux
3028 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003029- name: message_compress_test
3030 build: test
3031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003032 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003033 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003034 deps:
3035 - grpc_test_util
3036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003037 - gpr_test_util
3038 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003039 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07003040- name: minimal_stack_is_minimal_test
3041 build: test
3042 language: c
3043 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003044 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07003045 deps:
3046 - grpc_test_util
3047 - grpc
3048 - gpr_test_util
3049 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003050 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003051- name: multiple_server_queues_test
3052 build: test
3053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003054 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003055 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003056 deps:
3057 - grpc_test_util
3058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003059 - gpr_test_util
3060 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003061- name: murmur_hash_test
3062 build: test
3063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003064 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08003065 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003066 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08003067 - gpr_test_util
3068 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003069 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003070- name: nanopb_fuzzer_response_test
3071 build: fuzzer
3072 language: c
3073 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003074 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003075 deps:
3076 - grpc_test_util
3077 - grpc
3078 - gpr_test_util
3079 - gpr
3080 corpus_dirs:
3081 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07003082 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003083- name: nanopb_fuzzer_serverlist_test
3084 build: fuzzer
3085 language: c
3086 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003087 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003088 deps:
3089 - grpc_test_util
3090 - grpc
3091 - gpr_test_util
3092 - gpr
3093 corpus_dirs:
3094 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07003095 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003096- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003097 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003098 build: test
3099 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003100 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003101 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003102 deps:
3103 - grpc_test_util
3104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003105 - gpr_test_util
3106 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07003107- name: num_external_connectivity_watchers_test
3108 build: test
3109 language: c
3110 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003111 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07003112 deps:
3113 - grpc_test_util
3114 - grpc
3115 - gpr_test_util
3116 - gpr
3117 exclude_iomgrs:
3118 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003119- name: parse_address_test
3120 build: test
3121 language: c
3122 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003123 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08003124 deps:
3125 - grpc_test_util
3126 - grpc
3127 - gpr_test_util
3128 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003129 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07003130- name: percent_decode_fuzzer
3131 build: fuzzer
3132 language: c
3133 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003134 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003135 deps:
3136 - grpc_test_util
3137 - grpc
3138 - gpr_test_util
3139 - gpr
3140 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003141 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003142 maxlen: 32
3143- name: percent_encode_fuzzer
3144 build: fuzzer
3145 language: c
3146 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003147 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07003148 deps:
3149 - grpc_test_util
3150 - grpc
3151 - gpr_test_util
3152 - gpr
3153 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07003154 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07003155 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07003156- name: percent_encoding_test
3157 build: test
3158 language: c
3159 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003160 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07003161 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003162 - grpc_test_util
3163 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07003164 - gpr_test_util
3165 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003166 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003167- name: pollset_set_test
3168 build: test
3169 language: c
3170 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003171 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003172 deps:
3173 - grpc_test_util
3174 - grpc
3175 - gpr_test_util
3176 - gpr
3177 exclude_iomgrs:
3178 - uv
3179 platforms:
3180 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003181- name: resolve_address_posix_test
3182 build: test
3183 language: c
3184 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003185 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003186 deps:
3187 - grpc_test_util
3188 - grpc
3189 - gpr_test_util
3190 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08003191 exclude_iomgrs:
3192 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003193 platforms:
3194 - mac
3195 - linux
3196 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003197- name: resolve_address_test
3198 build: test
3199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003200 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003201 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003202 deps:
3203 - grpc_test_util
3204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003205 - gpr_test_util
3206 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003207- name: resource_quota_test
3208 cpu_cost: 30
3209 build: test
3210 language: c
3211 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003212 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07003213 deps:
3214 - grpc_test_util
3215 - grpc
3216 - gpr_test_util
3217 - gpr
yang-gd482e592015-12-10 14:04:00 -08003218- name: secure_channel_create_test
3219 build: test
3220 language: c
3221 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003222 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08003223 deps:
3224 - grpc_test_util
3225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003226 - gpr_test_util
3227 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003228- name: secure_endpoint_test
3229 build: test
3230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003231 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003232 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003233 deps:
3234 - grpc_test_util
3235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003236 - gpr_test_util
3237 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003238 exclude_iomgrs:
3239 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003240- name: sequential_connectivity_test
3241 build: test
3242 language: c
3243 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003244 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003245 deps:
3246 - grpc_test_util
3247 - grpc
3248 - gpr_test_util
3249 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003250 exclude_iomgrs:
3251 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003252- name: server_chttp2_test
3253 build: test
3254 language: c
3255 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003256 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003257 deps:
3258 - grpc_test_util
3259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003260 - gpr_test_util
3261 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003262- name: server_fuzzer
3263 build: fuzzer
3264 language: c
3265 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003266 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003267 deps:
3268 - grpc_test_util
3269 - grpc
3270 - gpr_test_util
3271 - gpr
3272 corpus_dirs:
3273 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003274 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003275 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003276- name: server_test
3277 build: test
3278 language: c
3279 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003280 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003281 deps:
3282 - grpc_test_util
3283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003284 - gpr_test_util
3285 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003286- name: slice_buffer_test
3287 build: test
3288 language: c
3289 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003290 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003291 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003292 - grpc_test_util
3293 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003294 - gpr_test_util
3295 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003296 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003297- name: slice_string_helpers_test
3298 build: test
3299 language: c
3300 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003301 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003302 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003303 - grpc_test_util
3304 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003305 - gpr_test_util
3306 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003307 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003308- name: slice_test
3309 build: test
3310 language: c
3311 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003312 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003313 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003314 - grpc_test_util
3315 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003316 - gpr_test_util
3317 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003318 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003319- name: sockaddr_resolver_test
3320 build: test
3321 language: c
3322 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003323 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003324 deps:
3325 - grpc_test_util
3326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003327 - gpr_test_util
3328 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003329- name: sockaddr_utils_test
3330 build: test
3331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003332 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003333 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003334 deps:
3335 - grpc_test_util
3336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003337 - gpr_test_util
3338 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003339- name: socket_utils_test
3340 build: test
3341 language: c
3342 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003343 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003344 deps:
3345 - grpc_test_util
3346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003347 - gpr_test_util
3348 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003349 exclude_iomgrs:
3350 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003351 platforms:
3352 - mac
3353 - linux
3354 - posix
yang-g31e21282016-11-04 15:10:03 -07003355- name: ssl_server_fuzzer
3356 build: fuzzer
3357 language: c
3358 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003359 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003360 deps:
3361 - grpc_test_util
3362 - grpc
3363 - gpr_test_util
3364 - gpr
3365 corpus_dirs:
3366 - test/core/security/corpus/ssl_server_corpus
3367 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003368- name: ssl_transport_security_test
3369 build: test
3370 language: c
3371 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003372 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003373 deps:
3374 - gpr_test_util
3375 - gpr
3376 - grpc
3377 filegroups:
3378 - transport_security_test_lib
3379 platforms:
3380 - linux
3381 - posix
3382 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003383- name: status_conversion_test
3384 build: test
3385 language: c
3386 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003387 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003388 deps:
3389 - grpc_test_util
3390 - grpc
3391 - gpr_test_util
3392 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003393 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003394- name: stream_compression_test
3395 build: test
3396 language: c
3397 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003398 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003399 deps:
3400 - grpc_test_util
3401 - grpc
3402 - gpr_test_util
3403 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003404 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003405- name: stream_owned_slice_test
3406 build: test
3407 language: c
3408 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003409 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003410 deps:
3411 - grpc_test_util
3412 - grpc
3413 - gpr_test_util
3414 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003415 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003416- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003417 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003418 build: test
3419 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003420 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003421 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003422 deps:
3423 - grpc_test_util
3424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003425 - gpr_test_util
3426 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003427 exclude_iomgrs:
3428 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003429 platforms:
3430 - mac
3431 - linux
3432 - posix
murgatroid991191b722017-02-08 11:56:52 -08003433- name: tcp_client_uv_test
3434 cpu_cost: 0.5
3435 build: test
3436 language: c
3437 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003438 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003439 deps:
3440 - grpc_test_util
3441 - grpc
3442 - gpr_test_util
3443 - gpr
3444 exclude_iomgrs:
3445 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003446- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003447 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003448 build: test
3449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003450 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003451 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003452 deps:
3453 - grpc_test_util
3454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003455 - gpr_test_util
3456 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003457 exclude_iomgrs:
3458 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003459 platforms:
3460 - mac
3461 - linux
3462 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003463- name: tcp_server_posix_test
3464 build: test
3465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003466 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003467 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003468 deps:
3469 - grpc_test_util
3470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003471 - gpr_test_util
3472 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003473 exclude_iomgrs:
3474 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003475 platforms:
3476 - mac
3477 - linux
3478 - posix
murgatroid991191b722017-02-08 11:56:52 -08003479- name: tcp_server_uv_test
3480 build: test
3481 language: c
3482 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003483 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003484 deps:
3485 - grpc_test_util
3486 - grpc
3487 - gpr_test_util
3488 - gpr
3489 exclude_iomgrs:
3490 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003491- name: time_averaged_stats_test
3492 build: test
3493 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003494 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003495 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003496 deps:
3497 - grpc_test_util
3498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003499 - gpr_test_util
3500 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003501 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003502- name: timeout_encoding_test
3503 build: test
3504 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003505 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003506 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003507 deps:
3508 - grpc_test_util
3509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003510 - gpr_test_util
3511 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003512 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003513- name: timer_heap_test
3514 build: test
3515 language: c
3516 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003517 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003518 deps:
3519 - grpc_test_util
3520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003521 - gpr_test_util
3522 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003523 exclude_iomgrs:
3524 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003525 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003526- name: timer_list_test
3527 build: test
3528 language: c
3529 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003530 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003531 deps:
3532 - grpc_test_util
3533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003534 - gpr_test_util
3535 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003536 exclude_iomgrs:
3537 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003538 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003539- name: transport_connectivity_state_test
3540 build: test
3541 language: c
3542 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003543 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003544 deps:
3545 - grpc_test_util
3546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003547 - gpr_test_util
3548 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003549- name: transport_metadata_test
3550 build: test
3551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003552 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003553 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003554 deps:
3555 - grpc_test_util
3556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003557 - gpr_test_util
3558 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003559- name: transport_security_test
3560 build: test
3561 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003562 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003563 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003564 deps:
3565 - grpc_test_util
3566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003567 - gpr_test_util
3568 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003569 platforms:
3570 - linux
3571 - posix
3572 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003573- name: udp_server_test
3574 build: test
3575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003576 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003577 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003578 deps:
3579 - grpc_test_util
3580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003581 - gpr_test_util
3582 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003583 exclude_iomgrs:
3584 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003585 platforms:
3586 - mac
3587 - linux
3588 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003589- name: uri_fuzzer_test
3590 build: fuzzer
3591 language: c
3592 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003593 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003594 deps:
3595 - grpc_test_util
3596 - grpc
3597 - gpr_test_util
3598 - gpr
3599 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003600 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003601 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003602- name: uri_parser_test
3603 build: test
3604 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003605 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003606 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003607 deps:
3608 - grpc_test_util
3609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003610 - gpr_test_util
3611 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003612- name: wakeup_fd_cv_test
3613 build: test
3614 language: c
3615 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003616 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003617 deps:
3618 - grpc_test_util
3619 - grpc
3620 - gpr_test_util
3621 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003622 exclude_iomgrs:
3623 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003624 platforms:
3625 - mac
3626 - linux
3627 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003628- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003629 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003630 build: test
3631 language: c++
3632 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003633 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003634 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003635 - grpc++_test_util_unsecure
3636 - grpc_test_util_unsecure
3637 - grpc++_unsecure
3638 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003639 - gpr_test_util
3640 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08003641- name: alts_counter_test
3642 build: test
3643 language: c++
3644 src:
3645 - test/core/tsi/alts/frame_protector/alts_counter_test.cc
3646 deps:
3647 - alts_test_util
3648 - gpr
3649 - grpc
3650- name: alts_crypt_test
3651 build: test
3652 language: c++
3653 src:
3654 - test/core/tsi/alts/crypt/aes_gcm_test.cc
3655 deps:
3656 - alts_test_util
3657 - gpr_test_util
3658 - gpr
3659 - grpc
3660- name: alts_crypter_test
3661 build: test
3662 language: c++
3663 src:
3664 - test/core/tsi/alts/frame_protector/alts_crypter_test.cc
3665 deps:
3666 - alts_test_util
3667 - gpr
3668 - grpc
3669- name: alts_frame_handler_test
3670 build: test
3671 language: c++
3672 src:
3673 - test/core/tsi/alts/frame_protector/frame_handler_test.cc
3674 deps:
3675 - alts_test_util
3676 - gpr
3677 - grpc
3678- name: alts_frame_protector_test
3679 build: test
3680 language: c++
3681 src:
3682 - test/core/tsi/alts/frame_protector/alts_frame_protector_test.cc
3683 deps:
3684 - alts_test_util
3685 - gpr
3686 - grpc
3687 filegroups:
3688 - transport_security_test_lib
3689- name: alts_grpc_record_protocol_test
3690 build: test
3691 language: c++
3692 src:
3693 - test/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_test.cc
3694 deps:
3695 - alts_test_util
3696 - gpr
3697 - grpc
3698- name: alts_handshaker_client_test
3699 build: test
3700 language: c++
3701 src:
3702 - test/core/tsi/alts/handshaker/alts_handshaker_client_test.cc
3703 deps:
3704 - alts_test_util
3705 - gpr
3706 - grpc
3707- name: alts_handshaker_service_api_test
3708 build: test
3709 language: c++
3710 src:
3711 - test/core/tsi/alts/handshaker/alts_handshaker_service_api_test.cc
3712 deps:
3713 - alts_test_util
3714 - gpr
3715 - grpc
3716- name: alts_iovec_record_protocol_test
3717 build: test
3718 language: c++
3719 src:
3720 - test/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol_test.cc
3721 deps:
3722 - alts_test_util
3723 - gpr
3724 - grpc
3725- name: alts_security_connector_test
3726 build: test
3727 language: c++
3728 src:
3729 - test/core/security/alts_security_connector_test.cc
3730 deps:
3731 - gpr
3732 - grpc
3733- name: alts_tsi_handshaker_test
3734 build: test
3735 language: c++
3736 src:
3737 - test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
3738 deps:
3739 - alts_test_util
3740 - gpr
3741 - grpc
3742- name: alts_tsi_utils_test
3743 build: test
3744 language: c++
3745 src:
3746 - test/core/tsi/alts/handshaker/alts_tsi_utils_test.cc
3747 deps:
3748 - alts_test_util
3749 - gpr
3750 - grpc
3751- name: alts_zero_copy_grpc_protector_test
3752 build: test
3753 language: c++
3754 src:
3755 - test/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector_test.cc
3756 deps:
3757 - alts_test_util
3758 - gpr
3759 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003760- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003761 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003762 build: test
3763 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003764 src:
3765 - test/cpp/end2end/async_end2end_test.cc
3766 deps:
3767 - grpc++_test_util
3768 - grpc_test_util
3769 - grpc++
3770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003771 - gpr_test_util
3772 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003773- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003774 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003775 build: test
3776 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003777 src:
3778 - test/cpp/common/auth_property_iterator_test.cc
3779 deps:
3780 - grpc++_test_util
3781 - grpc_test_util
3782 - grpc++
3783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003784 - gpr_test_util
3785 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003786 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003787- name: backoff_test
3788 build: test
3789 language: c++
3790 src:
3791 - test/core/backoff/backoff_test.cc
3792 deps:
3793 - grpc_test_util
3794 - grpc
3795 - gpr_test_util
3796 - gpr
3797 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003798- name: bdp_estimator_test
3799 build: test
3800 language: c++
3801 src:
3802 - test/core/transport/bdp_estimator_test.cc
3803 deps:
3804 - grpc++_test_util
3805 - grpc++
3806 - grpc_test_util
3807 - grpc
3808 - gpr_test_util
3809 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003810 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003811- name: bm_arena
3812 build: test
3813 language: c++
3814 src:
3815 - test/cpp/microbenchmarks/bm_arena.cc
3816 deps:
3817 - grpc_benchmark
3818 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003819 - grpc++_test_util_unsecure
3820 - grpc_test_util_unsecure
3821 - grpc++_unsecure
3822 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003823 - gpr_test_util
3824 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003825 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003826 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003827 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003828 platforms:
3829 - mac
3830 - linux
3831 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003832 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003833- name: bm_call_create
3834 build: test
3835 language: c++
3836 src:
3837 - test/cpp/microbenchmarks/bm_call_create.cc
3838 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003839 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003840 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003841 - grpc++_test_util_unsecure
3842 - grpc_test_util_unsecure
3843 - grpc++_unsecure
3844 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003845 - gpr_test_util
3846 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003847 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003848 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003849 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003850 platforms:
3851 - mac
3852 - linux
3853 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003854 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003855- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003856 build: test
3857 language: c++
3858 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003859 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003860 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003861 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003862 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003863 - grpc++_test_util_unsecure
3864 - grpc_test_util_unsecure
3865 - grpc++_unsecure
3866 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003867 - gpr_test_util
3868 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003869 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003870 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003871 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003872 platforms:
3873 - mac
3874 - linux
3875 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003876 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003877- name: bm_chttp2_transport
3878 build: test
3879 language: c++
3880 src:
3881 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3882 deps:
3883 - grpc_benchmark
3884 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003885 - grpc++_test_util_unsecure
3886 - grpc_test_util_unsecure
3887 - grpc++_unsecure
3888 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003889 - gpr_test_util
3890 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003891 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003892 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003893 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003894 platforms:
3895 - mac
3896 - linux
3897 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003898- name: bm_closure
3899 build: test
3900 language: c++
3901 src:
3902 - test/cpp/microbenchmarks/bm_closure.cc
3903 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003904 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003905 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003906 - grpc++_test_util_unsecure
3907 - grpc_test_util_unsecure
3908 - grpc++_unsecure
3909 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003910 - gpr_test_util
3911 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003912 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003913 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003914 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003915 platforms:
3916 - mac
3917 - linux
3918 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003919- name: bm_cq
3920 build: test
3921 language: c++
3922 src:
3923 - test/cpp/microbenchmarks/bm_cq.cc
3924 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003925 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003926 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003927 - grpc++_test_util_unsecure
3928 - grpc_test_util_unsecure
3929 - grpc++_unsecure
3930 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003931 - gpr_test_util
3932 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003933 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003934 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003935 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003936 platforms:
3937 - mac
3938 - linux
3939 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003940- name: bm_cq_multiple_threads
3941 build: test
3942 language: c++
3943 src:
3944 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3945 deps:
3946 - grpc_benchmark
3947 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003948 - grpc++_test_util_unsecure
3949 - grpc_test_util_unsecure
3950 - grpc++_unsecure
3951 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003952 - gpr_test_util
3953 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003954 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003955 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003956 defaults: benchmark
3957 platforms:
3958 - mac
3959 - linux
3960 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003961- name: bm_error
3962 build: test
3963 language: c++
3964 src:
3965 - test/cpp/microbenchmarks/bm_error.cc
3966 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003967 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003968 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003969 - grpc++_test_util_unsecure
3970 - grpc_test_util_unsecure
3971 - grpc++_unsecure
3972 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003973 - gpr_test_util
3974 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003975 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003976 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003977 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003978 platforms:
3979 - mac
3980 - linux
3981 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003982 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003983- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003984 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003985 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003986 headers:
3987 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003988 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003989 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003990 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003991 - grpc_benchmark
3992 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003993 - grpc++_test_util_unsecure
3994 - grpc_test_util_unsecure
3995 - grpc++_unsecure
3996 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003997 - gpr_test_util
3998 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07003999 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004000 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004001 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08004002 excluded_poll_engines:
4003 - poll
4004 - poll-cv
4005 platforms:
4006 - mac
4007 - linux
4008 - posix
4009 timeout_seconds: 1200
4010- name: bm_fullstack_streaming_pump
4011 build: test
4012 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004013 headers:
4014 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08004015 src:
4016 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07004017 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004018 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08004019 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004020 - grpc++_test_util_unsecure
4021 - grpc_test_util_unsecure
4022 - grpc++_unsecure
4023 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07004024 - gpr_test_util
4025 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004026 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004027 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004028 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08004029 excluded_poll_engines:
4030 - poll
4031 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004032 platforms:
4033 - mac
4034 - linux
4035 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08004036 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08004037- name: bm_fullstack_trickle
4038 build: test
4039 language: c++
4040 src:
4041 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
4042 deps:
4043 - grpc_benchmark
4044 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004045 - grpc++_test_util_unsecure
4046 - grpc_test_util_unsecure
4047 - grpc++_unsecure
4048 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08004049 - gpr_test_util
4050 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07004051 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004052 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004053 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07004054 exclude_configs:
4055 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08004056 excluded_poll_engines:
4057 - poll
4058 - poll-cv
4059 platforms:
4060 - mac
4061 - linux
4062 - posix
4063 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08004064- name: bm_fullstack_unary_ping_pong
4065 build: test
4066 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07004067 headers:
4068 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08004069 src:
4070 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
4071 deps:
4072 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08004073 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004074 - grpc++_test_util_unsecure
4075 - grpc_test_util_unsecure
4076 - grpc++_unsecure
4077 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08004078 - gpr_test_util
4079 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004080 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004081 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08004082 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004083 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07004084 - poll
4085 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004086 platforms:
4087 - mac
4088 - linux
4089 - posix
4090 timeout_seconds: 1200
4091- name: bm_metadata
4092 build: test
4093 language: c++
4094 src:
4095 - test/cpp/microbenchmarks/bm_metadata.cc
4096 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08004097 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004098 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004099 - grpc++_test_util_unsecure
4100 - grpc_test_util_unsecure
4101 - grpc++_unsecure
4102 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08004103 - gpr_test_util
4104 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004105 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004106 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004107 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07004108 platforms:
4109 - mac
Craig Tiller25834342015-09-25 08:08:24 -07004110 - linux
4111 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004112 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08004113- name: bm_pollset
4114 build: test
4115 language: c++
4116 src:
4117 - test/cpp/microbenchmarks/bm_pollset.cc
4118 deps:
4119 - grpc_benchmark
4120 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004121 - grpc++_test_util_unsecure
4122 - grpc_test_util_unsecure
4123 - grpc++_unsecure
4124 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08004125 - gpr_test_util
4126 - gpr
ncteisen40ec89f2018-04-25 12:00:28 -07004127 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07004128 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02004129 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08004130 platforms:
4131 - mac
4132 - linux
4133 - posix
Mark D. Roth3d8b32d2018-03-09 13:25:40 -08004134- name: byte_stream_test
4135 gtest: true
4136 build: test
4137 language: c++
4138 src:
4139 - test/core/transport/byte_stream_test.cc
4140 deps:
4141 - grpc_test_util
4142 - grpc
4143 - gpr_test_util
4144 - gpr
4145 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004146- name: channel_arguments_test
4147 gtest: true
4148 build: test
4149 language: c++
4150 src:
4151 - test/cpp/common/channel_arguments_test.cc
4152 deps:
4153 - grpc++
4154 - grpc
4155 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004156 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004157- name: channel_filter_test
4158 gtest: true
4159 build: test
4160 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004161 src:
4162 - test/cpp/common/channel_filter_test.cc
4163 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004164 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07004165 - grpc
4166 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004167 uses_polling: false
ncteisen3b42f832018-03-19 13:22:35 -07004168- name: channel_trace_test
4169 gtest: true
4170 build: test
4171 language: c++
4172 src:
4173 - test/core/channel/channel_trace_test.cc
4174 deps:
4175 - grpc_test_util
4176 - grpc++_test_util
4177 - grpc++
4178 - grpc
4179 - gpr_test_util
4180 - gpr
4181 filegroups:
4182 - grpc++_channelz_proto
4183 uses:
4184 - grpc++_test
4185 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004186- name: check_gcp_environment_linux_test
4187 build: test
4188 language: c++
4189 src:
4190 - test/core/security/check_gcp_environment_linux_test.cc
4191 deps:
4192 - grpc
4193 - gpr
4194- name: check_gcp_environment_windows_test
4195 build: test
4196 language: c++
4197 src:
4198 - test/core/security/check_gcp_environment_windows_test.cc
4199 deps:
4200 - grpc
4201 - gpr
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08004202- name: chttp2_settings_timeout_test
4203 gtest: true
4204 build: test
4205 language: c++
4206 src:
4207 - test/core/transport/chttp2/settings_timeout_test.cc
4208 deps:
4209 - grpc_test_util
4210 - grpc
4211 - gpr_test_util
4212 - gpr
4213 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004214- name: cli_call_test
4215 gtest: true
4216 build: test
4217 language: c++
4218 src:
Craig Tiller25834342015-09-25 08:08:24 -07004219 - test/cpp/util/cli_call_test.cc
4220 deps:
4221 - grpc_cli_libs
4222 - grpc++_test_util
4223 - grpc_test_util
4224 - grpc++
4225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004226 - gpr_test_util
4227 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08004228- name: client_channel_stress_test
4229 gtest: false
4230 build: test
4231 language: c++
4232 src:
4233 - src/proto/grpc/lb/v1/load_balancer.proto
4234 - test/cpp/client/client_channel_stress_test.cc
4235 deps:
4236 - grpc++_test_util
4237 - grpc_test_util
4238 - grpc++
4239 - grpc
4240 - gpr_test_util
4241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004242- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004243 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004244 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004245 build: test
4246 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004247 src:
4248 - test/cpp/end2end/client_crash_test.cc
4249 deps:
4250 - grpc++_test_util
4251 - grpc_test_util
4252 - grpc++
4253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004254 - gpr_test_util
4255 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004256 platforms:
4257 - mac
4258 - linux
4259 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004260- name: client_crash_test_server
4261 build: test
4262 run: false
4263 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004264 src:
4265 - test/cpp/end2end/client_crash_test_server.cc
4266 deps:
4267 - grpc++_test_util
4268 - grpc_test_util
4269 - grpc++
4270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004271 - gpr_test_util
4272 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004273- name: client_lb_end2end_test
4274 gtest: true
4275 build: test
4276 language: c++
4277 src:
4278 - test/cpp/end2end/client_lb_end2end_test.cc
4279 deps:
4280 - grpc++_test_util
4281 - grpc_test_util
4282 - grpc++
4283 - grpc
4284 - gpr_test_util
4285 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004286- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08004287 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004288 build: test
4289 language: c++
4290 src:
4291 - src/proto/grpc/testing/control.proto
4292 - src/proto/grpc/testing/messages.proto
4293 - src/proto/grpc/testing/payloads.proto
kpayson647a20c962018-04-18 15:19:55 -07004294 - src/proto/grpc/testing/benchmark_service.proto
4295 - src/proto/grpc/testing/report_qps_scenario_service.proto
4296 - src/proto/grpc/testing/worker_service.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08004297 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004298 - test/cpp/codegen/codegen_test_full.cc
4299 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004300 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004301 - grpc++
4302 - grpc
4303 - gpr
4304 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004305 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07004306 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004307- name: codegen_test_minimal
4308 gtest: true
4309 build: test
4310 language: c++
4311 src:
4312 - src/proto/grpc/testing/control.proto
4313 - src/proto/grpc/testing/messages.proto
4314 - src/proto/grpc/testing/payloads.proto
kpayson647a20c962018-04-18 15:19:55 -07004315 - src/proto/grpc/testing/benchmark_service.proto
4316 - src/proto/grpc/testing/report_qps_scenario_service.proto
4317 - src/proto/grpc/testing/worker_service.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07004318 - src/proto/grpc/testing/stats.proto
4319 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07004320 deps:
Craig Tiller28972352017-08-31 15:52:57 -07004321 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07004322 - grpc
4323 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07004324 filegroups:
yang-g17487f92016-06-03 15:21:15 -07004325 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07004326 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07004327 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004328- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004329 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004330 build: test
4331 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004332 src:
4333 - test/cpp/client/credentials_test.cc
4334 deps:
4335 - grpc++
4336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004337 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004338- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004339 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004340 build: test
4341 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004342 src:
4343 - test/cpp/util/byte_buffer_test.cc
4344 deps:
4345 - grpc_test_util
4346 - grpc++
4347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004348 - gpr_test_util
4349 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004350 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004351- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004352 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004353 build: test
4354 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004355 src:
4356 - test/cpp/util/slice_test.cc
4357 deps:
4358 - grpc_test_util
4359 - grpc++
4360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004361 - gpr_test_util
4362 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004363 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004364- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004365 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004366 build: test
4367 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004368 src:
4369 - test/cpp/util/string_ref_test.cc
4370 deps:
4371 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02004372 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07004373 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004374- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004375 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004376 build: test
4377 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004378 src:
4379 - test/cpp/util/time_test.cc
4380 deps:
4381 - grpc_test_util
4382 - grpc++
4383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004384 - gpr_test_util
4385 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004386 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004387- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004388 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004389 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004390 build: test
4391 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004392 src:
4393 - test/cpp/end2end/end2end_test.cc
4394 deps:
4395 - grpc++_test_util
4396 - grpc_test_util
4397 - grpc++
4398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004399 - gpr_test_util
4400 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004401- name: error_details_test
4402 gtest: true
4403 build: test
4404 language: c++
4405 src:
4406 - src/proto/grpc/testing/echo_messages.proto
4407 - test/cpp/util/error_details_test.cc
4408 deps:
4409 - grpc++_error_details
4410 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004411- name: exception_test
4412 gtest: true
4413 build: test
4414 language: c++
4415 src:
4416 - test/cpp/end2end/exception_test.cc
4417 deps:
4418 - grpc++_test_util
4419 - grpc_test_util
4420 - grpc++
4421 - grpc
4422 - gpr_test_util
4423 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004424- name: filter_end2end_test
4425 gtest: true
4426 build: test
4427 language: c++
4428 src:
4429 - test/cpp/end2end/filter_end2end_test.cc
4430 deps:
4431 - grpc++_test_util
4432 - grpc_test_util
4433 - grpc++
4434 - grpc
4435 - gpr_test_util
4436 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004437- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004438 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004439 build: test
4440 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004441 src:
4442 - test/cpp/end2end/generic_end2end_test.cc
4443 deps:
4444 - grpc++_test_util
4445 - grpc_test_util
4446 - grpc++
4447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004448 - gpr_test_util
4449 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004450- name: golden_file_test
4451 gtest: true
4452 build: test
4453 language: c++
4454 src:
4455 - src/proto/grpc/testing/compiler_test.proto
4456 - test/cpp/codegen/golden_file_test.cc
4457 deps:
4458 - grpc++
4459 - grpc
4460 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004461 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004462 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004463 uses_polling: false
Yihua Zhang04fb58e2018-03-08 06:49:24 -08004464- name: grpc_alts_credentials_options_test
4465 build: test
4466 language: c++
4467 src:
4468 - test/core/security/grpc_alts_credentials_options_test.cc
4469 deps:
4470 - grpc
4471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004472- name: grpc_cli
4473 build: test
4474 run: false
4475 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004476 src:
4477 - test/cpp/util/grpc_cli.cc
4478 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004479 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004480 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004481 - grpc++
4482 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004483 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004484 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004485- name: grpc_cpp_plugin
4486 build: protoc
4487 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004488 src:
4489 - src/compiler/cpp_plugin.cc
4490 deps:
4491 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004492 secure: false
4493 vs_config_type: Application
4494 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4495- name: grpc_csharp_plugin
4496 build: protoc
4497 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004498 src:
4499 - src/compiler/csharp_plugin.cc
4500 deps:
4501 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004502 secure: false
4503 vs_config_type: Application
4504 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004505- name: grpc_node_plugin
4506 build: protoc
4507 language: c++
4508 src:
4509 - src/compiler/node_plugin.cc
4510 deps:
4511 - grpc_plugin_support
4512 secure: false
4513 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004514- name: grpc_objective_c_plugin
4515 build: protoc
4516 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004517 src:
4518 - src/compiler/objective_c_plugin.cc
4519 deps:
4520 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004521 secure: false
4522 vs_config_type: Application
4523 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004524- name: grpc_php_plugin
4525 build: protoc
4526 language: c++
4527 src:
4528 - src/compiler/php_plugin.cc
4529 deps:
4530 - grpc_plugin_support
4531 secure: false
4532 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004533- name: grpc_python_plugin
4534 build: protoc
4535 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004536 src:
4537 - src/compiler/python_plugin.cc
4538 deps:
4539 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004540 secure: false
4541 vs_config_type: Application
4542 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4543- name: grpc_ruby_plugin
4544 build: protoc
4545 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004546 src:
4547 - src/compiler/ruby_plugin.cc
4548 deps:
4549 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004550 secure: false
4551 vs_config_type: Application
4552 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004553- name: grpc_tool_test
4554 gtest: true
4555 build: test
4556 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004557 src:
4558 - src/proto/grpc/testing/echo.proto
4559 - src/proto/grpc/testing/echo_messages.proto
4560 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004561 deps:
4562 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004563 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004564 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004565 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004566 - grpc_test_util
4567 - grpc++
4568 - grpc
4569 - gpr_test_util
4570 - gpr
4571 filegroups:
4572 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004573- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004574 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004575 build: test
4576 language: c++
4577 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004578 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004579 - test/cpp/grpclb/grpclb_api_test.cc
4580 deps:
4581 - grpc++_test_util
4582 - grpc_test_util
4583 - grpc++
4584 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004585- name: grpclb_end2end_test
4586 gtest: true
4587 build: test
4588 language: c++
4589 src:
4590 - src/proto/grpc/lb/v1/load_balancer.proto
4591 - test/cpp/end2end/grpclb_end2end_test.cc
4592 deps:
4593 - grpc++_test_util
4594 - grpc_test_util
4595 - grpc++
4596 - grpc
4597 - gpr_test_util
4598 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004599- name: h2_ssl_cert_test
4600 gtest: true
4601 build: test
4602 language: c++
4603 headers:
4604 - test/core/end2end/end2end_tests.h
4605 src:
4606 - test/core/end2end/h2_ssl_cert_test.cc
4607 deps:
4608 - grpc_test_util
4609 - grpc++
4610 - grpc
4611 - gpr_test_util
4612 - gpr
4613 uses:
4614 - grpc++_test
Ruslan Nigmatullin7ae37332018-02-21 16:44:35 -08004615- name: h2_ssl_session_reuse_test
4616 gtest: true
4617 build: test
4618 language: c++
4619 headers:
4620 - test/core/end2end/end2end_tests.h
4621 src:
4622 - test/core/end2end/h2_ssl_session_reuse_test.cc
4623 deps:
4624 - grpc_test_util
4625 - grpc++
4626 - grpc
4627 - gpr_test_util
4628 - gpr
4629 uses:
4630 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004631- name: health_service_end2end_test
4632 gtest: true
4633 build: test
4634 language: c++
4635 src:
4636 - test/cpp/end2end/health_service_end2end_test.cc
4637 deps:
4638 - grpc++_test_util
4639 - grpc_test_util
4640 - grpc++
4641 - grpc
4642 - gpr_test_util
4643 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004644- name: http2_client
4645 build: test
4646 run: false
4647 language: c++
4648 src: []
4649 deps:
4650 - http2_client_main
4651 - grpc++_test_util
4652 - grpc_test_util
4653 - grpc++
4654 - grpc
4655 - grpc++_test_config
4656 platforms:
4657 - mac
4658 - linux
4659 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004660- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004661 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004662 build: test
4663 language: c++
4664 src:
4665 - test/cpp/end2end/hybrid_end2end_test.cc
4666 deps:
4667 - grpc++_test_util
4668 - grpc_test_util
4669 - grpc++
4670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004671 - gpr_test_util
4672 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004673- name: inlined_vector_test
4674 gtest: true
4675 build: test
4676 language: c++
4677 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004678 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004679 deps:
4680 - grpc_test_util
4681 - grpc++
4682 - grpc
4683 - gpr_test_util
4684 - gpr
4685 uses:
4686 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004687- name: inproc_sync_unary_ping_pong_test
4688 build: test
4689 language: c++
4690 src:
4691 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4692 deps:
4693 - qps
4694 - grpc++_core_stats
4695 - grpc++_test_util
4696 - grpc_test_util
4697 - grpc++
4698 - grpc
4699 - gpr_test_util
4700 - gpr
4701 - grpc++_test_config
4702 platforms:
4703 - mac
4704 - linux
4705 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004706- name: interop_client
4707 build: test
4708 run: false
4709 language: c++
4710 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004711 deps:
4712 - interop_client_main
4713 - interop_client_helper
4714 - grpc++_test_util
4715 - grpc_test_util
4716 - grpc++
4717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004718 - gpr_test_util
4719 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004720 - grpc++_test_config
4721 platforms:
4722 - mac
4723 - linux
4724 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004725- name: interop_server
4726 build: test
4727 run: false
4728 language: c++
4729 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004730 deps:
4731 - interop_server_main
4732 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004733 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004734 - grpc++_test_util
4735 - grpc_test_util
4736 - grpc++
4737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004738 - gpr_test_util
4739 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004740 - grpc++_test_config
4741 platforms:
4742 - mac
4743 - linux
4744 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004745- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004746 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004747 build: test
4748 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004749 src:
4750 - test/cpp/interop/interop_test.cc
4751 deps:
4752 - grpc_test_util
4753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004754 - gpr_test_util
4755 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004756 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004757 platforms:
4758 - mac
4759 - linux
4760 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004761- name: json_run_localhost
4762 build: test
4763 run: false
4764 language: c++
4765 src:
4766 - test/cpp/qps/json_run_localhost.cc
4767 deps:
4768 - grpc++_test_util
4769 - grpc_test_util
4770 - grpc++
4771 - grpc
4772 - gpr_test_util
4773 - gpr
4774 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004775 platforms:
4776 - mac
4777 - linux
4778 - posix
Juanli Shena0aab7e2018-05-01 10:30:54 -07004779- name: lb_load_data_store_test
4780 gtest: true
4781 build: test
4782 language: c++
4783 src:
4784 - test/cpp/server/load_reporter/load_data_store_test.cc
4785 deps:
4786 - lb_load_data_store
4787 - grpc++_test_util
4788 - grpc_test_util
4789 - grpc++
4790 - grpc
4791 - gpr_test_util
4792 - gpr
Craig Tillerb3d70102017-03-31 14:17:09 -07004793- name: memory_test
4794 gtest: true
4795 build: test
4796 language: c++
4797 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004798 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004799 deps:
4800 - grpc_test_util
4801 - grpc++
4802 - grpc
4803 - gpr_test_util
4804 - gpr
4805 uses:
4806 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004807 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004808- name: metrics_client
4809 build: test
4810 run: false
4811 language: c++
4812 headers:
4813 - test/cpp/util/metrics_server.h
4814 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004815 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004816 - test/cpp/interop/metrics_client.cc
4817 deps:
4818 - grpc++
4819 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004820 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004821 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004822- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004823 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004824 build: test
4825 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004826 headers:
4827 - include/grpc++/test/mock_stream.h
Muxi Yan0e00c432018-01-26 15:39:32 -08004828 - include/grpcpp/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004829 src:
4830 - test/cpp/end2end/mock_test.cc
4831 deps:
4832 - grpc++_test_util
4833 - grpc_test_util
4834 - grpc++
4835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004836 - gpr_test_util
4837 - gpr
Vijay Pai132efa02018-02-09 15:28:14 -08004838- name: nonblocking_test
4839 gtest: true
4840 build: test
4841 language: c++
4842 src:
4843 - test/cpp/end2end/nonblocking_test.cc
4844 deps:
4845 - grpc++_test_util
4846 - grpc_test_util
4847 - grpc++
4848 - grpc
4849 - gpr_test_util
4850 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004851- name: noop-benchmark
4852 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004853 language: c++
4854 src:
4855 - test/cpp/microbenchmarks/noop-benchmark.cc
4856 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004857 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004858 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004859- name: orphanable_test
4860 gtest: true
4861 build: test
4862 language: c++
4863 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004864 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004865 deps:
4866 - grpc_test_util
4867 - grpc++
4868 - grpc
4869 - gpr_test_util
4870 - gpr
4871 uses:
4872 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004873- name: proto_server_reflection_test
4874 gtest: true
4875 build: test
4876 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004877 src:
4878 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004879 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004880 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004881 - grpc++_reflection
4882 - grpc++_test_util
4883 - grpc_test_util
4884 - grpc++
4885 - grpc
4886 - gpr_test_util
4887 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004888- name: proto_utils_test
4889 gtest: true
4890 build: test
4891 language: c++
4892 src:
4893 - test/cpp/codegen/proto_utils_test.cc
4894 deps:
4895 - grpc++
4896 - grpc
4897 filegroups:
4898 - grpc++_codegen_base
4899 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004900 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004901- name: qps_interarrival_test
4902 build: test
4903 run: false
4904 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004905 src:
4906 - test/cpp/qps/qps_interarrival_test.cc
4907 deps:
4908 - qps
4909 - grpc++_test_util
4910 - grpc_test_util
4911 - grpc++
4912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004913 - gpr_test_util
4914 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004915 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004916 platforms:
4917 - mac
4918 - linux
4919 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004920 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004921- name: qps_json_driver
4922 build: test
4923 run: false
4924 language: c++
4925 src:
4926 - test/cpp/qps/qps_json_driver.cc
4927 deps:
4928 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004929 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004930 - grpc++_test_util
4931 - grpc_test_util
4932 - grpc++
4933 - grpc
4934 - gpr_test_util
4935 - gpr
4936 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004937- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004938 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004939 build: test
4940 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004941 src:
4942 - test/cpp/qps/qps_openloop_test.cc
4943 deps:
4944 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004945 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004946 - grpc++_test_util
4947 - grpc_test_util
4948 - grpc++
4949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004950 - gpr_test_util
4951 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004952 - grpc++_test_config
4953 platforms:
4954 - mac
4955 - linux
4956 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004957- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004958 build: test
4959 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004960 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004961 headers:
4962 - test/cpp/qps/client.h
4963 - test/cpp/qps/server.h
4964 src:
4965 - test/cpp/qps/worker.cc
4966 deps:
4967 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004968 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004969 - grpc++_test_util
4970 - grpc_test_util
4971 - grpc++
4972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004973 - gpr_test_util
4974 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004975 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004976- name: reconnect_interop_client
4977 build: test
4978 run: false
4979 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004980 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004981 - src/proto/grpc/testing/empty.proto
4982 - src/proto/grpc/testing/messages.proto
4983 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004984 - test/cpp/interop/reconnect_interop_client.cc
4985 deps:
4986 - grpc++_test_util
4987 - grpc_test_util
4988 - grpc++
4989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004990 - gpr_test_util
4991 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004992 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004993- name: reconnect_interop_server
4994 build: test
4995 run: false
4996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004997 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004998 - src/proto/grpc/testing/empty.proto
4999 - src/proto/grpc/testing/messages.proto
5000 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07005001 - test/cpp/interop/reconnect_interop_server.cc
5002 deps:
5003 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08005004 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07005005 - grpc++_test_util
5006 - grpc_test_util
5007 - grpc++
5008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005009 - gpr_test_util
5010 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005011 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08005012- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08005013 gtest: true
5014 build: test
5015 language: c++
5016 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08005017 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08005018 deps:
5019 - grpc_test_util
5020 - grpc++
5021 - grpc
5022 - gpr_test_util
5023 - gpr
5024 uses:
5025 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08005026- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08005027 gtest: true
5028 build: test
5029 language: c++
5030 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08005031 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08005032 deps:
5033 - grpc_test_util
5034 - grpc++
5035 - grpc
5036 - gpr_test_util
5037 - gpr
5038 uses:
5039 - grpc++_test
Mark D. Roth9db86fc2018-03-28 07:42:20 -07005040- name: retry_throttle_test
5041 gtest: true
5042 build: test
5043 language: c++
5044 src:
5045 - test/core/client_channel/retry_throttle_test.cc
5046 deps:
5047 - grpc_test_util
5048 - grpc
5049 - gpr_test_util
5050 - gpr
5051 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005052- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005053 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005054 build: test
5055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005056 src:
5057 - test/cpp/common/secure_auth_context_test.cc
5058 deps:
5059 - grpc++_test_util
5060 - grpc_test_util
5061 - grpc++
5062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005063 - gpr_test_util
5064 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08005065- name: secure_sync_unary_ping_pong_test
5066 build: test
5067 language: c++
5068 src:
5069 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
5070 deps:
5071 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07005072 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08005073 - grpc++_test_util
5074 - grpc_test_util
5075 - grpc++
5076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005077 - gpr_test_util
5078 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07005079 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08005080 platforms:
5081 - mac
5082 - linux
5083 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07005084- name: server_builder_plugin_test
5085 gtest: true
5086 build: test
5087 language: c++
5088 src:
5089 - test/cpp/end2end/server_builder_plugin_test.cc
5090 deps:
5091 - grpc++_test_util
5092 - grpc_test_util
5093 - grpc++
5094 - grpc
5095 - gpr_test_util
5096 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08005097- name: server_builder_test
5098 gtest: true
5099 build: test
5100 language: c++
5101 src:
5102 - src/proto/grpc/testing/echo_messages.proto
5103 - src/proto/grpc/testing/echo.proto
5104 - test/cpp/server/server_builder_test.cc
5105 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005106 - grpc++_test_util_unsecure
5107 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005108 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005109 - grpc++_unsecure
5110 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08005111 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07005112- name: server_context_test_spouse_test
5113 gtest: true
5114 build: test
5115 language: c++
5116 src:
5117 - test/cpp/test/server_context_test_spouse_test.cc
5118 deps:
5119 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07005120 - grpc++
5121 - grpc
5122 - gpr_test_util
5123 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08005124 uses:
5125 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07005126- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005127 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005128 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07005129 build: test
5130 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005131 src:
5132 - test/cpp/end2end/server_crash_test.cc
5133 deps:
5134 - grpc++_test_util
5135 - grpc_test_util
5136 - grpc++
5137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005138 - gpr_test_util
5139 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005140 platforms:
5141 - mac
5142 - linux
5143 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07005144- name: server_crash_test_client
5145 build: test
5146 run: false
5147 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005148 src:
5149 - test/cpp/end2end/server_crash_test_client.cc
5150 deps:
5151 - grpc++_test_util
5152 - grpc_test_util
5153 - grpc++
5154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005155 - gpr_test_util
5156 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08005157- name: server_early_return_test
5158 gtest: true
5159 build: test
5160 language: c++
5161 src:
5162 - test/cpp/end2end/server_early_return_test.cc
5163 deps:
5164 - grpc++_test_util
5165 - grpc_test_util
5166 - grpc++
5167 - grpc
5168 - gpr_test_util
5169 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07005170- name: server_request_call_test
5171 gtest: true
5172 build: test
5173 language: c++
5174 src:
5175 - src/proto/grpc/testing/echo_messages.proto
5176 - src/proto/grpc/testing/echo.proto
5177 - test/cpp/server/server_request_call_test.cc
5178 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005179 - grpc++_test_util_unsecure
5180 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005181 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005182 - grpc++_unsecure
5183 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07005184 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07005185- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005186 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07005187 build: test
5188 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005189 src:
5190 - test/cpp/end2end/shutdown_test.cc
5191 deps:
5192 - grpc++_test_util
5193 - grpc_test_util
5194 - grpc++
5195 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005196 - gpr_test_util
5197 - gpr
Mark D. Roth3e7f2df2018-02-26 13:17:06 -08005198- name: slice_hash_table_test
5199 gtest: true
5200 build: test
5201 language: c++
5202 src:
5203 - test/core/slice/slice_hash_table_test.cc
5204 deps:
5205 - grpc_test_util
5206 - grpc
5207 - gpr_test_util
5208 - gpr
5209 uses_polling: false
David Garcia Quintas396d49d2018-02-28 16:06:30 -08005210- name: slice_weak_hash_table_test
5211 gtest: true
5212 build: test
5213 language: c++
5214 src:
5215 - test/core/slice/slice_weak_hash_table_test.cc
5216 deps:
5217 - grpc_test_util
5218 - grpc
5219 - gpr_test_util
5220 - gpr
5221 uses_polling: false
Craig Tiller97ec5eb2017-09-01 12:57:36 -07005222- name: stats_test
5223 gtest: true
5224 build: test
5225 language: c++
5226 src:
5227 - test/core/debug/stats_test.cc
5228 deps:
5229 - grpc++_test_util
5230 - grpc_test_util
5231 - grpc
5232 - gpr_test_util
5233 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07005234 exclude_configs:
5235 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00005236 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07005237 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005238- name: status_metadata_test
5239 gtest: true
5240 build: test
5241 language: c++
5242 src:
5243 - test/core/transport/status_metadata_test.cc
5244 deps:
5245 - grpc
5246 uses_polling: false
Mark D. Roth718c8342018-02-28 13:00:04 -08005247- name: status_util_test
5248 gtest: true
5249 cpu_cost: 0.1
5250 build: test
5251 language: c++
5252 src:
ncteisen3b42f832018-03-19 13:22:35 -07005253 - test/core/channel/status_util_test.cc
Mark D. Roth718c8342018-02-28 13:00:04 -08005254 deps:
5255 - grpc
5256 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005257- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005258 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07005259 build: test
5260 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005261 src:
5262 - test/cpp/end2end/streaming_throughput_test.cc
5263 deps:
5264 - grpc++_test_util
5265 - grpc_test_util
5266 - grpc++
5267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005268 - gpr_test_util
5269 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07005270 platforms:
5271 - mac
5272 - linux
5273 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005274- name: stress_test
5275 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07005276 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005277 language: c++
5278 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07005279 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005280 - test/cpp/interop/interop_client.h
5281 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08005282 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005283 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005284 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08005285 - src/proto/grpc/testing/empty.proto
5286 - src/proto/grpc/testing/messages.proto
5287 - src/proto/grpc/testing/metrics.proto
5288 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005289 - test/cpp/interop/interop_client.cc
5290 - test/cpp/interop/stress_interop_client.cc
5291 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07005292 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005293 deps:
5294 - grpc++_test_util
5295 - grpc_test_util
5296 - grpc++
5297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005298 - gpr_test_util
5299 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07005300 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005301- name: thread_manager_test
5302 build: test
5303 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005304 src:
5305 - test/cpp/thread_manager/thread_manager_test.cc
5306 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005307 - grpc++_unsecure
5308 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07005309 - gpr
5310 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07005311- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08005312 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08005313 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07005314 build: test
5315 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07005316 src:
5317 - test/cpp/end2end/thread_stress_test.cc
5318 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07005319 - grpc++_test_util_unsecure
5320 - grpc_test_util_unsecure
5321 - grpc++_unsecure
5322 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08005323 - gpr_test_util
5324 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07005325- name: transport_pid_controller_test
5326 build: test
5327 language: c++
5328 src:
5329 - test/core/transport/pid_controller_test.cc
5330 deps:
5331 - grpc++_test_util
5332 - grpc++
5333 - grpc_test_util
5334 - grpc
5335 - gpr_test_util
5336 - gpr
Yihua Zhang04fb58e2018-03-08 06:49:24 -08005337- name: transport_security_common_api_test
5338 build: test
5339 language: c++
5340 src:
5341 - test/core/tsi/alts/handshaker/transport_security_common_api_test.cc
5342 deps:
5343 - alts_test_util
5344 - gpr
5345 - grpc
Craig Tiller9a3997c2017-01-30 13:22:33 -08005346- name: writes_per_rpc_test
5347 gtest: true
5348 cpu_cost: 0.5
5349 build: test
5350 language: c++
5351 src:
5352 - test/cpp/performance/writes_per_rpc_test.cc
5353 deps:
5354 - grpc++_test_util
5355 - grpc_test_util
5356 - grpc++
5357 - grpc
5358 - gpr_test_util
5359 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08005360 platforms:
5361 - mac
5362 - linux
5363 - posix
Craig Tillerab230452016-01-04 08:18:43 -08005364- name: public_headers_must_be_c89
5365 build: test
5366 language: c89
5367 src:
5368 - test/core/surface/public_headers_must_be_c89.c
5369 deps:
5370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005371 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08005372- name: gen_hpack_tables
5373 build: tool
5374 language: cc
5375 src:
5376 - tools/codegen/core/gen_hpack_tables.cc
5377 deps:
5378 - gpr
5379 - grpc
5380 uses_polling: false
5381- name: gen_legal_metadata_characters
5382 build: tool
5383 language: cc
5384 src:
5385 - tools/codegen/core/gen_legal_metadata_characters.cc
5386 deps: []
5387- name: gen_percent_encoding_tables
5388 build: tool
5389 language: cc
5390 src:
5391 - tools/codegen/core/gen_percent_encoding_tables.cc
5392 deps: []
5393 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07005394vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07005395- linkage: static
5396 name: grpc.dependencies.zlib
5397 props: false
5398 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005399 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08005400- linkage: static
5401 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07005402 props: true
5403 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08005404 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07005405- name: gflags
5406 props: false
5407 redist: false
5408 version: 2.1.2.1
5409- name: gtest
5410 props: false
5411 redist: false
5412 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08005413configs:
5414 asan:
5415 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005416 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5417 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005418 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005419 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005420 LDFLAGS: -fsanitize=address
5421 LDXX: clang++
5422 compile_the_world: true
5423 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08005424 ASAN_OPTIONS: detect_leaks=1:color=always
5425 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005426 asan-noleaks:
5427 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005428 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
5429 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005430 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005431 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005432 LDFLAGS: -fsanitize=address
5433 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08005434 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08005435 test_environ:
5436 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07005437 asan-trace-cmp:
5438 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07005439 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
5440 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07005441 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07005442 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07005443 LDFLAGS: -fsanitize=address
5444 LDXX: clang++
5445 compile_the_world: true
5446 test_environ:
5447 ASAN_OPTIONS: detect_leaks=1:color=always
5448 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08005449 basicprof:
5450 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
5451 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07005452 c++-compat:
5453 CFLAGS: -Wc++-compat
5454 CPPFLAGS: -O0
5455 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08005456 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08005457 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08005458 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005459 dbg:
5460 CPPFLAGS: -O0
5461 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005462 gcov:
5463 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005464 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08005465 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08005466 DEFINES: _DEBUG DEBUG GPR_GCOV
5467 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07005468 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08005469 LDXX: g++
5470 helgrind:
5471 CPPFLAGS: -O0
5472 DEFINES: _DEBUG DEBUG
5473 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005474 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07005475 lto:
5476 CPPFLAGS: -O2
5477 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005478 memcheck:
5479 CPPFLAGS: -O0
5480 DEFINES: _DEBUG DEBUG
5481 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08005482 valgrind: --tool=memcheck --leak-check=full
5483 msan:
5484 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07005485 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08005486 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5487 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005488 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005489 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005490 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005491 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5492 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5493 LDXX: clang++
5494 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005495 test_environ:
5496 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005497 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005498 CPPFLAGS: -O3 -fno-omit-frame-pointer
5499 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005500 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005501 noexcept:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005502 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tiller1b6097c2017-04-10 13:28:45 -07005503 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005504 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005505 opt:
Vijay Pai2f4161c2018-03-04 19:28:57 -08005506 CPPFLAGS: -O2 -Wframe-larger-than=16384
Craig Tillera0f85172016-01-20 15:56:06 -08005507 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005508 stapprof:
5509 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5510 DEFINES: NDEBUG
5511 tsan:
5512 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005513 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005514 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005515 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005516 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005517 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005518 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005519 LDXX: clang++
5520 compile_the_world: true
5521 test_environ:
5522 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005523 ubsan:
5524 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005525 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5526 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005527 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005528 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005529 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005530 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005531 LDXX: clang++
5532 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005533 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005534 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005535defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005536 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005537 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5538 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005539 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5540 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5541 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5542 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5543 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005544 benchmark:
5545 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005546 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005547 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005548 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5549 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005550 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005551 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005552 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005553 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005554 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005555 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005556 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005557 LDFLAGS: -g
5558 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005559 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005560 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005561openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005562 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005563 extraction_dir: openssl-1.0.2f
5564 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005565php_config_m4:
5566 deps:
5567 - grpc
5568 - gpr
5569 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005570 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005571 - address_sorting
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005572 headers:
5573 - src/php/ext/grpc/byte_buffer.h
5574 - src/php/ext/grpc/call.h
5575 - src/php/ext/grpc/call_credentials.h
5576 - src/php/ext/grpc/channel.h
5577 - src/php/ext/grpc/channel_credentials.h
5578 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005579 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005580 - src/php/ext/grpc/php_grpc.h
5581 - src/php/ext/grpc/server.h
5582 - src/php/ext/grpc/server_credentials.h
5583 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005584 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005585 src:
5586 - src/php/ext/grpc/byte_buffer.c
5587 - src/php/ext/grpc/call.c
5588 - src/php/ext/grpc/call_credentials.c
5589 - src/php/ext/grpc/channel.c
5590 - src/php/ext/grpc/channel_credentials.c
5591 - src/php/ext/grpc/completion_queue.c
5592 - src/php/ext/grpc/php_grpc.c
5593 - src/php/ext/grpc/server.c
5594 - src/php/ext/grpc/server_credentials.c
5595 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005596python_dependencies:
5597 deps:
5598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005599 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005600 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005601 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005602 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005603 - address_sorting
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005604ruby_gem:
5605 deps:
5606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005607 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005608 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005609 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005610 - z
Alexander Polcyn690dde62017-10-18 00:20:33 -07005611 - address_sorting