blob: 84fadf8d329e3f3419accb58fec4416d4b1ba4d1 [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 Tiller69f3e2b2016-05-31 13:45:24 -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
185 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700186 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/iomgr/pollset_set_windows.h
188 - src/core/lib/iomgr/pollset_windows.h
189 - src/core/lib/iomgr/resolve_address.h
190 - src/core/lib/iomgr/sockaddr.h
191 - src/core/lib/iomgr/sockaddr_posix.h
192 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700193 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700194 - src/core/lib/iomgr/socket_utils_posix.h
195 - src/core/lib/iomgr/socket_windows.h
196 - src/core/lib/iomgr/tcp_client.h
197 - src/core/lib/iomgr/tcp_posix.h
198 - src/core/lib/iomgr/tcp_server.h
199 - src/core/lib/iomgr/tcp_windows.h
200 - src/core/lib/iomgr/time_averaged_stats.h
201 - src/core/lib/iomgr/timer.h
202 - src/core/lib/iomgr/timer_heap.h
203 - src/core/lib/iomgr/udp_server.h
204 - src/core/lib/iomgr/unix_sockets_posix.h
205 - src/core/lib/iomgr/wakeup_fd_pipe.h
206 - src/core/lib/iomgr/wakeup_fd_posix.h
207 - src/core/lib/iomgr/workqueue.h
208 - src/core/lib/iomgr/workqueue_posix.h
209 - src/core/lib/iomgr/workqueue_windows.h
210 - src/core/lib/json/json.h
211 - src/core/lib/json/json_common.h
212 - src/core/lib/json/json_reader.h
213 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/surface/api_trace.h
215 - src/core/lib/surface/call.h
216 - src/core/lib/surface/call_test_only.h
217 - src/core/lib/surface/channel.h
218 - src/core/lib/surface/channel_init.h
219 - src/core/lib/surface/channel_stack_type.h
220 - src/core/lib/surface/completion_queue.h
221 - src/core/lib/surface/event_string.h
222 - src/core/lib/surface/init.h
223 - src/core/lib/surface/lame_client.h
224 - src/core/lib/surface/server.h
225 - src/core/lib/surface/surface_trace.h
226 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/transport/connectivity_state.h
228 - src/core/lib/transport/metadata.h
229 - src/core/lib/transport/metadata_batch.h
230 - src/core/lib/transport/static_metadata.h
231 - src/core/lib/transport/transport.h
232 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700233 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/channel/channel_args.c
235 - src/core/lib/channel/channel_stack.c
236 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/channel/compress_filter.c
238 - src/core/lib/channel/connected_channel.c
239 - src/core/lib/channel/http_client_filter.c
240 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/compression/compression_algorithm.c
242 - src/core/lib/compression/message_compress.c
243 - src/core/lib/debug/trace.c
244 - src/core/lib/http/format_request.c
245 - src/core/lib/http/httpcli.c
246 - src/core/lib/http/parser.c
247 - src/core/lib/iomgr/closure.c
248 - src/core/lib/iomgr/endpoint.c
249 - src/core/lib/iomgr/endpoint_pair_posix.c
250 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700251 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700252 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700253 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/iomgr/exec_ctx.c
255 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/iomgr/iocp_windows.c
257 - src/core/lib/iomgr/iomgr.c
258 - src/core/lib/iomgr/iomgr_posix.c
259 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/iomgr/pollset_set_windows.c
261 - src/core/lib/iomgr/pollset_windows.c
262 - src/core/lib/iomgr/resolve_address_posix.c
263 - src/core/lib/iomgr/resolve_address_windows.c
264 - src/core/lib/iomgr/sockaddr_utils.c
265 - src/core/lib/iomgr/socket_utils_common_posix.c
266 - src/core/lib/iomgr/socket_utils_linux.c
267 - src/core/lib/iomgr/socket_utils_posix.c
268 - src/core/lib/iomgr/socket_windows.c
269 - src/core/lib/iomgr/tcp_client_posix.c
270 - src/core/lib/iomgr/tcp_client_windows.c
271 - src/core/lib/iomgr/tcp_posix.c
272 - src/core/lib/iomgr/tcp_server_posix.c
273 - src/core/lib/iomgr/tcp_server_windows.c
274 - src/core/lib/iomgr/tcp_windows.c
275 - src/core/lib/iomgr/time_averaged_stats.c
276 - src/core/lib/iomgr/timer.c
277 - src/core/lib/iomgr/timer_heap.c
278 - src/core/lib/iomgr/udp_server.c
279 - src/core/lib/iomgr/unix_sockets_posix.c
280 - src/core/lib/iomgr/unix_sockets_posix_noop.c
281 - src/core/lib/iomgr/wakeup_fd_eventfd.c
282 - src/core/lib/iomgr/wakeup_fd_nospecial.c
283 - src/core/lib/iomgr/wakeup_fd_pipe.c
284 - src/core/lib/iomgr/wakeup_fd_posix.c
285 - src/core/lib/iomgr/workqueue_posix.c
286 - src/core/lib/iomgr/workqueue_windows.c
287 - src/core/lib/json/json.c
288 - src/core/lib/json/json_reader.c
289 - src/core/lib/json/json_string.c
290 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/surface/alarm.c
292 - src/core/lib/surface/api_trace.c
293 - src/core/lib/surface/byte_buffer.c
294 - src/core/lib/surface/byte_buffer_reader.c
295 - src/core/lib/surface/call.c
296 - src/core/lib/surface/call_details.c
297 - src/core/lib/surface/call_log_batch.c
298 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 - src/core/lib/surface/channel_init.c
300 - src/core/lib/surface/channel_ping.c
301 - src/core/lib/surface/channel_stack_type.c
302 - src/core/lib/surface/completion_queue.c
303 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/surface/lame_client.c
305 - src/core/lib/surface/metadata_array.c
306 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/surface/validate_metadata.c
308 - src/core/lib/surface/version.c
309 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/transport/connectivity_state.c
311 - src/core/lib/transport/metadata.c
312 - src/core/lib/transport/metadata_batch.c
313 - src/core/lib/transport/static_metadata.c
314 - src/core/lib/transport/transport.c
315 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700316 deps:
317 - gpr
318 uses:
319 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700320- name: grpc_client_config
321 headers:
322 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700323 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700324 - src/core/ext/client_config/client_config.h
325 - src/core/ext/client_config/connector.h
326 - src/core/ext/client_config/initial_connect_string.h
327 - src/core/ext/client_config/lb_policy.h
328 - src/core/ext/client_config/lb_policy_factory.h
329 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700330 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700331 - src/core/ext/client_config/resolver.h
332 - src/core/ext/client_config/resolver_factory.h
333 - src/core/ext/client_config/resolver_registry.h
334 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700335 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700336 - src/core/ext/client_config/subchannel_index.h
337 - src/core/ext/client_config/uri_parser.h
338 src:
339 - src/core/ext/client_config/channel_connectivity.c
340 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700341 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700342 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700343 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700344 - src/core/ext/client_config/connector.c
345 - src/core/ext/client_config/default_initial_connect_string.c
346 - src/core/ext/client_config/initial_connect_string.c
347 - src/core/ext/client_config/lb_policy.c
348 - src/core/ext/client_config/lb_policy_factory.c
349 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700350 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700351 - src/core/ext/client_config/resolver.c
352 - src/core/ext/client_config/resolver_factory.c
353 - src/core/ext/client_config/resolver_registry.c
354 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700355 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700356 - src/core/ext/client_config/subchannel_index.c
357 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700358 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700359 uses:
360 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800361- name: grpc_codegen
362 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800363 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700364 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800365 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800366 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800367 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800368 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800369 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700370 uses:
371 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700372- name: grpc_lb_policy_grpclb
373 headers:
374 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700375 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700376 src:
377 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700378 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700379 uses:
380 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700381 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700382 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700383- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700384 src:
385 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700386 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700387 uses:
388 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700389 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700390- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700391 src:
392 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700393 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700394 uses:
395 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700396 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700397- name: grpc_load_reporting
398 headers:
399 - src/core/ext/load_reporting/load_reporting.h
400 - src/core/ext/load_reporting/load_reporting_filter.h
401 src:
402 - src/core/ext/load_reporting/load_reporting.c
403 - src/core/ext/load_reporting/load_reporting_filter.c
404 plugin: grpc_load_reporting_plugin
405 uses:
406 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700407- name: grpc_resolver_dns_native
408 src:
409 - src/core/ext/resolver/dns/native/dns_resolver.c
410 plugin: grpc_resolver_dns_native
411 uses:
412 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700413 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700414- name: grpc_resolver_sockaddr
415 src:
416 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
417 plugin: grpc_resolver_sockaddr
418 uses:
419 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700420 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100421- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700422 public_headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700423 - include/grpc/grpc_cronet.h
Craig Tillerd1697d92016-04-05 16:05:46 -0700424 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700425 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100426 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700427 - src/core/lib/security/context/security_context.h
428 - src/core/lib/security/credentials/composite/composite_credentials.h
429 - src/core/lib/security/credentials/credentials.h
430 - src/core/lib/security/credentials/fake/fake_credentials.h
431 - src/core/lib/security/credentials/google_default/google_default_credentials.h
432 - src/core/lib/security/credentials/iam/iam_credentials.h
433 - src/core/lib/security/credentials/jwt/json_token.h
434 - src/core/lib/security/credentials/jwt/jwt_credentials.h
435 - src/core/lib/security/credentials/jwt/jwt_verifier.h
436 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
437 - src/core/lib/security/credentials/plugin/plugin_credentials.h
438 - src/core/lib/security/credentials/ssl/ssl_credentials.h
439 - src/core/lib/security/transport/auth_filters.h
440 - src/core/lib/security/transport/handshake.h
441 - src/core/lib/security/transport/secure_endpoint.h
442 - src/core/lib/security/transport/security_connector.h
443 - src/core/lib/security/util/b64.h
444 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100445 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700446 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700447 - src/core/lib/security/context/security_context.c
448 - src/core/lib/security/credentials/composite/composite_credentials.c
449 - src/core/lib/security/credentials/credentials.c
450 - src/core/lib/security/credentials/credentials_metadata.c
451 - src/core/lib/security/credentials/fake/fake_credentials.c
452 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700453 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700454 - src/core/lib/security/credentials/google_default/google_default_credentials.c
455 - src/core/lib/security/credentials/iam/iam_credentials.c
456 - src/core/lib/security/credentials/jwt/json_token.c
457 - src/core/lib/security/credentials/jwt/jwt_credentials.c
458 - src/core/lib/security/credentials/jwt/jwt_verifier.c
459 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
460 - src/core/lib/security/credentials/plugin/plugin_credentials.c
461 - src/core/lib/security/credentials/ssl/ssl_credentials.c
462 - src/core/lib/security/transport/client_auth_filter.c
463 - src/core/lib/security/transport/handshake.c
464 - src/core/lib/security/transport/secure_endpoint.c
465 - src/core/lib/security/transport/security_connector.c
466 - src/core/lib/security/transport/server_auth_filter.c
467 - src/core/lib/security/util/b64.c
468 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700469 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700470 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700471 uses:
472 - grpc_base
473 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700474 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700475- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700476 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700477 headers:
478 - test/core/end2end/cq_verifier.h
479 - test/core/end2end/fixtures/proxy.h
480 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700481 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200482 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700483 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700484 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700485 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700486 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700487 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700488 - test/core/util/slice_splitter.h
489 src:
490 - test/core/end2end/cq_verifier.c
491 - test/core/end2end/fixtures/proxy.c
492 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700493 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200494 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700495 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700496 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700497 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700498 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700499 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700500 - test/core/util/port_windows.c
501 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700502 deps:
503 - grpc
504 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700505- name: grpc_transport_chttp2
506 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700507 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700508 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
509 - src/core/ext/transport/chttp2/transport/frame.h
510 - src/core/ext/transport/chttp2/transport/frame_data.h
511 - src/core/ext/transport/chttp2/transport/frame_goaway.h
512 - src/core/ext/transport/chttp2/transport/frame_ping.h
513 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
514 - src/core/ext/transport/chttp2/transport/frame_settings.h
515 - src/core/ext/transport/chttp2/transport/frame_window_update.h
516 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
517 - src/core/ext/transport/chttp2/transport/hpack_parser.h
518 - src/core/ext/transport/chttp2/transport/hpack_table.h
519 - src/core/ext/transport/chttp2/transport/http2_errors.h
520 - src/core/ext/transport/chttp2/transport/huffsyms.h
521 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
522 - src/core/ext/transport/chttp2/transport/internal.h
523 - src/core/ext/transport/chttp2/transport/status_conversion.h
524 - src/core/ext/transport/chttp2/transport/stream_map.h
525 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
526 - src/core/ext/transport/chttp2/transport/varint.h
527 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700528 - src/core/ext/transport/chttp2/transport/bin_encoder.c
529 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700530 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
531 - src/core/ext/transport/chttp2/transport/frame_data.c
532 - src/core/ext/transport/chttp2/transport/frame_goaway.c
533 - src/core/ext/transport/chttp2/transport/frame_ping.c
534 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
535 - src/core/ext/transport/chttp2/transport/frame_settings.c
536 - src/core/ext/transport/chttp2/transport/frame_window_update.c
537 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
538 - src/core/ext/transport/chttp2/transport/hpack_parser.c
539 - src/core/ext/transport/chttp2/transport/hpack_table.c
540 - src/core/ext/transport/chttp2/transport/huffsyms.c
541 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
542 - src/core/ext/transport/chttp2/transport/parsing.c
543 - src/core/ext/transport/chttp2/transport/status_conversion.c
544 - src/core/ext/transport/chttp2/transport/stream_lists.c
545 - src/core/ext/transport/chttp2/transport/stream_map.c
546 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
547 - src/core/ext/transport/chttp2/transport/varint.c
548 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700549 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700550 uses:
551 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700552 - grpc_transport_chttp2_alpn
553- name: grpc_transport_chttp2_alpn
554 headers:
555 - src/core/ext/transport/chttp2/alpn/alpn.h
556 src:
557 - src/core/ext/transport/chttp2/alpn/alpn.c
558 deps:
559 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700560- name: grpc_transport_chttp2_client_insecure
561 src:
562 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700563 uses:
564 - grpc_transport_chttp2
565 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700566 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700567- name: grpc_transport_chttp2_client_secure
568 src:
569 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700570 uses:
571 - grpc_transport_chttp2
572 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700573 - grpc_client_config
574 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700575- name: grpc_transport_chttp2_server_insecure
576 src:
577 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700578 uses:
579 - grpc_transport_chttp2
580 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700581- name: grpc_transport_chttp2_server_secure
582 src:
583 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700584 uses:
585 - grpc_transport_chttp2
586 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700587 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700588- name: grpc_transport_cronet_client_secure
589 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700590 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
591 src:
592 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
593 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
594 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700595 filegroups:
596 - grpc_base
597 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800598- name: nanopb
599 headers:
600 - third_party/nanopb/pb.h
601 - third_party/nanopb/pb_common.h
602 - third_party/nanopb/pb_decode.h
603 - third_party/nanopb/pb_encode.h
604 src:
605 - third_party/nanopb/pb_common.c
606 - third_party/nanopb/pb_decode.c
607 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700608- name: tsi
609 headers:
610 - src/core/lib/tsi/fake_transport_security.h
611 - src/core/lib/tsi/ssl_transport_security.h
612 - src/core/lib/tsi/ssl_types.h
613 - src/core/lib/tsi/transport_security.h
614 - src/core/lib/tsi/transport_security_interface.h
615 src:
616 - src/core/lib/tsi/fake_transport_security.c
617 - src/core/lib/tsi/ssl_transport_security.c
618 - src/core/lib/tsi/transport_security.c
619 deps:
620 - gpr
621 secure: true
622- name: grpc++_base
623 language: c++
624 public_headers:
625 - include/grpc++/alarm.h
626 - include/grpc++/channel.h
627 - include/grpc++/client_context.h
628 - include/grpc++/completion_queue.h
629 - include/grpc++/create_channel.h
630 - include/grpc++/generic/async_generic_service.h
631 - include/grpc++/generic/generic_stub.h
632 - include/grpc++/grpc++.h
633 - include/grpc++/impl/call.h
634 - include/grpc++/impl/client_unary_call.h
635 - include/grpc++/impl/grpc_library.h
636 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700637 - include/grpc++/impl/rpc_method.h
638 - include/grpc++/impl/rpc_service_method.h
639 - include/grpc++/impl/serialization_traits.h
640 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700641 - include/grpc++/impl/server_builder_plugin.h
642 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700643 - include/grpc++/impl/service_type.h
644 - include/grpc++/impl/sync.h
645 - include/grpc++/impl/sync_cxx11.h
646 - include/grpc++/impl/sync_no_cxx11.h
647 - include/grpc++/impl/thd.h
648 - include/grpc++/impl/thd_cxx11.h
649 - include/grpc++/impl/thd_no_cxx11.h
650 - include/grpc++/security/auth_context.h
651 - include/grpc++/security/auth_metadata_processor.h
652 - include/grpc++/security/credentials.h
653 - include/grpc++/security/server_credentials.h
654 - include/grpc++/server.h
655 - include/grpc++/server_builder.h
656 - include/grpc++/server_context.h
657 - include/grpc++/support/async_stream.h
658 - include/grpc++/support/async_unary_call.h
659 - include/grpc++/support/byte_buffer.h
660 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700661 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700662 - include/grpc++/support/slice.h
663 - include/grpc++/support/status.h
664 - include/grpc++/support/status_code_enum.h
665 - include/grpc++/support/string_ref.h
666 - include/grpc++/support/stub_options.h
667 - include/grpc++/support/sync_stream.h
668 - include/grpc++/support/time.h
669 headers:
670 - src/cpp/client/create_channel_internal.h
671 - src/cpp/common/core_codegen.h
672 - src/cpp/server/dynamic_thread_pool.h
673 - src/cpp/server/thread_pool_interface.h
674 src:
675 - src/cpp/client/channel.cc
676 - src/cpp/client/client_context.cc
677 - src/cpp/client/create_channel.cc
678 - src/cpp/client/create_channel_internal.cc
679 - src/cpp/client/credentials.cc
680 - src/cpp/client/generic_stub.cc
681 - src/cpp/client/insecure_credentials.cc
682 - src/cpp/common/channel_arguments.cc
683 - src/cpp/common/completion_queue.cc
684 - src/cpp/common/core_codegen.cc
685 - src/cpp/common/rpc_method.cc
686 - src/cpp/server/async_generic_service.cc
687 - src/cpp/server/create_default_thread_pool.cc
688 - src/cpp/server/dynamic_thread_pool.cc
689 - src/cpp/server/insecure_server_credentials.cc
690 - src/cpp/server/server.cc
691 - src/cpp/server/server_builder.cc
692 - src/cpp/server/server_context.cc
693 - src/cpp/server/server_credentials.cc
694 - src/cpp/util/byte_buffer.cc
695 - src/cpp/util/slice.cc
696 - src/cpp/util/status.cc
697 - src/cpp/util/string_ref.cc
698 - src/cpp/util/time.cc
699 deps:
700 - grpc
701 uses:
yang-g17487f92016-06-03 15:21:15 -0700702 - grpc++_codegen_base
703- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700704 language: c++
705 public_headers:
706 - include/grpc++/impl/codegen/async_stream.h
707 - include/grpc++/impl/codegen/async_unary_call.h
708 - include/grpc++/impl/codegen/call.h
709 - include/grpc++/impl/codegen/call_hook.h
710 - include/grpc++/impl/codegen/channel_interface.h
711 - include/grpc++/impl/codegen/client_context.h
712 - include/grpc++/impl/codegen/client_unary_call.h
713 - include/grpc++/impl/codegen/completion_queue.h
714 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700715 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700716 - include/grpc++/impl/codegen/core_codegen_interface.h
717 - include/grpc++/impl/codegen/create_auth_context.h
718 - include/grpc++/impl/codegen/grpc_library.h
719 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700720 - include/grpc++/impl/codegen/rpc_method.h
721 - include/grpc++/impl/codegen/rpc_service_method.h
722 - include/grpc++/impl/codegen/security/auth_context.h
723 - include/grpc++/impl/codegen/serialization_traits.h
724 - include/grpc++/impl/codegen/server_context.h
725 - include/grpc++/impl/codegen/server_interface.h
726 - include/grpc++/impl/codegen/service_type.h
727 - include/grpc++/impl/codegen/status.h
728 - include/grpc++/impl/codegen/status_code_enum.h
729 - include/grpc++/impl/codegen/string_ref.h
730 - include/grpc++/impl/codegen/stub_options.h
731 - include/grpc++/impl/codegen/sync.h
732 - include/grpc++/impl/codegen/sync_cxx11.h
733 - include/grpc++/impl/codegen/sync_no_cxx11.h
734 - include/grpc++/impl/codegen/sync_stream.h
735 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700736 uses:
737 - grpc_codegen
yang-g17487f92016-06-03 15:21:15 -0700738- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700739 language: c++
740 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700741 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700742 uses:
yang-g17487f92016-06-03 15:21:15 -0700743 - grpc++_codegen_base
744 - grpc++_config_proto
745- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700746 language: c++
747 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700748 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100749libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800750- name: gpr
751 build: all
752 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800753 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700754 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800755 secure: false
756 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
757- name: gpr_test_util
758 build: private
759 language: c
760 headers:
761 - test/core/util/test_config.h
762 src:
763 - test/core/util/test_config.c
764 deps:
765 - gpr
766 secure: false
767 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700768- name: grpc
769 build: all
770 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771 src:
772 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700773 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800774 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700775 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700776 filegroups:
777 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700778 - grpc_transport_chttp2_server_secure
779 - grpc_transport_chttp2_client_secure
780 - grpc_transport_chttp2_server_insecure
781 - grpc_transport_chttp2_client_insecure
makdharmac2ec95b2016-05-11 16:26:15 -0700782 - grpc_transport_cronet_client_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700783 - grpc_lb_policy_grpclb
784 - grpc_lb_policy_pick_first
785 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700786 - grpc_resolver_dns_native
787 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700788 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100789 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700790 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700791 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700792 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700793 vs_packages:
794 - grpc.dependencies.openssl
795 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700796 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100797- name: grpc_dll
798 build: private
799 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100800 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100801 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100802 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100803 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100804 build_system:
805 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100806 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100807 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100808 vs_config_type: DynamicLibrary
809 vs_packages:
810 - grpc.dependencies.openssl
811 - grpc.dependencies.zlib
812 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
813 vs_props:
814 - zlib
815 - openssl
816 - winsock
817 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700818- name: grpc_test_util
819 build: private
820 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700821 headers:
822 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800823 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700824 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700825 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700826 - test/core/end2end/data/server1_cert.c
827 - test/core/end2end/data/server1_key.c
828 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800829 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700830 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800831 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800832 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700833 - grpc
834 filegroups:
835 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700836 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
837- name: grpc_test_util_unsecure
838 build: private
839 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700840 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800841 - gpr
842 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800843 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700844 filegroups:
845 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700846 secure: false
847 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
848- name: grpc_unsecure
849 build: all
850 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700851 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700853 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700854 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800855 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700856 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700857 filegroups:
858 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700859 - grpc_transport_chttp2_server_insecure
860 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700861 - grpc_resolver_dns_native
862 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700863 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700864 - grpc_lb_policy_grpclb
865 - grpc_lb_policy_pick_first
866 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700867 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700868 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700869 secure: false
870 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
871- name: grpc_zookeeper
872 build: all
873 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700874 public_headers:
875 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700876 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700877 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700878 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800879 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700880 - grpc
881 external_deps:
882 - zookeeper
883 platforms:
884 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700885 secure: false
886- name: reconnect_server
887 build: private
888 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700889 headers:
890 - test/core/util/reconnect_server.h
891 src:
892 - test/core/util/reconnect_server.c
893 deps:
yang-gc9fca182015-11-06 16:41:33 -0800894 - test_tcp_server
895 - grpc_test_util
896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800897 - gpr_test_util
898 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800899- name: test_tcp_server
900 build: private
901 language: c
902 headers:
903 - test/core/util/test_tcp_server.h
904 src:
905 - test/core/util/test_tcp_server.c
906 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700907 - grpc_test_util
908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800909 - gpr_test_util
910 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700911- name: grpc++
912 build: all
913 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700914 headers:
915 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800916 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700917 - src/cpp/common/secure_auth_context.h
918 - src/cpp/server/secure_server_credentials.h
919 src:
Craig Tiller25834342015-09-25 08:08:24 -0700920 - src/cpp/client/secure_credentials.cc
921 - src/cpp/common/auth_property_iterator.cc
922 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800923 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700924 - src/cpp/common/secure_create_auth_context.cc
925 - src/cpp/server/secure_server_credentials.cc
926 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700927 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700928 baselib: true
929 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700930 filegroups:
931 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700932 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700933 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700934 secure: check
935 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
936- name: grpc++_test_config
937 build: private
938 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700939 headers:
940 - test/cpp/util/test_config.h
941 src:
942 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700943- name: grpc++_test_util
944 build: private
945 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700946 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800947 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800948 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700949 - test/cpp/util/create_test_channel.h
950 - test/cpp/util/string_ref_helper.h
951 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800952 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700953 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800954 - src/proto/grpc/testing/echo_messages.proto
955 - src/proto/grpc/testing/echo.proto
956 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800957 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800958 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700959 - test/cpp/util/create_test_channel.cc
960 - test/cpp/util/string_ref_helper.cc
961 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800962 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700963 deps:
964 - grpc++
965 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -0700966 filegroups:
967 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700968 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -0700969 - grpc++_codegen_proto
970 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700971- name: grpc++_unsecure
972 build: all
973 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700974 src:
975 - src/cpp/common/insecure_create_auth_context.cc
976 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800977 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700978 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700979 baselib: true
980 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700981 filegroups:
982 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700983 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700984 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700985 secure: false
986 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -0700987- name: grpc_cli_libs
988 build: private
989 language: c++
990 headers:
991 - test/cpp/util/cli_call.h
992 - test/cpp/util/proto_file_parser.h
993 src:
994 - test/cpp/util/cli_call.cc
995 - test/cpp/util/proto_file_parser.cc
996 deps:
997 - grpc++
998 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -0700999- name: grpc_plugin_support
1000 build: protoc
1001 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001002 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001003 - src/compiler/config.h
1004 - src/compiler/cpp_generator.h
1005 - src/compiler/cpp_generator_helpers.h
1006 - src/compiler/csharp_generator.h
1007 - src/compiler/csharp_generator_helpers.h
1008 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001009 - src/compiler/node_generator.h
1010 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001011 - src/compiler/objective_c_generator.h
1012 - src/compiler/objective_c_generator_helpers.h
1013 - src/compiler/python_generator.h
1014 - src/compiler/ruby_generator.h
1015 - src/compiler/ruby_generator_helpers-inl.h
1016 - src/compiler/ruby_generator_map-inl.h
1017 - src/compiler/ruby_generator_string-inl.h
1018 src:
1019 - src/compiler/cpp_generator.cc
1020 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001021 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001022 - src/compiler/objective_c_generator.cc
1023 - src/compiler/python_generator.cc
1024 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001025 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001026 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001027 secure: false
1028 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001029 vs_props:
1030 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001031- name: interop_client_helper
1032 build: private
1033 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001034 headers:
1035 - test/cpp/interop/client_helper.h
1036 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001037 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001038 - test/cpp/interop/client_helper.cc
1039 deps:
1040 - grpc++_test_util
1041 - grpc_test_util
1042 - grpc++
1043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045- name: interop_client_main
1046 build: private
1047 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001048 headers:
1049 - test/cpp/interop/interop_client.h
1050 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001051 - src/proto/grpc/testing/empty.proto
1052 - src/proto/grpc/testing/messages.proto
1053 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001054 - test/cpp/interop/client.cc
1055 - test/cpp/interop/interop_client.cc
1056 deps:
1057 - interop_client_helper
1058 - grpc++_test_util
1059 - grpc_test_util
1060 - grpc++
1061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001062 - gpr_test_util
1063 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001064 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065- name: interop_server_helper
1066 build: private
1067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001068 headers:
1069 - test/cpp/interop/server_helper.h
1070 src:
1071 - test/cpp/interop/server_helper.cc
1072 deps:
1073 - grpc_test_util
1074 - grpc++
1075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001076 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001077- name: interop_server_main
1078 build: private
1079 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001080 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001081 - src/proto/grpc/testing/empty.proto
1082 - src/proto/grpc/testing/messages.proto
1083 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001084 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001085 deps:
1086 - interop_server_helper
1087 - grpc++_test_util
1088 - grpc_test_util
1089 - grpc++
1090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001091 - gpr_test_util
1092 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001093 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001094- name: qps
1095 build: private
1096 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001097 headers:
1098 - test/cpp/qps/client.h
1099 - test/cpp/qps/driver.h
1100 - test/cpp/qps/histogram.h
1101 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001102 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001103 - test/cpp/qps/qps_worker.h
1104 - test/cpp/qps/report.h
1105 - test/cpp/qps/server.h
1106 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001107 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001108 - test/cpp/util/benchmark_config.h
1109 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001110 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001111 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001112 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001113 - src/proto/grpc/testing/control.proto
1114 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001115 - test/cpp/qps/client_async.cc
1116 - test/cpp/qps/client_sync.cc
1117 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001118 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001119 - test/cpp/qps/qps_worker.cc
1120 - test/cpp/qps/report.cc
1121 - test/cpp/qps/server_async.cc
1122 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001123 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001124 - test/cpp/util/benchmark_config.cc
1125 deps:
1126 - grpc_test_util
1127 - grpc++_test_util
1128 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001129- name: grpc_csharp_ext
1130 build: all
1131 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001132 src:
1133 - src/csharp/ext/grpc_csharp_ext.c
1134 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001136 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001137 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001138 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001139 dll: only
1140 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001141 vs_packages:
1142 - grpc.dependencies.openssl
1143 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001144 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001145 vs_props:
1146 - zlib
1147 - openssl
1148 - winsock
1149 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001151- name: alarm_test
1152 build: test
1153 language: c
1154 src:
1155 - test/core/surface/alarm_test.c
1156 deps:
1157 - grpc_test_util
1158 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001159 - gpr_test_util
1160 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001161- name: algorithm_test
1162 build: test
1163 language: c
1164 src:
1165 - test/core/compression/algorithm_test.c
1166 deps:
1167 - grpc_test_util
1168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001169 - gpr_test_util
1170 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001171- name: alloc_test
1172 build: test
1173 language: c
1174 src:
1175 - test/core/support/alloc_test.c
1176 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001177 - gpr_test_util
1178 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179- name: alpn_test
1180 build: test
1181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001182 src:
1183 - test/core/transport/chttp2/alpn_test.c
1184 deps:
1185 - grpc_test_util
1186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001187 - gpr_test_util
1188 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001189- name: api_fuzzer
1190 build: fuzzer
1191 language: c
1192 src:
1193 - test/core/end2end/fuzzers/api_fuzzer.c
1194 deps:
1195 - grpc_test_util
1196 - grpc
1197 - gpr_test_util
1198 - gpr
1199 corpus_dirs:
1200 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001201 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001202 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001203- name: bin_encoder_test
1204 build: test
1205 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001206 src:
1207 - test/core/transport/chttp2/bin_encoder_test.c
1208 deps:
1209 - grpc_test_util
1210 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001211- name: census_context_test
1212 build: test
1213 language: c
1214 src:
1215 - test/core/census/context_test.c
1216 deps:
1217 - grpc_test_util
1218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001219 - gpr_test_util
1220 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001221- name: channel_create_test
1222 build: test
1223 language: c
1224 src:
1225 - test/core/surface/channel_create_test.c
1226 deps:
1227 - grpc_test_util
1228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001229 - gpr_test_util
1230 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001231- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001232 build: test
1233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001234 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001235 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001236 deps:
1237 - grpc_test_util
1238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001239 - gpr_test_util
1240 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001241- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001242 build: test
1243 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001244 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001245 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001246 deps:
1247 - grpc_test_util
1248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001249 - gpr_test_util
1250 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001251- name: chttp2_stream_map_test
1252 build: test
1253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001254 src:
1255 - test/core/transport/chttp2/stream_map_test.c
1256 deps:
1257 - grpc_test_util
1258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001259 - gpr_test_util
1260 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001261- name: chttp2_varint_test
1262 build: test
1263 language: c
1264 src:
1265 - test/core/transport/chttp2/varint_test.c
1266 deps:
1267 - grpc_test_util
1268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001269 - gpr_test_util
1270 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001271- name: client_fuzzer
1272 build: fuzzer
1273 language: c
1274 src:
1275 - test/core/end2end/fuzzers/client_fuzzer.c
1276 deps:
1277 - grpc_test_util
1278 - grpc
1279 - gpr_test_util
1280 - gpr
1281 corpus_dirs:
1282 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001283 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001284 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001285- name: compression_test
1286 build: test
1287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001288 src:
1289 - test/core/compression/compression_test.c
1290 deps:
1291 - grpc_test_util
1292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001293 - gpr_test_util
1294 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001295- name: concurrent_connectivity_test
1296 build: test
1297 language: c
1298 src:
1299 - test/core/surface/concurrent_connectivity_test.c
1300 deps:
1301 - grpc_test_util
1302 - grpc
1303 - gpr_test_util
1304 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001305- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001306 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001307 build: test
1308 language: c
1309 src:
1310 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1311 deps:
1312 - grpc_test_util
1313 - grpc
1314 - gpr_test_util
1315 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001316- name: dns_resolver_test
1317 build: test
1318 language: c
1319 src:
1320 - test/core/client_config/resolvers/dns_resolver_test.c
1321 deps:
1322 - grpc_test_util
1323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001324 - gpr_test_util
1325 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001326- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001327 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001328 build: test
1329 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001330 src:
1331 - test/core/end2end/dualstack_socket_test.c
1332 deps:
1333 - grpc_test_util
1334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001335 - gpr_test_util
1336 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001337 platforms:
1338 - mac
1339 - linux
1340 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001341- name: endpoint_pair_test
1342 build: test
1343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001344 src:
1345 - test/core/iomgr/endpoint_pair_test.c
1346 deps:
1347 - grpc_test_util
1348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001349 - gpr_test_util
1350 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351- name: fd_conservation_posix_test
1352 build: test
1353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001354 src:
1355 - test/core/iomgr/fd_conservation_posix_test.c
1356 deps:
1357 - grpc_test_util
1358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001359 - gpr_test_util
1360 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001361 platforms:
1362 - mac
1363 - linux
1364 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001365- name: fd_posix_test
1366 build: test
1367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001368 src:
1369 - test/core/iomgr/fd_posix_test.c
1370 deps:
1371 - grpc_test_util
1372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001373 - gpr_test_util
1374 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001375 platforms:
1376 - mac
1377 - linux
1378 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001379- name: fling_client
1380 build: test
1381 run: false
1382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001383 src:
1384 - test/core/fling/client.c
1385 deps:
1386 - grpc_test_util
1387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001388 - gpr_test_util
1389 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001390- name: fling_server
1391 build: test
1392 run: false
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - test/core/fling/server.c
1396 deps:
1397 - grpc_test_util
1398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001399 - gpr_test_util
1400 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001401- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001402 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001403 build: test
1404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001405 src:
1406 - test/core/fling/fling_stream_test.c
1407 deps:
1408 - grpc_test_util
1409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001410 - gpr_test_util
1411 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001412 platforms:
1413 - mac
1414 - linux
1415 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001416- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001417 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001418 build: test
1419 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001420 src:
1421 - test/core/fling/fling_test.c
1422 deps:
1423 - grpc_test_util
1424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001425 - gpr_test_util
1426 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001427 platforms:
1428 - mac
1429 - linux
1430 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001431- name: gen_hpack_tables
1432 build: tool
1433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001434 src:
1435 - tools/codegen/core/gen_hpack_tables.c
1436 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001437 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001438 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001439- name: gen_legal_metadata_characters
1440 build: tool
1441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001442 src:
1443 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001444 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001445- name: goaway_server_test
1446 cpu_cost: 0.1
1447 build: test
1448 language: c
1449 src:
1450 - test/core/end2end/goaway_server_test.c
1451 deps:
1452 - grpc_test_util
1453 - grpc
1454 - gpr_test_util
1455 - gpr
1456 platforms:
1457 - mac
1458 - linux
1459 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001460- name: gpr_avl_test
1461 build: test
1462 language: c
1463 src:
1464 - test/core/support/avl_test.c
1465 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001466 - gpr_test_util
1467 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001468- name: gpr_backoff_test
1469 build: test
1470 language: c
1471 src:
1472 - test/core/support/backoff_test.c
1473 deps:
1474 - gpr_test_util
1475 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001476- name: gpr_cmdline_test
1477 build: test
1478 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001479 src:
1480 - test/core/support/cmdline_test.c
1481 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001482 - gpr_test_util
1483 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001484- name: gpr_cpu_test
1485 build: test
1486 language: c
1487 src:
1488 - test/core/support/cpu_test.c
1489 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001490 - gpr_test_util
1491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492- name: gpr_env_test
1493 build: test
1494 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001495 src:
1496 - test/core/support/env_test.c
1497 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001498 - gpr_test_util
1499 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001500- name: gpr_histogram_test
1501 build: test
1502 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001503 src:
1504 - test/core/support/histogram_test.c
1505 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001506 - gpr_test_util
1507 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001508- name: gpr_host_port_test
1509 build: test
1510 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001511 src:
1512 - test/core/support/host_port_test.c
1513 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001514 - gpr_test_util
1515 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001516- name: gpr_load_file_test
1517 build: test
1518 language: c
1519 src:
1520 - test/core/support/load_file_test.c
1521 deps:
1522 - gpr_test_util
1523 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001524- name: gpr_log_test
1525 build: test
1526 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001527 src:
1528 - test/core/support/log_test.c
1529 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001530 - gpr_test_util
1531 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001532- name: gpr_slice_buffer_test
1533 build: test
1534 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001535 src:
1536 - test/core/support/slice_buffer_test.c
1537 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001538 - gpr_test_util
1539 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001540- name: gpr_slice_test
1541 build: test
1542 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001543 src:
1544 - test/core/support/slice_test.c
1545 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001546 - gpr_test_util
1547 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001548- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001549 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001550 build: test
1551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001552 src:
1553 - test/core/support/stack_lockfree_test.c
1554 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr_test_util
1556 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001557- name: gpr_string_test
1558 build: test
1559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001560 src:
1561 - test/core/support/string_test.c
1562 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001566 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567 build: test
1568 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001569 src:
1570 - test/core/support/sync_test.c
1571 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001572 - gpr_test_util
1573 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001574- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001575 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001576 build: test
1577 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001578 src:
1579 - test/core/support/thd_test.c
1580 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001581 - gpr_test_util
1582 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001583- name: gpr_time_test
1584 build: test
1585 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001586 src:
1587 - test/core/support/time_test.c
1588 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001589 - gpr_test_util
1590 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001591- name: gpr_tls_test
1592 build: test
1593 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001594 src:
1595 - test/core/support/tls_test.c
1596 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001597 - gpr_test_util
1598 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001599- name: gpr_useful_test
1600 build: test
1601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001602 src:
1603 - test/core/support/useful_test.c
1604 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001605 - gpr_test_util
1606 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001607- name: grpc_auth_context_test
1608 build: test
1609 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001610 src:
1611 - test/core/security/auth_context_test.c
1612 deps:
1613 - grpc_test_util
1614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001615 - gpr_test_util
1616 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001617- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001618 build: test
1619 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001620 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001621 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001622 deps:
1623 - grpc_test_util
1624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001625 - gpr_test_util
1626 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001627- name: grpc_byte_buffer_reader_test
1628 build: test
1629 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001630 src:
1631 - test/core/surface/byte_buffer_reader_test.c
1632 deps:
1633 - grpc_test_util
1634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001635 - gpr_test_util
1636 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001637- name: grpc_channel_args_test
1638 build: test
1639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001640 src:
1641 - test/core/channel/channel_args_test.c
1642 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_channel_stack_test
1648 build: test
1649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001650 src:
1651 - test/core/channel/channel_stack_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_completion_queue_test
1658 build: test
1659 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001660 src:
1661 - test/core/surface/completion_queue_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_create_jwt
1668 build: tool
1669 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001670 src:
1671 - test/core/security/create_jwt.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_credentials_test
1678 build: test
1679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - test/core/security/credentials_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_fetch_oauth2
1688 build: tool
1689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001690 src:
1691 - test/core/security/fetch_oauth2.c
1692 deps:
1693 - grpc_test_util
1694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 - gpr_test_util
1696 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001697- name: grpc_invalid_channel_args_test
1698 build: test
1699 language: c
1700 src:
1701 - test/core/surface/invalid_channel_args_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_json_token_test
1708 build: test
1709 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001710 src:
1711 - test/core/security/json_token_test.c
1712 deps:
1713 - grpc_test_util
1714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001717 platforms:
1718 - linux
1719 - posix
1720 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001721- name: grpc_jwt_verifier_test
1722 build: test
1723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001724 src:
1725 - test/core/security/jwt_verifier_test.c
1726 deps:
1727 - grpc_test_util
1728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001729 - gpr_test_util
1730 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001731- name: grpc_print_google_default_creds_token
1732 build: tool
1733 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001734 src:
1735 - test/core/security/print_google_default_creds_token.c
1736 deps:
1737 - grpc_test_util
1738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001739 - gpr_test_util
1740 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001741- name: grpc_security_connector_test
1742 build: test
1743 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001744 src:
1745 - test/core/security/security_connector_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_verify_jwt
1752 build: tool
1753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001754 src:
1755 - test/core/security/verify_jwt.c
1756 deps:
1757 - grpc_test_util
1758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 - gpr_test_util
1760 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001761- name: hpack_parser_fuzzer_test
1762 build: fuzzer
1763 language: c
1764 src:
1765 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
1769 - gpr_test_util
1770 - gpr
1771 corpus_dirs:
1772 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001773 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001774 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001775- name: hpack_parser_test
1776 build: test
1777 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001778 src:
1779 - test/core/transport/chttp2/hpack_parser_test.c
1780 deps:
1781 - grpc_test_util
1782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001783 - gpr_test_util
1784 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001785- name: hpack_table_test
1786 build: test
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/transport/chttp2/hpack_table_test.c
1790 deps:
1791 - grpc_test_util
1792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr_test_util
1794 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001795- name: http_fuzzer_test
1796 build: fuzzer
1797 language: c
1798 src:
1799 - test/core/http/fuzzer.c
1800 deps:
1801 - grpc_test_util
1802 - grpc
1803 - gpr_test_util
1804 - gpr
1805 corpus_dirs:
1806 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001807 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001808- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001809 build: test
1810 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001811 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001812 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001813 deps:
1814 - grpc_test_util
1815 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001816 - gpr_test_util
1817 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001818- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819 build: test
1820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001821 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001822 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001823 deps:
1824 - grpc_test_util
1825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001826 - gpr_test_util
1827 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001829 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001833 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001834 deps:
1835 - grpc_test_util
1836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001839 platforms:
1840 - mac
1841 - linux
1842 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001843- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001844 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001845 build: test
1846 language: c
1847 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001848 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001849 deps:
1850 - grpc_test_util
1851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001852 - gpr_test_util
1853 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001854 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001855 - linux
yang-gf1183302015-12-07 16:02:05 -08001856- name: init_test
1857 build: test
1858 language: c
1859 src:
1860 - test/core/surface/init_test.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001866- name: internal_api_canary_iomgr_test
1867 build: test
1868 run: false
1869 language: c
1870 src:
1871 - test/core/internal_api_canaries/iomgr.c
1872 deps:
1873 - grpc_test_util
1874 - grpc
1875 - gpr_test_util
1876 - gpr
1877- name: internal_api_canary_support_test
1878 build: test
1879 run: false
1880 language: c
1881 src:
1882 - test/core/internal_api_canaries/iomgr.c
1883 deps:
1884 - grpc_test_util
1885 - grpc
1886 - gpr_test_util
1887 - gpr
1888- name: internal_api_canary_transport_test
1889 build: test
1890 run: false
1891 language: c
1892 src:
1893 - test/core/internal_api_canaries/iomgr.c
1894 deps:
1895 - grpc_test_util
1896 - grpc
1897 - gpr_test_util
1898 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001899- name: invalid_call_argument_test
1900 build: test
1901 language: c
1902 src:
1903 - test/core/end2end/invalid_call_argument_test.c
1904 deps:
1905 - grpc_test_util
1906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 - gpr_test_util
1908 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001909- name: json_fuzzer_test
1910 build: fuzzer
1911 language: c
1912 src:
1913 - test/core/json/fuzzer.c
1914 deps:
1915 - grpc_test_util
1916 - grpc
1917 - gpr_test_util
1918 - gpr
1919 corpus_dirs:
1920 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001921 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001922- name: json_rewrite
1923 build: test
1924 run: false
1925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001926 src:
1927 - test/core/json/json_rewrite.c
1928 deps:
1929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001931- name: json_rewrite_test
1932 build: test
1933 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001934 src:
1935 - test/core/json/json_rewrite_test.c
1936 deps:
1937 - grpc_test_util
1938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001939 - gpr_test_util
1940 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001941- name: json_stream_error_test
1942 build: test
1943 language: c
1944 src:
1945 - test/core/json/json_stream_error_test.c
1946 deps:
1947 - grpc_test_util
1948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 - gpr_test_util
1950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951- name: json_test
1952 build: test
1953 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001954 src:
1955 - test/core/json/json_test.c
1956 deps:
1957 - grpc_test_util
1958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001959 - gpr_test_util
1960 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001961- name: lame_client_test
1962 build: test
1963 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001964 src:
1965 - test/core/surface/lame_client_test.c
1966 deps:
1967 - grpc_test_util
1968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001971- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001972 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001973 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001974 build: test
1975 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001976 src:
1977 - test/core/client_config/lb_policies_test.c
1978 deps:
1979 - grpc_test_util
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001983- name: low_level_ping_pong_benchmark
1984 build: benchmark
1985 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001986 src:
1987 - test/core/network_benchmarks/low_level_ping_pong.c
1988 deps:
1989 - grpc_test_util
1990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001991 - gpr_test_util
1992 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001993 platforms:
1994 - mac
1995 - linux
1996 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001997- name: message_compress_test
1998 build: test
1999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002000 src:
2001 - test/core/compression/message_compress_test.c
2002 deps:
2003 - grpc_test_util
2004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002007- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002008 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002009 build: test
2010 language: c
2011 src:
2012 - test/core/census/mlog_test.c
2013 deps:
2014 - grpc_test_util
2015 - grpc
2016 - gpr_test_util
2017 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002018- name: multiple_server_queues_test
2019 build: test
2020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002021 src:
2022 - test/core/end2end/multiple_server_queues_test.c
2023 deps:
2024 - grpc_test_util
2025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr_test_util
2027 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002028- name: murmur_hash_test
2029 build: test
2030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002031 src:
2032 - test/core/support/murmur_hash_test.c
2033 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002036- name: nanopb_fuzzer_response_test
2037 build: fuzzer
2038 language: c
2039 src:
2040 - test/core/nanopb/fuzzer_response.c
2041 deps:
2042 - grpc_test_util
2043 - grpc
2044 - gpr_test_util
2045 - gpr
2046 corpus_dirs:
2047 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002048 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002049- name: nanopb_fuzzer_serverlist_test
2050 build: fuzzer
2051 language: c
2052 src:
2053 - test/core/nanopb/fuzzer_serverlist.c
2054 deps:
2055 - grpc_test_util
2056 - grpc
2057 - gpr_test_util
2058 - gpr
2059 corpus_dirs:
2060 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002061 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002062- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002063 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064 build: test
2065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
2067 - test/core/end2end/no_server_test.c
2068 deps:
2069 - grpc_test_util
2070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr_test_util
2072 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073- name: resolve_address_test
2074 build: test
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
2077 - test/core/iomgr/resolve_address_test.c
2078 deps:
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
yang-gd482e592015-12-10 14:04:00 -08002083- name: secure_channel_create_test
2084 build: test
2085 language: c
2086 src:
2087 - test/core/surface/secure_channel_create_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: secure_endpoint_test
2094 build: test
2095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/core/security/secure_endpoint_test.c
2098 deps:
2099 - grpc_test_util
2100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002101 - gpr_test_util
2102 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002103- name: server_chttp2_test
2104 build: test
2105 language: c
2106 src:
2107 - test/core/surface/server_chttp2_test.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002113- name: server_fuzzer
2114 build: fuzzer
2115 language: c
2116 src:
2117 - test/core/end2end/fuzzers/server_fuzzer.c
2118 deps:
2119 - grpc_test_util
2120 - grpc
2121 - gpr_test_util
2122 - gpr
2123 corpus_dirs:
2124 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002125 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002126 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002127- name: server_test
2128 build: test
2129 language: c
2130 src:
2131 - test/core/surface/server_test.c
2132 deps:
2133 - grpc_test_util
2134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr_test_util
2136 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002137- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002138 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002139 build: test
2140 language: c
2141 src:
2142 - test/core/client_config/set_initial_connect_string_test.c
2143 deps:
2144 - test_tcp_server
2145 - grpc_test_util
2146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002147 - gpr_test_util
2148 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002149- name: sockaddr_resolver_test
2150 build: test
2151 language: c
2152 src:
2153 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2154 deps:
2155 - grpc_test_util
2156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002157 - gpr_test_util
2158 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002159- name: sockaddr_utils_test
2160 build: test
2161 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002162 src:
2163 - test/core/iomgr/sockaddr_utils_test.c
2164 deps:
2165 - grpc_test_util
2166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr_test_util
2168 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002169- name: socket_utils_test
2170 build: test
2171 language: c
2172 src:
2173 - test/core/iomgr/socket_utils_test.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002179 platforms:
2180 - mac
2181 - linux
2182 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002183- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002184 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002185 build: test
2186 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002187 src:
2188 - test/core/iomgr/tcp_client_posix_test.c
2189 deps:
2190 - grpc_test_util
2191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr_test_util
2193 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002194 platforms:
2195 - mac
2196 - linux
2197 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002198- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002199 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002200 build: test
2201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002202 src:
2203 - test/core/iomgr/tcp_posix_test.c
2204 deps:
2205 - grpc_test_util
2206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002209 platforms:
2210 - mac
2211 - linux
2212 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213- name: tcp_server_posix_test
2214 build: test
2215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002216 src:
2217 - test/core/iomgr/tcp_server_posix_test.c
2218 deps:
2219 - grpc_test_util
2220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002223 platforms:
2224 - mac
2225 - linux
2226 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002227- name: time_averaged_stats_test
2228 build: test
2229 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002230 src:
2231 - test/core/iomgr/time_averaged_stats_test.c
2232 deps:
2233 - grpc_test_util
2234 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002235 - gpr_test_util
2236 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237- name: timeout_encoding_test
2238 build: test
2239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002240 src:
2241 - test/core/transport/chttp2/timeout_encoding_test.c
2242 deps:
2243 - grpc_test_util
2244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002245 - gpr_test_util
2246 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002247- name: timer_heap_test
2248 build: test
2249 language: c
2250 src:
2251 - test/core/iomgr/timer_heap_test.c
2252 deps:
2253 - grpc_test_util
2254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002255 - gpr_test_util
2256 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002257- name: timer_list_test
2258 build: test
2259 language: c
2260 src:
2261 - test/core/iomgr/timer_list_test.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 - gpr_test_util
2266 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002267- name: timers_test
2268 build: test
2269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002270 src:
2271 - test/core/profiling/timers_test.c
2272 deps:
2273 - grpc_test_util
2274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002275 - gpr_test_util
2276 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002277- name: transport_connectivity_state_test
2278 build: test
2279 language: c
2280 src:
2281 - test/core/transport/connectivity_state_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: transport_metadata_test
2288 build: test
2289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002290 src:
2291 - test/core/transport/metadata_test.c
2292 deps:
2293 - grpc_test_util
2294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002295 - gpr_test_util
2296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002297- name: transport_security_test
2298 build: test
2299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
2301 - test/core/tsi/transport_security_test.c
2302 deps:
2303 - grpc_test_util
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002307 platforms:
2308 - linux
2309 - posix
2310 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: udp_server_test
2312 build: test
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
2315 - test/core/iomgr/udp_server_test.c
2316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002321 platforms:
2322 - mac
2323 - linux
2324 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002325- name: uri_fuzzer_test
2326 build: fuzzer
2327 language: c
2328 src:
2329 - test/core/client_config/uri_fuzzer_test.c
2330 deps:
2331 - grpc_test_util
2332 - grpc
2333 - gpr_test_util
2334 - gpr
2335 corpus_dirs:
2336 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002337 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: uri_parser_test
2339 build: test
2340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002341 src:
2342 - test/core/client_config/uri_parser_test.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr_test_util
2347 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002348- name: workqueue_test
2349 build: test
2350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002351 src:
2352 - test/core/iomgr/workqueue_test.c
2353 deps:
2354 - grpc_test_util
2355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 - gpr_test_util
2357 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002358 platforms:
2359 - mac
2360 - linux
2361 - posix
vjpai04e992a2016-02-10 16:58:38 -08002362- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002363 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002364 build: test
2365 language: c++
2366 src:
2367 - test/cpp/common/alarm_cpp_test.cc
2368 deps:
2369 - grpc++_test_util
2370 - grpc_test_util
2371 - grpc++
2372 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002373 - gpr_test_util
2374 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002375- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002376 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377 build: test
2378 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002379 src:
2380 - test/cpp/end2end/async_end2end_test.cc
2381 deps:
2382 - grpc++_test_util
2383 - grpc_test_util
2384 - grpc++
2385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002388- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002389 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390 build: test
2391 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002392 src:
2393 - test/cpp/common/auth_property_iterator_test.cc
2394 deps:
2395 - grpc++_test_util
2396 - grpc_test_util
2397 - grpc++
2398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002399 - gpr_test_util
2400 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002401- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002402 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002403 build: test
2404 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002405 src:
yang-g52705592015-11-25 11:45:33 -08002406 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002407 deps:
2408 - grpc++
2409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002411- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002412 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002413 build: test
2414 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
2416 - test/cpp/util/cli_call_test.cc
2417 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002418 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002419 - grpc++_test_util
2420 - grpc_test_util
2421 - grpc++
2422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002423 - gpr_test_util
2424 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002425- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002426 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002427 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002428 build: test
2429 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002430 src:
2431 - test/cpp/end2end/client_crash_test.cc
2432 deps:
2433 - grpc++_test_util
2434 - grpc_test_util
2435 - grpc++
2436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002437 - gpr_test_util
2438 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002439 platforms:
2440 - mac
2441 - linux
2442 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002443- name: client_crash_test_server
2444 build: test
2445 run: false
2446 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002447 src:
2448 - test/cpp/end2end/client_crash_test_server.cc
2449 deps:
2450 - grpc++_test_util
2451 - grpc_test_util
2452 - grpc++
2453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002454 - gpr_test_util
2455 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002456- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002457 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002458 build: test
2459 language: c++
2460 src:
2461 - src/proto/grpc/testing/control.proto
2462 - src/proto/grpc/testing/messages.proto
2463 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002464 - src/proto/grpc/testing/services.proto
2465 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002466 - test/cpp/codegen/codegen_test_full.cc
2467 deps:
2468 - grpc++
2469 - grpc
2470 - gpr
2471 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002472 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002473- name: codegen_test_minimal
2474 gtest: true
2475 build: test
2476 language: c++
2477 src:
2478 - src/proto/grpc/testing/control.proto
2479 - src/proto/grpc/testing/messages.proto
2480 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002481 - src/proto/grpc/testing/services.proto
2482 - src/proto/grpc/testing/stats.proto
2483 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002484 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002485 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002486 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002488 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002489 build: test
2490 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
2492 - test/cpp/client/credentials_test.cc
2493 deps:
2494 - grpc++
2495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002496 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002498 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002499 build: test
2500 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002501 src:
2502 - test/cpp/util/byte_buffer_test.cc
2503 deps:
2504 - grpc_test_util
2505 - grpc++
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002509- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002510 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002511 build: test
2512 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002513 src:
2514 - test/cpp/util/slice_test.cc
2515 deps:
2516 - grpc_test_util
2517 - grpc++
2518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002519 - gpr_test_util
2520 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002521- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002522 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002523 build: test
2524 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002525 src:
2526 - test/cpp/util/string_ref_test.cc
2527 deps:
2528 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529- name: cxx_time_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/time_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: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002542 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002543 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002544 build: test
2545 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002546 src:
2547 - test/cpp/end2end/end2end_test.cc
2548 deps:
2549 - grpc++_test_util
2550 - grpc_test_util
2551 - grpc++
2552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002553 - gpr_test_util
2554 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002555- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002556 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002557 build: test
2558 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002559 src:
2560 - test/cpp/end2end/generic_end2end_test.cc
2561 deps:
2562 - grpc++_test_util
2563 - grpc_test_util
2564 - grpc++
2565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002566 - gpr_test_util
2567 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002568- name: golden_file_test
2569 gtest: true
2570 build: test
2571 language: c++
2572 src:
2573 - src/proto/grpc/testing/compiler_test.proto
2574 - test/cpp/codegen/golden_file_test.cc
2575 deps:
2576 - grpc++
2577 - grpc
2578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002579- name: grpc_cli
2580 build: test
2581 run: false
2582 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002583 src:
2584 - test/cpp/util/grpc_cli.cc
2585 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002586 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002587 - grpc++_test_util
2588 - grpc_test_util
2589 - grpc++
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002593 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002594- name: grpc_cpp_plugin
2595 build: protoc
2596 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002597 src:
2598 - src/compiler/cpp_plugin.cc
2599 deps:
2600 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601 secure: false
2602 vs_config_type: Application
2603 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2604- name: grpc_csharp_plugin
2605 build: protoc
2606 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002607 src:
2608 - src/compiler/csharp_plugin.cc
2609 deps:
2610 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611 secure: false
2612 vs_config_type: Application
2613 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002614- name: grpc_node_plugin
2615 build: protoc
2616 language: c++
2617 src:
2618 - src/compiler/node_plugin.cc
2619 deps:
2620 - grpc_plugin_support
2621 secure: false
2622 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623- name: grpc_objective_c_plugin
2624 build: protoc
2625 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002626 src:
2627 - src/compiler/objective_c_plugin.cc
2628 deps:
2629 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002630 secure: false
2631 vs_config_type: Application
2632 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2633- name: grpc_python_plugin
2634 build: protoc
2635 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002636 src:
2637 - src/compiler/python_plugin.cc
2638 deps:
2639 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002640 secure: false
2641 vs_config_type: Application
2642 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2643- name: grpc_ruby_plugin
2644 build: protoc
2645 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002646 src:
2647 - src/compiler/ruby_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: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002653- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002654 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002655 build: test
2656 language: c++
2657 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002658 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002659 - test/cpp/grpclb/grpclb_api_test.cc
2660 deps:
2661 - grpc++_test_util
2662 - grpc_test_util
2663 - grpc++
2664 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002665- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002666 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002667 build: test
2668 language: c++
2669 src:
2670 - test/cpp/end2end/hybrid_end2end_test.cc
2671 deps:
2672 - grpc++_test_util
2673 - grpc_test_util
2674 - grpc++
2675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002676 - gpr_test_util
2677 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002678- name: interop_client
2679 build: test
2680 run: false
2681 language: c++
2682 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002683 deps:
2684 - interop_client_main
2685 - interop_client_helper
2686 - grpc++_test_util
2687 - grpc_test_util
2688 - grpc++
2689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002690 - gpr_test_util
2691 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002692 - grpc++_test_config
2693 platforms:
2694 - mac
2695 - linux
2696 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002697- name: interop_server
2698 build: test
2699 run: false
2700 language: c++
2701 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002702 deps:
2703 - interop_server_main
2704 - interop_server_helper
2705 - grpc++_test_util
2706 - grpc_test_util
2707 - grpc++
2708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002709 - gpr_test_util
2710 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002711 - grpc++_test_config
2712 platforms:
2713 - mac
2714 - linux
2715 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002716- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002717 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718 build: test
2719 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002720 src:
2721 - test/cpp/interop/interop_test.cc
2722 deps:
2723 - grpc_test_util
2724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002725 - gpr_test_util
2726 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002727 platforms:
2728 - mac
2729 - linux
2730 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002731- name: json_run_localhost
2732 build: test
2733 run: false
2734 language: c++
2735 src:
2736 - test/cpp/qps/json_run_localhost.cc
2737 deps:
2738 - grpc++_test_util
2739 - grpc_test_util
2740 - grpc++
2741 - grpc
2742 - gpr_test_util
2743 - gpr
2744 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002745- name: metrics_client
2746 build: test
2747 run: false
2748 language: c++
2749 headers:
2750 - test/cpp/util/metrics_server.h
2751 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002752 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002753 - test/cpp/interop/metrics_client.cc
2754 deps:
2755 - grpc++
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002758 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002759- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002760 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002761 build: test
2762 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002763 src:
2764 - test/cpp/end2end/mock_test.cc
2765 deps:
2766 - grpc++_test_util
2767 - grpc_test_util
2768 - grpc++
2769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002770 - gpr_test_util
2771 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002772- name: qps_interarrival_test
2773 build: test
2774 run: false
2775 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002776 src:
2777 - test/cpp/qps/qps_interarrival_test.cc
2778 deps:
2779 - qps
2780 - grpc++_test_util
2781 - grpc_test_util
2782 - grpc++
2783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002784 - gpr_test_util
2785 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002786 platforms:
2787 - mac
2788 - linux
2789 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002790- name: qps_json_driver
2791 build: test
2792 run: false
2793 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002794 headers:
2795 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002796 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002797 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002798 - test/cpp/qps/qps_json_driver.cc
2799 deps:
2800 - qps
2801 - grpc++_test_util
2802 - grpc_test_util
2803 - grpc++
2804 - grpc
2805 - gpr_test_util
2806 - gpr
2807 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002808- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002809 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002810 build: test
2811 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002812 src:
2813 - test/cpp/qps/qps_openloop_test.cc
2814 deps:
2815 - qps
2816 - grpc++_test_util
2817 - grpc_test_util
2818 - grpc++
2819 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002820 - gpr_test_util
2821 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002822 - grpc++_test_config
2823 platforms:
2824 - mac
2825 - linux
2826 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002827- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002828 build: test
2829 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002831 headers:
2832 - test/cpp/qps/client.h
2833 - test/cpp/qps/server.h
2834 src:
2835 - test/cpp/qps/worker.cc
2836 deps:
2837 - qps
2838 - grpc++_test_util
2839 - grpc_test_util
2840 - grpc++
2841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002842 - gpr_test_util
2843 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002844 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845- name: reconnect_interop_client
2846 build: test
2847 run: false
2848 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002849 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002850 - src/proto/grpc/testing/empty.proto
2851 - src/proto/grpc/testing/messages.proto
2852 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002853 - test/cpp/interop/reconnect_interop_client.cc
2854 deps:
2855 - grpc++_test_util
2856 - grpc_test_util
2857 - grpc++
2858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002859 - gpr_test_util
2860 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002861 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002862- name: reconnect_interop_server
2863 build: test
2864 run: false
2865 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002866 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002867 - src/proto/grpc/testing/empty.proto
2868 - src/proto/grpc/testing/messages.proto
2869 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002870 - test/cpp/interop/reconnect_interop_server.cc
2871 deps:
2872 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002873 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002874 - grpc++_test_util
2875 - grpc_test_util
2876 - grpc++
2877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002878 - gpr_test_util
2879 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002880 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002881- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002882 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002883 build: test
2884 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002885 src:
2886 - test/cpp/common/secure_auth_context_test.cc
2887 deps:
2888 - grpc++_test_util
2889 - grpc_test_util
2890 - grpc++
2891 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002892 - gpr_test_util
2893 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002894- name: secure_sync_unary_ping_pong_test
2895 build: test
2896 language: c++
2897 src:
2898 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2899 deps:
2900 - qps
2901 - grpc++_test_util
2902 - grpc_test_util
2903 - grpc++
2904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002905 - gpr_test_util
2906 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002907 platforms:
2908 - mac
2909 - linux
2910 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002911- name: server_builder_plugin_test
2912 gtest: true
2913 build: test
2914 language: c++
2915 src:
2916 - test/cpp/end2end/server_builder_plugin_test.cc
2917 deps:
2918 - grpc++_test_util
2919 - grpc_test_util
2920 - grpc++
2921 - grpc
2922 - gpr_test_util
2923 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002924- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002925 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002926 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002927 build: test
2928 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002929 src:
2930 - test/cpp/end2end/server_crash_test.cc
2931 deps:
2932 - grpc++_test_util
2933 - grpc_test_util
2934 - grpc++
2935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002936 - gpr_test_util
2937 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002938 platforms:
2939 - mac
2940 - linux
2941 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002942- name: server_crash_test_client
2943 build: test
2944 run: false
2945 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002946 src:
2947 - test/cpp/end2end/server_crash_test_client.cc
2948 deps:
2949 - grpc++_test_util
2950 - grpc_test_util
2951 - grpc++
2952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002953 - gpr_test_util
2954 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002955- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002956 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002957 build: test
2958 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002959 src:
2960 - test/cpp/end2end/shutdown_test.cc
2961 deps:
2962 - grpc++_test_util
2963 - grpc_test_util
2964 - grpc++
2965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002966 - gpr_test_util
2967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968- name: status_test
2969 build: test
2970 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002971 src:
2972 - test/cpp/util/status_test.cc
2973 deps:
2974 - grpc_test_util
2975 - grpc++
2976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002977 - gpr_test_util
2978 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002979- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002980 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002981 build: test
2982 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002983 src:
2984 - test/cpp/end2end/streaming_throughput_test.cc
2985 deps:
2986 - grpc++_test_util
2987 - grpc_test_util
2988 - grpc++
2989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002990 - gpr_test_util
2991 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002992 platforms:
2993 - mac
2994 - linux
2995 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002996- name: stress_test
2997 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002998 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002999 language: c++
3000 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003001 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003002 - test/cpp/interop/interop_client.h
3003 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003004 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003005 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003006 - src/proto/grpc/testing/empty.proto
3007 - src/proto/grpc/testing/messages.proto
3008 - src/proto/grpc/testing/metrics.proto
3009 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003010 - test/cpp/interop/interop_client.cc
3011 - test/cpp/interop/stress_interop_client.cc
3012 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003013 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003014 deps:
3015 - grpc++_test_util
3016 - grpc_test_util
3017 - grpc++
3018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003019 - gpr_test_util
3020 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003021 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003022- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003023 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003024 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003025 build: test
3026 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003027 src:
3028 - test/cpp/end2end/thread_stress_test.cc
3029 deps:
3030 - grpc++_test_util
3031 - grpc_test_util
3032 - grpc++
3033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003034 - gpr_test_util
3035 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003036- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003037 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003038 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003039 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003040 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003041 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003042 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003043 - test/cpp/end2end/zookeeper_test.cc
3044 deps:
3045 - grpc++_test_util
3046 - grpc_test_util
3047 - grpc++
3048 - grpc_zookeeper
3049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003050 - gpr_test_util
3051 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003052 external_deps:
3053 - zookeeper
3054 platforms:
3055 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003056- name: public_headers_must_be_c89
3057 build: test
3058 language: c89
3059 src:
3060 - test/core/surface/public_headers_must_be_c89.c
3061 deps:
3062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003063 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003064vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003065- linkage: static
3066 name: grpc.dependencies.zlib
3067 props: false
3068 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003069 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003070- linkage: static
3071 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003072 props: true
3073 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003074 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003075- name: gflags
3076 props: false
3077 redist: false
3078 version: 2.1.2.1
3079- name: gtest
3080 props: false
3081 redist: false
3082 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003083configs:
3084 asan:
3085 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003086 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3087 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003088 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003089 LD: clang
3090 LDFLAGS: -fsanitize=address
3091 LDXX: clang++
3092 compile_the_world: true
3093 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003094 ASAN_OPTIONS: detect_leaks=1:color=always
3095 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003096 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003097 asan-noleaks:
3098 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003099 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3100 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003101 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003102 LD: clang
3103 LDFLAGS: -fsanitize=address
3104 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003105 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003106 test_environ:
3107 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003108 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003109 asan-trace-cmp:
3110 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003111 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3112 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003113 CXX: clang++
3114 LD: clang
3115 LDFLAGS: -fsanitize=address
3116 LDXX: clang++
3117 compile_the_world: true
3118 test_environ:
3119 ASAN_OPTIONS: detect_leaks=1:color=always
3120 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3121 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003122 basicprof:
3123 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3124 DEFINES: NDEBUG
3125 dbg:
3126 CPPFLAGS: -O0
3127 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003128 easan:
3129 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003130 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3131 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003132 CXX: clang++
3133 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
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
3142 edbg:
3143 CPPFLAGS: -O0
3144 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3145 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003146 CC: clang
3147 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003148 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003149 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003150 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003151 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003152 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003153 LDXX: clang++
3154 compile_the_world: true
3155 test_environ:
3156 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3157 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003158 gcov:
3159 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003160 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003161 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003162 DEFINES: _DEBUG DEBUG GPR_GCOV
3163 LD: gcc
3164 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3165 LDXX: g++
3166 helgrind:
3167 CPPFLAGS: -O0
3168 DEFINES: _DEBUG DEBUG
3169 LDFLAGS: -rdynamic
3170 timeout_multiplier: 20
3171 valgrind: --tool=helgrind
3172 memcheck:
3173 CPPFLAGS: -O0
3174 DEFINES: _DEBUG DEBUG
3175 LDFLAGS: -rdynamic
3176 timeout_multiplier: 10
3177 valgrind: --tool=memcheck --leak-check=full
3178 msan:
3179 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003180 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3181 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3182 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003183 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003184 DEFINES: NDEBUG
3185 LD: clang
3186 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3187 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3188 LDXX: clang++
3189 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003190 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003191 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003192 CPPFLAGS: -O3 -fno-omit-frame-pointer
3193 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003194 LDFLAGS: -rdynamic
3195 opt:
3196 CPPFLAGS: -O2
3197 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003198 stapprof:
3199 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3200 DEFINES: NDEBUG
3201 tsan:
3202 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003203 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003204 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003205 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003206 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003207 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003208 LDXX: clang++
3209 compile_the_world: true
3210 test_environ:
3211 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003212 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003213 ubsan:
3214 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003215 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3216 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003217 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003218 DEFINES: NDEBUG
3219 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003220 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003221 LDXX: clang++
3222 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003223 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003224 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003225 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003226defaults:
3227 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003228 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003229 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003230 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003231 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003232 global:
3233 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3234 LDFLAGS: -g
3235 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003236 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003237 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003238node_modules:
3239- deps:
3240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003241 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003242 - boringssl
3243 - z
murgatroid9994a75412015-11-19 14:04:53 -08003244 headers:
3245 - src/node/ext/byte_buffer.h
3246 - src/node/ext/call.h
3247 - src/node/ext/call_credentials.h
3248 - src/node/ext/channel.h
3249 - src/node/ext/channel_credentials.h
3250 - src/node/ext/completion_queue_async_worker.h
3251 - src/node/ext/server.h
3252 - src/node/ext/server_credentials.h
3253 - src/node/ext/timeval.h
3254 js:
3255 - src/node/index.js
3256 - src/node/src/client.js
3257 - src/node/src/common.js
3258 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003259 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003260 - src/node/src/metadata.js
3261 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003262 name: grpc_node
3263 src:
3264 - src/node/ext/byte_buffer.cc
3265 - src/node/ext/call.cc
3266 - src/node/ext/call_credentials.cc
3267 - src/node/ext/channel.cc
3268 - src/node/ext/channel_credentials.cc
3269 - src/node/ext/completion_queue_async_worker.cc
3270 - src/node/ext/node_grpc.cc
3271 - src/node/ext/server.cc
3272 - src/node/ext/server_credentials.cc
3273 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003274openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003275 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003276 extraction_dir: openssl-1.0.2f
3277 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003278php_config_m4:
3279 deps:
3280 - grpc
3281 - gpr
3282 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003283 headers:
3284 - src/php/ext/grpc/byte_buffer.h
3285 - src/php/ext/grpc/call.h
3286 - src/php/ext/grpc/call_credentials.h
3287 - src/php/ext/grpc/channel.h
3288 - src/php/ext/grpc/channel_credentials.h
3289 - src/php/ext/grpc/completion_queue.h
3290 - src/php/ext/grpc/php_grpc.h
3291 - src/php/ext/grpc/server.h
3292 - src/php/ext/grpc/server_credentials.h
3293 - src/php/ext/grpc/timeval.h
3294 src:
3295 - src/php/ext/grpc/byte_buffer.c
3296 - src/php/ext/grpc/call.c
3297 - src/php/ext/grpc/call_credentials.c
3298 - src/php/ext/grpc/channel.c
3299 - src/php/ext/grpc/channel_credentials.c
3300 - src/php/ext/grpc/completion_queue.c
3301 - src/php/ext/grpc/php_grpc.c
3302 - src/php/ext/grpc/server.c
3303 - src/php/ext/grpc/server_credentials.c
3304 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003305python_dependencies:
3306 deps:
3307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003308 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003309 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003310 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003311ruby_gem:
3312 deps:
3313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003314 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003315 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003316 - z