blob: 5d638cdbf0606c873176561de25161c1cd500d8b [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 Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble16caa502016-05-06 03:02:51 +020010 version: 0.15.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
19 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/mlog.h
21 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/context.c
24 - src/core/ext/census/grpc_context.c
25 - src/core/ext/census/grpc_filter.c
26 - src/core/ext/census/grpc_plugin.c
27 - src/core/ext/census/initialize.c
28 - src/core/ext/census/mlog.c
29 - src/core/ext/census/operation.c
30 - src/core/ext/census/placeholders.c
31 - src/core/ext/census/tracing.c
32 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070033 uses:
34 - grpc_base
35- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010036 public_headers:
37 - include/grpc/support/alloc.h
38 - include/grpc/support/atm.h
39 - include/grpc/support/atm_gcc_atomic.h
40 - include/grpc/support/atm_gcc_sync.h
41 - include/grpc/support/atm_win32.h
42 - include/grpc/support/avl.h
43 - include/grpc/support/cmdline.h
44 - include/grpc/support/cpu.h
45 - include/grpc/support/histogram.h
46 - include/grpc/support/host_port.h
47 - include/grpc/support/log.h
48 - include/grpc/support/log_win32.h
49 - include/grpc/support/port_platform.h
50 - include/grpc/support/slice.h
51 - include/grpc/support/slice_buffer.h
52 - include/grpc/support/string_util.h
53 - include/grpc/support/subprocess.h
54 - include/grpc/support/sync.h
55 - include/grpc/support/sync_generic.h
56 - include/grpc/support/sync_posix.h
57 - include/grpc/support/sync_win32.h
58 - include/grpc/support/thd.h
59 - include/grpc/support/time.h
60 - include/grpc/support/tls.h
61 - include/grpc/support/tls_gcc.h
62 - include/grpc/support/tls_msvc.h
63 - include/grpc/support/tls_pthread.h
64 - include/grpc/support/useful.h
65 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070066 - src/core/lib/profiling/timers.h
67 - src/core/lib/support/backoff.h
68 - src/core/lib/support/block_annotate.h
69 - src/core/lib/support/env.h
70 - src/core/lib/support/load_file.h
71 - src/core/lib/support/murmur_hash.h
72 - src/core/lib/support/stack_lockfree.h
73 - src/core/lib/support/string.h
74 - src/core/lib/support/string_win32.h
75 - src/core/lib/support/thd_internal.h
76 - src/core/lib/support/time_precise.h
77 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010078 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070079 - src/core/lib/profiling/basic_timers.c
80 - src/core/lib/profiling/stap_timers.c
81 - src/core/lib/support/alloc.c
82 - src/core/lib/support/avl.c
83 - src/core/lib/support/backoff.c
84 - src/core/lib/support/cmdline.c
85 - src/core/lib/support/cpu_iphone.c
86 - src/core/lib/support/cpu_linux.c
87 - src/core/lib/support/cpu_posix.c
88 - src/core/lib/support/cpu_windows.c
89 - src/core/lib/support/env_linux.c
90 - src/core/lib/support/env_posix.c
91 - src/core/lib/support/env_win32.c
92 - src/core/lib/support/histogram.c
93 - src/core/lib/support/host_port.c
94 - src/core/lib/support/load_file.c
95 - src/core/lib/support/log.c
96 - src/core/lib/support/log_android.c
97 - src/core/lib/support/log_linux.c
98 - src/core/lib/support/log_posix.c
99 - src/core/lib/support/log_win32.c
100 - src/core/lib/support/murmur_hash.c
101 - src/core/lib/support/slice.c
102 - src/core/lib/support/slice_buffer.c
103 - src/core/lib/support/stack_lockfree.c
104 - src/core/lib/support/string.c
105 - src/core/lib/support/string_posix.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200106 - src/core/lib/support/string_util_win32.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 - src/core/lib/support/string_win32.c
108 - src/core/lib/support/subprocess_posix.c
109 - src/core/lib/support/subprocess_windows.c
110 - src/core/lib/support/sync.c
111 - src/core/lib/support/sync_posix.c
112 - src/core/lib/support/sync_win32.c
113 - src/core/lib/support/thd.c
114 - src/core/lib/support/thd_posix.c
115 - src/core/lib/support/thd_win32.c
116 - src/core/lib/support/time.c
117 - src/core/lib/support/time_posix.c
118 - src/core/lib/support/time_precise.c
119 - src/core/lib/support/time_win32.c
120 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200121 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/tmpfile_posix.c
123 - src/core/lib/support/tmpfile_win32.c
124 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700125 uses:
126 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800127- name: gpr_codegen
128 public_headers:
129 - include/grpc/impl/codegen/alloc.h
130 - include/grpc/impl/codegen/atm.h
131 - include/grpc/impl/codegen/atm_gcc_atomic.h
132 - include/grpc/impl/codegen/atm_gcc_sync.h
133 - include/grpc/impl/codegen/atm_win32.h
134 - include/grpc/impl/codegen/log.h
135 - include/grpc/impl/codegen/port_platform.h
136 - include/grpc/impl/codegen/slice.h
137 - include/grpc/impl/codegen/slice_buffer.h
138 - include/grpc/impl/codegen/sync.h
139 - include/grpc/impl/codegen/sync_generic.h
140 - include/grpc/impl/codegen/sync_posix.h
141 - include/grpc/impl/codegen/sync_win32.h
142 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700143- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700144 public_headers:
145 - include/grpc/byte_buffer.h
146 - include/grpc/byte_buffer_reader.h
147 - include/grpc/compression.h
148 - include/grpc/grpc.h
149 - include/grpc/status.h
150 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700151 - src/core/lib/channel/channel_args.h
152 - src/core/lib/channel/channel_stack.h
153 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700154 - src/core/lib/channel/compress_filter.h
155 - src/core/lib/channel/connected_channel.h
156 - src/core/lib/channel/context.h
157 - src/core/lib/channel/http_client_filter.h
158 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700159 - src/core/lib/compression/algorithm_metadata.h
160 - src/core/lib/compression/message_compress.h
161 - src/core/lib/debug/trace.h
162 - src/core/lib/http/format_request.h
163 - src/core/lib/http/httpcli.h
164 - src/core/lib/http/parser.h
165 - src/core/lib/iomgr/closure.h
166 - src/core/lib/iomgr/endpoint.h
167 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller8a034482016-03-28 16:09:04 -0700168 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
169 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/iomgr/exec_ctx.h
171 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700172 - src/core/lib/iomgr/iocp_windows.h
173 - src/core/lib/iomgr/iomgr.h
174 - src/core/lib/iomgr/iomgr_internal.h
175 - src/core/lib/iomgr/iomgr_posix.h
176 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700178 - src/core/lib/iomgr/pollset_set_windows.h
179 - src/core/lib/iomgr/pollset_windows.h
180 - src/core/lib/iomgr/resolve_address.h
181 - src/core/lib/iomgr/sockaddr.h
182 - src/core/lib/iomgr/sockaddr_posix.h
183 - src/core/lib/iomgr/sockaddr_utils.h
184 - src/core/lib/iomgr/sockaddr_win32.h
185 - src/core/lib/iomgr/socket_utils_posix.h
186 - src/core/lib/iomgr/socket_windows.h
187 - src/core/lib/iomgr/tcp_client.h
188 - src/core/lib/iomgr/tcp_posix.h
189 - src/core/lib/iomgr/tcp_server.h
190 - src/core/lib/iomgr/tcp_windows.h
191 - src/core/lib/iomgr/time_averaged_stats.h
192 - src/core/lib/iomgr/timer.h
193 - src/core/lib/iomgr/timer_heap.h
194 - src/core/lib/iomgr/udp_server.h
195 - src/core/lib/iomgr/unix_sockets_posix.h
196 - src/core/lib/iomgr/wakeup_fd_pipe.h
197 - src/core/lib/iomgr/wakeup_fd_posix.h
198 - src/core/lib/iomgr/workqueue.h
199 - src/core/lib/iomgr/workqueue_posix.h
200 - src/core/lib/iomgr/workqueue_windows.h
201 - src/core/lib/json/json.h
202 - src/core/lib/json/json_common.h
203 - src/core/lib/json/json_reader.h
204 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/surface/api_trace.h
206 - src/core/lib/surface/call.h
207 - src/core/lib/surface/call_test_only.h
208 - src/core/lib/surface/channel.h
209 - src/core/lib/surface/channel_init.h
210 - src/core/lib/surface/channel_stack_type.h
211 - src/core/lib/surface/completion_queue.h
212 - src/core/lib/surface/event_string.h
213 - src/core/lib/surface/init.h
214 - src/core/lib/surface/lame_client.h
215 - src/core/lib/surface/server.h
216 - src/core/lib/surface/surface_trace.h
217 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/transport/connectivity_state.h
219 - src/core/lib/transport/metadata.h
220 - src/core/lib/transport/metadata_batch.h
221 - src/core/lib/transport/static_metadata.h
222 - src/core/lib/transport/transport.h
223 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700224 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/channel/channel_args.c
226 - src/core/lib/channel/channel_stack.c
227 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/channel/compress_filter.c
229 - src/core/lib/channel/connected_channel.c
230 - src/core/lib/channel/http_client_filter.c
231 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/compression/compression_algorithm.c
233 - src/core/lib/compression/message_compress.c
234 - src/core/lib/debug/trace.c
235 - src/core/lib/http/format_request.c
236 - src/core/lib/http/httpcli.c
237 - src/core/lib/http/parser.c
238 - src/core/lib/iomgr/closure.c
239 - src/core/lib/iomgr/endpoint.c
240 - src/core/lib/iomgr/endpoint_pair_posix.c
241 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700242 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
243 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/iomgr/exec_ctx.c
245 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/iocp_windows.c
247 - src/core/lib/iomgr/iomgr.c
248 - src/core/lib/iomgr/iomgr_posix.c
249 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/pollset_set_windows.c
251 - src/core/lib/iomgr/pollset_windows.c
252 - src/core/lib/iomgr/resolve_address_posix.c
253 - src/core/lib/iomgr/resolve_address_windows.c
254 - src/core/lib/iomgr/sockaddr_utils.c
255 - src/core/lib/iomgr/socket_utils_common_posix.c
256 - src/core/lib/iomgr/socket_utils_linux.c
257 - src/core/lib/iomgr/socket_utils_posix.c
258 - src/core/lib/iomgr/socket_windows.c
259 - src/core/lib/iomgr/tcp_client_posix.c
260 - src/core/lib/iomgr/tcp_client_windows.c
261 - src/core/lib/iomgr/tcp_posix.c
262 - src/core/lib/iomgr/tcp_server_posix.c
263 - src/core/lib/iomgr/tcp_server_windows.c
264 - src/core/lib/iomgr/tcp_windows.c
265 - src/core/lib/iomgr/time_averaged_stats.c
266 - src/core/lib/iomgr/timer.c
267 - src/core/lib/iomgr/timer_heap.c
268 - src/core/lib/iomgr/udp_server.c
269 - src/core/lib/iomgr/unix_sockets_posix.c
270 - src/core/lib/iomgr/unix_sockets_posix_noop.c
271 - src/core/lib/iomgr/wakeup_fd_eventfd.c
272 - src/core/lib/iomgr/wakeup_fd_nospecial.c
273 - src/core/lib/iomgr/wakeup_fd_pipe.c
274 - src/core/lib/iomgr/wakeup_fd_posix.c
275 - src/core/lib/iomgr/workqueue_posix.c
276 - src/core/lib/iomgr/workqueue_windows.c
277 - src/core/lib/json/json.c
278 - src/core/lib/json/json_reader.c
279 - src/core/lib/json/json_string.c
280 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/surface/alarm.c
282 - src/core/lib/surface/api_trace.c
283 - src/core/lib/surface/byte_buffer.c
284 - src/core/lib/surface/byte_buffer_reader.c
285 - src/core/lib/surface/call.c
286 - src/core/lib/surface/call_details.c
287 - src/core/lib/surface/call_log_batch.c
288 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/surface/channel_init.c
290 - src/core/lib/surface/channel_ping.c
291 - src/core/lib/surface/channel_stack_type.c
292 - src/core/lib/surface/completion_queue.c
293 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/surface/lame_client.c
295 - src/core/lib/surface/metadata_array.c
296 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/surface/validate_metadata.c
298 - src/core/lib/surface/version.c
299 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/transport/connectivity_state.c
301 - src/core/lib/transport/metadata.c
302 - src/core/lib/transport/metadata_batch.c
303 - src/core/lib/transport/static_metadata.c
304 - src/core/lib/transport/transport.c
305 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700306 deps:
307 - gpr
308 uses:
309 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700310- name: grpc_client_config
311 headers:
312 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700313 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700314 - src/core/ext/client_config/client_config.h
315 - src/core/ext/client_config/connector.h
316 - src/core/ext/client_config/initial_connect_string.h
317 - src/core/ext/client_config/lb_policy.h
318 - src/core/ext/client_config/lb_policy_factory.h
319 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700320 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700321 - src/core/ext/client_config/resolver.h
322 - src/core/ext/client_config/resolver_factory.h
323 - src/core/ext/client_config/resolver_registry.h
324 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700325 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700326 - src/core/ext/client_config/subchannel_index.h
327 - src/core/ext/client_config/uri_parser.h
328 src:
329 - src/core/ext/client_config/channel_connectivity.c
330 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700331 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700332 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700333 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700334 - src/core/ext/client_config/connector.c
335 - src/core/ext/client_config/default_initial_connect_string.c
336 - src/core/ext/client_config/initial_connect_string.c
337 - src/core/ext/client_config/lb_policy.c
338 - src/core/ext/client_config/lb_policy_factory.c
339 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700340 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700341 - src/core/ext/client_config/resolver.c
342 - src/core/ext/client_config/resolver_factory.c
343 - src/core/ext/client_config/resolver_registry.c
344 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700345 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700346 - src/core/ext/client_config/subchannel_index.c
347 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700348 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700349 uses:
350 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800351- name: grpc_codegen
352 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800353 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700354 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800355 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800356 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800357 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800358 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800359 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700360 uses:
361 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700362- name: grpc_lb_policy_grpclb
363 headers:
364 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700365 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700366 src:
367 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700368 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700369 uses:
370 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700371 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700372 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700373- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700374 src:
375 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700376 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700377 uses:
378 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700379 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700380- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700381 src:
382 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700383 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700384 uses:
385 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700386 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700387- name: grpc_resolver_dns_native
388 src:
389 - src/core/ext/resolver/dns/native/dns_resolver.c
390 plugin: grpc_resolver_dns_native
391 uses:
392 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700393 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700394- name: grpc_resolver_sockaddr
395 src:
396 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
397 plugin: grpc_resolver_sockaddr
398 uses:
399 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700400 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100401- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700402 public_headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700403 - include/grpc/grpc_cronet.h
Craig Tillerd1697d92016-04-05 16:05:46 -0700404 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700405 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100406 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700407 - src/core/lib/security/auth_filters.h
408 - src/core/lib/security/b64.h
409 - src/core/lib/security/credentials.h
410 - src/core/lib/security/handshake.h
411 - src/core/lib/security/json_token.h
412 - src/core/lib/security/jwt_verifier.h
413 - src/core/lib/security/secure_endpoint.h
414 - src/core/lib/security/security_connector.h
415 - src/core/lib/security/security_context.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100416 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700417 - src/core/lib/http/httpcli_security_connector.c
418 - src/core/lib/security/b64.c
419 - src/core/lib/security/client_auth_filter.c
420 - src/core/lib/security/credentials.c
421 - src/core/lib/security/credentials_metadata.c
422 - src/core/lib/security/credentials_posix.c
423 - src/core/lib/security/credentials_win32.c
424 - src/core/lib/security/google_default_credentials.c
425 - src/core/lib/security/handshake.c
426 - src/core/lib/security/json_token.c
427 - src/core/lib/security/jwt_verifier.c
428 - src/core/lib/security/secure_endpoint.c
429 - src/core/lib/security/security_connector.c
430 - src/core/lib/security/security_context.c
431 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700432 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700433 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700434 uses:
435 - grpc_base
436 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700437 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700438- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700439 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700440 headers:
441 - test/core/end2end/cq_verifier.h
442 - test/core/end2end/fixtures/proxy.h
443 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700444 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200445 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700446 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700447 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700448 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700449 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700450 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700451 - test/core/util/slice_splitter.h
452 src:
453 - test/core/end2end/cq_verifier.c
454 - test/core/end2end/fixtures/proxy.c
455 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700456 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200457 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700458 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700459 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700460 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700461 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700462 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700463 - test/core/util/port_windows.c
464 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700465 deps:
466 - grpc
467 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700468- name: grpc_transport_chttp2
469 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700470 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700471 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
472 - src/core/ext/transport/chttp2/transport/frame.h
473 - src/core/ext/transport/chttp2/transport/frame_data.h
474 - src/core/ext/transport/chttp2/transport/frame_goaway.h
475 - src/core/ext/transport/chttp2/transport/frame_ping.h
476 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
477 - src/core/ext/transport/chttp2/transport/frame_settings.h
478 - src/core/ext/transport/chttp2/transport/frame_window_update.h
479 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
480 - src/core/ext/transport/chttp2/transport/hpack_parser.h
481 - src/core/ext/transport/chttp2/transport/hpack_table.h
482 - src/core/ext/transport/chttp2/transport/http2_errors.h
483 - src/core/ext/transport/chttp2/transport/huffsyms.h
484 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
485 - src/core/ext/transport/chttp2/transport/internal.h
486 - src/core/ext/transport/chttp2/transport/status_conversion.h
487 - src/core/ext/transport/chttp2/transport/stream_map.h
488 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
489 - src/core/ext/transport/chttp2/transport/varint.h
490 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700491 - src/core/ext/transport/chttp2/transport/bin_encoder.c
492 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700493 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
494 - src/core/ext/transport/chttp2/transport/frame_data.c
495 - src/core/ext/transport/chttp2/transport/frame_goaway.c
496 - src/core/ext/transport/chttp2/transport/frame_ping.c
497 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
498 - src/core/ext/transport/chttp2/transport/frame_settings.c
499 - src/core/ext/transport/chttp2/transport/frame_window_update.c
500 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
501 - src/core/ext/transport/chttp2/transport/hpack_parser.c
502 - src/core/ext/transport/chttp2/transport/hpack_table.c
503 - src/core/ext/transport/chttp2/transport/huffsyms.c
504 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
505 - src/core/ext/transport/chttp2/transport/parsing.c
506 - src/core/ext/transport/chttp2/transport/status_conversion.c
507 - src/core/ext/transport/chttp2/transport/stream_lists.c
508 - src/core/ext/transport/chttp2/transport/stream_map.c
509 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
510 - src/core/ext/transport/chttp2/transport/varint.c
511 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700512 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700513 uses:
514 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700515 - grpc_transport_chttp2_alpn
516- name: grpc_transport_chttp2_alpn
517 headers:
518 - src/core/ext/transport/chttp2/alpn/alpn.h
519 src:
520 - src/core/ext/transport/chttp2/alpn/alpn.c
521 deps:
522 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700523- name: grpc_transport_chttp2_client_insecure
524 src:
525 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700526 uses:
527 - grpc_transport_chttp2
528 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700529 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700530- name: grpc_transport_chttp2_client_secure
531 src:
532 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700533 uses:
534 - grpc_transport_chttp2
535 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700536 - grpc_client_config
537 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700538- name: grpc_transport_chttp2_server_insecure
539 src:
540 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700541 uses:
542 - grpc_transport_chttp2
543 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700544- name: grpc_transport_chttp2_server_secure
545 src:
546 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700547 uses:
548 - grpc_transport_chttp2
549 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700550 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700551- name: grpc_transport_cronet_client_secure
552 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700553 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
554 src:
555 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
556 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
557 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700558 filegroups:
559 - grpc_base
560 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800561- name: nanopb
562 headers:
563 - third_party/nanopb/pb.h
564 - third_party/nanopb/pb_common.h
565 - third_party/nanopb/pb_decode.h
566 - third_party/nanopb/pb_encode.h
567 src:
568 - third_party/nanopb/pb_common.c
569 - third_party/nanopb/pb_decode.c
570 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700571- name: tsi
572 headers:
573 - src/core/lib/tsi/fake_transport_security.h
574 - src/core/lib/tsi/ssl_transport_security.h
575 - src/core/lib/tsi/ssl_types.h
576 - src/core/lib/tsi/transport_security.h
577 - src/core/lib/tsi/transport_security_interface.h
578 src:
579 - src/core/lib/tsi/fake_transport_security.c
580 - src/core/lib/tsi/ssl_transport_security.c
581 - src/core/lib/tsi/transport_security.c
582 deps:
583 - gpr
584 secure: true
585- name: grpc++_base
586 language: c++
587 public_headers:
588 - include/grpc++/alarm.h
589 - include/grpc++/channel.h
590 - include/grpc++/client_context.h
591 - include/grpc++/completion_queue.h
592 - include/grpc++/create_channel.h
593 - include/grpc++/generic/async_generic_service.h
594 - include/grpc++/generic/generic_stub.h
595 - include/grpc++/grpc++.h
596 - include/grpc++/impl/call.h
597 - include/grpc++/impl/client_unary_call.h
598 - include/grpc++/impl/grpc_library.h
599 - include/grpc++/impl/method_handler_impl.h
600 - include/grpc++/impl/proto_utils.h
601 - include/grpc++/impl/rpc_method.h
602 - include/grpc++/impl/rpc_service_method.h
603 - include/grpc++/impl/serialization_traits.h
604 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700605 - include/grpc++/impl/server_builder_plugin.h
606 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700607 - include/grpc++/impl/service_type.h
608 - include/grpc++/impl/sync.h
609 - include/grpc++/impl/sync_cxx11.h
610 - include/grpc++/impl/sync_no_cxx11.h
611 - include/grpc++/impl/thd.h
612 - include/grpc++/impl/thd_cxx11.h
613 - include/grpc++/impl/thd_no_cxx11.h
614 - include/grpc++/security/auth_context.h
615 - include/grpc++/security/auth_metadata_processor.h
616 - include/grpc++/security/credentials.h
617 - include/grpc++/security/server_credentials.h
618 - include/grpc++/server.h
619 - include/grpc++/server_builder.h
620 - include/grpc++/server_context.h
621 - include/grpc++/support/async_stream.h
622 - include/grpc++/support/async_unary_call.h
623 - include/grpc++/support/byte_buffer.h
624 - include/grpc++/support/channel_arguments.h
625 - include/grpc++/support/slice.h
626 - include/grpc++/support/status.h
627 - include/grpc++/support/status_code_enum.h
628 - include/grpc++/support/string_ref.h
629 - include/grpc++/support/stub_options.h
630 - include/grpc++/support/sync_stream.h
631 - include/grpc++/support/time.h
632 headers:
633 - src/cpp/client/create_channel_internal.h
634 - src/cpp/common/core_codegen.h
635 - src/cpp/server/dynamic_thread_pool.h
636 - src/cpp/server/thread_pool_interface.h
637 src:
638 - src/cpp/client/channel.cc
639 - src/cpp/client/client_context.cc
640 - src/cpp/client/create_channel.cc
641 - src/cpp/client/create_channel_internal.cc
642 - src/cpp/client/credentials.cc
643 - src/cpp/client/generic_stub.cc
644 - src/cpp/client/insecure_credentials.cc
645 - src/cpp/common/channel_arguments.cc
646 - src/cpp/common/completion_queue.cc
647 - src/cpp/common/core_codegen.cc
648 - src/cpp/common/rpc_method.cc
649 - src/cpp/server/async_generic_service.cc
650 - src/cpp/server/create_default_thread_pool.cc
651 - src/cpp/server/dynamic_thread_pool.cc
652 - src/cpp/server/insecure_server_credentials.cc
653 - src/cpp/server/server.cc
654 - src/cpp/server/server_builder.cc
655 - src/cpp/server/server_context.cc
656 - src/cpp/server/server_credentials.cc
657 - src/cpp/util/byte_buffer.cc
658 - src/cpp/util/slice.cc
659 - src/cpp/util/status.cc
660 - src/cpp/util/string_ref.cc
661 - src/cpp/util/time.cc
662 deps:
663 - grpc
664 uses:
665 - grpc++_codegen
666 - grpc++_config
667- name: grpc++_codegen
668 language: c++
669 public_headers:
670 - include/grpc++/impl/codegen/async_stream.h
671 - include/grpc++/impl/codegen/async_unary_call.h
672 - include/grpc++/impl/codegen/call.h
673 - include/grpc++/impl/codegen/call_hook.h
674 - include/grpc++/impl/codegen/channel_interface.h
675 - include/grpc++/impl/codegen/client_context.h
676 - include/grpc++/impl/codegen/client_unary_call.h
677 - include/grpc++/impl/codegen/completion_queue.h
678 - include/grpc++/impl/codegen/completion_queue_tag.h
679 - include/grpc++/impl/codegen/core_codegen_interface.h
680 - include/grpc++/impl/codegen/create_auth_context.h
681 - include/grpc++/impl/codegen/grpc_library.h
682 - include/grpc++/impl/codegen/method_handler_impl.h
683 - include/grpc++/impl/codegen/proto_utils.h
684 - include/grpc++/impl/codegen/rpc_method.h
685 - include/grpc++/impl/codegen/rpc_service_method.h
686 - include/grpc++/impl/codegen/security/auth_context.h
687 - include/grpc++/impl/codegen/serialization_traits.h
688 - include/grpc++/impl/codegen/server_context.h
689 - include/grpc++/impl/codegen/server_interface.h
690 - include/grpc++/impl/codegen/service_type.h
691 - include/grpc++/impl/codegen/status.h
692 - include/grpc++/impl/codegen/status_code_enum.h
693 - include/grpc++/impl/codegen/string_ref.h
694 - include/grpc++/impl/codegen/stub_options.h
695 - include/grpc++/impl/codegen/sync.h
696 - include/grpc++/impl/codegen/sync_cxx11.h
697 - include/grpc++/impl/codegen/sync_no_cxx11.h
698 - include/grpc++/impl/codegen/sync_stream.h
699 - include/grpc++/impl/codegen/time.h
700 src:
701 - src/cpp/codegen/codegen_init.cc
702 uses:
703 - grpc_codegen
704 - grpc++_config_codegen
705- name: grpc++_config
706 language: c++
707 public_headers:
708 - include/grpc++/support/config.h
709 - include/grpc++/support/config_protobuf.h
710 uses:
711 - grpc++_config_codegen
712- name: grpc++_config_codegen
713 language: c++
714 public_headers:
715 - include/grpc++/impl/codegen/config.h
716 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100717libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800718- name: gpr
719 build: all
720 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800721 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700722 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800723 secure: false
724 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
725- name: gpr_test_util
726 build: private
727 language: c
728 headers:
729 - test/core/util/test_config.h
730 src:
731 - test/core/util/test_config.c
732 deps:
733 - gpr
734 secure: false
735 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700736- name: grpc
737 build: all
738 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700739 src:
740 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700741 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800742 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700743 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700744 filegroups:
745 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700746 - grpc_transport_chttp2_server_secure
747 - grpc_transport_chttp2_client_secure
748 - grpc_transport_chttp2_server_insecure
749 - grpc_transport_chttp2_client_insecure
makdharmac2ec95b2016-05-11 16:26:15 -0700750 - grpc_transport_cronet_client_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700751 - grpc_lb_policy_grpclb
752 - grpc_lb_policy_pick_first
753 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700754 - grpc_resolver_dns_native
755 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100756 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700757 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700758 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700759 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700760 vs_packages:
761 - grpc.dependencies.openssl
762 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700763 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100764- name: grpc_dll
765 build: private
766 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100767 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100768 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100769 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100770 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100771 build_system:
772 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100773 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100774 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100775 vs_config_type: DynamicLibrary
776 vs_packages:
777 - grpc.dependencies.openssl
778 - grpc.dependencies.zlib
779 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
780 vs_props:
781 - zlib
782 - openssl
783 - winsock
784 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700785- name: grpc_test_util
786 build: private
787 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700788 headers:
789 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800790 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700791 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700792 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700793 - test/core/end2end/data/server1_cert.c
794 - test/core/end2end/data/server1_key.c
795 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800796 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700797 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800798 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800799 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700800 - grpc
801 filegroups:
802 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700803 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
804- name: grpc_test_util_unsecure
805 build: private
806 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700807 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800808 - gpr
809 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800810 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700811 filegroups:
812 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700813 secure: false
814 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
815- name: grpc_unsecure
816 build: all
817 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700818 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700820 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700821 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800822 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700823 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700824 filegroups:
825 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700826 - grpc_transport_chttp2_server_insecure
827 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700828 - grpc_resolver_dns_native
829 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700830 - grpc_lb_policy_grpclb
831 - grpc_lb_policy_pick_first
832 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700833 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700834 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700835 secure: false
836 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
837- name: grpc_zookeeper
838 build: all
839 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700840 public_headers:
841 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700842 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700843 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700844 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800845 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700846 - grpc
847 external_deps:
848 - zookeeper
849 platforms:
850 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700851 secure: false
852- name: reconnect_server
853 build: private
854 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700855 headers:
856 - test/core/util/reconnect_server.h
857 src:
858 - test/core/util/reconnect_server.c
859 deps:
yang-gc9fca182015-11-06 16:41:33 -0800860 - test_tcp_server
861 - grpc_test_util
862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800863 - gpr_test_util
864 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800865- name: test_tcp_server
866 build: private
867 language: c
868 headers:
869 - test/core/util/test_tcp_server.h
870 src:
871 - test/core/util/test_tcp_server.c
872 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700873 - grpc_test_util
874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800875 - gpr_test_util
876 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700877- name: grpc++
878 build: all
879 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700880 headers:
881 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800882 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700883 - src/cpp/common/secure_auth_context.h
884 - src/cpp/server/secure_server_credentials.h
885 src:
Craig Tiller25834342015-09-25 08:08:24 -0700886 - src/cpp/client/secure_credentials.cc
887 - src/cpp/common/auth_property_iterator.cc
888 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800889 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700890 - src/cpp/common/secure_create_auth_context.cc
891 - src/cpp/server/secure_server_credentials.cc
892 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700893 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700894 baselib: true
895 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700896 filegroups:
897 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800898 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700899 secure: check
900 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
901- name: grpc++_test_config
902 build: private
903 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700904 headers:
905 - test/cpp/util/test_config.h
906 src:
907 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700908- name: grpc++_test_util
909 build: private
910 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700911 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800912 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800913 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700914 - test/cpp/util/cli_call.h
915 - test/cpp/util/create_test_channel.h
916 - test/cpp/util/string_ref_helper.h
917 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800918 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700919 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800920 - src/proto/grpc/testing/echo_messages.proto
921 - src/proto/grpc/testing/echo.proto
922 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800923 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800924 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700925 - test/cpp/util/cli_call.cc
926 - test/cpp/util/create_test_channel.cc
927 - test/cpp/util/string_ref_helper.cc
928 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800929 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700930 deps:
931 - grpc++
932 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700933- name: grpc++_unsecure
934 build: all
935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700936 src:
937 - src/cpp/common/insecure_create_auth_context.cc
938 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800939 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700940 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700941 baselib: true
942 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700943 filegroups:
944 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800945 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700946 secure: false
947 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
948- name: grpc_plugin_support
949 build: protoc
950 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700951 headers:
Craig Tiller25834342015-09-25 08:08:24 -0700952 - src/compiler/config.h
953 - src/compiler/cpp_generator.h
954 - src/compiler/cpp_generator_helpers.h
955 - src/compiler/csharp_generator.h
956 - src/compiler/csharp_generator_helpers.h
957 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -0800958 - src/compiler/node_generator.h
959 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -0700960 - src/compiler/objective_c_generator.h
961 - src/compiler/objective_c_generator_helpers.h
962 - src/compiler/python_generator.h
963 - src/compiler/ruby_generator.h
964 - src/compiler/ruby_generator_helpers-inl.h
965 - src/compiler/ruby_generator_map-inl.h
966 - src/compiler/ruby_generator_string-inl.h
967 src:
968 - src/compiler/cpp_generator.cc
969 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -0800970 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -0700971 - src/compiler/objective_c_generator.cc
972 - src/compiler/python_generator.cc
973 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800974 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -0700975 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700976 secure: false
977 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800978 vs_props:
979 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700980- name: interop_client_helper
981 build: private
982 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700983 headers:
984 - test/cpp/interop/client_helper.h
985 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800986 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700987 - test/cpp/interop/client_helper.cc
988 deps:
989 - grpc++_test_util
990 - grpc_test_util
991 - grpc++
992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800993 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700994- name: interop_client_main
995 build: private
996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700997 headers:
998 - test/cpp/interop/interop_client.h
999 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001000 - src/proto/grpc/testing/empty.proto
1001 - src/proto/grpc/testing/messages.proto
1002 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001003 - test/cpp/interop/client.cc
1004 - test/cpp/interop/interop_client.cc
1005 deps:
1006 - interop_client_helper
1007 - grpc++_test_util
1008 - grpc_test_util
1009 - grpc++
1010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001011 - gpr_test_util
1012 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001013 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001014- name: interop_server_helper
1015 build: private
1016 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001017 headers:
1018 - test/cpp/interop/server_helper.h
1019 src:
1020 - test/cpp/interop/server_helper.cc
1021 deps:
1022 - grpc_test_util
1023 - grpc++
1024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001026- name: interop_server_main
1027 build: private
1028 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001029 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001030 - src/proto/grpc/testing/empty.proto
1031 - src/proto/grpc/testing/messages.proto
1032 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001033 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001034 deps:
1035 - interop_server_helper
1036 - grpc++_test_util
1037 - grpc_test_util
1038 - grpc++
1039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001040 - gpr_test_util
1041 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001042 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001043- name: qps
1044 build: private
1045 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001046 headers:
1047 - test/cpp/qps/client.h
1048 - test/cpp/qps/driver.h
1049 - test/cpp/qps/histogram.h
1050 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001051 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001052 - test/cpp/qps/perf_db_client.h
1053 - test/cpp/qps/qps_worker.h
1054 - test/cpp/qps/report.h
1055 - test/cpp/qps/server.h
1056 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001057 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001058 - test/cpp/util/benchmark_config.h
1059 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001060 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001061 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001062 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001063 - src/proto/grpc/testing/control.proto
1064 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001065 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001066 - test/cpp/qps/client_async.cc
1067 - test/cpp/qps/client_sync.cc
1068 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001069 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001070 - test/cpp/qps/perf_db_client.cc
1071 - test/cpp/qps/qps_worker.cc
1072 - test/cpp/qps/report.cc
1073 - test/cpp/qps/server_async.cc
1074 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001075 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001076 - test/cpp/util/benchmark_config.cc
1077 deps:
1078 - grpc_test_util
1079 - grpc++_test_util
1080 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001081- name: grpc_csharp_ext
1082 build: all
1083 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001084 src:
1085 - src/csharp/ext/grpc_csharp_ext.c
1086 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001088 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001089 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001090 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001091 dll: only
1092 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001093 vs_packages:
1094 - grpc.dependencies.openssl
1095 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001096 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001097 vs_props:
1098 - zlib
1099 - openssl
1100 - winsock
1101 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001102targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001103- name: alarm_test
1104 build: test
1105 language: c
1106 src:
1107 - test/core/surface/alarm_test.c
1108 deps:
1109 - grpc_test_util
1110 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001111 - gpr_test_util
1112 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001113- name: algorithm_test
1114 build: test
1115 language: c
1116 src:
1117 - test/core/compression/algorithm_test.c
1118 deps:
1119 - grpc_test_util
1120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001121 - gpr_test_util
1122 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001123- name: alloc_test
1124 build: test
1125 language: c
1126 src:
1127 - test/core/support/alloc_test.c
1128 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001129 - gpr_test_util
1130 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001131- name: alpn_test
1132 build: test
1133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001134 src:
1135 - test/core/transport/chttp2/alpn_test.c
1136 deps:
1137 - grpc_test_util
1138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001139 - gpr_test_util
1140 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001141- name: api_fuzzer
1142 build: fuzzer
1143 language: c
1144 src:
1145 - test/core/end2end/fuzzers/api_fuzzer.c
1146 deps:
1147 - grpc_test_util
1148 - grpc
1149 - gpr_test_util
1150 - gpr
1151 corpus_dirs:
1152 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001153 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001154 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155- name: bin_encoder_test
1156 build: test
1157 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001158 src:
1159 - test/core/transport/chttp2/bin_encoder_test.c
1160 deps:
1161 - grpc_test_util
1162 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001163- name: census_context_test
1164 build: test
1165 language: c
1166 src:
1167 - test/core/census/context_test.c
1168 deps:
1169 - grpc_test_util
1170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001171 - gpr_test_util
1172 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001173- name: channel_create_test
1174 build: test
1175 language: c
1176 src:
1177 - test/core/surface/channel_create_test.c
1178 deps:
1179 - grpc_test_util
1180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001181 - gpr_test_util
1182 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001183- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001184 build: test
1185 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001186 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001187 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001188 deps:
1189 - grpc_test_util
1190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001191 - gpr_test_util
1192 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001193- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001194 build: test
1195 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001196 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001197 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001198 deps:
1199 - grpc_test_util
1200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001201 - gpr_test_util
1202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001203- name: chttp2_stream_map_test
1204 build: test
1205 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001206 src:
1207 - test/core/transport/chttp2/stream_map_test.c
1208 deps:
1209 - grpc_test_util
1210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001211 - gpr_test_util
1212 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001213- name: chttp2_varint_test
1214 build: test
1215 language: c
1216 src:
1217 - test/core/transport/chttp2/varint_test.c
1218 deps:
1219 - grpc_test_util
1220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001221 - gpr_test_util
1222 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001223- name: client_fuzzer
1224 build: fuzzer
1225 language: c
1226 src:
1227 - test/core/end2end/fuzzers/client_fuzzer.c
1228 deps:
1229 - grpc_test_util
1230 - grpc
1231 - gpr_test_util
1232 - gpr
1233 corpus_dirs:
1234 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001235 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001236 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001237- name: compression_test
1238 build: test
1239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001240 src:
1241 - test/core/compression/compression_test.c
1242 deps:
1243 - grpc_test_util
1244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001245 - gpr_test_util
1246 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001247- name: concurrent_connectivity_test
1248 build: test
1249 language: c
1250 src:
1251 - test/core/surface/concurrent_connectivity_test.c
1252 deps:
1253 - grpc_test_util
1254 - grpc
1255 - gpr_test_util
1256 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001257- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001258 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001259 build: test
1260 language: c
1261 src:
1262 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1263 deps:
1264 - grpc_test_util
1265 - grpc
1266 - gpr_test_util
1267 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001268- name: dns_resolver_test
1269 build: test
1270 language: c
1271 src:
1272 - test/core/client_config/resolvers/dns_resolver_test.c
1273 deps:
1274 - grpc_test_util
1275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001276 - gpr_test_util
1277 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001278- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001279 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280 build: test
1281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001282 src:
1283 - test/core/end2end/dualstack_socket_test.c
1284 deps:
1285 - grpc_test_util
1286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001287 - gpr_test_util
1288 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001289 platforms:
1290 - mac
1291 - linux
1292 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001293- name: endpoint_pair_test
1294 build: test
1295 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001296 src:
1297 - test/core/iomgr/endpoint_pair_test.c
1298 deps:
1299 - grpc_test_util
1300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001301 - gpr_test_util
1302 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001303- name: fd_conservation_posix_test
1304 build: test
1305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001306 src:
1307 - test/core/iomgr/fd_conservation_posix_test.c
1308 deps:
1309 - grpc_test_util
1310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001311 - gpr_test_util
1312 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001313 platforms:
1314 - mac
1315 - linux
1316 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001317- name: fd_posix_test
1318 build: test
1319 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001320 src:
1321 - test/core/iomgr/fd_posix_test.c
1322 deps:
1323 - grpc_test_util
1324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001325 - gpr_test_util
1326 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001327 platforms:
1328 - mac
1329 - linux
1330 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331- name: fling_client
1332 build: test
1333 run: false
1334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001335 src:
1336 - test/core/fling/client.c
1337 deps:
1338 - grpc_test_util
1339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001340 - gpr_test_util
1341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001342- name: fling_server
1343 build: test
1344 run: false
1345 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001346 src:
1347 - test/core/fling/server.c
1348 deps:
1349 - grpc_test_util
1350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001351 - gpr_test_util
1352 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001353- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001354 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001355 build: test
1356 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001357 src:
1358 - test/core/fling/fling_stream_test.c
1359 deps:
1360 - grpc_test_util
1361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001362 - gpr_test_util
1363 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001364 platforms:
1365 - mac
1366 - linux
1367 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001368- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001369 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370 build: test
1371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001372 src:
1373 - test/core/fling/fling_test.c
1374 deps:
1375 - grpc_test_util
1376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001377 - gpr_test_util
1378 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001379 platforms:
1380 - mac
1381 - linux
1382 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383- name: gen_hpack_tables
1384 build: tool
1385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001386 src:
1387 - tools/codegen/core/gen_hpack_tables.c
1388 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001389 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001390 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: gen_legal_metadata_characters
1392 build: tool
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001396 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001397- name: goaway_server_test
1398 cpu_cost: 0.1
1399 build: test
1400 language: c
1401 src:
1402 - test/core/end2end/goaway_server_test.c
1403 deps:
1404 - grpc_test_util
1405 - grpc
1406 - gpr_test_util
1407 - gpr
1408 platforms:
1409 - mac
1410 - linux
1411 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001412- name: gpr_avl_test
1413 build: test
1414 language: c
1415 src:
1416 - test/core/support/avl_test.c
1417 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001418 - gpr_test_util
1419 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001420- name: gpr_backoff_test
1421 build: test
1422 language: c
1423 src:
1424 - test/core/support/backoff_test.c
1425 deps:
1426 - gpr_test_util
1427 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001428- name: gpr_cmdline_test
1429 build: test
1430 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001431 src:
1432 - test/core/support/cmdline_test.c
1433 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001434 - gpr_test_util
1435 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001436- name: gpr_cpu_test
1437 build: test
1438 language: c
1439 src:
1440 - test/core/support/cpu_test.c
1441 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001442 - gpr_test_util
1443 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001444- name: gpr_env_test
1445 build: test
1446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001447 src:
1448 - test/core/support/env_test.c
1449 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001450 - gpr_test_util
1451 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001452- name: gpr_histogram_test
1453 build: test
1454 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001455 src:
1456 - test/core/support/histogram_test.c
1457 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001458 - gpr_test_util
1459 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001460- name: gpr_host_port_test
1461 build: test
1462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001463 src:
1464 - test/core/support/host_port_test.c
1465 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001466 - gpr_test_util
1467 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001468- name: gpr_load_file_test
1469 build: test
1470 language: c
1471 src:
1472 - test/core/support/load_file_test.c
1473 deps:
1474 - gpr_test_util
1475 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001476- name: gpr_log_test
1477 build: test
1478 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001479 src:
1480 - test/core/support/log_test.c
1481 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001482 - gpr_test_util
1483 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001484- name: gpr_slice_buffer_test
1485 build: test
1486 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001487 src:
1488 - test/core/support/slice_buffer_test.c
1489 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001490 - gpr_test_util
1491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492- name: gpr_slice_test
1493 build: test
1494 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001495 src:
1496 - test/core/support/slice_test.c
1497 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001498 - gpr_test_util
1499 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001500- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001501 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001502 build: test
1503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001504 src:
1505 - test/core/support/stack_lockfree_test.c
1506 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001507 - gpr_test_util
1508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001509- name: gpr_string_test
1510 build: test
1511 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001512 src:
1513 - test/core/support/string_test.c
1514 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001515 - gpr_test_util
1516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001517- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001518 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001519 build: test
1520 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001521 src:
1522 - test/core/support/sync_test.c
1523 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 - gpr_test_util
1525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001526- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001527 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001528 build: test
1529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001530 src:
1531 - test/core/support/thd_test.c
1532 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001533 - gpr_test_util
1534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001535- name: gpr_time_test
1536 build: test
1537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001538 src:
1539 - test/core/support/time_test.c
1540 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001541 - gpr_test_util
1542 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001543- name: gpr_tls_test
1544 build: test
1545 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001546 src:
1547 - test/core/support/tls_test.c
1548 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001549 - gpr_test_util
1550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001551- name: gpr_useful_test
1552 build: test
1553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001554 src:
1555 - test/core/support/useful_test.c
1556 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001557 - gpr_test_util
1558 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001559- name: grpc_auth_context_test
1560 build: test
1561 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001562 src:
1563 - test/core/security/auth_context_test.c
1564 deps:
1565 - grpc_test_util
1566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001567 - gpr_test_util
1568 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001569- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570 build: test
1571 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001572 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001573 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001574 deps:
1575 - grpc_test_util
1576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: grpc_byte_buffer_reader_test
1580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/surface/byte_buffer_reader_test.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589- name: grpc_channel_args_test
1590 build: test
1591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001592 src:
1593 - test/core/channel/channel_args_test.c
1594 deps:
1595 - grpc_test_util
1596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001597 - gpr_test_util
1598 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001599- name: grpc_channel_stack_test
1600 build: test
1601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001602 src:
1603 - test/core/channel/channel_stack_test.c
1604 deps:
1605 - grpc_test_util
1606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001607 - gpr_test_util
1608 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001609- name: grpc_completion_queue_test
1610 build: test
1611 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001612 src:
1613 - test/core/surface/completion_queue_test.c
1614 deps:
1615 - grpc_test_util
1616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001617 - gpr_test_util
1618 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619- name: grpc_create_jwt
1620 build: tool
1621 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001622 src:
1623 - test/core/security/create_jwt.c
1624 deps:
1625 - grpc_test_util
1626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001627 - gpr_test_util
1628 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001629- name: grpc_credentials_test
1630 build: test
1631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
1633 - test/core/security/credentials_test.c
1634 deps:
1635 - grpc_test_util
1636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001637 - gpr_test_util
1638 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001639- name: grpc_fetch_oauth2
1640 build: tool
1641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001642 src:
1643 - test/core/security/fetch_oauth2.c
1644 deps:
1645 - grpc_test_util
1646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001647 - gpr_test_util
1648 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001649- name: grpc_invalid_channel_args_test
1650 build: test
1651 language: c
1652 src:
1653 - test/core/surface/invalid_channel_args_test.c
1654 deps:
1655 - grpc_test_util
1656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001657 - gpr_test_util
1658 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001659- name: grpc_json_token_test
1660 build: test
1661 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001662 src:
1663 - test/core/security/json_token_test.c
1664 deps:
1665 - grpc_test_util
1666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001667 - gpr_test_util
1668 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001669 platforms:
1670 - linux
1671 - posix
1672 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001673- name: grpc_jwt_verifier_test
1674 build: test
1675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001676 src:
1677 - test/core/security/jwt_verifier_test.c
1678 deps:
1679 - grpc_test_util
1680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001681 - gpr_test_util
1682 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001683- name: grpc_print_google_default_creds_token
1684 build: tool
1685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001686 src:
1687 - test/core/security/print_google_default_creds_token.c
1688 deps:
1689 - grpc_test_util
1690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001691 - gpr_test_util
1692 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001693- name: grpc_security_connector_test
1694 build: test
1695 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001696 src:
1697 - test/core/security/security_connector_test.c
1698 deps:
1699 - grpc_test_util
1700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001701 - gpr_test_util
1702 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703- name: grpc_verify_jwt
1704 build: tool
1705 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001706 src:
1707 - test/core/security/verify_jwt.c
1708 deps:
1709 - grpc_test_util
1710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 - gpr_test_util
1712 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001713- name: hpack_parser_fuzzer_test
1714 build: fuzzer
1715 language: c
1716 src:
1717 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1718 deps:
1719 - grpc_test_util
1720 - grpc
1721 - gpr_test_util
1722 - gpr
1723 corpus_dirs:
1724 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001725 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001726 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001727- name: hpack_parser_test
1728 build: test
1729 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001730 src:
1731 - test/core/transport/chttp2/hpack_parser_test.c
1732 deps:
1733 - grpc_test_util
1734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737- name: hpack_table_test
1738 build: test
1739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001740 src:
1741 - test/core/transport/chttp2/hpack_table_test.c
1742 deps:
1743 - grpc_test_util
1744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001745 - gpr_test_util
1746 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001747- name: http_fuzzer_test
1748 build: fuzzer
1749 language: c
1750 src:
1751 - test/core/http/fuzzer.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
1755 - gpr_test_util
1756 - gpr
1757 corpus_dirs:
1758 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001759 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001760- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761 build: test
1762 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001763 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001764 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001770- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771 build: test
1772 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001773 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001774 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001775 deps:
1776 - grpc_test_util
1777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001778 - gpr_test_util
1779 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001780- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001781 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001782 build: test
1783 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001784 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001785 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001786 deps:
1787 - grpc_test_util
1788 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001789 - gpr_test_util
1790 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001791 platforms:
1792 - mac
1793 - linux
1794 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001795- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001796 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001797 build: test
1798 language: c
1799 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001800 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001801 deps:
1802 - grpc_test_util
1803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001804 - gpr_test_util
1805 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001806 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001807 - linux
yang-gf1183302015-12-07 16:02:05 -08001808- name: init_test
1809 build: test
1810 language: c
1811 src:
1812 - test/core/surface/init_test.c
1813 deps:
1814 - grpc_test_util
1815 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001816 - gpr_test_util
1817 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001818- name: internal_api_canary_iomgr_test
1819 build: test
1820 run: false
1821 language: c
1822 src:
1823 - test/core/internal_api_canaries/iomgr.c
1824 deps:
1825 - grpc_test_util
1826 - grpc
1827 - gpr_test_util
1828 - gpr
1829- name: internal_api_canary_support_test
1830 build: test
1831 run: false
1832 language: c
1833 src:
1834 - test/core/internal_api_canaries/iomgr.c
1835 deps:
1836 - grpc_test_util
1837 - grpc
1838 - gpr_test_util
1839 - gpr
1840- name: internal_api_canary_transport_test
1841 build: test
1842 run: false
1843 language: c
1844 src:
1845 - test/core/internal_api_canaries/iomgr.c
1846 deps:
1847 - grpc_test_util
1848 - grpc
1849 - gpr_test_util
1850 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001851- name: invalid_call_argument_test
1852 build: test
1853 language: c
1854 src:
1855 - test/core/end2end/invalid_call_argument_test.c
1856 deps:
1857 - grpc_test_util
1858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001861- name: json_fuzzer_test
1862 build: fuzzer
1863 language: c
1864 src:
1865 - test/core/json/fuzzer.c
1866 deps:
1867 - grpc_test_util
1868 - grpc
1869 - gpr_test_util
1870 - gpr
1871 corpus_dirs:
1872 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001873 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001874- name: json_rewrite
1875 build: test
1876 run: false
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
1879 - test/core/json/json_rewrite.c
1880 deps:
1881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001882 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883- name: json_rewrite_test
1884 build: test
1885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001886 src:
1887 - test/core/json/json_rewrite_test.c
1888 deps:
1889 - grpc_test_util
1890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 - gpr_test_util
1892 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001893- name: json_stream_error_test
1894 build: test
1895 language: c
1896 src:
1897 - test/core/json/json_stream_error_test.c
1898 deps:
1899 - grpc_test_util
1900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903- name: json_test
1904 build: test
1905 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001906 src:
1907 - test/core/json/json_test.c
1908 deps:
1909 - grpc_test_util
1910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001911 - gpr_test_util
1912 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001913- name: lame_client_test
1914 build: test
1915 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001916 src:
1917 - test/core/surface/lame_client_test.c
1918 deps:
1919 - grpc_test_util
1920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001921 - gpr_test_util
1922 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001923- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001924 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001925 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001926 build: test
1927 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001928 src:
1929 - test/core/client_config/lb_policies_test.c
1930 deps:
1931 - grpc_test_util
1932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001933 - gpr_test_util
1934 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001935- name: low_level_ping_pong_benchmark
1936 build: benchmark
1937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001938 src:
1939 - test/core/network_benchmarks/low_level_ping_pong.c
1940 deps:
1941 - grpc_test_util
1942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001945 platforms:
1946 - mac
1947 - linux
1948 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: message_compress_test
1950 build: test
1951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001952 src:
1953 - test/core/compression/message_compress_test.c
1954 deps:
1955 - grpc_test_util
1956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001959- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001960 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001961 build: test
1962 language: c
1963 src:
1964 - test/core/census/mlog_test.c
1965 deps:
1966 - grpc_test_util
1967 - grpc
1968 - gpr_test_util
1969 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970- name: multiple_server_queues_test
1971 build: test
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/end2end/multiple_server_queues_test.c
1975 deps:
1976 - grpc_test_util
1977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001980- name: murmur_hash_test
1981 build: test
1982 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001983 src:
1984 - test/core/support/murmur_hash_test.c
1985 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001986 - gpr_test_util
1987 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001988- name: nanopb_fuzzer_response_test
1989 build: fuzzer
1990 language: c
1991 src:
1992 - test/core/nanopb/fuzzer_response.c
1993 deps:
1994 - grpc_test_util
1995 - grpc
1996 - gpr_test_util
1997 - gpr
1998 corpus_dirs:
1999 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002000 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002001- name: nanopb_fuzzer_serverlist_test
2002 build: fuzzer
2003 language: c
2004 src:
2005 - test/core/nanopb/fuzzer_serverlist.c
2006 deps:
2007 - grpc_test_util
2008 - grpc
2009 - gpr_test_util
2010 - gpr
2011 corpus_dirs:
2012 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002013 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002014- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002015 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002016 build: test
2017 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002018 src:
2019 - test/core/end2end/no_server_test.c
2020 deps:
2021 - grpc_test_util
2022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002023 - gpr_test_util
2024 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002025- name: resolve_address_test
2026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
2029 - test/core/iomgr/resolve_address_test.c
2030 deps:
2031 - grpc_test_util
2032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
yang-gd482e592015-12-10 14:04:00 -08002035- name: secure_channel_create_test
2036 build: test
2037 language: c
2038 src:
2039 - test/core/surface/secure_channel_create_test.c
2040 deps:
2041 - grpc_test_util
2042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 - gpr_test_util
2044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: secure_endpoint_test
2046 build: test
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/core/security/secure_endpoint_test.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002055- name: server_chttp2_test
2056 build: test
2057 language: c
2058 src:
2059 - test/core/surface/server_chttp2_test.c
2060 deps:
2061 - grpc_test_util
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002065- name: server_fuzzer
2066 build: fuzzer
2067 language: c
2068 src:
2069 - test/core/end2end/fuzzers/server_fuzzer.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
2073 - gpr_test_util
2074 - gpr
2075 corpus_dirs:
2076 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002077 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002078 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002079- name: server_test
2080 build: test
2081 language: c
2082 src:
2083 - test/core/surface/server_test.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002089- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002090 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002091 build: test
2092 language: c
2093 src:
2094 - test/core/client_config/set_initial_connect_string_test.c
2095 deps:
2096 - test_tcp_server
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002101- name: sockaddr_resolver_test
2102 build: test
2103 language: c
2104 src:
2105 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2106 deps:
2107 - grpc_test_util
2108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002109 - gpr_test_util
2110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002111- name: sockaddr_utils_test
2112 build: test
2113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002114 src:
2115 - test/core/iomgr/sockaddr_utils_test.c
2116 deps:
2117 - grpc_test_util
2118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr_test_util
2120 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002121- name: socket_utils_test
2122 build: test
2123 language: c
2124 src:
2125 - test/core/iomgr/socket_utils_test.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002129 - gpr_test_util
2130 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002131 platforms:
2132 - mac
2133 - linux
2134 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002135- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002136 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137 build: test
2138 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002139 src:
2140 - test/core/iomgr/tcp_client_posix_test.c
2141 deps:
2142 - grpc_test_util
2143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002144 - gpr_test_util
2145 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002146 platforms:
2147 - mac
2148 - linux
2149 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002151 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002152 build: test
2153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002154 src:
2155 - test/core/iomgr/tcp_posix_test.c
2156 deps:
2157 - grpc_test_util
2158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002161 platforms:
2162 - mac
2163 - linux
2164 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002165- name: tcp_server_posix_test
2166 build: test
2167 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002168 src:
2169 - test/core/iomgr/tcp_server_posix_test.c
2170 deps:
2171 - grpc_test_util
2172 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002173 - gpr_test_util
2174 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002175 platforms:
2176 - mac
2177 - linux
2178 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179- name: time_averaged_stats_test
2180 build: test
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
2183 - test/core/iomgr/time_averaged_stats_test.c
2184 deps:
2185 - grpc_test_util
2186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002189- name: timeout_encoding_test
2190 build: test
2191 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002192 src:
2193 - test/core/transport/chttp2/timeout_encoding_test.c
2194 deps:
2195 - grpc_test_util
2196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002199- name: timer_heap_test
2200 build: test
2201 language: c
2202 src:
2203 - test/core/iomgr/timer_heap_test.c
2204 deps:
2205 - grpc_test_util
2206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002209- name: timer_list_test
2210 build: test
2211 language: c
2212 src:
2213 - test/core/iomgr/timer_list_test.c
2214 deps:
2215 - grpc_test_util
2216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 - gpr_test_util
2218 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002219- name: timers_test
2220 build: test
2221 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002222 src:
2223 - test/core/profiling/timers_test.c
2224 deps:
2225 - grpc_test_util
2226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002227 - gpr_test_util
2228 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002229- name: transport_connectivity_state_test
2230 build: test
2231 language: c
2232 src:
2233 - test/core/transport/connectivity_state_test.c
2234 deps:
2235 - grpc_test_util
2236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002237 - gpr_test_util
2238 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239- name: transport_metadata_test
2240 build: test
2241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002242 src:
2243 - test/core/transport/metadata_test.c
2244 deps:
2245 - grpc_test_util
2246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002247 - gpr_test_util
2248 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249- name: transport_security_test
2250 build: test
2251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
2253 - test/core/tsi/transport_security_test.c
2254 deps:
2255 - grpc_test_util
2256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002259 platforms:
2260 - linux
2261 - posix
2262 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002263- name: udp_server_test
2264 build: test
2265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002266 src:
2267 - test/core/iomgr/udp_server_test.c
2268 deps:
2269 - grpc_test_util
2270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002271 - gpr_test_util
2272 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002273 platforms:
2274 - mac
2275 - linux
2276 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002277- name: uri_fuzzer_test
2278 build: fuzzer
2279 language: c
2280 src:
2281 - test/core/client_config/uri_fuzzer_test.c
2282 deps:
2283 - grpc_test_util
2284 - grpc
2285 - gpr_test_util
2286 - gpr
2287 corpus_dirs:
2288 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002289 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002290- name: uri_parser_test
2291 build: test
2292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002293 src:
2294 - test/core/client_config/uri_parser_test.c
2295 deps:
2296 - grpc_test_util
2297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 - gpr_test_util
2299 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002300- name: workqueue_test
2301 build: test
2302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002303 src:
2304 - test/core/iomgr/workqueue_test.c
2305 deps:
2306 - grpc_test_util
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr_test_util
2309 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002310 platforms:
2311 - mac
2312 - linux
2313 - posix
vjpai04e992a2016-02-10 16:58:38 -08002314- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002315 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002316 build: test
2317 language: c++
2318 src:
2319 - test/cpp/common/alarm_cpp_test.cc
2320 deps:
2321 - grpc++_test_util
2322 - grpc_test_util
2323 - grpc++
2324 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002325 - gpr_test_util
2326 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002327- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002328 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002329 build: test
2330 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002331 src:
2332 - test/cpp/end2end/async_end2end_test.cc
2333 deps:
2334 - grpc++_test_util
2335 - grpc_test_util
2336 - grpc++
2337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002338 - gpr_test_util
2339 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: async_streaming_ping_pong_test
2341 build: test
2342 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
2344 - test/cpp/qps/async_streaming_ping_pong_test.cc
2345 deps:
2346 - qps
2347 - grpc++_test_util
2348 - grpc_test_util
2349 - grpc++
2350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 - gpr_test_util
2352 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002353 platforms:
2354 - mac
2355 - linux
2356 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357- name: async_unary_ping_pong_test
2358 build: test
2359 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002360 src:
2361 - test/cpp/qps/async_unary_ping_pong_test.cc
2362 deps:
2363 - qps
2364 - grpc++_test_util
2365 - grpc_test_util
2366 - grpc++
2367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr_test_util
2369 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002370 platforms:
2371 - mac
2372 - linux
2373 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002374- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002375 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002376 build: test
2377 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002378 src:
2379 - test/cpp/common/auth_property_iterator_test.cc
2380 deps:
2381 - grpc++_test_util
2382 - grpc_test_util
2383 - grpc++
2384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002385 - gpr_test_util
2386 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002387- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002388 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002389 build: test
2390 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002391 src:
yang-g52705592015-11-25 11:45:33 -08002392 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002393 deps:
2394 - grpc++
2395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002396 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002397- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002398 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002399 build: test
2400 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002401 src:
2402 - test/cpp/util/cli_call_test.cc
2403 deps:
2404 - grpc++_test_util
2405 - grpc_test_util
2406 - grpc++
2407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002408 - gpr_test_util
2409 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002411 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002412 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002413 build: test
2414 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
2416 - test/cpp/end2end/client_crash_test.cc
2417 deps:
2418 - grpc++_test_util
2419 - grpc_test_util
2420 - grpc++
2421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr_test_util
2423 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002424 platforms:
2425 - mac
2426 - linux
2427 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002428- name: client_crash_test_server
2429 build: test
2430 run: false
2431 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002432 src:
2433 - test/cpp/end2end/client_crash_test_server.cc
2434 deps:
2435 - grpc++_test_util
2436 - grpc_test_util
2437 - grpc++
2438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002439 - gpr_test_util
2440 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002441- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002442 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002443 build: test
2444 language: c++
2445 src:
2446 - src/proto/grpc/testing/control.proto
2447 - src/proto/grpc/testing/messages.proto
2448 - src/proto/grpc/testing/payloads.proto
2449 - src/proto/grpc/testing/perf_db.proto
2450 - src/proto/grpc/testing/services.proto
2451 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002452 - test/cpp/codegen/codegen_test_full.cc
2453 deps:
2454 - grpc++
2455 - grpc
2456 - gpr
2457 filegroups:
2458 - grpc++_codegen
2459- name: codegen_test_minimal
2460 gtest: true
2461 build: test
2462 language: c++
2463 src:
2464 - src/proto/grpc/testing/control.proto
2465 - src/proto/grpc/testing/messages.proto
2466 - src/proto/grpc/testing/payloads.proto
2467 - src/proto/grpc/testing/perf_db.proto
2468 - src/proto/grpc/testing/services.proto
2469 - src/proto/grpc/testing/stats.proto
2470 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002471 filegroups:
2472 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002473- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002474 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002475 build: test
2476 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002477 src:
2478 - test/cpp/client/credentials_test.cc
2479 deps:
2480 - grpc++
2481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002482 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002483- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002484 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002485 build: test
2486 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002487 src:
2488 - test/cpp/util/byte_buffer_test.cc
2489 deps:
2490 - grpc_test_util
2491 - grpc++
2492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr_test_util
2494 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002496 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497 build: test
2498 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002499 src:
2500 - test/cpp/util/slice_test.cc
2501 deps:
2502 - grpc_test_util
2503 - grpc++
2504 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002505 - gpr_test_util
2506 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002507- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002508 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002509 build: test
2510 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002511 src:
2512 - test/cpp/util/string_ref_test.cc
2513 deps:
2514 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002515- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002516 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517 build: test
2518 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002519 src:
2520 - test/cpp/util/time_test.cc
2521 deps:
2522 - grpc_test_util
2523 - grpc++
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr_test_util
2526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002528 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002529 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002530 build: test
2531 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002532 src:
2533 - test/cpp/end2end/end2end_test.cc
2534 deps:
2535 - grpc++_test_util
2536 - grpc_test_util
2537 - grpc++
2538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002539 - gpr_test_util
2540 - gpr
vjpai083dc622016-01-11 09:41:17 -08002541- name: generic_async_streaming_ping_pong_test
2542 build: test
2543 language: c++
2544 src:
2545 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2546 deps:
2547 - qps
2548 - grpc++_test_util
2549 - grpc_test_util
2550 - grpc++
2551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002552 - gpr_test_util
2553 - gpr
vjpai083dc622016-01-11 09:41:17 -08002554 platforms:
2555 - mac
2556 - linux
2557 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002558- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002559 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002560 build: test
2561 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002562 src:
2563 - test/cpp/end2end/generic_end2end_test.cc
2564 deps:
2565 - grpc++_test_util
2566 - grpc_test_util
2567 - grpc++
2568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002569 - gpr_test_util
2570 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002571- name: golden_file_test
2572 gtest: true
2573 build: test
2574 language: c++
2575 src:
2576 - src/proto/grpc/testing/compiler_test.proto
2577 - test/cpp/codegen/golden_file_test.cc
2578 deps:
2579 - grpc++
2580 - grpc
2581 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582- name: grpc_cli
2583 build: test
2584 run: false
2585 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002586 src:
2587 - test/cpp/util/grpc_cli.cc
2588 deps:
2589 - grpc++_test_util
2590 - grpc_test_util
2591 - grpc++
2592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002593 - gpr_test_util
2594 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002595 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002596- name: grpc_cpp_plugin
2597 build: protoc
2598 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002599 src:
2600 - src/compiler/cpp_plugin.cc
2601 deps:
2602 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002603 secure: false
2604 vs_config_type: Application
2605 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2606- name: grpc_csharp_plugin
2607 build: protoc
2608 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002609 src:
2610 - src/compiler/csharp_plugin.cc
2611 deps:
2612 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613 secure: false
2614 vs_config_type: Application
2615 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002616- name: grpc_node_plugin
2617 build: protoc
2618 language: c++
2619 src:
2620 - src/compiler/node_plugin.cc
2621 deps:
2622 - grpc_plugin_support
2623 secure: false
2624 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002625- name: grpc_objective_c_plugin
2626 build: protoc
2627 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002628 src:
2629 - src/compiler/objective_c_plugin.cc
2630 deps:
2631 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002632 secure: false
2633 vs_config_type: Application
2634 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2635- name: grpc_python_plugin
2636 build: protoc
2637 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002638 src:
2639 - src/compiler/python_plugin.cc
2640 deps:
2641 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002642 secure: false
2643 vs_config_type: Application
2644 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2645- name: grpc_ruby_plugin
2646 build: protoc
2647 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002648 src:
2649 - src/compiler/ruby_plugin.cc
2650 deps:
2651 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002652 secure: false
2653 vs_config_type: Application
2654 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002655- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002656 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002657 build: test
2658 language: c++
2659 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002660 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002661 - test/cpp/grpclb/grpclb_api_test.cc
2662 deps:
2663 - grpc++_test_util
2664 - grpc_test_util
2665 - grpc++
2666 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002667- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002668 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002669 build: test
2670 language: c++
2671 src:
2672 - test/cpp/end2end/hybrid_end2end_test.cc
2673 deps:
2674 - grpc++_test_util
2675 - grpc_test_util
2676 - grpc++
2677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002678 - gpr_test_util
2679 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002680- name: interop_client
2681 build: test
2682 run: false
2683 language: c++
2684 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002685 deps:
2686 - interop_client_main
2687 - interop_client_helper
2688 - grpc++_test_util
2689 - grpc_test_util
2690 - grpc++
2691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002692 - gpr_test_util
2693 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002694 - grpc++_test_config
2695 platforms:
2696 - mac
2697 - linux
2698 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002699- name: interop_server
2700 build: test
2701 run: false
2702 language: c++
2703 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002704 deps:
2705 - interop_server_main
2706 - interop_server_helper
2707 - grpc++_test_util
2708 - grpc_test_util
2709 - grpc++
2710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002711 - gpr_test_util
2712 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002713 - grpc++_test_config
2714 platforms:
2715 - mac
2716 - linux
2717 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002719 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720 build: test
2721 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002722 src:
2723 - test/cpp/interop/interop_test.cc
2724 deps:
2725 - grpc_test_util
2726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002727 - gpr_test_util
2728 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002729 platforms:
2730 - mac
2731 - linux
2732 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002733- name: json_run_localhost
2734 build: test
2735 run: false
2736 language: c++
2737 src:
2738 - test/cpp/qps/json_run_localhost.cc
2739 deps:
2740 - grpc++_test_util
2741 - grpc_test_util
2742 - grpc++
2743 - grpc
2744 - gpr_test_util
2745 - gpr
2746 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002747- name: metrics_client
2748 build: test
2749 run: false
2750 language: c++
2751 headers:
2752 - test/cpp/util/metrics_server.h
2753 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002754 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002755 - test/cpp/interop/metrics_client.cc
2756 deps:
2757 - grpc++
2758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002759 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002760 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002761- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002762 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002763 build: test
2764 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002765 src:
2766 - test/cpp/end2end/mock_test.cc
2767 deps:
2768 - grpc++_test_util
2769 - grpc_test_util
2770 - grpc++
2771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002772 - gpr_test_util
2773 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002774- name: qps_interarrival_test
2775 build: test
2776 run: false
2777 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002778 src:
2779 - test/cpp/qps/qps_interarrival_test.cc
2780 deps:
2781 - qps
2782 - grpc++_test_util
2783 - grpc_test_util
2784 - grpc++
2785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002786 - gpr_test_util
2787 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002788 platforms:
2789 - mac
2790 - linux
2791 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002792- name: qps_json_driver
2793 build: test
2794 run: false
2795 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002796 headers:
2797 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002798 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002799 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002800 - test/cpp/qps/qps_json_driver.cc
2801 deps:
2802 - qps
2803 - grpc++_test_util
2804 - grpc_test_util
2805 - grpc++
2806 - grpc
2807 - gpr_test_util
2808 - gpr
2809 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002810- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002811 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002812 build: test
2813 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002814 src:
2815 - test/cpp/qps/qps_openloop_test.cc
2816 deps:
2817 - qps
2818 - grpc++_test_util
2819 - grpc_test_util
2820 - grpc++
2821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002822 - gpr_test_util
2823 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002824 - grpc++_test_config
2825 platforms:
2826 - mac
2827 - linux
2828 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002829- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002830 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002831 build: test
2832 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002833 src:
2834 - test/cpp/qps/qps_test.cc
2835 deps:
2836 - qps
2837 - grpc++_test_util
2838 - grpc_test_util
2839 - grpc++
2840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002841 - gpr_test_util
2842 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002843 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002844 platforms:
2845 - mac
2846 - linux
2847 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002848- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002849 build: test
2850 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002851 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002852 headers:
2853 - test/cpp/qps/client.h
2854 - test/cpp/qps/server.h
2855 src:
2856 - test/cpp/qps/worker.cc
2857 deps:
2858 - qps
2859 - grpc++_test_util
2860 - grpc_test_util
2861 - grpc++
2862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002863 - gpr_test_util
2864 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002865 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002866- name: reconnect_interop_client
2867 build: test
2868 run: false
2869 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002870 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002871 - src/proto/grpc/testing/empty.proto
2872 - src/proto/grpc/testing/messages.proto
2873 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002874 - test/cpp/interop/reconnect_interop_client.cc
2875 deps:
2876 - grpc++_test_util
2877 - grpc_test_util
2878 - grpc++
2879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002880 - gpr_test_util
2881 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002882 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002883- name: reconnect_interop_server
2884 build: test
2885 run: false
2886 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002887 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002888 - src/proto/grpc/testing/empty.proto
2889 - src/proto/grpc/testing/messages.proto
2890 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002891 - test/cpp/interop/reconnect_interop_server.cc
2892 deps:
2893 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002894 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002895 - grpc++_test_util
2896 - grpc_test_util
2897 - grpc++
2898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002899 - gpr_test_util
2900 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002901 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002902- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002903 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002904 build: test
2905 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002906 src:
2907 - test/cpp/common/secure_auth_context_test.cc
2908 deps:
2909 - grpc++_test_util
2910 - grpc_test_util
2911 - grpc++
2912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002913 - gpr_test_util
2914 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002915- name: secure_sync_unary_ping_pong_test
2916 build: test
2917 language: c++
2918 src:
2919 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2920 deps:
2921 - qps
2922 - grpc++_test_util
2923 - grpc_test_util
2924 - grpc++
2925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002926 - gpr_test_util
2927 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002928 platforms:
2929 - mac
2930 - linux
2931 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002932- name: server_builder_plugin_test
2933 gtest: true
2934 build: test
2935 language: c++
2936 src:
2937 - test/cpp/end2end/server_builder_plugin_test.cc
2938 deps:
2939 - grpc++_test_util
2940 - grpc_test_util
2941 - grpc++
2942 - grpc
2943 - gpr_test_util
2944 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002945- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002946 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002947 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002948 build: test
2949 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002950 src:
2951 - test/cpp/end2end/server_crash_test.cc
2952 deps:
2953 - grpc++_test_util
2954 - grpc_test_util
2955 - grpc++
2956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002957 - gpr_test_util
2958 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002959 platforms:
2960 - mac
2961 - linux
2962 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002963- name: server_crash_test_client
2964 build: test
2965 run: false
2966 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002967 src:
2968 - test/cpp/end2end/server_crash_test_client.cc
2969 deps:
2970 - grpc++_test_util
2971 - grpc_test_util
2972 - grpc++
2973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002974 - gpr_test_util
2975 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002976- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002977 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002978 build: test
2979 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002980 src:
2981 - test/cpp/end2end/shutdown_test.cc
2982 deps:
2983 - grpc++_test_util
2984 - grpc_test_util
2985 - grpc++
2986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002987 - gpr_test_util
2988 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002989- name: status_test
2990 build: test
2991 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002992 src:
2993 - test/cpp/util/status_test.cc
2994 deps:
2995 - grpc_test_util
2996 - grpc++
2997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002998 - gpr_test_util
2999 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003000- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003001 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003002 build: test
3003 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003004 src:
3005 - test/cpp/end2end/streaming_throughput_test.cc
3006 deps:
3007 - grpc++_test_util
3008 - grpc_test_util
3009 - grpc++
3010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003011 - gpr_test_util
3012 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003013 platforms:
3014 - mac
3015 - linux
3016 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003017- name: stress_test
3018 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003019 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003020 language: c++
3021 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003022 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003023 - test/cpp/interop/interop_client.h
3024 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003025 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003026 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003027 - src/proto/grpc/testing/empty.proto
3028 - src/proto/grpc/testing/messages.proto
3029 - src/proto/grpc/testing/metrics.proto
3030 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003031 - test/cpp/interop/interop_client.cc
3032 - test/cpp/interop/stress_interop_client.cc
3033 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003034 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003035 deps:
3036 - grpc++_test_util
3037 - grpc_test_util
3038 - grpc++
3039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003040 - gpr_test_util
3041 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003042 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003043- name: sync_streaming_ping_pong_test
3044 build: test
3045 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003046 src:
3047 - test/cpp/qps/sync_streaming_ping_pong_test.cc
3048 deps:
3049 - qps
3050 - grpc++_test_util
3051 - grpc_test_util
3052 - grpc++
3053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003054 - gpr_test_util
3055 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003056 platforms:
3057 - mac
3058 - linux
3059 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003060- name: sync_unary_ping_pong_test
3061 build: test
3062 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003063 src:
3064 - test/cpp/qps/sync_unary_ping_pong_test.cc
3065 deps:
3066 - qps
3067 - grpc++_test_util
3068 - grpc_test_util
3069 - grpc++
3070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003071 - gpr_test_util
3072 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003073 platforms:
3074 - mac
3075 - linux
3076 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003077- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003078 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003079 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003080 build: test
3081 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003082 src:
3083 - test/cpp/end2end/thread_stress_test.cc
3084 deps:
3085 - grpc++_test_util
3086 - grpc_test_util
3087 - grpc++
3088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003089 - gpr_test_util
3090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003091- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003092 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003093 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003094 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003096 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003097 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003098 - test/cpp/end2end/zookeeper_test.cc
3099 deps:
3100 - grpc++_test_util
3101 - grpc_test_util
3102 - grpc++
3103 - grpc_zookeeper
3104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003105 - gpr_test_util
3106 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003107 external_deps:
3108 - zookeeper
3109 platforms:
3110 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003111- name: public_headers_must_be_c89
3112 build: test
3113 language: c89
3114 src:
3115 - test/core/surface/public_headers_must_be_c89.c
3116 deps:
3117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003119vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003120- linkage: static
3121 name: grpc.dependencies.zlib
3122 props: false
3123 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003124 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003125- linkage: static
3126 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003127 props: true
3128 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003129 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003130- name: gflags
3131 props: false
3132 redist: false
3133 version: 2.1.2.1
3134- name: gtest
3135 props: false
3136 redist: false
3137 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003138configs:
3139 asan:
3140 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003141 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3142 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003143 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003144 LD: clang
3145 LDFLAGS: -fsanitize=address
3146 LDXX: clang++
3147 compile_the_world: true
3148 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003149 ASAN_OPTIONS: detect_leaks=1:color=always
3150 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003151 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003152 asan-noleaks:
3153 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003154 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3155 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003156 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003157 LD: clang
3158 LDFLAGS: -fsanitize=address
3159 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003160 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003161 test_environ:
3162 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003163 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003164 asan-trace-cmp:
3165 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003166 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3167 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003168 CXX: clang++
3169 LD: clang
3170 LDFLAGS: -fsanitize=address
3171 LDXX: clang++
3172 compile_the_world: true
3173 test_environ:
3174 ASAN_OPTIONS: detect_leaks=1:color=always
3175 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3176 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003177 basicprof:
3178 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3179 DEFINES: NDEBUG
3180 dbg:
3181 CPPFLAGS: -O0
3182 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003183 easan:
3184 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003185 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3186 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003187 CXX: clang++
3188 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3189 LD: clang
3190 LDFLAGS: -fsanitize=address
3191 LDXX: clang++
3192 compile_the_world: true
3193 test_environ:
3194 ASAN_OPTIONS: detect_leaks=1:color=always
3195 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3196 timeout_multiplier: 3
3197 edbg:
3198 CPPFLAGS: -O0
3199 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3200 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003201 CC: clang
3202 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003203 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003204 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003205 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003206 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003207 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003208 LDXX: clang++
3209 compile_the_world: true
3210 test_environ:
3211 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3212 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003213 gcov:
3214 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003215 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003216 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003217 DEFINES: _DEBUG DEBUG GPR_GCOV
3218 LD: gcc
3219 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3220 LDXX: g++
3221 helgrind:
3222 CPPFLAGS: -O0
3223 DEFINES: _DEBUG DEBUG
3224 LDFLAGS: -rdynamic
3225 timeout_multiplier: 20
3226 valgrind: --tool=helgrind
3227 memcheck:
3228 CPPFLAGS: -O0
3229 DEFINES: _DEBUG DEBUG
3230 LDFLAGS: -rdynamic
3231 timeout_multiplier: 10
3232 valgrind: --tool=memcheck --leak-check=full
3233 msan:
3234 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003235 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3236 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3237 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003238 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003239 DEFINES: NDEBUG
3240 LD: clang
3241 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3242 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3243 LDXX: clang++
3244 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003245 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003246 mutrace:
3247 CPPFLAGS: -O0
3248 DEFINES: _DEBUG DEBUG
3249 LDFLAGS: -rdynamic
3250 opt:
3251 CPPFLAGS: -O2
3252 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003253 stapprof:
3254 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3255 DEFINES: NDEBUG
3256 tsan:
3257 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003258 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003259 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003260 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003261 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003262 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003263 LDXX: clang++
3264 compile_the_world: true
3265 test_environ:
3266 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003267 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003268 ubsan:
3269 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003270 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3271 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003272 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003273 DEFINES: NDEBUG
3274 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003275 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003276 LDXX: clang++
3277 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003278 test_environ:
3279 UBSAN_OPTIONS: print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003280 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003281defaults:
3282 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003283 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003284 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003285 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003286 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003287 global:
3288 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3289 LDFLAGS: -g
3290 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003291 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003292 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003293node_modules:
3294- deps:
3295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003296 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003297 - boringssl
3298 - z
murgatroid9994a75412015-11-19 14:04:53 -08003299 headers:
3300 - src/node/ext/byte_buffer.h
3301 - src/node/ext/call.h
3302 - src/node/ext/call_credentials.h
3303 - src/node/ext/channel.h
3304 - src/node/ext/channel_credentials.h
3305 - src/node/ext/completion_queue_async_worker.h
3306 - src/node/ext/server.h
3307 - src/node/ext/server_credentials.h
3308 - src/node/ext/timeval.h
3309 js:
3310 - src/node/index.js
3311 - src/node/src/client.js
3312 - src/node/src/common.js
3313 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003314 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003315 - src/node/src/metadata.js
3316 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003317 name: grpc_node
3318 src:
3319 - src/node/ext/byte_buffer.cc
3320 - src/node/ext/call.cc
3321 - src/node/ext/call_credentials.cc
3322 - src/node/ext/channel.cc
3323 - src/node/ext/channel_credentials.cc
3324 - src/node/ext/completion_queue_async_worker.cc
3325 - src/node/ext/node_grpc.cc
3326 - src/node/ext/server.cc
3327 - src/node/ext/server_credentials.cc
3328 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003329openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003330 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003331 extraction_dir: openssl-1.0.2f
3332 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003333php_config_m4:
3334 deps:
3335 - grpc
3336 - gpr
3337 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003338 headers:
3339 - src/php/ext/grpc/byte_buffer.h
3340 - src/php/ext/grpc/call.h
3341 - src/php/ext/grpc/call_credentials.h
3342 - src/php/ext/grpc/channel.h
3343 - src/php/ext/grpc/channel_credentials.h
3344 - src/php/ext/grpc/completion_queue.h
3345 - src/php/ext/grpc/php_grpc.h
3346 - src/php/ext/grpc/server.h
3347 - src/php/ext/grpc/server_credentials.h
3348 - src/php/ext/grpc/timeval.h
3349 src:
3350 - src/php/ext/grpc/byte_buffer.c
3351 - src/php/ext/grpc/call.c
3352 - src/php/ext/grpc/call_credentials.c
3353 - src/php/ext/grpc/channel.c
3354 - src/php/ext/grpc/channel_credentials.c
3355 - src/php/ext/grpc/completion_queue.c
3356 - src/php/ext/grpc/php_grpc.c
3357 - src/php/ext/grpc/server.c
3358 - src/php/ext/grpc/server_credentials.c
3359 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003360python_dependencies:
3361 deps:
3362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003363 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003364 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003365 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003366ruby_gem:
3367 deps:
3368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003370 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003371 - z