blob: a83ebc595adb74e0bfa69a8b5b7c44eb31eaf5ba [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:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700509 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700510 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700511 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
512 - src/core/ext/transport/chttp2/transport/frame.h
513 - src/core/ext/transport/chttp2/transport/frame_data.h
514 - src/core/ext/transport/chttp2/transport/frame_goaway.h
515 - src/core/ext/transport/chttp2/transport/frame_ping.h
516 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
517 - src/core/ext/transport/chttp2/transport/frame_settings.h
518 - src/core/ext/transport/chttp2/transport/frame_window_update.h
519 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
520 - src/core/ext/transport/chttp2/transport/hpack_parser.h
521 - src/core/ext/transport/chttp2/transport/hpack_table.h
522 - src/core/ext/transport/chttp2/transport/http2_errors.h
523 - src/core/ext/transport/chttp2/transport/huffsyms.h
524 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
525 - src/core/ext/transport/chttp2/transport/internal.h
526 - src/core/ext/transport/chttp2/transport/status_conversion.h
527 - src/core/ext/transport/chttp2/transport/stream_map.h
528 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
529 - src/core/ext/transport/chttp2/transport/varint.h
530 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700531 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700532 - src/core/ext/transport/chttp2/transport/bin_encoder.c
533 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700534 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
535 - src/core/ext/transport/chttp2/transport/frame_data.c
536 - src/core/ext/transport/chttp2/transport/frame_goaway.c
537 - src/core/ext/transport/chttp2/transport/frame_ping.c
538 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
539 - src/core/ext/transport/chttp2/transport/frame_settings.c
540 - src/core/ext/transport/chttp2/transport/frame_window_update.c
541 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
542 - src/core/ext/transport/chttp2/transport/hpack_parser.c
543 - src/core/ext/transport/chttp2/transport/hpack_table.c
544 - src/core/ext/transport/chttp2/transport/huffsyms.c
545 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
546 - src/core/ext/transport/chttp2/transport/parsing.c
547 - src/core/ext/transport/chttp2/transport/status_conversion.c
548 - src/core/ext/transport/chttp2/transport/stream_lists.c
549 - src/core/ext/transport/chttp2/transport/stream_map.c
550 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
551 - src/core/ext/transport/chttp2/transport/varint.c
552 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700553 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700554 uses:
555 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700556 - grpc_transport_chttp2_alpn
557- name: grpc_transport_chttp2_alpn
558 headers:
559 - src/core/ext/transport/chttp2/alpn/alpn.h
560 src:
561 - src/core/ext/transport/chttp2/alpn/alpn.c
562 deps:
563 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700564- name: grpc_transport_chttp2_client_insecure
565 src:
566 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700567 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700568 uses:
569 - grpc_transport_chttp2
570 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700571 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700572- name: grpc_transport_chttp2_client_secure
573 src:
574 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700575 uses:
576 - grpc_transport_chttp2
577 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700578 - grpc_client_config
579 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700580- name: grpc_transport_chttp2_server_insecure
581 src:
582 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700583 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700584 uses:
585 - grpc_transport_chttp2
586 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700587- name: grpc_transport_chttp2_server_secure
588 src:
589 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700590 uses:
591 - grpc_transport_chttp2
592 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700593 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700594- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700595 public_headers:
596 - include/grpc/grpc_cronet.h
597 - include/grpc/grpc_security.h
598 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700599 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700600 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
601 src:
602 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
603 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
604 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700605 filegroups:
606 - grpc_base
607 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800608- name: nanopb
609 headers:
610 - third_party/nanopb/pb.h
611 - third_party/nanopb/pb_common.h
612 - third_party/nanopb/pb_decode.h
613 - third_party/nanopb/pb_encode.h
614 src:
615 - third_party/nanopb/pb_common.c
616 - third_party/nanopb/pb_decode.c
617 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700618- name: tsi
619 headers:
620 - src/core/lib/tsi/fake_transport_security.h
621 - src/core/lib/tsi/ssl_transport_security.h
622 - src/core/lib/tsi/ssl_types.h
623 - src/core/lib/tsi/transport_security.h
624 - src/core/lib/tsi/transport_security_interface.h
625 src:
626 - src/core/lib/tsi/fake_transport_security.c
627 - src/core/lib/tsi/ssl_transport_security.c
628 - src/core/lib/tsi/transport_security.c
629 deps:
630 - gpr
631 secure: true
632- name: grpc++_base
633 language: c++
634 public_headers:
635 - include/grpc++/alarm.h
636 - include/grpc++/channel.h
637 - include/grpc++/client_context.h
638 - include/grpc++/completion_queue.h
639 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700640 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700641 - include/grpc++/generic/async_generic_service.h
642 - include/grpc++/generic/generic_stub.h
643 - include/grpc++/grpc++.h
644 - include/grpc++/impl/call.h
645 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700646 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700647 - include/grpc++/impl/grpc_library.h
648 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700649 - include/grpc++/impl/rpc_method.h
650 - include/grpc++/impl/rpc_service_method.h
651 - include/grpc++/impl/serialization_traits.h
652 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700653 - include/grpc++/impl/server_builder_plugin.h
654 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700655 - include/grpc++/impl/service_type.h
656 - include/grpc++/impl/sync.h
657 - include/grpc++/impl/sync_cxx11.h
658 - include/grpc++/impl/sync_no_cxx11.h
659 - include/grpc++/impl/thd.h
660 - include/grpc++/impl/thd_cxx11.h
661 - include/grpc++/impl/thd_no_cxx11.h
662 - include/grpc++/security/auth_context.h
663 - include/grpc++/security/auth_metadata_processor.h
664 - include/grpc++/security/credentials.h
665 - include/grpc++/security/server_credentials.h
666 - include/grpc++/server.h
667 - include/grpc++/server_builder.h
668 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700669 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700670 - include/grpc++/support/async_stream.h
671 - include/grpc++/support/async_unary_call.h
672 - include/grpc++/support/byte_buffer.h
673 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700674 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700675 - include/grpc++/support/slice.h
676 - include/grpc++/support/status.h
677 - include/grpc++/support/status_code_enum.h
678 - include/grpc++/support/string_ref.h
679 - include/grpc++/support/stub_options.h
680 - include/grpc++/support/sync_stream.h
681 - include/grpc++/support/time.h
682 headers:
683 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700684 - src/cpp/server/dynamic_thread_pool.h
685 - src/cpp/server/thread_pool_interface.h
686 src:
687 - src/cpp/client/channel.cc
688 - src/cpp/client/client_context.cc
689 - src/cpp/client/create_channel.cc
690 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700691 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700692 - src/cpp/client/credentials.cc
693 - src/cpp/client/generic_stub.cc
694 - src/cpp/client/insecure_credentials.cc
695 - src/cpp/common/channel_arguments.cc
696 - src/cpp/common/completion_queue.cc
697 - src/cpp/common/core_codegen.cc
698 - src/cpp/common/rpc_method.cc
699 - src/cpp/server/async_generic_service.cc
700 - src/cpp/server/create_default_thread_pool.cc
701 - src/cpp/server/dynamic_thread_pool.cc
702 - src/cpp/server/insecure_server_credentials.cc
703 - src/cpp/server/server.cc
704 - src/cpp/server/server_builder.cc
705 - src/cpp/server/server_context.cc
706 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700707 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700708 - src/cpp/util/byte_buffer.cc
709 - src/cpp/util/slice.cc
710 - src/cpp/util/status.cc
711 - src/cpp/util/string_ref.cc
712 - src/cpp/util/time.cc
713 deps:
714 - grpc
715 uses:
yang-g17487f92016-06-03 15:21:15 -0700716 - grpc++_codegen_base
717- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700718 language: c++
719 public_headers:
720 - include/grpc++/impl/codegen/async_stream.h
721 - include/grpc++/impl/codegen/async_unary_call.h
722 - include/grpc++/impl/codegen/call.h
723 - include/grpc++/impl/codegen/call_hook.h
724 - include/grpc++/impl/codegen/channel_interface.h
725 - include/grpc++/impl/codegen/client_context.h
726 - include/grpc++/impl/codegen/client_unary_call.h
727 - include/grpc++/impl/codegen/completion_queue.h
728 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700729 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700730 - include/grpc++/impl/codegen/core_codegen_interface.h
731 - include/grpc++/impl/codegen/create_auth_context.h
732 - include/grpc++/impl/codegen/grpc_library.h
733 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700734 - include/grpc++/impl/codegen/rpc_method.h
735 - include/grpc++/impl/codegen/rpc_service_method.h
736 - include/grpc++/impl/codegen/security/auth_context.h
737 - include/grpc++/impl/codegen/serialization_traits.h
738 - include/grpc++/impl/codegen/server_context.h
739 - include/grpc++/impl/codegen/server_interface.h
740 - include/grpc++/impl/codegen/service_type.h
741 - include/grpc++/impl/codegen/status.h
742 - include/grpc++/impl/codegen/status_code_enum.h
743 - include/grpc++/impl/codegen/string_ref.h
744 - include/grpc++/impl/codegen/stub_options.h
745 - include/grpc++/impl/codegen/sync.h
746 - include/grpc++/impl/codegen/sync_cxx11.h
747 - include/grpc++/impl/codegen/sync_no_cxx11.h
748 - include/grpc++/impl/codegen/sync_stream.h
749 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700750 uses:
751 - grpc_codegen
yang-g17487f92016-06-03 15:21:15 -0700752- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700753 language: c++
754 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700755 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700756 uses:
yang-g17487f92016-06-03 15:21:15 -0700757 - grpc++_codegen_base
758 - grpc++_config_proto
759- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700760 language: c++
761 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700762 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100763libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800764- name: gpr
765 build: all
766 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800767 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700768 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800769 secure: false
770 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
771- name: gpr_test_util
772 build: private
773 language: c
774 headers:
775 - test/core/util/test_config.h
776 src:
777 - test/core/util/test_config.c
778 deps:
779 - gpr
780 secure: false
781 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700782- name: grpc
783 build: all
784 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 src:
786 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700787 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800788 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700789 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700790 filegroups:
791 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700792 - grpc_transport_chttp2_server_secure
793 - grpc_transport_chttp2_client_secure
794 - grpc_transport_chttp2_server_insecure
795 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700796 - grpc_lb_policy_grpclb
797 - grpc_lb_policy_pick_first
798 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700799 - grpc_resolver_dns_native
800 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700801 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100802 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700803 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700804 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700805 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700806 vs_packages:
807 - grpc.dependencies.openssl
808 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700809 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700810- name: grpc_cronet
811 build: all
812 language: c
813 src:
814 - src/core/lib/surface/init.c
815 baselib: true
816 deps_linkage: static
817 dll: true
818 filegroups:
819 - grpc_base
820 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700821 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700822 generate_plugin_registry: true
823 platforms:
824 - linux
825 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100826- name: grpc_dll
827 build: private
828 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100829 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100830 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100831 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100832 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100833 build_system:
834 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100835 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100836 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100837 vs_config_type: DynamicLibrary
838 vs_packages:
839 - grpc.dependencies.openssl
840 - grpc.dependencies.zlib
841 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
842 vs_props:
843 - zlib
844 - openssl
845 - winsock
846 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700847- name: grpc_test_util
848 build: private
849 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700850 headers:
851 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800852 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700853 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700854 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700855 - test/core/end2end/data/server1_cert.c
856 - test/core/end2end/data/server1_key.c
857 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800858 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700859 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800860 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800861 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700862 - grpc
863 filegroups:
864 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700865 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
866- name: grpc_test_util_unsecure
867 build: private
868 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700869 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800870 - gpr
871 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800872 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700873 filegroups:
874 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700875 secure: false
876 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
877- name: grpc_unsecure
878 build: all
879 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700880 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700881 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700882 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700883 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800884 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700885 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700886 filegroups:
887 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700888 - grpc_transport_chttp2_server_insecure
889 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700890 - grpc_resolver_dns_native
891 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700892 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700893 - grpc_lb_policy_grpclb
894 - grpc_lb_policy_pick_first
895 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700896 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700897 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700898 secure: false
899 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
900- name: grpc_zookeeper
901 build: all
902 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700903 public_headers:
904 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700905 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700906 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700907 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800908 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700909 - grpc
910 external_deps:
911 - zookeeper
912 platforms:
913 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700914 secure: false
915- name: reconnect_server
916 build: private
917 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700918 headers:
919 - test/core/util/reconnect_server.h
920 src:
921 - test/core/util/reconnect_server.c
922 deps:
yang-gc9fca182015-11-06 16:41:33 -0800923 - test_tcp_server
924 - grpc_test_util
925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800926 - gpr_test_util
927 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800928- name: test_tcp_server
929 build: private
930 language: c
931 headers:
932 - test/core/util/test_tcp_server.h
933 src:
934 - test/core/util/test_tcp_server.c
935 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700936 - grpc_test_util
937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800938 - gpr_test_util
939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700940- name: grpc++
941 build: all
942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700943 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700944 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700945 - src/cpp/client/secure_credentials.h
946 - src/cpp/common/secure_auth_context.h
947 - src/cpp/server/secure_server_credentials.h
948 src:
Craig Tiller25834342015-09-25 08:08:24 -0700949 - src/cpp/client/secure_credentials.cc
950 - src/cpp/common/auth_property_iterator.cc
951 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800952 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700953 - src/cpp/common/secure_create_auth_context.cc
954 - src/cpp/server/secure_server_credentials.cc
955 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700956 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700957 baselib: true
958 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700959 filegroups:
960 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700961 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700962 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700963 secure: check
964 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700965- name: grpc++_reflection
966 build: all
967 language: c++
968 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700969 - include/grpc++/ext/proto_server_reflection_plugin.h
970 - include/grpc++/ext/reflection.grpc.pb.h
971 - include/grpc++/ext/reflection.pb.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700972 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700973 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700974 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700975 - src/cpp/ext/proto_server_reflection.cc
976 - src/cpp/ext/proto_server_reflection_plugin.cc
977 - src/cpp/ext/reflection.grpc.pb.cc
978 - src/cpp/ext/reflection.pb.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700979 deps:
980 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -0700981 filegroups:
982 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700983- name: grpc++_test_config
984 build: private
985 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700986 headers:
987 - test/cpp/util/test_config.h
988 src:
989 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700990- name: grpc++_test_util
991 build: private
992 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700993 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800994 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800995 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700996 - test/cpp/util/create_test_channel.h
997 - test/cpp/util/string_ref_helper.h
998 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800999 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001000 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001001 - src/proto/grpc/testing/echo_messages.proto
1002 - src/proto/grpc/testing/echo.proto
1003 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001004 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001005 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001006 - test/cpp/util/create_test_channel.cc
1007 - test/cpp/util/string_ref_helper.cc
1008 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001009 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001010 deps:
1011 - grpc++
1012 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001013 filegroups:
1014 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001015 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001016 - grpc++_codegen_proto
1017 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001018- name: grpc++_unsecure
1019 build: all
1020 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001021 src:
1022 - src/cpp/common/insecure_create_auth_context.cc
1023 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001024 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001025 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001026 baselib: true
1027 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001028 filegroups:
1029 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001030 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001031 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001032 secure: false
1033 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001034- name: grpc_cli_libs
1035 build: private
1036 language: c++
1037 headers:
1038 - test/cpp/util/cli_call.h
1039 - test/cpp/util/proto_file_parser.h
1040 src:
1041 - test/cpp/util/cli_call.cc
1042 - test/cpp/util/proto_file_parser.cc
1043 deps:
1044 - grpc++
1045 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001046- name: grpc_plugin_support
1047 build: protoc
1048 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001049 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001050 - src/compiler/config.h
1051 - src/compiler/cpp_generator.h
1052 - src/compiler/cpp_generator_helpers.h
1053 - src/compiler/csharp_generator.h
1054 - src/compiler/csharp_generator_helpers.h
1055 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001056 - src/compiler/node_generator.h
1057 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001058 - src/compiler/objective_c_generator.h
1059 - src/compiler/objective_c_generator_helpers.h
1060 - src/compiler/python_generator.h
1061 - src/compiler/ruby_generator.h
1062 - src/compiler/ruby_generator_helpers-inl.h
1063 - src/compiler/ruby_generator_map-inl.h
1064 - src/compiler/ruby_generator_string-inl.h
1065 src:
1066 - src/compiler/cpp_generator.cc
1067 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001068 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001069 - src/compiler/objective_c_generator.cc
1070 - src/compiler/python_generator.cc
1071 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001072 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001073 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001074 secure: false
1075 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001076 vs_props:
1077 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001078- name: interop_client_helper
1079 build: private
1080 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001081 headers:
1082 - test/cpp/interop/client_helper.h
1083 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001084 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001085 - test/cpp/interop/client_helper.cc
1086 deps:
1087 - grpc++_test_util
1088 - grpc_test_util
1089 - grpc++
1090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001091 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001092- name: interop_client_main
1093 build: private
1094 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001095 headers:
1096 - test/cpp/interop/interop_client.h
1097 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001098 - src/proto/grpc/testing/empty.proto
1099 - src/proto/grpc/testing/messages.proto
1100 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001101 - test/cpp/interop/client.cc
1102 - test/cpp/interop/interop_client.cc
1103 deps:
1104 - interop_client_helper
1105 - grpc++_test_util
1106 - grpc_test_util
1107 - grpc++
1108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001109 - gpr_test_util
1110 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001111 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001112- name: interop_server_helper
1113 build: private
1114 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001115 headers:
1116 - test/cpp/interop/server_helper.h
1117 src:
1118 - test/cpp/interop/server_helper.cc
1119 deps:
1120 - grpc_test_util
1121 - grpc++
1122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001123 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001124- name: interop_server_main
1125 build: private
1126 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001127 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001128 - src/proto/grpc/testing/empty.proto
1129 - src/proto/grpc/testing/messages.proto
1130 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001131 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001132 deps:
1133 - interop_server_helper
1134 - grpc++_test_util
1135 - grpc_test_util
1136 - grpc++
1137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001138 - gpr_test_util
1139 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001140 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001141- name: qps
1142 build: private
1143 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001144 headers:
1145 - test/cpp/qps/client.h
1146 - test/cpp/qps/driver.h
1147 - test/cpp/qps/histogram.h
1148 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001149 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001150 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001151 - test/cpp/qps/qps_worker.h
1152 - test/cpp/qps/report.h
1153 - test/cpp/qps/server.h
1154 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001155 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001156 - test/cpp/util/benchmark_config.h
1157 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001158 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001159 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001160 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001161 - src/proto/grpc/testing/control.proto
1162 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001163 - test/cpp/qps/client_async.cc
1164 - test/cpp/qps/client_sync.cc
1165 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001166 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001167 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001168 - test/cpp/qps/qps_worker.cc
1169 - test/cpp/qps/report.cc
1170 - test/cpp/qps/server_async.cc
1171 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001172 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001173 - test/cpp/util/benchmark_config.cc
1174 deps:
1175 - grpc_test_util
1176 - grpc++_test_util
1177 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001178- name: grpc_csharp_ext
1179 build: all
1180 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001181 src:
1182 - src/csharp/ext/grpc_csharp_ext.c
1183 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001184 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001185 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001186 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001187 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001188 dll: only
1189 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001190 vs_packages:
1191 - grpc.dependencies.openssl
1192 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001193 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001194 vs_props:
1195 - zlib
1196 - openssl
1197 - winsock
1198 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001199targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001200- name: alarm_test
1201 build: test
1202 language: c
1203 src:
1204 - test/core/surface/alarm_test.c
1205 deps:
1206 - grpc_test_util
1207 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001208 - gpr_test_util
1209 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001210- name: algorithm_test
1211 build: test
1212 language: c
1213 src:
1214 - test/core/compression/algorithm_test.c
1215 deps:
1216 - grpc_test_util
1217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001218 - gpr_test_util
1219 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001220- name: alloc_test
1221 build: test
1222 language: c
1223 src:
1224 - test/core/support/alloc_test.c
1225 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001226 - gpr_test_util
1227 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001228- name: alpn_test
1229 build: test
1230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001231 src:
1232 - test/core/transport/chttp2/alpn_test.c
1233 deps:
1234 - grpc_test_util
1235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001236 - gpr_test_util
1237 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001238- name: api_fuzzer
1239 build: fuzzer
1240 language: c
1241 src:
1242 - test/core/end2end/fuzzers/api_fuzzer.c
1243 deps:
1244 - grpc_test_util
1245 - grpc
1246 - gpr_test_util
1247 - gpr
1248 corpus_dirs:
1249 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001250 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001251 maxlen: 2048
Yuchen Zengd982bba2016-05-12 18:53:52 -07001252- name: bin_decoder_test
1253 build: test
1254 language: c
1255 src:
1256 - test/core/transport/chttp2/bin_decoder_test.c
1257 deps:
1258 - grpc_test_util
1259 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260- name: bin_encoder_test
1261 build: test
1262 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001263 src:
1264 - test/core/transport/chttp2/bin_encoder_test.c
1265 deps:
1266 - grpc_test_util
1267 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001268- name: census_context_test
1269 build: test
1270 language: c
1271 src:
1272 - test/core/census/context_test.c
1273 deps:
1274 - grpc_test_util
1275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001276 - gpr_test_util
1277 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001278- name: channel_create_test
1279 build: test
1280 language: c
1281 src:
1282 - test/core/surface/channel_create_test.c
1283 deps:
1284 - grpc_test_util
1285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001286 - gpr_test_util
1287 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001288- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001289 build: test
1290 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001291 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001292 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001293 deps:
1294 - grpc_test_util
1295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001296 - gpr_test_util
1297 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001298- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001299 build: test
1300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001301 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001302 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001303 deps:
1304 - grpc_test_util
1305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001306 - gpr_test_util
1307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: chttp2_stream_map_test
1309 build: test
1310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001311 src:
1312 - test/core/transport/chttp2/stream_map_test.c
1313 deps:
1314 - grpc_test_util
1315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001316 - gpr_test_util
1317 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001318- name: chttp2_varint_test
1319 build: test
1320 language: c
1321 src:
1322 - test/core/transport/chttp2/varint_test.c
1323 deps:
1324 - grpc_test_util
1325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001326 - gpr_test_util
1327 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001328- name: client_fuzzer
1329 build: fuzzer
1330 language: c
1331 src:
1332 - test/core/end2end/fuzzers/client_fuzzer.c
1333 deps:
1334 - grpc_test_util
1335 - grpc
1336 - gpr_test_util
1337 - gpr
1338 corpus_dirs:
1339 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001340 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001341 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001342- name: compression_test
1343 build: test
1344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001345 src:
1346 - test/core/compression/compression_test.c
1347 deps:
1348 - grpc_test_util
1349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001350 - gpr_test_util
1351 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001352- name: concurrent_connectivity_test
1353 build: test
1354 language: c
1355 src:
1356 - test/core/surface/concurrent_connectivity_test.c
1357 deps:
1358 - grpc_test_util
1359 - grpc
1360 - gpr_test_util
1361 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001362- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001363 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001364 build: test
1365 language: c
1366 src:
1367 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1368 deps:
1369 - grpc_test_util
1370 - grpc
1371 - gpr_test_util
1372 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001373- name: dns_resolver_test
1374 build: test
1375 language: c
1376 src:
1377 - test/core/client_config/resolvers/dns_resolver_test.c
1378 deps:
1379 - grpc_test_util
1380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr_test_util
1382 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001384 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385 build: test
1386 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001387 src:
1388 - test/core/end2end/dualstack_socket_test.c
1389 deps:
1390 - grpc_test_util
1391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001392 - gpr_test_util
1393 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001394 platforms:
1395 - mac
1396 - linux
1397 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001398- name: endpoint_pair_test
1399 build: test
1400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
1402 - test/core/iomgr/endpoint_pair_test.c
1403 deps:
1404 - grpc_test_util
1405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001406 - gpr_test_util
1407 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408- name: fd_conservation_posix_test
1409 build: test
1410 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001411 src:
1412 - test/core/iomgr/fd_conservation_posix_test.c
1413 deps:
1414 - grpc_test_util
1415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001416 - gpr_test_util
1417 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001418 platforms:
1419 - mac
1420 - linux
1421 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422- name: fd_posix_test
1423 build: test
1424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
1426 - test/core/iomgr/fd_posix_test.c
1427 deps:
1428 - grpc_test_util
1429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 - gpr_test_util
1431 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001432 platforms:
1433 - mac
1434 - linux
1435 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001436- name: fling_client
1437 build: test
1438 run: false
1439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001440 src:
1441 - test/core/fling/client.c
1442 deps:
1443 - grpc_test_util
1444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001445 - gpr_test_util
1446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447- name: fling_server
1448 build: test
1449 run: false
1450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001451 src:
1452 - test/core/fling/server.c
1453 deps:
1454 - grpc_test_util
1455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001456 - gpr_test_util
1457 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001458- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001459 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001460 build: test
1461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001462 src:
1463 - test/core/fling/fling_stream_test.c
1464 deps:
1465 - grpc_test_util
1466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001467 - gpr_test_util
1468 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001469 platforms:
1470 - mac
1471 - linux
1472 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001474 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001475 build: test
1476 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001477 src:
1478 - test/core/fling/fling_test.c
1479 deps:
1480 - grpc_test_util
1481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001482 - gpr_test_util
1483 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001484 platforms:
1485 - mac
1486 - linux
1487 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001488- name: gen_hpack_tables
1489 build: tool
1490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001491 src:
1492 - tools/codegen/core/gen_hpack_tables.c
1493 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001494 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001495 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001496- name: gen_legal_metadata_characters
1497 build: tool
1498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001499 src:
1500 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001501 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001502- name: goaway_server_test
1503 cpu_cost: 0.1
1504 build: test
1505 language: c
1506 src:
1507 - test/core/end2end/goaway_server_test.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
1511 - gpr_test_util
1512 - gpr
1513 platforms:
1514 - mac
1515 - linux
1516 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001517- name: gpr_avl_test
1518 build: test
1519 language: c
1520 src:
1521 - test/core/support/avl_test.c
1522 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001523 - gpr_test_util
1524 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001525- name: gpr_backoff_test
1526 build: test
1527 language: c
1528 src:
1529 - test/core/support/backoff_test.c
1530 deps:
1531 - gpr_test_util
1532 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001533- name: gpr_cmdline_test
1534 build: test
1535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001536 src:
1537 - test/core/support/cmdline_test.c
1538 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001539 - gpr_test_util
1540 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001541- name: gpr_cpu_test
1542 build: test
1543 language: c
1544 src:
1545 - test/core/support/cpu_test.c
1546 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001547 - gpr_test_util
1548 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001549- name: gpr_env_test
1550 build: test
1551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001552 src:
1553 - test/core/support/env_test.c
1554 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr_test_util
1556 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001557- name: gpr_histogram_test
1558 build: test
1559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001560 src:
1561 - test/core/support/histogram_test.c
1562 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: gpr_host_port_test
1566 build: test
1567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001568 src:
1569 - test/core/support/host_port_test.c
1570 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001571 - gpr_test_util
1572 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001573- name: gpr_load_file_test
1574 build: test
1575 language: c
1576 src:
1577 - test/core/support/load_file_test.c
1578 deps:
1579 - gpr_test_util
1580 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001581- name: gpr_log_test
1582 build: test
1583 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001584 src:
1585 - test/core/support/log_test.c
1586 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589- name: gpr_slice_buffer_test
1590 build: test
1591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001592 src:
1593 - test/core/support/slice_buffer_test.c
1594 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001595 - gpr_test_util
1596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001597- name: gpr_slice_test
1598 build: test
1599 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001600 src:
1601 - test/core/support/slice_test.c
1602 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001603 - gpr_test_util
1604 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001605- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001606 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001607 build: test
1608 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001609 src:
1610 - test/core/support/stack_lockfree_test.c
1611 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001612 - gpr_test_util
1613 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001614- name: gpr_string_test
1615 build: test
1616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001617 src:
1618 - test/core/support/string_test.c
1619 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001620 - gpr_test_util
1621 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001622- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001623 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001624 build: test
1625 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001626 src:
1627 - test/core/support/sync_test.c
1628 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr_test_util
1630 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001631- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001632 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001633 build: test
1634 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001635 src:
1636 - test/core/support/thd_test.c
1637 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001638 - gpr_test_util
1639 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001640- name: gpr_time_test
1641 build: test
1642 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001643 src:
1644 - test/core/support/time_test.c
1645 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648- name: gpr_tls_test
1649 build: test
1650 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001651 src:
1652 - test/core/support/tls_test.c
1653 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001654 - gpr_test_util
1655 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001656- name: gpr_useful_test
1657 build: test
1658 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001659 src:
1660 - test/core/support/useful_test.c
1661 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001662 - gpr_test_util
1663 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001664- name: grpc_auth_context_test
1665 build: test
1666 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001667 src:
1668 - test/core/security/auth_context_test.c
1669 deps:
1670 - grpc_test_util
1671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001672 - gpr_test_util
1673 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001674- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675 build: test
1676 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001677 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001678 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001679 deps:
1680 - grpc_test_util
1681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001682 - gpr_test_util
1683 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001684- name: grpc_byte_buffer_reader_test
1685 build: test
1686 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001687 src:
1688 - test/core/surface/byte_buffer_reader_test.c
1689 deps:
1690 - grpc_test_util
1691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001692 - gpr_test_util
1693 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001694- name: grpc_channel_args_test
1695 build: test
1696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001697 src:
1698 - test/core/channel/channel_args_test.c
1699 deps:
1700 - grpc_test_util
1701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001702 - gpr_test_util
1703 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001704- name: grpc_channel_stack_test
1705 build: test
1706 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001707 src:
1708 - test/core/channel/channel_stack_test.c
1709 deps:
1710 - grpc_test_util
1711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001712 - gpr_test_util
1713 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001714- name: grpc_completion_queue_test
1715 build: test
1716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001717 src:
1718 - test/core/surface/completion_queue_test.c
1719 deps:
1720 - grpc_test_util
1721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001722 - gpr_test_util
1723 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001724- name: grpc_create_jwt
1725 build: tool
1726 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001727 src:
1728 - test/core/security/create_jwt.c
1729 deps:
1730 - grpc_test_util
1731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001732 - gpr_test_util
1733 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001734- name: grpc_credentials_test
1735 build: test
1736 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001737 src:
1738 - test/core/security/credentials_test.c
1739 deps:
1740 - grpc_test_util
1741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001742 - gpr_test_util
1743 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001744- name: grpc_fetch_oauth2
1745 build: tool
1746 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001747 src:
1748 - test/core/security/fetch_oauth2.c
1749 deps:
1750 - grpc_test_util
1751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001752 - gpr_test_util
1753 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001754- name: grpc_invalid_channel_args_test
1755 build: test
1756 language: c
1757 src:
1758 - test/core/surface/invalid_channel_args_test.c
1759 deps:
1760 - grpc_test_util
1761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001762 - gpr_test_util
1763 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764- name: grpc_json_token_test
1765 build: test
1766 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001767 src:
1768 - test/core/security/json_token_test.c
1769 deps:
1770 - grpc_test_util
1771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001772 - gpr_test_util
1773 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001774 platforms:
1775 - linux
1776 - posix
1777 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001778- name: grpc_jwt_verifier_test
1779 build: test
1780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001781 src:
1782 - test/core/security/jwt_verifier_test.c
1783 deps:
1784 - grpc_test_util
1785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001788- name: grpc_print_google_default_creds_token
1789 build: tool
1790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001791 src:
1792 - test/core/security/print_google_default_creds_token.c
1793 deps:
1794 - grpc_test_util
1795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr_test_util
1797 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001798- name: grpc_security_connector_test
1799 build: test
1800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001801 src:
1802 - test/core/security/security_connector_test.c
1803 deps:
1804 - grpc_test_util
1805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001806 - gpr_test_util
1807 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001808- name: grpc_verify_jwt
1809 build: tool
1810 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001811 src:
1812 - test/core/security/verify_jwt.c
1813 deps:
1814 - grpc_test_util
1815 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001816 - gpr_test_util
1817 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001818- name: hpack_parser_fuzzer_test
1819 build: fuzzer
1820 language: c
1821 src:
1822 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1823 deps:
1824 - grpc_test_util
1825 - grpc
1826 - gpr_test_util
1827 - gpr
1828 corpus_dirs:
1829 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001830 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001831 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832- name: hpack_parser_test
1833 build: test
1834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001835 src:
1836 - test/core/transport/chttp2/hpack_parser_test.c
1837 deps:
1838 - grpc_test_util
1839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001840 - gpr_test_util
1841 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001842- name: hpack_table_test
1843 build: test
1844 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001845 src:
1846 - test/core/transport/chttp2/hpack_table_test.c
1847 deps:
1848 - grpc_test_util
1849 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001850 - gpr_test_util
1851 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001852- name: http_fuzzer_test
1853 build: fuzzer
1854 language: c
1855 src:
1856 - test/core/http/fuzzer.c
1857 deps:
1858 - grpc_test_util
1859 - grpc
1860 - gpr_test_util
1861 - gpr
1862 corpus_dirs:
1863 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001864 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001865- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866 build: test
1867 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001868 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001869 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001870 deps:
1871 - grpc_test_util
1872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001875- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001876 build: test
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001879 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001880 deps:
1881 - grpc_test_util
1882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001885- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001886 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001887 build: test
1888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001890 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001891 deps:
1892 - grpc_test_util
1893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001894 - gpr_test_util
1895 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001896 platforms:
1897 - mac
1898 - linux
1899 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001900- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001901 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001902 build: test
1903 language: c
1904 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001905 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001906 deps:
1907 - grpc_test_util
1908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001909 - gpr_test_util
1910 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001911 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001912 - linux
yang-gf1183302015-12-07 16:02:05 -08001913- name: init_test
1914 build: test
1915 language: c
1916 src:
1917 - test/core/surface/init_test.c
1918 deps:
1919 - grpc_test_util
1920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001921 - gpr_test_util
1922 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001923- name: internal_api_canary_iomgr_test
1924 build: test
1925 run: false
1926 language: c
1927 src:
1928 - test/core/internal_api_canaries/iomgr.c
1929 deps:
1930 - grpc_test_util
1931 - grpc
1932 - gpr_test_util
1933 - gpr
1934- name: internal_api_canary_support_test
1935 build: test
1936 run: false
1937 language: c
1938 src:
1939 - test/core/internal_api_canaries/iomgr.c
1940 deps:
1941 - grpc_test_util
1942 - grpc
1943 - gpr_test_util
1944 - gpr
1945- name: internal_api_canary_transport_test
1946 build: test
1947 run: false
1948 language: c
1949 src:
1950 - test/core/internal_api_canaries/iomgr.c
1951 deps:
1952 - grpc_test_util
1953 - grpc
1954 - gpr_test_util
1955 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001956- name: invalid_call_argument_test
1957 build: test
1958 language: c
1959 src:
1960 - test/core/end2end/invalid_call_argument_test.c
1961 deps:
1962 - grpc_test_util
1963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001964 - gpr_test_util
1965 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001966- name: json_fuzzer_test
1967 build: fuzzer
1968 language: c
1969 src:
1970 - test/core/json/fuzzer.c
1971 deps:
1972 - grpc_test_util
1973 - grpc
1974 - gpr_test_util
1975 - gpr
1976 corpus_dirs:
1977 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001978 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001979- name: json_rewrite
1980 build: test
1981 run: false
1982 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001983 src:
1984 - test/core/json/json_rewrite.c
1985 deps:
1986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001988- name: json_rewrite_test
1989 build: test
1990 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001991 src:
1992 - test/core/json/json_rewrite_test.c
1993 deps:
1994 - grpc_test_util
1995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 - gpr_test_util
1997 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001998- name: json_stream_error_test
1999 build: test
2000 language: c
2001 src:
2002 - test/core/json/json_stream_error_test.c
2003 deps:
2004 - grpc_test_util
2005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008- name: json_test
2009 build: test
2010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002011 src:
2012 - test/core/json/json_test.c
2013 deps:
2014 - grpc_test_util
2015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr_test_util
2017 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002018- name: lame_client_test
2019 build: test
2020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002021 src:
2022 - test/core/surface/lame_client_test.c
2023 deps:
2024 - grpc_test_util
2025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr_test_util
2027 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002028- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002029 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002030 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002031 build: test
2032 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002033 src:
2034 - test/core/client_config/lb_policies_test.c
2035 deps:
2036 - grpc_test_util
2037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002038 - gpr_test_util
2039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040- name: low_level_ping_pong_benchmark
2041 build: benchmark
2042 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002043 src:
2044 - test/core/network_benchmarks/low_level_ping_pong.c
2045 deps:
2046 - grpc_test_util
2047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002048 - gpr_test_util
2049 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002050 platforms:
2051 - mac
2052 - linux
2053 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002054- name: message_compress_test
2055 build: test
2056 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002057 src:
2058 - test/core/compression/message_compress_test.c
2059 deps:
2060 - grpc_test_util
2061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002062 - gpr_test_util
2063 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002064- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002065 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002066 build: test
2067 language: c
2068 src:
2069 - test/core/census/mlog_test.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
2073 - gpr_test_util
2074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: multiple_server_queues_test
2076 build: test
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
2079 - test/core/end2end/multiple_server_queues_test.c
2080 deps:
2081 - grpc_test_util
2082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002085- name: murmur_hash_test
2086 build: test
2087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002088 src:
2089 - test/core/support/murmur_hash_test.c
2090 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr_test_util
2092 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002093- name: nanopb_fuzzer_response_test
2094 build: fuzzer
2095 language: c
2096 src:
2097 - test/core/nanopb/fuzzer_response.c
2098 deps:
2099 - grpc_test_util
2100 - grpc
2101 - gpr_test_util
2102 - gpr
2103 corpus_dirs:
2104 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002105 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002106- name: nanopb_fuzzer_serverlist_test
2107 build: fuzzer
2108 language: c
2109 src:
2110 - test/core/nanopb/fuzzer_serverlist.c
2111 deps:
2112 - grpc_test_util
2113 - grpc
2114 - gpr_test_util
2115 - gpr
2116 corpus_dirs:
2117 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002118 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002120 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121 build: test
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
2124 - test/core/end2end/no_server_test.c
2125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002130- name: resolve_address_test
2131 build: test
2132 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002133 src:
2134 - test/core/iomgr/resolve_address_test.c
2135 deps:
2136 - grpc_test_util
2137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
yang-gd482e592015-12-10 14:04:00 -08002140- name: secure_channel_create_test
2141 build: test
2142 language: c
2143 src:
2144 - test/core/surface/secure_channel_create_test.c
2145 deps:
2146 - grpc_test_util
2147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr_test_util
2149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150- name: secure_endpoint_test
2151 build: test
2152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002153 src:
2154 - test/core/security/secure_endpoint_test.c
2155 deps:
2156 - grpc_test_util
2157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002158 - gpr_test_util
2159 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002160- name: server_chttp2_test
2161 build: test
2162 language: c
2163 src:
2164 - test/core/surface/server_chttp2_test.c
2165 deps:
2166 - grpc_test_util
2167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002168 - gpr_test_util
2169 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002170- name: server_fuzzer
2171 build: fuzzer
2172 language: c
2173 src:
2174 - test/core/end2end/fuzzers/server_fuzzer.c
2175 deps:
2176 - grpc_test_util
2177 - grpc
2178 - gpr_test_util
2179 - gpr
2180 corpus_dirs:
2181 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002182 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002183 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002184- name: server_test
2185 build: test
2186 language: c
2187 src:
2188 - test/core/surface/server_test.c
2189 deps:
2190 - grpc_test_util
2191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr_test_util
2193 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002194- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002195 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002196 build: test
2197 language: c
2198 src:
2199 - test/core/client_config/set_initial_connect_string_test.c
2200 deps:
2201 - test_tcp_server
2202 - grpc_test_util
2203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002204 - gpr_test_util
2205 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002206- name: sockaddr_resolver_test
2207 build: test
2208 language: c
2209 src:
2210 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002216- name: sockaddr_utils_test
2217 build: test
2218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002219 src:
2220 - test/core/iomgr/sockaddr_utils_test.c
2221 deps:
2222 - grpc_test_util
2223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002226- name: socket_utils_test
2227 build: test
2228 language: c
2229 src:
2230 - test/core/iomgr/socket_utils_test.c
2231 deps:
2232 - grpc_test_util
2233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002234 - gpr_test_util
2235 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002236 platforms:
2237 - mac
2238 - linux
2239 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002240- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002241 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002242 build: test
2243 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002244 src:
2245 - test/core/iomgr/tcp_client_posix_test.c
2246 deps:
2247 - grpc_test_util
2248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002249 - gpr_test_util
2250 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002251 platforms:
2252 - mac
2253 - linux
2254 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002255- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002256 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257 build: test
2258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002259 src:
2260 - test/core/iomgr/tcp_posix_test.c
2261 deps:
2262 - grpc_test_util
2263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002264 - gpr_test_util
2265 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002266 platforms:
2267 - mac
2268 - linux
2269 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002270- name: tcp_server_posix_test
2271 build: test
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
2274 - test/core/iomgr/tcp_server_posix_test.c
2275 deps:
2276 - grpc_test_util
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002280 platforms:
2281 - mac
2282 - linux
2283 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002284- name: time_averaged_stats_test
2285 build: test
2286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
2288 - test/core/iomgr/time_averaged_stats_test.c
2289 deps:
2290 - grpc_test_util
2291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294- name: timeout_encoding_test
2295 build: test
2296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
2298 - test/core/transport/chttp2/timeout_encoding_test.c
2299 deps:
2300 - grpc_test_util
2301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002304- name: timer_heap_test
2305 build: test
2306 language: c
2307 src:
2308 - test/core/iomgr/timer_heap_test.c
2309 deps:
2310 - grpc_test_util
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002314- name: timer_list_test
2315 build: test
2316 language: c
2317 src:
2318 - test/core/iomgr/timer_list_test.c
2319 deps:
2320 - grpc_test_util
2321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002322 - gpr_test_util
2323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002324- name: timers_test
2325 build: test
2326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002327 src:
2328 - test/core/profiling/timers_test.c
2329 deps:
2330 - grpc_test_util
2331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002332 - gpr_test_util
2333 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002334- name: transport_connectivity_state_test
2335 build: test
2336 language: c
2337 src:
2338 - test/core/transport/connectivity_state_test.c
2339 deps:
2340 - grpc_test_util
2341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002342 - gpr_test_util
2343 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002344- name: transport_metadata_test
2345 build: test
2346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002347 src:
2348 - test/core/transport/metadata_test.c
2349 deps:
2350 - grpc_test_util
2351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002352 - gpr_test_util
2353 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002354- name: transport_security_test
2355 build: test
2356 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002357 src:
2358 - test/core/tsi/transport_security_test.c
2359 deps:
2360 - grpc_test_util
2361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002362 - gpr_test_util
2363 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002364 platforms:
2365 - linux
2366 - posix
2367 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: udp_server_test
2369 build: test
2370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
2372 - test/core/iomgr/udp_server_test.c
2373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002378 platforms:
2379 - mac
2380 - linux
2381 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002382- name: uri_fuzzer_test
2383 build: fuzzer
2384 language: c
2385 src:
2386 - test/core/client_config/uri_fuzzer_test.c
2387 deps:
2388 - grpc_test_util
2389 - grpc
2390 - gpr_test_util
2391 - gpr
2392 corpus_dirs:
2393 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002394 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002395- name: uri_parser_test
2396 build: test
2397 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002398 src:
2399 - test/core/client_config/uri_parser_test.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr_test_util
2404 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002405- name: workqueue_test
2406 build: test
2407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002408 src:
2409 - test/core/iomgr/workqueue_test.c
2410 deps:
2411 - grpc_test_util
2412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002413 - gpr_test_util
2414 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002415 platforms:
2416 - mac
2417 - linux
2418 - posix
vjpai04e992a2016-02-10 16:58:38 -08002419- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002420 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002421 build: test
2422 language: c++
2423 src:
2424 - test/cpp/common/alarm_cpp_test.cc
2425 deps:
2426 - grpc++_test_util
2427 - grpc_test_util
2428 - grpc++
2429 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002430 - gpr_test_util
2431 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002432- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002433 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002434 build: test
2435 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002436 src:
2437 - test/cpp/end2end/async_end2end_test.cc
2438 deps:
2439 - grpc++_test_util
2440 - grpc_test_util
2441 - grpc++
2442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002443 - gpr_test_util
2444 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002445- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002446 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447 build: test
2448 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
2450 - test/cpp/common/auth_property_iterator_test.cc
2451 deps:
2452 - grpc++_test_util
2453 - grpc_test_util
2454 - grpc++
2455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002459 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460 build: test
2461 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
yang-g52705592015-11-25 11:45:33 -08002463 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002464 deps:
2465 - grpc++
2466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002467 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002469 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470 build: test
2471 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002472 src:
2473 - test/cpp/util/cli_call_test.cc
2474 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002475 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002476 - grpc++_test_util
2477 - grpc_test_util
2478 - grpc++
2479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002480 - gpr_test_util
2481 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002483 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002484 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002485 build: test
2486 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002487 src:
2488 - test/cpp/end2end/client_crash_test.cc
2489 deps:
2490 - grpc++_test_util
2491 - grpc_test_util
2492 - grpc++
2493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr_test_util
2495 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002496 platforms:
2497 - mac
2498 - linux
2499 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002500- name: client_crash_test_server
2501 build: test
2502 run: false
2503 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002504 src:
2505 - test/cpp/end2end/client_crash_test_server.cc
2506 deps:
2507 - grpc++_test_util
2508 - grpc_test_util
2509 - grpc++
2510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002511 - gpr_test_util
2512 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002513- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002514 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002515 build: test
2516 language: c++
2517 src:
2518 - src/proto/grpc/testing/control.proto
2519 - src/proto/grpc/testing/messages.proto
2520 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002521 - src/proto/grpc/testing/services.proto
2522 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002523 - test/cpp/codegen/codegen_test_full.cc
2524 deps:
2525 - grpc++
2526 - grpc
2527 - gpr
2528 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002529 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002530- name: codegen_test_minimal
2531 gtest: true
2532 build: test
2533 language: c++
2534 src:
2535 - src/proto/grpc/testing/control.proto
2536 - src/proto/grpc/testing/messages.proto
2537 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002538 - src/proto/grpc/testing/services.proto
2539 - src/proto/grpc/testing/stats.proto
2540 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002541 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002542 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002543 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002544- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002545 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002546 build: test
2547 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002548 src:
2549 - test/cpp/client/credentials_test.cc
2550 deps:
2551 - grpc++
2552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002555 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002556 build: test
2557 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002558 src:
2559 - test/cpp/util/byte_buffer_test.cc
2560 deps:
2561 - grpc_test_util
2562 - grpc++
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002567 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568 build: test
2569 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002570 src:
2571 - test/cpp/util/slice_test.cc
2572 deps:
2573 - grpc_test_util
2574 - grpc++
2575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002576 - gpr_test_util
2577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002578- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002579 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580 build: test
2581 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002582 src:
2583 - test/cpp/util/string_ref_test.cc
2584 deps:
2585 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002586- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002587 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002588 build: test
2589 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002590 src:
2591 - test/cpp/util/time_test.cc
2592 deps:
2593 - grpc_test_util
2594 - grpc++
2595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr_test_util
2597 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002598- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002599 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002600 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601 build: test
2602 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - test/cpp/end2end/end2end_test.cc
2605 deps:
2606 - grpc++_test_util
2607 - grpc_test_util
2608 - grpc++
2609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002610 - gpr_test_util
2611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002613 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614 build: test
2615 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002616 src:
2617 - test/cpp/end2end/generic_end2end_test.cc
2618 deps:
2619 - grpc++_test_util
2620 - grpc_test_util
2621 - grpc++
2622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002623 - gpr_test_util
2624 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002625- name: golden_file_test
2626 gtest: true
2627 build: test
2628 language: c++
2629 src:
2630 - src/proto/grpc/testing/compiler_test.proto
2631 - test/cpp/codegen/golden_file_test.cc
2632 deps:
2633 - grpc++
2634 - grpc
2635 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002636- name: grpc_cli
2637 build: test
2638 run: false
2639 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002640 src:
2641 - test/cpp/util/grpc_cli.cc
2642 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002643 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002644 - grpc++_test_util
2645 - grpc_test_util
2646 - grpc++
2647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002648 - gpr_test_util
2649 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002650 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002651- name: grpc_cpp_plugin
2652 build: protoc
2653 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002654 src:
2655 - src/compiler/cpp_plugin.cc
2656 deps:
2657 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002658 secure: false
2659 vs_config_type: Application
2660 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2661- name: grpc_csharp_plugin
2662 build: protoc
2663 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002664 src:
2665 - src/compiler/csharp_plugin.cc
2666 deps:
2667 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002668 secure: false
2669 vs_config_type: Application
2670 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002671- name: grpc_node_plugin
2672 build: protoc
2673 language: c++
2674 src:
2675 - src/compiler/node_plugin.cc
2676 deps:
2677 - grpc_plugin_support
2678 secure: false
2679 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002680- name: grpc_objective_c_plugin
2681 build: protoc
2682 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002683 src:
2684 - src/compiler/objective_c_plugin.cc
2685 deps:
2686 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002687 secure: false
2688 vs_config_type: Application
2689 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2690- name: grpc_python_plugin
2691 build: protoc
2692 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002693 src:
2694 - src/compiler/python_plugin.cc
2695 deps:
2696 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002697 secure: false
2698 vs_config_type: Application
2699 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2700- name: grpc_ruby_plugin
2701 build: protoc
2702 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002703 src:
2704 - src/compiler/ruby_plugin.cc
2705 deps:
2706 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002707 secure: false
2708 vs_config_type: Application
2709 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002710- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002711 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002712 build: test
2713 language: c++
2714 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002715 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002716 - test/cpp/grpclb/grpclb_api_test.cc
2717 deps:
2718 - grpc++_test_util
2719 - grpc_test_util
2720 - grpc++
2721 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002722- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002723 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002724 build: test
2725 language: c++
2726 src:
2727 - test/cpp/end2end/hybrid_end2end_test.cc
2728 deps:
2729 - grpc++_test_util
2730 - grpc_test_util
2731 - grpc++
2732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002733 - gpr_test_util
2734 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002735- name: interop_client
2736 build: test
2737 run: false
2738 language: c++
2739 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002740 deps:
2741 - interop_client_main
2742 - interop_client_helper
2743 - grpc++_test_util
2744 - grpc_test_util
2745 - grpc++
2746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002747 - gpr_test_util
2748 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002749 - grpc++_test_config
2750 platforms:
2751 - mac
2752 - linux
2753 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002754- name: interop_server
2755 build: test
2756 run: false
2757 language: c++
2758 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002759 deps:
2760 - interop_server_main
2761 - interop_server_helper
2762 - grpc++_test_util
2763 - grpc_test_util
2764 - grpc++
2765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002766 - gpr_test_util
2767 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002768 - grpc++_test_config
2769 platforms:
2770 - mac
2771 - linux
2772 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002773- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002774 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002775 build: test
2776 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002777 src:
2778 - test/cpp/interop/interop_test.cc
2779 deps:
2780 - grpc_test_util
2781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002782 - gpr_test_util
2783 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002784 platforms:
2785 - mac
2786 - linux
2787 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002788- name: json_run_localhost
2789 build: test
2790 run: false
2791 language: c++
2792 src:
2793 - test/cpp/qps/json_run_localhost.cc
2794 deps:
2795 - grpc++_test_util
2796 - grpc_test_util
2797 - grpc++
2798 - grpc
2799 - gpr_test_util
2800 - gpr
2801 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002802- name: metrics_client
2803 build: test
2804 run: false
2805 language: c++
2806 headers:
2807 - test/cpp/util/metrics_server.h
2808 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002809 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002810 - test/cpp/interop/metrics_client.cc
2811 deps:
2812 - grpc++
2813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002814 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002815 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002816- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002817 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002818 build: test
2819 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002820 src:
2821 - test/cpp/end2end/mock_test.cc
2822 deps:
2823 - grpc++_test_util
2824 - grpc_test_util
2825 - grpc++
2826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002827 - gpr_test_util
2828 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002829- name: proto_server_reflection_test
2830 gtest: true
2831 build: test
2832 language: c++
2833 headers:
2834 - test/cpp/util/proto_reflection_descriptor_database.h
2835 src:
2836 - test/cpp/end2end/proto_server_reflection_test.cc
2837 - test/cpp/util/proto_reflection_descriptor_database.cc
2838 deps:
2839 - grpc++_reflection
2840 - grpc++_test_util
2841 - grpc_test_util
2842 - grpc++
2843 - grpc
2844 - gpr_test_util
2845 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002846- name: qps_interarrival_test
2847 build: test
2848 run: false
2849 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002850 src:
2851 - test/cpp/qps/qps_interarrival_test.cc
2852 deps:
2853 - qps
2854 - grpc++_test_util
2855 - grpc_test_util
2856 - grpc++
2857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002858 - gpr_test_util
2859 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002860 platforms:
2861 - mac
2862 - linux
2863 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002864- name: qps_json_driver
2865 build: test
2866 run: false
2867 language: c++
2868 src:
2869 - test/cpp/qps/qps_json_driver.cc
2870 deps:
2871 - qps
2872 - grpc++_test_util
2873 - grpc_test_util
2874 - grpc++
2875 - grpc
2876 - gpr_test_util
2877 - gpr
2878 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002879- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002880 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002881 build: test
2882 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002883 src:
2884 - test/cpp/qps/qps_openloop_test.cc
2885 deps:
2886 - qps
2887 - grpc++_test_util
2888 - grpc_test_util
2889 - grpc++
2890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002891 - gpr_test_util
2892 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002893 - grpc++_test_config
2894 platforms:
2895 - mac
2896 - linux
2897 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002899 build: test
2900 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002901 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002902 headers:
2903 - test/cpp/qps/client.h
2904 - test/cpp/qps/server.h
2905 src:
2906 - test/cpp/qps/worker.cc
2907 deps:
2908 - qps
2909 - grpc++_test_util
2910 - grpc_test_util
2911 - grpc++
2912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002913 - gpr_test_util
2914 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002915 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002916- name: reconnect_interop_client
2917 build: test
2918 run: false
2919 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002920 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002921 - src/proto/grpc/testing/empty.proto
2922 - src/proto/grpc/testing/messages.proto
2923 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002924 - test/cpp/interop/reconnect_interop_client.cc
2925 deps:
2926 - grpc++_test_util
2927 - grpc_test_util
2928 - grpc++
2929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002930 - gpr_test_util
2931 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002932 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002933- name: reconnect_interop_server
2934 build: test
2935 run: false
2936 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002937 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002938 - src/proto/grpc/testing/empty.proto
2939 - src/proto/grpc/testing/messages.proto
2940 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002941 - test/cpp/interop/reconnect_interop_server.cc
2942 deps:
2943 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002944 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002945 - grpc++_test_util
2946 - grpc_test_util
2947 - grpc++
2948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002949 - gpr_test_util
2950 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002951 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002952- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002953 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002954 build: test
2955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002956 src:
2957 - test/cpp/common/secure_auth_context_test.cc
2958 deps:
2959 - grpc++_test_util
2960 - grpc_test_util
2961 - grpc++
2962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002963 - gpr_test_util
2964 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002965- name: secure_sync_unary_ping_pong_test
2966 build: test
2967 language: c++
2968 src:
2969 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2970 deps:
2971 - qps
2972 - grpc++_test_util
2973 - grpc_test_util
2974 - grpc++
2975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002976 - gpr_test_util
2977 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002978 platforms:
2979 - mac
2980 - linux
2981 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002982- name: server_builder_plugin_test
2983 gtest: true
2984 build: test
2985 language: c++
2986 src:
2987 - test/cpp/end2end/server_builder_plugin_test.cc
2988 deps:
2989 - grpc++_test_util
2990 - grpc_test_util
2991 - grpc++
2992 - grpc
2993 - gpr_test_util
2994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002995- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002996 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002997 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002998 build: test
2999 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003000 src:
3001 - test/cpp/end2end/server_crash_test.cc
3002 deps:
3003 - grpc++_test_util
3004 - grpc_test_util
3005 - grpc++
3006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003007 - gpr_test_util
3008 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003009 platforms:
3010 - mac
3011 - linux
3012 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003013- name: server_crash_test_client
3014 build: test
3015 run: false
3016 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003017 src:
3018 - test/cpp/end2end/server_crash_test_client.cc
3019 deps:
3020 - grpc++_test_util
3021 - grpc_test_util
3022 - grpc++
3023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003024 - gpr_test_util
3025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003026- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003027 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003028 build: test
3029 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003030 src:
3031 - test/cpp/end2end/shutdown_test.cc
3032 deps:
3033 - grpc++_test_util
3034 - grpc_test_util
3035 - grpc++
3036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003037 - gpr_test_util
3038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003039- name: status_test
3040 build: test
3041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003042 src:
3043 - test/cpp/util/status_test.cc
3044 deps:
3045 - grpc_test_util
3046 - grpc++
3047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003048 - gpr_test_util
3049 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003050- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003051 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003052 build: test
3053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003054 src:
3055 - test/cpp/end2end/streaming_throughput_test.cc
3056 deps:
3057 - grpc++_test_util
3058 - grpc_test_util
3059 - grpc++
3060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003061 - gpr_test_util
3062 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003063 platforms:
3064 - mac
3065 - linux
3066 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003067- name: stress_test
3068 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003069 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003070 language: c++
3071 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003072 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003073 - test/cpp/interop/interop_client.h
3074 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003075 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003076 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003077 - src/proto/grpc/testing/empty.proto
3078 - src/proto/grpc/testing/messages.proto
3079 - src/proto/grpc/testing/metrics.proto
3080 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003081 - test/cpp/interop/interop_client.cc
3082 - test/cpp/interop/stress_interop_client.cc
3083 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003084 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003085 deps:
3086 - grpc++_test_util
3087 - grpc_test_util
3088 - grpc++
3089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003090 - gpr_test_util
3091 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003092 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003093- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003094 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003095 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003096 build: test
3097 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003098 src:
3099 - test/cpp/end2end/thread_stress_test.cc
3100 deps:
3101 - grpc++_test_util
3102 - grpc_test_util
3103 - grpc++
3104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003105 - gpr_test_util
3106 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003107- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003108 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003109 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003110 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003111 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003112 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003113 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003114 - test/cpp/end2end/zookeeper_test.cc
3115 deps:
3116 - grpc++_test_util
3117 - grpc_test_util
3118 - grpc++
3119 - grpc_zookeeper
3120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003121 - gpr_test_util
3122 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003123 external_deps:
3124 - zookeeper
3125 platforms:
3126 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003127- name: public_headers_must_be_c89
3128 build: test
3129 language: c89
3130 src:
3131 - test/core/surface/public_headers_must_be_c89.c
3132 deps:
3133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003134 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003135vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003136- linkage: static
3137 name: grpc.dependencies.zlib
3138 props: false
3139 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003140 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003141- linkage: static
3142 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003143 props: true
3144 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003145 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003146- name: gflags
3147 props: false
3148 redist: false
3149 version: 2.1.2.1
3150- name: gtest
3151 props: false
3152 redist: false
3153 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003154configs:
3155 asan:
3156 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003157 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3158 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003159 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003160 LD: clang
3161 LDFLAGS: -fsanitize=address
3162 LDXX: clang++
3163 compile_the_world: true
3164 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003165 ASAN_OPTIONS: detect_leaks=1:color=always
3166 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003167 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003168 asan-noleaks:
3169 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003170 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3171 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003172 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003173 LD: clang
3174 LDFLAGS: -fsanitize=address
3175 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003176 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003177 test_environ:
3178 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003179 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003180 asan-trace-cmp:
3181 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003182 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3183 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003184 CXX: clang++
3185 LD: clang
3186 LDFLAGS: -fsanitize=address
3187 LDXX: clang++
3188 compile_the_world: true
3189 test_environ:
3190 ASAN_OPTIONS: detect_leaks=1:color=always
3191 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3192 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003193 basicprof:
3194 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3195 DEFINES: NDEBUG
3196 dbg:
3197 CPPFLAGS: -O0
3198 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003199 easan:
3200 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003201 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3202 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003203 CXX: clang++
3204 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3205 LD: clang
3206 LDFLAGS: -fsanitize=address
3207 LDXX: clang++
3208 compile_the_world: true
3209 test_environ:
3210 ASAN_OPTIONS: detect_leaks=1:color=always
3211 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3212 timeout_multiplier: 3
3213 edbg:
3214 CPPFLAGS: -O0
3215 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3216 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003217 CC: clang
3218 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003219 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003220 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003221 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003222 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003223 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003224 LDXX: clang++
3225 compile_the_world: true
3226 test_environ:
3227 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3228 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003229 gcov:
3230 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003231 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003232 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003233 DEFINES: _DEBUG DEBUG GPR_GCOV
3234 LD: gcc
3235 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3236 LDXX: g++
3237 helgrind:
3238 CPPFLAGS: -O0
3239 DEFINES: _DEBUG DEBUG
3240 LDFLAGS: -rdynamic
3241 timeout_multiplier: 20
3242 valgrind: --tool=helgrind
3243 memcheck:
3244 CPPFLAGS: -O0
3245 DEFINES: _DEBUG DEBUG
3246 LDFLAGS: -rdynamic
3247 timeout_multiplier: 10
3248 valgrind: --tool=memcheck --leak-check=full
3249 msan:
3250 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003251 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3252 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3253 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003254 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003255 DEFINES: NDEBUG
3256 LD: clang
3257 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3258 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3259 LDXX: clang++
3260 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003261 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003262 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003263 CPPFLAGS: -O3 -fno-omit-frame-pointer
3264 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003265 LDFLAGS: -rdynamic
3266 opt:
3267 CPPFLAGS: -O2
3268 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003269 stapprof:
3270 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3271 DEFINES: NDEBUG
3272 tsan:
3273 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003274 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003275 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003276 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003277 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003278 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003279 LDXX: clang++
3280 compile_the_world: true
3281 test_environ:
3282 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003283 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003284 ubsan:
3285 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003286 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3287 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003288 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003289 DEFINES: NDEBUG
3290 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003291 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003292 LDXX: clang++
3293 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003294 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003295 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003296 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003297defaults:
3298 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003299 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003300 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003301 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003302 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003303 global:
3304 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3305 LDFLAGS: -g
3306 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003307 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003308 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003309node_modules:
3310- deps:
3311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003312 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003313 - boringssl
3314 - z
murgatroid9994a75412015-11-19 14:04:53 -08003315 headers:
3316 - src/node/ext/byte_buffer.h
3317 - src/node/ext/call.h
3318 - src/node/ext/call_credentials.h
3319 - src/node/ext/channel.h
3320 - src/node/ext/channel_credentials.h
3321 - src/node/ext/completion_queue_async_worker.h
3322 - src/node/ext/server.h
3323 - src/node/ext/server_credentials.h
3324 - src/node/ext/timeval.h
3325 js:
3326 - src/node/index.js
3327 - src/node/src/client.js
3328 - src/node/src/common.js
3329 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003330 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003331 - src/node/src/metadata.js
3332 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003333 name: grpc_node
3334 src:
3335 - src/node/ext/byte_buffer.cc
3336 - src/node/ext/call.cc
3337 - src/node/ext/call_credentials.cc
3338 - src/node/ext/channel.cc
3339 - src/node/ext/channel_credentials.cc
3340 - src/node/ext/completion_queue_async_worker.cc
3341 - src/node/ext/node_grpc.cc
3342 - src/node/ext/server.cc
3343 - src/node/ext/server_credentials.cc
3344 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003345openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003346 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003347 extraction_dir: openssl-1.0.2f
3348 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003349php_config_m4:
3350 deps:
3351 - grpc
3352 - gpr
3353 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003354 headers:
3355 - src/php/ext/grpc/byte_buffer.h
3356 - src/php/ext/grpc/call.h
3357 - src/php/ext/grpc/call_credentials.h
3358 - src/php/ext/grpc/channel.h
3359 - src/php/ext/grpc/channel_credentials.h
3360 - src/php/ext/grpc/completion_queue.h
3361 - src/php/ext/grpc/php_grpc.h
3362 - src/php/ext/grpc/server.h
3363 - src/php/ext/grpc/server_credentials.h
3364 - src/php/ext/grpc/timeval.h
3365 src:
3366 - src/php/ext/grpc/byte_buffer.c
3367 - src/php/ext/grpc/call.c
3368 - src/php/ext/grpc/call_credentials.c
3369 - src/php/ext/grpc/channel.c
3370 - src/php/ext/grpc/channel_credentials.c
3371 - src/php/ext/grpc/completion_queue.c
3372 - src/php/ext/grpc/php_grpc.c
3373 - src/php/ext/grpc/server.c
3374 - src/php/ext/grpc/server_credentials.c
3375 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003376python_dependencies:
3377 deps:
3378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003379 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003380 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003381 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003382ruby_gem:
3383 deps:
3384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003385 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003386 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003387 - z