blob: a06942a134017bc921acde7d66e48b61653dcbdf [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" Noble3260a172016-07-29 22:56:12 +020010 version: 1.0.0-pre2
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
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200151 - include/grpc/grpc_security_constants.h
Craig Tiller25834342015-09-25 08:08:24 -0700152 - include/grpc/status.h
153 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700154 - src/core/lib/channel/channel_args.h
155 - src/core/lib/channel/channel_stack.h
156 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700157 - src/core/lib/channel/compress_filter.h
158 - src/core/lib/channel/connected_channel.h
159 - src/core/lib/channel/context.h
160 - src/core/lib/channel/http_client_filter.h
161 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700162 - src/core/lib/compression/algorithm_metadata.h
163 - src/core/lib/compression/message_compress.h
164 - src/core/lib/debug/trace.h
165 - src/core/lib/http/format_request.h
166 - src/core/lib/http/httpcli.h
167 - src/core/lib/http/parser.h
168 - src/core/lib/iomgr/closure.h
169 - src/core/lib/iomgr/endpoint.h
170 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700171 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700172 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700173 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700174 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700175 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/iomgr/exec_ctx.h
177 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700178 - src/core/lib/iomgr/iocp_windows.h
179 - src/core/lib/iomgr/iomgr.h
180 - src/core/lib/iomgr/iomgr_internal.h
181 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700182 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700183 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700184 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700185 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700186 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/iomgr/pollset_set_windows.h
188 - src/core/lib/iomgr/pollset_windows.h
189 - src/core/lib/iomgr/resolve_address.h
190 - src/core/lib/iomgr/sockaddr.h
191 - src/core/lib/iomgr/sockaddr_posix.h
192 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700193 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700194 - src/core/lib/iomgr/socket_utils_posix.h
195 - src/core/lib/iomgr/socket_windows.h
196 - src/core/lib/iomgr/tcp_client.h
197 - src/core/lib/iomgr/tcp_posix.h
198 - src/core/lib/iomgr/tcp_server.h
199 - src/core/lib/iomgr/tcp_windows.h
200 - src/core/lib/iomgr/time_averaged_stats.h
201 - src/core/lib/iomgr/timer.h
202 - src/core/lib/iomgr/timer_heap.h
203 - src/core/lib/iomgr/udp_server.h
204 - src/core/lib/iomgr/unix_sockets_posix.h
205 - src/core/lib/iomgr/wakeup_fd_pipe.h
206 - src/core/lib/iomgr/wakeup_fd_posix.h
207 - src/core/lib/iomgr/workqueue.h
208 - src/core/lib/iomgr/workqueue_posix.h
209 - src/core/lib/iomgr/workqueue_windows.h
210 - src/core/lib/json/json.h
211 - src/core/lib/json/json_common.h
212 - src/core/lib/json/json_reader.h
213 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/surface/api_trace.h
215 - src/core/lib/surface/call.h
216 - src/core/lib/surface/call_test_only.h
217 - src/core/lib/surface/channel.h
218 - src/core/lib/surface/channel_init.h
219 - src/core/lib/surface/channel_stack_type.h
220 - src/core/lib/surface/completion_queue.h
221 - src/core/lib/surface/event_string.h
222 - src/core/lib/surface/init.h
223 - src/core/lib/surface/lame_client.h
224 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/transport/connectivity_state.h
227 - src/core/lib/transport/metadata.h
228 - src/core/lib/transport/metadata_batch.h
229 - src/core/lib/transport/static_metadata.h
230 - src/core/lib/transport/transport.h
231 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700232 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/channel/channel_args.c
234 - src/core/lib/channel/channel_stack.c
235 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/channel/compress_filter.c
237 - src/core/lib/channel/connected_channel.c
238 - src/core/lib/channel/http_client_filter.c
239 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700240 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/compression/message_compress.c
242 - src/core/lib/debug/trace.c
243 - src/core/lib/http/format_request.c
244 - src/core/lib/http/httpcli.c
245 - src/core/lib/http/parser.c
246 - src/core/lib/iomgr/closure.c
247 - src/core/lib/iomgr/endpoint.c
248 - src/core/lib/iomgr/endpoint_pair_posix.c
249 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700250 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700251 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700252 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700253 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700254 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/iomgr/exec_ctx.c
256 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/iomgr/iocp_windows.c
258 - src/core/lib/iomgr/iomgr.c
259 - src/core/lib/iomgr/iomgr_posix.c
260 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700261 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700262 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700263 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/iomgr/pollset_set_windows.c
265 - src/core/lib/iomgr/pollset_windows.c
266 - src/core/lib/iomgr/resolve_address_posix.c
267 - src/core/lib/iomgr/resolve_address_windows.c
268 - src/core/lib/iomgr/sockaddr_utils.c
269 - src/core/lib/iomgr/socket_utils_common_posix.c
270 - src/core/lib/iomgr/socket_utils_linux.c
271 - src/core/lib/iomgr/socket_utils_posix.c
272 - src/core/lib/iomgr/socket_windows.c
273 - src/core/lib/iomgr/tcp_client_posix.c
274 - src/core/lib/iomgr/tcp_client_windows.c
275 - src/core/lib/iomgr/tcp_posix.c
276 - src/core/lib/iomgr/tcp_server_posix.c
277 - src/core/lib/iomgr/tcp_server_windows.c
278 - src/core/lib/iomgr/tcp_windows.c
279 - src/core/lib/iomgr/time_averaged_stats.c
280 - src/core/lib/iomgr/timer.c
281 - src/core/lib/iomgr/timer_heap.c
282 - src/core/lib/iomgr/udp_server.c
283 - src/core/lib/iomgr/unix_sockets_posix.c
284 - src/core/lib/iomgr/unix_sockets_posix_noop.c
285 - src/core/lib/iomgr/wakeup_fd_eventfd.c
286 - src/core/lib/iomgr/wakeup_fd_nospecial.c
287 - src/core/lib/iomgr/wakeup_fd_pipe.c
288 - src/core/lib/iomgr/wakeup_fd_posix.c
289 - src/core/lib/iomgr/workqueue_posix.c
290 - src/core/lib/iomgr/workqueue_windows.c
291 - src/core/lib/json/json.c
292 - src/core/lib/json/json_reader.c
293 - src/core/lib/json/json_string.c
294 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/surface/alarm.c
296 - src/core/lib/surface/api_trace.c
297 - src/core/lib/surface/byte_buffer.c
298 - src/core/lib/surface/byte_buffer_reader.c
299 - src/core/lib/surface/call.c
300 - src/core/lib/surface/call_details.c
301 - src/core/lib/surface/call_log_batch.c
302 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/surface/channel_init.c
304 - src/core/lib/surface/channel_ping.c
305 - src/core/lib/surface/channel_stack_type.c
306 - src/core/lib/surface/completion_queue.c
307 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/surface/lame_client.c
309 - src/core/lib/surface/metadata_array.c
310 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/surface/validate_metadata.c
312 - src/core/lib/surface/version.c
313 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/transport/connectivity_state.c
315 - src/core/lib/transport/metadata.c
316 - src/core/lib/transport/metadata_batch.c
317 - src/core/lib/transport/static_metadata.c
318 - src/core/lib/transport/transport.c
319 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700320 deps:
321 - gpr
322 uses:
323 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700324- name: grpc_client_config
325 headers:
326 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700327 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700328 - src/core/ext/client_config/client_config.h
329 - src/core/ext/client_config/connector.h
330 - src/core/ext/client_config/initial_connect_string.h
331 - src/core/ext/client_config/lb_policy.h
332 - src/core/ext/client_config/lb_policy_factory.h
333 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700334 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700335 - src/core/ext/client_config/resolver.h
336 - src/core/ext/client_config/resolver_factory.h
337 - src/core/ext/client_config/resolver_registry.h
338 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700339 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700340 - src/core/ext/client_config/subchannel_index.h
341 - src/core/ext/client_config/uri_parser.h
342 src:
343 - src/core/ext/client_config/channel_connectivity.c
344 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700345 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700346 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700347 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700348 - src/core/ext/client_config/connector.c
349 - src/core/ext/client_config/default_initial_connect_string.c
350 - src/core/ext/client_config/initial_connect_string.c
351 - src/core/ext/client_config/lb_policy.c
352 - src/core/ext/client_config/lb_policy_factory.c
353 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700354 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700355 - src/core/ext/client_config/resolver.c
356 - src/core/ext/client_config/resolver_factory.c
357 - src/core/ext/client_config/resolver_registry.c
358 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700359 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700360 - src/core/ext/client_config/subchannel_index.c
361 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700362 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700363 uses:
364 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800365- name: grpc_codegen
366 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800367 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700368 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800369 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800370 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800371 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800372 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800373 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700374 uses:
375 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700376- name: grpc_lb_policy_grpclb
377 headers:
378 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700379 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700380 src:
381 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700382 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700383 uses:
384 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700385 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700386 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700387- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700388 src:
389 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700390 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700391 uses:
392 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700393 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700394- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700395 src:
396 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700397 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700398 uses:
399 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700400 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700401- name: grpc_load_reporting
402 headers:
403 - src/core/ext/load_reporting/load_reporting.h
404 - src/core/ext/load_reporting/load_reporting_filter.h
405 src:
406 - src/core/ext/load_reporting/load_reporting.c
407 - src/core/ext/load_reporting/load_reporting_filter.c
408 plugin: grpc_load_reporting_plugin
409 uses:
410 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700411- name: grpc_resolver_dns_native
412 src:
413 - src/core/ext/resolver/dns/native/dns_resolver.c
414 plugin: grpc_resolver_dns_native
415 uses:
416 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700417 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700418- name: grpc_resolver_sockaddr
419 src:
420 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
421 plugin: grpc_resolver_sockaddr
422 uses:
423 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700424 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100425- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700426 public_headers:
427 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100428 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700429 - src/core/lib/security/context/security_context.h
430 - src/core/lib/security/credentials/composite/composite_credentials.h
431 - src/core/lib/security/credentials/credentials.h
432 - src/core/lib/security/credentials/fake/fake_credentials.h
433 - src/core/lib/security/credentials/google_default/google_default_credentials.h
434 - src/core/lib/security/credentials/iam/iam_credentials.h
435 - src/core/lib/security/credentials/jwt/json_token.h
436 - src/core/lib/security/credentials/jwt/jwt_credentials.h
437 - src/core/lib/security/credentials/jwt/jwt_verifier.h
438 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
439 - src/core/lib/security/credentials/plugin/plugin_credentials.h
440 - src/core/lib/security/credentials/ssl/ssl_credentials.h
441 - src/core/lib/security/transport/auth_filters.h
442 - src/core/lib/security/transport/handshake.h
443 - src/core/lib/security/transport/secure_endpoint.h
444 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700445 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700446 - src/core/lib/security/util/b64.h
447 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100448 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700449 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700450 - src/core/lib/security/context/security_context.c
451 - src/core/lib/security/credentials/composite/composite_credentials.c
452 - src/core/lib/security/credentials/credentials.c
453 - src/core/lib/security/credentials/credentials_metadata.c
454 - src/core/lib/security/credentials/fake/fake_credentials.c
455 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700456 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700457 - src/core/lib/security/credentials/google_default/google_default_credentials.c
458 - src/core/lib/security/credentials/iam/iam_credentials.c
459 - src/core/lib/security/credentials/jwt/json_token.c
460 - src/core/lib/security/credentials/jwt/jwt_credentials.c
461 - src/core/lib/security/credentials/jwt/jwt_verifier.c
462 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
463 - src/core/lib/security/credentials/plugin/plugin_credentials.c
464 - src/core/lib/security/credentials/ssl/ssl_credentials.c
465 - src/core/lib/security/transport/client_auth_filter.c
466 - src/core/lib/security/transport/handshake.c
467 - src/core/lib/security/transport/secure_endpoint.c
468 - src/core/lib/security/transport/security_connector.c
469 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700470 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700471 - src/core/lib/security/util/b64.c
472 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700473 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700474 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700475 uses:
476 - grpc_base
477 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700478 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700479- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700480 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700481 headers:
482 - test/core/end2end/cq_verifier.h
483 - test/core/end2end/fixtures/proxy.h
484 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700485 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200486 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700487 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700488 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700489 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700490 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700491 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700492 - test/core/util/slice_splitter.h
493 src:
494 - test/core/end2end/cq_verifier.c
495 - test/core/end2end/fixtures/proxy.c
496 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700497 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200498 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700499 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700500 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700501 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700502 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700503 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700504 - test/core/util/port_windows.c
505 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700506 deps:
507 - grpc
508 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700509- name: grpc_transport_chttp2
510 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700511 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700512 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700513 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
514 - src/core/ext/transport/chttp2/transport/frame.h
515 - src/core/ext/transport/chttp2/transport/frame_data.h
516 - src/core/ext/transport/chttp2/transport/frame_goaway.h
517 - src/core/ext/transport/chttp2/transport/frame_ping.h
518 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
519 - src/core/ext/transport/chttp2/transport/frame_settings.h
520 - src/core/ext/transport/chttp2/transport/frame_window_update.h
521 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
522 - src/core/ext/transport/chttp2/transport/hpack_parser.h
523 - src/core/ext/transport/chttp2/transport/hpack_table.h
524 - src/core/ext/transport/chttp2/transport/http2_errors.h
525 - src/core/ext/transport/chttp2/transport/huffsyms.h
526 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
527 - src/core/ext/transport/chttp2/transport/internal.h
528 - src/core/ext/transport/chttp2/transport/status_conversion.h
529 - src/core/ext/transport/chttp2/transport/stream_map.h
530 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
531 - src/core/ext/transport/chttp2/transport/varint.h
532 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700533 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700534 - src/core/ext/transport/chttp2/transport/bin_encoder.c
535 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700536 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
537 - src/core/ext/transport/chttp2/transport/frame_data.c
538 - src/core/ext/transport/chttp2/transport/frame_goaway.c
539 - src/core/ext/transport/chttp2/transport/frame_ping.c
540 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
541 - src/core/ext/transport/chttp2/transport/frame_settings.c
542 - src/core/ext/transport/chttp2/transport/frame_window_update.c
543 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
544 - src/core/ext/transport/chttp2/transport/hpack_parser.c
545 - src/core/ext/transport/chttp2/transport/hpack_table.c
546 - src/core/ext/transport/chttp2/transport/huffsyms.c
547 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
548 - src/core/ext/transport/chttp2/transport/parsing.c
549 - src/core/ext/transport/chttp2/transport/status_conversion.c
550 - src/core/ext/transport/chttp2/transport/stream_lists.c
551 - src/core/ext/transport/chttp2/transport/stream_map.c
552 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
553 - src/core/ext/transport/chttp2/transport/varint.c
554 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700555 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700556 uses:
557 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700558 - grpc_transport_chttp2_alpn
559- name: grpc_transport_chttp2_alpn
560 headers:
561 - src/core/ext/transport/chttp2/alpn/alpn.h
562 src:
563 - src/core/ext/transport/chttp2/alpn/alpn.c
564 deps:
565 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700566- name: grpc_transport_chttp2_client_insecure
567 src:
568 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700569 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700570 uses:
571 - grpc_transport_chttp2
572 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700573 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700574- name: grpc_transport_chttp2_client_secure
575 src:
576 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700577 uses:
578 - grpc_transport_chttp2
579 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700580 - grpc_client_config
581 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700582- name: grpc_transport_chttp2_server_insecure
583 src:
584 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700585 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700586 uses:
587 - grpc_transport_chttp2
588 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700589- name: grpc_transport_chttp2_server_secure
590 src:
591 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700592 uses:
593 - grpc_transport_chttp2
594 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700595 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700596- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700597 public_headers:
598 - include/grpc/grpc_cronet.h
599 - include/grpc/grpc_security.h
600 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700601 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700602 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
603 src:
604 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
605 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
606 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700607 filegroups:
608 - grpc_base
609 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800610- name: nanopb
611 headers:
612 - third_party/nanopb/pb.h
613 - third_party/nanopb/pb_common.h
614 - third_party/nanopb/pb_decode.h
615 - third_party/nanopb/pb_encode.h
616 src:
617 - third_party/nanopb/pb_common.c
618 - third_party/nanopb/pb_decode.c
619 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700620- name: tsi
621 headers:
622 - src/core/lib/tsi/fake_transport_security.h
623 - src/core/lib/tsi/ssl_transport_security.h
624 - src/core/lib/tsi/ssl_types.h
625 - src/core/lib/tsi/transport_security.h
626 - src/core/lib/tsi/transport_security_interface.h
627 src:
628 - src/core/lib/tsi/fake_transport_security.c
629 - src/core/lib/tsi/ssl_transport_security.c
630 - src/core/lib/tsi/transport_security.c
631 deps:
632 - gpr
633 secure: true
634- name: grpc++_base
635 language: c++
636 public_headers:
637 - include/grpc++/alarm.h
638 - include/grpc++/channel.h
639 - include/grpc++/client_context.h
640 - include/grpc++/completion_queue.h
641 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700642 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700643 - include/grpc++/generic/async_generic_service.h
644 - include/grpc++/generic/generic_stub.h
645 - include/grpc++/grpc++.h
646 - include/grpc++/impl/call.h
647 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700648 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700649 - include/grpc++/impl/grpc_library.h
650 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700651 - include/grpc++/impl/rpc_method.h
652 - include/grpc++/impl/rpc_service_method.h
653 - include/grpc++/impl/serialization_traits.h
654 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700655 - include/grpc++/impl/server_builder_plugin.h
656 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700657 - include/grpc++/impl/service_type.h
658 - include/grpc++/impl/sync.h
659 - include/grpc++/impl/sync_cxx11.h
660 - include/grpc++/impl/sync_no_cxx11.h
661 - include/grpc++/impl/thd.h
662 - include/grpc++/impl/thd_cxx11.h
663 - include/grpc++/impl/thd_no_cxx11.h
664 - include/grpc++/security/auth_context.h
665 - include/grpc++/security/auth_metadata_processor.h
666 - include/grpc++/security/credentials.h
667 - include/grpc++/security/server_credentials.h
668 - include/grpc++/server.h
669 - include/grpc++/server_builder.h
670 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700671 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700672 - include/grpc++/support/async_stream.h
673 - include/grpc++/support/async_unary_call.h
674 - include/grpc++/support/byte_buffer.h
675 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700676 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700677 - include/grpc++/support/slice.h
678 - include/grpc++/support/status.h
679 - include/grpc++/support/status_code_enum.h
680 - include/grpc++/support/string_ref.h
681 - include/grpc++/support/stub_options.h
682 - include/grpc++/support/sync_stream.h
683 - include/grpc++/support/time.h
684 headers:
685 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700686 - src/cpp/server/dynamic_thread_pool.h
687 - src/cpp/server/thread_pool_interface.h
688 src:
689 - src/cpp/client/channel.cc
690 - src/cpp/client/client_context.cc
691 - src/cpp/client/create_channel.cc
692 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700693 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700694 - src/cpp/client/credentials.cc
695 - src/cpp/client/generic_stub.cc
696 - src/cpp/client/insecure_credentials.cc
697 - src/cpp/common/channel_arguments.cc
698 - src/cpp/common/completion_queue.cc
699 - src/cpp/common/core_codegen.cc
700 - src/cpp/common/rpc_method.cc
701 - src/cpp/server/async_generic_service.cc
702 - src/cpp/server/create_default_thread_pool.cc
703 - src/cpp/server/dynamic_thread_pool.cc
704 - src/cpp/server/insecure_server_credentials.cc
705 - src/cpp/server/server.cc
706 - src/cpp/server/server_builder.cc
707 - src/cpp/server/server_context.cc
708 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700709 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700710 - src/cpp/util/byte_buffer.cc
711 - src/cpp/util/slice.cc
712 - src/cpp/util/status.cc
713 - src/cpp/util/string_ref.cc
714 - src/cpp/util/time.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700715 uses:
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200716 - grpc_base
yang-g17487f92016-06-03 15:21:15 -0700717 - grpc++_codegen_base
718- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700719 language: c++
720 public_headers:
721 - include/grpc++/impl/codegen/async_stream.h
722 - include/grpc++/impl/codegen/async_unary_call.h
723 - include/grpc++/impl/codegen/call.h
724 - include/grpc++/impl/codegen/call_hook.h
725 - include/grpc++/impl/codegen/channel_interface.h
726 - include/grpc++/impl/codegen/client_context.h
727 - include/grpc++/impl/codegen/client_unary_call.h
728 - include/grpc++/impl/codegen/completion_queue.h
729 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700730 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700731 - include/grpc++/impl/codegen/core_codegen_interface.h
732 - include/grpc++/impl/codegen/create_auth_context.h
733 - include/grpc++/impl/codegen/grpc_library.h
734 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700735 - include/grpc++/impl/codegen/rpc_method.h
736 - include/grpc++/impl/codegen/rpc_service_method.h
737 - include/grpc++/impl/codegen/security/auth_context.h
738 - include/grpc++/impl/codegen/serialization_traits.h
739 - include/grpc++/impl/codegen/server_context.h
740 - include/grpc++/impl/codegen/server_interface.h
741 - include/grpc++/impl/codegen/service_type.h
742 - include/grpc++/impl/codegen/status.h
743 - include/grpc++/impl/codegen/status_code_enum.h
744 - include/grpc++/impl/codegen/string_ref.h
745 - include/grpc++/impl/codegen/stub_options.h
746 - include/grpc++/impl/codegen/sync.h
747 - include/grpc++/impl/codegen/sync_cxx11.h
748 - include/grpc++/impl/codegen/sync_no_cxx11.h
749 - include/grpc++/impl/codegen/sync_stream.h
750 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700751 uses:
752 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700753- name: grpc++_codegen_base_src
754 language: c++
755 src:
756 - src/cpp/codegen/codegen_init.cc
757 uses:
758 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700759- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700760 language: c++
761 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700762 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700763 uses:
yang-g17487f92016-06-03 15:21:15 -0700764 - grpc++_codegen_base
765 - grpc++_config_proto
766- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700767 language: c++
768 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700769 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100770libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800771- name: gpr
772 build: all
773 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800774 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700775 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800776 secure: false
777 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
778- name: gpr_test_util
779 build: private
780 language: c
781 headers:
782 - test/core/util/test_config.h
783 src:
784 - test/core/util/test_config.c
785 deps:
786 - gpr
787 secure: false
788 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700789- name: grpc
790 build: all
791 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 src:
793 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700794 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800795 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700796 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700797 filegroups:
798 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700799 - grpc_transport_chttp2_server_secure
800 - grpc_transport_chttp2_client_secure
801 - grpc_transport_chttp2_server_insecure
802 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700803 - grpc_lb_policy_grpclb
804 - grpc_lb_policy_pick_first
805 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700806 - grpc_resolver_dns_native
807 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700808 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100809 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700810 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700811 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700812 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700813 vs_packages:
814 - grpc.dependencies.openssl
815 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700816 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700817- name: grpc_cronet
818 build: all
819 language: c
820 src:
821 - src/core/lib/surface/init.c
822 baselib: true
823 deps_linkage: static
824 dll: true
825 filegroups:
826 - grpc_base
827 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700828 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700829 generate_plugin_registry: true
830 platforms:
831 - linux
832 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100833- name: grpc_dll
834 build: private
835 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100836 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100837 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100838 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100839 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100840 build_system:
841 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100842 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100843 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100844 vs_config_type: DynamicLibrary
845 vs_packages:
846 - grpc.dependencies.openssl
847 - grpc.dependencies.zlib
848 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
849 vs_props:
850 - zlib
851 - openssl
852 - winsock
853 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700854- name: grpc_test_util
855 build: private
856 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700857 headers:
858 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800859 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700860 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700861 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700862 - test/core/end2end/data/server1_cert.c
863 - test/core/end2end/data/server1_key.c
864 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800865 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700866 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800867 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800868 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700869 - grpc
870 filegroups:
871 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700872 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
873- name: grpc_test_util_unsecure
874 build: private
875 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700876 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800877 - gpr
878 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800879 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700880 filegroups:
881 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700882 secure: false
883 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
884- name: grpc_unsecure
885 build: all
886 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700887 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700888 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700889 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700890 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800891 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700892 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700893 filegroups:
894 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700895 - grpc_transport_chttp2_server_insecure
896 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700897 - grpc_resolver_dns_native
898 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700899 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700900 - grpc_lb_policy_grpclb
901 - grpc_lb_policy_pick_first
902 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700903 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700904 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700905 secure: false
906 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700907- name: reconnect_server
908 build: private
909 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700910 headers:
911 - test/core/util/reconnect_server.h
912 src:
913 - test/core/util/reconnect_server.c
914 deps:
yang-gc9fca182015-11-06 16:41:33 -0800915 - test_tcp_server
916 - grpc_test_util
917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800918 - gpr_test_util
919 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800920- name: test_tcp_server
921 build: private
922 language: c
923 headers:
924 - test/core/util/test_tcp_server.h
925 src:
926 - test/core/util/test_tcp_server.c
927 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700928 - grpc_test_util
929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800930 - gpr_test_util
931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700932- name: grpc++
933 build: all
934 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700935 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700936 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700937 - src/cpp/client/secure_credentials.h
938 - src/cpp/common/secure_auth_context.h
939 - src/cpp/server/secure_server_credentials.h
940 src:
Craig Tiller25834342015-09-25 08:08:24 -0700941 - src/cpp/client/secure_credentials.cc
942 - src/cpp/common/auth_property_iterator.cc
943 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800944 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700945 - src/cpp/common/secure_create_auth_context.cc
946 - src/cpp/server/secure_server_credentials.cc
947 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700948 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700949 baselib: true
950 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700951 filegroups:
952 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700953 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700954 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700955 secure: check
956 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700957- name: grpc++_reflection
958 build: all
959 language: c++
960 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700961 - include/grpc++/ext/proto_server_reflection_plugin.h
962 - include/grpc++/ext/reflection.grpc.pb.h
963 - include/grpc++/ext/reflection.pb.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700964 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700965 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700966 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700967 - src/cpp/ext/proto_server_reflection.cc
968 - src/cpp/ext/proto_server_reflection_plugin.cc
969 - src/cpp/ext/reflection.grpc.pb.cc
970 - src/cpp/ext/reflection.pb.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700971 deps:
972 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -0700973 filegroups:
974 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700975- name: grpc++_test_config
976 build: private
977 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700978 headers:
979 - test/cpp/util/test_config.h
980 src:
981 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700982- name: grpc++_test_util
983 build: private
984 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700985 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800986 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800987 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700988 - test/cpp/util/create_test_channel.h
989 - test/cpp/util/string_ref_helper.h
990 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800991 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700992 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800993 - src/proto/grpc/testing/echo_messages.proto
994 - src/proto/grpc/testing/echo.proto
995 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800996 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800997 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700998 - test/cpp/util/create_test_channel.cc
999 - test/cpp/util/string_ref_helper.cc
1000 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001001 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001002 deps:
1003 - grpc++
1004 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001005 filegroups:
1006 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001007 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001008 - grpc++_codegen_proto
1009 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001010- name: grpc++_unsecure
1011 build: all
1012 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001013 src:
1014 - src/cpp/common/insecure_create_auth_context.cc
1015 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001016 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001017 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001018 baselib: true
1019 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001020 filegroups:
1021 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001022 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001023 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001024 secure: false
1025 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001026- name: grpc_cli_libs
1027 build: private
1028 language: c++
1029 headers:
1030 - test/cpp/util/cli_call.h
1031 - test/cpp/util/proto_file_parser.h
1032 src:
1033 - test/cpp/util/cli_call.cc
1034 - test/cpp/util/proto_file_parser.cc
1035 deps:
1036 - grpc++
1037 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001038- name: grpc_plugin_support
1039 build: protoc
1040 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001041 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001042 - src/compiler/config.h
1043 - src/compiler/cpp_generator.h
1044 - src/compiler/cpp_generator_helpers.h
1045 - src/compiler/csharp_generator.h
1046 - src/compiler/csharp_generator_helpers.h
1047 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001048 - src/compiler/node_generator.h
1049 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001050 - src/compiler/objective_c_generator.h
1051 - src/compiler/objective_c_generator_helpers.h
1052 - src/compiler/python_generator.h
1053 - src/compiler/ruby_generator.h
1054 - src/compiler/ruby_generator_helpers-inl.h
1055 - src/compiler/ruby_generator_map-inl.h
1056 - src/compiler/ruby_generator_string-inl.h
1057 src:
1058 - src/compiler/cpp_generator.cc
1059 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001060 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001061 - src/compiler/objective_c_generator.cc
1062 - src/compiler/python_generator.cc
1063 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001064 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001065 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001066 secure: false
1067 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001068 vs_props:
1069 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001070- name: interop_client_helper
1071 build: private
1072 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001073 headers:
1074 - test/cpp/interop/client_helper.h
1075 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001076 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001077 - test/cpp/interop/client_helper.cc
1078 deps:
1079 - grpc++_test_util
1080 - grpc_test_util
1081 - grpc++
1082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001084- name: interop_client_main
1085 build: private
1086 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001087 headers:
1088 - test/cpp/interop/interop_client.h
1089 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001090 - src/proto/grpc/testing/empty.proto
1091 - src/proto/grpc/testing/messages.proto
1092 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001093 - test/cpp/interop/client.cc
1094 - test/cpp/interop/interop_client.cc
1095 deps:
1096 - interop_client_helper
1097 - grpc++_test_util
1098 - grpc_test_util
1099 - grpc++
1100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001101 - gpr_test_util
1102 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001103 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001104- name: interop_server_helper
1105 build: private
1106 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001107 headers:
1108 - test/cpp/interop/server_helper.h
1109 src:
1110 - test/cpp/interop/server_helper.cc
1111 deps:
1112 - grpc_test_util
1113 - grpc++
1114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001115 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116- name: interop_server_main
1117 build: private
1118 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001119 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001120 - src/proto/grpc/testing/empty.proto
1121 - src/proto/grpc/testing/messages.proto
1122 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001123 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001124 deps:
1125 - interop_server_helper
1126 - grpc++_test_util
1127 - grpc_test_util
1128 - grpc++
1129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001130 - gpr_test_util
1131 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001132 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133- name: qps
1134 build: private
1135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001136 headers:
1137 - test/cpp/qps/client.h
1138 - test/cpp/qps/driver.h
1139 - test/cpp/qps/histogram.h
1140 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001141 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001142 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001143 - test/cpp/qps/qps_worker.h
1144 - test/cpp/qps/report.h
1145 - test/cpp/qps/server.h
1146 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001147 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001148 - test/cpp/util/benchmark_config.h
1149 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001150 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001151 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001152 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001153 - src/proto/grpc/testing/control.proto
1154 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001155 - test/cpp/qps/client_async.cc
1156 - test/cpp/qps/client_sync.cc
1157 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001158 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001159 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001160 - test/cpp/qps/qps_worker.cc
1161 - test/cpp/qps/report.cc
1162 - test/cpp/qps/server_async.cc
1163 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001164 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001165 - test/cpp/util/benchmark_config.cc
1166 deps:
1167 - grpc_test_util
1168 - grpc++_test_util
1169 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001170- name: grpc_csharp_ext
1171 build: all
1172 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001173 src:
1174 - src/csharp/ext/grpc_csharp_ext.c
1175 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001177 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001178 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001179 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001180 dll: only
1181 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001182 vs_packages:
1183 - grpc.dependencies.openssl
1184 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001185 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001186 vs_props:
1187 - zlib
1188 - openssl
1189 - winsock
1190 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001191targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001192- name: alarm_test
1193 build: test
1194 language: c
1195 src:
1196 - test/core/surface/alarm_test.c
1197 deps:
1198 - grpc_test_util
1199 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001200 - gpr_test_util
1201 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001202- name: algorithm_test
1203 build: test
1204 language: c
1205 src:
1206 - test/core/compression/algorithm_test.c
1207 deps:
1208 - grpc_test_util
1209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001210 - gpr_test_util
1211 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001212- name: alloc_test
1213 build: test
1214 language: c
1215 src:
1216 - test/core/support/alloc_test.c
1217 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001218 - gpr_test_util
1219 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001220- name: alpn_test
1221 build: test
1222 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001223 src:
1224 - test/core/transport/chttp2/alpn_test.c
1225 deps:
1226 - grpc_test_util
1227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001228 - gpr_test_util
1229 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001230- name: api_fuzzer
1231 build: fuzzer
1232 language: c
1233 src:
1234 - test/core/end2end/fuzzers/api_fuzzer.c
1235 deps:
1236 - grpc_test_util
1237 - grpc
1238 - gpr_test_util
1239 - gpr
1240 corpus_dirs:
1241 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001242 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001243 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001244- name: bad_server_response_test
1245 build: test
1246 language: c
1247 src:
1248 - test/core/end2end/bad_server_response_test.c
1249 deps:
1250 - test_tcp_server
1251 - grpc_test_util
1252 - grpc
1253 - gpr_test_util
1254 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001255- name: bin_decoder_test
1256 build: test
1257 language: c
1258 src:
1259 - test/core/transport/chttp2/bin_decoder_test.c
1260 deps:
1261 - grpc_test_util
1262 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001263- name: bin_encoder_test
1264 build: test
1265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001266 src:
1267 - test/core/transport/chttp2/bin_encoder_test.c
1268 deps:
1269 - grpc_test_util
1270 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001271- name: census_context_test
1272 build: test
1273 language: c
1274 src:
1275 - test/core/census/context_test.c
1276 deps:
1277 - grpc_test_util
1278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001279 - gpr_test_util
1280 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001281- name: channel_create_test
1282 build: test
1283 language: c
1284 src:
1285 - test/core/surface/channel_create_test.c
1286 deps:
1287 - grpc_test_util
1288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001289 - gpr_test_util
1290 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001291- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001292 build: test
1293 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001294 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001295 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001296 deps:
1297 - grpc_test_util
1298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001299 - gpr_test_util
1300 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001301- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001302 build: test
1303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001304 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001305 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001306 deps:
1307 - grpc_test_util
1308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001309 - gpr_test_util
1310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001311- name: chttp2_stream_map_test
1312 build: test
1313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001314 src:
1315 - test/core/transport/chttp2/stream_map_test.c
1316 deps:
1317 - grpc_test_util
1318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001319 - gpr_test_util
1320 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001321- name: chttp2_varint_test
1322 build: test
1323 language: c
1324 src:
1325 - test/core/transport/chttp2/varint_test.c
1326 deps:
1327 - grpc_test_util
1328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001329 - gpr_test_util
1330 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001331- name: client_fuzzer
1332 build: fuzzer
1333 language: c
1334 src:
1335 - test/core/end2end/fuzzers/client_fuzzer.c
1336 deps:
1337 - grpc_test_util
1338 - grpc
1339 - gpr_test_util
1340 - gpr
1341 corpus_dirs:
1342 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001343 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001344 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001345- name: compression_test
1346 build: test
1347 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001348 src:
1349 - test/core/compression/compression_test.c
1350 deps:
1351 - grpc_test_util
1352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001353 - gpr_test_util
1354 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001355- name: concurrent_connectivity_test
1356 build: test
1357 language: c
1358 src:
1359 - test/core/surface/concurrent_connectivity_test.c
1360 deps:
1361 - grpc_test_util
1362 - grpc
1363 - gpr_test_util
1364 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001365- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001366 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001367 build: test
1368 language: c
1369 src:
1370 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1371 deps:
1372 - grpc_test_util
1373 - grpc
1374 - gpr_test_util
1375 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001376- name: dns_resolver_test
1377 build: test
1378 language: c
1379 src:
1380 - test/core/client_config/resolvers/dns_resolver_test.c
1381 deps:
1382 - grpc_test_util
1383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001384 - gpr_test_util
1385 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001386- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001387 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001388 build: test
1389 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001390 src:
1391 - test/core/end2end/dualstack_socket_test.c
1392 deps:
1393 - grpc_test_util
1394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001395 - gpr_test_util
1396 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001397 platforms:
1398 - mac
1399 - linux
1400 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001401- name: endpoint_pair_test
1402 build: test
1403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001404 src:
1405 - test/core/iomgr/endpoint_pair_test.c
1406 deps:
1407 - grpc_test_util
1408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001409 - gpr_test_util
1410 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001411- name: ev_epoll_linux_test
1412 build: test
1413 language: c
1414 src:
1415 - test/core/iomgr/ev_epoll_linux_test.c
1416 deps:
1417 - grpc_test_util
1418 - grpc
1419 - gpr_test_util
1420 - gpr
1421 platforms:
1422 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001423- name: fd_conservation_posix_test
1424 build: test
1425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001426 src:
1427 - test/core/iomgr/fd_conservation_posix_test.c
1428 deps:
1429 - grpc_test_util
1430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001431 - gpr_test_util
1432 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001433 platforms:
1434 - mac
1435 - linux
1436 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001437- name: fd_posix_test
1438 build: test
1439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001440 src:
1441 - test/core/iomgr/fd_posix_test.c
1442 deps:
1443 - grpc_test_util
1444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001445 - gpr_test_util
1446 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001447 platforms:
1448 - mac
1449 - linux
1450 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001451- name: fling_client
1452 build: test
1453 run: false
1454 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001455 src:
1456 - test/core/fling/client.c
1457 deps:
1458 - grpc_test_util
1459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 - gpr_test_util
1461 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462- name: fling_server
1463 build: test
1464 run: false
1465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001466 src:
1467 - test/core/fling/server.c
1468 deps:
1469 - grpc_test_util
1470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr_test_util
1472 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001474 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001475 build: test
1476 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001477 src:
1478 - test/core/fling/fling_stream_test.c
1479 deps:
1480 - grpc_test_util
1481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001482 - gpr_test_util
1483 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001484 platforms:
1485 - mac
1486 - linux
1487 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001488- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001489 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490 build: test
1491 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001492 src:
1493 - test/core/fling/fling_test.c
1494 deps:
1495 - grpc_test_util
1496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001497 - gpr_test_util
1498 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001499 platforms:
1500 - mac
1501 - linux
1502 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503- name: gen_hpack_tables
1504 build: tool
1505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001506 src:
1507 - tools/codegen/core/gen_hpack_tables.c
1508 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001509 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001510 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511- name: gen_legal_metadata_characters
1512 build: tool
1513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001514 src:
1515 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001516 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001517- name: goaway_server_test
1518 cpu_cost: 0.1
1519 build: test
1520 language: c
1521 src:
1522 - test/core/end2end/goaway_server_test.c
1523 deps:
1524 - grpc_test_util
1525 - grpc
1526 - gpr_test_util
1527 - gpr
1528 platforms:
1529 - mac
1530 - linux
1531 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001532- name: gpr_avl_test
1533 build: test
1534 language: c
1535 src:
1536 - test/core/support/avl_test.c
1537 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001538 - gpr_test_util
1539 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001540- name: gpr_backoff_test
1541 build: test
1542 language: c
1543 src:
1544 - test/core/support/backoff_test.c
1545 deps:
1546 - gpr_test_util
1547 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001548- name: gpr_cmdline_test
1549 build: test
1550 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001551 src:
1552 - test/core/support/cmdline_test.c
1553 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001554 - gpr_test_util
1555 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001556- name: gpr_cpu_test
1557 build: test
1558 language: c
1559 src:
1560 - test/core/support/cpu_test.c
1561 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001562 - gpr_test_util
1563 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001564- name: gpr_env_test
1565 build: test
1566 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001567 src:
1568 - test/core/support/env_test.c
1569 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001570 - gpr_test_util
1571 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001572- name: gpr_histogram_test
1573 build: test
1574 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001575 src:
1576 - test/core/support/histogram_test.c
1577 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001578 - gpr_test_util
1579 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001580- name: gpr_host_port_test
1581 build: test
1582 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001583 src:
1584 - test/core/support/host_port_test.c
1585 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr_test_util
1587 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001588- name: gpr_log_test
1589 build: test
1590 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001591 src:
1592 - test/core/support/log_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_slice_buffer_test
1597 build: test
1598 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001599 src:
1600 - test/core/support/slice_buffer_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_slice_test
1605 build: test
1606 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001607 src:
1608 - test/core/support/slice_test.c
1609 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001612- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001613 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001614 build: test
1615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001616 src:
1617 - test/core/support/stack_lockfree_test.c
1618 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001619 - gpr_test_util
1620 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621- name: gpr_string_test
1622 build: test
1623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
1625 - test/core/support/string_test.c
1626 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001627 - gpr_test_util
1628 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001629- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001630 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001631 build: test
1632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001633 src:
1634 - test/core/support/sync_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_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001639 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001640 build: test
1641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001642 src:
1643 - test/core/support/thd_test.c
1644 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001645 - gpr_test_util
1646 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001647- name: gpr_time_test
1648 build: test
1649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001650 src:
1651 - test/core/support/time_test.c
1652 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001653 - gpr_test_util
1654 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001655- name: gpr_tls_test
1656 build: test
1657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001658 src:
1659 - test/core/support/tls_test.c
1660 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001661 - gpr_test_util
1662 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001663- name: gpr_useful_test
1664 build: test
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/support/useful_test.c
1668 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001669 - gpr_test_util
1670 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001671- name: grpc_auth_context_test
1672 build: test
1673 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001674 src:
1675 - test/core/security/auth_context_test.c
1676 deps:
1677 - grpc_test_util
1678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001679 - gpr_test_util
1680 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001681- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682 build: test
1683 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001684 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001685 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001686 deps:
1687 - grpc_test_util
1688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001689 - gpr_test_util
1690 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001691- name: grpc_byte_buffer_reader_test
1692 build: test
1693 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001694 src:
1695 - test/core/surface/byte_buffer_reader_test.c
1696 deps:
1697 - grpc_test_util
1698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001699 - gpr_test_util
1700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001701- name: grpc_channel_args_test
1702 build: test
1703 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001704 src:
1705 - test/core/channel/channel_args_test.c
1706 deps:
1707 - grpc_test_util
1708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001709 - gpr_test_util
1710 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711- name: grpc_channel_stack_test
1712 build: test
1713 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001714 src:
1715 - test/core/channel/channel_stack_test.c
1716 deps:
1717 - grpc_test_util
1718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 - gpr_test_util
1720 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001721- name: grpc_completion_queue_test
1722 build: test
1723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001724 src:
1725 - test/core/surface/completion_queue_test.c
1726 deps:
1727 - grpc_test_util
1728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001729 - gpr_test_util
1730 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001731- name: grpc_create_jwt
1732 build: tool
1733 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001734 src:
1735 - test/core/security/create_jwt.c
1736 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001738 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001739 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001740- name: grpc_credentials_test
1741 build: test
1742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001743 src:
1744 - test/core/security/credentials_test.c
1745 deps:
1746 - grpc_test_util
1747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001748 - gpr_test_util
1749 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001750- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001751 build: test
1752 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001754 src:
1755 - test/core/security/fetch_oauth2.c
1756 deps:
1757 - grpc_test_util
1758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 - gpr_test_util
1760 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001761- name: grpc_invalid_channel_args_test
1762 build: test
1763 language: c
1764 src:
1765 - test/core/surface/invalid_channel_args_test.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001769 - gpr_test_util
1770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771- name: grpc_json_token_test
1772 build: test
1773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001774 src:
1775 - test/core/security/json_token_test.c
1776 deps:
1777 - grpc_test_util
1778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001779 - gpr_test_util
1780 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001781 platforms:
1782 - linux
1783 - posix
1784 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001785- name: grpc_jwt_verifier_test
1786 build: test
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/security/jwt_verifier_test.c
1790 deps:
1791 - grpc_test_util
1792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr_test_util
1794 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001795- name: grpc_print_google_default_creds_token
1796 build: tool
1797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001798 src:
1799 - test/core/security/print_google_default_creds_token.c
1800 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001801 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001803- name: grpc_security_connector_test
1804 build: test
1805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001806 src:
1807 - test/core/security/security_connector_test.c
1808 deps:
1809 - grpc_test_util
1810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr_test_util
1812 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813- name: grpc_verify_jwt
1814 build: tool
1815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001816 src:
1817 - test/core/security/verify_jwt.c
1818 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001819 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001820 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001821- name: hpack_parser_fuzzer_test
1822 build: fuzzer
1823 language: c
1824 src:
1825 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1826 deps:
1827 - grpc_test_util
1828 - grpc
1829 - gpr_test_util
1830 - gpr
1831 corpus_dirs:
1832 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001833 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001834 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001835- name: hpack_parser_test
1836 build: test
1837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001838 src:
1839 - test/core/transport/chttp2/hpack_parser_test.c
1840 deps:
1841 - grpc_test_util
1842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 - gpr_test_util
1844 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001845- name: hpack_table_test
1846 build: test
1847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001848 src:
1849 - test/core/transport/chttp2/hpack_table_test.c
1850 deps:
1851 - grpc_test_util
1852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 - gpr_test_util
1854 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001855- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856 build: test
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001859 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001860 deps:
1861 - grpc_test_util
1862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr_test_util
1864 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001865- name: http_request_fuzzer_test
1866 build: fuzzer
1867 language: c
1868 src:
1869 - test/core/http/request_fuzzer.c
1870 deps:
1871 - grpc_test_util
1872 - grpc
1873 - gpr_test_util
1874 - gpr
1875 corpus_dirs:
1876 - test/core/http/corpus
1877 maxlen: 2048
1878- name: http_response_fuzzer_test
1879 build: fuzzer
1880 language: c
1881 src:
1882 - test/core/http/response_fuzzer.c
1883 deps:
1884 - grpc_test_util
1885 - grpc
1886 - gpr_test_util
1887 - gpr
1888 corpus_dirs:
1889 - test/core/http/corpus
1890 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001891- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001895 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001896 deps:
1897 - grpc_test_util
1898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001902 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903 build: test
1904 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001905 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001906 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001907 deps:
1908 - grpc_test_util
1909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001912 platforms:
1913 - mac
1914 - linux
1915 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001916- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001917 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001918 build: test
1919 language: c
1920 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001921 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001922 deps:
1923 - grpc_test_util
1924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr_test_util
1926 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001927 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001928 - linux
yang-gf1183302015-12-07 16:02:05 -08001929- name: init_test
1930 build: test
1931 language: c
1932 src:
1933 - test/core/surface/init_test.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001939- name: internal_api_canary_iomgr_test
1940 build: test
1941 run: false
1942 language: c
1943 src:
1944 - test/core/internal_api_canaries/iomgr.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
1948 - gpr_test_util
1949 - gpr
1950- name: internal_api_canary_support_test
1951 build: test
1952 run: false
1953 language: c
1954 src:
1955 - test/core/internal_api_canaries/iomgr.c
1956 deps:
1957 - grpc_test_util
1958 - grpc
1959 - gpr_test_util
1960 - gpr
1961- name: internal_api_canary_transport_test
1962 build: test
1963 run: false
1964 language: c
1965 src:
1966 - test/core/internal_api_canaries/iomgr.c
1967 deps:
1968 - grpc_test_util
1969 - grpc
1970 - gpr_test_util
1971 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001972- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001973 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08001974 build: test
1975 language: c
1976 src:
1977 - test/core/end2end/invalid_call_argument_test.c
1978 deps:
1979 - grpc_test_util
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001983- name: json_fuzzer_test
1984 build: fuzzer
1985 language: c
1986 src:
1987 - test/core/json/fuzzer.c
1988 deps:
1989 - grpc_test_util
1990 - grpc
1991 - gpr_test_util
1992 - gpr
1993 corpus_dirs:
1994 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001995 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996- name: json_rewrite
1997 build: test
1998 run: false
1999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002000 src:
2001 - test/core/json/json_rewrite.c
2002 deps:
2003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: json_rewrite_test
2006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/json/json_rewrite_test.c
2010 deps:
2011 - grpc_test_util
2012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr_test_util
2014 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002015- name: json_stream_error_test
2016 build: test
2017 language: c
2018 src:
2019 - test/core/json/json_stream_error_test.c
2020 deps:
2021 - grpc_test_util
2022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002023 - gpr_test_util
2024 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002025- name: json_test
2026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
2029 - test/core/json/json_test.c
2030 deps:
2031 - grpc_test_util
2032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002035- name: lame_client_test
2036 build: test
2037 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002038 src:
2039 - test/core/surface/lame_client_test.c
2040 deps:
2041 - grpc_test_util
2042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 - gpr_test_util
2044 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002045- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002046 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002047 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002048 build: test
2049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/core/client_config/lb_policies_test.c
2052 deps:
2053 - grpc_test_util
2054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002055 - gpr_test_util
2056 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002057- name: load_file_test
2058 build: test
2059 language: c
2060 src:
2061 - test/core/iomgr/load_file_test.c
2062 deps:
2063 - grpc_test_util
2064 - grpc
2065 - gpr_test_util
2066 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002067- name: low_level_ping_pong_benchmark
2068 build: benchmark
2069 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002070 src:
2071 - test/core/network_benchmarks/low_level_ping_pong.c
2072 deps:
2073 - grpc_test_util
2074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002075 - gpr_test_util
2076 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002077 platforms:
2078 - mac
2079 - linux
2080 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002081- name: message_compress_test
2082 build: test
2083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002084 src:
2085 - test/core/compression/message_compress_test.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002091- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002092 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002093 build: test
2094 language: c
2095 src:
2096 - test/core/census/mlog_test.c
2097 deps:
2098 - grpc_test_util
2099 - grpc
2100 - gpr_test_util
2101 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102- name: multiple_server_queues_test
2103 build: test
2104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002105 src:
2106 - test/core/end2end/multiple_server_queues_test.c
2107 deps:
2108 - grpc_test_util
2109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002110 - gpr_test_util
2111 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002112- name: murmur_hash_test
2113 build: test
2114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002115 src:
2116 - test/core/support/murmur_hash_test.c
2117 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002118 - gpr_test_util
2119 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002120- name: nanopb_fuzzer_response_test
2121 build: fuzzer
2122 language: c
2123 src:
2124 - test/core/nanopb/fuzzer_response.c
2125 deps:
2126 - grpc_test_util
2127 - grpc
2128 - gpr_test_util
2129 - gpr
2130 corpus_dirs:
2131 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002132 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002133- name: nanopb_fuzzer_serverlist_test
2134 build: fuzzer
2135 language: c
2136 src:
2137 - test/core/nanopb/fuzzer_serverlist.c
2138 deps:
2139 - grpc_test_util
2140 - grpc
2141 - gpr_test_util
2142 - gpr
2143 corpus_dirs:
2144 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002145 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002146- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002147 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148 build: test
2149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
2151 - test/core/end2end/no_server_test.c
2152 deps:
2153 - grpc_test_util
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002157- name: resolve_address_test
2158 build: test
2159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
2161 - test/core/iomgr/resolve_address_test.c
2162 deps:
2163 - grpc_test_util
2164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
yang-gd482e592015-12-10 14:04:00 -08002167- name: secure_channel_create_test
2168 build: test
2169 language: c
2170 src:
2171 - test/core/surface/secure_channel_create_test.c
2172 deps:
2173 - grpc_test_util
2174 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002175 - gpr_test_util
2176 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002177- name: secure_endpoint_test
2178 build: test
2179 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002180 src:
2181 - test/core/security/secure_endpoint_test.c
2182 deps:
2183 - grpc_test_util
2184 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002185 - gpr_test_util
2186 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002187- name: sequential_connectivity_test
2188 build: test
2189 language: c
2190 src:
2191 - test/core/surface/sequential_connectivity_test.c
2192 deps:
2193 - grpc_test_util
2194 - grpc
2195 - gpr_test_util
2196 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002197- name: server_chttp2_test
2198 build: test
2199 language: c
2200 src:
2201 - test/core/surface/server_chttp2_test.c
2202 deps:
2203 - grpc_test_util
2204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002205 - gpr_test_util
2206 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002207- name: server_fuzzer
2208 build: fuzzer
2209 language: c
2210 src:
2211 - test/core/end2end/fuzzers/server_fuzzer.c
2212 deps:
2213 - grpc_test_util
2214 - grpc
2215 - gpr_test_util
2216 - gpr
2217 corpus_dirs:
2218 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002219 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002220 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002221- name: server_test
2222 build: test
2223 language: c
2224 src:
2225 - test/core/surface/server_test.c
2226 deps:
2227 - grpc_test_util
2228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002229 - gpr_test_util
2230 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002231- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002232 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002233 build: test
2234 language: c
2235 src:
2236 - test/core/client_config/set_initial_connect_string_test.c
2237 deps:
2238 - test_tcp_server
2239 - grpc_test_util
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002243- name: sockaddr_resolver_test
2244 build: test
2245 language: c
2246 src:
2247 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253- name: sockaddr_utils_test
2254 build: test
2255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002256 src:
2257 - test/core/iomgr/sockaddr_utils_test.c
2258 deps:
2259 - grpc_test_util
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002263- name: socket_utils_test
2264 build: test
2265 language: c
2266 src:
2267 - test/core/iomgr/socket_utils_test.c
2268 deps:
2269 - grpc_test_util
2270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002271 - gpr_test_util
2272 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002273 platforms:
2274 - mac
2275 - linux
2276 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002277- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002278 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002279 build: test
2280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002281 src:
2282 - test/core/iomgr/tcp_client_posix_test.c
2283 deps:
2284 - grpc_test_util
2285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002286 - gpr_test_util
2287 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002288 platforms:
2289 - mac
2290 - linux
2291 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002292- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002293 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294 build: test
2295 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002296 src:
2297 - test/core/iomgr/tcp_posix_test.c
2298 deps:
2299 - grpc_test_util
2300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002301 - gpr_test_util
2302 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002303 platforms:
2304 - mac
2305 - linux
2306 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002307- name: tcp_server_posix_test
2308 build: test
2309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002310 src:
2311 - test/core/iomgr/tcp_server_posix_test.c
2312 deps:
2313 - grpc_test_util
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002317 platforms:
2318 - mac
2319 - linux
2320 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321- name: time_averaged_stats_test
2322 build: test
2323 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002324 src:
2325 - test/core/iomgr/time_averaged_stats_test.c
2326 deps:
2327 - grpc_test_util
2328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002329 - gpr_test_util
2330 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002331- name: timeout_encoding_test
2332 build: test
2333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
2335 - test/core/transport/chttp2/timeout_encoding_test.c
2336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002341- name: timer_heap_test
2342 build: test
2343 language: c
2344 src:
2345 - test/core/iomgr/timer_heap_test.c
2346 deps:
2347 - grpc_test_util
2348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002349 - gpr_test_util
2350 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002351- name: timer_list_test
2352 build: test
2353 language: c
2354 src:
2355 - test/core/iomgr/timer_list_test.c
2356 deps:
2357 - grpc_test_util
2358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002359 - gpr_test_util
2360 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002361- name: transport_connectivity_state_test
2362 build: test
2363 language: c
2364 src:
2365 - test/core/transport/connectivity_state_test.c
2366 deps:
2367 - grpc_test_util
2368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002369 - gpr_test_util
2370 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002371- name: transport_metadata_test
2372 build: test
2373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002374 src:
2375 - test/core/transport/metadata_test.c
2376 deps:
2377 - grpc_test_util
2378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002379 - gpr_test_util
2380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381- name: transport_security_test
2382 build: test
2383 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002384 src:
2385 - test/core/tsi/transport_security_test.c
2386 deps:
2387 - grpc_test_util
2388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002389 - gpr_test_util
2390 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002391 platforms:
2392 - linux
2393 - posix
2394 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002395- name: udp_server_test
2396 build: test
2397 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002398 src:
2399 - test/core/iomgr/udp_server_test.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr_test_util
2404 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002405 platforms:
2406 - mac
2407 - linux
2408 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002409- name: uri_fuzzer_test
2410 build: fuzzer
2411 language: c
2412 src:
2413 - test/core/client_config/uri_fuzzer_test.c
2414 deps:
2415 - grpc_test_util
2416 - grpc
2417 - gpr_test_util
2418 - gpr
2419 corpus_dirs:
2420 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002421 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002422- name: uri_parser_test
2423 build: test
2424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002425 src:
2426 - test/core/client_config/uri_parser_test.c
2427 deps:
2428 - grpc_test_util
2429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr_test_util
2431 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002432- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002433 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002434 build: test
2435 language: c++
2436 src:
2437 - test/cpp/common/alarm_cpp_test.cc
2438 deps:
2439 - grpc++_test_util
2440 - grpc_test_util
2441 - grpc++
2442 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002443 - gpr_test_util
2444 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002445- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002446 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447 build: test
2448 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
2450 - test/cpp/end2end/async_end2end_test.cc
2451 deps:
2452 - grpc++_test_util
2453 - grpc_test_util
2454 - grpc++
2455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002459 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460 build: test
2461 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
2463 - test/cpp/common/auth_property_iterator_test.cc
2464 deps:
2465 - grpc++_test_util
2466 - grpc_test_util
2467 - grpc++
2468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002469 - gpr_test_util
2470 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002471- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002472 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002473 build: test
2474 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002475 src:
yang-g52705592015-11-25 11:45:33 -08002476 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002477 deps:
2478 - grpc++
2479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002480 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002481- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002482 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002483 build: test
2484 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002485 src:
2486 - test/cpp/util/cli_call_test.cc
2487 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002488 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002489 - grpc++_test_util
2490 - grpc_test_util
2491 - grpc++
2492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr_test_util
2494 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002496 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002497 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002498 build: test
2499 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002500 src:
2501 - test/cpp/end2end/client_crash_test.cc
2502 deps:
2503 - grpc++_test_util
2504 - grpc_test_util
2505 - grpc++
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002509 platforms:
2510 - mac
2511 - linux
2512 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002513- name: client_crash_test_server
2514 build: test
2515 run: false
2516 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002517 src:
2518 - test/cpp/end2end/client_crash_test_server.cc
2519 deps:
2520 - grpc++_test_util
2521 - grpc_test_util
2522 - grpc++
2523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002524 - gpr_test_util
2525 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002526- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002527 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002528 build: test
2529 language: c++
2530 src:
2531 - src/proto/grpc/testing/control.proto
2532 - src/proto/grpc/testing/messages.proto
2533 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002534 - src/proto/grpc/testing/services.proto
2535 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002536 - test/cpp/codegen/codegen_test_full.cc
2537 deps:
2538 - grpc++
2539 - grpc
2540 - gpr
2541 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002542 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002543- name: codegen_test_minimal
2544 gtest: true
2545 build: test
2546 language: c++
2547 src:
2548 - src/proto/grpc/testing/control.proto
2549 - src/proto/grpc/testing/messages.proto
2550 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002551 - src/proto/grpc/testing/services.proto
2552 - src/proto/grpc/testing/stats.proto
2553 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002554 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002555 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002556 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002557- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002558 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002559 build: test
2560 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002561 src:
2562 - test/cpp/client/credentials_test.cc
2563 deps:
2564 - grpc++
2565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002566 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002568 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002569 build: test
2570 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002571 src:
2572 - test/cpp/util/byte_buffer_test.cc
2573 deps:
2574 - grpc_test_util
2575 - grpc++
2576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002577 - gpr_test_util
2578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002579- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002580 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002581 build: test
2582 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002583 src:
2584 - test/cpp/util/slice_test.cc
2585 deps:
2586 - grpc_test_util
2587 - grpc++
2588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002589 - gpr_test_util
2590 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002591- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002592 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002593 build: test
2594 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002595 src:
2596 - test/cpp/util/string_ref_test.cc
2597 deps:
2598 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002599- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002600 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601 build: test
2602 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - test/cpp/util/time_test.cc
2605 deps:
2606 - grpc_test_util
2607 - grpc++
2608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002609 - gpr_test_util
2610 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002612 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002613 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614 build: test
2615 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002616 src:
2617 - test/cpp/end2end/end2end_test.cc
2618 deps:
2619 - grpc++_test_util
2620 - grpc_test_util
2621 - grpc++
2622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002623 - gpr_test_util
2624 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002625- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002626 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002627 build: test
2628 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002629 src:
2630 - test/cpp/end2end/generic_end2end_test.cc
2631 deps:
2632 - grpc++_test_util
2633 - grpc_test_util
2634 - grpc++
2635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002636 - gpr_test_util
2637 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002638- name: golden_file_test
2639 gtest: true
2640 build: test
2641 language: c++
2642 src:
2643 - src/proto/grpc/testing/compiler_test.proto
2644 - test/cpp/codegen/golden_file_test.cc
2645 deps:
2646 - grpc++
2647 - grpc
2648 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002649- name: grpc_cli
2650 build: test
2651 run: false
2652 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002653 src:
2654 - test/cpp/util/grpc_cli.cc
2655 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002656 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002657 - grpc++_test_util
2658 - grpc_test_util
2659 - grpc++
2660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002661 - gpr_test_util
2662 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002663 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002664- name: grpc_cpp_plugin
2665 build: protoc
2666 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002667 src:
2668 - src/compiler/cpp_plugin.cc
2669 deps:
2670 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002671 secure: false
2672 vs_config_type: Application
2673 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2674- name: grpc_csharp_plugin
2675 build: protoc
2676 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002677 src:
2678 - src/compiler/csharp_plugin.cc
2679 deps:
2680 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002681 secure: false
2682 vs_config_type: Application
2683 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002684- name: grpc_node_plugin
2685 build: protoc
2686 language: c++
2687 src:
2688 - src/compiler/node_plugin.cc
2689 deps:
2690 - grpc_plugin_support
2691 secure: false
2692 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002693- name: grpc_objective_c_plugin
2694 build: protoc
2695 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002696 src:
2697 - src/compiler/objective_c_plugin.cc
2698 deps:
2699 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002700 secure: false
2701 vs_config_type: Application
2702 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2703- name: grpc_python_plugin
2704 build: protoc
2705 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002706 src:
2707 - src/compiler/python_plugin.cc
2708 deps:
2709 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002710 secure: false
2711 vs_config_type: Application
2712 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2713- name: grpc_ruby_plugin
2714 build: protoc
2715 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002716 src:
2717 - src/compiler/ruby_plugin.cc
2718 deps:
2719 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720 secure: false
2721 vs_config_type: Application
2722 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002723- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002724 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002725 build: test
2726 language: c++
2727 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002728 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002729 - test/cpp/grpclb/grpclb_api_test.cc
2730 deps:
2731 - grpc++_test_util
2732 - grpc_test_util
2733 - grpc++
2734 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002735- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002736 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002737 build: test
2738 language: c++
2739 src:
2740 - test/cpp/end2end/hybrid_end2end_test.cc
2741 deps:
2742 - grpc++_test_util
2743 - grpc_test_util
2744 - grpc++
2745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002746 - gpr_test_util
2747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002748- name: interop_client
2749 build: test
2750 run: false
2751 language: c++
2752 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002753 deps:
2754 - interop_client_main
2755 - interop_client_helper
2756 - grpc++_test_util
2757 - grpc_test_util
2758 - grpc++
2759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002760 - gpr_test_util
2761 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002762 - grpc++_test_config
2763 platforms:
2764 - mac
2765 - linux
2766 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002767- name: interop_server
2768 build: test
2769 run: false
2770 language: c++
2771 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002772 deps:
2773 - interop_server_main
2774 - interop_server_helper
2775 - grpc++_test_util
2776 - grpc_test_util
2777 - grpc++
2778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002779 - gpr_test_util
2780 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002781 - grpc++_test_config
2782 platforms:
2783 - mac
2784 - linux
2785 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002786- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002787 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002788 build: test
2789 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002790 src:
2791 - test/cpp/interop/interop_test.cc
2792 deps:
2793 - grpc_test_util
2794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002795 - gpr_test_util
2796 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002797 platforms:
2798 - mac
2799 - linux
2800 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002801- name: json_run_localhost
2802 build: test
2803 run: false
2804 language: c++
2805 src:
2806 - test/cpp/qps/json_run_localhost.cc
2807 deps:
2808 - grpc++_test_util
2809 - grpc_test_util
2810 - grpc++
2811 - grpc
2812 - gpr_test_util
2813 - gpr
2814 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002815- name: metrics_client
2816 build: test
2817 run: false
2818 language: c++
2819 headers:
2820 - test/cpp/util/metrics_server.h
2821 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002822 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002823 - test/cpp/interop/metrics_client.cc
2824 deps:
2825 - grpc++
2826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002827 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002828 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002829- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002830 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002831 build: test
2832 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002833 src:
2834 - test/cpp/end2end/mock_test.cc
2835 deps:
2836 - grpc++_test_util
2837 - grpc_test_util
2838 - grpc++
2839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr_test_util
2841 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002842- name: proto_server_reflection_test
2843 gtest: true
2844 build: test
2845 language: c++
2846 headers:
2847 - test/cpp/util/proto_reflection_descriptor_database.h
2848 src:
2849 - test/cpp/end2end/proto_server_reflection_test.cc
2850 - test/cpp/util/proto_reflection_descriptor_database.cc
2851 deps:
2852 - grpc++_reflection
2853 - grpc++_test_util
2854 - grpc_test_util
2855 - grpc++
2856 - grpc
2857 - gpr_test_util
2858 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002859- name: qps_interarrival_test
2860 build: test
2861 run: false
2862 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002863 src:
2864 - test/cpp/qps/qps_interarrival_test.cc
2865 deps:
2866 - qps
2867 - grpc++_test_util
2868 - grpc_test_util
2869 - grpc++
2870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002871 - gpr_test_util
2872 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002873 platforms:
2874 - mac
2875 - linux
2876 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002877- name: qps_json_driver
2878 build: test
2879 run: false
2880 language: c++
2881 src:
2882 - test/cpp/qps/qps_json_driver.cc
2883 deps:
2884 - qps
2885 - grpc++_test_util
2886 - grpc_test_util
2887 - grpc++
2888 - grpc
2889 - gpr_test_util
2890 - gpr
2891 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002892- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002893 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894 build: test
2895 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002896 src:
2897 - test/cpp/qps/qps_openloop_test.cc
2898 deps:
2899 - qps
2900 - grpc++_test_util
2901 - grpc_test_util
2902 - grpc++
2903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr_test_util
2905 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002906 - grpc++_test_config
2907 platforms:
2908 - mac
2909 - linux
2910 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002911- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002912 build: test
2913 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002914 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002915 headers:
2916 - test/cpp/qps/client.h
2917 - test/cpp/qps/server.h
2918 src:
2919 - test/cpp/qps/worker.cc
2920 deps:
2921 - qps
2922 - grpc++_test_util
2923 - grpc_test_util
2924 - grpc++
2925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002926 - gpr_test_util
2927 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002928 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002929- name: reconnect_interop_client
2930 build: test
2931 run: false
2932 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002933 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002934 - src/proto/grpc/testing/empty.proto
2935 - src/proto/grpc/testing/messages.proto
2936 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002937 - test/cpp/interop/reconnect_interop_client.cc
2938 deps:
2939 - grpc++_test_util
2940 - grpc_test_util
2941 - grpc++
2942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002943 - gpr_test_util
2944 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002945 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002946- name: reconnect_interop_server
2947 build: test
2948 run: false
2949 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002950 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002951 - src/proto/grpc/testing/empty.proto
2952 - src/proto/grpc/testing/messages.proto
2953 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002954 - test/cpp/interop/reconnect_interop_server.cc
2955 deps:
2956 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002957 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002958 - grpc++_test_util
2959 - grpc_test_util
2960 - grpc++
2961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002962 - gpr_test_util
2963 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002964 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002965- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002966 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002967 build: test
2968 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002969 src:
2970 - test/cpp/common/secure_auth_context_test.cc
2971 deps:
2972 - grpc++_test_util
2973 - grpc_test_util
2974 - grpc++
2975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002976 - gpr_test_util
2977 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002978- name: secure_sync_unary_ping_pong_test
2979 build: test
2980 language: c++
2981 src:
2982 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2983 deps:
2984 - qps
2985 - grpc++_test_util
2986 - grpc_test_util
2987 - grpc++
2988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002989 - gpr_test_util
2990 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002991 platforms:
2992 - mac
2993 - linux
2994 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002995- name: server_builder_plugin_test
2996 gtest: true
2997 build: test
2998 language: c++
2999 src:
3000 - test/cpp/end2end/server_builder_plugin_test.cc
3001 deps:
3002 - grpc++_test_util
3003 - grpc_test_util
3004 - grpc++
3005 - grpc
3006 - gpr_test_util
3007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003008- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003009 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003010 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003011 build: test
3012 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003013 src:
3014 - test/cpp/end2end/server_crash_test.cc
3015 deps:
3016 - grpc++_test_util
3017 - grpc_test_util
3018 - grpc++
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003022 platforms:
3023 - mac
3024 - linux
3025 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003026- name: server_crash_test_client
3027 build: test
3028 run: false
3029 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003030 src:
3031 - test/cpp/end2end/server_crash_test_client.cc
3032 deps:
3033 - grpc++_test_util
3034 - grpc_test_util
3035 - grpc++
3036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003037 - gpr_test_util
3038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003039- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003040 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003041 build: test
3042 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003043 src:
3044 - test/cpp/end2end/shutdown_test.cc
3045 deps:
3046 - grpc++_test_util
3047 - grpc_test_util
3048 - grpc++
3049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003050 - gpr_test_util
3051 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003052- name: status_test
3053 build: test
3054 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003055 src:
3056 - test/cpp/util/status_test.cc
3057 deps:
3058 - grpc_test_util
3059 - grpc++
3060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003061 - gpr_test_util
3062 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003063- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003064 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003065 build: test
3066 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003067 src:
3068 - test/cpp/end2end/streaming_throughput_test.cc
3069 deps:
3070 - grpc++_test_util
3071 - grpc_test_util
3072 - grpc++
3073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003074 - gpr_test_util
3075 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003076 platforms:
3077 - mac
3078 - linux
3079 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003080- name: stress_test
3081 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003082 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003083 language: c++
3084 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003085 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003086 - test/cpp/interop/interop_client.h
3087 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003088 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003089 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003090 - src/proto/grpc/testing/empty.proto
3091 - src/proto/grpc/testing/messages.proto
3092 - src/proto/grpc/testing/metrics.proto
3093 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003094 - test/cpp/interop/interop_client.cc
3095 - test/cpp/interop/stress_interop_client.cc
3096 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003097 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003098 deps:
3099 - grpc++_test_util
3100 - grpc_test_util
3101 - grpc++
3102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003103 - gpr_test_util
3104 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003105 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003106- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003107 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003108 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003109 build: test
3110 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003111 src:
3112 - test/cpp/end2end/thread_stress_test.cc
3113 deps:
3114 - grpc++_test_util
3115 - grpc_test_util
3116 - grpc++
3117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003118 - gpr_test_util
3119 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003120- name: public_headers_must_be_c89
3121 build: test
3122 language: c89
3123 src:
3124 - test/core/surface/public_headers_must_be_c89.c
3125 deps:
3126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003128vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003129- linkage: static
3130 name: grpc.dependencies.zlib
3131 props: false
3132 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003133 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003134- linkage: static
3135 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003136 props: true
3137 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003138 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003139- name: gflags
3140 props: false
3141 redist: false
3142 version: 2.1.2.1
3143- name: gtest
3144 props: false
3145 redist: false
3146 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003147configs:
3148 asan:
3149 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003150 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3151 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003152 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003153 LD: clang
3154 LDFLAGS: -fsanitize=address
3155 LDXX: clang++
3156 compile_the_world: true
3157 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003158 ASAN_OPTIONS: detect_leaks=1:color=always
3159 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003160 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003161 asan-noleaks:
3162 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003163 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3164 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003165 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003166 LD: clang
3167 LDFLAGS: -fsanitize=address
3168 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003169 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003170 test_environ:
3171 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003172 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003173 asan-trace-cmp:
3174 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003175 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3176 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003177 CXX: clang++
3178 LD: clang
3179 LDFLAGS: -fsanitize=address
3180 LDXX: clang++
3181 compile_the_world: true
3182 test_environ:
3183 ASAN_OPTIONS: detect_leaks=1:color=always
3184 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3185 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003186 basicprof:
3187 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3188 DEFINES: NDEBUG
3189 dbg:
3190 CPPFLAGS: -O0
3191 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003192 easan:
3193 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003194 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3195 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003196 CXX: clang++
3197 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3198 LD: clang
3199 LDFLAGS: -fsanitize=address
3200 LDXX: clang++
3201 compile_the_world: true
3202 test_environ:
3203 ASAN_OPTIONS: detect_leaks=1:color=always
3204 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3205 timeout_multiplier: 3
3206 edbg:
3207 CPPFLAGS: -O0
3208 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3209 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003210 CC: clang
3211 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003212 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003213 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003214 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003215 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003216 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003217 LDXX: clang++
3218 compile_the_world: true
3219 test_environ:
3220 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3221 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003222 gcov:
3223 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003224 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003225 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003226 DEFINES: _DEBUG DEBUG GPR_GCOV
3227 LD: gcc
3228 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3229 LDXX: g++
3230 helgrind:
3231 CPPFLAGS: -O0
3232 DEFINES: _DEBUG DEBUG
3233 LDFLAGS: -rdynamic
3234 timeout_multiplier: 20
3235 valgrind: --tool=helgrind
3236 memcheck:
3237 CPPFLAGS: -O0
3238 DEFINES: _DEBUG DEBUG
3239 LDFLAGS: -rdynamic
3240 timeout_multiplier: 10
3241 valgrind: --tool=memcheck --leak-check=full
3242 msan:
3243 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003244 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3245 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3246 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003247 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003248 DEFINES: NDEBUG
3249 LD: clang
3250 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3251 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3252 LDXX: clang++
3253 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003254 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003255 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003256 CPPFLAGS: -O3 -fno-omit-frame-pointer
3257 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003258 LDFLAGS: -rdynamic
3259 opt:
3260 CPPFLAGS: -O2
3261 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003262 stapprof:
3263 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3264 DEFINES: NDEBUG
3265 tsan:
3266 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003267 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003268 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003269 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003270 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003271 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003272 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003273 LDXX: clang++
3274 compile_the_world: true
3275 test_environ:
3276 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003277 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003278 ubsan:
3279 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003280 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3281 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003282 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003283 DEFINES: NDEBUG
3284 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003285 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003286 LDXX: clang++
3287 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003288 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003289 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003290 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003291defaults:
3292 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003293 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003294 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003295 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003296 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003297 global:
3298 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3299 LDFLAGS: -g
3300 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003301 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003302 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003303node_modules:
3304- deps:
3305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003306 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003307 - boringssl
3308 - z
murgatroid9994a75412015-11-19 14:04:53 -08003309 headers:
3310 - src/node/ext/byte_buffer.h
3311 - src/node/ext/call.h
3312 - src/node/ext/call_credentials.h
3313 - src/node/ext/channel.h
3314 - src/node/ext/channel_credentials.h
3315 - src/node/ext/completion_queue_async_worker.h
3316 - src/node/ext/server.h
3317 - src/node/ext/server_credentials.h
3318 - src/node/ext/timeval.h
3319 js:
3320 - src/node/index.js
3321 - src/node/src/client.js
3322 - src/node/src/common.js
3323 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003324 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003325 - src/node/src/metadata.js
3326 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003327 name: grpc_node
3328 src:
3329 - src/node/ext/byte_buffer.cc
3330 - src/node/ext/call.cc
3331 - src/node/ext/call_credentials.cc
3332 - src/node/ext/channel.cc
3333 - src/node/ext/channel_credentials.cc
3334 - src/node/ext/completion_queue_async_worker.cc
3335 - src/node/ext/node_grpc.cc
3336 - src/node/ext/server.cc
3337 - src/node/ext/server_credentials.cc
3338 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003339openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003340 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003341 extraction_dir: openssl-1.0.2f
3342 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003343php_config_m4:
3344 deps:
3345 - grpc
3346 - gpr
3347 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003348 headers:
3349 - src/php/ext/grpc/byte_buffer.h
3350 - src/php/ext/grpc/call.h
3351 - src/php/ext/grpc/call_credentials.h
3352 - src/php/ext/grpc/channel.h
3353 - src/php/ext/grpc/channel_credentials.h
3354 - src/php/ext/grpc/completion_queue.h
Stanley Cheungca931e42016-07-25 12:46:21 -07003355 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003356 - src/php/ext/grpc/php_grpc.h
3357 - src/php/ext/grpc/server.h
3358 - src/php/ext/grpc/server_credentials.h
3359 - src/php/ext/grpc/timeval.h
3360 src:
3361 - src/php/ext/grpc/byte_buffer.c
3362 - src/php/ext/grpc/call.c
3363 - src/php/ext/grpc/call_credentials.c
3364 - src/php/ext/grpc/channel.c
3365 - src/php/ext/grpc/channel_credentials.c
3366 - src/php/ext/grpc/completion_queue.c
3367 - src/php/ext/grpc/php_grpc.c
3368 - src/php/ext/grpc/server.c
3369 - src/php/ext/grpc/server_credentials.c
3370 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003371python_dependencies:
3372 deps:
3373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003374 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003375 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003376 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003377ruby_gem:
3378 deps:
3379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003381 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003382 - z