blob: a94fb052a5daefa0dcaefc4cb7172a44c5b1799f [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble16caa502016-05-06 03:02:51 +020010 version: 0.15.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070019 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/mlog.h
22 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070023 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070025 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070026 - src/core/ext/census/grpc_context.c
27 - src/core/ext/census/grpc_filter.c
28 - src/core/ext/census/grpc_plugin.c
29 - src/core/ext/census/initialize.c
30 - src/core/ext/census/mlog.c
31 - src/core/ext/census/operation.c
32 - src/core/ext/census/placeholders.c
33 - src/core/ext/census/tracing.c
34 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070035 uses:
36 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070037 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070038- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010039 public_headers:
40 - include/grpc/support/alloc.h
41 - include/grpc/support/atm.h
42 - include/grpc/support/atm_gcc_atomic.h
43 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070044 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010045 - include/grpc/support/avl.h
46 - include/grpc/support/cmdline.h
47 - include/grpc/support/cpu.h
48 - include/grpc/support/histogram.h
49 - include/grpc/support/host_port.h
50 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070051 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010052 - include/grpc/support/port_platform.h
53 - include/grpc/support/slice.h
54 - include/grpc/support/slice_buffer.h
55 - include/grpc/support/string_util.h
56 - include/grpc/support/subprocess.h
57 - include/grpc/support/sync.h
58 - include/grpc/support/sync_generic.h
59 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070060 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010061 - include/grpc/support/thd.h
62 - include/grpc/support/time.h
63 - include/grpc/support/tls.h
64 - include/grpc/support/tls_gcc.h
65 - include/grpc/support/tls_msvc.h
66 - include/grpc/support/tls_pthread.h
67 - include/grpc/support/useful.h
68 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070069 - src/core/lib/profiling/timers.h
70 - src/core/lib/support/backoff.h
71 - src/core/lib/support/block_annotate.h
72 - src/core/lib/support/env.h
73 - src/core/lib/support/load_file.h
74 - src/core/lib/support/murmur_hash.h
75 - src/core/lib/support/stack_lockfree.h
76 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070077 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070078 - src/core/lib/support/thd_internal.h
79 - src/core/lib/support/time_precise.h
80 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010081 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/basic_timers.c
83 - src/core/lib/profiling/stap_timers.c
84 - src/core/lib/support/alloc.c
85 - src/core/lib/support/avl.c
86 - src/core/lib/support/backoff.c
87 - src/core/lib/support/cmdline.c
88 - src/core/lib/support/cpu_iphone.c
89 - src/core/lib/support/cpu_linux.c
90 - src/core/lib/support/cpu_posix.c
91 - src/core/lib/support/cpu_windows.c
92 - src/core/lib/support/env_linux.c
93 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070094 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/histogram.c
96 - src/core/lib/support/host_port.c
97 - src/core/lib/support/load_file.c
98 - src/core/lib/support/log.c
99 - src/core/lib/support/log_android.c
100 - src/core/lib/support/log_linux.c
101 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700102 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700103 - src/core/lib/support/murmur_hash.c
104 - src/core/lib/support/slice.c
105 - src/core/lib/support/slice_buffer.c
106 - src/core/lib/support/stack_lockfree.c
107 - src/core/lib/support/string.c
108 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700109 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700110 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700111 - src/core/lib/support/subprocess_posix.c
112 - src/core/lib/support/subprocess_windows.c
113 - src/core/lib/support/sync.c
114 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700115 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/thd.c
117 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700118 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700119 - src/core/lib/support/time.c
120 - src/core/lib/support/time_posix.c
121 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700122 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200124 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700128 uses:
129 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800130- name: gpr_codegen
131 public_headers:
132 - include/grpc/impl/codegen/alloc.h
133 - include/grpc/impl/codegen/atm.h
134 - include/grpc/impl/codegen/atm_gcc_atomic.h
135 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700136 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800137 - include/grpc/impl/codegen/log.h
138 - include/grpc/impl/codegen/port_platform.h
139 - include/grpc/impl/codegen/slice.h
140 - include/grpc/impl/codegen/slice_buffer.h
141 - include/grpc/impl/codegen/sync.h
142 - include/grpc/impl/codegen/sync_generic.h
143 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700144 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800145 - include/grpc/impl/codegen/time.h
yang-g34b58612016-06-03 17:30:09 -0700146- name: grpc++_codegen_base_src
147 src:
148 - src/cpp/codegen/codegen_init.cc
149 uses:
150 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700151- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700152 public_headers:
153 - include/grpc/byte_buffer.h
154 - include/grpc/byte_buffer_reader.h
155 - include/grpc/compression.h
156 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700157 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700158 - include/grpc/status.h
159 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700160 - src/core/lib/channel/channel_args.h
161 - src/core/lib/channel/channel_stack.h
162 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700163 - src/core/lib/channel/compress_filter.h
164 - src/core/lib/channel/connected_channel.h
165 - src/core/lib/channel/context.h
166 - src/core/lib/channel/http_client_filter.h
167 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700168 - src/core/lib/compression/algorithm_metadata.h
169 - src/core/lib/compression/message_compress.h
170 - src/core/lib/debug/trace.h
171 - src/core/lib/http/format_request.h
172 - src/core/lib/http/httpcli.h
173 - src/core/lib/http/parser.h
174 - src/core/lib/iomgr/closure.h
175 - src/core/lib/iomgr/endpoint.h
176 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller8a034482016-03-28 16:09:04 -0700177 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700178 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700179 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/iomgr/exec_ctx.h
181 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700182 - src/core/lib/iomgr/iocp_windows.h
183 - src/core/lib/iomgr/iomgr.h
184 - src/core/lib/iomgr/iomgr_internal.h
185 - src/core/lib/iomgr/iomgr_posix.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700186 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/iomgr/pollset_set_windows.h
190 - src/core/lib/iomgr/pollset_windows.h
191 - src/core/lib/iomgr/resolve_address.h
192 - src/core/lib/iomgr/sockaddr.h
193 - src/core/lib/iomgr/sockaddr_posix.h
194 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700195 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/socket_utils_posix.h
197 - src/core/lib/iomgr/socket_windows.h
198 - src/core/lib/iomgr/tcp_client.h
199 - src/core/lib/iomgr/tcp_posix.h
200 - src/core/lib/iomgr/tcp_server.h
201 - src/core/lib/iomgr/tcp_windows.h
202 - src/core/lib/iomgr/time_averaged_stats.h
203 - src/core/lib/iomgr/timer.h
204 - src/core/lib/iomgr/timer_heap.h
205 - src/core/lib/iomgr/udp_server.h
206 - src/core/lib/iomgr/unix_sockets_posix.h
207 - src/core/lib/iomgr/wakeup_fd_pipe.h
208 - src/core/lib/iomgr/wakeup_fd_posix.h
209 - src/core/lib/iomgr/workqueue.h
210 - src/core/lib/iomgr/workqueue_posix.h
211 - src/core/lib/iomgr/workqueue_windows.h
212 - src/core/lib/json/json.h
213 - src/core/lib/json/json_common.h
214 - src/core/lib/json/json_reader.h
215 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/surface/api_trace.h
217 - src/core/lib/surface/call.h
218 - src/core/lib/surface/call_test_only.h
219 - src/core/lib/surface/channel.h
220 - src/core/lib/surface/channel_init.h
221 - src/core/lib/surface/channel_stack_type.h
222 - src/core/lib/surface/completion_queue.h
223 - src/core/lib/surface/event_string.h
224 - src/core/lib/surface/init.h
225 - src/core/lib/surface/lame_client.h
226 - src/core/lib/surface/server.h
227 - src/core/lib/surface/surface_trace.h
228 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/transport/connectivity_state.h
230 - src/core/lib/transport/metadata.h
231 - src/core/lib/transport/metadata_batch.h
232 - src/core/lib/transport/static_metadata.h
233 - src/core/lib/transport/transport.h
234 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700235 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/channel/channel_args.c
237 - src/core/lib/channel/channel_stack.c
238 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/channel/compress_filter.c
240 - src/core/lib/channel/connected_channel.c
241 - src/core/lib/channel/http_client_filter.c
242 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700243 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/compression/message_compress.c
245 - src/core/lib/debug/trace.c
246 - src/core/lib/http/format_request.c
247 - src/core/lib/http/httpcli.c
248 - src/core/lib/http/parser.c
249 - src/core/lib/iomgr/closure.c
250 - src/core/lib/iomgr/endpoint.c
251 - src/core/lib/iomgr/endpoint_pair_posix.c
252 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700253 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700254 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700255 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/iomgr/exec_ctx.c
257 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/iomgr/iocp_windows.c
259 - src/core/lib/iomgr/iomgr.c
260 - src/core/lib/iomgr/iomgr_posix.c
261 - src/core/lib/iomgr/iomgr_windows.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700262 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/iomgr/pollset_set_windows.c
264 - src/core/lib/iomgr/pollset_windows.c
265 - src/core/lib/iomgr/resolve_address_posix.c
266 - src/core/lib/iomgr/resolve_address_windows.c
267 - src/core/lib/iomgr/sockaddr_utils.c
268 - src/core/lib/iomgr/socket_utils_common_posix.c
269 - src/core/lib/iomgr/socket_utils_linux.c
270 - src/core/lib/iomgr/socket_utils_posix.c
271 - src/core/lib/iomgr/socket_windows.c
272 - src/core/lib/iomgr/tcp_client_posix.c
273 - src/core/lib/iomgr/tcp_client_windows.c
274 - src/core/lib/iomgr/tcp_posix.c
275 - src/core/lib/iomgr/tcp_server_posix.c
276 - src/core/lib/iomgr/tcp_server_windows.c
277 - src/core/lib/iomgr/tcp_windows.c
278 - src/core/lib/iomgr/time_averaged_stats.c
279 - src/core/lib/iomgr/timer.c
280 - src/core/lib/iomgr/timer_heap.c
281 - src/core/lib/iomgr/udp_server.c
282 - src/core/lib/iomgr/unix_sockets_posix.c
283 - src/core/lib/iomgr/unix_sockets_posix_noop.c
284 - src/core/lib/iomgr/wakeup_fd_eventfd.c
285 - src/core/lib/iomgr/wakeup_fd_nospecial.c
286 - src/core/lib/iomgr/wakeup_fd_pipe.c
287 - src/core/lib/iomgr/wakeup_fd_posix.c
288 - src/core/lib/iomgr/workqueue_posix.c
289 - src/core/lib/iomgr/workqueue_windows.c
290 - src/core/lib/json/json.c
291 - src/core/lib/json/json_reader.c
292 - src/core/lib/json/json_string.c
293 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/surface/alarm.c
295 - src/core/lib/surface/api_trace.c
296 - src/core/lib/surface/byte_buffer.c
297 - src/core/lib/surface/byte_buffer_reader.c
298 - src/core/lib/surface/call.c
299 - src/core/lib/surface/call_details.c
300 - src/core/lib/surface/call_log_batch.c
301 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/surface/channel_init.c
303 - src/core/lib/surface/channel_ping.c
304 - src/core/lib/surface/channel_stack_type.c
305 - src/core/lib/surface/completion_queue.c
306 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/surface/lame_client.c
308 - src/core/lib/surface/metadata_array.c
309 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/surface/validate_metadata.c
311 - src/core/lib/surface/version.c
312 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/transport/connectivity_state.c
314 - src/core/lib/transport/metadata.c
315 - src/core/lib/transport/metadata_batch.c
316 - src/core/lib/transport/static_metadata.c
317 - src/core/lib/transport/transport.c
318 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700319 deps:
320 - gpr
321 uses:
322 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700323- name: grpc_client_config
324 headers:
325 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700326 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700327 - src/core/ext/client_config/client_config.h
328 - src/core/ext/client_config/connector.h
329 - src/core/ext/client_config/initial_connect_string.h
330 - src/core/ext/client_config/lb_policy.h
331 - src/core/ext/client_config/lb_policy_factory.h
332 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700333 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700334 - src/core/ext/client_config/resolver.h
335 - src/core/ext/client_config/resolver_factory.h
336 - src/core/ext/client_config/resolver_registry.h
337 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700338 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700339 - src/core/ext/client_config/subchannel_index.h
340 - src/core/ext/client_config/uri_parser.h
341 src:
342 - src/core/ext/client_config/channel_connectivity.c
343 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700344 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700345 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700346 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700347 - src/core/ext/client_config/connector.c
348 - src/core/ext/client_config/default_initial_connect_string.c
349 - src/core/ext/client_config/initial_connect_string.c
350 - src/core/ext/client_config/lb_policy.c
351 - src/core/ext/client_config/lb_policy_factory.c
352 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700353 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700354 - src/core/ext/client_config/resolver.c
355 - src/core/ext/client_config/resolver_factory.c
356 - src/core/ext/client_config/resolver_registry.c
357 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700358 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700359 - src/core/ext/client_config/subchannel_index.c
360 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700361 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700362 uses:
363 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800364- name: grpc_codegen
365 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800366 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700367 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800368 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800369 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800370 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800371 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800372 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700373 uses:
374 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700375- name: grpc_lb_policy_grpclb
376 headers:
377 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700378 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700379 src:
380 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700381 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700382 uses:
383 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700384 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700385 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700386- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700387 src:
388 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700389 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700390 uses:
391 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700392 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700393- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700394 src:
395 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700396 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700397 uses:
398 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700399 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700400- name: grpc_load_reporting
401 headers:
402 - src/core/ext/load_reporting/load_reporting.h
403 - src/core/ext/load_reporting/load_reporting_filter.h
404 src:
405 - src/core/ext/load_reporting/load_reporting.c
406 - src/core/ext/load_reporting/load_reporting_filter.c
407 plugin: grpc_load_reporting_plugin
408 uses:
409 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700410- name: grpc_resolver_dns_native
411 src:
412 - src/core/ext/resolver/dns/native/dns_resolver.c
413 plugin: grpc_resolver_dns_native
414 uses:
415 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700416 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700417- name: grpc_resolver_sockaddr
418 src:
419 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
420 plugin: grpc_resolver_sockaddr
421 uses:
422 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700423 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100424- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700425 public_headers:
426 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700427 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100428 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700429 - src/core/lib/security/context/security_context.h
430 - src/core/lib/security/credentials/composite/composite_credentials.h
431 - src/core/lib/security/credentials/credentials.h
432 - src/core/lib/security/credentials/fake/fake_credentials.h
433 - src/core/lib/security/credentials/google_default/google_default_credentials.h
434 - src/core/lib/security/credentials/iam/iam_credentials.h
435 - src/core/lib/security/credentials/jwt/json_token.h
436 - src/core/lib/security/credentials/jwt/jwt_credentials.h
437 - src/core/lib/security/credentials/jwt/jwt_verifier.h
438 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
439 - src/core/lib/security/credentials/plugin/plugin_credentials.h
440 - src/core/lib/security/credentials/ssl/ssl_credentials.h
441 - src/core/lib/security/transport/auth_filters.h
442 - src/core/lib/security/transport/handshake.h
443 - src/core/lib/security/transport/secure_endpoint.h
444 - src/core/lib/security/transport/security_connector.h
445 - src/core/lib/security/util/b64.h
446 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100447 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700448 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700449 - src/core/lib/security/context/security_context.c
450 - src/core/lib/security/credentials/composite/composite_credentials.c
451 - src/core/lib/security/credentials/credentials.c
452 - src/core/lib/security/credentials/credentials_metadata.c
453 - src/core/lib/security/credentials/fake/fake_credentials.c
454 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700455 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700456 - src/core/lib/security/credentials/google_default/google_default_credentials.c
457 - src/core/lib/security/credentials/iam/iam_credentials.c
458 - src/core/lib/security/credentials/jwt/json_token.c
459 - src/core/lib/security/credentials/jwt/jwt_credentials.c
460 - src/core/lib/security/credentials/jwt/jwt_verifier.c
461 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
462 - src/core/lib/security/credentials/plugin/plugin_credentials.c
463 - src/core/lib/security/credentials/ssl/ssl_credentials.c
464 - src/core/lib/security/transport/client_auth_filter.c
465 - src/core/lib/security/transport/handshake.c
466 - src/core/lib/security/transport/secure_endpoint.c
467 - src/core/lib/security/transport/security_connector.c
468 - src/core/lib/security/transport/server_auth_filter.c
469 - src/core/lib/security/util/b64.c
470 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700471 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700472 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700473 uses:
474 - grpc_base
475 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700476 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700477- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700478 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700479 headers:
480 - test/core/end2end/cq_verifier.h
481 - test/core/end2end/fixtures/proxy.h
482 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700483 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200484 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700485 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700486 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700487 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700488 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700489 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700490 - test/core/util/slice_splitter.h
491 src:
492 - test/core/end2end/cq_verifier.c
493 - test/core/end2end/fixtures/proxy.c
494 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700495 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200496 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700497 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700498 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700499 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700500 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700501 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700502 - test/core/util/port_windows.c
503 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700504 deps:
505 - grpc
506 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700507- name: grpc_transport_chttp2
508 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700509 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700510 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
511 - src/core/ext/transport/chttp2/transport/frame.h
512 - src/core/ext/transport/chttp2/transport/frame_data.h
513 - src/core/ext/transport/chttp2/transport/frame_goaway.h
514 - src/core/ext/transport/chttp2/transport/frame_ping.h
515 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
516 - src/core/ext/transport/chttp2/transport/frame_settings.h
517 - src/core/ext/transport/chttp2/transport/frame_window_update.h
518 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
519 - src/core/ext/transport/chttp2/transport/hpack_parser.h
520 - src/core/ext/transport/chttp2/transport/hpack_table.h
521 - src/core/ext/transport/chttp2/transport/http2_errors.h
522 - src/core/ext/transport/chttp2/transport/huffsyms.h
523 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
524 - src/core/ext/transport/chttp2/transport/internal.h
525 - src/core/ext/transport/chttp2/transport/status_conversion.h
526 - src/core/ext/transport/chttp2/transport/stream_map.h
527 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
528 - src/core/ext/transport/chttp2/transport/varint.h
529 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700530 - src/core/ext/transport/chttp2/transport/bin_encoder.c
531 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700532 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
533 - src/core/ext/transport/chttp2/transport/frame_data.c
534 - src/core/ext/transport/chttp2/transport/frame_goaway.c
535 - src/core/ext/transport/chttp2/transport/frame_ping.c
536 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
537 - src/core/ext/transport/chttp2/transport/frame_settings.c
538 - src/core/ext/transport/chttp2/transport/frame_window_update.c
539 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
540 - src/core/ext/transport/chttp2/transport/hpack_parser.c
541 - src/core/ext/transport/chttp2/transport/hpack_table.c
542 - src/core/ext/transport/chttp2/transport/huffsyms.c
543 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
544 - src/core/ext/transport/chttp2/transport/parsing.c
545 - src/core/ext/transport/chttp2/transport/status_conversion.c
546 - src/core/ext/transport/chttp2/transport/stream_lists.c
547 - src/core/ext/transport/chttp2/transport/stream_map.c
548 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
549 - src/core/ext/transport/chttp2/transport/varint.c
550 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700551 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700552 uses:
553 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700554 - grpc_transport_chttp2_alpn
555- name: grpc_transport_chttp2_alpn
556 headers:
557 - src/core/ext/transport/chttp2/alpn/alpn.h
558 src:
559 - src/core/ext/transport/chttp2/alpn/alpn.c
560 deps:
561 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700562- name: grpc_transport_chttp2_client_insecure
563 src:
564 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700565 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700566 uses:
567 - grpc_transport_chttp2
568 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700569 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700570- name: grpc_transport_chttp2_client_secure
571 src:
572 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700573 uses:
574 - grpc_transport_chttp2
575 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700576 - grpc_client_config
577 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700578- name: grpc_transport_chttp2_server_insecure
579 src:
580 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700581 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700582 uses:
583 - grpc_transport_chttp2
584 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700585- name: grpc_transport_chttp2_server_secure
586 src:
587 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700588 uses:
589 - grpc_transport_chttp2
590 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700591 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700592- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700593 public_headers:
594 - include/grpc/grpc_cronet.h
595 - include/grpc/grpc_security.h
596 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700597 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700598 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
599 src:
600 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
601 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
602 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700603 filegroups:
604 - grpc_base
605 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800606- name: nanopb
607 headers:
608 - third_party/nanopb/pb.h
609 - third_party/nanopb/pb_common.h
610 - third_party/nanopb/pb_decode.h
611 - third_party/nanopb/pb_encode.h
612 src:
613 - third_party/nanopb/pb_common.c
614 - third_party/nanopb/pb_decode.c
615 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700616- name: tsi
617 headers:
618 - src/core/lib/tsi/fake_transport_security.h
619 - src/core/lib/tsi/ssl_transport_security.h
620 - src/core/lib/tsi/ssl_types.h
621 - src/core/lib/tsi/transport_security.h
622 - src/core/lib/tsi/transport_security_interface.h
623 src:
624 - src/core/lib/tsi/fake_transport_security.c
625 - src/core/lib/tsi/ssl_transport_security.c
626 - src/core/lib/tsi/transport_security.c
627 deps:
628 - gpr
629 secure: true
630- name: grpc++_base
631 language: c++
632 public_headers:
633 - include/grpc++/alarm.h
634 - include/grpc++/channel.h
635 - include/grpc++/client_context.h
636 - include/grpc++/completion_queue.h
637 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700638 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700639 - include/grpc++/generic/async_generic_service.h
640 - include/grpc++/generic/generic_stub.h
641 - include/grpc++/grpc++.h
642 - include/grpc++/impl/call.h
643 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700644 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700645 - include/grpc++/impl/grpc_library.h
646 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700647 - include/grpc++/impl/rpc_method.h
648 - include/grpc++/impl/rpc_service_method.h
649 - include/grpc++/impl/serialization_traits.h
650 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700651 - include/grpc++/impl/server_builder_plugin.h
652 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700653 - include/grpc++/impl/service_type.h
654 - include/grpc++/impl/sync.h
655 - include/grpc++/impl/sync_cxx11.h
656 - include/grpc++/impl/sync_no_cxx11.h
657 - include/grpc++/impl/thd.h
658 - include/grpc++/impl/thd_cxx11.h
659 - include/grpc++/impl/thd_no_cxx11.h
660 - include/grpc++/security/auth_context.h
661 - include/grpc++/security/auth_metadata_processor.h
662 - include/grpc++/security/credentials.h
663 - include/grpc++/security/server_credentials.h
664 - include/grpc++/server.h
665 - include/grpc++/server_builder.h
666 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700667 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700668 - include/grpc++/support/async_stream.h
669 - include/grpc++/support/async_unary_call.h
670 - include/grpc++/support/byte_buffer.h
671 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700672 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700673 - include/grpc++/support/slice.h
674 - include/grpc++/support/status.h
675 - include/grpc++/support/status_code_enum.h
676 - include/grpc++/support/string_ref.h
677 - include/grpc++/support/stub_options.h
678 - include/grpc++/support/sync_stream.h
679 - include/grpc++/support/time.h
680 headers:
681 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700682 - src/cpp/server/dynamic_thread_pool.h
683 - src/cpp/server/thread_pool_interface.h
684 src:
685 - src/cpp/client/channel.cc
686 - src/cpp/client/client_context.cc
687 - src/cpp/client/create_channel.cc
688 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700689 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700690 - src/cpp/client/credentials.cc
691 - src/cpp/client/generic_stub.cc
692 - src/cpp/client/insecure_credentials.cc
693 - src/cpp/common/channel_arguments.cc
694 - src/cpp/common/completion_queue.cc
695 - src/cpp/common/core_codegen.cc
696 - src/cpp/common/rpc_method.cc
697 - src/cpp/server/async_generic_service.cc
698 - src/cpp/server/create_default_thread_pool.cc
699 - src/cpp/server/dynamic_thread_pool.cc
700 - src/cpp/server/insecure_server_credentials.cc
701 - src/cpp/server/server.cc
702 - src/cpp/server/server_builder.cc
703 - src/cpp/server/server_context.cc
704 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700705 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700706 - src/cpp/util/byte_buffer.cc
707 - src/cpp/util/slice.cc
708 - src/cpp/util/status.cc
709 - src/cpp/util/string_ref.cc
710 - src/cpp/util/time.cc
711 deps:
712 - grpc
713 uses:
yang-g17487f92016-06-03 15:21:15 -0700714 - grpc++_codegen_base
715- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700716 language: c++
717 public_headers:
718 - include/grpc++/impl/codegen/async_stream.h
719 - include/grpc++/impl/codegen/async_unary_call.h
720 - include/grpc++/impl/codegen/call.h
721 - include/grpc++/impl/codegen/call_hook.h
722 - include/grpc++/impl/codegen/channel_interface.h
723 - include/grpc++/impl/codegen/client_context.h
724 - include/grpc++/impl/codegen/client_unary_call.h
725 - include/grpc++/impl/codegen/completion_queue.h
726 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700727 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700728 - include/grpc++/impl/codegen/core_codegen_interface.h
729 - include/grpc++/impl/codegen/create_auth_context.h
730 - include/grpc++/impl/codegen/grpc_library.h
731 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700732 - include/grpc++/impl/codegen/rpc_method.h
733 - include/grpc++/impl/codegen/rpc_service_method.h
734 - include/grpc++/impl/codegen/security/auth_context.h
735 - include/grpc++/impl/codegen/serialization_traits.h
736 - include/grpc++/impl/codegen/server_context.h
737 - include/grpc++/impl/codegen/server_interface.h
738 - include/grpc++/impl/codegen/service_type.h
739 - include/grpc++/impl/codegen/status.h
740 - include/grpc++/impl/codegen/status_code_enum.h
741 - include/grpc++/impl/codegen/string_ref.h
742 - include/grpc++/impl/codegen/stub_options.h
743 - include/grpc++/impl/codegen/sync.h
744 - include/grpc++/impl/codegen/sync_cxx11.h
745 - include/grpc++/impl/codegen/sync_no_cxx11.h
746 - include/grpc++/impl/codegen/sync_stream.h
747 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700748 uses:
749 - grpc_codegen
yang-g17487f92016-06-03 15:21:15 -0700750- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700751 language: c++
752 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700753 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 uses:
yang-g17487f92016-06-03 15:21:15 -0700755 - grpc++_codegen_base
756 - grpc++_config_proto
757- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700758 language: c++
759 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700760 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100761libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800762- name: gpr
763 build: all
764 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800765 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700766 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800767 secure: false
768 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
769- name: gpr_test_util
770 build: private
771 language: c
772 headers:
773 - test/core/util/test_config.h
774 src:
775 - test/core/util/test_config.c
776 deps:
777 - gpr
778 secure: false
779 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700780- name: grpc
781 build: all
782 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 src:
784 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700785 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800786 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700787 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700788 filegroups:
789 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700790 - grpc_transport_chttp2_server_secure
791 - grpc_transport_chttp2_client_secure
792 - grpc_transport_chttp2_server_insecure
793 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700794 - grpc_lb_policy_grpclb
795 - grpc_lb_policy_pick_first
796 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700797 - grpc_resolver_dns_native
798 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700799 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100800 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700801 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700802 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700803 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700804 vs_packages:
805 - grpc.dependencies.openssl
806 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700807 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700808- name: grpc_cronet
809 build: all
810 language: c
811 src:
812 - src/core/lib/surface/init.c
813 baselib: true
814 deps_linkage: static
815 dll: true
816 filegroups:
817 - grpc_base
818 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700819 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700820 generate_plugin_registry: true
821 platforms:
822 - linux
823 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100824- name: grpc_dll
825 build: private
826 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100827 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100828 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100829 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100830 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100831 build_system:
832 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100833 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100834 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100835 vs_config_type: DynamicLibrary
836 vs_packages:
837 - grpc.dependencies.openssl
838 - grpc.dependencies.zlib
839 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
840 vs_props:
841 - zlib
842 - openssl
843 - winsock
844 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700845- name: grpc_test_util
846 build: private
847 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700848 headers:
849 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800850 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700851 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700852 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700853 - test/core/end2end/data/server1_cert.c
854 - test/core/end2end/data/server1_key.c
855 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800856 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700857 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800858 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800859 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700860 - grpc
861 filegroups:
862 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700863 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
864- name: grpc_test_util_unsecure
865 build: private
866 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700867 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800868 - gpr
869 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800870 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700871 filegroups:
872 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700873 secure: false
874 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
875- name: grpc_unsecure
876 build: all
877 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700878 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700879 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700880 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700881 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800882 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700883 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700884 filegroups:
885 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700886 - grpc_transport_chttp2_server_insecure
887 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700888 - grpc_resolver_dns_native
889 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700890 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700891 - grpc_lb_policy_grpclb
892 - grpc_lb_policy_pick_first
893 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700894 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700895 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700896 secure: false
897 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
898- name: grpc_zookeeper
899 build: all
900 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700901 public_headers:
902 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700903 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700904 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700905 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800906 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700907 - grpc
908 external_deps:
909 - zookeeper
910 platforms:
911 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700912 secure: false
913- name: reconnect_server
914 build: private
915 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700916 headers:
917 - test/core/util/reconnect_server.h
918 src:
919 - test/core/util/reconnect_server.c
920 deps:
yang-gc9fca182015-11-06 16:41:33 -0800921 - test_tcp_server
922 - grpc_test_util
923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800924 - gpr_test_util
925 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800926- name: test_tcp_server
927 build: private
928 language: c
929 headers:
930 - test/core/util/test_tcp_server.h
931 src:
932 - test/core/util/test_tcp_server.c
933 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700934 - grpc_test_util
935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800936 - gpr_test_util
937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700938- name: grpc++
939 build: all
940 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700941 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700942 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700943 - src/cpp/client/secure_credentials.h
944 - src/cpp/common/secure_auth_context.h
945 - src/cpp/server/secure_server_credentials.h
946 src:
Craig Tiller25834342015-09-25 08:08:24 -0700947 - src/cpp/client/secure_credentials.cc
948 - src/cpp/common/auth_property_iterator.cc
949 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800950 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700951 - src/cpp/common/secure_create_auth_context.cc
952 - src/cpp/server/secure_server_credentials.cc
953 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700954 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700955 baselib: true
956 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700957 filegroups:
958 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700959 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700960 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700961 secure: check
962 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
963- name: grpc++_test_config
964 build: private
965 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700966 headers:
967 - test/cpp/util/test_config.h
968 src:
969 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700970- name: grpc++_test_util
971 build: private
972 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700973 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800974 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800975 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700976 - test/cpp/util/create_test_channel.h
977 - test/cpp/util/string_ref_helper.h
978 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800979 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700980 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800981 - src/proto/grpc/testing/echo_messages.proto
982 - src/proto/grpc/testing/echo.proto
983 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800984 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800985 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700986 - test/cpp/util/create_test_channel.cc
987 - test/cpp/util/string_ref_helper.cc
988 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800989 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700990 deps:
991 - grpc++
992 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -0700993 filegroups:
994 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700995 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -0700996 - grpc++_codegen_proto
997 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998- name: grpc++_unsecure
999 build: all
1000 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001001 src:
1002 - src/cpp/common/insecure_create_auth_context.cc
1003 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001004 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001005 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006 baselib: true
1007 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001008 filegroups:
1009 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001010 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001011 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001012 secure: false
1013 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001014- name: grpc_cli_libs
1015 build: private
1016 language: c++
1017 headers:
1018 - test/cpp/util/cli_call.h
1019 - test/cpp/util/proto_file_parser.h
1020 src:
1021 - test/cpp/util/cli_call.cc
1022 - test/cpp/util/proto_file_parser.cc
1023 deps:
1024 - grpc++
1025 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001026- name: grpc_plugin_support
1027 build: protoc
1028 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001029 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001030 - src/compiler/config.h
1031 - src/compiler/cpp_generator.h
1032 - src/compiler/cpp_generator_helpers.h
1033 - src/compiler/csharp_generator.h
1034 - src/compiler/csharp_generator_helpers.h
1035 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001036 - src/compiler/node_generator.h
1037 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001038 - src/compiler/objective_c_generator.h
1039 - src/compiler/objective_c_generator_helpers.h
1040 - src/compiler/python_generator.h
1041 - src/compiler/ruby_generator.h
1042 - src/compiler/ruby_generator_helpers-inl.h
1043 - src/compiler/ruby_generator_map-inl.h
1044 - src/compiler/ruby_generator_string-inl.h
1045 src:
1046 - src/compiler/cpp_generator.cc
1047 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001048 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001049 - src/compiler/objective_c_generator.cc
1050 - src/compiler/python_generator.cc
1051 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001052 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001053 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001054 secure: false
1055 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001056 vs_props:
1057 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001058- name: interop_client_helper
1059 build: private
1060 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001061 headers:
1062 - test/cpp/interop/client_helper.h
1063 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001064 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001065 - test/cpp/interop/client_helper.cc
1066 deps:
1067 - grpc++_test_util
1068 - grpc_test_util
1069 - grpc++
1070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001071 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001072- name: interop_client_main
1073 build: private
1074 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001075 headers:
1076 - test/cpp/interop/interop_client.h
1077 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001078 - src/proto/grpc/testing/empty.proto
1079 - src/proto/grpc/testing/messages.proto
1080 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001081 - test/cpp/interop/client.cc
1082 - test/cpp/interop/interop_client.cc
1083 deps:
1084 - interop_client_helper
1085 - grpc++_test_util
1086 - grpc_test_util
1087 - grpc++
1088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001089 - gpr_test_util
1090 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001091 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001092- name: interop_server_helper
1093 build: private
1094 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001095 headers:
1096 - test/cpp/interop/server_helper.h
1097 src:
1098 - test/cpp/interop/server_helper.cc
1099 deps:
1100 - grpc_test_util
1101 - grpc++
1102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001103 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001104- name: interop_server_main
1105 build: private
1106 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001107 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001108 - src/proto/grpc/testing/empty.proto
1109 - src/proto/grpc/testing/messages.proto
1110 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001111 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001112 deps:
1113 - interop_server_helper
1114 - grpc++_test_util
1115 - grpc_test_util
1116 - grpc++
1117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001118 - gpr_test_util
1119 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001120 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001121- name: qps
1122 build: private
1123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001124 headers:
1125 - test/cpp/qps/client.h
1126 - test/cpp/qps/driver.h
1127 - test/cpp/qps/histogram.h
1128 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001129 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001130 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001131 - test/cpp/qps/qps_worker.h
1132 - test/cpp/qps/report.h
1133 - test/cpp/qps/server.h
1134 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001135 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001136 - test/cpp/util/benchmark_config.h
1137 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001138 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001139 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001140 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001141 - src/proto/grpc/testing/control.proto
1142 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001143 - test/cpp/qps/client_async.cc
1144 - test/cpp/qps/client_sync.cc
1145 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001146 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001147 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001148 - test/cpp/qps/qps_worker.cc
1149 - test/cpp/qps/report.cc
1150 - test/cpp/qps/server_async.cc
1151 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001152 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001153 - test/cpp/util/benchmark_config.cc
1154 deps:
1155 - grpc_test_util
1156 - grpc++_test_util
1157 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001158- name: grpc_csharp_ext
1159 build: all
1160 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001161 src:
1162 - src/csharp/ext/grpc_csharp_ext.c
1163 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001165 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001166 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001167 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168 dll: only
1169 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001170 vs_packages:
1171 - grpc.dependencies.openssl
1172 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001173 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001174 vs_props:
1175 - zlib
1176 - openssl
1177 - winsock
1178 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001180- name: alarm_test
1181 build: test
1182 language: c
1183 src:
1184 - test/core/surface/alarm_test.c
1185 deps:
1186 - grpc_test_util
1187 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001188 - gpr_test_util
1189 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001190- name: algorithm_test
1191 build: test
1192 language: c
1193 src:
1194 - test/core/compression/algorithm_test.c
1195 deps:
1196 - grpc_test_util
1197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001198 - gpr_test_util
1199 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001200- name: alloc_test
1201 build: test
1202 language: c
1203 src:
1204 - test/core/support/alloc_test.c
1205 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001206 - gpr_test_util
1207 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001208- name: alpn_test
1209 build: test
1210 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001211 src:
1212 - test/core/transport/chttp2/alpn_test.c
1213 deps:
1214 - grpc_test_util
1215 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001216 - gpr_test_util
1217 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001218- name: api_fuzzer
1219 build: fuzzer
1220 language: c
1221 src:
1222 - test/core/end2end/fuzzers/api_fuzzer.c
1223 deps:
1224 - grpc_test_util
1225 - grpc
1226 - gpr_test_util
1227 - gpr
1228 corpus_dirs:
1229 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001230 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001231 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001232- name: bin_encoder_test
1233 build: test
1234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001235 src:
1236 - test/core/transport/chttp2/bin_encoder_test.c
1237 deps:
1238 - grpc_test_util
1239 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001240- name: census_context_test
1241 build: test
1242 language: c
1243 src:
1244 - test/core/census/context_test.c
1245 deps:
1246 - grpc_test_util
1247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001248 - gpr_test_util
1249 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001250- name: channel_create_test
1251 build: test
1252 language: c
1253 src:
1254 - test/core/surface/channel_create_test.c
1255 deps:
1256 - grpc_test_util
1257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001258 - gpr_test_util
1259 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001260- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001261 build: test
1262 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001263 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001264 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001265 deps:
1266 - grpc_test_util
1267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001268 - gpr_test_util
1269 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001270- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001271 build: test
1272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001273 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001274 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001275 deps:
1276 - grpc_test_util
1277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001278 - gpr_test_util
1279 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280- name: chttp2_stream_map_test
1281 build: test
1282 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001283 src:
1284 - test/core/transport/chttp2/stream_map_test.c
1285 deps:
1286 - grpc_test_util
1287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001288 - gpr_test_util
1289 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001290- name: chttp2_varint_test
1291 build: test
1292 language: c
1293 src:
1294 - test/core/transport/chttp2/varint_test.c
1295 deps:
1296 - grpc_test_util
1297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001300- name: client_fuzzer
1301 build: fuzzer
1302 language: c
1303 src:
1304 - test/core/end2end/fuzzers/client_fuzzer.c
1305 deps:
1306 - grpc_test_util
1307 - grpc
1308 - gpr_test_util
1309 - gpr
1310 corpus_dirs:
1311 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001312 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001313 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001314- name: compression_test
1315 build: test
1316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001317 src:
1318 - test/core/compression/compression_test.c
1319 deps:
1320 - grpc_test_util
1321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001322 - gpr_test_util
1323 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001324- name: concurrent_connectivity_test
1325 build: test
1326 language: c
1327 src:
1328 - test/core/surface/concurrent_connectivity_test.c
1329 deps:
1330 - grpc_test_util
1331 - grpc
1332 - gpr_test_util
1333 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001334- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001335 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001336 build: test
1337 language: c
1338 src:
1339 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1340 deps:
1341 - grpc_test_util
1342 - grpc
1343 - gpr_test_util
1344 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001345- name: dns_resolver_test
1346 build: test
1347 language: c
1348 src:
1349 - test/core/client_config/resolvers/dns_resolver_test.c
1350 deps:
1351 - grpc_test_util
1352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001353 - gpr_test_util
1354 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001355- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001356 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001357 build: test
1358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001359 src:
1360 - test/core/end2end/dualstack_socket_test.c
1361 deps:
1362 - grpc_test_util
1363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001364 - gpr_test_util
1365 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001366 platforms:
1367 - mac
1368 - linux
1369 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001370- name: endpoint_pair_test
1371 build: test
1372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001373 src:
1374 - test/core/iomgr/endpoint_pair_test.c
1375 deps:
1376 - grpc_test_util
1377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001378 - gpr_test_util
1379 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001380- name: fd_conservation_posix_test
1381 build: test
1382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001383 src:
1384 - test/core/iomgr/fd_conservation_posix_test.c
1385 deps:
1386 - grpc_test_util
1387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001388 - gpr_test_util
1389 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001390 platforms:
1391 - mac
1392 - linux
1393 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001394- name: fd_posix_test
1395 build: test
1396 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001397 src:
1398 - test/core/iomgr/fd_posix_test.c
1399 deps:
1400 - grpc_test_util
1401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001402 - gpr_test_util
1403 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001404 platforms:
1405 - mac
1406 - linux
1407 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408- name: fling_client
1409 build: test
1410 run: false
1411 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001412 src:
1413 - test/core/fling/client.c
1414 deps:
1415 - grpc_test_util
1416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001417 - gpr_test_util
1418 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001419- name: fling_server
1420 build: test
1421 run: false
1422 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001423 src:
1424 - test/core/fling/server.c
1425 deps:
1426 - grpc_test_util
1427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001428 - gpr_test_util
1429 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001430- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001431 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001432 build: test
1433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001434 src:
1435 - test/core/fling/fling_stream_test.c
1436 deps:
1437 - grpc_test_util
1438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001439 - gpr_test_util
1440 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001441 platforms:
1442 - mac
1443 - linux
1444 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001445- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001446 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447 build: test
1448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001449 src:
1450 - test/core/fling/fling_test.c
1451 deps:
1452 - grpc_test_util
1453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001456 platforms:
1457 - mac
1458 - linux
1459 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001460- name: gen_hpack_tables
1461 build: tool
1462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001463 src:
1464 - tools/codegen/core/gen_hpack_tables.c
1465 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001466 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001467 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001468- name: gen_legal_metadata_characters
1469 build: tool
1470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001471 src:
1472 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001474- name: goaway_server_test
1475 cpu_cost: 0.1
1476 build: test
1477 language: c
1478 src:
1479 - test/core/end2end/goaway_server_test.c
1480 deps:
1481 - grpc_test_util
1482 - grpc
1483 - gpr_test_util
1484 - gpr
1485 platforms:
1486 - mac
1487 - linux
1488 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001489- name: gpr_avl_test
1490 build: test
1491 language: c
1492 src:
1493 - test/core/support/avl_test.c
1494 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001495 - gpr_test_util
1496 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001497- name: gpr_backoff_test
1498 build: test
1499 language: c
1500 src:
1501 - test/core/support/backoff_test.c
1502 deps:
1503 - gpr_test_util
1504 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001505- name: gpr_cmdline_test
1506 build: test
1507 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001508 src:
1509 - test/core/support/cmdline_test.c
1510 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001511 - gpr_test_util
1512 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001513- name: gpr_cpu_test
1514 build: test
1515 language: c
1516 src:
1517 - test/core/support/cpu_test.c
1518 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001519 - gpr_test_util
1520 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001521- name: gpr_env_test
1522 build: test
1523 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001524 src:
1525 - test/core/support/env_test.c
1526 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001527 - gpr_test_util
1528 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001529- name: gpr_histogram_test
1530 build: test
1531 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001532 src:
1533 - test/core/support/histogram_test.c
1534 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001535 - gpr_test_util
1536 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537- name: gpr_host_port_test
1538 build: test
1539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001540 src:
1541 - test/core/support/host_port_test.c
1542 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001543 - gpr_test_util
1544 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001545- name: gpr_load_file_test
1546 build: test
1547 language: c
1548 src:
1549 - test/core/support/load_file_test.c
1550 deps:
1551 - gpr_test_util
1552 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001553- name: gpr_log_test
1554 build: test
1555 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001556 src:
1557 - test/core/support/log_test.c
1558 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001559 - gpr_test_util
1560 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001561- name: gpr_slice_buffer_test
1562 build: test
1563 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001564 src:
1565 - test/core/support/slice_buffer_test.c
1566 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001567 - gpr_test_util
1568 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001569- name: gpr_slice_test
1570 build: test
1571 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001572 src:
1573 - test/core/support/slice_test.c
1574 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001575 - gpr_test_util
1576 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001577- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001578 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579 build: test
1580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001581 src:
1582 - test/core/support/stack_lockfree_test.c
1583 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001584 - gpr_test_util
1585 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001586- name: gpr_string_test
1587 build: test
1588 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001589 src:
1590 - test/core/support/string_test.c
1591 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001592 - gpr_test_util
1593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001594- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001595 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001596 build: test
1597 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001598 src:
1599 - test/core/support/sync_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_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001604 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001605 build: test
1606 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001607 src:
1608 - test/core/support/thd_test.c
1609 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001612- name: gpr_time_test
1613 build: test
1614 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001615 src:
1616 - test/core/support/time_test.c
1617 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001618 - gpr_test_util
1619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001620- name: gpr_tls_test
1621 build: test
1622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001623 src:
1624 - test/core/support/tls_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_useful_test
1629 build: test
1630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001631 src:
1632 - test/core/support/useful_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: grpc_auth_context_test
1637 build: test
1638 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001639 src:
1640 - test/core/security/auth_context_test.c
1641 deps:
1642 - grpc_test_util
1643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001646- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001647 build: test
1648 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001649 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001650 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001651 deps:
1652 - grpc_test_util
1653 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001654 - gpr_test_util
1655 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001656- name: grpc_byte_buffer_reader_test
1657 build: test
1658 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001659 src:
1660 - test/core/surface/byte_buffer_reader_test.c
1661 deps:
1662 - grpc_test_util
1663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001664 - gpr_test_util
1665 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001666- name: grpc_channel_args_test
1667 build: test
1668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
1670 - test/core/channel/channel_args_test.c
1671 deps:
1672 - grpc_test_util
1673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001674 - gpr_test_util
1675 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001676- name: grpc_channel_stack_test
1677 build: test
1678 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001679 src:
1680 - test/core/channel/channel_stack_test.c
1681 deps:
1682 - grpc_test_util
1683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 - gpr_test_util
1685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686- name: grpc_completion_queue_test
1687 build: test
1688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001689 src:
1690 - test/core/surface/completion_queue_test.c
1691 deps:
1692 - grpc_test_util
1693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001694 - gpr_test_util
1695 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001696- name: grpc_create_jwt
1697 build: tool
1698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001699 src:
1700 - test/core/security/create_jwt.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001706- name: grpc_credentials_test
1707 build: test
1708 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001709 src:
1710 - test/core/security/credentials_test.c
1711 deps:
1712 - grpc_test_util
1713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001714 - gpr_test_util
1715 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001716- name: grpc_fetch_oauth2
1717 build: tool
1718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001719 src:
1720 - test/core/security/fetch_oauth2.c
1721 deps:
1722 - grpc_test_util
1723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001724 - gpr_test_util
1725 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001726- name: grpc_invalid_channel_args_test
1727 build: test
1728 language: c
1729 src:
1730 - test/core/surface/invalid_channel_args_test.c
1731 deps:
1732 - grpc_test_util
1733 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001734 - gpr_test_util
1735 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001736- name: grpc_json_token_test
1737 build: test
1738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001739 src:
1740 - test/core/security/json_token_test.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001746 platforms:
1747 - linux
1748 - posix
1749 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001750- name: grpc_jwt_verifier_test
1751 build: test
1752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001753 src:
1754 - test/core/security/jwt_verifier_test.c
1755 deps:
1756 - grpc_test_util
1757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001758 - gpr_test_util
1759 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001760- name: grpc_print_google_default_creds_token
1761 build: tool
1762 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001763 src:
1764 - test/core/security/print_google_default_creds_token.c
1765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770- name: grpc_security_connector_test
1771 build: test
1772 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001773 src:
1774 - test/core/security/security_connector_test.c
1775 deps:
1776 - grpc_test_util
1777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001778 - gpr_test_util
1779 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001780- name: grpc_verify_jwt
1781 build: tool
1782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001783 src:
1784 - test/core/security/verify_jwt.c
1785 deps:
1786 - grpc_test_util
1787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001788 - gpr_test_util
1789 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001790- name: hpack_parser_fuzzer_test
1791 build: fuzzer
1792 language: c
1793 src:
1794 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1795 deps:
1796 - grpc_test_util
1797 - grpc
1798 - gpr_test_util
1799 - gpr
1800 corpus_dirs:
1801 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001802 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001803 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001804- name: hpack_parser_test
1805 build: test
1806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001807 src:
1808 - test/core/transport/chttp2/hpack_parser_test.c
1809 deps:
1810 - grpc_test_util
1811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001812 - gpr_test_util
1813 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001814- name: hpack_table_test
1815 build: test
1816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001817 src:
1818 - test/core/transport/chttp2/hpack_table_test.c
1819 deps:
1820 - grpc_test_util
1821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001822 - gpr_test_util
1823 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001824- name: http_fuzzer_test
1825 build: fuzzer
1826 language: c
1827 src:
1828 - test/core/http/fuzzer.c
1829 deps:
1830 - grpc_test_util
1831 - grpc
1832 - gpr_test_util
1833 - gpr
1834 corpus_dirs:
1835 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001836 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001837- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001838 build: test
1839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001840 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001841 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001842 deps:
1843 - grpc_test_util
1844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001845 - gpr_test_util
1846 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001847- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001848 build: test
1849 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001850 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001851 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001852 deps:
1853 - grpc_test_util
1854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001855 - gpr_test_util
1856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001858 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001859 build: test
1860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001861 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001862 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001863 deps:
1864 - grpc_test_util
1865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001866 - gpr_test_util
1867 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001868 platforms:
1869 - mac
1870 - linux
1871 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001872- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001873 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001874 build: test
1875 language: c
1876 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001877 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001878 deps:
1879 - grpc_test_util
1880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001883 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001884 - linux
yang-gf1183302015-12-07 16:02:05 -08001885- name: init_test
1886 build: test
1887 language: c
1888 src:
1889 - test/core/surface/init_test.c
1890 deps:
1891 - grpc_test_util
1892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 - gpr_test_util
1894 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001895- name: internal_api_canary_iomgr_test
1896 build: test
1897 run: false
1898 language: c
1899 src:
1900 - test/core/internal_api_canaries/iomgr.c
1901 deps:
1902 - grpc_test_util
1903 - grpc
1904 - gpr_test_util
1905 - gpr
1906- name: internal_api_canary_support_test
1907 build: test
1908 run: false
1909 language: c
1910 src:
1911 - test/core/internal_api_canaries/iomgr.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
1915 - gpr_test_util
1916 - gpr
1917- name: internal_api_canary_transport_test
1918 build: test
1919 run: false
1920 language: c
1921 src:
1922 - test/core/internal_api_canaries/iomgr.c
1923 deps:
1924 - grpc_test_util
1925 - grpc
1926 - gpr_test_util
1927 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001928- name: invalid_call_argument_test
1929 build: test
1930 language: c
1931 src:
1932 - test/core/end2end/invalid_call_argument_test.c
1933 deps:
1934 - grpc_test_util
1935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001936 - gpr_test_util
1937 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001938- name: json_fuzzer_test
1939 build: fuzzer
1940 language: c
1941 src:
1942 - test/core/json/fuzzer.c
1943 deps:
1944 - grpc_test_util
1945 - grpc
1946 - gpr_test_util
1947 - gpr
1948 corpus_dirs:
1949 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001950 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951- name: json_rewrite
1952 build: test
1953 run: false
1954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
1956 - test/core/json/json_rewrite.c
1957 deps:
1958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960- name: json_rewrite_test
1961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/json/json_rewrite_test.c
1965 deps:
1966 - grpc_test_util
1967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001968 - gpr_test_util
1969 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001970- name: json_stream_error_test
1971 build: test
1972 language: c
1973 src:
1974 - test/core/json/json_stream_error_test.c
1975 deps:
1976 - grpc_test_util
1977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001980- name: json_test
1981 build: test
1982 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001983 src:
1984 - test/core/json/json_test.c
1985 deps:
1986 - grpc_test_util
1987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001988 - gpr_test_util
1989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990- name: lame_client_test
1991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/surface/lame_client_test.c
1995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002000- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002001 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002002 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002003 build: test
2004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
2006 - test/core/client_config/lb_policies_test.c
2007 deps:
2008 - grpc_test_util
2009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr_test_util
2011 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002012- name: low_level_ping_pong_benchmark
2013 build: benchmark
2014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002015 src:
2016 - test/core/network_benchmarks/low_level_ping_pong.c
2017 deps:
2018 - grpc_test_util
2019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr_test_util
2021 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002022 platforms:
2023 - mac
2024 - linux
2025 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026- name: message_compress_test
2027 build: test
2028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002029 src:
2030 - test/core/compression/message_compress_test.c
2031 deps:
2032 - grpc_test_util
2033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002036- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002037 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002038 build: test
2039 language: c
2040 src:
2041 - test/core/census/mlog_test.c
2042 deps:
2043 - grpc_test_util
2044 - grpc
2045 - gpr_test_util
2046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: multiple_server_queues_test
2048 build: test
2049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/core/end2end/multiple_server_queues_test.c
2052 deps:
2053 - grpc_test_util
2054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002055 - gpr_test_util
2056 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002057- name: murmur_hash_test
2058 build: test
2059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002060 src:
2061 - test/core/support/murmur_hash_test.c
2062 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002065- name: nanopb_fuzzer_response_test
2066 build: fuzzer
2067 language: c
2068 src:
2069 - test/core/nanopb/fuzzer_response.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
2073 - gpr_test_util
2074 - gpr
2075 corpus_dirs:
2076 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002077 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002078- name: nanopb_fuzzer_serverlist_test
2079 build: fuzzer
2080 language: c
2081 src:
2082 - test/core/nanopb/fuzzer_serverlist.c
2083 deps:
2084 - grpc_test_util
2085 - grpc
2086 - gpr_test_util
2087 - gpr
2088 corpus_dirs:
2089 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002090 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002092 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093 build: test
2094 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002095 src:
2096 - test/core/end2end/no_server_test.c
2097 deps:
2098 - grpc_test_util
2099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002100 - gpr_test_util
2101 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102- name: resolve_address_test
2103 build: test
2104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002105 src:
2106 - test/core/iomgr/resolve_address_test.c
2107 deps:
2108 - grpc_test_util
2109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002110 - gpr_test_util
2111 - gpr
yang-gd482e592015-12-10 14:04:00 -08002112- name: secure_channel_create_test
2113 build: test
2114 language: c
2115 src:
2116 - test/core/surface/secure_channel_create_test.c
2117 deps:
2118 - grpc_test_util
2119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002120 - gpr_test_util
2121 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002122- name: secure_endpoint_test
2123 build: test
2124 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002125 src:
2126 - test/core/security/secure_endpoint_test.c
2127 deps:
2128 - grpc_test_util
2129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002130 - gpr_test_util
2131 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002132- name: server_chttp2_test
2133 build: test
2134 language: c
2135 src:
2136 - test/core/surface/server_chttp2_test.c
2137 deps:
2138 - grpc_test_util
2139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002140 - gpr_test_util
2141 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002142- name: server_fuzzer
2143 build: fuzzer
2144 language: c
2145 src:
2146 - test/core/end2end/fuzzers/server_fuzzer.c
2147 deps:
2148 - grpc_test_util
2149 - grpc
2150 - gpr_test_util
2151 - gpr
2152 corpus_dirs:
2153 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002154 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002155 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002156- name: server_test
2157 build: test
2158 language: c
2159 src:
2160 - test/core/surface/server_test.c
2161 deps:
2162 - grpc_test_util
2163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002166- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002167 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002168 build: test
2169 language: c
2170 src:
2171 - test/core/client_config/set_initial_connect_string_test.c
2172 deps:
2173 - test_tcp_server
2174 - grpc_test_util
2175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr_test_util
2177 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002178- name: sockaddr_resolver_test
2179 build: test
2180 language: c
2181 src:
2182 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2183 deps:
2184 - grpc_test_util
2185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 - gpr_test_util
2187 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002188- name: sockaddr_utils_test
2189 build: test
2190 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002191 src:
2192 - test/core/iomgr/sockaddr_utils_test.c
2193 deps:
2194 - grpc_test_util
2195 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002196 - gpr_test_util
2197 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002198- name: socket_utils_test
2199 build: test
2200 language: c
2201 src:
2202 - test/core/iomgr/socket_utils_test.c
2203 deps:
2204 - grpc_test_util
2205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002206 - gpr_test_util
2207 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002208 platforms:
2209 - mac
2210 - linux
2211 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002212- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002213 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002214 build: test
2215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002216 src:
2217 - test/core/iomgr/tcp_client_posix_test.c
2218 deps:
2219 - grpc_test_util
2220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002223 platforms:
2224 - mac
2225 - linux
2226 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002227- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002228 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002229 build: test
2230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002231 src:
2232 - test/core/iomgr/tcp_posix_test.c
2233 deps:
2234 - grpc_test_util
2235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002236 - gpr_test_util
2237 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002238 platforms:
2239 - mac
2240 - linux
2241 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002242- name: tcp_server_posix_test
2243 build: test
2244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002245 src:
2246 - test/core/iomgr/tcp_server_posix_test.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002252 platforms:
2253 - mac
2254 - linux
2255 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256- name: time_averaged_stats_test
2257 build: test
2258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002259 src:
2260 - test/core/iomgr/time_averaged_stats_test.c
2261 deps:
2262 - grpc_test_util
2263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002264 - gpr_test_util
2265 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002266- name: timeout_encoding_test
2267 build: test
2268 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002269 src:
2270 - test/core/transport/chttp2/timeout_encoding_test.c
2271 deps:
2272 - grpc_test_util
2273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 - gpr_test_util
2275 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002276- name: timer_heap_test
2277 build: test
2278 language: c
2279 src:
2280 - test/core/iomgr/timer_heap_test.c
2281 deps:
2282 - grpc_test_util
2283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002284 - gpr_test_util
2285 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002286- name: timer_list_test
2287 build: test
2288 language: c
2289 src:
2290 - test/core/iomgr/timer_list_test.c
2291 deps:
2292 - grpc_test_util
2293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002294 - gpr_test_util
2295 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002296- name: timers_test
2297 build: test
2298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002299 src:
2300 - test/core/profiling/timers_test.c
2301 deps:
2302 - grpc_test_util
2303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002304 - gpr_test_util
2305 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002306- name: transport_connectivity_state_test
2307 build: test
2308 language: c
2309 src:
2310 - test/core/transport/connectivity_state_test.c
2311 deps:
2312 - grpc_test_util
2313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002314 - gpr_test_util
2315 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002316- name: transport_metadata_test
2317 build: test
2318 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002319 src:
2320 - test/core/transport/metadata_test.c
2321 deps:
2322 - grpc_test_util
2323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002324 - gpr_test_util
2325 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326- name: transport_security_test
2327 build: test
2328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002329 src:
2330 - test/core/tsi/transport_security_test.c
2331 deps:
2332 - grpc_test_util
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002336 platforms:
2337 - linux
2338 - posix
2339 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: udp_server_test
2341 build: test
2342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
2344 - test/core/iomgr/udp_server_test.c
2345 deps:
2346 - grpc_test_util
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002350 platforms:
2351 - mac
2352 - linux
2353 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002354- name: uri_fuzzer_test
2355 build: fuzzer
2356 language: c
2357 src:
2358 - test/core/client_config/uri_fuzzer_test.c
2359 deps:
2360 - grpc_test_util
2361 - grpc
2362 - gpr_test_util
2363 - gpr
2364 corpus_dirs:
2365 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002366 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002367- name: uri_parser_test
2368 build: test
2369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002370 src:
2371 - test/core/client_config/uri_parser_test.c
2372 deps:
2373 - grpc_test_util
2374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002375 - gpr_test_util
2376 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002377- name: workqueue_test
2378 build: test
2379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002380 src:
2381 - test/core/iomgr/workqueue_test.c
2382 deps:
2383 - grpc_test_util
2384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002385 - gpr_test_util
2386 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002387 platforms:
2388 - mac
2389 - linux
2390 - posix
vjpai04e992a2016-02-10 16:58:38 -08002391- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002392 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002393 build: test
2394 language: c++
2395 src:
2396 - test/cpp/common/alarm_cpp_test.cc
2397 deps:
2398 - grpc++_test_util
2399 - grpc_test_util
2400 - grpc++
2401 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002402 - gpr_test_util
2403 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002405 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002406 build: test
2407 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002408 src:
2409 - test/cpp/end2end/async_end2end_test.cc
2410 deps:
2411 - grpc++_test_util
2412 - grpc_test_util
2413 - grpc++
2414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002415 - gpr_test_util
2416 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002417- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002418 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419 build: test
2420 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002421 src:
2422 - test/cpp/common/auth_property_iterator_test.cc
2423 deps:
2424 - grpc++_test_util
2425 - grpc_test_util
2426 - grpc++
2427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002430- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002431 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002432 build: test
2433 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002434 src:
yang-g52705592015-11-25 11:45:33 -08002435 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002436 deps:
2437 - grpc++
2438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002440- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002441 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002442 build: test
2443 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002444 src:
2445 - test/cpp/util/cli_call_test.cc
2446 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002447 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002448 - grpc++_test_util
2449 - grpc_test_util
2450 - grpc++
2451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002452 - gpr_test_util
2453 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002454- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002455 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002456 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002457 build: test
2458 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002459 src:
2460 - test/cpp/end2end/client_crash_test.cc
2461 deps:
2462 - grpc++_test_util
2463 - grpc_test_util
2464 - grpc++
2465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr_test_util
2467 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002468 platforms:
2469 - mac
2470 - linux
2471 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472- name: client_crash_test_server
2473 build: test
2474 run: false
2475 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002476 src:
2477 - test/cpp/end2end/client_crash_test_server.cc
2478 deps:
2479 - grpc++_test_util
2480 - grpc_test_util
2481 - grpc++
2482 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002483 - gpr_test_util
2484 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002485- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002486 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002487 build: test
2488 language: c++
2489 src:
2490 - src/proto/grpc/testing/control.proto
2491 - src/proto/grpc/testing/messages.proto
2492 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002493 - src/proto/grpc/testing/services.proto
2494 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002495 - test/cpp/codegen/codegen_test_full.cc
2496 deps:
2497 - grpc++
2498 - grpc
2499 - gpr
2500 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002501 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002502- name: codegen_test_minimal
2503 gtest: true
2504 build: test
2505 language: c++
2506 src:
2507 - src/proto/grpc/testing/control.proto
2508 - src/proto/grpc/testing/messages.proto
2509 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002510 - src/proto/grpc/testing/services.proto
2511 - src/proto/grpc/testing/stats.proto
2512 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002513 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002514 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002515 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002516- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002517 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002518 build: test
2519 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002520 src:
2521 - test/cpp/client/credentials_test.cc
2522 deps:
2523 - grpc++
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002526- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002527 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002528 build: test
2529 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002530 src:
2531 - test/cpp/util/byte_buffer_test.cc
2532 deps:
2533 - grpc_test_util
2534 - grpc++
2535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002536 - gpr_test_util
2537 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002538- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002539 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002540 build: test
2541 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002542 src:
2543 - test/cpp/util/slice_test.cc
2544 deps:
2545 - grpc_test_util
2546 - grpc++
2547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002548 - gpr_test_util
2549 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002550- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002551 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002552 build: test
2553 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002554 src:
2555 - test/cpp/util/string_ref_test.cc
2556 deps:
2557 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002558- name: cxx_time_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/util/time_test.cc
2564 deps:
2565 - grpc_test_util
2566 - grpc++
2567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002568 - gpr_test_util
2569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002571 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002572 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002573 build: test
2574 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002575 src:
2576 - test/cpp/end2end/end2end_test.cc
2577 deps:
2578 - grpc++_test_util
2579 - grpc_test_util
2580 - grpc++
2581 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002582 - gpr_test_util
2583 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002584- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002585 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002586 build: test
2587 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002588 src:
2589 - test/cpp/end2end/generic_end2end_test.cc
2590 deps:
2591 - grpc++_test_util
2592 - grpc_test_util
2593 - grpc++
2594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002595 - gpr_test_util
2596 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002597- name: golden_file_test
2598 gtest: true
2599 build: test
2600 language: c++
2601 src:
2602 - src/proto/grpc/testing/compiler_test.proto
2603 - test/cpp/codegen/golden_file_test.cc
2604 deps:
2605 - grpc++
2606 - grpc
2607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002608- name: grpc_cli
2609 build: test
2610 run: false
2611 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002612 src:
2613 - test/cpp/util/grpc_cli.cc
2614 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002615 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002616 - grpc++_test_util
2617 - grpc_test_util
2618 - grpc++
2619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002620 - gpr_test_util
2621 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002622 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623- name: grpc_cpp_plugin
2624 build: protoc
2625 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002626 src:
2627 - src/compiler/cpp_plugin.cc
2628 deps:
2629 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002630 secure: false
2631 vs_config_type: Application
2632 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2633- name: grpc_csharp_plugin
2634 build: protoc
2635 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002636 src:
2637 - src/compiler/csharp_plugin.cc
2638 deps:
2639 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002640 secure: false
2641 vs_config_type: Application
2642 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002643- name: grpc_node_plugin
2644 build: protoc
2645 language: c++
2646 src:
2647 - src/compiler/node_plugin.cc
2648 deps:
2649 - grpc_plugin_support
2650 secure: false
2651 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002652- name: grpc_objective_c_plugin
2653 build: protoc
2654 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002655 src:
2656 - src/compiler/objective_c_plugin.cc
2657 deps:
2658 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002659 secure: false
2660 vs_config_type: Application
2661 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2662- name: grpc_python_plugin
2663 build: protoc
2664 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002665 src:
2666 - src/compiler/python_plugin.cc
2667 deps:
2668 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002669 secure: false
2670 vs_config_type: Application
2671 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2672- name: grpc_ruby_plugin
2673 build: protoc
2674 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002675 src:
2676 - src/compiler/ruby_plugin.cc
2677 deps:
2678 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002679 secure: false
2680 vs_config_type: Application
2681 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002682- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002683 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002684 build: test
2685 language: c++
2686 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002687 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002688 - test/cpp/grpclb/grpclb_api_test.cc
2689 deps:
2690 - grpc++_test_util
2691 - grpc_test_util
2692 - grpc++
2693 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002694- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002695 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002696 build: test
2697 language: c++
2698 src:
2699 - test/cpp/end2end/hybrid_end2end_test.cc
2700 deps:
2701 - grpc++_test_util
2702 - grpc_test_util
2703 - grpc++
2704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002705 - gpr_test_util
2706 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002707- name: interop_client
2708 build: test
2709 run: false
2710 language: c++
2711 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002712 deps:
2713 - interop_client_main
2714 - interop_client_helper
2715 - grpc++_test_util
2716 - grpc_test_util
2717 - grpc++
2718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002719 - gpr_test_util
2720 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002721 - grpc++_test_config
2722 platforms:
2723 - mac
2724 - linux
2725 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002726- name: interop_server
2727 build: test
2728 run: false
2729 language: c++
2730 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002731 deps:
2732 - interop_server_main
2733 - interop_server_helper
2734 - grpc++_test_util
2735 - grpc_test_util
2736 - grpc++
2737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002738 - gpr_test_util
2739 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002740 - grpc++_test_config
2741 platforms:
2742 - mac
2743 - linux
2744 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002745- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002746 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002747 build: test
2748 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002749 src:
2750 - test/cpp/interop/interop_test.cc
2751 deps:
2752 - grpc_test_util
2753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002754 - gpr_test_util
2755 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002756 platforms:
2757 - mac
2758 - linux
2759 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002760- name: json_run_localhost
2761 build: test
2762 run: false
2763 language: c++
2764 src:
2765 - test/cpp/qps/json_run_localhost.cc
2766 deps:
2767 - grpc++_test_util
2768 - grpc_test_util
2769 - grpc++
2770 - grpc
2771 - gpr_test_util
2772 - gpr
2773 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002774- name: metrics_client
2775 build: test
2776 run: false
2777 language: c++
2778 headers:
2779 - test/cpp/util/metrics_server.h
2780 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002781 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002782 - test/cpp/interop/metrics_client.cc
2783 deps:
2784 - grpc++
2785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002786 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002787 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002788- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002789 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002790 build: test
2791 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002792 src:
2793 - test/cpp/end2end/mock_test.cc
2794 deps:
2795 - grpc++_test_util
2796 - grpc_test_util
2797 - grpc++
2798 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002799 - gpr_test_util
2800 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801- name: qps_interarrival_test
2802 build: test
2803 run: false
2804 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002805 src:
2806 - test/cpp/qps/qps_interarrival_test.cc
2807 deps:
2808 - qps
2809 - grpc++_test_util
2810 - grpc_test_util
2811 - grpc++
2812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002813 - gpr_test_util
2814 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002815 platforms:
2816 - mac
2817 - linux
2818 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002819- name: qps_json_driver
2820 build: test
2821 run: false
2822 language: c++
2823 src:
2824 - test/cpp/qps/qps_json_driver.cc
2825 deps:
2826 - qps
2827 - grpc++_test_util
2828 - grpc_test_util
2829 - grpc++
2830 - grpc
2831 - gpr_test_util
2832 - gpr
2833 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002834- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002835 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002836 build: test
2837 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002838 src:
2839 - test/cpp/qps/qps_openloop_test.cc
2840 deps:
2841 - qps
2842 - grpc++_test_util
2843 - grpc_test_util
2844 - grpc++
2845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002846 - gpr_test_util
2847 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002848 - grpc++_test_config
2849 platforms:
2850 - mac
2851 - linux
2852 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002853- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002854 build: test
2855 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002856 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002857 headers:
2858 - test/cpp/qps/client.h
2859 - test/cpp/qps/server.h
2860 src:
2861 - test/cpp/qps/worker.cc
2862 deps:
2863 - qps
2864 - grpc++_test_util
2865 - grpc_test_util
2866 - grpc++
2867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002868 - gpr_test_util
2869 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002870 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002871- name: reconnect_interop_client
2872 build: test
2873 run: false
2874 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002875 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002876 - src/proto/grpc/testing/empty.proto
2877 - src/proto/grpc/testing/messages.proto
2878 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002879 - test/cpp/interop/reconnect_interop_client.cc
2880 deps:
2881 - grpc++_test_util
2882 - grpc_test_util
2883 - grpc++
2884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002885 - gpr_test_util
2886 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002887 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888- name: reconnect_interop_server
2889 build: test
2890 run: false
2891 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002892 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002893 - src/proto/grpc/testing/empty.proto
2894 - src/proto/grpc/testing/messages.proto
2895 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002896 - test/cpp/interop/reconnect_interop_server.cc
2897 deps:
2898 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002899 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002900 - grpc++_test_util
2901 - grpc_test_util
2902 - grpc++
2903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr_test_util
2905 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002906 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002907- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002908 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002909 build: test
2910 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002911 src:
2912 - test/cpp/common/secure_auth_context_test.cc
2913 deps:
2914 - grpc++_test_util
2915 - grpc_test_util
2916 - grpc++
2917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002918 - gpr_test_util
2919 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002920- name: secure_sync_unary_ping_pong_test
2921 build: test
2922 language: c++
2923 src:
2924 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2925 deps:
2926 - qps
2927 - grpc++_test_util
2928 - grpc_test_util
2929 - grpc++
2930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002931 - gpr_test_util
2932 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002933 platforms:
2934 - mac
2935 - linux
2936 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002937- name: server_builder_plugin_test
2938 gtest: true
2939 build: test
2940 language: c++
2941 src:
2942 - test/cpp/end2end/server_builder_plugin_test.cc
2943 deps:
2944 - grpc++_test_util
2945 - grpc_test_util
2946 - grpc++
2947 - grpc
2948 - gpr_test_util
2949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002950- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002951 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002952 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002953 build: test
2954 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002955 src:
2956 - test/cpp/end2end/server_crash_test.cc
2957 deps:
2958 - grpc++_test_util
2959 - grpc_test_util
2960 - grpc++
2961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002962 - gpr_test_util
2963 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002964 platforms:
2965 - mac
2966 - linux
2967 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968- name: server_crash_test_client
2969 build: test
2970 run: false
2971 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002972 src:
2973 - test/cpp/end2end/server_crash_test_client.cc
2974 deps:
2975 - grpc++_test_util
2976 - grpc_test_util
2977 - grpc++
2978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002979 - gpr_test_util
2980 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002981- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002982 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002983 build: test
2984 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002985 src:
2986 - test/cpp/end2end/shutdown_test.cc
2987 deps:
2988 - grpc++_test_util
2989 - grpc_test_util
2990 - grpc++
2991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002992 - gpr_test_util
2993 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002994- name: status_test
2995 build: test
2996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002997 src:
2998 - test/cpp/util/status_test.cc
2999 deps:
3000 - grpc_test_util
3001 - grpc++
3002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003003 - gpr_test_util
3004 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003005- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003006 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003007 build: test
3008 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003009 src:
3010 - test/cpp/end2end/streaming_throughput_test.cc
3011 deps:
3012 - grpc++_test_util
3013 - grpc_test_util
3014 - grpc++
3015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003016 - gpr_test_util
3017 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003018 platforms:
3019 - mac
3020 - linux
3021 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003022- name: stress_test
3023 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003024 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003025 language: c++
3026 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003027 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003028 - test/cpp/interop/interop_client.h
3029 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003030 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003031 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003032 - src/proto/grpc/testing/empty.proto
3033 - src/proto/grpc/testing/messages.proto
3034 - src/proto/grpc/testing/metrics.proto
3035 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003036 - test/cpp/interop/interop_client.cc
3037 - test/cpp/interop/stress_interop_client.cc
3038 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003039 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003040 deps:
3041 - grpc++_test_util
3042 - grpc_test_util
3043 - grpc++
3044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003045 - gpr_test_util
3046 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003047 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003048- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003049 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003050 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003051 build: test
3052 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003053 src:
3054 - test/cpp/end2end/thread_stress_test.cc
3055 deps:
3056 - grpc++_test_util
3057 - grpc_test_util
3058 - grpc++
3059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003060 - gpr_test_util
3061 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003062- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003063 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003064 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003065 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003066 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003067 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003068 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003069 - test/cpp/end2end/zookeeper_test.cc
3070 deps:
3071 - grpc++_test_util
3072 - grpc_test_util
3073 - grpc++
3074 - grpc_zookeeper
3075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003076 - gpr_test_util
3077 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003078 external_deps:
3079 - zookeeper
3080 platforms:
3081 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003082- name: public_headers_must_be_c89
3083 build: test
3084 language: c89
3085 src:
3086 - test/core/surface/public_headers_must_be_c89.c
3087 deps:
3088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003090vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003091- linkage: static
3092 name: grpc.dependencies.zlib
3093 props: false
3094 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003095 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003096- linkage: static
3097 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003098 props: true
3099 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003100 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003101- name: gflags
3102 props: false
3103 redist: false
3104 version: 2.1.2.1
3105- name: gtest
3106 props: false
3107 redist: false
3108 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003109configs:
3110 asan:
3111 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003112 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3113 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003114 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003115 LD: clang
3116 LDFLAGS: -fsanitize=address
3117 LDXX: clang++
3118 compile_the_world: true
3119 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003120 ASAN_OPTIONS: detect_leaks=1:color=always
3121 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003122 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003123 asan-noleaks:
3124 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003125 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3126 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003127 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003128 LD: clang
3129 LDFLAGS: -fsanitize=address
3130 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003131 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003132 test_environ:
3133 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003134 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003135 asan-trace-cmp:
3136 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003137 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3138 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003139 CXX: clang++
3140 LD: clang
3141 LDFLAGS: -fsanitize=address
3142 LDXX: clang++
3143 compile_the_world: true
3144 test_environ:
3145 ASAN_OPTIONS: detect_leaks=1:color=always
3146 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3147 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003148 basicprof:
3149 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3150 DEFINES: NDEBUG
3151 dbg:
3152 CPPFLAGS: -O0
3153 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003154 easan:
3155 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003156 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3157 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003158 CXX: clang++
3159 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3160 LD: clang
3161 LDFLAGS: -fsanitize=address
3162 LDXX: clang++
3163 compile_the_world: true
3164 test_environ:
3165 ASAN_OPTIONS: detect_leaks=1:color=always
3166 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3167 timeout_multiplier: 3
3168 edbg:
3169 CPPFLAGS: -O0
3170 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3171 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003172 CC: clang
3173 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003174 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003175 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003176 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003177 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003178 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003179 LDXX: clang++
3180 compile_the_world: true
3181 test_environ:
3182 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3183 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003184 gcov:
3185 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003186 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003187 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003188 DEFINES: _DEBUG DEBUG GPR_GCOV
3189 LD: gcc
3190 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3191 LDXX: g++
3192 helgrind:
3193 CPPFLAGS: -O0
3194 DEFINES: _DEBUG DEBUG
3195 LDFLAGS: -rdynamic
3196 timeout_multiplier: 20
3197 valgrind: --tool=helgrind
3198 memcheck:
3199 CPPFLAGS: -O0
3200 DEFINES: _DEBUG DEBUG
3201 LDFLAGS: -rdynamic
3202 timeout_multiplier: 10
3203 valgrind: --tool=memcheck --leak-check=full
3204 msan:
3205 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003206 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3207 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3208 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003209 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003210 DEFINES: NDEBUG
3211 LD: clang
3212 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3213 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3214 LDXX: clang++
3215 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003216 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003217 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003218 CPPFLAGS: -O3 -fno-omit-frame-pointer
3219 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003220 LDFLAGS: -rdynamic
3221 opt:
3222 CPPFLAGS: -O2
3223 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003224 stapprof:
3225 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3226 DEFINES: NDEBUG
3227 tsan:
3228 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003229 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003230 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003231 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003232 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003233 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003234 LDXX: clang++
3235 compile_the_world: true
3236 test_environ:
3237 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003238 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003239 ubsan:
3240 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003241 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3242 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003243 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003244 DEFINES: NDEBUG
3245 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003246 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003247 LDXX: clang++
3248 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003249 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003250 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003251 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003252defaults:
3253 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003254 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003255 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003256 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003257 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003258 global:
3259 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3260 LDFLAGS: -g
3261 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003262 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003263 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003264node_modules:
3265- deps:
3266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003267 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003268 - boringssl
3269 - z
murgatroid9994a75412015-11-19 14:04:53 -08003270 headers:
3271 - src/node/ext/byte_buffer.h
3272 - src/node/ext/call.h
3273 - src/node/ext/call_credentials.h
3274 - src/node/ext/channel.h
3275 - src/node/ext/channel_credentials.h
3276 - src/node/ext/completion_queue_async_worker.h
3277 - src/node/ext/server.h
3278 - src/node/ext/server_credentials.h
3279 - src/node/ext/timeval.h
3280 js:
3281 - src/node/index.js
3282 - src/node/src/client.js
3283 - src/node/src/common.js
3284 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003285 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003286 - src/node/src/metadata.js
3287 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003288 name: grpc_node
3289 src:
3290 - src/node/ext/byte_buffer.cc
3291 - src/node/ext/call.cc
3292 - src/node/ext/call_credentials.cc
3293 - src/node/ext/channel.cc
3294 - src/node/ext/channel_credentials.cc
3295 - src/node/ext/completion_queue_async_worker.cc
3296 - src/node/ext/node_grpc.cc
3297 - src/node/ext/server.cc
3298 - src/node/ext/server_credentials.cc
3299 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003300openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003301 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003302 extraction_dir: openssl-1.0.2f
3303 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003304php_config_m4:
3305 deps:
3306 - grpc
3307 - gpr
3308 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003309 headers:
3310 - src/php/ext/grpc/byte_buffer.h
3311 - src/php/ext/grpc/call.h
3312 - src/php/ext/grpc/call_credentials.h
3313 - src/php/ext/grpc/channel.h
3314 - src/php/ext/grpc/channel_credentials.h
3315 - src/php/ext/grpc/completion_queue.h
3316 - src/php/ext/grpc/php_grpc.h
3317 - src/php/ext/grpc/server.h
3318 - src/php/ext/grpc/server_credentials.h
3319 - src/php/ext/grpc/timeval.h
3320 src:
3321 - src/php/ext/grpc/byte_buffer.c
3322 - src/php/ext/grpc/call.c
3323 - src/php/ext/grpc/call_credentials.c
3324 - src/php/ext/grpc/channel.c
3325 - src/php/ext/grpc/channel_credentials.c
3326 - src/php/ext/grpc/completion_queue.c
3327 - src/php/ext/grpc/php_grpc.c
3328 - src/php/ext/grpc/server.c
3329 - src/php/ext/grpc/server_credentials.c
3330 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003331python_dependencies:
3332 deps:
3333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003334 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003335 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003336 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003337ruby_gem:
3338 deps:
3339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003341 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003342 - z