blob: 8589ba28f8ebf536f30f013377c6a60cc1babb32 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble16caa502016-05-06 03:02:51 +020010 version: 0.15.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070019 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/mlog.h
22 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070023 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070025 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070026 - src/core/ext/census/grpc_context.c
27 - src/core/ext/census/grpc_filter.c
28 - src/core/ext/census/grpc_plugin.c
29 - src/core/ext/census/initialize.c
30 - src/core/ext/census/mlog.c
31 - src/core/ext/census/operation.c
32 - src/core/ext/census/placeholders.c
33 - src/core/ext/census/tracing.c
34 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070035 uses:
36 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070037 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070038- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010039 public_headers:
40 - include/grpc/support/alloc.h
41 - include/grpc/support/atm.h
42 - include/grpc/support/atm_gcc_atomic.h
43 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070044 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010045 - include/grpc/support/avl.h
46 - include/grpc/support/cmdline.h
47 - include/grpc/support/cpu.h
48 - include/grpc/support/histogram.h
49 - include/grpc/support/host_port.h
50 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070051 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010052 - include/grpc/support/port_platform.h
53 - include/grpc/support/slice.h
54 - include/grpc/support/slice_buffer.h
55 - include/grpc/support/string_util.h
56 - include/grpc/support/subprocess.h
57 - include/grpc/support/sync.h
58 - include/grpc/support/sync_generic.h
59 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070060 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010061 - include/grpc/support/thd.h
62 - include/grpc/support/time.h
63 - include/grpc/support/tls.h
64 - include/grpc/support/tls_gcc.h
65 - include/grpc/support/tls_msvc.h
66 - include/grpc/support/tls_pthread.h
67 - include/grpc/support/useful.h
68 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070069 - src/core/lib/profiling/timers.h
70 - src/core/lib/support/backoff.h
71 - src/core/lib/support/block_annotate.h
72 - src/core/lib/support/env.h
73 - src/core/lib/support/load_file.h
74 - src/core/lib/support/murmur_hash.h
75 - src/core/lib/support/stack_lockfree.h
76 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070077 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070078 - src/core/lib/support/thd_internal.h
79 - src/core/lib/support/time_precise.h
80 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010081 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/basic_timers.c
83 - src/core/lib/profiling/stap_timers.c
84 - src/core/lib/support/alloc.c
85 - src/core/lib/support/avl.c
86 - src/core/lib/support/backoff.c
87 - src/core/lib/support/cmdline.c
88 - src/core/lib/support/cpu_iphone.c
89 - src/core/lib/support/cpu_linux.c
90 - src/core/lib/support/cpu_posix.c
91 - src/core/lib/support/cpu_windows.c
92 - src/core/lib/support/env_linux.c
93 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070094 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/histogram.c
96 - src/core/lib/support/host_port.c
97 - src/core/lib/support/load_file.c
98 - src/core/lib/support/log.c
99 - src/core/lib/support/log_android.c
100 - src/core/lib/support/log_linux.c
101 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700102 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700103 - src/core/lib/support/murmur_hash.c
104 - src/core/lib/support/slice.c
105 - src/core/lib/support/slice_buffer.c
106 - src/core/lib/support/stack_lockfree.c
107 - src/core/lib/support/string.c
108 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700109 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700110 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700111 - src/core/lib/support/subprocess_posix.c
112 - src/core/lib/support/subprocess_windows.c
113 - src/core/lib/support/sync.c
114 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700115 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/thd.c
117 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700118 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700119 - src/core/lib/support/time.c
120 - src/core/lib/support/time_posix.c
121 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700122 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200124 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700128 uses:
129 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800130- name: gpr_codegen
131 public_headers:
132 - include/grpc/impl/codegen/alloc.h
133 - include/grpc/impl/codegen/atm.h
134 - include/grpc/impl/codegen/atm_gcc_atomic.h
135 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700136 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800137 - include/grpc/impl/codegen/log.h
138 - include/grpc/impl/codegen/port_platform.h
139 - include/grpc/impl/codegen/slice.h
140 - include/grpc/impl/codegen/slice_buffer.h
141 - include/grpc/impl/codegen/sync.h
142 - include/grpc/impl/codegen/sync_generic.h
143 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700144 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800145 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700146- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700147 public_headers:
148 - include/grpc/byte_buffer.h
149 - include/grpc/byte_buffer_reader.h
150 - include/grpc/compression.h
151 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700152 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700153 - include/grpc/status.h
154 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700155 - src/core/lib/channel/channel_args.h
156 - src/core/lib/channel/channel_stack.h
157 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700158 - src/core/lib/channel/compress_filter.h
159 - src/core/lib/channel/connected_channel.h
160 - src/core/lib/channel/context.h
161 - src/core/lib/channel/http_client_filter.h
162 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700163 - src/core/lib/compression/algorithm_metadata.h
164 - src/core/lib/compression/message_compress.h
165 - src/core/lib/debug/trace.h
166 - src/core/lib/http/format_request.h
167 - src/core/lib/http/httpcli.h
168 - src/core/lib/http/parser.h
169 - src/core/lib/iomgr/closure.h
170 - src/core/lib/iomgr/endpoint.h
171 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller8a034482016-03-28 16:09:04 -0700172 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700173 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700174 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700175 - src/core/lib/iomgr/exec_ctx.h
176 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/iomgr/iocp_windows.h
178 - src/core/lib/iomgr/iomgr.h
179 - src/core/lib/iomgr/iomgr_internal.h
180 - src/core/lib/iomgr/iomgr_posix.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700181 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700182 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700183 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/iomgr/pollset_set_windows.h
185 - src/core/lib/iomgr/pollset_windows.h
186 - src/core/lib/iomgr/resolve_address.h
187 - src/core/lib/iomgr/sockaddr.h
188 - src/core/lib/iomgr/sockaddr_posix.h
189 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700190 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/iomgr/socket_utils_posix.h
192 - src/core/lib/iomgr/socket_windows.h
193 - src/core/lib/iomgr/tcp_client.h
194 - src/core/lib/iomgr/tcp_posix.h
195 - src/core/lib/iomgr/tcp_server.h
196 - src/core/lib/iomgr/tcp_windows.h
197 - src/core/lib/iomgr/time_averaged_stats.h
198 - src/core/lib/iomgr/timer.h
199 - src/core/lib/iomgr/timer_heap.h
200 - src/core/lib/iomgr/udp_server.h
201 - src/core/lib/iomgr/unix_sockets_posix.h
202 - src/core/lib/iomgr/wakeup_fd_pipe.h
203 - src/core/lib/iomgr/wakeup_fd_posix.h
204 - src/core/lib/iomgr/workqueue.h
205 - src/core/lib/iomgr/workqueue_posix.h
206 - src/core/lib/iomgr/workqueue_windows.h
207 - src/core/lib/json/json.h
208 - src/core/lib/json/json_common.h
209 - src/core/lib/json/json_reader.h
210 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/surface/api_trace.h
212 - src/core/lib/surface/call.h
213 - src/core/lib/surface/call_test_only.h
214 - src/core/lib/surface/channel.h
215 - src/core/lib/surface/channel_init.h
216 - src/core/lib/surface/channel_stack_type.h
217 - src/core/lib/surface/completion_queue.h
218 - src/core/lib/surface/event_string.h
219 - src/core/lib/surface/init.h
220 - src/core/lib/surface/lame_client.h
221 - src/core/lib/surface/server.h
222 - src/core/lib/surface/surface_trace.h
223 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/transport/connectivity_state.h
225 - src/core/lib/transport/metadata.h
226 - src/core/lib/transport/metadata_batch.h
227 - src/core/lib/transport/static_metadata.h
228 - src/core/lib/transport/transport.h
229 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700230 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/channel/channel_args.c
232 - src/core/lib/channel/channel_stack.c
233 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/channel/compress_filter.c
235 - src/core/lib/channel/connected_channel.c
236 - src/core/lib/channel/http_client_filter.c
237 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700238 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/compression/message_compress.c
240 - src/core/lib/debug/trace.c
241 - src/core/lib/http/format_request.c
242 - src/core/lib/http/httpcli.c
243 - src/core/lib/http/parser.c
244 - src/core/lib/iomgr/closure.c
245 - src/core/lib/iomgr/endpoint.c
246 - src/core/lib/iomgr/endpoint_pair_posix.c
247 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700248 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700249 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700250 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700251 - src/core/lib/iomgr/exec_ctx.c
252 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/iomgr/iocp_windows.c
254 - src/core/lib/iomgr/iomgr.c
255 - src/core/lib/iomgr/iomgr_posix.c
256 - src/core/lib/iomgr/iomgr_windows.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700257 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/iomgr/pollset_set_windows.c
259 - src/core/lib/iomgr/pollset_windows.c
260 - src/core/lib/iomgr/resolve_address_posix.c
261 - src/core/lib/iomgr/resolve_address_windows.c
262 - src/core/lib/iomgr/sockaddr_utils.c
263 - src/core/lib/iomgr/socket_utils_common_posix.c
264 - src/core/lib/iomgr/socket_utils_linux.c
265 - src/core/lib/iomgr/socket_utils_posix.c
266 - src/core/lib/iomgr/socket_windows.c
267 - src/core/lib/iomgr/tcp_client_posix.c
268 - src/core/lib/iomgr/tcp_client_windows.c
269 - src/core/lib/iomgr/tcp_posix.c
270 - src/core/lib/iomgr/tcp_server_posix.c
271 - src/core/lib/iomgr/tcp_server_windows.c
272 - src/core/lib/iomgr/tcp_windows.c
273 - src/core/lib/iomgr/time_averaged_stats.c
274 - src/core/lib/iomgr/timer.c
275 - src/core/lib/iomgr/timer_heap.c
276 - src/core/lib/iomgr/udp_server.c
277 - src/core/lib/iomgr/unix_sockets_posix.c
278 - src/core/lib/iomgr/unix_sockets_posix_noop.c
279 - src/core/lib/iomgr/wakeup_fd_eventfd.c
280 - src/core/lib/iomgr/wakeup_fd_nospecial.c
281 - src/core/lib/iomgr/wakeup_fd_pipe.c
282 - src/core/lib/iomgr/wakeup_fd_posix.c
283 - src/core/lib/iomgr/workqueue_posix.c
284 - src/core/lib/iomgr/workqueue_windows.c
285 - src/core/lib/json/json.c
286 - src/core/lib/json/json_reader.c
287 - src/core/lib/json/json_string.c
288 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/surface/alarm.c
290 - src/core/lib/surface/api_trace.c
291 - src/core/lib/surface/byte_buffer.c
292 - src/core/lib/surface/byte_buffer_reader.c
293 - src/core/lib/surface/call.c
294 - src/core/lib/surface/call_details.c
295 - src/core/lib/surface/call_log_batch.c
296 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/surface/channel_init.c
298 - src/core/lib/surface/channel_ping.c
299 - src/core/lib/surface/channel_stack_type.c
300 - src/core/lib/surface/completion_queue.c
301 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/surface/lame_client.c
303 - src/core/lib/surface/metadata_array.c
304 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/surface/validate_metadata.c
306 - src/core/lib/surface/version.c
307 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/transport/connectivity_state.c
309 - src/core/lib/transport/metadata.c
310 - src/core/lib/transport/metadata_batch.c
311 - src/core/lib/transport/static_metadata.c
312 - src/core/lib/transport/transport.c
313 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700314 deps:
315 - gpr
316 uses:
317 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700318- name: grpc_client_config
319 headers:
320 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700321 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700322 - src/core/ext/client_config/client_config.h
323 - src/core/ext/client_config/connector.h
324 - src/core/ext/client_config/initial_connect_string.h
325 - src/core/ext/client_config/lb_policy.h
326 - src/core/ext/client_config/lb_policy_factory.h
327 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700328 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700329 - src/core/ext/client_config/resolver.h
330 - src/core/ext/client_config/resolver_factory.h
331 - src/core/ext/client_config/resolver_registry.h
332 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700333 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700334 - src/core/ext/client_config/subchannel_index.h
335 - src/core/ext/client_config/uri_parser.h
336 src:
337 - src/core/ext/client_config/channel_connectivity.c
338 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700339 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700340 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700341 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700342 - src/core/ext/client_config/connector.c
343 - src/core/ext/client_config/default_initial_connect_string.c
344 - src/core/ext/client_config/initial_connect_string.c
345 - src/core/ext/client_config/lb_policy.c
346 - src/core/ext/client_config/lb_policy_factory.c
347 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700348 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700349 - src/core/ext/client_config/resolver.c
350 - src/core/ext/client_config/resolver_factory.c
351 - src/core/ext/client_config/resolver_registry.c
352 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700353 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700354 - src/core/ext/client_config/subchannel_index.c
355 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700356 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700357 uses:
358 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800359- name: grpc_codegen
360 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800361 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700362 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800363 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800364 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800365 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800366 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800367 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700368 uses:
369 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700370- name: grpc_lb_policy_grpclb
371 headers:
372 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700373 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700374 src:
375 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700376 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700377 uses:
378 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700379 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700380 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700381- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700382 src:
383 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700384 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700385 uses:
386 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700387 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700388- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700389 src:
390 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700391 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700392 uses:
393 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700394 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700395- name: grpc_load_reporting
396 headers:
397 - src/core/ext/load_reporting/load_reporting.h
398 - src/core/ext/load_reporting/load_reporting_filter.h
399 src:
400 - src/core/ext/load_reporting/load_reporting.c
401 - src/core/ext/load_reporting/load_reporting_filter.c
402 plugin: grpc_load_reporting_plugin
403 uses:
404 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700405- name: grpc_resolver_dns_native
406 src:
407 - src/core/ext/resolver/dns/native/dns_resolver.c
408 plugin: grpc_resolver_dns_native
409 uses:
410 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700411 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700412- name: grpc_resolver_sockaddr
413 src:
414 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
415 plugin: grpc_resolver_sockaddr
416 uses:
417 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700418 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100419- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700420 public_headers:
421 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700422 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100423 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700424 - src/core/lib/security/context/security_context.h
425 - src/core/lib/security/credentials/composite/composite_credentials.h
426 - src/core/lib/security/credentials/credentials.h
427 - src/core/lib/security/credentials/fake/fake_credentials.h
428 - src/core/lib/security/credentials/google_default/google_default_credentials.h
429 - src/core/lib/security/credentials/iam/iam_credentials.h
430 - src/core/lib/security/credentials/jwt/json_token.h
431 - src/core/lib/security/credentials/jwt/jwt_credentials.h
432 - src/core/lib/security/credentials/jwt/jwt_verifier.h
433 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
434 - src/core/lib/security/credentials/plugin/plugin_credentials.h
435 - src/core/lib/security/credentials/ssl/ssl_credentials.h
436 - src/core/lib/security/transport/auth_filters.h
437 - src/core/lib/security/transport/handshake.h
438 - src/core/lib/security/transport/secure_endpoint.h
439 - src/core/lib/security/transport/security_connector.h
440 - src/core/lib/security/util/b64.h
441 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100442 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700443 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700444 - src/core/lib/security/context/security_context.c
445 - src/core/lib/security/credentials/composite/composite_credentials.c
446 - src/core/lib/security/credentials/credentials.c
447 - src/core/lib/security/credentials/credentials_metadata.c
448 - src/core/lib/security/credentials/fake/fake_credentials.c
449 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700450 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700451 - src/core/lib/security/credentials/google_default/google_default_credentials.c
452 - src/core/lib/security/credentials/iam/iam_credentials.c
453 - src/core/lib/security/credentials/jwt/json_token.c
454 - src/core/lib/security/credentials/jwt/jwt_credentials.c
455 - src/core/lib/security/credentials/jwt/jwt_verifier.c
456 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
457 - src/core/lib/security/credentials/plugin/plugin_credentials.c
458 - src/core/lib/security/credentials/ssl/ssl_credentials.c
459 - src/core/lib/security/transport/client_auth_filter.c
460 - src/core/lib/security/transport/handshake.c
461 - src/core/lib/security/transport/secure_endpoint.c
462 - src/core/lib/security/transport/security_connector.c
463 - src/core/lib/security/transport/server_auth_filter.c
464 - src/core/lib/security/util/b64.c
465 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700466 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700467 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700468 uses:
469 - grpc_base
470 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700471 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700472- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700473 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700474 headers:
475 - test/core/end2end/cq_verifier.h
476 - test/core/end2end/fixtures/proxy.h
477 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700478 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200479 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700480 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700481 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700482 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700483 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700484 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700485 - test/core/util/slice_splitter.h
486 src:
487 - test/core/end2end/cq_verifier.c
488 - test/core/end2end/fixtures/proxy.c
489 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700490 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200491 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700492 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700493 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700494 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700495 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700496 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700497 - test/core/util/port_windows.c
498 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700499 deps:
500 - grpc
501 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700502- name: grpc_transport_chttp2
503 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700504 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700505 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
506 - src/core/ext/transport/chttp2/transport/frame.h
507 - src/core/ext/transport/chttp2/transport/frame_data.h
508 - src/core/ext/transport/chttp2/transport/frame_goaway.h
509 - src/core/ext/transport/chttp2/transport/frame_ping.h
510 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
511 - src/core/ext/transport/chttp2/transport/frame_settings.h
512 - src/core/ext/transport/chttp2/transport/frame_window_update.h
513 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
514 - src/core/ext/transport/chttp2/transport/hpack_parser.h
515 - src/core/ext/transport/chttp2/transport/hpack_table.h
516 - src/core/ext/transport/chttp2/transport/http2_errors.h
517 - src/core/ext/transport/chttp2/transport/huffsyms.h
518 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
519 - src/core/ext/transport/chttp2/transport/internal.h
520 - src/core/ext/transport/chttp2/transport/status_conversion.h
521 - src/core/ext/transport/chttp2/transport/stream_map.h
522 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
523 - src/core/ext/transport/chttp2/transport/varint.h
524 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700525 - src/core/ext/transport/chttp2/transport/bin_encoder.c
526 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700527 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
528 - src/core/ext/transport/chttp2/transport/frame_data.c
529 - src/core/ext/transport/chttp2/transport/frame_goaway.c
530 - src/core/ext/transport/chttp2/transport/frame_ping.c
531 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
532 - src/core/ext/transport/chttp2/transport/frame_settings.c
533 - src/core/ext/transport/chttp2/transport/frame_window_update.c
534 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
535 - src/core/ext/transport/chttp2/transport/hpack_parser.c
536 - src/core/ext/transport/chttp2/transport/hpack_table.c
537 - src/core/ext/transport/chttp2/transport/huffsyms.c
538 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
539 - src/core/ext/transport/chttp2/transport/parsing.c
540 - src/core/ext/transport/chttp2/transport/status_conversion.c
541 - src/core/ext/transport/chttp2/transport/stream_lists.c
542 - src/core/ext/transport/chttp2/transport/stream_map.c
543 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
544 - src/core/ext/transport/chttp2/transport/varint.c
545 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700546 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700547 uses:
548 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700549 - grpc_transport_chttp2_alpn
550- name: grpc_transport_chttp2_alpn
551 headers:
552 - src/core/ext/transport/chttp2/alpn/alpn.h
553 src:
554 - src/core/ext/transport/chttp2/alpn/alpn.c
555 deps:
556 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700557- name: grpc_transport_chttp2_client_insecure
558 src:
559 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700560 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700561 uses:
562 - grpc_transport_chttp2
563 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700564 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700565- name: grpc_transport_chttp2_client_secure
566 src:
567 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700568 uses:
569 - grpc_transport_chttp2
570 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700571 - grpc_client_config
572 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700573- name: grpc_transport_chttp2_server_insecure
574 src:
575 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700576 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700577 uses:
578 - grpc_transport_chttp2
579 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700580- name: grpc_transport_chttp2_server_secure
581 src:
582 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700583 uses:
584 - grpc_transport_chttp2
585 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700586 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700587- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700588 public_headers:
589 - include/grpc/grpc_cronet.h
590 - include/grpc/grpc_security.h
591 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700592 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700593 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
594 src:
595 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
596 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
597 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700598 filegroups:
599 - grpc_base
600 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800601- name: nanopb
602 headers:
603 - third_party/nanopb/pb.h
604 - third_party/nanopb/pb_common.h
605 - third_party/nanopb/pb_decode.h
606 - third_party/nanopb/pb_encode.h
607 src:
608 - third_party/nanopb/pb_common.c
609 - third_party/nanopb/pb_decode.c
610 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700611- name: tsi
612 headers:
613 - src/core/lib/tsi/fake_transport_security.h
614 - src/core/lib/tsi/ssl_transport_security.h
615 - src/core/lib/tsi/ssl_types.h
616 - src/core/lib/tsi/transport_security.h
617 - src/core/lib/tsi/transport_security_interface.h
618 src:
619 - src/core/lib/tsi/fake_transport_security.c
620 - src/core/lib/tsi/ssl_transport_security.c
621 - src/core/lib/tsi/transport_security.c
622 deps:
623 - gpr
624 secure: true
625- name: grpc++_base
626 language: c++
627 public_headers:
628 - include/grpc++/alarm.h
629 - include/grpc++/channel.h
630 - include/grpc++/client_context.h
631 - include/grpc++/completion_queue.h
632 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700633 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700634 - include/grpc++/generic/async_generic_service.h
635 - include/grpc++/generic/generic_stub.h
636 - include/grpc++/grpc++.h
637 - include/grpc++/impl/call.h
638 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700639 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700640 - include/grpc++/impl/grpc_library.h
641 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700642 - include/grpc++/impl/rpc_method.h
643 - include/grpc++/impl/rpc_service_method.h
644 - include/grpc++/impl/serialization_traits.h
645 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700646 - include/grpc++/impl/server_builder_plugin.h
647 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700648 - include/grpc++/impl/service_type.h
649 - include/grpc++/impl/sync.h
650 - include/grpc++/impl/sync_cxx11.h
651 - include/grpc++/impl/sync_no_cxx11.h
652 - include/grpc++/impl/thd.h
653 - include/grpc++/impl/thd_cxx11.h
654 - include/grpc++/impl/thd_no_cxx11.h
655 - include/grpc++/security/auth_context.h
656 - include/grpc++/security/auth_metadata_processor.h
657 - include/grpc++/security/credentials.h
658 - include/grpc++/security/server_credentials.h
659 - include/grpc++/server.h
660 - include/grpc++/server_builder.h
661 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700662 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700663 - include/grpc++/support/async_stream.h
664 - include/grpc++/support/async_unary_call.h
665 - include/grpc++/support/byte_buffer.h
666 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700667 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700668 - include/grpc++/support/slice.h
669 - include/grpc++/support/status.h
670 - include/grpc++/support/status_code_enum.h
671 - include/grpc++/support/string_ref.h
672 - include/grpc++/support/stub_options.h
673 - include/grpc++/support/sync_stream.h
674 - include/grpc++/support/time.h
675 headers:
676 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700677 - src/cpp/server/dynamic_thread_pool.h
678 - src/cpp/server/thread_pool_interface.h
679 src:
680 - src/cpp/client/channel.cc
681 - src/cpp/client/client_context.cc
682 - src/cpp/client/create_channel.cc
683 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700684 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700685 - src/cpp/client/credentials.cc
686 - src/cpp/client/generic_stub.cc
687 - src/cpp/client/insecure_credentials.cc
688 - src/cpp/common/channel_arguments.cc
689 - src/cpp/common/completion_queue.cc
690 - src/cpp/common/core_codegen.cc
691 - src/cpp/common/rpc_method.cc
692 - src/cpp/server/async_generic_service.cc
693 - src/cpp/server/create_default_thread_pool.cc
694 - src/cpp/server/dynamic_thread_pool.cc
695 - src/cpp/server/insecure_server_credentials.cc
696 - src/cpp/server/server.cc
697 - src/cpp/server/server_builder.cc
698 - src/cpp/server/server_context.cc
699 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700700 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700701 - src/cpp/util/byte_buffer.cc
702 - src/cpp/util/slice.cc
703 - src/cpp/util/status.cc
704 - src/cpp/util/string_ref.cc
705 - src/cpp/util/time.cc
706 deps:
707 - grpc
708 uses:
yang-g17487f92016-06-03 15:21:15 -0700709 - grpc++_codegen_base
710- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700711 language: c++
712 public_headers:
713 - include/grpc++/impl/codegen/async_stream.h
714 - include/grpc++/impl/codegen/async_unary_call.h
715 - include/grpc++/impl/codegen/call.h
716 - include/grpc++/impl/codegen/call_hook.h
717 - include/grpc++/impl/codegen/channel_interface.h
718 - include/grpc++/impl/codegen/client_context.h
719 - include/grpc++/impl/codegen/client_unary_call.h
720 - include/grpc++/impl/codegen/completion_queue.h
721 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700722 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700723 - include/grpc++/impl/codegen/core_codegen_interface.h
724 - include/grpc++/impl/codegen/create_auth_context.h
725 - include/grpc++/impl/codegen/grpc_library.h
726 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700727 - include/grpc++/impl/codegen/rpc_method.h
728 - include/grpc++/impl/codegen/rpc_service_method.h
729 - include/grpc++/impl/codegen/security/auth_context.h
730 - include/grpc++/impl/codegen/serialization_traits.h
731 - include/grpc++/impl/codegen/server_context.h
732 - include/grpc++/impl/codegen/server_interface.h
733 - include/grpc++/impl/codegen/service_type.h
734 - include/grpc++/impl/codegen/status.h
735 - include/grpc++/impl/codegen/status_code_enum.h
736 - include/grpc++/impl/codegen/string_ref.h
737 - include/grpc++/impl/codegen/stub_options.h
738 - include/grpc++/impl/codegen/sync.h
739 - include/grpc++/impl/codegen/sync_cxx11.h
740 - include/grpc++/impl/codegen/sync_no_cxx11.h
741 - include/grpc++/impl/codegen/sync_stream.h
742 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700743 uses:
744 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700745- name: grpc++_codegen_base_src
746 language: c++
747 src:
748 - src/cpp/codegen/codegen_init.cc
749 uses:
750 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700751- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700752 language: c++
753 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700754 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700755 uses:
yang-g17487f92016-06-03 15:21:15 -0700756 - grpc++_codegen_base
757 - grpc++_config_proto
758- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700759 language: c++
760 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700761 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100762libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800763- name: gpr
764 build: all
765 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800766 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700767 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800768 secure: false
769 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
770- name: gpr_test_util
771 build: private
772 language: c
773 headers:
774 - test/core/util/test_config.h
775 src:
776 - test/core/util/test_config.c
777 deps:
778 - gpr
779 secure: false
780 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700781- name: grpc
782 build: all
783 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 src:
785 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700786 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800787 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700788 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700789 filegroups:
790 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700791 - grpc_transport_chttp2_server_secure
792 - grpc_transport_chttp2_client_secure
793 - grpc_transport_chttp2_server_insecure
794 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700795 - grpc_lb_policy_grpclb
796 - grpc_lb_policy_pick_first
797 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700798 - grpc_resolver_dns_native
799 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700800 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100801 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700802 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700803 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700804 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700805 vs_packages:
806 - grpc.dependencies.openssl
807 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700808 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700809- name: grpc_cronet
810 build: all
811 language: c
812 src:
813 - src/core/lib/surface/init.c
814 baselib: true
815 deps_linkage: static
816 dll: true
817 filegroups:
818 - grpc_base
819 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700820 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700821 generate_plugin_registry: true
822 platforms:
823 - linux
824 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100825- name: grpc_dll
826 build: private
827 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100828 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100829 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100830 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100831 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100832 build_system:
833 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100834 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100835 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100836 vs_config_type: DynamicLibrary
837 vs_packages:
838 - grpc.dependencies.openssl
839 - grpc.dependencies.zlib
840 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
841 vs_props:
842 - zlib
843 - openssl
844 - winsock
845 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700846- name: grpc_test_util
847 build: private
848 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700849 headers:
850 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800851 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700852 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700853 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700854 - test/core/end2end/data/server1_cert.c
855 - test/core/end2end/data/server1_key.c
856 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800857 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700858 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800859 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800860 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700861 - grpc
862 filegroups:
863 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700864 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
865- name: grpc_test_util_unsecure
866 build: private
867 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700868 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800869 - gpr
870 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800871 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700872 filegroups:
873 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700874 secure: false
875 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
876- name: grpc_unsecure
877 build: all
878 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700879 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700880 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700881 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700882 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800883 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700884 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700885 filegroups:
886 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700887 - grpc_transport_chttp2_server_insecure
888 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700889 - grpc_resolver_dns_native
890 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700891 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700892 - grpc_lb_policy_grpclb
893 - grpc_lb_policy_pick_first
894 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700895 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700896 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700897 secure: false
898 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
899- name: grpc_zookeeper
900 build: all
901 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700902 public_headers:
903 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700904 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700905 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700906 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800907 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700908 - grpc
909 external_deps:
910 - zookeeper
911 platforms:
912 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700913 secure: false
914- name: reconnect_server
915 build: private
916 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700917 headers:
918 - test/core/util/reconnect_server.h
919 src:
920 - test/core/util/reconnect_server.c
921 deps:
yang-gc9fca182015-11-06 16:41:33 -0800922 - test_tcp_server
923 - grpc_test_util
924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800925 - gpr_test_util
926 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800927- name: test_tcp_server
928 build: private
929 language: c
930 headers:
931 - test/core/util/test_tcp_server.h
932 src:
933 - test/core/util/test_tcp_server.c
934 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700935 - grpc_test_util
936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800937 - gpr_test_util
938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700939- name: grpc++
940 build: all
941 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700942 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700943 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700944 - src/cpp/client/secure_credentials.h
945 - src/cpp/common/secure_auth_context.h
946 - src/cpp/server/secure_server_credentials.h
947 src:
Craig Tiller25834342015-09-25 08:08:24 -0700948 - src/cpp/client/secure_credentials.cc
949 - src/cpp/common/auth_property_iterator.cc
950 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800951 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700952 - src/cpp/common/secure_create_auth_context.cc
953 - src/cpp/server/secure_server_credentials.cc
954 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700955 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956 baselib: true
957 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700958 filegroups:
959 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700960 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700961 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700962 secure: check
963 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
964- name: grpc++_test_config
965 build: private
966 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700967 headers:
968 - test/cpp/util/test_config.h
969 src:
970 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700971- name: grpc++_test_util
972 build: private
973 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700974 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800975 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800976 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700977 - test/cpp/util/create_test_channel.h
978 - test/cpp/util/string_ref_helper.h
979 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800980 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700981 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800982 - src/proto/grpc/testing/echo_messages.proto
983 - src/proto/grpc/testing/echo.proto
984 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800985 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800986 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700987 - test/cpp/util/create_test_channel.cc
988 - test/cpp/util/string_ref_helper.cc
989 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800990 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700991 deps:
992 - grpc++
993 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -0700994 filegroups:
995 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700996 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -0700997 - grpc++_codegen_proto
998 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700999- name: grpc++_unsecure
1000 build: all
1001 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001002 src:
1003 - src/cpp/common/insecure_create_auth_context.cc
1004 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001005 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001006 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007 baselib: true
1008 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001009 filegroups:
1010 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001011 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001012 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001013 secure: false
1014 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001015- name: grpc_cli_libs
1016 build: private
1017 language: c++
1018 headers:
1019 - test/cpp/util/cli_call.h
1020 - test/cpp/util/proto_file_parser.h
1021 src:
1022 - test/cpp/util/cli_call.cc
1023 - test/cpp/util/proto_file_parser.cc
1024 deps:
1025 - grpc++
1026 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001027- name: grpc_plugin_support
1028 build: protoc
1029 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001030 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001031 - src/compiler/config.h
1032 - src/compiler/cpp_generator.h
1033 - src/compiler/cpp_generator_helpers.h
1034 - src/compiler/csharp_generator.h
1035 - src/compiler/csharp_generator_helpers.h
1036 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001037 - src/compiler/node_generator.h
1038 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001039 - src/compiler/objective_c_generator.h
1040 - src/compiler/objective_c_generator_helpers.h
1041 - src/compiler/python_generator.h
1042 - src/compiler/ruby_generator.h
1043 - src/compiler/ruby_generator_helpers-inl.h
1044 - src/compiler/ruby_generator_map-inl.h
1045 - src/compiler/ruby_generator_string-inl.h
1046 src:
1047 - src/compiler/cpp_generator.cc
1048 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001049 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001050 - src/compiler/objective_c_generator.cc
1051 - src/compiler/python_generator.cc
1052 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001053 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001054 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001055 secure: false
1056 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001057 vs_props:
1058 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001059- name: interop_client_helper
1060 build: private
1061 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001062 headers:
1063 - test/cpp/interop/client_helper.h
1064 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001065 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001066 - test/cpp/interop/client_helper.cc
1067 deps:
1068 - grpc++_test_util
1069 - grpc_test_util
1070 - grpc++
1071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001072 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001073- name: interop_client_main
1074 build: private
1075 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001076 headers:
1077 - test/cpp/interop/interop_client.h
1078 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001079 - src/proto/grpc/testing/empty.proto
1080 - src/proto/grpc/testing/messages.proto
1081 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001082 - test/cpp/interop/client.cc
1083 - test/cpp/interop/interop_client.cc
1084 deps:
1085 - interop_client_helper
1086 - grpc++_test_util
1087 - grpc_test_util
1088 - grpc++
1089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001090 - gpr_test_util
1091 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001092 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001093- name: interop_server_helper
1094 build: private
1095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001096 headers:
1097 - test/cpp/interop/server_helper.h
1098 src:
1099 - test/cpp/interop/server_helper.cc
1100 deps:
1101 - grpc_test_util
1102 - grpc++
1103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001104 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001105- name: interop_server_main
1106 build: private
1107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001108 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001109 - src/proto/grpc/testing/empty.proto
1110 - src/proto/grpc/testing/messages.proto
1111 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001112 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001113 deps:
1114 - interop_server_helper
1115 - grpc++_test_util
1116 - grpc_test_util
1117 - grpc++
1118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001119 - gpr_test_util
1120 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001121 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001122- name: qps
1123 build: private
1124 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001125 headers:
1126 - test/cpp/qps/client.h
1127 - test/cpp/qps/driver.h
1128 - test/cpp/qps/histogram.h
1129 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001130 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001131 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001132 - test/cpp/qps/qps_worker.h
1133 - test/cpp/qps/report.h
1134 - test/cpp/qps/server.h
1135 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001136 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001137 - test/cpp/util/benchmark_config.h
1138 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001139 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001140 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001141 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001142 - src/proto/grpc/testing/control.proto
1143 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001144 - test/cpp/qps/client_async.cc
1145 - test/cpp/qps/client_sync.cc
1146 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001147 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001148 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001149 - test/cpp/qps/qps_worker.cc
1150 - test/cpp/qps/report.cc
1151 - test/cpp/qps/server_async.cc
1152 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001153 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001154 - test/cpp/util/benchmark_config.cc
1155 deps:
1156 - grpc_test_util
1157 - grpc++_test_util
1158 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159- name: grpc_csharp_ext
1160 build: all
1161 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001162 src:
1163 - src/csharp/ext/grpc_csharp_ext.c
1164 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001166 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001167 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001168 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169 dll: only
1170 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001171 vs_packages:
1172 - grpc.dependencies.openssl
1173 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001174 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001175 vs_props:
1176 - zlib
1177 - openssl
1178 - winsock
1179 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001180targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001181- name: alarm_test
1182 build: test
1183 language: c
1184 src:
1185 - test/core/surface/alarm_test.c
1186 deps:
1187 - grpc_test_util
1188 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001189 - gpr_test_util
1190 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001191- name: algorithm_test
1192 build: test
1193 language: c
1194 src:
1195 - test/core/compression/algorithm_test.c
1196 deps:
1197 - grpc_test_util
1198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001199 - gpr_test_util
1200 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001201- name: alloc_test
1202 build: test
1203 language: c
1204 src:
1205 - test/core/support/alloc_test.c
1206 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001207 - gpr_test_util
1208 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001209- name: alpn_test
1210 build: test
1211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001212 src:
1213 - test/core/transport/chttp2/alpn_test.c
1214 deps:
1215 - grpc_test_util
1216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001217 - gpr_test_util
1218 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001219- name: api_fuzzer
1220 build: fuzzer
1221 language: c
1222 src:
1223 - test/core/end2end/fuzzers/api_fuzzer.c
1224 deps:
1225 - grpc_test_util
1226 - grpc
1227 - gpr_test_util
1228 - gpr
1229 corpus_dirs:
1230 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001231 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001232 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001233- name: bin_encoder_test
1234 build: test
1235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001236 src:
1237 - test/core/transport/chttp2/bin_encoder_test.c
1238 deps:
1239 - grpc_test_util
1240 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001241- name: census_context_test
1242 build: test
1243 language: c
1244 src:
1245 - test/core/census/context_test.c
1246 deps:
1247 - grpc_test_util
1248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001249 - gpr_test_util
1250 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001251- name: channel_create_test
1252 build: test
1253 language: c
1254 src:
1255 - test/core/surface/channel_create_test.c
1256 deps:
1257 - grpc_test_util
1258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001259 - gpr_test_util
1260 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001261- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262 build: test
1263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001264 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001265 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001266 deps:
1267 - grpc_test_util
1268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001269 - gpr_test_util
1270 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001271- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001272 build: test
1273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001274 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001275 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001276 deps:
1277 - grpc_test_util
1278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001279 - gpr_test_util
1280 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281- name: chttp2_stream_map_test
1282 build: test
1283 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001284 src:
1285 - test/core/transport/chttp2/stream_map_test.c
1286 deps:
1287 - grpc_test_util
1288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001289 - gpr_test_util
1290 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001291- name: chttp2_varint_test
1292 build: test
1293 language: c
1294 src:
1295 - test/core/transport/chttp2/varint_test.c
1296 deps:
1297 - grpc_test_util
1298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001299 - gpr_test_util
1300 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001301- name: client_fuzzer
1302 build: fuzzer
1303 language: c
1304 src:
1305 - test/core/end2end/fuzzers/client_fuzzer.c
1306 deps:
1307 - grpc_test_util
1308 - grpc
1309 - gpr_test_util
1310 - gpr
1311 corpus_dirs:
1312 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001313 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001314 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001315- name: compression_test
1316 build: test
1317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001318 src:
1319 - test/core/compression/compression_test.c
1320 deps:
1321 - grpc_test_util
1322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001323 - gpr_test_util
1324 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001325- name: concurrent_connectivity_test
1326 build: test
1327 language: c
1328 src:
1329 - test/core/surface/concurrent_connectivity_test.c
1330 deps:
1331 - grpc_test_util
1332 - grpc
1333 - gpr_test_util
1334 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001335- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001336 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001337 build: test
1338 language: c
1339 src:
1340 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1341 deps:
1342 - grpc_test_util
1343 - grpc
1344 - gpr_test_util
1345 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001346- name: dns_resolver_test
1347 build: test
1348 language: c
1349 src:
1350 - test/core/client_config/resolvers/dns_resolver_test.c
1351 deps:
1352 - grpc_test_util
1353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001354 - gpr_test_util
1355 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001356- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001357 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001358 build: test
1359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001360 src:
1361 - test/core/end2end/dualstack_socket_test.c
1362 deps:
1363 - grpc_test_util
1364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001365 - gpr_test_util
1366 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001367 platforms:
1368 - mac
1369 - linux
1370 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001371- name: endpoint_pair_test
1372 build: test
1373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001374 src:
1375 - test/core/iomgr/endpoint_pair_test.c
1376 deps:
1377 - grpc_test_util
1378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001379 - gpr_test_util
1380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001381- name: fd_conservation_posix_test
1382 build: test
1383 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001384 src:
1385 - test/core/iomgr/fd_conservation_posix_test.c
1386 deps:
1387 - grpc_test_util
1388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001389 - gpr_test_util
1390 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001391 platforms:
1392 - mac
1393 - linux
1394 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001395- name: fd_posix_test
1396 build: test
1397 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001398 src:
1399 - test/core/iomgr/fd_posix_test.c
1400 deps:
1401 - grpc_test_util
1402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001403 - gpr_test_util
1404 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001405 platforms:
1406 - mac
1407 - linux
1408 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001409- name: fling_client
1410 build: test
1411 run: false
1412 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001413 src:
1414 - test/core/fling/client.c
1415 deps:
1416 - grpc_test_util
1417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001418 - gpr_test_util
1419 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001420- name: fling_server
1421 build: test
1422 run: false
1423 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001424 src:
1425 - test/core/fling/server.c
1426 deps:
1427 - grpc_test_util
1428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001429 - gpr_test_util
1430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001431- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001432 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001433 build: test
1434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001435 src:
1436 - test/core/fling/fling_stream_test.c
1437 deps:
1438 - grpc_test_util
1439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001440 - gpr_test_util
1441 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001442 platforms:
1443 - mac
1444 - linux
1445 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001446- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001447 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001448 build: test
1449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001450 src:
1451 - test/core/fling/fling_test.c
1452 deps:
1453 - grpc_test_util
1454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr_test_util
1456 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001457 platforms:
1458 - mac
1459 - linux
1460 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001461- name: gen_hpack_tables
1462 build: tool
1463 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001464 src:
1465 - tools/codegen/core/gen_hpack_tables.c
1466 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001467 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001468 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001469- name: gen_legal_metadata_characters
1470 build: tool
1471 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001472 src:
1473 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001474 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001475- name: goaway_server_test
1476 cpu_cost: 0.1
1477 build: test
1478 language: c
1479 src:
1480 - test/core/end2end/goaway_server_test.c
1481 deps:
1482 - grpc_test_util
1483 - grpc
1484 - gpr_test_util
1485 - gpr
1486 platforms:
1487 - mac
1488 - linux
1489 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001490- name: gpr_avl_test
1491 build: test
1492 language: c
1493 src:
1494 - test/core/support/avl_test.c
1495 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001496 - gpr_test_util
1497 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001498- name: gpr_backoff_test
1499 build: test
1500 language: c
1501 src:
1502 - test/core/support/backoff_test.c
1503 deps:
1504 - gpr_test_util
1505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506- name: gpr_cmdline_test
1507 build: test
1508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001509 src:
1510 - test/core/support/cmdline_test.c
1511 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001512 - gpr_test_util
1513 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001514- name: gpr_cpu_test
1515 build: test
1516 language: c
1517 src:
1518 - test/core/support/cpu_test.c
1519 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001520 - gpr_test_util
1521 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001522- name: gpr_env_test
1523 build: test
1524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001525 src:
1526 - test/core/support/env_test.c
1527 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001528 - gpr_test_util
1529 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001530- name: gpr_histogram_test
1531 build: test
1532 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001533 src:
1534 - test/core/support/histogram_test.c
1535 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001538- name: gpr_host_port_test
1539 build: test
1540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001541 src:
1542 - test/core/support/host_port_test.c
1543 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001544 - gpr_test_util
1545 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001546- name: gpr_load_file_test
1547 build: test
1548 language: c
1549 src:
1550 - test/core/support/load_file_test.c
1551 deps:
1552 - gpr_test_util
1553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554- name: gpr_log_test
1555 build: test
1556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - test/core/support/log_test.c
1559 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001560 - gpr_test_util
1561 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562- name: gpr_slice_buffer_test
1563 build: test
1564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001565 src:
1566 - test/core/support/slice_buffer_test.c
1567 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001568 - gpr_test_util
1569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: gpr_slice_test
1571 build: test
1572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001573 src:
1574 - test/core/support/slice_test.c
1575 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001579 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/support/stack_lockfree_test.c
1584 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: gpr_string_test
1588 build: test
1589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001590 src:
1591 - test/core/support/string_test.c
1592 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001593 - gpr_test_util
1594 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001595- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001596 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001597 build: test
1598 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001599 src:
1600 - test/core/support/sync_test.c
1601 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001602 - gpr_test_util
1603 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001604- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001605 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001606 build: test
1607 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001608 src:
1609 - test/core/support/thd_test.c
1610 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001613- name: gpr_time_test
1614 build: test
1615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001616 src:
1617 - test/core/support/time_test.c
1618 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001619 - gpr_test_util
1620 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621- name: gpr_tls_test
1622 build: test
1623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
1625 - test/core/support/tls_test.c
1626 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001627 - gpr_test_util
1628 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001629- name: gpr_useful_test
1630 build: test
1631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
1633 - test/core/support/useful_test.c
1634 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001635 - gpr_test_util
1636 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001637- name: grpc_auth_context_test
1638 build: test
1639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001640 src:
1641 - test/core/security/auth_context_test.c
1642 deps:
1643 - grpc_test_util
1644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001645 - gpr_test_util
1646 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001647- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648 build: test
1649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001650 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001651 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001652 deps:
1653 - grpc_test_util
1654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001655 - gpr_test_util
1656 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001657- name: grpc_byte_buffer_reader_test
1658 build: test
1659 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001660 src:
1661 - test/core/surface/byte_buffer_reader_test.c
1662 deps:
1663 - grpc_test_util
1664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001665 - gpr_test_util
1666 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001667- name: grpc_channel_args_test
1668 build: test
1669 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001670 src:
1671 - test/core/channel/channel_args_test.c
1672 deps:
1673 - grpc_test_util
1674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001675 - gpr_test_util
1676 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: grpc_channel_stack_test
1678 build: test
1679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - test/core/channel/channel_stack_test.c
1682 deps:
1683 - grpc_test_util
1684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001685 - gpr_test_util
1686 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687- name: grpc_completion_queue_test
1688 build: test
1689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001690 src:
1691 - test/core/surface/completion_queue_test.c
1692 deps:
1693 - grpc_test_util
1694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 - gpr_test_util
1696 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697- name: grpc_create_jwt
1698 build: tool
1699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001700 src:
1701 - test/core/security/create_jwt.c
1702 deps:
1703 - grpc_test_util
1704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001705 - gpr_test_util
1706 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001707- name: grpc_credentials_test
1708 build: test
1709 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001710 src:
1711 - test/core/security/credentials_test.c
1712 deps:
1713 - grpc_test_util
1714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001717- name: grpc_fetch_oauth2
1718 build: tool
1719 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001720 src:
1721 - test/core/security/fetch_oauth2.c
1722 deps:
1723 - grpc_test_util
1724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001725 - gpr_test_util
1726 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001727- name: grpc_invalid_channel_args_test
1728 build: test
1729 language: c
1730 src:
1731 - test/core/surface/invalid_channel_args_test.c
1732 deps:
1733 - grpc_test_util
1734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737- name: grpc_json_token_test
1738 build: test
1739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001740 src:
1741 - test/core/security/json_token_test.c
1742 deps:
1743 - grpc_test_util
1744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001745 - gpr_test_util
1746 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001747 platforms:
1748 - linux
1749 - posix
1750 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001751- name: grpc_jwt_verifier_test
1752 build: test
1753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001754 src:
1755 - test/core/security/jwt_verifier_test.c
1756 deps:
1757 - grpc_test_util
1758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 - gpr_test_util
1760 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761- name: grpc_print_google_default_creds_token
1762 build: tool
1763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001764 src:
1765 - test/core/security/print_google_default_creds_token.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001769 - gpr_test_util
1770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771- name: grpc_security_connector_test
1772 build: test
1773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001774 src:
1775 - test/core/security/security_connector_test.c
1776 deps:
1777 - grpc_test_util
1778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001779 - gpr_test_util
1780 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001781- name: grpc_verify_jwt
1782 build: tool
1783 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001784 src:
1785 - test/core/security/verify_jwt.c
1786 deps:
1787 - grpc_test_util
1788 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001789 - gpr_test_util
1790 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001791- name: hpack_parser_fuzzer_test
1792 build: fuzzer
1793 language: c
1794 src:
1795 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1796 deps:
1797 - grpc_test_util
1798 - grpc
1799 - gpr_test_util
1800 - gpr
1801 corpus_dirs:
1802 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001803 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001804 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001805- name: hpack_parser_test
1806 build: test
1807 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001808 src:
1809 - test/core/transport/chttp2/hpack_parser_test.c
1810 deps:
1811 - grpc_test_util
1812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001813 - gpr_test_util
1814 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815- name: hpack_table_test
1816 build: test
1817 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001818 src:
1819 - test/core/transport/chttp2/hpack_table_test.c
1820 deps:
1821 - grpc_test_util
1822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr_test_util
1824 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001825- name: http_fuzzer_test
1826 build: fuzzer
1827 language: c
1828 src:
1829 - test/core/http/fuzzer.c
1830 deps:
1831 - grpc_test_util
1832 - grpc
1833 - gpr_test_util
1834 - gpr
1835 corpus_dirs:
1836 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001837 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001838- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839 build: test
1840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001841 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001842 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001843 deps:
1844 - grpc_test_util
1845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001848- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849 build: test
1850 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001851 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001852 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001853 deps:
1854 - grpc_test_util
1855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 - gpr_test_util
1857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001858- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001859 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001860 build: test
1861 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001862 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001863 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001864 deps:
1865 - grpc_test_util
1866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001869 platforms:
1870 - mac
1871 - linux
1872 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001873- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001874 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001875 build: test
1876 language: c
1877 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001878 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001879 deps:
1880 - grpc_test_util
1881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001882 - gpr_test_util
1883 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001884 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001885 - linux
yang-gf1183302015-12-07 16:02:05 -08001886- name: init_test
1887 build: test
1888 language: c
1889 src:
1890 - test/core/surface/init_test.c
1891 deps:
1892 - grpc_test_util
1893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001894 - gpr_test_util
1895 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001896- name: internal_api_canary_iomgr_test
1897 build: test
1898 run: false
1899 language: c
1900 src:
1901 - test/core/internal_api_canaries/iomgr.c
1902 deps:
1903 - grpc_test_util
1904 - grpc
1905 - gpr_test_util
1906 - gpr
1907- name: internal_api_canary_support_test
1908 build: test
1909 run: false
1910 language: c
1911 src:
1912 - test/core/internal_api_canaries/iomgr.c
1913 deps:
1914 - grpc_test_util
1915 - grpc
1916 - gpr_test_util
1917 - gpr
1918- name: internal_api_canary_transport_test
1919 build: test
1920 run: false
1921 language: c
1922 src:
1923 - test/core/internal_api_canaries/iomgr.c
1924 deps:
1925 - grpc_test_util
1926 - grpc
1927 - gpr_test_util
1928 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001929- name: invalid_call_argument_test
1930 build: test
1931 language: c
1932 src:
1933 - test/core/end2end/invalid_call_argument_test.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001939- name: json_fuzzer_test
1940 build: fuzzer
1941 language: c
1942 src:
1943 - test/core/json/fuzzer.c
1944 deps:
1945 - grpc_test_util
1946 - grpc
1947 - gpr_test_util
1948 - gpr
1949 corpus_dirs:
1950 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001951 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952- name: json_rewrite
1953 build: test
1954 run: false
1955 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001956 src:
1957 - test/core/json/json_rewrite.c
1958 deps:
1959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001961- name: json_rewrite_test
1962 build: test
1963 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001964 src:
1965 - test/core/json/json_rewrite_test.c
1966 deps:
1967 - grpc_test_util
1968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001971- name: json_stream_error_test
1972 build: test
1973 language: c
1974 src:
1975 - test/core/json/json_stream_error_test.c
1976 deps:
1977 - grpc_test_util
1978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001979 - gpr_test_util
1980 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001981- name: json_test
1982 build: test
1983 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001984 src:
1985 - test/core/json/json_test.c
1986 deps:
1987 - grpc_test_util
1988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001989 - gpr_test_util
1990 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001991- name: lame_client_test
1992 build: test
1993 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001994 src:
1995 - test/core/surface/lame_client_test.c
1996 deps:
1997 - grpc_test_util
1998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001999 - gpr_test_util
2000 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002001- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002002 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002003 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002004 build: test
2005 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002006 src:
2007 - test/core/client_config/lb_policies_test.c
2008 deps:
2009 - grpc_test_util
2010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002011 - gpr_test_util
2012 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013- name: low_level_ping_pong_benchmark
2014 build: benchmark
2015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - test/core/network_benchmarks/low_level_ping_pong.c
2018 deps:
2019 - grpc_test_util
2020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002021 - gpr_test_util
2022 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002023 platforms:
2024 - mac
2025 - linux
2026 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002027- name: message_compress_test
2028 build: test
2029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002030 src:
2031 - test/core/compression/message_compress_test.c
2032 deps:
2033 - grpc_test_util
2034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002035 - gpr_test_util
2036 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002037- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002038 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002039 build: test
2040 language: c
2041 src:
2042 - test/core/census/mlog_test.c
2043 deps:
2044 - grpc_test_util
2045 - grpc
2046 - gpr_test_util
2047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048- name: multiple_server_queues_test
2049 build: test
2050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
2052 - test/core/end2end/multiple_server_queues_test.c
2053 deps:
2054 - grpc_test_util
2055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr_test_util
2057 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002058- name: murmur_hash_test
2059 build: test
2060 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002061 src:
2062 - test/core/support/murmur_hash_test.c
2063 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002064 - gpr_test_util
2065 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002066- name: nanopb_fuzzer_response_test
2067 build: fuzzer
2068 language: c
2069 src:
2070 - test/core/nanopb/fuzzer_response.c
2071 deps:
2072 - grpc_test_util
2073 - grpc
2074 - gpr_test_util
2075 - gpr
2076 corpus_dirs:
2077 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002078 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002079- name: nanopb_fuzzer_serverlist_test
2080 build: fuzzer
2081 language: c
2082 src:
2083 - test/core/nanopb/fuzzer_serverlist.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
2087 - gpr_test_util
2088 - gpr
2089 corpus_dirs:
2090 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002091 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002092- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002093 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002094 build: test
2095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/core/end2end/no_server_test.c
2098 deps:
2099 - grpc_test_util
2100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002101 - gpr_test_util
2102 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002103- name: resolve_address_test
2104 build: test
2105 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002106 src:
2107 - test/core/iomgr/resolve_address_test.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
yang-gd482e592015-12-10 14:04:00 -08002113- name: secure_channel_create_test
2114 build: test
2115 language: c
2116 src:
2117 - test/core/surface/secure_channel_create_test.c
2118 deps:
2119 - grpc_test_util
2120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002121 - gpr_test_util
2122 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002123- name: secure_endpoint_test
2124 build: test
2125 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002126 src:
2127 - test/core/security/secure_endpoint_test.c
2128 deps:
2129 - grpc_test_util
2130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002131 - gpr_test_util
2132 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002133- name: server_chttp2_test
2134 build: test
2135 language: c
2136 src:
2137 - test/core/surface/server_chttp2_test.c
2138 deps:
2139 - grpc_test_util
2140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002141 - gpr_test_util
2142 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002143- name: server_fuzzer
2144 build: fuzzer
2145 language: c
2146 src:
2147 - test/core/end2end/fuzzers/server_fuzzer.c
2148 deps:
2149 - grpc_test_util
2150 - grpc
2151 - gpr_test_util
2152 - gpr
2153 corpus_dirs:
2154 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002155 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002156 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002157- name: server_test
2158 build: test
2159 language: c
2160 src:
2161 - test/core/surface/server_test.c
2162 deps:
2163 - grpc_test_util
2164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002167- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002168 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002169 build: test
2170 language: c
2171 src:
2172 - test/core/client_config/set_initial_connect_string_test.c
2173 deps:
2174 - test_tcp_server
2175 - grpc_test_util
2176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002179- name: sockaddr_resolver_test
2180 build: test
2181 language: c
2182 src:
2183 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2184 deps:
2185 - grpc_test_util
2186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002189- name: sockaddr_utils_test
2190 build: test
2191 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002192 src:
2193 - test/core/iomgr/sockaddr_utils_test.c
2194 deps:
2195 - grpc_test_util
2196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002199- name: socket_utils_test
2200 build: test
2201 language: c
2202 src:
2203 - test/core/iomgr/socket_utils_test.c
2204 deps:
2205 - grpc_test_util
2206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002209 platforms:
2210 - mac
2211 - linux
2212 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002214 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002215 build: test
2216 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002217 src:
2218 - test/core/iomgr/tcp_client_posix_test.c
2219 deps:
2220 - grpc_test_util
2221 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002222 - gpr_test_util
2223 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002224 platforms:
2225 - mac
2226 - linux
2227 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002228- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002229 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002230 build: test
2231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002232 src:
2233 - test/core/iomgr/tcp_posix_test.c
2234 deps:
2235 - grpc_test_util
2236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002237 - gpr_test_util
2238 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002239 platforms:
2240 - mac
2241 - linux
2242 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243- name: tcp_server_posix_test
2244 build: test
2245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002246 src:
2247 - test/core/iomgr/tcp_server_posix_test.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002253 platforms:
2254 - mac
2255 - linux
2256 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257- name: time_averaged_stats_test
2258 build: test
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
2261 - test/core/iomgr/time_averaged_stats_test.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 - gpr_test_util
2266 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002267- name: timeout_encoding_test
2268 build: test
2269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002270 src:
2271 - test/core/transport/chttp2/timeout_encoding_test.c
2272 deps:
2273 - grpc_test_util
2274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002275 - gpr_test_util
2276 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002277- name: timer_heap_test
2278 build: test
2279 language: c
2280 src:
2281 - test/core/iomgr/timer_heap_test.c
2282 deps:
2283 - grpc_test_util
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002287- name: timer_list_test
2288 build: test
2289 language: c
2290 src:
2291 - test/core/iomgr/timer_list_test.c
2292 deps:
2293 - grpc_test_util
2294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002295 - gpr_test_util
2296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002297- name: timers_test
2298 build: test
2299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
2301 - test/core/profiling/timers_test.c
2302 deps:
2303 - grpc_test_util
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002307- name: transport_connectivity_state_test
2308 build: test
2309 language: c
2310 src:
2311 - test/core/transport/connectivity_state_test.c
2312 deps:
2313 - grpc_test_util
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002317- name: transport_metadata_test
2318 build: test
2319 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002320 src:
2321 - test/core/transport/metadata_test.c
2322 deps:
2323 - grpc_test_util
2324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002325 - gpr_test_util
2326 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002327- name: transport_security_test
2328 build: test
2329 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002330 src:
2331 - test/core/tsi/transport_security_test.c
2332 deps:
2333 - grpc_test_util
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr_test_util
2336 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002337 platforms:
2338 - linux
2339 - posix
2340 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002341- name: udp_server_test
2342 build: test
2343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002344 src:
2345 - test/core/iomgr/udp_server_test.c
2346 deps:
2347 - grpc_test_util
2348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002349 - gpr_test_util
2350 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002351 platforms:
2352 - mac
2353 - linux
2354 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002355- name: uri_fuzzer_test
2356 build: fuzzer
2357 language: c
2358 src:
2359 - test/core/client_config/uri_fuzzer_test.c
2360 deps:
2361 - grpc_test_util
2362 - grpc
2363 - gpr_test_util
2364 - gpr
2365 corpus_dirs:
2366 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002367 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: uri_parser_test
2369 build: test
2370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
2372 - test/core/client_config/uri_parser_test.c
2373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002378- name: workqueue_test
2379 build: test
2380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002381 src:
2382 - test/core/iomgr/workqueue_test.c
2383 deps:
2384 - grpc_test_util
2385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002388 platforms:
2389 - mac
2390 - linux
2391 - posix
vjpai04e992a2016-02-10 16:58:38 -08002392- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002393 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002394 build: test
2395 language: c++
2396 src:
2397 - test/cpp/common/alarm_cpp_test.cc
2398 deps:
2399 - grpc++_test_util
2400 - grpc_test_util
2401 - grpc++
2402 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002403 - gpr_test_util
2404 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002405- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002406 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002407 build: test
2408 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002409 src:
2410 - test/cpp/end2end/async_end2end_test.cc
2411 deps:
2412 - grpc++_test_util
2413 - grpc_test_util
2414 - grpc++
2415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002416 - gpr_test_util
2417 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002418- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002419 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420 build: test
2421 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
2423 - test/cpp/common/auth_property_iterator_test.cc
2424 deps:
2425 - grpc++_test_util
2426 - grpc_test_util
2427 - grpc++
2428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr_test_util
2430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002431- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002432 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433 build: test
2434 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
yang-g52705592015-11-25 11:45:33 -08002436 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002437 deps:
2438 - grpc++
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002441- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002442 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002443 build: test
2444 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002445 src:
2446 - test/cpp/util/cli_call_test.cc
2447 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002448 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002449 - grpc++_test_util
2450 - grpc_test_util
2451 - grpc++
2452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002453 - gpr_test_util
2454 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002456 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002457 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458 build: test
2459 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002460 src:
2461 - test/cpp/end2end/client_crash_test.cc
2462 deps:
2463 - grpc++_test_util
2464 - grpc_test_util
2465 - grpc++
2466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002467 - gpr_test_util
2468 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002469 platforms:
2470 - mac
2471 - linux
2472 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002473- name: client_crash_test_server
2474 build: test
2475 run: false
2476 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002477 src:
2478 - test/cpp/end2end/client_crash_test_server.cc
2479 deps:
2480 - grpc++_test_util
2481 - grpc_test_util
2482 - grpc++
2483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 - gpr_test_util
2485 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002486- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002487 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002488 build: test
2489 language: c++
2490 src:
2491 - src/proto/grpc/testing/control.proto
2492 - src/proto/grpc/testing/messages.proto
2493 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002494 - src/proto/grpc/testing/services.proto
2495 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002496 - test/cpp/codegen/codegen_test_full.cc
2497 deps:
2498 - grpc++
2499 - grpc
2500 - gpr
2501 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002502 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002503- name: codegen_test_minimal
2504 gtest: true
2505 build: test
2506 language: c++
2507 src:
2508 - src/proto/grpc/testing/control.proto
2509 - src/proto/grpc/testing/messages.proto
2510 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002511 - src/proto/grpc/testing/services.proto
2512 - src/proto/grpc/testing/stats.proto
2513 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002514 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002515 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002516 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517- name: credentials_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/client/credentials_test.cc
2523 deps:
2524 - grpc++
2525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002528 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529 build: test
2530 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002531 src:
2532 - test/cpp/util/byte_buffer_test.cc
2533 deps:
2534 - grpc_test_util
2535 - grpc++
2536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002537 - gpr_test_util
2538 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002540 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002541 build: test
2542 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002543 src:
2544 - test/cpp/util/slice_test.cc
2545 deps:
2546 - grpc_test_util
2547 - grpc++
2548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002549 - gpr_test_util
2550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002552 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553 build: test
2554 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002555 src:
2556 - test/cpp/util/string_ref_test.cc
2557 deps:
2558 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002559- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002560 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002561 build: test
2562 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002563 src:
2564 - test/cpp/util/time_test.cc
2565 deps:
2566 - grpc_test_util
2567 - grpc++
2568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002569 - gpr_test_util
2570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002571- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002572 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002573 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574 build: test
2575 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002576 src:
2577 - test/cpp/end2end/end2end_test.cc
2578 deps:
2579 - grpc++_test_util
2580 - grpc_test_util
2581 - grpc++
2582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002583 - gpr_test_util
2584 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002585- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002586 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587 build: test
2588 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002589 src:
2590 - test/cpp/end2end/generic_end2end_test.cc
2591 deps:
2592 - grpc++_test_util
2593 - grpc_test_util
2594 - grpc++
2595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr_test_util
2597 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002598- name: golden_file_test
2599 gtest: true
2600 build: test
2601 language: c++
2602 src:
2603 - src/proto/grpc/testing/compiler_test.proto
2604 - test/cpp/codegen/golden_file_test.cc
2605 deps:
2606 - grpc++
2607 - grpc
2608 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002609- name: grpc_cli
2610 build: test
2611 run: false
2612 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002613 src:
2614 - test/cpp/util/grpc_cli.cc
2615 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002616 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002617 - grpc++_test_util
2618 - grpc_test_util
2619 - grpc++
2620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002621 - gpr_test_util
2622 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002623 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002624- name: grpc_cpp_plugin
2625 build: protoc
2626 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002627 src:
2628 - src/compiler/cpp_plugin.cc
2629 deps:
2630 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002631 secure: false
2632 vs_config_type: Application
2633 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2634- name: grpc_csharp_plugin
2635 build: protoc
2636 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002637 src:
2638 - src/compiler/csharp_plugin.cc
2639 deps:
2640 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002641 secure: false
2642 vs_config_type: Application
2643 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002644- name: grpc_node_plugin
2645 build: protoc
2646 language: c++
2647 src:
2648 - src/compiler/node_plugin.cc
2649 deps:
2650 - grpc_plugin_support
2651 secure: false
2652 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002653- name: grpc_objective_c_plugin
2654 build: protoc
2655 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002656 src:
2657 - src/compiler/objective_c_plugin.cc
2658 deps:
2659 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002660 secure: false
2661 vs_config_type: Application
2662 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2663- name: grpc_python_plugin
2664 build: protoc
2665 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002666 src:
2667 - src/compiler/python_plugin.cc
2668 deps:
2669 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002670 secure: false
2671 vs_config_type: Application
2672 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2673- name: grpc_ruby_plugin
2674 build: protoc
2675 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002676 src:
2677 - src/compiler/ruby_plugin.cc
2678 deps:
2679 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002680 secure: false
2681 vs_config_type: Application
2682 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002683- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002684 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002685 build: test
2686 language: c++
2687 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002688 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002689 - test/cpp/grpclb/grpclb_api_test.cc
2690 deps:
2691 - grpc++_test_util
2692 - grpc_test_util
2693 - grpc++
2694 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002695- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002696 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002697 build: test
2698 language: c++
2699 src:
2700 - test/cpp/end2end/hybrid_end2end_test.cc
2701 deps:
2702 - grpc++_test_util
2703 - grpc_test_util
2704 - grpc++
2705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002706 - gpr_test_util
2707 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002708- name: interop_client
2709 build: test
2710 run: false
2711 language: c++
2712 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002713 deps:
2714 - interop_client_main
2715 - interop_client_helper
2716 - grpc++_test_util
2717 - grpc_test_util
2718 - grpc++
2719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002720 - gpr_test_util
2721 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002722 - grpc++_test_config
2723 platforms:
2724 - mac
2725 - linux
2726 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002727- name: interop_server
2728 build: test
2729 run: false
2730 language: c++
2731 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002732 deps:
2733 - interop_server_main
2734 - interop_server_helper
2735 - grpc++_test_util
2736 - grpc_test_util
2737 - grpc++
2738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002739 - gpr_test_util
2740 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002741 - grpc++_test_config
2742 platforms:
2743 - mac
2744 - linux
2745 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002746- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002747 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002748 build: test
2749 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002750 src:
2751 - test/cpp/interop/interop_test.cc
2752 deps:
2753 - grpc_test_util
2754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002755 - gpr_test_util
2756 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002757 platforms:
2758 - mac
2759 - linux
2760 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002761- name: json_run_localhost
2762 build: test
2763 run: false
2764 language: c++
2765 src:
2766 - test/cpp/qps/json_run_localhost.cc
2767 deps:
2768 - grpc++_test_util
2769 - grpc_test_util
2770 - grpc++
2771 - grpc
2772 - gpr_test_util
2773 - gpr
2774 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002775- name: metrics_client
2776 build: test
2777 run: false
2778 language: c++
2779 headers:
2780 - test/cpp/util/metrics_server.h
2781 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002782 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002783 - test/cpp/interop/metrics_client.cc
2784 deps:
2785 - grpc++
2786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002787 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002788 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002789- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002790 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002791 build: test
2792 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002793 src:
2794 - test/cpp/end2end/mock_test.cc
2795 deps:
2796 - grpc++_test_util
2797 - grpc_test_util
2798 - grpc++
2799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002800 - gpr_test_util
2801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002802- name: qps_interarrival_test
2803 build: test
2804 run: false
2805 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002806 src:
2807 - test/cpp/qps/qps_interarrival_test.cc
2808 deps:
2809 - qps
2810 - grpc++_test_util
2811 - grpc_test_util
2812 - grpc++
2813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002814 - gpr_test_util
2815 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002816 platforms:
2817 - mac
2818 - linux
2819 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002820- name: qps_json_driver
2821 build: test
2822 run: false
2823 language: c++
2824 src:
2825 - test/cpp/qps/qps_json_driver.cc
2826 deps:
2827 - qps
2828 - grpc++_test_util
2829 - grpc_test_util
2830 - grpc++
2831 - grpc
2832 - gpr_test_util
2833 - gpr
2834 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002835- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002836 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002837 build: test
2838 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002839 src:
2840 - test/cpp/qps/qps_openloop_test.cc
2841 deps:
2842 - qps
2843 - grpc++_test_util
2844 - grpc_test_util
2845 - grpc++
2846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002847 - gpr_test_util
2848 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002849 - grpc++_test_config
2850 platforms:
2851 - mac
2852 - linux
2853 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002854- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002855 build: test
2856 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002857 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002858 headers:
2859 - test/cpp/qps/client.h
2860 - test/cpp/qps/server.h
2861 src:
2862 - test/cpp/qps/worker.cc
2863 deps:
2864 - qps
2865 - grpc++_test_util
2866 - grpc_test_util
2867 - grpc++
2868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002869 - gpr_test_util
2870 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002871 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002872- name: reconnect_interop_client
2873 build: test
2874 run: false
2875 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002876 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002877 - src/proto/grpc/testing/empty.proto
2878 - src/proto/grpc/testing/messages.proto
2879 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002880 - test/cpp/interop/reconnect_interop_client.cc
2881 deps:
2882 - grpc++_test_util
2883 - grpc_test_util
2884 - grpc++
2885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002886 - gpr_test_util
2887 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002888 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002889- name: reconnect_interop_server
2890 build: test
2891 run: false
2892 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002893 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002894 - src/proto/grpc/testing/empty.proto
2895 - src/proto/grpc/testing/messages.proto
2896 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002897 - test/cpp/interop/reconnect_interop_server.cc
2898 deps:
2899 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002900 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002901 - grpc++_test_util
2902 - grpc_test_util
2903 - grpc++
2904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002905 - gpr_test_util
2906 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002907 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002908- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002909 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002910 build: test
2911 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002912 src:
2913 - test/cpp/common/secure_auth_context_test.cc
2914 deps:
2915 - grpc++_test_util
2916 - grpc_test_util
2917 - grpc++
2918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002919 - gpr_test_util
2920 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002921- name: secure_sync_unary_ping_pong_test
2922 build: test
2923 language: c++
2924 src:
2925 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2926 deps:
2927 - qps
2928 - grpc++_test_util
2929 - grpc_test_util
2930 - grpc++
2931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002932 - gpr_test_util
2933 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002934 platforms:
2935 - mac
2936 - linux
2937 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002938- name: server_builder_plugin_test
2939 gtest: true
2940 build: test
2941 language: c++
2942 src:
2943 - test/cpp/end2end/server_builder_plugin_test.cc
2944 deps:
2945 - grpc++_test_util
2946 - grpc_test_util
2947 - grpc++
2948 - grpc
2949 - gpr_test_util
2950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002951- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002952 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002953 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002954 build: test
2955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002956 src:
2957 - test/cpp/end2end/server_crash_test.cc
2958 deps:
2959 - grpc++_test_util
2960 - grpc_test_util
2961 - grpc++
2962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002963 - gpr_test_util
2964 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002965 platforms:
2966 - mac
2967 - linux
2968 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002969- name: server_crash_test_client
2970 build: test
2971 run: false
2972 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002973 src:
2974 - test/cpp/end2end/server_crash_test_client.cc
2975 deps:
2976 - grpc++_test_util
2977 - grpc_test_util
2978 - grpc++
2979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002980 - gpr_test_util
2981 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002982- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002983 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002984 build: test
2985 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002986 src:
2987 - test/cpp/end2end/shutdown_test.cc
2988 deps:
2989 - grpc++_test_util
2990 - grpc_test_util
2991 - grpc++
2992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002993 - gpr_test_util
2994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002995- name: status_test
2996 build: test
2997 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002998 src:
2999 - test/cpp/util/status_test.cc
3000 deps:
3001 - grpc_test_util
3002 - grpc++
3003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003004 - gpr_test_util
3005 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003006- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003007 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003008 build: test
3009 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003010 src:
3011 - test/cpp/end2end/streaming_throughput_test.cc
3012 deps:
3013 - grpc++_test_util
3014 - grpc_test_util
3015 - grpc++
3016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003017 - gpr_test_util
3018 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003019 platforms:
3020 - mac
3021 - linux
3022 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003023- name: stress_test
3024 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003025 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003026 language: c++
3027 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003028 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003029 - test/cpp/interop/interop_client.h
3030 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003031 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003032 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003033 - src/proto/grpc/testing/empty.proto
3034 - src/proto/grpc/testing/messages.proto
3035 - src/proto/grpc/testing/metrics.proto
3036 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003037 - test/cpp/interop/interop_client.cc
3038 - test/cpp/interop/stress_interop_client.cc
3039 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003040 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003041 deps:
3042 - grpc++_test_util
3043 - grpc_test_util
3044 - grpc++
3045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003046 - gpr_test_util
3047 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003048 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003049- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003050 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003051 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003052 build: test
3053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003054 src:
3055 - test/cpp/end2end/thread_stress_test.cc
3056 deps:
3057 - grpc++_test_util
3058 - grpc_test_util
3059 - grpc++
3060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003061 - gpr_test_util
3062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003063- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003064 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003065 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003066 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003068 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003069 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003070 - test/cpp/end2end/zookeeper_test.cc
3071 deps:
3072 - grpc++_test_util
3073 - grpc_test_util
3074 - grpc++
3075 - grpc_zookeeper
3076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003077 - gpr_test_util
3078 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003079 external_deps:
3080 - zookeeper
3081 platforms:
3082 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003083- name: public_headers_must_be_c89
3084 build: test
3085 language: c89
3086 src:
3087 - test/core/surface/public_headers_must_be_c89.c
3088 deps:
3089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003091vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003092- linkage: static
3093 name: grpc.dependencies.zlib
3094 props: false
3095 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003096 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003097- linkage: static
3098 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003099 props: true
3100 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003101 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003102- name: gflags
3103 props: false
3104 redist: false
3105 version: 2.1.2.1
3106- name: gtest
3107 props: false
3108 redist: false
3109 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003110configs:
3111 asan:
3112 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003113 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3114 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003115 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003116 LD: clang
3117 LDFLAGS: -fsanitize=address
3118 LDXX: clang++
3119 compile_the_world: true
3120 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003121 ASAN_OPTIONS: detect_leaks=1:color=always
3122 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003123 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003124 asan-noleaks:
3125 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003126 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3127 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003128 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003129 LD: clang
3130 LDFLAGS: -fsanitize=address
3131 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003132 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003133 test_environ:
3134 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003135 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003136 asan-trace-cmp:
3137 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003138 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3139 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003140 CXX: clang++
3141 LD: clang
3142 LDFLAGS: -fsanitize=address
3143 LDXX: clang++
3144 compile_the_world: true
3145 test_environ:
3146 ASAN_OPTIONS: detect_leaks=1:color=always
3147 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3148 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003149 basicprof:
3150 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3151 DEFINES: NDEBUG
3152 dbg:
3153 CPPFLAGS: -O0
3154 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003155 easan:
3156 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003157 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3158 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003159 CXX: clang++
3160 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3161 LD: clang
3162 LDFLAGS: -fsanitize=address
3163 LDXX: clang++
3164 compile_the_world: true
3165 test_environ:
3166 ASAN_OPTIONS: detect_leaks=1:color=always
3167 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3168 timeout_multiplier: 3
3169 edbg:
3170 CPPFLAGS: -O0
3171 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3172 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003173 CC: clang
3174 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003175 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003176 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003177 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003178 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003179 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003180 LDXX: clang++
3181 compile_the_world: true
3182 test_environ:
3183 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3184 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003185 gcov:
3186 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003187 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003188 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003189 DEFINES: _DEBUG DEBUG GPR_GCOV
3190 LD: gcc
3191 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3192 LDXX: g++
3193 helgrind:
3194 CPPFLAGS: -O0
3195 DEFINES: _DEBUG DEBUG
3196 LDFLAGS: -rdynamic
3197 timeout_multiplier: 20
3198 valgrind: --tool=helgrind
3199 memcheck:
3200 CPPFLAGS: -O0
3201 DEFINES: _DEBUG DEBUG
3202 LDFLAGS: -rdynamic
3203 timeout_multiplier: 10
3204 valgrind: --tool=memcheck --leak-check=full
3205 msan:
3206 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003207 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3208 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3209 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003210 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003211 DEFINES: NDEBUG
3212 LD: clang
3213 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3214 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3215 LDXX: clang++
3216 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003217 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003218 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003219 CPPFLAGS: -O3 -fno-omit-frame-pointer
3220 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003221 LDFLAGS: -rdynamic
3222 opt:
3223 CPPFLAGS: -O2
3224 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003225 stapprof:
3226 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3227 DEFINES: NDEBUG
3228 tsan:
3229 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003230 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003231 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003232 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003233 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003234 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003235 LDXX: clang++
3236 compile_the_world: true
3237 test_environ:
3238 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003239 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003240 ubsan:
3241 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003242 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3243 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003244 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003245 DEFINES: NDEBUG
3246 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003247 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003248 LDXX: clang++
3249 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003250 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003251 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003252 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003253defaults:
3254 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003255 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003256 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003257 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003258 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003259 global:
3260 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3261 LDFLAGS: -g
3262 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003263 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003264 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003265node_modules:
3266- deps:
3267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003268 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003269 - boringssl
3270 - z
murgatroid9994a75412015-11-19 14:04:53 -08003271 headers:
3272 - src/node/ext/byte_buffer.h
3273 - src/node/ext/call.h
3274 - src/node/ext/call_credentials.h
3275 - src/node/ext/channel.h
3276 - src/node/ext/channel_credentials.h
3277 - src/node/ext/completion_queue_async_worker.h
3278 - src/node/ext/server.h
3279 - src/node/ext/server_credentials.h
3280 - src/node/ext/timeval.h
3281 js:
3282 - src/node/index.js
3283 - src/node/src/client.js
3284 - src/node/src/common.js
3285 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003286 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003287 - src/node/src/metadata.js
3288 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003289 name: grpc_node
3290 src:
3291 - src/node/ext/byte_buffer.cc
3292 - src/node/ext/call.cc
3293 - src/node/ext/call_credentials.cc
3294 - src/node/ext/channel.cc
3295 - src/node/ext/channel_credentials.cc
3296 - src/node/ext/completion_queue_async_worker.cc
3297 - src/node/ext/node_grpc.cc
3298 - src/node/ext/server.cc
3299 - src/node/ext/server_credentials.cc
3300 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003301openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003302 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003303 extraction_dir: openssl-1.0.2f
3304 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003305php_config_m4:
3306 deps:
3307 - grpc
3308 - gpr
3309 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003310 headers:
3311 - src/php/ext/grpc/byte_buffer.h
3312 - src/php/ext/grpc/call.h
3313 - src/php/ext/grpc/call_credentials.h
3314 - src/php/ext/grpc/channel.h
3315 - src/php/ext/grpc/channel_credentials.h
3316 - src/php/ext/grpc/completion_queue.h
3317 - src/php/ext/grpc/php_grpc.h
3318 - src/php/ext/grpc/server.h
3319 - src/php/ext/grpc/server_credentials.h
3320 - src/php/ext/grpc/timeval.h
3321 src:
3322 - src/php/ext/grpc/byte_buffer.c
3323 - src/php/ext/grpc/call.c
3324 - src/php/ext/grpc/call_credentials.c
3325 - src/php/ext/grpc/channel.c
3326 - src/php/ext/grpc/channel_credentials.c
3327 - src/php/ext/grpc/completion_queue.c
3328 - src/php/ext/grpc/php_grpc.c
3329 - src/php/ext/grpc/server.c
3330 - src/php/ext/grpc/server_credentials.c
3331 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003332python_dependencies:
3333 deps:
3334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003335 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003336 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003337 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003338ruby_gem:
3339 deps:
3340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003342 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003343 - z