blob: 84f4ea521be768ea300e220fce10930c8cddb58a [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble16caa502016-05-06 03:02:51 +020010 version: 0.15.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070019 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/mlog.h
22 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070023 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070025 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070026 - src/core/ext/census/grpc_context.c
27 - src/core/ext/census/grpc_filter.c
28 - src/core/ext/census/grpc_plugin.c
29 - src/core/ext/census/initialize.c
30 - src/core/ext/census/mlog.c
31 - src/core/ext/census/operation.c
32 - src/core/ext/census/placeholders.c
33 - src/core/ext/census/tracing.c
34 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070035 uses:
36 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070037 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070038- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010039 public_headers:
40 - include/grpc/support/alloc.h
41 - include/grpc/support/atm.h
42 - include/grpc/support/atm_gcc_atomic.h
43 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070044 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010045 - include/grpc/support/avl.h
46 - include/grpc/support/cmdline.h
47 - include/grpc/support/cpu.h
48 - include/grpc/support/histogram.h
49 - include/grpc/support/host_port.h
50 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070051 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010052 - include/grpc/support/port_platform.h
53 - include/grpc/support/slice.h
54 - include/grpc/support/slice_buffer.h
55 - include/grpc/support/string_util.h
56 - include/grpc/support/subprocess.h
57 - include/grpc/support/sync.h
58 - include/grpc/support/sync_generic.h
59 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070060 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010061 - include/grpc/support/thd.h
62 - include/grpc/support/time.h
63 - include/grpc/support/tls.h
64 - include/grpc/support/tls_gcc.h
65 - include/grpc/support/tls_msvc.h
66 - include/grpc/support/tls_pthread.h
67 - include/grpc/support/useful.h
68 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070069 - src/core/lib/profiling/timers.h
70 - src/core/lib/support/backoff.h
71 - src/core/lib/support/block_annotate.h
72 - src/core/lib/support/env.h
73 - src/core/lib/support/load_file.h
74 - src/core/lib/support/murmur_hash.h
75 - src/core/lib/support/stack_lockfree.h
76 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070077 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070078 - src/core/lib/support/thd_internal.h
79 - src/core/lib/support/time_precise.h
80 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010081 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/basic_timers.c
83 - src/core/lib/profiling/stap_timers.c
84 - src/core/lib/support/alloc.c
85 - src/core/lib/support/avl.c
86 - src/core/lib/support/backoff.c
87 - src/core/lib/support/cmdline.c
88 - src/core/lib/support/cpu_iphone.c
89 - src/core/lib/support/cpu_linux.c
90 - src/core/lib/support/cpu_posix.c
91 - src/core/lib/support/cpu_windows.c
92 - src/core/lib/support/env_linux.c
93 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070094 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/histogram.c
96 - src/core/lib/support/host_port.c
97 - src/core/lib/support/load_file.c
98 - src/core/lib/support/log.c
99 - src/core/lib/support/log_android.c
100 - src/core/lib/support/log_linux.c
101 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700102 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700103 - src/core/lib/support/murmur_hash.c
104 - src/core/lib/support/slice.c
105 - src/core/lib/support/slice_buffer.c
106 - src/core/lib/support/stack_lockfree.c
107 - src/core/lib/support/string.c
108 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700109 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700110 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700111 - src/core/lib/support/subprocess_posix.c
112 - src/core/lib/support/subprocess_windows.c
113 - src/core/lib/support/sync.c
114 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700115 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/thd.c
117 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700118 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700119 - src/core/lib/support/time.c
120 - src/core/lib/support/time_posix.c
121 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700122 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200124 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700128 uses:
129 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800130- name: gpr_codegen
131 public_headers:
132 - include/grpc/impl/codegen/alloc.h
133 - include/grpc/impl/codegen/atm.h
134 - include/grpc/impl/codegen/atm_gcc_atomic.h
135 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700136 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800137 - include/grpc/impl/codegen/log.h
138 - include/grpc/impl/codegen/port_platform.h
139 - include/grpc/impl/codegen/slice.h
140 - include/grpc/impl/codegen/slice_buffer.h
141 - include/grpc/impl/codegen/sync.h
142 - include/grpc/impl/codegen/sync_generic.h
143 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700144 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800145 - include/grpc/impl/codegen/time.h
yang-g34b58612016-06-03 17:30:09 -0700146- name: grpc++_codegen_base_src
147 src:
148 - src/cpp/codegen/codegen_init.cc
149 uses:
150 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700151- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700152 public_headers:
153 - include/grpc/byte_buffer.h
154 - include/grpc/byte_buffer_reader.h
155 - include/grpc/compression.h
156 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700157 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700158 - include/grpc/status.h
159 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700160 - src/core/lib/channel/channel_args.h
161 - src/core/lib/channel/channel_stack.h
162 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700163 - src/core/lib/channel/compress_filter.h
164 - src/core/lib/channel/connected_channel.h
165 - src/core/lib/channel/context.h
166 - src/core/lib/channel/http_client_filter.h
167 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700168 - src/core/lib/compression/algorithm_metadata.h
169 - src/core/lib/compression/message_compress.h
170 - src/core/lib/debug/trace.h
171 - src/core/lib/http/format_request.h
172 - src/core/lib/http/httpcli.h
173 - src/core/lib/http/parser.h
174 - src/core/lib/iomgr/closure.h
175 - src/core/lib/iomgr/endpoint.h
176 - src/core/lib/iomgr/endpoint_pair.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700177 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller8a034482016-03-28 16:09:04 -0700178 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700179 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700180 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700181 - src/core/lib/iomgr/exec_ctx.h
182 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700183 - src/core/lib/iomgr/iocp_windows.h
184 - src/core/lib/iomgr/iomgr.h
185 - src/core/lib/iomgr/iomgr_internal.h
186 - src/core/lib/iomgr/iomgr_posix.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700187 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700190 - src/core/lib/iomgr/pollset_set_windows.h
191 - src/core/lib/iomgr/pollset_windows.h
192 - src/core/lib/iomgr/resolve_address.h
193 - src/core/lib/iomgr/sockaddr.h
194 - src/core/lib/iomgr/sockaddr_posix.h
195 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700196 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/socket_utils_posix.h
198 - src/core/lib/iomgr/socket_windows.h
199 - src/core/lib/iomgr/tcp_client.h
200 - src/core/lib/iomgr/tcp_posix.h
201 - src/core/lib/iomgr/tcp_server.h
202 - src/core/lib/iomgr/tcp_windows.h
203 - src/core/lib/iomgr/time_averaged_stats.h
204 - src/core/lib/iomgr/timer.h
205 - src/core/lib/iomgr/timer_heap.h
206 - src/core/lib/iomgr/udp_server.h
207 - src/core/lib/iomgr/unix_sockets_posix.h
208 - src/core/lib/iomgr/wakeup_fd_pipe.h
209 - src/core/lib/iomgr/wakeup_fd_posix.h
210 - src/core/lib/iomgr/workqueue.h
211 - src/core/lib/iomgr/workqueue_posix.h
212 - src/core/lib/iomgr/workqueue_windows.h
213 - src/core/lib/json/json.h
214 - src/core/lib/json/json_common.h
215 - src/core/lib/json/json_reader.h
216 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/surface/api_trace.h
218 - src/core/lib/surface/call.h
219 - src/core/lib/surface/call_test_only.h
220 - src/core/lib/surface/channel.h
221 - src/core/lib/surface/channel_init.h
222 - src/core/lib/surface/channel_stack_type.h
223 - src/core/lib/surface/completion_queue.h
224 - src/core/lib/surface/event_string.h
225 - src/core/lib/surface/init.h
226 - src/core/lib/surface/lame_client.h
227 - src/core/lib/surface/server.h
228 - src/core/lib/surface/surface_trace.h
229 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/transport/connectivity_state.h
231 - src/core/lib/transport/metadata.h
232 - src/core/lib/transport/metadata_batch.h
233 - src/core/lib/transport/static_metadata.h
234 - src/core/lib/transport/transport.h
235 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700236 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/channel/channel_args.c
238 - src/core/lib/channel/channel_stack.c
239 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/channel/compress_filter.c
241 - src/core/lib/channel/connected_channel.c
242 - src/core/lib/channel/http_client_filter.c
243 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700244 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/compression/message_compress.c
246 - src/core/lib/debug/trace.c
247 - src/core/lib/http/format_request.c
248 - src/core/lib/http/httpcli.c
249 - src/core/lib/http/parser.c
250 - src/core/lib/iomgr/closure.c
251 - src/core/lib/iomgr/endpoint.c
252 - src/core/lib/iomgr/endpoint_pair_posix.c
253 - src/core/lib/iomgr/endpoint_pair_windows.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700254 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller8a034482016-03-28 16:09:04 -0700255 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700256 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700257 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/iomgr/exec_ctx.c
259 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/iomgr/iocp_windows.c
261 - src/core/lib/iomgr/iomgr.c
262 - src/core/lib/iomgr/iomgr_posix.c
263 - src/core/lib/iomgr/iomgr_windows.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700264 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/iomgr/pollset_set_windows.c
266 - src/core/lib/iomgr/pollset_windows.c
267 - src/core/lib/iomgr/resolve_address_posix.c
268 - src/core/lib/iomgr/resolve_address_windows.c
269 - src/core/lib/iomgr/sockaddr_utils.c
270 - src/core/lib/iomgr/socket_utils_common_posix.c
271 - src/core/lib/iomgr/socket_utils_linux.c
272 - src/core/lib/iomgr/socket_utils_posix.c
273 - src/core/lib/iomgr/socket_windows.c
274 - src/core/lib/iomgr/tcp_client_posix.c
275 - src/core/lib/iomgr/tcp_client_windows.c
276 - src/core/lib/iomgr/tcp_posix.c
277 - src/core/lib/iomgr/tcp_server_posix.c
278 - src/core/lib/iomgr/tcp_server_windows.c
279 - src/core/lib/iomgr/tcp_windows.c
280 - src/core/lib/iomgr/time_averaged_stats.c
281 - src/core/lib/iomgr/timer.c
282 - src/core/lib/iomgr/timer_heap.c
283 - src/core/lib/iomgr/udp_server.c
284 - src/core/lib/iomgr/unix_sockets_posix.c
285 - src/core/lib/iomgr/unix_sockets_posix_noop.c
286 - src/core/lib/iomgr/wakeup_fd_eventfd.c
287 - src/core/lib/iomgr/wakeup_fd_nospecial.c
288 - src/core/lib/iomgr/wakeup_fd_pipe.c
289 - src/core/lib/iomgr/wakeup_fd_posix.c
290 - src/core/lib/iomgr/workqueue_posix.c
291 - src/core/lib/iomgr/workqueue_windows.c
292 - src/core/lib/json/json.c
293 - src/core/lib/json/json_reader.c
294 - src/core/lib/json/json_string.c
295 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/surface/alarm.c
297 - src/core/lib/surface/api_trace.c
298 - src/core/lib/surface/byte_buffer.c
299 - src/core/lib/surface/byte_buffer_reader.c
300 - src/core/lib/surface/call.c
301 - src/core/lib/surface/call_details.c
302 - src/core/lib/surface/call_log_batch.c
303 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/surface/channel_init.c
305 - src/core/lib/surface/channel_ping.c
306 - src/core/lib/surface/channel_stack_type.c
307 - src/core/lib/surface/completion_queue.c
308 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/surface/lame_client.c
310 - src/core/lib/surface/metadata_array.c
311 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/surface/validate_metadata.c
313 - src/core/lib/surface/version.c
314 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/transport/connectivity_state.c
316 - src/core/lib/transport/metadata.c
317 - src/core/lib/transport/metadata_batch.c
318 - src/core/lib/transport/static_metadata.c
319 - src/core/lib/transport/transport.c
320 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700321 deps:
322 - gpr
323 uses:
324 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700325- name: grpc_client_config
326 headers:
327 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700328 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700329 - src/core/ext/client_config/client_config.h
330 - src/core/ext/client_config/connector.h
331 - src/core/ext/client_config/initial_connect_string.h
332 - src/core/ext/client_config/lb_policy.h
333 - src/core/ext/client_config/lb_policy_factory.h
334 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700335 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700336 - src/core/ext/client_config/resolver.h
337 - src/core/ext/client_config/resolver_factory.h
338 - src/core/ext/client_config/resolver_registry.h
339 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700340 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700341 - src/core/ext/client_config/subchannel_index.h
342 - src/core/ext/client_config/uri_parser.h
343 src:
344 - src/core/ext/client_config/channel_connectivity.c
345 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700346 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700347 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700348 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700349 - src/core/ext/client_config/connector.c
350 - src/core/ext/client_config/default_initial_connect_string.c
351 - src/core/ext/client_config/initial_connect_string.c
352 - src/core/ext/client_config/lb_policy.c
353 - src/core/ext/client_config/lb_policy_factory.c
354 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700355 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700356 - src/core/ext/client_config/resolver.c
357 - src/core/ext/client_config/resolver_factory.c
358 - src/core/ext/client_config/resolver_registry.c
359 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700360 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700361 - src/core/ext/client_config/subchannel_index.c
362 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700363 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700364 uses:
365 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800366- name: grpc_codegen
367 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800368 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700369 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800370 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800371 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800372 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800373 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800374 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700375 uses:
376 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700377- name: grpc_lb_policy_grpclb
378 headers:
379 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700380 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700381 src:
382 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700383 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700384 uses:
385 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700386 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700387 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700388- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700389 src:
390 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700391 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700392 uses:
393 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700394 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700395- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700396 src:
397 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700398 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700399 uses:
400 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700401 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700402- name: grpc_load_reporting
403 headers:
404 - src/core/ext/load_reporting/load_reporting.h
405 - src/core/ext/load_reporting/load_reporting_filter.h
406 src:
407 - src/core/ext/load_reporting/load_reporting.c
408 - src/core/ext/load_reporting/load_reporting_filter.c
409 plugin: grpc_load_reporting_plugin
410 uses:
411 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700412- name: grpc_resolver_dns_native
413 src:
414 - src/core/ext/resolver/dns/native/dns_resolver.c
415 plugin: grpc_resolver_dns_native
416 uses:
417 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700418 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700419- name: grpc_resolver_sockaddr
420 src:
421 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
422 plugin: grpc_resolver_sockaddr
423 uses:
424 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700425 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100426- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700427 public_headers:
428 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700429 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100430 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700431 - src/core/lib/security/context/security_context.h
432 - src/core/lib/security/credentials/composite/composite_credentials.h
433 - src/core/lib/security/credentials/credentials.h
434 - src/core/lib/security/credentials/fake/fake_credentials.h
435 - src/core/lib/security/credentials/google_default/google_default_credentials.h
436 - src/core/lib/security/credentials/iam/iam_credentials.h
437 - src/core/lib/security/credentials/jwt/json_token.h
438 - src/core/lib/security/credentials/jwt/jwt_credentials.h
439 - src/core/lib/security/credentials/jwt/jwt_verifier.h
440 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
441 - src/core/lib/security/credentials/plugin/plugin_credentials.h
442 - src/core/lib/security/credentials/ssl/ssl_credentials.h
443 - src/core/lib/security/transport/auth_filters.h
444 - src/core/lib/security/transport/handshake.h
445 - src/core/lib/security/transport/secure_endpoint.h
446 - src/core/lib/security/transport/security_connector.h
447 - src/core/lib/security/util/b64.h
448 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100449 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700450 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700451 - src/core/lib/security/context/security_context.c
452 - src/core/lib/security/credentials/composite/composite_credentials.c
453 - src/core/lib/security/credentials/credentials.c
454 - src/core/lib/security/credentials/credentials_metadata.c
455 - src/core/lib/security/credentials/fake/fake_credentials.c
456 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700457 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700458 - src/core/lib/security/credentials/google_default/google_default_credentials.c
459 - src/core/lib/security/credentials/iam/iam_credentials.c
460 - src/core/lib/security/credentials/jwt/json_token.c
461 - src/core/lib/security/credentials/jwt/jwt_credentials.c
462 - src/core/lib/security/credentials/jwt/jwt_verifier.c
463 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
464 - src/core/lib/security/credentials/plugin/plugin_credentials.c
465 - src/core/lib/security/credentials/ssl/ssl_credentials.c
466 - src/core/lib/security/transport/client_auth_filter.c
467 - src/core/lib/security/transport/handshake.c
468 - src/core/lib/security/transport/secure_endpoint.c
469 - src/core/lib/security/transport/security_connector.c
470 - src/core/lib/security/transport/server_auth_filter.c
471 - src/core/lib/security/util/b64.c
472 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700473 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700474 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700475 uses:
476 - grpc_base
477 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700478 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700479- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700480 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700481 headers:
482 - test/core/end2end/cq_verifier.h
483 - test/core/end2end/fixtures/proxy.h
484 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700485 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200486 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700487 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700488 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700489 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700490 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700491 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700492 - test/core/util/slice_splitter.h
493 src:
494 - test/core/end2end/cq_verifier.c
495 - test/core/end2end/fixtures/proxy.c
496 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700497 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200498 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700499 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700500 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700501 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700502 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700503 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700504 - test/core/util/port_windows.c
505 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700506 deps:
507 - grpc
508 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700509- name: grpc_transport_chttp2
510 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700511 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700512 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700513 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
514 - src/core/ext/transport/chttp2/transport/frame.h
515 - src/core/ext/transport/chttp2/transport/frame_data.h
516 - src/core/ext/transport/chttp2/transport/frame_goaway.h
517 - src/core/ext/transport/chttp2/transport/frame_ping.h
518 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
519 - src/core/ext/transport/chttp2/transport/frame_settings.h
520 - src/core/ext/transport/chttp2/transport/frame_window_update.h
521 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
522 - src/core/ext/transport/chttp2/transport/hpack_parser.h
523 - src/core/ext/transport/chttp2/transport/hpack_table.h
524 - src/core/ext/transport/chttp2/transport/http2_errors.h
525 - src/core/ext/transport/chttp2/transport/huffsyms.h
526 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
527 - src/core/ext/transport/chttp2/transport/internal.h
528 - src/core/ext/transport/chttp2/transport/status_conversion.h
529 - src/core/ext/transport/chttp2/transport/stream_map.h
530 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
531 - src/core/ext/transport/chttp2/transport/varint.h
532 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700533 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700534 - src/core/ext/transport/chttp2/transport/bin_encoder.c
535 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700536 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
537 - src/core/ext/transport/chttp2/transport/frame_data.c
538 - src/core/ext/transport/chttp2/transport/frame_goaway.c
539 - src/core/ext/transport/chttp2/transport/frame_ping.c
540 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
541 - src/core/ext/transport/chttp2/transport/frame_settings.c
542 - src/core/ext/transport/chttp2/transport/frame_window_update.c
543 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
544 - src/core/ext/transport/chttp2/transport/hpack_parser.c
545 - src/core/ext/transport/chttp2/transport/hpack_table.c
546 - src/core/ext/transport/chttp2/transport/huffsyms.c
547 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
548 - src/core/ext/transport/chttp2/transport/parsing.c
549 - src/core/ext/transport/chttp2/transport/status_conversion.c
550 - src/core/ext/transport/chttp2/transport/stream_lists.c
551 - src/core/ext/transport/chttp2/transport/stream_map.c
552 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
553 - src/core/ext/transport/chttp2/transport/varint.c
554 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700555 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700556 uses:
557 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700558 - grpc_transport_chttp2_alpn
559- name: grpc_transport_chttp2_alpn
560 headers:
561 - src/core/ext/transport/chttp2/alpn/alpn.h
562 src:
563 - src/core/ext/transport/chttp2/alpn/alpn.c
564 deps:
565 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700566- name: grpc_transport_chttp2_client_insecure
567 src:
568 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700569 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700570 uses:
571 - grpc_transport_chttp2
572 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700573 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700574- name: grpc_transport_chttp2_client_secure
575 src:
576 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700577 uses:
578 - grpc_transport_chttp2
579 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700580 - grpc_client_config
581 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700582- name: grpc_transport_chttp2_server_insecure
583 src:
584 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700585 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700586 uses:
587 - grpc_transport_chttp2
588 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700589- name: grpc_transport_chttp2_server_secure
590 src:
591 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700592 uses:
593 - grpc_transport_chttp2
594 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700595 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700596- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700597 public_headers:
598 - include/grpc/grpc_cronet.h
599 - include/grpc/grpc_security.h
600 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700601 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700602 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
603 src:
604 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
605 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
606 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700607 filegroups:
608 - grpc_base
609 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800610- name: nanopb
611 headers:
612 - third_party/nanopb/pb.h
613 - third_party/nanopb/pb_common.h
614 - third_party/nanopb/pb_decode.h
615 - third_party/nanopb/pb_encode.h
616 src:
617 - third_party/nanopb/pb_common.c
618 - third_party/nanopb/pb_decode.c
619 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700620- name: tsi
621 headers:
622 - src/core/lib/tsi/fake_transport_security.h
623 - src/core/lib/tsi/ssl_transport_security.h
624 - src/core/lib/tsi/ssl_types.h
625 - src/core/lib/tsi/transport_security.h
626 - src/core/lib/tsi/transport_security_interface.h
627 src:
628 - src/core/lib/tsi/fake_transport_security.c
629 - src/core/lib/tsi/ssl_transport_security.c
630 - src/core/lib/tsi/transport_security.c
631 deps:
632 - gpr
633 secure: true
634- name: grpc++_base
635 language: c++
636 public_headers:
637 - include/grpc++/alarm.h
638 - include/grpc++/channel.h
639 - include/grpc++/client_context.h
640 - include/grpc++/completion_queue.h
641 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700642 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700643 - include/grpc++/generic/async_generic_service.h
644 - include/grpc++/generic/generic_stub.h
645 - include/grpc++/grpc++.h
646 - include/grpc++/impl/call.h
647 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700648 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700649 - include/grpc++/impl/grpc_library.h
650 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700651 - include/grpc++/impl/rpc_method.h
652 - include/grpc++/impl/rpc_service_method.h
653 - include/grpc++/impl/serialization_traits.h
654 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700655 - include/grpc++/impl/server_builder_plugin.h
656 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700657 - include/grpc++/impl/service_type.h
658 - include/grpc++/impl/sync.h
659 - include/grpc++/impl/sync_cxx11.h
660 - include/grpc++/impl/sync_no_cxx11.h
661 - include/grpc++/impl/thd.h
662 - include/grpc++/impl/thd_cxx11.h
663 - include/grpc++/impl/thd_no_cxx11.h
664 - include/grpc++/security/auth_context.h
665 - include/grpc++/security/auth_metadata_processor.h
666 - include/grpc++/security/credentials.h
667 - include/grpc++/security/server_credentials.h
668 - include/grpc++/server.h
669 - include/grpc++/server_builder.h
670 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700671 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700672 - include/grpc++/support/async_stream.h
673 - include/grpc++/support/async_unary_call.h
674 - include/grpc++/support/byte_buffer.h
675 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700676 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700677 - include/grpc++/support/slice.h
678 - include/grpc++/support/status.h
679 - include/grpc++/support/status_code_enum.h
680 - include/grpc++/support/string_ref.h
681 - include/grpc++/support/stub_options.h
682 - include/grpc++/support/sync_stream.h
683 - include/grpc++/support/time.h
684 headers:
685 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700686 - src/cpp/server/dynamic_thread_pool.h
687 - src/cpp/server/thread_pool_interface.h
688 src:
689 - src/cpp/client/channel.cc
690 - src/cpp/client/client_context.cc
691 - src/cpp/client/create_channel.cc
692 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700693 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700694 - src/cpp/client/credentials.cc
695 - src/cpp/client/generic_stub.cc
696 - src/cpp/client/insecure_credentials.cc
697 - src/cpp/common/channel_arguments.cc
698 - src/cpp/common/completion_queue.cc
699 - src/cpp/common/core_codegen.cc
700 - src/cpp/common/rpc_method.cc
701 - src/cpp/server/async_generic_service.cc
702 - src/cpp/server/create_default_thread_pool.cc
703 - src/cpp/server/dynamic_thread_pool.cc
704 - src/cpp/server/insecure_server_credentials.cc
705 - src/cpp/server/server.cc
706 - src/cpp/server/server_builder.cc
707 - src/cpp/server/server_context.cc
708 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700709 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700710 - src/cpp/util/byte_buffer.cc
711 - src/cpp/util/slice.cc
712 - src/cpp/util/status.cc
713 - src/cpp/util/string_ref.cc
714 - src/cpp/util/time.cc
715 deps:
716 - grpc
717 uses:
yang-g17487f92016-06-03 15:21:15 -0700718 - grpc++_codegen_base
719- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700720 language: c++
721 public_headers:
722 - include/grpc++/impl/codegen/async_stream.h
723 - include/grpc++/impl/codegen/async_unary_call.h
724 - include/grpc++/impl/codegen/call.h
725 - include/grpc++/impl/codegen/call_hook.h
726 - include/grpc++/impl/codegen/channel_interface.h
727 - include/grpc++/impl/codegen/client_context.h
728 - include/grpc++/impl/codegen/client_unary_call.h
729 - include/grpc++/impl/codegen/completion_queue.h
730 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700731 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700732 - include/grpc++/impl/codegen/core_codegen_interface.h
733 - include/grpc++/impl/codegen/create_auth_context.h
734 - include/grpc++/impl/codegen/grpc_library.h
735 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700736 - include/grpc++/impl/codegen/rpc_method.h
737 - include/grpc++/impl/codegen/rpc_service_method.h
738 - include/grpc++/impl/codegen/security/auth_context.h
739 - include/grpc++/impl/codegen/serialization_traits.h
740 - include/grpc++/impl/codegen/server_context.h
741 - include/grpc++/impl/codegen/server_interface.h
742 - include/grpc++/impl/codegen/service_type.h
743 - include/grpc++/impl/codegen/status.h
744 - include/grpc++/impl/codegen/status_code_enum.h
745 - include/grpc++/impl/codegen/string_ref.h
746 - include/grpc++/impl/codegen/stub_options.h
747 - include/grpc++/impl/codegen/sync.h
748 - include/grpc++/impl/codegen/sync_cxx11.h
749 - include/grpc++/impl/codegen/sync_no_cxx11.h
750 - include/grpc++/impl/codegen/sync_stream.h
751 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700752 uses:
753 - grpc_codegen
yang-g17487f92016-06-03 15:21:15 -0700754- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700755 language: c++
756 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700757 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700758 uses:
yang-g17487f92016-06-03 15:21:15 -0700759 - grpc++_codegen_base
760 - grpc++_config_proto
761- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700762 language: c++
763 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700764 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100765libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800766- name: gpr
767 build: all
768 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800769 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700770 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800771 secure: false
772 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
773- name: gpr_test_util
774 build: private
775 language: c
776 headers:
777 - test/core/util/test_config.h
778 src:
779 - test/core/util/test_config.c
780 deps:
781 - gpr
782 secure: false
783 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700784- name: grpc
785 build: all
786 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700787 src:
788 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700789 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800790 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700791 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700792 filegroups:
793 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700794 - grpc_transport_chttp2_server_secure
795 - grpc_transport_chttp2_client_secure
796 - grpc_transport_chttp2_server_insecure
797 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700798 - grpc_lb_policy_grpclb
799 - grpc_lb_policy_pick_first
800 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700801 - grpc_resolver_dns_native
802 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700803 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100804 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700805 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700806 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700807 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700808 vs_packages:
809 - grpc.dependencies.openssl
810 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700811 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700812- name: grpc_cronet
813 build: all
814 language: c
815 src:
816 - src/core/lib/surface/init.c
817 baselib: true
818 deps_linkage: static
819 dll: true
820 filegroups:
821 - grpc_base
822 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700823 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700824 generate_plugin_registry: true
825 platforms:
826 - linux
827 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100828- name: grpc_dll
829 build: private
830 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100831 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100832 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100833 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100834 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100835 build_system:
836 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100837 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100838 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100839 vs_config_type: DynamicLibrary
840 vs_packages:
841 - grpc.dependencies.openssl
842 - grpc.dependencies.zlib
843 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
844 vs_props:
845 - zlib
846 - openssl
847 - winsock
848 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700849- name: grpc_test_util
850 build: private
851 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700852 headers:
853 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800854 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700855 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700856 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700857 - test/core/end2end/data/server1_cert.c
858 - test/core/end2end/data/server1_key.c
859 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800860 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700861 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800862 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800863 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700864 - grpc
865 filegroups:
866 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700867 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
868- name: grpc_test_util_unsecure
869 build: private
870 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700871 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800872 - gpr
873 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800874 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700875 filegroups:
876 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700877 secure: false
878 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
879- name: grpc_unsecure
880 build: all
881 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700882 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700884 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700885 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800886 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700887 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700888 filegroups:
889 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700890 - grpc_transport_chttp2_server_insecure
891 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700892 - grpc_resolver_dns_native
893 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700894 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700895 - grpc_lb_policy_grpclb
896 - grpc_lb_policy_pick_first
897 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700898 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700899 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700900 secure: false
901 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
902- name: grpc_zookeeper
903 build: all
904 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700905 public_headers:
906 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700907 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700908 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700909 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800910 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700911 - grpc
912 external_deps:
913 - zookeeper
914 platforms:
915 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700916 secure: false
917- name: reconnect_server
918 build: private
919 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700920 headers:
921 - test/core/util/reconnect_server.h
922 src:
923 - test/core/util/reconnect_server.c
924 deps:
yang-gc9fca182015-11-06 16:41:33 -0800925 - test_tcp_server
926 - grpc_test_util
927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800928 - gpr_test_util
929 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800930- name: test_tcp_server
931 build: private
932 language: c
933 headers:
934 - test/core/util/test_tcp_server.h
935 src:
936 - test/core/util/test_tcp_server.c
937 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700938 - grpc_test_util
939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800940 - gpr_test_util
941 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700942- name: grpc++
943 build: all
944 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700945 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700946 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700947 - src/cpp/client/secure_credentials.h
948 - src/cpp/common/secure_auth_context.h
949 - src/cpp/server/secure_server_credentials.h
950 src:
Craig Tiller25834342015-09-25 08:08:24 -0700951 - src/cpp/client/secure_credentials.cc
952 - src/cpp/common/auth_property_iterator.cc
953 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800954 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700955 - src/cpp/common/secure_create_auth_context.cc
956 - src/cpp/server/secure_server_credentials.cc
957 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700958 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700959 baselib: true
960 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700961 filegroups:
962 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700963 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700964 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700965 secure: check
966 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700967- name: grpc++_reflection
968 build: all
969 language: c++
970 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700971 - include/grpc++/ext/proto_server_reflection_plugin.h
972 - include/grpc++/ext/reflection.grpc.pb.h
973 - include/grpc++/ext/reflection.pb.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700974 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700975 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700976 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700977 - src/cpp/ext/proto_server_reflection.cc
978 - src/cpp/ext/proto_server_reflection_plugin.cc
979 - src/cpp/ext/reflection.grpc.pb.cc
980 - src/cpp/ext/reflection.pb.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700981 deps:
982 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -0700983 filegroups:
984 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700985- name: grpc++_test_config
986 build: private
987 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700988 headers:
989 - test/cpp/util/test_config.h
990 src:
991 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700992- name: grpc++_test_util
993 build: private
994 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700995 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800996 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800997 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700998 - test/cpp/util/create_test_channel.h
999 - test/cpp/util/string_ref_helper.h
1000 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001001 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001002 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001003 - src/proto/grpc/testing/echo_messages.proto
1004 - src/proto/grpc/testing/echo.proto
1005 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001006 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001007 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001008 - test/cpp/util/create_test_channel.cc
1009 - test/cpp/util/string_ref_helper.cc
1010 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001011 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001012 deps:
1013 - grpc++
1014 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001015 filegroups:
1016 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001017 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001018 - grpc++_codegen_proto
1019 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001020- name: grpc++_unsecure
1021 build: all
1022 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001023 src:
1024 - src/cpp/common/insecure_create_auth_context.cc
1025 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001026 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001027 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001028 baselib: true
1029 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001030 filegroups:
1031 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001032 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001033 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001034 secure: false
1035 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001036- name: grpc_cli_libs
1037 build: private
1038 language: c++
1039 headers:
1040 - test/cpp/util/cli_call.h
1041 - test/cpp/util/proto_file_parser.h
1042 src:
1043 - test/cpp/util/cli_call.cc
1044 - test/cpp/util/proto_file_parser.cc
1045 deps:
1046 - grpc++
1047 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048- name: grpc_plugin_support
1049 build: protoc
1050 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001051 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001052 - src/compiler/config.h
1053 - src/compiler/cpp_generator.h
1054 - src/compiler/cpp_generator_helpers.h
1055 - src/compiler/csharp_generator.h
1056 - src/compiler/csharp_generator_helpers.h
1057 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001058 - src/compiler/node_generator.h
1059 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001060 - src/compiler/objective_c_generator.h
1061 - src/compiler/objective_c_generator_helpers.h
1062 - src/compiler/python_generator.h
1063 - src/compiler/ruby_generator.h
1064 - src/compiler/ruby_generator_helpers-inl.h
1065 - src/compiler/ruby_generator_map-inl.h
1066 - src/compiler/ruby_generator_string-inl.h
1067 src:
1068 - src/compiler/cpp_generator.cc
1069 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001070 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001071 - src/compiler/objective_c_generator.cc
1072 - src/compiler/python_generator.cc
1073 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001074 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001075 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001076 secure: false
1077 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001078 vs_props:
1079 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001080- name: interop_client_helper
1081 build: private
1082 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001083 headers:
1084 - test/cpp/interop/client_helper.h
1085 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001086 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001087 - test/cpp/interop/client_helper.cc
1088 deps:
1089 - grpc++_test_util
1090 - grpc_test_util
1091 - grpc++
1092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001093 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001094- name: interop_client_main
1095 build: private
1096 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001097 headers:
1098 - test/cpp/interop/interop_client.h
1099 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001100 - src/proto/grpc/testing/empty.proto
1101 - src/proto/grpc/testing/messages.proto
1102 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001103 - test/cpp/interop/client.cc
1104 - test/cpp/interop/interop_client.cc
1105 deps:
1106 - interop_client_helper
1107 - grpc++_test_util
1108 - grpc_test_util
1109 - grpc++
1110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001111 - gpr_test_util
1112 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001113 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001114- name: interop_server_helper
1115 build: private
1116 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001117 headers:
1118 - test/cpp/interop/server_helper.h
1119 src:
1120 - test/cpp/interop/server_helper.cc
1121 deps:
1122 - grpc_test_util
1123 - grpc++
1124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001126- name: interop_server_main
1127 build: private
1128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001129 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001130 - src/proto/grpc/testing/empty.proto
1131 - src/proto/grpc/testing/messages.proto
1132 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001133 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001134 deps:
1135 - interop_server_helper
1136 - grpc++_test_util
1137 - grpc_test_util
1138 - grpc++
1139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001140 - gpr_test_util
1141 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001142 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001143- name: qps
1144 build: private
1145 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001146 headers:
1147 - test/cpp/qps/client.h
1148 - test/cpp/qps/driver.h
1149 - test/cpp/qps/histogram.h
1150 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001151 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001152 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001153 - test/cpp/qps/qps_worker.h
1154 - test/cpp/qps/report.h
1155 - test/cpp/qps/server.h
1156 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001157 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001158 - test/cpp/util/benchmark_config.h
1159 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001160 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001161 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001162 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001163 - src/proto/grpc/testing/control.proto
1164 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001165 - test/cpp/qps/client_async.cc
1166 - test/cpp/qps/client_sync.cc
1167 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001168 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001169 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001170 - test/cpp/qps/qps_worker.cc
1171 - test/cpp/qps/report.cc
1172 - test/cpp/qps/server_async.cc
1173 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001174 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001175 - test/cpp/util/benchmark_config.cc
1176 deps:
1177 - grpc_test_util
1178 - grpc++_test_util
1179 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001180- name: grpc_csharp_ext
1181 build: all
1182 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001183 src:
1184 - src/csharp/ext/grpc_csharp_ext.c
1185 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001187 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001188 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001189 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190 dll: only
1191 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001192 vs_packages:
1193 - grpc.dependencies.openssl
1194 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001195 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001196 vs_props:
1197 - zlib
1198 - openssl
1199 - winsock
1200 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001201targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001202- name: alarm_test
1203 build: test
1204 language: c
1205 src:
1206 - test/core/surface/alarm_test.c
1207 deps:
1208 - grpc_test_util
1209 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001210 - gpr_test_util
1211 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001212- name: algorithm_test
1213 build: test
1214 language: c
1215 src:
1216 - test/core/compression/algorithm_test.c
1217 deps:
1218 - grpc_test_util
1219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001220 - gpr_test_util
1221 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001222- name: alloc_test
1223 build: test
1224 language: c
1225 src:
1226 - test/core/support/alloc_test.c
1227 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001228 - gpr_test_util
1229 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001230- name: alpn_test
1231 build: test
1232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001233 src:
1234 - test/core/transport/chttp2/alpn_test.c
1235 deps:
1236 - grpc_test_util
1237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001238 - gpr_test_util
1239 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001240- name: api_fuzzer
1241 build: fuzzer
1242 language: c
1243 src:
1244 - test/core/end2end/fuzzers/api_fuzzer.c
1245 deps:
1246 - grpc_test_util
1247 - grpc
1248 - gpr_test_util
1249 - gpr
1250 corpus_dirs:
1251 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001252 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001253 maxlen: 2048
Yuchen Zengd982bba2016-05-12 18:53:52 -07001254- name: bin_decoder_test
1255 build: test
1256 language: c
1257 src:
1258 - test/core/transport/chttp2/bin_decoder_test.c
1259 deps:
1260 - grpc_test_util
1261 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262- name: bin_encoder_test
1263 build: test
1264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001265 src:
1266 - test/core/transport/chttp2/bin_encoder_test.c
1267 deps:
1268 - grpc_test_util
1269 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001270- name: census_context_test
1271 build: test
1272 language: c
1273 src:
1274 - test/core/census/context_test.c
1275 deps:
1276 - grpc_test_util
1277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001278 - gpr_test_util
1279 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001280- name: channel_create_test
1281 build: test
1282 language: c
1283 src:
1284 - test/core/surface/channel_create_test.c
1285 deps:
1286 - grpc_test_util
1287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001288 - gpr_test_util
1289 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001290- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001291 build: test
1292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001293 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001294 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001295 deps:
1296 - grpc_test_util
1297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001300- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001301 build: test
1302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001303 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001304 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001305 deps:
1306 - grpc_test_util
1307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001308 - gpr_test_util
1309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001310- name: chttp2_stream_map_test
1311 build: test
1312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001313 src:
1314 - test/core/transport/chttp2/stream_map_test.c
1315 deps:
1316 - grpc_test_util
1317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001318 - gpr_test_util
1319 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001320- name: chttp2_varint_test
1321 build: test
1322 language: c
1323 src:
1324 - test/core/transport/chttp2/varint_test.c
1325 deps:
1326 - grpc_test_util
1327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001328 - gpr_test_util
1329 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001330- name: client_fuzzer
1331 build: fuzzer
1332 language: c
1333 src:
1334 - test/core/end2end/fuzzers/client_fuzzer.c
1335 deps:
1336 - grpc_test_util
1337 - grpc
1338 - gpr_test_util
1339 - gpr
1340 corpus_dirs:
1341 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001342 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001343 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001344- name: compression_test
1345 build: test
1346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001347 src:
1348 - test/core/compression/compression_test.c
1349 deps:
1350 - grpc_test_util
1351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001352 - gpr_test_util
1353 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001354- name: concurrent_connectivity_test
1355 build: test
1356 language: c
1357 src:
1358 - test/core/surface/concurrent_connectivity_test.c
1359 deps:
1360 - grpc_test_util
1361 - grpc
1362 - gpr_test_util
1363 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001364- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001365 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001366 build: test
1367 language: c
1368 src:
1369 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1370 deps:
1371 - grpc_test_util
1372 - grpc
1373 - gpr_test_util
1374 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001375- name: dns_resolver_test
1376 build: test
1377 language: c
1378 src:
1379 - test/core/client_config/resolvers/dns_resolver_test.c
1380 deps:
1381 - grpc_test_util
1382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001383 - gpr_test_util
1384 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001386 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001387 build: test
1388 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001389 src:
1390 - test/core/end2end/dualstack_socket_test.c
1391 deps:
1392 - grpc_test_util
1393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001394 - gpr_test_util
1395 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001396 platforms:
1397 - mac
1398 - linux
1399 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001400- name: endpoint_pair_test
1401 build: test
1402 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001403 src:
1404 - test/core/iomgr/endpoint_pair_test.c
1405 deps:
1406 - grpc_test_util
1407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001408 - gpr_test_util
1409 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001410- name: ev_epoll_linux_test
1411 build: test
1412 language: c
1413 src:
1414 - test/core/iomgr/ev_epoll_linux_test.c
1415 deps:
1416 - grpc_test_util
1417 - grpc
1418 - gpr_test_util
1419 - gpr
1420 platforms:
1421 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422- name: fd_conservation_posix_test
1423 build: test
1424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
1426 - test/core/iomgr/fd_conservation_posix_test.c
1427 deps:
1428 - grpc_test_util
1429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 - gpr_test_util
1431 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001432 platforms:
1433 - mac
1434 - linux
1435 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001436- name: fd_posix_test
1437 build: test
1438 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001439 src:
1440 - test/core/iomgr/fd_posix_test.c
1441 deps:
1442 - grpc_test_util
1443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001444 - gpr_test_util
1445 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001446 platforms:
1447 - mac
1448 - linux
1449 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001450- name: fling_client
1451 build: test
1452 run: false
1453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001454 src:
1455 - test/core/fling/client.c
1456 deps:
1457 - grpc_test_util
1458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001459 - gpr_test_util
1460 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001461- name: fling_server
1462 build: test
1463 run: false
1464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001465 src:
1466 - test/core/fling/server.c
1467 deps:
1468 - grpc_test_util
1469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001473 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001474 build: test
1475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001476 src:
1477 - test/core/fling/fling_stream_test.c
1478 deps:
1479 - grpc_test_util
1480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001481 - gpr_test_util
1482 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001483 platforms:
1484 - mac
1485 - linux
1486 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001488 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001489 build: test
1490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001491 src:
1492 - test/core/fling/fling_test.c
1493 deps:
1494 - grpc_test_util
1495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001496 - gpr_test_util
1497 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001498 platforms:
1499 - mac
1500 - linux
1501 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001502- name: gen_hpack_tables
1503 build: tool
1504 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001505 src:
1506 - tools/codegen/core/gen_hpack_tables.c
1507 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001508 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001509 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001510- name: gen_legal_metadata_characters
1511 build: tool
1512 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001513 src:
1514 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001516- name: goaway_server_test
1517 cpu_cost: 0.1
1518 build: test
1519 language: c
1520 src:
1521 - test/core/end2end/goaway_server_test.c
1522 deps:
1523 - grpc_test_util
1524 - grpc
1525 - gpr_test_util
1526 - gpr
1527 platforms:
1528 - mac
1529 - linux
1530 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001531- name: gpr_avl_test
1532 build: test
1533 language: c
1534 src:
1535 - test/core/support/avl_test.c
1536 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001539- name: gpr_backoff_test
1540 build: test
1541 language: c
1542 src:
1543 - test/core/support/backoff_test.c
1544 deps:
1545 - gpr_test_util
1546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: gpr_cmdline_test
1548 build: test
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/support/cmdline_test.c
1552 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001553 - gpr_test_util
1554 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001555- name: gpr_cpu_test
1556 build: test
1557 language: c
1558 src:
1559 - test/core/support/cpu_test.c
1560 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001563- name: gpr_env_test
1564 build: test
1565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001566 src:
1567 - test/core/support/env_test.c
1568 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001569 - gpr_test_util
1570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001571- name: gpr_histogram_test
1572 build: test
1573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001574 src:
1575 - test/core/support/histogram_test.c
1576 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: gpr_host_port_test
1580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/support/host_port_test.c
1584 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001587- name: gpr_load_file_test
1588 build: test
1589 language: c
1590 src:
1591 - test/core/support/load_file_test.c
1592 deps:
1593 - gpr_test_util
1594 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001595- name: gpr_log_test
1596 build: test
1597 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001598 src:
1599 - test/core/support/log_test.c
1600 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr_test_util
1602 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: gpr_slice_buffer_test
1604 build: test
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - test/core/support/slice_buffer_test.c
1608 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001609 - gpr_test_util
1610 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001611- name: gpr_slice_test
1612 build: test
1613 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001614 src:
1615 - test/core/support/slice_test.c
1616 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001617 - gpr_test_util
1618 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001620 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621 build: test
1622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001623 src:
1624 - test/core/support/stack_lockfree_test.c
1625 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001628- name: gpr_string_test
1629 build: test
1630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001631 src:
1632 - test/core/support/string_test.c
1633 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001634 - gpr_test_util
1635 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001636- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001637 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001638 build: test
1639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001640 src:
1641 - test/core/support/sync_test.c
1642 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001643 - gpr_test_util
1644 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001645- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001646 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001647 build: test
1648 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001649 src:
1650 - test/core/support/thd_test.c
1651 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001652 - gpr_test_util
1653 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001654- name: gpr_time_test
1655 build: test
1656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001657 src:
1658 - test/core/support/time_test.c
1659 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001662- name: gpr_tls_test
1663 build: test
1664 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001665 src:
1666 - test/core/support/tls_test.c
1667 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001668 - gpr_test_util
1669 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001670- name: gpr_useful_test
1671 build: test
1672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001673 src:
1674 - test/core/support/useful_test.c
1675 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001678- name: grpc_auth_context_test
1679 build: test
1680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001681 src:
1682 - test/core/security/auth_context_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001688- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001689 build: test
1690 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001691 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001692 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001693 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_byte_buffer_reader_test
1699 build: test
1700 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001701 src:
1702 - test/core/surface/byte_buffer_reader_test.c
1703 deps:
1704 - grpc_test_util
1705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001706 - gpr_test_util
1707 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708- name: grpc_channel_args_test
1709 build: test
1710 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001711 src:
1712 - test/core/channel/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_channel_stack_test
1719 build: test
1720 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001721 src:
1722 - test/core/channel/channel_stack_test.c
1723 deps:
1724 - grpc_test_util
1725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001726 - gpr_test_util
1727 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001728- name: grpc_completion_queue_test
1729 build: test
1730 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001731 src:
1732 - test/core/surface/completion_queue_test.c
1733 deps:
1734 - grpc_test_util
1735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 - gpr_test_util
1737 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001738- name: grpc_create_jwt
1739 build: tool
1740 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001741 src:
1742 - test/core/security/create_jwt.c
1743 deps:
1744 - grpc_test_util
1745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748- name: grpc_credentials_test
1749 build: test
1750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001751 src:
1752 - test/core/security/credentials_test.c
1753 deps:
1754 - grpc_test_util
1755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001756 - gpr_test_util
1757 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001758- name: grpc_fetch_oauth2
1759 build: tool
1760 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001761 src:
1762 - test/core/security/fetch_oauth2.c
1763 deps:
1764 - grpc_test_util
1765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001766 - gpr_test_util
1767 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001768- name: grpc_invalid_channel_args_test
1769 build: test
1770 language: c
1771 src:
1772 - test/core/surface/invalid_channel_args_test.c
1773 deps:
1774 - grpc_test_util
1775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001776 - gpr_test_util
1777 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001778- name: grpc_json_token_test
1779 build: test
1780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001781 src:
1782 - test/core/security/json_token_test.c
1783 deps:
1784 - grpc_test_util
1785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001788 platforms:
1789 - linux
1790 - posix
1791 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001792- name: grpc_jwt_verifier_test
1793 build: test
1794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001795 src:
1796 - test/core/security/jwt_verifier_test.c
1797 deps:
1798 - grpc_test_util
1799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001800 - gpr_test_util
1801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: grpc_print_google_default_creds_token
1803 build: tool
1804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001805 src:
1806 - test/core/security/print_google_default_creds_token.c
1807 deps:
1808 - grpc_test_util
1809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001810 - gpr_test_util
1811 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001812- name: grpc_security_connector_test
1813 build: test
1814 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001815 src:
1816 - test/core/security/security_connector_test.c
1817 deps:
1818 - grpc_test_util
1819 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001820 - gpr_test_util
1821 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001822- name: grpc_verify_jwt
1823 build: tool
1824 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001825 src:
1826 - test/core/security/verify_jwt.c
1827 deps:
1828 - grpc_test_util
1829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001830 - gpr_test_util
1831 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001832- name: hpack_parser_fuzzer_test
1833 build: fuzzer
1834 language: c
1835 src:
1836 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1837 deps:
1838 - grpc_test_util
1839 - grpc
1840 - gpr_test_util
1841 - gpr
1842 corpus_dirs:
1843 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001844 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001845 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001846- name: hpack_parser_test
1847 build: test
1848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001849 src:
1850 - test/core/transport/chttp2/hpack_parser_test.c
1851 deps:
1852 - grpc_test_util
1853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: hpack_table_test
1857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/transport/chttp2/hpack_table_test.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001866- name: http_fuzzer_test
1867 build: fuzzer
1868 language: c
1869 src:
1870 - test/core/http/fuzzer.c
1871 deps:
1872 - grpc_test_util
1873 - grpc
1874 - gpr_test_util
1875 - gpr
1876 corpus_dirs:
1877 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001878 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001879- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880 build: test
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001883 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001884 deps:
1885 - grpc_test_util
1886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001889- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890 build: test
1891 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001892 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001893 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001894 deps:
1895 - grpc_test_util
1896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001900 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001904 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001905 deps:
1906 - grpc_test_util
1907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001910 platforms:
1911 - mac
1912 - linux
1913 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001914- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001915 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001916 build: test
1917 language: c
1918 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001919 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001920 deps:
1921 - grpc_test_util
1922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001923 - gpr_test_util
1924 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001925 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001926 - linux
yang-gf1183302015-12-07 16:02:05 -08001927- name: init_test
1928 build: test
1929 language: c
1930 src:
1931 - test/core/surface/init_test.c
1932 deps:
1933 - grpc_test_util
1934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001935 - gpr_test_util
1936 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001937- name: internal_api_canary_iomgr_test
1938 build: test
1939 run: false
1940 language: c
1941 src:
1942 - test/core/internal_api_canaries/iomgr.c
1943 deps:
1944 - grpc_test_util
1945 - grpc
1946 - gpr_test_util
1947 - gpr
1948- name: internal_api_canary_support_test
1949 build: test
1950 run: false
1951 language: c
1952 src:
1953 - test/core/internal_api_canaries/iomgr.c
1954 deps:
1955 - grpc_test_util
1956 - grpc
1957 - gpr_test_util
1958 - gpr
1959- name: internal_api_canary_transport_test
1960 build: test
1961 run: false
1962 language: c
1963 src:
1964 - test/core/internal_api_canaries/iomgr.c
1965 deps:
1966 - grpc_test_util
1967 - grpc
1968 - gpr_test_util
1969 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001970- name: invalid_call_argument_test
1971 build: test
1972 language: c
1973 src:
1974 - test/core/end2end/invalid_call_argument_test.c
1975 deps:
1976 - grpc_test_util
1977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001980- name: json_fuzzer_test
1981 build: fuzzer
1982 language: c
1983 src:
1984 - test/core/json/fuzzer.c
1985 deps:
1986 - grpc_test_util
1987 - grpc
1988 - gpr_test_util
1989 - gpr
1990 corpus_dirs:
1991 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001992 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001993- name: json_rewrite
1994 build: test
1995 run: false
1996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
1998 - test/core/json/json_rewrite.c
1999 deps:
2000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002002- name: json_rewrite_test
2003 build: test
2004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
2006 - test/core/json/json_rewrite_test.c
2007 deps:
2008 - grpc_test_util
2009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr_test_util
2011 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002012- name: json_stream_error_test
2013 build: test
2014 language: c
2015 src:
2016 - test/core/json/json_stream_error_test.c
2017 deps:
2018 - grpc_test_util
2019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr_test_util
2021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002022- name: json_test
2023 build: test
2024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/core/json/json_test.c
2027 deps:
2028 - grpc_test_util
2029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr_test_util
2031 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032- name: lame_client_test
2033 build: test
2034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002035 src:
2036 - test/core/surface/lame_client_test.c
2037 deps:
2038 - grpc_test_util
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002042- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002043 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002044 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002045 build: test
2046 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002047 src:
2048 - test/core/client_config/lb_policies_test.c
2049 deps:
2050 - grpc_test_util
2051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002052 - gpr_test_util
2053 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002054- name: low_level_ping_pong_benchmark
2055 build: benchmark
2056 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002057 src:
2058 - test/core/network_benchmarks/low_level_ping_pong.c
2059 deps:
2060 - grpc_test_util
2061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002062 - gpr_test_util
2063 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002064 platforms:
2065 - mac
2066 - linux
2067 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002068- name: message_compress_test
2069 build: test
2070 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002071 src:
2072 - test/core/compression/message_compress_test.c
2073 deps:
2074 - grpc_test_util
2075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002076 - gpr_test_util
2077 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002078- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002079 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002080 build: test
2081 language: c
2082 src:
2083 - test/core/census/mlog_test.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
2087 - gpr_test_util
2088 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089- name: multiple_server_queues_test
2090 build: test
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/end2end/multiple_server_queues_test.c
2094 deps:
2095 - grpc_test_util
2096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099- name: murmur_hash_test
2100 build: test
2101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002102 src:
2103 - test/core/support/murmur_hash_test.c
2104 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002105 - gpr_test_util
2106 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002107- name: nanopb_fuzzer_response_test
2108 build: fuzzer
2109 language: c
2110 src:
2111 - test/core/nanopb/fuzzer_response.c
2112 deps:
2113 - grpc_test_util
2114 - grpc
2115 - gpr_test_util
2116 - gpr
2117 corpus_dirs:
2118 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002119 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002120- name: nanopb_fuzzer_serverlist_test
2121 build: fuzzer
2122 language: c
2123 src:
2124 - test/core/nanopb/fuzzer_serverlist.c
2125 deps:
2126 - grpc_test_util
2127 - grpc
2128 - gpr_test_util
2129 - gpr
2130 corpus_dirs:
2131 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002132 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002133- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002134 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002135 build: test
2136 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002137 src:
2138 - test/core/end2end/no_server_test.c
2139 deps:
2140 - grpc_test_util
2141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002142 - gpr_test_util
2143 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002144- name: resolve_address_test
2145 build: test
2146 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002147 src:
2148 - test/core/iomgr/resolve_address_test.c
2149 deps:
2150 - grpc_test_util
2151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002152 - gpr_test_util
2153 - gpr
yang-gd482e592015-12-10 14:04:00 -08002154- name: secure_channel_create_test
2155 build: test
2156 language: c
2157 src:
2158 - test/core/surface/secure_channel_create_test.c
2159 deps:
2160 - grpc_test_util
2161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002162 - gpr_test_util
2163 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002164- name: secure_endpoint_test
2165 build: test
2166 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002167 src:
2168 - test/core/security/secure_endpoint_test.c
2169 deps:
2170 - grpc_test_util
2171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002172 - gpr_test_util
2173 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002174- name: server_chttp2_test
2175 build: test
2176 language: c
2177 src:
2178 - test/core/surface/server_chttp2_test.c
2179 deps:
2180 - grpc_test_util
2181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002182 - gpr_test_util
2183 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002184- name: server_fuzzer
2185 build: fuzzer
2186 language: c
2187 src:
2188 - test/core/end2end/fuzzers/server_fuzzer.c
2189 deps:
2190 - grpc_test_util
2191 - grpc
2192 - gpr_test_util
2193 - gpr
2194 corpus_dirs:
2195 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002196 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002197 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002198- name: server_test
2199 build: test
2200 language: c
2201 src:
2202 - test/core/surface/server_test.c
2203 deps:
2204 - grpc_test_util
2205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002206 - gpr_test_util
2207 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002208- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002209 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002210 build: test
2211 language: c
2212 src:
2213 - test/core/client_config/set_initial_connect_string_test.c
2214 deps:
2215 - test_tcp_server
2216 - grpc_test_util
2217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002220- name: sockaddr_resolver_test
2221 build: test
2222 language: c
2223 src:
2224 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2225 deps:
2226 - grpc_test_util
2227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002228 - gpr_test_util
2229 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002230- name: sockaddr_utils_test
2231 build: test
2232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002233 src:
2234 - test/core/iomgr/sockaddr_utils_test.c
2235 deps:
2236 - grpc_test_util
2237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002238 - gpr_test_util
2239 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002240- name: socket_utils_test
2241 build: test
2242 language: c
2243 src:
2244 - test/core/iomgr/socket_utils_test.c
2245 deps:
2246 - grpc_test_util
2247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002248 - gpr_test_util
2249 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002250 platforms:
2251 - mac
2252 - linux
2253 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002254- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002255 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256 build: test
2257 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002258 src:
2259 - test/core/iomgr/tcp_client_posix_test.c
2260 deps:
2261 - grpc_test_util
2262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002265 platforms:
2266 - mac
2267 - linux
2268 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002270 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271 build: test
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
2274 - test/core/iomgr/tcp_posix_test.c
2275 deps:
2276 - grpc_test_util
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002280 platforms:
2281 - mac
2282 - linux
2283 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002284- name: tcp_server_posix_test
2285 build: test
2286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
2288 - test/core/iomgr/tcp_server_posix_test.c
2289 deps:
2290 - grpc_test_util
2291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002294 platforms:
2295 - mac
2296 - linux
2297 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298- name: time_averaged_stats_test
2299 build: test
2300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002301 src:
2302 - test/core/iomgr/time_averaged_stats_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: timeout_encoding_test
2309 build: test
2310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002311 src:
2312 - test/core/transport/chttp2/timeout_encoding_test.c
2313 deps:
2314 - grpc_test_util
2315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 - gpr_test_util
2317 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002318- name: timer_heap_test
2319 build: test
2320 language: c
2321 src:
2322 - test/core/iomgr/timer_heap_test.c
2323 deps:
2324 - grpc_test_util
2325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002326 - gpr_test_util
2327 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002328- name: timer_list_test
2329 build: test
2330 language: c
2331 src:
2332 - test/core/iomgr/timer_list_test.c
2333 deps:
2334 - grpc_test_util
2335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002336 - gpr_test_util
2337 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: timers_test
2339 build: test
2340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002341 src:
2342 - test/core/profiling/timers_test.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr_test_util
2347 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002348- name: transport_connectivity_state_test
2349 build: test
2350 language: c
2351 src:
2352 - test/core/transport/connectivity_state_test.c
2353 deps:
2354 - grpc_test_util
2355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 - gpr_test_util
2357 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002358- name: transport_metadata_test
2359 build: test
2360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
2362 - test/core/transport/metadata_test.c
2363 deps:
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: transport_security_test
2369 build: test
2370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
2372 - test/core/tsi/transport_security_test.c
2373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002378 platforms:
2379 - linux
2380 - posix
2381 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002382- name: udp_server_test
2383 build: test
2384 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002385 src:
2386 - test/core/iomgr/udp_server_test.c
2387 deps:
2388 - grpc_test_util
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002392 platforms:
2393 - mac
2394 - linux
2395 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002396- name: uri_fuzzer_test
2397 build: fuzzer
2398 language: c
2399 src:
2400 - test/core/client_config/uri_fuzzer_test.c
2401 deps:
2402 - grpc_test_util
2403 - grpc
2404 - gpr_test_util
2405 - gpr
2406 corpus_dirs:
2407 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002408 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002409- name: uri_parser_test
2410 build: test
2411 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002412 src:
2413 - test/core/client_config/uri_parser_test.c
2414 deps:
2415 - grpc_test_util
2416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002417 - gpr_test_util
2418 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002419- name: workqueue_test
2420 build: test
2421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
2423 - test/core/iomgr/workqueue_test.c
2424 deps:
2425 - grpc_test_util
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002429 platforms:
2430 - mac
2431 - linux
2432 - posix
vjpai04e992a2016-02-10 16:58:38 -08002433- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002434 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002435 build: test
2436 language: c++
2437 src:
2438 - test/cpp/common/alarm_cpp_test.cc
2439 deps:
2440 - grpc++_test_util
2441 - grpc_test_util
2442 - grpc++
2443 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002444 - gpr_test_util
2445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002447 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448 build: test
2449 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002450 src:
2451 - test/cpp/end2end/async_end2end_test.cc
2452 deps:
2453 - grpc++_test_util
2454 - grpc_test_util
2455 - grpc++
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002460 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002461 build: test
2462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - test/cpp/common/auth_property_iterator_test.cc
2465 deps:
2466 - grpc++_test_util
2467 - grpc_test_util
2468 - grpc++
2469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002470 - gpr_test_util
2471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002473 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002474 build: test
2475 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002476 src:
yang-g52705592015-11-25 11:45:33 -08002477 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002478 deps:
2479 - grpc++
2480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002481 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002483 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002484 build: test
2485 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002486 src:
2487 - test/cpp/util/cli_call_test.cc
2488 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002489 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002490 - grpc++_test_util
2491 - grpc_test_util
2492 - grpc++
2493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr_test_util
2495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002496- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002497 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002498 cpu_cost: 0.1
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/end2end/client_crash_test.cc
2503 deps:
2504 - grpc++_test_util
2505 - grpc_test_util
2506 - grpc++
2507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002508 - gpr_test_util
2509 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002510 platforms:
2511 - mac
2512 - linux
2513 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514- name: client_crash_test_server
2515 build: test
2516 run: false
2517 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002518 src:
2519 - test/cpp/end2end/client_crash_test_server.cc
2520 deps:
2521 - grpc++_test_util
2522 - grpc_test_util
2523 - grpc++
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr_test_util
2526 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002527- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002528 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002529 build: test
2530 language: c++
2531 src:
2532 - src/proto/grpc/testing/control.proto
2533 - src/proto/grpc/testing/messages.proto
2534 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002535 - src/proto/grpc/testing/services.proto
2536 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002537 - test/cpp/codegen/codegen_test_full.cc
2538 deps:
2539 - grpc++
2540 - grpc
2541 - gpr
2542 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002543 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002544- name: codegen_test_minimal
2545 gtest: true
2546 build: test
2547 language: c++
2548 src:
2549 - src/proto/grpc/testing/control.proto
2550 - src/proto/grpc/testing/messages.proto
2551 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002552 - src/proto/grpc/testing/services.proto
2553 - src/proto/grpc/testing/stats.proto
2554 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002555 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002556 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002557 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002558- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002559 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002560 build: test
2561 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002562 src:
2563 - test/cpp/client/credentials_test.cc
2564 deps:
2565 - grpc++
2566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002567 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002569 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570 build: test
2571 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002572 src:
2573 - test/cpp/util/byte_buffer_test.cc
2574 deps:
2575 - grpc_test_util
2576 - grpc++
2577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002578 - gpr_test_util
2579 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002581 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582 build: test
2583 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002584 src:
2585 - test/cpp/util/slice_test.cc
2586 deps:
2587 - grpc_test_util
2588 - grpc++
2589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002590 - gpr_test_util
2591 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002592- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002593 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002594 build: test
2595 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002596 src:
2597 - test/cpp/util/string_ref_test.cc
2598 deps:
2599 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002601 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602 build: test
2603 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002604 src:
2605 - test/cpp/util/time_test.cc
2606 deps:
2607 - grpc_test_util
2608 - grpc++
2609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002610 - gpr_test_util
2611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002613 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002614 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002615 build: test
2616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - test/cpp/end2end/end2end_test.cc
2619 deps:
2620 - grpc++_test_util
2621 - grpc_test_util
2622 - grpc++
2623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002624 - gpr_test_util
2625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002627 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628 build: test
2629 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002630 src:
2631 - test/cpp/end2end/generic_end2end_test.cc
2632 deps:
2633 - grpc++_test_util
2634 - grpc_test_util
2635 - grpc++
2636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002637 - gpr_test_util
2638 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002639- name: golden_file_test
2640 gtest: true
2641 build: test
2642 language: c++
2643 src:
2644 - src/proto/grpc/testing/compiler_test.proto
2645 - test/cpp/codegen/golden_file_test.cc
2646 deps:
2647 - grpc++
2648 - grpc
2649 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002650- name: grpc_cli
2651 build: test
2652 run: false
2653 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002654 src:
2655 - test/cpp/util/grpc_cli.cc
2656 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002657 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002658 - grpc++_test_util
2659 - grpc_test_util
2660 - grpc++
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002664 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002665- name: grpc_cpp_plugin
2666 build: protoc
2667 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002668 src:
2669 - src/compiler/cpp_plugin.cc
2670 deps:
2671 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002672 secure: false
2673 vs_config_type: Application
2674 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2675- name: grpc_csharp_plugin
2676 build: protoc
2677 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002678 src:
2679 - src/compiler/csharp_plugin.cc
2680 deps:
2681 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682 secure: false
2683 vs_config_type: Application
2684 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002685- name: grpc_node_plugin
2686 build: protoc
2687 language: c++
2688 src:
2689 - src/compiler/node_plugin.cc
2690 deps:
2691 - grpc_plugin_support
2692 secure: false
2693 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694- name: grpc_objective_c_plugin
2695 build: protoc
2696 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002697 src:
2698 - src/compiler/objective_c_plugin.cc
2699 deps:
2700 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002701 secure: false
2702 vs_config_type: Application
2703 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2704- name: grpc_python_plugin
2705 build: protoc
2706 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
2708 - src/compiler/python_plugin.cc
2709 deps:
2710 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002711 secure: false
2712 vs_config_type: Application
2713 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2714- name: grpc_ruby_plugin
2715 build: protoc
2716 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002717 src:
2718 - src/compiler/ruby_plugin.cc
2719 deps:
2720 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002721 secure: false
2722 vs_config_type: Application
2723 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002724- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002725 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002726 build: test
2727 language: c++
2728 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002729 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002730 - test/cpp/grpclb/grpclb_api_test.cc
2731 deps:
2732 - grpc++_test_util
2733 - grpc_test_util
2734 - grpc++
2735 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002736- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002737 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002738 build: test
2739 language: c++
2740 src:
2741 - test/cpp/end2end/hybrid_end2end_test.cc
2742 deps:
2743 - grpc++_test_util
2744 - grpc_test_util
2745 - grpc++
2746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002747 - gpr_test_util
2748 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002749- name: interop_client
2750 build: test
2751 run: false
2752 language: c++
2753 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002754 deps:
2755 - interop_client_main
2756 - interop_client_helper
2757 - grpc++_test_util
2758 - grpc_test_util
2759 - grpc++
2760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002761 - gpr_test_util
2762 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002763 - grpc++_test_config
2764 platforms:
2765 - mac
2766 - linux
2767 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002768- name: interop_server
2769 build: test
2770 run: false
2771 language: c++
2772 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002773 deps:
2774 - interop_server_main
2775 - interop_server_helper
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 Tiller25834342015-09-25 08:08:24 -07002782 - grpc++_test_config
2783 platforms:
2784 - mac
2785 - linux
2786 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002787- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002788 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002789 build: test
2790 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002791 src:
2792 - test/cpp/interop/interop_test.cc
2793 deps:
2794 - grpc_test_util
2795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002796 - gpr_test_util
2797 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002798 platforms:
2799 - mac
2800 - linux
2801 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002802- name: json_run_localhost
2803 build: test
2804 run: false
2805 language: c++
2806 src:
2807 - test/cpp/qps/json_run_localhost.cc
2808 deps:
2809 - grpc++_test_util
2810 - grpc_test_util
2811 - grpc++
2812 - grpc
2813 - gpr_test_util
2814 - gpr
2815 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002816- name: metrics_client
2817 build: test
2818 run: false
2819 language: c++
2820 headers:
2821 - test/cpp/util/metrics_server.h
2822 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002823 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002824 - test/cpp/interop/metrics_client.cc
2825 deps:
2826 - grpc++
2827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002828 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002829 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002831 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832 build: test
2833 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002834 src:
2835 - test/cpp/end2end/mock_test.cc
2836 deps:
2837 - grpc++_test_util
2838 - grpc_test_util
2839 - grpc++
2840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002841 - gpr_test_util
2842 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002843- name: proto_server_reflection_test
2844 gtest: true
2845 build: test
2846 language: c++
2847 headers:
2848 - test/cpp/util/proto_reflection_descriptor_database.h
2849 src:
2850 - test/cpp/end2end/proto_server_reflection_test.cc
2851 - test/cpp/util/proto_reflection_descriptor_database.cc
2852 deps:
2853 - grpc++_reflection
2854 - grpc++_test_util
2855 - grpc_test_util
2856 - grpc++
2857 - grpc
2858 - gpr_test_util
2859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860- name: qps_interarrival_test
2861 build: test
2862 run: false
2863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002864 src:
2865 - test/cpp/qps/qps_interarrival_test.cc
2866 deps:
2867 - qps
2868 - grpc++_test_util
2869 - grpc_test_util
2870 - grpc++
2871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002872 - gpr_test_util
2873 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002874 platforms:
2875 - mac
2876 - linux
2877 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002878- name: qps_json_driver
2879 build: test
2880 run: false
2881 language: c++
2882 src:
2883 - test/cpp/qps/qps_json_driver.cc
2884 deps:
2885 - qps
2886 - grpc++_test_util
2887 - grpc_test_util
2888 - grpc++
2889 - grpc
2890 - gpr_test_util
2891 - gpr
2892 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002893- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002894 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895 build: test
2896 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002897 src:
2898 - test/cpp/qps/qps_openloop_test.cc
2899 deps:
2900 - qps
2901 - grpc++_test_util
2902 - grpc_test_util
2903 - grpc++
2904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002905 - gpr_test_util
2906 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002907 - grpc++_test_config
2908 platforms:
2909 - mac
2910 - linux
2911 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002912- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002913 build: test
2914 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002915 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002916 headers:
2917 - test/cpp/qps/client.h
2918 - test/cpp/qps/server.h
2919 src:
2920 - test/cpp/qps/worker.cc
2921 deps:
2922 - qps
2923 - grpc++_test_util
2924 - grpc_test_util
2925 - grpc++
2926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002927 - gpr_test_util
2928 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002929 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002930- name: reconnect_interop_client
2931 build: test
2932 run: false
2933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002934 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002935 - src/proto/grpc/testing/empty.proto
2936 - src/proto/grpc/testing/messages.proto
2937 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002938 - test/cpp/interop/reconnect_interop_client.cc
2939 deps:
2940 - grpc++_test_util
2941 - grpc_test_util
2942 - grpc++
2943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002944 - gpr_test_util
2945 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002946 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002947- name: reconnect_interop_server
2948 build: test
2949 run: false
2950 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002951 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002952 - src/proto/grpc/testing/empty.proto
2953 - src/proto/grpc/testing/messages.proto
2954 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002955 - test/cpp/interop/reconnect_interop_server.cc
2956 deps:
2957 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002958 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002959 - 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 Tiller25834342015-09-25 08:08:24 -07002965 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002966- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002967 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968 build: test
2969 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002970 src:
2971 - test/cpp/common/secure_auth_context_test.cc
2972 deps:
2973 - grpc++_test_util
2974 - grpc_test_util
2975 - grpc++
2976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002977 - gpr_test_util
2978 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002979- name: secure_sync_unary_ping_pong_test
2980 build: test
2981 language: c++
2982 src:
2983 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2984 deps:
2985 - qps
2986 - grpc++_test_util
2987 - grpc_test_util
2988 - grpc++
2989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002990 - gpr_test_util
2991 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002992 platforms:
2993 - mac
2994 - linux
2995 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002996- name: server_builder_plugin_test
2997 gtest: true
2998 build: test
2999 language: c++
3000 src:
3001 - test/cpp/end2end/server_builder_plugin_test.cc
3002 deps:
3003 - grpc++_test_util
3004 - grpc_test_util
3005 - grpc++
3006 - grpc
3007 - gpr_test_util
3008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003009- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003010 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003011 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003012 build: test
3013 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003014 src:
3015 - test/cpp/end2end/server_crash_test.cc
3016 deps:
3017 - grpc++_test_util
3018 - grpc_test_util
3019 - grpc++
3020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003021 - gpr_test_util
3022 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003023 platforms:
3024 - mac
3025 - linux
3026 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003027- name: server_crash_test_client
3028 build: test
3029 run: false
3030 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003031 src:
3032 - test/cpp/end2end/server_crash_test_client.cc
3033 deps:
3034 - grpc++_test_util
3035 - grpc_test_util
3036 - grpc++
3037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003038 - gpr_test_util
3039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003040- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003041 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042 build: test
3043 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003044 src:
3045 - test/cpp/end2end/shutdown_test.cc
3046 deps:
3047 - grpc++_test_util
3048 - grpc_test_util
3049 - grpc++
3050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003051 - gpr_test_util
3052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003053- name: status_test
3054 build: test
3055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003056 src:
3057 - test/cpp/util/status_test.cc
3058 deps:
3059 - grpc_test_util
3060 - grpc++
3061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003062 - gpr_test_util
3063 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003064- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003065 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003066 build: test
3067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003068 src:
3069 - test/cpp/end2end/streaming_throughput_test.cc
3070 deps:
3071 - grpc++_test_util
3072 - grpc_test_util
3073 - grpc++
3074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003075 - gpr_test_util
3076 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003077 platforms:
3078 - mac
3079 - linux
3080 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003081- name: stress_test
3082 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003083 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003084 language: c++
3085 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003086 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003087 - test/cpp/interop/interop_client.h
3088 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003089 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003090 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003091 - src/proto/grpc/testing/empty.proto
3092 - src/proto/grpc/testing/messages.proto
3093 - src/proto/grpc/testing/metrics.proto
3094 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003095 - test/cpp/interop/interop_client.cc
3096 - test/cpp/interop/stress_interop_client.cc
3097 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003098 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003099 deps:
3100 - grpc++_test_util
3101 - grpc_test_util
3102 - grpc++
3103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003104 - gpr_test_util
3105 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003106 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003107- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003108 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003109 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003110 build: test
3111 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003112 src:
3113 - test/cpp/end2end/thread_stress_test.cc
3114 deps:
3115 - grpc++_test_util
3116 - grpc_test_util
3117 - grpc++
3118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003119 - gpr_test_util
3120 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003121- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003122 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003123 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003124 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003125 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003126 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003127 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003128 - test/cpp/end2end/zookeeper_test.cc
3129 deps:
3130 - grpc++_test_util
3131 - grpc_test_util
3132 - grpc++
3133 - grpc_zookeeper
3134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003135 - gpr_test_util
3136 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003137 external_deps:
3138 - zookeeper
3139 platforms:
3140 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003141- name: public_headers_must_be_c89
3142 build: test
3143 language: c89
3144 src:
3145 - test/core/surface/public_headers_must_be_c89.c
3146 deps:
3147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003149vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003150- linkage: static
3151 name: grpc.dependencies.zlib
3152 props: false
3153 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003154 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003155- linkage: static
3156 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003157 props: true
3158 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003159 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003160- name: gflags
3161 props: false
3162 redist: false
3163 version: 2.1.2.1
3164- name: gtest
3165 props: false
3166 redist: false
3167 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003168configs:
3169 asan:
3170 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003171 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3172 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003173 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003174 LD: clang
3175 LDFLAGS: -fsanitize=address
3176 LDXX: clang++
3177 compile_the_world: true
3178 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003179 ASAN_OPTIONS: detect_leaks=1:color=always
3180 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003181 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003182 asan-noleaks:
3183 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003184 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3185 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003186 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003187 LD: clang
3188 LDFLAGS: -fsanitize=address
3189 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003190 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003191 test_environ:
3192 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003193 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003194 asan-trace-cmp:
3195 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003196 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3197 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003198 CXX: clang++
3199 LD: clang
3200 LDFLAGS: -fsanitize=address
3201 LDXX: clang++
3202 compile_the_world: true
3203 test_environ:
3204 ASAN_OPTIONS: detect_leaks=1:color=always
3205 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3206 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003207 basicprof:
3208 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3209 DEFINES: NDEBUG
3210 dbg:
3211 CPPFLAGS: -O0
3212 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003213 easan:
3214 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003215 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3216 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003217 CXX: clang++
3218 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3219 LD: clang
3220 LDFLAGS: -fsanitize=address
3221 LDXX: clang++
3222 compile_the_world: true
3223 test_environ:
3224 ASAN_OPTIONS: detect_leaks=1:color=always
3225 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3226 timeout_multiplier: 3
3227 edbg:
3228 CPPFLAGS: -O0
3229 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3230 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003231 CC: clang
3232 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003233 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003234 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003235 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003236 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003237 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003238 LDXX: clang++
3239 compile_the_world: true
3240 test_environ:
3241 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3242 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003243 gcov:
3244 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003245 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003246 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003247 DEFINES: _DEBUG DEBUG GPR_GCOV
3248 LD: gcc
3249 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3250 LDXX: g++
3251 helgrind:
3252 CPPFLAGS: -O0
3253 DEFINES: _DEBUG DEBUG
3254 LDFLAGS: -rdynamic
3255 timeout_multiplier: 20
3256 valgrind: --tool=helgrind
3257 memcheck:
3258 CPPFLAGS: -O0
3259 DEFINES: _DEBUG DEBUG
3260 LDFLAGS: -rdynamic
3261 timeout_multiplier: 10
3262 valgrind: --tool=memcheck --leak-check=full
3263 msan:
3264 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003265 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3266 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3267 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003268 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003269 DEFINES: NDEBUG
3270 LD: clang
3271 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3272 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3273 LDXX: clang++
3274 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003275 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003276 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003277 CPPFLAGS: -O3 -fno-omit-frame-pointer
3278 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003279 LDFLAGS: -rdynamic
3280 opt:
3281 CPPFLAGS: -O2
3282 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003283 stapprof:
3284 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3285 DEFINES: NDEBUG
3286 tsan:
3287 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003288 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003289 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003290 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003291 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003292 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003293 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003294 LDXX: clang++
3295 compile_the_world: true
3296 test_environ:
3297 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003298 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003299 ubsan:
3300 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003301 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3302 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003303 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003304 DEFINES: NDEBUG
3305 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003306 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003307 LDXX: clang++
3308 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003309 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003310 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003311 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003312defaults:
3313 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003314 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003315 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003316 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003317 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003318 global:
3319 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3320 LDFLAGS: -g
3321 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003322 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003323 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003324node_modules:
3325- deps:
3326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003327 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003328 - boringssl
3329 - z
murgatroid9994a75412015-11-19 14:04:53 -08003330 headers:
3331 - src/node/ext/byte_buffer.h
3332 - src/node/ext/call.h
3333 - src/node/ext/call_credentials.h
3334 - src/node/ext/channel.h
3335 - src/node/ext/channel_credentials.h
3336 - src/node/ext/completion_queue_async_worker.h
3337 - src/node/ext/server.h
3338 - src/node/ext/server_credentials.h
3339 - src/node/ext/timeval.h
3340 js:
3341 - src/node/index.js
3342 - src/node/src/client.js
3343 - src/node/src/common.js
3344 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003345 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003346 - src/node/src/metadata.js
3347 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003348 name: grpc_node
3349 src:
3350 - src/node/ext/byte_buffer.cc
3351 - src/node/ext/call.cc
3352 - src/node/ext/call_credentials.cc
3353 - src/node/ext/channel.cc
3354 - src/node/ext/channel_credentials.cc
3355 - src/node/ext/completion_queue_async_worker.cc
3356 - src/node/ext/node_grpc.cc
3357 - src/node/ext/server.cc
3358 - src/node/ext/server_credentials.cc
3359 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003360openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003361 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003362 extraction_dir: openssl-1.0.2f
3363 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003364php_config_m4:
3365 deps:
3366 - grpc
3367 - gpr
3368 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003369 headers:
3370 - src/php/ext/grpc/byte_buffer.h
3371 - src/php/ext/grpc/call.h
3372 - src/php/ext/grpc/call_credentials.h
3373 - src/php/ext/grpc/channel.h
3374 - src/php/ext/grpc/channel_credentials.h
3375 - src/php/ext/grpc/completion_queue.h
3376 - src/php/ext/grpc/php_grpc.h
3377 - src/php/ext/grpc/server.h
3378 - src/php/ext/grpc/server_credentials.h
3379 - src/php/ext/grpc/timeval.h
3380 src:
3381 - src/php/ext/grpc/byte_buffer.c
3382 - src/php/ext/grpc/call.c
3383 - src/php/ext/grpc/call_credentials.c
3384 - src/php/ext/grpc/channel.c
3385 - src/php/ext/grpc/channel_credentials.c
3386 - src/php/ext/grpc/completion_queue.c
3387 - src/php/ext/grpc/php_grpc.c
3388 - src/php/ext/grpc/server.c
3389 - src/php/ext/grpc/server_credentials.c
3390 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003391python_dependencies:
3392 deps:
3393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003394 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003395 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003396 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003397ruby_gem:
3398 deps:
3399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003400 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003401 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003402 - z