blob: 2d9cdb62cf47415fbbee0723799caa48c96cac4e [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
Craig Tillerf23078c2016-03-25 17:07:29 -070073 - src/core/lib/support/murmur_hash.h
74 - src/core/lib/support/stack_lockfree.h
75 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070076 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070077 - src/core/lib/support/thd_internal.h
78 - src/core/lib/support/time_precise.h
79 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010080 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070081 - src/core/lib/profiling/basic_timers.c
82 - src/core/lib/profiling/stap_timers.c
83 - src/core/lib/support/alloc.c
84 - src/core/lib/support/avl.c
85 - src/core/lib/support/backoff.c
86 - src/core/lib/support/cmdline.c
87 - src/core/lib/support/cpu_iphone.c
88 - src/core/lib/support/cpu_linux.c
89 - src/core/lib/support/cpu_posix.c
90 - src/core/lib/support/cpu_windows.c
91 - src/core/lib/support/env_linux.c
92 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070093 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070094 - src/core/lib/support/histogram.c
95 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -070096 - src/core/lib/support/log.c
97 - src/core/lib/support/log_android.c
98 - src/core/lib/support/log_linux.c
99 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700100 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700101 - src/core/lib/support/murmur_hash.c
102 - src/core/lib/support/slice.c
103 - src/core/lib/support/slice_buffer.c
104 - src/core/lib/support/stack_lockfree.c
105 - src/core/lib/support/string.c
106 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700107 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700108 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700109 - src/core/lib/support/subprocess_posix.c
110 - src/core/lib/support/subprocess_windows.c
111 - src/core/lib/support/sync.c
112 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700113 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/thd.c
115 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/time.c
118 - src/core/lib/support/time_posix.c
119 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200122 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700124 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700126 uses:
127 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800128- name: gpr_codegen
129 public_headers:
130 - include/grpc/impl/codegen/alloc.h
131 - include/grpc/impl/codegen/atm.h
132 - include/grpc/impl/codegen/atm_gcc_atomic.h
133 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800135 - include/grpc/impl/codegen/log.h
136 - include/grpc/impl/codegen/port_platform.h
137 - include/grpc/impl/codegen/slice.h
138 - include/grpc/impl/codegen/slice_buffer.h
139 - include/grpc/impl/codegen/sync.h
140 - include/grpc/impl/codegen/sync_generic.h
141 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700144- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700145 public_headers:
146 - include/grpc/byte_buffer.h
147 - include/grpc/byte_buffer_reader.h
148 - include/grpc/compression.h
149 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700150 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700151 - include/grpc/status.h
152 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700153 - src/core/lib/channel/channel_args.h
154 - src/core/lib/channel/channel_stack.h
155 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700156 - src/core/lib/channel/compress_filter.h
157 - src/core/lib/channel/connected_channel.h
158 - src/core/lib/channel/context.h
159 - src/core/lib/channel/http_client_filter.h
160 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700161 - src/core/lib/compression/algorithm_metadata.h
162 - src/core/lib/compression/message_compress.h
163 - src/core/lib/debug/trace.h
164 - src/core/lib/http/format_request.h
165 - src/core/lib/http/httpcli.h
166 - src/core/lib/http/parser.h
167 - src/core/lib/iomgr/closure.h
168 - src/core/lib/iomgr/endpoint.h
169 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700170 - src/core/lib/iomgr/error.h
Craig Tiller8a034482016-03-28 16:09:04 -0700171 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700172 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700173 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700174 - src/core/lib/iomgr/exec_ctx.h
175 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/iomgr/iocp_windows.h
177 - src/core/lib/iomgr/iomgr.h
178 - src/core/lib/iomgr/iomgr_internal.h
179 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700180 - src/core/lib/iomgr/load_file.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700181 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700182 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700183 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/iomgr/pollset_set_windows.h
185 - src/core/lib/iomgr/pollset_windows.h
186 - src/core/lib/iomgr/resolve_address.h
187 - src/core/lib/iomgr/sockaddr.h
188 - src/core/lib/iomgr/sockaddr_posix.h
189 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700190 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/iomgr/socket_utils_posix.h
192 - src/core/lib/iomgr/socket_windows.h
193 - src/core/lib/iomgr/tcp_client.h
194 - src/core/lib/iomgr/tcp_posix.h
195 - src/core/lib/iomgr/tcp_server.h
196 - src/core/lib/iomgr/tcp_windows.h
197 - src/core/lib/iomgr/time_averaged_stats.h
198 - src/core/lib/iomgr/timer.h
199 - src/core/lib/iomgr/timer_heap.h
200 - src/core/lib/iomgr/udp_server.h
201 - src/core/lib/iomgr/unix_sockets_posix.h
202 - src/core/lib/iomgr/wakeup_fd_pipe.h
203 - src/core/lib/iomgr/wakeup_fd_posix.h
204 - src/core/lib/iomgr/workqueue.h
205 - src/core/lib/iomgr/workqueue_posix.h
206 - src/core/lib/iomgr/workqueue_windows.h
207 - src/core/lib/json/json.h
208 - src/core/lib/json/json_common.h
209 - src/core/lib/json/json_reader.h
210 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/surface/api_trace.h
212 - src/core/lib/surface/call.h
213 - src/core/lib/surface/call_test_only.h
214 - src/core/lib/surface/channel.h
215 - src/core/lib/surface/channel_init.h
216 - src/core/lib/surface/channel_stack_type.h
217 - src/core/lib/surface/completion_queue.h
218 - src/core/lib/surface/event_string.h
219 - src/core/lib/surface/init.h
220 - src/core/lib/surface/lame_client.h
221 - src/core/lib/surface/server.h
222 - src/core/lib/surface/surface_trace.h
223 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/transport/connectivity_state.h
225 - src/core/lib/transport/metadata.h
226 - src/core/lib/transport/metadata_batch.h
227 - src/core/lib/transport/static_metadata.h
228 - src/core/lib/transport/transport.h
229 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700230 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/channel/channel_args.c
232 - src/core/lib/channel/channel_stack.c
233 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/channel/compress_filter.c
235 - src/core/lib/channel/connected_channel.c
236 - src/core/lib/channel/http_client_filter.c
237 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700238 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/compression/message_compress.c
240 - src/core/lib/debug/trace.c
241 - src/core/lib/http/format_request.c
242 - src/core/lib/http/httpcli.c
243 - src/core/lib/http/parser.c
244 - src/core/lib/iomgr/closure.c
245 - src/core/lib/iomgr/endpoint.c
246 - src/core/lib/iomgr/endpoint_pair_posix.c
247 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700248 - src/core/lib/iomgr/error.c
Craig Tiller8a034482016-03-28 16:09:04 -0700249 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700250 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700251 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/iomgr/exec_ctx.c
253 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/iomgr/iocp_windows.c
255 - src/core/lib/iomgr/iomgr.c
256 - src/core/lib/iomgr/iomgr_posix.c
257 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700258 - src/core/lib/iomgr/load_file.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700259 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/iomgr/pollset_set_windows.c
261 - src/core/lib/iomgr/pollset_windows.c
262 - src/core/lib/iomgr/resolve_address_posix.c
263 - src/core/lib/iomgr/resolve_address_windows.c
264 - src/core/lib/iomgr/sockaddr_utils.c
265 - src/core/lib/iomgr/socket_utils_common_posix.c
266 - src/core/lib/iomgr/socket_utils_linux.c
267 - src/core/lib/iomgr/socket_utils_posix.c
268 - src/core/lib/iomgr/socket_windows.c
269 - src/core/lib/iomgr/tcp_client_posix.c
270 - src/core/lib/iomgr/tcp_client_windows.c
271 - src/core/lib/iomgr/tcp_posix.c
272 - src/core/lib/iomgr/tcp_server_posix.c
273 - src/core/lib/iomgr/tcp_server_windows.c
274 - src/core/lib/iomgr/tcp_windows.c
275 - src/core/lib/iomgr/time_averaged_stats.c
276 - src/core/lib/iomgr/timer.c
277 - src/core/lib/iomgr/timer_heap.c
278 - src/core/lib/iomgr/udp_server.c
279 - src/core/lib/iomgr/unix_sockets_posix.c
280 - src/core/lib/iomgr/unix_sockets_posix_noop.c
281 - src/core/lib/iomgr/wakeup_fd_eventfd.c
282 - src/core/lib/iomgr/wakeup_fd_nospecial.c
283 - src/core/lib/iomgr/wakeup_fd_pipe.c
284 - src/core/lib/iomgr/wakeup_fd_posix.c
285 - src/core/lib/iomgr/workqueue_posix.c
286 - src/core/lib/iomgr/workqueue_windows.c
287 - src/core/lib/json/json.c
288 - src/core/lib/json/json_reader.c
289 - src/core/lib/json/json_string.c
290 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/surface/alarm.c
292 - src/core/lib/surface/api_trace.c
293 - src/core/lib/surface/byte_buffer.c
294 - src/core/lib/surface/byte_buffer_reader.c
295 - src/core/lib/surface/call.c
296 - src/core/lib/surface/call_details.c
297 - src/core/lib/surface/call_log_batch.c
298 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 - src/core/lib/surface/channel_init.c
300 - src/core/lib/surface/channel_ping.c
301 - src/core/lib/surface/channel_stack_type.c
302 - src/core/lib/surface/completion_queue.c
303 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/surface/lame_client.c
305 - src/core/lib/surface/metadata_array.c
306 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/surface/validate_metadata.c
308 - src/core/lib/surface/version.c
309 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/transport/connectivity_state.c
311 - src/core/lib/transport/metadata.c
312 - src/core/lib/transport/metadata_batch.c
313 - src/core/lib/transport/static_metadata.c
314 - src/core/lib/transport/transport.c
315 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700316 deps:
317 - gpr
318 uses:
319 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700320- name: grpc_client_config
321 headers:
322 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700323 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700324 - src/core/ext/client_config/client_config.h
325 - src/core/ext/client_config/connector.h
326 - src/core/ext/client_config/initial_connect_string.h
327 - src/core/ext/client_config/lb_policy.h
328 - src/core/ext/client_config/lb_policy_factory.h
329 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700330 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700331 - src/core/ext/client_config/resolver.h
332 - src/core/ext/client_config/resolver_factory.h
333 - src/core/ext/client_config/resolver_registry.h
334 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700335 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700336 - src/core/ext/client_config/subchannel_index.h
337 - src/core/ext/client_config/uri_parser.h
338 src:
339 - src/core/ext/client_config/channel_connectivity.c
340 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700341 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700342 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700343 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700344 - src/core/ext/client_config/connector.c
345 - src/core/ext/client_config/default_initial_connect_string.c
346 - src/core/ext/client_config/initial_connect_string.c
347 - src/core/ext/client_config/lb_policy.c
348 - src/core/ext/client_config/lb_policy_factory.c
349 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700350 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700351 - src/core/ext/client_config/resolver.c
352 - src/core/ext/client_config/resolver_factory.c
353 - src/core/ext/client_config/resolver_registry.c
354 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700355 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700356 - src/core/ext/client_config/subchannel_index.c
357 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700358 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700359 uses:
360 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800361- name: grpc_codegen
362 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800363 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700364 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800365 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800366 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800367 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800368 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800369 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700370 uses:
371 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700372- name: grpc_lb_policy_grpclb
373 headers:
374 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700375 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700376 src:
377 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700378 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700379 uses:
380 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700381 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700382 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700383- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700384 src:
385 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700386 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700387 uses:
388 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700389 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700390- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700391 src:
392 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700393 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700394 uses:
395 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700396 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700397- name: grpc_load_reporting
398 headers:
399 - src/core/ext/load_reporting/load_reporting.h
400 - src/core/ext/load_reporting/load_reporting_filter.h
401 src:
402 - src/core/ext/load_reporting/load_reporting.c
403 - src/core/ext/load_reporting/load_reporting_filter.c
404 plugin: grpc_load_reporting_plugin
405 uses:
406 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700407- name: grpc_resolver_dns_native
408 src:
409 - src/core/ext/resolver/dns/native/dns_resolver.c
410 plugin: grpc_resolver_dns_native
411 uses:
412 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700413 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700414- name: grpc_resolver_sockaddr
415 src:
416 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
417 plugin: grpc_resolver_sockaddr
418 uses:
419 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700420 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100421- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700422 public_headers:
423 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700424 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100425 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700426 - src/core/lib/security/context/security_context.h
427 - src/core/lib/security/credentials/composite/composite_credentials.h
428 - src/core/lib/security/credentials/credentials.h
429 - src/core/lib/security/credentials/fake/fake_credentials.h
430 - src/core/lib/security/credentials/google_default/google_default_credentials.h
431 - src/core/lib/security/credentials/iam/iam_credentials.h
432 - src/core/lib/security/credentials/jwt/json_token.h
433 - src/core/lib/security/credentials/jwt/jwt_credentials.h
434 - src/core/lib/security/credentials/jwt/jwt_verifier.h
435 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
436 - src/core/lib/security/credentials/plugin/plugin_credentials.h
437 - src/core/lib/security/credentials/ssl/ssl_credentials.h
438 - src/core/lib/security/transport/auth_filters.h
439 - src/core/lib/security/transport/handshake.h
440 - src/core/lib/security/transport/secure_endpoint.h
441 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700442 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700443 - src/core/lib/security/util/b64.h
444 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100445 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700446 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700447 - src/core/lib/security/context/security_context.c
448 - src/core/lib/security/credentials/composite/composite_credentials.c
449 - src/core/lib/security/credentials/credentials.c
450 - src/core/lib/security/credentials/credentials_metadata.c
451 - src/core/lib/security/credentials/fake/fake_credentials.c
452 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700453 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700454 - src/core/lib/security/credentials/google_default/google_default_credentials.c
455 - src/core/lib/security/credentials/iam/iam_credentials.c
456 - src/core/lib/security/credentials/jwt/json_token.c
457 - src/core/lib/security/credentials/jwt/jwt_credentials.c
458 - src/core/lib/security/credentials/jwt/jwt_verifier.c
459 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
460 - src/core/lib/security/credentials/plugin/plugin_credentials.c
461 - src/core/lib/security/credentials/ssl/ssl_credentials.c
462 - src/core/lib/security/transport/client_auth_filter.c
463 - src/core/lib/security/transport/handshake.c
464 - src/core/lib/security/transport/secure_endpoint.c
465 - src/core/lib/security/transport/security_connector.c
466 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700467 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700468 - src/core/lib/security/util/b64.c
469 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700470 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700471 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700472 uses:
473 - grpc_base
474 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700475 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700476- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700477 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700478 headers:
479 - test/core/end2end/cq_verifier.h
480 - test/core/end2end/fixtures/proxy.h
481 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700482 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200483 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700484 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700485 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700486 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700487 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700488 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700489 - test/core/util/slice_splitter.h
490 src:
491 - test/core/end2end/cq_verifier.c
492 - test/core/end2end/fixtures/proxy.c
493 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700494 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200495 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700496 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700497 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700498 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700499 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700500 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700501 - test/core/util/port_windows.c
502 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700503 deps:
504 - grpc
505 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700506- name: grpc_transport_chttp2
507 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700508 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700509 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700510 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
511 - src/core/ext/transport/chttp2/transport/frame.h
512 - src/core/ext/transport/chttp2/transport/frame_data.h
513 - src/core/ext/transport/chttp2/transport/frame_goaway.h
514 - src/core/ext/transport/chttp2/transport/frame_ping.h
515 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
516 - src/core/ext/transport/chttp2/transport/frame_settings.h
517 - src/core/ext/transport/chttp2/transport/frame_window_update.h
518 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
519 - src/core/ext/transport/chttp2/transport/hpack_parser.h
520 - src/core/ext/transport/chttp2/transport/hpack_table.h
521 - src/core/ext/transport/chttp2/transport/http2_errors.h
522 - src/core/ext/transport/chttp2/transport/huffsyms.h
523 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
524 - src/core/ext/transport/chttp2/transport/internal.h
525 - src/core/ext/transport/chttp2/transport/status_conversion.h
526 - src/core/ext/transport/chttp2/transport/stream_map.h
527 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
528 - src/core/ext/transport/chttp2/transport/varint.h
529 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700530 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700531 - src/core/ext/transport/chttp2/transport/bin_encoder.c
532 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700533 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
534 - src/core/ext/transport/chttp2/transport/frame_data.c
535 - src/core/ext/transport/chttp2/transport/frame_goaway.c
536 - src/core/ext/transport/chttp2/transport/frame_ping.c
537 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
538 - src/core/ext/transport/chttp2/transport/frame_settings.c
539 - src/core/ext/transport/chttp2/transport/frame_window_update.c
540 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
541 - src/core/ext/transport/chttp2/transport/hpack_parser.c
542 - src/core/ext/transport/chttp2/transport/hpack_table.c
543 - src/core/ext/transport/chttp2/transport/huffsyms.c
544 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
545 - src/core/ext/transport/chttp2/transport/parsing.c
546 - src/core/ext/transport/chttp2/transport/status_conversion.c
547 - src/core/ext/transport/chttp2/transport/stream_lists.c
548 - src/core/ext/transport/chttp2/transport/stream_map.c
549 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
550 - src/core/ext/transport/chttp2/transport/varint.c
551 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700552 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700553 uses:
554 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700555 - grpc_transport_chttp2_alpn
556- name: grpc_transport_chttp2_alpn
557 headers:
558 - src/core/ext/transport/chttp2/alpn/alpn.h
559 src:
560 - src/core/ext/transport/chttp2/alpn/alpn.c
561 deps:
562 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700563- name: grpc_transport_chttp2_client_insecure
564 src:
565 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700566 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700567 uses:
568 - grpc_transport_chttp2
569 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700570 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700571- name: grpc_transport_chttp2_client_secure
572 src:
573 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700574 uses:
575 - grpc_transport_chttp2
576 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700577 - grpc_client_config
578 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700579- name: grpc_transport_chttp2_server_insecure
580 src:
581 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700582 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700583 uses:
584 - grpc_transport_chttp2
585 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700586- name: grpc_transport_chttp2_server_secure
587 src:
588 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700589 uses:
590 - grpc_transport_chttp2
591 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700592 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700593- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700594 public_headers:
595 - include/grpc/grpc_cronet.h
596 - include/grpc/grpc_security.h
597 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700598 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700599 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
600 src:
601 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
602 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
603 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700604 filegroups:
605 - grpc_base
606 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800607- name: nanopb
608 headers:
609 - third_party/nanopb/pb.h
610 - third_party/nanopb/pb_common.h
611 - third_party/nanopb/pb_decode.h
612 - third_party/nanopb/pb_encode.h
613 src:
614 - third_party/nanopb/pb_common.c
615 - third_party/nanopb/pb_decode.c
616 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700617- name: tsi
618 headers:
619 - src/core/lib/tsi/fake_transport_security.h
620 - src/core/lib/tsi/ssl_transport_security.h
621 - src/core/lib/tsi/ssl_types.h
622 - src/core/lib/tsi/transport_security.h
623 - src/core/lib/tsi/transport_security_interface.h
624 src:
625 - src/core/lib/tsi/fake_transport_security.c
626 - src/core/lib/tsi/ssl_transport_security.c
627 - src/core/lib/tsi/transport_security.c
628 deps:
629 - gpr
630 secure: true
631- name: grpc++_base
632 language: c++
633 public_headers:
634 - include/grpc++/alarm.h
635 - include/grpc++/channel.h
636 - include/grpc++/client_context.h
637 - include/grpc++/completion_queue.h
638 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700639 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700640 - include/grpc++/generic/async_generic_service.h
641 - include/grpc++/generic/generic_stub.h
642 - include/grpc++/grpc++.h
643 - include/grpc++/impl/call.h
644 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700645 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700646 - include/grpc++/impl/grpc_library.h
647 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700648 - include/grpc++/impl/rpc_method.h
649 - include/grpc++/impl/rpc_service_method.h
650 - include/grpc++/impl/serialization_traits.h
651 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700652 - include/grpc++/impl/server_builder_plugin.h
653 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700654 - include/grpc++/impl/service_type.h
655 - include/grpc++/impl/sync.h
656 - include/grpc++/impl/sync_cxx11.h
657 - include/grpc++/impl/sync_no_cxx11.h
658 - include/grpc++/impl/thd.h
659 - include/grpc++/impl/thd_cxx11.h
660 - include/grpc++/impl/thd_no_cxx11.h
661 - include/grpc++/security/auth_context.h
662 - include/grpc++/security/auth_metadata_processor.h
663 - include/grpc++/security/credentials.h
664 - include/grpc++/security/server_credentials.h
665 - include/grpc++/server.h
666 - include/grpc++/server_builder.h
667 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700668 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700669 - include/grpc++/support/async_stream.h
670 - include/grpc++/support/async_unary_call.h
671 - include/grpc++/support/byte_buffer.h
672 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700673 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700674 - include/grpc++/support/slice.h
675 - include/grpc++/support/status.h
676 - include/grpc++/support/status_code_enum.h
677 - include/grpc++/support/string_ref.h
678 - include/grpc++/support/stub_options.h
679 - include/grpc++/support/sync_stream.h
680 - include/grpc++/support/time.h
681 headers:
682 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700683 - src/cpp/server/dynamic_thread_pool.h
684 - src/cpp/server/thread_pool_interface.h
685 src:
686 - src/cpp/client/channel.cc
687 - src/cpp/client/client_context.cc
688 - src/cpp/client/create_channel.cc
689 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700690 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700691 - src/cpp/client/credentials.cc
692 - src/cpp/client/generic_stub.cc
693 - src/cpp/client/insecure_credentials.cc
694 - src/cpp/common/channel_arguments.cc
695 - src/cpp/common/completion_queue.cc
696 - src/cpp/common/core_codegen.cc
697 - src/cpp/common/rpc_method.cc
698 - src/cpp/server/async_generic_service.cc
699 - src/cpp/server/create_default_thread_pool.cc
700 - src/cpp/server/dynamic_thread_pool.cc
701 - src/cpp/server/insecure_server_credentials.cc
702 - src/cpp/server/server.cc
703 - src/cpp/server/server_builder.cc
704 - src/cpp/server/server_context.cc
705 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700706 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700707 - src/cpp/util/byte_buffer.cc
708 - src/cpp/util/slice.cc
709 - src/cpp/util/status.cc
710 - src/cpp/util/string_ref.cc
711 - src/cpp/util/time.cc
712 deps:
713 - grpc
714 uses:
yang-g17487f92016-06-03 15:21:15 -0700715 - grpc++_codegen_base
716- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700717 language: c++
718 public_headers:
719 - include/grpc++/impl/codegen/async_stream.h
720 - include/grpc++/impl/codegen/async_unary_call.h
721 - include/grpc++/impl/codegen/call.h
722 - include/grpc++/impl/codegen/call_hook.h
723 - include/grpc++/impl/codegen/channel_interface.h
724 - include/grpc++/impl/codegen/client_context.h
725 - include/grpc++/impl/codegen/client_unary_call.h
726 - include/grpc++/impl/codegen/completion_queue.h
727 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700728 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700729 - include/grpc++/impl/codegen/core_codegen_interface.h
730 - include/grpc++/impl/codegen/create_auth_context.h
731 - include/grpc++/impl/codegen/grpc_library.h
732 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700733 - include/grpc++/impl/codegen/rpc_method.h
734 - include/grpc++/impl/codegen/rpc_service_method.h
735 - include/grpc++/impl/codegen/security/auth_context.h
736 - include/grpc++/impl/codegen/serialization_traits.h
737 - include/grpc++/impl/codegen/server_context.h
738 - include/grpc++/impl/codegen/server_interface.h
739 - include/grpc++/impl/codegen/service_type.h
740 - include/grpc++/impl/codegen/status.h
741 - include/grpc++/impl/codegen/status_code_enum.h
742 - include/grpc++/impl/codegen/string_ref.h
743 - include/grpc++/impl/codegen/stub_options.h
744 - include/grpc++/impl/codegen/sync.h
745 - include/grpc++/impl/codegen/sync_cxx11.h
746 - include/grpc++/impl/codegen/sync_no_cxx11.h
747 - include/grpc++/impl/codegen/sync_stream.h
748 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700749 uses:
750 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700751- name: grpc++_codegen_base_src
752 language: c++
753 src:
754 - src/cpp/codegen/codegen_init.cc
755 uses:
756 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700757- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700758 language: c++
759 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700760 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700761 uses:
yang-g17487f92016-06-03 15:21:15 -0700762 - grpc++_codegen_base
763 - grpc++_config_proto
764- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700765 language: c++
766 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700767 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100768libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800769- name: gpr
770 build: all
771 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800772 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700773 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800774 secure: false
775 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
776- name: gpr_test_util
777 build: private
778 language: c
779 headers:
780 - test/core/util/test_config.h
781 src:
782 - test/core/util/test_config.c
783 deps:
784 - gpr
785 secure: false
786 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700787- name: grpc
788 build: all
789 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 src:
791 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700792 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800793 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700794 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700795 filegroups:
796 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700797 - grpc_transport_chttp2_server_secure
798 - grpc_transport_chttp2_client_secure
799 - grpc_transport_chttp2_server_insecure
800 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700801 - grpc_lb_policy_grpclb
802 - grpc_lb_policy_pick_first
803 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700804 - grpc_resolver_dns_native
805 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700806 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100807 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700808 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700809 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700810 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700811 vs_packages:
812 - grpc.dependencies.openssl
813 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700814 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700815- name: grpc_cronet
816 build: all
817 language: c
818 src:
819 - src/core/lib/surface/init.c
820 baselib: true
821 deps_linkage: static
822 dll: true
823 filegroups:
824 - grpc_base
825 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700826 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700827 generate_plugin_registry: true
828 platforms:
829 - linux
830 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100831- name: grpc_dll
832 build: private
833 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100834 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100835 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100836 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100837 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100838 build_system:
839 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100840 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100841 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100842 vs_config_type: DynamicLibrary
843 vs_packages:
844 - grpc.dependencies.openssl
845 - grpc.dependencies.zlib
846 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
847 vs_props:
848 - zlib
849 - openssl
850 - winsock
851 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700852- name: grpc_test_util
853 build: private
854 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700855 headers:
856 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800857 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700858 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700859 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700860 - test/core/end2end/data/server1_cert.c
861 - test/core/end2end/data/server1_key.c
862 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800863 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700864 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800865 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800866 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700867 - grpc
868 filegroups:
869 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700870 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
871- name: grpc_test_util_unsecure
872 build: private
873 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700874 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800875 - gpr
876 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800877 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700878 filegroups:
879 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700880 secure: false
881 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
882- name: grpc_unsecure
883 build: all
884 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700885 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700887 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700888 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800889 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700890 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700891 filegroups:
892 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700893 - grpc_transport_chttp2_server_insecure
894 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700895 - grpc_resolver_dns_native
896 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700897 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700898 - grpc_lb_policy_grpclb
899 - grpc_lb_policy_pick_first
900 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700901 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700902 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700903 secure: false
904 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700905- name: reconnect_server
906 build: private
907 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700908 headers:
909 - test/core/util/reconnect_server.h
910 src:
911 - test/core/util/reconnect_server.c
912 deps:
yang-gc9fca182015-11-06 16:41:33 -0800913 - test_tcp_server
914 - grpc_test_util
915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800916 - gpr_test_util
917 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800918- name: test_tcp_server
919 build: private
920 language: c
921 headers:
922 - test/core/util/test_tcp_server.h
923 src:
924 - test/core/util/test_tcp_server.c
925 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700926 - grpc_test_util
927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800928 - gpr_test_util
929 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700930- name: grpc++
931 build: all
932 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700933 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700934 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700935 - src/cpp/client/secure_credentials.h
936 - src/cpp/common/secure_auth_context.h
937 - src/cpp/server/secure_server_credentials.h
938 src:
Craig Tiller25834342015-09-25 08:08:24 -0700939 - src/cpp/client/secure_credentials.cc
940 - src/cpp/common/auth_property_iterator.cc
941 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800942 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700943 - src/cpp/common/secure_create_auth_context.cc
944 - src/cpp/server/secure_server_credentials.cc
945 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700946 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700947 baselib: true
948 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700949 filegroups:
950 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700951 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700952 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700953 secure: check
954 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700955- name: grpc++_reflection
956 build: all
957 language: c++
958 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700959 - include/grpc++/ext/proto_server_reflection_plugin.h
960 - include/grpc++/ext/reflection.grpc.pb.h
961 - include/grpc++/ext/reflection.pb.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700962 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700963 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700964 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700965 - src/cpp/ext/proto_server_reflection.cc
966 - src/cpp/ext/proto_server_reflection_plugin.cc
967 - src/cpp/ext/reflection.grpc.pb.cc
968 - src/cpp/ext/reflection.pb.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700969 deps:
970 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -0700971 filegroups:
972 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700973- name: grpc++_test_config
974 build: private
975 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700976 headers:
977 - test/cpp/util/test_config.h
978 src:
979 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700980- name: grpc++_test_util
981 build: private
982 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700983 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800984 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800985 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700986 - test/cpp/util/create_test_channel.h
987 - test/cpp/util/string_ref_helper.h
988 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800989 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700990 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800991 - src/proto/grpc/testing/echo_messages.proto
992 - src/proto/grpc/testing/echo.proto
993 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800994 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800995 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700996 - test/cpp/util/create_test_channel.cc
997 - test/cpp/util/string_ref_helper.cc
998 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800999 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001000 deps:
1001 - grpc++
1002 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001003 filegroups:
1004 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001005 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001006 - grpc++_codegen_proto
1007 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008- name: grpc++_unsecure
1009 build: all
1010 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001011 src:
1012 - src/cpp/common/insecure_create_auth_context.cc
1013 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001014 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001015 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001016 baselib: true
1017 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001018 filegroups:
1019 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001020 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001021 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001022 secure: false
1023 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001024- name: grpc_cli_libs
1025 build: private
1026 language: c++
1027 headers:
1028 - test/cpp/util/cli_call.h
1029 - test/cpp/util/proto_file_parser.h
1030 src:
1031 - test/cpp/util/cli_call.cc
1032 - test/cpp/util/proto_file_parser.cc
1033 deps:
1034 - grpc++
1035 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001036- name: grpc_plugin_support
1037 build: protoc
1038 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001039 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001040 - src/compiler/config.h
1041 - src/compiler/cpp_generator.h
1042 - src/compiler/cpp_generator_helpers.h
1043 - src/compiler/csharp_generator.h
1044 - src/compiler/csharp_generator_helpers.h
1045 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001046 - src/compiler/node_generator.h
1047 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001048 - src/compiler/objective_c_generator.h
1049 - src/compiler/objective_c_generator_helpers.h
1050 - src/compiler/python_generator.h
1051 - src/compiler/ruby_generator.h
1052 - src/compiler/ruby_generator_helpers-inl.h
1053 - src/compiler/ruby_generator_map-inl.h
1054 - src/compiler/ruby_generator_string-inl.h
1055 src:
1056 - src/compiler/cpp_generator.cc
1057 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001058 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001059 - src/compiler/objective_c_generator.cc
1060 - src/compiler/python_generator.cc
1061 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001062 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001063 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001064 secure: false
1065 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001066 vs_props:
1067 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001068- name: interop_client_helper
1069 build: private
1070 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001071 headers:
1072 - test/cpp/interop/client_helper.h
1073 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001074 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001075 - test/cpp/interop/client_helper.cc
1076 deps:
1077 - grpc++_test_util
1078 - grpc_test_util
1079 - grpc++
1080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001082- name: interop_client_main
1083 build: private
1084 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001085 headers:
1086 - test/cpp/interop/interop_client.h
1087 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001088 - src/proto/grpc/testing/empty.proto
1089 - src/proto/grpc/testing/messages.proto
1090 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001091 - test/cpp/interop/client.cc
1092 - test/cpp/interop/interop_client.cc
1093 deps:
1094 - interop_client_helper
1095 - grpc++_test_util
1096 - grpc_test_util
1097 - grpc++
1098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001099 - gpr_test_util
1100 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001101 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001102- name: interop_server_helper
1103 build: private
1104 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001105 headers:
1106 - test/cpp/interop/server_helper.h
1107 src:
1108 - test/cpp/interop/server_helper.cc
1109 deps:
1110 - grpc_test_util
1111 - grpc++
1112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001113 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001114- name: interop_server_main
1115 build: private
1116 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001117 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001118 - src/proto/grpc/testing/empty.proto
1119 - src/proto/grpc/testing/messages.proto
1120 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001121 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001122 deps:
1123 - interop_server_helper
1124 - grpc++_test_util
1125 - grpc_test_util
1126 - grpc++
1127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001128 - gpr_test_util
1129 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001130 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001131- name: qps
1132 build: private
1133 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001134 headers:
1135 - test/cpp/qps/client.h
1136 - test/cpp/qps/driver.h
1137 - test/cpp/qps/histogram.h
1138 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001139 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001140 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001141 - test/cpp/qps/qps_worker.h
1142 - test/cpp/qps/report.h
1143 - test/cpp/qps/server.h
1144 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001145 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001146 - test/cpp/util/benchmark_config.h
1147 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001148 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001149 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001150 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001151 - src/proto/grpc/testing/control.proto
1152 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001153 - test/cpp/qps/client_async.cc
1154 - test/cpp/qps/client_sync.cc
1155 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001156 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001157 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001158 - test/cpp/qps/qps_worker.cc
1159 - test/cpp/qps/report.cc
1160 - test/cpp/qps/server_async.cc
1161 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001162 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001163 - test/cpp/util/benchmark_config.cc
1164 deps:
1165 - grpc_test_util
1166 - grpc++_test_util
1167 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168- name: grpc_csharp_ext
1169 build: all
1170 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001171 src:
1172 - src/csharp/ext/grpc_csharp_ext.c
1173 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001174 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001175 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001176 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001177 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001178 dll: only
1179 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001180 vs_packages:
1181 - grpc.dependencies.openssl
1182 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001183 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001184 vs_props:
1185 - zlib
1186 - openssl
1187 - winsock
1188 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001189targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001190- name: alarm_test
1191 build: test
1192 language: c
1193 src:
1194 - test/core/surface/alarm_test.c
1195 deps:
1196 - grpc_test_util
1197 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001198 - gpr_test_util
1199 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001200- name: algorithm_test
1201 build: test
1202 language: c
1203 src:
1204 - test/core/compression/algorithm_test.c
1205 deps:
1206 - grpc_test_util
1207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001208 - gpr_test_util
1209 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001210- name: alloc_test
1211 build: test
1212 language: c
1213 src:
1214 - test/core/support/alloc_test.c
1215 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001216 - gpr_test_util
1217 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001218- name: alpn_test
1219 build: test
1220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001221 src:
1222 - test/core/transport/chttp2/alpn_test.c
1223 deps:
1224 - grpc_test_util
1225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001226 - gpr_test_util
1227 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001228- name: api_fuzzer
1229 build: fuzzer
1230 language: c
1231 src:
1232 - test/core/end2end/fuzzers/api_fuzzer.c
1233 deps:
1234 - grpc_test_util
1235 - grpc
1236 - gpr_test_util
1237 - gpr
1238 corpus_dirs:
1239 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001240 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001241 maxlen: 2048
Yuchen Zengd982bba2016-05-12 18:53:52 -07001242- name: bin_decoder_test
1243 build: test
1244 language: c
1245 src:
1246 - test/core/transport/chttp2/bin_decoder_test.c
1247 deps:
1248 - grpc_test_util
1249 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250- name: bin_encoder_test
1251 build: test
1252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001253 src:
1254 - test/core/transport/chttp2/bin_encoder_test.c
1255 deps:
1256 - grpc_test_util
1257 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001258- name: census_context_test
1259 build: test
1260 language: c
1261 src:
1262 - test/core/census/context_test.c
1263 deps:
1264 - grpc_test_util
1265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001266 - gpr_test_util
1267 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001268- name: channel_create_test
1269 build: test
1270 language: c
1271 src:
1272 - test/core/surface/channel_create_test.c
1273 deps:
1274 - grpc_test_util
1275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001276 - gpr_test_util
1277 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001278- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001279 build: test
1280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001281 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001282 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001283 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_status_conversion_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/status_conversion_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 Tillerbf4b2242015-08-31 15:53:53 -07001298- name: chttp2_stream_map_test
1299 build: test
1300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001301 src:
1302 - test/core/transport/chttp2/stream_map_test.c
1303 deps:
1304 - grpc_test_util
1305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001306 - gpr_test_util
1307 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001308- name: chttp2_varint_test
1309 build: test
1310 language: c
1311 src:
1312 - test/core/transport/chttp2/varint_test.c
1313 deps:
1314 - grpc_test_util
1315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001316 - gpr_test_util
1317 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001318- name: client_fuzzer
1319 build: fuzzer
1320 language: c
1321 src:
1322 - test/core/end2end/fuzzers/client_fuzzer.c
1323 deps:
1324 - grpc_test_util
1325 - grpc
1326 - gpr_test_util
1327 - gpr
1328 corpus_dirs:
1329 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001330 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001331 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001332- name: compression_test
1333 build: test
1334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001335 src:
1336 - test/core/compression/compression_test.c
1337 deps:
1338 - grpc_test_util
1339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001340 - gpr_test_util
1341 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001342- name: concurrent_connectivity_test
1343 build: test
1344 language: c
1345 src:
1346 - test/core/surface/concurrent_connectivity_test.c
1347 deps:
1348 - grpc_test_util
1349 - grpc
1350 - gpr_test_util
1351 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001352- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001353 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001354 build: test
1355 language: c
1356 src:
1357 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1358 deps:
1359 - grpc_test_util
1360 - grpc
1361 - gpr_test_util
1362 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001363- name: dns_resolver_test
1364 build: test
1365 language: c
1366 src:
1367 - test/core/client_config/resolvers/dns_resolver_test.c
1368 deps:
1369 - grpc_test_util
1370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001371 - gpr_test_util
1372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001373- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001374 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375 build: test
1376 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001377 src:
1378 - test/core/end2end/dualstack_socket_test.c
1379 deps:
1380 - grpc_test_util
1381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 - gpr_test_util
1383 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001384 platforms:
1385 - mac
1386 - linux
1387 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001388- name: endpoint_pair_test
1389 build: test
1390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001391 src:
1392 - test/core/iomgr/endpoint_pair_test.c
1393 deps:
1394 - grpc_test_util
1395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr_test_util
1397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001398- name: fd_conservation_posix_test
1399 build: test
1400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
1402 - test/core/iomgr/fd_conservation_posix_test.c
1403 deps:
1404 - grpc_test_util
1405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001406 - gpr_test_util
1407 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001408 platforms:
1409 - mac
1410 - linux
1411 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412- name: fd_posix_test
1413 build: test
1414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001415 src:
1416 - test/core/iomgr/fd_posix_test.c
1417 deps:
1418 - grpc_test_util
1419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001420 - gpr_test_util
1421 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001422 platforms:
1423 - mac
1424 - linux
1425 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001426- name: fling_client
1427 build: test
1428 run: false
1429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001430 src:
1431 - test/core/fling/client.c
1432 deps:
1433 - grpc_test_util
1434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001435 - gpr_test_util
1436 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001437- name: fling_server
1438 build: test
1439 run: false
1440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001441 src:
1442 - test/core/fling/server.c
1443 deps:
1444 - grpc_test_util
1445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 - gpr_test_util
1447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001448- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001449 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001450 build: test
1451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001452 src:
1453 - test/core/fling/fling_stream_test.c
1454 deps:
1455 - grpc_test_util
1456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001457 - gpr_test_util
1458 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001459 platforms:
1460 - mac
1461 - linux
1462 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001464 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001465 build: test
1466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001467 src:
1468 - test/core/fling/fling_test.c
1469 deps:
1470 - grpc_test_util
1471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001472 - gpr_test_util
1473 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001474 platforms:
1475 - mac
1476 - linux
1477 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478- name: gen_hpack_tables
1479 build: tool
1480 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001481 src:
1482 - tools/codegen/core/gen_hpack_tables.c
1483 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001484 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001485 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001486- name: gen_legal_metadata_characters
1487 build: tool
1488 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001489 src:
1490 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001491 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001492- name: goaway_server_test
1493 cpu_cost: 0.1
1494 build: test
1495 language: c
1496 src:
1497 - test/core/end2end/goaway_server_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
1501 - gpr_test_util
1502 - gpr
1503 platforms:
1504 - mac
1505 - linux
1506 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001507- name: gpr_avl_test
1508 build: test
1509 language: c
1510 src:
1511 - test/core/support/avl_test.c
1512 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001513 - gpr_test_util
1514 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001515- name: gpr_backoff_test
1516 build: test
1517 language: c
1518 src:
1519 - test/core/support/backoff_test.c
1520 deps:
1521 - gpr_test_util
1522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001523- name: gpr_cmdline_test
1524 build: test
1525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
1527 - test/core/support/cmdline_test.c
1528 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001529 - gpr_test_util
1530 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001531- name: gpr_cpu_test
1532 build: test
1533 language: c
1534 src:
1535 - test/core/support/cpu_test.c
1536 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001539- name: gpr_env_test
1540 build: test
1541 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001542 src:
1543 - test/core/support/env_test.c
1544 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001545 - gpr_test_util
1546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: gpr_histogram_test
1548 build: test
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/support/histogram_test.c
1552 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001553 - gpr_test_util
1554 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001555- name: gpr_host_port_test
1556 build: test
1557 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001558 src:
1559 - test/core/support/host_port_test.c
1560 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001563- name: gpr_log_test
1564 build: test
1565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001566 src:
1567 - test/core/support/log_test.c
1568 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001569 - gpr_test_util
1570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001571- name: gpr_slice_buffer_test
1572 build: test
1573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001574 src:
1575 - test/core/support/slice_buffer_test.c
1576 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: gpr_slice_test
1580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/support/slice_test.c
1584 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001588 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589 build: test
1590 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001591 src:
1592 - test/core/support/stack_lockfree_test.c
1593 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001594 - gpr_test_util
1595 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001596- name: gpr_string_test
1597 build: test
1598 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001599 src:
1600 - test/core/support/string_test.c
1601 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001602 - gpr_test_util
1603 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001604- name: gpr_sync_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001605 cpu_cost: 3
Craig Tillerbf4b2242015-08-31 15:53:53 -07001606 build: test
1607 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001608 src:
1609 - test/core/support/sync_test.c
1610 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001613- name: gpr_thd_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001614 cpu_cost: 1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001615 build: test
1616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001617 src:
1618 - test/core/support/thd_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_time_test
1623 build: test
1624 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001625 src:
1626 - test/core/support/time_test.c
1627 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001628 - gpr_test_util
1629 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630- name: gpr_tls_test
1631 build: test
1632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001633 src:
1634 - test/core/support/tls_test.c
1635 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr_test_util
1637 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001638- name: gpr_useful_test
1639 build: test
1640 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001641 src:
1642 - test/core/support/useful_test.c
1643 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001646- name: grpc_auth_context_test
1647 build: test
1648 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001649 src:
1650 - test/core/security/auth_context_test.c
1651 deps:
1652 - grpc_test_util
1653 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001654 - gpr_test_util
1655 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001656- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001657 build: test
1658 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001659 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001660 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001661 deps:
1662 - grpc_test_util
1663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001664 - gpr_test_util
1665 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001666- name: grpc_byte_buffer_reader_test
1667 build: test
1668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
1670 - test/core/surface/byte_buffer_reader_test.c
1671 deps:
1672 - grpc_test_util
1673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001674 - gpr_test_util
1675 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001676- name: grpc_channel_args_test
1677 build: test
1678 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001679 src:
1680 - test/core/channel/channel_args_test.c
1681 deps:
1682 - grpc_test_util
1683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 - gpr_test_util
1685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686- name: grpc_channel_stack_test
1687 build: test
1688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001689 src:
1690 - test/core/channel/channel_stack_test.c
1691 deps:
1692 - grpc_test_util
1693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001694 - gpr_test_util
1695 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001696- name: grpc_completion_queue_test
1697 build: test
1698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001699 src:
1700 - test/core/surface/completion_queue_test.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001706- name: grpc_create_jwt
1707 build: tool
1708 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001709 src:
1710 - test/core/security/create_jwt.c
1711 deps:
1712 - grpc_test_util
1713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001714 - gpr_test_util
1715 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001716- name: grpc_credentials_test
1717 build: test
1718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001719 src:
1720 - test/core/security/credentials_test.c
1721 deps:
1722 - grpc_test_util
1723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001724 - gpr_test_util
1725 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001726- name: grpc_fetch_oauth2
1727 build: tool
1728 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001729 src:
1730 - test/core/security/fetch_oauth2.c
1731 deps:
1732 - grpc_test_util
1733 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001734 - gpr_test_util
1735 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001736- name: grpc_invalid_channel_args_test
1737 build: test
1738 language: c
1739 src:
1740 - test/core/surface/invalid_channel_args_test.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: grpc_json_token_test
1747 build: test
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - test/core/security/json_token_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001756 platforms:
1757 - linux
1758 - posix
1759 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001760- name: grpc_jwt_verifier_test
1761 build: test
1762 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001763 src:
1764 - test/core/security/jwt_verifier_test.c
1765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770- name: grpc_print_google_default_creds_token
1771 build: tool
1772 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001773 src:
1774 - test/core/security/print_google_default_creds_token.c
1775 deps:
1776 - grpc_test_util
1777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001778 - gpr_test_util
1779 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001780- name: grpc_security_connector_test
1781 build: test
1782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001783 src:
1784 - test/core/security/security_connector_test.c
1785 deps:
1786 - grpc_test_util
1787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001788 - gpr_test_util
1789 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001790- name: grpc_verify_jwt
1791 build: tool
1792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001793 src:
1794 - test/core/security/verify_jwt.c
1795 deps:
1796 - grpc_test_util
1797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001798 - gpr_test_util
1799 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001800- name: hpack_parser_fuzzer_test
1801 build: fuzzer
1802 language: c
1803 src:
1804 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1805 deps:
1806 - grpc_test_util
1807 - grpc
1808 - gpr_test_util
1809 - gpr
1810 corpus_dirs:
1811 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001812 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001813 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001814- name: hpack_parser_test
1815 build: test
1816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001817 src:
1818 - test/core/transport/chttp2/hpack_parser_test.c
1819 deps:
1820 - grpc_test_util
1821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001822 - gpr_test_util
1823 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001824- name: hpack_table_test
1825 build: test
1826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001827 src:
1828 - test/core/transport/chttp2/hpack_table_test.c
1829 deps:
1830 - grpc_test_util
1831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001832 - gpr_test_util
1833 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001834- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001835 build: test
1836 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001837 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001838 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001839 deps:
1840 - grpc_test_util
1841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001842 - gpr_test_util
1843 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001844- name: http_request_fuzzer_test
1845 build: fuzzer
1846 language: c
1847 src:
1848 - test/core/http/request_fuzzer.c
1849 deps:
1850 - grpc_test_util
1851 - grpc
1852 - gpr_test_util
1853 - gpr
1854 corpus_dirs:
1855 - test/core/http/corpus
1856 maxlen: 2048
1857- name: http_response_fuzzer_test
1858 build: fuzzer
1859 language: c
1860 src:
1861 - test/core/http/response_fuzzer.c
1862 deps:
1863 - grpc_test_util
1864 - grpc
1865 - gpr_test_util
1866 - gpr
1867 corpus_dirs:
1868 - test/core/http/corpus
1869 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001870- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001871 build: test
1872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001873 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001874 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001875 deps:
1876 - grpc_test_util
1877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001878 - gpr_test_util
1879 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001881 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001882 build: test
1883 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001884 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001885 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001886 deps:
1887 - grpc_test_util
1888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001889 - gpr_test_util
1890 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001891 platforms:
1892 - mac
1893 - linux
1894 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001895- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001896 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001897 build: test
1898 language: c
1899 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001900 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001901 deps:
1902 - grpc_test_util
1903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001904 - gpr_test_util
1905 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001906 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001907 - linux
yang-gf1183302015-12-07 16:02:05 -08001908- name: init_test
1909 build: test
1910 language: c
1911 src:
1912 - test/core/surface/init_test.c
1913 deps:
1914 - grpc_test_util
1915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001918- name: internal_api_canary_iomgr_test
1919 build: test
1920 run: false
1921 language: c
1922 src:
1923 - test/core/internal_api_canaries/iomgr.c
1924 deps:
1925 - grpc_test_util
1926 - grpc
1927 - gpr_test_util
1928 - gpr
1929- name: internal_api_canary_support_test
1930 build: test
1931 run: false
1932 language: c
1933 src:
1934 - test/core/internal_api_canaries/iomgr.c
1935 deps:
1936 - grpc_test_util
1937 - grpc
1938 - gpr_test_util
1939 - gpr
1940- name: internal_api_canary_transport_test
1941 build: test
1942 run: false
1943 language: c
1944 src:
1945 - test/core/internal_api_canaries/iomgr.c
1946 deps:
1947 - grpc_test_util
1948 - grpc
1949 - gpr_test_util
1950 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001951- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001952 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08001953 build: test
1954 language: c
1955 src:
1956 - test/core/end2end/invalid_call_argument_test.c
1957 deps:
1958 - grpc_test_util
1959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001962- name: json_fuzzer_test
1963 build: fuzzer
1964 language: c
1965 src:
1966 - test/core/json/fuzzer.c
1967 deps:
1968 - grpc_test_util
1969 - grpc
1970 - gpr_test_util
1971 - gpr
1972 corpus_dirs:
1973 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001974 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001975- name: json_rewrite
1976 build: test
1977 run: false
1978 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001979 src:
1980 - test/core/json/json_rewrite.c
1981 deps:
1982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: json_rewrite_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/json/json_rewrite_test.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001994- name: json_stream_error_test
1995 build: test
1996 language: c
1997 src:
1998 - test/core/json/json_stream_error_test.c
1999 deps:
2000 - grpc_test_util
2001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002002 - gpr_test_util
2003 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002004- name: json_test
2005 build: test
2006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002007 src:
2008 - test/core/json/json_test.c
2009 deps:
2010 - grpc_test_util
2011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002012 - gpr_test_util
2013 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002014- name: lame_client_test
2015 build: test
2016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002017 src:
2018 - test/core/surface/lame_client_test.c
2019 deps:
2020 - grpc_test_util
2021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002022 - gpr_test_util
2023 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002024- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002025 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002026 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002027 build: test
2028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002029 src:
2030 - test/core/client_config/lb_policies_test.c
2031 deps:
2032 - grpc_test_util
2033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002036- name: load_file_test
2037 build: test
2038 language: c
2039 src:
2040 - test/core/iomgr/load_file_test.c
2041 deps:
2042 - grpc_test_util
2043 - grpc
2044 - gpr_test_util
2045 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002046- name: low_level_ping_pong_benchmark
2047 build: benchmark
2048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002049 src:
2050 - test/core/network_benchmarks/low_level_ping_pong.c
2051 deps:
2052 - grpc_test_util
2053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002056 platforms:
2057 - mac
2058 - linux
2059 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002060- name: message_compress_test
2061 build: test
2062 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002063 src:
2064 - test/core/compression/message_compress_test.c
2065 deps:
2066 - grpc_test_util
2067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002068 - gpr_test_util
2069 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002070- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002071 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002072 build: test
2073 language: c
2074 src:
2075 - test/core/census/mlog_test.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
2079 - gpr_test_util
2080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002081- name: multiple_server_queues_test
2082 build: test
2083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002084 src:
2085 - test/core/end2end/multiple_server_queues_test.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: murmur_hash_test
2092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/support/murmur_hash_test.c
2096 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002099- name: nanopb_fuzzer_response_test
2100 build: fuzzer
2101 language: c
2102 src:
2103 - test/core/nanopb/fuzzer_response.c
2104 deps:
2105 - grpc_test_util
2106 - grpc
2107 - gpr_test_util
2108 - gpr
2109 corpus_dirs:
2110 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002111 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002112- name: nanopb_fuzzer_serverlist_test
2113 build: fuzzer
2114 language: c
2115 src:
2116 - test/core/nanopb/fuzzer_serverlist.c
2117 deps:
2118 - grpc_test_util
2119 - grpc
2120 - gpr_test_util
2121 - gpr
2122 corpus_dirs:
2123 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002124 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002125- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002126 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002127 build: test
2128 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002129 src:
2130 - test/core/end2end/no_server_test.c
2131 deps:
2132 - grpc_test_util
2133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002134 - gpr_test_util
2135 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002136- name: resolve_address_test
2137 build: test
2138 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002139 src:
2140 - test/core/iomgr/resolve_address_test.c
2141 deps:
2142 - grpc_test_util
2143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002144 - gpr_test_util
2145 - gpr
yang-gd482e592015-12-10 14:04:00 -08002146- name: secure_channel_create_test
2147 build: test
2148 language: c
2149 src:
2150 - test/core/surface/secure_channel_create_test.c
2151 deps:
2152 - grpc_test_util
2153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156- name: secure_endpoint_test
2157 build: test
2158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002159 src:
2160 - test/core/security/secure_endpoint_test.c
2161 deps:
2162 - grpc_test_util
2163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002166- name: sequential_connectivity_test
2167 build: test
2168 language: c
2169 src:
2170 - test/core/surface/sequential_connectivity_test.c
2171 deps:
2172 - grpc_test_util
2173 - grpc
2174 - gpr_test_util
2175 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002176- name: server_chttp2_test
2177 build: test
2178 language: c
2179 src:
2180 - test/core/surface/server_chttp2_test.c
2181 deps:
2182 - grpc_test_util
2183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002184 - gpr_test_util
2185 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002186- name: server_fuzzer
2187 build: fuzzer
2188 language: c
2189 src:
2190 - test/core/end2end/fuzzers/server_fuzzer.c
2191 deps:
2192 - grpc_test_util
2193 - grpc
2194 - gpr_test_util
2195 - gpr
2196 corpus_dirs:
2197 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002198 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002199 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002200- name: server_test
2201 build: test
2202 language: c
2203 src:
2204 - test/core/surface/server_test.c
2205 deps:
2206 - grpc_test_util
2207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002208 - gpr_test_util
2209 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002210- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002211 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002212 build: test
2213 language: c
2214 src:
2215 - test/core/client_config/set_initial_connect_string_test.c
2216 deps:
2217 - test_tcp_server
2218 - grpc_test_util
2219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002220 - gpr_test_util
2221 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002222- name: sockaddr_resolver_test
2223 build: test
2224 language: c
2225 src:
2226 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2227 deps:
2228 - grpc_test_util
2229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002230 - gpr_test_util
2231 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002232- name: sockaddr_utils_test
2233 build: test
2234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002235 src:
2236 - test/core/iomgr/sockaddr_utils_test.c
2237 deps:
2238 - grpc_test_util
2239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002240 - gpr_test_util
2241 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002242- name: socket_utils_test
2243 build: test
2244 language: c
2245 src:
2246 - test/core/iomgr/socket_utils_test.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002252 platforms:
2253 - mac
2254 - linux
2255 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002257 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002258 build: test
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
2261 - test/core/iomgr/tcp_client_posix_test.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 - gpr_test_util
2266 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002267 platforms:
2268 - mac
2269 - linux
2270 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002272 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002273 build: test
2274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002275 src:
2276 - test/core/iomgr/tcp_posix_test.c
2277 deps:
2278 - grpc_test_util
2279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002280 - gpr_test_util
2281 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002282 platforms:
2283 - mac
2284 - linux
2285 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002286- name: tcp_server_posix_test
2287 build: test
2288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002289 src:
2290 - test/core/iomgr/tcp_server_posix_test.c
2291 deps:
2292 - grpc_test_util
2293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002294 - gpr_test_util
2295 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002296 platforms:
2297 - mac
2298 - linux
2299 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: time_averaged_stats_test
2301 build: test
2302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002303 src:
2304 - test/core/iomgr/time_averaged_stats_test.c
2305 deps:
2306 - grpc_test_util
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr_test_util
2309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310- name: timeout_encoding_test
2311 build: test
2312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
2314 - test/core/transport/chttp2/timeout_encoding_test.c
2315 deps:
2316 - grpc_test_util
2317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002318 - gpr_test_util
2319 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002320- name: timer_heap_test
2321 build: test
2322 language: c
2323 src:
2324 - test/core/iomgr/timer_heap_test.c
2325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002330- name: timer_list_test
2331 build: test
2332 language: c
2333 src:
2334 - test/core/iomgr/timer_list_test.c
2335 deps:
2336 - grpc_test_util
2337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002338 - gpr_test_util
2339 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: timers_test
2341 build: test
2342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
2344 - test/core/profiling/timers_test.c
2345 deps:
2346 - grpc_test_util
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002350- name: transport_connectivity_state_test
2351 build: test
2352 language: c
2353 src:
2354 - test/core/transport/connectivity_state_test.c
2355 deps:
2356 - grpc_test_util
2357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002358 - gpr_test_util
2359 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002360- name: transport_metadata_test
2361 build: test
2362 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002363 src:
2364 - test/core/transport/metadata_test.c
2365 deps:
2366 - grpc_test_util
2367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr_test_util
2369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370- name: transport_security_test
2371 build: test
2372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002373 src:
2374 - test/core/tsi/transport_security_test.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr_test_util
2379 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002380 platforms:
2381 - linux
2382 - posix
2383 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002384- name: udp_server_test
2385 build: test
2386 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002387 src:
2388 - test/core/iomgr/udp_server_test.c
2389 deps:
2390 - grpc_test_util
2391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002392 - gpr_test_util
2393 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002394 platforms:
2395 - mac
2396 - linux
2397 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002398- name: uri_fuzzer_test
2399 build: fuzzer
2400 language: c
2401 src:
2402 - test/core/client_config/uri_fuzzer_test.c
2403 deps:
2404 - grpc_test_util
2405 - grpc
2406 - gpr_test_util
2407 - gpr
2408 corpus_dirs:
2409 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002410 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002411- name: uri_parser_test
2412 build: test
2413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002414 src:
2415 - test/core/client_config/uri_parser_test.c
2416 deps:
2417 - grpc_test_util
2418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002419 - gpr_test_util
2420 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002421- name: workqueue_test
2422 build: test
2423 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002424 src:
2425 - test/core/iomgr/workqueue_test.c
2426 deps:
2427 - grpc_test_util
2428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr_test_util
2430 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002431 platforms:
2432 - mac
2433 - linux
2434 - posix
vjpai04e992a2016-02-10 16:58:38 -08002435- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002436 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002437 build: test
2438 language: c++
2439 src:
2440 - test/cpp/common/alarm_cpp_test.cc
2441 deps:
2442 - grpc++_test_util
2443 - grpc_test_util
2444 - grpc++
2445 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002446 - gpr_test_util
2447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002449 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002450 build: test
2451 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002452 src:
2453 - test/cpp/end2end/async_end2end_test.cc
2454 deps:
2455 - grpc++_test_util
2456 - grpc_test_util
2457 - grpc++
2458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002459 - gpr_test_util
2460 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002461- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002462 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002463 build: test
2464 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002465 src:
2466 - test/cpp/common/auth_property_iterator_test.cc
2467 deps:
2468 - grpc++_test_util
2469 - grpc_test_util
2470 - grpc++
2471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002472 - gpr_test_util
2473 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002474- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002475 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002476 build: test
2477 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002478 src:
yang-g52705592015-11-25 11:45:33 -08002479 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002480 deps:
2481 - grpc++
2482 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002483 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002484- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002485 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002486 build: test
2487 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002488 src:
2489 - test/cpp/util/cli_call_test.cc
2490 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002491 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002492 - grpc++_test_util
2493 - grpc_test_util
2494 - grpc++
2495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002496 - gpr_test_util
2497 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002498- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002499 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002500 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002501 build: test
2502 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002503 src:
2504 - test/cpp/end2end/client_crash_test.cc
2505 deps:
2506 - grpc++_test_util
2507 - grpc_test_util
2508 - grpc++
2509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002510 - gpr_test_util
2511 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002512 platforms:
2513 - mac
2514 - linux
2515 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002516- name: client_crash_test_server
2517 build: test
2518 run: false
2519 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002520 src:
2521 - test/cpp/end2end/client_crash_test_server.cc
2522 deps:
2523 - grpc++_test_util
2524 - grpc_test_util
2525 - grpc++
2526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002527 - gpr_test_util
2528 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002529- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002530 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002531 build: test
2532 language: c++
2533 src:
2534 - src/proto/grpc/testing/control.proto
2535 - src/proto/grpc/testing/messages.proto
2536 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002537 - src/proto/grpc/testing/services.proto
2538 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002539 - test/cpp/codegen/codegen_test_full.cc
2540 deps:
2541 - grpc++
2542 - grpc
2543 - gpr
2544 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002545 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002546- name: codegen_test_minimal
2547 gtest: true
2548 build: test
2549 language: c++
2550 src:
2551 - src/proto/grpc/testing/control.proto
2552 - src/proto/grpc/testing/messages.proto
2553 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002554 - src/proto/grpc/testing/services.proto
2555 - src/proto/grpc/testing/stats.proto
2556 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002557 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002558 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002559 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002560- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002561 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002562 build: test
2563 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002564 src:
2565 - test/cpp/client/credentials_test.cc
2566 deps:
2567 - grpc++
2568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002571 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002572 build: test
2573 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002574 src:
2575 - test/cpp/util/byte_buffer_test.cc
2576 deps:
2577 - grpc_test_util
2578 - grpc++
2579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002580 - gpr_test_util
2581 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002583 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002584 build: test
2585 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002586 src:
2587 - test/cpp/util/slice_test.cc
2588 deps:
2589 - grpc_test_util
2590 - grpc++
2591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002592 - gpr_test_util
2593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002594- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002595 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002596 build: test
2597 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002598 src:
2599 - test/cpp/util/string_ref_test.cc
2600 deps:
2601 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002603 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002604 build: test
2605 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002606 src:
2607 - test/cpp/util/time_test.cc
2608 deps:
2609 - grpc_test_util
2610 - grpc++
2611 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002612 - gpr_test_util
2613 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002615 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002616 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002617 build: test
2618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002619 src:
2620 - test/cpp/end2end/end2end_test.cc
2621 deps:
2622 - grpc++_test_util
2623 - grpc_test_util
2624 - grpc++
2625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002626 - gpr_test_util
2627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002629 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002630 build: test
2631 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002632 src:
2633 - test/cpp/end2end/generic_end2end_test.cc
2634 deps:
2635 - grpc++_test_util
2636 - grpc_test_util
2637 - grpc++
2638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002639 - gpr_test_util
2640 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002641- name: golden_file_test
2642 gtest: true
2643 build: test
2644 language: c++
2645 src:
2646 - src/proto/grpc/testing/compiler_test.proto
2647 - test/cpp/codegen/golden_file_test.cc
2648 deps:
2649 - grpc++
2650 - grpc
2651 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002652- name: grpc_cli
2653 build: test
2654 run: false
2655 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002656 src:
2657 - test/cpp/util/grpc_cli.cc
2658 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002659 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002660 - grpc++_test_util
2661 - grpc_test_util
2662 - grpc++
2663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002664 - gpr_test_util
2665 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002666 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002667- name: grpc_cpp_plugin
2668 build: protoc
2669 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002670 src:
2671 - src/compiler/cpp_plugin.cc
2672 deps:
2673 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002674 secure: false
2675 vs_config_type: Application
2676 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2677- name: grpc_csharp_plugin
2678 build: protoc
2679 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002680 src:
2681 - src/compiler/csharp_plugin.cc
2682 deps:
2683 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684 secure: false
2685 vs_config_type: Application
2686 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002687- name: grpc_node_plugin
2688 build: protoc
2689 language: c++
2690 src:
2691 - src/compiler/node_plugin.cc
2692 deps:
2693 - grpc_plugin_support
2694 secure: false
2695 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002696- name: grpc_objective_c_plugin
2697 build: protoc
2698 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002699 src:
2700 - src/compiler/objective_c_plugin.cc
2701 deps:
2702 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002703 secure: false
2704 vs_config_type: Application
2705 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2706- name: grpc_python_plugin
2707 build: protoc
2708 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002709 src:
2710 - src/compiler/python_plugin.cc
2711 deps:
2712 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002713 secure: false
2714 vs_config_type: Application
2715 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2716- name: grpc_ruby_plugin
2717 build: protoc
2718 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002719 src:
2720 - src/compiler/ruby_plugin.cc
2721 deps:
2722 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002723 secure: false
2724 vs_config_type: Application
2725 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002726- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002727 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002728 build: test
2729 language: c++
2730 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002731 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002732 - test/cpp/grpclb/grpclb_api_test.cc
2733 deps:
2734 - grpc++_test_util
2735 - grpc_test_util
2736 - grpc++
2737 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002738- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002739 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002740 build: test
2741 language: c++
2742 src:
2743 - test/cpp/end2end/hybrid_end2end_test.cc
2744 deps:
2745 - grpc++_test_util
2746 - grpc_test_util
2747 - grpc++
2748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002749 - gpr_test_util
2750 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002751- name: interop_client
2752 build: test
2753 run: false
2754 language: c++
2755 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002756 deps:
2757 - interop_client_main
2758 - interop_client_helper
2759 - grpc++_test_util
2760 - grpc_test_util
2761 - grpc++
2762 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002763 - gpr_test_util
2764 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002765 - grpc++_test_config
2766 platforms:
2767 - mac
2768 - linux
2769 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002770- name: interop_server
2771 build: test
2772 run: false
2773 language: c++
2774 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002775 deps:
2776 - interop_server_main
2777 - interop_server_helper
2778 - grpc++_test_util
2779 - grpc_test_util
2780 - grpc++
2781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002782 - gpr_test_util
2783 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002784 - grpc++_test_config
2785 platforms:
2786 - mac
2787 - linux
2788 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002789- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002790 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002791 build: test
2792 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002793 src:
2794 - test/cpp/interop/interop_test.cc
2795 deps:
2796 - grpc_test_util
2797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002798 - gpr_test_util
2799 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002800 platforms:
2801 - mac
2802 - linux
2803 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002804- name: json_run_localhost
2805 build: test
2806 run: false
2807 language: c++
2808 src:
2809 - test/cpp/qps/json_run_localhost.cc
2810 deps:
2811 - grpc++_test_util
2812 - grpc_test_util
2813 - grpc++
2814 - grpc
2815 - gpr_test_util
2816 - gpr
2817 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002818- name: metrics_client
2819 build: test
2820 run: false
2821 language: c++
2822 headers:
2823 - test/cpp/util/metrics_server.h
2824 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002825 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002826 - test/cpp/interop/metrics_client.cc
2827 deps:
2828 - grpc++
2829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002830 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002831 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002833 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002834 build: test
2835 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002836 src:
2837 - test/cpp/end2end/mock_test.cc
2838 deps:
2839 - grpc++_test_util
2840 - grpc_test_util
2841 - grpc++
2842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002843 - gpr_test_util
2844 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002845- name: proto_server_reflection_test
2846 gtest: true
2847 build: test
2848 language: c++
2849 headers:
2850 - test/cpp/util/proto_reflection_descriptor_database.h
2851 src:
2852 - test/cpp/end2end/proto_server_reflection_test.cc
2853 - test/cpp/util/proto_reflection_descriptor_database.cc
2854 deps:
2855 - grpc++_reflection
2856 - grpc++_test_util
2857 - grpc_test_util
2858 - grpc++
2859 - grpc
2860 - gpr_test_util
2861 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002862- name: qps_interarrival_test
2863 build: test
2864 run: false
2865 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002866 src:
2867 - test/cpp/qps/qps_interarrival_test.cc
2868 deps:
2869 - qps
2870 - grpc++_test_util
2871 - grpc_test_util
2872 - grpc++
2873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002874 - gpr_test_util
2875 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002876 platforms:
2877 - mac
2878 - linux
2879 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002880- name: qps_json_driver
2881 build: test
2882 run: false
2883 language: c++
2884 src:
2885 - test/cpp/qps/qps_json_driver.cc
2886 deps:
2887 - qps
2888 - grpc++_test_util
2889 - grpc_test_util
2890 - grpc++
2891 - grpc
2892 - gpr_test_util
2893 - gpr
2894 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002896 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002897 build: test
2898 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002899 src:
2900 - test/cpp/qps/qps_openloop_test.cc
2901 deps:
2902 - qps
2903 - grpc++_test_util
2904 - grpc_test_util
2905 - grpc++
2906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002907 - gpr_test_util
2908 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002909 - grpc++_test_config
2910 platforms:
2911 - mac
2912 - linux
2913 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002914- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002915 build: test
2916 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002917 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002918 headers:
2919 - test/cpp/qps/client.h
2920 - test/cpp/qps/server.h
2921 src:
2922 - test/cpp/qps/worker.cc
2923 deps:
2924 - qps
2925 - grpc++_test_util
2926 - grpc_test_util
2927 - grpc++
2928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002929 - gpr_test_util
2930 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002931 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002932- name: reconnect_interop_client
2933 build: test
2934 run: false
2935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002936 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002937 - src/proto/grpc/testing/empty.proto
2938 - src/proto/grpc/testing/messages.proto
2939 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002940 - test/cpp/interop/reconnect_interop_client.cc
2941 deps:
2942 - grpc++_test_util
2943 - grpc_test_util
2944 - grpc++
2945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002946 - gpr_test_util
2947 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002948 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002949- name: reconnect_interop_server
2950 build: test
2951 run: false
2952 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002953 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002954 - src/proto/grpc/testing/empty.proto
2955 - src/proto/grpc/testing/messages.proto
2956 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002957 - test/cpp/interop/reconnect_interop_server.cc
2958 deps:
2959 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002960 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002961 - grpc++_test_util
2962 - grpc_test_util
2963 - grpc++
2964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002965 - gpr_test_util
2966 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002967 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002969 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002970 build: test
2971 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002972 src:
2973 - test/cpp/common/secure_auth_context_test.cc
2974 deps:
2975 - grpc++_test_util
2976 - grpc_test_util
2977 - grpc++
2978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002979 - gpr_test_util
2980 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002981- name: secure_sync_unary_ping_pong_test
2982 build: test
2983 language: c++
2984 src:
2985 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2986 deps:
2987 - qps
2988 - grpc++_test_util
2989 - grpc_test_util
2990 - grpc++
2991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002992 - gpr_test_util
2993 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002994 platforms:
2995 - mac
2996 - linux
2997 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002998- name: server_builder_plugin_test
2999 gtest: true
3000 build: test
3001 language: c++
3002 src:
3003 - test/cpp/end2end/server_builder_plugin_test.cc
3004 deps:
3005 - grpc++_test_util
3006 - grpc_test_util
3007 - grpc++
3008 - grpc
3009 - gpr_test_util
3010 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003011- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003012 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003013 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003014 build: test
3015 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003016 src:
3017 - test/cpp/end2end/server_crash_test.cc
3018 deps:
3019 - grpc++_test_util
3020 - grpc_test_util
3021 - grpc++
3022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003023 - gpr_test_util
3024 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003025 platforms:
3026 - mac
3027 - linux
3028 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003029- name: server_crash_test_client
3030 build: test
3031 run: false
3032 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003033 src:
3034 - test/cpp/end2end/server_crash_test_client.cc
3035 deps:
3036 - grpc++_test_util
3037 - grpc_test_util
3038 - grpc++
3039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003040 - gpr_test_util
3041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003043 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003044 build: test
3045 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003046 src:
3047 - test/cpp/end2end/shutdown_test.cc
3048 deps:
3049 - grpc++_test_util
3050 - grpc_test_util
3051 - grpc++
3052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003053 - gpr_test_util
3054 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003055- name: status_test
3056 build: test
3057 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003058 src:
3059 - test/cpp/util/status_test.cc
3060 deps:
3061 - grpc_test_util
3062 - grpc++
3063 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003064 - gpr_test_util
3065 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003066- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003067 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003068 build: test
3069 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003070 src:
3071 - test/cpp/end2end/streaming_throughput_test.cc
3072 deps:
3073 - grpc++_test_util
3074 - grpc_test_util
3075 - grpc++
3076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003077 - gpr_test_util
3078 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003079 platforms:
3080 - mac
3081 - linux
3082 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003083- name: stress_test
3084 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003085 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003086 language: c++
3087 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003088 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003089 - test/cpp/interop/interop_client.h
3090 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003091 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003092 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003093 - src/proto/grpc/testing/empty.proto
3094 - src/proto/grpc/testing/messages.proto
3095 - src/proto/grpc/testing/metrics.proto
3096 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003097 - test/cpp/interop/interop_client.cc
3098 - test/cpp/interop/stress_interop_client.cc
3099 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003100 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003101 deps:
3102 - grpc++_test_util
3103 - grpc_test_util
3104 - grpc++
3105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003106 - gpr_test_util
3107 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003108 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003109- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003110 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003111 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003112 build: test
3113 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003114 src:
3115 - test/cpp/end2end/thread_stress_test.cc
3116 deps:
3117 - grpc++_test_util
3118 - grpc_test_util
3119 - grpc++
3120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003121 - gpr_test_util
3122 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003123- name: public_headers_must_be_c89
3124 build: test
3125 language: c89
3126 src:
3127 - test/core/surface/public_headers_must_be_c89.c
3128 deps:
3129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003130 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003131vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003132- linkage: static
3133 name: grpc.dependencies.zlib
3134 props: false
3135 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003136 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003137- linkage: static
3138 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003139 props: true
3140 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003141 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003142- name: gflags
3143 props: false
3144 redist: false
3145 version: 2.1.2.1
3146- name: gtest
3147 props: false
3148 redist: false
3149 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003150configs:
3151 asan:
3152 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003153 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3154 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003155 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003156 LD: clang
3157 LDFLAGS: -fsanitize=address
3158 LDXX: clang++
3159 compile_the_world: true
3160 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003161 ASAN_OPTIONS: detect_leaks=1:color=always
3162 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003163 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003164 asan-noleaks:
3165 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003166 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3167 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003168 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003169 LD: clang
3170 LDFLAGS: -fsanitize=address
3171 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003172 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003173 test_environ:
3174 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003175 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003176 asan-trace-cmp:
3177 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003178 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3179 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003180 CXX: clang++
3181 LD: clang
3182 LDFLAGS: -fsanitize=address
3183 LDXX: clang++
3184 compile_the_world: true
3185 test_environ:
3186 ASAN_OPTIONS: detect_leaks=1:color=always
3187 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3188 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003189 basicprof:
3190 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3191 DEFINES: NDEBUG
3192 dbg:
3193 CPPFLAGS: -O0
3194 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003195 easan:
3196 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003197 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3198 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003199 CXX: clang++
3200 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3201 LD: clang
3202 LDFLAGS: -fsanitize=address
3203 LDXX: clang++
3204 compile_the_world: true
3205 test_environ:
3206 ASAN_OPTIONS: detect_leaks=1:color=always
3207 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3208 timeout_multiplier: 3
3209 edbg:
3210 CPPFLAGS: -O0
3211 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3212 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003213 CC: clang
3214 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003215 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003216 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003217 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003218 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003219 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003220 LDXX: clang++
3221 compile_the_world: true
3222 test_environ:
3223 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3224 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003225 gcov:
3226 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003227 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003228 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003229 DEFINES: _DEBUG DEBUG GPR_GCOV
3230 LD: gcc
3231 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3232 LDXX: g++
3233 helgrind:
3234 CPPFLAGS: -O0
3235 DEFINES: _DEBUG DEBUG
3236 LDFLAGS: -rdynamic
3237 timeout_multiplier: 20
3238 valgrind: --tool=helgrind
3239 memcheck:
3240 CPPFLAGS: -O0
3241 DEFINES: _DEBUG DEBUG
3242 LDFLAGS: -rdynamic
3243 timeout_multiplier: 10
3244 valgrind: --tool=memcheck --leak-check=full
3245 msan:
3246 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003247 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3248 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3249 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003250 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003251 DEFINES: NDEBUG
3252 LD: clang
3253 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3254 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3255 LDXX: clang++
3256 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003257 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003258 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003259 CPPFLAGS: -O3 -fno-omit-frame-pointer
3260 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003261 LDFLAGS: -rdynamic
3262 opt:
3263 CPPFLAGS: -O2
3264 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003265 stapprof:
3266 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3267 DEFINES: NDEBUG
3268 tsan:
3269 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003270 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003271 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003272 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003273 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003274 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003275 LDXX: clang++
3276 compile_the_world: true
3277 test_environ:
3278 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003279 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003280 ubsan:
3281 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003282 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3283 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003284 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003285 DEFINES: NDEBUG
3286 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003287 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003288 LDXX: clang++
3289 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003290 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003291 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003292 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003293defaults:
3294 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003295 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003296 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003297 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003298 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003299 global:
3300 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3301 LDFLAGS: -g
3302 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003303 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003304 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003305node_modules:
3306- deps:
3307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003308 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003309 - boringssl
3310 - z
murgatroid9994a75412015-11-19 14:04:53 -08003311 headers:
3312 - src/node/ext/byte_buffer.h
3313 - src/node/ext/call.h
3314 - src/node/ext/call_credentials.h
3315 - src/node/ext/channel.h
3316 - src/node/ext/channel_credentials.h
3317 - src/node/ext/completion_queue_async_worker.h
3318 - src/node/ext/server.h
3319 - src/node/ext/server_credentials.h
3320 - src/node/ext/timeval.h
3321 js:
3322 - src/node/index.js
3323 - src/node/src/client.js
3324 - src/node/src/common.js
3325 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003326 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003327 - src/node/src/metadata.js
3328 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003329 name: grpc_node
3330 src:
3331 - src/node/ext/byte_buffer.cc
3332 - src/node/ext/call.cc
3333 - src/node/ext/call_credentials.cc
3334 - src/node/ext/channel.cc
3335 - src/node/ext/channel_credentials.cc
3336 - src/node/ext/completion_queue_async_worker.cc
3337 - src/node/ext/node_grpc.cc
3338 - src/node/ext/server.cc
3339 - src/node/ext/server_credentials.cc
3340 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003341openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003342 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003343 extraction_dir: openssl-1.0.2f
3344 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003345php_config_m4:
3346 deps:
3347 - grpc
3348 - gpr
3349 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003350 headers:
3351 - src/php/ext/grpc/byte_buffer.h
3352 - src/php/ext/grpc/call.h
3353 - src/php/ext/grpc/call_credentials.h
3354 - src/php/ext/grpc/channel.h
3355 - src/php/ext/grpc/channel_credentials.h
3356 - src/php/ext/grpc/completion_queue.h
3357 - src/php/ext/grpc/php_grpc.h
3358 - src/php/ext/grpc/server.h
3359 - src/php/ext/grpc/server_credentials.h
3360 - src/php/ext/grpc/timeval.h
3361 src:
3362 - src/php/ext/grpc/byte_buffer.c
3363 - src/php/ext/grpc/call.c
3364 - src/php/ext/grpc/call_credentials.c
3365 - src/php/ext/grpc/channel.c
3366 - src/php/ext/grpc/channel_credentials.c
3367 - src/php/ext/grpc/completion_queue.c
3368 - src/php/ext/grpc/php_grpc.c
3369 - src/php/ext/grpc/server.c
3370 - src/php/ext/grpc/server_credentials.c
3371 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003372python_dependencies:
3373 deps:
3374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003375 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003376 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003377 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003378ruby_gem:
3379 deps:
3380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003381 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003382 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003383 - z