blob: bbd60cbe218d866b3e074eea43be7fdf5020750e [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
Alistair Veitch30fe6322016-05-23 10:11:28 -070019 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/mlog.h
22 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070023 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070025 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070026 - src/core/ext/census/grpc_context.c
27 - src/core/ext/census/grpc_filter.c
28 - src/core/ext/census/grpc_plugin.c
29 - src/core/ext/census/initialize.c
30 - src/core/ext/census/mlog.c
31 - src/core/ext/census/operation.c
32 - src/core/ext/census/placeholders.c
33 - src/core/ext/census/tracing.c
34 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070035 uses:
36 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070037 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070038- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010039 public_headers:
40 - include/grpc/support/alloc.h
41 - include/grpc/support/atm.h
42 - include/grpc/support/atm_gcc_atomic.h
43 - include/grpc/support/atm_gcc_sync.h
44 - include/grpc/support/atm_win32.h
45 - include/grpc/support/avl.h
46 - include/grpc/support/cmdline.h
47 - include/grpc/support/cpu.h
48 - include/grpc/support/histogram.h
49 - include/grpc/support/host_port.h
50 - include/grpc/support/log.h
51 - include/grpc/support/log_win32.h
52 - include/grpc/support/port_platform.h
53 - include/grpc/support/slice.h
54 - include/grpc/support/slice_buffer.h
55 - include/grpc/support/string_util.h
56 - include/grpc/support/subprocess.h
57 - include/grpc/support/sync.h
58 - include/grpc/support/sync_generic.h
59 - include/grpc/support/sync_posix.h
60 - include/grpc/support/sync_win32.h
61 - include/grpc/support/thd.h
62 - include/grpc/support/time.h
63 - include/grpc/support/tls.h
64 - include/grpc/support/tls_gcc.h
65 - include/grpc/support/tls_msvc.h
66 - include/grpc/support/tls_pthread.h
67 - include/grpc/support/useful.h
68 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070069 - src/core/lib/profiling/timers.h
70 - src/core/lib/support/backoff.h
71 - src/core/lib/support/block_annotate.h
72 - src/core/lib/support/env.h
73 - src/core/lib/support/load_file.h
74 - src/core/lib/support/murmur_hash.h
75 - src/core/lib/support/stack_lockfree.h
76 - src/core/lib/support/string.h
77 - src/core/lib/support/string_win32.h
78 - src/core/lib/support/thd_internal.h
79 - src/core/lib/support/time_precise.h
80 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010081 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/basic_timers.c
83 - src/core/lib/profiling/stap_timers.c
84 - src/core/lib/support/alloc.c
85 - src/core/lib/support/avl.c
86 - src/core/lib/support/backoff.c
87 - src/core/lib/support/cmdline.c
88 - src/core/lib/support/cpu_iphone.c
89 - src/core/lib/support/cpu_linux.c
90 - src/core/lib/support/cpu_posix.c
91 - src/core/lib/support/cpu_windows.c
92 - src/core/lib/support/env_linux.c
93 - src/core/lib/support/env_posix.c
94 - src/core/lib/support/env_win32.c
95 - src/core/lib/support/histogram.c
96 - src/core/lib/support/host_port.c
97 - src/core/lib/support/load_file.c
98 - src/core/lib/support/log.c
99 - src/core/lib/support/log_android.c
100 - src/core/lib/support/log_linux.c
101 - src/core/lib/support/log_posix.c
102 - src/core/lib/support/log_win32.c
103 - src/core/lib/support/murmur_hash.c
104 - src/core/lib/support/slice.c
105 - src/core/lib/support/slice_buffer.c
106 - src/core/lib/support/stack_lockfree.c
107 - src/core/lib/support/string.c
108 - src/core/lib/support/string_posix.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200109 - src/core/lib/support/string_util_win32.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/string_win32.c
111 - src/core/lib/support/subprocess_posix.c
112 - src/core/lib/support/subprocess_windows.c
113 - src/core/lib/support/sync.c
114 - src/core/lib/support/sync_posix.c
115 - src/core/lib/support/sync_win32.c
116 - src/core/lib/support/thd.c
117 - src/core/lib/support/thd_posix.c
118 - src/core/lib/support/thd_win32.c
119 - src/core/lib/support/time.c
120 - src/core/lib/support/time_posix.c
121 - src/core/lib/support/time_precise.c
122 - src/core/lib/support/time_win32.c
123 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200124 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/tmpfile_posix.c
126 - src/core/lib/support/tmpfile_win32.c
127 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700128 uses:
129 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800130- name: gpr_codegen
131 public_headers:
132 - include/grpc/impl/codegen/alloc.h
133 - include/grpc/impl/codegen/atm.h
134 - include/grpc/impl/codegen/atm_gcc_atomic.h
135 - include/grpc/impl/codegen/atm_gcc_sync.h
136 - include/grpc/impl/codegen/atm_win32.h
137 - include/grpc/impl/codegen/log.h
138 - include/grpc/impl/codegen/port_platform.h
139 - include/grpc/impl/codegen/slice.h
140 - include/grpc/impl/codegen/slice_buffer.h
141 - include/grpc/impl/codegen/sync.h
142 - include/grpc/impl/codegen/sync_generic.h
143 - include/grpc/impl/codegen/sync_posix.h
144 - include/grpc/impl/codegen/sync_win32.h
145 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700146- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700147 public_headers:
148 - include/grpc/byte_buffer.h
149 - include/grpc/byte_buffer_reader.h
150 - include/grpc/compression.h
151 - include/grpc/grpc.h
152 - include/grpc/status.h
153 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700154 - src/core/lib/channel/channel_args.h
155 - src/core/lib/channel/channel_stack.h
156 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700157 - src/core/lib/channel/compress_filter.h
158 - src/core/lib/channel/connected_channel.h
159 - src/core/lib/channel/context.h
160 - src/core/lib/channel/http_client_filter.h
161 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700162 - src/core/lib/compression/algorithm_metadata.h
163 - src/core/lib/compression/message_compress.h
164 - src/core/lib/debug/trace.h
165 - src/core/lib/http/format_request.h
166 - src/core/lib/http/httpcli.h
167 - src/core/lib/http/parser.h
168 - src/core/lib/iomgr/closure.h
169 - src/core/lib/iomgr/endpoint.h
170 - src/core/lib/iomgr/endpoint_pair.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700171 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700172 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700173 - src/core/lib/iomgr/exec_ctx.h
174 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700175 - src/core/lib/iomgr/iocp_windows.h
176 - src/core/lib/iomgr/iomgr.h
177 - src/core/lib/iomgr/iomgr_internal.h
178 - src/core/lib/iomgr/iomgr_posix.h
179 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700181 - src/core/lib/iomgr/pollset_set_windows.h
182 - src/core/lib/iomgr/pollset_windows.h
183 - src/core/lib/iomgr/resolve_address.h
184 - src/core/lib/iomgr/sockaddr.h
185 - src/core/lib/iomgr/sockaddr_posix.h
186 - src/core/lib/iomgr/sockaddr_utils.h
187 - src/core/lib/iomgr/sockaddr_win32.h
188 - src/core/lib/iomgr/socket_utils_posix.h
189 - src/core/lib/iomgr/socket_windows.h
190 - src/core/lib/iomgr/tcp_client.h
191 - src/core/lib/iomgr/tcp_posix.h
192 - src/core/lib/iomgr/tcp_server.h
193 - src/core/lib/iomgr/tcp_windows.h
194 - src/core/lib/iomgr/time_averaged_stats.h
195 - src/core/lib/iomgr/timer.h
196 - src/core/lib/iomgr/timer_heap.h
197 - src/core/lib/iomgr/udp_server.h
198 - src/core/lib/iomgr/unix_sockets_posix.h
199 - src/core/lib/iomgr/wakeup_fd_pipe.h
200 - src/core/lib/iomgr/wakeup_fd_posix.h
201 - src/core/lib/iomgr/workqueue.h
202 - src/core/lib/iomgr/workqueue_posix.h
203 - src/core/lib/iomgr/workqueue_windows.h
204 - src/core/lib/json/json.h
205 - src/core/lib/json/json_common.h
206 - src/core/lib/json/json_reader.h
207 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/surface/api_trace.h
209 - src/core/lib/surface/call.h
210 - src/core/lib/surface/call_test_only.h
211 - src/core/lib/surface/channel.h
212 - src/core/lib/surface/channel_init.h
213 - src/core/lib/surface/channel_stack_type.h
214 - src/core/lib/surface/completion_queue.h
215 - src/core/lib/surface/event_string.h
216 - src/core/lib/surface/init.h
217 - src/core/lib/surface/lame_client.h
218 - src/core/lib/surface/server.h
219 - src/core/lib/surface/surface_trace.h
220 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/transport/connectivity_state.h
222 - src/core/lib/transport/metadata.h
223 - src/core/lib/transport/metadata_batch.h
224 - src/core/lib/transport/static_metadata.h
225 - src/core/lib/transport/transport.h
226 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700227 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/channel/channel_args.c
229 - src/core/lib/channel/channel_stack.c
230 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/channel/compress_filter.c
232 - src/core/lib/channel/connected_channel.c
233 - src/core/lib/channel/http_client_filter.c
234 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/compression/compression_algorithm.c
236 - src/core/lib/compression/message_compress.c
237 - src/core/lib/debug/trace.c
238 - src/core/lib/http/format_request.c
239 - src/core/lib/http/httpcli.c
240 - src/core/lib/http/parser.c
241 - src/core/lib/iomgr/closure.c
242 - src/core/lib/iomgr/endpoint.c
243 - src/core/lib/iomgr/endpoint_pair_posix.c
244 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700245 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700246 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/iomgr/exec_ctx.c
248 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/iomgr/iocp_windows.c
250 - src/core/lib/iomgr/iomgr.c
251 - src/core/lib/iomgr/iomgr_posix.c
252 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/iomgr/pollset_set_windows.c
254 - src/core/lib/iomgr/pollset_windows.c
255 - src/core/lib/iomgr/resolve_address_posix.c
256 - src/core/lib/iomgr/resolve_address_windows.c
257 - src/core/lib/iomgr/sockaddr_utils.c
258 - src/core/lib/iomgr/socket_utils_common_posix.c
259 - src/core/lib/iomgr/socket_utils_linux.c
260 - src/core/lib/iomgr/socket_utils_posix.c
261 - src/core/lib/iomgr/socket_windows.c
262 - src/core/lib/iomgr/tcp_client_posix.c
263 - src/core/lib/iomgr/tcp_client_windows.c
264 - src/core/lib/iomgr/tcp_posix.c
265 - src/core/lib/iomgr/tcp_server_posix.c
266 - src/core/lib/iomgr/tcp_server_windows.c
267 - src/core/lib/iomgr/tcp_windows.c
268 - src/core/lib/iomgr/time_averaged_stats.c
269 - src/core/lib/iomgr/timer.c
270 - src/core/lib/iomgr/timer_heap.c
271 - src/core/lib/iomgr/udp_server.c
272 - src/core/lib/iomgr/unix_sockets_posix.c
273 - src/core/lib/iomgr/unix_sockets_posix_noop.c
274 - src/core/lib/iomgr/wakeup_fd_eventfd.c
275 - src/core/lib/iomgr/wakeup_fd_nospecial.c
276 - src/core/lib/iomgr/wakeup_fd_pipe.c
277 - src/core/lib/iomgr/wakeup_fd_posix.c
278 - src/core/lib/iomgr/workqueue_posix.c
279 - src/core/lib/iomgr/workqueue_windows.c
280 - src/core/lib/json/json.c
281 - src/core/lib/json/json_reader.c
282 - src/core/lib/json/json_string.c
283 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/surface/alarm.c
285 - src/core/lib/surface/api_trace.c
286 - src/core/lib/surface/byte_buffer.c
287 - src/core/lib/surface/byte_buffer_reader.c
288 - src/core/lib/surface/call.c
289 - src/core/lib/surface/call_details.c
290 - src/core/lib/surface/call_log_batch.c
291 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/surface/channel_init.c
293 - src/core/lib/surface/channel_ping.c
294 - src/core/lib/surface/channel_stack_type.c
295 - src/core/lib/surface/completion_queue.c
296 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/surface/lame_client.c
298 - src/core/lib/surface/metadata_array.c
299 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/surface/validate_metadata.c
301 - src/core/lib/surface/version.c
302 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/transport/connectivity_state.c
304 - src/core/lib/transport/metadata.c
305 - src/core/lib/transport/metadata_batch.c
306 - src/core/lib/transport/static_metadata.c
307 - src/core/lib/transport/transport.c
308 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700309 deps:
310 - gpr
311 uses:
312 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700313- name: grpc_client_config
314 headers:
315 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700316 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700317 - src/core/ext/client_config/client_config.h
318 - src/core/ext/client_config/connector.h
319 - src/core/ext/client_config/initial_connect_string.h
320 - src/core/ext/client_config/lb_policy.h
321 - src/core/ext/client_config/lb_policy_factory.h
322 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700323 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700324 - src/core/ext/client_config/resolver.h
325 - src/core/ext/client_config/resolver_factory.h
326 - src/core/ext/client_config/resolver_registry.h
327 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700328 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700329 - src/core/ext/client_config/subchannel_index.h
330 - src/core/ext/client_config/uri_parser.h
331 src:
332 - src/core/ext/client_config/channel_connectivity.c
333 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700334 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700335 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700336 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700337 - src/core/ext/client_config/connector.c
338 - src/core/ext/client_config/default_initial_connect_string.c
339 - src/core/ext/client_config/initial_connect_string.c
340 - src/core/ext/client_config/lb_policy.c
341 - src/core/ext/client_config/lb_policy_factory.c
342 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700343 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700344 - src/core/ext/client_config/resolver.c
345 - src/core/ext/client_config/resolver_factory.c
346 - src/core/ext/client_config/resolver_registry.c
347 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700348 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700349 - src/core/ext/client_config/subchannel_index.c
350 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700351 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700352 uses:
353 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800354- name: grpc_codegen
355 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800356 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700357 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800358 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800359 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800360 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800361 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800362 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700363 uses:
364 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700365- name: grpc_lb_policy_grpclb
366 headers:
367 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700368 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700369 src:
370 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700371 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700372 uses:
373 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700374 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700375 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700376- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700377 src:
378 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700379 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700380 uses:
381 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700382 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700383- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700384 src:
385 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700386 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700387 uses:
388 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700389 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700390- name: grpc_resolver_dns_native
391 src:
392 - src/core/ext/resolver/dns/native/dns_resolver.c
393 plugin: grpc_resolver_dns_native
394 uses:
395 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700396 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700397- name: grpc_resolver_sockaddr
398 src:
399 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
400 plugin: grpc_resolver_sockaddr
401 uses:
402 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700403 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100404- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700405 public_headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700406 - include/grpc/grpc_cronet.h
Craig Tillerd1697d92016-04-05 16:05:46 -0700407 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700408 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100409 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700410 - src/core/lib/security/context/security_context.h
411 - src/core/lib/security/credentials/composite/composite_credentials.h
412 - src/core/lib/security/credentials/credentials.h
413 - src/core/lib/security/credentials/fake/fake_credentials.h
414 - src/core/lib/security/credentials/google_default/google_default_credentials.h
415 - src/core/lib/security/credentials/iam/iam_credentials.h
416 - src/core/lib/security/credentials/jwt/json_token.h
417 - src/core/lib/security/credentials/jwt/jwt_credentials.h
418 - src/core/lib/security/credentials/jwt/jwt_verifier.h
419 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
420 - src/core/lib/security/credentials/plugin/plugin_credentials.h
421 - src/core/lib/security/credentials/ssl/ssl_credentials.h
422 - src/core/lib/security/transport/auth_filters.h
423 - src/core/lib/security/transport/handshake.h
424 - src/core/lib/security/transport/secure_endpoint.h
425 - src/core/lib/security/transport/security_connector.h
426 - src/core/lib/security/util/b64.h
427 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100428 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700429 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700430 - src/core/lib/security/context/security_context.c
431 - src/core/lib/security/credentials/composite/composite_credentials.c
432 - src/core/lib/security/credentials/credentials.c
433 - src/core/lib/security/credentials/credentials_metadata.c
434 - src/core/lib/security/credentials/fake/fake_credentials.c
435 - src/core/lib/security/credentials/google_default/credentials_posix.c
436 - src/core/lib/security/credentials/google_default/credentials_win32.c
437 - src/core/lib/security/credentials/google_default/google_default_credentials.c
438 - src/core/lib/security/credentials/iam/iam_credentials.c
439 - src/core/lib/security/credentials/jwt/json_token.c
440 - src/core/lib/security/credentials/jwt/jwt_credentials.c
441 - src/core/lib/security/credentials/jwt/jwt_verifier.c
442 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
443 - src/core/lib/security/credentials/plugin/plugin_credentials.c
444 - src/core/lib/security/credentials/ssl/ssl_credentials.c
445 - src/core/lib/security/transport/client_auth_filter.c
446 - src/core/lib/security/transport/handshake.c
447 - src/core/lib/security/transport/secure_endpoint.c
448 - src/core/lib/security/transport/security_connector.c
449 - src/core/lib/security/transport/server_auth_filter.c
450 - src/core/lib/security/util/b64.c
451 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700452 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700453 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700454 uses:
455 - grpc_base
456 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700457 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700458- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700459 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700460 headers:
461 - test/core/end2end/cq_verifier.h
462 - test/core/end2end/fixtures/proxy.h
463 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700464 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200465 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700466 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700467 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700468 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700469 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700470 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700471 - test/core/util/slice_splitter.h
472 src:
473 - test/core/end2end/cq_verifier.c
474 - test/core/end2end/fixtures/proxy.c
475 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700476 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200477 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700478 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700479 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700480 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700481 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700482 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700483 - test/core/util/port_windows.c
484 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700485 deps:
486 - grpc
487 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700488- name: grpc_transport_chttp2
489 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700490 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700491 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
492 - src/core/ext/transport/chttp2/transport/frame.h
493 - src/core/ext/transport/chttp2/transport/frame_data.h
494 - src/core/ext/transport/chttp2/transport/frame_goaway.h
495 - src/core/ext/transport/chttp2/transport/frame_ping.h
496 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
497 - src/core/ext/transport/chttp2/transport/frame_settings.h
498 - src/core/ext/transport/chttp2/transport/frame_window_update.h
499 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
500 - src/core/ext/transport/chttp2/transport/hpack_parser.h
501 - src/core/ext/transport/chttp2/transport/hpack_table.h
502 - src/core/ext/transport/chttp2/transport/http2_errors.h
503 - src/core/ext/transport/chttp2/transport/huffsyms.h
504 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
505 - src/core/ext/transport/chttp2/transport/internal.h
506 - src/core/ext/transport/chttp2/transport/status_conversion.h
507 - src/core/ext/transport/chttp2/transport/stream_map.h
508 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
509 - src/core/ext/transport/chttp2/transport/varint.h
510 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700511 - src/core/ext/transport/chttp2/transport/bin_encoder.c
512 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700513 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
514 - src/core/ext/transport/chttp2/transport/frame_data.c
515 - src/core/ext/transport/chttp2/transport/frame_goaway.c
516 - src/core/ext/transport/chttp2/transport/frame_ping.c
517 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
518 - src/core/ext/transport/chttp2/transport/frame_settings.c
519 - src/core/ext/transport/chttp2/transport/frame_window_update.c
520 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
521 - src/core/ext/transport/chttp2/transport/hpack_parser.c
522 - src/core/ext/transport/chttp2/transport/hpack_table.c
523 - src/core/ext/transport/chttp2/transport/huffsyms.c
524 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
525 - src/core/ext/transport/chttp2/transport/parsing.c
526 - src/core/ext/transport/chttp2/transport/status_conversion.c
527 - src/core/ext/transport/chttp2/transport/stream_lists.c
528 - src/core/ext/transport/chttp2/transport/stream_map.c
529 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
530 - src/core/ext/transport/chttp2/transport/varint.c
531 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700532 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700533 uses:
534 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700535 - grpc_transport_chttp2_alpn
536- name: grpc_transport_chttp2_alpn
537 headers:
538 - src/core/ext/transport/chttp2/alpn/alpn.h
539 src:
540 - src/core/ext/transport/chttp2/alpn/alpn.c
541 deps:
542 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700543- name: grpc_transport_chttp2_client_insecure
544 src:
545 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700546 uses:
547 - grpc_transport_chttp2
548 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700549 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700550- name: grpc_transport_chttp2_client_secure
551 src:
552 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700553 uses:
554 - grpc_transport_chttp2
555 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700556 - grpc_client_config
557 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700558- name: grpc_transport_chttp2_server_insecure
559 src:
560 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700561 uses:
562 - grpc_transport_chttp2
563 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700564- name: grpc_transport_chttp2_server_secure
565 src:
566 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700567 uses:
568 - grpc_transport_chttp2
569 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700570 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700571- name: grpc_transport_cronet_client_secure
572 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700573 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
574 src:
575 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
576 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
577 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700578 filegroups:
579 - grpc_base
580 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800581- name: nanopb
582 headers:
583 - third_party/nanopb/pb.h
584 - third_party/nanopb/pb_common.h
585 - third_party/nanopb/pb_decode.h
586 - third_party/nanopb/pb_encode.h
587 src:
588 - third_party/nanopb/pb_common.c
589 - third_party/nanopb/pb_decode.c
590 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700591- name: tsi
592 headers:
593 - src/core/lib/tsi/fake_transport_security.h
594 - src/core/lib/tsi/ssl_transport_security.h
595 - src/core/lib/tsi/ssl_types.h
596 - src/core/lib/tsi/transport_security.h
597 - src/core/lib/tsi/transport_security_interface.h
598 src:
599 - src/core/lib/tsi/fake_transport_security.c
600 - src/core/lib/tsi/ssl_transport_security.c
601 - src/core/lib/tsi/transport_security.c
602 deps:
603 - gpr
604 secure: true
605- name: grpc++_base
606 language: c++
607 public_headers:
608 - include/grpc++/alarm.h
609 - include/grpc++/channel.h
610 - include/grpc++/client_context.h
611 - include/grpc++/completion_queue.h
612 - include/grpc++/create_channel.h
613 - include/grpc++/generic/async_generic_service.h
614 - include/grpc++/generic/generic_stub.h
615 - include/grpc++/grpc++.h
616 - include/grpc++/impl/call.h
617 - include/grpc++/impl/client_unary_call.h
618 - include/grpc++/impl/grpc_library.h
619 - include/grpc++/impl/method_handler_impl.h
620 - include/grpc++/impl/proto_utils.h
621 - include/grpc++/impl/rpc_method.h
622 - include/grpc++/impl/rpc_service_method.h
623 - include/grpc++/impl/serialization_traits.h
624 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700625 - include/grpc++/impl/server_builder_plugin.h
626 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700627 - include/grpc++/impl/service_type.h
628 - include/grpc++/impl/sync.h
629 - include/grpc++/impl/sync_cxx11.h
630 - include/grpc++/impl/sync_no_cxx11.h
631 - include/grpc++/impl/thd.h
632 - include/grpc++/impl/thd_cxx11.h
633 - include/grpc++/impl/thd_no_cxx11.h
634 - include/grpc++/security/auth_context.h
635 - include/grpc++/security/auth_metadata_processor.h
636 - include/grpc++/security/credentials.h
637 - include/grpc++/security/server_credentials.h
638 - include/grpc++/server.h
639 - include/grpc++/server_builder.h
640 - include/grpc++/server_context.h
641 - include/grpc++/support/async_stream.h
642 - include/grpc++/support/async_unary_call.h
643 - include/grpc++/support/byte_buffer.h
644 - include/grpc++/support/channel_arguments.h
645 - include/grpc++/support/slice.h
646 - include/grpc++/support/status.h
647 - include/grpc++/support/status_code_enum.h
648 - include/grpc++/support/string_ref.h
649 - include/grpc++/support/stub_options.h
650 - include/grpc++/support/sync_stream.h
651 - include/grpc++/support/time.h
652 headers:
653 - src/cpp/client/create_channel_internal.h
654 - src/cpp/common/core_codegen.h
655 - src/cpp/server/dynamic_thread_pool.h
656 - src/cpp/server/thread_pool_interface.h
657 src:
658 - src/cpp/client/channel.cc
659 - src/cpp/client/client_context.cc
660 - src/cpp/client/create_channel.cc
661 - src/cpp/client/create_channel_internal.cc
662 - src/cpp/client/credentials.cc
663 - src/cpp/client/generic_stub.cc
664 - src/cpp/client/insecure_credentials.cc
665 - src/cpp/common/channel_arguments.cc
666 - src/cpp/common/completion_queue.cc
667 - src/cpp/common/core_codegen.cc
668 - src/cpp/common/rpc_method.cc
669 - src/cpp/server/async_generic_service.cc
670 - src/cpp/server/create_default_thread_pool.cc
671 - src/cpp/server/dynamic_thread_pool.cc
672 - src/cpp/server/insecure_server_credentials.cc
673 - src/cpp/server/server.cc
674 - src/cpp/server/server_builder.cc
675 - src/cpp/server/server_context.cc
676 - src/cpp/server/server_credentials.cc
677 - src/cpp/util/byte_buffer.cc
678 - src/cpp/util/slice.cc
679 - src/cpp/util/status.cc
680 - src/cpp/util/string_ref.cc
681 - src/cpp/util/time.cc
682 deps:
683 - grpc
684 uses:
685 - grpc++_codegen
686 - grpc++_config
687- name: grpc++_codegen
688 language: c++
689 public_headers:
690 - include/grpc++/impl/codegen/async_stream.h
691 - include/grpc++/impl/codegen/async_unary_call.h
692 - include/grpc++/impl/codegen/call.h
693 - include/grpc++/impl/codegen/call_hook.h
694 - include/grpc++/impl/codegen/channel_interface.h
695 - include/grpc++/impl/codegen/client_context.h
696 - include/grpc++/impl/codegen/client_unary_call.h
697 - include/grpc++/impl/codegen/completion_queue.h
698 - include/grpc++/impl/codegen/completion_queue_tag.h
699 - include/grpc++/impl/codegen/core_codegen_interface.h
700 - include/grpc++/impl/codegen/create_auth_context.h
701 - include/grpc++/impl/codegen/grpc_library.h
702 - include/grpc++/impl/codegen/method_handler_impl.h
703 - include/grpc++/impl/codegen/proto_utils.h
704 - include/grpc++/impl/codegen/rpc_method.h
705 - include/grpc++/impl/codegen/rpc_service_method.h
706 - include/grpc++/impl/codegen/security/auth_context.h
707 - include/grpc++/impl/codegen/serialization_traits.h
708 - include/grpc++/impl/codegen/server_context.h
709 - include/grpc++/impl/codegen/server_interface.h
710 - include/grpc++/impl/codegen/service_type.h
711 - include/grpc++/impl/codegen/status.h
712 - include/grpc++/impl/codegen/status_code_enum.h
713 - include/grpc++/impl/codegen/string_ref.h
714 - include/grpc++/impl/codegen/stub_options.h
715 - include/grpc++/impl/codegen/sync.h
716 - include/grpc++/impl/codegen/sync_cxx11.h
717 - include/grpc++/impl/codegen/sync_no_cxx11.h
718 - include/grpc++/impl/codegen/sync_stream.h
719 - include/grpc++/impl/codegen/time.h
720 src:
721 - src/cpp/codegen/codegen_init.cc
722 uses:
723 - grpc_codegen
724 - grpc++_config_codegen
725- name: grpc++_config
726 language: c++
727 public_headers:
728 - include/grpc++/support/config.h
729 - include/grpc++/support/config_protobuf.h
730 uses:
731 - grpc++_config_codegen
732- name: grpc++_config_codegen
733 language: c++
734 public_headers:
735 - include/grpc++/impl/codegen/config.h
736 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100737libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800738- name: gpr
739 build: all
740 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800741 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700742 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800743 secure: false
744 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
745- name: gpr_test_util
746 build: private
747 language: c
748 headers:
749 - test/core/util/test_config.h
750 src:
751 - test/core/util/test_config.c
752 deps:
753 - gpr
754 secure: false
755 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700756- name: grpc
757 build: all
758 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700759 src:
760 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700761 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800762 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700763 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700764 filegroups:
765 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700766 - grpc_transport_chttp2_server_secure
767 - grpc_transport_chttp2_client_secure
768 - grpc_transport_chttp2_server_insecure
769 - grpc_transport_chttp2_client_insecure
makdharmac2ec95b2016-05-11 16:26:15 -0700770 - grpc_transport_cronet_client_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700771 - grpc_lb_policy_grpclb
772 - grpc_lb_policy_pick_first
773 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700774 - grpc_resolver_dns_native
775 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100776 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700777 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700778 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700779 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700780 vs_packages:
781 - grpc.dependencies.openssl
782 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700783 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100784- name: grpc_dll
785 build: private
786 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100787 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100788 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100789 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100790 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100791 build_system:
792 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100793 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100794 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100795 vs_config_type: DynamicLibrary
796 vs_packages:
797 - grpc.dependencies.openssl
798 - grpc.dependencies.zlib
799 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
800 vs_props:
801 - zlib
802 - openssl
803 - winsock
804 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700805- name: grpc_test_util
806 build: private
807 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700808 headers:
809 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800810 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700811 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700812 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700813 - test/core/end2end/data/server1_cert.c
814 - test/core/end2end/data/server1_key.c
815 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800816 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700817 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800818 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800819 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700820 - grpc
821 filegroups:
822 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700823 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
824- name: grpc_test_util_unsecure
825 build: private
826 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700827 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800828 - gpr
829 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800830 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700831 filegroups:
832 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700833 secure: false
834 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
835- name: grpc_unsecure
836 build: all
837 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700838 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700839 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700840 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700841 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800842 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700843 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700844 filegroups:
845 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700846 - grpc_transport_chttp2_server_insecure
847 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700848 - grpc_resolver_dns_native
849 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700850 - grpc_lb_policy_grpclb
851 - grpc_lb_policy_pick_first
852 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700853 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700854 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700855 secure: false
856 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
857- name: grpc_zookeeper
858 build: all
859 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700860 public_headers:
861 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700862 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700863 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700864 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800865 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700866 - grpc
867 external_deps:
868 - zookeeper
869 platforms:
870 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700871 secure: false
872- name: reconnect_server
873 build: private
874 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700875 headers:
876 - test/core/util/reconnect_server.h
877 src:
878 - test/core/util/reconnect_server.c
879 deps:
yang-gc9fca182015-11-06 16:41:33 -0800880 - test_tcp_server
881 - grpc_test_util
882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800883 - gpr_test_util
884 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800885- name: test_tcp_server
886 build: private
887 language: c
888 headers:
889 - test/core/util/test_tcp_server.h
890 src:
891 - test/core/util/test_tcp_server.c
892 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700893 - grpc_test_util
894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800895 - gpr_test_util
896 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700897- name: grpc++
898 build: all
899 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700900 headers:
901 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800902 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700903 - src/cpp/common/secure_auth_context.h
904 - src/cpp/server/secure_server_credentials.h
905 src:
Craig Tiller25834342015-09-25 08:08:24 -0700906 - src/cpp/client/secure_credentials.cc
907 - src/cpp/common/auth_property_iterator.cc
908 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800909 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700910 - src/cpp/common/secure_create_auth_context.cc
911 - src/cpp/server/secure_server_credentials.cc
912 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700913 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700914 baselib: true
915 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700916 filegroups:
917 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800918 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700919 secure: check
920 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
921- name: grpc++_test_config
922 build: private
923 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700924 headers:
925 - test/cpp/util/test_config.h
926 src:
927 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700928- name: grpc++_test_util
929 build: private
930 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700931 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800932 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800933 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700934 - test/cpp/util/cli_call.h
935 - test/cpp/util/create_test_channel.h
936 - test/cpp/util/string_ref_helper.h
937 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800938 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700939 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800940 - src/proto/grpc/testing/echo_messages.proto
941 - src/proto/grpc/testing/echo.proto
942 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800943 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800944 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700945 - test/cpp/util/cli_call.cc
946 - test/cpp/util/create_test_channel.cc
947 - test/cpp/util/string_ref_helper.cc
948 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800949 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700950 deps:
951 - grpc++
952 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700953- name: grpc++_unsecure
954 build: all
955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700956 src:
957 - src/cpp/common/insecure_create_auth_context.cc
958 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800959 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700960 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700961 baselib: true
962 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700963 filegroups:
964 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800965 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700966 secure: false
967 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
968- name: grpc_plugin_support
969 build: protoc
970 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700971 headers:
Craig Tiller25834342015-09-25 08:08:24 -0700972 - src/compiler/config.h
973 - src/compiler/cpp_generator.h
974 - src/compiler/cpp_generator_helpers.h
975 - src/compiler/csharp_generator.h
976 - src/compiler/csharp_generator_helpers.h
977 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -0800978 - src/compiler/node_generator.h
979 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -0700980 - src/compiler/objective_c_generator.h
981 - src/compiler/objective_c_generator_helpers.h
982 - src/compiler/python_generator.h
983 - src/compiler/ruby_generator.h
984 - src/compiler/ruby_generator_helpers-inl.h
985 - src/compiler/ruby_generator_map-inl.h
986 - src/compiler/ruby_generator_string-inl.h
987 src:
988 - src/compiler/cpp_generator.cc
989 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -0800990 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -0700991 - src/compiler/objective_c_generator.cc
992 - src/compiler/python_generator.cc
993 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800994 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -0700995 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700996 secure: false
997 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800998 vs_props:
999 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001000- name: interop_client_helper
1001 build: private
1002 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001003 headers:
1004 - test/cpp/interop/client_helper.h
1005 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001006 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001007 - test/cpp/interop/client_helper.cc
1008 deps:
1009 - grpc++_test_util
1010 - grpc_test_util
1011 - grpc++
1012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001013 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001014- name: interop_client_main
1015 build: private
1016 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001017 headers:
1018 - test/cpp/interop/interop_client.h
1019 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001020 - src/proto/grpc/testing/empty.proto
1021 - src/proto/grpc/testing/messages.proto
1022 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001023 - test/cpp/interop/client.cc
1024 - test/cpp/interop/interop_client.cc
1025 deps:
1026 - interop_client_helper
1027 - grpc++_test_util
1028 - grpc_test_util
1029 - grpc++
1030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001031 - gpr_test_util
1032 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001033 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001034- name: interop_server_helper
1035 build: private
1036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001037 headers:
1038 - test/cpp/interop/server_helper.h
1039 src:
1040 - test/cpp/interop/server_helper.cc
1041 deps:
1042 - grpc_test_util
1043 - grpc++
1044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001045 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001046- name: interop_server_main
1047 build: private
1048 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001049 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001050 - src/proto/grpc/testing/empty.proto
1051 - src/proto/grpc/testing/messages.proto
1052 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001053 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001054 deps:
1055 - interop_server_helper
1056 - grpc++_test_util
1057 - grpc_test_util
1058 - grpc++
1059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001060 - gpr_test_util
1061 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001062 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063- name: qps
1064 build: private
1065 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001066 headers:
1067 - test/cpp/qps/client.h
1068 - test/cpp/qps/driver.h
1069 - test/cpp/qps/histogram.h
1070 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001071 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001072 - test/cpp/qps/perf_db_client.h
1073 - test/cpp/qps/qps_worker.h
1074 - test/cpp/qps/report.h
1075 - test/cpp/qps/server.h
1076 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001077 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001078 - test/cpp/util/benchmark_config.h
1079 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001080 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001081 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001082 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001083 - src/proto/grpc/testing/control.proto
1084 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001085 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001086 - test/cpp/qps/client_async.cc
1087 - test/cpp/qps/client_sync.cc
1088 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001089 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001090 - test/cpp/qps/perf_db_client.cc
1091 - test/cpp/qps/qps_worker.cc
1092 - test/cpp/qps/report.cc
1093 - test/cpp/qps/server_async.cc
1094 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001095 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001096 - test/cpp/util/benchmark_config.cc
1097 deps:
1098 - grpc_test_util
1099 - grpc++_test_util
1100 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001101- name: grpc_csharp_ext
1102 build: all
1103 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001104 src:
1105 - src/csharp/ext/grpc_csharp_ext.c
1106 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001108 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001109 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001110 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001111 dll: only
1112 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001113 vs_packages:
1114 - grpc.dependencies.openssl
1115 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001117 vs_props:
1118 - zlib
1119 - openssl
1120 - winsock
1121 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001122targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001123- name: alarm_test
1124 build: test
1125 language: c
1126 src:
1127 - test/core/surface/alarm_test.c
1128 deps:
1129 - grpc_test_util
1130 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001131 - gpr_test_util
1132 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001133- name: algorithm_test
1134 build: test
1135 language: c
1136 src:
1137 - test/core/compression/algorithm_test.c
1138 deps:
1139 - grpc_test_util
1140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001141 - gpr_test_util
1142 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001143- name: alloc_test
1144 build: test
1145 language: c
1146 src:
1147 - test/core/support/alloc_test.c
1148 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001149 - gpr_test_util
1150 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151- name: alpn_test
1152 build: test
1153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001154 src:
1155 - test/core/transport/chttp2/alpn_test.c
1156 deps:
1157 - grpc_test_util
1158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001159 - gpr_test_util
1160 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001161- name: api_fuzzer
1162 build: fuzzer
1163 language: c
1164 src:
1165 - test/core/end2end/fuzzers/api_fuzzer.c
1166 deps:
1167 - grpc_test_util
1168 - grpc
1169 - gpr_test_util
1170 - gpr
1171 corpus_dirs:
1172 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001173 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001174 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001175- name: bin_encoder_test
1176 build: test
1177 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001178 src:
1179 - test/core/transport/chttp2/bin_encoder_test.c
1180 deps:
1181 - grpc_test_util
1182 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001183- name: census_context_test
1184 build: test
1185 language: c
1186 src:
1187 - test/core/census/context_test.c
1188 deps:
1189 - grpc_test_util
1190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001191 - gpr_test_util
1192 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001193- name: channel_create_test
1194 build: test
1195 language: c
1196 src:
1197 - test/core/surface/channel_create_test.c
1198 deps:
1199 - grpc_test_util
1200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001201 - gpr_test_util
1202 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001203- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001204 build: test
1205 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001206 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001207 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001208 deps:
1209 - grpc_test_util
1210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001211 - gpr_test_util
1212 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001213- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001214 build: test
1215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001216 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001217 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001218 deps:
1219 - grpc_test_util
1220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001221 - gpr_test_util
1222 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001223- name: chttp2_stream_map_test
1224 build: test
1225 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001226 src:
1227 - test/core/transport/chttp2/stream_map_test.c
1228 deps:
1229 - grpc_test_util
1230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001231 - gpr_test_util
1232 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001233- name: chttp2_varint_test
1234 build: test
1235 language: c
1236 src:
1237 - test/core/transport/chttp2/varint_test.c
1238 deps:
1239 - grpc_test_util
1240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001241 - gpr_test_util
1242 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001243- name: client_fuzzer
1244 build: fuzzer
1245 language: c
1246 src:
1247 - test/core/end2end/fuzzers/client_fuzzer.c
1248 deps:
1249 - grpc_test_util
1250 - grpc
1251 - gpr_test_util
1252 - gpr
1253 corpus_dirs:
1254 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001255 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001256 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001257- name: compression_test
1258 build: test
1259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001260 src:
1261 - test/core/compression/compression_test.c
1262 deps:
1263 - grpc_test_util
1264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001265 - gpr_test_util
1266 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001267- name: concurrent_connectivity_test
1268 build: test
1269 language: c
1270 src:
1271 - test/core/surface/concurrent_connectivity_test.c
1272 deps:
1273 - grpc_test_util
1274 - grpc
1275 - gpr_test_util
1276 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001277- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001278 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001279 build: test
1280 language: c
1281 src:
1282 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1283 deps:
1284 - grpc_test_util
1285 - grpc
1286 - gpr_test_util
1287 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001288- name: dns_resolver_test
1289 build: test
1290 language: c
1291 src:
1292 - test/core/client_config/resolvers/dns_resolver_test.c
1293 deps:
1294 - grpc_test_util
1295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001296 - gpr_test_util
1297 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001298- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001299 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001300 build: test
1301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001302 src:
1303 - test/core/end2end/dualstack_socket_test.c
1304 deps:
1305 - grpc_test_util
1306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001307 - gpr_test_util
1308 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001309 platforms:
1310 - mac
1311 - linux
1312 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001313- name: endpoint_pair_test
1314 build: test
1315 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001316 src:
1317 - test/core/iomgr/endpoint_pair_test.c
1318 deps:
1319 - grpc_test_util
1320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001321 - gpr_test_util
1322 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001323- name: fd_conservation_posix_test
1324 build: test
1325 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001326 src:
1327 - test/core/iomgr/fd_conservation_posix_test.c
1328 deps:
1329 - grpc_test_util
1330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001331 - gpr_test_util
1332 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001333 platforms:
1334 - mac
1335 - linux
1336 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001337- name: fd_posix_test
1338 build: test
1339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001340 src:
1341 - test/core/iomgr/fd_posix_test.c
1342 deps:
1343 - grpc_test_util
1344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001345 - gpr_test_util
1346 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001347 platforms:
1348 - mac
1349 - linux
1350 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351- name: fling_client
1352 build: test
1353 run: false
1354 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001355 src:
1356 - test/core/fling/client.c
1357 deps:
1358 - grpc_test_util
1359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001360 - gpr_test_util
1361 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001362- name: fling_server
1363 build: test
1364 run: false
1365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001366 src:
1367 - test/core/fling/server.c
1368 deps:
1369 - grpc_test_util
1370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001371 - gpr_test_util
1372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001373- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001374 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375 build: test
1376 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001377 src:
1378 - test/core/fling/fling_stream_test.c
1379 deps:
1380 - grpc_test_util
1381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 - gpr_test_util
1383 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001384 platforms:
1385 - mac
1386 - linux
1387 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001388- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001389 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001390 build: test
1391 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001392 src:
1393 - test/core/fling/fling_test.c
1394 deps:
1395 - grpc_test_util
1396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001397 - gpr_test_util
1398 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001399 platforms:
1400 - mac
1401 - linux
1402 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001403- name: gen_hpack_tables
1404 build: tool
1405 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001406 src:
1407 - tools/codegen/core/gen_hpack_tables.c
1408 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001409 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001410 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411- name: gen_legal_metadata_characters
1412 build: tool
1413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001414 src:
1415 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001416 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001417- name: goaway_server_test
1418 cpu_cost: 0.1
1419 build: test
1420 language: c
1421 src:
1422 - test/core/end2end/goaway_server_test.c
1423 deps:
1424 - grpc_test_util
1425 - grpc
1426 - gpr_test_util
1427 - gpr
1428 platforms:
1429 - mac
1430 - linux
1431 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001432- name: gpr_avl_test
1433 build: test
1434 language: c
1435 src:
1436 - test/core/support/avl_test.c
1437 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001438 - gpr_test_util
1439 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001440- name: gpr_backoff_test
1441 build: test
1442 language: c
1443 src:
1444 - test/core/support/backoff_test.c
1445 deps:
1446 - gpr_test_util
1447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001448- name: gpr_cmdline_test
1449 build: test
1450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001451 src:
1452 - test/core/support/cmdline_test.c
1453 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001456- name: gpr_cpu_test
1457 build: test
1458 language: c
1459 src:
1460 - test/core/support/cpu_test.c
1461 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr_test_util
1463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464- name: gpr_env_test
1465 build: test
1466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001467 src:
1468 - test/core/support/env_test.c
1469 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472- name: gpr_histogram_test
1473 build: test
1474 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001475 src:
1476 - test/core/support/histogram_test.c
1477 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001478 - gpr_test_util
1479 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001480- name: gpr_host_port_test
1481 build: test
1482 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001483 src:
1484 - test/core/support/host_port_test.c
1485 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001486 - gpr_test_util
1487 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001488- name: gpr_load_file_test
1489 build: test
1490 language: c
1491 src:
1492 - test/core/support/load_file_test.c
1493 deps:
1494 - gpr_test_util
1495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001496- name: gpr_log_test
1497 build: test
1498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001499 src:
1500 - test/core/support/log_test.c
1501 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001502 - gpr_test_util
1503 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001504- name: gpr_slice_buffer_test
1505 build: test
1506 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001507 src:
1508 - test/core/support/slice_buffer_test.c
1509 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001510 - gpr_test_util
1511 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001512- name: gpr_slice_test
1513 build: test
1514 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001515 src:
1516 - test/core/support/slice_test.c
1517 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001518 - gpr_test_util
1519 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001520- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001521 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001522 build: test
1523 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001524 src:
1525 - test/core/support/stack_lockfree_test.c
1526 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001527 - gpr_test_util
1528 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001529- name: gpr_string_test
1530 build: test
1531 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001532 src:
1533 - test/core/support/string_test.c
1534 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001535 - gpr_test_util
1536 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001538 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001539 build: test
1540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001541 src:
1542 - test/core/support/sync_test.c
1543 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001544 - gpr_test_util
1545 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001546- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001547 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001548 build: test
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/support/thd_test.c
1552 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001553 - gpr_test_util
1554 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001555- name: gpr_time_test
1556 build: test
1557 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001558 src:
1559 - test/core/support/time_test.c
1560 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001563- name: gpr_tls_test
1564 build: test
1565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001566 src:
1567 - test/core/support/tls_test.c
1568 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001569 - gpr_test_util
1570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001571- name: gpr_useful_test
1572 build: test
1573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001574 src:
1575 - test/core/support/useful_test.c
1576 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: grpc_auth_context_test
1580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/security/auth_context_test.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001589- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001590 build: test
1591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001592 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001593 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001594 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_byte_buffer_reader_test
1600 build: test
1601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001602 src:
1603 - test/core/surface/byte_buffer_reader_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_channel_args_test
1610 build: test
1611 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001612 src:
1613 - test/core/channel/channel_args_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_channel_stack_test
1620 build: test
1621 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001622 src:
1623 - test/core/channel/channel_stack_test.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_completion_queue_test
1630 build: test
1631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
1633 - test/core/surface/completion_queue_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_create_jwt
1640 build: tool
1641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001642 src:
1643 - test/core/security/create_jwt.c
1644 deps:
1645 - grpc_test_util
1646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001647 - gpr_test_util
1648 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001649- name: grpc_credentials_test
1650 build: test
1651 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001652 src:
1653 - test/core/security/credentials_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_fetch_oauth2
1660 build: tool
1661 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001662 src:
1663 - test/core/security/fetch_oauth2.c
1664 deps:
1665 - grpc_test_util
1666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001667 - gpr_test_util
1668 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001669- name: grpc_invalid_channel_args_test
1670 build: test
1671 language: c
1672 src:
1673 - test/core/surface/invalid_channel_args_test.c
1674 deps:
1675 - grpc_test_util
1676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001677 - gpr_test_util
1678 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679- name: grpc_json_token_test
1680 build: test
1681 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001682 src:
1683 - test/core/security/json_token_test.c
1684 deps:
1685 - grpc_test_util
1686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001687 - gpr_test_util
1688 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001689 platforms:
1690 - linux
1691 - posix
1692 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001693- name: grpc_jwt_verifier_test
1694 build: test
1695 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001696 src:
1697 - test/core/security/jwt_verifier_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_print_google_default_creds_token
1704 build: tool
1705 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001706 src:
1707 - test/core/security/print_google_default_creds_token.c
1708 deps:
1709 - grpc_test_util
1710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 - gpr_test_util
1712 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001713- name: grpc_security_connector_test
1714 build: test
1715 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001716 src:
1717 - test/core/security/security_connector_test.c
1718 deps:
1719 - grpc_test_util
1720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001721 - gpr_test_util
1722 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001723- name: grpc_verify_jwt
1724 build: tool
1725 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001726 src:
1727 - test/core/security/verify_jwt.c
1728 deps:
1729 - grpc_test_util
1730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001731 - gpr_test_util
1732 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001733- name: hpack_parser_fuzzer_test
1734 build: fuzzer
1735 language: c
1736 src:
1737 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1738 deps:
1739 - grpc_test_util
1740 - grpc
1741 - gpr_test_util
1742 - gpr
1743 corpus_dirs:
1744 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001745 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001746 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747- name: hpack_parser_test
1748 build: test
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - test/core/transport/chttp2/hpack_parser_test.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 - gpr_test_util
1756 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001757- name: hpack_table_test
1758 build: test
1759 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001760 src:
1761 - test/core/transport/chttp2/hpack_table_test.c
1762 deps:
1763 - grpc_test_util
1764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001765 - gpr_test_util
1766 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001767- name: http_fuzzer_test
1768 build: fuzzer
1769 language: c
1770 src:
1771 - test/core/http/fuzzer.c
1772 deps:
1773 - grpc_test_util
1774 - grpc
1775 - gpr_test_util
1776 - gpr
1777 corpus_dirs:
1778 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001779 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001780- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001781 build: test
1782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001783 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001784 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001785 deps:
1786 - grpc_test_util
1787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001788 - gpr_test_util
1789 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001790- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001791 build: test
1792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001793 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001794 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001795 deps:
1796 - grpc_test_util
1797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001798 - gpr_test_util
1799 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001800- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001801 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802 build: test
1803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001804 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001805 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001806 deps:
1807 - grpc_test_util
1808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001809 - gpr_test_util
1810 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001811 platforms:
1812 - mac
1813 - linux
1814 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001815- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001816 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001817 build: test
1818 language: c
1819 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001820 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001821 deps:
1822 - grpc_test_util
1823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr_test_util
1825 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001826 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001827 - linux
yang-gf1183302015-12-07 16:02:05 -08001828- name: init_test
1829 build: test
1830 language: c
1831 src:
1832 - test/core/surface/init_test.c
1833 deps:
1834 - grpc_test_util
1835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001836 - gpr_test_util
1837 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001838- name: internal_api_canary_iomgr_test
1839 build: test
1840 run: false
1841 language: c
1842 src:
1843 - test/core/internal_api_canaries/iomgr.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
1847 - gpr_test_util
1848 - gpr
1849- name: internal_api_canary_support_test
1850 build: test
1851 run: false
1852 language: c
1853 src:
1854 - test/core/internal_api_canaries/iomgr.c
1855 deps:
1856 - grpc_test_util
1857 - grpc
1858 - gpr_test_util
1859 - gpr
1860- name: internal_api_canary_transport_test
1861 build: test
1862 run: false
1863 language: c
1864 src:
1865 - test/core/internal_api_canaries/iomgr.c
1866 deps:
1867 - grpc_test_util
1868 - grpc
1869 - gpr_test_util
1870 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001871- name: invalid_call_argument_test
1872 build: test
1873 language: c
1874 src:
1875 - test/core/end2end/invalid_call_argument_test.c
1876 deps:
1877 - grpc_test_util
1878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001879 - gpr_test_util
1880 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001881- name: json_fuzzer_test
1882 build: fuzzer
1883 language: c
1884 src:
1885 - test/core/json/fuzzer.c
1886 deps:
1887 - grpc_test_util
1888 - grpc
1889 - gpr_test_util
1890 - gpr
1891 corpus_dirs:
1892 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001893 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001894- name: json_rewrite
1895 build: test
1896 run: false
1897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001898 src:
1899 - test/core/json/json_rewrite.c
1900 deps:
1901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001902 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903- name: json_rewrite_test
1904 build: test
1905 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001906 src:
1907 - test/core/json/json_rewrite_test.c
1908 deps:
1909 - grpc_test_util
1910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001911 - gpr_test_util
1912 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001913- name: json_stream_error_test
1914 build: test
1915 language: c
1916 src:
1917 - test/core/json/json_stream_error_test.c
1918 deps:
1919 - grpc_test_util
1920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001921 - gpr_test_util
1922 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001923- name: json_test
1924 build: test
1925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001926 src:
1927 - test/core/json/json_test.c
1928 deps:
1929 - grpc_test_util
1930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001931 - gpr_test_util
1932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933- name: lame_client_test
1934 build: test
1935 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001936 src:
1937 - test/core/surface/lame_client_test.c
1938 deps:
1939 - grpc_test_util
1940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr_test_util
1942 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001943- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001944 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001945 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001946 build: test
1947 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001948 src:
1949 - test/core/client_config/lb_policies_test.c
1950 deps:
1951 - grpc_test_util
1952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001953 - gpr_test_util
1954 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001955- name: low_level_ping_pong_benchmark
1956 build: benchmark
1957 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001958 src:
1959 - test/core/network_benchmarks/low_level_ping_pong.c
1960 deps:
1961 - grpc_test_util
1962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001963 - gpr_test_util
1964 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001965 platforms:
1966 - mac
1967 - linux
1968 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969- name: message_compress_test
1970 build: test
1971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001972 src:
1973 - test/core/compression/message_compress_test.c
1974 deps:
1975 - grpc_test_util
1976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr_test_util
1978 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001979- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001980 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001981 build: test
1982 language: c
1983 src:
1984 - test/core/census/mlog_test.c
1985 deps:
1986 - grpc_test_util
1987 - grpc
1988 - gpr_test_util
1989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990- name: multiple_server_queues_test
1991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/end2end/multiple_server_queues_test.c
1995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002000- name: murmur_hash_test
2001 build: test
2002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002003 src:
2004 - test/core/support/murmur_hash_test.c
2005 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002008- name: nanopb_fuzzer_response_test
2009 build: fuzzer
2010 language: c
2011 src:
2012 - test/core/nanopb/fuzzer_response.c
2013 deps:
2014 - grpc_test_util
2015 - grpc
2016 - gpr_test_util
2017 - gpr
2018 corpus_dirs:
2019 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002020 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002021- name: nanopb_fuzzer_serverlist_test
2022 build: fuzzer
2023 language: c
2024 src:
2025 - test/core/nanopb/fuzzer_serverlist.c
2026 deps:
2027 - grpc_test_util
2028 - grpc
2029 - gpr_test_util
2030 - gpr
2031 corpus_dirs:
2032 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002033 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002035 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036 build: test
2037 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002038 src:
2039 - test/core/end2end/no_server_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: resolve_address_test
2046 build: test
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/core/iomgr/resolve_address_test.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
yang-gd482e592015-12-10 14:04:00 -08002055- name: secure_channel_create_test
2056 build: test
2057 language: c
2058 src:
2059 - test/core/surface/secure_channel_create_test.c
2060 deps:
2061 - grpc_test_util
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065- name: secure_endpoint_test
2066 build: test
2067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002068 src:
2069 - test/core/security/secure_endpoint_test.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002075- name: server_chttp2_test
2076 build: test
2077 language: c
2078 src:
2079 - test/core/surface/server_chttp2_test.c
2080 deps:
2081 - grpc_test_util
2082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002085- name: server_fuzzer
2086 build: fuzzer
2087 language: c
2088 src:
2089 - test/core/end2end/fuzzers/server_fuzzer.c
2090 deps:
2091 - grpc_test_util
2092 - grpc
2093 - gpr_test_util
2094 - gpr
2095 corpus_dirs:
2096 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002097 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002098 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002099- name: server_test
2100 build: test
2101 language: c
2102 src:
2103 - test/core/surface/server_test.c
2104 deps:
2105 - grpc_test_util
2106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr_test_util
2108 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002109- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002110 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002111 build: test
2112 language: c
2113 src:
2114 - test/core/client_config/set_initial_connect_string_test.c
2115 deps:
2116 - test_tcp_server
2117 - grpc_test_util
2118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr_test_util
2120 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002121- name: sockaddr_resolver_test
2122 build: test
2123 language: c
2124 src:
2125 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002129 - gpr_test_util
2130 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002131- name: sockaddr_utils_test
2132 build: test
2133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002134 src:
2135 - test/core/iomgr/sockaddr_utils_test.c
2136 deps:
2137 - grpc_test_util
2138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 - gpr_test_util
2140 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002141- name: socket_utils_test
2142 build: test
2143 language: c
2144 src:
2145 - test/core/iomgr/socket_utils_test.c
2146 deps:
2147 - grpc_test_util
2148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002149 - gpr_test_util
2150 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002151 platforms:
2152 - mac
2153 - linux
2154 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002155- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002156 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002157 build: test
2158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002159 src:
2160 - test/core/iomgr/tcp_client_posix_test.c
2161 deps:
2162 - grpc_test_util
2163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002166 platforms:
2167 - mac
2168 - linux
2169 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002171 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002172 build: test
2173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - test/core/iomgr/tcp_posix_test.c
2176 deps:
2177 - grpc_test_util
2178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002179 - gpr_test_util
2180 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002181 platforms:
2182 - mac
2183 - linux
2184 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002185- name: tcp_server_posix_test
2186 build: test
2187 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002188 src:
2189 - test/core/iomgr/tcp_server_posix_test.c
2190 deps:
2191 - grpc_test_util
2192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002193 - gpr_test_util
2194 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002195 platforms:
2196 - mac
2197 - linux
2198 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199- name: time_averaged_stats_test
2200 build: test
2201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002202 src:
2203 - test/core/iomgr/time_averaged_stats_test.c
2204 deps:
2205 - grpc_test_util
2206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209- name: timeout_encoding_test
2210 build: test
2211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002212 src:
2213 - test/core/transport/chttp2/timeout_encoding_test.c
2214 deps:
2215 - grpc_test_util
2216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 - gpr_test_util
2218 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002219- name: timer_heap_test
2220 build: test
2221 language: c
2222 src:
2223 - test/core/iomgr/timer_heap_test.c
2224 deps:
2225 - grpc_test_util
2226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002227 - gpr_test_util
2228 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002229- name: timer_list_test
2230 build: test
2231 language: c
2232 src:
2233 - test/core/iomgr/timer_list_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: timers_test
2240 build: test
2241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002242 src:
2243 - test/core/profiling/timers_test.c
2244 deps:
2245 - grpc_test_util
2246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002247 - gpr_test_util
2248 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002249- name: transport_connectivity_state_test
2250 build: test
2251 language: c
2252 src:
2253 - test/core/transport/connectivity_state_test.c
2254 deps:
2255 - grpc_test_util
2256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002259- name: transport_metadata_test
2260 build: test
2261 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002262 src:
2263 - test/core/transport/metadata_test.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002267 - gpr_test_util
2268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: transport_security_test
2270 build: test
2271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002272 src:
2273 - test/core/tsi/transport_security_test.c
2274 deps:
2275 - grpc_test_util
2276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr_test_util
2278 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002279 platforms:
2280 - linux
2281 - posix
2282 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002283- name: udp_server_test
2284 build: test
2285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002286 src:
2287 - test/core/iomgr/udp_server_test.c
2288 deps:
2289 - grpc_test_util
2290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 - gpr_test_util
2292 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002293 platforms:
2294 - mac
2295 - linux
2296 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002297- name: uri_fuzzer_test
2298 build: fuzzer
2299 language: c
2300 src:
2301 - test/core/client_config/uri_fuzzer_test.c
2302 deps:
2303 - grpc_test_util
2304 - grpc
2305 - gpr_test_util
2306 - gpr
2307 corpus_dirs:
2308 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002309 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310- name: uri_parser_test
2311 build: test
2312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
2314 - test/core/client_config/uri_parser_test.c
2315 deps:
2316 - grpc_test_util
2317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002318 - gpr_test_util
2319 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002320- name: workqueue_test
2321 build: test
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/core/iomgr/workqueue_test.c
2325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002330 platforms:
2331 - mac
2332 - linux
2333 - posix
vjpai04e992a2016-02-10 16:58:38 -08002334- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002335 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002336 build: test
2337 language: c++
2338 src:
2339 - test/cpp/common/alarm_cpp_test.cc
2340 deps:
2341 - grpc++_test_util
2342 - grpc_test_util
2343 - grpc++
2344 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002345 - gpr_test_util
2346 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002347- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002348 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349 build: test
2350 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002351 src:
2352 - test/cpp/end2end/async_end2end_test.cc
2353 deps:
2354 - grpc++_test_util
2355 - grpc_test_util
2356 - grpc++
2357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002358 - gpr_test_util
2359 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002360- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002361 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002362 build: test
2363 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002364 src:
2365 - test/cpp/common/auth_property_iterator_test.cc
2366 deps:
2367 - grpc++_test_util
2368 - grpc_test_util
2369 - grpc++
2370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002371 - gpr_test_util
2372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002373- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002374 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002375 build: test
2376 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002377 src:
yang-g52705592015-11-25 11:45:33 -08002378 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002379 deps:
2380 - grpc++
2381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002382 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002384 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002385 build: test
2386 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002387 src:
2388 - test/cpp/util/cli_call_test.cc
2389 deps:
2390 - grpc++_test_util
2391 - grpc_test_util
2392 - grpc++
2393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002394 - gpr_test_util
2395 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002396- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002397 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002398 cpu_cost: 0.1
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/end2end/client_crash_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 Tiller25834342015-09-25 08:08:24 -07002410 platforms:
2411 - mac
2412 - linux
2413 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414- name: client_crash_test_server
2415 build: test
2416 run: false
2417 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
2419 - test/cpp/end2end/client_crash_test_server.cc
2420 deps:
2421 - grpc++_test_util
2422 - grpc_test_util
2423 - grpc++
2424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002425 - gpr_test_util
2426 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002427- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002428 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002429 build: test
2430 language: c++
2431 src:
2432 - src/proto/grpc/testing/control.proto
2433 - src/proto/grpc/testing/messages.proto
2434 - src/proto/grpc/testing/payloads.proto
2435 - src/proto/grpc/testing/perf_db.proto
2436 - src/proto/grpc/testing/services.proto
2437 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002438 - test/cpp/codegen/codegen_test_full.cc
2439 deps:
2440 - grpc++
2441 - grpc
2442 - gpr
2443 filegroups:
2444 - grpc++_codegen
2445- name: codegen_test_minimal
2446 gtest: true
2447 build: test
2448 language: c++
2449 src:
2450 - src/proto/grpc/testing/control.proto
2451 - src/proto/grpc/testing/messages.proto
2452 - src/proto/grpc/testing/payloads.proto
2453 - src/proto/grpc/testing/perf_db.proto
2454 - src/proto/grpc/testing/services.proto
2455 - src/proto/grpc/testing/stats.proto
2456 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002457 filegroups:
2458 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002460 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002461 build: test
2462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - test/cpp/client/credentials_test.cc
2465 deps:
2466 - grpc++
2467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002468 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002469- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002470 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002471 build: test
2472 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002473 src:
2474 - test/cpp/util/byte_buffer_test.cc
2475 deps:
2476 - grpc_test_util
2477 - grpc++
2478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002479 - gpr_test_util
2480 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002481- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002482 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002483 build: test
2484 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002485 src:
2486 - test/cpp/util/slice_test.cc
2487 deps:
2488 - grpc_test_util
2489 - grpc++
2490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002491 - gpr_test_util
2492 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002493- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002494 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495 build: test
2496 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002497 src:
2498 - test/cpp/util/string_ref_test.cc
2499 deps:
2500 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002501- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002502 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002503 build: test
2504 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002505 src:
2506 - test/cpp/util/time_test.cc
2507 deps:
2508 - grpc_test_util
2509 - grpc++
2510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002511 - gpr_test_util
2512 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002513- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002514 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002515 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002516 build: test
2517 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002518 src:
2519 - test/cpp/end2end/end2end_test.cc
2520 deps:
2521 - grpc++_test_util
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: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002528 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529 build: test
2530 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002531 src:
2532 - test/cpp/end2end/generic_end2end_test.cc
2533 deps:
2534 - grpc++_test_util
2535 - grpc_test_util
2536 - grpc++
2537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002538 - gpr_test_util
2539 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002540- name: golden_file_test
2541 gtest: true
2542 build: test
2543 language: c++
2544 src:
2545 - src/proto/grpc/testing/compiler_test.proto
2546 - test/cpp/codegen/golden_file_test.cc
2547 deps:
2548 - grpc++
2549 - grpc
2550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: grpc_cli
2552 build: test
2553 run: false
2554 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002555 src:
2556 - test/cpp/util/grpc_cli.cc
2557 deps:
2558 - grpc++_test_util
2559 - grpc_test_util
2560 - grpc++
2561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002562 - gpr_test_util
2563 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002564 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002565- name: grpc_cpp_plugin
2566 build: protoc
2567 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002568 src:
2569 - src/compiler/cpp_plugin.cc
2570 deps:
2571 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002572 secure: false
2573 vs_config_type: Application
2574 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2575- name: grpc_csharp_plugin
2576 build: protoc
2577 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002578 src:
2579 - src/compiler/csharp_plugin.cc
2580 deps:
2581 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582 secure: false
2583 vs_config_type: Application
2584 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002585- name: grpc_node_plugin
2586 build: protoc
2587 language: c++
2588 src:
2589 - src/compiler/node_plugin.cc
2590 deps:
2591 - grpc_plugin_support
2592 secure: false
2593 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002594- name: grpc_objective_c_plugin
2595 build: protoc
2596 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002597 src:
2598 - src/compiler/objective_c_plugin.cc
2599 deps:
2600 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601 secure: false
2602 vs_config_type: Application
2603 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2604- name: grpc_python_plugin
2605 build: protoc
2606 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002607 src:
2608 - src/compiler/python_plugin.cc
2609 deps:
2610 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611 secure: false
2612 vs_config_type: Application
2613 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2614- name: grpc_ruby_plugin
2615 build: protoc
2616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - src/compiler/ruby_plugin.cc
2619 deps:
2620 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002621 secure: false
2622 vs_config_type: Application
2623 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002624- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002625 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002626 build: test
2627 language: c++
2628 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002629 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002630 - test/cpp/grpclb/grpclb_api_test.cc
2631 deps:
2632 - grpc++_test_util
2633 - grpc_test_util
2634 - grpc++
2635 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002636- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002637 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002638 build: test
2639 language: c++
2640 src:
2641 - test/cpp/end2end/hybrid_end2end_test.cc
2642 deps:
2643 - grpc++_test_util
2644 - grpc_test_util
2645 - grpc++
2646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002647 - gpr_test_util
2648 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002649- name: interop_client
2650 build: test
2651 run: false
2652 language: c++
2653 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002654 deps:
2655 - interop_client_main
2656 - interop_client_helper
2657 - grpc++_test_util
2658 - grpc_test_util
2659 - grpc++
2660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002661 - gpr_test_util
2662 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002663 - grpc++_test_config
2664 platforms:
2665 - mac
2666 - linux
2667 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002668- name: interop_server
2669 build: test
2670 run: false
2671 language: c++
2672 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002673 deps:
2674 - interop_server_main
2675 - interop_server_helper
2676 - grpc++_test_util
2677 - grpc_test_util
2678 - grpc++
2679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002680 - gpr_test_util
2681 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002682 - grpc++_test_config
2683 platforms:
2684 - mac
2685 - linux
2686 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002687- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002688 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002689 build: test
2690 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002691 src:
2692 - test/cpp/interop/interop_test.cc
2693 deps:
2694 - grpc_test_util
2695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002696 - gpr_test_util
2697 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002698 platforms:
2699 - mac
2700 - linux
2701 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002702- name: json_run_localhost
2703 build: test
2704 run: false
2705 language: c++
2706 src:
2707 - test/cpp/qps/json_run_localhost.cc
2708 deps:
2709 - grpc++_test_util
2710 - grpc_test_util
2711 - grpc++
2712 - grpc
2713 - gpr_test_util
2714 - gpr
2715 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002716- name: metrics_client
2717 build: test
2718 run: false
2719 language: c++
2720 headers:
2721 - test/cpp/util/metrics_server.h
2722 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002723 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002724 - test/cpp/interop/metrics_client.cc
2725 deps:
2726 - grpc++
2727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002728 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002729 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002730- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002731 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002732 build: test
2733 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002734 src:
2735 - test/cpp/end2end/mock_test.cc
2736 deps:
2737 - grpc++_test_util
2738 - grpc_test_util
2739 - grpc++
2740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002741 - gpr_test_util
2742 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002743- name: qps_interarrival_test
2744 build: test
2745 run: false
2746 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002747 src:
2748 - test/cpp/qps/qps_interarrival_test.cc
2749 deps:
2750 - qps
2751 - grpc++_test_util
2752 - grpc_test_util
2753 - grpc++
2754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002755 - gpr_test_util
2756 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002757 platforms:
2758 - mac
2759 - linux
2760 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002761- name: qps_json_driver
2762 build: test
2763 run: false
2764 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002765 headers:
2766 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002767 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002768 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002769 - test/cpp/qps/qps_json_driver.cc
2770 deps:
2771 - qps
2772 - grpc++_test_util
2773 - grpc_test_util
2774 - grpc++
2775 - grpc
2776 - gpr_test_util
2777 - gpr
2778 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002779- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002780 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002781 build: test
2782 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002783 src:
2784 - test/cpp/qps/qps_openloop_test.cc
2785 deps:
2786 - qps
2787 - grpc++_test_util
2788 - grpc_test_util
2789 - grpc++
2790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002791 - gpr_test_util
2792 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002793 - grpc++_test_config
2794 platforms:
2795 - mac
2796 - linux
2797 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002798- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002799 build: test
2800 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002802 headers:
2803 - test/cpp/qps/client.h
2804 - test/cpp/qps/server.h
2805 src:
2806 - test/cpp/qps/worker.cc
2807 deps:
2808 - qps
2809 - grpc++_test_util
2810 - grpc_test_util
2811 - grpc++
2812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002813 - gpr_test_util
2814 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002815 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002816- name: reconnect_interop_client
2817 build: test
2818 run: false
2819 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002820 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002821 - src/proto/grpc/testing/empty.proto
2822 - src/proto/grpc/testing/messages.proto
2823 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002824 - test/cpp/interop/reconnect_interop_client.cc
2825 deps:
2826 - grpc++_test_util
2827 - grpc_test_util
2828 - grpc++
2829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002830 - gpr_test_util
2831 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002832 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833- name: reconnect_interop_server
2834 build: test
2835 run: false
2836 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002837 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002838 - src/proto/grpc/testing/empty.proto
2839 - src/proto/grpc/testing/messages.proto
2840 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002841 - test/cpp/interop/reconnect_interop_server.cc
2842 deps:
2843 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002844 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002845 - grpc++_test_util
2846 - grpc_test_util
2847 - grpc++
2848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002849 - gpr_test_util
2850 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002851 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002852- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002853 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002854 build: test
2855 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002856 src:
2857 - test/cpp/common/secure_auth_context_test.cc
2858 deps:
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
vjpaif8603ad2015-11-04 12:49:33 -08002865- name: secure_sync_unary_ping_pong_test
2866 build: test
2867 language: c++
2868 src:
2869 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2870 deps:
2871 - qps
2872 - grpc++_test_util
2873 - grpc_test_util
2874 - grpc++
2875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002876 - gpr_test_util
2877 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002878 platforms:
2879 - mac
2880 - linux
2881 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002882- name: server_builder_plugin_test
2883 gtest: true
2884 build: test
2885 language: c++
2886 src:
2887 - test/cpp/end2end/server_builder_plugin_test.cc
2888 deps:
2889 - grpc++_test_util
2890 - grpc_test_util
2891 - grpc++
2892 - grpc
2893 - gpr_test_util
2894 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002896 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002897 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898 build: test
2899 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002900 src:
2901 - test/cpp/end2end/server_crash_test.cc
2902 deps:
2903 - grpc++_test_util
2904 - grpc_test_util
2905 - grpc++
2906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002907 - gpr_test_util
2908 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002909 platforms:
2910 - mac
2911 - linux
2912 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002913- name: server_crash_test_client
2914 build: test
2915 run: false
2916 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002917 src:
2918 - test/cpp/end2end/server_crash_test_client.cc
2919 deps:
2920 - grpc++_test_util
2921 - grpc_test_util
2922 - grpc++
2923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002924 - gpr_test_util
2925 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002926- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002927 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002928 build: test
2929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002930 src:
2931 - test/cpp/end2end/shutdown_test.cc
2932 deps:
2933 - grpc++_test_util
2934 - grpc_test_util
2935 - grpc++
2936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002937 - gpr_test_util
2938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002939- name: status_test
2940 build: test
2941 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002942 src:
2943 - test/cpp/util/status_test.cc
2944 deps:
2945 - grpc_test_util
2946 - grpc++
2947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002948 - gpr_test_util
2949 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002950- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002951 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002952 build: test
2953 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002954 src:
2955 - test/cpp/end2end/streaming_throughput_test.cc
2956 deps:
2957 - grpc++_test_util
2958 - grpc_test_util
2959 - grpc++
2960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002961 - gpr_test_util
2962 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002963 platforms:
2964 - mac
2965 - linux
2966 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002967- name: stress_test
2968 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002969 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002970 language: c++
2971 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002972 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002973 - test/cpp/interop/interop_client.h
2974 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002975 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002976 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002977 - src/proto/grpc/testing/empty.proto
2978 - src/proto/grpc/testing/messages.proto
2979 - src/proto/grpc/testing/metrics.proto
2980 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002981 - test/cpp/interop/interop_client.cc
2982 - test/cpp/interop/stress_interop_client.cc
2983 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002984 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002985 deps:
2986 - grpc++_test_util
2987 - grpc_test_util
2988 - grpc++
2989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002990 - gpr_test_util
2991 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002992 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002993- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002994 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002995 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002996 build: test
2997 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002998 src:
2999 - test/cpp/end2end/thread_stress_test.cc
3000 deps:
3001 - grpc++_test_util
3002 - grpc_test_util
3003 - grpc++
3004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003005 - gpr_test_util
3006 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003007- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003008 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003009 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003010 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003011 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003012 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003013 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003014 - test/cpp/end2end/zookeeper_test.cc
3015 deps:
3016 - grpc++_test_util
3017 - grpc_test_util
3018 - grpc++
3019 - grpc_zookeeper
3020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003021 - gpr_test_util
3022 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003023 external_deps:
3024 - zookeeper
3025 platforms:
3026 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003027- name: public_headers_must_be_c89
3028 build: test
3029 language: c89
3030 src:
3031 - test/core/surface/public_headers_must_be_c89.c
3032 deps:
3033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003034 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003035vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003036- linkage: static
3037 name: grpc.dependencies.zlib
3038 props: false
3039 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003040 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003041- linkage: static
3042 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003043 props: true
3044 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003045 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003046- name: gflags
3047 props: false
3048 redist: false
3049 version: 2.1.2.1
3050- name: gtest
3051 props: false
3052 redist: false
3053 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003054configs:
3055 asan:
3056 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003057 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3058 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003059 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003060 LD: clang
3061 LDFLAGS: -fsanitize=address
3062 LDXX: clang++
3063 compile_the_world: true
3064 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003065 ASAN_OPTIONS: detect_leaks=1:color=always
3066 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003067 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003068 asan-noleaks:
3069 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003070 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3071 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003072 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003073 LD: clang
3074 LDFLAGS: -fsanitize=address
3075 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003076 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003077 test_environ:
3078 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003079 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003080 asan-trace-cmp:
3081 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003082 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3083 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003084 CXX: clang++
3085 LD: clang
3086 LDFLAGS: -fsanitize=address
3087 LDXX: clang++
3088 compile_the_world: true
3089 test_environ:
3090 ASAN_OPTIONS: detect_leaks=1:color=always
3091 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3092 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003093 basicprof:
3094 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3095 DEFINES: NDEBUG
3096 dbg:
3097 CPPFLAGS: -O0
3098 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003099 easan:
3100 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003101 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3102 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003103 CXX: clang++
3104 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3105 LD: clang
3106 LDFLAGS: -fsanitize=address
3107 LDXX: clang++
3108 compile_the_world: true
3109 test_environ:
3110 ASAN_OPTIONS: detect_leaks=1:color=always
3111 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3112 timeout_multiplier: 3
3113 edbg:
3114 CPPFLAGS: -O0
3115 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3116 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003117 CC: clang
3118 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003119 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003120 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003121 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003122 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003123 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003124 LDXX: clang++
3125 compile_the_world: true
3126 test_environ:
3127 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3128 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003129 gcov:
3130 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003131 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003132 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003133 DEFINES: _DEBUG DEBUG GPR_GCOV
3134 LD: gcc
3135 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3136 LDXX: g++
3137 helgrind:
3138 CPPFLAGS: -O0
3139 DEFINES: _DEBUG DEBUG
3140 LDFLAGS: -rdynamic
3141 timeout_multiplier: 20
3142 valgrind: --tool=helgrind
3143 memcheck:
3144 CPPFLAGS: -O0
3145 DEFINES: _DEBUG DEBUG
3146 LDFLAGS: -rdynamic
3147 timeout_multiplier: 10
3148 valgrind: --tool=memcheck --leak-check=full
3149 msan:
3150 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003151 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3152 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3153 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003154 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003155 DEFINES: NDEBUG
3156 LD: clang
3157 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3158 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3159 LDXX: clang++
3160 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003161 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003162 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003163 CPPFLAGS: -O3 -fno-omit-frame-pointer
3164 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003165 LDFLAGS: -rdynamic
3166 opt:
3167 CPPFLAGS: -O2
3168 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003169 stapprof:
3170 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3171 DEFINES: NDEBUG
3172 tsan:
3173 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003174 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003175 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003176 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003177 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003178 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003179 LDXX: clang++
3180 compile_the_world: true
3181 test_environ:
3182 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003183 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003184 ubsan:
3185 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003186 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3187 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003188 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003189 DEFINES: NDEBUG
3190 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003191 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003192 LDXX: clang++
3193 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003194 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003195 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003196 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003197defaults:
3198 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003199 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003200 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003201 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003202 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003203 global:
3204 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3205 LDFLAGS: -g
3206 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003207 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003208 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003209node_modules:
3210- deps:
3211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003212 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003213 - boringssl
3214 - z
murgatroid9994a75412015-11-19 14:04:53 -08003215 headers:
3216 - src/node/ext/byte_buffer.h
3217 - src/node/ext/call.h
3218 - src/node/ext/call_credentials.h
3219 - src/node/ext/channel.h
3220 - src/node/ext/channel_credentials.h
3221 - src/node/ext/completion_queue_async_worker.h
3222 - src/node/ext/server.h
3223 - src/node/ext/server_credentials.h
3224 - src/node/ext/timeval.h
3225 js:
3226 - src/node/index.js
3227 - src/node/src/client.js
3228 - src/node/src/common.js
3229 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003230 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003231 - src/node/src/metadata.js
3232 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003233 name: grpc_node
3234 src:
3235 - src/node/ext/byte_buffer.cc
3236 - src/node/ext/call.cc
3237 - src/node/ext/call_credentials.cc
3238 - src/node/ext/channel.cc
3239 - src/node/ext/channel_credentials.cc
3240 - src/node/ext/completion_queue_async_worker.cc
3241 - src/node/ext/node_grpc.cc
3242 - src/node/ext/server.cc
3243 - src/node/ext/server_credentials.cc
3244 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003245openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003246 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003247 extraction_dir: openssl-1.0.2f
3248 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003249php_config_m4:
3250 deps:
3251 - grpc
3252 - gpr
3253 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003254 headers:
3255 - src/php/ext/grpc/byte_buffer.h
3256 - src/php/ext/grpc/call.h
3257 - src/php/ext/grpc/call_credentials.h
3258 - src/php/ext/grpc/channel.h
3259 - src/php/ext/grpc/channel_credentials.h
3260 - src/php/ext/grpc/completion_queue.h
3261 - src/php/ext/grpc/php_grpc.h
3262 - src/php/ext/grpc/server.h
3263 - src/php/ext/grpc/server_credentials.h
3264 - src/php/ext/grpc/timeval.h
3265 src:
3266 - src/php/ext/grpc/byte_buffer.c
3267 - src/php/ext/grpc/call.c
3268 - src/php/ext/grpc/call_credentials.c
3269 - src/php/ext/grpc/channel.c
3270 - src/php/ext/grpc/channel_credentials.c
3271 - src/php/ext/grpc/completion_queue.c
3272 - src/php/ext/grpc/php_grpc.c
3273 - src/php/ext/grpc/server.c
3274 - src/php/ext/grpc/server_credentials.c
3275 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003276python_dependencies:
3277 deps:
3278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003279 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003280 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003281 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003282ruby_gem:
3283 deps:
3284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003285 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003286 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003287 - z