blob: 7ceaee9c6eb1e38cc8f146defe5ffabda180b63f [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
Craig Tiller44cc10b2016-03-28 10:45:29 -0700581 uses:
582 - grpc_transport_chttp2
583 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700584- name: grpc_transport_chttp2_server_secure
585 src:
586 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700587 uses:
588 - grpc_transport_chttp2
589 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700590 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700591- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700592 public_headers:
593 - include/grpc/grpc_cronet.h
594 - include/grpc/grpc_security.h
595 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700596 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700597 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
598 src:
599 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
600 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
601 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700602 filegroups:
603 - grpc_base
604 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800605- name: nanopb
606 headers:
607 - third_party/nanopb/pb.h
608 - third_party/nanopb/pb_common.h
609 - third_party/nanopb/pb_decode.h
610 - third_party/nanopb/pb_encode.h
611 src:
612 - third_party/nanopb/pb_common.c
613 - third_party/nanopb/pb_decode.c
614 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700615- name: tsi
616 headers:
617 - src/core/lib/tsi/fake_transport_security.h
618 - src/core/lib/tsi/ssl_transport_security.h
619 - src/core/lib/tsi/ssl_types.h
620 - src/core/lib/tsi/transport_security.h
621 - src/core/lib/tsi/transport_security_interface.h
622 src:
623 - src/core/lib/tsi/fake_transport_security.c
624 - src/core/lib/tsi/ssl_transport_security.c
625 - src/core/lib/tsi/transport_security.c
626 deps:
627 - gpr
628 secure: true
629- name: grpc++_base
630 language: c++
631 public_headers:
632 - include/grpc++/alarm.h
633 - include/grpc++/channel.h
634 - include/grpc++/client_context.h
635 - include/grpc++/completion_queue.h
636 - include/grpc++/create_channel.h
637 - include/grpc++/generic/async_generic_service.h
638 - include/grpc++/generic/generic_stub.h
639 - include/grpc++/grpc++.h
640 - include/grpc++/impl/call.h
641 - include/grpc++/impl/client_unary_call.h
642 - include/grpc++/impl/grpc_library.h
643 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700644 - include/grpc++/impl/rpc_method.h
645 - include/grpc++/impl/rpc_service_method.h
646 - include/grpc++/impl/serialization_traits.h
647 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700648 - include/grpc++/impl/server_builder_plugin.h
649 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700650 - include/grpc++/impl/service_type.h
651 - include/grpc++/impl/sync.h
652 - include/grpc++/impl/sync_cxx11.h
653 - include/grpc++/impl/sync_no_cxx11.h
654 - include/grpc++/impl/thd.h
655 - include/grpc++/impl/thd_cxx11.h
656 - include/grpc++/impl/thd_no_cxx11.h
657 - include/grpc++/security/auth_context.h
658 - include/grpc++/security/auth_metadata_processor.h
659 - include/grpc++/security/credentials.h
660 - include/grpc++/security/server_credentials.h
661 - include/grpc++/server.h
662 - include/grpc++/server_builder.h
663 - include/grpc++/server_context.h
664 - include/grpc++/support/async_stream.h
665 - include/grpc++/support/async_unary_call.h
666 - include/grpc++/support/byte_buffer.h
667 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700668 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700669 - include/grpc++/support/slice.h
670 - include/grpc++/support/status.h
671 - include/grpc++/support/status_code_enum.h
672 - include/grpc++/support/string_ref.h
673 - include/grpc++/support/stub_options.h
674 - include/grpc++/support/sync_stream.h
675 - include/grpc++/support/time.h
676 headers:
677 - src/cpp/client/create_channel_internal.h
678 - src/cpp/common/core_codegen.h
679 - src/cpp/server/dynamic_thread_pool.h
680 - src/cpp/server/thread_pool_interface.h
681 src:
682 - src/cpp/client/channel.cc
683 - src/cpp/client/client_context.cc
684 - src/cpp/client/create_channel.cc
685 - src/cpp/client/create_channel_internal.cc
686 - src/cpp/client/credentials.cc
687 - src/cpp/client/generic_stub.cc
688 - src/cpp/client/insecure_credentials.cc
689 - src/cpp/common/channel_arguments.cc
690 - src/cpp/common/completion_queue.cc
691 - src/cpp/common/core_codegen.cc
692 - src/cpp/common/rpc_method.cc
693 - src/cpp/server/async_generic_service.cc
694 - src/cpp/server/create_default_thread_pool.cc
695 - src/cpp/server/dynamic_thread_pool.cc
696 - src/cpp/server/insecure_server_credentials.cc
697 - src/cpp/server/server.cc
698 - src/cpp/server/server_builder.cc
699 - src/cpp/server/server_context.cc
700 - src/cpp/server/server_credentials.cc
701 - src/cpp/util/byte_buffer.cc
702 - src/cpp/util/slice.cc
703 - src/cpp/util/status.cc
704 - src/cpp/util/string_ref.cc
705 - src/cpp/util/time.cc
706 deps:
707 - grpc
708 uses:
yang-g17487f92016-06-03 15:21:15 -0700709 - grpc++_codegen_base
710- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700711 language: c++
712 public_headers:
713 - include/grpc++/impl/codegen/async_stream.h
714 - include/grpc++/impl/codegen/async_unary_call.h
715 - include/grpc++/impl/codegen/call.h
716 - include/grpc++/impl/codegen/call_hook.h
717 - include/grpc++/impl/codegen/channel_interface.h
718 - include/grpc++/impl/codegen/client_context.h
719 - include/grpc++/impl/codegen/client_unary_call.h
720 - include/grpc++/impl/codegen/completion_queue.h
721 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700722 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700723 - include/grpc++/impl/codegen/core_codegen_interface.h
724 - include/grpc++/impl/codegen/create_auth_context.h
725 - include/grpc++/impl/codegen/grpc_library.h
726 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700727 - include/grpc++/impl/codegen/rpc_method.h
728 - include/grpc++/impl/codegen/rpc_service_method.h
729 - include/grpc++/impl/codegen/security/auth_context.h
730 - include/grpc++/impl/codegen/serialization_traits.h
731 - include/grpc++/impl/codegen/server_context.h
732 - include/grpc++/impl/codegen/server_interface.h
733 - include/grpc++/impl/codegen/service_type.h
734 - include/grpc++/impl/codegen/status.h
735 - include/grpc++/impl/codegen/status_code_enum.h
736 - include/grpc++/impl/codegen/string_ref.h
737 - include/grpc++/impl/codegen/stub_options.h
738 - include/grpc++/impl/codegen/sync.h
739 - include/grpc++/impl/codegen/sync_cxx11.h
740 - include/grpc++/impl/codegen/sync_no_cxx11.h
741 - include/grpc++/impl/codegen/sync_stream.h
742 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700743 uses:
744 - grpc_codegen
yang-g17487f92016-06-03 15:21:15 -0700745- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700746 language: c++
747 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700748 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700749 uses:
yang-g17487f92016-06-03 15:21:15 -0700750 - grpc++_codegen_base
751 - grpc++_config_proto
752- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700753 language: c++
754 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700755 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100756libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800757- name: gpr
758 build: all
759 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800760 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700761 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800762 secure: false
763 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
764- name: gpr_test_util
765 build: private
766 language: c
767 headers:
768 - test/core/util/test_config.h
769 src:
770 - test/core/util/test_config.c
771 deps:
772 - gpr
773 secure: false
774 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700775- name: grpc
776 build: all
777 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 src:
779 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700780 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800781 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700782 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700783 filegroups:
784 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700785 - grpc_transport_chttp2_server_secure
786 - grpc_transport_chttp2_client_secure
787 - grpc_transport_chttp2_server_insecure
788 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700789 - grpc_lb_policy_grpclb
790 - grpc_lb_policy_pick_first
791 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700792 - grpc_resolver_dns_native
793 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700794 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100795 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700796 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700797 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700798 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700799 vs_packages:
800 - grpc.dependencies.openssl
801 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700802 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700803- name: grpc_cronet
804 build: all
805 language: c
806 src:
807 - src/core/lib/surface/init.c
808 baselib: true
809 deps_linkage: static
810 dll: true
811 filegroups:
812 - grpc_base
813 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700814 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700815 generate_plugin_registry: true
816 platforms:
817 - linux
818 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100819- name: grpc_dll
820 build: private
821 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100822 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100823 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100824 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100825 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100826 build_system:
827 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100828 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100829 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100830 vs_config_type: DynamicLibrary
831 vs_packages:
832 - grpc.dependencies.openssl
833 - grpc.dependencies.zlib
834 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
835 vs_props:
836 - zlib
837 - openssl
838 - winsock
839 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700840- name: grpc_test_util
841 build: private
842 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700843 headers:
844 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800845 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700846 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700847 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700848 - test/core/end2end/data/server1_cert.c
849 - test/core/end2end/data/server1_key.c
850 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800851 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700852 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800853 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800854 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700855 - grpc
856 filegroups:
857 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700858 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
859- name: grpc_test_util_unsecure
860 build: private
861 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700862 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800863 - gpr
864 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800865 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700866 filegroups:
867 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700868 secure: false
869 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
870- name: grpc_unsecure
871 build: all
872 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700873 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700874 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700875 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700876 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800877 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700878 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700879 filegroups:
880 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700881 - grpc_transport_chttp2_server_insecure
882 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700883 - grpc_resolver_dns_native
884 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700885 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700886 - grpc_lb_policy_grpclb
887 - grpc_lb_policy_pick_first
888 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700889 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700890 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700891 secure: false
892 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
893- name: grpc_zookeeper
894 build: all
895 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700896 public_headers:
897 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700898 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700899 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700900 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800901 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700902 - grpc
903 external_deps:
904 - zookeeper
905 platforms:
906 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700907 secure: false
908- name: reconnect_server
909 build: private
910 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700911 headers:
912 - test/core/util/reconnect_server.h
913 src:
914 - test/core/util/reconnect_server.c
915 deps:
yang-gc9fca182015-11-06 16:41:33 -0800916 - test_tcp_server
917 - grpc_test_util
918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800919 - gpr_test_util
920 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800921- name: test_tcp_server
922 build: private
923 language: c
924 headers:
925 - test/core/util/test_tcp_server.h
926 src:
927 - test/core/util/test_tcp_server.c
928 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700929 - grpc_test_util
930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800931 - gpr_test_util
932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700933- name: grpc++
934 build: all
935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700936 headers:
937 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800938 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700939 - src/cpp/common/secure_auth_context.h
940 - src/cpp/server/secure_server_credentials.h
941 src:
Craig Tiller25834342015-09-25 08:08:24 -0700942 - src/cpp/client/secure_credentials.cc
943 - src/cpp/common/auth_property_iterator.cc
944 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800945 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700946 - src/cpp/common/secure_create_auth_context.cc
947 - src/cpp/server/secure_server_credentials.cc
948 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700949 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700950 baselib: true
951 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700952 filegroups:
953 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700954 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700955 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956 secure: check
957 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
958- name: grpc++_test_config
959 build: private
960 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700961 headers:
962 - test/cpp/util/test_config.h
963 src:
964 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700965- name: grpc++_test_util
966 build: private
967 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700968 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800969 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800970 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700971 - test/cpp/util/create_test_channel.h
972 - test/cpp/util/string_ref_helper.h
973 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800974 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700975 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800976 - src/proto/grpc/testing/echo_messages.proto
977 - src/proto/grpc/testing/echo.proto
978 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800979 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800980 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700981 - test/cpp/util/create_test_channel.cc
982 - test/cpp/util/string_ref_helper.cc
983 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800984 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700985 deps:
986 - grpc++
987 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -0700988 filegroups:
989 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700990 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -0700991 - grpc++_codegen_proto
992 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700993- name: grpc++_unsecure
994 build: all
995 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700996 src:
997 - src/cpp/common/insecure_create_auth_context.cc
998 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800999 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001000 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001001 baselib: true
1002 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001003 filegroups:
1004 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001005 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001006 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007 secure: false
1008 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001009- name: grpc_cli_libs
1010 build: private
1011 language: c++
1012 headers:
1013 - test/cpp/util/cli_call.h
1014 - test/cpp/util/proto_file_parser.h
1015 src:
1016 - test/cpp/util/cli_call.cc
1017 - test/cpp/util/proto_file_parser.cc
1018 deps:
1019 - grpc++
1020 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001021- name: grpc_plugin_support
1022 build: protoc
1023 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001024 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001025 - src/compiler/config.h
1026 - src/compiler/cpp_generator.h
1027 - src/compiler/cpp_generator_helpers.h
1028 - src/compiler/csharp_generator.h
1029 - src/compiler/csharp_generator_helpers.h
1030 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001031 - src/compiler/node_generator.h
1032 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001033 - src/compiler/objective_c_generator.h
1034 - src/compiler/objective_c_generator_helpers.h
1035 - src/compiler/python_generator.h
1036 - src/compiler/ruby_generator.h
1037 - src/compiler/ruby_generator_helpers-inl.h
1038 - src/compiler/ruby_generator_map-inl.h
1039 - src/compiler/ruby_generator_string-inl.h
1040 src:
1041 - src/compiler/cpp_generator.cc
1042 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001043 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001044 - src/compiler/objective_c_generator.cc
1045 - src/compiler/python_generator.cc
1046 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001047 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001048 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001049 secure: false
1050 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001051 vs_props:
1052 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001053- name: interop_client_helper
1054 build: private
1055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001056 headers:
1057 - test/cpp/interop/client_helper.h
1058 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001059 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001060 - test/cpp/interop/client_helper.cc
1061 deps:
1062 - grpc++_test_util
1063 - grpc_test_util
1064 - grpc++
1065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001066 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001067- name: interop_client_main
1068 build: private
1069 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001070 headers:
1071 - test/cpp/interop/interop_client.h
1072 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001073 - src/proto/grpc/testing/empty.proto
1074 - src/proto/grpc/testing/messages.proto
1075 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001076 - test/cpp/interop/client.cc
1077 - test/cpp/interop/interop_client.cc
1078 deps:
1079 - interop_client_helper
1080 - grpc++_test_util
1081 - grpc_test_util
1082 - grpc++
1083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001084 - gpr_test_util
1085 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001086 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087- name: interop_server_helper
1088 build: private
1089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001090 headers:
1091 - test/cpp/interop/server_helper.h
1092 src:
1093 - test/cpp/interop/server_helper.cc
1094 deps:
1095 - grpc_test_util
1096 - grpc++
1097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001098 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001099- name: interop_server_main
1100 build: private
1101 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001102 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001103 - src/proto/grpc/testing/empty.proto
1104 - src/proto/grpc/testing/messages.proto
1105 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001106 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001107 deps:
1108 - interop_server_helper
1109 - grpc++_test_util
1110 - grpc_test_util
1111 - grpc++
1112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001113 - gpr_test_util
1114 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001115 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116- name: qps
1117 build: private
1118 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001119 headers:
1120 - test/cpp/qps/client.h
1121 - test/cpp/qps/driver.h
1122 - test/cpp/qps/histogram.h
1123 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001124 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001125 - test/cpp/qps/qps_worker.h
1126 - test/cpp/qps/report.h
1127 - test/cpp/qps/server.h
1128 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001129 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001130 - test/cpp/util/benchmark_config.h
1131 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001132 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001133 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001134 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001135 - src/proto/grpc/testing/control.proto
1136 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001137 - test/cpp/qps/client_async.cc
1138 - test/cpp/qps/client_sync.cc
1139 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001140 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001141 - test/cpp/qps/qps_worker.cc
1142 - test/cpp/qps/report.cc
1143 - test/cpp/qps/server_async.cc
1144 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001145 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001146 - test/cpp/util/benchmark_config.cc
1147 deps:
1148 - grpc_test_util
1149 - grpc++_test_util
1150 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151- name: grpc_csharp_ext
1152 build: all
1153 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001154 src:
1155 - src/csharp/ext/grpc_csharp_ext.c
1156 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001158 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001159 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001160 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001161 dll: only
1162 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001163 vs_packages:
1164 - grpc.dependencies.openssl
1165 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001166 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001167 vs_props:
1168 - zlib
1169 - openssl
1170 - winsock
1171 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001172targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001173- name: alarm_test
1174 build: test
1175 language: c
1176 src:
1177 - test/core/surface/alarm_test.c
1178 deps:
1179 - grpc_test_util
1180 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001181 - gpr_test_util
1182 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001183- name: algorithm_test
1184 build: test
1185 language: c
1186 src:
1187 - test/core/compression/algorithm_test.c
1188 deps:
1189 - grpc_test_util
1190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001191 - gpr_test_util
1192 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001193- name: alloc_test
1194 build: test
1195 language: c
1196 src:
1197 - test/core/support/alloc_test.c
1198 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001199 - gpr_test_util
1200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001201- name: alpn_test
1202 build: test
1203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001204 src:
1205 - test/core/transport/chttp2/alpn_test.c
1206 deps:
1207 - grpc_test_util
1208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001209 - gpr_test_util
1210 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001211- name: api_fuzzer
1212 build: fuzzer
1213 language: c
1214 src:
1215 - test/core/end2end/fuzzers/api_fuzzer.c
1216 deps:
1217 - grpc_test_util
1218 - grpc
1219 - gpr_test_util
1220 - gpr
1221 corpus_dirs:
1222 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001223 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001224 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001225- name: bin_encoder_test
1226 build: test
1227 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001228 src:
1229 - test/core/transport/chttp2/bin_encoder_test.c
1230 deps:
1231 - grpc_test_util
1232 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001233- name: census_context_test
1234 build: test
1235 language: c
1236 src:
1237 - test/core/census/context_test.c
1238 deps:
1239 - grpc_test_util
1240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001241 - gpr_test_util
1242 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001243- name: channel_create_test
1244 build: test
1245 language: c
1246 src:
1247 - test/core/surface/channel_create_test.c
1248 deps:
1249 - grpc_test_util
1250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001251 - gpr_test_util
1252 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001253- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254 build: test
1255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001256 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001257 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001258 deps:
1259 - grpc_test_util
1260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001261 - gpr_test_util
1262 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001263- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264 build: test
1265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001266 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001267 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001268 deps:
1269 - grpc_test_util
1270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001271 - gpr_test_util
1272 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001273- name: chttp2_stream_map_test
1274 build: test
1275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001276 src:
1277 - test/core/transport/chttp2/stream_map_test.c
1278 deps:
1279 - grpc_test_util
1280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001281 - gpr_test_util
1282 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001283- name: chttp2_varint_test
1284 build: test
1285 language: c
1286 src:
1287 - test/core/transport/chttp2/varint_test.c
1288 deps:
1289 - grpc_test_util
1290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001291 - gpr_test_util
1292 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001293- name: client_fuzzer
1294 build: fuzzer
1295 language: c
1296 src:
1297 - test/core/end2end/fuzzers/client_fuzzer.c
1298 deps:
1299 - grpc_test_util
1300 - grpc
1301 - gpr_test_util
1302 - gpr
1303 corpus_dirs:
1304 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001305 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001306 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001307- name: compression_test
1308 build: test
1309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001310 src:
1311 - test/core/compression/compression_test.c
1312 deps:
1313 - grpc_test_util
1314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001315 - gpr_test_util
1316 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001317- name: concurrent_connectivity_test
1318 build: test
1319 language: c
1320 src:
1321 - test/core/surface/concurrent_connectivity_test.c
1322 deps:
1323 - grpc_test_util
1324 - grpc
1325 - gpr_test_util
1326 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001327- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001328 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001329 build: test
1330 language: c
1331 src:
1332 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1333 deps:
1334 - grpc_test_util
1335 - grpc
1336 - gpr_test_util
1337 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001338- name: dns_resolver_test
1339 build: test
1340 language: c
1341 src:
1342 - test/core/client_config/resolvers/dns_resolver_test.c
1343 deps:
1344 - grpc_test_util
1345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001346 - gpr_test_util
1347 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001348- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001349 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350 build: test
1351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001352 src:
1353 - test/core/end2end/dualstack_socket_test.c
1354 deps:
1355 - grpc_test_util
1356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001357 - gpr_test_util
1358 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001359 platforms:
1360 - mac
1361 - linux
1362 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001363- name: endpoint_pair_test
1364 build: test
1365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001366 src:
1367 - test/core/iomgr/endpoint_pair_test.c
1368 deps:
1369 - grpc_test_util
1370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001371 - gpr_test_util
1372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001373- name: fd_conservation_posix_test
1374 build: test
1375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001376 src:
1377 - test/core/iomgr/fd_conservation_posix_test.c
1378 deps:
1379 - grpc_test_util
1380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr_test_util
1382 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001383 platforms:
1384 - mac
1385 - linux
1386 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001387- name: fd_posix_test
1388 build: test
1389 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001390 src:
1391 - test/core/iomgr/fd_posix_test.c
1392 deps:
1393 - grpc_test_util
1394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001395 - gpr_test_util
1396 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001397 platforms:
1398 - mac
1399 - linux
1400 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001401- name: fling_client
1402 build: test
1403 run: false
1404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001405 src:
1406 - test/core/fling/client.c
1407 deps:
1408 - grpc_test_util
1409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001410 - gpr_test_util
1411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412- name: fling_server
1413 build: test
1414 run: false
1415 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001416 src:
1417 - test/core/fling/server.c
1418 deps:
1419 - grpc_test_util
1420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr_test_util
1422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001423- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001424 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001425 build: test
1426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001427 src:
1428 - test/core/fling/fling_stream_test.c
1429 deps:
1430 - grpc_test_util
1431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001432 - gpr_test_util
1433 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001434 platforms:
1435 - mac
1436 - linux
1437 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001438- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001439 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001440 build: test
1441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001442 src:
1443 - test/core/fling/fling_test.c
1444 deps:
1445 - grpc_test_util
1446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001447 - gpr_test_util
1448 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001449 platforms:
1450 - mac
1451 - linux
1452 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001453- name: gen_hpack_tables
1454 build: tool
1455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001456 src:
1457 - tools/codegen/core/gen_hpack_tables.c
1458 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001459 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001460 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001461- name: gen_legal_metadata_characters
1462 build: tool
1463 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001464 src:
1465 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001467- name: goaway_server_test
1468 cpu_cost: 0.1
1469 build: test
1470 language: c
1471 src:
1472 - test/core/end2end/goaway_server_test.c
1473 deps:
1474 - grpc_test_util
1475 - grpc
1476 - gpr_test_util
1477 - gpr
1478 platforms:
1479 - mac
1480 - linux
1481 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001482- name: gpr_avl_test
1483 build: test
1484 language: c
1485 src:
1486 - test/core/support/avl_test.c
1487 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001488 - gpr_test_util
1489 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001490- name: gpr_backoff_test
1491 build: test
1492 language: c
1493 src:
1494 - test/core/support/backoff_test.c
1495 deps:
1496 - gpr_test_util
1497 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001498- name: gpr_cmdline_test
1499 build: test
1500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001501 src:
1502 - test/core/support/cmdline_test.c
1503 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr_test_util
1505 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001506- name: gpr_cpu_test
1507 build: test
1508 language: c
1509 src:
1510 - test/core/support/cpu_test.c
1511 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001512 - gpr_test_util
1513 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001514- name: gpr_env_test
1515 build: test
1516 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001517 src:
1518 - test/core/support/env_test.c
1519 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001520 - gpr_test_util
1521 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001522- name: gpr_histogram_test
1523 build: test
1524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001525 src:
1526 - test/core/support/histogram_test.c
1527 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001528 - gpr_test_util
1529 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001530- name: gpr_host_port_test
1531 build: test
1532 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001533 src:
1534 - test/core/support/host_port_test.c
1535 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001538- name: gpr_load_file_test
1539 build: test
1540 language: c
1541 src:
1542 - test/core/support/load_file_test.c
1543 deps:
1544 - gpr_test_util
1545 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001546- name: gpr_log_test
1547 build: test
1548 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001549 src:
1550 - test/core/support/log_test.c
1551 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001552 - gpr_test_util
1553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554- name: gpr_slice_buffer_test
1555 build: test
1556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - test/core/support/slice_buffer_test.c
1559 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001560 - gpr_test_util
1561 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562- name: gpr_slice_test
1563 build: test
1564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001565 src:
1566 - test/core/support/slice_test.c
1567 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001568 - gpr_test_util
1569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001571 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001572 build: test
1573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001574 src:
1575 - test/core/support/stack_lockfree_test.c
1576 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: gpr_string_test
1580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/support/string_test.c
1584 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001588 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589 build: test
1590 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001591 src:
1592 - test/core/support/sync_test.c
1593 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001594 - gpr_test_util
1595 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001596- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001597 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001598 build: test
1599 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001600 src:
1601 - test/core/support/thd_test.c
1602 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001603 - gpr_test_util
1604 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001605- name: gpr_time_test
1606 build: test
1607 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001608 src:
1609 - test/core/support/time_test.c
1610 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001613- name: gpr_tls_test
1614 build: test
1615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001616 src:
1617 - test/core/support/tls_test.c
1618 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001619 - gpr_test_util
1620 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621- name: gpr_useful_test
1622 build: test
1623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
1625 - test/core/support/useful_test.c
1626 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001627 - gpr_test_util
1628 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001629- name: grpc_auth_context_test
1630 build: test
1631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
1633 - test/core/security/auth_context_test.c
1634 deps:
1635 - grpc_test_util
1636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001637 - gpr_test_util
1638 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001639- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001640 build: test
1641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001642 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001643 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001644 deps:
1645 - grpc_test_util
1646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001647 - gpr_test_util
1648 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001649- name: grpc_byte_buffer_reader_test
1650 build: test
1651 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001652 src:
1653 - test/core/surface/byte_buffer_reader_test.c
1654 deps:
1655 - grpc_test_util
1656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001657 - gpr_test_util
1658 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001659- name: grpc_channel_args_test
1660 build: test
1661 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001662 src:
1663 - test/core/channel/channel_args_test.c
1664 deps:
1665 - grpc_test_util
1666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001667 - gpr_test_util
1668 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001669- name: grpc_channel_stack_test
1670 build: test
1671 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001672 src:
1673 - test/core/channel/channel_stack_test.c
1674 deps:
1675 - grpc_test_util
1676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001677 - gpr_test_util
1678 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679- name: grpc_completion_queue_test
1680 build: test
1681 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001682 src:
1683 - test/core/surface/completion_queue_test.c
1684 deps:
1685 - grpc_test_util
1686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001687 - gpr_test_util
1688 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001689- name: grpc_create_jwt
1690 build: tool
1691 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001692 src:
1693 - test/core/security/create_jwt.c
1694 deps:
1695 - grpc_test_util
1696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001697 - gpr_test_util
1698 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001699- name: grpc_credentials_test
1700 build: test
1701 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001702 src:
1703 - test/core/security/credentials_test.c
1704 deps:
1705 - grpc_test_util
1706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001707 - gpr_test_util
1708 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709- name: grpc_fetch_oauth2
1710 build: tool
1711 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001712 src:
1713 - test/core/security/fetch_oauth2.c
1714 deps:
1715 - grpc_test_util
1716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001717 - gpr_test_util
1718 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001719- name: grpc_invalid_channel_args_test
1720 build: test
1721 language: c
1722 src:
1723 - test/core/surface/invalid_channel_args_test.c
1724 deps:
1725 - grpc_test_util
1726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 - gpr_test_util
1728 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001729- name: grpc_json_token_test
1730 build: test
1731 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001732 src:
1733 - test/core/security/json_token_test.c
1734 deps:
1735 - grpc_test_util
1736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001737 - gpr_test_util
1738 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001739 platforms:
1740 - linux
1741 - posix
1742 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001743- name: grpc_jwt_verifier_test
1744 build: test
1745 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001746 src:
1747 - test/core/security/jwt_verifier_test.c
1748 deps:
1749 - grpc_test_util
1750 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001751 - gpr_test_util
1752 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001753- name: grpc_print_google_default_creds_token
1754 build: tool
1755 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001756 src:
1757 - test/core/security/print_google_default_creds_token.c
1758 deps:
1759 - grpc_test_util
1760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001761 - gpr_test_util
1762 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763- name: grpc_security_connector_test
1764 build: test
1765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001766 src:
1767 - test/core/security/security_connector_test.c
1768 deps:
1769 - grpc_test_util
1770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001771 - gpr_test_util
1772 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001773- name: grpc_verify_jwt
1774 build: tool
1775 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001776 src:
1777 - test/core/security/verify_jwt.c
1778 deps:
1779 - grpc_test_util
1780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001781 - gpr_test_util
1782 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001783- name: hpack_parser_fuzzer_test
1784 build: fuzzer
1785 language: c
1786 src:
1787 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1788 deps:
1789 - grpc_test_util
1790 - grpc
1791 - gpr_test_util
1792 - gpr
1793 corpus_dirs:
1794 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001795 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001796 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797- name: hpack_parser_test
1798 build: test
1799 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001800 src:
1801 - test/core/transport/chttp2/hpack_parser_test.c
1802 deps:
1803 - grpc_test_util
1804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001805 - gpr_test_util
1806 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001807- name: hpack_table_test
1808 build: test
1809 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001810 src:
1811 - test/core/transport/chttp2/hpack_table_test.c
1812 deps:
1813 - grpc_test_util
1814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001815 - gpr_test_util
1816 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001817- name: http_fuzzer_test
1818 build: fuzzer
1819 language: c
1820 src:
1821 - test/core/http/fuzzer.c
1822 deps:
1823 - grpc_test_util
1824 - grpc
1825 - gpr_test_util
1826 - gpr
1827 corpus_dirs:
1828 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001829 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001830- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001831 build: test
1832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001833 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001834 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001835 deps:
1836 - grpc_test_util
1837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 - gpr_test_util
1839 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001840- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841 build: test
1842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001843 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001844 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001845 deps:
1846 - grpc_test_util
1847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001848 - gpr_test_util
1849 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001850- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001851 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852 build: test
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001855 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001856 deps:
1857 - grpc_test_util
1858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001861 platforms:
1862 - mac
1863 - linux
1864 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001865- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001866 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001867 build: test
1868 language: c
1869 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001870 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001871 deps:
1872 - grpc_test_util
1873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001874 - gpr_test_util
1875 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001876 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001877 - linux
yang-gf1183302015-12-07 16:02:05 -08001878- name: init_test
1879 build: test
1880 language: c
1881 src:
1882 - test/core/surface/init_test.c
1883 deps:
1884 - grpc_test_util
1885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001886 - gpr_test_util
1887 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001888- name: internal_api_canary_iomgr_test
1889 build: test
1890 run: false
1891 language: c
1892 src:
1893 - test/core/internal_api_canaries/iomgr.c
1894 deps:
1895 - grpc_test_util
1896 - grpc
1897 - gpr_test_util
1898 - gpr
1899- name: internal_api_canary_support_test
1900 build: test
1901 run: false
1902 language: c
1903 src:
1904 - test/core/internal_api_canaries/iomgr.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
1908 - gpr_test_util
1909 - gpr
1910- name: internal_api_canary_transport_test
1911 build: test
1912 run: false
1913 language: c
1914 src:
1915 - test/core/internal_api_canaries/iomgr.c
1916 deps:
1917 - grpc_test_util
1918 - grpc
1919 - gpr_test_util
1920 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001921- name: invalid_call_argument_test
1922 build: test
1923 language: c
1924 src:
1925 - test/core/end2end/invalid_call_argument_test.c
1926 deps:
1927 - grpc_test_util
1928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001929 - gpr_test_util
1930 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001931- name: json_fuzzer_test
1932 build: fuzzer
1933 language: c
1934 src:
1935 - test/core/json/fuzzer.c
1936 deps:
1937 - grpc_test_util
1938 - grpc
1939 - gpr_test_util
1940 - gpr
1941 corpus_dirs:
1942 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001943 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001944- name: json_rewrite
1945 build: test
1946 run: false
1947 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001948 src:
1949 - test/core/json/json_rewrite.c
1950 deps:
1951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001952 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953- name: json_rewrite_test
1954 build: test
1955 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001956 src:
1957 - test/core/json/json_rewrite_test.c
1958 deps:
1959 - grpc_test_util
1960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001963- name: json_stream_error_test
1964 build: test
1965 language: c
1966 src:
1967 - test/core/json/json_stream_error_test.c
1968 deps:
1969 - grpc_test_util
1970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001971 - gpr_test_util
1972 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001973- name: json_test
1974 build: test
1975 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001976 src:
1977 - test/core/json/json_test.c
1978 deps:
1979 - grpc_test_util
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001983- name: lame_client_test
1984 build: test
1985 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001986 src:
1987 - test/core/surface/lame_client_test.c
1988 deps:
1989 - grpc_test_util
1990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001991 - gpr_test_util
1992 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001993- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001994 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001995 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/client_config/lb_policies_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: low_level_ping_pong_benchmark
2006 build: benchmark
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/network_benchmarks/low_level_ping_pong.c
2010 deps:
2011 - grpc_test_util
2012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr_test_util
2014 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002015 platforms:
2016 - mac
2017 - linux
2018 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019- name: message_compress_test
2020 build: test
2021 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002022 src:
2023 - test/core/compression/message_compress_test.c
2024 deps:
2025 - grpc_test_util
2026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002029- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002030 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002031 build: test
2032 language: c
2033 src:
2034 - test/core/census/mlog_test.c
2035 deps:
2036 - grpc_test_util
2037 - grpc
2038 - gpr_test_util
2039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040- name: multiple_server_queues_test
2041 build: test
2042 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002043 src:
2044 - test/core/end2end/multiple_server_queues_test.c
2045 deps:
2046 - grpc_test_util
2047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002048 - gpr_test_util
2049 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002050- name: murmur_hash_test
2051 build: test
2052 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002053 src:
2054 - test/core/support/murmur_hash_test.c
2055 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr_test_util
2057 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002058- name: nanopb_fuzzer_response_test
2059 build: fuzzer
2060 language: c
2061 src:
2062 - test/core/nanopb/fuzzer_response.c
2063 deps:
2064 - grpc_test_util
2065 - grpc
2066 - gpr_test_util
2067 - gpr
2068 corpus_dirs:
2069 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002070 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002071- name: nanopb_fuzzer_serverlist_test
2072 build: fuzzer
2073 language: c
2074 src:
2075 - test/core/nanopb/fuzzer_serverlist.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
2079 - gpr_test_util
2080 - gpr
2081 corpus_dirs:
2082 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002083 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002085 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002086 build: test
2087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002088 src:
2089 - test/core/end2end/no_server_test.c
2090 deps:
2091 - grpc_test_util
2092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr_test_util
2094 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002095- name: resolve_address_test
2096 build: test
2097 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002098 src:
2099 - test/core/iomgr/resolve_address_test.c
2100 deps:
2101 - grpc_test_util
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
yang-gd482e592015-12-10 14:04:00 -08002105- name: secure_channel_create_test
2106 build: test
2107 language: c
2108 src:
2109 - test/core/surface/secure_channel_create_test.c
2110 deps:
2111 - grpc_test_util
2112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002113 - gpr_test_util
2114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002115- name: secure_endpoint_test
2116 build: test
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
2119 - test/core/security/secure_endpoint_test.c
2120 deps:
2121 - grpc_test_util
2122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr_test_util
2124 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002125- name: server_chttp2_test
2126 build: test
2127 language: c
2128 src:
2129 - test/core/surface/server_chttp2_test.c
2130 deps:
2131 - grpc_test_util
2132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002133 - gpr_test_util
2134 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002135- name: server_fuzzer
2136 build: fuzzer
2137 language: c
2138 src:
2139 - test/core/end2end/fuzzers/server_fuzzer.c
2140 deps:
2141 - grpc_test_util
2142 - grpc
2143 - gpr_test_util
2144 - gpr
2145 corpus_dirs:
2146 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002147 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002148 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002149- name: server_test
2150 build: test
2151 language: c
2152 src:
2153 - test/core/surface/server_test.c
2154 deps:
2155 - grpc_test_util
2156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002157 - gpr_test_util
2158 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002159- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002160 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002161 build: test
2162 language: c
2163 src:
2164 - test/core/client_config/set_initial_connect_string_test.c
2165 deps:
2166 - test_tcp_server
2167 - grpc_test_util
2168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002171- name: sockaddr_resolver_test
2172 build: test
2173 language: c
2174 src:
2175 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2176 deps:
2177 - grpc_test_util
2178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002179 - gpr_test_util
2180 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002181- name: sockaddr_utils_test
2182 build: test
2183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
2185 - test/core/iomgr/sockaddr_utils_test.c
2186 deps:
2187 - grpc_test_util
2188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002189 - gpr_test_util
2190 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002191- name: socket_utils_test
2192 build: test
2193 language: c
2194 src:
2195 - test/core/iomgr/socket_utils_test.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002199 - gpr_test_util
2200 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002201 platforms:
2202 - mac
2203 - linux
2204 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002206 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002207 build: test
2208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002209 src:
2210 - test/core/iomgr/tcp_client_posix_test.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002216 platforms:
2217 - mac
2218 - linux
2219 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002220- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002221 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002222 build: test
2223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002224 src:
2225 - test/core/iomgr/tcp_posix_test.c
2226 deps:
2227 - grpc_test_util
2228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002229 - gpr_test_util
2230 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002231 platforms:
2232 - mac
2233 - linux
2234 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235- name: tcp_server_posix_test
2236 build: test
2237 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002238 src:
2239 - test/core/iomgr/tcp_server_posix_test.c
2240 deps:
2241 - grpc_test_util
2242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002243 - gpr_test_util
2244 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002245 platforms:
2246 - mac
2247 - linux
2248 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249- name: time_averaged_stats_test
2250 build: test
2251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
2253 - test/core/iomgr/time_averaged_stats_test.c
2254 deps:
2255 - grpc_test_util
2256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002259- name: timeout_encoding_test
2260 build: test
2261 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002262 src:
2263 - test/core/transport/chttp2/timeout_encoding_test.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002267 - gpr_test_util
2268 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002269- name: timer_heap_test
2270 build: test
2271 language: c
2272 src:
2273 - test/core/iomgr/timer_heap_test.c
2274 deps:
2275 - grpc_test_util
2276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr_test_util
2278 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002279- name: timer_list_test
2280 build: test
2281 language: c
2282 src:
2283 - test/core/iomgr/timer_list_test.c
2284 deps:
2285 - grpc_test_util
2286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002287 - gpr_test_util
2288 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002289- name: timers_test
2290 build: test
2291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002292 src:
2293 - test/core/profiling/timers_test.c
2294 deps:
2295 - grpc_test_util
2296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002297 - gpr_test_util
2298 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002299- name: transport_connectivity_state_test
2300 build: test
2301 language: c
2302 src:
2303 - test/core/transport/connectivity_state_test.c
2304 deps:
2305 - grpc_test_util
2306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: transport_metadata_test
2310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - test/core/transport/metadata_test.c
2314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002319- name: transport_security_test
2320 build: test
2321 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002322 src:
2323 - test/core/tsi/transport_security_test.c
2324 deps:
2325 - grpc_test_util
2326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002327 - gpr_test_util
2328 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002329 platforms:
2330 - linux
2331 - posix
2332 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002333- name: udp_server_test
2334 build: test
2335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002336 src:
2337 - test/core/iomgr/udp_server_test.c
2338 deps:
2339 - grpc_test_util
2340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002341 - gpr_test_util
2342 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002343 platforms:
2344 - mac
2345 - linux
2346 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002347- name: uri_fuzzer_test
2348 build: fuzzer
2349 language: c
2350 src:
2351 - test/core/client_config/uri_fuzzer_test.c
2352 deps:
2353 - grpc_test_util
2354 - grpc
2355 - gpr_test_util
2356 - gpr
2357 corpus_dirs:
2358 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002359 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002360- name: uri_parser_test
2361 build: test
2362 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002363 src:
2364 - test/core/client_config/uri_parser_test.c
2365 deps:
2366 - grpc_test_util
2367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr_test_util
2369 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002370- name: workqueue_test
2371 build: test
2372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002373 src:
2374 - test/core/iomgr/workqueue_test.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr_test_util
2379 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002380 platforms:
2381 - mac
2382 - linux
2383 - posix
vjpai04e992a2016-02-10 16:58:38 -08002384- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002385 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002386 build: test
2387 language: c++
2388 src:
2389 - test/cpp/common/alarm_cpp_test.cc
2390 deps:
2391 - grpc++_test_util
2392 - grpc_test_util
2393 - grpc++
2394 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002395 - gpr_test_util
2396 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002397- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002398 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002399 build: test
2400 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002401 src:
2402 - test/cpp/end2end/async_end2end_test.cc
2403 deps:
2404 - grpc++_test_util
2405 - grpc_test_util
2406 - grpc++
2407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002408 - gpr_test_util
2409 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002411 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002412 build: test
2413 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002414 src:
2415 - test/cpp/common/auth_property_iterator_test.cc
2416 deps:
2417 - grpc++_test_util
2418 - grpc_test_util
2419 - grpc++
2420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002421 - gpr_test_util
2422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002423- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002424 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002425 build: test
2426 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002427 src:
yang-g52705592015-11-25 11:45:33 -08002428 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002429 deps:
2430 - grpc++
2431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002432 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002434 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002435 build: test
2436 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002437 src:
2438 - test/cpp/util/cli_call_test.cc
2439 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002440 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002441 - grpc++_test_util
2442 - grpc_test_util
2443 - grpc++
2444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002445 - gpr_test_util
2446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002448 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002449 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002450 build: test
2451 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002452 src:
2453 - test/cpp/end2end/client_crash_test.cc
2454 deps:
2455 - grpc++_test_util
2456 - grpc_test_util
2457 - grpc++
2458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002459 - gpr_test_util
2460 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002461 platforms:
2462 - mac
2463 - linux
2464 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002465- name: client_crash_test_server
2466 build: test
2467 run: false
2468 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
2470 - test/cpp/end2end/client_crash_test_server.cc
2471 deps:
2472 - grpc++_test_util
2473 - grpc_test_util
2474 - grpc++
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002478- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002479 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002480 build: test
2481 language: c++
2482 src:
2483 - src/proto/grpc/testing/control.proto
2484 - src/proto/grpc/testing/messages.proto
2485 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002486 - src/proto/grpc/testing/services.proto
2487 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002488 - test/cpp/codegen/codegen_test_full.cc
2489 deps:
2490 - grpc++
2491 - grpc
2492 - gpr
2493 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002494 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002495- name: codegen_test_minimal
2496 gtest: true
2497 build: test
2498 language: c++
2499 src:
2500 - src/proto/grpc/testing/control.proto
2501 - src/proto/grpc/testing/messages.proto
2502 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002503 - src/proto/grpc/testing/services.proto
2504 - src/proto/grpc/testing/stats.proto
2505 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002506 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002507 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002508 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002509- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002510 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002511 build: test
2512 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002513 src:
2514 - test/cpp/client/credentials_test.cc
2515 deps:
2516 - grpc++
2517 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002518 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002519- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002520 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002521 build: test
2522 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002523 src:
2524 - test/cpp/util/byte_buffer_test.cc
2525 deps:
2526 - grpc_test_util
2527 - grpc++
2528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002529 - gpr_test_util
2530 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002531- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002532 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002533 build: test
2534 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002535 src:
2536 - test/cpp/util/slice_test.cc
2537 deps:
2538 - grpc_test_util
2539 - grpc++
2540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002541 - gpr_test_util
2542 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002543- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002544 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002545 build: test
2546 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002547 src:
2548 - test/cpp/util/string_ref_test.cc
2549 deps:
2550 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002552 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553 build: test
2554 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002555 src:
2556 - test/cpp/util/time_test.cc
2557 deps:
2558 - grpc_test_util
2559 - grpc++
2560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002561 - gpr_test_util
2562 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002563- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002564 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002565 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566 build: test
2567 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002568 src:
2569 - test/cpp/end2end/end2end_test.cc
2570 deps:
2571 - grpc++_test_util
2572 - grpc_test_util
2573 - grpc++
2574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002575 - gpr_test_util
2576 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002577- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002578 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002579 build: test
2580 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002581 src:
2582 - test/cpp/end2end/generic_end2end_test.cc
2583 deps:
2584 - grpc++_test_util
2585 - grpc_test_util
2586 - grpc++
2587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002588 - gpr_test_util
2589 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002590- name: golden_file_test
2591 gtest: true
2592 build: test
2593 language: c++
2594 src:
2595 - src/proto/grpc/testing/compiler_test.proto
2596 - test/cpp/codegen/golden_file_test.cc
2597 deps:
2598 - grpc++
2599 - grpc
2600 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601- name: grpc_cli
2602 build: test
2603 run: false
2604 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002605 src:
2606 - test/cpp/util/grpc_cli.cc
2607 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002608 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002609 - grpc++_test_util
2610 - grpc_test_util
2611 - grpc++
2612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002613 - gpr_test_util
2614 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002615 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002616- name: grpc_cpp_plugin
2617 build: protoc
2618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002619 src:
2620 - src/compiler/cpp_plugin.cc
2621 deps:
2622 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623 secure: false
2624 vs_config_type: Application
2625 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2626- name: grpc_csharp_plugin
2627 build: protoc
2628 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002629 src:
2630 - src/compiler/csharp_plugin.cc
2631 deps:
2632 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002633 secure: false
2634 vs_config_type: Application
2635 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002636- name: grpc_node_plugin
2637 build: protoc
2638 language: c++
2639 src:
2640 - src/compiler/node_plugin.cc
2641 deps:
2642 - grpc_plugin_support
2643 secure: false
2644 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002645- name: grpc_objective_c_plugin
2646 build: protoc
2647 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002648 src:
2649 - src/compiler/objective_c_plugin.cc
2650 deps:
2651 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002652 secure: false
2653 vs_config_type: Application
2654 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2655- name: grpc_python_plugin
2656 build: protoc
2657 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002658 src:
2659 - src/compiler/python_plugin.cc
2660 deps:
2661 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002662 secure: false
2663 vs_config_type: Application
2664 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2665- name: grpc_ruby_plugin
2666 build: protoc
2667 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002668 src:
2669 - src/compiler/ruby_plugin.cc
2670 deps:
2671 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002672 secure: false
2673 vs_config_type: Application
2674 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002675- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002676 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002677 build: test
2678 language: c++
2679 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002680 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002681 - test/cpp/grpclb/grpclb_api_test.cc
2682 deps:
2683 - grpc++_test_util
2684 - grpc_test_util
2685 - grpc++
2686 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002687- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002688 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002689 build: test
2690 language: c++
2691 src:
2692 - test/cpp/end2end/hybrid_end2end_test.cc
2693 deps:
2694 - grpc++_test_util
2695 - grpc_test_util
2696 - grpc++
2697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002698 - gpr_test_util
2699 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002700- name: interop_client
2701 build: test
2702 run: false
2703 language: c++
2704 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002705 deps:
2706 - interop_client_main
2707 - interop_client_helper
2708 - grpc++_test_util
2709 - grpc_test_util
2710 - grpc++
2711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002712 - gpr_test_util
2713 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002714 - grpc++_test_config
2715 platforms:
2716 - mac
2717 - linux
2718 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002719- name: interop_server
2720 build: test
2721 run: false
2722 language: c++
2723 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002724 deps:
2725 - interop_server_main
2726 - interop_server_helper
2727 - grpc++_test_util
2728 - grpc_test_util
2729 - grpc++
2730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002731 - gpr_test_util
2732 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002733 - grpc++_test_config
2734 platforms:
2735 - mac
2736 - linux
2737 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002738- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002739 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002740 build: test
2741 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002742 src:
2743 - test/cpp/interop/interop_test.cc
2744 deps:
2745 - grpc_test_util
2746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002747 - gpr_test_util
2748 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002749 platforms:
2750 - mac
2751 - linux
2752 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002753- name: json_run_localhost
2754 build: test
2755 run: false
2756 language: c++
2757 src:
2758 - test/cpp/qps/json_run_localhost.cc
2759 deps:
2760 - grpc++_test_util
2761 - grpc_test_util
2762 - grpc++
2763 - grpc
2764 - gpr_test_util
2765 - gpr
2766 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002767- name: metrics_client
2768 build: test
2769 run: false
2770 language: c++
2771 headers:
2772 - test/cpp/util/metrics_server.h
2773 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002774 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002775 - test/cpp/interop/metrics_client.cc
2776 deps:
2777 - grpc++
2778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002779 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002780 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002781- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002782 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002783 build: test
2784 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002785 src:
2786 - test/cpp/end2end/mock_test.cc
2787 deps:
2788 - grpc++_test_util
2789 - grpc_test_util
2790 - grpc++
2791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002792 - gpr_test_util
2793 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002794- name: qps_interarrival_test
2795 build: test
2796 run: false
2797 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002798 src:
2799 - test/cpp/qps/qps_interarrival_test.cc
2800 deps:
2801 - qps
2802 - grpc++_test_util
2803 - grpc_test_util
2804 - grpc++
2805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002806 - gpr_test_util
2807 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002808 platforms:
2809 - mac
2810 - linux
2811 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002812- name: qps_json_driver
2813 build: test
2814 run: false
2815 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002816 headers:
2817 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002818 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002819 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002820 - test/cpp/qps/qps_json_driver.cc
2821 deps:
2822 - qps
2823 - grpc++_test_util
2824 - grpc_test_util
2825 - grpc++
2826 - grpc
2827 - gpr_test_util
2828 - gpr
2829 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002831 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832 build: test
2833 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002834 src:
2835 - test/cpp/qps/qps_openloop_test.cc
2836 deps:
2837 - qps
2838 - grpc++_test_util
2839 - grpc_test_util
2840 - grpc++
2841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002842 - gpr_test_util
2843 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002844 - grpc++_test_config
2845 platforms:
2846 - mac
2847 - linux
2848 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002849- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002850 build: test
2851 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002852 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002853 headers:
2854 - test/cpp/qps/client.h
2855 - test/cpp/qps/server.h
2856 src:
2857 - test/cpp/qps/worker.cc
2858 deps:
2859 - qps
2860 - grpc++_test_util
2861 - grpc_test_util
2862 - grpc++
2863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002864 - gpr_test_util
2865 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002866 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002867- name: reconnect_interop_client
2868 build: test
2869 run: false
2870 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002871 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002872 - src/proto/grpc/testing/empty.proto
2873 - src/proto/grpc/testing/messages.proto
2874 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002875 - test/cpp/interop/reconnect_interop_client.cc
2876 deps:
2877 - grpc++_test_util
2878 - grpc_test_util
2879 - grpc++
2880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002881 - gpr_test_util
2882 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002883 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002884- name: reconnect_interop_server
2885 build: test
2886 run: false
2887 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002888 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002889 - src/proto/grpc/testing/empty.proto
2890 - src/proto/grpc/testing/messages.proto
2891 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002892 - test/cpp/interop/reconnect_interop_server.cc
2893 deps:
2894 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002895 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002896 - grpc++_test_util
2897 - grpc_test_util
2898 - grpc++
2899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002900 - gpr_test_util
2901 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002902 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002903- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002904 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002905 build: test
2906 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002907 src:
2908 - test/cpp/common/secure_auth_context_test.cc
2909 deps:
2910 - grpc++_test_util
2911 - grpc_test_util
2912 - grpc++
2913 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002914 - gpr_test_util
2915 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002916- name: secure_sync_unary_ping_pong_test
2917 build: test
2918 language: c++
2919 src:
2920 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2921 deps:
2922 - qps
2923 - grpc++_test_util
2924 - grpc_test_util
2925 - grpc++
2926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002927 - gpr_test_util
2928 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002929 platforms:
2930 - mac
2931 - linux
2932 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002933- name: server_builder_plugin_test
2934 gtest: true
2935 build: test
2936 language: c++
2937 src:
2938 - test/cpp/end2end/server_builder_plugin_test.cc
2939 deps:
2940 - grpc++_test_util
2941 - grpc_test_util
2942 - grpc++
2943 - grpc
2944 - gpr_test_util
2945 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002946- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002947 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002948 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002949 build: test
2950 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002951 src:
2952 - test/cpp/end2end/server_crash_test.cc
2953 deps:
2954 - grpc++_test_util
2955 - grpc_test_util
2956 - grpc++
2957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002958 - gpr_test_util
2959 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002960 platforms:
2961 - mac
2962 - linux
2963 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002964- name: server_crash_test_client
2965 build: test
2966 run: false
2967 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002968 src:
2969 - test/cpp/end2end/server_crash_test_client.cc
2970 deps:
2971 - grpc++_test_util
2972 - grpc_test_util
2973 - grpc++
2974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002975 - gpr_test_util
2976 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002977- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002978 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002979 build: test
2980 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002981 src:
2982 - test/cpp/end2end/shutdown_test.cc
2983 deps:
2984 - grpc++_test_util
2985 - grpc_test_util
2986 - grpc++
2987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002988 - gpr_test_util
2989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002990- name: status_test
2991 build: test
2992 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002993 src:
2994 - test/cpp/util/status_test.cc
2995 deps:
2996 - grpc_test_util
2997 - grpc++
2998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002999 - gpr_test_util
3000 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003001- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003002 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003003 build: test
3004 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003005 src:
3006 - test/cpp/end2end/streaming_throughput_test.cc
3007 deps:
3008 - grpc++_test_util
3009 - grpc_test_util
3010 - grpc++
3011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003012 - gpr_test_util
3013 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003014 platforms:
3015 - mac
3016 - linux
3017 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003018- name: stress_test
3019 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003020 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003021 language: c++
3022 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003023 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003024 - test/cpp/interop/interop_client.h
3025 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003026 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003027 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003028 - src/proto/grpc/testing/empty.proto
3029 - src/proto/grpc/testing/messages.proto
3030 - src/proto/grpc/testing/metrics.proto
3031 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003032 - test/cpp/interop/interop_client.cc
3033 - test/cpp/interop/stress_interop_client.cc
3034 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003035 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003036 deps:
3037 - grpc++_test_util
3038 - grpc_test_util
3039 - grpc++
3040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003041 - gpr_test_util
3042 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003043 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003044- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003045 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003046 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003047 build: test
3048 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003049 src:
3050 - test/cpp/end2end/thread_stress_test.cc
3051 deps:
3052 - grpc++_test_util
3053 - grpc_test_util
3054 - grpc++
3055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003056 - gpr_test_util
3057 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003058- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003059 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003060 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003061 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003062 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003063 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003064 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003065 - test/cpp/end2end/zookeeper_test.cc
3066 deps:
3067 - grpc++_test_util
3068 - grpc_test_util
3069 - grpc++
3070 - grpc_zookeeper
3071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003072 - gpr_test_util
3073 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003074 external_deps:
3075 - zookeeper
3076 platforms:
3077 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003078- name: public_headers_must_be_c89
3079 build: test
3080 language: c89
3081 src:
3082 - test/core/surface/public_headers_must_be_c89.c
3083 deps:
3084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003085 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003086vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003087- linkage: static
3088 name: grpc.dependencies.zlib
3089 props: false
3090 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003091 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003092- linkage: static
3093 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003094 props: true
3095 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003096 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003097- name: gflags
3098 props: false
3099 redist: false
3100 version: 2.1.2.1
3101- name: gtest
3102 props: false
3103 redist: false
3104 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003105configs:
3106 asan:
3107 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003108 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3109 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003110 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003111 LD: clang
3112 LDFLAGS: -fsanitize=address
3113 LDXX: clang++
3114 compile_the_world: true
3115 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003116 ASAN_OPTIONS: detect_leaks=1:color=always
3117 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003118 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003119 asan-noleaks:
3120 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003121 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3122 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003123 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003124 LD: clang
3125 LDFLAGS: -fsanitize=address
3126 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003127 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003128 test_environ:
3129 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003130 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003131 asan-trace-cmp:
3132 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003133 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3134 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003135 CXX: clang++
3136 LD: clang
3137 LDFLAGS: -fsanitize=address
3138 LDXX: clang++
3139 compile_the_world: true
3140 test_environ:
3141 ASAN_OPTIONS: detect_leaks=1:color=always
3142 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3143 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003144 basicprof:
3145 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3146 DEFINES: NDEBUG
3147 dbg:
3148 CPPFLAGS: -O0
3149 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003150 easan:
3151 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003152 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3153 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003154 CXX: clang++
3155 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3156 LD: clang
3157 LDFLAGS: -fsanitize=address
3158 LDXX: clang++
3159 compile_the_world: true
3160 test_environ:
3161 ASAN_OPTIONS: detect_leaks=1:color=always
3162 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3163 timeout_multiplier: 3
3164 edbg:
3165 CPPFLAGS: -O0
3166 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3167 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003168 CC: clang
3169 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003170 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003171 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003172 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003173 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003174 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003175 LDXX: clang++
3176 compile_the_world: true
3177 test_environ:
3178 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3179 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003180 gcov:
3181 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003182 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003183 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003184 DEFINES: _DEBUG DEBUG GPR_GCOV
3185 LD: gcc
3186 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3187 LDXX: g++
3188 helgrind:
3189 CPPFLAGS: -O0
3190 DEFINES: _DEBUG DEBUG
3191 LDFLAGS: -rdynamic
3192 timeout_multiplier: 20
3193 valgrind: --tool=helgrind
3194 memcheck:
3195 CPPFLAGS: -O0
3196 DEFINES: _DEBUG DEBUG
3197 LDFLAGS: -rdynamic
3198 timeout_multiplier: 10
3199 valgrind: --tool=memcheck --leak-check=full
3200 msan:
3201 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003202 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3203 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3204 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003205 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003206 DEFINES: NDEBUG
3207 LD: clang
3208 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3209 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3210 LDXX: clang++
3211 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003212 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003213 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003214 CPPFLAGS: -O3 -fno-omit-frame-pointer
3215 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003216 LDFLAGS: -rdynamic
3217 opt:
3218 CPPFLAGS: -O2
3219 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003220 stapprof:
3221 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3222 DEFINES: NDEBUG
3223 tsan:
3224 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003225 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003226 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003227 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003228 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003229 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003230 LDXX: clang++
3231 compile_the_world: true
3232 test_environ:
3233 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003234 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003235 ubsan:
3236 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003237 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3238 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003239 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003240 DEFINES: NDEBUG
3241 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003242 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003243 LDXX: clang++
3244 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003245 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003246 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003247 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003248defaults:
3249 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003250 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003251 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003252 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003253 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003254 global:
3255 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3256 LDFLAGS: -g
3257 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003258 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003259 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003260node_modules:
3261- deps:
3262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003263 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003264 - boringssl
3265 - z
murgatroid9994a75412015-11-19 14:04:53 -08003266 headers:
3267 - src/node/ext/byte_buffer.h
3268 - src/node/ext/call.h
3269 - src/node/ext/call_credentials.h
3270 - src/node/ext/channel.h
3271 - src/node/ext/channel_credentials.h
3272 - src/node/ext/completion_queue_async_worker.h
3273 - src/node/ext/server.h
3274 - src/node/ext/server_credentials.h
3275 - src/node/ext/timeval.h
3276 js:
3277 - src/node/index.js
3278 - src/node/src/client.js
3279 - src/node/src/common.js
3280 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003281 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003282 - src/node/src/metadata.js
3283 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003284 name: grpc_node
3285 src:
3286 - src/node/ext/byte_buffer.cc
3287 - src/node/ext/call.cc
3288 - src/node/ext/call_credentials.cc
3289 - src/node/ext/channel.cc
3290 - src/node/ext/channel_credentials.cc
3291 - src/node/ext/completion_queue_async_worker.cc
3292 - src/node/ext/node_grpc.cc
3293 - src/node/ext/server.cc
3294 - src/node/ext/server_credentials.cc
3295 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003296openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003297 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003298 extraction_dir: openssl-1.0.2f
3299 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003300php_config_m4:
3301 deps:
3302 - grpc
3303 - gpr
3304 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003305 headers:
3306 - src/php/ext/grpc/byte_buffer.h
3307 - src/php/ext/grpc/call.h
3308 - src/php/ext/grpc/call_credentials.h
3309 - src/php/ext/grpc/channel.h
3310 - src/php/ext/grpc/channel_credentials.h
3311 - src/php/ext/grpc/completion_queue.h
3312 - src/php/ext/grpc/php_grpc.h
3313 - src/php/ext/grpc/server.h
3314 - src/php/ext/grpc/server_credentials.h
3315 - src/php/ext/grpc/timeval.h
3316 src:
3317 - src/php/ext/grpc/byte_buffer.c
3318 - src/php/ext/grpc/call.c
3319 - src/php/ext/grpc/call_credentials.c
3320 - src/php/ext/grpc/channel.c
3321 - src/php/ext/grpc/channel_credentials.c
3322 - src/php/ext/grpc/completion_queue.c
3323 - src/php/ext/grpc/php_grpc.c
3324 - src/php/ext/grpc/server.c
3325 - src/php/ext/grpc/server_credentials.c
3326 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003327python_dependencies:
3328 deps:
3329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003330 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003331 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003332 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003333ruby_gem:
3334 deps:
3335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003336 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003337 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003338 - z