blob: 37c95ccdc0a09eb7db18d6948c9802ac8fe656f7 [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" Noble49bfb922016-07-12 09:31:41 +020010 version: 1.1.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070019 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/mlog.h
22 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070023 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070025 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070026 - src/core/ext/census/grpc_context.c
27 - src/core/ext/census/grpc_filter.c
28 - src/core/ext/census/grpc_plugin.c
29 - src/core/ext/census/initialize.c
30 - src/core/ext/census/mlog.c
31 - src/core/ext/census/operation.c
32 - src/core/ext/census/placeholders.c
33 - src/core/ext/census/tracing.c
34 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070035 uses:
36 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070037 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070038- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010039 public_headers:
40 - include/grpc/support/alloc.h
41 - include/grpc/support/atm.h
42 - include/grpc/support/atm_gcc_atomic.h
43 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070044 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010045 - include/grpc/support/avl.h
46 - include/grpc/support/cmdline.h
47 - include/grpc/support/cpu.h
48 - include/grpc/support/histogram.h
49 - include/grpc/support/host_port.h
50 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070051 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010052 - include/grpc/support/port_platform.h
53 - include/grpc/support/slice.h
54 - include/grpc/support/slice_buffer.h
55 - include/grpc/support/string_util.h
56 - include/grpc/support/subprocess.h
57 - include/grpc/support/sync.h
58 - include/grpc/support/sync_generic.h
59 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070060 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010061 - include/grpc/support/thd.h
62 - include/grpc/support/time.h
63 - include/grpc/support/tls.h
64 - include/grpc/support/tls_gcc.h
65 - include/grpc/support/tls_msvc.h
66 - include/grpc/support/tls_pthread.h
67 - include/grpc/support/useful.h
68 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070069 - src/core/lib/profiling/timers.h
70 - src/core/lib/support/backoff.h
71 - src/core/lib/support/block_annotate.h
72 - src/core/lib/support/env.h
Craig Tillerf23078c2016-03-25 17:07:29 -070073 - src/core/lib/support/murmur_hash.h
74 - src/core/lib/support/stack_lockfree.h
75 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070076 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070077 - src/core/lib/support/thd_internal.h
78 - src/core/lib/support/time_precise.h
79 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010080 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070081 - src/core/lib/profiling/basic_timers.c
82 - src/core/lib/profiling/stap_timers.c
83 - src/core/lib/support/alloc.c
84 - src/core/lib/support/avl.c
85 - src/core/lib/support/backoff.c
86 - src/core/lib/support/cmdline.c
87 - src/core/lib/support/cpu_iphone.c
88 - src/core/lib/support/cpu_linux.c
89 - src/core/lib/support/cpu_posix.c
90 - src/core/lib/support/cpu_windows.c
91 - src/core/lib/support/env_linux.c
92 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070093 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070094 - src/core/lib/support/histogram.c
95 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -070096 - src/core/lib/support/log.c
97 - src/core/lib/support/log_android.c
98 - src/core/lib/support/log_linux.c
99 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700100 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700101 - src/core/lib/support/murmur_hash.c
102 - src/core/lib/support/slice.c
103 - src/core/lib/support/slice_buffer.c
104 - src/core/lib/support/stack_lockfree.c
105 - src/core/lib/support/string.c
106 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700107 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700108 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700109 - src/core/lib/support/subprocess_posix.c
110 - src/core/lib/support/subprocess_windows.c
111 - src/core/lib/support/sync.c
112 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700113 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/thd.c
115 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/time.c
118 - src/core/lib/support/time_posix.c
119 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200122 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700124 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700126 uses:
127 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800128- name: gpr_codegen
129 public_headers:
130 - include/grpc/impl/codegen/alloc.h
131 - include/grpc/impl/codegen/atm.h
132 - include/grpc/impl/codegen/atm_gcc_atomic.h
133 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800135 - include/grpc/impl/codegen/log.h
136 - include/grpc/impl/codegen/port_platform.h
137 - include/grpc/impl/codegen/slice.h
138 - include/grpc/impl/codegen/slice_buffer.h
139 - include/grpc/impl/codegen/sync.h
140 - include/grpc/impl/codegen/sync_generic.h
141 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700144- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700145 public_headers:
146 - include/grpc/byte_buffer.h
147 - include/grpc/byte_buffer_reader.h
148 - include/grpc/compression.h
149 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700150 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700151 - include/grpc/status.h
152 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700153 - src/core/lib/channel/channel_args.h
154 - src/core/lib/channel/channel_stack.h
155 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700156 - src/core/lib/channel/compress_filter.h
157 - src/core/lib/channel/connected_channel.h
158 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700159 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700160 - 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
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700238 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/channel/http_client_filter.c
240 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700241 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/compression/message_compress.c
243 - src/core/lib/debug/trace.c
244 - src/core/lib/http/format_request.c
245 - src/core/lib/http/httpcli.c
246 - src/core/lib/http/parser.c
247 - src/core/lib/iomgr/closure.c
248 - src/core/lib/iomgr/endpoint.c
249 - src/core/lib/iomgr/endpoint_pair_posix.c
250 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700251 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700252 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700253 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700254 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700255 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/iomgr/exec_ctx.c
257 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/iomgr/iocp_windows.c
259 - src/core/lib/iomgr/iomgr.c
260 - src/core/lib/iomgr/iomgr_posix.c
261 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700262 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700263 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700264 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/iomgr/pollset_set_windows.c
266 - src/core/lib/iomgr/pollset_windows.c
267 - src/core/lib/iomgr/resolve_address_posix.c
268 - src/core/lib/iomgr/resolve_address_windows.c
269 - src/core/lib/iomgr/sockaddr_utils.c
270 - src/core/lib/iomgr/socket_utils_common_posix.c
271 - src/core/lib/iomgr/socket_utils_linux.c
272 - src/core/lib/iomgr/socket_utils_posix.c
273 - src/core/lib/iomgr/socket_windows.c
274 - src/core/lib/iomgr/tcp_client_posix.c
275 - src/core/lib/iomgr/tcp_client_windows.c
276 - src/core/lib/iomgr/tcp_posix.c
277 - src/core/lib/iomgr/tcp_server_posix.c
278 - src/core/lib/iomgr/tcp_server_windows.c
279 - src/core/lib/iomgr/tcp_windows.c
280 - src/core/lib/iomgr/time_averaged_stats.c
281 - src/core/lib/iomgr/timer.c
282 - src/core/lib/iomgr/timer_heap.c
283 - src/core/lib/iomgr/udp_server.c
284 - src/core/lib/iomgr/unix_sockets_posix.c
285 - src/core/lib/iomgr/unix_sockets_posix_noop.c
286 - src/core/lib/iomgr/wakeup_fd_eventfd.c
287 - src/core/lib/iomgr/wakeup_fd_nospecial.c
288 - src/core/lib/iomgr/wakeup_fd_pipe.c
289 - src/core/lib/iomgr/wakeup_fd_posix.c
290 - src/core/lib/iomgr/workqueue_posix.c
291 - src/core/lib/iomgr/workqueue_windows.c
292 - src/core/lib/json/json.c
293 - src/core/lib/json/json_reader.c
294 - src/core/lib/json/json_string.c
295 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/surface/alarm.c
297 - src/core/lib/surface/api_trace.c
298 - src/core/lib/surface/byte_buffer.c
299 - src/core/lib/surface/byte_buffer_reader.c
300 - src/core/lib/surface/call.c
301 - src/core/lib/surface/call_details.c
302 - src/core/lib/surface/call_log_batch.c
303 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/surface/channel_init.c
305 - src/core/lib/surface/channel_ping.c
306 - src/core/lib/surface/channel_stack_type.c
307 - src/core/lib/surface/completion_queue.c
308 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/surface/lame_client.c
310 - src/core/lib/surface/metadata_array.c
311 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/surface/validate_metadata.c
313 - src/core/lib/surface/version.c
314 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/transport/connectivity_state.c
316 - src/core/lib/transport/metadata.c
317 - src/core/lib/transport/metadata_batch.c
318 - src/core/lib/transport/static_metadata.c
319 - src/core/lib/transport/transport.c
320 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700321 deps:
322 - gpr
323 uses:
324 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700325- name: grpc_client_config
326 headers:
327 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700328 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700329 - src/core/ext/client_config/client_config.h
330 - src/core/ext/client_config/connector.h
331 - src/core/ext/client_config/initial_connect_string.h
332 - src/core/ext/client_config/lb_policy.h
333 - src/core/ext/client_config/lb_policy_factory.h
334 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700335 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700336 - src/core/ext/client_config/resolver.h
337 - src/core/ext/client_config/resolver_factory.h
338 - src/core/ext/client_config/resolver_registry.h
339 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700340 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700341 - src/core/ext/client_config/subchannel_index.h
342 - src/core/ext/client_config/uri_parser.h
343 src:
344 - src/core/ext/client_config/channel_connectivity.c
345 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700346 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700347 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700348 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700349 - src/core/ext/client_config/connector.c
350 - src/core/ext/client_config/default_initial_connect_string.c
351 - src/core/ext/client_config/initial_connect_string.c
352 - src/core/ext/client_config/lb_policy.c
353 - src/core/ext/client_config/lb_policy_factory.c
354 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700355 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700356 - src/core/ext/client_config/resolver.c
357 - src/core/ext/client_config/resolver_factory.c
358 - src/core/ext/client_config/resolver_registry.c
359 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700360 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700361 - src/core/ext/client_config/subchannel_index.c
362 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700363 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700364 uses:
365 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800366- name: grpc_codegen
367 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800368 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700369 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800370 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800371 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800372 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800373 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800374 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700375 uses:
376 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700377- name: grpc_lb_policy_grpclb
378 headers:
379 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700380 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700381 src:
382 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700383 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700384 uses:
385 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700386 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700387 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700388- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700389 src:
390 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700391 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700392 uses:
393 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700394 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700395- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700396 src:
397 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700398 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700399 uses:
400 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700401 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700402- name: grpc_load_reporting
403 headers:
404 - src/core/ext/load_reporting/load_reporting.h
405 - src/core/ext/load_reporting/load_reporting_filter.h
406 src:
407 - src/core/ext/load_reporting/load_reporting.c
408 - src/core/ext/load_reporting/load_reporting_filter.c
409 plugin: grpc_load_reporting_plugin
410 uses:
411 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700412- name: grpc_resolver_dns_native
413 src:
414 - src/core/ext/resolver/dns/native/dns_resolver.c
415 plugin: grpc_resolver_dns_native
416 uses:
417 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700418 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700419- name: grpc_resolver_sockaddr
420 src:
421 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
422 plugin: grpc_resolver_sockaddr
423 uses:
424 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700425 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100426- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700427 public_headers:
428 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700429 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100430 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700431 - src/core/lib/security/context/security_context.h
432 - src/core/lib/security/credentials/composite/composite_credentials.h
433 - src/core/lib/security/credentials/credentials.h
434 - src/core/lib/security/credentials/fake/fake_credentials.h
435 - src/core/lib/security/credentials/google_default/google_default_credentials.h
436 - src/core/lib/security/credentials/iam/iam_credentials.h
437 - src/core/lib/security/credentials/jwt/json_token.h
438 - src/core/lib/security/credentials/jwt/jwt_credentials.h
439 - src/core/lib/security/credentials/jwt/jwt_verifier.h
440 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
441 - src/core/lib/security/credentials/plugin/plugin_credentials.h
442 - src/core/lib/security/credentials/ssl/ssl_credentials.h
443 - src/core/lib/security/transport/auth_filters.h
444 - src/core/lib/security/transport/handshake.h
445 - src/core/lib/security/transport/secure_endpoint.h
446 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700447 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700448 - src/core/lib/security/util/b64.h
449 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100450 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700451 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700452 - src/core/lib/security/context/security_context.c
453 - src/core/lib/security/credentials/composite/composite_credentials.c
454 - src/core/lib/security/credentials/credentials.c
455 - src/core/lib/security/credentials/credentials_metadata.c
456 - src/core/lib/security/credentials/fake/fake_credentials.c
457 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700458 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700459 - src/core/lib/security/credentials/google_default/google_default_credentials.c
460 - src/core/lib/security/credentials/iam/iam_credentials.c
461 - src/core/lib/security/credentials/jwt/json_token.c
462 - src/core/lib/security/credentials/jwt/jwt_credentials.c
463 - src/core/lib/security/credentials/jwt/jwt_verifier.c
464 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
465 - src/core/lib/security/credentials/plugin/plugin_credentials.c
466 - src/core/lib/security/credentials/ssl/ssl_credentials.c
467 - src/core/lib/security/transport/client_auth_filter.c
468 - src/core/lib/security/transport/handshake.c
469 - src/core/lib/security/transport/secure_endpoint.c
470 - src/core/lib/security/transport/security_connector.c
471 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700472 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700473 - src/core/lib/security/util/b64.c
474 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700475 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700476 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700477 uses:
478 - grpc_base
479 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700480 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700481- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700482 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700483 headers:
484 - test/core/end2end/cq_verifier.h
485 - test/core/end2end/fixtures/proxy.h
486 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700487 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200488 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700489 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700490 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700491 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700492 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700493 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700494 - test/core/util/slice_splitter.h
495 src:
496 - test/core/end2end/cq_verifier.c
497 - test/core/end2end/fixtures/proxy.c
498 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700499 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200500 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700501 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700502 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700503 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700504 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700505 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700506 - test/core/util/port_windows.c
507 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700508 deps:
509 - grpc
510 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700511- name: grpc_transport_chttp2
512 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700513 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700514 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700515 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
516 - src/core/ext/transport/chttp2/transport/frame.h
517 - src/core/ext/transport/chttp2/transport/frame_data.h
518 - src/core/ext/transport/chttp2/transport/frame_goaway.h
519 - src/core/ext/transport/chttp2/transport/frame_ping.h
520 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
521 - src/core/ext/transport/chttp2/transport/frame_settings.h
522 - src/core/ext/transport/chttp2/transport/frame_window_update.h
523 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
524 - src/core/ext/transport/chttp2/transport/hpack_parser.h
525 - src/core/ext/transport/chttp2/transport/hpack_table.h
526 - src/core/ext/transport/chttp2/transport/http2_errors.h
527 - src/core/ext/transport/chttp2/transport/huffsyms.h
528 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
529 - src/core/ext/transport/chttp2/transport/internal.h
530 - src/core/ext/transport/chttp2/transport/status_conversion.h
531 - src/core/ext/transport/chttp2/transport/stream_map.h
532 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
533 - src/core/ext/transport/chttp2/transport/varint.h
534 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700535 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700536 - src/core/ext/transport/chttp2/transport/bin_encoder.c
537 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700538 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
539 - src/core/ext/transport/chttp2/transport/frame_data.c
540 - src/core/ext/transport/chttp2/transport/frame_goaway.c
541 - src/core/ext/transport/chttp2/transport/frame_ping.c
542 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
543 - src/core/ext/transport/chttp2/transport/frame_settings.c
544 - src/core/ext/transport/chttp2/transport/frame_window_update.c
545 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
546 - src/core/ext/transport/chttp2/transport/hpack_parser.c
547 - src/core/ext/transport/chttp2/transport/hpack_table.c
548 - src/core/ext/transport/chttp2/transport/huffsyms.c
549 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
550 - src/core/ext/transport/chttp2/transport/parsing.c
551 - src/core/ext/transport/chttp2/transport/status_conversion.c
552 - src/core/ext/transport/chttp2/transport/stream_lists.c
553 - src/core/ext/transport/chttp2/transport/stream_map.c
554 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
555 - src/core/ext/transport/chttp2/transport/varint.c
556 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700557 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700558 uses:
559 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700560 - grpc_transport_chttp2_alpn
561- name: grpc_transport_chttp2_alpn
562 headers:
563 - src/core/ext/transport/chttp2/alpn/alpn.h
564 src:
565 - src/core/ext/transport/chttp2/alpn/alpn.c
566 deps:
567 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700568- name: grpc_transport_chttp2_client_insecure
569 src:
570 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700571 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700572 uses:
573 - grpc_transport_chttp2
574 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700575 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700576- name: grpc_transport_chttp2_client_secure
577 src:
578 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700579 uses:
580 - grpc_transport_chttp2
581 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700582 - grpc_client_config
583 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700584- name: grpc_transport_chttp2_server_insecure
585 src:
586 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700587 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700588 uses:
589 - grpc_transport_chttp2
590 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700591- name: grpc_transport_chttp2_server_secure
592 src:
593 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700594 uses:
595 - grpc_transport_chttp2
596 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700597 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700598- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700599 public_headers:
600 - include/grpc/grpc_cronet.h
601 - include/grpc/grpc_security.h
602 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700603 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700604 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
605 src:
606 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
607 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
608 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700609 filegroups:
610 - grpc_base
611 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800612- name: nanopb
613 headers:
614 - third_party/nanopb/pb.h
615 - third_party/nanopb/pb_common.h
616 - third_party/nanopb/pb_decode.h
617 - third_party/nanopb/pb_encode.h
618 src:
619 - third_party/nanopb/pb_common.c
620 - third_party/nanopb/pb_decode.c
621 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700622- name: tsi
623 headers:
624 - src/core/lib/tsi/fake_transport_security.h
625 - src/core/lib/tsi/ssl_transport_security.h
626 - src/core/lib/tsi/ssl_types.h
627 - src/core/lib/tsi/transport_security.h
628 - src/core/lib/tsi/transport_security_interface.h
629 src:
630 - src/core/lib/tsi/fake_transport_security.c
631 - src/core/lib/tsi/ssl_transport_security.c
632 - src/core/lib/tsi/transport_security.c
633 deps:
634 - gpr
635 secure: true
636- name: grpc++_base
637 language: c++
638 public_headers:
639 - include/grpc++/alarm.h
640 - include/grpc++/channel.h
641 - include/grpc++/client_context.h
642 - include/grpc++/completion_queue.h
643 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700644 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700645 - include/grpc++/generic/async_generic_service.h
646 - include/grpc++/generic/generic_stub.h
647 - include/grpc++/grpc++.h
648 - include/grpc++/impl/call.h
649 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700650 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700651 - include/grpc++/impl/grpc_library.h
652 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700653 - include/grpc++/impl/rpc_method.h
654 - include/grpc++/impl/rpc_service_method.h
655 - include/grpc++/impl/serialization_traits.h
656 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700657 - include/grpc++/impl/server_builder_plugin.h
658 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700659 - include/grpc++/impl/service_type.h
660 - include/grpc++/impl/sync.h
661 - include/grpc++/impl/sync_cxx11.h
662 - include/grpc++/impl/sync_no_cxx11.h
663 - include/grpc++/impl/thd.h
664 - include/grpc++/impl/thd_cxx11.h
665 - include/grpc++/impl/thd_no_cxx11.h
666 - include/grpc++/security/auth_context.h
667 - include/grpc++/security/auth_metadata_processor.h
668 - include/grpc++/security/credentials.h
669 - include/grpc++/security/server_credentials.h
670 - include/grpc++/server.h
671 - include/grpc++/server_builder.h
672 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700673 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700674 - include/grpc++/support/async_stream.h
675 - include/grpc++/support/async_unary_call.h
676 - include/grpc++/support/byte_buffer.h
677 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700678 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700679 - include/grpc++/support/slice.h
680 - include/grpc++/support/status.h
681 - include/grpc++/support/status_code_enum.h
682 - include/grpc++/support/string_ref.h
683 - include/grpc++/support/stub_options.h
684 - include/grpc++/support/sync_stream.h
685 - include/grpc++/support/time.h
686 headers:
687 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700688 - src/cpp/server/dynamic_thread_pool.h
689 - src/cpp/server/thread_pool_interface.h
690 src:
691 - src/cpp/client/channel.cc
692 - src/cpp/client/client_context.cc
693 - src/cpp/client/create_channel.cc
694 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700695 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700696 - src/cpp/client/credentials.cc
697 - src/cpp/client/generic_stub.cc
698 - src/cpp/client/insecure_credentials.cc
699 - src/cpp/common/channel_arguments.cc
700 - src/cpp/common/completion_queue.cc
701 - src/cpp/common/core_codegen.cc
702 - src/cpp/common/rpc_method.cc
703 - src/cpp/server/async_generic_service.cc
704 - src/cpp/server/create_default_thread_pool.cc
705 - src/cpp/server/dynamic_thread_pool.cc
706 - src/cpp/server/insecure_server_credentials.cc
707 - src/cpp/server/server.cc
708 - src/cpp/server/server_builder.cc
709 - src/cpp/server/server_context.cc
710 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700711 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700712 - src/cpp/util/byte_buffer.cc
713 - src/cpp/util/slice.cc
714 - src/cpp/util/status.cc
715 - src/cpp/util/string_ref.cc
716 - src/cpp/util/time.cc
Yuchen Zengf0ec5b62016-07-08 13:40:40 -0700717 deps:
718 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700719 uses:
yang-g17487f92016-06-03 15:21:15 -0700720 - grpc++_codegen_base
721- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700722 language: c++
723 public_headers:
724 - include/grpc++/impl/codegen/async_stream.h
725 - include/grpc++/impl/codegen/async_unary_call.h
726 - include/grpc++/impl/codegen/call.h
727 - include/grpc++/impl/codegen/call_hook.h
728 - include/grpc++/impl/codegen/channel_interface.h
729 - include/grpc++/impl/codegen/client_context.h
730 - include/grpc++/impl/codegen/client_unary_call.h
731 - include/grpc++/impl/codegen/completion_queue.h
732 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700733 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700734 - include/grpc++/impl/codegen/core_codegen_interface.h
735 - include/grpc++/impl/codegen/create_auth_context.h
736 - include/grpc++/impl/codegen/grpc_library.h
737 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700738 - include/grpc++/impl/codegen/rpc_method.h
739 - include/grpc++/impl/codegen/rpc_service_method.h
740 - include/grpc++/impl/codegen/security/auth_context.h
741 - include/grpc++/impl/codegen/serialization_traits.h
742 - include/grpc++/impl/codegen/server_context.h
743 - include/grpc++/impl/codegen/server_interface.h
744 - include/grpc++/impl/codegen/service_type.h
745 - include/grpc++/impl/codegen/status.h
746 - include/grpc++/impl/codegen/status_code_enum.h
747 - include/grpc++/impl/codegen/string_ref.h
748 - include/grpc++/impl/codegen/stub_options.h
749 - include/grpc++/impl/codegen/sync.h
750 - include/grpc++/impl/codegen/sync_cxx11.h
751 - include/grpc++/impl/codegen/sync_no_cxx11.h
752 - include/grpc++/impl/codegen/sync_stream.h
753 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 uses:
755 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700756- name: grpc++_codegen_base_src
757 language: c++
758 src:
759 - src/cpp/codegen/codegen_init.cc
760 uses:
761 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700762- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700763 language: c++
764 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700765 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700766 uses:
yang-g17487f92016-06-03 15:21:15 -0700767 - grpc++_codegen_base
768 - grpc++_config_proto
769- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700770 language: c++
771 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700773- name: grpc++_reflection_proto
774 language: c++
775 public_headers:
776 - include/grpc++/ext/reflection.grpc.pb.h
777 - include/grpc++/ext/reflection.pb.h
778 src:
779 - src/cpp/ext/reflection.grpc.pb.cc
780 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700781 uses:
782 - grpc++_codegen_proto
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100783libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800784- name: gpr
785 build: all
786 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800787 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700788 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800789 secure: false
790 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
791- name: gpr_test_util
792 build: private
793 language: c
794 headers:
795 - test/core/util/test_config.h
796 src:
797 - test/core/util/test_config.c
798 deps:
799 - gpr
800 secure: false
801 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700802- name: grpc
803 build: all
804 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700805 src:
806 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700807 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800808 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700809 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700810 filegroups:
811 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700812 - grpc_transport_chttp2_server_secure
813 - grpc_transport_chttp2_client_secure
814 - grpc_transport_chttp2_server_insecure
815 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700816 - grpc_lb_policy_grpclb
817 - grpc_lb_policy_pick_first
818 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700819 - grpc_resolver_dns_native
820 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700821 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100822 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700823 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700824 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700825 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700826 vs_packages:
827 - grpc.dependencies.openssl
828 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700829 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700830- name: grpc_cronet
831 build: all
832 language: c
833 src:
834 - src/core/lib/surface/init.c
835 baselib: true
836 deps_linkage: static
837 dll: true
838 filegroups:
839 - grpc_base
840 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700841 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700842 generate_plugin_registry: true
843 platforms:
844 - linux
845 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100846- name: grpc_dll
847 build: private
848 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100849 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100850 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100851 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100852 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100853 build_system:
854 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100855 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100856 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100857 vs_config_type: DynamicLibrary
858 vs_packages:
859 - grpc.dependencies.openssl
860 - grpc.dependencies.zlib
861 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
862 vs_props:
863 - zlib
864 - openssl
865 - winsock
866 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700867- name: grpc_test_util
868 build: private
869 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700870 headers:
871 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800872 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700873 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700874 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700875 - test/core/end2end/data/server1_cert.c
876 - test/core/end2end/data/server1_key.c
877 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800878 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700879 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800880 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800881 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700882 - grpc
883 filegroups:
884 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700885 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
886- name: grpc_test_util_unsecure
887 build: private
888 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700889 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800890 - gpr
891 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800892 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700893 filegroups:
894 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700895 secure: false
896 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
897- name: grpc_unsecure
898 build: all
899 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700900 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700901 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700902 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700903 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800904 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700905 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700906 filegroups:
907 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700908 - grpc_transport_chttp2_server_insecure
909 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700910 - grpc_resolver_dns_native
911 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700912 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700913 - grpc_lb_policy_grpclb
914 - grpc_lb_policy_pick_first
915 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700916 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700917 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700918 secure: false
919 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700920- name: reconnect_server
921 build: private
922 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700923 headers:
924 - test/core/util/reconnect_server.h
925 src:
926 - test/core/util/reconnect_server.c
927 deps:
yang-gc9fca182015-11-06 16:41:33 -0800928 - test_tcp_server
929 - grpc_test_util
930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800931 - gpr_test_util
932 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800933- name: test_tcp_server
934 build: private
935 language: c
936 headers:
937 - test/core/util/test_tcp_server.h
938 src:
939 - test/core/util/test_tcp_server.c
940 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700941 - grpc_test_util
942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800943 - gpr_test_util
944 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700945- name: grpc++
946 build: all
947 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700948 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700949 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700950 - src/cpp/client/secure_credentials.h
951 - src/cpp/common/secure_auth_context.h
952 - src/cpp/server/secure_server_credentials.h
953 src:
Craig Tiller25834342015-09-25 08:08:24 -0700954 - src/cpp/client/secure_credentials.cc
955 - src/cpp/common/auth_property_iterator.cc
956 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800957 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700958 - src/cpp/common/secure_create_auth_context.cc
959 - src/cpp/server/secure_server_credentials.cc
960 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700961 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700962 baselib: true
963 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700964 filegroups:
965 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700966 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700967 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700968 secure: check
969 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700970- name: grpc++_reflection
971 build: all
972 language: c++
973 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700974 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700975 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700976 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700977 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700978 - src/cpp/ext/proto_server_reflection.cc
979 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700980 deps:
981 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -0700982 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -0700983 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -0700984- name: grpc++_reflection_codegen
985 build: private
986 language: c++
987 src:
988 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700989- name: grpc++_test_config
990 build: private
991 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700992 headers:
993 - test/cpp/util/test_config.h
994 src:
995 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700996- name: grpc++_test_util
997 build: private
998 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700999 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001000 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001001 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001002 - test/cpp/util/create_test_channel.h
1003 - test/cpp/util/string_ref_helper.h
1004 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001005 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001006 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001007 - src/proto/grpc/testing/echo_messages.proto
1008 - src/proto/grpc/testing/echo.proto
1009 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001010 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001011 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001012 - test/cpp/util/create_test_channel.cc
1013 - test/cpp/util/string_ref_helper.cc
1014 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001015 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001016 deps:
1017 - grpc++
1018 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001019 filegroups:
1020 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001021 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001022 - grpc++_codegen_proto
1023 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001024- name: grpc++_unsecure
1025 build: all
1026 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001027 src:
1028 - src/cpp/common/insecure_create_auth_context.cc
1029 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001030 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001031 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001032 baselib: true
1033 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001034 filegroups:
1035 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001036 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001037 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001038 secure: false
1039 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001040- name: grpc_cli_libs
1041 build: private
1042 language: c++
1043 headers:
1044 - test/cpp/util/cli_call.h
1045 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001046 - test/cpp/util/proto_reflection_descriptor_database.h
yang-gabdec2d2016-05-19 10:11:24 -07001047 src:
1048 - test/cpp/util/cli_call.cc
1049 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001050 - test/cpp/util/proto_reflection_descriptor_database.cc
yang-gabdec2d2016-05-19 10:11:24 -07001051 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001052 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001053 - grpc++
1054 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001055- name: grpc_plugin_support
1056 build: protoc
1057 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001058 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001059 - src/compiler/config.h
1060 - src/compiler/cpp_generator.h
1061 - src/compiler/cpp_generator_helpers.h
1062 - src/compiler/csharp_generator.h
1063 - src/compiler/csharp_generator_helpers.h
1064 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001065 - src/compiler/node_generator.h
1066 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001067 - src/compiler/objective_c_generator.h
1068 - src/compiler/objective_c_generator_helpers.h
1069 - src/compiler/python_generator.h
1070 - src/compiler/ruby_generator.h
1071 - src/compiler/ruby_generator_helpers-inl.h
1072 - src/compiler/ruby_generator_map-inl.h
1073 - src/compiler/ruby_generator_string-inl.h
1074 src:
1075 - src/compiler/cpp_generator.cc
1076 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001077 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001078 - src/compiler/objective_c_generator.cc
1079 - src/compiler/python_generator.cc
1080 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001081 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001082 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001083 secure: false
1084 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001085 vs_props:
1086 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087- name: interop_client_helper
1088 build: private
1089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001090 headers:
1091 - test/cpp/interop/client_helper.h
1092 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001093 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001094 - test/cpp/interop/client_helper.cc
1095 deps:
1096 - grpc++_test_util
1097 - grpc_test_util
1098 - grpc++
1099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001100 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001101- name: interop_client_main
1102 build: private
1103 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001104 headers:
1105 - test/cpp/interop/interop_client.h
1106 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001107 - src/proto/grpc/testing/empty.proto
1108 - src/proto/grpc/testing/messages.proto
1109 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001110 - test/cpp/interop/client.cc
1111 - test/cpp/interop/interop_client.cc
1112 deps:
1113 - interop_client_helper
1114 - grpc++_test_util
1115 - grpc_test_util
1116 - grpc++
1117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001118 - gpr_test_util
1119 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001120 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001121- name: interop_server_helper
1122 build: private
1123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001124 headers:
1125 - test/cpp/interop/server_helper.h
1126 src:
1127 - test/cpp/interop/server_helper.cc
1128 deps:
1129 - grpc_test_util
1130 - grpc++
1131 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001132 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133- name: interop_server_main
1134 build: private
1135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001136 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001137 - src/proto/grpc/testing/empty.proto
1138 - src/proto/grpc/testing/messages.proto
1139 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001140 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001141 deps:
1142 - interop_server_helper
1143 - grpc++_test_util
1144 - grpc_test_util
1145 - grpc++
1146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001147 - gpr_test_util
1148 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001149 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150- name: qps
1151 build: private
1152 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001153 headers:
1154 - test/cpp/qps/client.h
1155 - test/cpp/qps/driver.h
1156 - test/cpp/qps/histogram.h
1157 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001158 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001159 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001160 - test/cpp/qps/qps_worker.h
1161 - test/cpp/qps/report.h
1162 - test/cpp/qps/server.h
1163 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001164 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001165 - test/cpp/util/benchmark_config.h
1166 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001167 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001168 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001169 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001170 - src/proto/grpc/testing/control.proto
1171 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001172 - test/cpp/qps/client_async.cc
1173 - test/cpp/qps/client_sync.cc
1174 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001175 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001176 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001177 - test/cpp/qps/qps_worker.cc
1178 - test/cpp/qps/report.cc
1179 - test/cpp/qps/server_async.cc
1180 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001181 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001182 - test/cpp/util/benchmark_config.cc
1183 deps:
1184 - grpc_test_util
1185 - grpc++_test_util
1186 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001187- name: grpc_csharp_ext
1188 build: all
1189 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001190 src:
1191 - src/csharp/ext/grpc_csharp_ext.c
1192 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001194 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001195 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001196 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001197 dll: only
1198 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001199 vs_packages:
1200 - grpc.dependencies.openssl
1201 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001202 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001203 vs_props:
1204 - zlib
1205 - openssl
1206 - winsock
1207 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001208targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001209- name: alarm_test
1210 build: test
1211 language: c
1212 src:
1213 - test/core/surface/alarm_test.c
1214 deps:
1215 - grpc_test_util
1216 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001217 - gpr_test_util
1218 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001219- name: algorithm_test
1220 build: test
1221 language: c
1222 src:
1223 - test/core/compression/algorithm_test.c
1224 deps:
1225 - grpc_test_util
1226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001227 - gpr_test_util
1228 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001229- name: alloc_test
1230 build: test
1231 language: c
1232 src:
1233 - test/core/support/alloc_test.c
1234 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001235 - gpr_test_util
1236 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001237- name: alpn_test
1238 build: test
1239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001240 src:
1241 - test/core/transport/chttp2/alpn_test.c
1242 deps:
1243 - grpc_test_util
1244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001245 - gpr_test_util
1246 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001247- name: api_fuzzer
1248 build: fuzzer
1249 language: c
1250 src:
1251 - test/core/end2end/fuzzers/api_fuzzer.c
1252 deps:
1253 - grpc_test_util
1254 - grpc
1255 - gpr_test_util
1256 - gpr
1257 corpus_dirs:
1258 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001259 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001260 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001261- name: bad_server_response_test
1262 build: test
1263 language: c
1264 src:
1265 - test/core/end2end/bad_server_response_test.c
1266 deps:
1267 - test_tcp_server
1268 - grpc_test_util
1269 - grpc
1270 - gpr_test_util
1271 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001272- name: bin_decoder_test
1273 build: test
1274 language: c
1275 src:
1276 - test/core/transport/chttp2/bin_decoder_test.c
1277 deps:
1278 - grpc_test_util
1279 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280- name: bin_encoder_test
1281 build: test
1282 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001283 src:
1284 - test/core/transport/chttp2/bin_encoder_test.c
1285 deps:
1286 - grpc_test_util
1287 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001288- name: census_context_test
1289 build: test
1290 language: c
1291 src:
1292 - test/core/census/context_test.c
1293 deps:
1294 - grpc_test_util
1295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001296 - gpr_test_util
1297 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001298- name: channel_create_test
1299 build: test
1300 language: c
1301 src:
1302 - test/core/surface/channel_create_test.c
1303 deps:
1304 - grpc_test_util
1305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001306 - gpr_test_util
1307 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001308- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001309 build: test
1310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001311 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001312 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001313 deps:
1314 - grpc_test_util
1315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001316 - gpr_test_util
1317 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001318- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001319 build: test
1320 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001321 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001322 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001323 deps:
1324 - grpc_test_util
1325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001326 - gpr_test_util
1327 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001328- name: chttp2_stream_map_test
1329 build: test
1330 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001331 src:
1332 - test/core/transport/chttp2/stream_map_test.c
1333 deps:
1334 - grpc_test_util
1335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001336 - gpr_test_util
1337 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001338- name: chttp2_varint_test
1339 build: test
1340 language: c
1341 src:
1342 - test/core/transport/chttp2/varint_test.c
1343 deps:
1344 - grpc_test_util
1345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001346 - gpr_test_util
1347 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001348- name: client_fuzzer
1349 build: fuzzer
1350 language: c
1351 src:
1352 - test/core/end2end/fuzzers/client_fuzzer.c
1353 deps:
1354 - grpc_test_util
1355 - grpc
1356 - gpr_test_util
1357 - gpr
1358 corpus_dirs:
1359 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001360 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001361 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001362- name: compression_test
1363 build: test
1364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001365 src:
1366 - test/core/compression/compression_test.c
1367 deps:
1368 - grpc_test_util
1369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 - gpr_test_util
1371 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001372- name: concurrent_connectivity_test
1373 build: test
1374 language: c
1375 src:
1376 - test/core/surface/concurrent_connectivity_test.c
1377 deps:
1378 - grpc_test_util
1379 - grpc
1380 - gpr_test_util
1381 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001382- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001383 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001384 build: test
1385 language: c
1386 src:
1387 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1388 deps:
1389 - grpc_test_util
1390 - grpc
1391 - gpr_test_util
1392 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001393- name: dns_resolver_test
1394 build: test
1395 language: c
1396 src:
1397 - test/core/client_config/resolvers/dns_resolver_test.c
1398 deps:
1399 - grpc_test_util
1400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001401 - gpr_test_util
1402 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001403- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001404 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001405 build: test
1406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001407 src:
1408 - test/core/end2end/dualstack_socket_test.c
1409 deps:
1410 - grpc_test_util
1411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 - gpr_test_util
1413 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001414 platforms:
1415 - mac
1416 - linux
1417 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001418- name: endpoint_pair_test
1419 build: test
1420 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001421 src:
1422 - test/core/iomgr/endpoint_pair_test.c
1423 deps:
1424 - grpc_test_util
1425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001426 - gpr_test_util
1427 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001428- name: ev_epoll_linux_test
1429 build: test
1430 language: c
1431 src:
1432 - test/core/iomgr/ev_epoll_linux_test.c
1433 deps:
1434 - grpc_test_util
1435 - grpc
1436 - gpr_test_util
1437 - gpr
1438 platforms:
1439 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001440- name: fd_conservation_posix_test
1441 build: test
1442 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001443 src:
1444 - test/core/iomgr/fd_conservation_posix_test.c
1445 deps:
1446 - grpc_test_util
1447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001448 - gpr_test_util
1449 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001450 platforms:
1451 - mac
1452 - linux
1453 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001454- name: fd_posix_test
1455 build: test
1456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001457 src:
1458 - test/core/iomgr/fd_posix_test.c
1459 deps:
1460 - grpc_test_util
1461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr_test_util
1463 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001464 platforms:
1465 - mac
1466 - linux
1467 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001468- name: fling_client
1469 build: test
1470 run: false
1471 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001472 src:
1473 - test/core/fling/client.c
1474 deps:
1475 - grpc_test_util
1476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001477 - gpr_test_util
1478 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001479- name: fling_server
1480 build: test
1481 run: false
1482 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001483 src:
1484 - test/core/fling/server.c
1485 deps:
1486 - grpc_test_util
1487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001488 - gpr_test_util
1489 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001491 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492 build: test
1493 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001494 src:
1495 - test/core/fling/fling_stream_test.c
1496 deps:
1497 - grpc_test_util
1498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001499 - gpr_test_util
1500 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001501 platforms:
1502 - mac
1503 - linux
1504 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001505- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001506 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001507 build: test
1508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001509 src:
1510 - test/core/fling/fling_test.c
1511 deps:
1512 - grpc_test_util
1513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001514 - gpr_test_util
1515 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001516 platforms:
1517 - mac
1518 - linux
1519 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001520- name: gen_hpack_tables
1521 build: tool
1522 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001523 src:
1524 - tools/codegen/core/gen_hpack_tables.c
1525 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001526 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001527 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001528- name: gen_legal_metadata_characters
1529 build: tool
1530 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001531 src:
1532 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001533 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001534- name: goaway_server_test
1535 cpu_cost: 0.1
1536 build: test
1537 language: c
1538 src:
1539 - test/core/end2end/goaway_server_test.c
1540 deps:
1541 - grpc_test_util
1542 - grpc
1543 - gpr_test_util
1544 - gpr
1545 platforms:
1546 - mac
1547 - linux
1548 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001549- name: gpr_avl_test
1550 build: test
1551 language: c
1552 src:
1553 - test/core/support/avl_test.c
1554 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr_test_util
1556 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001557- name: gpr_backoff_test
1558 build: test
1559 language: c
1560 src:
1561 - test/core/support/backoff_test.c
1562 deps:
1563 - gpr_test_util
1564 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: gpr_cmdline_test
1566 build: test
1567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001568 src:
1569 - test/core/support/cmdline_test.c
1570 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001571 - gpr_test_util
1572 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001573- name: gpr_cpu_test
1574 build: test
1575 language: c
1576 src:
1577 - test/core/support/cpu_test.c
1578 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001579 - gpr_test_util
1580 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001581- name: gpr_env_test
1582 build: test
1583 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001584 src:
1585 - test/core/support/env_test.c
1586 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589- name: gpr_histogram_test
1590 build: test
1591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001592 src:
1593 - test/core/support/histogram_test.c
1594 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001595 - gpr_test_util
1596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001597- name: gpr_host_port_test
1598 build: test
1599 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001600 src:
1601 - test/core/support/host_port_test.c
1602 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001603 - gpr_test_util
1604 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001605- name: gpr_log_test
1606 build: test
1607 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001608 src:
1609 - test/core/support/log_test.c
1610 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001613- name: gpr_slice_buffer_test
1614 build: test
1615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001616 src:
1617 - test/core/support/slice_buffer_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_slice_test
1622 build: test
1623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
1625 - test/core/support/slice_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_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001630 cpu_cost: 7
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/stack_lockfree_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_string_test
1639 build: test
1640 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001641 src:
1642 - test/core/support/string_test.c
1643 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001646- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001647 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648 build: test
1649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001650 src:
1651 - test/core/support/sync_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_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001656 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001657 build: test
1658 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001659 src:
1660 - test/core/support/thd_test.c
1661 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001662 - gpr_test_util
1663 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001664- name: gpr_time_test
1665 build: test
1666 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001667 src:
1668 - test/core/support/time_test.c
1669 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001670 - gpr_test_util
1671 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001672- name: gpr_tls_test
1673 build: test
1674 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001675 src:
1676 - test/core/support/tls_test.c
1677 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001678 - gpr_test_util
1679 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001680- name: gpr_useful_test
1681 build: test
1682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001683 src:
1684 - test/core/support/useful_test.c
1685 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001688- name: grpc_auth_context_test
1689 build: test
1690 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001691 src:
1692 - test/core/security/auth_context_test.c
1693 deps:
1694 - grpc_test_util
1695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001696 - gpr_test_util
1697 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001698- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001699 build: test
1700 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001701 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001702 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001703 deps:
1704 - grpc_test_util
1705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001706 - gpr_test_util
1707 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708- name: grpc_byte_buffer_reader_test
1709 build: test
1710 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001711 src:
1712 - test/core/surface/byte_buffer_reader_test.c
1713 deps:
1714 - grpc_test_util
1715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001716 - gpr_test_util
1717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001718- name: grpc_channel_args_test
1719 build: test
1720 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001721 src:
1722 - test/core/channel/channel_args_test.c
1723 deps:
1724 - grpc_test_util
1725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001726 - gpr_test_util
1727 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001728- name: grpc_channel_stack_test
1729 build: test
1730 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001731 src:
1732 - test/core/channel/channel_stack_test.c
1733 deps:
1734 - grpc_test_util
1735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 - gpr_test_util
1737 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001738- name: grpc_completion_queue_test
1739 build: test
1740 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001741 src:
1742 - test/core/surface/completion_queue_test.c
1743 deps:
1744 - grpc_test_util
1745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748- name: grpc_create_jwt
1749 build: tool
1750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001751 src:
1752 - test/core/security/create_jwt.c
1753 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001756 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001757- name: grpc_credentials_test
1758 build: test
1759 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001760 src:
1761 - test/core/security/credentials_test.c
1762 deps:
1763 - grpc_test_util
1764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001765 - gpr_test_util
1766 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001767- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001768 build: test
1769 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001771 src:
1772 - test/core/security/fetch_oauth2.c
1773 deps:
1774 - grpc_test_util
1775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001776 - gpr_test_util
1777 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001778- name: grpc_invalid_channel_args_test
1779 build: test
1780 language: c
1781 src:
1782 - test/core/surface/invalid_channel_args_test.c
1783 deps:
1784 - grpc_test_util
1785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001788- name: grpc_json_token_test
1789 build: test
1790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001791 src:
1792 - test/core/security/json_token_test.c
1793 deps:
1794 - grpc_test_util
1795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr_test_util
1797 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001798 platforms:
1799 - linux
1800 - posix
1801 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: grpc_jwt_verifier_test
1803 build: test
1804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001805 src:
1806 - test/core/security/jwt_verifier_test.c
1807 deps:
1808 - grpc_test_util
1809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001810 - gpr_test_util
1811 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001812- name: grpc_print_google_default_creds_token
1813 build: tool
1814 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001815 src:
1816 - test/core/security/print_google_default_creds_token.c
1817 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001819 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001820- name: grpc_security_connector_test
1821 build: test
1822 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001823 src:
1824 - test/core/security/security_connector_test.c
1825 deps:
1826 - grpc_test_util
1827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001828 - gpr_test_util
1829 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830- name: grpc_verify_jwt
1831 build: tool
1832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001833 src:
1834 - test/core/security/verify_jwt.c
1835 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001838- name: hpack_parser_fuzzer_test
1839 build: fuzzer
1840 language: c
1841 src:
1842 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1843 deps:
1844 - grpc_test_util
1845 - grpc
1846 - gpr_test_util
1847 - gpr
1848 corpus_dirs:
1849 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001850 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001851 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852- name: hpack_parser_test
1853 build: test
1854 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001855 src:
1856 - test/core/transport/chttp2/hpack_parser_test.c
1857 deps:
1858 - grpc_test_util
1859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001860 - gpr_test_util
1861 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001862- name: hpack_table_test
1863 build: test
1864 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001865 src:
1866 - test/core/transport/chttp2/hpack_table_test.c
1867 deps:
1868 - grpc_test_util
1869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001872- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001873 build: test
1874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001875 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001876 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001877 deps:
1878 - grpc_test_util
1879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001882- name: http_request_fuzzer_test
1883 build: fuzzer
1884 language: c
1885 src:
1886 - test/core/http/request_fuzzer.c
1887 deps:
1888 - grpc_test_util
1889 - grpc
1890 - gpr_test_util
1891 - gpr
1892 corpus_dirs:
1893 - test/core/http/corpus
1894 maxlen: 2048
1895- name: http_response_fuzzer_test
1896 build: fuzzer
1897 language: c
1898 src:
1899 - test/core/http/response_fuzzer.c
1900 deps:
1901 - grpc_test_util
1902 - grpc
1903 - gpr_test_util
1904 - gpr
1905 corpus_dirs:
1906 - test/core/http/corpus
1907 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001908- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001909 build: test
1910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001912 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001913 deps:
1914 - grpc_test_util
1915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001918- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001919 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920 build: test
1921 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001922 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001923 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001924 deps:
1925 - grpc_test_util
1926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 - gpr_test_util
1928 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001929 platforms:
1930 - mac
1931 - linux
1932 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001933- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001934 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001935 build: test
1936 language: c
1937 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001938 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001939 deps:
1940 - grpc_test_util
1941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001942 - gpr_test_util
1943 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001944 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001945 - linux
yang-gf1183302015-12-07 16:02:05 -08001946- name: init_test
1947 build: test
1948 language: c
1949 src:
1950 - test/core/surface/init_test.c
1951 deps:
1952 - grpc_test_util
1953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001954 - gpr_test_util
1955 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001956- name: internal_api_canary_iomgr_test
1957 build: test
1958 run: false
1959 language: c
1960 src:
1961 - test/core/internal_api_canaries/iomgr.c
1962 deps:
1963 - grpc_test_util
1964 - grpc
1965 - gpr_test_util
1966 - gpr
1967- name: internal_api_canary_support_test
1968 build: test
1969 run: false
1970 language: c
1971 src:
1972 - test/core/internal_api_canaries/iomgr.c
1973 deps:
1974 - grpc_test_util
1975 - grpc
1976 - gpr_test_util
1977 - gpr
1978- name: internal_api_canary_transport_test
1979 build: test
1980 run: false
1981 language: c
1982 src:
1983 - test/core/internal_api_canaries/iomgr.c
1984 deps:
1985 - grpc_test_util
1986 - grpc
1987 - gpr_test_util
1988 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001989- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001990 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08001991 build: test
1992 language: c
1993 src:
1994 - test/core/end2end/invalid_call_argument_test.c
1995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002000- name: json_fuzzer_test
2001 build: fuzzer
2002 language: c
2003 src:
2004 - test/core/json/fuzzer.c
2005 deps:
2006 - grpc_test_util
2007 - grpc
2008 - gpr_test_util
2009 - gpr
2010 corpus_dirs:
2011 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002012 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013- name: json_rewrite
2014 build: test
2015 run: false
2016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002017 src:
2018 - test/core/json/json_rewrite.c
2019 deps:
2020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002022- name: json_rewrite_test
2023 build: test
2024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/core/json/json_rewrite_test.c
2027 deps:
2028 - grpc_test_util
2029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr_test_util
2031 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002032- name: json_stream_error_test
2033 build: test
2034 language: c
2035 src:
2036 - test/core/json/json_stream_error_test.c
2037 deps:
2038 - grpc_test_util
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042- name: json_test
2043 build: test
2044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002045 src:
2046 - test/core/json/json_test.c
2047 deps:
2048 - grpc_test_util
2049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr_test_util
2051 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002052- name: lame_client_test
2053 build: test
2054 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002055 src:
2056 - test/core/surface/lame_client_test.c
2057 deps:
2058 - grpc_test_util
2059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 - gpr_test_util
2061 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002062- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002063 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002064 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002065 build: test
2066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
2068 - test/core/client_config/lb_policies_test.c
2069 deps:
2070 - grpc_test_util
2071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002074- name: load_file_test
2075 build: test
2076 language: c
2077 src:
2078 - test/core/iomgr/load_file_test.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
2082 - gpr_test_util
2083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: low_level_ping_pong_benchmark
2085 build: benchmark
2086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
2088 - test/core/network_benchmarks/low_level_ping_pong.c
2089 deps:
2090 - grpc_test_util
2091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002094 platforms:
2095 - mac
2096 - linux
2097 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002098- name: message_compress_test
2099 build: test
2100 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002101 src:
2102 - test/core/compression/message_compress_test.c
2103 deps:
2104 - grpc_test_util
2105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 - gpr_test_util
2107 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002108- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002109 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002110 build: test
2111 language: c
2112 src:
2113 - test/core/census/mlog_test.c
2114 deps:
2115 - grpc_test_util
2116 - grpc
2117 - gpr_test_util
2118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119- name: multiple_server_queues_test
2120 build: test
2121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002122 src:
2123 - test/core/end2end/multiple_server_queues_test.c
2124 deps:
2125 - grpc_test_util
2126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002127 - gpr_test_util
2128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: murmur_hash_test
2130 build: test
2131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002132 src:
2133 - test/core/support/murmur_hash_test.c
2134 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr_test_util
2136 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002137- name: nanopb_fuzzer_response_test
2138 build: fuzzer
2139 language: c
2140 src:
2141 - test/core/nanopb/fuzzer_response.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
2145 - gpr_test_util
2146 - gpr
2147 corpus_dirs:
2148 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002149 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002150- name: nanopb_fuzzer_serverlist_test
2151 build: fuzzer
2152 language: c
2153 src:
2154 - test/core/nanopb/fuzzer_serverlist.c
2155 deps:
2156 - grpc_test_util
2157 - grpc
2158 - gpr_test_util
2159 - gpr
2160 corpus_dirs:
2161 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002162 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002163- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002164 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002165 build: test
2166 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002167 src:
2168 - test/core/end2end/no_server_test.c
2169 deps:
2170 - grpc_test_util
2171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002172 - gpr_test_util
2173 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174- name: resolve_address_test
2175 build: test
2176 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002177 src:
2178 - test/core/iomgr/resolve_address_test.c
2179 deps:
2180 - grpc_test_util
2181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002182 - gpr_test_util
2183 - gpr
yang-gd482e592015-12-10 14:04:00 -08002184- name: secure_channel_create_test
2185 build: test
2186 language: c
2187 src:
2188 - test/core/surface/secure_channel_create_test.c
2189 deps:
2190 - grpc_test_util
2191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr_test_util
2193 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194- name: secure_endpoint_test
2195 build: test
2196 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002197 src:
2198 - test/core/security/secure_endpoint_test.c
2199 deps:
2200 - grpc_test_util
2201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002202 - gpr_test_util
2203 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002204- name: sequential_connectivity_test
2205 build: test
2206 language: c
2207 src:
2208 - test/core/surface/sequential_connectivity_test.c
2209 deps:
2210 - grpc_test_util
2211 - grpc
2212 - gpr_test_util
2213 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002214- name: server_chttp2_test
2215 build: test
2216 language: c
2217 src:
2218 - test/core/surface/server_chttp2_test.c
2219 deps:
2220 - grpc_test_util
2221 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002222 - gpr_test_util
2223 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002224- name: server_fuzzer
2225 build: fuzzer
2226 language: c
2227 src:
2228 - test/core/end2end/fuzzers/server_fuzzer.c
2229 deps:
2230 - grpc_test_util
2231 - grpc
2232 - gpr_test_util
2233 - gpr
2234 corpus_dirs:
2235 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002236 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002237 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002238- name: server_test
2239 build: test
2240 language: c
2241 src:
2242 - test/core/surface/server_test.c
2243 deps:
2244 - grpc_test_util
2245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr_test_util
2247 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002248- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002249 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002250 build: test
2251 language: c
2252 src:
2253 - test/core/client_config/set_initial_connect_string_test.c
2254 deps:
2255 - test_tcp_server
2256 - grpc_test_util
2257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002258 - gpr_test_util
2259 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002260- name: sockaddr_resolver_test
2261 build: test
2262 language: c
2263 src:
2264 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2265 deps:
2266 - grpc_test_util
2267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002268 - gpr_test_util
2269 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002270- name: sockaddr_utils_test
2271 build: test
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
2274 - test/core/iomgr/sockaddr_utils_test.c
2275 deps:
2276 - grpc_test_util
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002280- name: socket_utils_test
2281 build: test
2282 language: c
2283 src:
2284 - test/core/iomgr/socket_utils_test.c
2285 deps:
2286 - grpc_test_util
2287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002288 - gpr_test_util
2289 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002290 platforms:
2291 - mac
2292 - linux
2293 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002295 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002296 build: test
2297 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
2299 - test/core/iomgr/tcp_client_posix_test.c
2300 deps:
2301 - grpc_test_util
2302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002303 - gpr_test_util
2304 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002305 platforms:
2306 - mac
2307 - linux
2308 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002310 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311 build: test
2312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
2314 - test/core/iomgr/tcp_posix_test.c
2315 deps:
2316 - grpc_test_util
2317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002318 - gpr_test_util
2319 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002320 platforms:
2321 - mac
2322 - linux
2323 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002324- name: tcp_server_posix_test
2325 build: test
2326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002327 src:
2328 - test/core/iomgr/tcp_server_posix_test.c
2329 deps:
2330 - grpc_test_util
2331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002332 - gpr_test_util
2333 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002334 platforms:
2335 - mac
2336 - linux
2337 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: time_averaged_stats_test
2339 build: test
2340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002341 src:
2342 - test/core/iomgr/time_averaged_stats_test.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr_test_util
2347 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002348- name: timeout_encoding_test
2349 build: test
2350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002351 src:
2352 - test/core/transport/chttp2/timeout_encoding_test.c
2353 deps:
2354 - grpc_test_util
2355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 - gpr_test_util
2357 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002358- name: timer_heap_test
2359 build: test
2360 language: c
2361 src:
2362 - test/core/iomgr/timer_heap_test.c
2363 deps:
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002368- name: timer_list_test
2369 build: test
2370 language: c
2371 src:
2372 - test/core/iomgr/timer_list_test.c
2373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002378- name: transport_connectivity_state_test
2379 build: test
2380 language: c
2381 src:
2382 - test/core/transport/connectivity_state_test.c
2383 deps:
2384 - grpc_test_util
2385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002388- name: transport_metadata_test
2389 build: test
2390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002391 src:
2392 - test/core/transport/metadata_test.c
2393 deps:
2394 - grpc_test_util
2395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002396 - gpr_test_util
2397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002398- name: transport_security_test
2399 build: test
2400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002401 src:
2402 - test/core/tsi/transport_security_test.c
2403 deps:
2404 - grpc_test_util
2405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002406 - gpr_test_util
2407 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002408 platforms:
2409 - linux
2410 - posix
2411 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002412- name: udp_server_test
2413 build: test
2414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
2416 - test/core/iomgr/udp_server_test.c
2417 deps:
2418 - grpc_test_util
2419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002422 platforms:
2423 - mac
2424 - linux
2425 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002426- name: uri_fuzzer_test
2427 build: fuzzer
2428 language: c
2429 src:
2430 - test/core/client_config/uri_fuzzer_test.c
2431 deps:
2432 - grpc_test_util
2433 - grpc
2434 - gpr_test_util
2435 - gpr
2436 corpus_dirs:
2437 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002438 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002439- name: uri_parser_test
2440 build: test
2441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002442 src:
2443 - test/core/client_config/uri_parser_test.c
2444 deps:
2445 - grpc_test_util
2446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002447 - gpr_test_util
2448 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002449- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002450 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002451 build: test
2452 language: c++
2453 src:
2454 - test/cpp/common/alarm_cpp_test.cc
2455 deps:
2456 - grpc++_test_util
2457 - grpc_test_util
2458 - grpc++
2459 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002460 - gpr_test_util
2461 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002462- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002463 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002464 build: test
2465 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002466 src:
2467 - test/cpp/end2end/async_end2end_test.cc
2468 deps:
2469 - grpc++_test_util
2470 - grpc_test_util
2471 - grpc++
2472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002473 - gpr_test_util
2474 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002475- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002476 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477 build: test
2478 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002479 src:
2480 - test/cpp/common/auth_property_iterator_test.cc
2481 deps:
2482 - grpc++_test_util
2483 - grpc_test_util
2484 - grpc++
2485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002486 - gpr_test_util
2487 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002488- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002489 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002490 build: test
2491 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002492 src:
yang-g52705592015-11-25 11:45:33 -08002493 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002494 deps:
2495 - grpc++
2496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002497 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002498- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002499 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002500 build: test
2501 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002502 src:
2503 - test/cpp/util/cli_call_test.cc
2504 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002505 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002506 - grpc++_test_util
2507 - grpc_test_util
2508 - grpc++
2509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002510 - gpr_test_util
2511 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002512- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002513 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002514 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002515 build: test
2516 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002517 src:
2518 - test/cpp/end2end/client_crash_test.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
Craig Tiller25834342015-09-25 08:08:24 -07002526 platforms:
2527 - mac
2528 - linux
2529 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002530- name: client_crash_test_server
2531 build: test
2532 run: false
2533 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002534 src:
2535 - test/cpp/end2end/client_crash_test_server.cc
2536 deps:
2537 - grpc++_test_util
2538 - grpc_test_util
2539 - grpc++
2540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002541 - gpr_test_util
2542 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002543- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002544 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002545 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 Quintas4ac52fa2016-03-06 20:31:39 -08002551 - src/proto/grpc/testing/services.proto
2552 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002553 - test/cpp/codegen/codegen_test_full.cc
2554 deps:
2555 - grpc++
2556 - grpc
2557 - gpr
2558 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002559 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002560- name: codegen_test_minimal
2561 gtest: true
2562 build: test
2563 language: c++
2564 src:
2565 - src/proto/grpc/testing/control.proto
2566 - src/proto/grpc/testing/messages.proto
2567 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002568 - src/proto/grpc/testing/services.proto
2569 - src/proto/grpc/testing/stats.proto
2570 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002571 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002572 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002573 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002575 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002576 build: test
2577 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002578 src:
2579 - test/cpp/client/credentials_test.cc
2580 deps:
2581 - grpc++
2582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002583 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002584- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002585 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002586 build: test
2587 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002588 src:
2589 - test/cpp/util/byte_buffer_test.cc
2590 deps:
2591 - grpc_test_util
2592 - grpc++
2593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002594 - gpr_test_util
2595 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002596- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002597 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002598 build: test
2599 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002600 src:
2601 - test/cpp/util/slice_test.cc
2602 deps:
2603 - grpc_test_util
2604 - grpc++
2605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002606 - gpr_test_util
2607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002608- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002609 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610 build: test
2611 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002612 src:
2613 - test/cpp/util/string_ref_test.cc
2614 deps:
2615 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002616- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002617 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002618 build: test
2619 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002620 src:
2621 - test/cpp/util/time_test.cc
2622 deps:
2623 - grpc_test_util
2624 - grpc++
2625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002626 - gpr_test_util
2627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002629 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002630 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002631 build: test
2632 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002633 src:
2634 - test/cpp/end2end/end2end_test.cc
2635 deps:
2636 - grpc++_test_util
2637 - grpc_test_util
2638 - grpc++
2639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002640 - gpr_test_util
2641 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002642- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002643 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002644 build: test
2645 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002646 src:
2647 - test/cpp/end2end/generic_end2end_test.cc
2648 deps:
2649 - grpc++_test_util
2650 - grpc_test_util
2651 - grpc++
2652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002653 - gpr_test_util
2654 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002655- name: golden_file_test
2656 gtest: true
2657 build: test
2658 language: c++
2659 src:
2660 - src/proto/grpc/testing/compiler_test.proto
2661 - test/cpp/codegen/golden_file_test.cc
2662 deps:
2663 - grpc++
2664 - grpc
2665 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002666- name: grpc_cli
2667 build: test
2668 run: false
2669 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002670 src:
2671 - test/cpp/util/grpc_cli.cc
2672 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002673 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002674 - grpc++_test_util
2675 - grpc_test_util
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002676 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002677 - grpc++
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002681 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682- name: grpc_cpp_plugin
2683 build: protoc
2684 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002685 src:
2686 - src/compiler/cpp_plugin.cc
2687 deps:
2688 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002689 secure: false
2690 vs_config_type: Application
2691 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2692- name: grpc_csharp_plugin
2693 build: protoc
2694 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002695 src:
2696 - src/compiler/csharp_plugin.cc
2697 deps:
2698 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002699 secure: false
2700 vs_config_type: Application
2701 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002702- name: grpc_node_plugin
2703 build: protoc
2704 language: c++
2705 src:
2706 - src/compiler/node_plugin.cc
2707 deps:
2708 - grpc_plugin_support
2709 secure: false
2710 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002711- name: grpc_objective_c_plugin
2712 build: protoc
2713 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002714 src:
2715 - src/compiler/objective_c_plugin.cc
2716 deps:
2717 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718 secure: false
2719 vs_config_type: Application
2720 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2721- name: grpc_python_plugin
2722 build: protoc
2723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - src/compiler/python_plugin.cc
2726 deps:
2727 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728 secure: false
2729 vs_config_type: Application
2730 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2731- name: grpc_ruby_plugin
2732 build: protoc
2733 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002734 src:
2735 - src/compiler/ruby_plugin.cc
2736 deps:
2737 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002738 secure: false
2739 vs_config_type: Application
2740 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002741- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002742 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002743 build: test
2744 language: c++
2745 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002746 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002747 - test/cpp/grpclb/grpclb_api_test.cc
2748 deps:
2749 - grpc++_test_util
2750 - grpc_test_util
2751 - grpc++
2752 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002753- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002754 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002755 build: test
2756 language: c++
2757 src:
2758 - test/cpp/end2end/hybrid_end2end_test.cc
2759 deps:
2760 - grpc++_test_util
2761 - grpc_test_util
2762 - grpc++
2763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002764 - gpr_test_util
2765 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002766- name: interop_client
2767 build: test
2768 run: false
2769 language: c++
2770 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002771 deps:
2772 - interop_client_main
2773 - interop_client_helper
2774 - grpc++_test_util
2775 - grpc_test_util
2776 - grpc++
2777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002778 - gpr_test_util
2779 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002780 - grpc++_test_config
2781 platforms:
2782 - mac
2783 - linux
2784 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002785- name: interop_server
2786 build: test
2787 run: false
2788 language: c++
2789 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002790 deps:
2791 - interop_server_main
2792 - interop_server_helper
2793 - grpc++_test_util
2794 - grpc_test_util
2795 - grpc++
2796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002797 - gpr_test_util
2798 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002799 - grpc++_test_config
2800 platforms:
2801 - mac
2802 - linux
2803 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002805 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002806 build: test
2807 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002808 src:
2809 - test/cpp/interop/interop_test.cc
2810 deps:
2811 - grpc_test_util
2812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002813 - gpr_test_util
2814 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002815 platforms:
2816 - mac
2817 - linux
2818 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002819- name: json_run_localhost
2820 build: test
2821 run: false
2822 language: c++
2823 src:
2824 - test/cpp/qps/json_run_localhost.cc
2825 deps:
2826 - grpc++_test_util
2827 - grpc_test_util
2828 - grpc++
2829 - grpc
2830 - gpr_test_util
2831 - gpr
2832 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002833- name: metrics_client
2834 build: test
2835 run: false
2836 language: c++
2837 headers:
2838 - test/cpp/util/metrics_server.h
2839 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002840 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002841 - test/cpp/interop/metrics_client.cc
2842 deps:
2843 - grpc++
2844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002845 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002846 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002847- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002848 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002849 build: test
2850 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002851 src:
2852 - test/cpp/end2end/mock_test.cc
2853 deps:
2854 - grpc++_test_util
2855 - grpc_test_util
2856 - grpc++
2857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002858 - gpr_test_util
2859 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002860- name: proto_server_reflection_test
2861 gtest: true
2862 build: test
2863 language: c++
2864 headers:
2865 - test/cpp/util/proto_reflection_descriptor_database.h
2866 src:
2867 - test/cpp/end2end/proto_server_reflection_test.cc
2868 - test/cpp/util/proto_reflection_descriptor_database.cc
2869 deps:
2870 - grpc++_reflection
2871 - grpc++_test_util
2872 - grpc_test_util
2873 - grpc++
2874 - grpc
2875 - gpr_test_util
2876 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002877- name: qps_interarrival_test
2878 build: test
2879 run: false
2880 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002881 src:
2882 - test/cpp/qps/qps_interarrival_test.cc
2883 deps:
2884 - qps
2885 - grpc++_test_util
2886 - grpc_test_util
2887 - grpc++
2888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002889 - gpr_test_util
2890 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002891 platforms:
2892 - mac
2893 - linux
2894 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002895- name: qps_json_driver
2896 build: test
2897 run: false
2898 language: c++
2899 src:
2900 - test/cpp/qps/qps_json_driver.cc
2901 deps:
2902 - qps
2903 - grpc++_test_util
2904 - grpc_test_util
2905 - grpc++
2906 - grpc
2907 - gpr_test_util
2908 - gpr
2909 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002910- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002911 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002912 build: test
2913 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002914 src:
2915 - test/cpp/qps/qps_openloop_test.cc
2916 deps:
2917 - qps
2918 - grpc++_test_util
2919 - grpc_test_util
2920 - grpc++
2921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002922 - gpr_test_util
2923 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002924 - grpc++_test_config
2925 platforms:
2926 - mac
2927 - linux
2928 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002929- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002930 build: test
2931 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002932 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002933 headers:
2934 - test/cpp/qps/client.h
2935 - test/cpp/qps/server.h
2936 src:
2937 - test/cpp/qps/worker.cc
2938 deps:
2939 - qps
2940 - grpc++_test_util
2941 - grpc_test_util
2942 - grpc++
2943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002944 - gpr_test_util
2945 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002946 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002947- name: reconnect_interop_client
2948 build: test
2949 run: false
2950 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002951 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002952 - src/proto/grpc/testing/empty.proto
2953 - src/proto/grpc/testing/messages.proto
2954 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002955 - test/cpp/interop/reconnect_interop_client.cc
2956 deps:
2957 - grpc++_test_util
2958 - grpc_test_util
2959 - grpc++
2960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002961 - gpr_test_util
2962 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002963 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002964- name: reconnect_interop_server
2965 build: test
2966 run: false
2967 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002968 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002969 - src/proto/grpc/testing/empty.proto
2970 - src/proto/grpc/testing/messages.proto
2971 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002972 - test/cpp/interop/reconnect_interop_server.cc
2973 deps:
2974 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002975 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002976 - grpc++_test_util
2977 - grpc_test_util
2978 - grpc++
2979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002980 - gpr_test_util
2981 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002982 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002983- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002984 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002985 build: test
2986 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002987 src:
2988 - test/cpp/common/secure_auth_context_test.cc
2989 deps:
2990 - grpc++_test_util
2991 - grpc_test_util
2992 - grpc++
2993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002994 - gpr_test_util
2995 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002996- name: secure_sync_unary_ping_pong_test
2997 build: test
2998 language: c++
2999 src:
3000 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3001 deps:
3002 - qps
3003 - grpc++_test_util
3004 - grpc_test_util
3005 - grpc++
3006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003007 - gpr_test_util
3008 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003009 platforms:
3010 - mac
3011 - linux
3012 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003013- name: server_builder_plugin_test
3014 gtest: true
3015 build: test
3016 language: c++
3017 src:
3018 - test/cpp/end2end/server_builder_plugin_test.cc
3019 deps:
3020 - grpc++_test_util
3021 - grpc_test_util
3022 - grpc++
3023 - grpc
3024 - gpr_test_util
3025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003026- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003027 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003028 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003029 build: test
3030 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003031 src:
3032 - test/cpp/end2end/server_crash_test.cc
3033 deps:
3034 - grpc++_test_util
3035 - grpc_test_util
3036 - grpc++
3037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003038 - gpr_test_util
3039 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003040 platforms:
3041 - mac
3042 - linux
3043 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003044- name: server_crash_test_client
3045 build: test
3046 run: false
3047 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003048 src:
3049 - test/cpp/end2end/server_crash_test_client.cc
3050 deps:
3051 - grpc++_test_util
3052 - grpc_test_util
3053 - grpc++
3054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003055 - gpr_test_util
3056 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003057- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003058 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003059 build: test
3060 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003061 src:
3062 - test/cpp/end2end/shutdown_test.cc
3063 deps:
3064 - grpc++_test_util
3065 - grpc_test_util
3066 - grpc++
3067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003068 - gpr_test_util
3069 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003070- name: status_test
3071 build: test
3072 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003073 src:
3074 - test/cpp/util/status_test.cc
3075 deps:
3076 - grpc_test_util
3077 - grpc++
3078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003079 - gpr_test_util
3080 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003081- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003082 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003083 build: test
3084 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003085 src:
3086 - test/cpp/end2end/streaming_throughput_test.cc
3087 deps:
3088 - grpc++_test_util
3089 - grpc_test_util
3090 - grpc++
3091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003092 - gpr_test_util
3093 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003094 platforms:
3095 - mac
3096 - linux
3097 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003098- name: stress_test
3099 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003100 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003101 language: c++
3102 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003103 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003104 - test/cpp/interop/interop_client.h
3105 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003106 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003107 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003108 - src/proto/grpc/testing/empty.proto
3109 - src/proto/grpc/testing/messages.proto
3110 - src/proto/grpc/testing/metrics.proto
3111 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003112 - test/cpp/interop/interop_client.cc
3113 - test/cpp/interop/stress_interop_client.cc
3114 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003115 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003116 deps:
3117 - grpc++_test_util
3118 - grpc_test_util
3119 - grpc++
3120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003121 - gpr_test_util
3122 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003123 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003124- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003125 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003126 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003127 build: test
3128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003129 src:
3130 - test/cpp/end2end/thread_stress_test.cc
3131 deps:
3132 - grpc++_test_util
3133 - grpc_test_util
3134 - grpc++
3135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003136 - gpr_test_util
3137 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003138- name: public_headers_must_be_c89
3139 build: test
3140 language: c89
3141 src:
3142 - test/core/surface/public_headers_must_be_c89.c
3143 deps:
3144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003145 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003146vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003147- linkage: static
3148 name: grpc.dependencies.zlib
3149 props: false
3150 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003151 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003152- linkage: static
3153 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003154 props: true
3155 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003156 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003157- name: gflags
3158 props: false
3159 redist: false
3160 version: 2.1.2.1
3161- name: gtest
3162 props: false
3163 redist: false
3164 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003165configs:
3166 asan:
3167 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003168 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3169 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003170 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003171 LD: clang
3172 LDFLAGS: -fsanitize=address
3173 LDXX: clang++
3174 compile_the_world: true
3175 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003176 ASAN_OPTIONS: detect_leaks=1:color=always
3177 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003178 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003179 asan-noleaks:
3180 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003181 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3182 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003183 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003184 LD: clang
3185 LDFLAGS: -fsanitize=address
3186 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003187 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003188 test_environ:
3189 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003190 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003191 asan-trace-cmp:
3192 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003193 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3194 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003195 CXX: clang++
3196 LD: clang
3197 LDFLAGS: -fsanitize=address
3198 LDXX: clang++
3199 compile_the_world: true
3200 test_environ:
3201 ASAN_OPTIONS: detect_leaks=1:color=always
3202 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3203 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003204 basicprof:
3205 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3206 DEFINES: NDEBUG
3207 dbg:
3208 CPPFLAGS: -O0
3209 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003210 easan:
3211 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003212 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3213 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003214 CXX: clang++
3215 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3216 LD: clang
3217 LDFLAGS: -fsanitize=address
3218 LDXX: clang++
3219 compile_the_world: true
3220 test_environ:
3221 ASAN_OPTIONS: detect_leaks=1:color=always
3222 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3223 timeout_multiplier: 3
3224 edbg:
3225 CPPFLAGS: -O0
3226 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3227 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003228 CC: clang
3229 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003230 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003231 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003232 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003233 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003234 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003235 LDXX: clang++
3236 compile_the_world: true
3237 test_environ:
3238 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3239 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003240 gcov:
3241 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003242 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003243 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003244 DEFINES: _DEBUG DEBUG GPR_GCOV
3245 LD: gcc
3246 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3247 LDXX: g++
3248 helgrind:
3249 CPPFLAGS: -O0
3250 DEFINES: _DEBUG DEBUG
3251 LDFLAGS: -rdynamic
3252 timeout_multiplier: 20
3253 valgrind: --tool=helgrind
3254 memcheck:
3255 CPPFLAGS: -O0
3256 DEFINES: _DEBUG DEBUG
3257 LDFLAGS: -rdynamic
3258 timeout_multiplier: 10
3259 valgrind: --tool=memcheck --leak-check=full
3260 msan:
3261 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003262 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3263 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3264 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003265 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003266 DEFINES: NDEBUG
3267 LD: clang
3268 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3269 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3270 LDXX: clang++
3271 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003272 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003273 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003274 CPPFLAGS: -O3 -fno-omit-frame-pointer
3275 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003276 LDFLAGS: -rdynamic
3277 opt:
3278 CPPFLAGS: -O2
3279 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003280 stapprof:
3281 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3282 DEFINES: NDEBUG
3283 tsan:
3284 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003285 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003286 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003287 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003288 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003289 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003290 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003291 LDXX: clang++
3292 compile_the_world: true
3293 test_environ:
3294 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003295 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003296 ubsan:
3297 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003298 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3299 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003300 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003301 DEFINES: NDEBUG
3302 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003303 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003304 LDXX: clang++
3305 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003306 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003307 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003308 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003309defaults:
3310 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003311 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003312 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003313 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003314 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003315 global:
3316 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3317 LDFLAGS: -g
3318 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003319 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003320 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003321node_modules:
3322- deps:
3323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003324 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003325 - boringssl
3326 - z
murgatroid9994a75412015-11-19 14:04:53 -08003327 headers:
3328 - src/node/ext/byte_buffer.h
3329 - src/node/ext/call.h
3330 - src/node/ext/call_credentials.h
3331 - src/node/ext/channel.h
3332 - src/node/ext/channel_credentials.h
3333 - src/node/ext/completion_queue_async_worker.h
3334 - src/node/ext/server.h
3335 - src/node/ext/server_credentials.h
3336 - src/node/ext/timeval.h
3337 js:
3338 - src/node/index.js
3339 - src/node/src/client.js
3340 - src/node/src/common.js
3341 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003342 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003343 - src/node/src/metadata.js
3344 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003345 name: grpc_node
3346 src:
3347 - src/node/ext/byte_buffer.cc
3348 - src/node/ext/call.cc
3349 - src/node/ext/call_credentials.cc
3350 - src/node/ext/channel.cc
3351 - src/node/ext/channel_credentials.cc
3352 - src/node/ext/completion_queue_async_worker.cc
3353 - src/node/ext/node_grpc.cc
3354 - src/node/ext/server.cc
3355 - src/node/ext/server_credentials.cc
3356 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003357openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003358 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003359 extraction_dir: openssl-1.0.2f
3360 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003361php_config_m4:
3362 deps:
3363 - grpc
3364 - gpr
3365 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003366 headers:
3367 - src/php/ext/grpc/byte_buffer.h
3368 - src/php/ext/grpc/call.h
3369 - src/php/ext/grpc/call_credentials.h
3370 - src/php/ext/grpc/channel.h
3371 - src/php/ext/grpc/channel_credentials.h
3372 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003373 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003374 - src/php/ext/grpc/php_grpc.h
3375 - src/php/ext/grpc/server.h
3376 - src/php/ext/grpc/server_credentials.h
3377 - src/php/ext/grpc/timeval.h
3378 src:
3379 - src/php/ext/grpc/byte_buffer.c
3380 - src/php/ext/grpc/call.c
3381 - src/php/ext/grpc/call_credentials.c
3382 - src/php/ext/grpc/channel.c
3383 - src/php/ext/grpc/channel_credentials.c
3384 - src/php/ext/grpc/completion_queue.c
3385 - src/php/ext/grpc/php_grpc.c
3386 - src/php/ext/grpc/server.c
3387 - src/php/ext/grpc/server_credentials.c
3388 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003389python_dependencies:
3390 deps:
3391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003392 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003393 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003394 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003395ruby_gem:
3396 deps:
3397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003398 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003399 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003400 - z