blob: 639016b75b47578441d0bb73c3249bd8ec27d838 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble16caa502016-05-06 03:02:51 +020010 version: 0.15.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070019 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/mlog.h
22 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070023 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070025 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070026 - src/core/ext/census/grpc_context.c
27 - src/core/ext/census/grpc_filter.c
28 - src/core/ext/census/grpc_plugin.c
29 - src/core/ext/census/initialize.c
30 - src/core/ext/census/mlog.c
31 - src/core/ext/census/operation.c
32 - src/core/ext/census/placeholders.c
33 - src/core/ext/census/tracing.c
34 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070035 uses:
36 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070037 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070038- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010039 public_headers:
40 - include/grpc/support/alloc.h
41 - include/grpc/support/atm.h
42 - include/grpc/support/atm_gcc_atomic.h
43 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070044 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010045 - include/grpc/support/avl.h
46 - include/grpc/support/cmdline.h
47 - include/grpc/support/cpu.h
48 - include/grpc/support/histogram.h
49 - include/grpc/support/host_port.h
50 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070051 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010052 - include/grpc/support/port_platform.h
53 - include/grpc/support/slice.h
54 - include/grpc/support/slice_buffer.h
55 - include/grpc/support/string_util.h
56 - include/grpc/support/subprocess.h
57 - include/grpc/support/sync.h
58 - include/grpc/support/sync_generic.h
59 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070060 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010061 - include/grpc/support/thd.h
62 - include/grpc/support/time.h
63 - include/grpc/support/tls.h
64 - include/grpc/support/tls_gcc.h
65 - include/grpc/support/tls_msvc.h
66 - include/grpc/support/tls_pthread.h
67 - include/grpc/support/useful.h
68 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070069 - src/core/lib/profiling/timers.h
70 - src/core/lib/support/backoff.h
71 - src/core/lib/support/block_annotate.h
72 - src/core/lib/support/env.h
73 - src/core/lib/support/load_file.h
74 - src/core/lib/support/murmur_hash.h
75 - src/core/lib/support/stack_lockfree.h
76 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070077 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070078 - src/core/lib/support/thd_internal.h
79 - src/core/lib/support/time_precise.h
80 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010081 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/basic_timers.c
83 - src/core/lib/profiling/stap_timers.c
84 - src/core/lib/support/alloc.c
85 - src/core/lib/support/avl.c
86 - src/core/lib/support/backoff.c
87 - src/core/lib/support/cmdline.c
88 - src/core/lib/support/cpu_iphone.c
89 - src/core/lib/support/cpu_linux.c
90 - src/core/lib/support/cpu_posix.c
91 - src/core/lib/support/cpu_windows.c
92 - src/core/lib/support/env_linux.c
93 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070094 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/histogram.c
96 - src/core/lib/support/host_port.c
97 - src/core/lib/support/load_file.c
98 - src/core/lib/support/log.c
99 - src/core/lib/support/log_android.c
100 - src/core/lib/support/log_linux.c
101 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700102 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700103 - src/core/lib/support/murmur_hash.c
104 - src/core/lib/support/slice.c
105 - src/core/lib/support/slice_buffer.c
106 - src/core/lib/support/stack_lockfree.c
107 - src/core/lib/support/string.c
108 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700109 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700110 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700111 - src/core/lib/support/subprocess_posix.c
112 - src/core/lib/support/subprocess_windows.c
113 - src/core/lib/support/sync.c
114 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700115 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/thd.c
117 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700118 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700119 - src/core/lib/support/time.c
120 - src/core/lib/support/time_posix.c
121 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700122 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200124 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700128 uses:
129 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800130- name: gpr_codegen
131 public_headers:
132 - include/grpc/impl/codegen/alloc.h
133 - include/grpc/impl/codegen/atm.h
134 - include/grpc/impl/codegen/atm_gcc_atomic.h
135 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700136 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800137 - include/grpc/impl/codegen/log.h
138 - include/grpc/impl/codegen/port_platform.h
139 - include/grpc/impl/codegen/slice.h
140 - include/grpc/impl/codegen/slice_buffer.h
141 - include/grpc/impl/codegen/sync.h
142 - include/grpc/impl/codegen/sync_generic.h
143 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700144 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800145 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700146- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700147 public_headers:
148 - include/grpc/byte_buffer.h
149 - include/grpc/byte_buffer_reader.h
150 - include/grpc/compression.h
151 - include/grpc/grpc.h
152 - include/grpc/status.h
153 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700154 - src/core/lib/channel/channel_args.h
155 - src/core/lib/channel/channel_stack.h
156 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700157 - src/core/lib/channel/compress_filter.h
158 - src/core/lib/channel/connected_channel.h
159 - src/core/lib/channel/context.h
160 - src/core/lib/channel/http_client_filter.h
161 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700162 - src/core/lib/compression/algorithm_metadata.h
163 - src/core/lib/compression/message_compress.h
164 - src/core/lib/debug/trace.h
165 - src/core/lib/http/format_request.h
166 - src/core/lib/http/httpcli.h
167 - src/core/lib/http/parser.h
168 - src/core/lib/iomgr/closure.h
169 - src/core/lib/iomgr/endpoint.h
170 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller8a034482016-03-28 16:09:04 -0700171 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700172 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700173 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700174 - src/core/lib/iomgr/exec_ctx.h
175 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/iomgr/iocp_windows.h
177 - src/core/lib/iomgr/iomgr.h
178 - src/core/lib/iomgr/iomgr_internal.h
179 - src/core/lib/iomgr/iomgr_posix.h
180 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700181 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700182 - src/core/lib/iomgr/pollset_set_windows.h
183 - src/core/lib/iomgr/pollset_windows.h
184 - src/core/lib/iomgr/resolve_address.h
185 - src/core/lib/iomgr/sockaddr.h
186 - src/core/lib/iomgr/sockaddr_posix.h
187 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700188 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/iomgr/socket_utils_posix.h
190 - src/core/lib/iomgr/socket_windows.h
191 - src/core/lib/iomgr/tcp_client.h
192 - src/core/lib/iomgr/tcp_posix.h
193 - src/core/lib/iomgr/tcp_server.h
194 - src/core/lib/iomgr/tcp_windows.h
195 - src/core/lib/iomgr/time_averaged_stats.h
196 - src/core/lib/iomgr/timer.h
197 - src/core/lib/iomgr/timer_heap.h
198 - src/core/lib/iomgr/udp_server.h
199 - src/core/lib/iomgr/unix_sockets_posix.h
200 - src/core/lib/iomgr/wakeup_fd_pipe.h
201 - src/core/lib/iomgr/wakeup_fd_posix.h
202 - src/core/lib/iomgr/workqueue.h
203 - src/core/lib/iomgr/workqueue_posix.h
204 - src/core/lib/iomgr/workqueue_windows.h
205 - src/core/lib/json/json.h
206 - src/core/lib/json/json_common.h
207 - src/core/lib/json/json_reader.h
208 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/surface/api_trace.h
210 - src/core/lib/surface/call.h
211 - src/core/lib/surface/call_test_only.h
212 - src/core/lib/surface/channel.h
213 - src/core/lib/surface/channel_init.h
214 - src/core/lib/surface/channel_stack_type.h
215 - src/core/lib/surface/completion_queue.h
216 - src/core/lib/surface/event_string.h
217 - src/core/lib/surface/init.h
218 - src/core/lib/surface/lame_client.h
219 - src/core/lib/surface/server.h
220 - src/core/lib/surface/surface_trace.h
221 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/transport/connectivity_state.h
223 - src/core/lib/transport/metadata.h
224 - src/core/lib/transport/metadata_batch.h
225 - src/core/lib/transport/static_metadata.h
226 - src/core/lib/transport/transport.h
227 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700228 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/channel/channel_args.c
230 - src/core/lib/channel/channel_stack.c
231 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/channel/compress_filter.c
233 - src/core/lib/channel/connected_channel.c
234 - src/core/lib/channel/http_client_filter.c
235 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/compression/compression_algorithm.c
237 - src/core/lib/compression/message_compress.c
238 - src/core/lib/debug/trace.c
239 - src/core/lib/http/format_request.c
240 - src/core/lib/http/httpcli.c
241 - src/core/lib/http/parser.c
242 - src/core/lib/iomgr/closure.c
243 - src/core/lib/iomgr/endpoint.c
244 - src/core/lib/iomgr/endpoint_pair_posix.c
245 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700246 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700247 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700248 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/iomgr/exec_ctx.c
250 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700251 - src/core/lib/iomgr/iocp_windows.c
252 - src/core/lib/iomgr/iomgr.c
253 - src/core/lib/iomgr/iomgr_posix.c
254 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/iomgr/pollset_set_windows.c
256 - src/core/lib/iomgr/pollset_windows.c
257 - src/core/lib/iomgr/resolve_address_posix.c
258 - src/core/lib/iomgr/resolve_address_windows.c
259 - src/core/lib/iomgr/sockaddr_utils.c
260 - src/core/lib/iomgr/socket_utils_common_posix.c
261 - src/core/lib/iomgr/socket_utils_linux.c
262 - src/core/lib/iomgr/socket_utils_posix.c
263 - src/core/lib/iomgr/socket_windows.c
264 - src/core/lib/iomgr/tcp_client_posix.c
265 - src/core/lib/iomgr/tcp_client_windows.c
266 - src/core/lib/iomgr/tcp_posix.c
267 - src/core/lib/iomgr/tcp_server_posix.c
268 - src/core/lib/iomgr/tcp_server_windows.c
269 - src/core/lib/iomgr/tcp_windows.c
270 - src/core/lib/iomgr/time_averaged_stats.c
271 - src/core/lib/iomgr/timer.c
272 - src/core/lib/iomgr/timer_heap.c
273 - src/core/lib/iomgr/udp_server.c
274 - src/core/lib/iomgr/unix_sockets_posix.c
275 - src/core/lib/iomgr/unix_sockets_posix_noop.c
276 - src/core/lib/iomgr/wakeup_fd_eventfd.c
277 - src/core/lib/iomgr/wakeup_fd_nospecial.c
278 - src/core/lib/iomgr/wakeup_fd_pipe.c
279 - src/core/lib/iomgr/wakeup_fd_posix.c
280 - src/core/lib/iomgr/workqueue_posix.c
281 - src/core/lib/iomgr/workqueue_windows.c
282 - src/core/lib/json/json.c
283 - src/core/lib/json/json_reader.c
284 - src/core/lib/json/json_string.c
285 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/surface/alarm.c
287 - src/core/lib/surface/api_trace.c
288 - src/core/lib/surface/byte_buffer.c
289 - src/core/lib/surface/byte_buffer_reader.c
290 - src/core/lib/surface/call.c
291 - src/core/lib/surface/call_details.c
292 - src/core/lib/surface/call_log_batch.c
293 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/surface/channel_init.c
295 - src/core/lib/surface/channel_ping.c
296 - src/core/lib/surface/channel_stack_type.c
297 - src/core/lib/surface/completion_queue.c
298 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 - src/core/lib/surface/lame_client.c
300 - src/core/lib/surface/metadata_array.c
301 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/surface/validate_metadata.c
303 - src/core/lib/surface/version.c
304 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/transport/connectivity_state.c
306 - src/core/lib/transport/metadata.c
307 - src/core/lib/transport/metadata_batch.c
308 - src/core/lib/transport/static_metadata.c
309 - src/core/lib/transport/transport.c
310 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700311 deps:
312 - gpr
313 uses:
314 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700315- name: grpc_client_config
316 headers:
317 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700318 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700319 - src/core/ext/client_config/client_config.h
320 - src/core/ext/client_config/connector.h
321 - src/core/ext/client_config/initial_connect_string.h
322 - src/core/ext/client_config/lb_policy.h
323 - src/core/ext/client_config/lb_policy_factory.h
324 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700325 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700326 - src/core/ext/client_config/resolver.h
327 - src/core/ext/client_config/resolver_factory.h
328 - src/core/ext/client_config/resolver_registry.h
329 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700330 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700331 - src/core/ext/client_config/subchannel_index.h
332 - src/core/ext/client_config/uri_parser.h
333 src:
334 - src/core/ext/client_config/channel_connectivity.c
335 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700336 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700337 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700338 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700339 - src/core/ext/client_config/connector.c
340 - src/core/ext/client_config/default_initial_connect_string.c
341 - src/core/ext/client_config/initial_connect_string.c
342 - src/core/ext/client_config/lb_policy.c
343 - src/core/ext/client_config/lb_policy_factory.c
344 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700345 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700346 - src/core/ext/client_config/resolver.c
347 - src/core/ext/client_config/resolver_factory.c
348 - src/core/ext/client_config/resolver_registry.c
349 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700350 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700351 - src/core/ext/client_config/subchannel_index.c
352 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700353 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700354 uses:
355 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800356- name: grpc_codegen
357 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800358 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700359 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800360 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800361 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800362 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800363 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800364 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700365 uses:
366 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700367- name: grpc_lb_policy_grpclb
368 headers:
369 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700370 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700371 src:
372 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700373 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700374 uses:
375 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700376 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700377 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700378- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700379 src:
380 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700381 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700382 uses:
383 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700384 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700385- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700386 src:
387 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700388 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700389 uses:
390 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700391 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700392- name: grpc_load_reporting
393 headers:
394 - src/core/ext/load_reporting/load_reporting.h
395 - src/core/ext/load_reporting/load_reporting_filter.h
396 src:
397 - src/core/ext/load_reporting/load_reporting.c
398 - src/core/ext/load_reporting/load_reporting_filter.c
399 plugin: grpc_load_reporting_plugin
400 uses:
401 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700402- name: grpc_resolver_dns_native
403 src:
404 - src/core/ext/resolver/dns/native/dns_resolver.c
405 plugin: grpc_resolver_dns_native
406 uses:
407 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700408 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700409- name: grpc_resolver_sockaddr
410 src:
411 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
412 plugin: grpc_resolver_sockaddr
413 uses:
414 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700415 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100416- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700417 public_headers:
418 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700419 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100420 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700421 - src/core/lib/security/context/security_context.h
422 - src/core/lib/security/credentials/composite/composite_credentials.h
423 - src/core/lib/security/credentials/credentials.h
424 - src/core/lib/security/credentials/fake/fake_credentials.h
425 - src/core/lib/security/credentials/google_default/google_default_credentials.h
426 - src/core/lib/security/credentials/iam/iam_credentials.h
427 - src/core/lib/security/credentials/jwt/json_token.h
428 - src/core/lib/security/credentials/jwt/jwt_credentials.h
429 - src/core/lib/security/credentials/jwt/jwt_verifier.h
430 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
431 - src/core/lib/security/credentials/plugin/plugin_credentials.h
432 - src/core/lib/security/credentials/ssl/ssl_credentials.h
433 - src/core/lib/security/transport/auth_filters.h
434 - src/core/lib/security/transport/handshake.h
435 - src/core/lib/security/transport/secure_endpoint.h
436 - src/core/lib/security/transport/security_connector.h
437 - src/core/lib/security/util/b64.h
438 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100439 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700440 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700441 - src/core/lib/security/context/security_context.c
442 - src/core/lib/security/credentials/composite/composite_credentials.c
443 - src/core/lib/security/credentials/credentials.c
444 - src/core/lib/security/credentials/credentials_metadata.c
445 - src/core/lib/security/credentials/fake/fake_credentials.c
446 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700447 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700448 - src/core/lib/security/credentials/google_default/google_default_credentials.c
449 - src/core/lib/security/credentials/iam/iam_credentials.c
450 - src/core/lib/security/credentials/jwt/json_token.c
451 - src/core/lib/security/credentials/jwt/jwt_credentials.c
452 - src/core/lib/security/credentials/jwt/jwt_verifier.c
453 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
454 - src/core/lib/security/credentials/plugin/plugin_credentials.c
455 - src/core/lib/security/credentials/ssl/ssl_credentials.c
456 - src/core/lib/security/transport/client_auth_filter.c
457 - src/core/lib/security/transport/handshake.c
458 - src/core/lib/security/transport/secure_endpoint.c
459 - src/core/lib/security/transport/security_connector.c
460 - src/core/lib/security/transport/server_auth_filter.c
461 - src/core/lib/security/util/b64.c
462 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700463 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700464 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700465 uses:
466 - grpc_base
467 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700468 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700469- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700470 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700471 headers:
472 - test/core/end2end/cq_verifier.h
473 - test/core/end2end/fixtures/proxy.h
474 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700475 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200476 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700477 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700478 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700479 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700480 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700481 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700482 - test/core/util/slice_splitter.h
483 src:
484 - test/core/end2end/cq_verifier.c
485 - test/core/end2end/fixtures/proxy.c
486 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700487 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200488 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700489 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700490 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700491 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700492 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700493 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700494 - test/core/util/port_windows.c
495 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700496 deps:
497 - grpc
498 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700499- name: grpc_transport_chttp2
500 headers:
Craig Tillerf0555b32016-03-28 10:19:24 -0700501 - src/core/ext/transport/chttp2/transport/bin_encoder.h
502 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
503 - src/core/ext/transport/chttp2/transport/frame.h
504 - src/core/ext/transport/chttp2/transport/frame_data.h
505 - src/core/ext/transport/chttp2/transport/frame_goaway.h
506 - src/core/ext/transport/chttp2/transport/frame_ping.h
507 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
508 - src/core/ext/transport/chttp2/transport/frame_settings.h
509 - src/core/ext/transport/chttp2/transport/frame_window_update.h
510 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
511 - src/core/ext/transport/chttp2/transport/hpack_parser.h
512 - src/core/ext/transport/chttp2/transport/hpack_table.h
513 - src/core/ext/transport/chttp2/transport/http2_errors.h
514 - src/core/ext/transport/chttp2/transport/huffsyms.h
515 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
516 - src/core/ext/transport/chttp2/transport/internal.h
517 - src/core/ext/transport/chttp2/transport/status_conversion.h
518 - src/core/ext/transport/chttp2/transport/stream_map.h
519 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
520 - src/core/ext/transport/chttp2/transport/varint.h
521 src:
Craig Tillerf0555b32016-03-28 10:19:24 -0700522 - src/core/ext/transport/chttp2/transport/bin_encoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700523 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700524 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
525 - src/core/ext/transport/chttp2/transport/frame_data.c
526 - src/core/ext/transport/chttp2/transport/frame_goaway.c
527 - src/core/ext/transport/chttp2/transport/frame_ping.c
528 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
529 - src/core/ext/transport/chttp2/transport/frame_settings.c
530 - src/core/ext/transport/chttp2/transport/frame_window_update.c
531 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
532 - src/core/ext/transport/chttp2/transport/hpack_parser.c
533 - src/core/ext/transport/chttp2/transport/hpack_table.c
534 - src/core/ext/transport/chttp2/transport/huffsyms.c
535 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
536 - src/core/ext/transport/chttp2/transport/parsing.c
537 - src/core/ext/transport/chttp2/transport/status_conversion.c
538 - src/core/ext/transport/chttp2/transport/stream_lists.c
539 - src/core/ext/transport/chttp2/transport/stream_map.c
540 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
541 - src/core/ext/transport/chttp2/transport/varint.c
542 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700543 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700544 uses:
545 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700546 - grpc_transport_chttp2_alpn
547- name: grpc_transport_chttp2_alpn
548 headers:
549 - src/core/ext/transport/chttp2/alpn/alpn.h
550 src:
551 - src/core/ext/transport/chttp2/alpn/alpn.c
552 deps:
553 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700554- name: grpc_transport_chttp2_client_insecure
555 src:
556 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700557 uses:
558 - grpc_transport_chttp2
559 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700560 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700561- name: grpc_transport_chttp2_client_secure
562 src:
563 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700564 uses:
565 - grpc_transport_chttp2
566 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700567 - grpc_client_config
568 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700569- name: grpc_transport_chttp2_server_insecure
570 src:
571 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700572 uses:
573 - grpc_transport_chttp2
574 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700575- name: grpc_transport_chttp2_server_secure
576 src:
577 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700578 uses:
579 - grpc_transport_chttp2
580 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700581 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700582- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700583 public_headers:
584 - include/grpc/grpc_cronet.h
585 - include/grpc/grpc_security.h
586 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700587 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700588 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
589 src:
590 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
591 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
592 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700593 filegroups:
594 - grpc_base
595 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800596- name: nanopb
597 headers:
598 - third_party/nanopb/pb.h
599 - third_party/nanopb/pb_common.h
600 - third_party/nanopb/pb_decode.h
601 - third_party/nanopb/pb_encode.h
602 src:
603 - third_party/nanopb/pb_common.c
604 - third_party/nanopb/pb_decode.c
605 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700606- name: tsi
607 headers:
608 - src/core/lib/tsi/fake_transport_security.h
609 - src/core/lib/tsi/ssl_transport_security.h
610 - src/core/lib/tsi/ssl_types.h
611 - src/core/lib/tsi/transport_security.h
612 - src/core/lib/tsi/transport_security_interface.h
613 src:
614 - src/core/lib/tsi/fake_transport_security.c
615 - src/core/lib/tsi/ssl_transport_security.c
616 - src/core/lib/tsi/transport_security.c
617 deps:
618 - gpr
619 secure: true
620- name: grpc++_base
621 language: c++
622 public_headers:
623 - include/grpc++/alarm.h
624 - include/grpc++/channel.h
625 - include/grpc++/client_context.h
626 - include/grpc++/completion_queue.h
627 - include/grpc++/create_channel.h
628 - include/grpc++/generic/async_generic_service.h
629 - include/grpc++/generic/generic_stub.h
630 - include/grpc++/grpc++.h
631 - include/grpc++/impl/call.h
632 - include/grpc++/impl/client_unary_call.h
633 - include/grpc++/impl/grpc_library.h
634 - include/grpc++/impl/method_handler_impl.h
635 - include/grpc++/impl/proto_utils.h
636 - include/grpc++/impl/rpc_method.h
637 - include/grpc++/impl/rpc_service_method.h
638 - include/grpc++/impl/serialization_traits.h
639 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700640 - include/grpc++/impl/server_builder_plugin.h
641 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700642 - include/grpc++/impl/service_type.h
643 - include/grpc++/impl/sync.h
644 - include/grpc++/impl/sync_cxx11.h
645 - include/grpc++/impl/sync_no_cxx11.h
646 - include/grpc++/impl/thd.h
647 - include/grpc++/impl/thd_cxx11.h
648 - include/grpc++/impl/thd_no_cxx11.h
649 - include/grpc++/security/auth_context.h
650 - include/grpc++/security/auth_metadata_processor.h
651 - include/grpc++/security/credentials.h
652 - include/grpc++/security/server_credentials.h
653 - include/grpc++/server.h
654 - include/grpc++/server_builder.h
655 - include/grpc++/server_context.h
656 - include/grpc++/support/async_stream.h
657 - include/grpc++/support/async_unary_call.h
658 - include/grpc++/support/byte_buffer.h
659 - include/grpc++/support/channel_arguments.h
660 - include/grpc++/support/slice.h
661 - include/grpc++/support/status.h
662 - include/grpc++/support/status_code_enum.h
663 - include/grpc++/support/string_ref.h
664 - include/grpc++/support/stub_options.h
665 - include/grpc++/support/sync_stream.h
666 - include/grpc++/support/time.h
667 headers:
668 - src/cpp/client/create_channel_internal.h
669 - src/cpp/common/core_codegen.h
670 - src/cpp/server/dynamic_thread_pool.h
671 - src/cpp/server/thread_pool_interface.h
672 src:
673 - src/cpp/client/channel.cc
674 - src/cpp/client/client_context.cc
675 - src/cpp/client/create_channel.cc
676 - src/cpp/client/create_channel_internal.cc
677 - src/cpp/client/credentials.cc
678 - src/cpp/client/generic_stub.cc
679 - src/cpp/client/insecure_credentials.cc
680 - src/cpp/common/channel_arguments.cc
681 - src/cpp/common/completion_queue.cc
682 - src/cpp/common/core_codegen.cc
683 - src/cpp/common/rpc_method.cc
684 - src/cpp/server/async_generic_service.cc
685 - src/cpp/server/create_default_thread_pool.cc
686 - src/cpp/server/dynamic_thread_pool.cc
687 - src/cpp/server/insecure_server_credentials.cc
688 - src/cpp/server/server.cc
689 - src/cpp/server/server_builder.cc
690 - src/cpp/server/server_context.cc
691 - src/cpp/server/server_credentials.cc
692 - src/cpp/util/byte_buffer.cc
693 - src/cpp/util/slice.cc
694 - src/cpp/util/status.cc
695 - src/cpp/util/string_ref.cc
696 - src/cpp/util/time.cc
697 deps:
698 - grpc
699 uses:
700 - grpc++_codegen
701 - grpc++_config
702- name: grpc++_codegen
703 language: c++
704 public_headers:
705 - include/grpc++/impl/codegen/async_stream.h
706 - include/grpc++/impl/codegen/async_unary_call.h
707 - include/grpc++/impl/codegen/call.h
708 - include/grpc++/impl/codegen/call_hook.h
709 - include/grpc++/impl/codegen/channel_interface.h
710 - include/grpc++/impl/codegen/client_context.h
711 - include/grpc++/impl/codegen/client_unary_call.h
712 - include/grpc++/impl/codegen/completion_queue.h
713 - include/grpc++/impl/codegen/completion_queue_tag.h
714 - include/grpc++/impl/codegen/core_codegen_interface.h
715 - include/grpc++/impl/codegen/create_auth_context.h
716 - include/grpc++/impl/codegen/grpc_library.h
717 - include/grpc++/impl/codegen/method_handler_impl.h
718 - include/grpc++/impl/codegen/proto_utils.h
719 - include/grpc++/impl/codegen/rpc_method.h
720 - include/grpc++/impl/codegen/rpc_service_method.h
721 - include/grpc++/impl/codegen/security/auth_context.h
722 - include/grpc++/impl/codegen/serialization_traits.h
723 - include/grpc++/impl/codegen/server_context.h
724 - include/grpc++/impl/codegen/server_interface.h
725 - include/grpc++/impl/codegen/service_type.h
726 - include/grpc++/impl/codegen/status.h
727 - include/grpc++/impl/codegen/status_code_enum.h
728 - include/grpc++/impl/codegen/string_ref.h
729 - include/grpc++/impl/codegen/stub_options.h
730 - include/grpc++/impl/codegen/sync.h
731 - include/grpc++/impl/codegen/sync_cxx11.h
732 - include/grpc++/impl/codegen/sync_no_cxx11.h
733 - include/grpc++/impl/codegen/sync_stream.h
734 - include/grpc++/impl/codegen/time.h
735 src:
736 - src/cpp/codegen/codegen_init.cc
737 uses:
738 - grpc_codegen
739 - grpc++_config_codegen
740- name: grpc++_config
741 language: c++
742 public_headers:
743 - include/grpc++/support/config.h
744 - include/grpc++/support/config_protobuf.h
745 uses:
746 - grpc++_config_codegen
747- name: grpc++_config_codegen
748 language: c++
749 public_headers:
750 - include/grpc++/impl/codegen/config.h
751 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100752libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800753- name: gpr
754 build: all
755 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800756 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700757 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800758 secure: false
759 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
760- name: gpr_test_util
761 build: private
762 language: c
763 headers:
764 - test/core/util/test_config.h
765 src:
766 - test/core/util/test_config.c
767 deps:
768 - gpr
769 secure: false
770 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700771- name: grpc
772 build: all
773 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700774 src:
775 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700776 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800777 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700778 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700779 filegroups:
780 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700781 - grpc_transport_chttp2_server_secure
782 - grpc_transport_chttp2_client_secure
783 - grpc_transport_chttp2_server_insecure
784 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700785 - grpc_lb_policy_grpclb
786 - grpc_lb_policy_pick_first
787 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700788 - grpc_resolver_dns_native
789 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700790 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100791 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700792 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700793 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700794 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700795 vs_packages:
796 - grpc.dependencies.openssl
797 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700798 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700799- name: grpc_cronet
800 build: all
801 language: c
802 src:
803 - src/core/lib/surface/init.c
804 baselib: true
805 deps_linkage: static
806 dll: true
807 filegroups:
808 - grpc_base
809 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700810 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700811 generate_plugin_registry: true
812 platforms:
813 - linux
814 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100815- name: grpc_dll
816 build: private
817 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100818 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100819 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100820 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100821 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100822 build_system:
823 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100824 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100825 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100826 vs_config_type: DynamicLibrary
827 vs_packages:
828 - grpc.dependencies.openssl
829 - grpc.dependencies.zlib
830 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
831 vs_props:
832 - zlib
833 - openssl
834 - winsock
835 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700836- name: grpc_test_util
837 build: private
838 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700839 headers:
840 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800841 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700842 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700843 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700844 - test/core/end2end/data/server1_cert.c
845 - test/core/end2end/data/server1_key.c
846 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800847 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700848 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800849 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800850 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700851 - grpc
852 filegroups:
853 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700854 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
855- name: grpc_test_util_unsecure
856 build: private
857 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700858 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800859 - gpr
860 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800861 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700862 filegroups:
863 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700864 secure: false
865 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
866- name: grpc_unsecure
867 build: all
868 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700869 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700870 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700871 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700872 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800873 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700874 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700875 filegroups:
876 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700877 - grpc_transport_chttp2_server_insecure
878 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700879 - grpc_resolver_dns_native
880 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700881 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700882 - grpc_lb_policy_grpclb
883 - grpc_lb_policy_pick_first
884 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700885 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700886 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700887 secure: false
888 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
889- name: grpc_zookeeper
890 build: all
891 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700892 public_headers:
893 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700894 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700895 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700896 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800897 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700898 - grpc
899 external_deps:
900 - zookeeper
901 platforms:
902 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700903 secure: false
904- name: reconnect_server
905 build: private
906 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700907 headers:
908 - test/core/util/reconnect_server.h
909 src:
910 - test/core/util/reconnect_server.c
911 deps:
yang-gc9fca182015-11-06 16:41:33 -0800912 - test_tcp_server
913 - grpc_test_util
914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800915 - gpr_test_util
916 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800917- name: test_tcp_server
918 build: private
919 language: c
920 headers:
921 - test/core/util/test_tcp_server.h
922 src:
923 - test/core/util/test_tcp_server.c
924 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700925 - grpc_test_util
926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800927 - gpr_test_util
928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700929- name: grpc++
930 build: all
931 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700932 headers:
933 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800934 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700935 - src/cpp/common/secure_auth_context.h
936 - src/cpp/server/secure_server_credentials.h
937 src:
Craig Tiller25834342015-09-25 08:08:24 -0700938 - src/cpp/client/secure_credentials.cc
939 - src/cpp/common/auth_property_iterator.cc
940 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800941 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700942 - src/cpp/common/secure_create_auth_context.cc
943 - src/cpp/server/secure_server_credentials.cc
944 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700945 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700946 baselib: true
947 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700948 filegroups:
949 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800950 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700951 secure: check
952 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
953- name: grpc++_test_config
954 build: private
955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700956 headers:
957 - test/cpp/util/test_config.h
958 src:
959 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700960- name: grpc++_test_util
961 build: private
962 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700963 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800964 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800965 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700966 - test/cpp/util/create_test_channel.h
967 - test/cpp/util/string_ref_helper.h
968 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800969 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700970 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800971 - src/proto/grpc/testing/echo_messages.proto
972 - src/proto/grpc/testing/echo.proto
973 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800974 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800975 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700976 - test/cpp/util/create_test_channel.cc
977 - test/cpp/util/string_ref_helper.cc
978 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800979 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700980 deps:
981 - grpc++
982 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700983- name: grpc++_unsecure
984 build: all
985 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700986 src:
987 - src/cpp/common/insecure_create_auth_context.cc
988 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800989 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700990 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700991 baselib: true
992 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700993 filegroups:
994 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800995 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700996 secure: false
997 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -0700998- name: grpc_cli_libs
999 build: private
1000 language: c++
1001 headers:
1002 - test/cpp/util/cli_call.h
1003 - test/cpp/util/proto_file_parser.h
1004 src:
1005 - test/cpp/util/cli_call.cc
1006 - test/cpp/util/proto_file_parser.cc
1007 deps:
1008 - grpc++
1009 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001010- name: grpc_plugin_support
1011 build: protoc
1012 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001013 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001014 - src/compiler/config.h
1015 - src/compiler/cpp_generator.h
1016 - src/compiler/cpp_generator_helpers.h
1017 - src/compiler/csharp_generator.h
1018 - src/compiler/csharp_generator_helpers.h
1019 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001020 - src/compiler/node_generator.h
1021 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001022 - src/compiler/objective_c_generator.h
1023 - src/compiler/objective_c_generator_helpers.h
1024 - src/compiler/python_generator.h
1025 - src/compiler/ruby_generator.h
1026 - src/compiler/ruby_generator_helpers-inl.h
1027 - src/compiler/ruby_generator_map-inl.h
1028 - src/compiler/ruby_generator_string-inl.h
1029 src:
1030 - src/compiler/cpp_generator.cc
1031 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001032 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001033 - src/compiler/objective_c_generator.cc
1034 - src/compiler/python_generator.cc
1035 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001036 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -07001037 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001038 secure: false
1039 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001040 vs_props:
1041 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001042- name: interop_client_helper
1043 build: private
1044 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001045 headers:
1046 - test/cpp/interop/client_helper.h
1047 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001048 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001049 - test/cpp/interop/client_helper.cc
1050 deps:
1051 - grpc++_test_util
1052 - grpc_test_util
1053 - grpc++
1054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001055 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001056- name: interop_client_main
1057 build: private
1058 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001059 headers:
1060 - test/cpp/interop/interop_client.h
1061 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001062 - src/proto/grpc/testing/empty.proto
1063 - src/proto/grpc/testing/messages.proto
1064 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001065 - test/cpp/interop/client.cc
1066 - test/cpp/interop/interop_client.cc
1067 deps:
1068 - interop_client_helper
1069 - grpc++_test_util
1070 - grpc_test_util
1071 - grpc++
1072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001073 - gpr_test_util
1074 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001075 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001076- name: interop_server_helper
1077 build: private
1078 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001079 headers:
1080 - test/cpp/interop/server_helper.h
1081 src:
1082 - test/cpp/interop/server_helper.cc
1083 deps:
1084 - grpc_test_util
1085 - grpc++
1086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001087 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001088- name: interop_server_main
1089 build: private
1090 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001091 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001092 - src/proto/grpc/testing/empty.proto
1093 - src/proto/grpc/testing/messages.proto
1094 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001095 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001096 deps:
1097 - interop_server_helper
1098 - grpc++_test_util
1099 - grpc_test_util
1100 - grpc++
1101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001102 - gpr_test_util
1103 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001104 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001105- name: qps
1106 build: private
1107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001108 headers:
1109 - test/cpp/qps/client.h
1110 - test/cpp/qps/driver.h
1111 - test/cpp/qps/histogram.h
1112 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001113 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001114 - test/cpp/qps/qps_worker.h
1115 - test/cpp/qps/report.h
1116 - test/cpp/qps/server.h
1117 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001118 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001119 - test/cpp/util/benchmark_config.h
1120 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001121 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001122 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001123 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001124 - src/proto/grpc/testing/control.proto
1125 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001126 - test/cpp/qps/client_async.cc
1127 - test/cpp/qps/client_sync.cc
1128 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001129 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001130 - test/cpp/qps/qps_worker.cc
1131 - test/cpp/qps/report.cc
1132 - test/cpp/qps/server_async.cc
1133 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001134 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001135 - test/cpp/util/benchmark_config.cc
1136 deps:
1137 - grpc_test_util
1138 - grpc++_test_util
1139 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001140- name: grpc_csharp_ext
1141 build: all
1142 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001143 src:
1144 - src/csharp/ext/grpc_csharp_ext.c
1145 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001147 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001148 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001149 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150 dll: only
1151 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001152 vs_packages:
1153 - grpc.dependencies.openssl
1154 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001156 vs_props:
1157 - zlib
1158 - openssl
1159 - winsock
1160 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001161targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001162- name: alarm_test
1163 build: test
1164 language: c
1165 src:
1166 - test/core/surface/alarm_test.c
1167 deps:
1168 - grpc_test_util
1169 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001170 - gpr_test_util
1171 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001172- name: algorithm_test
1173 build: test
1174 language: c
1175 src:
1176 - test/core/compression/algorithm_test.c
1177 deps:
1178 - grpc_test_util
1179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001180 - gpr_test_util
1181 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001182- name: alloc_test
1183 build: test
1184 language: c
1185 src:
1186 - test/core/support/alloc_test.c
1187 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001188 - gpr_test_util
1189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190- name: alpn_test
1191 build: test
1192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001193 src:
1194 - test/core/transport/chttp2/alpn_test.c
1195 deps:
1196 - grpc_test_util
1197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001198 - gpr_test_util
1199 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001200- name: api_fuzzer
1201 build: fuzzer
1202 language: c
1203 src:
1204 - test/core/end2end/fuzzers/api_fuzzer.c
1205 deps:
1206 - grpc_test_util
1207 - grpc
1208 - gpr_test_util
1209 - gpr
1210 corpus_dirs:
1211 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001212 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001213 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001214- name: bin_encoder_test
1215 build: test
1216 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001217 src:
1218 - test/core/transport/chttp2/bin_encoder_test.c
1219 deps:
1220 - grpc_test_util
1221 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001222- name: census_context_test
1223 build: test
1224 language: c
1225 src:
1226 - test/core/census/context_test.c
1227 deps:
1228 - grpc_test_util
1229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001230 - gpr_test_util
1231 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001232- name: channel_create_test
1233 build: test
1234 language: c
1235 src:
1236 - test/core/surface/channel_create_test.c
1237 deps:
1238 - grpc_test_util
1239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001240 - gpr_test_util
1241 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001242- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243 build: test
1244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001245 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001246 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001247 deps:
1248 - grpc_test_util
1249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001250 - gpr_test_util
1251 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001252- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001253 build: test
1254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001255 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001256 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001257 deps:
1258 - grpc_test_util
1259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001260 - gpr_test_util
1261 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262- name: chttp2_stream_map_test
1263 build: test
1264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001265 src:
1266 - test/core/transport/chttp2/stream_map_test.c
1267 deps:
1268 - grpc_test_util
1269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001270 - gpr_test_util
1271 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001272- name: chttp2_varint_test
1273 build: test
1274 language: c
1275 src:
1276 - test/core/transport/chttp2/varint_test.c
1277 deps:
1278 - grpc_test_util
1279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001280 - gpr_test_util
1281 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001282- name: client_fuzzer
1283 build: fuzzer
1284 language: c
1285 src:
1286 - test/core/end2end/fuzzers/client_fuzzer.c
1287 deps:
1288 - grpc_test_util
1289 - grpc
1290 - gpr_test_util
1291 - gpr
1292 corpus_dirs:
1293 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001294 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001295 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296- name: compression_test
1297 build: test
1298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001299 src:
1300 - test/core/compression/compression_test.c
1301 deps:
1302 - grpc_test_util
1303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001304 - gpr_test_util
1305 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001306- name: concurrent_connectivity_test
1307 build: test
1308 language: c
1309 src:
1310 - test/core/surface/concurrent_connectivity_test.c
1311 deps:
1312 - grpc_test_util
1313 - grpc
1314 - gpr_test_util
1315 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001316- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001317 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001318 build: test
1319 language: c
1320 src:
1321 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1322 deps:
1323 - grpc_test_util
1324 - grpc
1325 - gpr_test_util
1326 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001327- name: dns_resolver_test
1328 build: test
1329 language: c
1330 src:
1331 - test/core/client_config/resolvers/dns_resolver_test.c
1332 deps:
1333 - grpc_test_util
1334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001335 - gpr_test_util
1336 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001337- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001338 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001339 build: test
1340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001341 src:
1342 - test/core/end2end/dualstack_socket_test.c
1343 deps:
1344 - grpc_test_util
1345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001346 - gpr_test_util
1347 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001348 platforms:
1349 - mac
1350 - linux
1351 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001352- name: endpoint_pair_test
1353 build: test
1354 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001355 src:
1356 - test/core/iomgr/endpoint_pair_test.c
1357 deps:
1358 - grpc_test_util
1359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001360 - gpr_test_util
1361 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001362- name: fd_conservation_posix_test
1363 build: test
1364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001365 src:
1366 - test/core/iomgr/fd_conservation_posix_test.c
1367 deps:
1368 - grpc_test_util
1369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 - gpr_test_util
1371 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001372 platforms:
1373 - mac
1374 - linux
1375 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001376- name: fd_posix_test
1377 build: test
1378 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001379 src:
1380 - test/core/iomgr/fd_posix_test.c
1381 deps:
1382 - grpc_test_util
1383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001384 - gpr_test_util
1385 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001386 platforms:
1387 - mac
1388 - linux
1389 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001390- name: fling_client
1391 build: test
1392 run: false
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - test/core/fling/client.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_server
1402 build: test
1403 run: false
1404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001405 src:
1406 - test/core/fling/server.c
1407 deps:
1408 - grpc_test_util
1409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001410 - gpr_test_util
1411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001413 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001414 build: test
1415 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001416 src:
1417 - test/core/fling/fling_stream_test.c
1418 deps:
1419 - grpc_test_util
1420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr_test_util
1422 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001423 platforms:
1424 - mac
1425 - linux
1426 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001427- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001428 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001429 build: test
1430 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001431 src:
1432 - test/core/fling/fling_test.c
1433 deps:
1434 - grpc_test_util
1435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001436 - gpr_test_util
1437 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001438 platforms:
1439 - mac
1440 - linux
1441 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001442- name: gen_hpack_tables
1443 build: tool
1444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001445 src:
1446 - tools/codegen/core/gen_hpack_tables.c
1447 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001448 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001449 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001450- name: gen_legal_metadata_characters
1451 build: tool
1452 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001453 src:
1454 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001455 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001456- name: goaway_server_test
1457 cpu_cost: 0.1
1458 build: test
1459 language: c
1460 src:
1461 - test/core/end2end/goaway_server_test.c
1462 deps:
1463 - grpc_test_util
1464 - grpc
1465 - gpr_test_util
1466 - gpr
1467 platforms:
1468 - mac
1469 - linux
1470 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001471- name: gpr_avl_test
1472 build: test
1473 language: c
1474 src:
1475 - test/core/support/avl_test.c
1476 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001477 - gpr_test_util
1478 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001479- name: gpr_backoff_test
1480 build: test
1481 language: c
1482 src:
1483 - test/core/support/backoff_test.c
1484 deps:
1485 - gpr_test_util
1486 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487- name: gpr_cmdline_test
1488 build: test
1489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001490 src:
1491 - test/core/support/cmdline_test.c
1492 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001493 - gpr_test_util
1494 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001495- name: gpr_cpu_test
1496 build: test
1497 language: c
1498 src:
1499 - test/core/support/cpu_test.c
1500 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001501 - gpr_test_util
1502 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503- name: gpr_env_test
1504 build: test
1505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001506 src:
1507 - test/core/support/env_test.c
1508 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001509 - gpr_test_util
1510 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511- name: gpr_histogram_test
1512 build: test
1513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001514 src:
1515 - test/core/support/histogram_test.c
1516 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr_test_util
1518 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001519- name: gpr_host_port_test
1520 build: test
1521 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001522 src:
1523 - test/core/support/host_port_test.c
1524 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001525 - gpr_test_util
1526 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001527- name: gpr_load_file_test
1528 build: test
1529 language: c
1530 src:
1531 - test/core/support/load_file_test.c
1532 deps:
1533 - gpr_test_util
1534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001535- name: gpr_log_test
1536 build: test
1537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001538 src:
1539 - test/core/support/log_test.c
1540 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001541 - gpr_test_util
1542 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001543- name: gpr_slice_buffer_test
1544 build: test
1545 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001546 src:
1547 - test/core/support/slice_buffer_test.c
1548 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001549 - gpr_test_util
1550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001551- name: gpr_slice_test
1552 build: test
1553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001554 src:
1555 - test/core/support/slice_test.c
1556 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001557 - gpr_test_util
1558 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001559- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001560 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001561 build: test
1562 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001563 src:
1564 - test/core/support/stack_lockfree_test.c
1565 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001566 - gpr_test_util
1567 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001568- name: gpr_string_test
1569 build: test
1570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001571 src:
1572 - test/core/support/string_test.c
1573 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001574 - gpr_test_util
1575 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001576- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001577 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578 build: test
1579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001580 src:
1581 - test/core/support/sync_test.c
1582 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001583 - gpr_test_util
1584 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001585- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001586 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587 build: test
1588 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001589 src:
1590 - test/core/support/thd_test.c
1591 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001592 - gpr_test_util
1593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001594- name: gpr_time_test
1595 build: test
1596 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001597 src:
1598 - test/core/support/time_test.c
1599 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 - gpr_test_util
1601 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001602- name: gpr_tls_test
1603 build: test
1604 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001605 src:
1606 - test/core/support/tls_test.c
1607 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001608 - gpr_test_util
1609 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001610- name: gpr_useful_test
1611 build: test
1612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001613 src:
1614 - test/core/support/useful_test.c
1615 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001618- name: grpc_auth_context_test
1619 build: test
1620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001621 src:
1622 - test/core/security/auth_context_test.c
1623 deps:
1624 - grpc_test_util
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001628- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001629 build: test
1630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001631 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001632 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001633 deps:
1634 - grpc_test_util
1635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr_test_util
1637 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001638- name: grpc_byte_buffer_reader_test
1639 build: test
1640 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001641 src:
1642 - test/core/surface/byte_buffer_reader_test.c
1643 deps:
1644 - grpc_test_util
1645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648- name: grpc_channel_args_test
1649 build: test
1650 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001651 src:
1652 - test/core/channel/channel_args_test.c
1653 deps:
1654 - grpc_test_util
1655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001656 - gpr_test_util
1657 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001658- name: grpc_channel_stack_test
1659 build: test
1660 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001661 src:
1662 - test/core/channel/channel_stack_test.c
1663 deps:
1664 - grpc_test_util
1665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001666 - gpr_test_util
1667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001668- name: grpc_completion_queue_test
1669 build: test
1670 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001671 src:
1672 - test/core/surface/completion_queue_test.c
1673 deps:
1674 - grpc_test_util
1675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001678- name: grpc_create_jwt
1679 build: tool
1680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001681 src:
1682 - test/core/security/create_jwt.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001688- name: grpc_credentials_test
1689 build: test
1690 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001691 src:
1692 - test/core/security/credentials_test.c
1693 deps:
1694 - grpc_test_util
1695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001696 - gpr_test_util
1697 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001698- name: grpc_fetch_oauth2
1699 build: tool
1700 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001701 src:
1702 - test/core/security/fetch_oauth2.c
1703 deps:
1704 - grpc_test_util
1705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001706 - gpr_test_util
1707 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001708- name: grpc_invalid_channel_args_test
1709 build: test
1710 language: c
1711 src:
1712 - test/core/surface/invalid_channel_args_test.c
1713 deps:
1714 - grpc_test_util
1715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001716 - gpr_test_util
1717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001718- name: grpc_json_token_test
1719 build: test
1720 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001721 src:
1722 - test/core/security/json_token_test.c
1723 deps:
1724 - grpc_test_util
1725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001726 - gpr_test_util
1727 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001728 platforms:
1729 - linux
1730 - posix
1731 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001732- name: grpc_jwt_verifier_test
1733 build: test
1734 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001735 src:
1736 - test/core/security/jwt_verifier_test.c
1737 deps:
1738 - grpc_test_util
1739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001740 - gpr_test_util
1741 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001742- name: grpc_print_google_default_creds_token
1743 build: tool
1744 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001745 src:
1746 - test/core/security/print_google_default_creds_token.c
1747 deps:
1748 - grpc_test_util
1749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001750 - gpr_test_util
1751 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001752- name: grpc_security_connector_test
1753 build: test
1754 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001755 src:
1756 - test/core/security/security_connector_test.c
1757 deps:
1758 - grpc_test_util
1759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001760 - gpr_test_util
1761 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001762- name: grpc_verify_jwt
1763 build: tool
1764 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001765 src:
1766 - test/core/security/verify_jwt.c
1767 deps:
1768 - grpc_test_util
1769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001770 - gpr_test_util
1771 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001772- name: hpack_parser_fuzzer_test
1773 build: fuzzer
1774 language: c
1775 src:
1776 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1777 deps:
1778 - grpc_test_util
1779 - grpc
1780 - gpr_test_util
1781 - gpr
1782 corpus_dirs:
1783 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001784 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001785 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001786- name: hpack_parser_test
1787 build: test
1788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
1790 - test/core/transport/chttp2/hpack_parser_test.c
1791 deps:
1792 - grpc_test_util
1793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001794 - gpr_test_util
1795 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001796- name: hpack_table_test
1797 build: test
1798 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001799 src:
1800 - test/core/transport/chttp2/hpack_table_test.c
1801 deps:
1802 - grpc_test_util
1803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001804 - gpr_test_util
1805 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001806- name: http_fuzzer_test
1807 build: fuzzer
1808 language: c
1809 src:
1810 - test/core/http/fuzzer.c
1811 deps:
1812 - grpc_test_util
1813 - grpc
1814 - gpr_test_util
1815 - gpr
1816 corpus_dirs:
1817 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001818 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001819- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001820 build: test
1821 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001822 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001823 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001824 deps:
1825 - grpc_test_util
1826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001827 - gpr_test_util
1828 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001829- name: httpcli_format_request_test
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/format_request_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 Tillerbf4b2242015-08-31 15:53:53 -07001839- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001840 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841 build: test
1842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001843 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001844 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001845 deps:
1846 - grpc_test_util
1847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001848 - gpr_test_util
1849 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001850 platforms:
1851 - mac
1852 - linux
1853 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001854- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001855 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001856 build: test
1857 language: c
1858 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001859 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001860 deps:
1861 - grpc_test_util
1862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr_test_util
1864 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001865 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001866 - linux
yang-gf1183302015-12-07 16:02:05 -08001867- name: init_test
1868 build: test
1869 language: c
1870 src:
1871 - test/core/surface/init_test.c
1872 deps:
1873 - grpc_test_util
1874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr_test_util
1876 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001877- name: internal_api_canary_iomgr_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_support_test
1889 build: test
1890 run: false
1891 language: c
1892 src:
1893 - test/core/internal_api_canaries/iomgr.c
1894 deps:
1895 - grpc_test_util
1896 - grpc
1897 - gpr_test_util
1898 - gpr
1899- name: internal_api_canary_transport_test
1900 build: test
1901 run: false
1902 language: c
1903 src:
1904 - test/core/internal_api_canaries/iomgr.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
1908 - gpr_test_util
1909 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001910- name: invalid_call_argument_test
1911 build: test
1912 language: c
1913 src:
1914 - test/core/end2end/invalid_call_argument_test.c
1915 deps:
1916 - grpc_test_util
1917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001918 - gpr_test_util
1919 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001920- name: json_fuzzer_test
1921 build: fuzzer
1922 language: c
1923 src:
1924 - test/core/json/fuzzer.c
1925 deps:
1926 - grpc_test_util
1927 - grpc
1928 - gpr_test_util
1929 - gpr
1930 corpus_dirs:
1931 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001932 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933- name: json_rewrite
1934 build: test
1935 run: false
1936 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001937 src:
1938 - test/core/json/json_rewrite.c
1939 deps:
1940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942- name: json_rewrite_test
1943 build: test
1944 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001945 src:
1946 - test/core/json/json_rewrite_test.c
1947 deps:
1948 - grpc_test_util
1949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001950 - gpr_test_util
1951 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001952- name: json_stream_error_test
1953 build: test
1954 language: c
1955 src:
1956 - test/core/json/json_stream_error_test.c
1957 deps:
1958 - grpc_test_util
1959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001962- name: json_test
1963 build: test
1964 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001965 src:
1966 - test/core/json/json_test.c
1967 deps:
1968 - grpc_test_util
1969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001970 - gpr_test_util
1971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001972- name: lame_client_test
1973 build: test
1974 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001975 src:
1976 - test/core/surface/lame_client_test.c
1977 deps:
1978 - grpc_test_util
1979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001980 - gpr_test_util
1981 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001982- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001983 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001984 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/client_config/lb_policies_test.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994- name: low_level_ping_pong_benchmark
1995 build: benchmark
1996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
1998 - test/core/network_benchmarks/low_level_ping_pong.c
1999 deps:
2000 - grpc_test_util
2001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002002 - gpr_test_util
2003 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002004 platforms:
2005 - mac
2006 - linux
2007 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008- name: message_compress_test
2009 build: test
2010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002011 src:
2012 - test/core/compression/message_compress_test.c
2013 deps:
2014 - grpc_test_util
2015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr_test_util
2017 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002018- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002019 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002020 build: test
2021 language: c
2022 src:
2023 - test/core/census/mlog_test.c
2024 deps:
2025 - grpc_test_util
2026 - grpc
2027 - gpr_test_util
2028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: multiple_server_queues_test
2030 build: test
2031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
2033 - test/core/end2end/multiple_server_queues_test.c
2034 deps:
2035 - grpc_test_util
2036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002037 - gpr_test_util
2038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002039- name: murmur_hash_test
2040 build: test
2041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
2043 - test/core/support/murmur_hash_test.c
2044 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002047- name: nanopb_fuzzer_response_test
2048 build: fuzzer
2049 language: c
2050 src:
2051 - test/core/nanopb/fuzzer_response.c
2052 deps:
2053 - grpc_test_util
2054 - grpc
2055 - gpr_test_util
2056 - gpr
2057 corpus_dirs:
2058 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002059 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002060- name: nanopb_fuzzer_serverlist_test
2061 build: fuzzer
2062 language: c
2063 src:
2064 - test/core/nanopb/fuzzer_serverlist.c
2065 deps:
2066 - grpc_test_util
2067 - grpc
2068 - gpr_test_util
2069 - gpr
2070 corpus_dirs:
2071 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002072 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002074 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075 build: test
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/end2end/no_server_test.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: resolve_address_test
2085 build: test
2086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
2088 - test/core/iomgr/resolve_address_test.c
2089 deps:
2090 - grpc_test_util
2091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
yang-gd482e592015-12-10 14:04:00 -08002094- name: secure_channel_create_test
2095 build: test
2096 language: c
2097 src:
2098 - test/core/surface/secure_channel_create_test.c
2099 deps:
2100 - grpc_test_util
2101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104- name: secure_endpoint_test
2105 build: test
2106 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002107 src:
2108 - test/core/security/secure_endpoint_test.c
2109 deps:
2110 - grpc_test_util
2111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002112 - gpr_test_util
2113 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002114- name: server_chttp2_test
2115 build: test
2116 language: c
2117 src:
2118 - test/core/surface/server_chttp2_test.c
2119 deps:
2120 - grpc_test_util
2121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002122 - gpr_test_util
2123 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002124- name: server_fuzzer
2125 build: fuzzer
2126 language: c
2127 src:
2128 - test/core/end2end/fuzzers/server_fuzzer.c
2129 deps:
2130 - grpc_test_util
2131 - grpc
2132 - gpr_test_util
2133 - gpr
2134 corpus_dirs:
2135 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002136 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002137 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002138- name: server_test
2139 build: test
2140 language: c
2141 src:
2142 - test/core/surface/server_test.c
2143 deps:
2144 - grpc_test_util
2145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002146 - gpr_test_util
2147 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002148- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002149 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002150 build: test
2151 language: c
2152 src:
2153 - test/core/client_config/set_initial_connect_string_test.c
2154 deps:
2155 - test_tcp_server
2156 - grpc_test_util
2157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002158 - gpr_test_util
2159 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002160- name: sockaddr_resolver_test
2161 build: test
2162 language: c
2163 src:
2164 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2165 deps:
2166 - grpc_test_util
2167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002168 - gpr_test_util
2169 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170- name: sockaddr_utils_test
2171 build: test
2172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002173 src:
2174 - test/core/iomgr/sockaddr_utils_test.c
2175 deps:
2176 - grpc_test_util
2177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr_test_util
2179 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002180- name: socket_utils_test
2181 build: test
2182 language: c
2183 src:
2184 - test/core/iomgr/socket_utils_test.c
2185 deps:
2186 - grpc_test_util
2187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002188 - gpr_test_util
2189 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002190 platforms:
2191 - mac
2192 - linux
2193 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002195 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002196 build: test
2197 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002198 src:
2199 - test/core/iomgr/tcp_client_posix_test.c
2200 deps:
2201 - grpc_test_util
2202 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002203 - gpr_test_util
2204 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002205 platforms:
2206 - mac
2207 - linux
2208 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002210 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002211 build: test
2212 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002213 src:
2214 - test/core/iomgr/tcp_posix_test.c
2215 deps:
2216 - grpc_test_util
2217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002220 platforms:
2221 - mac
2222 - linux
2223 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002224- name: tcp_server_posix_test
2225 build: test
2226 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002227 src:
2228 - test/core/iomgr/tcp_server_posix_test.c
2229 deps:
2230 - grpc_test_util
2231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002232 - gpr_test_util
2233 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002234 platforms:
2235 - mac
2236 - linux
2237 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002238- name: time_averaged_stats_test
2239 build: test
2240 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002241 src:
2242 - test/core/iomgr/time_averaged_stats_test.c
2243 deps:
2244 - grpc_test_util
2245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr_test_util
2247 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248- name: timeout_encoding_test
2249 build: test
2250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
2252 - test/core/transport/chttp2/timeout_encoding_test.c
2253 deps:
2254 - grpc_test_util
2255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002258- name: timer_heap_test
2259 build: test
2260 language: c
2261 src:
2262 - test/core/iomgr/timer_heap_test.c
2263 deps:
2264 - grpc_test_util
2265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002266 - gpr_test_util
2267 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002268- name: timer_list_test
2269 build: test
2270 language: c
2271 src:
2272 - test/core/iomgr/timer_list_test.c
2273 deps:
2274 - grpc_test_util
2275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002276 - gpr_test_util
2277 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002278- name: timers_test
2279 build: test
2280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002281 src:
2282 - test/core/profiling/timers_test.c
2283 deps:
2284 - grpc_test_util
2285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002286 - gpr_test_util
2287 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002288- name: transport_connectivity_state_test
2289 build: test
2290 language: c
2291 src:
2292 - test/core/transport/connectivity_state_test.c
2293 deps:
2294 - grpc_test_util
2295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002296 - gpr_test_util
2297 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298- name: transport_metadata_test
2299 build: test
2300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002301 src:
2302 - test/core/transport/metadata_test.c
2303 deps:
2304 - grpc_test_util
2305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr_test_util
2307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308- name: transport_security_test
2309 build: test
2310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002311 src:
2312 - test/core/tsi/transport_security_test.c
2313 deps:
2314 - grpc_test_util
2315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 - gpr_test_util
2317 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002318 platforms:
2319 - linux
2320 - posix
2321 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002322- name: udp_server_test
2323 build: test
2324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002325 src:
2326 - test/core/iomgr/udp_server_test.c
2327 deps:
2328 - grpc_test_util
2329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002332 platforms:
2333 - mac
2334 - linux
2335 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002336- name: uri_fuzzer_test
2337 build: fuzzer
2338 language: c
2339 src:
2340 - test/core/client_config/uri_fuzzer_test.c
2341 deps:
2342 - grpc_test_util
2343 - grpc
2344 - gpr_test_util
2345 - gpr
2346 corpus_dirs:
2347 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002348 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349- name: uri_parser_test
2350 build: test
2351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002352 src:
2353 - test/core/client_config/uri_parser_test.c
2354 deps:
2355 - grpc_test_util
2356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002357 - gpr_test_util
2358 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002359- name: workqueue_test
2360 build: test
2361 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002362 src:
2363 - test/core/iomgr/workqueue_test.c
2364 deps:
2365 - grpc_test_util
2366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002367 - gpr_test_util
2368 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002369 platforms:
2370 - mac
2371 - linux
2372 - posix
vjpai04e992a2016-02-10 16:58:38 -08002373- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002374 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002375 build: test
2376 language: c++
2377 src:
2378 - test/cpp/common/alarm_cpp_test.cc
2379 deps:
2380 - grpc++_test_util
2381 - grpc_test_util
2382 - grpc++
2383 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002384 - gpr_test_util
2385 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002386- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002387 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002388 build: test
2389 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002390 src:
2391 - test/cpp/end2end/async_end2end_test.cc
2392 deps:
2393 - grpc++_test_util
2394 - grpc_test_util
2395 - grpc++
2396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002397 - gpr_test_util
2398 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002399- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002400 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002401 build: test
2402 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002403 src:
2404 - test/cpp/common/auth_property_iterator_test.cc
2405 deps:
2406 - grpc++_test_util
2407 - grpc_test_util
2408 - grpc++
2409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002410 - gpr_test_util
2411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002412- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002413 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414 build: test
2415 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002416 src:
yang-g52705592015-11-25 11:45:33 -08002417 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002418 deps:
2419 - grpc++
2420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002421 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002422- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002423 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002424 build: test
2425 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002426 src:
2427 - test/cpp/util/cli_call_test.cc
2428 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002429 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002430 - grpc++_test_util
2431 - grpc_test_util
2432 - grpc++
2433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002434 - gpr_test_util
2435 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002436- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002437 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002438 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002439 build: test
2440 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002441 src:
2442 - test/cpp/end2end/client_crash_test.cc
2443 deps:
2444 - grpc++_test_util
2445 - grpc_test_util
2446 - grpc++
2447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002448 - gpr_test_util
2449 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002450 platforms:
2451 - mac
2452 - linux
2453 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002454- name: client_crash_test_server
2455 build: test
2456 run: false
2457 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002458 src:
2459 - test/cpp/end2end/client_crash_test_server.cc
2460 deps:
2461 - grpc++_test_util
2462 - grpc_test_util
2463 - grpc++
2464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002465 - gpr_test_util
2466 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002467- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002468 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002469 build: test
2470 language: c++
2471 src:
2472 - src/proto/grpc/testing/control.proto
2473 - src/proto/grpc/testing/messages.proto
2474 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002475 - src/proto/grpc/testing/services.proto
2476 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002477 - test/cpp/codegen/codegen_test_full.cc
2478 deps:
2479 - grpc++
2480 - grpc
2481 - gpr
2482 filegroups:
2483 - grpc++_codegen
2484- name: codegen_test_minimal
2485 gtest: true
2486 build: test
2487 language: c++
2488 src:
2489 - src/proto/grpc/testing/control.proto
2490 - src/proto/grpc/testing/messages.proto
2491 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002492 - src/proto/grpc/testing/services.proto
2493 - src/proto/grpc/testing/stats.proto
2494 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002495 filegroups:
2496 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497- name: credentials_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/client/credentials_test.cc
2503 deps:
2504 - grpc++
2505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002506 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002507- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002508 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002509 build: test
2510 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002511 src:
2512 - test/cpp/util/byte_buffer_test.cc
2513 deps:
2514 - grpc_test_util
2515 - grpc++
2516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002517 - gpr_test_util
2518 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002519- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002520 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002521 build: test
2522 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002523 src:
2524 - test/cpp/util/slice_test.cc
2525 deps:
2526 - grpc_test_util
2527 - grpc++
2528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002529 - gpr_test_util
2530 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002531- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002532 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002533 build: test
2534 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002535 src:
2536 - test/cpp/util/string_ref_test.cc
2537 deps:
2538 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002540 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002541 build: test
2542 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002543 src:
2544 - test/cpp/util/time_test.cc
2545 deps:
2546 - grpc_test_util
2547 - grpc++
2548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002549 - gpr_test_util
2550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002552 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002553 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554 build: test
2555 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002556 src:
2557 - test/cpp/end2end/end2end_test.cc
2558 deps:
2559 - grpc++_test_util
2560 - grpc_test_util
2561 - grpc++
2562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002563 - gpr_test_util
2564 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002565- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002566 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567 build: test
2568 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002569 src:
2570 - test/cpp/end2end/generic_end2end_test.cc
2571 deps:
2572 - grpc++_test_util
2573 - grpc_test_util
2574 - grpc++
2575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002576 - gpr_test_util
2577 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002578- name: golden_file_test
2579 gtest: true
2580 build: test
2581 language: c++
2582 src:
2583 - src/proto/grpc/testing/compiler_test.proto
2584 - test/cpp/codegen/golden_file_test.cc
2585 deps:
2586 - grpc++
2587 - grpc
2588 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002589- name: grpc_cli
2590 build: test
2591 run: false
2592 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002593 src:
2594 - test/cpp/util/grpc_cli.cc
2595 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002596 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002597 - grpc++_test_util
2598 - grpc_test_util
2599 - grpc++
2600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002601 - gpr_test_util
2602 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002603 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002604- name: grpc_cpp_plugin
2605 build: protoc
2606 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002607 src:
2608 - src/compiler/cpp_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: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2614- name: grpc_csharp_plugin
2615 build: protoc
2616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - src/compiler/csharp_plugin.cc
2619 deps:
2620 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002621 secure: false
2622 vs_config_type: Application
2623 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002624- name: grpc_node_plugin
2625 build: protoc
2626 language: c++
2627 src:
2628 - src/compiler/node_plugin.cc
2629 deps:
2630 - grpc_plugin_support
2631 secure: false
2632 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002633- name: grpc_objective_c_plugin
2634 build: protoc
2635 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002636 src:
2637 - src/compiler/objective_c_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: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2643- name: grpc_python_plugin
2644 build: protoc
2645 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002646 src:
2647 - src/compiler/python_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: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2653- name: grpc_ruby_plugin
2654 build: protoc
2655 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002656 src:
2657 - src/compiler/ruby_plugin.cc
2658 deps:
2659 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002660 secure: false
2661 vs_config_type: Application
2662 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002663- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002664 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002665 build: test
2666 language: c++
2667 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002668 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002669 - test/cpp/grpclb/grpclb_api_test.cc
2670 deps:
2671 - grpc++_test_util
2672 - grpc_test_util
2673 - grpc++
2674 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002675- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002676 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002677 build: test
2678 language: c++
2679 src:
2680 - test/cpp/end2end/hybrid_end2end_test.cc
2681 deps:
2682 - grpc++_test_util
2683 - grpc_test_util
2684 - grpc++
2685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002686 - gpr_test_util
2687 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002688- name: interop_client
2689 build: test
2690 run: false
2691 language: c++
2692 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002693 deps:
2694 - interop_client_main
2695 - interop_client_helper
2696 - grpc++_test_util
2697 - grpc_test_util
2698 - grpc++
2699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002700 - gpr_test_util
2701 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002702 - grpc++_test_config
2703 platforms:
2704 - mac
2705 - linux
2706 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002707- name: interop_server
2708 build: test
2709 run: false
2710 language: c++
2711 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002712 deps:
2713 - interop_server_main
2714 - interop_server_helper
2715 - grpc++_test_util
2716 - grpc_test_util
2717 - grpc++
2718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002719 - gpr_test_util
2720 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002721 - grpc++_test_config
2722 platforms:
2723 - mac
2724 - linux
2725 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002726- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002727 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728 build: test
2729 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002730 src:
2731 - test/cpp/interop/interop_test.cc
2732 deps:
2733 - grpc_test_util
2734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002735 - gpr_test_util
2736 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002737 platforms:
2738 - mac
2739 - linux
2740 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002741- name: json_run_localhost
2742 build: test
2743 run: false
2744 language: c++
2745 src:
2746 - test/cpp/qps/json_run_localhost.cc
2747 deps:
2748 - grpc++_test_util
2749 - grpc_test_util
2750 - grpc++
2751 - grpc
2752 - gpr_test_util
2753 - gpr
2754 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002755- name: metrics_client
2756 build: test
2757 run: false
2758 language: c++
2759 headers:
2760 - test/cpp/util/metrics_server.h
2761 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002762 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002763 - test/cpp/interop/metrics_client.cc
2764 deps:
2765 - grpc++
2766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002767 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002768 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002769- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002770 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002771 build: test
2772 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002773 src:
2774 - test/cpp/end2end/mock_test.cc
2775 deps:
2776 - grpc++_test_util
2777 - grpc_test_util
2778 - grpc++
2779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002780 - gpr_test_util
2781 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002782- name: qps_interarrival_test
2783 build: test
2784 run: false
2785 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002786 src:
2787 - test/cpp/qps/qps_interarrival_test.cc
2788 deps:
2789 - qps
2790 - grpc++_test_util
2791 - grpc_test_util
2792 - grpc++
2793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002794 - gpr_test_util
2795 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002796 platforms:
2797 - mac
2798 - linux
2799 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002800- name: qps_json_driver
2801 build: test
2802 run: false
2803 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002804 headers:
2805 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002806 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002807 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002808 - test/cpp/qps/qps_json_driver.cc
2809 deps:
2810 - qps
2811 - grpc++_test_util
2812 - grpc_test_util
2813 - grpc++
2814 - grpc
2815 - gpr_test_util
2816 - gpr
2817 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002818- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002819 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002820 build: test
2821 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002822 src:
2823 - test/cpp/qps/qps_openloop_test.cc
2824 deps:
2825 - qps
2826 - grpc++_test_util
2827 - grpc_test_util
2828 - grpc++
2829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002830 - gpr_test_util
2831 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002832 - grpc++_test_config
2833 platforms:
2834 - mac
2835 - linux
2836 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002837- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002838 build: test
2839 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002840 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002841 headers:
2842 - test/cpp/qps/client.h
2843 - test/cpp/qps/server.h
2844 src:
2845 - test/cpp/qps/worker.cc
2846 deps:
2847 - qps
2848 - grpc++_test_util
2849 - grpc_test_util
2850 - grpc++
2851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002852 - gpr_test_util
2853 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002854 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002855- name: reconnect_interop_client
2856 build: test
2857 run: false
2858 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002859 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002860 - src/proto/grpc/testing/empty.proto
2861 - src/proto/grpc/testing/messages.proto
2862 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002863 - test/cpp/interop/reconnect_interop_client.cc
2864 deps:
2865 - grpc++_test_util
2866 - grpc_test_util
2867 - grpc++
2868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002869 - gpr_test_util
2870 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002871 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002872- name: reconnect_interop_server
2873 build: test
2874 run: false
2875 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002876 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002877 - src/proto/grpc/testing/empty.proto
2878 - src/proto/grpc/testing/messages.proto
2879 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002880 - test/cpp/interop/reconnect_interop_server.cc
2881 deps:
2882 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002883 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002884 - grpc++_test_util
2885 - grpc_test_util
2886 - grpc++
2887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002888 - gpr_test_util
2889 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002890 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002891- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002892 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002893 build: test
2894 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002895 src:
2896 - test/cpp/common/secure_auth_context_test.cc
2897 deps:
2898 - grpc++_test_util
2899 - grpc_test_util
2900 - grpc++
2901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002902 - gpr_test_util
2903 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002904- name: secure_sync_unary_ping_pong_test
2905 build: test
2906 language: c++
2907 src:
2908 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2909 deps:
2910 - qps
2911 - grpc++_test_util
2912 - grpc_test_util
2913 - grpc++
2914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002915 - gpr_test_util
2916 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002917 platforms:
2918 - mac
2919 - linux
2920 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002921- name: server_builder_plugin_test
2922 gtest: true
2923 build: test
2924 language: c++
2925 src:
2926 - test/cpp/end2end/server_builder_plugin_test.cc
2927 deps:
2928 - grpc++_test_util
2929 - grpc_test_util
2930 - grpc++
2931 - grpc
2932 - gpr_test_util
2933 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002934- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002935 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002936 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002937 build: test
2938 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002939 src:
2940 - test/cpp/end2end/server_crash_test.cc
2941 deps:
2942 - grpc++_test_util
2943 - grpc_test_util
2944 - grpc++
2945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002946 - gpr_test_util
2947 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002948 platforms:
2949 - mac
2950 - linux
2951 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002952- name: server_crash_test_client
2953 build: test
2954 run: false
2955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002956 src:
2957 - test/cpp/end2end/server_crash_test_client.cc
2958 deps:
2959 - grpc++_test_util
2960 - grpc_test_util
2961 - grpc++
2962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002963 - gpr_test_util
2964 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002965- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002966 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002967 build: test
2968 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002969 src:
2970 - test/cpp/end2end/shutdown_test.cc
2971 deps:
2972 - grpc++_test_util
2973 - grpc_test_util
2974 - grpc++
2975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002976 - gpr_test_util
2977 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002978- name: status_test
2979 build: test
2980 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002981 src:
2982 - test/cpp/util/status_test.cc
2983 deps:
2984 - grpc_test_util
2985 - grpc++
2986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002987 - gpr_test_util
2988 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002989- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002990 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002991 build: test
2992 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002993 src:
2994 - test/cpp/end2end/streaming_throughput_test.cc
2995 deps:
2996 - grpc++_test_util
2997 - grpc_test_util
2998 - grpc++
2999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003000 - gpr_test_util
3001 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003002 platforms:
3003 - mac
3004 - linux
3005 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003006- name: stress_test
3007 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003008 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003009 language: c++
3010 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003011 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003012 - test/cpp/interop/interop_client.h
3013 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003014 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003015 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003016 - src/proto/grpc/testing/empty.proto
3017 - src/proto/grpc/testing/messages.proto
3018 - src/proto/grpc/testing/metrics.proto
3019 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003020 - test/cpp/interop/interop_client.cc
3021 - test/cpp/interop/stress_interop_client.cc
3022 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003023 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003024 deps:
3025 - grpc++_test_util
3026 - grpc_test_util
3027 - grpc++
3028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003029 - gpr_test_util
3030 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003031 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003032- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003033 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003034 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003035 build: test
3036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003037 src:
3038 - test/cpp/end2end/thread_stress_test.cc
3039 deps:
3040 - grpc++_test_util
3041 - grpc_test_util
3042 - grpc++
3043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003044 - gpr_test_util
3045 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003046- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003047 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003048 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003049 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003050 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003051 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003052 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003053 - test/cpp/end2end/zookeeper_test.cc
3054 deps:
3055 - grpc++_test_util
3056 - grpc_test_util
3057 - grpc++
3058 - grpc_zookeeper
3059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003060 - gpr_test_util
3061 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003062 external_deps:
3063 - zookeeper
3064 platforms:
3065 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003066- name: public_headers_must_be_c89
3067 build: test
3068 language: c89
3069 src:
3070 - test/core/surface/public_headers_must_be_c89.c
3071 deps:
3072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003074vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003075- linkage: static
3076 name: grpc.dependencies.zlib
3077 props: false
3078 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003079 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003080- linkage: static
3081 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003082 props: true
3083 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003084 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003085- name: gflags
3086 props: false
3087 redist: false
3088 version: 2.1.2.1
3089- name: gtest
3090 props: false
3091 redist: false
3092 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003093configs:
3094 asan:
3095 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003096 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3097 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003098 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003099 LD: clang
3100 LDFLAGS: -fsanitize=address
3101 LDXX: clang++
3102 compile_the_world: true
3103 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003104 ASAN_OPTIONS: detect_leaks=1:color=always
3105 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003106 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003107 asan-noleaks:
3108 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003109 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3110 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003111 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003112 LD: clang
3113 LDFLAGS: -fsanitize=address
3114 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003115 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003116 test_environ:
3117 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003118 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003119 asan-trace-cmp:
3120 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003121 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3122 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003123 CXX: clang++
3124 LD: clang
3125 LDFLAGS: -fsanitize=address
3126 LDXX: clang++
3127 compile_the_world: true
3128 test_environ:
3129 ASAN_OPTIONS: detect_leaks=1:color=always
3130 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3131 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003132 basicprof:
3133 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3134 DEFINES: NDEBUG
3135 dbg:
3136 CPPFLAGS: -O0
3137 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003138 easan:
3139 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003140 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3141 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003142 CXX: clang++
3143 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3144 LD: clang
3145 LDFLAGS: -fsanitize=address
3146 LDXX: clang++
3147 compile_the_world: true
3148 test_environ:
3149 ASAN_OPTIONS: detect_leaks=1:color=always
3150 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3151 timeout_multiplier: 3
3152 edbg:
3153 CPPFLAGS: -O0
3154 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3155 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003156 CC: clang
3157 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003158 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003159 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003160 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003161 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003162 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003163 LDXX: clang++
3164 compile_the_world: true
3165 test_environ:
3166 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3167 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003168 gcov:
3169 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003170 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003171 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003172 DEFINES: _DEBUG DEBUG GPR_GCOV
3173 LD: gcc
3174 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3175 LDXX: g++
3176 helgrind:
3177 CPPFLAGS: -O0
3178 DEFINES: _DEBUG DEBUG
3179 LDFLAGS: -rdynamic
3180 timeout_multiplier: 20
3181 valgrind: --tool=helgrind
3182 memcheck:
3183 CPPFLAGS: -O0
3184 DEFINES: _DEBUG DEBUG
3185 LDFLAGS: -rdynamic
3186 timeout_multiplier: 10
3187 valgrind: --tool=memcheck --leak-check=full
3188 msan:
3189 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003190 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3191 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3192 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003193 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003194 DEFINES: NDEBUG
3195 LD: clang
3196 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3197 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3198 LDXX: clang++
3199 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003200 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003201 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003202 CPPFLAGS: -O3 -fno-omit-frame-pointer
3203 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003204 LDFLAGS: -rdynamic
3205 opt:
3206 CPPFLAGS: -O2
3207 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003208 stapprof:
3209 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3210 DEFINES: NDEBUG
3211 tsan:
3212 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003213 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003214 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003215 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003216 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003217 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003218 LDXX: clang++
3219 compile_the_world: true
3220 test_environ:
3221 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003222 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003223 ubsan:
3224 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003225 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3226 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003227 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003228 DEFINES: NDEBUG
3229 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003230 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003231 LDXX: clang++
3232 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003233 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003234 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003235 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003236defaults:
3237 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003238 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003239 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003240 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003241 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003242 global:
3243 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3244 LDFLAGS: -g
3245 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003246 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003247 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003248node_modules:
3249- deps:
3250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003251 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003252 - boringssl
3253 - z
murgatroid9994a75412015-11-19 14:04:53 -08003254 headers:
3255 - src/node/ext/byte_buffer.h
3256 - src/node/ext/call.h
3257 - src/node/ext/call_credentials.h
3258 - src/node/ext/channel.h
3259 - src/node/ext/channel_credentials.h
3260 - src/node/ext/completion_queue_async_worker.h
3261 - src/node/ext/server.h
3262 - src/node/ext/server_credentials.h
3263 - src/node/ext/timeval.h
3264 js:
3265 - src/node/index.js
3266 - src/node/src/client.js
3267 - src/node/src/common.js
3268 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003269 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003270 - src/node/src/metadata.js
3271 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003272 name: grpc_node
3273 src:
3274 - src/node/ext/byte_buffer.cc
3275 - src/node/ext/call.cc
3276 - src/node/ext/call_credentials.cc
3277 - src/node/ext/channel.cc
3278 - src/node/ext/channel_credentials.cc
3279 - src/node/ext/completion_queue_async_worker.cc
3280 - src/node/ext/node_grpc.cc
3281 - src/node/ext/server.cc
3282 - src/node/ext/server_credentials.cc
3283 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003284openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003285 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003286 extraction_dir: openssl-1.0.2f
3287 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003288php_config_m4:
3289 deps:
3290 - grpc
3291 - gpr
3292 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003293 headers:
3294 - src/php/ext/grpc/byte_buffer.h
3295 - src/php/ext/grpc/call.h
3296 - src/php/ext/grpc/call_credentials.h
3297 - src/php/ext/grpc/channel.h
3298 - src/php/ext/grpc/channel_credentials.h
3299 - src/php/ext/grpc/completion_queue.h
3300 - src/php/ext/grpc/php_grpc.h
3301 - src/php/ext/grpc/server.h
3302 - src/php/ext/grpc/server_credentials.h
3303 - src/php/ext/grpc/timeval.h
3304 src:
3305 - src/php/ext/grpc/byte_buffer.c
3306 - src/php/ext/grpc/call.c
3307 - src/php/ext/grpc/call_credentials.c
3308 - src/php/ext/grpc/channel.c
3309 - src/php/ext/grpc/channel_credentials.c
3310 - src/php/ext/grpc/completion_queue.c
3311 - src/php/ext/grpc/php_grpc.c
3312 - src/php/ext/grpc/server.c
3313 - src/php/ext/grpc/server_credentials.c
3314 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003315python_dependencies:
3316 deps:
3317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003318 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003319 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003320 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003321ruby_gem:
3322 deps:
3323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003325 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003326 - z