blob: c87641652ff30c9e3a2de10ea9f009670e858cd8 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble16caa502016-05-06 03:02:51 +020010 version: 0.15.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
19 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/mlog.h
21 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/context.c
24 - src/core/ext/census/grpc_context.c
25 - src/core/ext/census/grpc_filter.c
26 - src/core/ext/census/grpc_plugin.c
27 - src/core/ext/census/initialize.c
28 - src/core/ext/census/mlog.c
29 - src/core/ext/census/operation.c
30 - src/core/ext/census/placeholders.c
31 - src/core/ext/census/tracing.c
32 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070033 uses:
34 - grpc_base
35- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010036 public_headers:
37 - include/grpc/support/alloc.h
38 - include/grpc/support/atm.h
39 - include/grpc/support/atm_gcc_atomic.h
40 - include/grpc/support/atm_gcc_sync.h
41 - include/grpc/support/atm_win32.h
42 - include/grpc/support/avl.h
43 - include/grpc/support/cmdline.h
44 - include/grpc/support/cpu.h
45 - include/grpc/support/histogram.h
46 - include/grpc/support/host_port.h
47 - include/grpc/support/log.h
48 - include/grpc/support/log_win32.h
49 - include/grpc/support/port_platform.h
50 - include/grpc/support/slice.h
51 - include/grpc/support/slice_buffer.h
52 - include/grpc/support/string_util.h
53 - include/grpc/support/subprocess.h
54 - include/grpc/support/sync.h
55 - include/grpc/support/sync_generic.h
56 - include/grpc/support/sync_posix.h
57 - include/grpc/support/sync_win32.h
58 - include/grpc/support/thd.h
59 - include/grpc/support/time.h
60 - include/grpc/support/tls.h
61 - include/grpc/support/tls_gcc.h
62 - include/grpc/support/tls_msvc.h
63 - include/grpc/support/tls_pthread.h
64 - include/grpc/support/useful.h
65 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070066 - src/core/lib/profiling/timers.h
67 - src/core/lib/support/backoff.h
68 - src/core/lib/support/block_annotate.h
69 - src/core/lib/support/env.h
70 - src/core/lib/support/load_file.h
71 - src/core/lib/support/murmur_hash.h
72 - src/core/lib/support/stack_lockfree.h
73 - src/core/lib/support/string.h
74 - src/core/lib/support/string_win32.h
75 - src/core/lib/support/thd_internal.h
76 - src/core/lib/support/time_precise.h
77 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010078 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070079 - src/core/lib/profiling/basic_timers.c
80 - src/core/lib/profiling/stap_timers.c
81 - src/core/lib/support/alloc.c
82 - src/core/lib/support/avl.c
83 - src/core/lib/support/backoff.c
84 - src/core/lib/support/cmdline.c
85 - src/core/lib/support/cpu_iphone.c
86 - src/core/lib/support/cpu_linux.c
87 - src/core/lib/support/cpu_posix.c
88 - src/core/lib/support/cpu_windows.c
89 - src/core/lib/support/env_linux.c
90 - src/core/lib/support/env_posix.c
91 - src/core/lib/support/env_win32.c
92 - src/core/lib/support/histogram.c
93 - src/core/lib/support/host_port.c
94 - src/core/lib/support/load_file.c
95 - src/core/lib/support/log.c
96 - src/core/lib/support/log_android.c
97 - src/core/lib/support/log_linux.c
98 - src/core/lib/support/log_posix.c
99 - src/core/lib/support/log_win32.c
100 - src/core/lib/support/murmur_hash.c
101 - src/core/lib/support/slice.c
102 - src/core/lib/support/slice_buffer.c
103 - src/core/lib/support/stack_lockfree.c
104 - src/core/lib/support/string.c
105 - src/core/lib/support/string_posix.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200106 - src/core/lib/support/string_util_win32.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 - src/core/lib/support/string_win32.c
108 - src/core/lib/support/subprocess_posix.c
109 - src/core/lib/support/subprocess_windows.c
110 - src/core/lib/support/sync.c
111 - src/core/lib/support/sync_posix.c
112 - src/core/lib/support/sync_win32.c
113 - src/core/lib/support/thd.c
114 - src/core/lib/support/thd_posix.c
115 - src/core/lib/support/thd_win32.c
116 - src/core/lib/support/time.c
117 - src/core/lib/support/time_posix.c
118 - src/core/lib/support/time_precise.c
119 - src/core/lib/support/time_win32.c
120 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200121 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/tmpfile_posix.c
123 - src/core/lib/support/tmpfile_win32.c
124 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700125 uses:
126 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800127- name: gpr_codegen
128 public_headers:
129 - include/grpc/impl/codegen/alloc.h
130 - include/grpc/impl/codegen/atm.h
131 - include/grpc/impl/codegen/atm_gcc_atomic.h
132 - include/grpc/impl/codegen/atm_gcc_sync.h
133 - include/grpc/impl/codegen/atm_win32.h
134 - include/grpc/impl/codegen/log.h
135 - include/grpc/impl/codegen/port_platform.h
136 - include/grpc/impl/codegen/slice.h
137 - include/grpc/impl/codegen/slice_buffer.h
138 - include/grpc/impl/codegen/sync.h
139 - include/grpc/impl/codegen/sync_generic.h
140 - include/grpc/impl/codegen/sync_posix.h
141 - include/grpc/impl/codegen/sync_win32.h
142 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700143- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700144 public_headers:
145 - include/grpc/byte_buffer.h
146 - include/grpc/byte_buffer_reader.h
147 - include/grpc/compression.h
148 - include/grpc/grpc.h
149 - include/grpc/status.h
150 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700151 - src/core/lib/channel/channel_args.h
152 - src/core/lib/channel/channel_stack.h
153 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700154 - src/core/lib/channel/compress_filter.h
155 - src/core/lib/channel/connected_channel.h
156 - src/core/lib/channel/context.h
157 - src/core/lib/channel/http_client_filter.h
158 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700159 - src/core/lib/compression/algorithm_metadata.h
160 - src/core/lib/compression/message_compress.h
161 - src/core/lib/debug/trace.h
162 - src/core/lib/http/format_request.h
163 - src/core/lib/http/httpcli.h
164 - src/core/lib/http/parser.h
165 - src/core/lib/iomgr/closure.h
166 - src/core/lib/iomgr/endpoint.h
167 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700168 - src/core/lib/iomgr/error.h
Craig Tiller8a034482016-03-28 16:09:04 -0700169 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700170 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700171 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700172 - src/core/lib/iomgr/exec_ctx.h
173 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700174 - src/core/lib/iomgr/iocp_windows.h
175 - src/core/lib/iomgr/iomgr.h
176 - src/core/lib/iomgr/iomgr_internal.h
177 - src/core/lib/iomgr/iomgr_posix.h
178 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/iomgr/pollset_set_windows.h
181 - src/core/lib/iomgr/pollset_windows.h
182 - src/core/lib/iomgr/resolve_address.h
183 - src/core/lib/iomgr/sockaddr.h
184 - src/core/lib/iomgr/sockaddr_posix.h
185 - src/core/lib/iomgr/sockaddr_utils.h
186 - src/core/lib/iomgr/sockaddr_win32.h
187 - src/core/lib/iomgr/socket_utils_posix.h
188 - src/core/lib/iomgr/socket_windows.h
189 - src/core/lib/iomgr/tcp_client.h
190 - src/core/lib/iomgr/tcp_posix.h
191 - src/core/lib/iomgr/tcp_server.h
192 - src/core/lib/iomgr/tcp_windows.h
193 - src/core/lib/iomgr/time_averaged_stats.h
194 - src/core/lib/iomgr/timer.h
195 - src/core/lib/iomgr/timer_heap.h
196 - src/core/lib/iomgr/udp_server.h
197 - src/core/lib/iomgr/unix_sockets_posix.h
198 - src/core/lib/iomgr/wakeup_fd_pipe.h
199 - src/core/lib/iomgr/wakeup_fd_posix.h
200 - src/core/lib/iomgr/workqueue.h
201 - src/core/lib/iomgr/workqueue_posix.h
202 - src/core/lib/iomgr/workqueue_windows.h
203 - src/core/lib/json/json.h
204 - src/core/lib/json/json_common.h
205 - src/core/lib/json/json_reader.h
206 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700207 - src/core/lib/surface/api_trace.h
208 - src/core/lib/surface/call.h
209 - src/core/lib/surface/call_test_only.h
210 - src/core/lib/surface/channel.h
211 - src/core/lib/surface/channel_init.h
212 - src/core/lib/surface/channel_stack_type.h
213 - src/core/lib/surface/completion_queue.h
214 - src/core/lib/surface/event_string.h
215 - src/core/lib/surface/init.h
216 - src/core/lib/surface/lame_client.h
217 - src/core/lib/surface/server.h
218 - src/core/lib/surface/surface_trace.h
219 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/transport/connectivity_state.h
221 - src/core/lib/transport/metadata.h
222 - src/core/lib/transport/metadata_batch.h
223 - src/core/lib/transport/static_metadata.h
224 - src/core/lib/transport/transport.h
225 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700226 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/channel/channel_args.c
228 - src/core/lib/channel/channel_stack.c
229 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/channel/compress_filter.c
231 - src/core/lib/channel/connected_channel.c
232 - src/core/lib/channel/http_client_filter.c
233 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/compression/compression_algorithm.c
235 - src/core/lib/compression/message_compress.c
236 - src/core/lib/debug/trace.c
237 - src/core/lib/http/format_request.c
238 - src/core/lib/http/httpcli.c
239 - src/core/lib/http/parser.c
240 - src/core/lib/iomgr/closure.c
241 - src/core/lib/iomgr/endpoint.c
242 - src/core/lib/iomgr/endpoint_pair_posix.c
243 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700244 - src/core/lib/iomgr/error.c
Craig Tiller8a034482016-03-28 16:09:04 -0700245 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700246 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700247 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700248 - src/core/lib/iomgr/exec_ctx.c
249 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/iocp_windows.c
251 - src/core/lib/iomgr/iomgr.c
252 - src/core/lib/iomgr/iomgr_posix.c
253 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/iomgr/pollset_set_windows.c
255 - src/core/lib/iomgr/pollset_windows.c
256 - src/core/lib/iomgr/resolve_address_posix.c
257 - src/core/lib/iomgr/resolve_address_windows.c
258 - src/core/lib/iomgr/sockaddr_utils.c
259 - src/core/lib/iomgr/socket_utils_common_posix.c
260 - src/core/lib/iomgr/socket_utils_linux.c
261 - src/core/lib/iomgr/socket_utils_posix.c
262 - src/core/lib/iomgr/socket_windows.c
263 - src/core/lib/iomgr/tcp_client_posix.c
264 - src/core/lib/iomgr/tcp_client_windows.c
265 - src/core/lib/iomgr/tcp_posix.c
266 - src/core/lib/iomgr/tcp_server_posix.c
267 - src/core/lib/iomgr/tcp_server_windows.c
268 - src/core/lib/iomgr/tcp_windows.c
269 - src/core/lib/iomgr/time_averaged_stats.c
270 - src/core/lib/iomgr/timer.c
271 - src/core/lib/iomgr/timer_heap.c
272 - src/core/lib/iomgr/udp_server.c
273 - src/core/lib/iomgr/unix_sockets_posix.c
274 - src/core/lib/iomgr/unix_sockets_posix_noop.c
275 - src/core/lib/iomgr/wakeup_fd_eventfd.c
276 - src/core/lib/iomgr/wakeup_fd_nospecial.c
277 - src/core/lib/iomgr/wakeup_fd_pipe.c
278 - src/core/lib/iomgr/wakeup_fd_posix.c
279 - src/core/lib/iomgr/workqueue_posix.c
280 - src/core/lib/iomgr/workqueue_windows.c
281 - src/core/lib/json/json.c
282 - src/core/lib/json/json_reader.c
283 - src/core/lib/json/json_string.c
284 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/surface/alarm.c
286 - src/core/lib/surface/api_trace.c
287 - src/core/lib/surface/byte_buffer.c
288 - src/core/lib/surface/byte_buffer_reader.c
289 - src/core/lib/surface/call.c
290 - src/core/lib/surface/call_details.c
291 - src/core/lib/surface/call_log_batch.c
292 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/surface/channel_init.c
294 - src/core/lib/surface/channel_ping.c
295 - src/core/lib/surface/channel_stack_type.c
296 - src/core/lib/surface/completion_queue.c
297 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/surface/lame_client.c
299 - src/core/lib/surface/metadata_array.c
300 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/surface/validate_metadata.c
302 - src/core/lib/surface/version.c
303 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/transport/connectivity_state.c
305 - src/core/lib/transport/metadata.c
306 - src/core/lib/transport/metadata_batch.c
307 - src/core/lib/transport/static_metadata.c
308 - src/core/lib/transport/transport.c
309 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700310 deps:
311 - gpr
312 uses:
313 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700314- name: grpc_client_config
315 headers:
316 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700317 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700318 - src/core/ext/client_config/client_config.h
319 - src/core/ext/client_config/connector.h
320 - src/core/ext/client_config/initial_connect_string.h
321 - src/core/ext/client_config/lb_policy.h
322 - src/core/ext/client_config/lb_policy_factory.h
323 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700324 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700325 - src/core/ext/client_config/resolver.h
326 - src/core/ext/client_config/resolver_factory.h
327 - src/core/ext/client_config/resolver_registry.h
328 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700329 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700330 - src/core/ext/client_config/subchannel_index.h
331 - src/core/ext/client_config/uri_parser.h
332 src:
333 - src/core/ext/client_config/channel_connectivity.c
334 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700335 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700336 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700337 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700338 - src/core/ext/client_config/connector.c
339 - src/core/ext/client_config/default_initial_connect_string.c
340 - src/core/ext/client_config/initial_connect_string.c
341 - src/core/ext/client_config/lb_policy.c
342 - src/core/ext/client_config/lb_policy_factory.c
343 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700344 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700345 - src/core/ext/client_config/resolver.c
346 - src/core/ext/client_config/resolver_factory.c
347 - src/core/ext/client_config/resolver_registry.c
348 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700349 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700350 - src/core/ext/client_config/subchannel_index.c
351 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700352 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700353 uses:
354 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800355- name: grpc_codegen
356 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800357 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700358 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800359 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800360 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800361 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800362 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800363 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700364 uses:
365 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700366- name: grpc_lb_policy_grpclb
367 headers:
368 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700369 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700370 src:
371 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700372 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700373 uses:
374 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700375 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700376 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700377- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700378 src:
379 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700380 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700381 uses:
382 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700383 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700384- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700385 src:
386 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700387 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700388 uses:
389 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700390 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700391- name: grpc_resolver_dns_native
392 src:
393 - src/core/ext/resolver/dns/native/dns_resolver.c
394 plugin: grpc_resolver_dns_native
395 uses:
396 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700397 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700398- name: grpc_resolver_sockaddr
399 src:
400 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
401 plugin: grpc_resolver_sockaddr
402 uses:
403 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700404 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100405- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700406 public_headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700407 - include/grpc/grpc_cronet.h
Craig Tillerd1697d92016-04-05 16:05:46 -0700408 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700409 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100410 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700411 - src/core/lib/security/context/security_context.h
412 - src/core/lib/security/credentials/composite/composite_credentials.h
413 - src/core/lib/security/credentials/credentials.h
414 - src/core/lib/security/credentials/fake/fake_credentials.h
415 - src/core/lib/security/credentials/google_default/google_default_credentials.h
416 - src/core/lib/security/credentials/iam/iam_credentials.h
417 - src/core/lib/security/credentials/jwt/json_token.h
418 - src/core/lib/security/credentials/jwt/jwt_credentials.h
419 - src/core/lib/security/credentials/jwt/jwt_verifier.h
420 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
421 - src/core/lib/security/credentials/plugin/plugin_credentials.h
422 - src/core/lib/security/credentials/ssl/ssl_credentials.h
423 - src/core/lib/security/transport/auth_filters.h
424 - src/core/lib/security/transport/handshake.h
425 - src/core/lib/security/transport/secure_endpoint.h
426 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700427 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700428 - src/core/lib/security/util/b64.h
429 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100430 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700431 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700432 - src/core/lib/security/context/security_context.c
433 - src/core/lib/security/credentials/composite/composite_credentials.c
434 - src/core/lib/security/credentials/credentials.c
435 - src/core/lib/security/credentials/credentials_metadata.c
436 - src/core/lib/security/credentials/fake/fake_credentials.c
437 - src/core/lib/security/credentials/google_default/credentials_posix.c
438 - src/core/lib/security/credentials/google_default/credentials_win32.c
439 - src/core/lib/security/credentials/google_default/google_default_credentials.c
440 - src/core/lib/security/credentials/iam/iam_credentials.c
441 - src/core/lib/security/credentials/jwt/json_token.c
442 - src/core/lib/security/credentials/jwt/jwt_credentials.c
443 - src/core/lib/security/credentials/jwt/jwt_verifier.c
444 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
445 - src/core/lib/security/credentials/plugin/plugin_credentials.c
446 - src/core/lib/security/credentials/ssl/ssl_credentials.c
447 - src/core/lib/security/transport/client_auth_filter.c
448 - src/core/lib/security/transport/handshake.c
449 - src/core/lib/security/transport/secure_endpoint.c
450 - src/core/lib/security/transport/security_connector.c
451 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700452 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700453 - src/core/lib/security/util/b64.c
454 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700455 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700456 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700457 uses:
458 - grpc_base
459 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700460 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700461- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700462 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700463 headers:
464 - test/core/end2end/cq_verifier.h
465 - test/core/end2end/fixtures/proxy.h
466 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700467 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200468 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700469 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700470 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700471 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700472 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700473 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700474 - test/core/util/slice_splitter.h
475 src:
476 - test/core/end2end/cq_verifier.c
477 - test/core/end2end/fixtures/proxy.c
478 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700479 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200480 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700481 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700482 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700483 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700484 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700485 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700486 - test/core/util/port_windows.c
487 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700488 deps:
489 - grpc
490 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700491- name: grpc_transport_chttp2
492 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700493 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700494 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
495 - src/core/ext/transport/chttp2/transport/frame.h
496 - src/core/ext/transport/chttp2/transport/frame_data.h
497 - src/core/ext/transport/chttp2/transport/frame_goaway.h
498 - src/core/ext/transport/chttp2/transport/frame_ping.h
499 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
500 - src/core/ext/transport/chttp2/transport/frame_settings.h
501 - src/core/ext/transport/chttp2/transport/frame_window_update.h
502 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
503 - src/core/ext/transport/chttp2/transport/hpack_parser.h
504 - src/core/ext/transport/chttp2/transport/hpack_table.h
505 - src/core/ext/transport/chttp2/transport/http2_errors.h
506 - src/core/ext/transport/chttp2/transport/huffsyms.h
507 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
508 - src/core/ext/transport/chttp2/transport/internal.h
509 - src/core/ext/transport/chttp2/transport/status_conversion.h
510 - src/core/ext/transport/chttp2/transport/stream_map.h
511 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
512 - src/core/ext/transport/chttp2/transport/varint.h
513 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700514 - src/core/ext/transport/chttp2/transport/bin_encoder.c
515 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700516 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
517 - src/core/ext/transport/chttp2/transport/frame_data.c
518 - src/core/ext/transport/chttp2/transport/frame_goaway.c
519 - src/core/ext/transport/chttp2/transport/frame_ping.c
520 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
521 - src/core/ext/transport/chttp2/transport/frame_settings.c
522 - src/core/ext/transport/chttp2/transport/frame_window_update.c
523 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
524 - src/core/ext/transport/chttp2/transport/hpack_parser.c
525 - src/core/ext/transport/chttp2/transport/hpack_table.c
526 - src/core/ext/transport/chttp2/transport/huffsyms.c
527 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
528 - src/core/ext/transport/chttp2/transport/parsing.c
529 - src/core/ext/transport/chttp2/transport/status_conversion.c
530 - src/core/ext/transport/chttp2/transport/stream_lists.c
531 - src/core/ext/transport/chttp2/transport/stream_map.c
532 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
533 - src/core/ext/transport/chttp2/transport/varint.c
534 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700535 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700536 uses:
537 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700538 - grpc_transport_chttp2_alpn
539- name: grpc_transport_chttp2_alpn
540 headers:
541 - src/core/ext/transport/chttp2/alpn/alpn.h
542 src:
543 - src/core/ext/transport/chttp2/alpn/alpn.c
544 deps:
545 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700546- name: grpc_transport_chttp2_client_insecure
547 src:
548 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700549 uses:
550 - grpc_transport_chttp2
551 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700552 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700553- name: grpc_transport_chttp2_client_secure
554 src:
555 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700556 uses:
557 - grpc_transport_chttp2
558 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700559 - grpc_client_config
560 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700561- name: grpc_transport_chttp2_server_insecure
562 src:
563 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700564 uses:
565 - grpc_transport_chttp2
566 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700567- name: grpc_transport_chttp2_server_secure
568 src:
569 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700570 uses:
571 - grpc_transport_chttp2
572 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700573 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700574- name: grpc_transport_cronet_client_secure
575 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700576 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
577 src:
578 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
579 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
580 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700581 filegroups:
582 - grpc_base
583 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800584- name: nanopb
585 headers:
586 - third_party/nanopb/pb.h
587 - third_party/nanopb/pb_common.h
588 - third_party/nanopb/pb_decode.h
589 - third_party/nanopb/pb_encode.h
590 src:
591 - third_party/nanopb/pb_common.c
592 - third_party/nanopb/pb_decode.c
593 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700594- name: tsi
595 headers:
596 - src/core/lib/tsi/fake_transport_security.h
597 - src/core/lib/tsi/ssl_transport_security.h
598 - src/core/lib/tsi/ssl_types.h
599 - src/core/lib/tsi/transport_security.h
600 - src/core/lib/tsi/transport_security_interface.h
601 src:
602 - src/core/lib/tsi/fake_transport_security.c
603 - src/core/lib/tsi/ssl_transport_security.c
604 - src/core/lib/tsi/transport_security.c
605 deps:
606 - gpr
607 secure: true
608- name: grpc++_base
609 language: c++
610 public_headers:
611 - include/grpc++/alarm.h
612 - include/grpc++/channel.h
613 - include/grpc++/client_context.h
614 - include/grpc++/completion_queue.h
615 - include/grpc++/create_channel.h
616 - include/grpc++/generic/async_generic_service.h
617 - include/grpc++/generic/generic_stub.h
618 - include/grpc++/grpc++.h
619 - include/grpc++/impl/call.h
620 - include/grpc++/impl/client_unary_call.h
621 - include/grpc++/impl/grpc_library.h
622 - include/grpc++/impl/method_handler_impl.h
623 - include/grpc++/impl/proto_utils.h
624 - include/grpc++/impl/rpc_method.h
625 - include/grpc++/impl/rpc_service_method.h
626 - include/grpc++/impl/serialization_traits.h
627 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700628 - include/grpc++/impl/server_builder_plugin.h
629 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700630 - include/grpc++/impl/service_type.h
631 - include/grpc++/impl/sync.h
632 - include/grpc++/impl/sync_cxx11.h
633 - include/grpc++/impl/sync_no_cxx11.h
634 - include/grpc++/impl/thd.h
635 - include/grpc++/impl/thd_cxx11.h
636 - include/grpc++/impl/thd_no_cxx11.h
637 - include/grpc++/security/auth_context.h
638 - include/grpc++/security/auth_metadata_processor.h
639 - include/grpc++/security/credentials.h
640 - include/grpc++/security/server_credentials.h
641 - include/grpc++/server.h
642 - include/grpc++/server_builder.h
643 - include/grpc++/server_context.h
644 - include/grpc++/support/async_stream.h
645 - include/grpc++/support/async_unary_call.h
646 - include/grpc++/support/byte_buffer.h
647 - include/grpc++/support/channel_arguments.h
648 - include/grpc++/support/slice.h
649 - include/grpc++/support/status.h
650 - include/grpc++/support/status_code_enum.h
651 - include/grpc++/support/string_ref.h
652 - include/grpc++/support/stub_options.h
653 - include/grpc++/support/sync_stream.h
654 - include/grpc++/support/time.h
655 headers:
656 - src/cpp/client/create_channel_internal.h
657 - src/cpp/common/core_codegen.h
658 - src/cpp/server/dynamic_thread_pool.h
659 - src/cpp/server/thread_pool_interface.h
660 src:
661 - src/cpp/client/channel.cc
662 - src/cpp/client/client_context.cc
663 - src/cpp/client/create_channel.cc
664 - src/cpp/client/create_channel_internal.cc
665 - src/cpp/client/credentials.cc
666 - src/cpp/client/generic_stub.cc
667 - src/cpp/client/insecure_credentials.cc
668 - src/cpp/common/channel_arguments.cc
669 - src/cpp/common/completion_queue.cc
670 - src/cpp/common/core_codegen.cc
671 - src/cpp/common/rpc_method.cc
672 - src/cpp/server/async_generic_service.cc
673 - src/cpp/server/create_default_thread_pool.cc
674 - src/cpp/server/dynamic_thread_pool.cc
675 - src/cpp/server/insecure_server_credentials.cc
676 - src/cpp/server/server.cc
677 - src/cpp/server/server_builder.cc
678 - src/cpp/server/server_context.cc
679 - src/cpp/server/server_credentials.cc
680 - src/cpp/util/byte_buffer.cc
681 - src/cpp/util/slice.cc
682 - src/cpp/util/status.cc
683 - src/cpp/util/string_ref.cc
684 - src/cpp/util/time.cc
685 deps:
686 - grpc
687 uses:
688 - grpc++_codegen
689 - grpc++_config
690- name: grpc++_codegen
691 language: c++
692 public_headers:
693 - include/grpc++/impl/codegen/async_stream.h
694 - include/grpc++/impl/codegen/async_unary_call.h
695 - include/grpc++/impl/codegen/call.h
696 - include/grpc++/impl/codegen/call_hook.h
697 - include/grpc++/impl/codegen/channel_interface.h
698 - include/grpc++/impl/codegen/client_context.h
699 - include/grpc++/impl/codegen/client_unary_call.h
700 - include/grpc++/impl/codegen/completion_queue.h
701 - include/grpc++/impl/codegen/completion_queue_tag.h
702 - include/grpc++/impl/codegen/core_codegen_interface.h
703 - include/grpc++/impl/codegen/create_auth_context.h
704 - include/grpc++/impl/codegen/grpc_library.h
705 - include/grpc++/impl/codegen/method_handler_impl.h
706 - include/grpc++/impl/codegen/proto_utils.h
707 - include/grpc++/impl/codegen/rpc_method.h
708 - include/grpc++/impl/codegen/rpc_service_method.h
709 - include/grpc++/impl/codegen/security/auth_context.h
710 - include/grpc++/impl/codegen/serialization_traits.h
711 - include/grpc++/impl/codegen/server_context.h
712 - include/grpc++/impl/codegen/server_interface.h
713 - include/grpc++/impl/codegen/service_type.h
714 - include/grpc++/impl/codegen/status.h
715 - include/grpc++/impl/codegen/status_code_enum.h
716 - include/grpc++/impl/codegen/string_ref.h
717 - include/grpc++/impl/codegen/stub_options.h
718 - include/grpc++/impl/codegen/sync.h
719 - include/grpc++/impl/codegen/sync_cxx11.h
720 - include/grpc++/impl/codegen/sync_no_cxx11.h
721 - include/grpc++/impl/codegen/sync_stream.h
722 - include/grpc++/impl/codegen/time.h
723 src:
724 - src/cpp/codegen/codegen_init.cc
725 uses:
726 - grpc_codegen
727 - grpc++_config_codegen
728- name: grpc++_config
729 language: c++
730 public_headers:
731 - include/grpc++/support/config.h
732 - include/grpc++/support/config_protobuf.h
733 uses:
734 - grpc++_config_codegen
735- name: grpc++_config_codegen
736 language: c++
737 public_headers:
738 - include/grpc++/impl/codegen/config.h
739 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100740libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800741- name: gpr
742 build: all
743 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800744 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700745 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800746 secure: false
747 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
748- name: gpr_test_util
749 build: private
750 language: c
751 headers:
752 - test/core/util/test_config.h
753 src:
754 - test/core/util/test_config.c
755 deps:
756 - gpr
757 secure: false
758 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700759- name: grpc
760 build: all
761 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700762 src:
763 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700764 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800765 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700766 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700767 filegroups:
768 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700769 - grpc_transport_chttp2_server_secure
770 - grpc_transport_chttp2_client_secure
771 - grpc_transport_chttp2_server_insecure
772 - grpc_transport_chttp2_client_insecure
makdharmac2ec95b2016-05-11 16:26:15 -0700773 - grpc_transport_cronet_client_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700774 - grpc_lb_policy_grpclb
775 - grpc_lb_policy_pick_first
776 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700777 - grpc_resolver_dns_native
778 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100779 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700780 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700781 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700782 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700783 vs_packages:
784 - grpc.dependencies.openssl
785 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700786 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100787- name: grpc_dll
788 build: private
789 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100790 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100791 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100792 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100793 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100794 build_system:
795 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100796 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100797 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100798 vs_config_type: DynamicLibrary
799 vs_packages:
800 - grpc.dependencies.openssl
801 - grpc.dependencies.zlib
802 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
803 vs_props:
804 - zlib
805 - openssl
806 - winsock
807 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700808- name: grpc_test_util
809 build: private
810 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700811 headers:
812 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800813 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700814 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700815 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700816 - test/core/end2end/data/server1_cert.c
817 - test/core/end2end/data/server1_key.c
818 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800819 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700820 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800821 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800822 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700823 - grpc
824 filegroups:
825 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700826 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
827- name: grpc_test_util_unsecure
828 build: private
829 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700830 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800831 - gpr
832 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800833 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700834 filegroups:
835 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700836 secure: false
837 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
838- name: grpc_unsecure
839 build: all
840 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700841 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700843 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700844 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800845 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700846 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700847 filegroups:
848 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700849 - grpc_transport_chttp2_server_insecure
850 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700851 - grpc_resolver_dns_native
852 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700853 - grpc_lb_policy_grpclb
854 - grpc_lb_policy_pick_first
855 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700856 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700857 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700858 secure: false
859 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700860- name: reconnect_server
861 build: private
862 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700863 headers:
864 - test/core/util/reconnect_server.h
865 src:
866 - test/core/util/reconnect_server.c
867 deps:
yang-gc9fca182015-11-06 16:41:33 -0800868 - test_tcp_server
869 - grpc_test_util
870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800871 - gpr_test_util
872 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800873- name: test_tcp_server
874 build: private
875 language: c
876 headers:
877 - test/core/util/test_tcp_server.h
878 src:
879 - test/core/util/test_tcp_server.c
880 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700881 - grpc_test_util
882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800883 - gpr_test_util
884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700885- name: grpc++
886 build: all
887 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700888 headers:
889 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800890 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700891 - src/cpp/common/secure_auth_context.h
892 - src/cpp/server/secure_server_credentials.h
893 src:
Craig Tiller25834342015-09-25 08:08:24 -0700894 - src/cpp/client/secure_credentials.cc
895 - src/cpp/common/auth_property_iterator.cc
896 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800897 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700898 - src/cpp/common/secure_create_auth_context.cc
899 - src/cpp/server/secure_server_credentials.cc
900 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700901 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700902 baselib: true
903 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700904 filegroups:
905 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800906 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700907 secure: check
908 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
909- name: grpc++_test_config
910 build: private
911 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700912 headers:
913 - test/cpp/util/test_config.h
914 src:
915 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700916- name: grpc++_test_util
917 build: private
918 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700919 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800920 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800921 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700922 - test/cpp/util/cli_call.h
923 - test/cpp/util/create_test_channel.h
924 - test/cpp/util/string_ref_helper.h
925 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800926 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700927 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800928 - src/proto/grpc/testing/echo_messages.proto
929 - src/proto/grpc/testing/echo.proto
930 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800931 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800932 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700933 - test/cpp/util/cli_call.cc
934 - test/cpp/util/create_test_channel.cc
935 - test/cpp/util/string_ref_helper.cc
936 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800937 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700938 deps:
939 - grpc++
940 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700941- name: grpc++_unsecure
942 build: all
943 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700944 src:
945 - src/cpp/common/insecure_create_auth_context.cc
946 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800947 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700948 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700949 baselib: true
950 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700951 filegroups:
952 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800953 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700954 secure: false
955 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
956- name: grpc_plugin_support
957 build: protoc
958 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700959 headers:
Craig Tiller25834342015-09-25 08:08:24 -0700960 - src/compiler/config.h
961 - src/compiler/cpp_generator.h
962 - src/compiler/cpp_generator_helpers.h
963 - src/compiler/csharp_generator.h
964 - src/compiler/csharp_generator_helpers.h
965 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -0800966 - src/compiler/node_generator.h
967 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -0700968 - src/compiler/objective_c_generator.h
969 - src/compiler/objective_c_generator_helpers.h
970 - src/compiler/python_generator.h
971 - src/compiler/ruby_generator.h
972 - src/compiler/ruby_generator_helpers-inl.h
973 - src/compiler/ruby_generator_map-inl.h
974 - src/compiler/ruby_generator_string-inl.h
975 src:
976 - src/compiler/cpp_generator.cc
977 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -0800978 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -0700979 - src/compiler/objective_c_generator.cc
980 - src/compiler/python_generator.cc
981 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800982 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -0700983 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700984 secure: false
985 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800986 vs_props:
987 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700988- name: interop_client_helper
989 build: private
990 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700991 headers:
992 - test/cpp/interop/client_helper.h
993 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800994 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700995 - test/cpp/interop/client_helper.cc
996 deps:
997 - grpc++_test_util
998 - grpc_test_util
999 - grpc++
1000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001002- name: interop_client_main
1003 build: private
1004 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001005 headers:
1006 - test/cpp/interop/interop_client.h
1007 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001008 - src/proto/grpc/testing/empty.proto
1009 - src/proto/grpc/testing/messages.proto
1010 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001011 - test/cpp/interop/client.cc
1012 - test/cpp/interop/interop_client.cc
1013 deps:
1014 - interop_client_helper
1015 - grpc++_test_util
1016 - grpc_test_util
1017 - grpc++
1018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001019 - gpr_test_util
1020 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001021 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001022- name: interop_server_helper
1023 build: private
1024 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001025 headers:
1026 - test/cpp/interop/server_helper.h
1027 src:
1028 - test/cpp/interop/server_helper.cc
1029 deps:
1030 - grpc_test_util
1031 - grpc++
1032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001033 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001034- name: interop_server_main
1035 build: private
1036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001037 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001038 - src/proto/grpc/testing/empty.proto
1039 - src/proto/grpc/testing/messages.proto
1040 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001041 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001042 deps:
1043 - interop_server_helper
1044 - grpc++_test_util
1045 - grpc_test_util
1046 - grpc++
1047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001048 - gpr_test_util
1049 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001050 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001051- name: qps
1052 build: private
1053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001054 headers:
1055 - test/cpp/qps/client.h
1056 - test/cpp/qps/driver.h
1057 - test/cpp/qps/histogram.h
1058 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001059 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001060 - test/cpp/qps/perf_db_client.h
1061 - test/cpp/qps/qps_worker.h
1062 - test/cpp/qps/report.h
1063 - test/cpp/qps/server.h
1064 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001065 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001066 - test/cpp/util/benchmark_config.h
1067 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001068 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001069 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001070 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001071 - src/proto/grpc/testing/control.proto
1072 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001073 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001074 - test/cpp/qps/client_async.cc
1075 - test/cpp/qps/client_sync.cc
1076 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001077 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001078 - test/cpp/qps/perf_db_client.cc
1079 - test/cpp/qps/qps_worker.cc
1080 - test/cpp/qps/report.cc
1081 - test/cpp/qps/server_async.cc
1082 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001083 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001084 - test/cpp/util/benchmark_config.cc
1085 deps:
1086 - grpc_test_util
1087 - grpc++_test_util
1088 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001089- name: grpc_csharp_ext
1090 build: all
1091 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001092 src:
1093 - src/csharp/ext/grpc_csharp_ext.c
1094 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001096 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001097 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001098 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001099 dll: only
1100 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001101 vs_packages:
1102 - grpc.dependencies.openssl
1103 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001104 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001105 vs_props:
1106 - zlib
1107 - openssl
1108 - winsock
1109 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001111- name: alarm_test
1112 build: test
1113 language: c
1114 src:
1115 - test/core/surface/alarm_test.c
1116 deps:
1117 - grpc_test_util
1118 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001119 - gpr_test_util
1120 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001121- name: algorithm_test
1122 build: test
1123 language: c
1124 src:
1125 - test/core/compression/algorithm_test.c
1126 deps:
1127 - grpc_test_util
1128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001129 - gpr_test_util
1130 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001131- name: alloc_test
1132 build: test
1133 language: c
1134 src:
1135 - test/core/support/alloc_test.c
1136 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001137 - gpr_test_util
1138 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001139- name: alpn_test
1140 build: test
1141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001142 src:
1143 - test/core/transport/chttp2/alpn_test.c
1144 deps:
1145 - grpc_test_util
1146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001147 - gpr_test_util
1148 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001149- name: api_fuzzer
1150 build: fuzzer
1151 language: c
1152 src:
1153 - test/core/end2end/fuzzers/api_fuzzer.c
1154 deps:
1155 - grpc_test_util
1156 - grpc
1157 - gpr_test_util
1158 - gpr
1159 corpus_dirs:
1160 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001161 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001162 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001163- name: bin_encoder_test
1164 build: test
1165 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001166 src:
1167 - test/core/transport/chttp2/bin_encoder_test.c
1168 deps:
1169 - grpc_test_util
1170 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001171- name: census_context_test
1172 build: test
1173 language: c
1174 src:
1175 - test/core/census/context_test.c
1176 deps:
1177 - grpc_test_util
1178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001179 - gpr_test_util
1180 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001181- name: channel_create_test
1182 build: test
1183 language: c
1184 src:
1185 - test/core/surface/channel_create_test.c
1186 deps:
1187 - grpc_test_util
1188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001189 - gpr_test_util
1190 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001191- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001192 build: test
1193 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001194 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001195 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001196 deps:
1197 - grpc_test_util
1198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001199 - gpr_test_util
1200 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001201- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001202 build: test
1203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001204 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001205 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001206 deps:
1207 - grpc_test_util
1208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001209 - gpr_test_util
1210 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001211- name: chttp2_stream_map_test
1212 build: test
1213 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001214 src:
1215 - test/core/transport/chttp2/stream_map_test.c
1216 deps:
1217 - grpc_test_util
1218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001219 - gpr_test_util
1220 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001221- name: chttp2_varint_test
1222 build: test
1223 language: c
1224 src:
1225 - test/core/transport/chttp2/varint_test.c
1226 deps:
1227 - grpc_test_util
1228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001229 - gpr_test_util
1230 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001231- name: client_fuzzer
1232 build: fuzzer
1233 language: c
1234 src:
1235 - test/core/end2end/fuzzers/client_fuzzer.c
1236 deps:
1237 - grpc_test_util
1238 - grpc
1239 - gpr_test_util
1240 - gpr
1241 corpus_dirs:
1242 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001243 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001244 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245- name: compression_test
1246 build: test
1247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001248 src:
1249 - test/core/compression/compression_test.c
1250 deps:
1251 - grpc_test_util
1252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001253 - gpr_test_util
1254 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001255- name: concurrent_connectivity_test
1256 build: test
1257 language: c
1258 src:
1259 - test/core/surface/concurrent_connectivity_test.c
1260 deps:
1261 - grpc_test_util
1262 - grpc
1263 - gpr_test_util
1264 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001265- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001266 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001267 build: test
1268 language: c
1269 src:
1270 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1271 deps:
1272 - grpc_test_util
1273 - grpc
1274 - gpr_test_util
1275 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001276- name: dns_resolver_test
1277 build: test
1278 language: c
1279 src:
1280 - test/core/client_config/resolvers/dns_resolver_test.c
1281 deps:
1282 - grpc_test_util
1283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001284 - gpr_test_util
1285 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001286- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001287 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001288 build: test
1289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001290 src:
1291 - test/core/end2end/dualstack_socket_test.c
1292 deps:
1293 - grpc_test_util
1294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 - gpr_test_util
1296 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001297 platforms:
1298 - mac
1299 - linux
1300 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001301- name: endpoint_pair_test
1302 build: test
1303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001304 src:
1305 - test/core/iomgr/endpoint_pair_test.c
1306 deps:
1307 - grpc_test_util
1308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001309 - gpr_test_util
1310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001311- name: fd_conservation_posix_test
1312 build: test
1313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001314 src:
1315 - test/core/iomgr/fd_conservation_posix_test.c
1316 deps:
1317 - grpc_test_util
1318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001319 - gpr_test_util
1320 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001321 platforms:
1322 - mac
1323 - linux
1324 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001325- name: fd_posix_test
1326 build: test
1327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001328 src:
1329 - test/core/iomgr/fd_posix_test.c
1330 deps:
1331 - grpc_test_util
1332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001333 - gpr_test_util
1334 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001335 platforms:
1336 - mac
1337 - linux
1338 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001339- name: fling_client
1340 build: test
1341 run: false
1342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001343 src:
1344 - test/core/fling/client.c
1345 deps:
1346 - grpc_test_util
1347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001348 - gpr_test_util
1349 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350- name: fling_server
1351 build: test
1352 run: false
1353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001354 src:
1355 - test/core/fling/server.c
1356 deps:
1357 - grpc_test_util
1358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001359 - gpr_test_util
1360 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001361- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001362 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001363 build: test
1364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001365 src:
1366 - test/core/fling/fling_stream_test.c
1367 deps:
1368 - grpc_test_util
1369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 - gpr_test_util
1371 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001372 platforms:
1373 - mac
1374 - linux
1375 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001376- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001377 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001378 build: test
1379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001380 src:
1381 - test/core/fling/fling_test.c
1382 deps:
1383 - grpc_test_util
1384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001385 - gpr_test_util
1386 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001387 platforms:
1388 - mac
1389 - linux
1390 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: gen_hpack_tables
1392 build: tool
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - tools/codegen/core/gen_hpack_tables.c
1396 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001397 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001398 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399- name: gen_legal_metadata_characters
1400 build: tool
1401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001402 src:
1403 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001404 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001405- name: goaway_server_test
1406 cpu_cost: 0.1
1407 build: test
1408 language: c
1409 src:
1410 - test/core/end2end/goaway_server_test.c
1411 deps:
1412 - grpc_test_util
1413 - grpc
1414 - gpr_test_util
1415 - gpr
1416 platforms:
1417 - mac
1418 - linux
1419 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001420- name: gpr_avl_test
1421 build: test
1422 language: c
1423 src:
1424 - test/core/support/avl_test.c
1425 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001426 - gpr_test_util
1427 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001428- name: gpr_backoff_test
1429 build: test
1430 language: c
1431 src:
1432 - test/core/support/backoff_test.c
1433 deps:
1434 - gpr_test_util
1435 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001436- name: gpr_cmdline_test
1437 build: test
1438 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001439 src:
1440 - test/core/support/cmdline_test.c
1441 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001442 - gpr_test_util
1443 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001444- name: gpr_cpu_test
1445 build: test
1446 language: c
1447 src:
1448 - test/core/support/cpu_test.c
1449 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001450 - gpr_test_util
1451 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001452- name: gpr_env_test
1453 build: test
1454 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001455 src:
1456 - test/core/support/env_test.c
1457 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001458 - gpr_test_util
1459 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001460- name: gpr_histogram_test
1461 build: test
1462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001463 src:
1464 - test/core/support/histogram_test.c
1465 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001466 - gpr_test_util
1467 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001468- name: gpr_host_port_test
1469 build: test
1470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001471 src:
1472 - test/core/support/host_port_test.c
1473 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001474 - gpr_test_util
1475 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001476- name: gpr_load_file_test
1477 build: test
1478 language: c
1479 src:
1480 - test/core/support/load_file_test.c
1481 deps:
Craig Tillerc5b7f362016-05-18 07:18:47 -07001482 - grpc
Craig Tiller732a8752016-02-22 15:59:19 -08001483 - gpr_test_util
1484 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001485- name: gpr_log_test
1486 build: test
1487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001488 src:
1489 - test/core/support/log_test.c
1490 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001491 - gpr_test_util
1492 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001493- name: gpr_slice_buffer_test
1494 build: test
1495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001496 src:
1497 - test/core/support/slice_buffer_test.c
1498 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001499 - gpr_test_util
1500 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001501- name: gpr_slice_test
1502 build: test
1503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001504 src:
1505 - test/core/support/slice_test.c
1506 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001507 - gpr_test_util
1508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001509- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001510 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511 build: test
1512 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001513 src:
1514 - test/core/support/stack_lockfree_test.c
1515 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001516 - gpr_test_util
1517 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001518- name: gpr_string_test
1519 build: test
1520 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001521 src:
1522 - test/core/support/string_test.c
1523 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 - gpr_test_util
1525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001526- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001527 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001528 build: test
1529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001530 src:
1531 - test/core/support/sync_test.c
1532 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001533 - gpr_test_util
1534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001535- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001536 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537 build: test
1538 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001539 src:
1540 - test/core/support/thd_test.c
1541 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001542 - gpr_test_util
1543 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001544- name: gpr_time_test
1545 build: test
1546 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001547 src:
1548 - test/core/support/time_test.c
1549 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001550 - gpr_test_util
1551 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001552- name: gpr_tls_test
1553 build: test
1554 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001555 src:
1556 - test/core/support/tls_test.c
1557 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001558 - gpr_test_util
1559 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001560- name: gpr_useful_test
1561 build: test
1562 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001563 src:
1564 - test/core/support/useful_test.c
1565 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001566 - gpr_test_util
1567 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001568- name: grpc_auth_context_test
1569 build: test
1570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001571 src:
1572 - test/core/security/auth_context_test.c
1573 deps:
1574 - grpc_test_util
1575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001578- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579 build: test
1580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001581 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001582 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001583 deps:
1584 - grpc_test_util
1585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr_test_util
1587 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001588- name: grpc_byte_buffer_reader_test
1589 build: test
1590 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001591 src:
1592 - test/core/surface/byte_buffer_reader_test.c
1593 deps:
1594 - grpc_test_util
1595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001596 - gpr_test_util
1597 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001598- name: grpc_channel_args_test
1599 build: test
1600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001601 src:
1602 - test/core/channel/channel_args_test.c
1603 deps:
1604 - grpc_test_util
1605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001606 - gpr_test_util
1607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001608- name: grpc_channel_stack_test
1609 build: test
1610 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001611 src:
1612 - test/core/channel/channel_stack_test.c
1613 deps:
1614 - grpc_test_util
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001618- name: grpc_completion_queue_test
1619 build: test
1620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001621 src:
1622 - test/core/surface/completion_queue_test.c
1623 deps:
1624 - grpc_test_util
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001628- name: grpc_create_jwt
1629 build: tool
1630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001631 src:
1632 - test/core/security/create_jwt.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr_test_util
1637 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001638- name: grpc_credentials_test
1639 build: test
1640 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001641 src:
1642 - test/core/security/credentials_test.c
1643 deps:
1644 - grpc_test_util
1645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648- name: grpc_fetch_oauth2
1649 build: tool
1650 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001651 src:
1652 - test/core/security/fetch_oauth2.c
1653 deps:
1654 - grpc_test_util
1655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001656 - gpr_test_util
1657 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001658- name: grpc_invalid_channel_args_test
1659 build: test
1660 language: c
1661 src:
1662 - test/core/surface/invalid_channel_args_test.c
1663 deps:
1664 - grpc_test_util
1665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001666 - gpr_test_util
1667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001668- name: grpc_json_token_test
1669 build: test
1670 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001671 src:
1672 - test/core/security/json_token_test.c
1673 deps:
1674 - grpc_test_util
1675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001678 platforms:
1679 - linux
1680 - posix
1681 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682- name: grpc_jwt_verifier_test
1683 build: test
1684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001685 src:
1686 - test/core/security/jwt_verifier_test.c
1687 deps:
1688 - grpc_test_util
1689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001690 - gpr_test_util
1691 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692- name: grpc_print_google_default_creds_token
1693 build: tool
1694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
1696 - test/core/security/print_google_default_creds_token.c
1697 deps:
1698 - grpc_test_util
1699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 - gpr_test_util
1701 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001702- name: grpc_security_connector_test
1703 build: test
1704 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001705 src:
1706 - test/core/security/security_connector_test.c
1707 deps:
1708 - grpc_test_util
1709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001710 - gpr_test_util
1711 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001712- name: grpc_verify_jwt
1713 build: tool
1714 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001715 src:
1716 - test/core/security/verify_jwt.c
1717 deps:
1718 - grpc_test_util
1719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001720 - gpr_test_util
1721 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001722- name: hpack_parser_fuzzer_test
1723 build: fuzzer
1724 language: c
1725 src:
1726 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1727 deps:
1728 - grpc_test_util
1729 - grpc
1730 - gpr_test_util
1731 - gpr
1732 corpus_dirs:
1733 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001734 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001735 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001736- name: hpack_parser_test
1737 build: test
1738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001739 src:
1740 - test/core/transport/chttp2/hpack_parser_test.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: hpack_table_test
1747 build: test
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - test/core/transport/chttp2/hpack_table_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001756- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001757 build: test
1758 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001759 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001760 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001761 deps:
1762 - grpc_test_util
1763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001764 - gpr_test_util
1765 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001766- name: http_request_fuzzer_test
1767 build: fuzzer
1768 language: c
1769 src:
1770 - test/core/http/request_fuzzer.c
1771 deps:
1772 - grpc_test_util
1773 - grpc
1774 - gpr_test_util
1775 - gpr
1776 corpus_dirs:
1777 - test/core/http/corpus
1778 maxlen: 2048
1779- name: http_response_fuzzer_test
1780 build: fuzzer
1781 language: c
1782 src:
1783 - test/core/http/response_fuzzer.c
1784 deps:
1785 - grpc_test_util
1786 - grpc
1787 - gpr_test_util
1788 - gpr
1789 corpus_dirs:
1790 - test/core/http/corpus
1791 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001792- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001793 build: test
1794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001795 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001796 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001797 deps:
1798 - grpc_test_util
1799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001800 - gpr_test_util
1801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001803 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001804 build: test
1805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001806 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001807 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001808 deps:
1809 - grpc_test_util
1810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr_test_util
1812 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001813 platforms:
1814 - mac
1815 - linux
1816 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001817- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001818 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001819 build: test
1820 language: c
1821 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001822 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001823 deps:
1824 - grpc_test_util
1825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001826 - gpr_test_util
1827 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001828 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001829 - linux
yang-gf1183302015-12-07 16:02:05 -08001830- name: init_test
1831 build: test
1832 language: c
1833 src:
1834 - test/core/surface/init_test.c
1835 deps:
1836 - grpc_test_util
1837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 - gpr_test_util
1839 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001840- name: internal_api_canary_iomgr_test
1841 build: test
1842 run: false
1843 language: c
1844 src:
1845 - test/core/internal_api_canaries/iomgr.c
1846 deps:
1847 - grpc_test_util
1848 - grpc
1849 - gpr_test_util
1850 - gpr
1851- name: internal_api_canary_support_test
1852 build: test
1853 run: false
1854 language: c
1855 src:
1856 - test/core/internal_api_canaries/iomgr.c
1857 deps:
1858 - grpc_test_util
1859 - grpc
1860 - gpr_test_util
1861 - gpr
1862- name: internal_api_canary_transport_test
1863 build: test
1864 run: false
1865 language: c
1866 src:
1867 - test/core/internal_api_canaries/iomgr.c
1868 deps:
1869 - grpc_test_util
1870 - grpc
1871 - gpr_test_util
1872 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001873- name: invalid_call_argument_test
1874 build: test
1875 language: c
1876 src:
1877 - test/core/end2end/invalid_call_argument_test.c
1878 deps:
1879 - grpc_test_util
1880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001883- name: json_fuzzer_test
1884 build: fuzzer
1885 language: c
1886 src:
1887 - test/core/json/fuzzer.c
1888 deps:
1889 - grpc_test_util
1890 - grpc
1891 - gpr_test_util
1892 - gpr
1893 corpus_dirs:
1894 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001895 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001896- name: json_rewrite
1897 build: test
1898 run: false
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
1901 - test/core/json/json_rewrite.c
1902 deps:
1903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001904 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001905- name: json_rewrite_test
1906 build: test
1907 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001908 src:
1909 - test/core/json/json_rewrite_test.c
1910 deps:
1911 - grpc_test_util
1912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001915- name: json_stream_error_test
1916 build: test
1917 language: c
1918 src:
1919 - test/core/json/json_stream_error_test.c
1920 deps:
1921 - grpc_test_util
1922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001923 - gpr_test_util
1924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925- name: json_test
1926 build: test
1927 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001928 src:
1929 - test/core/json/json_test.c
1930 deps:
1931 - grpc_test_util
1932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001933 - gpr_test_util
1934 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001935- name: lame_client_test
1936 build: test
1937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001938 src:
1939 - test/core/surface/lame_client_test.c
1940 deps:
1941 - grpc_test_util
1942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001945- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001946 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001947 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001948 build: test
1949 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001950 src:
1951 - test/core/client_config/lb_policies_test.c
1952 deps:
1953 - grpc_test_util
1954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001955 - gpr_test_util
1956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001957- name: low_level_ping_pong_benchmark
1958 build: benchmark
1959 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001960 src:
1961 - test/core/network_benchmarks/low_level_ping_pong.c
1962 deps:
1963 - grpc_test_util
1964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001967 platforms:
1968 - mac
1969 - linux
1970 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971- name: message_compress_test
1972 build: test
1973 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001974 src:
1975 - test/core/compression/message_compress_test.c
1976 deps:
1977 - grpc_test_util
1978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001979 - gpr_test_util
1980 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001981- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001982 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001983 build: test
1984 language: c
1985 src:
1986 - test/core/census/mlog_test.c
1987 deps:
1988 - grpc_test_util
1989 - grpc
1990 - gpr_test_util
1991 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992- name: multiple_server_queues_test
1993 build: test
1994 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001995 src:
1996 - test/core/end2end/multiple_server_queues_test.c
1997 deps:
1998 - grpc_test_util
1999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002000 - gpr_test_util
2001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002002- name: murmur_hash_test
2003 build: test
2004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
2006 - test/core/support/murmur_hash_test.c
2007 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002008 - gpr_test_util
2009 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002010- name: nanopb_fuzzer_response_test
2011 build: fuzzer
2012 language: c
2013 src:
2014 - test/core/nanopb/fuzzer_response.c
2015 deps:
2016 - grpc_test_util
2017 - grpc
2018 - gpr_test_util
2019 - gpr
2020 corpus_dirs:
2021 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002022 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002023- name: nanopb_fuzzer_serverlist_test
2024 build: fuzzer
2025 language: c
2026 src:
2027 - test/core/nanopb/fuzzer_serverlist.c
2028 deps:
2029 - grpc_test_util
2030 - grpc
2031 - gpr_test_util
2032 - gpr
2033 corpus_dirs:
2034 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002035 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002037 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002038 build: test
2039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002040 src:
2041 - test/core/end2end/no_server_test.c
2042 deps:
2043 - grpc_test_util
2044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: resolve_address_test
2048 build: test
2049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/core/iomgr/resolve_address_test.c
2052 deps:
2053 - grpc_test_util
2054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002055 - gpr_test_util
2056 - gpr
yang-gd482e592015-12-10 14:04:00 -08002057- name: secure_channel_create_test
2058 build: test
2059 language: c
2060 src:
2061 - test/core/surface/secure_channel_create_test.c
2062 deps:
2063 - grpc_test_util
2064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002065 - gpr_test_util
2066 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002067- name: secure_endpoint_test
2068 build: test
2069 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002070 src:
2071 - test/core/security/secure_endpoint_test.c
2072 deps:
2073 - grpc_test_util
2074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002075 - gpr_test_util
2076 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002077- name: server_chttp2_test
2078 build: test
2079 language: c
2080 src:
2081 - test/core/surface/server_chttp2_test.c
2082 deps:
2083 - grpc_test_util
2084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002085 - gpr_test_util
2086 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002087- name: server_fuzzer
2088 build: fuzzer
2089 language: c
2090 src:
2091 - test/core/end2end/fuzzers/server_fuzzer.c
2092 deps:
2093 - grpc_test_util
2094 - grpc
2095 - gpr_test_util
2096 - gpr
2097 corpus_dirs:
2098 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002099 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002100 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002101- name: server_test
2102 build: test
2103 language: c
2104 src:
2105 - test/core/surface/server_test.c
2106 deps:
2107 - grpc_test_util
2108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002109 - gpr_test_util
2110 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002111- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002112 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002113 build: test
2114 language: c
2115 src:
2116 - test/core/client_config/set_initial_connect_string_test.c
2117 deps:
2118 - test_tcp_server
2119 - grpc_test_util
2120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002121 - gpr_test_util
2122 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002123- name: sockaddr_resolver_test
2124 build: test
2125 language: c
2126 src:
2127 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2128 deps:
2129 - grpc_test_util
2130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002131 - gpr_test_util
2132 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002133- name: sockaddr_utils_test
2134 build: test
2135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002136 src:
2137 - test/core/iomgr/sockaddr_utils_test.c
2138 deps:
2139 - grpc_test_util
2140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002141 - gpr_test_util
2142 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002143- name: socket_utils_test
2144 build: test
2145 language: c
2146 src:
2147 - test/core/iomgr/socket_utils_test.c
2148 deps:
2149 - grpc_test_util
2150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002151 - gpr_test_util
2152 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002153 platforms:
2154 - mac
2155 - linux
2156 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002157- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002158 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002159 build: test
2160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002161 src:
2162 - test/core/iomgr/tcp_client_posix_test.c
2163 deps:
2164 - grpc_test_util
2165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002166 - gpr_test_util
2167 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002168 platforms:
2169 - mac
2170 - linux
2171 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002172- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002173 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174 build: test
2175 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002176 src:
2177 - test/core/iomgr/tcp_posix_test.c
2178 deps:
2179 - grpc_test_util
2180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002181 - gpr_test_util
2182 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002183 platforms:
2184 - mac
2185 - linux
2186 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002187- name: tcp_server_posix_test
2188 build: test
2189 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002190 src:
2191 - test/core/iomgr/tcp_server_posix_test.c
2192 deps:
2193 - grpc_test_util
2194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002195 - gpr_test_util
2196 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002197 platforms:
2198 - mac
2199 - linux
2200 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201- name: time_averaged_stats_test
2202 build: test
2203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002204 src:
2205 - test/core/iomgr/time_averaged_stats_test.c
2206 deps:
2207 - grpc_test_util
2208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002209 - gpr_test_util
2210 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002211- name: timeout_encoding_test
2212 build: test
2213 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002214 src:
2215 - test/core/transport/chttp2/timeout_encoding_test.c
2216 deps:
2217 - grpc_test_util
2218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002219 - gpr_test_util
2220 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002221- name: timer_heap_test
2222 build: test
2223 language: c
2224 src:
2225 - test/core/iomgr/timer_heap_test.c
2226 deps:
2227 - grpc_test_util
2228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002229 - gpr_test_util
2230 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002231- name: timer_list_test
2232 build: test
2233 language: c
2234 src:
2235 - test/core/iomgr/timer_list_test.c
2236 deps:
2237 - grpc_test_util
2238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002239 - gpr_test_util
2240 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002241- name: timers_test
2242 build: test
2243 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002244 src:
2245 - test/core/profiling/timers_test.c
2246 deps:
2247 - grpc_test_util
2248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002249 - gpr_test_util
2250 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002251- name: transport_connectivity_state_test
2252 build: test
2253 language: c
2254 src:
2255 - test/core/transport/connectivity_state_test.c
2256 deps:
2257 - grpc_test_util
2258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002259 - gpr_test_util
2260 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002261- name: transport_metadata_test
2262 build: test
2263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002264 src:
2265 - test/core/transport/metadata_test.c
2266 deps:
2267 - grpc_test_util
2268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002269 - gpr_test_util
2270 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271- name: transport_security_test
2272 build: test
2273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002274 src:
2275 - test/core/tsi/transport_security_test.c
2276 deps:
2277 - grpc_test_util
2278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002279 - gpr_test_util
2280 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002281 platforms:
2282 - linux
2283 - posix
2284 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: udp_server_test
2286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
2289 - test/core/iomgr/udp_server_test.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002295 platforms:
2296 - mac
2297 - linux
2298 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002299- name: uri_fuzzer_test
2300 build: fuzzer
2301 language: c
2302 src:
2303 - test/core/client_config/uri_fuzzer_test.c
2304 deps:
2305 - grpc_test_util
2306 - grpc
2307 - gpr_test_util
2308 - gpr
2309 corpus_dirs:
2310 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002311 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002312- name: uri_parser_test
2313 build: test
2314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
2316 - test/core/client_config/uri_parser_test.c
2317 deps:
2318 - grpc_test_util
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002322- name: workqueue_test
2323 build: test
2324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002325 src:
2326 - test/core/iomgr/workqueue_test.c
2327 deps:
2328 - grpc_test_util
2329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002332 platforms:
2333 - mac
2334 - linux
2335 - posix
vjpai04e992a2016-02-10 16:58:38 -08002336- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002337 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002338 build: test
2339 language: c++
2340 src:
2341 - test/cpp/common/alarm_cpp_test.cc
2342 deps:
2343 - grpc++_test_util
2344 - grpc_test_util
2345 - grpc++
2346 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002347 - gpr_test_util
2348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002350 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351 build: test
2352 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002353 src:
2354 - test/cpp/end2end/async_end2end_test.cc
2355 deps:
2356 - grpc++_test_util
2357 - grpc_test_util
2358 - grpc++
2359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002360 - gpr_test_util
2361 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002362- name: async_streaming_ping_pong_test
2363 build: test
2364 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002365 src:
2366 - test/cpp/qps/async_streaming_ping_pong_test.cc
2367 deps:
2368 - qps
2369 - grpc++_test_util
2370 - grpc_test_util
2371 - grpc++
2372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002373 - gpr_test_util
2374 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002375 platforms:
2376 - mac
2377 - linux
2378 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002379- name: async_unary_ping_pong_test
2380 build: test
2381 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002382 src:
2383 - test/cpp/qps/async_unary_ping_pong_test.cc
2384 deps:
2385 - qps
2386 - grpc++_test_util
2387 - grpc_test_util
2388 - grpc++
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002392 platforms:
2393 - mac
2394 - linux
2395 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002396- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002397 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002398 build: test
2399 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002400 src:
2401 - test/cpp/common/auth_property_iterator_test.cc
2402 deps:
2403 - grpc++_test_util
2404 - grpc_test_util
2405 - grpc++
2406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002407 - gpr_test_util
2408 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002409- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002410 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002411 build: test
2412 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002413 src:
yang-g52705592015-11-25 11:45:33 -08002414 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002415 deps:
2416 - grpc++
2417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002418 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002420 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002421 build: test
2422 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
2424 - test/cpp/util/cli_call_test.cc
2425 deps:
2426 - grpc++_test_util
2427 - grpc_test_util
2428 - grpc++
2429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr_test_util
2431 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002432- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002433 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002434 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002435 build: test
2436 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002437 src:
2438 - test/cpp/end2end/client_crash_test.cc
2439 deps:
2440 - grpc++_test_util
2441 - grpc_test_util
2442 - grpc++
2443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002444 - gpr_test_util
2445 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002446 platforms:
2447 - mac
2448 - linux
2449 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002450- name: client_crash_test_server
2451 build: test
2452 run: false
2453 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002454 src:
2455 - test/cpp/end2end/client_crash_test_server.cc
2456 deps:
2457 - grpc++_test_util
2458 - grpc_test_util
2459 - grpc++
2460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002461 - gpr_test_util
2462 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002463- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002464 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002465 build: test
2466 language: c++
2467 src:
2468 - src/proto/grpc/testing/control.proto
2469 - src/proto/grpc/testing/messages.proto
2470 - src/proto/grpc/testing/payloads.proto
2471 - src/proto/grpc/testing/perf_db.proto
2472 - src/proto/grpc/testing/services.proto
2473 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002474 - test/cpp/codegen/codegen_test_full.cc
2475 deps:
2476 - grpc++
2477 - grpc
2478 - gpr
2479 filegroups:
2480 - grpc++_codegen
2481- name: codegen_test_minimal
2482 gtest: true
2483 build: test
2484 language: c++
2485 src:
2486 - src/proto/grpc/testing/control.proto
2487 - src/proto/grpc/testing/messages.proto
2488 - src/proto/grpc/testing/payloads.proto
2489 - src/proto/grpc/testing/perf_db.proto
2490 - src/proto/grpc/testing/services.proto
2491 - src/proto/grpc/testing/stats.proto
2492 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002493 filegroups:
2494 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002496 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497 build: test
2498 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002499 src:
2500 - test/cpp/client/credentials_test.cc
2501 deps:
2502 - grpc++
2503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002504 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002505- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002506 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002507 build: test
2508 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002509 src:
2510 - test/cpp/util/byte_buffer_test.cc
2511 deps:
2512 - grpc_test_util
2513 - grpc++
2514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002515 - gpr_test_util
2516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002518 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002519 build: test
2520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002521 src:
2522 - test/cpp/util/slice_test.cc
2523 deps:
2524 - grpc_test_util
2525 - grpc++
2526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002527 - gpr_test_util
2528 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002530 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002531 build: test
2532 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002533 src:
2534 - test/cpp/util/string_ref_test.cc
2535 deps:
2536 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002537- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002538 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539 build: test
2540 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002541 src:
2542 - test/cpp/util/time_test.cc
2543 deps:
2544 - grpc_test_util
2545 - grpc++
2546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002547 - gpr_test_util
2548 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002549- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002550 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002551 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002552 build: test
2553 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002554 src:
2555 - test/cpp/end2end/end2end_test.cc
2556 deps:
2557 - grpc++_test_util
2558 - grpc_test_util
2559 - grpc++
2560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002561 - gpr_test_util
2562 - gpr
vjpai083dc622016-01-11 09:41:17 -08002563- name: generic_async_streaming_ping_pong_test
2564 build: test
2565 language: c++
2566 src:
2567 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2568 deps:
2569 - qps
2570 - grpc++_test_util
2571 - grpc_test_util
2572 - grpc++
2573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002574 - gpr_test_util
2575 - gpr
vjpai083dc622016-01-11 09:41:17 -08002576 platforms:
2577 - mac
2578 - linux
2579 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002581 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582 build: test
2583 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002584 src:
2585 - test/cpp/end2end/generic_end2end_test.cc
2586 deps:
2587 - grpc++_test_util
2588 - grpc_test_util
2589 - grpc++
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002593- name: golden_file_test
2594 gtest: true
2595 build: test
2596 language: c++
2597 src:
2598 - src/proto/grpc/testing/compiler_test.proto
2599 - test/cpp/codegen/golden_file_test.cc
2600 deps:
2601 - grpc++
2602 - grpc
2603 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002604- name: grpc_cli
2605 build: test
2606 run: false
2607 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002608 src:
2609 - test/cpp/util/grpc_cli.cc
2610 deps:
2611 - grpc++_test_util
2612 - grpc_test_util
2613 - grpc++
2614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002615 - gpr_test_util
2616 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002617 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002618- name: grpc_cpp_plugin
2619 build: protoc
2620 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002621 src:
2622 - src/compiler/cpp_plugin.cc
2623 deps:
2624 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002625 secure: false
2626 vs_config_type: Application
2627 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2628- name: grpc_csharp_plugin
2629 build: protoc
2630 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002631 src:
2632 - src/compiler/csharp_plugin.cc
2633 deps:
2634 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002635 secure: false
2636 vs_config_type: Application
2637 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002638- name: grpc_node_plugin
2639 build: protoc
2640 language: c++
2641 src:
2642 - src/compiler/node_plugin.cc
2643 deps:
2644 - grpc_plugin_support
2645 secure: false
2646 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002647- name: grpc_objective_c_plugin
2648 build: protoc
2649 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002650 src:
2651 - src/compiler/objective_c_plugin.cc
2652 deps:
2653 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002654 secure: false
2655 vs_config_type: Application
2656 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2657- name: grpc_python_plugin
2658 build: protoc
2659 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002660 src:
2661 - src/compiler/python_plugin.cc
2662 deps:
2663 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002664 secure: false
2665 vs_config_type: Application
2666 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2667- name: grpc_ruby_plugin
2668 build: protoc
2669 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002670 src:
2671 - src/compiler/ruby_plugin.cc
2672 deps:
2673 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002674 secure: false
2675 vs_config_type: Application
2676 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002677- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002678 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002679 build: test
2680 language: c++
2681 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002682 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002683 - test/cpp/grpclb/grpclb_api_test.cc
2684 deps:
2685 - grpc++_test_util
2686 - grpc_test_util
2687 - grpc++
2688 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002689- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002690 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002691 build: test
2692 language: c++
2693 src:
2694 - test/cpp/end2end/hybrid_end2end_test.cc
2695 deps:
2696 - grpc++_test_util
2697 - grpc_test_util
2698 - grpc++
2699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002700 - gpr_test_util
2701 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002702- name: interop_client
2703 build: test
2704 run: false
2705 language: c++
2706 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002707 deps:
2708 - interop_client_main
2709 - interop_client_helper
2710 - grpc++_test_util
2711 - grpc_test_util
2712 - grpc++
2713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002714 - gpr_test_util
2715 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002716 - grpc++_test_config
2717 platforms:
2718 - mac
2719 - linux
2720 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002721- name: interop_server
2722 build: test
2723 run: false
2724 language: c++
2725 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002726 deps:
2727 - interop_server_main
2728 - interop_server_helper
2729 - grpc++_test_util
2730 - grpc_test_util
2731 - grpc++
2732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002733 - gpr_test_util
2734 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002735 - grpc++_test_config
2736 platforms:
2737 - mac
2738 - linux
2739 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002740- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002741 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002742 build: test
2743 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002744 src:
2745 - test/cpp/interop/interop_test.cc
2746 deps:
2747 - grpc_test_util
2748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002749 - gpr_test_util
2750 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002751 platforms:
2752 - mac
2753 - linux
2754 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002755- name: json_run_localhost
2756 build: test
2757 run: false
2758 language: c++
2759 src:
2760 - test/cpp/qps/json_run_localhost.cc
2761 deps:
2762 - grpc++_test_util
2763 - grpc_test_util
2764 - grpc++
2765 - grpc
2766 - gpr_test_util
2767 - gpr
2768 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002769- name: metrics_client
2770 build: test
2771 run: false
2772 language: c++
2773 headers:
2774 - test/cpp/util/metrics_server.h
2775 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002776 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002777 - test/cpp/interop/metrics_client.cc
2778 deps:
2779 - grpc++
2780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002781 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002782 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002783- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002784 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002785 build: test
2786 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002787 src:
2788 - test/cpp/end2end/mock_test.cc
2789 deps:
2790 - grpc++_test_util
2791 - grpc_test_util
2792 - grpc++
2793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002794 - gpr_test_util
2795 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002796- name: qps_interarrival_test
2797 build: test
2798 run: false
2799 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002800 src:
2801 - test/cpp/qps/qps_interarrival_test.cc
2802 deps:
2803 - qps
2804 - grpc++_test_util
2805 - grpc_test_util
2806 - grpc++
2807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002808 - gpr_test_util
2809 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002810 platforms:
2811 - mac
2812 - linux
2813 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002814- name: qps_json_driver
2815 build: test
2816 run: false
2817 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002818 headers:
2819 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002820 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002821 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002822 - test/cpp/qps/qps_json_driver.cc
2823 deps:
2824 - qps
2825 - grpc++_test_util
2826 - grpc_test_util
2827 - grpc++
2828 - grpc
2829 - gpr_test_util
2830 - gpr
2831 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002833 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002834 build: test
2835 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002836 src:
2837 - test/cpp/qps/qps_openloop_test.cc
2838 deps:
2839 - qps
2840 - grpc++_test_util
2841 - grpc_test_util
2842 - grpc++
2843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002844 - gpr_test_util
2845 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002846 - grpc++_test_config
2847 platforms:
2848 - mac
2849 - linux
2850 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002851- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002852 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002853 build: test
2854 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002855 src:
2856 - test/cpp/qps/qps_test.cc
2857 deps:
2858 - qps
2859 - grpc++_test_util
2860 - grpc_test_util
2861 - grpc++
2862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002863 - gpr_test_util
2864 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002865 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002866 platforms:
2867 - mac
2868 - linux
2869 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002870- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002871 build: test
2872 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002873 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002874 headers:
2875 - test/cpp/qps/client.h
2876 - test/cpp/qps/server.h
2877 src:
2878 - test/cpp/qps/worker.cc
2879 deps:
2880 - qps
2881 - grpc++_test_util
2882 - grpc_test_util
2883 - grpc++
2884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002885 - gpr_test_util
2886 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002887 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888- name: reconnect_interop_client
2889 build: test
2890 run: false
2891 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002892 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002893 - src/proto/grpc/testing/empty.proto
2894 - src/proto/grpc/testing/messages.proto
2895 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002896 - test/cpp/interop/reconnect_interop_client.cc
2897 deps:
2898 - grpc++_test_util
2899 - grpc_test_util
2900 - grpc++
2901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002902 - gpr_test_util
2903 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002904 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002905- name: reconnect_interop_server
2906 build: test
2907 run: false
2908 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002909 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002910 - src/proto/grpc/testing/empty.proto
2911 - src/proto/grpc/testing/messages.proto
2912 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002913 - test/cpp/interop/reconnect_interop_server.cc
2914 deps:
2915 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002916 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002917 - grpc++_test_util
2918 - grpc_test_util
2919 - grpc++
2920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002921 - gpr_test_util
2922 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002923 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002924- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002925 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002926 build: test
2927 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002928 src:
2929 - test/cpp/common/secure_auth_context_test.cc
2930 deps:
2931 - grpc++_test_util
2932 - grpc_test_util
2933 - grpc++
2934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002935 - gpr_test_util
2936 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002937- name: secure_sync_unary_ping_pong_test
2938 build: test
2939 language: c++
2940 src:
2941 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2942 deps:
2943 - qps
2944 - grpc++_test_util
2945 - grpc_test_util
2946 - grpc++
2947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002948 - gpr_test_util
2949 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002950 platforms:
2951 - mac
2952 - linux
2953 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002954- name: server_builder_plugin_test
2955 gtest: true
2956 build: test
2957 language: c++
2958 src:
2959 - test/cpp/end2end/server_builder_plugin_test.cc
2960 deps:
2961 - grpc++_test_util
2962 - grpc_test_util
2963 - grpc++
2964 - grpc
2965 - gpr_test_util
2966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002967- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002968 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002969 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002970 build: test
2971 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002972 src:
2973 - test/cpp/end2end/server_crash_test.cc
2974 deps:
2975 - grpc++_test_util
2976 - grpc_test_util
2977 - grpc++
2978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002979 - gpr_test_util
2980 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002981 platforms:
2982 - mac
2983 - linux
2984 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002985- name: server_crash_test_client
2986 build: test
2987 run: false
2988 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002989 src:
2990 - test/cpp/end2end/server_crash_test_client.cc
2991 deps:
2992 - grpc++_test_util
2993 - grpc_test_util
2994 - grpc++
2995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002996 - gpr_test_util
2997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002998- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002999 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003000 build: test
3001 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003002 src:
3003 - test/cpp/end2end/shutdown_test.cc
3004 deps:
3005 - grpc++_test_util
3006 - grpc_test_util
3007 - grpc++
3008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003009 - gpr_test_util
3010 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003011- name: status_test
3012 build: test
3013 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003014 src:
3015 - test/cpp/util/status_test.cc
3016 deps:
3017 - grpc_test_util
3018 - grpc++
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003022- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003023 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003024 build: test
3025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003026 src:
3027 - test/cpp/end2end/streaming_throughput_test.cc
3028 deps:
3029 - grpc++_test_util
3030 - grpc_test_util
3031 - grpc++
3032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003033 - gpr_test_util
3034 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003035 platforms:
3036 - mac
3037 - linux
3038 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003039- name: stress_test
3040 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003041 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003042 language: c++
3043 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003044 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003045 - test/cpp/interop/interop_client.h
3046 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003047 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003048 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003049 - src/proto/grpc/testing/empty.proto
3050 - src/proto/grpc/testing/messages.proto
3051 - src/proto/grpc/testing/metrics.proto
3052 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003053 - test/cpp/interop/interop_client.cc
3054 - test/cpp/interop/stress_interop_client.cc
3055 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003056 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003057 deps:
3058 - grpc++_test_util
3059 - grpc_test_util
3060 - grpc++
3061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003062 - gpr_test_util
3063 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003064 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003065- name: sync_streaming_ping_pong_test
3066 build: test
3067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003068 src:
3069 - test/cpp/qps/sync_streaming_ping_pong_test.cc
3070 deps:
3071 - qps
3072 - grpc++_test_util
3073 - grpc_test_util
3074 - grpc++
3075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003076 - gpr_test_util
3077 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003078 platforms:
3079 - mac
3080 - linux
3081 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003082- name: sync_unary_ping_pong_test
3083 build: test
3084 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003085 src:
3086 - test/cpp/qps/sync_unary_ping_pong_test.cc
3087 deps:
3088 - qps
3089 - grpc++_test_util
3090 - grpc_test_util
3091 - grpc++
3092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003093 - gpr_test_util
3094 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003095 platforms:
3096 - mac
3097 - linux
3098 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003099- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003100 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003101 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003102 build: test
3103 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003104 src:
3105 - test/cpp/end2end/thread_stress_test.cc
3106 deps:
3107 - grpc++_test_util
3108 - grpc_test_util
3109 - grpc++
3110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003111 - gpr_test_util
3112 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003113- name: public_headers_must_be_c89
3114 build: test
3115 language: c89
3116 src:
3117 - test/core/surface/public_headers_must_be_c89.c
3118 deps:
3119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003120 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003121vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003122- linkage: static
3123 name: grpc.dependencies.zlib
3124 props: false
3125 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003126 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003127- linkage: static
3128 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003129 props: true
3130 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003131 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003132- name: gflags
3133 props: false
3134 redist: false
3135 version: 2.1.2.1
3136- name: gtest
3137 props: false
3138 redist: false
3139 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003140configs:
3141 asan:
3142 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003143 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3144 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003145 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003146 LD: clang
3147 LDFLAGS: -fsanitize=address
3148 LDXX: clang++
3149 compile_the_world: true
3150 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003151 ASAN_OPTIONS: detect_leaks=1:color=always
3152 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003153 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003154 asan-noleaks:
3155 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003156 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3157 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003158 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003159 LD: clang
3160 LDFLAGS: -fsanitize=address
3161 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003162 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003163 test_environ:
3164 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003165 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003166 asan-trace-cmp:
3167 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003168 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3169 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003170 CXX: clang++
3171 LD: clang
3172 LDFLAGS: -fsanitize=address
3173 LDXX: clang++
3174 compile_the_world: true
3175 test_environ:
3176 ASAN_OPTIONS: detect_leaks=1:color=always
3177 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3178 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003179 basicprof:
3180 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3181 DEFINES: NDEBUG
3182 dbg:
3183 CPPFLAGS: -O0
3184 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003185 easan:
3186 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003187 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3188 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003189 CXX: clang++
3190 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3191 LD: clang
3192 LDFLAGS: -fsanitize=address
3193 LDXX: clang++
3194 compile_the_world: true
3195 test_environ:
3196 ASAN_OPTIONS: detect_leaks=1:color=always
3197 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3198 timeout_multiplier: 3
3199 edbg:
3200 CPPFLAGS: -O0
3201 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3202 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003203 CC: clang
3204 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003205 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003206 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003207 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003208 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003209 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003210 LDXX: clang++
3211 compile_the_world: true
3212 test_environ:
3213 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3214 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003215 gcov:
3216 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003217 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003218 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003219 DEFINES: _DEBUG DEBUG GPR_GCOV
3220 LD: gcc
3221 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3222 LDXX: g++
3223 helgrind:
3224 CPPFLAGS: -O0
3225 DEFINES: _DEBUG DEBUG
3226 LDFLAGS: -rdynamic
3227 timeout_multiplier: 20
3228 valgrind: --tool=helgrind
3229 memcheck:
3230 CPPFLAGS: -O0
3231 DEFINES: _DEBUG DEBUG
3232 LDFLAGS: -rdynamic
3233 timeout_multiplier: 10
3234 valgrind: --tool=memcheck --leak-check=full
3235 msan:
3236 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003237 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3238 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3239 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003240 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003241 DEFINES: NDEBUG
3242 LD: clang
3243 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3244 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3245 LDXX: clang++
3246 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003247 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003248 mutrace:
3249 CPPFLAGS: -O0
3250 DEFINES: _DEBUG DEBUG
3251 LDFLAGS: -rdynamic
3252 opt:
3253 CPPFLAGS: -O2
3254 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003255 stapprof:
3256 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3257 DEFINES: NDEBUG
3258 tsan:
3259 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003260 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003261 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003262 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003263 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003264 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003265 LDXX: clang++
3266 compile_the_world: true
3267 test_environ:
3268 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003269 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003270 ubsan:
3271 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003272 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3273 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003274 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003275 DEFINES: NDEBUG
3276 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003277 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003278 LDXX: clang++
3279 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003280 test_environ:
3281 UBSAN_OPTIONS: print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003282 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003283defaults:
3284 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003285 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003286 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003287 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003288 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003289 global:
3290 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3291 LDFLAGS: -g
3292 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003293 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003294 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003295node_modules:
3296- deps:
3297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003298 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003299 - boringssl
3300 - z
murgatroid9994a75412015-11-19 14:04:53 -08003301 headers:
3302 - src/node/ext/byte_buffer.h
3303 - src/node/ext/call.h
3304 - src/node/ext/call_credentials.h
3305 - src/node/ext/channel.h
3306 - src/node/ext/channel_credentials.h
3307 - src/node/ext/completion_queue_async_worker.h
3308 - src/node/ext/server.h
3309 - src/node/ext/server_credentials.h
3310 - src/node/ext/timeval.h
3311 js:
3312 - src/node/index.js
3313 - src/node/src/client.js
3314 - src/node/src/common.js
3315 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003316 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003317 - src/node/src/metadata.js
3318 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003319 name: grpc_node
3320 src:
3321 - src/node/ext/byte_buffer.cc
3322 - src/node/ext/call.cc
3323 - src/node/ext/call_credentials.cc
3324 - src/node/ext/channel.cc
3325 - src/node/ext/channel_credentials.cc
3326 - src/node/ext/completion_queue_async_worker.cc
3327 - src/node/ext/node_grpc.cc
3328 - src/node/ext/server.cc
3329 - src/node/ext/server_credentials.cc
3330 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003331openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003332 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003333 extraction_dir: openssl-1.0.2f
3334 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003335php_config_m4:
3336 deps:
3337 - grpc
3338 - gpr
3339 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003340 headers:
3341 - src/php/ext/grpc/byte_buffer.h
3342 - src/php/ext/grpc/call.h
3343 - src/php/ext/grpc/call_credentials.h
3344 - src/php/ext/grpc/channel.h
3345 - src/php/ext/grpc/channel_credentials.h
3346 - src/php/ext/grpc/completion_queue.h
3347 - src/php/ext/grpc/php_grpc.h
3348 - src/php/ext/grpc/server.h
3349 - src/php/ext/grpc/server_credentials.h
3350 - src/php/ext/grpc/timeval.h
3351 src:
3352 - src/php/ext/grpc/byte_buffer.c
3353 - src/php/ext/grpc/call.c
3354 - src/php/ext/grpc/call_credentials.c
3355 - src/php/ext/grpc/channel.c
3356 - src/php/ext/grpc/channel_credentials.c
3357 - src/php/ext/grpc/completion_queue.c
3358 - src/php/ext/grpc/php_grpc.c
3359 - src/php/ext/grpc/server.c
3360 - src/php/ext/grpc/server_credentials.c
3361 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003362python_dependencies:
3363 deps:
3364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003365 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003366 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003367 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003368ruby_gem:
3369 deps:
3370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003371 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003372 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003373 - z