blob: 42ea3cb810b0a06fa5d9ac8e1312aef8c8d3258f [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" Noble8c72ae42016-07-12 09:18:18 +020010 version: 1.0.0-pre1
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070019 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/mlog.h
22 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070023 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070025 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070026 - src/core/ext/census/grpc_context.c
27 - src/core/ext/census/grpc_filter.c
28 - src/core/ext/census/grpc_plugin.c
29 - src/core/ext/census/initialize.c
30 - src/core/ext/census/mlog.c
31 - src/core/ext/census/operation.c
32 - src/core/ext/census/placeholders.c
33 - src/core/ext/census/tracing.c
34 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070035 uses:
36 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070037 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070038- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010039 public_headers:
40 - include/grpc/support/alloc.h
41 - include/grpc/support/atm.h
42 - include/grpc/support/atm_gcc_atomic.h
43 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070044 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010045 - include/grpc/support/avl.h
46 - include/grpc/support/cmdline.h
47 - include/grpc/support/cpu.h
48 - include/grpc/support/histogram.h
49 - include/grpc/support/host_port.h
50 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070051 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010052 - include/grpc/support/port_platform.h
53 - include/grpc/support/slice.h
54 - include/grpc/support/slice_buffer.h
55 - include/grpc/support/string_util.h
56 - include/grpc/support/subprocess.h
57 - include/grpc/support/sync.h
58 - include/grpc/support/sync_generic.h
59 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070060 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010061 - include/grpc/support/thd.h
62 - include/grpc/support/time.h
63 - include/grpc/support/tls.h
64 - include/grpc/support/tls_gcc.h
65 - include/grpc/support/tls_msvc.h
66 - include/grpc/support/tls_pthread.h
67 - include/grpc/support/useful.h
68 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070069 - src/core/lib/profiling/timers.h
70 - src/core/lib/support/backoff.h
71 - src/core/lib/support/block_annotate.h
72 - src/core/lib/support/env.h
Craig Tillerf23078c2016-03-25 17:07:29 -070073 - src/core/lib/support/murmur_hash.h
74 - src/core/lib/support/stack_lockfree.h
75 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070076 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070077 - src/core/lib/support/thd_internal.h
78 - src/core/lib/support/time_precise.h
79 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010080 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070081 - src/core/lib/profiling/basic_timers.c
82 - src/core/lib/profiling/stap_timers.c
83 - src/core/lib/support/alloc.c
84 - src/core/lib/support/avl.c
85 - src/core/lib/support/backoff.c
86 - src/core/lib/support/cmdline.c
87 - src/core/lib/support/cpu_iphone.c
88 - src/core/lib/support/cpu_linux.c
89 - src/core/lib/support/cpu_posix.c
90 - src/core/lib/support/cpu_windows.c
91 - src/core/lib/support/env_linux.c
92 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070093 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070094 - src/core/lib/support/histogram.c
95 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -070096 - src/core/lib/support/log.c
97 - src/core/lib/support/log_android.c
98 - src/core/lib/support/log_linux.c
99 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700100 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700101 - src/core/lib/support/murmur_hash.c
102 - src/core/lib/support/slice.c
103 - src/core/lib/support/slice_buffer.c
104 - src/core/lib/support/stack_lockfree.c
105 - src/core/lib/support/string.c
106 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700107 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700108 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700109 - src/core/lib/support/subprocess_posix.c
110 - src/core/lib/support/subprocess_windows.c
111 - src/core/lib/support/sync.c
112 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700113 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/thd.c
115 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/time.c
118 - src/core/lib/support/time_posix.c
119 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200122 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700124 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700126 uses:
127 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800128- name: gpr_codegen
129 public_headers:
130 - include/grpc/impl/codegen/alloc.h
131 - include/grpc/impl/codegen/atm.h
132 - include/grpc/impl/codegen/atm_gcc_atomic.h
133 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800135 - include/grpc/impl/codegen/log.h
136 - include/grpc/impl/codegen/port_platform.h
137 - include/grpc/impl/codegen/slice.h
138 - include/grpc/impl/codegen/slice_buffer.h
139 - include/grpc/impl/codegen/sync.h
140 - include/grpc/impl/codegen/sync_generic.h
141 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700144- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700145 public_headers:
146 - include/grpc/byte_buffer.h
147 - include/grpc/byte_buffer_reader.h
148 - include/grpc/compression.h
149 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700150 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700151 - include/grpc/status.h
152 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700153 - src/core/lib/channel/channel_args.h
154 - src/core/lib/channel/channel_stack.h
155 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700156 - src/core/lib/channel/compress_filter.h
157 - src/core/lib/channel/connected_channel.h
158 - src/core/lib/channel/context.h
159 - src/core/lib/channel/http_client_filter.h
160 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700161 - src/core/lib/compression/algorithm_metadata.h
162 - src/core/lib/compression/message_compress.h
163 - src/core/lib/debug/trace.h
164 - src/core/lib/http/format_request.h
165 - src/core/lib/http/httpcli.h
166 - src/core/lib/http/parser.h
167 - src/core/lib/iomgr/closure.h
168 - src/core/lib/iomgr/endpoint.h
169 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700170 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700171 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700172 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700173 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700174 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700175 - src/core/lib/iomgr/exec_ctx.h
176 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/iomgr/iocp_windows.h
178 - src/core/lib/iomgr/iomgr.h
179 - src/core/lib/iomgr/iomgr_internal.h
180 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700181 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700182 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700183 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700185 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700186 - src/core/lib/iomgr/pollset_set_windows.h
187 - src/core/lib/iomgr/pollset_windows.h
188 - src/core/lib/iomgr/resolve_address.h
189 - src/core/lib/iomgr/sockaddr.h
190 - src/core/lib/iomgr/sockaddr_posix.h
191 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700192 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/iomgr/socket_utils_posix.h
194 - src/core/lib/iomgr/socket_windows.h
195 - src/core/lib/iomgr/tcp_client.h
196 - src/core/lib/iomgr/tcp_posix.h
197 - src/core/lib/iomgr/tcp_server.h
198 - src/core/lib/iomgr/tcp_windows.h
199 - src/core/lib/iomgr/time_averaged_stats.h
200 - src/core/lib/iomgr/timer.h
201 - src/core/lib/iomgr/timer_heap.h
202 - src/core/lib/iomgr/udp_server.h
203 - src/core/lib/iomgr/unix_sockets_posix.h
204 - src/core/lib/iomgr/wakeup_fd_pipe.h
205 - src/core/lib/iomgr/wakeup_fd_posix.h
206 - src/core/lib/iomgr/workqueue.h
207 - src/core/lib/iomgr/workqueue_posix.h
208 - src/core/lib/iomgr/workqueue_windows.h
209 - src/core/lib/json/json.h
210 - src/core/lib/json/json_common.h
211 - src/core/lib/json/json_reader.h
212 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/surface/api_trace.h
214 - src/core/lib/surface/call.h
215 - src/core/lib/surface/call_test_only.h
216 - src/core/lib/surface/channel.h
217 - src/core/lib/surface/channel_init.h
218 - src/core/lib/surface/channel_stack_type.h
219 - src/core/lib/surface/completion_queue.h
220 - src/core/lib/surface/event_string.h
221 - src/core/lib/surface/init.h
222 - src/core/lib/surface/lame_client.h
223 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/transport/connectivity_state.h
226 - src/core/lib/transport/metadata.h
227 - src/core/lib/transport/metadata_batch.h
228 - src/core/lib/transport/static_metadata.h
229 - src/core/lib/transport/transport.h
230 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700231 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/channel/channel_args.c
233 - src/core/lib/channel/channel_stack.c
234 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/channel/compress_filter.c
236 - src/core/lib/channel/connected_channel.c
237 - src/core/lib/channel/http_client_filter.c
238 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700239 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/compression/message_compress.c
241 - src/core/lib/debug/trace.c
242 - src/core/lib/http/format_request.c
243 - src/core/lib/http/httpcli.c
244 - src/core/lib/http/parser.c
245 - src/core/lib/iomgr/closure.c
246 - src/core/lib/iomgr/endpoint.c
247 - src/core/lib/iomgr/endpoint_pair_posix.c
248 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700249 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700250 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700251 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700252 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700253 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/iomgr/exec_ctx.c
255 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/iomgr/iocp_windows.c
257 - src/core/lib/iomgr/iomgr.c
258 - src/core/lib/iomgr/iomgr_posix.c
259 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700260 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700261 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700262 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/iomgr/pollset_set_windows.c
264 - src/core/lib/iomgr/pollset_windows.c
265 - src/core/lib/iomgr/resolve_address_posix.c
266 - src/core/lib/iomgr/resolve_address_windows.c
267 - src/core/lib/iomgr/sockaddr_utils.c
268 - src/core/lib/iomgr/socket_utils_common_posix.c
269 - src/core/lib/iomgr/socket_utils_linux.c
270 - src/core/lib/iomgr/socket_utils_posix.c
271 - src/core/lib/iomgr/socket_windows.c
272 - src/core/lib/iomgr/tcp_client_posix.c
273 - src/core/lib/iomgr/tcp_client_windows.c
274 - src/core/lib/iomgr/tcp_posix.c
275 - src/core/lib/iomgr/tcp_server_posix.c
276 - src/core/lib/iomgr/tcp_server_windows.c
277 - src/core/lib/iomgr/tcp_windows.c
278 - src/core/lib/iomgr/time_averaged_stats.c
279 - src/core/lib/iomgr/timer.c
280 - src/core/lib/iomgr/timer_heap.c
281 - src/core/lib/iomgr/udp_server.c
282 - src/core/lib/iomgr/unix_sockets_posix.c
283 - src/core/lib/iomgr/unix_sockets_posix_noop.c
284 - src/core/lib/iomgr/wakeup_fd_eventfd.c
285 - src/core/lib/iomgr/wakeup_fd_nospecial.c
286 - src/core/lib/iomgr/wakeup_fd_pipe.c
287 - src/core/lib/iomgr/wakeup_fd_posix.c
288 - src/core/lib/iomgr/workqueue_posix.c
289 - src/core/lib/iomgr/workqueue_windows.c
290 - src/core/lib/json/json.c
291 - src/core/lib/json/json_reader.c
292 - src/core/lib/json/json_string.c
293 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/surface/alarm.c
295 - src/core/lib/surface/api_trace.c
296 - src/core/lib/surface/byte_buffer.c
297 - src/core/lib/surface/byte_buffer_reader.c
298 - src/core/lib/surface/call.c
299 - src/core/lib/surface/call_details.c
300 - src/core/lib/surface/call_log_batch.c
301 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/surface/channel_init.c
303 - src/core/lib/surface/channel_ping.c
304 - src/core/lib/surface/channel_stack_type.c
305 - src/core/lib/surface/completion_queue.c
306 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/surface/lame_client.c
308 - src/core/lib/surface/metadata_array.c
309 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/surface/validate_metadata.c
311 - src/core/lib/surface/version.c
312 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/transport/connectivity_state.c
314 - src/core/lib/transport/metadata.c
315 - src/core/lib/transport/metadata_batch.c
316 - src/core/lib/transport/static_metadata.c
317 - src/core/lib/transport/transport.c
318 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700319 deps:
320 - gpr
321 uses:
322 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700323- name: grpc_client_config
324 headers:
325 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700326 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700327 - src/core/ext/client_config/client_config.h
328 - src/core/ext/client_config/connector.h
329 - src/core/ext/client_config/initial_connect_string.h
330 - src/core/ext/client_config/lb_policy.h
331 - src/core/ext/client_config/lb_policy_factory.h
332 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700333 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700334 - src/core/ext/client_config/resolver.h
335 - src/core/ext/client_config/resolver_factory.h
336 - src/core/ext/client_config/resolver_registry.h
337 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700338 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700339 - src/core/ext/client_config/subchannel_index.h
340 - src/core/ext/client_config/uri_parser.h
341 src:
342 - src/core/ext/client_config/channel_connectivity.c
343 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700344 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700345 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700346 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700347 - src/core/ext/client_config/connector.c
348 - src/core/ext/client_config/default_initial_connect_string.c
349 - src/core/ext/client_config/initial_connect_string.c
350 - src/core/ext/client_config/lb_policy.c
351 - src/core/ext/client_config/lb_policy_factory.c
352 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700353 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700354 - src/core/ext/client_config/resolver.c
355 - src/core/ext/client_config/resolver_factory.c
356 - src/core/ext/client_config/resolver_registry.c
357 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700358 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700359 - src/core/ext/client_config/subchannel_index.c
360 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700361 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700362 uses:
363 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800364- name: grpc_codegen
365 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800366 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700367 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800368 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800369 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800370 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800371 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800372 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700373 uses:
374 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700375- name: grpc_lb_policy_grpclb
376 headers:
377 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700378 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700379 src:
380 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700381 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700382 uses:
383 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700384 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700385 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700386- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700387 src:
388 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700389 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700390 uses:
391 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700392 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700393- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700394 src:
395 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700396 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700397 uses:
398 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700399 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700400- name: grpc_load_reporting
401 headers:
402 - src/core/ext/load_reporting/load_reporting.h
403 - src/core/ext/load_reporting/load_reporting_filter.h
404 src:
405 - src/core/ext/load_reporting/load_reporting.c
406 - src/core/ext/load_reporting/load_reporting_filter.c
407 plugin: grpc_load_reporting_plugin
408 uses:
409 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700410- name: grpc_resolver_dns_native
411 src:
412 - src/core/ext/resolver/dns/native/dns_resolver.c
413 plugin: grpc_resolver_dns_native
414 uses:
415 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700416 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700417- name: grpc_resolver_sockaddr
418 src:
419 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
420 plugin: grpc_resolver_sockaddr
421 uses:
422 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700423 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100424- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700425 public_headers:
426 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700427 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100428 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700429 - src/core/lib/security/context/security_context.h
430 - src/core/lib/security/credentials/composite/composite_credentials.h
431 - src/core/lib/security/credentials/credentials.h
432 - src/core/lib/security/credentials/fake/fake_credentials.h
433 - src/core/lib/security/credentials/google_default/google_default_credentials.h
434 - src/core/lib/security/credentials/iam/iam_credentials.h
435 - src/core/lib/security/credentials/jwt/json_token.h
436 - src/core/lib/security/credentials/jwt/jwt_credentials.h
437 - src/core/lib/security/credentials/jwt/jwt_verifier.h
438 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
439 - src/core/lib/security/credentials/plugin/plugin_credentials.h
440 - src/core/lib/security/credentials/ssl/ssl_credentials.h
441 - src/core/lib/security/transport/auth_filters.h
442 - src/core/lib/security/transport/handshake.h
443 - src/core/lib/security/transport/secure_endpoint.h
444 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700445 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700446 - src/core/lib/security/util/b64.h
447 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100448 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700449 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700450 - src/core/lib/security/context/security_context.c
451 - src/core/lib/security/credentials/composite/composite_credentials.c
452 - src/core/lib/security/credentials/credentials.c
453 - src/core/lib/security/credentials/credentials_metadata.c
454 - src/core/lib/security/credentials/fake/fake_credentials.c
455 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700456 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700457 - src/core/lib/security/credentials/google_default/google_default_credentials.c
458 - src/core/lib/security/credentials/iam/iam_credentials.c
459 - src/core/lib/security/credentials/jwt/json_token.c
460 - src/core/lib/security/credentials/jwt/jwt_credentials.c
461 - src/core/lib/security/credentials/jwt/jwt_verifier.c
462 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
463 - src/core/lib/security/credentials/plugin/plugin_credentials.c
464 - src/core/lib/security/credentials/ssl/ssl_credentials.c
465 - src/core/lib/security/transport/client_auth_filter.c
466 - src/core/lib/security/transport/handshake.c
467 - src/core/lib/security/transport/secure_endpoint.c
468 - src/core/lib/security/transport/security_connector.c
469 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700470 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700471 - src/core/lib/security/util/b64.c
472 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700473 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700474 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700475 uses:
476 - grpc_base
477 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700478 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700479- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700480 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700481 headers:
482 - test/core/end2end/cq_verifier.h
483 - test/core/end2end/fixtures/proxy.h
484 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700485 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200486 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700487 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700488 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700489 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700490 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700491 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700492 - test/core/util/slice_splitter.h
493 src:
494 - test/core/end2end/cq_verifier.c
495 - test/core/end2end/fixtures/proxy.c
496 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700497 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200498 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700499 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700500 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700501 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700502 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700503 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700504 - test/core/util/port_windows.c
505 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700506 deps:
507 - grpc
508 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700509- name: grpc_transport_chttp2
510 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700511 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700512 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700513 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
514 - src/core/ext/transport/chttp2/transport/frame.h
515 - src/core/ext/transport/chttp2/transport/frame_data.h
516 - src/core/ext/transport/chttp2/transport/frame_goaway.h
517 - src/core/ext/transport/chttp2/transport/frame_ping.h
518 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
519 - src/core/ext/transport/chttp2/transport/frame_settings.h
520 - src/core/ext/transport/chttp2/transport/frame_window_update.h
521 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
522 - src/core/ext/transport/chttp2/transport/hpack_parser.h
523 - src/core/ext/transport/chttp2/transport/hpack_table.h
524 - src/core/ext/transport/chttp2/transport/http2_errors.h
525 - src/core/ext/transport/chttp2/transport/huffsyms.h
526 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
527 - src/core/ext/transport/chttp2/transport/internal.h
528 - src/core/ext/transport/chttp2/transport/status_conversion.h
529 - src/core/ext/transport/chttp2/transport/stream_map.h
530 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
531 - src/core/ext/transport/chttp2/transport/varint.h
532 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700533 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700534 - src/core/ext/transport/chttp2/transport/bin_encoder.c
535 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700536 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
537 - src/core/ext/transport/chttp2/transport/frame_data.c
538 - src/core/ext/transport/chttp2/transport/frame_goaway.c
539 - src/core/ext/transport/chttp2/transport/frame_ping.c
540 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
541 - src/core/ext/transport/chttp2/transport/frame_settings.c
542 - src/core/ext/transport/chttp2/transport/frame_window_update.c
543 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
544 - src/core/ext/transport/chttp2/transport/hpack_parser.c
545 - src/core/ext/transport/chttp2/transport/hpack_table.c
546 - src/core/ext/transport/chttp2/transport/huffsyms.c
547 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
548 - src/core/ext/transport/chttp2/transport/parsing.c
549 - src/core/ext/transport/chttp2/transport/status_conversion.c
550 - src/core/ext/transport/chttp2/transport/stream_lists.c
551 - src/core/ext/transport/chttp2/transport/stream_map.c
552 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
553 - src/core/ext/transport/chttp2/transport/varint.c
554 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700555 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700556 uses:
557 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700558 - grpc_transport_chttp2_alpn
559- name: grpc_transport_chttp2_alpn
560 headers:
561 - src/core/ext/transport/chttp2/alpn/alpn.h
562 src:
563 - src/core/ext/transport/chttp2/alpn/alpn.c
564 deps:
565 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700566- name: grpc_transport_chttp2_client_insecure
567 src:
568 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700569 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700570 uses:
571 - grpc_transport_chttp2
572 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700573 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700574- name: grpc_transport_chttp2_client_secure
575 src:
576 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700577 uses:
578 - grpc_transport_chttp2
579 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700580 - grpc_client_config
581 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700582- name: grpc_transport_chttp2_server_insecure
583 src:
584 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700585 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700586 uses:
587 - grpc_transport_chttp2
588 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700589- name: grpc_transport_chttp2_server_secure
590 src:
591 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700592 uses:
593 - grpc_transport_chttp2
594 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700595 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700596- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700597 public_headers:
598 - include/grpc/grpc_cronet.h
599 - include/grpc/grpc_security.h
600 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700601 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700602 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
603 src:
604 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
605 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
606 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700607 filegroups:
608 - grpc_base
609 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800610- name: nanopb
611 headers:
612 - third_party/nanopb/pb.h
613 - third_party/nanopb/pb_common.h
614 - third_party/nanopb/pb_decode.h
615 - third_party/nanopb/pb_encode.h
616 src:
617 - third_party/nanopb/pb_common.c
618 - third_party/nanopb/pb_decode.c
619 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700620- name: tsi
621 headers:
622 - src/core/lib/tsi/fake_transport_security.h
623 - src/core/lib/tsi/ssl_transport_security.h
624 - src/core/lib/tsi/ssl_types.h
625 - src/core/lib/tsi/transport_security.h
626 - src/core/lib/tsi/transport_security_interface.h
627 src:
628 - src/core/lib/tsi/fake_transport_security.c
629 - src/core/lib/tsi/ssl_transport_security.c
630 - src/core/lib/tsi/transport_security.c
631 deps:
632 - gpr
633 secure: true
634- name: grpc++_base
635 language: c++
636 public_headers:
637 - include/grpc++/alarm.h
638 - include/grpc++/channel.h
639 - include/grpc++/client_context.h
640 - include/grpc++/completion_queue.h
641 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700642 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700643 - include/grpc++/generic/async_generic_service.h
644 - include/grpc++/generic/generic_stub.h
645 - include/grpc++/grpc++.h
646 - include/grpc++/impl/call.h
647 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700648 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700649 - include/grpc++/impl/grpc_library.h
650 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700651 - include/grpc++/impl/rpc_method.h
652 - include/grpc++/impl/rpc_service_method.h
653 - include/grpc++/impl/serialization_traits.h
654 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700655 - include/grpc++/impl/server_builder_plugin.h
656 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700657 - include/grpc++/impl/service_type.h
658 - include/grpc++/impl/sync.h
659 - include/grpc++/impl/sync_cxx11.h
660 - include/grpc++/impl/sync_no_cxx11.h
661 - include/grpc++/impl/thd.h
662 - include/grpc++/impl/thd_cxx11.h
663 - include/grpc++/impl/thd_no_cxx11.h
664 - include/grpc++/security/auth_context.h
665 - include/grpc++/security/auth_metadata_processor.h
666 - include/grpc++/security/credentials.h
667 - include/grpc++/security/server_credentials.h
668 - include/grpc++/server.h
669 - include/grpc++/server_builder.h
670 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700671 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700672 - include/grpc++/support/async_stream.h
673 - include/grpc++/support/async_unary_call.h
674 - include/grpc++/support/byte_buffer.h
675 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700676 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700677 - include/grpc++/support/slice.h
678 - include/grpc++/support/status.h
679 - include/grpc++/support/status_code_enum.h
680 - include/grpc++/support/string_ref.h
681 - include/grpc++/support/stub_options.h
682 - include/grpc++/support/sync_stream.h
683 - include/grpc++/support/time.h
684 headers:
685 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700686 - src/cpp/server/dynamic_thread_pool.h
687 - src/cpp/server/thread_pool_interface.h
688 src:
689 - src/cpp/client/channel.cc
690 - src/cpp/client/client_context.cc
691 - src/cpp/client/create_channel.cc
692 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700693 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700694 - src/cpp/client/credentials.cc
695 - src/cpp/client/generic_stub.cc
696 - src/cpp/client/insecure_credentials.cc
697 - src/cpp/common/channel_arguments.cc
698 - src/cpp/common/completion_queue.cc
699 - src/cpp/common/core_codegen.cc
700 - src/cpp/common/rpc_method.cc
701 - src/cpp/server/async_generic_service.cc
702 - src/cpp/server/create_default_thread_pool.cc
703 - src/cpp/server/dynamic_thread_pool.cc
704 - src/cpp/server/insecure_server_credentials.cc
705 - src/cpp/server/server.cc
706 - src/cpp/server/server_builder.cc
707 - src/cpp/server/server_context.cc
708 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700709 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700710 - src/cpp/util/byte_buffer.cc
711 - src/cpp/util/slice.cc
712 - src/cpp/util/status.cc
713 - src/cpp/util/string_ref.cc
714 - src/cpp/util/time.cc
Yuchen Zengf0ec5b62016-07-08 13:40:40 -0700715 deps:
716 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700717 uses:
yang-g17487f92016-06-03 15:21:15 -0700718 - grpc++_codegen_base
719- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700720 language: c++
721 public_headers:
722 - include/grpc++/impl/codegen/async_stream.h
723 - include/grpc++/impl/codegen/async_unary_call.h
724 - include/grpc++/impl/codegen/call.h
725 - include/grpc++/impl/codegen/call_hook.h
726 - include/grpc++/impl/codegen/channel_interface.h
727 - include/grpc++/impl/codegen/client_context.h
728 - include/grpc++/impl/codegen/client_unary_call.h
729 - include/grpc++/impl/codegen/completion_queue.h
730 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700731 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700732 - include/grpc++/impl/codegen/core_codegen_interface.h
733 - include/grpc++/impl/codegen/create_auth_context.h
734 - include/grpc++/impl/codegen/grpc_library.h
735 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700736 - include/grpc++/impl/codegen/rpc_method.h
737 - include/grpc++/impl/codegen/rpc_service_method.h
738 - include/grpc++/impl/codegen/security/auth_context.h
739 - include/grpc++/impl/codegen/serialization_traits.h
740 - include/grpc++/impl/codegen/server_context.h
741 - include/grpc++/impl/codegen/server_interface.h
742 - include/grpc++/impl/codegen/service_type.h
743 - include/grpc++/impl/codegen/status.h
744 - include/grpc++/impl/codegen/status_code_enum.h
745 - include/grpc++/impl/codegen/string_ref.h
746 - include/grpc++/impl/codegen/stub_options.h
747 - include/grpc++/impl/codegen/sync.h
748 - include/grpc++/impl/codegen/sync_cxx11.h
749 - include/grpc++/impl/codegen/sync_no_cxx11.h
750 - include/grpc++/impl/codegen/sync_stream.h
751 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700752 uses:
753 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700754- name: grpc++_codegen_base_src
755 language: c++
756 src:
757 - src/cpp/codegen/codegen_init.cc
758 uses:
759 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700760- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700761 language: c++
762 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700763 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700764 uses:
yang-g17487f92016-06-03 15:21:15 -0700765 - grpc++_codegen_base
766 - grpc++_config_proto
767- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700768 language: c++
769 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700770 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100771libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800772- name: gpr
773 build: all
774 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800775 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700776 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800777 secure: false
778 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
779- name: gpr_test_util
780 build: private
781 language: c
782 headers:
783 - test/core/util/test_config.h
784 src:
785 - test/core/util/test_config.c
786 deps:
787 - gpr
788 secure: false
789 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700790- name: grpc
791 build: all
792 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 src:
794 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700795 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800796 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700797 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700798 filegroups:
799 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700800 - grpc_transport_chttp2_server_secure
801 - grpc_transport_chttp2_client_secure
802 - grpc_transport_chttp2_server_insecure
803 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700804 - grpc_lb_policy_grpclb
805 - grpc_lb_policy_pick_first
806 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700807 - grpc_resolver_dns_native
808 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700809 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100810 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700811 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700812 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700813 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700814 vs_packages:
815 - grpc.dependencies.openssl
816 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700817 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700818- name: grpc_cronet
819 build: all
820 language: c
821 src:
822 - src/core/lib/surface/init.c
823 baselib: true
824 deps_linkage: static
825 dll: true
826 filegroups:
827 - grpc_base
828 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700829 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700830 generate_plugin_registry: true
831 platforms:
832 - linux
833 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100834- name: grpc_dll
835 build: private
836 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100837 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100838 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100839 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100840 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100841 build_system:
842 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100843 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100844 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100845 vs_config_type: DynamicLibrary
846 vs_packages:
847 - grpc.dependencies.openssl
848 - grpc.dependencies.zlib
849 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
850 vs_props:
851 - zlib
852 - openssl
853 - winsock
854 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700855- name: grpc_test_util
856 build: private
857 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700858 headers:
859 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800860 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700861 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700862 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700863 - test/core/end2end/data/server1_cert.c
864 - test/core/end2end/data/server1_key.c
865 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800866 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700867 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800868 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800869 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700870 - grpc
871 filegroups:
872 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700873 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
874- name: grpc_test_util_unsecure
875 build: private
876 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700877 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800878 - gpr
879 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800880 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700881 filegroups:
882 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700883 secure: false
884 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
885- name: grpc_unsecure
886 build: all
887 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700888 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700890 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700891 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800892 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700893 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700894 filegroups:
895 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700896 - grpc_transport_chttp2_server_insecure
897 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700898 - grpc_resolver_dns_native
899 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700900 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700901 - grpc_lb_policy_grpclb
902 - grpc_lb_policy_pick_first
903 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700904 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700905 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700906 secure: false
907 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700908- name: reconnect_server
909 build: private
910 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700911 headers:
912 - test/core/util/reconnect_server.h
913 src:
914 - test/core/util/reconnect_server.c
915 deps:
yang-gc9fca182015-11-06 16:41:33 -0800916 - test_tcp_server
917 - grpc_test_util
918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800919 - gpr_test_util
920 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800921- name: test_tcp_server
922 build: private
923 language: c
924 headers:
925 - test/core/util/test_tcp_server.h
926 src:
927 - test/core/util/test_tcp_server.c
928 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700929 - grpc_test_util
930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800931 - gpr_test_util
932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700933- name: grpc++
934 build: all
935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700936 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700937 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700938 - src/cpp/client/secure_credentials.h
939 - src/cpp/common/secure_auth_context.h
940 - src/cpp/server/secure_server_credentials.h
941 src:
Craig Tiller25834342015-09-25 08:08:24 -0700942 - src/cpp/client/secure_credentials.cc
943 - src/cpp/common/auth_property_iterator.cc
944 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800945 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700946 - src/cpp/common/secure_create_auth_context.cc
947 - src/cpp/server/secure_server_credentials.cc
948 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700949 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700950 baselib: true
951 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700952 filegroups:
953 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700954 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700955 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956 secure: check
957 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700958- name: grpc++_reflection
959 build: all
960 language: c++
961 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700962 - include/grpc++/ext/proto_server_reflection_plugin.h
963 - include/grpc++/ext/reflection.grpc.pb.h
964 - include/grpc++/ext/reflection.pb.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700965 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700966 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700967 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700968 - src/cpp/ext/proto_server_reflection.cc
969 - src/cpp/ext/proto_server_reflection_plugin.cc
970 - src/cpp/ext/reflection.grpc.pb.cc
971 - src/cpp/ext/reflection.pb.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700972 deps:
973 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -0700974 filegroups:
975 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700976- name: grpc++_test_config
977 build: private
978 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700979 headers:
980 - test/cpp/util/test_config.h
981 src:
982 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700983- name: grpc++_test_util
984 build: private
985 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700986 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800987 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800988 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700989 - test/cpp/util/create_test_channel.h
990 - test/cpp/util/string_ref_helper.h
991 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800992 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700993 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800994 - src/proto/grpc/testing/echo_messages.proto
995 - src/proto/grpc/testing/echo.proto
996 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800997 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800998 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700999 - test/cpp/util/create_test_channel.cc
1000 - test/cpp/util/string_ref_helper.cc
1001 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001002 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001003 deps:
1004 - grpc++
1005 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001006 filegroups:
1007 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001008 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001009 - grpc++_codegen_proto
1010 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001011- name: grpc++_unsecure
1012 build: all
1013 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001014 src:
1015 - src/cpp/common/insecure_create_auth_context.cc
1016 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001017 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001018 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001019 baselib: true
1020 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001021 filegroups:
1022 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001023 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001024 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001025 secure: false
1026 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001027- name: grpc_cli_libs
1028 build: private
1029 language: c++
1030 headers:
1031 - test/cpp/util/cli_call.h
1032 - test/cpp/util/proto_file_parser.h
1033 src:
1034 - test/cpp/util/cli_call.cc
1035 - test/cpp/util/proto_file_parser.cc
1036 deps:
1037 - grpc++
1038 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001039- name: grpc_plugin_support
1040 build: protoc
1041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001042 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001043 - src/compiler/config.h
1044 - src/compiler/cpp_generator.h
1045 - src/compiler/cpp_generator_helpers.h
1046 - src/compiler/csharp_generator.h
1047 - src/compiler/csharp_generator_helpers.h
1048 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001049 - src/compiler/node_generator.h
1050 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001051 - src/compiler/objective_c_generator.h
1052 - src/compiler/objective_c_generator_helpers.h
1053 - src/compiler/python_generator.h
1054 - src/compiler/ruby_generator.h
1055 - src/compiler/ruby_generator_helpers-inl.h
1056 - src/compiler/ruby_generator_map-inl.h
1057 - src/compiler/ruby_generator_string-inl.h
1058 src:
1059 - src/compiler/cpp_generator.cc
1060 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001061 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001062 - src/compiler/objective_c_generator.cc
1063 - src/compiler/python_generator.cc
1064 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001065 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001066 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001067 secure: false
1068 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001069 vs_props:
1070 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001071- name: interop_client_helper
1072 build: private
1073 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001074 headers:
1075 - test/cpp/interop/client_helper.h
1076 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001077 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001078 - test/cpp/interop/client_helper.cc
1079 deps:
1080 - grpc++_test_util
1081 - grpc_test_util
1082 - grpc++
1083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085- name: interop_client_main
1086 build: private
1087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001088 headers:
1089 - test/cpp/interop/interop_client.h
1090 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001091 - src/proto/grpc/testing/empty.proto
1092 - src/proto/grpc/testing/messages.proto
1093 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001094 - test/cpp/interop/client.cc
1095 - test/cpp/interop/interop_client.cc
1096 deps:
1097 - interop_client_helper
1098 - grpc++_test_util
1099 - grpc_test_util
1100 - grpc++
1101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001102 - gpr_test_util
1103 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001104 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001105- name: interop_server_helper
1106 build: private
1107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001108 headers:
1109 - test/cpp/interop/server_helper.h
1110 src:
1111 - test/cpp/interop/server_helper.cc
1112 deps:
1113 - grpc_test_util
1114 - grpc++
1115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117- name: interop_server_main
1118 build: private
1119 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001120 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001121 - src/proto/grpc/testing/empty.proto
1122 - src/proto/grpc/testing/messages.proto
1123 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001124 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001125 deps:
1126 - interop_server_helper
1127 - grpc++_test_util
1128 - grpc_test_util
1129 - grpc++
1130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001131 - gpr_test_util
1132 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001133 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001134- name: qps
1135 build: private
1136 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001137 headers:
1138 - test/cpp/qps/client.h
1139 - test/cpp/qps/driver.h
1140 - test/cpp/qps/histogram.h
1141 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001142 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001143 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001144 - test/cpp/qps/qps_worker.h
1145 - test/cpp/qps/report.h
1146 - test/cpp/qps/server.h
1147 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001148 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001149 - test/cpp/util/benchmark_config.h
1150 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001151 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001152 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001153 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001154 - src/proto/grpc/testing/control.proto
1155 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001156 - test/cpp/qps/client_async.cc
1157 - test/cpp/qps/client_sync.cc
1158 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001159 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001160 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001161 - test/cpp/qps/qps_worker.cc
1162 - test/cpp/qps/report.cc
1163 - test/cpp/qps/server_async.cc
1164 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001165 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001166 - test/cpp/util/benchmark_config.cc
1167 deps:
1168 - grpc_test_util
1169 - grpc++_test_util
1170 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001171- name: grpc_csharp_ext
1172 build: all
1173 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001174 src:
1175 - src/csharp/ext/grpc_csharp_ext.c
1176 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001178 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001179 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001180 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181 dll: only
1182 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001183 vs_packages:
1184 - grpc.dependencies.openssl
1185 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001186 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001187 vs_props:
1188 - zlib
1189 - openssl
1190 - winsock
1191 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001192targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001193- name: alarm_test
1194 build: test
1195 language: c
1196 src:
1197 - test/core/surface/alarm_test.c
1198 deps:
1199 - grpc_test_util
1200 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001201 - gpr_test_util
1202 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001203- name: algorithm_test
1204 build: test
1205 language: c
1206 src:
1207 - test/core/compression/algorithm_test.c
1208 deps:
1209 - grpc_test_util
1210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001211 - gpr_test_util
1212 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001213- name: alloc_test
1214 build: test
1215 language: c
1216 src:
1217 - test/core/support/alloc_test.c
1218 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001219 - gpr_test_util
1220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221- name: alpn_test
1222 build: test
1223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001224 src:
1225 - test/core/transport/chttp2/alpn_test.c
1226 deps:
1227 - grpc_test_util
1228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001229 - gpr_test_util
1230 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001231- name: api_fuzzer
1232 build: fuzzer
1233 language: c
1234 src:
1235 - test/core/end2end/fuzzers/api_fuzzer.c
1236 deps:
1237 - grpc_test_util
1238 - grpc
1239 - gpr_test_util
1240 - gpr
1241 corpus_dirs:
1242 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001243 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001244 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001245- name: bad_server_response_test
1246 build: test
1247 language: c
1248 src:
1249 - test/core/end2end/bad_server_response_test.c
1250 deps:
1251 - test_tcp_server
1252 - grpc_test_util
1253 - grpc
1254 - gpr_test_util
1255 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001256- name: bin_decoder_test
1257 build: test
1258 language: c
1259 src:
1260 - test/core/transport/chttp2/bin_decoder_test.c
1261 deps:
1262 - grpc_test_util
1263 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264- name: bin_encoder_test
1265 build: test
1266 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001267 src:
1268 - test/core/transport/chttp2/bin_encoder_test.c
1269 deps:
1270 - grpc_test_util
1271 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001272- name: census_context_test
1273 build: test
1274 language: c
1275 src:
1276 - test/core/census/context_test.c
1277 deps:
1278 - grpc_test_util
1279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001280 - gpr_test_util
1281 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001282- name: channel_create_test
1283 build: test
1284 language: c
1285 src:
1286 - test/core/surface/channel_create_test.c
1287 deps:
1288 - grpc_test_util
1289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001290 - gpr_test_util
1291 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001292- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001293 build: test
1294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001295 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001296 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001297 deps:
1298 - grpc_test_util
1299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001300 - gpr_test_util
1301 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001302- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001303 build: test
1304 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001305 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001306 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001307 deps:
1308 - grpc_test_util
1309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001310 - gpr_test_util
1311 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312- name: chttp2_stream_map_test
1313 build: test
1314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001315 src:
1316 - test/core/transport/chttp2/stream_map_test.c
1317 deps:
1318 - grpc_test_util
1319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001320 - gpr_test_util
1321 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001322- name: chttp2_varint_test
1323 build: test
1324 language: c
1325 src:
1326 - test/core/transport/chttp2/varint_test.c
1327 deps:
1328 - grpc_test_util
1329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001330 - gpr_test_util
1331 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001332- name: client_fuzzer
1333 build: fuzzer
1334 language: c
1335 src:
1336 - test/core/end2end/fuzzers/client_fuzzer.c
1337 deps:
1338 - grpc_test_util
1339 - grpc
1340 - gpr_test_util
1341 - gpr
1342 corpus_dirs:
1343 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001344 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001345 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001346- name: compression_test
1347 build: test
1348 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001349 src:
1350 - test/core/compression/compression_test.c
1351 deps:
1352 - grpc_test_util
1353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001354 - gpr_test_util
1355 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001356- name: concurrent_connectivity_test
1357 build: test
1358 language: c
1359 src:
1360 - test/core/surface/concurrent_connectivity_test.c
1361 deps:
1362 - grpc_test_util
1363 - grpc
1364 - gpr_test_util
1365 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001366- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001367 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001368 build: test
1369 language: c
1370 src:
1371 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1372 deps:
1373 - grpc_test_util
1374 - grpc
1375 - gpr_test_util
1376 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001377- name: dns_resolver_test
1378 build: test
1379 language: c
1380 src:
1381 - test/core/client_config/resolvers/dns_resolver_test.c
1382 deps:
1383 - grpc_test_util
1384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001385 - gpr_test_util
1386 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001387- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001388 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001389 build: test
1390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001391 src:
1392 - test/core/end2end/dualstack_socket_test.c
1393 deps:
1394 - grpc_test_util
1395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr_test_util
1397 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001398 platforms:
1399 - mac
1400 - linux
1401 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001402- name: endpoint_pair_test
1403 build: test
1404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001405 src:
1406 - test/core/iomgr/endpoint_pair_test.c
1407 deps:
1408 - grpc_test_util
1409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001410 - gpr_test_util
1411 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001412- name: ev_epoll_linux_test
1413 build: test
1414 language: c
1415 src:
1416 - test/core/iomgr/ev_epoll_linux_test.c
1417 deps:
1418 - grpc_test_util
1419 - grpc
1420 - gpr_test_util
1421 - gpr
1422 platforms:
1423 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001424- name: fd_conservation_posix_test
1425 build: test
1426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001427 src:
1428 - test/core/iomgr/fd_conservation_posix_test.c
1429 deps:
1430 - grpc_test_util
1431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001432 - gpr_test_util
1433 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001434 platforms:
1435 - mac
1436 - linux
1437 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001438- name: fd_posix_test
1439 build: test
1440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001441 src:
1442 - test/core/iomgr/fd_posix_test.c
1443 deps:
1444 - grpc_test_util
1445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 - gpr_test_util
1447 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001448 platforms:
1449 - mac
1450 - linux
1451 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001452- name: fling_client
1453 build: test
1454 run: false
1455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001456 src:
1457 - test/core/fling/client.c
1458 deps:
1459 - grpc_test_util
1460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001461 - gpr_test_util
1462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463- name: fling_server
1464 build: test
1465 run: false
1466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001467 src:
1468 - test/core/fling/server.c
1469 deps:
1470 - grpc_test_util
1471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001472 - gpr_test_util
1473 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001474- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001475 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001476 build: test
1477 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001478 src:
1479 - test/core/fling/fling_stream_test.c
1480 deps:
1481 - grpc_test_util
1482 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001483 - gpr_test_util
1484 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001485 platforms:
1486 - mac
1487 - linux
1488 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001489- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001490 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001491 build: test
1492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001493 src:
1494 - test/core/fling/fling_test.c
1495 deps:
1496 - grpc_test_util
1497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001498 - gpr_test_util
1499 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001500 platforms:
1501 - mac
1502 - linux
1503 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001504- name: gen_hpack_tables
1505 build: tool
1506 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001507 src:
1508 - tools/codegen/core/gen_hpack_tables.c
1509 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001510 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001511 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001512- name: gen_legal_metadata_characters
1513 build: tool
1514 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001515 src:
1516 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001517 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001518- name: goaway_server_test
1519 cpu_cost: 0.1
1520 build: test
1521 language: c
1522 src:
1523 - test/core/end2end/goaway_server_test.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
1527 - gpr_test_util
1528 - gpr
1529 platforms:
1530 - mac
1531 - linux
1532 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001533- name: gpr_avl_test
1534 build: test
1535 language: c
1536 src:
1537 - test/core/support/avl_test.c
1538 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001539 - gpr_test_util
1540 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001541- name: gpr_backoff_test
1542 build: test
1543 language: c
1544 src:
1545 - test/core/support/backoff_test.c
1546 deps:
1547 - gpr_test_util
1548 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001549- name: gpr_cmdline_test
1550 build: test
1551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001552 src:
1553 - test/core/support/cmdline_test.c
1554 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr_test_util
1556 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001557- name: gpr_cpu_test
1558 build: test
1559 language: c
1560 src:
1561 - test/core/support/cpu_test.c
1562 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: gpr_env_test
1566 build: test
1567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001568 src:
1569 - test/core/support/env_test.c
1570 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001571 - gpr_test_util
1572 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001573- name: gpr_histogram_test
1574 build: test
1575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001576 src:
1577 - test/core/support/histogram_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_host_port_test
1582 build: test
1583 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001584 src:
1585 - test/core/support/host_port_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_log_test
1590 build: test
1591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001592 src:
1593 - test/core/support/log_test.c
1594 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001595 - gpr_test_util
1596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001597- name: gpr_slice_buffer_test
1598 build: test
1599 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001600 src:
1601 - test/core/support/slice_buffer_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_slice_test
1606 build: test
1607 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001608 src:
1609 - test/core/support/slice_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_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001614 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001615 build: test
1616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001617 src:
1618 - test/core/support/stack_lockfree_test.c
1619 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001620 - gpr_test_util
1621 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001622- name: gpr_string_test
1623 build: test
1624 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001625 src:
1626 - test/core/support/string_test.c
1627 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001628 - gpr_test_util
1629 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001631 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001632 build: test
1633 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001634 src:
1635 - test/core/support/sync_test.c
1636 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001637 - gpr_test_util
1638 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001639- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001640 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001641 build: test
1642 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001643 src:
1644 - test/core/support/thd_test.c
1645 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648- name: gpr_time_test
1649 build: test
1650 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001651 src:
1652 - test/core/support/time_test.c
1653 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001654 - gpr_test_util
1655 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001656- name: gpr_tls_test
1657 build: test
1658 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001659 src:
1660 - test/core/support/tls_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_useful_test
1665 build: test
1666 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001667 src:
1668 - test/core/support/useful_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: grpc_auth_context_test
1673 build: test
1674 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001675 src:
1676 - test/core/security/auth_context_test.c
1677 deps:
1678 - grpc_test_util
1679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001680 - gpr_test_util
1681 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001682- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001683 build: test
1684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001685 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001686 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001687 deps:
1688 - grpc_test_util
1689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001690 - gpr_test_util
1691 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692- name: grpc_byte_buffer_reader_test
1693 build: test
1694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
1696 - test/core/surface/byte_buffer_reader_test.c
1697 deps:
1698 - grpc_test_util
1699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 - gpr_test_util
1701 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001702- name: grpc_channel_args_test
1703 build: test
1704 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001705 src:
1706 - test/core/channel/channel_args_test.c
1707 deps:
1708 - grpc_test_util
1709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001710 - gpr_test_util
1711 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001712- name: grpc_channel_stack_test
1713 build: test
1714 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001715 src:
1716 - test/core/channel/channel_stack_test.c
1717 deps:
1718 - grpc_test_util
1719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001720 - gpr_test_util
1721 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001722- name: grpc_completion_queue_test
1723 build: test
1724 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001725 src:
1726 - test/core/surface/completion_queue_test.c
1727 deps:
1728 - grpc_test_util
1729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001730 - gpr_test_util
1731 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001732- name: grpc_create_jwt
1733 build: tool
1734 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001735 src:
1736 - test/core/security/create_jwt.c
1737 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001739 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001740 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001741- name: grpc_credentials_test
1742 build: test
1743 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001744 src:
1745 - test/core/security/credentials_test.c
1746 deps:
1747 - grpc_test_util
1748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001749 - gpr_test_util
1750 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001751- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001752 build: test
1753 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001754 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001755 src:
1756 - test/core/security/fetch_oauth2.c
1757 deps:
1758 - grpc_test_util
1759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001760 - gpr_test_util
1761 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001762- name: grpc_invalid_channel_args_test
1763 build: test
1764 language: c
1765 src:
1766 - test/core/surface/invalid_channel_args_test.c
1767 deps:
1768 - grpc_test_util
1769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001770 - gpr_test_util
1771 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772- name: grpc_json_token_test
1773 build: test
1774 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001775 src:
1776 - test/core/security/json_token_test.c
1777 deps:
1778 - grpc_test_util
1779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001780 - gpr_test_util
1781 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001782 platforms:
1783 - linux
1784 - posix
1785 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001786- name: grpc_jwt_verifier_test
1787 build: test
1788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
1790 - test/core/security/jwt_verifier_test.c
1791 deps:
1792 - grpc_test_util
1793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001794 - gpr_test_util
1795 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001796- name: grpc_print_google_default_creds_token
1797 build: tool
1798 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001799 src:
1800 - test/core/security/print_google_default_creds_token.c
1801 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001803 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001804- name: grpc_security_connector_test
1805 build: test
1806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001807 src:
1808 - test/core/security/security_connector_test.c
1809 deps:
1810 - grpc_test_util
1811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001812 - gpr_test_util
1813 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001814- name: grpc_verify_jwt
1815 build: tool
1816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001817 src:
1818 - test/core/security/verify_jwt.c
1819 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001822- name: hpack_parser_fuzzer_test
1823 build: fuzzer
1824 language: c
1825 src:
1826 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1827 deps:
1828 - grpc_test_util
1829 - grpc
1830 - gpr_test_util
1831 - gpr
1832 corpus_dirs:
1833 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001834 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001835 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001836- name: hpack_parser_test
1837 build: test
1838 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001839 src:
1840 - test/core/transport/chttp2/hpack_parser_test.c
1841 deps:
1842 - grpc_test_util
1843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001846- name: hpack_table_test
1847 build: test
1848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001849 src:
1850 - test/core/transport/chttp2/hpack_table_test.c
1851 deps:
1852 - grpc_test_util
1853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001856- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001860 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001866- name: http_request_fuzzer_test
1867 build: fuzzer
1868 language: c
1869 src:
1870 - test/core/http/request_fuzzer.c
1871 deps:
1872 - grpc_test_util
1873 - grpc
1874 - gpr_test_util
1875 - gpr
1876 corpus_dirs:
1877 - test/core/http/corpus
1878 maxlen: 2048
1879- name: http_response_fuzzer_test
1880 build: fuzzer
1881 language: c
1882 src:
1883 - test/core/http/response_fuzzer.c
1884 deps:
1885 - grpc_test_util
1886 - grpc
1887 - gpr_test_util
1888 - gpr
1889 corpus_dirs:
1890 - test/core/http/corpus
1891 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001892- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893 build: test
1894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001895 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001896 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001897 deps:
1898 - grpc_test_util
1899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001900 - gpr_test_util
1901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001902- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001903 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001904 build: test
1905 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001906 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001907 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001908 deps:
1909 - grpc_test_util
1910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001911 - gpr_test_util
1912 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001913 platforms:
1914 - mac
1915 - linux
1916 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001917- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001918 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001919 build: test
1920 language: c
1921 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001922 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001923 deps:
1924 - grpc_test_util
1925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001926 - gpr_test_util
1927 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001928 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001929 - linux
yang-gf1183302015-12-07 16:02:05 -08001930- name: init_test
1931 build: test
1932 language: c
1933 src:
1934 - test/core/surface/init_test.c
1935 deps:
1936 - grpc_test_util
1937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001938 - gpr_test_util
1939 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001940- name: internal_api_canary_iomgr_test
1941 build: test
1942 run: false
1943 language: c
1944 src:
1945 - test/core/internal_api_canaries/iomgr.c
1946 deps:
1947 - grpc_test_util
1948 - grpc
1949 - gpr_test_util
1950 - gpr
1951- name: internal_api_canary_support_test
1952 build: test
1953 run: false
1954 language: c
1955 src:
1956 - test/core/internal_api_canaries/iomgr.c
1957 deps:
1958 - grpc_test_util
1959 - grpc
1960 - gpr_test_util
1961 - gpr
1962- name: internal_api_canary_transport_test
1963 build: test
1964 run: false
1965 language: c
1966 src:
1967 - test/core/internal_api_canaries/iomgr.c
1968 deps:
1969 - grpc_test_util
1970 - grpc
1971 - gpr_test_util
1972 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001973- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001974 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08001975 build: test
1976 language: c
1977 src:
1978 - test/core/end2end/invalid_call_argument_test.c
1979 deps:
1980 - grpc_test_util
1981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001982 - gpr_test_util
1983 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001984- name: json_fuzzer_test
1985 build: fuzzer
1986 language: c
1987 src:
1988 - test/core/json/fuzzer.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
1992 - gpr_test_util
1993 - gpr
1994 corpus_dirs:
1995 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001996 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001997- name: json_rewrite
1998 build: test
1999 run: false
2000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/core/json/json_rewrite.c
2003 deps:
2004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: json_rewrite_test
2007 build: test
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - test/core/json/json_rewrite_test.c
2011 deps:
2012 - grpc_test_util
2013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 - gpr_test_util
2015 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002016- name: json_stream_error_test
2017 build: test
2018 language: c
2019 src:
2020 - test/core/json/json_stream_error_test.c
2021 deps:
2022 - grpc_test_util
2023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002024 - gpr_test_util
2025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026- name: json_test
2027 build: test
2028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002029 src:
2030 - test/core/json/json_test.c
2031 deps:
2032 - grpc_test_util
2033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036- name: lame_client_test
2037 build: test
2038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002039 src:
2040 - test/core/surface/lame_client_test.c
2041 deps:
2042 - grpc_test_util
2043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002044 - gpr_test_util
2045 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002046- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002047 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002048 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002049 build: test
2050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
2052 - test/core/client_config/lb_policies_test.c
2053 deps:
2054 - grpc_test_util
2055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr_test_util
2057 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002058- name: load_file_test
2059 build: test
2060 language: c
2061 src:
2062 - test/core/iomgr/load_file_test.c
2063 deps:
2064 - grpc_test_util
2065 - grpc
2066 - gpr_test_util
2067 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002068- name: low_level_ping_pong_benchmark
2069 build: benchmark
2070 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002071 src:
2072 - test/core/network_benchmarks/low_level_ping_pong.c
2073 deps:
2074 - grpc_test_util
2075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002076 - gpr_test_util
2077 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002078 platforms:
2079 - mac
2080 - linux
2081 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: message_compress_test
2083 build: test
2084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002085 src:
2086 - test/core/compression/message_compress_test.c
2087 deps:
2088 - grpc_test_util
2089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002090 - gpr_test_util
2091 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002092- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002093 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002094 build: test
2095 language: c
2096 src:
2097 - test/core/census/mlog_test.c
2098 deps:
2099 - grpc_test_util
2100 - grpc
2101 - gpr_test_util
2102 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002103- name: multiple_server_queues_test
2104 build: test
2105 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002106 src:
2107 - test/core/end2end/multiple_server_queues_test.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002113- name: murmur_hash_test
2114 build: test
2115 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002116 src:
2117 - test/core/support/murmur_hash_test.c
2118 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr_test_util
2120 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002121- name: nanopb_fuzzer_response_test
2122 build: fuzzer
2123 language: c
2124 src:
2125 - test/core/nanopb/fuzzer_response.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
2129 - gpr_test_util
2130 - gpr
2131 corpus_dirs:
2132 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002133 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002134- name: nanopb_fuzzer_serverlist_test
2135 build: fuzzer
2136 language: c
2137 src:
2138 - test/core/nanopb/fuzzer_serverlist.c
2139 deps:
2140 - grpc_test_util
2141 - grpc
2142 - gpr_test_util
2143 - gpr
2144 corpus_dirs:
2145 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002146 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002148 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002149 build: test
2150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002151 src:
2152 - test/core/end2end/no_server_test.c
2153 deps:
2154 - grpc_test_util
2155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr_test_util
2157 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158- name: resolve_address_test
2159 build: test
2160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002161 src:
2162 - test/core/iomgr/resolve_address_test.c
2163 deps:
2164 - grpc_test_util
2165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002166 - gpr_test_util
2167 - gpr
yang-gd482e592015-12-10 14:04:00 -08002168- name: secure_channel_create_test
2169 build: test
2170 language: c
2171 src:
2172 - test/core/surface/secure_channel_create_test.c
2173 deps:
2174 - grpc_test_util
2175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr_test_util
2177 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002178- name: secure_endpoint_test
2179 build: test
2180 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002181 src:
2182 - test/core/security/secure_endpoint_test.c
2183 deps:
2184 - grpc_test_util
2185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 - gpr_test_util
2187 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002188- name: sequential_connectivity_test
2189 build: test
2190 language: c
2191 src:
2192 - test/core/surface/sequential_connectivity_test.c
2193 deps:
2194 - grpc_test_util
2195 - grpc
2196 - gpr_test_util
2197 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002198- name: server_chttp2_test
2199 build: test
2200 language: c
2201 src:
2202 - test/core/surface/server_chttp2_test.c
2203 deps:
2204 - grpc_test_util
2205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002206 - gpr_test_util
2207 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002208- name: server_fuzzer
2209 build: fuzzer
2210 language: c
2211 src:
2212 - test/core/end2end/fuzzers/server_fuzzer.c
2213 deps:
2214 - grpc_test_util
2215 - grpc
2216 - gpr_test_util
2217 - gpr
2218 corpus_dirs:
2219 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002220 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002221 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002222- name: server_test
2223 build: test
2224 language: c
2225 src:
2226 - test/core/surface/server_test.c
2227 deps:
2228 - grpc_test_util
2229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002230 - gpr_test_util
2231 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002232- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002233 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002234 build: test
2235 language: c
2236 src:
2237 - test/core/client_config/set_initial_connect_string_test.c
2238 deps:
2239 - test_tcp_server
2240 - grpc_test_util
2241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002242 - gpr_test_util
2243 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002244- name: sockaddr_resolver_test
2245 build: test
2246 language: c
2247 src:
2248 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2249 deps:
2250 - grpc_test_util
2251 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002252 - gpr_test_util
2253 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002254- name: sockaddr_utils_test
2255 build: test
2256 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002257 src:
2258 - test/core/iomgr/sockaddr_utils_test.c
2259 deps:
2260 - grpc_test_util
2261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002262 - gpr_test_util
2263 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002264- name: socket_utils_test
2265 build: test
2266 language: c
2267 src:
2268 - test/core/iomgr/socket_utils_test.c
2269 deps:
2270 - grpc_test_util
2271 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002272 - gpr_test_util
2273 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002274 platforms:
2275 - mac
2276 - linux
2277 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002278- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002279 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002280 build: test
2281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002282 src:
2283 - test/core/iomgr/tcp_client_posix_test.c
2284 deps:
2285 - grpc_test_util
2286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002287 - gpr_test_util
2288 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002289 platforms:
2290 - mac
2291 - linux
2292 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002293- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002294 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295 build: test
2296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
2298 - test/core/iomgr/tcp_posix_test.c
2299 deps:
2300 - grpc_test_util
2301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002304 platforms:
2305 - mac
2306 - linux
2307 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308- name: tcp_server_posix_test
2309 build: test
2310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002311 src:
2312 - test/core/iomgr/tcp_server_posix_test.c
2313 deps:
2314 - grpc_test_util
2315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 - gpr_test_util
2317 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002318 platforms:
2319 - mac
2320 - linux
2321 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002322- name: time_averaged_stats_test
2323 build: test
2324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002325 src:
2326 - test/core/iomgr/time_averaged_stats_test.c
2327 deps:
2328 - grpc_test_util
2329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332- name: timeout_encoding_test
2333 build: test
2334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002335 src:
2336 - test/core/transport/chttp2/timeout_encoding_test.c
2337 deps:
2338 - grpc_test_util
2339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002340 - gpr_test_util
2341 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002342- name: timer_heap_test
2343 build: test
2344 language: c
2345 src:
2346 - test/core/iomgr/timer_heap_test.c
2347 deps:
2348 - grpc_test_util
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002352- name: timer_list_test
2353 build: test
2354 language: c
2355 src:
2356 - test/core/iomgr/timer_list_test.c
2357 deps:
2358 - grpc_test_util
2359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002360 - gpr_test_util
2361 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002362- name: transport_connectivity_state_test
2363 build: test
2364 language: c
2365 src:
2366 - test/core/transport/connectivity_state_test.c
2367 deps:
2368 - grpc_test_util
2369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002370 - gpr_test_util
2371 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002372- name: transport_metadata_test
2373 build: test
2374 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002375 src:
2376 - test/core/transport/metadata_test.c
2377 deps:
2378 - grpc_test_util
2379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002380 - gpr_test_util
2381 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002382- name: transport_security_test
2383 build: test
2384 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002385 src:
2386 - test/core/tsi/transport_security_test.c
2387 deps:
2388 - grpc_test_util
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002392 platforms:
2393 - linux
2394 - posix
2395 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002396- name: udp_server_test
2397 build: test
2398 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002399 src:
2400 - test/core/iomgr/udp_server_test.c
2401 deps:
2402 - grpc_test_util
2403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002404 - gpr_test_util
2405 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002406 platforms:
2407 - mac
2408 - linux
2409 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002410- name: uri_fuzzer_test
2411 build: fuzzer
2412 language: c
2413 src:
2414 - test/core/client_config/uri_fuzzer_test.c
2415 deps:
2416 - grpc_test_util
2417 - grpc
2418 - gpr_test_util
2419 - gpr
2420 corpus_dirs:
2421 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002422 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002423- name: uri_parser_test
2424 build: test
2425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002426 src:
2427 - test/core/client_config/uri_parser_test.c
2428 deps:
2429 - grpc_test_util
2430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002431 - gpr_test_util
2432 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002433- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002434 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002435 build: test
2436 language: c++
2437 src:
2438 - test/cpp/common/alarm_cpp_test.cc
2439 deps:
2440 - grpc++_test_util
2441 - grpc_test_util
2442 - grpc++
2443 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002444 - gpr_test_util
2445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002447 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448 build: test
2449 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002450 src:
2451 - test/cpp/end2end/async_end2end_test.cc
2452 deps:
2453 - grpc++_test_util
2454 - grpc_test_util
2455 - grpc++
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002460 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002461 build: test
2462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - test/cpp/common/auth_property_iterator_test.cc
2465 deps:
2466 - grpc++_test_util
2467 - grpc_test_util
2468 - grpc++
2469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002470 - gpr_test_util
2471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002473 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002474 build: test
2475 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002476 src:
yang-g52705592015-11-25 11:45:33 -08002477 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002478 deps:
2479 - grpc++
2480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002481 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002483 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002484 build: test
2485 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002486 src:
2487 - test/cpp/util/cli_call_test.cc
2488 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002489 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002490 - grpc++_test_util
2491 - grpc_test_util
2492 - grpc++
2493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr_test_util
2495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002496- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002497 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002498 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002499 build: test
2500 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002501 src:
2502 - test/cpp/end2end/client_crash_test.cc
2503 deps:
2504 - grpc++_test_util
2505 - grpc_test_util
2506 - grpc++
2507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002508 - gpr_test_util
2509 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002510 platforms:
2511 - mac
2512 - linux
2513 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514- name: client_crash_test_server
2515 build: test
2516 run: false
2517 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002518 src:
2519 - test/cpp/end2end/client_crash_test_server.cc
2520 deps:
2521 - grpc++_test_util
2522 - grpc_test_util
2523 - grpc++
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr_test_util
2526 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002527- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002528 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002529 build: test
2530 language: c++
2531 src:
2532 - src/proto/grpc/testing/control.proto
2533 - src/proto/grpc/testing/messages.proto
2534 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002535 - src/proto/grpc/testing/services.proto
2536 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002537 - test/cpp/codegen/codegen_test_full.cc
2538 deps:
2539 - grpc++
2540 - grpc
2541 - gpr
2542 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002543 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002544- name: codegen_test_minimal
2545 gtest: true
2546 build: test
2547 language: c++
2548 src:
2549 - src/proto/grpc/testing/control.proto
2550 - src/proto/grpc/testing/messages.proto
2551 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002552 - src/proto/grpc/testing/services.proto
2553 - src/proto/grpc/testing/stats.proto
2554 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002555 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002556 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002557 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002558- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002559 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002560 build: test
2561 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002562 src:
2563 - test/cpp/client/credentials_test.cc
2564 deps:
2565 - grpc++
2566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002567 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002569 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570 build: test
2571 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002572 src:
2573 - test/cpp/util/byte_buffer_test.cc
2574 deps:
2575 - grpc_test_util
2576 - grpc++
2577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002578 - gpr_test_util
2579 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002581 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582 build: test
2583 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002584 src:
2585 - test/cpp/util/slice_test.cc
2586 deps:
2587 - grpc_test_util
2588 - grpc++
2589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002590 - gpr_test_util
2591 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002592- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002593 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002594 build: test
2595 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002596 src:
2597 - test/cpp/util/string_ref_test.cc
2598 deps:
2599 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002601 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602 build: test
2603 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002604 src:
2605 - test/cpp/util/time_test.cc
2606 deps:
2607 - grpc_test_util
2608 - grpc++
2609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002610 - gpr_test_util
2611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002613 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002614 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002615 build: test
2616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - test/cpp/end2end/end2end_test.cc
2619 deps:
2620 - grpc++_test_util
2621 - grpc_test_util
2622 - grpc++
2623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002624 - gpr_test_util
2625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002627 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628 build: test
2629 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002630 src:
2631 - test/cpp/end2end/generic_end2end_test.cc
2632 deps:
2633 - grpc++_test_util
2634 - grpc_test_util
2635 - grpc++
2636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002637 - gpr_test_util
2638 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002639- name: golden_file_test
2640 gtest: true
2641 build: test
2642 language: c++
2643 src:
2644 - src/proto/grpc/testing/compiler_test.proto
2645 - test/cpp/codegen/golden_file_test.cc
2646 deps:
2647 - grpc++
2648 - grpc
2649 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002650- name: grpc_cli
2651 build: test
2652 run: false
2653 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002654 src:
2655 - test/cpp/util/grpc_cli.cc
2656 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002657 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002658 - grpc++_test_util
2659 - grpc_test_util
2660 - grpc++
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002664 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002665- name: grpc_cpp_plugin
2666 build: protoc
2667 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002668 src:
2669 - src/compiler/cpp_plugin.cc
2670 deps:
2671 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002672 secure: false
2673 vs_config_type: Application
2674 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2675- name: grpc_csharp_plugin
2676 build: protoc
2677 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002678 src:
2679 - src/compiler/csharp_plugin.cc
2680 deps:
2681 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682 secure: false
2683 vs_config_type: Application
2684 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002685- name: grpc_node_plugin
2686 build: protoc
2687 language: c++
2688 src:
2689 - src/compiler/node_plugin.cc
2690 deps:
2691 - grpc_plugin_support
2692 secure: false
2693 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694- name: grpc_objective_c_plugin
2695 build: protoc
2696 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002697 src:
2698 - src/compiler/objective_c_plugin.cc
2699 deps:
2700 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002701 secure: false
2702 vs_config_type: Application
2703 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2704- name: grpc_python_plugin
2705 build: protoc
2706 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
2708 - src/compiler/python_plugin.cc
2709 deps:
2710 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002711 secure: false
2712 vs_config_type: Application
2713 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2714- name: grpc_ruby_plugin
2715 build: protoc
2716 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002717 src:
2718 - src/compiler/ruby_plugin.cc
2719 deps:
2720 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002721 secure: false
2722 vs_config_type: Application
2723 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002724- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002725 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002726 build: test
2727 language: c++
2728 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002729 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002730 - test/cpp/grpclb/grpclb_api_test.cc
2731 deps:
2732 - grpc++_test_util
2733 - grpc_test_util
2734 - grpc++
2735 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002736- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002737 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002738 build: test
2739 language: c++
2740 src:
2741 - test/cpp/end2end/hybrid_end2end_test.cc
2742 deps:
2743 - grpc++_test_util
2744 - grpc_test_util
2745 - grpc++
2746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002747 - gpr_test_util
2748 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002749- name: interop_client
2750 build: test
2751 run: false
2752 language: c++
2753 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002754 deps:
2755 - interop_client_main
2756 - interop_client_helper
2757 - grpc++_test_util
2758 - grpc_test_util
2759 - grpc++
2760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002761 - gpr_test_util
2762 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002763 - grpc++_test_config
2764 platforms:
2765 - mac
2766 - linux
2767 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002768- name: interop_server
2769 build: test
2770 run: false
2771 language: c++
2772 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002773 deps:
2774 - interop_server_main
2775 - interop_server_helper
2776 - grpc++_test_util
2777 - grpc_test_util
2778 - grpc++
2779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002780 - gpr_test_util
2781 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002782 - grpc++_test_config
2783 platforms:
2784 - mac
2785 - linux
2786 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002787- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002788 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002789 build: test
2790 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002791 src:
2792 - test/cpp/interop/interop_test.cc
2793 deps:
2794 - grpc_test_util
2795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002796 - gpr_test_util
2797 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002798 platforms:
2799 - mac
2800 - linux
2801 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002802- name: json_run_localhost
2803 build: test
2804 run: false
2805 language: c++
2806 src:
2807 - test/cpp/qps/json_run_localhost.cc
2808 deps:
2809 - grpc++_test_util
2810 - grpc_test_util
2811 - grpc++
2812 - grpc
2813 - gpr_test_util
2814 - gpr
2815 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002816- name: metrics_client
2817 build: test
2818 run: false
2819 language: c++
2820 headers:
2821 - test/cpp/util/metrics_server.h
2822 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002823 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002824 - test/cpp/interop/metrics_client.cc
2825 deps:
2826 - grpc++
2827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002828 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002829 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002831 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832 build: test
2833 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002834 src:
2835 - test/cpp/end2end/mock_test.cc
2836 deps:
2837 - grpc++_test_util
2838 - grpc_test_util
2839 - grpc++
2840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002841 - gpr_test_util
2842 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002843- name: proto_server_reflection_test
2844 gtest: true
2845 build: test
2846 language: c++
2847 headers:
2848 - test/cpp/util/proto_reflection_descriptor_database.h
2849 src:
2850 - test/cpp/end2end/proto_server_reflection_test.cc
2851 - test/cpp/util/proto_reflection_descriptor_database.cc
2852 deps:
2853 - grpc++_reflection
2854 - grpc++_test_util
2855 - grpc_test_util
2856 - grpc++
2857 - grpc
2858 - gpr_test_util
2859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860- name: qps_interarrival_test
2861 build: test
2862 run: false
2863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002864 src:
2865 - test/cpp/qps/qps_interarrival_test.cc
2866 deps:
2867 - qps
2868 - grpc++_test_util
2869 - grpc_test_util
2870 - grpc++
2871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002872 - gpr_test_util
2873 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002874 platforms:
2875 - mac
2876 - linux
2877 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002878- name: qps_json_driver
2879 build: test
2880 run: false
2881 language: c++
2882 src:
2883 - test/cpp/qps/qps_json_driver.cc
2884 deps:
2885 - qps
2886 - grpc++_test_util
2887 - grpc_test_util
2888 - grpc++
2889 - grpc
2890 - gpr_test_util
2891 - gpr
2892 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002893- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002894 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895 build: test
2896 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002897 src:
2898 - test/cpp/qps/qps_openloop_test.cc
2899 deps:
2900 - qps
2901 - grpc++_test_util
2902 - grpc_test_util
2903 - grpc++
2904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002905 - gpr_test_util
2906 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002907 - grpc++_test_config
2908 platforms:
2909 - mac
2910 - linux
2911 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002912- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002913 build: test
2914 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002915 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002916 headers:
2917 - test/cpp/qps/client.h
2918 - test/cpp/qps/server.h
2919 src:
2920 - test/cpp/qps/worker.cc
2921 deps:
2922 - qps
2923 - grpc++_test_util
2924 - grpc_test_util
2925 - grpc++
2926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002927 - gpr_test_util
2928 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002929 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002930- name: reconnect_interop_client
2931 build: test
2932 run: false
2933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002934 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002935 - src/proto/grpc/testing/empty.proto
2936 - src/proto/grpc/testing/messages.proto
2937 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002938 - test/cpp/interop/reconnect_interop_client.cc
2939 deps:
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_server
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_server.cc
2956 deps:
2957 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002958 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002959 - grpc++_test_util
2960 - grpc_test_util
2961 - grpc++
2962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002963 - gpr_test_util
2964 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002965 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002966- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002967 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968 build: test
2969 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002970 src:
2971 - test/cpp/common/secure_auth_context_test.cc
2972 deps:
2973 - grpc++_test_util
2974 - grpc_test_util
2975 - grpc++
2976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002977 - gpr_test_util
2978 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002979- name: secure_sync_unary_ping_pong_test
2980 build: test
2981 language: c++
2982 src:
2983 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2984 deps:
2985 - qps
2986 - grpc++_test_util
2987 - grpc_test_util
2988 - grpc++
2989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002990 - gpr_test_util
2991 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002992 platforms:
2993 - mac
2994 - linux
2995 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002996- name: server_builder_plugin_test
2997 gtest: true
2998 build: test
2999 language: c++
3000 src:
3001 - test/cpp/end2end/server_builder_plugin_test.cc
3002 deps:
3003 - grpc++_test_util
3004 - grpc_test_util
3005 - grpc++
3006 - grpc
3007 - gpr_test_util
3008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003009- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003010 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003011 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003012 build: test
3013 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003014 src:
3015 - test/cpp/end2end/server_crash_test.cc
3016 deps:
3017 - grpc++_test_util
3018 - grpc_test_util
3019 - grpc++
3020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003021 - gpr_test_util
3022 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003023 platforms:
3024 - mac
3025 - linux
3026 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003027- name: server_crash_test_client
3028 build: test
3029 run: false
3030 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003031 src:
3032 - test/cpp/end2end/server_crash_test_client.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 Tillerbf4b2242015-08-31 15:53:53 -07003040- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003041 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042 build: test
3043 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003044 src:
3045 - test/cpp/end2end/shutdown_test.cc
3046 deps:
3047 - grpc++_test_util
3048 - grpc_test_util
3049 - grpc++
3050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003051 - gpr_test_util
3052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003053- name: status_test
3054 build: test
3055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003056 src:
3057 - test/cpp/util/status_test.cc
3058 deps:
3059 - grpc_test_util
3060 - grpc++
3061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003062 - gpr_test_util
3063 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003064- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003065 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003066 build: test
3067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003068 src:
3069 - test/cpp/end2end/streaming_throughput_test.cc
3070 deps:
3071 - grpc++_test_util
3072 - grpc_test_util
3073 - grpc++
3074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003075 - gpr_test_util
3076 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003077 platforms:
3078 - mac
3079 - linux
3080 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003081- name: stress_test
3082 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003083 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003084 language: c++
3085 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003086 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003087 - test/cpp/interop/interop_client.h
3088 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003089 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003090 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003091 - src/proto/grpc/testing/empty.proto
3092 - src/proto/grpc/testing/messages.proto
3093 - src/proto/grpc/testing/metrics.proto
3094 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003095 - test/cpp/interop/interop_client.cc
3096 - test/cpp/interop/stress_interop_client.cc
3097 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003098 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003099 deps:
3100 - grpc++_test_util
3101 - grpc_test_util
3102 - grpc++
3103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003104 - gpr_test_util
3105 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003106 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003107- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003108 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003109 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003110 build: test
3111 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003112 src:
3113 - test/cpp/end2end/thread_stress_test.cc
3114 deps:
3115 - grpc++_test_util
3116 - grpc_test_util
3117 - grpc++
3118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003119 - gpr_test_util
3120 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003121- name: public_headers_must_be_c89
3122 build: test
3123 language: c89
3124 src:
3125 - test/core/surface/public_headers_must_be_c89.c
3126 deps:
3127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003129vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003130- linkage: static
3131 name: grpc.dependencies.zlib
3132 props: false
3133 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003134 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003135- linkage: static
3136 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003137 props: true
3138 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003139 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003140- name: gflags
3141 props: false
3142 redist: false
3143 version: 2.1.2.1
3144- name: gtest
3145 props: false
3146 redist: false
3147 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003148configs:
3149 asan:
3150 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003151 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3152 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003153 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003154 LD: clang
3155 LDFLAGS: -fsanitize=address
3156 LDXX: clang++
3157 compile_the_world: true
3158 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003159 ASAN_OPTIONS: detect_leaks=1:color=always
3160 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003161 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003162 asan-noleaks:
3163 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003164 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3165 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003166 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003167 LD: clang
3168 LDFLAGS: -fsanitize=address
3169 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003170 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003171 test_environ:
3172 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003173 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003174 asan-trace-cmp:
3175 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003176 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3177 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003178 CXX: clang++
3179 LD: clang
3180 LDFLAGS: -fsanitize=address
3181 LDXX: clang++
3182 compile_the_world: true
3183 test_environ:
3184 ASAN_OPTIONS: detect_leaks=1:color=always
3185 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3186 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003187 basicprof:
3188 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3189 DEFINES: NDEBUG
3190 dbg:
3191 CPPFLAGS: -O0
3192 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003193 easan:
3194 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003195 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3196 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003197 CXX: clang++
3198 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3199 LD: clang
3200 LDFLAGS: -fsanitize=address
3201 LDXX: clang++
3202 compile_the_world: true
3203 test_environ:
3204 ASAN_OPTIONS: detect_leaks=1:color=always
3205 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3206 timeout_multiplier: 3
3207 edbg:
3208 CPPFLAGS: -O0
3209 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3210 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003211 CC: clang
3212 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003213 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003214 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003215 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003216 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003217 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003218 LDXX: clang++
3219 compile_the_world: true
3220 test_environ:
3221 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3222 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003223 gcov:
3224 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003225 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003226 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003227 DEFINES: _DEBUG DEBUG GPR_GCOV
3228 LD: gcc
3229 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3230 LDXX: g++
3231 helgrind:
3232 CPPFLAGS: -O0
3233 DEFINES: _DEBUG DEBUG
3234 LDFLAGS: -rdynamic
3235 timeout_multiplier: 20
3236 valgrind: --tool=helgrind
3237 memcheck:
3238 CPPFLAGS: -O0
3239 DEFINES: _DEBUG DEBUG
3240 LDFLAGS: -rdynamic
3241 timeout_multiplier: 10
3242 valgrind: --tool=memcheck --leak-check=full
3243 msan:
3244 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003245 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3246 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3247 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003248 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003249 DEFINES: NDEBUG
3250 LD: clang
3251 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3252 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3253 LDXX: clang++
3254 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003255 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003256 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003257 CPPFLAGS: -O3 -fno-omit-frame-pointer
3258 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003259 LDFLAGS: -rdynamic
3260 opt:
3261 CPPFLAGS: -O2
3262 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003263 stapprof:
3264 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3265 DEFINES: NDEBUG
3266 tsan:
3267 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003268 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003269 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003270 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003271 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003272 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003273 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003274 LDXX: clang++
3275 compile_the_world: true
3276 test_environ:
3277 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003278 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003279 ubsan:
3280 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003281 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3282 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003283 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003284 DEFINES: NDEBUG
3285 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003286 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003287 LDXX: clang++
3288 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003289 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003290 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003291 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003292defaults:
3293 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003294 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003295 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003296 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003297 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003298 global:
3299 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3300 LDFLAGS: -g
3301 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003302 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003303 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003304node_modules:
3305- deps:
3306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003307 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003308 - boringssl
3309 - z
murgatroid9994a75412015-11-19 14:04:53 -08003310 headers:
3311 - src/node/ext/byte_buffer.h
3312 - src/node/ext/call.h
3313 - src/node/ext/call_credentials.h
3314 - src/node/ext/channel.h
3315 - src/node/ext/channel_credentials.h
3316 - src/node/ext/completion_queue_async_worker.h
3317 - src/node/ext/server.h
3318 - src/node/ext/server_credentials.h
3319 - src/node/ext/timeval.h
3320 js:
3321 - src/node/index.js
3322 - src/node/src/client.js
3323 - src/node/src/common.js
3324 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003325 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003326 - src/node/src/metadata.js
3327 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003328 name: grpc_node
3329 src:
3330 - src/node/ext/byte_buffer.cc
3331 - src/node/ext/call.cc
3332 - src/node/ext/call_credentials.cc
3333 - src/node/ext/channel.cc
3334 - src/node/ext/channel_credentials.cc
3335 - src/node/ext/completion_queue_async_worker.cc
3336 - src/node/ext/node_grpc.cc
3337 - src/node/ext/server.cc
3338 - src/node/ext/server_credentials.cc
3339 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003340openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003341 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003342 extraction_dir: openssl-1.0.2f
3343 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003344php_config_m4:
3345 deps:
3346 - grpc
3347 - gpr
3348 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003349 headers:
3350 - src/php/ext/grpc/byte_buffer.h
3351 - src/php/ext/grpc/call.h
3352 - src/php/ext/grpc/call_credentials.h
3353 - src/php/ext/grpc/channel.h
3354 - src/php/ext/grpc/channel_credentials.h
3355 - src/php/ext/grpc/completion_queue.h
Stanley Cheungca931e42016-07-25 12:46:21 -07003356 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003357 - src/php/ext/grpc/php_grpc.h
3358 - src/php/ext/grpc/server.h
3359 - src/php/ext/grpc/server_credentials.h
3360 - src/php/ext/grpc/timeval.h
3361 src:
3362 - src/php/ext/grpc/byte_buffer.c
3363 - src/php/ext/grpc/call.c
3364 - src/php/ext/grpc/call_credentials.c
3365 - src/php/ext/grpc/channel.c
3366 - src/php/ext/grpc/channel_credentials.c
3367 - src/php/ext/grpc/completion_queue.c
3368 - src/php/ext/grpc/php_grpc.c
3369 - src/php/ext/grpc/server.c
3370 - src/php/ext/grpc/server_credentials.c
3371 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003372python_dependencies:
3373 deps:
3374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003375 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003376 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003377 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003378ruby_gem:
3379 deps:
3380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003381 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003382 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003383 - z