blob: 8c09c55335b18cb5f883269ee6766a01c168a621 [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
157 - include/grpc/status.h
158 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700159 - src/core/lib/channel/channel_args.h
160 - src/core/lib/channel/channel_stack.h
161 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700162 - src/core/lib/channel/compress_filter.h
163 - src/core/lib/channel/connected_channel.h
164 - src/core/lib/channel/context.h
165 - src/core/lib/channel/http_client_filter.h
166 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700167 - src/core/lib/compression/algorithm_metadata.h
168 - src/core/lib/compression/message_compress.h
169 - src/core/lib/debug/trace.h
170 - src/core/lib/http/format_request.h
171 - src/core/lib/http/httpcli.h
172 - src/core/lib/http/parser.h
173 - src/core/lib/iomgr/closure.h
174 - src/core/lib/iomgr/endpoint.h
175 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller8a034482016-03-28 16:09:04 -0700176 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700177 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700178 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/iomgr/exec_ctx.h
180 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700181 - src/core/lib/iomgr/iocp_windows.h
182 - src/core/lib/iomgr/iomgr.h
183 - src/core/lib/iomgr/iomgr_internal.h
184 - src/core/lib/iomgr/iomgr_posix.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700185 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700186 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/pollset_set_windows.h
189 - src/core/lib/iomgr/pollset_windows.h
190 - src/core/lib/iomgr/resolve_address.h
191 - src/core/lib/iomgr/sockaddr.h
192 - src/core/lib/iomgr/sockaddr_posix.h
193 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700194 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/socket_utils_posix.h
196 - src/core/lib/iomgr/socket_windows.h
197 - src/core/lib/iomgr/tcp_client.h
198 - src/core/lib/iomgr/tcp_posix.h
199 - src/core/lib/iomgr/tcp_server.h
200 - src/core/lib/iomgr/tcp_windows.h
201 - src/core/lib/iomgr/time_averaged_stats.h
202 - src/core/lib/iomgr/timer.h
203 - src/core/lib/iomgr/timer_heap.h
204 - src/core/lib/iomgr/udp_server.h
205 - src/core/lib/iomgr/unix_sockets_posix.h
206 - src/core/lib/iomgr/wakeup_fd_pipe.h
207 - src/core/lib/iomgr/wakeup_fd_posix.h
208 - src/core/lib/iomgr/workqueue.h
209 - src/core/lib/iomgr/workqueue_posix.h
210 - src/core/lib/iomgr/workqueue_windows.h
211 - src/core/lib/json/json.h
212 - src/core/lib/json/json_common.h
213 - src/core/lib/json/json_reader.h
214 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/surface/api_trace.h
216 - src/core/lib/surface/call.h
217 - src/core/lib/surface/call_test_only.h
218 - src/core/lib/surface/channel.h
219 - src/core/lib/surface/channel_init.h
220 - src/core/lib/surface/channel_stack_type.h
221 - src/core/lib/surface/completion_queue.h
222 - src/core/lib/surface/event_string.h
223 - src/core/lib/surface/init.h
224 - src/core/lib/surface/lame_client.h
225 - src/core/lib/surface/server.h
226 - src/core/lib/surface/surface_trace.h
227 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/transport/connectivity_state.h
229 - src/core/lib/transport/metadata.h
230 - src/core/lib/transport/metadata_batch.h
231 - src/core/lib/transport/static_metadata.h
232 - src/core/lib/transport/transport.h
233 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700234 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/channel/channel_args.c
236 - src/core/lib/channel/channel_stack.c
237 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/channel/compress_filter.c
239 - src/core/lib/channel/connected_channel.c
240 - src/core/lib/channel/http_client_filter.c
241 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/compression/compression_algorithm.c
243 - src/core/lib/compression/message_compress.c
244 - src/core/lib/debug/trace.c
245 - src/core/lib/http/format_request.c
246 - src/core/lib/http/httpcli.c
247 - src/core/lib/http/parser.c
248 - src/core/lib/iomgr/closure.c
249 - src/core/lib/iomgr/endpoint.c
250 - src/core/lib/iomgr/endpoint_pair_posix.c
251 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700252 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700253 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700254 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/iomgr/exec_ctx.c
256 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/iomgr/iocp_windows.c
258 - src/core/lib/iomgr/iomgr.c
259 - src/core/lib/iomgr/iomgr_posix.c
260 - src/core/lib/iomgr/iomgr_windows.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700261 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700262 - src/core/lib/iomgr/pollset_set_windows.c
263 - src/core/lib/iomgr/pollset_windows.c
264 - src/core/lib/iomgr/resolve_address_posix.c
265 - src/core/lib/iomgr/resolve_address_windows.c
266 - src/core/lib/iomgr/sockaddr_utils.c
267 - src/core/lib/iomgr/socket_utils_common_posix.c
268 - src/core/lib/iomgr/socket_utils_linux.c
269 - src/core/lib/iomgr/socket_utils_posix.c
270 - src/core/lib/iomgr/socket_windows.c
271 - src/core/lib/iomgr/tcp_client_posix.c
272 - src/core/lib/iomgr/tcp_client_windows.c
273 - src/core/lib/iomgr/tcp_posix.c
274 - src/core/lib/iomgr/tcp_server_posix.c
275 - src/core/lib/iomgr/tcp_server_windows.c
276 - src/core/lib/iomgr/tcp_windows.c
277 - src/core/lib/iomgr/time_averaged_stats.c
278 - src/core/lib/iomgr/timer.c
279 - src/core/lib/iomgr/timer_heap.c
280 - src/core/lib/iomgr/udp_server.c
281 - src/core/lib/iomgr/unix_sockets_posix.c
282 - src/core/lib/iomgr/unix_sockets_posix_noop.c
283 - src/core/lib/iomgr/wakeup_fd_eventfd.c
284 - src/core/lib/iomgr/wakeup_fd_nospecial.c
285 - src/core/lib/iomgr/wakeup_fd_pipe.c
286 - src/core/lib/iomgr/wakeup_fd_posix.c
287 - src/core/lib/iomgr/workqueue_posix.c
288 - src/core/lib/iomgr/workqueue_windows.c
289 - src/core/lib/json/json.c
290 - src/core/lib/json/json_reader.c
291 - src/core/lib/json/json_string.c
292 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/surface/alarm.c
294 - src/core/lib/surface/api_trace.c
295 - src/core/lib/surface/byte_buffer.c
296 - src/core/lib/surface/byte_buffer_reader.c
297 - src/core/lib/surface/call.c
298 - src/core/lib/surface/call_details.c
299 - src/core/lib/surface/call_log_batch.c
300 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/surface/channel_init.c
302 - src/core/lib/surface/channel_ping.c
303 - src/core/lib/surface/channel_stack_type.c
304 - src/core/lib/surface/completion_queue.c
305 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/surface/lame_client.c
307 - src/core/lib/surface/metadata_array.c
308 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/surface/validate_metadata.c
310 - src/core/lib/surface/version.c
311 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/transport/connectivity_state.c
313 - src/core/lib/transport/metadata.c
314 - src/core/lib/transport/metadata_batch.c
315 - src/core/lib/transport/static_metadata.c
316 - src/core/lib/transport/transport.c
317 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700318 deps:
319 - gpr
320 uses:
321 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700322- name: grpc_client_config
323 headers:
324 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700325 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700326 - src/core/ext/client_config/client_config.h
327 - src/core/ext/client_config/connector.h
328 - src/core/ext/client_config/initial_connect_string.h
329 - src/core/ext/client_config/lb_policy.h
330 - src/core/ext/client_config/lb_policy_factory.h
331 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700332 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700333 - src/core/ext/client_config/resolver.h
334 - src/core/ext/client_config/resolver_factory.h
335 - src/core/ext/client_config/resolver_registry.h
336 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700337 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700338 - src/core/ext/client_config/subchannel_index.h
339 - src/core/ext/client_config/uri_parser.h
340 src:
341 - src/core/ext/client_config/channel_connectivity.c
342 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700343 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700344 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700345 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700346 - src/core/ext/client_config/connector.c
347 - src/core/ext/client_config/default_initial_connect_string.c
348 - src/core/ext/client_config/initial_connect_string.c
349 - src/core/ext/client_config/lb_policy.c
350 - src/core/ext/client_config/lb_policy_factory.c
351 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700352 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700353 - src/core/ext/client_config/resolver.c
354 - src/core/ext/client_config/resolver_factory.c
355 - src/core/ext/client_config/resolver_registry.c
356 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700357 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700358 - src/core/ext/client_config/subchannel_index.c
359 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700360 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700361 uses:
362 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800363- name: grpc_codegen
364 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800365 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700366 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800367 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800368 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800369 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800370 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800371 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700372 uses:
373 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700374- name: grpc_lb_policy_grpclb
375 headers:
376 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700377 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700378 src:
379 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700380 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700381 uses:
382 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700383 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700384 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700385- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700386 src:
387 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700388 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700389 uses:
390 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700391 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700392- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700393 src:
394 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700395 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700396 uses:
397 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700398 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700399- name: grpc_load_reporting
400 headers:
401 - src/core/ext/load_reporting/load_reporting.h
402 - src/core/ext/load_reporting/load_reporting_filter.h
403 src:
404 - src/core/ext/load_reporting/load_reporting.c
405 - src/core/ext/load_reporting/load_reporting_filter.c
406 plugin: grpc_load_reporting_plugin
407 uses:
408 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700409- name: grpc_resolver_dns_native
410 src:
411 - src/core/ext/resolver/dns/native/dns_resolver.c
412 plugin: grpc_resolver_dns_native
413 uses:
414 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700415 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700416- name: grpc_resolver_sockaddr
417 src:
418 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
419 plugin: grpc_resolver_sockaddr
420 uses:
421 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700422 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100423- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700424 public_headers:
425 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700426 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100427 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700428 - src/core/lib/security/context/security_context.h
429 - src/core/lib/security/credentials/composite/composite_credentials.h
430 - src/core/lib/security/credentials/credentials.h
431 - src/core/lib/security/credentials/fake/fake_credentials.h
432 - src/core/lib/security/credentials/google_default/google_default_credentials.h
433 - src/core/lib/security/credentials/iam/iam_credentials.h
434 - src/core/lib/security/credentials/jwt/json_token.h
435 - src/core/lib/security/credentials/jwt/jwt_credentials.h
436 - src/core/lib/security/credentials/jwt/jwt_verifier.h
437 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
438 - src/core/lib/security/credentials/plugin/plugin_credentials.h
439 - src/core/lib/security/credentials/ssl/ssl_credentials.h
440 - src/core/lib/security/transport/auth_filters.h
441 - src/core/lib/security/transport/handshake.h
442 - src/core/lib/security/transport/secure_endpoint.h
443 - src/core/lib/security/transport/security_connector.h
444 - src/core/lib/security/util/b64.h
445 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100446 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700447 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700448 - src/core/lib/security/context/security_context.c
449 - src/core/lib/security/credentials/composite/composite_credentials.c
450 - src/core/lib/security/credentials/credentials.c
451 - src/core/lib/security/credentials/credentials_metadata.c
452 - src/core/lib/security/credentials/fake/fake_credentials.c
453 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700454 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700455 - src/core/lib/security/credentials/google_default/google_default_credentials.c
456 - src/core/lib/security/credentials/iam/iam_credentials.c
457 - src/core/lib/security/credentials/jwt/json_token.c
458 - src/core/lib/security/credentials/jwt/jwt_credentials.c
459 - src/core/lib/security/credentials/jwt/jwt_verifier.c
460 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
461 - src/core/lib/security/credentials/plugin/plugin_credentials.c
462 - src/core/lib/security/credentials/ssl/ssl_credentials.c
463 - src/core/lib/security/transport/client_auth_filter.c
464 - src/core/lib/security/transport/handshake.c
465 - src/core/lib/security/transport/secure_endpoint.c
466 - src/core/lib/security/transport/security_connector.c
467 - src/core/lib/security/transport/server_auth_filter.c
468 - src/core/lib/security/util/b64.c
469 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700470 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700471 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700472 uses:
473 - grpc_base
474 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700475 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700476- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700477 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700478 headers:
479 - test/core/end2end/cq_verifier.h
480 - test/core/end2end/fixtures/proxy.h
481 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700482 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200483 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700484 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700485 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700486 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700487 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700488 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700489 - test/core/util/slice_splitter.h
490 src:
491 - test/core/end2end/cq_verifier.c
492 - test/core/end2end/fixtures/proxy.c
493 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700494 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200495 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700496 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700497 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700498 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700499 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700500 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700501 - test/core/util/port_windows.c
502 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700503 deps:
504 - grpc
505 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700506- name: grpc_transport_chttp2
507 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700508 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700509 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
510 - src/core/ext/transport/chttp2/transport/frame.h
511 - src/core/ext/transport/chttp2/transport/frame_data.h
512 - src/core/ext/transport/chttp2/transport/frame_goaway.h
513 - src/core/ext/transport/chttp2/transport/frame_ping.h
514 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
515 - src/core/ext/transport/chttp2/transport/frame_settings.h
516 - src/core/ext/transport/chttp2/transport/frame_window_update.h
517 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
518 - src/core/ext/transport/chttp2/transport/hpack_parser.h
519 - src/core/ext/transport/chttp2/transport/hpack_table.h
520 - src/core/ext/transport/chttp2/transport/http2_errors.h
521 - src/core/ext/transport/chttp2/transport/huffsyms.h
522 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
523 - src/core/ext/transport/chttp2/transport/internal.h
524 - src/core/ext/transport/chttp2/transport/status_conversion.h
525 - src/core/ext/transport/chttp2/transport/stream_map.h
526 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
527 - src/core/ext/transport/chttp2/transport/varint.h
528 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700529 - src/core/ext/transport/chttp2/transport/bin_encoder.c
530 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700531 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
532 - src/core/ext/transport/chttp2/transport/frame_data.c
533 - src/core/ext/transport/chttp2/transport/frame_goaway.c
534 - src/core/ext/transport/chttp2/transport/frame_ping.c
535 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
536 - src/core/ext/transport/chttp2/transport/frame_settings.c
537 - src/core/ext/transport/chttp2/transport/frame_window_update.c
538 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
539 - src/core/ext/transport/chttp2/transport/hpack_parser.c
540 - src/core/ext/transport/chttp2/transport/hpack_table.c
541 - src/core/ext/transport/chttp2/transport/huffsyms.c
542 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
543 - src/core/ext/transport/chttp2/transport/parsing.c
544 - src/core/ext/transport/chttp2/transport/status_conversion.c
545 - src/core/ext/transport/chttp2/transport/stream_lists.c
546 - src/core/ext/transport/chttp2/transport/stream_map.c
547 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
548 - src/core/ext/transport/chttp2/transport/varint.c
549 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700550 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700551 uses:
552 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700553 - grpc_transport_chttp2_alpn
554- name: grpc_transport_chttp2_alpn
555 headers:
556 - src/core/ext/transport/chttp2/alpn/alpn.h
557 src:
558 - src/core/ext/transport/chttp2/alpn/alpn.c
559 deps:
560 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700561- name: grpc_transport_chttp2_client_insecure
562 src:
563 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700564 uses:
565 - grpc_transport_chttp2
566 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700567 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700568- name: grpc_transport_chttp2_client_secure
569 src:
570 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700571 uses:
572 - grpc_transport_chttp2
573 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700574 - grpc_client_config
575 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700576- name: grpc_transport_chttp2_server_insecure
577 src:
578 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700579 uses:
580 - grpc_transport_chttp2
581 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700582- name: grpc_transport_chttp2_server_secure
583 src:
584 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700585 uses:
586 - grpc_transport_chttp2
587 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700588 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700589- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700590 public_headers:
591 - include/grpc/grpc_cronet.h
592 - include/grpc/grpc_security.h
593 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700594 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700595 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
596 src:
597 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
598 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
599 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700600 filegroups:
601 - grpc_base
602 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800603- name: nanopb
604 headers:
605 - third_party/nanopb/pb.h
606 - third_party/nanopb/pb_common.h
607 - third_party/nanopb/pb_decode.h
608 - third_party/nanopb/pb_encode.h
609 src:
610 - third_party/nanopb/pb_common.c
611 - third_party/nanopb/pb_decode.c
612 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700613- name: tsi
614 headers:
615 - src/core/lib/tsi/fake_transport_security.h
616 - src/core/lib/tsi/ssl_transport_security.h
617 - src/core/lib/tsi/ssl_types.h
618 - src/core/lib/tsi/transport_security.h
619 - src/core/lib/tsi/transport_security_interface.h
620 src:
621 - src/core/lib/tsi/fake_transport_security.c
622 - src/core/lib/tsi/ssl_transport_security.c
623 - src/core/lib/tsi/transport_security.c
624 deps:
625 - gpr
626 secure: true
627- name: grpc++_base
628 language: c++
629 public_headers:
630 - include/grpc++/alarm.h
631 - include/grpc++/channel.h
632 - include/grpc++/client_context.h
633 - include/grpc++/completion_queue.h
634 - include/grpc++/create_channel.h
635 - include/grpc++/generic/async_generic_service.h
636 - include/grpc++/generic/generic_stub.h
637 - include/grpc++/grpc++.h
638 - include/grpc++/impl/call.h
639 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700640 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700641 - include/grpc++/impl/grpc_library.h
642 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700643 - include/grpc++/impl/rpc_method.h
644 - include/grpc++/impl/rpc_service_method.h
645 - include/grpc++/impl/serialization_traits.h
646 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700647 - include/grpc++/impl/server_builder_plugin.h
648 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700649 - include/grpc++/impl/service_type.h
650 - include/grpc++/impl/sync.h
651 - include/grpc++/impl/sync_cxx11.h
652 - include/grpc++/impl/sync_no_cxx11.h
653 - include/grpc++/impl/thd.h
654 - include/grpc++/impl/thd_cxx11.h
655 - include/grpc++/impl/thd_no_cxx11.h
656 - include/grpc++/security/auth_context.h
657 - include/grpc++/security/auth_metadata_processor.h
658 - include/grpc++/security/credentials.h
659 - include/grpc++/security/server_credentials.h
660 - include/grpc++/server.h
661 - include/grpc++/server_builder.h
662 - include/grpc++/server_context.h
663 - include/grpc++/support/async_stream.h
664 - include/grpc++/support/async_unary_call.h
665 - include/grpc++/support/byte_buffer.h
666 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700667 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700668 - include/grpc++/support/slice.h
669 - include/grpc++/support/status.h
670 - include/grpc++/support/status_code_enum.h
671 - include/grpc++/support/string_ref.h
672 - include/grpc++/support/stub_options.h
673 - include/grpc++/support/sync_stream.h
674 - include/grpc++/support/time.h
675 headers:
676 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700677 - src/cpp/server/dynamic_thread_pool.h
678 - src/cpp/server/thread_pool_interface.h
679 src:
680 - src/cpp/client/channel.cc
681 - src/cpp/client/client_context.cc
682 - src/cpp/client/create_channel.cc
683 - src/cpp/client/create_channel_internal.cc
684 - src/cpp/client/credentials.cc
685 - src/cpp/client/generic_stub.cc
686 - src/cpp/client/insecure_credentials.cc
687 - src/cpp/common/channel_arguments.cc
688 - src/cpp/common/completion_queue.cc
689 - src/cpp/common/core_codegen.cc
690 - src/cpp/common/rpc_method.cc
691 - src/cpp/server/async_generic_service.cc
692 - src/cpp/server/create_default_thread_pool.cc
693 - src/cpp/server/dynamic_thread_pool.cc
694 - src/cpp/server/insecure_server_credentials.cc
695 - src/cpp/server/server.cc
696 - src/cpp/server/server_builder.cc
697 - src/cpp/server/server_context.cc
698 - src/cpp/server/server_credentials.cc
699 - src/cpp/util/byte_buffer.cc
700 - src/cpp/util/slice.cc
701 - src/cpp/util/status.cc
702 - src/cpp/util/string_ref.cc
703 - src/cpp/util/time.cc
704 deps:
705 - grpc
706 uses:
yang-g17487f92016-06-03 15:21:15 -0700707 - grpc++_codegen_base
708- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700709 language: c++
710 public_headers:
711 - include/grpc++/impl/codegen/async_stream.h
712 - include/grpc++/impl/codegen/async_unary_call.h
713 - include/grpc++/impl/codegen/call.h
714 - include/grpc++/impl/codegen/call_hook.h
715 - include/grpc++/impl/codegen/channel_interface.h
716 - include/grpc++/impl/codegen/client_context.h
717 - include/grpc++/impl/codegen/client_unary_call.h
718 - include/grpc++/impl/codegen/completion_queue.h
719 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700720 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700721 - include/grpc++/impl/codegen/core_codegen_interface.h
722 - include/grpc++/impl/codegen/create_auth_context.h
723 - include/grpc++/impl/codegen/grpc_library.h
724 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700725 - include/grpc++/impl/codegen/rpc_method.h
726 - include/grpc++/impl/codegen/rpc_service_method.h
727 - include/grpc++/impl/codegen/security/auth_context.h
728 - include/grpc++/impl/codegen/serialization_traits.h
729 - include/grpc++/impl/codegen/server_context.h
730 - include/grpc++/impl/codegen/server_interface.h
731 - include/grpc++/impl/codegen/service_type.h
732 - include/grpc++/impl/codegen/status.h
733 - include/grpc++/impl/codegen/status_code_enum.h
734 - include/grpc++/impl/codegen/string_ref.h
735 - include/grpc++/impl/codegen/stub_options.h
736 - include/grpc++/impl/codegen/sync.h
737 - include/grpc++/impl/codegen/sync_cxx11.h
738 - include/grpc++/impl/codegen/sync_no_cxx11.h
739 - include/grpc++/impl/codegen/sync_stream.h
740 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700741 uses:
742 - grpc_codegen
yang-g17487f92016-06-03 15:21:15 -0700743- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700744 language: c++
745 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700746 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700747 uses:
yang-g17487f92016-06-03 15:21:15 -0700748 - grpc++_codegen_base
749 - grpc++_config_proto
750- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700751 language: c++
752 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700753 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100754libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800755- name: gpr
756 build: all
757 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800758 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700759 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800760 secure: false
761 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
762- name: gpr_test_util
763 build: private
764 language: c
765 headers:
766 - test/core/util/test_config.h
767 src:
768 - test/core/util/test_config.c
769 deps:
770 - gpr
771 secure: false
772 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700773- name: grpc
774 build: all
775 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700776 src:
777 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700778 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800779 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700780 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700781 filegroups:
782 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700783 - grpc_transport_chttp2_server_secure
784 - grpc_transport_chttp2_client_secure
785 - grpc_transport_chttp2_server_insecure
786 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700787 - grpc_lb_policy_grpclb
788 - grpc_lb_policy_pick_first
789 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700790 - grpc_resolver_dns_native
791 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700792 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100793 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700794 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700795 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700796 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700797 vs_packages:
798 - grpc.dependencies.openssl
799 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700800 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700801- name: grpc_cronet
802 build: all
803 language: c
804 src:
805 - src/core/lib/surface/init.c
806 baselib: true
807 deps_linkage: static
808 dll: true
809 filegroups:
810 - grpc_base
811 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700812 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700813 generate_plugin_registry: true
814 platforms:
815 - linux
816 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100817- name: grpc_dll
818 build: private
819 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100820 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100821 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100822 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100823 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100824 build_system:
825 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100826 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100827 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100828 vs_config_type: DynamicLibrary
829 vs_packages:
830 - grpc.dependencies.openssl
831 - grpc.dependencies.zlib
832 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
833 vs_props:
834 - zlib
835 - openssl
836 - winsock
837 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700838- name: grpc_test_util
839 build: private
840 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700841 headers:
842 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800843 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700844 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700845 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700846 - test/core/end2end/data/server1_cert.c
847 - test/core/end2end/data/server1_key.c
848 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800849 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700850 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800851 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800852 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700853 - grpc
854 filegroups:
855 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700856 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
857- name: grpc_test_util_unsecure
858 build: private
859 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700860 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800861 - gpr
862 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800863 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700864 filegroups:
865 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700866 secure: false
867 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
868- name: grpc_unsecure
869 build: all
870 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700871 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700872 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700873 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700874 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800875 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700876 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700877 filegroups:
878 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700879 - grpc_transport_chttp2_server_insecure
880 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700881 - grpc_resolver_dns_native
882 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700883 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700884 - grpc_lb_policy_grpclb
885 - grpc_lb_policy_pick_first
886 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700887 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700888 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700889 secure: false
890 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
891- name: grpc_zookeeper
892 build: all
893 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700894 public_headers:
895 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700896 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700897 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700898 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800899 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700900 - grpc
901 external_deps:
902 - zookeeper
903 platforms:
904 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700905 secure: false
906- name: reconnect_server
907 build: private
908 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700909 headers:
910 - test/core/util/reconnect_server.h
911 src:
912 - test/core/util/reconnect_server.c
913 deps:
yang-gc9fca182015-11-06 16:41:33 -0800914 - test_tcp_server
915 - grpc_test_util
916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800917 - gpr_test_util
918 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800919- name: test_tcp_server
920 build: private
921 language: c
922 headers:
923 - test/core/util/test_tcp_server.h
924 src:
925 - test/core/util/test_tcp_server.c
926 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700927 - grpc_test_util
928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800929 - gpr_test_util
930 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700931- name: grpc++
932 build: all
933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700934 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700935 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700936 - src/cpp/client/secure_credentials.h
937 - src/cpp/common/secure_auth_context.h
938 - src/cpp/server/secure_server_credentials.h
939 src:
Craig Tiller25834342015-09-25 08:08:24 -0700940 - src/cpp/client/secure_credentials.cc
941 - src/cpp/common/auth_property_iterator.cc
942 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800943 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700944 - src/cpp/common/secure_create_auth_context.cc
945 - src/cpp/server/secure_server_credentials.cc
946 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700947 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700948 baselib: true
949 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700950 filegroups:
951 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700952 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700953 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700954 secure: check
955 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
956- name: grpc++_test_config
957 build: private
958 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700959 headers:
960 - test/cpp/util/test_config.h
961 src:
962 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700963- name: grpc++_test_util
964 build: private
965 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700966 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800967 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800968 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700969 - test/cpp/util/create_test_channel.h
970 - test/cpp/util/string_ref_helper.h
971 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800972 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700973 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800974 - src/proto/grpc/testing/echo_messages.proto
975 - src/proto/grpc/testing/echo.proto
976 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800977 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800978 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700979 - test/cpp/util/create_test_channel.cc
980 - test/cpp/util/string_ref_helper.cc
981 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800982 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700983 deps:
984 - grpc++
985 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -0700986 filegroups:
987 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700988 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -0700989 - grpc++_codegen_proto
990 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700991- name: grpc++_unsecure
992 build: all
993 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700994 src:
995 - src/cpp/common/insecure_create_auth_context.cc
996 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800997 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700998 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700999 baselib: true
1000 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001001 filegroups:
1002 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001003 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001004 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001005 secure: false
1006 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001007- name: grpc_cli_libs
1008 build: private
1009 language: c++
1010 headers:
1011 - test/cpp/util/cli_call.h
1012 - test/cpp/util/proto_file_parser.h
1013 src:
1014 - test/cpp/util/cli_call.cc
1015 - test/cpp/util/proto_file_parser.cc
1016 deps:
1017 - grpc++
1018 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001019- name: grpc_plugin_support
1020 build: protoc
1021 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001022 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001023 - src/compiler/config.h
1024 - src/compiler/cpp_generator.h
1025 - src/compiler/cpp_generator_helpers.h
1026 - src/compiler/csharp_generator.h
1027 - src/compiler/csharp_generator_helpers.h
1028 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001029 - src/compiler/node_generator.h
1030 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001031 - src/compiler/objective_c_generator.h
1032 - src/compiler/objective_c_generator_helpers.h
1033 - src/compiler/python_generator.h
1034 - src/compiler/ruby_generator.h
1035 - src/compiler/ruby_generator_helpers-inl.h
1036 - src/compiler/ruby_generator_map-inl.h
1037 - src/compiler/ruby_generator_string-inl.h
1038 src:
1039 - src/compiler/cpp_generator.cc
1040 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001041 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001042 - src/compiler/objective_c_generator.cc
1043 - src/compiler/python_generator.cc
1044 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001045 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001046 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001047 secure: false
1048 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001049 vs_props:
1050 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001051- name: interop_client_helper
1052 build: private
1053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001054 headers:
1055 - test/cpp/interop/client_helper.h
1056 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001057 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001058 - test/cpp/interop/client_helper.cc
1059 deps:
1060 - grpc++_test_util
1061 - grpc_test_util
1062 - grpc++
1063 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065- name: interop_client_main
1066 build: private
1067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001068 headers:
1069 - test/cpp/interop/interop_client.h
1070 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001071 - src/proto/grpc/testing/empty.proto
1072 - src/proto/grpc/testing/messages.proto
1073 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001074 - test/cpp/interop/client.cc
1075 - test/cpp/interop/interop_client.cc
1076 deps:
1077 - interop_client_helper
1078 - grpc++_test_util
1079 - grpc_test_util
1080 - grpc++
1081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001082 - gpr_test_util
1083 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001084 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085- name: interop_server_helper
1086 build: private
1087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001088 headers:
1089 - test/cpp/interop/server_helper.h
1090 src:
1091 - test/cpp/interop/server_helper.cc
1092 deps:
1093 - grpc_test_util
1094 - grpc++
1095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001096 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001097- name: interop_server_main
1098 build: private
1099 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001100 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001101 - src/proto/grpc/testing/empty.proto
1102 - src/proto/grpc/testing/messages.proto
1103 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001104 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001105 deps:
1106 - interop_server_helper
1107 - grpc++_test_util
1108 - grpc_test_util
1109 - grpc++
1110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001111 - gpr_test_util
1112 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001113 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001114- name: qps
1115 build: private
1116 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001117 headers:
1118 - test/cpp/qps/client.h
1119 - test/cpp/qps/driver.h
1120 - test/cpp/qps/histogram.h
1121 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001122 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001123 - test/cpp/qps/qps_worker.h
1124 - test/cpp/qps/report.h
1125 - test/cpp/qps/server.h
1126 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001127 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001128 - test/cpp/util/benchmark_config.h
1129 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001130 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001131 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001132 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001133 - src/proto/grpc/testing/control.proto
1134 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001135 - test/cpp/qps/client_async.cc
1136 - test/cpp/qps/client_sync.cc
1137 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001138 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001139 - test/cpp/qps/qps_worker.cc
1140 - test/cpp/qps/report.cc
1141 - test/cpp/qps/server_async.cc
1142 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001143 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001144 - test/cpp/util/benchmark_config.cc
1145 deps:
1146 - grpc_test_util
1147 - grpc++_test_util
1148 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149- name: grpc_csharp_ext
1150 build: all
1151 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001152 src:
1153 - src/csharp/ext/grpc_csharp_ext.c
1154 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001156 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001157 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001158 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159 dll: only
1160 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001161 vs_packages:
1162 - grpc.dependencies.openssl
1163 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001165 vs_props:
1166 - zlib
1167 - openssl
1168 - winsock
1169 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001170targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001171- name: alarm_test
1172 build: test
1173 language: c
1174 src:
1175 - test/core/surface/alarm_test.c
1176 deps:
1177 - grpc_test_util
1178 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001179 - gpr_test_util
1180 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001181- name: algorithm_test
1182 build: test
1183 language: c
1184 src:
1185 - test/core/compression/algorithm_test.c
1186 deps:
1187 - grpc_test_util
1188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001189 - gpr_test_util
1190 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001191- name: alloc_test
1192 build: test
1193 language: c
1194 src:
1195 - test/core/support/alloc_test.c
1196 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001197 - gpr_test_util
1198 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001199- name: alpn_test
1200 build: test
1201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001202 src:
1203 - test/core/transport/chttp2/alpn_test.c
1204 deps:
1205 - grpc_test_util
1206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001207 - gpr_test_util
1208 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001209- name: api_fuzzer
1210 build: fuzzer
1211 language: c
1212 src:
1213 - test/core/end2end/fuzzers/api_fuzzer.c
1214 deps:
1215 - grpc_test_util
1216 - grpc
1217 - gpr_test_util
1218 - gpr
1219 corpus_dirs:
1220 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001221 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001222 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001223- name: bin_encoder_test
1224 build: test
1225 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001226 src:
1227 - test/core/transport/chttp2/bin_encoder_test.c
1228 deps:
1229 - grpc_test_util
1230 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001231- name: census_context_test
1232 build: test
1233 language: c
1234 src:
1235 - test/core/census/context_test.c
1236 deps:
1237 - grpc_test_util
1238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001239 - gpr_test_util
1240 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001241- name: channel_create_test
1242 build: test
1243 language: c
1244 src:
1245 - test/core/surface/channel_create_test.c
1246 deps:
1247 - grpc_test_util
1248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001249 - gpr_test_util
1250 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001251- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252 build: test
1253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001254 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001255 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001256 deps:
1257 - grpc_test_util
1258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001259 - gpr_test_util
1260 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001261- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262 build: test
1263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001264 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001265 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001266 deps:
1267 - grpc_test_util
1268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001269 - gpr_test_util
1270 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001271- name: chttp2_stream_map_test
1272 build: test
1273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001274 src:
1275 - test/core/transport/chttp2/stream_map_test.c
1276 deps:
1277 - grpc_test_util
1278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001279 - gpr_test_util
1280 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001281- name: chttp2_varint_test
1282 build: test
1283 language: c
1284 src:
1285 - test/core/transport/chttp2/varint_test.c
1286 deps:
1287 - grpc_test_util
1288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001289 - gpr_test_util
1290 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001291- name: client_fuzzer
1292 build: fuzzer
1293 language: c
1294 src:
1295 - test/core/end2end/fuzzers/client_fuzzer.c
1296 deps:
1297 - grpc_test_util
1298 - grpc
1299 - gpr_test_util
1300 - gpr
1301 corpus_dirs:
1302 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001303 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001304 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001305- name: compression_test
1306 build: test
1307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001308 src:
1309 - test/core/compression/compression_test.c
1310 deps:
1311 - grpc_test_util
1312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001313 - gpr_test_util
1314 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001315- name: concurrent_connectivity_test
1316 build: test
1317 language: c
1318 src:
1319 - test/core/surface/concurrent_connectivity_test.c
1320 deps:
1321 - grpc_test_util
1322 - grpc
1323 - gpr_test_util
1324 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001325- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001326 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001327 build: test
1328 language: c
1329 src:
1330 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1331 deps:
1332 - grpc_test_util
1333 - grpc
1334 - gpr_test_util
1335 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001336- name: dns_resolver_test
1337 build: test
1338 language: c
1339 src:
1340 - test/core/client_config/resolvers/dns_resolver_test.c
1341 deps:
1342 - grpc_test_util
1343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001344 - gpr_test_util
1345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001346- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001347 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001348 build: test
1349 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001350 src:
1351 - test/core/end2end/dualstack_socket_test.c
1352 deps:
1353 - grpc_test_util
1354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001355 - gpr_test_util
1356 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001357 platforms:
1358 - mac
1359 - linux
1360 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001361- name: endpoint_pair_test
1362 build: test
1363 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001364 src:
1365 - test/core/iomgr/endpoint_pair_test.c
1366 deps:
1367 - grpc_test_util
1368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001369 - gpr_test_util
1370 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001371- name: fd_conservation_posix_test
1372 build: test
1373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001374 src:
1375 - test/core/iomgr/fd_conservation_posix_test.c
1376 deps:
1377 - grpc_test_util
1378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001379 - gpr_test_util
1380 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001381 platforms:
1382 - mac
1383 - linux
1384 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385- name: fd_posix_test
1386 build: test
1387 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001388 src:
1389 - test/core/iomgr/fd_posix_test.c
1390 deps:
1391 - grpc_test_util
1392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001393 - gpr_test_util
1394 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001395 platforms:
1396 - mac
1397 - linux
1398 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399- name: fling_client
1400 build: test
1401 run: false
1402 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001403 src:
1404 - test/core/fling/client.c
1405 deps:
1406 - grpc_test_util
1407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001408 - gpr_test_util
1409 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001410- name: fling_server
1411 build: test
1412 run: false
1413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001414 src:
1415 - test/core/fling/server.c
1416 deps:
1417 - grpc_test_util
1418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001419 - gpr_test_util
1420 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001421- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001422 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001423 build: test
1424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
1426 - test/core/fling/fling_stream_test.c
1427 deps:
1428 - grpc_test_util
1429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 - gpr_test_util
1431 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001432 platforms:
1433 - mac
1434 - linux
1435 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001436- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001437 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001438 build: test
1439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001440 src:
1441 - test/core/fling/fling_test.c
1442 deps:
1443 - grpc_test_util
1444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001445 - gpr_test_util
1446 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001447 platforms:
1448 - mac
1449 - linux
1450 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001451- name: gen_hpack_tables
1452 build: tool
1453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001454 src:
1455 - tools/codegen/core/gen_hpack_tables.c
1456 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001457 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001458 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001459- name: gen_legal_metadata_characters
1460 build: tool
1461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001462 src:
1463 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001465- name: goaway_server_test
1466 cpu_cost: 0.1
1467 build: test
1468 language: c
1469 src:
1470 - test/core/end2end/goaway_server_test.c
1471 deps:
1472 - grpc_test_util
1473 - grpc
1474 - gpr_test_util
1475 - gpr
1476 platforms:
1477 - mac
1478 - linux
1479 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001480- name: gpr_avl_test
1481 build: test
1482 language: c
1483 src:
1484 - test/core/support/avl_test.c
1485 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001486 - gpr_test_util
1487 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001488- name: gpr_backoff_test
1489 build: test
1490 language: c
1491 src:
1492 - test/core/support/backoff_test.c
1493 deps:
1494 - gpr_test_util
1495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001496- name: gpr_cmdline_test
1497 build: test
1498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001499 src:
1500 - test/core/support/cmdline_test.c
1501 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001502 - gpr_test_util
1503 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001504- name: gpr_cpu_test
1505 build: test
1506 language: c
1507 src:
1508 - test/core/support/cpu_test.c
1509 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001510 - gpr_test_util
1511 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001512- name: gpr_env_test
1513 build: test
1514 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001515 src:
1516 - test/core/support/env_test.c
1517 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001518 - gpr_test_util
1519 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001520- name: gpr_histogram_test
1521 build: test
1522 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001523 src:
1524 - test/core/support/histogram_test.c
1525 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001526 - gpr_test_util
1527 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001528- name: gpr_host_port_test
1529 build: test
1530 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001531 src:
1532 - test/core/support/host_port_test.c
1533 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001534 - gpr_test_util
1535 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001536- name: gpr_load_file_test
1537 build: test
1538 language: c
1539 src:
1540 - test/core/support/load_file_test.c
1541 deps:
1542 - gpr_test_util
1543 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001544- name: gpr_log_test
1545 build: test
1546 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001547 src:
1548 - test/core/support/log_test.c
1549 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001550 - gpr_test_util
1551 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001552- name: gpr_slice_buffer_test
1553 build: test
1554 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001555 src:
1556 - test/core/support/slice_buffer_test.c
1557 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001558 - gpr_test_util
1559 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001560- name: gpr_slice_test
1561 build: test
1562 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001563 src:
1564 - test/core/support/slice_test.c
1565 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001566 - gpr_test_util
1567 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001568- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001569 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570 build: test
1571 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001572 src:
1573 - test/core/support/stack_lockfree_test.c
1574 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001575 - gpr_test_util
1576 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001577- name: gpr_string_test
1578 build: test
1579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001580 src:
1581 - test/core/support/string_test.c
1582 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001583 - gpr_test_util
1584 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001585- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001586 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587 build: test
1588 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001589 src:
1590 - test/core/support/sync_test.c
1591 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001592 - gpr_test_util
1593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001594- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001595 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001596 build: test
1597 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001598 src:
1599 - test/core/support/thd_test.c
1600 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr_test_util
1602 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: gpr_time_test
1604 build: test
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - test/core/support/time_test.c
1608 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001609 - gpr_test_util
1610 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001611- name: gpr_tls_test
1612 build: test
1613 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001614 src:
1615 - test/core/support/tls_test.c
1616 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001617 - gpr_test_util
1618 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619- name: gpr_useful_test
1620 build: test
1621 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001622 src:
1623 - test/core/support/useful_test.c
1624 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001625 - gpr_test_util
1626 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001627- name: grpc_auth_context_test
1628 build: test
1629 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001630 src:
1631 - test/core/security/auth_context_test.c
1632 deps:
1633 - grpc_test_util
1634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001635 - gpr_test_util
1636 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001637- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001638 build: test
1639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001640 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001641 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001642 deps:
1643 - grpc_test_util
1644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001645 - gpr_test_util
1646 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001647- name: grpc_byte_buffer_reader_test
1648 build: test
1649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001650 src:
1651 - test/core/surface/byte_buffer_reader_test.c
1652 deps:
1653 - grpc_test_util
1654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001655 - gpr_test_util
1656 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001657- name: grpc_channel_args_test
1658 build: test
1659 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001660 src:
1661 - test/core/channel/channel_args_test.c
1662 deps:
1663 - grpc_test_util
1664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001665 - gpr_test_util
1666 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001667- name: grpc_channel_stack_test
1668 build: test
1669 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001670 src:
1671 - test/core/channel/channel_stack_test.c
1672 deps:
1673 - grpc_test_util
1674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001675 - gpr_test_util
1676 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: grpc_completion_queue_test
1678 build: test
1679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - test/core/surface/completion_queue_test.c
1682 deps:
1683 - grpc_test_util
1684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001685 - gpr_test_util
1686 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687- name: grpc_create_jwt
1688 build: tool
1689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001690 src:
1691 - test/core/security/create_jwt.c
1692 deps:
1693 - grpc_test_util
1694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 - gpr_test_util
1696 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697- name: grpc_credentials_test
1698 build: test
1699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001700 src:
1701 - test/core/security/credentials_test.c
1702 deps:
1703 - grpc_test_util
1704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001705 - gpr_test_util
1706 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001707- name: grpc_fetch_oauth2
1708 build: tool
1709 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001710 src:
1711 - test/core/security/fetch_oauth2.c
1712 deps:
1713 - grpc_test_util
1714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001717- name: grpc_invalid_channel_args_test
1718 build: test
1719 language: c
1720 src:
1721 - test/core/surface/invalid_channel_args_test.c
1722 deps:
1723 - grpc_test_util
1724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001725 - gpr_test_util
1726 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001727- name: grpc_json_token_test
1728 build: test
1729 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001730 src:
1731 - test/core/security/json_token_test.c
1732 deps:
1733 - grpc_test_util
1734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001737 platforms:
1738 - linux
1739 - posix
1740 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001741- name: grpc_jwt_verifier_test
1742 build: test
1743 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001744 src:
1745 - test/core/security/jwt_verifier_test.c
1746 deps:
1747 - grpc_test_util
1748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001749 - gpr_test_util
1750 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001751- name: grpc_print_google_default_creds_token
1752 build: tool
1753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001754 src:
1755 - test/core/security/print_google_default_creds_token.c
1756 deps:
1757 - grpc_test_util
1758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 - gpr_test_util
1760 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761- name: grpc_security_connector_test
1762 build: test
1763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001764 src:
1765 - test/core/security/security_connector_test.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001769 - gpr_test_util
1770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771- name: grpc_verify_jwt
1772 build: tool
1773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001774 src:
1775 - test/core/security/verify_jwt.c
1776 deps:
1777 - grpc_test_util
1778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001779 - gpr_test_util
1780 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001781- name: hpack_parser_fuzzer_test
1782 build: fuzzer
1783 language: c
1784 src:
1785 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1786 deps:
1787 - grpc_test_util
1788 - grpc
1789 - gpr_test_util
1790 - gpr
1791 corpus_dirs:
1792 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001793 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001794 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001795- name: hpack_parser_test
1796 build: test
1797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001798 src:
1799 - test/core/transport/chttp2/hpack_parser_test.c
1800 deps:
1801 - grpc_test_util
1802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001803 - gpr_test_util
1804 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001805- name: hpack_table_test
1806 build: test
1807 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001808 src:
1809 - test/core/transport/chttp2/hpack_table_test.c
1810 deps:
1811 - grpc_test_util
1812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001813 - gpr_test_util
1814 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001815- name: http_fuzzer_test
1816 build: fuzzer
1817 language: c
1818 src:
1819 - test/core/http/fuzzer.c
1820 deps:
1821 - grpc_test_util
1822 - grpc
1823 - gpr_test_util
1824 - gpr
1825 corpus_dirs:
1826 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001827 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001828- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001829 build: test
1830 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001831 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001832 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001833 deps:
1834 - grpc_test_util
1835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001836 - gpr_test_util
1837 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001838- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839 build: test
1840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001841 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001842 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001843 deps:
1844 - grpc_test_util
1845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001848- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001849 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001850 build: test
1851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001852 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001853 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001854 deps:
1855 - grpc_test_util
1856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001859 platforms:
1860 - mac
1861 - linux
1862 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001863- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001864 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001865 build: test
1866 language: c
1867 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001868 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001869 deps:
1870 - grpc_test_util
1871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001872 - gpr_test_util
1873 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001874 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001875 - linux
yang-gf1183302015-12-07 16:02:05 -08001876- name: init_test
1877 build: test
1878 language: c
1879 src:
1880 - test/core/surface/init_test.c
1881 deps:
1882 - grpc_test_util
1883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001886- name: internal_api_canary_iomgr_test
1887 build: test
1888 run: false
1889 language: c
1890 src:
1891 - test/core/internal_api_canaries/iomgr.c
1892 deps:
1893 - grpc_test_util
1894 - grpc
1895 - gpr_test_util
1896 - gpr
1897- name: internal_api_canary_support_test
1898 build: test
1899 run: false
1900 language: c
1901 src:
1902 - test/core/internal_api_canaries/iomgr.c
1903 deps:
1904 - grpc_test_util
1905 - grpc
1906 - gpr_test_util
1907 - gpr
1908- name: internal_api_canary_transport_test
1909 build: test
1910 run: false
1911 language: c
1912 src:
1913 - test/core/internal_api_canaries/iomgr.c
1914 deps:
1915 - grpc_test_util
1916 - grpc
1917 - gpr_test_util
1918 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001919- name: invalid_call_argument_test
1920 build: test
1921 language: c
1922 src:
1923 - test/core/end2end/invalid_call_argument_test.c
1924 deps:
1925 - grpc_test_util
1926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 - gpr_test_util
1928 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001929- name: json_fuzzer_test
1930 build: fuzzer
1931 language: c
1932 src:
1933 - test/core/json/fuzzer.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
1937 - gpr_test_util
1938 - gpr
1939 corpus_dirs:
1940 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001941 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942- name: json_rewrite
1943 build: test
1944 run: false
1945 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001946 src:
1947 - test/core/json/json_rewrite.c
1948 deps:
1949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951- name: json_rewrite_test
1952 build: test
1953 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001954 src:
1955 - test/core/json/json_rewrite_test.c
1956 deps:
1957 - grpc_test_util
1958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001959 - gpr_test_util
1960 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001961- name: json_stream_error_test
1962 build: test
1963 language: c
1964 src:
1965 - test/core/json/json_stream_error_test.c
1966 deps:
1967 - grpc_test_util
1968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971- name: json_test
1972 build: test
1973 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001974 src:
1975 - test/core/json/json_test.c
1976 deps:
1977 - grpc_test_util
1978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001979 - gpr_test_util
1980 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001981- name: lame_client_test
1982 build: test
1983 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001984 src:
1985 - test/core/surface/lame_client_test.c
1986 deps:
1987 - grpc_test_util
1988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001989 - gpr_test_util
1990 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001991- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001992 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001993 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001994 build: test
1995 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001996 src:
1997 - test/core/client_config/lb_policies_test.c
1998 deps:
1999 - grpc_test_util
2000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002001 - gpr_test_util
2002 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002003- name: low_level_ping_pong_benchmark
2004 build: benchmark
2005 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002006 src:
2007 - test/core/network_benchmarks/low_level_ping_pong.c
2008 deps:
2009 - grpc_test_util
2010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002011 - gpr_test_util
2012 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002013 platforms:
2014 - mac
2015 - linux
2016 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002017- name: message_compress_test
2018 build: test
2019 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002020 src:
2021 - test/core/compression/message_compress_test.c
2022 deps:
2023 - grpc_test_util
2024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002025 - gpr_test_util
2026 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002027- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002028 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002029 build: test
2030 language: c
2031 src:
2032 - test/core/census/mlog_test.c
2033 deps:
2034 - grpc_test_util
2035 - grpc
2036 - gpr_test_util
2037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002038- name: multiple_server_queues_test
2039 build: test
2040 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002041 src:
2042 - test/core/end2end/multiple_server_queues_test.c
2043 deps:
2044 - grpc_test_util
2045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002046 - gpr_test_util
2047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048- name: murmur_hash_test
2049 build: test
2050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
2052 - test/core/support/murmur_hash_test.c
2053 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002056- name: nanopb_fuzzer_response_test
2057 build: fuzzer
2058 language: c
2059 src:
2060 - test/core/nanopb/fuzzer_response.c
2061 deps:
2062 - grpc_test_util
2063 - grpc
2064 - gpr_test_util
2065 - gpr
2066 corpus_dirs:
2067 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002068 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002069- name: nanopb_fuzzer_serverlist_test
2070 build: fuzzer
2071 language: c
2072 src:
2073 - test/core/nanopb/fuzzer_serverlist.c
2074 deps:
2075 - grpc_test_util
2076 - grpc
2077 - gpr_test_util
2078 - gpr
2079 corpus_dirs:
2080 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002081 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002083 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084 build: test
2085 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002086 src:
2087 - test/core/end2end/no_server_test.c
2088 deps:
2089 - grpc_test_util
2090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr_test_util
2092 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093- name: resolve_address_test
2094 build: test
2095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/core/iomgr/resolve_address_test.c
2098 deps:
2099 - grpc_test_util
2100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002101 - gpr_test_util
2102 - gpr
yang-gd482e592015-12-10 14:04:00 -08002103- name: secure_channel_create_test
2104 build: test
2105 language: c
2106 src:
2107 - test/core/surface/secure_channel_create_test.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002113- name: secure_endpoint_test
2114 build: test
2115 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002116 src:
2117 - test/core/security/secure_endpoint_test.c
2118 deps:
2119 - grpc_test_util
2120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002121 - gpr_test_util
2122 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002123- name: server_chttp2_test
2124 build: test
2125 language: c
2126 src:
2127 - test/core/surface/server_chttp2_test.c
2128 deps:
2129 - grpc_test_util
2130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002131 - gpr_test_util
2132 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002133- name: server_fuzzer
2134 build: fuzzer
2135 language: c
2136 src:
2137 - test/core/end2end/fuzzers/server_fuzzer.c
2138 deps:
2139 - grpc_test_util
2140 - grpc
2141 - gpr_test_util
2142 - gpr
2143 corpus_dirs:
2144 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002145 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002146 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002147- name: server_test
2148 build: test
2149 language: c
2150 src:
2151 - test/core/surface/server_test.c
2152 deps:
2153 - grpc_test_util
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002157- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002158 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002159 build: test
2160 language: c
2161 src:
2162 - test/core/client_config/set_initial_connect_string_test.c
2163 deps:
2164 - test_tcp_server
2165 - grpc_test_util
2166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr_test_util
2168 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002169- name: sockaddr_resolver_test
2170 build: test
2171 language: c
2172 src:
2173 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179- name: sockaddr_utils_test
2180 build: test
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
2183 - test/core/iomgr/sockaddr_utils_test.c
2184 deps:
2185 - grpc_test_util
2186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002189- name: socket_utils_test
2190 build: test
2191 language: c
2192 src:
2193 - test/core/iomgr/socket_utils_test.c
2194 deps:
2195 - grpc_test_util
2196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002199 platforms:
2200 - mac
2201 - linux
2202 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002203- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002204 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205 build: test
2206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002207 src:
2208 - test/core/iomgr/tcp_client_posix_test.c
2209 deps:
2210 - grpc_test_util
2211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002212 - gpr_test_util
2213 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002214 platforms:
2215 - mac
2216 - linux
2217 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002218- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002219 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002220 build: test
2221 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002222 src:
2223 - test/core/iomgr/tcp_posix_test.c
2224 deps:
2225 - grpc_test_util
2226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002227 - gpr_test_util
2228 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002229 platforms:
2230 - mac
2231 - linux
2232 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233- name: tcp_server_posix_test
2234 build: test
2235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002236 src:
2237 - test/core/iomgr/tcp_server_posix_test.c
2238 deps:
2239 - grpc_test_util
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002243 platforms:
2244 - mac
2245 - linux
2246 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: time_averaged_stats_test
2248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
2251 - test/core/iomgr/time_averaged_stats_test.c
2252 deps:
2253 - grpc_test_util
2254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002255 - gpr_test_util
2256 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257- name: timeout_encoding_test
2258 build: test
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
2261 - test/core/transport/chttp2/timeout_encoding_test.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 - gpr_test_util
2266 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002267- name: timer_heap_test
2268 build: test
2269 language: c
2270 src:
2271 - test/core/iomgr/timer_heap_test.c
2272 deps:
2273 - grpc_test_util
2274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002275 - gpr_test_util
2276 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002277- name: timer_list_test
2278 build: test
2279 language: c
2280 src:
2281 - test/core/iomgr/timer_list_test.c
2282 deps:
2283 - grpc_test_util
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002287- name: timers_test
2288 build: test
2289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002290 src:
2291 - test/core/profiling/timers_test.c
2292 deps:
2293 - grpc_test_util
2294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002295 - gpr_test_util
2296 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002297- name: transport_connectivity_state_test
2298 build: test
2299 language: c
2300 src:
2301 - test/core/transport/connectivity_state_test.c
2302 deps:
2303 - grpc_test_util
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002307- name: transport_metadata_test
2308 build: test
2309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002310 src:
2311 - test/core/transport/metadata_test.c
2312 deps:
2313 - grpc_test_util
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002317- name: transport_security_test
2318 build: test
2319 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002320 src:
2321 - test/core/tsi/transport_security_test.c
2322 deps:
2323 - grpc_test_util
2324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002325 - gpr_test_util
2326 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002327 platforms:
2328 - linux
2329 - posix
2330 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002331- name: udp_server_test
2332 build: test
2333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
2335 - test/core/iomgr/udp_server_test.c
2336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002341 platforms:
2342 - mac
2343 - linux
2344 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002345- name: uri_fuzzer_test
2346 build: fuzzer
2347 language: c
2348 src:
2349 - test/core/client_config/uri_fuzzer_test.c
2350 deps:
2351 - grpc_test_util
2352 - grpc
2353 - gpr_test_util
2354 - gpr
2355 corpus_dirs:
2356 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002357 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002358- name: uri_parser_test
2359 build: test
2360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
2362 - test/core/client_config/uri_parser_test.c
2363 deps:
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002368- name: workqueue_test
2369 build: test
2370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
2372 - test/core/iomgr/workqueue_test.c
2373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002378 platforms:
2379 - mac
2380 - linux
2381 - posix
vjpai04e992a2016-02-10 16:58:38 -08002382- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002383 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002384 build: test
2385 language: c++
2386 src:
2387 - test/cpp/common/alarm_cpp_test.cc
2388 deps:
2389 - grpc++_test_util
2390 - grpc_test_util
2391 - grpc++
2392 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002393 - gpr_test_util
2394 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002395- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002396 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002397 build: test
2398 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002399 src:
2400 - test/cpp/end2end/async_end2end_test.cc
2401 deps:
2402 - grpc++_test_util
2403 - grpc_test_util
2404 - grpc++
2405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002406 - gpr_test_util
2407 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002408- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002409 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410 build: test
2411 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002412 src:
2413 - test/cpp/common/auth_property_iterator_test.cc
2414 deps:
2415 - grpc++_test_util
2416 - grpc_test_util
2417 - grpc++
2418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002419 - gpr_test_util
2420 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002421- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002422 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002423 build: test
2424 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002425 src:
yang-g52705592015-11-25 11:45:33 -08002426 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002427 deps:
2428 - grpc++
2429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002431- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002432 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433 build: test
2434 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
2436 - test/cpp/util/cli_call_test.cc
2437 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002438 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002439 - grpc++_test_util
2440 - grpc_test_util
2441 - grpc++
2442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002443 - gpr_test_util
2444 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002445- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002446 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002447 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448 build: test
2449 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002450 src:
2451 - test/cpp/end2end/client_crash_test.cc
2452 deps:
2453 - grpc++_test_util
2454 - grpc_test_util
2455 - grpc++
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002459 platforms:
2460 - mac
2461 - linux
2462 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002463- name: client_crash_test_server
2464 build: test
2465 run: false
2466 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002467 src:
2468 - test/cpp/end2end/client_crash_test_server.cc
2469 deps:
2470 - grpc++_test_util
2471 - grpc_test_util
2472 - grpc++
2473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr_test_util
2475 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002476- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002477 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002478 build: test
2479 language: c++
2480 src:
2481 - src/proto/grpc/testing/control.proto
2482 - src/proto/grpc/testing/messages.proto
2483 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002484 - src/proto/grpc/testing/services.proto
2485 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002486 - test/cpp/codegen/codegen_test_full.cc
2487 deps:
2488 - grpc++
2489 - grpc
2490 - gpr
2491 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002492 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002493- name: codegen_test_minimal
2494 gtest: true
2495 build: test
2496 language: c++
2497 src:
2498 - src/proto/grpc/testing/control.proto
2499 - src/proto/grpc/testing/messages.proto
2500 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002501 - src/proto/grpc/testing/services.proto
2502 - src/proto/grpc/testing/stats.proto
2503 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002504 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002505 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002506 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002507- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002508 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002509 build: test
2510 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002511 src:
2512 - test/cpp/client/credentials_test.cc
2513 deps:
2514 - grpc++
2515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002518 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002519 build: test
2520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002521 src:
2522 - test/cpp/util/byte_buffer_test.cc
2523 deps:
2524 - grpc_test_util
2525 - grpc++
2526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002527 - gpr_test_util
2528 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002530 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002531 build: test
2532 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002533 src:
2534 - test/cpp/util/slice_test.cc
2535 deps:
2536 - grpc_test_util
2537 - grpc++
2538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002539 - gpr_test_util
2540 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002541- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002542 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002543 build: test
2544 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002545 src:
2546 - test/cpp/util/string_ref_test.cc
2547 deps:
2548 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002549- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002550 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551 build: test
2552 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002553 src:
2554 - test/cpp/util/time_test.cc
2555 deps:
2556 - grpc_test_util
2557 - grpc++
2558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002559 - gpr_test_util
2560 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002561- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002562 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002563 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564 build: test
2565 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002566 src:
2567 - test/cpp/end2end/end2end_test.cc
2568 deps:
2569 - grpc++_test_util
2570 - grpc_test_util
2571 - grpc++
2572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002573 - gpr_test_util
2574 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002575- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002576 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002577 build: test
2578 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002579 src:
2580 - test/cpp/end2end/generic_end2end_test.cc
2581 deps:
2582 - grpc++_test_util
2583 - grpc_test_util
2584 - grpc++
2585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002586 - gpr_test_util
2587 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002588- name: golden_file_test
2589 gtest: true
2590 build: test
2591 language: c++
2592 src:
2593 - src/proto/grpc/testing/compiler_test.proto
2594 - test/cpp/codegen/golden_file_test.cc
2595 deps:
2596 - grpc++
2597 - grpc
2598 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002599- name: grpc_cli
2600 build: test
2601 run: false
2602 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - test/cpp/util/grpc_cli.cc
2605 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002606 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002607 - grpc++_test_util
2608 - grpc_test_util
2609 - grpc++
2610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002611 - gpr_test_util
2612 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002613 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614- name: grpc_cpp_plugin
2615 build: protoc
2616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - src/compiler/cpp_plugin.cc
2619 deps:
2620 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002621 secure: false
2622 vs_config_type: Application
2623 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2624- name: grpc_csharp_plugin
2625 build: protoc
2626 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002627 src:
2628 - src/compiler/csharp_plugin.cc
2629 deps:
2630 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002631 secure: false
2632 vs_config_type: Application
2633 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002634- name: grpc_node_plugin
2635 build: protoc
2636 language: c++
2637 src:
2638 - src/compiler/node_plugin.cc
2639 deps:
2640 - grpc_plugin_support
2641 secure: false
2642 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002643- name: grpc_objective_c_plugin
2644 build: protoc
2645 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002646 src:
2647 - src/compiler/objective_c_plugin.cc
2648 deps:
2649 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002650 secure: false
2651 vs_config_type: Application
2652 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2653- name: grpc_python_plugin
2654 build: protoc
2655 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002656 src:
2657 - src/compiler/python_plugin.cc
2658 deps:
2659 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002660 secure: false
2661 vs_config_type: Application
2662 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2663- name: grpc_ruby_plugin
2664 build: protoc
2665 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002666 src:
2667 - src/compiler/ruby_plugin.cc
2668 deps:
2669 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002670 secure: false
2671 vs_config_type: Application
2672 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002673- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002674 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002675 build: test
2676 language: c++
2677 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002678 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002679 - test/cpp/grpclb/grpclb_api_test.cc
2680 deps:
2681 - grpc++_test_util
2682 - grpc_test_util
2683 - grpc++
2684 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002685- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002686 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002687 build: test
2688 language: c++
2689 src:
2690 - test/cpp/end2end/hybrid_end2end_test.cc
2691 deps:
2692 - grpc++_test_util
2693 - grpc_test_util
2694 - grpc++
2695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002696 - gpr_test_util
2697 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002698- name: interop_client
2699 build: test
2700 run: false
2701 language: c++
2702 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002703 deps:
2704 - interop_client_main
2705 - interop_client_helper
2706 - grpc++_test_util
2707 - grpc_test_util
2708 - grpc++
2709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002710 - gpr_test_util
2711 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002712 - grpc++_test_config
2713 platforms:
2714 - mac
2715 - linux
2716 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002717- name: interop_server
2718 build: test
2719 run: false
2720 language: c++
2721 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002722 deps:
2723 - interop_server_main
2724 - interop_server_helper
2725 - grpc++_test_util
2726 - grpc_test_util
2727 - grpc++
2728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002729 - gpr_test_util
2730 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002731 - grpc++_test_config
2732 platforms:
2733 - mac
2734 - linux
2735 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002736- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002737 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002738 build: test
2739 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002740 src:
2741 - test/cpp/interop/interop_test.cc
2742 deps:
2743 - grpc_test_util
2744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002745 - gpr_test_util
2746 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002747 platforms:
2748 - mac
2749 - linux
2750 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002751- name: json_run_localhost
2752 build: test
2753 run: false
2754 language: c++
2755 src:
2756 - test/cpp/qps/json_run_localhost.cc
2757 deps:
2758 - grpc++_test_util
2759 - grpc_test_util
2760 - grpc++
2761 - grpc
2762 - gpr_test_util
2763 - gpr
2764 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002765- name: metrics_client
2766 build: test
2767 run: false
2768 language: c++
2769 headers:
2770 - test/cpp/util/metrics_server.h
2771 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002772 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002773 - test/cpp/interop/metrics_client.cc
2774 deps:
2775 - grpc++
2776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002777 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002778 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002779- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002780 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002781 build: test
2782 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002783 src:
2784 - test/cpp/end2end/mock_test.cc
2785 deps:
2786 - grpc++_test_util
2787 - grpc_test_util
2788 - grpc++
2789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002790 - gpr_test_util
2791 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002792- name: qps_interarrival_test
2793 build: test
2794 run: false
2795 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002796 src:
2797 - test/cpp/qps/qps_interarrival_test.cc
2798 deps:
2799 - qps
2800 - grpc++_test_util
2801 - grpc_test_util
2802 - grpc++
2803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002804 - gpr_test_util
2805 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002806 platforms:
2807 - mac
2808 - linux
2809 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002810- name: qps_json_driver
2811 build: test
2812 run: false
2813 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002814 headers:
2815 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002816 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002817 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002818 - test/cpp/qps/qps_json_driver.cc
2819 deps:
2820 - qps
2821 - grpc++_test_util
2822 - grpc_test_util
2823 - grpc++
2824 - grpc
2825 - gpr_test_util
2826 - gpr
2827 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002828- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002829 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830 build: test
2831 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002832 src:
2833 - test/cpp/qps/qps_openloop_test.cc
2834 deps:
2835 - qps
2836 - grpc++_test_util
2837 - grpc_test_util
2838 - grpc++
2839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr_test_util
2841 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002842 - grpc++_test_config
2843 platforms:
2844 - mac
2845 - linux
2846 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002847- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002848 build: test
2849 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002850 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002851 headers:
2852 - test/cpp/qps/client.h
2853 - test/cpp/qps/server.h
2854 src:
2855 - test/cpp/qps/worker.cc
2856 deps:
2857 - qps
2858 - grpc++_test_util
2859 - grpc_test_util
2860 - grpc++
2861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002862 - gpr_test_util
2863 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002864 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002865- name: reconnect_interop_client
2866 build: test
2867 run: false
2868 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002869 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002870 - src/proto/grpc/testing/empty.proto
2871 - src/proto/grpc/testing/messages.proto
2872 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002873 - test/cpp/interop/reconnect_interop_client.cc
2874 deps:
2875 - grpc++_test_util
2876 - grpc_test_util
2877 - grpc++
2878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002879 - gpr_test_util
2880 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002881 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002882- name: reconnect_interop_server
2883 build: test
2884 run: false
2885 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002886 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002887 - src/proto/grpc/testing/empty.proto
2888 - src/proto/grpc/testing/messages.proto
2889 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002890 - test/cpp/interop/reconnect_interop_server.cc
2891 deps:
2892 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002893 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002894 - grpc++_test_util
2895 - grpc_test_util
2896 - grpc++
2897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002898 - gpr_test_util
2899 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002900 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002901- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002902 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002903 build: test
2904 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002905 src:
2906 - test/cpp/common/secure_auth_context_test.cc
2907 deps:
2908 - grpc++_test_util
2909 - grpc_test_util
2910 - grpc++
2911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002912 - gpr_test_util
2913 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002914- name: secure_sync_unary_ping_pong_test
2915 build: test
2916 language: c++
2917 src:
2918 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2919 deps:
2920 - qps
2921 - grpc++_test_util
2922 - grpc_test_util
2923 - grpc++
2924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002925 - gpr_test_util
2926 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002927 platforms:
2928 - mac
2929 - linux
2930 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002931- name: server_builder_plugin_test
2932 gtest: true
2933 build: test
2934 language: c++
2935 src:
2936 - test/cpp/end2end/server_builder_plugin_test.cc
2937 deps:
2938 - grpc++_test_util
2939 - grpc_test_util
2940 - grpc++
2941 - grpc
2942 - gpr_test_util
2943 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002944- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002945 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002946 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002947 build: test
2948 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002949 src:
2950 - test/cpp/end2end/server_crash_test.cc
2951 deps:
2952 - grpc++_test_util
2953 - grpc_test_util
2954 - grpc++
2955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002956 - gpr_test_util
2957 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002958 platforms:
2959 - mac
2960 - linux
2961 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002962- name: server_crash_test_client
2963 build: test
2964 run: false
2965 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002966 src:
2967 - test/cpp/end2end/server_crash_test_client.cc
2968 deps:
2969 - grpc++_test_util
2970 - grpc_test_util
2971 - grpc++
2972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002973 - gpr_test_util
2974 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002975- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002976 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002977 build: test
2978 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002979 src:
2980 - test/cpp/end2end/shutdown_test.cc
2981 deps:
2982 - grpc++_test_util
2983 - grpc_test_util
2984 - grpc++
2985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002986 - gpr_test_util
2987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002988- name: status_test
2989 build: test
2990 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002991 src:
2992 - test/cpp/util/status_test.cc
2993 deps:
2994 - grpc_test_util
2995 - grpc++
2996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002997 - gpr_test_util
2998 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002999- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003000 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003001 build: test
3002 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003003 src:
3004 - test/cpp/end2end/streaming_throughput_test.cc
3005 deps:
3006 - grpc++_test_util
3007 - grpc_test_util
3008 - grpc++
3009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003010 - gpr_test_util
3011 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003012 platforms:
3013 - mac
3014 - linux
3015 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003016- name: stress_test
3017 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003018 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003019 language: c++
3020 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003021 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003022 - test/cpp/interop/interop_client.h
3023 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003024 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003025 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003026 - src/proto/grpc/testing/empty.proto
3027 - src/proto/grpc/testing/messages.proto
3028 - src/proto/grpc/testing/metrics.proto
3029 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003030 - test/cpp/interop/interop_client.cc
3031 - test/cpp/interop/stress_interop_client.cc
3032 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003033 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003034 deps:
3035 - grpc++_test_util
3036 - grpc_test_util
3037 - grpc++
3038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003039 - gpr_test_util
3040 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003041 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003043 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003044 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003045 build: test
3046 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003047 src:
3048 - test/cpp/end2end/thread_stress_test.cc
3049 deps:
3050 - grpc++_test_util
3051 - grpc_test_util
3052 - grpc++
3053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003054 - gpr_test_util
3055 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003056- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003057 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003058 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003059 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003060 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003061 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003062 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003063 - test/cpp/end2end/zookeeper_test.cc
3064 deps:
3065 - grpc++_test_util
3066 - grpc_test_util
3067 - grpc++
3068 - grpc_zookeeper
3069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003070 - gpr_test_util
3071 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003072 external_deps:
3073 - zookeeper
3074 platforms:
3075 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003076- name: public_headers_must_be_c89
3077 build: test
3078 language: c89
3079 src:
3080 - test/core/surface/public_headers_must_be_c89.c
3081 deps:
3082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003084vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003085- linkage: static
3086 name: grpc.dependencies.zlib
3087 props: false
3088 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003089 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003090- linkage: static
3091 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003092 props: true
3093 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003094 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003095- name: gflags
3096 props: false
3097 redist: false
3098 version: 2.1.2.1
3099- name: gtest
3100 props: false
3101 redist: false
3102 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003103configs:
3104 asan:
3105 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003106 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3107 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003108 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003109 LD: clang
3110 LDFLAGS: -fsanitize=address
3111 LDXX: clang++
3112 compile_the_world: true
3113 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003114 ASAN_OPTIONS: detect_leaks=1:color=always
3115 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003116 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003117 asan-noleaks:
3118 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003119 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3120 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003121 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003122 LD: clang
3123 LDFLAGS: -fsanitize=address
3124 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003125 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003126 test_environ:
3127 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003128 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003129 asan-trace-cmp:
3130 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003131 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3132 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003133 CXX: clang++
3134 LD: clang
3135 LDFLAGS: -fsanitize=address
3136 LDXX: clang++
3137 compile_the_world: true
3138 test_environ:
3139 ASAN_OPTIONS: detect_leaks=1:color=always
3140 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3141 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003142 basicprof:
3143 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3144 DEFINES: NDEBUG
3145 dbg:
3146 CPPFLAGS: -O0
3147 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003148 easan:
3149 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003150 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3151 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003152 CXX: clang++
3153 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3154 LD: clang
3155 LDFLAGS: -fsanitize=address
3156 LDXX: clang++
3157 compile_the_world: true
3158 test_environ:
3159 ASAN_OPTIONS: detect_leaks=1:color=always
3160 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3161 timeout_multiplier: 3
3162 edbg:
3163 CPPFLAGS: -O0
3164 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3165 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003166 CC: clang
3167 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003168 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003169 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003170 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003171 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003172 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003173 LDXX: clang++
3174 compile_the_world: true
3175 test_environ:
3176 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3177 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003178 gcov:
3179 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003180 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003181 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003182 DEFINES: _DEBUG DEBUG GPR_GCOV
3183 LD: gcc
3184 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3185 LDXX: g++
3186 helgrind:
3187 CPPFLAGS: -O0
3188 DEFINES: _DEBUG DEBUG
3189 LDFLAGS: -rdynamic
3190 timeout_multiplier: 20
3191 valgrind: --tool=helgrind
3192 memcheck:
3193 CPPFLAGS: -O0
3194 DEFINES: _DEBUG DEBUG
3195 LDFLAGS: -rdynamic
3196 timeout_multiplier: 10
3197 valgrind: --tool=memcheck --leak-check=full
3198 msan:
3199 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003200 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3201 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3202 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003203 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003204 DEFINES: NDEBUG
3205 LD: clang
3206 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3207 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3208 LDXX: clang++
3209 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003210 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003211 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003212 CPPFLAGS: -O3 -fno-omit-frame-pointer
3213 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003214 LDFLAGS: -rdynamic
3215 opt:
3216 CPPFLAGS: -O2
3217 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003218 stapprof:
3219 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3220 DEFINES: NDEBUG
3221 tsan:
3222 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003223 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003224 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003225 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003226 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003227 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003228 LDXX: clang++
3229 compile_the_world: true
3230 test_environ:
3231 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003232 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003233 ubsan:
3234 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003235 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3236 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003237 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003238 DEFINES: NDEBUG
3239 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003240 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003241 LDXX: clang++
3242 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003243 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003244 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003245 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003246defaults:
3247 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003248 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003249 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003250 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003251 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003252 global:
3253 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3254 LDFLAGS: -g
3255 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003256 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003257 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003258node_modules:
3259- deps:
3260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003261 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003262 - boringssl
3263 - z
murgatroid9994a75412015-11-19 14:04:53 -08003264 headers:
3265 - src/node/ext/byte_buffer.h
3266 - src/node/ext/call.h
3267 - src/node/ext/call_credentials.h
3268 - src/node/ext/channel.h
3269 - src/node/ext/channel_credentials.h
3270 - src/node/ext/completion_queue_async_worker.h
3271 - src/node/ext/server.h
3272 - src/node/ext/server_credentials.h
3273 - src/node/ext/timeval.h
3274 js:
3275 - src/node/index.js
3276 - src/node/src/client.js
3277 - src/node/src/common.js
3278 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003279 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003280 - src/node/src/metadata.js
3281 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003282 name: grpc_node
3283 src:
3284 - src/node/ext/byte_buffer.cc
3285 - src/node/ext/call.cc
3286 - src/node/ext/call_credentials.cc
3287 - src/node/ext/channel.cc
3288 - src/node/ext/channel_credentials.cc
3289 - src/node/ext/completion_queue_async_worker.cc
3290 - src/node/ext/node_grpc.cc
3291 - src/node/ext/server.cc
3292 - src/node/ext/server_credentials.cc
3293 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003294openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003295 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003296 extraction_dir: openssl-1.0.2f
3297 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003298php_config_m4:
3299 deps:
3300 - grpc
3301 - gpr
3302 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003303 headers:
3304 - src/php/ext/grpc/byte_buffer.h
3305 - src/php/ext/grpc/call.h
3306 - src/php/ext/grpc/call_credentials.h
3307 - src/php/ext/grpc/channel.h
3308 - src/php/ext/grpc/channel_credentials.h
3309 - src/php/ext/grpc/completion_queue.h
3310 - src/php/ext/grpc/php_grpc.h
3311 - src/php/ext/grpc/server.h
3312 - src/php/ext/grpc/server_credentials.h
3313 - src/php/ext/grpc/timeval.h
3314 src:
3315 - src/php/ext/grpc/byte_buffer.c
3316 - src/php/ext/grpc/call.c
3317 - src/php/ext/grpc/call_credentials.c
3318 - src/php/ext/grpc/channel.c
3319 - src/php/ext/grpc/channel_credentials.c
3320 - src/php/ext/grpc/completion_queue.c
3321 - src/php/ext/grpc/php_grpc.c
3322 - src/php/ext/grpc/server.c
3323 - src/php/ext/grpc/server_credentials.c
3324 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003325python_dependencies:
3326 deps:
3327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003328 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003329 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003330 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003331ruby_gem:
3332 deps:
3333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003334 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003335 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003336 - z