blob: 0a57965ab7b558873f6ceb59196ea4d85d79601d [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
yang-g34b58612016-06-03 17:30:09 -0700146- name: grpc++_codegen_base_src
147 src:
148 - src/cpp/codegen/codegen_init.cc
149 uses:
150 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700151- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700152 public_headers:
153 - include/grpc/byte_buffer.h
154 - include/grpc/byte_buffer_reader.h
155 - include/grpc/compression.h
156 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700157 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700158 - include/grpc/status.h
159 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700160 - src/core/lib/channel/channel_args.h
161 - src/core/lib/channel/channel_stack.h
162 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700163 - src/core/lib/channel/compress_filter.h
164 - src/core/lib/channel/connected_channel.h
165 - src/core/lib/channel/context.h
166 - src/core/lib/channel/http_client_filter.h
167 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700168 - src/core/lib/compression/algorithm_metadata.h
169 - src/core/lib/compression/message_compress.h
170 - src/core/lib/debug/trace.h
171 - src/core/lib/http/format_request.h
172 - src/core/lib/http/httpcli.h
173 - src/core/lib/http/parser.h
174 - src/core/lib/iomgr/closure.h
175 - src/core/lib/iomgr/endpoint.h
176 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller8a034482016-03-28 16:09:04 -0700177 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700178 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700179 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/iomgr/exec_ctx.h
181 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700182 - src/core/lib/iomgr/iocp_windows.h
183 - src/core/lib/iomgr/iomgr.h
184 - src/core/lib/iomgr/iomgr_internal.h
185 - src/core/lib/iomgr/iomgr_posix.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700186 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/iomgr/pollset_set_windows.h
190 - src/core/lib/iomgr/pollset_windows.h
191 - src/core/lib/iomgr/resolve_address.h
192 - src/core/lib/iomgr/sockaddr.h
193 - src/core/lib/iomgr/sockaddr_posix.h
194 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700195 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/socket_utils_posix.h
197 - src/core/lib/iomgr/socket_windows.h
198 - src/core/lib/iomgr/tcp_client.h
199 - src/core/lib/iomgr/tcp_posix.h
200 - src/core/lib/iomgr/tcp_server.h
201 - src/core/lib/iomgr/tcp_windows.h
202 - src/core/lib/iomgr/time_averaged_stats.h
203 - src/core/lib/iomgr/timer.h
204 - src/core/lib/iomgr/timer_heap.h
205 - src/core/lib/iomgr/udp_server.h
206 - src/core/lib/iomgr/unix_sockets_posix.h
207 - src/core/lib/iomgr/wakeup_fd_pipe.h
208 - src/core/lib/iomgr/wakeup_fd_posix.h
209 - src/core/lib/iomgr/workqueue.h
210 - src/core/lib/iomgr/workqueue_posix.h
211 - src/core/lib/iomgr/workqueue_windows.h
212 - src/core/lib/json/json.h
213 - src/core/lib/json/json_common.h
214 - src/core/lib/json/json_reader.h
215 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/surface/api_trace.h
217 - src/core/lib/surface/call.h
218 - src/core/lib/surface/call_test_only.h
219 - src/core/lib/surface/channel.h
220 - src/core/lib/surface/channel_init.h
221 - src/core/lib/surface/channel_stack_type.h
222 - src/core/lib/surface/completion_queue.h
223 - src/core/lib/surface/event_string.h
224 - src/core/lib/surface/init.h
225 - src/core/lib/surface/lame_client.h
226 - src/core/lib/surface/server.h
227 - src/core/lib/surface/surface_trace.h
228 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/transport/connectivity_state.h
230 - src/core/lib/transport/metadata.h
231 - src/core/lib/transport/metadata_batch.h
232 - src/core/lib/transport/static_metadata.h
233 - src/core/lib/transport/transport.h
234 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700235 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/channel/channel_args.c
237 - src/core/lib/channel/channel_stack.c
238 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/channel/compress_filter.c
240 - src/core/lib/channel/connected_channel.c
241 - src/core/lib/channel/http_client_filter.c
242 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/compression/compression_algorithm.c
244 - src/core/lib/compression/message_compress.c
245 - src/core/lib/debug/trace.c
246 - src/core/lib/http/format_request.c
247 - src/core/lib/http/httpcli.c
248 - src/core/lib/http/parser.c
249 - src/core/lib/iomgr/closure.c
250 - src/core/lib/iomgr/endpoint.c
251 - src/core/lib/iomgr/endpoint_pair_posix.c
252 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700253 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700254 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700255 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/iomgr/exec_ctx.c
257 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/iomgr/iocp_windows.c
259 - src/core/lib/iomgr/iomgr.c
260 - src/core/lib/iomgr/iomgr_posix.c
261 - src/core/lib/iomgr/iomgr_windows.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700262 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/iomgr/pollset_set_windows.c
264 - src/core/lib/iomgr/pollset_windows.c
265 - src/core/lib/iomgr/resolve_address_posix.c
266 - src/core/lib/iomgr/resolve_address_windows.c
267 - src/core/lib/iomgr/sockaddr_utils.c
268 - src/core/lib/iomgr/socket_utils_common_posix.c
269 - src/core/lib/iomgr/socket_utils_linux.c
270 - src/core/lib/iomgr/socket_utils_posix.c
271 - src/core/lib/iomgr/socket_windows.c
272 - src/core/lib/iomgr/tcp_client_posix.c
273 - src/core/lib/iomgr/tcp_client_windows.c
274 - src/core/lib/iomgr/tcp_posix.c
275 - src/core/lib/iomgr/tcp_server_posix.c
276 - src/core/lib/iomgr/tcp_server_windows.c
277 - src/core/lib/iomgr/tcp_windows.c
278 - src/core/lib/iomgr/time_averaged_stats.c
279 - src/core/lib/iomgr/timer.c
280 - src/core/lib/iomgr/timer_heap.c
281 - src/core/lib/iomgr/udp_server.c
282 - src/core/lib/iomgr/unix_sockets_posix.c
283 - src/core/lib/iomgr/unix_sockets_posix_noop.c
284 - src/core/lib/iomgr/wakeup_fd_eventfd.c
285 - src/core/lib/iomgr/wakeup_fd_nospecial.c
286 - src/core/lib/iomgr/wakeup_fd_pipe.c
287 - src/core/lib/iomgr/wakeup_fd_posix.c
288 - src/core/lib/iomgr/workqueue_posix.c
289 - src/core/lib/iomgr/workqueue_windows.c
290 - src/core/lib/json/json.c
291 - src/core/lib/json/json_reader.c
292 - src/core/lib/json/json_string.c
293 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/surface/alarm.c
295 - src/core/lib/surface/api_trace.c
296 - src/core/lib/surface/byte_buffer.c
297 - src/core/lib/surface/byte_buffer_reader.c
298 - src/core/lib/surface/call.c
299 - src/core/lib/surface/call_details.c
300 - src/core/lib/surface/call_log_batch.c
301 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/surface/channel_init.c
303 - src/core/lib/surface/channel_ping.c
304 - src/core/lib/surface/channel_stack_type.c
305 - src/core/lib/surface/completion_queue.c
306 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/surface/lame_client.c
308 - src/core/lib/surface/metadata_array.c
309 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/surface/validate_metadata.c
311 - src/core/lib/surface/version.c
312 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/transport/connectivity_state.c
314 - src/core/lib/transport/metadata.c
315 - src/core/lib/transport/metadata_batch.c
316 - src/core/lib/transport/static_metadata.c
317 - src/core/lib/transport/transport.c
318 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700319 deps:
320 - gpr
321 uses:
322 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700323- name: grpc_client_config
324 headers:
325 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700326 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700327 - src/core/ext/client_config/client_config.h
328 - src/core/ext/client_config/connector.h
329 - src/core/ext/client_config/initial_connect_string.h
330 - src/core/ext/client_config/lb_policy.h
331 - src/core/ext/client_config/lb_policy_factory.h
332 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700333 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700334 - src/core/ext/client_config/resolver.h
335 - src/core/ext/client_config/resolver_factory.h
336 - src/core/ext/client_config/resolver_registry.h
337 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700338 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700339 - src/core/ext/client_config/subchannel_index.h
340 - src/core/ext/client_config/uri_parser.h
341 src:
342 - src/core/ext/client_config/channel_connectivity.c
343 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700344 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700345 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700346 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700347 - src/core/ext/client_config/connector.c
348 - src/core/ext/client_config/default_initial_connect_string.c
349 - src/core/ext/client_config/initial_connect_string.c
350 - src/core/ext/client_config/lb_policy.c
351 - src/core/ext/client_config/lb_policy_factory.c
352 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700353 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700354 - src/core/ext/client_config/resolver.c
355 - src/core/ext/client_config/resolver_factory.c
356 - src/core/ext/client_config/resolver_registry.c
357 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700358 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700359 - src/core/ext/client_config/subchannel_index.c
360 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700361 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700362 uses:
363 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800364- name: grpc_codegen
365 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800366 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700367 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800368 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800369 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800370 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800371 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800372 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700373 uses:
374 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700375- name: grpc_lb_policy_grpclb
376 headers:
377 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700378 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700379 src:
380 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700381 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700382 uses:
383 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700384 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700385 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700386- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700387 src:
388 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700389 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700390 uses:
391 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700392 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700393- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700394 src:
395 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700396 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700397 uses:
398 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700399 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700400- name: grpc_load_reporting
401 headers:
402 - src/core/ext/load_reporting/load_reporting.h
403 - src/core/ext/load_reporting/load_reporting_filter.h
404 src:
405 - src/core/ext/load_reporting/load_reporting.c
406 - src/core/ext/load_reporting/load_reporting_filter.c
407 plugin: grpc_load_reporting_plugin
408 uses:
409 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700410- name: grpc_resolver_dns_native
411 src:
412 - src/core/ext/resolver/dns/native/dns_resolver.c
413 plugin: grpc_resolver_dns_native
414 uses:
415 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700416 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700417- name: grpc_resolver_sockaddr
418 src:
419 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
420 plugin: grpc_resolver_sockaddr
421 uses:
422 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700423 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100424- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700425 public_headers:
426 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700427 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100428 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700429 - src/core/lib/security/context/security_context.h
430 - src/core/lib/security/credentials/composite/composite_credentials.h
431 - src/core/lib/security/credentials/credentials.h
432 - src/core/lib/security/credentials/fake/fake_credentials.h
433 - src/core/lib/security/credentials/google_default/google_default_credentials.h
434 - src/core/lib/security/credentials/iam/iam_credentials.h
435 - src/core/lib/security/credentials/jwt/json_token.h
436 - src/core/lib/security/credentials/jwt/jwt_credentials.h
437 - src/core/lib/security/credentials/jwt/jwt_verifier.h
438 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
439 - src/core/lib/security/credentials/plugin/plugin_credentials.h
440 - src/core/lib/security/credentials/ssl/ssl_credentials.h
441 - src/core/lib/security/transport/auth_filters.h
442 - src/core/lib/security/transport/handshake.h
443 - src/core/lib/security/transport/secure_endpoint.h
444 - src/core/lib/security/transport/security_connector.h
445 - src/core/lib/security/util/b64.h
446 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100447 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700448 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700449 - src/core/lib/security/context/security_context.c
450 - src/core/lib/security/credentials/composite/composite_credentials.c
451 - src/core/lib/security/credentials/credentials.c
452 - src/core/lib/security/credentials/credentials_metadata.c
453 - src/core/lib/security/credentials/fake/fake_credentials.c
454 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700455 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700456 - src/core/lib/security/credentials/google_default/google_default_credentials.c
457 - src/core/lib/security/credentials/iam/iam_credentials.c
458 - src/core/lib/security/credentials/jwt/json_token.c
459 - src/core/lib/security/credentials/jwt/jwt_credentials.c
460 - src/core/lib/security/credentials/jwt/jwt_verifier.c
461 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
462 - src/core/lib/security/credentials/plugin/plugin_credentials.c
463 - src/core/lib/security/credentials/ssl/ssl_credentials.c
464 - src/core/lib/security/transport/client_auth_filter.c
465 - src/core/lib/security/transport/handshake.c
466 - src/core/lib/security/transport/secure_endpoint.c
467 - src/core/lib/security/transport/security_connector.c
468 - src/core/lib/security/transport/server_auth_filter.c
469 - src/core/lib/security/util/b64.c
470 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700471 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700472 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700473 uses:
474 - grpc_base
475 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700476 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700477- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700478 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700479 headers:
480 - test/core/end2end/cq_verifier.h
481 - test/core/end2end/fixtures/proxy.h
482 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700483 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200484 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700485 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700486 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700487 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700488 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700489 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700490 - test/core/util/slice_splitter.h
491 src:
492 - test/core/end2end/cq_verifier.c
493 - test/core/end2end/fixtures/proxy.c
494 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700495 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200496 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700497 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700498 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700499 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700500 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700501 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700502 - test/core/util/port_windows.c
503 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700504 deps:
505 - grpc
506 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700507- name: grpc_transport_chttp2
508 headers:
Craig Tillerf0555b32016-03-28 10:19:24 -0700509 - src/core/ext/transport/chttp2/transport/bin_encoder.h
510 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
511 - src/core/ext/transport/chttp2/transport/frame.h
512 - src/core/ext/transport/chttp2/transport/frame_data.h
513 - src/core/ext/transport/chttp2/transport/frame_goaway.h
514 - src/core/ext/transport/chttp2/transport/frame_ping.h
515 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
516 - src/core/ext/transport/chttp2/transport/frame_settings.h
517 - src/core/ext/transport/chttp2/transport/frame_window_update.h
518 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
519 - src/core/ext/transport/chttp2/transport/hpack_parser.h
520 - src/core/ext/transport/chttp2/transport/hpack_table.h
521 - src/core/ext/transport/chttp2/transport/http2_errors.h
522 - src/core/ext/transport/chttp2/transport/huffsyms.h
523 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
524 - src/core/ext/transport/chttp2/transport/internal.h
525 - src/core/ext/transport/chttp2/transport/status_conversion.h
526 - src/core/ext/transport/chttp2/transport/stream_map.h
527 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
528 - src/core/ext/transport/chttp2/transport/varint.h
529 src:
Craig Tillerf0555b32016-03-28 10:19:24 -0700530 - src/core/ext/transport/chttp2/transport/bin_encoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700531 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700532 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
533 - src/core/ext/transport/chttp2/transport/frame_data.c
534 - src/core/ext/transport/chttp2/transport/frame_goaway.c
535 - src/core/ext/transport/chttp2/transport/frame_ping.c
536 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
537 - src/core/ext/transport/chttp2/transport/frame_settings.c
538 - src/core/ext/transport/chttp2/transport/frame_window_update.c
539 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
540 - src/core/ext/transport/chttp2/transport/hpack_parser.c
541 - src/core/ext/transport/chttp2/transport/hpack_table.c
542 - src/core/ext/transport/chttp2/transport/huffsyms.c
543 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
544 - src/core/ext/transport/chttp2/transport/parsing.c
545 - src/core/ext/transport/chttp2/transport/status_conversion.c
546 - src/core/ext/transport/chttp2/transport/stream_lists.c
547 - src/core/ext/transport/chttp2/transport/stream_map.c
548 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
549 - src/core/ext/transport/chttp2/transport/varint.c
550 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700551 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700552 uses:
553 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700554 - grpc_transport_chttp2_alpn
555- name: grpc_transport_chttp2_alpn
556 headers:
557 - src/core/ext/transport/chttp2/alpn/alpn.h
558 src:
559 - src/core/ext/transport/chttp2/alpn/alpn.c
560 deps:
561 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700562- name: grpc_transport_chttp2_client_insecure
563 src:
564 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700565 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700566 uses:
567 - grpc_transport_chttp2
568 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700569 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700570- name: grpc_transport_chttp2_client_secure
571 src:
572 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700573 uses:
574 - grpc_transport_chttp2
575 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700576 - grpc_client_config
577 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700578- name: grpc_transport_chttp2_server_insecure
579 src:
580 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700581 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700582 uses:
583 - grpc_transport_chttp2
584 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700585- name: grpc_transport_chttp2_server_secure
586 src:
587 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700588 uses:
589 - grpc_transport_chttp2
590 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700591 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700592- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700593 public_headers:
594 - include/grpc/grpc_cronet.h
595 - include/grpc/grpc_security.h
596 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700597 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700598 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
599 src:
600 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
601 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
602 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700603 filegroups:
604 - grpc_base
605 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800606- name: nanopb
607 headers:
608 - third_party/nanopb/pb.h
609 - third_party/nanopb/pb_common.h
610 - third_party/nanopb/pb_decode.h
611 - third_party/nanopb/pb_encode.h
612 src:
613 - third_party/nanopb/pb_common.c
614 - third_party/nanopb/pb_decode.c
615 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700616- name: tsi
617 headers:
618 - src/core/lib/tsi/fake_transport_security.h
619 - src/core/lib/tsi/ssl_transport_security.h
620 - src/core/lib/tsi/ssl_types.h
621 - src/core/lib/tsi/transport_security.h
622 - src/core/lib/tsi/transport_security_interface.h
623 src:
624 - src/core/lib/tsi/fake_transport_security.c
625 - src/core/lib/tsi/ssl_transport_security.c
626 - src/core/lib/tsi/transport_security.c
627 deps:
628 - gpr
629 secure: true
630- name: grpc++_base
631 language: c++
632 public_headers:
633 - include/grpc++/alarm.h
634 - include/grpc++/channel.h
635 - include/grpc++/client_context.h
636 - include/grpc++/completion_queue.h
637 - include/grpc++/create_channel.h
638 - include/grpc++/generic/async_generic_service.h
639 - include/grpc++/generic/generic_stub.h
640 - include/grpc++/grpc++.h
641 - include/grpc++/impl/call.h
642 - include/grpc++/impl/client_unary_call.h
643 - include/grpc++/impl/grpc_library.h
644 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700645 - include/grpc++/impl/rpc_method.h
646 - include/grpc++/impl/rpc_service_method.h
647 - include/grpc++/impl/serialization_traits.h
648 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700649 - include/grpc++/impl/server_builder_plugin.h
650 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700651 - include/grpc++/impl/service_type.h
652 - include/grpc++/impl/sync.h
653 - include/grpc++/impl/sync_cxx11.h
654 - include/grpc++/impl/sync_no_cxx11.h
655 - include/grpc++/impl/thd.h
656 - include/grpc++/impl/thd_cxx11.h
657 - include/grpc++/impl/thd_no_cxx11.h
658 - include/grpc++/security/auth_context.h
659 - include/grpc++/security/auth_metadata_processor.h
660 - include/grpc++/security/credentials.h
661 - include/grpc++/security/server_credentials.h
662 - include/grpc++/server.h
663 - include/grpc++/server_builder.h
664 - include/grpc++/server_context.h
665 - include/grpc++/support/async_stream.h
666 - include/grpc++/support/async_unary_call.h
667 - include/grpc++/support/byte_buffer.h
668 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700669 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700670 - include/grpc++/support/slice.h
671 - include/grpc++/support/status.h
672 - include/grpc++/support/status_code_enum.h
673 - include/grpc++/support/string_ref.h
674 - include/grpc++/support/stub_options.h
675 - include/grpc++/support/sync_stream.h
676 - include/grpc++/support/time.h
677 headers:
678 - src/cpp/client/create_channel_internal.h
679 - src/cpp/common/core_codegen.h
680 - src/cpp/server/dynamic_thread_pool.h
681 - src/cpp/server/thread_pool_interface.h
682 src:
683 - src/cpp/client/channel.cc
684 - src/cpp/client/client_context.cc
685 - src/cpp/client/create_channel.cc
686 - src/cpp/client/create_channel_internal.cc
687 - src/cpp/client/credentials.cc
688 - src/cpp/client/generic_stub.cc
689 - src/cpp/client/insecure_credentials.cc
690 - src/cpp/common/channel_arguments.cc
691 - src/cpp/common/completion_queue.cc
692 - src/cpp/common/core_codegen.cc
693 - src/cpp/common/rpc_method.cc
694 - src/cpp/server/async_generic_service.cc
695 - src/cpp/server/create_default_thread_pool.cc
696 - src/cpp/server/dynamic_thread_pool.cc
697 - src/cpp/server/insecure_server_credentials.cc
698 - src/cpp/server/server.cc
699 - src/cpp/server/server_builder.cc
700 - src/cpp/server/server_context.cc
701 - src/cpp/server/server_credentials.cc
702 - src/cpp/util/byte_buffer.cc
703 - src/cpp/util/slice.cc
704 - src/cpp/util/status.cc
705 - src/cpp/util/string_ref.cc
706 - src/cpp/util/time.cc
707 deps:
708 - grpc
709 uses:
yang-g17487f92016-06-03 15:21:15 -0700710 - grpc++_codegen_base
711- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700712 language: c++
713 public_headers:
714 - include/grpc++/impl/codegen/async_stream.h
715 - include/grpc++/impl/codegen/async_unary_call.h
716 - include/grpc++/impl/codegen/call.h
717 - include/grpc++/impl/codegen/call_hook.h
718 - include/grpc++/impl/codegen/channel_interface.h
719 - include/grpc++/impl/codegen/client_context.h
720 - include/grpc++/impl/codegen/client_unary_call.h
721 - include/grpc++/impl/codegen/completion_queue.h
722 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700723 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700724 - include/grpc++/impl/codegen/core_codegen_interface.h
725 - include/grpc++/impl/codegen/create_auth_context.h
726 - include/grpc++/impl/codegen/grpc_library.h
727 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700728 - include/grpc++/impl/codegen/rpc_method.h
729 - include/grpc++/impl/codegen/rpc_service_method.h
730 - include/grpc++/impl/codegen/security/auth_context.h
731 - include/grpc++/impl/codegen/serialization_traits.h
732 - include/grpc++/impl/codegen/server_context.h
733 - include/grpc++/impl/codegen/server_interface.h
734 - include/grpc++/impl/codegen/service_type.h
735 - include/grpc++/impl/codegen/status.h
736 - include/grpc++/impl/codegen/status_code_enum.h
737 - include/grpc++/impl/codegen/string_ref.h
738 - include/grpc++/impl/codegen/stub_options.h
739 - include/grpc++/impl/codegen/sync.h
740 - include/grpc++/impl/codegen/sync_cxx11.h
741 - include/grpc++/impl/codegen/sync_no_cxx11.h
742 - include/grpc++/impl/codegen/sync_stream.h
743 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700744 uses:
745 - grpc_codegen
yang-g17487f92016-06-03 15:21:15 -0700746- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700747 language: c++
748 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700749 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700750 uses:
yang-g17487f92016-06-03 15:21:15 -0700751 - grpc++_codegen_base
752 - grpc++_config_proto
753- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 language: c++
755 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700756 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100757libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800758- name: gpr
759 build: all
760 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800761 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700762 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800763 secure: false
764 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
765- name: gpr_test_util
766 build: private
767 language: c
768 headers:
769 - test/core/util/test_config.h
770 src:
771 - test/core/util/test_config.c
772 deps:
773 - gpr
774 secure: false
775 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700776- name: grpc
777 build: all
778 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 src:
780 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700781 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800782 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700783 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700784 filegroups:
785 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700786 - grpc_transport_chttp2_server_secure
787 - grpc_transport_chttp2_client_secure
788 - grpc_transport_chttp2_server_insecure
789 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700790 - grpc_lb_policy_grpclb
791 - grpc_lb_policy_pick_first
792 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700793 - grpc_resolver_dns_native
794 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700795 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100796 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700797 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700798 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700799 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700800 vs_packages:
801 - grpc.dependencies.openssl
802 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700803 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700804- name: grpc_cronet
805 build: all
806 language: c
807 src:
808 - src/core/lib/surface/init.c
809 baselib: true
810 deps_linkage: static
811 dll: true
812 filegroups:
813 - grpc_base
814 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700815 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700816 generate_plugin_registry: true
817 platforms:
818 - linux
819 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100820- name: grpc_dll
821 build: private
822 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100823 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100824 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100825 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100826 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100827 build_system:
828 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100829 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100830 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100831 vs_config_type: DynamicLibrary
832 vs_packages:
833 - grpc.dependencies.openssl
834 - grpc.dependencies.zlib
835 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
836 vs_props:
837 - zlib
838 - openssl
839 - winsock
840 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700841- name: grpc_test_util
842 build: private
843 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700844 headers:
845 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800846 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700847 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700848 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700849 - test/core/end2end/data/server1_cert.c
850 - test/core/end2end/data/server1_key.c
851 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800852 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700853 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800854 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800855 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700856 - grpc
857 filegroups:
858 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700859 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
860- name: grpc_test_util_unsecure
861 build: private
862 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700863 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800864 - gpr
865 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800866 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700867 filegroups:
868 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700869 secure: false
870 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
871- name: grpc_unsecure
872 build: all
873 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700874 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700875 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700876 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700877 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800878 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700879 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700880 filegroups:
881 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700882 - grpc_transport_chttp2_server_insecure
883 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700884 - grpc_resolver_dns_native
885 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700886 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700887 - grpc_lb_policy_grpclb
888 - grpc_lb_policy_pick_first
889 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700890 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700891 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700892 secure: false
893 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
894- name: grpc_zookeeper
895 build: all
896 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700897 public_headers:
898 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700899 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700900 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700901 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800902 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700903 - grpc
904 external_deps:
905 - zookeeper
906 platforms:
907 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700908 secure: false
909- name: reconnect_server
910 build: private
911 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700912 headers:
913 - test/core/util/reconnect_server.h
914 src:
915 - test/core/util/reconnect_server.c
916 deps:
yang-gc9fca182015-11-06 16:41:33 -0800917 - test_tcp_server
918 - grpc_test_util
919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800920 - gpr_test_util
921 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800922- name: test_tcp_server
923 build: private
924 language: c
925 headers:
926 - test/core/util/test_tcp_server.h
927 src:
928 - test/core/util/test_tcp_server.c
929 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700930 - grpc_test_util
931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800932 - gpr_test_util
933 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700934- name: grpc++
935 build: all
936 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700937 headers:
938 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800939 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700940 - src/cpp/common/secure_auth_context.h
941 - src/cpp/server/secure_server_credentials.h
942 src:
Craig Tiller25834342015-09-25 08:08:24 -0700943 - src/cpp/client/secure_credentials.cc
944 - src/cpp/common/auth_property_iterator.cc
945 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800946 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700947 - src/cpp/common/secure_create_auth_context.cc
948 - src/cpp/server/secure_server_credentials.cc
949 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700950 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700951 baselib: true
952 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700953 filegroups:
954 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700955 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700956 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700957 secure: check
958 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
959- name: grpc++_test_config
960 build: private
961 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700962 headers:
963 - test/cpp/util/test_config.h
964 src:
965 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700966- name: grpc++_test_util
967 build: private
968 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700969 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800970 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800971 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700972 - test/cpp/util/create_test_channel.h
973 - test/cpp/util/string_ref_helper.h
974 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800975 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700976 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800977 - src/proto/grpc/testing/echo_messages.proto
978 - src/proto/grpc/testing/echo.proto
979 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800980 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800981 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700982 - test/cpp/util/create_test_channel.cc
983 - test/cpp/util/string_ref_helper.cc
984 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800985 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700986 deps:
987 - grpc++
988 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -0700989 filegroups:
990 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700991 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -0700992 - grpc++_codegen_proto
993 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700994- name: grpc++_unsecure
995 build: all
996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700997 src:
998 - src/cpp/common/insecure_create_auth_context.cc
999 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001000 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001001 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001002 baselib: true
1003 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001004 filegroups:
1005 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001006 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001007 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008 secure: false
1009 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001010- name: grpc_cli_libs
1011 build: private
1012 language: c++
1013 headers:
1014 - test/cpp/util/cli_call.h
1015 - test/cpp/util/proto_file_parser.h
1016 src:
1017 - test/cpp/util/cli_call.cc
1018 - test/cpp/util/proto_file_parser.cc
1019 deps:
1020 - grpc++
1021 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001022- name: grpc_plugin_support
1023 build: protoc
1024 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001025 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001026 - src/compiler/config.h
1027 - src/compiler/cpp_generator.h
1028 - src/compiler/cpp_generator_helpers.h
1029 - src/compiler/csharp_generator.h
1030 - src/compiler/csharp_generator_helpers.h
1031 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001032 - src/compiler/node_generator.h
1033 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001034 - src/compiler/objective_c_generator.h
1035 - src/compiler/objective_c_generator_helpers.h
1036 - src/compiler/python_generator.h
1037 - src/compiler/ruby_generator.h
1038 - src/compiler/ruby_generator_helpers-inl.h
1039 - src/compiler/ruby_generator_map-inl.h
1040 - src/compiler/ruby_generator_string-inl.h
1041 src:
1042 - src/compiler/cpp_generator.cc
1043 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001044 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001045 - src/compiler/objective_c_generator.cc
1046 - src/compiler/python_generator.cc
1047 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001048 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001049 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001050 secure: false
1051 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001052 vs_props:
1053 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001054- name: interop_client_helper
1055 build: private
1056 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001057 headers:
1058 - test/cpp/interop/client_helper.h
1059 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001060 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001061 - test/cpp/interop/client_helper.cc
1062 deps:
1063 - grpc++_test_util
1064 - grpc_test_util
1065 - grpc++
1066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001067 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001068- name: interop_client_main
1069 build: private
1070 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001071 headers:
1072 - test/cpp/interop/interop_client.h
1073 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001074 - src/proto/grpc/testing/empty.proto
1075 - src/proto/grpc/testing/messages.proto
1076 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001077 - test/cpp/interop/client.cc
1078 - test/cpp/interop/interop_client.cc
1079 deps:
1080 - interop_client_helper
1081 - grpc++_test_util
1082 - grpc_test_util
1083 - grpc++
1084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001085 - gpr_test_util
1086 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001087 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001088- name: interop_server_helper
1089 build: private
1090 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001091 headers:
1092 - test/cpp/interop/server_helper.h
1093 src:
1094 - test/cpp/interop/server_helper.cc
1095 deps:
1096 - grpc_test_util
1097 - grpc++
1098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001099 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001100- name: interop_server_main
1101 build: private
1102 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001103 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001104 - src/proto/grpc/testing/empty.proto
1105 - src/proto/grpc/testing/messages.proto
1106 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001107 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001108 deps:
1109 - interop_server_helper
1110 - grpc++_test_util
1111 - grpc_test_util
1112 - grpc++
1113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001114 - gpr_test_util
1115 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001116 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117- name: qps
1118 build: private
1119 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001120 headers:
1121 - test/cpp/qps/client.h
1122 - test/cpp/qps/driver.h
1123 - test/cpp/qps/histogram.h
1124 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001125 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001126 - test/cpp/qps/qps_worker.h
1127 - test/cpp/qps/report.h
1128 - test/cpp/qps/server.h
1129 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001130 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001131 - test/cpp/util/benchmark_config.h
1132 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001133 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001134 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001135 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001136 - src/proto/grpc/testing/control.proto
1137 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001138 - test/cpp/qps/client_async.cc
1139 - test/cpp/qps/client_sync.cc
1140 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001141 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001142 - test/cpp/qps/qps_worker.cc
1143 - test/cpp/qps/report.cc
1144 - test/cpp/qps/server_async.cc
1145 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001146 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001147 - test/cpp/util/benchmark_config.cc
1148 deps:
1149 - grpc_test_util
1150 - grpc++_test_util
1151 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152- name: grpc_csharp_ext
1153 build: all
1154 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001155 src:
1156 - src/csharp/ext/grpc_csharp_ext.c
1157 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001159 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001160 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001161 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001162 dll: only
1163 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001164 vs_packages:
1165 - grpc.dependencies.openssl
1166 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001168 vs_props:
1169 - zlib
1170 - openssl
1171 - winsock
1172 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001173targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001174- name: alarm_test
1175 build: test
1176 language: c
1177 src:
1178 - test/core/surface/alarm_test.c
1179 deps:
1180 - grpc_test_util
1181 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001182 - gpr_test_util
1183 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001184- name: algorithm_test
1185 build: test
1186 language: c
1187 src:
1188 - test/core/compression/algorithm_test.c
1189 deps:
1190 - grpc_test_util
1191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001192 - gpr_test_util
1193 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001194- name: alloc_test
1195 build: test
1196 language: c
1197 src:
1198 - test/core/support/alloc_test.c
1199 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001200 - gpr_test_util
1201 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001202- name: alpn_test
1203 build: test
1204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001205 src:
1206 - test/core/transport/chttp2/alpn_test.c
1207 deps:
1208 - grpc_test_util
1209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001210 - gpr_test_util
1211 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001212- name: api_fuzzer
1213 build: fuzzer
1214 language: c
1215 src:
1216 - test/core/end2end/fuzzers/api_fuzzer.c
1217 deps:
1218 - grpc_test_util
1219 - grpc
1220 - gpr_test_util
1221 - gpr
1222 corpus_dirs:
1223 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001224 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001225 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001226- name: bin_encoder_test
1227 build: test
1228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001229 src:
1230 - test/core/transport/chttp2/bin_encoder_test.c
1231 deps:
1232 - grpc_test_util
1233 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001234- name: census_context_test
1235 build: test
1236 language: c
1237 src:
1238 - test/core/census/context_test.c
1239 deps:
1240 - grpc_test_util
1241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001242 - gpr_test_util
1243 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001244- name: channel_create_test
1245 build: test
1246 language: c
1247 src:
1248 - test/core/surface/channel_create_test.c
1249 deps:
1250 - grpc_test_util
1251 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001252 - gpr_test_util
1253 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001254- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001255 build: test
1256 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001257 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001258 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001259 deps:
1260 - grpc_test_util
1261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001262 - gpr_test_util
1263 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001264- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001265 build: test
1266 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001267 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001268 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001269 deps:
1270 - grpc_test_util
1271 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001272 - gpr_test_util
1273 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001274- name: chttp2_stream_map_test
1275 build: test
1276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001277 src:
1278 - test/core/transport/chttp2/stream_map_test.c
1279 deps:
1280 - grpc_test_util
1281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001282 - gpr_test_util
1283 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001284- name: chttp2_varint_test
1285 build: test
1286 language: c
1287 src:
1288 - test/core/transport/chttp2/varint_test.c
1289 deps:
1290 - grpc_test_util
1291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001292 - gpr_test_util
1293 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001294- name: client_fuzzer
1295 build: fuzzer
1296 language: c
1297 src:
1298 - test/core/end2end/fuzzers/client_fuzzer.c
1299 deps:
1300 - grpc_test_util
1301 - grpc
1302 - gpr_test_util
1303 - gpr
1304 corpus_dirs:
1305 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001306 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001307 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: compression_test
1309 build: test
1310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001311 src:
1312 - test/core/compression/compression_test.c
1313 deps:
1314 - grpc_test_util
1315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001316 - gpr_test_util
1317 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001318- name: concurrent_connectivity_test
1319 build: test
1320 language: c
1321 src:
1322 - test/core/surface/concurrent_connectivity_test.c
1323 deps:
1324 - grpc_test_util
1325 - grpc
1326 - gpr_test_util
1327 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001328- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001329 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001330 build: test
1331 language: c
1332 src:
1333 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1334 deps:
1335 - grpc_test_util
1336 - grpc
1337 - gpr_test_util
1338 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001339- name: dns_resolver_test
1340 build: test
1341 language: c
1342 src:
1343 - test/core/client_config/resolvers/dns_resolver_test.c
1344 deps:
1345 - grpc_test_util
1346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001347 - gpr_test_util
1348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001349- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001350 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351 build: test
1352 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001353 src:
1354 - test/core/end2end/dualstack_socket_test.c
1355 deps:
1356 - grpc_test_util
1357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001358 - gpr_test_util
1359 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001360 platforms:
1361 - mac
1362 - linux
1363 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001364- name: endpoint_pair_test
1365 build: test
1366 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001367 src:
1368 - test/core/iomgr/endpoint_pair_test.c
1369 deps:
1370 - grpc_test_util
1371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001372 - gpr_test_util
1373 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001374- name: fd_conservation_posix_test
1375 build: test
1376 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001377 src:
1378 - test/core/iomgr/fd_conservation_posix_test.c
1379 deps:
1380 - grpc_test_util
1381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 - gpr_test_util
1383 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001384 platforms:
1385 - mac
1386 - linux
1387 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001388- name: fd_posix_test
1389 build: test
1390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001391 src:
1392 - test/core/iomgr/fd_posix_test.c
1393 deps:
1394 - grpc_test_util
1395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr_test_util
1397 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001398 platforms:
1399 - mac
1400 - linux
1401 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001402- name: fling_client
1403 build: test
1404 run: false
1405 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001406 src:
1407 - test/core/fling/client.c
1408 deps:
1409 - grpc_test_util
1410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001411 - gpr_test_util
1412 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001413- name: fling_server
1414 build: test
1415 run: false
1416 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001417 src:
1418 - test/core/fling/server.c
1419 deps:
1420 - grpc_test_util
1421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001422 - gpr_test_util
1423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001424- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001425 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001426 build: test
1427 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001428 src:
1429 - test/core/fling/fling_stream_test.c
1430 deps:
1431 - grpc_test_util
1432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001433 - gpr_test_util
1434 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001435 platforms:
1436 - mac
1437 - linux
1438 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001439- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001440 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001441 build: test
1442 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001443 src:
1444 - test/core/fling/fling_test.c
1445 deps:
1446 - grpc_test_util
1447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001448 - gpr_test_util
1449 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001450 platforms:
1451 - mac
1452 - linux
1453 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001454- name: gen_hpack_tables
1455 build: tool
1456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001457 src:
1458 - tools/codegen/core/gen_hpack_tables.c
1459 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001461 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462- name: gen_legal_metadata_characters
1463 build: tool
1464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001465 src:
1466 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001468- name: goaway_server_test
1469 cpu_cost: 0.1
1470 build: test
1471 language: c
1472 src:
1473 - test/core/end2end/goaway_server_test.c
1474 deps:
1475 - grpc_test_util
1476 - grpc
1477 - gpr_test_util
1478 - gpr
1479 platforms:
1480 - mac
1481 - linux
1482 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001483- name: gpr_avl_test
1484 build: test
1485 language: c
1486 src:
1487 - test/core/support/avl_test.c
1488 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001489 - gpr_test_util
1490 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001491- name: gpr_backoff_test
1492 build: test
1493 language: c
1494 src:
1495 - test/core/support/backoff_test.c
1496 deps:
1497 - gpr_test_util
1498 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001499- name: gpr_cmdline_test
1500 build: test
1501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001502 src:
1503 - test/core/support/cmdline_test.c
1504 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001505 - gpr_test_util
1506 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001507- name: gpr_cpu_test
1508 build: test
1509 language: c
1510 src:
1511 - test/core/support/cpu_test.c
1512 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001513 - gpr_test_util
1514 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515- name: gpr_env_test
1516 build: test
1517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001518 src:
1519 - test/core/support/env_test.c
1520 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001521 - gpr_test_util
1522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001523- name: gpr_histogram_test
1524 build: test
1525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
1527 - test/core/support/histogram_test.c
1528 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001529 - gpr_test_util
1530 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001531- name: gpr_host_port_test
1532 build: test
1533 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001534 src:
1535 - test/core/support/host_port_test.c
1536 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001539- name: gpr_load_file_test
1540 build: test
1541 language: c
1542 src:
1543 - test/core/support/load_file_test.c
1544 deps:
1545 - gpr_test_util
1546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: gpr_log_test
1548 build: test
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/support/log_test.c
1552 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001553 - gpr_test_util
1554 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001555- name: gpr_slice_buffer_test
1556 build: test
1557 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001558 src:
1559 - test/core/support/slice_buffer_test.c
1560 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001563- name: gpr_slice_test
1564 build: test
1565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001566 src:
1567 - test/core/support/slice_test.c
1568 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001569 - gpr_test_util
1570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001571- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001572 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001573 build: test
1574 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001575 src:
1576 - test/core/support/stack_lockfree_test.c
1577 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001578 - gpr_test_util
1579 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001580- name: gpr_string_test
1581 build: test
1582 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001583 src:
1584 - test/core/support/string_test.c
1585 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr_test_util
1587 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001588- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001589 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001590 build: test
1591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001592 src:
1593 - test/core/support/sync_test.c
1594 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001595 - gpr_test_util
1596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001597- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001598 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001599 build: test
1600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001601 src:
1602 - test/core/support/thd_test.c
1603 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001604 - gpr_test_util
1605 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001606- name: gpr_time_test
1607 build: test
1608 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001609 src:
1610 - test/core/support/time_test.c
1611 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001612 - gpr_test_util
1613 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001614- name: gpr_tls_test
1615 build: test
1616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001617 src:
1618 - test/core/support/tls_test.c
1619 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001620 - gpr_test_util
1621 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001622- name: gpr_useful_test
1623 build: test
1624 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001625 src:
1626 - test/core/support/useful_test.c
1627 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001628 - gpr_test_util
1629 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630- name: grpc_auth_context_test
1631 build: test
1632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001633 src:
1634 - test/core/security/auth_context_test.c
1635 deps:
1636 - grpc_test_util
1637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001638 - gpr_test_util
1639 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001640- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001641 build: test
1642 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001643 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001644 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001645 deps:
1646 - grpc_test_util
1647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001648 - gpr_test_util
1649 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001650- name: grpc_byte_buffer_reader_test
1651 build: test
1652 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001653 src:
1654 - test/core/surface/byte_buffer_reader_test.c
1655 deps:
1656 - grpc_test_util
1657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001658 - gpr_test_util
1659 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001660- name: grpc_channel_args_test
1661 build: test
1662 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001663 src:
1664 - test/core/channel/channel_args_test.c
1665 deps:
1666 - grpc_test_util
1667 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001668 - gpr_test_util
1669 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001670- name: grpc_channel_stack_test
1671 build: test
1672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001673 src:
1674 - test/core/channel/channel_stack_test.c
1675 deps:
1676 - grpc_test_util
1677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001678 - gpr_test_util
1679 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001680- name: grpc_completion_queue_test
1681 build: test
1682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001683 src:
1684 - test/core/surface/completion_queue_test.c
1685 deps:
1686 - grpc_test_util
1687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001688 - gpr_test_util
1689 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001690- name: grpc_create_jwt
1691 build: tool
1692 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001693 src:
1694 - test/core/security/create_jwt.c
1695 deps:
1696 - grpc_test_util
1697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 - gpr_test_util
1699 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700- name: grpc_credentials_test
1701 build: test
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - test/core/security/credentials_test.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 - gpr_test_util
1709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710- name: grpc_fetch_oauth2
1711 build: tool
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - test/core/security/fetch_oauth2.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001720- name: grpc_invalid_channel_args_test
1721 build: test
1722 language: c
1723 src:
1724 - test/core/surface/invalid_channel_args_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730- name: grpc_json_token_test
1731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/security/json_token_test.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001738 - gpr_test_util
1739 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001740 platforms:
1741 - linux
1742 - posix
1743 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001744- name: grpc_jwt_verifier_test
1745 build: test
1746 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001747 src:
1748 - test/core/security/jwt_verifier_test.c
1749 deps:
1750 - grpc_test_util
1751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001752 - gpr_test_util
1753 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001754- name: grpc_print_google_default_creds_token
1755 build: tool
1756 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001757 src:
1758 - test/core/security/print_google_default_creds_token.c
1759 deps:
1760 - grpc_test_util
1761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001762 - gpr_test_util
1763 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764- name: grpc_security_connector_test
1765 build: test
1766 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001767 src:
1768 - test/core/security/security_connector_test.c
1769 deps:
1770 - grpc_test_util
1771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001772 - gpr_test_util
1773 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001774- name: grpc_verify_jwt
1775 build: tool
1776 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001777 src:
1778 - test/core/security/verify_jwt.c
1779 deps:
1780 - grpc_test_util
1781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 - gpr_test_util
1783 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001784- name: hpack_parser_fuzzer_test
1785 build: fuzzer
1786 language: c
1787 src:
1788 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1789 deps:
1790 - grpc_test_util
1791 - grpc
1792 - gpr_test_util
1793 - gpr
1794 corpus_dirs:
1795 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001796 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001797 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001798- name: hpack_parser_test
1799 build: test
1800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001801 src:
1802 - test/core/transport/chttp2/hpack_parser_test.c
1803 deps:
1804 - grpc_test_util
1805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001806 - gpr_test_util
1807 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001808- name: hpack_table_test
1809 build: test
1810 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001811 src:
1812 - test/core/transport/chttp2/hpack_table_test.c
1813 deps:
1814 - grpc_test_util
1815 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001816 - gpr_test_util
1817 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001818- name: http_fuzzer_test
1819 build: fuzzer
1820 language: c
1821 src:
1822 - test/core/http/fuzzer.c
1823 deps:
1824 - grpc_test_util
1825 - grpc
1826 - gpr_test_util
1827 - gpr
1828 corpus_dirs:
1829 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001830 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001831- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832 build: test
1833 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001834 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001835 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001836 deps:
1837 - grpc_test_util
1838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001841- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001842 build: test
1843 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001844 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001845 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001846 deps:
1847 - grpc_test_util
1848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001849 - gpr_test_util
1850 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001851- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001852 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853 build: test
1854 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001855 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001856 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001857 deps:
1858 - grpc_test_util
1859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001860 - gpr_test_util
1861 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001862 platforms:
1863 - mac
1864 - linux
1865 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001866- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001867 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001868 build: test
1869 language: c
1870 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001871 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001872 deps:
1873 - grpc_test_util
1874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr_test_util
1876 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001877 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001878 - linux
yang-gf1183302015-12-07 16:02:05 -08001879- name: init_test
1880 build: test
1881 language: c
1882 src:
1883 - test/core/surface/init_test.c
1884 deps:
1885 - grpc_test_util
1886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001889- name: internal_api_canary_iomgr_test
1890 build: test
1891 run: false
1892 language: c
1893 src:
1894 - test/core/internal_api_canaries/iomgr.c
1895 deps:
1896 - grpc_test_util
1897 - grpc
1898 - gpr_test_util
1899 - gpr
1900- name: internal_api_canary_support_test
1901 build: test
1902 run: false
1903 language: c
1904 src:
1905 - test/core/internal_api_canaries/iomgr.c
1906 deps:
1907 - grpc_test_util
1908 - grpc
1909 - gpr_test_util
1910 - gpr
1911- name: internal_api_canary_transport_test
1912 build: test
1913 run: false
1914 language: c
1915 src:
1916 - test/core/internal_api_canaries/iomgr.c
1917 deps:
1918 - grpc_test_util
1919 - grpc
1920 - gpr_test_util
1921 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001922- name: invalid_call_argument_test
1923 build: test
1924 language: c
1925 src:
1926 - test/core/end2end/invalid_call_argument_test.c
1927 deps:
1928 - grpc_test_util
1929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001932- name: json_fuzzer_test
1933 build: fuzzer
1934 language: c
1935 src:
1936 - test/core/json/fuzzer.c
1937 deps:
1938 - grpc_test_util
1939 - grpc
1940 - gpr_test_util
1941 - gpr
1942 corpus_dirs:
1943 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001944 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945- name: json_rewrite
1946 build: test
1947 run: false
1948 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001949 src:
1950 - test/core/json/json_rewrite.c
1951 deps:
1952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001953 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001954- name: json_rewrite_test
1955 build: test
1956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001957 src:
1958 - test/core/json/json_rewrite_test.c
1959 deps:
1960 - grpc_test_util
1961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001962 - gpr_test_util
1963 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001964- name: json_stream_error_test
1965 build: test
1966 language: c
1967 src:
1968 - test/core/json/json_stream_error_test.c
1969 deps:
1970 - grpc_test_util
1971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001972 - gpr_test_util
1973 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001974- name: json_test
1975 build: test
1976 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001977 src:
1978 - test/core/json/json_test.c
1979 deps:
1980 - grpc_test_util
1981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001982 - gpr_test_util
1983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: lame_client_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/surface/lame_client_test.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001994- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001995 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001996 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001997 build: test
1998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001999 src:
2000 - test/core/client_config/lb_policies_test.c
2001 deps:
2002 - grpc_test_util
2003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: low_level_ping_pong_benchmark
2007 build: benchmark
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - test/core/network_benchmarks/low_level_ping_pong.c
2011 deps:
2012 - grpc_test_util
2013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 - gpr_test_util
2015 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002016 platforms:
2017 - mac
2018 - linux
2019 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002020- name: message_compress_test
2021 build: test
2022 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002023 src:
2024 - test/core/compression/message_compress_test.c
2025 deps:
2026 - grpc_test_util
2027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002028 - gpr_test_util
2029 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002030- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002031 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002032 build: test
2033 language: c
2034 src:
2035 - test/core/census/mlog_test.c
2036 deps:
2037 - grpc_test_util
2038 - grpc
2039 - gpr_test_util
2040 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002041- name: multiple_server_queues_test
2042 build: test
2043 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002044 src:
2045 - test/core/end2end/multiple_server_queues_test.c
2046 deps:
2047 - grpc_test_util
2048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002049 - gpr_test_util
2050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002051- name: murmur_hash_test
2052 build: test
2053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002054 src:
2055 - test/core/support/murmur_hash_test.c
2056 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002057 - gpr_test_util
2058 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002059- name: nanopb_fuzzer_response_test
2060 build: fuzzer
2061 language: c
2062 src:
2063 - test/core/nanopb/fuzzer_response.c
2064 deps:
2065 - grpc_test_util
2066 - grpc
2067 - gpr_test_util
2068 - gpr
2069 corpus_dirs:
2070 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002071 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002072- name: nanopb_fuzzer_serverlist_test
2073 build: fuzzer
2074 language: c
2075 src:
2076 - test/core/nanopb/fuzzer_serverlist.c
2077 deps:
2078 - grpc_test_util
2079 - grpc
2080 - gpr_test_util
2081 - gpr
2082 corpus_dirs:
2083 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002084 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002085- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002086 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087 build: test
2088 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002089 src:
2090 - test/core/end2end/no_server_test.c
2091 deps:
2092 - grpc_test_util
2093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002094 - gpr_test_util
2095 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002096- name: resolve_address_test
2097 build: test
2098 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002099 src:
2100 - test/core/iomgr/resolve_address_test.c
2101 deps:
2102 - grpc_test_util
2103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002104 - gpr_test_util
2105 - gpr
yang-gd482e592015-12-10 14:04:00 -08002106- name: secure_channel_create_test
2107 build: test
2108 language: c
2109 src:
2110 - test/core/surface/secure_channel_create_test.c
2111 deps:
2112 - grpc_test_util
2113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002114 - gpr_test_util
2115 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116- name: secure_endpoint_test
2117 build: test
2118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002119 src:
2120 - test/core/security/secure_endpoint_test.c
2121 deps:
2122 - grpc_test_util
2123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002124 - gpr_test_util
2125 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002126- name: server_chttp2_test
2127 build: test
2128 language: c
2129 src:
2130 - test/core/surface/server_chttp2_test.c
2131 deps:
2132 - grpc_test_util
2133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002134 - gpr_test_util
2135 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002136- name: server_fuzzer
2137 build: fuzzer
2138 language: c
2139 src:
2140 - test/core/end2end/fuzzers/server_fuzzer.c
2141 deps:
2142 - grpc_test_util
2143 - grpc
2144 - gpr_test_util
2145 - gpr
2146 corpus_dirs:
2147 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002148 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002149 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002150- name: server_test
2151 build: test
2152 language: c
2153 src:
2154 - test/core/surface/server_test.c
2155 deps:
2156 - grpc_test_util
2157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002158 - gpr_test_util
2159 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002160- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002161 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002162 build: test
2163 language: c
2164 src:
2165 - test/core/client_config/set_initial_connect_string_test.c
2166 deps:
2167 - test_tcp_server
2168 - grpc_test_util
2169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002170 - gpr_test_util
2171 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002172- name: sockaddr_resolver_test
2173 build: test
2174 language: c
2175 src:
2176 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2177 deps:
2178 - grpc_test_util
2179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002180 - gpr_test_util
2181 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002182- name: sockaddr_utils_test
2183 build: test
2184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002185 src:
2186 - test/core/iomgr/sockaddr_utils_test.c
2187 deps:
2188 - grpc_test_util
2189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002190 - gpr_test_util
2191 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002192- name: socket_utils_test
2193 build: test
2194 language: c
2195 src:
2196 - test/core/iomgr/socket_utils_test.c
2197 deps:
2198 - grpc_test_util
2199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002200 - gpr_test_util
2201 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002202 platforms:
2203 - mac
2204 - linux
2205 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002206- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002207 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002208 build: test
2209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002210 src:
2211 - test/core/iomgr/tcp_client_posix_test.c
2212 deps:
2213 - grpc_test_util
2214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002215 - gpr_test_util
2216 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002217 platforms:
2218 - mac
2219 - linux
2220 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002221- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002222 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002223 build: test
2224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002225 src:
2226 - test/core/iomgr/tcp_posix_test.c
2227 deps:
2228 - grpc_test_util
2229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002230 - gpr_test_util
2231 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002232 platforms:
2233 - mac
2234 - linux
2235 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002236- name: tcp_server_posix_test
2237 build: test
2238 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002239 src:
2240 - test/core/iomgr/tcp_server_posix_test.c
2241 deps:
2242 - grpc_test_util
2243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002244 - gpr_test_util
2245 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002246 platforms:
2247 - mac
2248 - linux
2249 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002250- name: time_averaged_stats_test
2251 build: test
2252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002253 src:
2254 - test/core/iomgr/time_averaged_stats_test.c
2255 deps:
2256 - grpc_test_util
2257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002258 - gpr_test_util
2259 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002260- name: timeout_encoding_test
2261 build: test
2262 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002263 src:
2264 - test/core/transport/chttp2/timeout_encoding_test.c
2265 deps:
2266 - grpc_test_util
2267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002268 - gpr_test_util
2269 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002270- name: timer_heap_test
2271 build: test
2272 language: c
2273 src:
2274 - test/core/iomgr/timer_heap_test.c
2275 deps:
2276 - grpc_test_util
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002280- name: timer_list_test
2281 build: test
2282 language: c
2283 src:
2284 - test/core/iomgr/timer_list_test.c
2285 deps:
2286 - grpc_test_util
2287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002288 - gpr_test_util
2289 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002290- name: timers_test
2291 build: test
2292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002293 src:
2294 - test/core/profiling/timers_test.c
2295 deps:
2296 - grpc_test_util
2297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 - gpr_test_util
2299 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002300- name: transport_connectivity_state_test
2301 build: test
2302 language: c
2303 src:
2304 - test/core/transport/connectivity_state_test.c
2305 deps:
2306 - grpc_test_util
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr_test_util
2309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310- name: transport_metadata_test
2311 build: test
2312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
2314 - test/core/transport/metadata_test.c
2315 deps:
2316 - grpc_test_util
2317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002318 - gpr_test_util
2319 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002320- name: transport_security_test
2321 build: test
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/core/tsi/transport_security_test.c
2325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002330 platforms:
2331 - linux
2332 - posix
2333 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002334- name: udp_server_test
2335 build: test
2336 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002337 src:
2338 - test/core/iomgr/udp_server_test.c
2339 deps:
2340 - grpc_test_util
2341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002342 - gpr_test_util
2343 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002344 platforms:
2345 - mac
2346 - linux
2347 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002348- name: uri_fuzzer_test
2349 build: fuzzer
2350 language: c
2351 src:
2352 - test/core/client_config/uri_fuzzer_test.c
2353 deps:
2354 - grpc_test_util
2355 - grpc
2356 - gpr_test_util
2357 - gpr
2358 corpus_dirs:
2359 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002360 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002361- name: uri_parser_test
2362 build: test
2363 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002364 src:
2365 - test/core/client_config/uri_parser_test.c
2366 deps:
2367 - grpc_test_util
2368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002369 - gpr_test_util
2370 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002371- name: workqueue_test
2372 build: test
2373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002374 src:
2375 - test/core/iomgr/workqueue_test.c
2376 deps:
2377 - grpc_test_util
2378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002379 - gpr_test_util
2380 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002381 platforms:
2382 - mac
2383 - linux
2384 - posix
vjpai04e992a2016-02-10 16:58:38 -08002385- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002386 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002387 build: test
2388 language: c++
2389 src:
2390 - test/cpp/common/alarm_cpp_test.cc
2391 deps:
2392 - grpc++_test_util
2393 - grpc_test_util
2394 - grpc++
2395 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002396 - gpr_test_util
2397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002398- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002399 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002400 build: test
2401 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002402 src:
2403 - test/cpp/end2end/async_end2end_test.cc
2404 deps:
2405 - grpc++_test_util
2406 - grpc_test_util
2407 - grpc++
2408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002409 - gpr_test_util
2410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002411- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002412 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002413 build: test
2414 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
2416 - test/cpp/common/auth_property_iterator_test.cc
2417 deps:
2418 - grpc++_test_util
2419 - grpc_test_util
2420 - grpc++
2421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr_test_util
2423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002424- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002425 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002426 build: test
2427 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002428 src:
yang-g52705592015-11-25 11:45:33 -08002429 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002430 deps:
2431 - grpc++
2432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002433 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002434- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002435 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002436 build: test
2437 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002438 src:
2439 - test/cpp/util/cli_call_test.cc
2440 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002441 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002442 - grpc++_test_util
2443 - grpc_test_util
2444 - grpc++
2445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002446 - gpr_test_util
2447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002449 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002450 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002451 build: test
2452 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002453 src:
2454 - test/cpp/end2end/client_crash_test.cc
2455 deps:
2456 - grpc++_test_util
2457 - grpc_test_util
2458 - grpc++
2459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002460 - gpr_test_util
2461 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002462 platforms:
2463 - mac
2464 - linux
2465 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: client_crash_test_server
2467 build: test
2468 run: false
2469 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002470 src:
2471 - test/cpp/end2end/client_crash_test_server.cc
2472 deps:
2473 - grpc++_test_util
2474 - grpc_test_util
2475 - grpc++
2476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002477 - gpr_test_util
2478 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002479- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002480 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002481 build: test
2482 language: c++
2483 src:
2484 - src/proto/grpc/testing/control.proto
2485 - src/proto/grpc/testing/messages.proto
2486 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002487 - src/proto/grpc/testing/services.proto
2488 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002489 - test/cpp/codegen/codegen_test_full.cc
2490 deps:
2491 - grpc++
2492 - grpc
2493 - gpr
2494 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002495 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002496- name: codegen_test_minimal
2497 gtest: true
2498 build: test
2499 language: c++
2500 src:
2501 - src/proto/grpc/testing/control.proto
2502 - src/proto/grpc/testing/messages.proto
2503 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002504 - src/proto/grpc/testing/services.proto
2505 - src/proto/grpc/testing/stats.proto
2506 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002507 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002508 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002509 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002510- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002511 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002512 build: test
2513 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002514 src:
2515 - test/cpp/client/credentials_test.cc
2516 deps:
2517 - grpc++
2518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002519 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002520- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002521 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002522 build: test
2523 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002524 src:
2525 - test/cpp/util/byte_buffer_test.cc
2526 deps:
2527 - grpc_test_util
2528 - grpc++
2529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002530 - gpr_test_util
2531 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002532- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002533 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002534 build: test
2535 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002536 src:
2537 - test/cpp/util/slice_test.cc
2538 deps:
2539 - grpc_test_util
2540 - grpc++
2541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002542 - gpr_test_util
2543 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002544- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002545 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002546 build: test
2547 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002548 src:
2549 - test/cpp/util/string_ref_test.cc
2550 deps:
2551 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002552- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002553 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554 build: test
2555 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002556 src:
2557 - test/cpp/util/time_test.cc
2558 deps:
2559 - grpc_test_util
2560 - grpc++
2561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002562 - gpr_test_util
2563 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002565 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002566 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567 build: test
2568 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002569 src:
2570 - test/cpp/end2end/end2end_test.cc
2571 deps:
2572 - grpc++_test_util
2573 - grpc_test_util
2574 - grpc++
2575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002576 - gpr_test_util
2577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002578- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002579 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580 build: test
2581 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002582 src:
2583 - test/cpp/end2end/generic_end2end_test.cc
2584 deps:
2585 - grpc++_test_util
2586 - grpc_test_util
2587 - grpc++
2588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002589 - gpr_test_util
2590 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002591- name: golden_file_test
2592 gtest: true
2593 build: test
2594 language: c++
2595 src:
2596 - src/proto/grpc/testing/compiler_test.proto
2597 - test/cpp/codegen/golden_file_test.cc
2598 deps:
2599 - grpc++
2600 - grpc
2601 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602- name: grpc_cli
2603 build: test
2604 run: false
2605 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002606 src:
2607 - test/cpp/util/grpc_cli.cc
2608 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002609 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002610 - grpc++_test_util
2611 - grpc_test_util
2612 - grpc++
2613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002614 - gpr_test_util
2615 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002616 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002617- name: grpc_cpp_plugin
2618 build: protoc
2619 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002620 src:
2621 - src/compiler/cpp_plugin.cc
2622 deps:
2623 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002624 secure: false
2625 vs_config_type: Application
2626 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2627- name: grpc_csharp_plugin
2628 build: protoc
2629 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002630 src:
2631 - src/compiler/csharp_plugin.cc
2632 deps:
2633 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002634 secure: false
2635 vs_config_type: Application
2636 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002637- name: grpc_node_plugin
2638 build: protoc
2639 language: c++
2640 src:
2641 - src/compiler/node_plugin.cc
2642 deps:
2643 - grpc_plugin_support
2644 secure: false
2645 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002646- name: grpc_objective_c_plugin
2647 build: protoc
2648 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002649 src:
2650 - src/compiler/objective_c_plugin.cc
2651 deps:
2652 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002653 secure: false
2654 vs_config_type: Application
2655 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2656- name: grpc_python_plugin
2657 build: protoc
2658 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002659 src:
2660 - src/compiler/python_plugin.cc
2661 deps:
2662 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002663 secure: false
2664 vs_config_type: Application
2665 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2666- name: grpc_ruby_plugin
2667 build: protoc
2668 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002669 src:
2670 - src/compiler/ruby_plugin.cc
2671 deps:
2672 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002673 secure: false
2674 vs_config_type: Application
2675 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002676- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002677 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002678 build: test
2679 language: c++
2680 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002681 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002682 - test/cpp/grpclb/grpclb_api_test.cc
2683 deps:
2684 - grpc++_test_util
2685 - grpc_test_util
2686 - grpc++
2687 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002688- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002689 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002690 build: test
2691 language: c++
2692 src:
2693 - test/cpp/end2end/hybrid_end2end_test.cc
2694 deps:
2695 - grpc++_test_util
2696 - grpc_test_util
2697 - grpc++
2698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr_test_util
2700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002701- name: interop_client
2702 build: test
2703 run: false
2704 language: c++
2705 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002706 deps:
2707 - interop_client_main
2708 - interop_client_helper
2709 - grpc++_test_util
2710 - grpc_test_util
2711 - grpc++
2712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002713 - gpr_test_util
2714 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002715 - grpc++_test_config
2716 platforms:
2717 - mac
2718 - linux
2719 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720- name: interop_server
2721 build: test
2722 run: false
2723 language: c++
2724 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002725 deps:
2726 - interop_server_main
2727 - interop_server_helper
2728 - grpc++_test_util
2729 - grpc_test_util
2730 - grpc++
2731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002732 - gpr_test_util
2733 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002734 - grpc++_test_config
2735 platforms:
2736 - mac
2737 - linux
2738 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002739- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002740 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002741 build: test
2742 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002743 src:
2744 - test/cpp/interop/interop_test.cc
2745 deps:
2746 - grpc_test_util
2747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002748 - gpr_test_util
2749 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002750 platforms:
2751 - mac
2752 - linux
2753 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002754- name: json_run_localhost
2755 build: test
2756 run: false
2757 language: c++
2758 src:
2759 - test/cpp/qps/json_run_localhost.cc
2760 deps:
2761 - grpc++_test_util
2762 - grpc_test_util
2763 - grpc++
2764 - grpc
2765 - gpr_test_util
2766 - gpr
2767 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002768- name: metrics_client
2769 build: test
2770 run: false
2771 language: c++
2772 headers:
2773 - test/cpp/util/metrics_server.h
2774 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002775 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002776 - test/cpp/interop/metrics_client.cc
2777 deps:
2778 - grpc++
2779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002780 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002781 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002782- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002783 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002784 build: test
2785 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002786 src:
2787 - test/cpp/end2end/mock_test.cc
2788 deps:
2789 - grpc++_test_util
2790 - grpc_test_util
2791 - grpc++
2792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002793 - gpr_test_util
2794 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002795- name: qps_interarrival_test
2796 build: test
2797 run: false
2798 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002799 src:
2800 - test/cpp/qps/qps_interarrival_test.cc
2801 deps:
2802 - qps
2803 - grpc++_test_util
2804 - grpc_test_util
2805 - grpc++
2806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002807 - gpr_test_util
2808 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002809 platforms:
2810 - mac
2811 - linux
2812 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002813- name: qps_json_driver
2814 build: test
2815 run: false
2816 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002817 headers:
2818 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002819 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002820 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002821 - test/cpp/qps/qps_json_driver.cc
2822 deps:
2823 - qps
2824 - grpc++_test_util
2825 - grpc_test_util
2826 - grpc++
2827 - grpc
2828 - gpr_test_util
2829 - gpr
2830 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002831- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002832 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833 build: test
2834 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002835 src:
2836 - test/cpp/qps/qps_openloop_test.cc
2837 deps:
2838 - qps
2839 - grpc++_test_util
2840 - grpc_test_util
2841 - grpc++
2842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002843 - gpr_test_util
2844 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002845 - grpc++_test_config
2846 platforms:
2847 - mac
2848 - linux
2849 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002850- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002851 build: test
2852 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002853 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002854 headers:
2855 - test/cpp/qps/client.h
2856 - test/cpp/qps/server.h
2857 src:
2858 - test/cpp/qps/worker.cc
2859 deps:
2860 - qps
2861 - grpc++_test_util
2862 - grpc_test_util
2863 - grpc++
2864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002865 - gpr_test_util
2866 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002867 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002868- name: reconnect_interop_client
2869 build: test
2870 run: false
2871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002872 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002873 - src/proto/grpc/testing/empty.proto
2874 - src/proto/grpc/testing/messages.proto
2875 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002876 - test/cpp/interop/reconnect_interop_client.cc
2877 deps:
2878 - grpc++_test_util
2879 - grpc_test_util
2880 - grpc++
2881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002882 - gpr_test_util
2883 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002884 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002885- name: reconnect_interop_server
2886 build: test
2887 run: false
2888 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002889 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002890 - src/proto/grpc/testing/empty.proto
2891 - src/proto/grpc/testing/messages.proto
2892 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002893 - test/cpp/interop/reconnect_interop_server.cc
2894 deps:
2895 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002896 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002897 - grpc++_test_util
2898 - grpc_test_util
2899 - grpc++
2900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002901 - gpr_test_util
2902 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002903 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002904- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002905 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002906 build: test
2907 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002908 src:
2909 - test/cpp/common/secure_auth_context_test.cc
2910 deps:
2911 - grpc++_test_util
2912 - grpc_test_util
2913 - grpc++
2914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002915 - gpr_test_util
2916 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002917- name: secure_sync_unary_ping_pong_test
2918 build: test
2919 language: c++
2920 src:
2921 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2922 deps:
2923 - qps
2924 - grpc++_test_util
2925 - grpc_test_util
2926 - grpc++
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr_test_util
2929 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002930 platforms:
2931 - mac
2932 - linux
2933 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002934- name: server_builder_plugin_test
2935 gtest: true
2936 build: test
2937 language: c++
2938 src:
2939 - test/cpp/end2end/server_builder_plugin_test.cc
2940 deps:
2941 - grpc++_test_util
2942 - grpc_test_util
2943 - grpc++
2944 - grpc
2945 - gpr_test_util
2946 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002947- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002948 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002949 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002950 build: test
2951 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002952 src:
2953 - test/cpp/end2end/server_crash_test.cc
2954 deps:
2955 - grpc++_test_util
2956 - grpc_test_util
2957 - grpc++
2958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002959 - gpr_test_util
2960 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002961 platforms:
2962 - mac
2963 - linux
2964 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002965- name: server_crash_test_client
2966 build: test
2967 run: false
2968 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002969 src:
2970 - test/cpp/end2end/server_crash_test_client.cc
2971 deps:
2972 - grpc++_test_util
2973 - grpc_test_util
2974 - grpc++
2975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002976 - gpr_test_util
2977 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002978- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002979 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002980 build: test
2981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002982 src:
2983 - test/cpp/end2end/shutdown_test.cc
2984 deps:
2985 - grpc++_test_util
2986 - grpc_test_util
2987 - grpc++
2988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002989 - gpr_test_util
2990 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002991- name: status_test
2992 build: test
2993 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002994 src:
2995 - test/cpp/util/status_test.cc
2996 deps:
2997 - grpc_test_util
2998 - grpc++
2999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003000 - gpr_test_util
3001 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003002- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003003 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003004 build: test
3005 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003006 src:
3007 - test/cpp/end2end/streaming_throughput_test.cc
3008 deps:
3009 - grpc++_test_util
3010 - grpc_test_util
3011 - grpc++
3012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003013 - gpr_test_util
3014 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003015 platforms:
3016 - mac
3017 - linux
3018 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003019- name: stress_test
3020 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003021 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003022 language: c++
3023 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003024 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003025 - test/cpp/interop/interop_client.h
3026 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003027 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003028 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003029 - src/proto/grpc/testing/empty.proto
3030 - src/proto/grpc/testing/messages.proto
3031 - src/proto/grpc/testing/metrics.proto
3032 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003033 - test/cpp/interop/interop_client.cc
3034 - test/cpp/interop/stress_interop_client.cc
3035 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003036 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003037 deps:
3038 - grpc++_test_util
3039 - grpc_test_util
3040 - grpc++
3041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003042 - gpr_test_util
3043 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003044 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003045- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003046 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003047 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003048 build: test
3049 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003050 src:
3051 - test/cpp/end2end/thread_stress_test.cc
3052 deps:
3053 - grpc++_test_util
3054 - grpc_test_util
3055 - grpc++
3056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003057 - gpr_test_util
3058 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003059- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003060 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003061 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003062 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003063 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003064 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003065 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003066 - test/cpp/end2end/zookeeper_test.cc
3067 deps:
3068 - grpc++_test_util
3069 - grpc_test_util
3070 - grpc++
3071 - grpc_zookeeper
3072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003073 - gpr_test_util
3074 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003075 external_deps:
3076 - zookeeper
3077 platforms:
3078 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003079- name: public_headers_must_be_c89
3080 build: test
3081 language: c89
3082 src:
3083 - test/core/surface/public_headers_must_be_c89.c
3084 deps:
3085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003087vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003088- linkage: static
3089 name: grpc.dependencies.zlib
3090 props: false
3091 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003092 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003093- linkage: static
3094 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003095 props: true
3096 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003097 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003098- name: gflags
3099 props: false
3100 redist: false
3101 version: 2.1.2.1
3102- name: gtest
3103 props: false
3104 redist: false
3105 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003106configs:
3107 asan:
3108 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003109 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3110 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003111 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003112 LD: clang
3113 LDFLAGS: -fsanitize=address
3114 LDXX: clang++
3115 compile_the_world: true
3116 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003117 ASAN_OPTIONS: detect_leaks=1:color=always
3118 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003119 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003120 asan-noleaks:
3121 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003122 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3123 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003124 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003125 LD: clang
3126 LDFLAGS: -fsanitize=address
3127 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003128 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003129 test_environ:
3130 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003131 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003132 asan-trace-cmp:
3133 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003134 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3135 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003136 CXX: clang++
3137 LD: clang
3138 LDFLAGS: -fsanitize=address
3139 LDXX: clang++
3140 compile_the_world: true
3141 test_environ:
3142 ASAN_OPTIONS: detect_leaks=1:color=always
3143 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3144 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003145 basicprof:
3146 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3147 DEFINES: NDEBUG
3148 dbg:
3149 CPPFLAGS: -O0
3150 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003151 easan:
3152 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003153 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3154 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003155 CXX: clang++
3156 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3157 LD: clang
3158 LDFLAGS: -fsanitize=address
3159 LDXX: clang++
3160 compile_the_world: true
3161 test_environ:
3162 ASAN_OPTIONS: detect_leaks=1:color=always
3163 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3164 timeout_multiplier: 3
3165 edbg:
3166 CPPFLAGS: -O0
3167 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3168 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003169 CC: clang
3170 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003171 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003172 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003173 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003174 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003175 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003176 LDXX: clang++
3177 compile_the_world: true
3178 test_environ:
3179 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3180 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003181 gcov:
3182 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003183 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003184 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003185 DEFINES: _DEBUG DEBUG GPR_GCOV
3186 LD: gcc
3187 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3188 LDXX: g++
3189 helgrind:
3190 CPPFLAGS: -O0
3191 DEFINES: _DEBUG DEBUG
3192 LDFLAGS: -rdynamic
3193 timeout_multiplier: 20
3194 valgrind: --tool=helgrind
3195 memcheck:
3196 CPPFLAGS: -O0
3197 DEFINES: _DEBUG DEBUG
3198 LDFLAGS: -rdynamic
3199 timeout_multiplier: 10
3200 valgrind: --tool=memcheck --leak-check=full
3201 msan:
3202 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003203 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3204 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3205 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003206 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003207 DEFINES: NDEBUG
3208 LD: clang
3209 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3210 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3211 LDXX: clang++
3212 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003213 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003214 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003215 CPPFLAGS: -O3 -fno-omit-frame-pointer
3216 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003217 LDFLAGS: -rdynamic
3218 opt:
3219 CPPFLAGS: -O2
3220 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003221 stapprof:
3222 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3223 DEFINES: NDEBUG
3224 tsan:
3225 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003226 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003227 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003228 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003229 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003230 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003231 LDXX: clang++
3232 compile_the_world: true
3233 test_environ:
3234 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003235 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003236 ubsan:
3237 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003238 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3239 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003240 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003241 DEFINES: NDEBUG
3242 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003243 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003244 LDXX: clang++
3245 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003246 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003247 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003248 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003249defaults:
3250 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003251 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003252 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003253 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003254 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003255 global:
3256 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3257 LDFLAGS: -g
3258 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003259 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003260 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003261node_modules:
3262- deps:
3263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003264 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003265 - boringssl
3266 - z
murgatroid9994a75412015-11-19 14:04:53 -08003267 headers:
3268 - src/node/ext/byte_buffer.h
3269 - src/node/ext/call.h
3270 - src/node/ext/call_credentials.h
3271 - src/node/ext/channel.h
3272 - src/node/ext/channel_credentials.h
3273 - src/node/ext/completion_queue_async_worker.h
3274 - src/node/ext/server.h
3275 - src/node/ext/server_credentials.h
3276 - src/node/ext/timeval.h
3277 js:
3278 - src/node/index.js
3279 - src/node/src/client.js
3280 - src/node/src/common.js
3281 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003282 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003283 - src/node/src/metadata.js
3284 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003285 name: grpc_node
3286 src:
3287 - src/node/ext/byte_buffer.cc
3288 - src/node/ext/call.cc
3289 - src/node/ext/call_credentials.cc
3290 - src/node/ext/channel.cc
3291 - src/node/ext/channel_credentials.cc
3292 - src/node/ext/completion_queue_async_worker.cc
3293 - src/node/ext/node_grpc.cc
3294 - src/node/ext/server.cc
3295 - src/node/ext/server_credentials.cc
3296 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003297openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003298 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003299 extraction_dir: openssl-1.0.2f
3300 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003301php_config_m4:
3302 deps:
3303 - grpc
3304 - gpr
3305 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003306 headers:
3307 - src/php/ext/grpc/byte_buffer.h
3308 - src/php/ext/grpc/call.h
3309 - src/php/ext/grpc/call_credentials.h
3310 - src/php/ext/grpc/channel.h
3311 - src/php/ext/grpc/channel_credentials.h
3312 - src/php/ext/grpc/completion_queue.h
3313 - src/php/ext/grpc/php_grpc.h
3314 - src/php/ext/grpc/server.h
3315 - src/php/ext/grpc/server_credentials.h
3316 - src/php/ext/grpc/timeval.h
3317 src:
3318 - src/php/ext/grpc/byte_buffer.c
3319 - src/php/ext/grpc/call.c
3320 - src/php/ext/grpc/call_credentials.c
3321 - src/php/ext/grpc/channel.c
3322 - src/php/ext/grpc/channel_credentials.c
3323 - src/php/ext/grpc/completion_queue.c
3324 - src/php/ext/grpc/php_grpc.c
3325 - src/php/ext/grpc/server.c
3326 - src/php/ext/grpc/server_credentials.c
3327 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003328python_dependencies:
3329 deps:
3330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003331 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003332 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003333 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003334ruby_gem:
3335 deps:
3336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003337 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003338 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003339 - z