blob: d0a2dc9c67c2cee18b5dda0de19b70ec03efd466 [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 Pai58c33ba2017-09-01 14:08:42 -070015 core_version: 5.0.0-dev
murgatroid9998873792017-10-02 17:28:27 -070016 g_stands_for: generous
17 version: 1.8.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070023 - src/core/ext/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070024 uses:
25 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070026 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070027- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010028 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070029 - src/core/lib/profiling/basic_timers.cc
30 - src/core/lib/profiling/stap_timers.cc
31 - src/core/lib/support/alloc.cc
32 - src/core/lib/support/arena.cc
33 - src/core/lib/support/atm.cc
34 - src/core/lib/support/avl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070035 - src/core/lib/support/cmdline.cc
36 - src/core/lib/support/cpu_iphone.cc
37 - src/core/lib/support/cpu_linux.cc
38 - src/core/lib/support/cpu_posix.cc
39 - src/core/lib/support/cpu_windows.cc
40 - src/core/lib/support/env_linux.cc
41 - src/core/lib/support/env_posix.cc
42 - src/core/lib/support/env_windows.cc
43 - src/core/lib/support/histogram.cc
44 - src/core/lib/support/host_port.cc
45 - src/core/lib/support/log.cc
46 - src/core/lib/support/log_android.cc
47 - src/core/lib/support/log_linux.cc
48 - src/core/lib/support/log_posix.cc
49 - src/core/lib/support/log_windows.cc
50 - src/core/lib/support/mpscq.cc
51 - src/core/lib/support/murmur_hash.cc
52 - src/core/lib/support/stack_lockfree.cc
53 - src/core/lib/support/string.cc
54 - src/core/lib/support/string_posix.cc
55 - src/core/lib/support/string_util_windows.cc
56 - src/core/lib/support/string_windows.cc
57 - src/core/lib/support/subprocess_posix.cc
58 - src/core/lib/support/subprocess_windows.cc
59 - src/core/lib/support/sync.cc
60 - src/core/lib/support/sync_posix.cc
61 - src/core/lib/support/sync_windows.cc
62 - src/core/lib/support/thd.cc
63 - src/core/lib/support/thd_posix.cc
64 - src/core/lib/support/thd_windows.cc
65 - src/core/lib/support/time.cc
66 - src/core/lib/support/time_posix.cc
67 - src/core/lib/support/time_precise.cc
68 - src/core/lib/support/time_windows.cc
69 - src/core/lib/support/tls_pthread.cc
70 - src/core/lib/support/tmpfile_msys.cc
71 - src/core/lib/support/tmpfile_posix.cc
72 - src/core/lib/support/tmpfile_windows.cc
73 - src/core/lib/support/wrap_memcpy.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070074 uses:
Vijay Pai42807252017-07-28 15:08:24 -070075 - gpr_base_headers
76- name: gpr_base_headers
77 public_headers:
78 - include/grpc/support/alloc.h
79 - include/grpc/support/atm.h
80 - include/grpc/support/atm_gcc_atomic.h
81 - include/grpc/support/atm_gcc_sync.h
82 - include/grpc/support/atm_windows.h
83 - include/grpc/support/avl.h
84 - include/grpc/support/cmdline.h
85 - include/grpc/support/cpu.h
86 - include/grpc/support/histogram.h
87 - include/grpc/support/host_port.h
88 - include/grpc/support/log.h
89 - include/grpc/support/log_windows.h
90 - include/grpc/support/port_platform.h
91 - include/grpc/support/string_util.h
92 - include/grpc/support/subprocess.h
93 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -070094 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -070095 - include/grpc/support/sync_generic.h
96 - include/grpc/support/sync_posix.h
97 - include/grpc/support/sync_windows.h
98 - include/grpc/support/thd.h
99 - include/grpc/support/time.h
100 - include/grpc/support/tls.h
101 - include/grpc/support/tls_gcc.h
102 - include/grpc/support/tls_msvc.h
103 - include/grpc/support/tls_pthread.h
104 - include/grpc/support/useful.h
105 headers:
106 - src/core/lib/profiling/timers.h
107 - src/core/lib/support/arena.h
108 - src/core/lib/support/atomic.h
109 - src/core/lib/support/atomic_with_atm.h
110 - src/core/lib/support/atomic_with_std.h
Vijay Pai42807252017-07-28 15:08:24 -0700111 - src/core/lib/support/env.h
Craig Tiller92226062017-10-08 21:16:12 -0700112 - src/core/lib/support/manual_constructor.h
Vijay Pai42807252017-07-28 15:08:24 -0700113 - src/core/lib/support/memory.h
114 - src/core/lib/support/mpscq.h
115 - src/core/lib/support/murmur_hash.h
116 - src/core/lib/support/spinlock.h
117 - src/core/lib/support/stack_lockfree.h
118 - src/core/lib/support/string.h
119 - src/core/lib/support/string_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700120 - src/core/lib/support/time_precise.h
121 - src/core/lib/support/tmpfile.h
122 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700123 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800124- name: gpr_codegen
125 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800126 - include/grpc/impl/codegen/atm.h
127 - include/grpc/impl/codegen/atm_gcc_atomic.h
128 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800130 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700131 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800132 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800133 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700134 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800135 - include/grpc/impl/codegen/sync_generic.h
136 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700138- name: grpc++_base
139 deps:
140 - grpc
141 uses:
142 - grpc++_common
143 - grpc++_codegen_base
144- name: grpc++_base_unsecure
145 deps:
146 - grpc_unsecure
147 uses:
148 - grpc++_common
149 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700150- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700151 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700152 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700153 - src/core/lib/channel/channel_args.cc
154 - src/core/lib/channel/channel_stack.cc
155 - src/core/lib/channel/channel_stack_builder.cc
156 - src/core/lib/channel/connected_channel.cc
157 - src/core/lib/channel/handshaker.cc
158 - src/core/lib/channel/handshaker_factory.cc
159 - src/core/lib/channel/handshaker_registry.cc
160 - src/core/lib/compression/compression.cc
161 - src/core/lib/compression/message_compress.cc
162 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700163 - src/core/lib/compression/stream_compression_gzip.cc
164 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700165 - src/core/lib/debug/stats.cc
166 - src/core/lib/debug/stats_data.cc
167 - src/core/lib/http/format_request.cc
168 - src/core/lib/http/httpcli.cc
169 - src/core/lib/http/parser.cc
170 - src/core/lib/iomgr/call_combiner.cc
171 - src/core/lib/iomgr/closure.cc
172 - src/core/lib/iomgr/combiner.cc
173 - src/core/lib/iomgr/endpoint.cc
174 - src/core/lib/iomgr/endpoint_pair_posix.cc
175 - src/core/lib/iomgr/endpoint_pair_uv.cc
176 - src/core/lib/iomgr/endpoint_pair_windows.cc
177 - src/core/lib/iomgr/error.cc
178 - src/core/lib/iomgr/ev_epoll1_linux.cc
179 - src/core/lib/iomgr/ev_epollex_linux.cc
180 - src/core/lib/iomgr/ev_epollsig_linux.cc
181 - src/core/lib/iomgr/ev_poll_posix.cc
182 - src/core/lib/iomgr/ev_posix.cc
183 - src/core/lib/iomgr/ev_windows.cc
184 - src/core/lib/iomgr/exec_ctx.cc
185 - src/core/lib/iomgr/executor.cc
186 - src/core/lib/iomgr/gethostname_fallback.cc
187 - src/core/lib/iomgr/gethostname_host_name_max.cc
188 - src/core/lib/iomgr/gethostname_sysconf.cc
189 - src/core/lib/iomgr/iocp_windows.cc
190 - src/core/lib/iomgr/iomgr.cc
191 - src/core/lib/iomgr/iomgr_posix.cc
192 - src/core/lib/iomgr/iomgr_uv.cc
193 - src/core/lib/iomgr/iomgr_windows.cc
194 - src/core/lib/iomgr/is_epollexclusive_available.cc
195 - src/core/lib/iomgr/load_file.cc
196 - src/core/lib/iomgr/lockfree_event.cc
197 - src/core/lib/iomgr/network_status_tracker.cc
198 - src/core/lib/iomgr/polling_entity.cc
199 - src/core/lib/iomgr/pollset_set_uv.cc
200 - src/core/lib/iomgr/pollset_set_windows.cc
201 - src/core/lib/iomgr/pollset_uv.cc
202 - src/core/lib/iomgr/pollset_windows.cc
203 - src/core/lib/iomgr/resolve_address_posix.cc
204 - src/core/lib/iomgr/resolve_address_uv.cc
205 - src/core/lib/iomgr/resolve_address_windows.cc
206 - src/core/lib/iomgr/resource_quota.cc
207 - src/core/lib/iomgr/sockaddr_utils.cc
208 - src/core/lib/iomgr/socket_factory_posix.cc
209 - src/core/lib/iomgr/socket_mutator.cc
210 - src/core/lib/iomgr/socket_utils_common_posix.cc
211 - src/core/lib/iomgr/socket_utils_linux.cc
212 - src/core/lib/iomgr/socket_utils_posix.cc
213 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700214 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700215 - src/core/lib/iomgr/socket_windows.cc
216 - src/core/lib/iomgr/tcp_client_posix.cc
217 - src/core/lib/iomgr/tcp_client_uv.cc
218 - src/core/lib/iomgr/tcp_client_windows.cc
219 - src/core/lib/iomgr/tcp_posix.cc
220 - src/core/lib/iomgr/tcp_server_posix.cc
221 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
222 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
223 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
224 - src/core/lib/iomgr/tcp_server_uv.cc
225 - src/core/lib/iomgr/tcp_server_windows.cc
226 - src/core/lib/iomgr/tcp_uv.cc
227 - src/core/lib/iomgr/tcp_windows.cc
228 - src/core/lib/iomgr/time_averaged_stats.cc
229 - src/core/lib/iomgr/timer_generic.cc
230 - src/core/lib/iomgr/timer_heap.cc
231 - src/core/lib/iomgr/timer_manager.cc
232 - src/core/lib/iomgr/timer_uv.cc
233 - src/core/lib/iomgr/udp_server.cc
234 - src/core/lib/iomgr/unix_sockets_posix.cc
235 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
236 - src/core/lib/iomgr/wakeup_fd_cv.cc
237 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
238 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
239 - src/core/lib/iomgr/wakeup_fd_pipe.cc
240 - src/core/lib/iomgr/wakeup_fd_posix.cc
241 - src/core/lib/json/json.cc
242 - src/core/lib/json/json_reader.cc
243 - src/core/lib/json/json_string.cc
244 - src/core/lib/json/json_writer.cc
245 - src/core/lib/slice/b64.cc
246 - src/core/lib/slice/percent_encoding.cc
247 - src/core/lib/slice/slice.cc
248 - src/core/lib/slice/slice_buffer.cc
249 - src/core/lib/slice/slice_hash_table.cc
250 - src/core/lib/slice/slice_intern.cc
251 - src/core/lib/slice/slice_string_helpers.cc
252 - src/core/lib/surface/alarm.cc
253 - src/core/lib/surface/api_trace.cc
254 - src/core/lib/surface/byte_buffer.cc
255 - src/core/lib/surface/byte_buffer_reader.cc
256 - src/core/lib/surface/call.cc
257 - src/core/lib/surface/call_details.cc
258 - src/core/lib/surface/call_log_batch.cc
259 - src/core/lib/surface/channel.cc
260 - src/core/lib/surface/channel_init.cc
261 - src/core/lib/surface/channel_ping.cc
262 - src/core/lib/surface/channel_stack_type.cc
263 - src/core/lib/surface/completion_queue.cc
264 - src/core/lib/surface/completion_queue_factory.cc
265 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700266 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700267 - src/core/lib/surface/metadata_array.cc
268 - src/core/lib/surface/server.cc
269 - src/core/lib/surface/validate_metadata.cc
270 - src/core/lib/surface/version.cc
271 - src/core/lib/transport/bdp_estimator.cc
272 - src/core/lib/transport/byte_stream.cc
273 - src/core/lib/transport/connectivity_state.cc
274 - src/core/lib/transport/error_utils.cc
275 - src/core/lib/transport/metadata.cc
276 - src/core/lib/transport/metadata_batch.cc
277 - src/core/lib/transport/pid_controller.cc
278 - src/core/lib/transport/service_config.cc
279 - src/core/lib/transport/static_metadata.cc
280 - src/core/lib/transport/status_conversion.cc
281 - src/core/lib/transport/timeout_encoding.cc
282 - src/core/lib/transport/transport.cc
283 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700284 deps:
285 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700286 filegroups:
287 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700288 uses:
289 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700290 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700291- name: grpc_base_headers
292 public_headers:
293 - include/grpc/byte_buffer.h
294 - include/grpc/byte_buffer_reader.h
295 - include/grpc/compression.h
296 - include/grpc/grpc.h
297 - include/grpc/grpc_posix.h
298 - include/grpc/grpc_security_constants.h
299 - include/grpc/load_reporting.h
300 - include/grpc/slice.h
301 - include/grpc/slice_buffer.h
302 - include/grpc/status.h
303 - include/grpc/support/workaround_list.h
304 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700305 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700306 - src/core/lib/channel/channel_args.h
307 - src/core/lib/channel/channel_stack.h
308 - src/core/lib/channel/channel_stack_builder.h
309 - src/core/lib/channel/connected_channel.h
310 - src/core/lib/channel/context.h
311 - src/core/lib/channel/handshaker.h
312 - src/core/lib/channel/handshaker_factory.h
313 - src/core/lib/channel/handshaker_registry.h
314 - src/core/lib/compression/algorithm_metadata.h
315 - src/core/lib/compression/message_compress.h
316 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700317 - src/core/lib/compression/stream_compression_gzip.h
318 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700319 - src/core/lib/debug/stats.h
320 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700321 - src/core/lib/http/format_request.h
322 - src/core/lib/http/httpcli.h
323 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700324 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth764cf042017-09-01 09:00:06 -0700325 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700326 - src/core/lib/iomgr/closure.h
327 - src/core/lib/iomgr/combiner.h
328 - src/core/lib/iomgr/endpoint.h
329 - src/core/lib/iomgr/endpoint_pair.h
330 - src/core/lib/iomgr/error.h
331 - src/core/lib/iomgr/error_internal.h
332 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700333 - src/core/lib/iomgr/ev_epollex_linux.h
334 - src/core/lib/iomgr/ev_epollsig_linux.h
335 - src/core/lib/iomgr/ev_poll_posix.h
336 - src/core/lib/iomgr/ev_posix.h
337 - src/core/lib/iomgr/exec_ctx.h
338 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700339 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700340 - src/core/lib/iomgr/iocp_windows.h
341 - src/core/lib/iomgr/iomgr.h
342 - src/core/lib/iomgr/iomgr_internal.h
343 - src/core/lib/iomgr/iomgr_posix.h
344 - src/core/lib/iomgr/iomgr_uv.h
345 - src/core/lib/iomgr/is_epollexclusive_available.h
346 - src/core/lib/iomgr/load_file.h
347 - src/core/lib/iomgr/lockfree_event.h
348 - src/core/lib/iomgr/nameser.h
349 - src/core/lib/iomgr/network_status_tracker.h
350 - src/core/lib/iomgr/polling_entity.h
351 - src/core/lib/iomgr/pollset.h
352 - src/core/lib/iomgr/pollset_set.h
353 - src/core/lib/iomgr/pollset_set_windows.h
354 - src/core/lib/iomgr/pollset_uv.h
355 - src/core/lib/iomgr/pollset_windows.h
356 - src/core/lib/iomgr/port.h
357 - src/core/lib/iomgr/resolve_address.h
358 - src/core/lib/iomgr/resource_quota.h
359 - src/core/lib/iomgr/sockaddr.h
360 - src/core/lib/iomgr/sockaddr_posix.h
361 - src/core/lib/iomgr/sockaddr_utils.h
362 - src/core/lib/iomgr/sockaddr_windows.h
363 - src/core/lib/iomgr/socket_factory_posix.h
364 - src/core/lib/iomgr/socket_mutator.h
365 - src/core/lib/iomgr/socket_utils.h
366 - src/core/lib/iomgr/socket_utils_posix.h
367 - src/core/lib/iomgr/socket_windows.h
368 - src/core/lib/iomgr/sys_epoll_wrapper.h
369 - src/core/lib/iomgr/tcp_client.h
370 - src/core/lib/iomgr/tcp_client_posix.h
371 - src/core/lib/iomgr/tcp_posix.h
372 - src/core/lib/iomgr/tcp_server.h
373 - src/core/lib/iomgr/tcp_server_utils_posix.h
374 - src/core/lib/iomgr/tcp_uv.h
375 - src/core/lib/iomgr/tcp_windows.h
376 - src/core/lib/iomgr/time_averaged_stats.h
377 - src/core/lib/iomgr/timer.h
378 - src/core/lib/iomgr/timer_generic.h
379 - src/core/lib/iomgr/timer_heap.h
380 - src/core/lib/iomgr/timer_manager.h
381 - src/core/lib/iomgr/timer_uv.h
382 - src/core/lib/iomgr/udp_server.h
383 - src/core/lib/iomgr/unix_sockets_posix.h
384 - src/core/lib/iomgr/wakeup_fd_cv.h
385 - src/core/lib/iomgr/wakeup_fd_pipe.h
386 - src/core/lib/iomgr/wakeup_fd_posix.h
387 - src/core/lib/json/json.h
388 - src/core/lib/json/json_common.h
389 - src/core/lib/json/json_reader.h
390 - src/core/lib/json/json_writer.h
391 - src/core/lib/slice/b64.h
392 - src/core/lib/slice/percent_encoding.h
393 - src/core/lib/slice/slice_hash_table.h
394 - src/core/lib/slice/slice_internal.h
395 - src/core/lib/slice/slice_string_helpers.h
Craig Tiller6f2b5f02017-10-11 08:20:03 -0700396 - src/core/lib/support/vector.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700397 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700398 - src/core/lib/surface/api_trace.h
399 - src/core/lib/surface/call.h
400 - src/core/lib/surface/call_test_only.h
401 - src/core/lib/surface/channel.h
402 - src/core/lib/surface/channel_init.h
403 - src/core/lib/surface/channel_stack_type.h
404 - src/core/lib/surface/completion_queue.h
405 - src/core/lib/surface/completion_queue_factory.h
406 - src/core/lib/surface/event_string.h
407 - src/core/lib/surface/init.h
408 - src/core/lib/surface/lame_client.h
409 - src/core/lib/surface/server.h
410 - src/core/lib/surface/validate_metadata.h
411 - src/core/lib/transport/bdp_estimator.h
412 - src/core/lib/transport/byte_stream.h
413 - src/core/lib/transport/connectivity_state.h
414 - src/core/lib/transport/error_utils.h
415 - src/core/lib/transport/http2_errors.h
416 - src/core/lib/transport/metadata.h
417 - src/core/lib/transport/metadata_batch.h
418 - src/core/lib/transport/pid_controller.h
419 - src/core/lib/transport/service_config.h
420 - src/core/lib/transport/static_metadata.h
421 - src/core/lib/transport/status_conversion.h
422 - src/core/lib/transport/timeout_encoding.h
423 - src/core/lib/transport/transport.h
424 - src/core/lib/transport/transport_impl.h
425 deps:
426 - gpr
427 uses:
428 - grpc_codegen
429 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700430- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700431 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700432 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700433 - src/core/ext/filters/client_channel/client_channel.h
434 - src/core/ext/filters/client_channel/client_channel_factory.h
435 - src/core/ext/filters/client_channel/connector.h
436 - src/core/ext/filters/client_channel/http_connect_handshaker.h
437 - src/core/ext/filters/client_channel/http_proxy.h
438 - src/core/ext/filters/client_channel/lb_policy.h
439 - src/core/ext/filters/client_channel/lb_policy_factory.h
440 - src/core/ext/filters/client_channel/lb_policy_registry.h
441 - src/core/ext/filters/client_channel/parse_address.h
442 - src/core/ext/filters/client_channel/proxy_mapper.h
443 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
444 - src/core/ext/filters/client_channel/resolver.h
445 - src/core/ext/filters/client_channel/resolver_factory.h
446 - src/core/ext/filters/client_channel/resolver_registry.h
447 - src/core/ext/filters/client_channel/retry_throttle.h
448 - src/core/ext/filters/client_channel/subchannel.h
449 - src/core/ext/filters/client_channel/subchannel_index.h
450 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700451 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700452 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700453 - src/core/ext/filters/client_channel/channel_connectivity.cc
454 - src/core/ext/filters/client_channel/client_channel.cc
455 - src/core/ext/filters/client_channel/client_channel_factory.cc
456 - src/core/ext/filters/client_channel/client_channel_plugin.cc
457 - src/core/ext/filters/client_channel/connector.cc
458 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
459 - src/core/ext/filters/client_channel/http_proxy.cc
460 - src/core/ext/filters/client_channel/lb_policy.cc
461 - src/core/ext/filters/client_channel/lb_policy_factory.cc
462 - src/core/ext/filters/client_channel/lb_policy_registry.cc
463 - src/core/ext/filters/client_channel/parse_address.cc
464 - src/core/ext/filters/client_channel/proxy_mapper.cc
465 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
466 - src/core/ext/filters/client_channel/resolver.cc
467 - src/core/ext/filters/client_channel/resolver_factory.cc
468 - src/core/ext/filters/client_channel/resolver_registry.cc
469 - src/core/ext/filters/client_channel/retry_throttle.cc
470 - src/core/ext/filters/client_channel/subchannel.cc
471 - src/core/ext/filters/client_channel/subchannel_index.cc
472 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700473 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700474 uses:
475 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700476 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800477- name: grpc_codegen
478 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700479 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700480 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800481 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800482 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800483 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800484 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800485 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700486 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800487 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700488 uses:
489 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700490- name: grpc_deadline_filter
491 headers:
492 - src/core/ext/filters/deadline/deadline_filter.h
493 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700494 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700495 plugin: grpc_deadline_filter
496 uses:
497 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700498- name: grpc_http_filters
499 headers:
500 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700501 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700502 - src/core/ext/filters/http/server/http_server_filter.h
503 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700504 - src/core/ext/filters/http/client/http_client_filter.cc
505 - src/core/ext/filters/http/http_filters_plugin.cc
506 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
507 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700508 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700509 uses:
510 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700511- name: grpc_lb_policy_grpclb
512 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700513 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700514 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
515 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700516 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700517 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
518 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700519 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700520 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
521 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
522 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
523 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
524 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Yash Tibrewal15ce1422017-09-25 17:46:32 -0700525 - 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 -0800526 plugin: grpc_lb_policy_grpclb
527 uses:
528 - grpc_base
529 - grpc_client_channel
530 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700531 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800532- name: grpc_lb_policy_grpclb_secure
533 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700534 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700535 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
536 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700537 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700538 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
539 - 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 -0800540 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700541 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
542 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
543 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
544 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
545 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Yash Tibrewal15ce1422017-09-25 17:46:32 -0700546 - 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 -0700547 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700548 uses:
549 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700550 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700551 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700552 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700553 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700554- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700555 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700556 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700557 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700558 uses:
559 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700560 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700561 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700562- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700563 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700564 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700565 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700566 uses:
567 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700568 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700569 - grpc_lb_subchannel_list
570- name: grpc_lb_subchannel_list
571 headers:
572 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
573 src:
574 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
575 uses:
576 - grpc_base
577 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700578- name: grpc_max_age_filter
579 headers:
580 - src/core/ext/filters/max_age/max_age_filter.h
581 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700582 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700583 plugin: grpc_max_age_filter
584 uses:
585 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700586- name: grpc_message_size_filter
587 headers:
588 - src/core/ext/filters/message_size/message_size_filter.h
589 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700590 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700591 plugin: grpc_message_size_filter
592 uses:
593 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700594- name: grpc_resolver_dns_ares
595 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700596 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
597 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700598 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700599 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
600 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
601 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
602 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700603 plugin: grpc_resolver_dns_ares
604 uses:
605 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700606 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700607- name: grpc_resolver_dns_native
608 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700609 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700610 plugin: grpc_resolver_dns_native
611 uses:
612 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700613 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700614- name: grpc_resolver_fake
615 headers:
616 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
617 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700618 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700619 plugin: grpc_resolver_fake
620 uses:
621 - grpc_base
622 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700623- name: grpc_resolver_sockaddr
624 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700625 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700626 plugin: grpc_resolver_sockaddr
627 uses:
628 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700629 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100630- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700631 public_headers:
632 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100633 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700634 - src/core/lib/security/context/security_context.h
635 - src/core/lib/security/credentials/composite/composite_credentials.h
636 - src/core/lib/security/credentials/credentials.h
637 - src/core/lib/security/credentials/fake/fake_credentials.h
638 - src/core/lib/security/credentials/google_default/google_default_credentials.h
639 - src/core/lib/security/credentials/iam/iam_credentials.h
640 - src/core/lib/security/credentials/jwt/json_token.h
641 - src/core/lib/security/credentials/jwt/jwt_credentials.h
642 - src/core/lib/security/credentials/jwt/jwt_verifier.h
643 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
644 - src/core/lib/security/credentials/plugin/plugin_credentials.h
645 - src/core/lib/security/credentials/ssl/ssl_credentials.h
646 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800647 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700648 - src/core/lib/security/transport/secure_endpoint.h
649 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800650 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700651 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700652 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100653 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700654 - src/core/lib/http/httpcli_security_connector.cc
655 - src/core/lib/security/context/security_context.cc
656 - src/core/lib/security/credentials/composite/composite_credentials.cc
657 - src/core/lib/security/credentials/credentials.cc
658 - src/core/lib/security/credentials/credentials_metadata.cc
659 - src/core/lib/security/credentials/fake/fake_credentials.cc
660 - src/core/lib/security/credentials/google_default/credentials_generic.cc
661 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
662 - src/core/lib/security/credentials/iam/iam_credentials.cc
663 - src/core/lib/security/credentials/jwt/json_token.cc
664 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
665 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
666 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
667 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
668 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
669 - src/core/lib/security/transport/client_auth_filter.cc
670 - src/core/lib/security/transport/lb_targets_info.cc
671 - src/core/lib/security/transport/secure_endpoint.cc
672 - src/core/lib/security/transport/security_connector.cc
673 - src/core/lib/security/transport/security_handshaker.cc
674 - src/core/lib/security/transport/server_auth_filter.cc
675 - src/core/lib/security/transport/tsi_error.cc
676 - src/core/lib/security/util/json_util.cc
677 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700678 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700679 uses:
680 - grpc_base
681 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700682 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700683- name: grpc_server_backward_compatibility
684 headers:
685 - src/core/ext/filters/workarounds/workaround_utils.h
686 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700687 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700688 uses:
689 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700690- name: grpc_server_load_reporting
691 headers:
692 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
693 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
694 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700695 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
696 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700697 plugin: grpc_server_load_reporting_plugin
698 uses:
699 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700700- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700701 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700702 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700703 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700704 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800705 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700706 - test/core/end2end/fixtures/proxy.h
707 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800708 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700709 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200710 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700711 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700712 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700713 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700714 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700715 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700716 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800717 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700718 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700719 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal4a91bf42017-09-22 12:05:25 -0700720 - test/core/end2end/cq_verifier.c
721 - test/core/end2end/fixtures/http_proxy_fixture.c
722 - test/core/end2end/fixtures/proxy.c
723 - test/core/iomgr/endpoint_tests.c
Craig Tiller92226062017-10-08 21:16:12 -0700724 - test/core/util/debugger_macros.cc
Yash Tibrewal4a91bf42017-09-22 12:05:25 -0700725 - test/core/util/grpc_profiler.c
726 - test/core/util/memory_counters.c
727 - test/core/util/mock_endpoint.c
728 - test/core/util/parse_hexstring.c
729 - test/core/util/passthru_endpoint.c
730 - test/core/util/port.c
731 - test/core/util/port_server_client.c
732 - test/core/util/slice_splitter.c
733 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700734 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700735 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700736 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700737 uses:
738 - grpc_base
739 - grpc_client_channel
740 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700741- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700742 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700743 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700744 deps:
745 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700746 filegroups:
747 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700748 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700749- name: grpc_trace_headers
750 headers:
751 - src/core/lib/debug/trace.h
752 deps:
753 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700754- name: grpc_transport_chttp2
755 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700756 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700757 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700758 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700759 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700760 - src/core/ext/transport/chttp2/transport/frame.h
761 - src/core/ext/transport/chttp2/transport/frame_data.h
762 - src/core/ext/transport/chttp2/transport/frame_goaway.h
763 - src/core/ext/transport/chttp2/transport/frame_ping.h
764 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
765 - src/core/ext/transport/chttp2/transport/frame_settings.h
766 - src/core/ext/transport/chttp2/transport/frame_window_update.h
767 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
768 - src/core/ext/transport/chttp2/transport/hpack_parser.h
769 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700770 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700771 - src/core/ext/transport/chttp2/transport/huffsyms.h
772 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
773 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700774 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700775 - src/core/ext/transport/chttp2/transport/varint.h
776 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700777 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
778 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
779 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
780 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
781 - src/core/ext/transport/chttp2/transport/flow_control.cc
782 - src/core/ext/transport/chttp2/transport/frame_data.cc
783 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
784 - src/core/ext/transport/chttp2/transport/frame_ping.cc
785 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
786 - src/core/ext/transport/chttp2/transport/frame_settings.cc
787 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
788 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
789 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
790 - src/core/ext/transport/chttp2/transport/hpack_table.cc
791 - src/core/ext/transport/chttp2/transport/http2_settings.cc
792 - src/core/ext/transport/chttp2/transport/huffsyms.cc
793 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
794 - src/core/ext/transport/chttp2/transport/parsing.cc
795 - src/core/ext/transport/chttp2/transport/stream_lists.cc
796 - src/core/ext/transport/chttp2/transport/stream_map.cc
797 - src/core/ext/transport/chttp2/transport/varint.cc
798 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700799 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700800 uses:
801 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700802 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700803 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700804- name: grpc_transport_chttp2_alpn
805 headers:
806 - src/core/ext/transport/chttp2/alpn/alpn.h
807 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700808 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700809 deps:
810 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800811- name: grpc_transport_chttp2_client_connector
812 headers:
813 - src/core/ext/transport/chttp2/client/chttp2_connector.h
814 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700815 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800816 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800817 - grpc_transport_chttp2
818 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700819 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700820- name: grpc_transport_chttp2_client_insecure
821 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700822 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
823 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700824 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800825 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700826 - grpc_transport_chttp2
827 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700828 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700829- name: grpc_transport_chttp2_client_secure
830 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700831 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700832 uses:
833 - grpc_transport_chttp2
834 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700835 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700836 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800837 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800838- name: grpc_transport_chttp2_server
839 headers:
840 - src/core/ext/transport/chttp2/server/chttp2_server.h
841 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700842 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800843 uses:
844 - grpc_transport_chttp2
845 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700846- name: grpc_transport_chttp2_server_insecure
847 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700848 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
849 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700850 uses:
851 - grpc_transport_chttp2
852 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800853 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700854- name: grpc_transport_chttp2_server_secure
855 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700856 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700857 uses:
858 - grpc_transport_chttp2
859 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700860 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800861 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700862- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700863 public_headers:
864 - include/grpc/grpc_cronet.h
865 - include/grpc/grpc_security.h
866 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700867 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800868 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800869 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700870 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700871 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
872 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
873 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700874 filegroups:
875 - grpc_base
876 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700877 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700878- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700879 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700880 - src/core/ext/transport/inproc/inproc_plugin.cc
881 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700882 plugin: grpc_inproc_plugin
883 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700884 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700885 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700886- name: grpc_transport_inproc_headers
887 headers:
888 - src/core/ext/transport/inproc/inproc_transport.h
889 uses:
890 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700891- name: grpc_workaround_cronet_compression_filter
892 headers:
893 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
894 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700895 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700896 plugin: grpc_workaround_cronet_compression_filter
897 uses:
898 - grpc_base
899 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800900- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700901 src:
902 - third_party/nanopb/pb_common.c
903 - third_party/nanopb/pb_decode.c
904 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700905 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700906 - nanopb_headers
907- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800908 headers:
909 - third_party/nanopb/pb.h
910 - third_party/nanopb/pb_common.h
911 - third_party/nanopb/pb_decode.h
912 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700913- name: transport_security_test_lib
914 build: test
915 headers:
916 - test/core/tsi/transport_security_test_lib.h
917 src:
918 - test/core/tsi/transport_security_test_lib.c
919 deps:
920 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700921- name: tsi
922 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700923 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700924 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700925 - src/core/tsi/ssl_transport_security.h
926 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700927 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700928 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700929 - src/core/tsi/fake_transport_security.cc
930 - src/core/tsi/gts_transport_security.cc
931 - src/core/tsi/ssl_transport_security.cc
932 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700933 deps:
934 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700935 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700936 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700937 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700938 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700939 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700940 - grpc_trace
941- name: tsi_interface
942 headers:
943 - src/core/tsi/transport_security.h
944 - src/core/tsi/transport_security_adapter.h
945 - src/core/tsi/transport_security_interface.h
946 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700947 - src/core/tsi/transport_security.cc
948 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700949 deps:
950 - gpr
951 secure: true
952 uses:
953 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700954- name: grpc++_codegen_base
955 language: c++
956 public_headers:
957 - include/grpc++/impl/codegen/async_stream.h
958 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700959 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700960 - include/grpc++/impl/codegen/call.h
961 - include/grpc++/impl/codegen/call_hook.h
962 - include/grpc++/impl/codegen/channel_interface.h
963 - include/grpc++/impl/codegen/client_context.h
964 - include/grpc++/impl/codegen/client_unary_call.h
965 - include/grpc++/impl/codegen/completion_queue.h
966 - include/grpc++/impl/codegen/completion_queue_tag.h
967 - include/grpc++/impl/codegen/config.h
968 - include/grpc++/impl/codegen/core_codegen_interface.h
969 - include/grpc++/impl/codegen/create_auth_context.h
970 - include/grpc++/impl/codegen/grpc_library.h
971 - include/grpc++/impl/codegen/metadata_map.h
972 - include/grpc++/impl/codegen/method_handler_impl.h
973 - include/grpc++/impl/codegen/rpc_method.h
974 - include/grpc++/impl/codegen/rpc_service_method.h
975 - include/grpc++/impl/codegen/security/auth_context.h
976 - include/grpc++/impl/codegen/serialization_traits.h
977 - include/grpc++/impl/codegen/server_context.h
978 - include/grpc++/impl/codegen/server_interface.h
979 - include/grpc++/impl/codegen/service_type.h
980 - include/grpc++/impl/codegen/slice.h
981 - include/grpc++/impl/codegen/status.h
982 - include/grpc++/impl/codegen/status_code_enum.h
983 - include/grpc++/impl/codegen/string_ref.h
984 - include/grpc++/impl/codegen/stub_options.h
985 - include/grpc++/impl/codegen/sync_stream.h
986 - include/grpc++/impl/codegen/time.h
987 uses:
988 - grpc_codegen
989- name: grpc++_codegen_base_src
990 language: c++
991 src:
992 - src/cpp/codegen/codegen_init.cc
993 uses:
994 - grpc++_codegen_base
995- name: grpc++_codegen_proto
996 language: c++
997 public_headers:
998 - include/grpc++/impl/codegen/proto_utils.h
999 uses:
1000 - grpc++_codegen_base
1001 - grpc++_config_proto
1002- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001003 language: c++
1004 public_headers:
1005 - include/grpc++/alarm.h
1006 - include/grpc++/channel.h
1007 - include/grpc++/client_context.h
1008 - include/grpc++/completion_queue.h
1009 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001010 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001011 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001012 - include/grpc++/generic/async_generic_service.h
1013 - include/grpc++/generic/generic_stub.h
1014 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001015 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001016 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001017 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001018 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001019 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001020 - include/grpc++/impl/grpc_library.h
1021 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001022 - include/grpc++/impl/rpc_method.h
1023 - include/grpc++/impl/rpc_service_method.h
1024 - include/grpc++/impl/serialization_traits.h
1025 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001026 - include/grpc++/impl/server_builder_plugin.h
1027 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001028 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001029 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001030 - include/grpc++/security/auth_context.h
1031 - include/grpc++/security/auth_metadata_processor.h
1032 - include/grpc++/security/credentials.h
1033 - include/grpc++/security/server_credentials.h
1034 - include/grpc++/server.h
1035 - include/grpc++/server_builder.h
1036 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001037 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001038 - include/grpc++/support/async_stream.h
1039 - include/grpc++/support/async_unary_call.h
1040 - include/grpc++/support/byte_buffer.h
1041 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001042 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - include/grpc++/support/slice.h
1044 - include/grpc++/support/status.h
1045 - include/grpc++/support/status_code_enum.h
1046 - include/grpc++/support/string_ref.h
1047 - include/grpc++/support/stub_options.h
1048 - include/grpc++/support/sync_stream.h
1049 - include/grpc++/support/time.h
1050 headers:
1051 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001052 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001053 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001054 - src/cpp/server/health/default_health_check_service.h
1055 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001056 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001057 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001058 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001059 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001060 - src/cpp/client/client_context.cc
1061 - src/cpp/client/create_channel.cc
1062 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001063 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001064 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001065 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001066 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001067 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001068 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001070 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001072 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001074 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - src/cpp/server/create_default_thread_pool.cc
1076 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001077 - src/cpp/server/health/default_health_check_service.cc
1078 - src/cpp/server/health/health.pb.c
1079 - src/cpp/server/health/health_check_service.cc
1080 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001082 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/cpp/server/server_context.cc
1084 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001085 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001086 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001087 - src/cpp/util/byte_buffer_cc.cc
1088 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001089 - src/cpp/util/status.cc
1090 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001091 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001092 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001093 - gpr_base_headers
1094 - grpc_base_headers
1095 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001096 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001097 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001098- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001099 language: c++
1100 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001101 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001102- name: grpc++_reflection_proto
1103 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001104 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001105 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001106- name: grpc++_test
1107 language: c++
1108 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001109 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001110 - include/grpc++/test/server_context_test_spouse.h
1111 deps:
1112 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001113 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001114libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001115- name: gpr
1116 build: all
1117 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001118 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001119 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001120 secure: false
1121 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1122- name: gpr_test_util
1123 build: private
1124 language: c
1125 headers:
1126 - test/core/util/test_config.h
1127 src:
1128 - test/core/util/test_config.c
1129 deps:
1130 - gpr
1131 secure: false
1132 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133- name: grpc
1134 build: all
1135 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001136 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001137 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001138 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001139 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001140 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001141 filegroups:
1142 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001143 - grpc_transport_chttp2_server_secure
1144 - grpc_transport_chttp2_client_secure
1145 - grpc_transport_chttp2_server_insecure
1146 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001147 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001148 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001149 - grpc_lb_policy_pick_first
1150 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001151 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001152 - grpc_resolver_dns_native
1153 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001154 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001155 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001156 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001157 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001158 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001159 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001160 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001161 - grpc_workaround_cronet_compression_filter
1162 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001163 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001165 vs_packages:
1166 - grpc.dependencies.openssl
1167 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001169- name: grpc_cronet
1170 build: all
1171 language: c
1172 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001173 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001174 baselib: true
1175 deps_linkage: static
1176 dll: true
1177 filegroups:
1178 - grpc_base
1179 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001180 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001181 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001182 generate_plugin_registry: true
1183 platforms:
1184 - linux
1185 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001186- name: grpc_dll
1187 build: private
1188 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001189 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001190 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001191 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001192 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001193 build_system:
1194 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001195 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001196 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001197 vs_config_type: DynamicLibrary
1198 vs_packages:
1199 - grpc.dependencies.openssl
1200 - grpc.dependencies.zlib
1201 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1202 vs_props:
1203 - zlib
1204 - openssl
1205 - winsock
1206 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001207- name: grpc_test_util
1208 build: private
1209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001210 headers:
1211 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001212 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001213 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001214 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001215 - test/core/end2end/data/server1_cert.c
1216 - test/core/end2end/data/server1_key.c
1217 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001218 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001219 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001220 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001221 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001222 - grpc
1223 filegroups:
1224 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001225 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1226- name: grpc_test_util_unsecure
1227 build: private
1228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001229 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001230 - gpr
1231 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001232 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001233 filegroups:
1234 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001235 secure: false
1236 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1237- name: grpc_unsecure
1238 build: all
1239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001240 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001241 - src/core/lib/surface/init.cc
1242 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001244 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001246 filegroups:
1247 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001248 - grpc_transport_chttp2_server_insecure
1249 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001250 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001251 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001252 - grpc_resolver_dns_native
1253 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001254 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001255 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001256 - grpc_lb_policy_grpclb
1257 - grpc_lb_policy_pick_first
1258 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001259 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001260 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001261 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001262 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001263 - grpc_workaround_cronet_compression_filter
1264 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001265 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001266 secure: false
1267 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001268- name: reconnect_server
1269 build: private
1270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001271 headers:
1272 - test/core/util/reconnect_server.h
1273 src:
1274 - test/core/util/reconnect_server.c
1275 deps:
yang-gc9fca182015-11-06 16:41:33 -08001276 - test_tcp_server
1277 - grpc_test_util
1278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001279 - gpr_test_util
1280 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001281- name: test_tcp_server
1282 build: private
1283 language: c
1284 headers:
1285 - test/core/util/test_tcp_server.h
1286 src:
1287 - test/core/util/test_tcp_server.c
1288 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001289 - grpc_test_util
1290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001291 - gpr_test_util
1292 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001293- name: grpc++
1294 build: all
1295 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001296 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001297 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001298 - src/cpp/client/secure_credentials.h
1299 - src/cpp/common/secure_auth_context.h
1300 - src/cpp/server/secure_server_credentials.h
1301 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001302 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001303 - src/cpp/client/secure_credentials.cc
1304 - src/cpp/common/auth_property_iterator.cc
1305 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001306 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001307 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001308 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001309 - src/cpp/server/secure_server_credentials.cc
1310 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001311 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312 baselib: true
1313 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001314 filegroups:
1315 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001316 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001317 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001318 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001319 secure: check
1320 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001321- name: grpc++_core_stats
1322 build: private
1323 language: c++
1324 public_headers:
1325 - src/cpp/util/core_stats.h
1326 src:
1327 - src/proto/grpc/core/stats.proto
1328 - src/cpp/util/core_stats.cc
1329 deps:
1330 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001331- name: grpc++_cronet
1332 build: all
1333 language: c++
1334 src:
1335 - src/cpp/client/cronet_credentials.cc
1336 - src/cpp/client/insecure_credentials.cc
1337 - src/cpp/common/insecure_create_auth_context.cc
1338 - src/cpp/server/insecure_server_credentials.cc
1339 deps:
1340 - gpr
1341 - grpc_cronet
1342 baselib: true
1343 dll: true
1344 filegroups:
1345 - grpc++_base
1346 - grpc++_codegen_base
1347 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001348 - grpc_transport_chttp2_client_insecure
1349 - grpc_transport_chttp2_server_insecure
1350 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001351 platforms:
1352 - linux
1353 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001354- name: grpc++_error_details
1355 build: all
1356 language: c++
1357 public_headers:
1358 - include/grpc++/support/error_details.h
1359 src:
1360 - src/proto/grpc/status/status.proto
1361 - src/cpp/util/error_details.cc
1362 deps:
1363 - grpc++
1364 baselib: true
1365 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001366- name: grpc++_proto_reflection_desc_db
1367 build: private
1368 language: c++
1369 headers:
1370 - test/cpp/util/proto_reflection_descriptor_database.h
1371 src:
1372 - test/cpp/util/proto_reflection_descriptor_database.cc
1373 deps:
1374 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001375 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001376 filegroups:
1377 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001378 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001379- name: grpc++_reflection
1380 build: all
1381 language: c++
1382 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001383 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001384 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001385 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001386 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001387 - src/cpp/ext/proto_server_reflection.cc
1388 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001389 deps:
1390 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001391 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001392 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001393 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001394- name: grpc++_test_config
1395 build: private
1396 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001397 headers:
1398 - test/cpp/util/test_config.h
1399 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001400 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001401- name: grpc++_test_util
1402 build: private
1403 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001404 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001405 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001406 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001407 - test/cpp/util/create_test_channel.h
1408 - test/cpp/util/string_ref_helper.h
1409 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001410 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001411 src:
yang-gc8a49d22016-12-12 11:18:49 -08001412 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001413 - src/proto/grpc/testing/echo_messages.proto
1414 - src/proto/grpc/testing/echo.proto
1415 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001416 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001417 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001418 - test/cpp/util/create_test_channel.cc
1419 - test/cpp/util/string_ref_helper.cc
1420 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001421 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001422 deps:
1423 - grpc++
1424 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001425 - grpc
yang-g17487f92016-06-03 15:21:15 -07001426 filegroups:
1427 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001428 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001429 - grpc++_codegen_proto
1430 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001431- name: grpc++_test_util_unsecure
1432 build: private
1433 language: c++
1434 headers:
1435 - test/cpp/end2end/test_service_impl.h
1436 - test/cpp/util/byte_buffer_proto_helper.h
1437 - test/cpp/util/string_ref_helper.h
1438 - test/cpp/util/subprocess.h
1439 src:
1440 - src/proto/grpc/health/v1/health.proto
1441 - src/proto/grpc/testing/echo_messages.proto
1442 - src/proto/grpc/testing/echo.proto
1443 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1444 - test/cpp/end2end/test_service_impl.cc
1445 - test/cpp/util/byte_buffer_proto_helper.cc
1446 - test/cpp/util/string_ref_helper.cc
1447 - test/cpp/util/subprocess.cc
1448 deps:
1449 - grpc++_unsecure
1450 - grpc_test_util_unsecure
1451 - grpc_unsecure
1452 filegroups:
1453 - grpc++_codegen_base
1454 - grpc++_codegen_base_src
1455 - grpc++_codegen_proto
1456 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457- name: grpc++_unsecure
1458 build: all
1459 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001460 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001461 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001462 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001463 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001464 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001465 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001466 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467 baselib: true
1468 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001469 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001470 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001471 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001472 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473 secure: false
1474 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001475- name: grpc_benchmark
1476 build: test
1477 language: c++
1478 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001479 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1480 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001481 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001482 src:
1483 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001484 deps:
1485 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001486 - grpc++_unsecure
1487 - grpc_test_util_unsecure
1488 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001489 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001490- name: grpc_cli_libs
1491 build: private
1492 language: c++
1493 headers:
1494 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001495 - test/cpp/util/cli_credentials.h
1496 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001497 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001498 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001499 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001500 src:
1501 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001502 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001503 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001504 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001505 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001506 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001507 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001508 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001509 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001510 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001511 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001512 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001513- name: grpc_plugin_support
1514 build: protoc
1515 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001516 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001517 - src/compiler/config.h
1518 - src/compiler/cpp_generator.h
1519 - src/compiler/cpp_generator_helpers.h
1520 - src/compiler/csharp_generator.h
1521 - src/compiler/csharp_generator_helpers.h
1522 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001523 - src/compiler/node_generator.h
1524 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001525 - src/compiler/objective_c_generator.h
1526 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001527 - src/compiler/php_generator.h
1528 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301529 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001530 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301531 - src/compiler/python_generator_helpers.h
1532 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001533 - src/compiler/ruby_generator.h
1534 - src/compiler/ruby_generator_helpers-inl.h
1535 - src/compiler/ruby_generator_map-inl.h
1536 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301537 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001538 src:
1539 - src/compiler/cpp_generator.cc
1540 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001541 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001542 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001543 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001544 - src/compiler/python_generator.cc
1545 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001546 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001547 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001548 secure: false
1549 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001550 vs_props:
1551 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001552- name: http2_client_main
1553 build: private
1554 language: c++
1555 headers:
1556 - test/cpp/interop/http2_client.h
1557 src:
1558 - src/proto/grpc/testing/empty.proto
1559 - src/proto/grpc/testing/messages.proto
1560 - src/proto/grpc/testing/test.proto
1561 - test/cpp/interop/http2_client.cc
1562 deps:
1563 - grpc++_test_util
1564 - grpc_test_util
1565 - grpc++
1566 - grpc
1567 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001568- name: interop_client_helper
1569 build: private
1570 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001571 headers:
1572 - test/cpp/interop/client_helper.h
1573 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001574 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001575 - test/cpp/interop/client_helper.cc
1576 deps:
1577 - grpc++_test_util
1578 - grpc_test_util
1579 - grpc++
1580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001581 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001582- name: interop_client_main
1583 build: private
1584 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001585 headers:
1586 - test/cpp/interop/interop_client.h
1587 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001588 - src/proto/grpc/testing/empty.proto
1589 - src/proto/grpc/testing/messages.proto
1590 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001591 - test/cpp/interop/client.cc
1592 - test/cpp/interop/interop_client.cc
1593 deps:
1594 - interop_client_helper
1595 - grpc++_test_util
1596 - grpc_test_util
1597 - grpc++
1598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001599 - gpr_test_util
1600 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001601 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001602- name: interop_server_helper
1603 build: private
1604 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001605 headers:
1606 - test/cpp/interop/server_helper.h
1607 src:
1608 - test/cpp/interop/server_helper.cc
1609 deps:
yang-gcc591022017-01-11 11:10:43 -08001610 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001611 - grpc_test_util
1612 - grpc++
1613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001614 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001615- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001616 build: private
1617 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001618 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001619 - src/proto/grpc/testing/empty.proto
1620 - src/proto/grpc/testing/messages.proto
1621 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001622 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001623 deps:
1624 - interop_server_helper
1625 - grpc++_test_util
1626 - grpc_test_util
1627 - grpc++
1628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr_test_util
1630 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001631 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001632- name: interop_server_main
1633 build: private
1634 language: c++
1635 src:
1636 - test/cpp/interop/interop_server_bootstrap.cc
1637 deps:
1638 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001639- name: qps
1640 build: private
1641 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001642 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001643 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001644 - test/cpp/qps/client.h
1645 - test/cpp/qps/driver.h
1646 - test/cpp/qps/histogram.h
1647 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001648 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001649 - test/cpp/qps/qps_worker.h
1650 - test/cpp/qps/report.h
1651 - test/cpp/qps/server.h
1652 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001653 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001654 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001655 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001656 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001657 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001658 - src/proto/grpc/testing/control.proto
1659 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001660 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001661 - test/cpp/qps/client_async.cc
1662 - test/cpp/qps/client_sync.cc
1663 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001664 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001665 - test/cpp/qps/qps_worker.cc
1666 - test/cpp/qps/report.cc
1667 - test/cpp/qps/server_async.cc
1668 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001669 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001670 deps:
1671 - grpc_test_util
1672 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001673 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001674 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001675 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001676- name: grpc_csharp_ext
1677 build: all
1678 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001679 src:
1680 - src/csharp/ext/grpc_csharp_ext.c
1681 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001684 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001685 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686 dll: only
1687 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001688 vs_packages:
1689 - grpc.dependencies.openssl
1690 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001691 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001692 vs_props:
1693 - zlib
1694 - openssl
1695 - winsock
1696 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001698- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001699 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001700 build: test
1701 language: c
1702 src:
1703 - test/core/surface/alarm_test.c
1704 deps:
1705 - grpc_test_util
1706 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001707 - gpr_test_util
1708 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001709- name: algorithm_test
1710 build: test
1711 language: c
1712 src:
1713 - test/core/compression/algorithm_test.c
1714 deps:
1715 - grpc_test_util
1716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001717 - gpr_test_util
1718 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001719 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001720- name: alloc_test
1721 build: test
1722 language: c
1723 src:
1724 - test/core/support/alloc_test.c
1725 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001726 - gpr_test_util
1727 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001728 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001729- name: alpn_test
1730 build: test
1731 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001732 src:
1733 - test/core/transport/chttp2/alpn_test.c
1734 deps:
1735 - grpc_test_util
1736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001737 - gpr_test_util
1738 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001739- name: api_fuzzer
1740 build: fuzzer
1741 language: c
1742 src:
1743 - test/core/end2end/fuzzers/api_fuzzer.c
1744 deps:
1745 - grpc_test_util
1746 - grpc
1747 - gpr_test_util
1748 - gpr
1749 corpus_dirs:
1750 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001751 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001752 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001753- name: arena_test
1754 build: test
1755 language: c
1756 src:
1757 - test/core/support/arena_test.c
1758 deps:
1759 - gpr_test_util
1760 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001761 uses_polling: false
Craig Tillerc0df1c02017-07-17 16:12:33 -07001762- name: backoff_test
1763 build: test
1764 language: c
1765 src:
1766 - test/core/backoff/backoff_test.c
1767 deps:
1768 - grpc_test_util
1769 - grpc
1770 - gpr_test_util
1771 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001772 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001773- name: bad_server_response_test
1774 build: test
1775 language: c
1776 src:
1777 - test/core/end2end/bad_server_response_test.c
1778 deps:
1779 - test_tcp_server
1780 - grpc_test_util
1781 - grpc
1782 - gpr_test_util
1783 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001784 exclude_iomgrs:
1785 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001786- name: bin_decoder_test
1787 build: test
1788 language: c
1789 src:
1790 - test/core/transport/chttp2/bin_decoder_test.c
1791 deps:
1792 - grpc_test_util
1793 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001794 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001795- name: bin_encoder_test
1796 build: test
1797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001798 src:
1799 - test/core/transport/chttp2/bin_encoder_test.c
1800 deps:
1801 - grpc_test_util
1802 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001803 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001804- name: byte_stream_test
1805 build: test
1806 language: c
1807 src:
1808 - test/core/transport/byte_stream_test.c
1809 deps:
1810 - grpc_test_util
1811 - grpc
1812 - gpr_test_util
1813 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001814 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001815- name: channel_create_test
1816 build: test
1817 language: c
1818 src:
1819 - test/core/surface/channel_create_test.c
1820 deps:
1821 - grpc_test_util
1822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr_test_util
1824 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001825- name: check_epollexclusive
1826 build: tool
1827 language: c
1828 src:
1829 - test/build/check_epollexclusive.c
1830 deps:
1831 - grpc
1832 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001833- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001834 build: test
1835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001836 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001837 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001838 deps:
1839 - grpc_test_util
1840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001843 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001844- name: chttp2_stream_map_test
1845 build: test
1846 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001847 src:
1848 - test/core/transport/chttp2/stream_map_test.c
1849 deps:
1850 - grpc_test_util
1851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001852 - gpr_test_util
1853 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001854 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001855- name: chttp2_varint_test
1856 build: test
1857 language: c
1858 src:
1859 - test/core/transport/chttp2/varint_test.c
1860 deps:
1861 - grpc_test_util
1862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr_test_util
1864 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001865 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001866- name: client_fuzzer
1867 build: fuzzer
1868 language: c
1869 src:
1870 - test/core/end2end/fuzzers/client_fuzzer.c
1871 deps:
1872 - grpc_test_util
1873 - grpc
1874 - gpr_test_util
1875 - gpr
1876 corpus_dirs:
1877 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001878 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001879 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001880- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001881 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001882 build: test
1883 language: c
1884 src:
1885 - test/core/iomgr/combiner_test.c
1886 deps:
1887 - grpc_test_util
1888 - grpc
1889 - gpr_test_util
1890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: compression_test
1892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/compression/compression_test.c
1896 deps:
1897 - grpc_test_util
1898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001901 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001902- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001903 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001904 build: test
1905 language: c
1906 src:
1907 - test/core/surface/concurrent_connectivity_test.c
1908 deps:
1909 - grpc_test_util
1910 - grpc
1911 - gpr_test_util
1912 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001913 exclude_iomgrs:
1914 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001915- name: connection_refused_test
1916 cpu_cost: 0.1
1917 build: test
1918 language: c
1919 src:
1920 - test/core/end2end/connection_refused_test.c
1921 deps:
1922 - grpc_test_util
1923 - grpc
1924 - gpr_test_util
1925 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001926- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001927 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001928 build: test
1929 language: c
1930 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001931 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001932 deps:
1933 - grpc_test_util
1934 - grpc
1935 - gpr_test_util
1936 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001937 exclude_iomgrs:
1938 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001939- name: dns_resolver_test
1940 build: test
1941 language: c
1942 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001943 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001944 deps:
1945 - grpc_test_util
1946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001947 - gpr_test_util
1948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001950 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/core/end2end/dualstack_socket_test.c
1955 deps:
1956 - grpc_test_util
1957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001960 exclude_iomgrs:
1961 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001962 platforms:
1963 - mac
1964 - linux
1965 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001966- name: endpoint_pair_test
1967 build: test
1968 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001969 src:
1970 - test/core/iomgr/endpoint_pair_test.c
1971 deps:
1972 - grpc_test_util
1973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 - gpr_test_util
1975 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001976 exclude_iomgrs:
1977 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001978- name: error_test
1979 cpu_cost: 30
1980 build: test
1981 language: c
1982 src:
1983 - test/core/iomgr/error_test.c
1984 deps:
1985 - grpc_test_util
1986 - grpc
1987 - gpr_test_util
1988 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001989 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00001990- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001991 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001992 build: test
1993 language: c
1994 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00001995 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001996 deps:
1997 - grpc_test_util
1998 - grpc
1999 - gpr_test_util
2000 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002001 exclude_iomgrs:
2002 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002003 platforms:
2004 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002005- name: fake_resolver_test
2006 build: test
2007 language: c
2008 src:
2009 - test/core/client_channel/resolvers/fake_resolver_test.c
2010 deps:
2011 - grpc_test_util
2012 - grpc
2013 - gpr_test_util
2014 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002015- name: fake_transport_security_test
2016 build: test
2017 language: c
2018 src:
2019 - test/core/tsi/fake_transport_security_test.c
2020 deps:
2021 - gpr_test_util
2022 - gpr
2023 - grpc
2024 filegroups:
2025 - transport_security_test_lib
2026 platforms:
2027 - linux
2028 - posix
2029 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002030- name: fd_conservation_posix_test
2031 build: test
2032 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002033 src:
2034 - test/core/iomgr/fd_conservation_posix_test.c
2035 deps:
2036 - grpc_test_util
2037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002038 - gpr_test_util
2039 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002040 exclude_iomgrs:
2041 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002042 platforms:
2043 - mac
2044 - linux
2045 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002046- name: fd_posix_test
2047 build: test
2048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002049 src:
2050 - test/core/iomgr/fd_posix_test.c
2051 deps:
2052 - grpc_test_util
2053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002056 exclude_iomgrs:
2057 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002058 platforms:
2059 - mac
2060 - linux
2061 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002062- name: fling_client
2063 build: test
2064 run: false
2065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
2067 - test/core/fling/client.c
2068 deps:
2069 - grpc_test_util
2070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr_test_util
2072 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073- name: fling_server
2074 build: test
2075 run: false
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/fling/server.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002085 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002086 build: test
2087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002088 src:
2089 - test/core/fling/fling_stream_test.c
2090 deps:
2091 - grpc_test_util
2092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr_test_util
2094 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002095 platforms:
2096 - mac
2097 - linux
2098 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002100 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101 build: test
2102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002103 src:
2104 - test/core/fling/fling_test.c
2105 deps:
2106 - grpc_test_util
2107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002108 - gpr_test_util
2109 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002110 platforms:
2111 - mac
2112 - linux
2113 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002114- name: gen_hpack_tables
2115 build: tool
2116 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002117 src:
2118 - tools/codegen/core/gen_hpack_tables.c
2119 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002120 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002121 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002122 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002123- name: gen_legal_metadata_characters
2124 build: tool
2125 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002126 src:
2127 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002129- name: gen_percent_encoding_tables
2130 build: tool
2131 language: c
2132 src:
2133 - tools/codegen/core/gen_percent_encoding_tables.c
2134 deps: []
Vijay Pai58f38f52017-10-11 10:53:11 -07002135 uses_polling: false
Craig Tiller1b719582016-03-24 09:06:13 -07002136- name: goaway_server_test
2137 cpu_cost: 0.1
2138 build: test
2139 language: c
2140 src:
2141 - test/core/end2end/goaway_server_test.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
2145 - gpr_test_util
2146 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002147 exclude_iomgrs:
2148 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002149 platforms:
2150 - mac
2151 - linux
2152 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002153- name: gpr_avl_test
2154 build: test
2155 language: c
2156 src:
2157 - test/core/support/avl_test.c
2158 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002161 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162- name: gpr_cmdline_test
2163 build: test
2164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002165 src:
2166 - test/core/support/cmdline_test.c
2167 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002168 - gpr_test_util
2169 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002170 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002171- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002172 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002173 build: test
2174 language: c
2175 src:
2176 - test/core/support/cpu_test.c
2177 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr_test_util
2179 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002180 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002181- name: gpr_env_test
2182 build: test
2183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
2185 - test/core/support/env_test.c
2186 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002189 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002190- name: gpr_histogram_test
2191 build: test
2192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002193 src:
2194 - test/core/support/histogram_test.c
2195 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002196 - gpr_test_util
2197 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002198 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199- name: gpr_host_port_test
2200 build: test
2201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002202 src:
2203 - test/core/support/host_port_test.c
2204 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002205 - gpr_test_util
2206 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002207 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002208- name: gpr_log_test
2209 build: test
2210 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002211 src:
2212 - test/core/support/log_test.c
2213 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002216 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002217- name: gpr_mpscq_test
2218 cpu_cost: 30
2219 build: test
2220 language: c
2221 src:
2222 - test/core/support/mpscq_test.c
2223 deps:
2224 - gpr_test_util
2225 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002226 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002227- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002228 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002229 build: test
2230 language: c
2231 src:
2232 - test/core/support/spinlock_test.c
2233 deps:
2234 - gpr_test_util
2235 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002236 uses_polling: false
Ken Paysona4710a02017-07-10 16:49:59 -07002237- name: gpr_stack_lockfree_test
2238 cpu_cost: 7
2239 build: test
2240 language: c
2241 src:
2242 - test/core/support/stack_lockfree_test.c
2243 deps:
2244 - gpr_test_util
2245 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002246 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: gpr_string_test
2248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
2251 - test/core/support/string_test.c
2252 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr_test_util
2254 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002255 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002257 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002258 build: test
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
2261 - test/core/support/sync_test.c
2262 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002265 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002266- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002267 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268 build: test
2269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002270 src:
2271 - test/core/support/thd_test.c
2272 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002275 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002276- name: gpr_time_test
2277 build: test
2278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002279 src:
2280 - test/core/support/time_test.c
2281 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002282 - gpr_test_util
2283 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002284 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: gpr_tls_test
2286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
2289 - test/core/support/tls_test.c
2290 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 - gpr_test_util
2292 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002293 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294- name: gpr_useful_test
2295 build: test
2296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
2298 - test/core/support/useful_test.c
2299 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002302 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002303- name: grpc_auth_context_test
2304 build: test
2305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002306 src:
2307 - test/core/security/auth_context_test.c
2308 deps:
2309 - grpc_test_util
2310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002311 - gpr_test_util
2312 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002313 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002314- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002315 build: test
2316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002317 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002318 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002319 deps:
2320 - grpc_test_util
2321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002322 - gpr_test_util
2323 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002324 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: grpc_byte_buffer_reader_test
2326 build: test
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - test/core/surface/byte_buffer_reader_test.c
2330 deps:
2331 - grpc_test_util
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002335 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: grpc_channel_args_test
2337 build: test
2338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002339 src:
2340 - test/core/channel/channel_args_test.c
2341 deps:
2342 - grpc_test_util
2343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002344 - gpr_test_util
2345 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002346 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002347- name: grpc_channel_stack_builder_test
2348 build: test
2349 language: c
2350 src:
2351 - test/core/channel/channel_stack_builder_test.c
2352 deps:
2353 - grpc_test_util
2354 - grpc
2355 - gpr_test_util
2356 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357- name: grpc_channel_stack_test
2358 build: test
2359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002360 src:
2361 - test/core/channel/channel_stack_test.c
2362 deps:
2363 - grpc_test_util
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002367 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: grpc_completion_queue_test
2369 build: test
2370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
2372 - test/core/surface/completion_queue_test.c
2373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002378- name: grpc_completion_queue_threading_test
2379 build: test
2380 language: c
2381 src:
2382 - test/core/surface/completion_queue_threading_test.c
2383 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 Tillerbf4b2242015-08-31 15:53:53 -07002390- name: grpc_create_jwt
2391 build: tool
2392 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002393 src:
2394 - test/core/security/create_jwt.c
2395 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002397 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002398 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002399 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002400- name: grpc_credentials_test
2401 build: test
2402 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002403 src:
2404 - test/core/security/credentials_test.c
2405 deps:
2406 - grpc_test_util
2407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002408 - gpr_test_util
2409 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002411 build: test
2412 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002414 src:
2415 - test/core/security/fetch_oauth2.c
2416 deps:
2417 - grpc_test_util
2418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002419 - gpr_test_util
2420 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002421- name: grpc_invalid_channel_args_test
2422 build: test
2423 language: c
2424 src:
2425 - test/core/surface/invalid_channel_args_test.c
2426 deps:
2427 - grpc_test_util
2428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr_test_util
2430 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002431 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002432- name: grpc_json_token_test
2433 build: test
2434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
2436 - test/core/security/json_token_test.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002442 platforms:
2443 - linux
2444 - posix
2445 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002446 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447- name: grpc_jwt_verifier_test
2448 build: test
2449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002450 src:
2451 - test/core/security/jwt_verifier_test.c
2452 deps:
2453 - grpc_test_util
2454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002455 - gpr_test_util
2456 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002457 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: grpc_print_google_default_creds_token
2459 build: tool
2460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002461 src:
2462 - test/core/security/print_google_default_creds_token.c
2463 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002465 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002466 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002467- name: grpc_security_connector_test
2468 build: test
2469 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002470 src:
2471 - test/core/security/security_connector_test.c
2472 deps:
2473 - grpc_test_util
2474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002475 - gpr_test_util
2476 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002477- name: grpc_ssl_credentials_test
2478 build: test
2479 language: c
2480 src:
2481 - test/core/security/ssl_credentials_test.c
2482 deps:
2483 - grpc_test_util
2484 - grpc
2485 - gpr_test_util
2486 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487- name: grpc_verify_jwt
2488 build: tool
2489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002490 src:
2491 - test/core/security/verify_jwt.c
2492 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002495 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002496- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002497 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002498 language: c
2499 src:
2500 - test/core/handshake/client_ssl.c
2501 deps:
2502 - grpc_test_util
2503 - grpc
2504 - gpr_test_util
2505 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002506 exclude_iomgrs:
2507 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002508 platforms:
2509 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002510 secure: true
2511- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002512 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002513 language: c
2514 src:
2515 - test/core/handshake/server_ssl.c
2516 deps:
2517 - grpc_test_util
2518 - grpc
2519 - gpr_test_util
2520 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002521 exclude_iomgrs:
2522 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002523 platforms:
2524 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002525 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002526- name: hpack_parser_fuzzer_test
2527 build: fuzzer
2528 language: c
2529 src:
2530 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2531 deps:
2532 - grpc_test_util
2533 - grpc
2534 - gpr_test_util
2535 - gpr
2536 corpus_dirs:
2537 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002538 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002539 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002540- name: hpack_parser_test
2541 build: test
2542 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002543 src:
2544 - test/core/transport/chttp2/hpack_parser_test.c
2545 deps:
2546 - grpc_test_util
2547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002548 - gpr_test_util
2549 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002550 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: hpack_table_test
2552 build: test
2553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002554 src:
2555 - test/core/transport/chttp2/hpack_table_test.c
2556 deps:
2557 - grpc_test_util
2558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002559 - gpr_test_util
2560 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002561 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002562- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002563 build: test
2564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002565 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002566 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002567 deps:
2568 - grpc_test_util
2569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002570 - gpr_test_util
2571 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002572 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002573- name: http_request_fuzzer_test
2574 build: fuzzer
2575 language: c
2576 src:
2577 - test/core/http/request_fuzzer.c
2578 deps:
2579 - grpc_test_util
2580 - grpc
2581 - gpr_test_util
2582 - gpr
2583 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002584 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002585 maxlen: 2048
2586- name: http_response_fuzzer_test
2587 build: fuzzer
2588 language: c
2589 src:
2590 - test/core/http/response_fuzzer.c
2591 deps:
2592 - grpc_test_util
2593 - grpc
2594 - gpr_test_util
2595 - gpr
2596 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002597 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002598 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002599- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600 build: test
2601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002602 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002603 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002604 deps:
2605 - grpc_test_util
2606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002607 - gpr_test_util
2608 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002609- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002610 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611 build: test
2612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002613 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002614 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002615 deps:
2616 - grpc_test_util
2617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002618 - gpr_test_util
2619 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002620 platforms:
2621 - mac
2622 - linux
2623 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002624- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002625 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002626 build: test
2627 language: c
2628 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002629 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002630 deps:
2631 - grpc_test_util
2632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002633 - gpr_test_util
2634 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002635 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002636 - linux
yang-gf1183302015-12-07 16:02:05 -08002637- name: init_test
2638 build: test
2639 language: c
2640 src:
2641 - test/core/surface/init_test.c
2642 deps:
2643 - grpc_test_util
2644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002645 - gpr_test_util
2646 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002647 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002648- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002649 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002650 build: test
2651 language: c
2652 src:
2653 - test/core/end2end/invalid_call_argument_test.c
2654 deps:
2655 - grpc_test_util
2656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002657 - gpr_test_util
2658 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002659- name: json_fuzzer_test
2660 build: fuzzer
2661 language: c
2662 src:
2663 - test/core/json/fuzzer.c
2664 deps:
2665 - grpc_test_util
2666 - grpc
2667 - gpr_test_util
2668 - gpr
2669 corpus_dirs:
2670 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002671 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002672- name: json_rewrite
2673 build: test
2674 run: false
2675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002676 src:
2677 - test/core/json/json_rewrite.c
2678 deps:
2679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002680 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002681 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682- name: json_rewrite_test
2683 build: test
2684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002685 src:
2686 - test/core/json/json_rewrite_test.c
2687 deps:
2688 - grpc_test_util
2689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002690 - gpr_test_util
2691 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002692 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002693- name: json_stream_error_test
2694 build: test
2695 language: c
2696 src:
2697 - test/core/json/json_stream_error_test.c
2698 deps:
2699 - grpc_test_util
2700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002701 - gpr_test_util
2702 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002703 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002704- name: json_test
2705 build: test
2706 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
2708 - test/core/json/json_test.c
2709 deps:
2710 - grpc_test_util
2711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002712 - gpr_test_util
2713 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002714 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002715- name: lame_client_test
2716 build: test
2717 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002718 src:
2719 - test/core/surface/lame_client_test.c
2720 deps:
2721 - grpc_test_util
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002725- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002726 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002727 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002728 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002729 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002730 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002731 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002732 deps:
2733 - grpc_test_util
2734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002735 - gpr_test_util
2736 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002737 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002738- name: load_file_test
2739 build: test
2740 language: c
2741 src:
2742 - test/core/iomgr/load_file_test.c
2743 deps:
2744 - grpc_test_util
2745 - grpc
2746 - gpr_test_util
2747 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002748 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002749- name: low_level_ping_pong_benchmark
2750 build: benchmark
2751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002752 src:
2753 - test/core/network_benchmarks/low_level_ping_pong.c
2754 deps:
2755 - grpc_test_util
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr_test_util
2758 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002759 platforms:
2760 - mac
2761 - linux
2762 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002763- name: memory_profile_client
2764 build: test
2765 run: false
2766 language: c
2767 src:
2768 - test/core/memory_usage/client.c
2769 deps:
2770 - grpc_test_util
2771 - grpc
2772 - gpr_test_util
2773 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002774 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002775- name: memory_profile_server
2776 build: test
2777 run: false
2778 language: c
2779 src:
2780 - test/core/memory_usage/server.c
2781 deps:
2782 - grpc_test_util
2783 - grpc
2784 - gpr_test_util
2785 - gpr
2786- name: memory_profile_test
2787 cpu_cost: 1.5
2788 build: test
2789 language: c
2790 src:
2791 - test/core/memory_usage/memory_usage_test.c
2792 deps:
2793 - grpc_test_util
2794 - grpc
2795 - gpr_test_util
2796 - gpr
2797 platforms:
2798 - mac
2799 - linux
2800 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801- name: message_compress_test
2802 build: test
2803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002804 src:
2805 - test/core/compression/message_compress_test.c
2806 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 Tiller494e72d2017-04-03 08:43:22 -07002812- name: minimal_stack_is_minimal_test
2813 build: test
2814 language: c
2815 src:
2816 - test/core/channel/minimal_stack_is_minimal_test.c
2817 deps:
2818 - grpc_test_util
2819 - grpc
2820 - gpr_test_util
2821 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002822 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002823- name: multiple_server_queues_test
2824 build: test
2825 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002826 src:
2827 - test/core/end2end/multiple_server_queues_test.c
2828 deps:
2829 - grpc_test_util
2830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002831 - gpr_test_util
2832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833- name: murmur_hash_test
2834 build: test
2835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002836 src:
2837 - test/core/support/murmur_hash_test.c
2838 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002839 - gpr_test_util
2840 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002841 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002842- name: nanopb_fuzzer_response_test
2843 build: fuzzer
2844 language: c
2845 src:
2846 - test/core/nanopb/fuzzer_response.c
2847 deps:
2848 - grpc_test_util
2849 - grpc
2850 - gpr_test_util
2851 - gpr
2852 corpus_dirs:
2853 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002854 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002855- name: nanopb_fuzzer_serverlist_test
2856 build: fuzzer
2857 language: c
2858 src:
2859 - test/core/nanopb/fuzzer_serverlist.c
2860 deps:
2861 - grpc_test_util
2862 - grpc
2863 - gpr_test_util
2864 - gpr
2865 corpus_dirs:
2866 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002867 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002868- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002869 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002870 build: test
2871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002872 src:
2873 - test/core/end2end/no_server_test.c
2874 deps:
2875 - grpc_test_util
2876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002877 - gpr_test_util
2878 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002879- name: num_external_connectivity_watchers_test
2880 build: test
2881 language: c
2882 src:
2883 - test/core/surface/num_external_connectivity_watchers_test.c
2884 deps:
2885 - grpc_test_util
2886 - grpc
2887 - gpr_test_util
2888 - gpr
2889 exclude_iomgrs:
2890 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002891- name: parse_address_test
2892 build: test
2893 language: c
2894 src:
2895 - test/core/client_channel/parse_address_test.c
2896 deps:
2897 - grpc_test_util
2898 - grpc
2899 - gpr_test_util
2900 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002901 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002902- name: percent_decode_fuzzer
2903 build: fuzzer
2904 language: c
2905 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002906 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002907 deps:
2908 - grpc_test_util
2909 - grpc
2910 - gpr_test_util
2911 - gpr
2912 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002913 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002914 maxlen: 32
2915- name: percent_encode_fuzzer
2916 build: fuzzer
2917 language: c
2918 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002919 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002920 deps:
2921 - grpc_test_util
2922 - grpc
2923 - gpr_test_util
2924 - gpr
2925 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002926 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002927 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002928- name: percent_encoding_test
2929 build: test
2930 language: c
2931 src:
2932 - test/core/slice/percent_encoding_test.c
2933 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002934 - grpc_test_util
2935 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002936 - gpr_test_util
2937 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002938 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002939- name: pollset_set_test
2940 build: test
2941 language: c
2942 src:
2943 - test/core/iomgr/pollset_set_test.c
2944 deps:
2945 - grpc_test_util
2946 - grpc
2947 - gpr_test_util
2948 - gpr
2949 exclude_iomgrs:
2950 - uv
2951 platforms:
2952 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002953- name: resolve_address_posix_test
2954 build: test
2955 language: c
2956 src:
2957 - test/core/iomgr/resolve_address_posix_test.c
2958 deps:
2959 - grpc_test_util
2960 - grpc
2961 - gpr_test_util
2962 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002963 exclude_iomgrs:
2964 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002965 platforms:
2966 - mac
2967 - linux
2968 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002969- name: resolve_address_test
2970 build: test
2971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002972 src:
2973 - test/core/iomgr/resolve_address_test.c
2974 deps:
2975 - grpc_test_util
2976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002977 - gpr_test_util
2978 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002979- name: resource_quota_test
2980 cpu_cost: 30
2981 build: test
2982 language: c
2983 src:
2984 - test/core/iomgr/resource_quota_test.c
2985 deps:
2986 - grpc_test_util
2987 - grpc
2988 - gpr_test_util
2989 - gpr
yang-gd482e592015-12-10 14:04:00 -08002990- name: secure_channel_create_test
2991 build: test
2992 language: c
2993 src:
2994 - test/core/surface/secure_channel_create_test.c
2995 deps:
2996 - grpc_test_util
2997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002998 - gpr_test_util
2999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003000- name: secure_endpoint_test
3001 build: test
3002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003003 src:
3004 - test/core/security/secure_endpoint_test.c
3005 deps:
3006 - grpc_test_util
3007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003008 - gpr_test_util
3009 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003010 exclude_iomgrs:
3011 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003012- name: sequential_connectivity_test
3013 build: test
3014 language: c
3015 src:
3016 - test/core/surface/sequential_connectivity_test.c
3017 deps:
3018 - grpc_test_util
3019 - grpc
3020 - gpr_test_util
3021 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003022 exclude_iomgrs:
3023 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003024- name: server_chttp2_test
3025 build: test
3026 language: c
3027 src:
3028 - test/core/surface/server_chttp2_test.c
3029 deps:
3030 - grpc_test_util
3031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003032 - gpr_test_util
3033 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003034- name: server_fuzzer
3035 build: fuzzer
3036 language: c
3037 src:
3038 - test/core/end2end/fuzzers/server_fuzzer.c
3039 deps:
3040 - grpc_test_util
3041 - grpc
3042 - gpr_test_util
3043 - gpr
3044 corpus_dirs:
3045 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003046 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003047 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003048- name: server_test
3049 build: test
3050 language: c
3051 src:
3052 - test/core/surface/server_test.c
3053 deps:
3054 - grpc_test_util
3055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003056 - gpr_test_util
3057 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003058- name: slice_buffer_test
3059 build: test
3060 language: c
3061 src:
3062 - test/core/slice/slice_buffer_test.c
3063 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003064 - grpc_test_util
3065 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003066 - gpr_test_util
3067 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003068 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003069- name: slice_hash_table_test
3070 build: test
3071 language: c
3072 src:
3073 - test/core/slice/slice_hash_table_test.c
3074 deps:
3075 - grpc_test_util
3076 - grpc
3077 - gpr_test_util
3078 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003079 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003080- name: slice_string_helpers_test
3081 build: test
3082 language: c
3083 src:
3084 - test/core/slice/slice_string_helpers_test.c
3085 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003086 - grpc_test_util
3087 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003088 - gpr_test_util
3089 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003090 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003091- name: slice_test
3092 build: test
3093 language: c
3094 src:
3095 - test/core/slice/slice_test.c
3096 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003097 - grpc_test_util
3098 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003099 - gpr_test_util
3100 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003101 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003102- name: sockaddr_resolver_test
3103 build: test
3104 language: c
3105 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003106 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003107 deps:
3108 - grpc_test_util
3109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003110 - gpr_test_util
3111 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003112- name: sockaddr_utils_test
3113 build: test
3114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003115 src:
3116 - test/core/iomgr/sockaddr_utils_test.c
3117 deps:
3118 - grpc_test_util
3119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003120 - gpr_test_util
3121 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003122- name: socket_utils_test
3123 build: test
3124 language: c
3125 src:
3126 - test/core/iomgr/socket_utils_test.c
3127 deps:
3128 - grpc_test_util
3129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003130 - gpr_test_util
3131 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003132 exclude_iomgrs:
3133 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003134 platforms:
3135 - mac
3136 - linux
3137 - posix
yang-g31e21282016-11-04 15:10:03 -07003138- name: ssl_server_fuzzer
3139 build: fuzzer
3140 language: c
3141 src:
3142 - test/core/security/ssl_server_fuzzer.c
3143 deps:
3144 - grpc_test_util
3145 - grpc
3146 - gpr_test_util
3147 - gpr
3148 corpus_dirs:
3149 - test/core/security/corpus/ssl_server_corpus
3150 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003151- name: ssl_transport_security_test
3152 build: test
3153 language: c
3154 src:
3155 - test/core/tsi/ssl_transport_security_test.c
3156 deps:
3157 - gpr_test_util
3158 - gpr
3159 - grpc
3160 filegroups:
3161 - transport_security_test_lib
3162 platforms:
3163 - linux
3164 - posix
3165 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003166- name: status_conversion_test
3167 build: test
3168 language: c
3169 src:
3170 - test/core/transport/status_conversion_test.c
3171 deps:
3172 - grpc_test_util
3173 - grpc
3174 - gpr_test_util
3175 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003176 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003177- name: stream_compression_test
3178 build: test
3179 language: c
3180 src:
3181 - test/core/compression/stream_compression_test.c
3182 deps:
3183 - grpc_test_util
3184 - grpc
3185 - gpr_test_util
3186 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003187 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003188- name: stream_owned_slice_test
3189 build: test
3190 language: c
3191 src:
3192 - test/core/transport/stream_owned_slice_test.c
3193 deps:
3194 - grpc_test_util
3195 - grpc
3196 - gpr_test_util
3197 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003198 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003199- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003200 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201 build: test
3202 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003203 src:
3204 - test/core/iomgr/tcp_client_posix_test.c
3205 deps:
3206 - grpc_test_util
3207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003208 - gpr_test_util
3209 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003210 exclude_iomgrs:
3211 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003212 platforms:
3213 - mac
3214 - linux
3215 - posix
murgatroid991191b722017-02-08 11:56:52 -08003216- name: tcp_client_uv_test
3217 cpu_cost: 0.5
3218 build: test
3219 language: c
3220 src:
3221 - test/core/iomgr/tcp_client_uv_test.c
3222 deps:
3223 - grpc_test_util
3224 - grpc
3225 - gpr_test_util
3226 - gpr
3227 exclude_iomgrs:
3228 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003229- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003230 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003231 build: test
3232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003233 src:
3234 - test/core/iomgr/tcp_posix_test.c
3235 deps:
3236 - grpc_test_util
3237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003238 - gpr_test_util
3239 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003240 exclude_iomgrs:
3241 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003242 platforms:
3243 - mac
3244 - linux
3245 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003246- name: tcp_server_posix_test
3247 build: test
3248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003249 src:
3250 - test/core/iomgr/tcp_server_posix_test.c
3251 deps:
3252 - grpc_test_util
3253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003254 - gpr_test_util
3255 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003256 exclude_iomgrs:
3257 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003258 platforms:
3259 - mac
3260 - linux
3261 - posix
murgatroid991191b722017-02-08 11:56:52 -08003262- name: tcp_server_uv_test
3263 build: test
3264 language: c
3265 src:
3266 - test/core/iomgr/tcp_server_uv_test.c
3267 deps:
3268 - grpc_test_util
3269 - grpc
3270 - gpr_test_util
3271 - gpr
3272 exclude_iomgrs:
3273 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003274- name: time_averaged_stats_test
3275 build: test
3276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003277 src:
3278 - test/core/iomgr/time_averaged_stats_test.c
3279 deps:
3280 - grpc_test_util
3281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003282 - gpr_test_util
3283 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003284 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003285- name: timeout_encoding_test
3286 build: test
3287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003288 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003289 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003290 deps:
3291 - grpc_test_util
3292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003293 - gpr_test_util
3294 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003295 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003296- name: timer_heap_test
3297 build: test
3298 language: c
3299 src:
3300 - test/core/iomgr/timer_heap_test.c
3301 deps:
3302 - grpc_test_util
3303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003304 - gpr_test_util
3305 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003306 exclude_iomgrs:
3307 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003308 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003309- name: timer_list_test
3310 build: test
3311 language: c
3312 src:
3313 - test/core/iomgr/timer_list_test.c
3314 deps:
3315 - grpc_test_util
3316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003317 - gpr_test_util
3318 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003319 exclude_iomgrs:
3320 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003321 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003322- name: transport_connectivity_state_test
3323 build: test
3324 language: c
3325 src:
3326 - test/core/transport/connectivity_state_test.c
3327 deps:
3328 - grpc_test_util
3329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003330 - gpr_test_util
3331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003332- name: transport_metadata_test
3333 build: test
3334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003335 src:
3336 - test/core/transport/metadata_test.c
3337 deps:
3338 - grpc_test_util
3339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003340 - gpr_test_util
3341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003342- name: transport_security_test
3343 build: test
3344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003345 src:
3346 - test/core/tsi/transport_security_test.c
3347 deps:
3348 - grpc_test_util
3349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003350 - gpr_test_util
3351 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003352 platforms:
3353 - linux
3354 - posix
3355 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003356- name: udp_server_test
3357 build: test
3358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003359 src:
3360 - test/core/iomgr/udp_server_test.c
3361 deps:
3362 - grpc_test_util
3363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003364 - gpr_test_util
3365 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003366 exclude_iomgrs:
3367 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003368 platforms:
3369 - mac
3370 - linux
3371 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003372- name: uri_fuzzer_test
3373 build: fuzzer
3374 language: c
3375 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003376 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003377 deps:
3378 - grpc_test_util
3379 - grpc
3380 - gpr_test_util
3381 - gpr
3382 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003383 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003384 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003385- name: uri_parser_test
3386 build: test
3387 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003388 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003389 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003390 deps:
3391 - grpc_test_util
3392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003393 - gpr_test_util
3394 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003395- name: wakeup_fd_cv_test
3396 build: test
3397 language: c
3398 src:
3399 - test/core/iomgr/wakeup_fd_cv_test.c
3400 deps:
3401 - grpc_test_util
3402 - grpc
3403 - gpr_test_util
3404 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003405 exclude_iomgrs:
3406 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003407 platforms:
3408 - mac
3409 - linux
3410 - posix
vjpai04e992a2016-02-10 16:58:38 -08003411- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003412 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003413 build: test
3414 language: c++
3415 src:
3416 - test/cpp/common/alarm_cpp_test.cc
3417 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003418 - grpc++_test_util_unsecure
3419 - grpc_test_util_unsecure
3420 - grpc++_unsecure
3421 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003422 - gpr_test_util
3423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003424- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003425 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003426 build: test
3427 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003428 src:
3429 - test/cpp/end2end/async_end2end_test.cc
3430 deps:
3431 - grpc++_test_util
3432 - grpc_test_util
3433 - grpc++
3434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003435 - gpr_test_util
3436 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003437- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003438 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003439 build: test
3440 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003441 src:
3442 - test/cpp/common/auth_property_iterator_test.cc
3443 deps:
3444 - grpc++_test_util
3445 - grpc_test_util
3446 - grpc++
3447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003448 - gpr_test_util
3449 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003450 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003451- name: bdp_estimator_test
3452 build: test
3453 language: c++
3454 src:
3455 - test/core/transport/bdp_estimator_test.cc
3456 deps:
3457 - grpc++_test_util
3458 - grpc++
3459 - grpc_test_util
3460 - grpc
3461 - gpr_test_util
3462 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003463 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003464- name: bm_arena
3465 build: test
3466 language: c++
3467 src:
3468 - test/cpp/microbenchmarks/bm_arena.cc
3469 deps:
3470 - grpc_benchmark
3471 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003472 - grpc++_test_util_unsecure
3473 - grpc_test_util_unsecure
3474 - grpc++_unsecure
3475 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003476 - gpr_test_util
3477 - gpr
3478 args:
3479 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003480 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003481 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003482 platforms:
3483 - mac
3484 - linux
3485 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003486 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003487- name: bm_call_create
3488 build: test
3489 language: c++
3490 src:
3491 - test/cpp/microbenchmarks/bm_call_create.cc
3492 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003493 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003494 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003495 - grpc++_test_util_unsecure
3496 - grpc_test_util_unsecure
3497 - grpc++_unsecure
3498 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003499 - gpr_test_util
3500 - gpr
3501 args:
3502 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003503 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003504 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003505 platforms:
3506 - mac
3507 - linux
3508 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003509 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003510- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003511 build: test
3512 language: c++
3513 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003514 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003515 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003516 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003517 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003518 - grpc++_test_util_unsecure
3519 - grpc_test_util_unsecure
3520 - grpc++_unsecure
3521 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003522 - gpr_test_util
3523 - gpr
3524 args:
3525 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003526 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003527 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003528 platforms:
3529 - mac
3530 - linux
3531 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003532 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003533- name: bm_chttp2_transport
3534 build: test
3535 language: c++
3536 src:
3537 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3538 deps:
3539 - grpc_benchmark
3540 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003541 - grpc++_test_util_unsecure
3542 - grpc_test_util_unsecure
3543 - grpc++_unsecure
3544 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003545 - gpr_test_util
3546 - gpr
3547 args:
3548 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003549 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003550 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003551 platforms:
3552 - mac
3553 - linux
3554 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003555- name: bm_closure
3556 build: test
3557 language: c++
3558 src:
3559 - test/cpp/microbenchmarks/bm_closure.cc
3560 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003561 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003562 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003563 - grpc++_test_util_unsecure
3564 - grpc_test_util_unsecure
3565 - grpc++_unsecure
3566 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003567 - gpr_test_util
3568 - gpr
3569 args:
3570 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003571 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003572 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003573 platforms:
3574 - mac
3575 - linux
3576 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003577- name: bm_cq
3578 build: test
3579 language: c++
3580 src:
3581 - test/cpp/microbenchmarks/bm_cq.cc
3582 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003583 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003584 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003585 - grpc++_test_util_unsecure
3586 - grpc_test_util_unsecure
3587 - grpc++_unsecure
3588 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003589 - gpr_test_util
3590 - gpr
3591 args:
3592 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003593 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003594 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003595 platforms:
3596 - mac
3597 - linux
3598 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003599- name: bm_cq_multiple_threads
3600 build: test
3601 language: c++
3602 src:
3603 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3604 deps:
3605 - grpc_benchmark
3606 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003607 - grpc++_test_util_unsecure
3608 - grpc_test_util_unsecure
3609 - grpc++_unsecure
3610 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003611 - gpr_test_util
3612 - gpr
3613 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003614 - --benchmark_min_time=4
ncteisend439b4e2017-09-11 17:57:18 -07003615 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003616 defaults: benchmark
3617 platforms:
3618 - mac
3619 - linux
3620 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003621- name: bm_error
3622 build: test
3623 language: c++
3624 src:
3625 - test/cpp/microbenchmarks/bm_error.cc
3626 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003627 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003628 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003629 - grpc++_test_util_unsecure
3630 - grpc_test_util_unsecure
3631 - grpc++_unsecure
3632 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003633 - gpr_test_util
3634 - gpr
3635 args:
3636 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003637 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003638 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003639 platforms:
3640 - mac
3641 - linux
3642 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003643 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003644- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003645 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003646 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003647 headers:
3648 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003649 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003650 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003651 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003652 - grpc_benchmark
3653 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003654 - grpc++_test_util_unsecure
3655 - grpc_test_util_unsecure
3656 - grpc++_unsecure
3657 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003658 - gpr_test_util
3659 - gpr
3660 args:
3661 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003662 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003663 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003664 excluded_poll_engines:
3665 - poll
3666 - poll-cv
3667 platforms:
3668 - mac
3669 - linux
3670 - posix
3671 timeout_seconds: 1200
3672- name: bm_fullstack_streaming_pump
3673 build: test
3674 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003675 headers:
3676 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003677 src:
3678 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003679 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003680 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003681 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003682 - grpc++_test_util_unsecure
3683 - grpc_test_util_unsecure
3684 - grpc++_unsecure
3685 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003686 - gpr_test_util
3687 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003688 args:
3689 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003690 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003691 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003692 excluded_poll_engines:
3693 - poll
3694 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003695 platforms:
3696 - mac
3697 - linux
3698 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003699 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003700- name: bm_fullstack_trickle
3701 build: test
3702 language: c++
3703 src:
3704 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3705 deps:
3706 - grpc_benchmark
3707 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003708 - grpc++_test_util_unsecure
3709 - grpc_test_util_unsecure
3710 - grpc++_unsecure
3711 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003712 - gpr_test_util
3713 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003714 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003715 args:
3716 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003717 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003718 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003719 exclude_configs:
3720 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003721 excluded_poll_engines:
3722 - poll
3723 - poll-cv
3724 platforms:
3725 - mac
3726 - linux
3727 - posix
3728 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003729- name: bm_fullstack_unary_ping_pong
3730 build: test
3731 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003732 headers:
3733 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003734 src:
3735 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3736 deps:
3737 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003738 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003739 - grpc++_test_util_unsecure
3740 - grpc_test_util_unsecure
3741 - grpc++_unsecure
3742 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003743 - gpr_test_util
3744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003745 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003746 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003747 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003748 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003749 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003750 - poll
3751 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003752 platforms:
3753 - mac
3754 - linux
3755 - posix
3756 timeout_seconds: 1200
3757- name: bm_metadata
3758 build: test
3759 language: c++
3760 src:
3761 - test/cpp/microbenchmarks/bm_metadata.cc
3762 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003763 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003764 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003765 - grpc++_test_util_unsecure
3766 - grpc_test_util_unsecure
3767 - grpc++_unsecure
3768 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003769 - gpr_test_util
3770 - gpr
3771 args:
3772 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003773 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003774 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003775 platforms:
3776 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003777 - linux
3778 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003779 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003780- name: bm_pollset
3781 build: test
3782 language: c++
3783 src:
3784 - test/cpp/microbenchmarks/bm_pollset.cc
3785 deps:
3786 - grpc_benchmark
3787 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003788 - grpc++_test_util_unsecure
3789 - grpc_test_util_unsecure
3790 - grpc++_unsecure
3791 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003792 - gpr_test_util
3793 - gpr
3794 args:
3795 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003796 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003797 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003798 platforms:
3799 - mac
3800 - linux
3801 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003802- name: channel_arguments_test
3803 gtest: true
3804 build: test
3805 language: c++
3806 src:
3807 - test/cpp/common/channel_arguments_test.cc
3808 deps:
3809 - grpc++
3810 - grpc
3811 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003812 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003813- name: channel_filter_test
3814 gtest: true
3815 build: test
3816 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003817 src:
3818 - test/cpp/common/channel_filter_test.cc
3819 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003820 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003821 - grpc
3822 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003823 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003824- name: cli_call_test
3825 gtest: true
3826 build: test
3827 language: c++
3828 src:
Craig Tiller25834342015-09-25 08:08:24 -07003829 - test/cpp/util/cli_call_test.cc
3830 deps:
3831 - grpc_cli_libs
3832 - grpc++_test_util
3833 - grpc_test_util
3834 - grpc++
3835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003836 - gpr_test_util
3837 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003838- name: client_channel_stress_test
3839 gtest: false
3840 build: test
3841 language: c++
3842 src:
3843 - src/proto/grpc/lb/v1/load_balancer.proto
3844 - test/cpp/client/client_channel_stress_test.cc
3845 deps:
3846 - grpc++_test_util
3847 - grpc_test_util
3848 - grpc++
3849 - grpc
3850 - gpr_test_util
3851 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003852- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003853 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003854 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003855 build: test
3856 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003857 src:
3858 - test/cpp/end2end/client_crash_test.cc
3859 deps:
3860 - grpc++_test_util
3861 - grpc_test_util
3862 - grpc++
3863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003864 - gpr_test_util
3865 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003866 platforms:
3867 - mac
3868 - linux
3869 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003870- name: client_crash_test_server
3871 build: test
3872 run: false
3873 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003874 src:
3875 - test/cpp/end2end/client_crash_test_server.cc
3876 deps:
3877 - grpc++_test_util
3878 - grpc_test_util
3879 - grpc++
3880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003881 - gpr_test_util
3882 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003883- name: client_lb_end2end_test
3884 gtest: true
3885 build: test
3886 language: c++
3887 src:
3888 - test/cpp/end2end/client_lb_end2end_test.cc
3889 deps:
3890 - grpc++_test_util
3891 - grpc_test_util
3892 - grpc++
3893 - grpc
3894 - gpr_test_util
3895 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003896- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003897 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003898 build: test
3899 language: c++
3900 src:
3901 - src/proto/grpc/testing/control.proto
3902 - src/proto/grpc/testing/messages.proto
3903 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003904 - src/proto/grpc/testing/services.proto
3905 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003906 - test/cpp/codegen/codegen_test_full.cc
3907 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003908 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003909 - grpc++
3910 - grpc
3911 - gpr
3912 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003913 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003914 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003915- name: codegen_test_minimal
3916 gtest: true
3917 build: test
3918 language: c++
3919 src:
3920 - src/proto/grpc/testing/control.proto
3921 - src/proto/grpc/testing/messages.proto
3922 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003923 - src/proto/grpc/testing/services.proto
3924 - src/proto/grpc/testing/stats.proto
3925 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003926 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003927 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003928 - grpc
3929 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003930 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003931 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003932 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003933 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003934- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003935 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003936 build: test
3937 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003938 src:
3939 - test/cpp/client/credentials_test.cc
3940 deps:
3941 - grpc++
3942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003943 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003944- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003945 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003946 build: test
3947 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003948 src:
3949 - test/cpp/util/byte_buffer_test.cc
3950 deps:
3951 - grpc_test_util
3952 - grpc++
3953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003954 - gpr_test_util
3955 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003956 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003957- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003958 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003959 build: test
3960 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003961 src:
3962 - test/cpp/util/slice_test.cc
3963 deps:
3964 - grpc_test_util
3965 - grpc++
3966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003967 - gpr_test_util
3968 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003969 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003970- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003971 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003972 build: test
3973 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003974 src:
3975 - test/cpp/util/string_ref_test.cc
3976 deps:
3977 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003978 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003979 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003980- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003981 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003982 build: test
3983 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003984 src:
3985 - test/cpp/util/time_test.cc
3986 deps:
3987 - grpc_test_util
3988 - grpc++
3989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003990 - gpr_test_util
3991 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003992 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003993- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003994 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003995 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003996 build: test
3997 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003998 src:
3999 - test/cpp/end2end/end2end_test.cc
4000 deps:
4001 - grpc++_test_util
4002 - grpc_test_util
4003 - grpc++
4004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004005 - gpr_test_util
4006 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004007- name: error_details_test
4008 gtest: true
4009 build: test
4010 language: c++
4011 src:
4012 - src/proto/grpc/testing/echo_messages.proto
4013 - test/cpp/util/error_details_test.cc
4014 deps:
4015 - grpc++_error_details
4016 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004017- name: filter_end2end_test
4018 gtest: true
4019 build: test
4020 language: c++
4021 src:
4022 - test/cpp/end2end/filter_end2end_test.cc
4023 deps:
4024 - grpc++_test_util
4025 - grpc_test_util
4026 - grpc++
4027 - grpc
4028 - gpr_test_util
4029 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004030- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004031 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004032 build: test
4033 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004034 src:
4035 - test/cpp/end2end/generic_end2end_test.cc
4036 deps:
4037 - grpc++_test_util
4038 - grpc_test_util
4039 - grpc++
4040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004041 - gpr_test_util
4042 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004043- name: golden_file_test
4044 gtest: true
4045 build: test
4046 language: c++
4047 src:
4048 - src/proto/grpc/testing/compiler_test.proto
4049 - test/cpp/codegen/golden_file_test.cc
4050 deps:
4051 - grpc++
4052 - grpc
4053 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004054 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004055 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004056 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004057- name: grpc_cli
4058 build: test
4059 run: false
4060 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004061 src:
4062 - test/cpp/util/grpc_cli.cc
4063 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004064 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004065 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004066 - grpc++
4067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004068 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004069 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004070- name: grpc_cpp_plugin
4071 build: protoc
4072 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004073 src:
4074 - src/compiler/cpp_plugin.cc
4075 deps:
4076 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004077 secure: false
4078 vs_config_type: Application
4079 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4080- name: grpc_csharp_plugin
4081 build: protoc
4082 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004083 src:
4084 - src/compiler/csharp_plugin.cc
4085 deps:
4086 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004087 secure: false
4088 vs_config_type: Application
4089 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004090- name: grpc_node_plugin
4091 build: protoc
4092 language: c++
4093 src:
4094 - src/compiler/node_plugin.cc
4095 deps:
4096 - grpc_plugin_support
4097 secure: false
4098 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004099- name: grpc_objective_c_plugin
4100 build: protoc
4101 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004102 src:
4103 - src/compiler/objective_c_plugin.cc
4104 deps:
4105 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004106 secure: false
4107 vs_config_type: Application
4108 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004109- name: grpc_php_plugin
4110 build: protoc
4111 language: c++
4112 src:
4113 - src/compiler/php_plugin.cc
4114 deps:
4115 - grpc_plugin_support
4116 secure: false
4117 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004118- name: grpc_python_plugin
4119 build: protoc
4120 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004121 src:
4122 - src/compiler/python_plugin.cc
4123 deps:
4124 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004125 secure: false
4126 vs_config_type: Application
4127 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4128- name: grpc_ruby_plugin
4129 build: protoc
4130 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004131 src:
4132 - src/compiler/ruby_plugin.cc
4133 deps:
4134 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004135 secure: false
4136 vs_config_type: Application
4137 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004138- name: grpc_tool_test
4139 gtest: true
4140 build: test
4141 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004142 src:
4143 - src/proto/grpc/testing/echo.proto
4144 - src/proto/grpc/testing/echo_messages.proto
4145 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004146 deps:
4147 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004148 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004149 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004150 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004151 - grpc_test_util
4152 - grpc++
4153 - grpc
4154 - gpr_test_util
4155 - gpr
4156 filegroups:
4157 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004158- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004159 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004160 build: test
4161 language: c++
4162 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004163 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004164 - test/cpp/grpclb/grpclb_api_test.cc
4165 deps:
4166 - grpc++_test_util
4167 - grpc_test_util
4168 - grpc++
4169 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004170- name: grpclb_end2end_test
4171 gtest: true
4172 build: test
4173 language: c++
4174 src:
4175 - src/proto/grpc/lb/v1/load_balancer.proto
4176 - test/cpp/end2end/grpclb_end2end_test.cc
4177 deps:
4178 - grpc++_test_util
4179 - grpc_test_util
4180 - grpc++
4181 - grpc
4182 - gpr_test_util
4183 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004184- name: grpclb_test
4185 gtest: false
4186 build: test
4187 language: c++
4188 src:
4189 - src/proto/grpc/lb/v1/load_balancer.proto
4190 - test/cpp/grpclb/grpclb_test.cc
4191 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004192 - grpc++_test_util
4193 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004194 - grpc++
4195 - grpc
4196 - gpr_test_util
4197 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004198- name: h2_ssl_cert_test
4199 gtest: true
4200 build: test
4201 language: c++
4202 headers:
4203 - test/core/end2end/end2end_tests.h
4204 src:
4205 - test/core/end2end/h2_ssl_cert_test.cc
4206 deps:
4207 - grpc_test_util
4208 - grpc++
4209 - grpc
4210 - gpr_test_util
4211 - gpr
4212 uses:
4213 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004214- name: health_service_end2end_test
4215 gtest: true
4216 build: test
4217 language: c++
4218 src:
4219 - test/cpp/end2end/health_service_end2end_test.cc
4220 deps:
4221 - grpc++_test_util
4222 - grpc_test_util
4223 - grpc++
4224 - grpc
4225 - gpr_test_util
4226 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004227- name: http2_client
4228 build: test
4229 run: false
4230 language: c++
4231 src: []
4232 deps:
4233 - http2_client_main
4234 - grpc++_test_util
4235 - grpc_test_util
4236 - grpc++
4237 - grpc
4238 - grpc++_test_config
4239 platforms:
4240 - mac
4241 - linux
4242 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004243- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004244 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004245 build: test
4246 language: c++
4247 src:
4248 - test/cpp/end2end/hybrid_end2end_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
Vijay Pai088112f2017-08-24 10:42:27 -07004256- name: inproc_sync_unary_ping_pong_test
4257 build: test
4258 language: c++
4259 src:
4260 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4261 deps:
4262 - qps
4263 - grpc++_core_stats
4264 - grpc++_test_util
4265 - grpc_test_util
4266 - grpc++
4267 - grpc
4268 - gpr_test_util
4269 - gpr
4270 - grpc++_test_config
4271 platforms:
4272 - mac
4273 - linux
4274 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004275- name: interop_client
4276 build: test
4277 run: false
4278 language: c++
4279 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004280 deps:
4281 - interop_client_main
4282 - interop_client_helper
4283 - grpc++_test_util
4284 - grpc_test_util
4285 - grpc++
4286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004287 - gpr_test_util
4288 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004289 - grpc++_test_config
4290 platforms:
4291 - mac
4292 - linux
4293 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004294- name: interop_server
4295 build: test
4296 run: false
4297 language: c++
4298 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004299 deps:
4300 - interop_server_main
4301 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004302 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004303 - grpc++_test_util
4304 - grpc_test_util
4305 - grpc++
4306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004307 - gpr_test_util
4308 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004309 - grpc++_test_config
4310 platforms:
4311 - mac
4312 - linux
4313 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004314- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004315 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004316 build: test
4317 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004318 src:
4319 - test/cpp/interop/interop_test.cc
4320 deps:
4321 - grpc_test_util
4322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004323 - gpr_test_util
4324 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004325 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004326 platforms:
4327 - mac
4328 - linux
4329 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004330- name: json_run_localhost
4331 build: test
4332 run: false
4333 language: c++
4334 src:
4335 - test/cpp/qps/json_run_localhost.cc
4336 deps:
4337 - grpc++_test_util
4338 - grpc_test_util
4339 - grpc++
4340 - grpc
4341 - gpr_test_util
4342 - gpr
4343 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004344 platforms:
4345 - mac
4346 - linux
4347 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004348- name: memory_test
4349 gtest: true
4350 build: test
4351 language: c++
4352 src:
4353 - test/core/support/memory_test.cc
4354 deps:
4355 - grpc_test_util
4356 - grpc++
4357 - grpc
4358 - gpr_test_util
4359 - gpr
4360 uses:
4361 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004362 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004363- name: metrics_client
4364 build: test
4365 run: false
4366 language: c++
4367 headers:
4368 - test/cpp/util/metrics_server.h
4369 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004370 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004371 - test/cpp/interop/metrics_client.cc
4372 deps:
4373 - grpc++
4374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004375 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004376 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004377- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004378 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004379 build: test
4380 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004381 headers:
4382 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004383 src:
4384 - test/cpp/end2end/mock_test.cc
4385 deps:
4386 - grpc++_test_util
4387 - grpc_test_util
4388 - grpc++
4389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004390 - gpr_test_util
4391 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004392- name: noop-benchmark
4393 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004394 language: c++
4395 src:
4396 - test/cpp/microbenchmarks/noop-benchmark.cc
4397 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004398 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004399 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004400- name: proto_server_reflection_test
4401 gtest: true
4402 build: test
4403 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004404 src:
4405 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004406 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004407 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004408 - grpc++_reflection
4409 - grpc++_test_util
4410 - grpc_test_util
4411 - grpc++
4412 - grpc
4413 - gpr_test_util
4414 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004415- name: proto_utils_test
4416 gtest: true
4417 build: test
4418 language: c++
4419 src:
4420 - test/cpp/codegen/proto_utils_test.cc
4421 deps:
4422 - grpc++
4423 - grpc
4424 filegroups:
4425 - grpc++_codegen_base
4426 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004427 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004428- name: qps_interarrival_test
4429 build: test
4430 run: false
4431 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004432 src:
4433 - test/cpp/qps/qps_interarrival_test.cc
4434 deps:
4435 - qps
4436 - grpc++_test_util
4437 - grpc_test_util
4438 - grpc++
4439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004440 - gpr_test_util
4441 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004442 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004443 platforms:
4444 - mac
4445 - linux
4446 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004447 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004448- name: qps_json_driver
4449 build: test
4450 run: false
4451 language: c++
4452 src:
4453 - test/cpp/qps/qps_json_driver.cc
4454 deps:
4455 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004456 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004457 - grpc++_test_util
4458 - grpc_test_util
4459 - grpc++
4460 - grpc
4461 - gpr_test_util
4462 - gpr
4463 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004464- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004465 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004466 build: test
4467 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004468 src:
4469 - test/cpp/qps/qps_openloop_test.cc
4470 deps:
4471 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004472 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004473 - grpc++_test_util
4474 - grpc_test_util
4475 - grpc++
4476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004477 - gpr_test_util
4478 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004479 - grpc++_test_config
4480 platforms:
4481 - mac
4482 - linux
4483 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004484- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004485 build: test
4486 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004487 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004488 headers:
4489 - test/cpp/qps/client.h
4490 - test/cpp/qps/server.h
4491 src:
4492 - test/cpp/qps/worker.cc
4493 deps:
4494 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004495 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004496 - grpc++_test_util
4497 - grpc_test_util
4498 - grpc++
4499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004500 - gpr_test_util
4501 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004502 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004503- name: reconnect_interop_client
4504 build: test
4505 run: false
4506 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004507 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004508 - src/proto/grpc/testing/empty.proto
4509 - src/proto/grpc/testing/messages.proto
4510 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004511 - test/cpp/interop/reconnect_interop_client.cc
4512 deps:
4513 - grpc++_test_util
4514 - grpc_test_util
4515 - grpc++
4516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004517 - gpr_test_util
4518 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004519 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004520- name: reconnect_interop_server
4521 build: test
4522 run: false
4523 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004524 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004525 - src/proto/grpc/testing/empty.proto
4526 - src/proto/grpc/testing/messages.proto
4527 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004528 - test/cpp/interop/reconnect_interop_server.cc
4529 deps:
4530 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004531 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004532 - grpc++_test_util
4533 - grpc_test_util
4534 - grpc++
4535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004536 - gpr_test_util
4537 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004538 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004539- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004540 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004541 build: test
4542 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004543 src:
4544 - test/cpp/common/secure_auth_context_test.cc
4545 deps:
4546 - grpc++_test_util
4547 - grpc_test_util
4548 - grpc++
4549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004550 - gpr_test_util
4551 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004552- name: secure_sync_unary_ping_pong_test
4553 build: test
4554 language: c++
4555 src:
4556 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4557 deps:
4558 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004559 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004560 - grpc++_test_util
4561 - grpc_test_util
4562 - grpc++
4563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004564 - gpr_test_util
4565 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004566 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004567 platforms:
4568 - mac
4569 - linux
4570 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004571- name: server_builder_plugin_test
4572 gtest: true
4573 build: test
4574 language: c++
4575 src:
4576 - test/cpp/end2end/server_builder_plugin_test.cc
4577 deps:
4578 - grpc++_test_util
4579 - grpc_test_util
4580 - grpc++
4581 - grpc
4582 - gpr_test_util
4583 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004584- name: server_builder_test
4585 gtest: true
4586 build: test
4587 language: c++
4588 src:
4589 - src/proto/grpc/testing/echo_messages.proto
4590 - src/proto/grpc/testing/echo.proto
4591 - test/cpp/server/server_builder_test.cc
4592 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004593 - grpc++_test_util_unsecure
4594 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004595 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004596 - grpc++_unsecure
4597 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004598 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004599- name: server_context_test_spouse_test
4600 gtest: true
4601 build: test
4602 language: c++
4603 src:
4604 - test/cpp/test/server_context_test_spouse_test.cc
4605 deps:
4606 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004607 - grpc++
4608 - grpc
4609 - gpr_test_util
4610 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004611 uses:
4612 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004613- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004614 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004615 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004616 build: test
4617 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004618 src:
4619 - test/cpp/end2end/server_crash_test.cc
4620 deps:
4621 - grpc++_test_util
4622 - grpc_test_util
4623 - grpc++
4624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004625 - gpr_test_util
4626 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004627 platforms:
4628 - mac
4629 - linux
4630 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004631- name: server_crash_test_client
4632 build: test
4633 run: false
4634 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004635 src:
4636 - test/cpp/end2end/server_crash_test_client.cc
4637 deps:
4638 - grpc++_test_util
4639 - grpc_test_util
4640 - grpc++
4641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004642 - gpr_test_util
4643 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004644- name: server_request_call_test
4645 gtest: true
4646 build: test
4647 language: c++
4648 src:
4649 - src/proto/grpc/testing/echo_messages.proto
4650 - src/proto/grpc/testing/echo.proto
4651 - test/cpp/server/server_request_call_test.cc
4652 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004653 - grpc++_test_util_unsecure
4654 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004655 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004656 - grpc++_unsecure
4657 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004658 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004659- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004660 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004661 build: test
4662 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004663 src:
4664 - test/cpp/end2end/shutdown_test.cc
4665 deps:
4666 - grpc++_test_util
4667 - grpc_test_util
4668 - grpc++
4669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004670 - gpr_test_util
4671 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004672- name: stats_test
4673 gtest: true
4674 build: test
4675 language: c++
4676 src:
4677 - test/core/debug/stats_test.cc
4678 deps:
4679 - grpc++_test_util
4680 - grpc_test_util
4681 - grpc
4682 - gpr_test_util
4683 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004684 exclude_configs:
4685 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004686 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004687 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004688- name: status_test
4689 build: test
4690 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004691 src:
4692 - test/cpp/util/status_test.cc
4693 deps:
4694 - grpc_test_util
4695 - grpc++
4696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004697 - gpr_test_util
4698 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004699 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004700- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004701 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004702 build: test
4703 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004704 src:
4705 - test/cpp/end2end/streaming_throughput_test.cc
4706 deps:
4707 - grpc++_test_util
4708 - grpc_test_util
4709 - grpc++
4710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004711 - gpr_test_util
4712 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004713 platforms:
4714 - mac
4715 - linux
4716 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004717- name: stress_test
4718 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004719 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004720 language: c++
4721 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004722 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004723 - test/cpp/interop/interop_client.h
4724 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004725 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004726 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004727 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004728 - src/proto/grpc/testing/empty.proto
4729 - src/proto/grpc/testing/messages.proto
4730 - src/proto/grpc/testing/metrics.proto
4731 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004732 - test/cpp/interop/interop_client.cc
4733 - test/cpp/interop/stress_interop_client.cc
4734 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004735 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004736 deps:
4737 - grpc++_test_util
4738 - grpc_test_util
4739 - grpc++
4740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004741 - gpr_test_util
4742 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004743 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004744- name: thread_manager_test
4745 build: test
4746 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004747 src:
4748 - test/cpp/thread_manager/thread_manager_test.cc
4749 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004750 - grpc++_unsecure
4751 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004752 - gpr
4753 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004754- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004755 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004756 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004757 build: test
4758 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004759 src:
4760 - test/cpp/end2end/thread_stress_test.cc
4761 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004762 - grpc++_test_util_unsecure
4763 - grpc_test_util_unsecure
4764 - grpc++_unsecure
4765 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004766 - gpr_test_util
4767 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004768- name: transport_pid_controller_test
4769 build: test
4770 language: c++
4771 src:
4772 - test/core/transport/pid_controller_test.cc
4773 deps:
4774 - grpc++_test_util
4775 - grpc++
4776 - grpc_test_util
4777 - grpc
4778 - gpr_test_util
4779 - gpr
Craig Tillerb7a8cac2017-10-05 09:50:18 -07004780- name: vector_test
4781 gtest: true
4782 build: test
4783 language: c++
4784 src:
4785 - test/core/support/vector_test.cc
4786 deps:
4787 - grpc_test_util
4788 - grpc++
4789 - grpc
4790 - gpr_test_util
4791 - gpr
4792 uses:
4793 - grpc++_test
Craig Tiller9a3997c2017-01-30 13:22:33 -08004794- name: writes_per_rpc_test
4795 gtest: true
4796 cpu_cost: 0.5
4797 build: test
4798 language: c++
4799 src:
4800 - test/cpp/performance/writes_per_rpc_test.cc
4801 deps:
4802 - grpc++_test_util
4803 - grpc_test_util
4804 - grpc++
4805 - grpc
4806 - gpr_test_util
4807 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004808 platforms:
4809 - mac
4810 - linux
4811 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004812- name: public_headers_must_be_c89
4813 build: test
4814 language: c89
4815 src:
4816 - test/core/surface/public_headers_must_be_c89.c
4817 deps:
4818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004819 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004820vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004821- linkage: static
4822 name: grpc.dependencies.zlib
4823 props: false
4824 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004825 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004826- linkage: static
4827 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004828 props: true
4829 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004830 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004831- name: gflags
4832 props: false
4833 redist: false
4834 version: 2.1.2.1
4835- name: gtest
4836 props: false
4837 redist: false
4838 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004839configs:
4840 asan:
4841 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004842 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4843 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004844 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004845 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004846 LDFLAGS: -fsanitize=address
4847 LDXX: clang++
4848 compile_the_world: true
4849 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004850 ASAN_OPTIONS: detect_leaks=1:color=always
4851 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004852 asan-noleaks:
4853 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004854 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4855 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004856 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004857 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004858 LDFLAGS: -fsanitize=address
4859 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004860 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004861 test_environ:
4862 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004863 asan-trace-cmp:
4864 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004865 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4866 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004867 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004868 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004869 LDFLAGS: -fsanitize=address
4870 LDXX: clang++
4871 compile_the_world: true
4872 test_environ:
4873 ASAN_OPTIONS: detect_leaks=1:color=always
4874 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004875 basicprof:
4876 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4877 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004878 c++-compat:
4879 CFLAGS: -Wc++-compat
4880 CPPFLAGS: -O0
4881 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004882 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004883 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004884 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004885 dbg:
4886 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004887 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004888 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004889 gcov:
4890 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004891 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004892 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004893 DEFINES: _DEBUG DEBUG GPR_GCOV
4894 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004895 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004896 LDXX: g++
4897 helgrind:
4898 CPPFLAGS: -O0
4899 DEFINES: _DEBUG DEBUG
4900 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004901 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004902 lto:
4903 CPPFLAGS: -O2
4904 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004905 memcheck:
4906 CPPFLAGS: -O0
4907 DEFINES: _DEBUG DEBUG
4908 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004909 valgrind: --tool=memcheck --leak-check=full
4910 msan:
4911 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004912 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4913 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4914 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004915 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004916 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004917 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004918 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4919 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4920 LDXX: clang++
4921 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004922 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004923 CPPFLAGS: -O3 -fno-omit-frame-pointer
4924 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004925 LDFLAGS: -rdynamic
4926 opt:
4927 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004928 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004929 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004930 stapprof:
4931 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4932 DEFINES: NDEBUG
4933 tsan:
4934 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004935 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004936 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004937 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004938 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004939 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004940 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004941 LDXX: clang++
4942 compile_the_world: true
4943 test_environ:
4944 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004945 ubsan:
4946 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004947 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4948 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004949 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004950 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004951 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004952 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004953 LDXX: clang++
4954 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004955 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004956 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004957defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004958 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004959 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4960 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07004961 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
4962 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
4963 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4964 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
4965 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004966 benchmark:
4967 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004968 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004969 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004970 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004971 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004972 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004973 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004974 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Craig Tillerb7a8cac2017-10-05 09:50:18 -07004975 -Ithird_party/abseil-cpp
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004976 LDFLAGS: -g
4977 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004978 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004979 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004980node_modules:
4981- deps:
4982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004983 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004984 - boringssl
4985 - z
murgatroid9994a75412015-11-19 14:04:53 -08004986 headers:
4987 - src/node/ext/byte_buffer.h
4988 - src/node/ext/call.h
4989 - src/node/ext/call_credentials.h
4990 - src/node/ext/channel.h
4991 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004992 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004993 - src/node/ext/server.h
4994 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004995 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004996 - src/node/ext/timeval.h
4997 js:
4998 - src/node/index.js
4999 - src/node/src/client.js
5000 - src/node/src/common.js
5001 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07005002 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08005003 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08005004 - src/node/src/metadata.js
5005 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08005006 name: grpc_node
5007 src:
5008 - src/node/ext/byte_buffer.cc
5009 - src/node/ext/call.cc
5010 - src/node/ext/call_credentials.cc
5011 - src/node/ext/channel.cc
5012 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07005013 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08005014 - src/node/ext/node_grpc.cc
5015 - src/node/ext/server.cc
5016 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08005017 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08005018 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08005019openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005020 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005021 extraction_dir: openssl-1.0.2f
5022 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005023php_config_m4:
5024 deps:
5025 - grpc
5026 - gpr
5027 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005028 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005029 headers:
5030 - src/php/ext/grpc/byte_buffer.h
5031 - src/php/ext/grpc/call.h
5032 - src/php/ext/grpc/call_credentials.h
5033 - src/php/ext/grpc/channel.h
5034 - src/php/ext/grpc/channel_credentials.h
5035 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005036 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005037 - src/php/ext/grpc/php_grpc.h
5038 - src/php/ext/grpc/server.h
5039 - src/php/ext/grpc/server_credentials.h
5040 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005041 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005042 src:
5043 - src/php/ext/grpc/byte_buffer.c
5044 - src/php/ext/grpc/call.c
5045 - src/php/ext/grpc/call_credentials.c
5046 - src/php/ext/grpc/channel.c
5047 - src/php/ext/grpc/channel_credentials.c
5048 - src/php/ext/grpc/completion_queue.c
5049 - src/php/ext/grpc/php_grpc.c
5050 - src/php/ext/grpc/server.c
5051 - src/php/ext/grpc/server_credentials.c
5052 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005053python_dependencies:
5054 deps:
5055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005056 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005057 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005058 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005059 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005060ruby_gem:
5061 deps:
5062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005063 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005064 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005065 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005066 - z