blob: 1c485fd5c9e826f6e713c2bdb43a61546d62635f [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
murgatroid99d29a3bf2016-06-24 10:26:14 -070010 version: 0.16.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070019 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/mlog.h
22 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070023 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070025 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070026 - src/core/ext/census/grpc_context.c
27 - src/core/ext/census/grpc_filter.c
28 - src/core/ext/census/grpc_plugin.c
29 - src/core/ext/census/initialize.c
30 - src/core/ext/census/mlog.c
31 - src/core/ext/census/operation.c
32 - src/core/ext/census/placeholders.c
33 - src/core/ext/census/tracing.c
34 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070035 uses:
36 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070037 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070038- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010039 public_headers:
40 - include/grpc/support/alloc.h
41 - include/grpc/support/atm.h
42 - include/grpc/support/atm_gcc_atomic.h
43 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070044 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010045 - include/grpc/support/avl.h
46 - include/grpc/support/cmdline.h
47 - include/grpc/support/cpu.h
48 - include/grpc/support/histogram.h
49 - include/grpc/support/host_port.h
50 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070051 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010052 - include/grpc/support/port_platform.h
53 - include/grpc/support/slice.h
54 - include/grpc/support/slice_buffer.h
55 - include/grpc/support/string_util.h
56 - include/grpc/support/subprocess.h
57 - include/grpc/support/sync.h
58 - include/grpc/support/sync_generic.h
59 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070060 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010061 - include/grpc/support/thd.h
62 - include/grpc/support/time.h
63 - include/grpc/support/tls.h
64 - include/grpc/support/tls_gcc.h
65 - include/grpc/support/tls_msvc.h
66 - include/grpc/support/tls_pthread.h
67 - include/grpc/support/useful.h
68 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070069 - src/core/lib/profiling/timers.h
70 - src/core/lib/support/backoff.h
71 - src/core/lib/support/block_annotate.h
72 - src/core/lib/support/env.h
Craig Tillerf23078c2016-03-25 17:07:29 -070073 - src/core/lib/support/murmur_hash.h
74 - src/core/lib/support/stack_lockfree.h
75 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070076 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070077 - src/core/lib/support/thd_internal.h
78 - src/core/lib/support/time_precise.h
79 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010080 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070081 - src/core/lib/profiling/basic_timers.c
82 - src/core/lib/profiling/stap_timers.c
83 - src/core/lib/support/alloc.c
84 - src/core/lib/support/avl.c
85 - src/core/lib/support/backoff.c
86 - src/core/lib/support/cmdline.c
87 - src/core/lib/support/cpu_iphone.c
88 - src/core/lib/support/cpu_linux.c
89 - src/core/lib/support/cpu_posix.c
90 - src/core/lib/support/cpu_windows.c
91 - src/core/lib/support/env_linux.c
92 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070093 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070094 - src/core/lib/support/histogram.c
95 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -070096 - src/core/lib/support/log.c
97 - src/core/lib/support/log_android.c
98 - src/core/lib/support/log_linux.c
99 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700100 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700101 - src/core/lib/support/murmur_hash.c
102 - src/core/lib/support/slice.c
103 - src/core/lib/support/slice_buffer.c
104 - src/core/lib/support/stack_lockfree.c
105 - src/core/lib/support/string.c
106 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700107 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700108 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700109 - src/core/lib/support/subprocess_posix.c
110 - src/core/lib/support/subprocess_windows.c
111 - src/core/lib/support/sync.c
112 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700113 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/thd.c
115 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/time.c
118 - src/core/lib/support/time_posix.c
119 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200122 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700124 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700126 uses:
127 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800128- name: gpr_codegen
129 public_headers:
130 - include/grpc/impl/codegen/alloc.h
131 - include/grpc/impl/codegen/atm.h
132 - include/grpc/impl/codegen/atm_gcc_atomic.h
133 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800135 - include/grpc/impl/codegen/log.h
136 - include/grpc/impl/codegen/port_platform.h
137 - include/grpc/impl/codegen/slice.h
138 - include/grpc/impl/codegen/slice_buffer.h
139 - include/grpc/impl/codegen/sync.h
140 - include/grpc/impl/codegen/sync_generic.h
141 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700144- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700145 public_headers:
146 - include/grpc/byte_buffer.h
147 - include/grpc/byte_buffer_reader.h
148 - include/grpc/compression.h
149 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700150 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700151 - include/grpc/status.h
152 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700153 - src/core/lib/channel/channel_args.h
154 - src/core/lib/channel/channel_stack.h
155 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700156 - src/core/lib/channel/compress_filter.h
157 - src/core/lib/channel/connected_channel.h
158 - src/core/lib/channel/context.h
159 - src/core/lib/channel/http_client_filter.h
160 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700161 - src/core/lib/compression/algorithm_metadata.h
162 - src/core/lib/compression/message_compress.h
163 - src/core/lib/debug/trace.h
164 - src/core/lib/http/format_request.h
165 - src/core/lib/http/httpcli.h
166 - src/core/lib/http/parser.h
167 - src/core/lib/iomgr/closure.h
168 - src/core/lib/iomgr/endpoint.h
169 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700170 - src/core/lib/iomgr/error.h
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
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700715 uses:
yang-g17487f92016-06-03 15:21:15 -0700716 - grpc++_codegen_base
717- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700718 language: c++
719 public_headers:
720 - include/grpc++/impl/codegen/async_stream.h
721 - include/grpc++/impl/codegen/async_unary_call.h
722 - include/grpc++/impl/codegen/call.h
723 - include/grpc++/impl/codegen/call_hook.h
724 - include/grpc++/impl/codegen/channel_interface.h
725 - include/grpc++/impl/codegen/client_context.h
726 - include/grpc++/impl/codegen/client_unary_call.h
727 - include/grpc++/impl/codegen/completion_queue.h
728 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700729 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700730 - include/grpc++/impl/codegen/core_codegen_interface.h
731 - include/grpc++/impl/codegen/create_auth_context.h
732 - include/grpc++/impl/codegen/grpc_library.h
733 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700734 - include/grpc++/impl/codegen/rpc_method.h
735 - include/grpc++/impl/codegen/rpc_service_method.h
736 - include/grpc++/impl/codegen/security/auth_context.h
737 - include/grpc++/impl/codegen/serialization_traits.h
738 - include/grpc++/impl/codegen/server_context.h
739 - include/grpc++/impl/codegen/server_interface.h
740 - include/grpc++/impl/codegen/service_type.h
741 - include/grpc++/impl/codegen/status.h
742 - include/grpc++/impl/codegen/status_code_enum.h
743 - include/grpc++/impl/codegen/string_ref.h
744 - include/grpc++/impl/codegen/stub_options.h
745 - include/grpc++/impl/codegen/sync.h
746 - include/grpc++/impl/codegen/sync_cxx11.h
747 - include/grpc++/impl/codegen/sync_no_cxx11.h
748 - include/grpc++/impl/codegen/sync_stream.h
749 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700750 uses:
751 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700752- name: grpc++_codegen_base_src
753 language: c++
754 src:
755 - src/cpp/codegen/codegen_init.cc
756 uses:
757 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700758- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700759 language: c++
760 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700761 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700762 uses:
yang-g17487f92016-06-03 15:21:15 -0700763 - grpc++_codegen_base
764 - grpc++_config_proto
765- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700766 language: c++
767 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700768 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100769libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800770- name: gpr
771 build: all
772 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800773 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700774 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800775 secure: false
776 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
777- name: gpr_test_util
778 build: private
779 language: c
780 headers:
781 - test/core/util/test_config.h
782 src:
783 - test/core/util/test_config.c
784 deps:
785 - gpr
786 secure: false
787 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700788- name: grpc
789 build: all
790 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 src:
792 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700793 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800794 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700795 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700796 filegroups:
797 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700798 - grpc_transport_chttp2_server_secure
799 - grpc_transport_chttp2_client_secure
800 - grpc_transport_chttp2_server_insecure
801 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700802 - grpc_lb_policy_grpclb
803 - grpc_lb_policy_pick_first
804 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700805 - grpc_resolver_dns_native
806 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700807 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100808 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700809 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700810 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700811 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700812 vs_packages:
813 - grpc.dependencies.openssl
814 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700815 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700816- name: grpc_cronet
817 build: all
818 language: c
819 src:
820 - src/core/lib/surface/init.c
821 baselib: true
822 deps_linkage: static
823 dll: true
824 filegroups:
825 - grpc_base
826 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700827 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700828 generate_plugin_registry: true
829 platforms:
830 - linux
831 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100832- name: grpc_dll
833 build: private
834 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100835 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100836 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100837 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100838 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100839 build_system:
840 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100841 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100842 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100843 vs_config_type: DynamicLibrary
844 vs_packages:
845 - grpc.dependencies.openssl
846 - grpc.dependencies.zlib
847 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
848 vs_props:
849 - zlib
850 - openssl
851 - winsock
852 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700853- name: grpc_test_util
854 build: private
855 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700856 headers:
857 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800858 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700859 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700860 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700861 - test/core/end2end/data/server1_cert.c
862 - test/core/end2end/data/server1_key.c
863 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800864 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700865 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800866 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800867 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700868 - grpc
869 filegroups:
870 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700871 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
872- name: grpc_test_util_unsecure
873 build: private
874 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700875 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800876 - gpr
877 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800878 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700879 filegroups:
880 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700881 secure: false
882 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
883- name: grpc_unsecure
884 build: all
885 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700886 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700888 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700889 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800890 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700891 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700892 filegroups:
893 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700894 - grpc_transport_chttp2_server_insecure
895 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700896 - grpc_resolver_dns_native
897 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700898 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700899 - grpc_lb_policy_grpclb
900 - grpc_lb_policy_pick_first
901 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700902 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700903 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700904 secure: false
905 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700906- name: reconnect_server
907 build: private
908 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700909 headers:
910 - test/core/util/reconnect_server.h
911 src:
912 - test/core/util/reconnect_server.c
913 deps:
yang-gc9fca182015-11-06 16:41:33 -0800914 - test_tcp_server
915 - grpc_test_util
916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800917 - gpr_test_util
918 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800919- name: test_tcp_server
920 build: private
921 language: c
922 headers:
923 - test/core/util/test_tcp_server.h
924 src:
925 - test/core/util/test_tcp_server.c
926 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700927 - grpc_test_util
928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800929 - gpr_test_util
930 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700931- name: grpc++
932 build: all
933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700934 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700935 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700936 - src/cpp/client/secure_credentials.h
937 - src/cpp/common/secure_auth_context.h
938 - src/cpp/server/secure_server_credentials.h
939 src:
Craig Tiller25834342015-09-25 08:08:24 -0700940 - src/cpp/client/secure_credentials.cc
941 - src/cpp/common/auth_property_iterator.cc
942 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800943 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700944 - src/cpp/common/secure_create_auth_context.cc
945 - src/cpp/server/secure_server_credentials.cc
946 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700947 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700948 baselib: true
949 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700950 filegroups:
951 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700952 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700953 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700954 secure: check
955 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700956- name: grpc++_reflection
957 build: all
958 language: c++
959 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700960 - include/grpc++/ext/proto_server_reflection_plugin.h
961 - include/grpc++/ext/reflection.grpc.pb.h
962 - include/grpc++/ext/reflection.pb.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700963 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700964 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700965 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700966 - src/cpp/ext/proto_server_reflection.cc
967 - src/cpp/ext/proto_server_reflection_plugin.cc
968 - src/cpp/ext/reflection.grpc.pb.cc
969 - src/cpp/ext/reflection.pb.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700970 deps:
971 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -0700972 filegroups:
973 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700974- name: grpc++_test_config
975 build: private
976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700977 headers:
978 - test/cpp/util/test_config.h
979 src:
980 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700981- name: grpc++_test_util
982 build: private
983 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700984 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800985 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800986 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700987 - test/cpp/util/create_test_channel.h
988 - test/cpp/util/string_ref_helper.h
989 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800990 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700991 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800992 - src/proto/grpc/testing/echo_messages.proto
993 - src/proto/grpc/testing/echo.proto
994 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800995 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800996 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700997 - test/cpp/util/create_test_channel.cc
998 - test/cpp/util/string_ref_helper.cc
999 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001000 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001001 deps:
1002 - grpc++
1003 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001004 filegroups:
1005 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001006 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001007 - grpc++_codegen_proto
1008 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001009- name: grpc++_unsecure
1010 build: all
1011 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001012 src:
1013 - src/cpp/common/insecure_create_auth_context.cc
1014 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001015 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001016 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001017 baselib: true
1018 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001019 filegroups:
1020 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001021 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001022 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001023 secure: false
1024 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001025- name: grpc_cli_libs
1026 build: private
1027 language: c++
1028 headers:
1029 - test/cpp/util/cli_call.h
1030 - test/cpp/util/proto_file_parser.h
1031 src:
1032 - test/cpp/util/cli_call.cc
1033 - test/cpp/util/proto_file_parser.cc
1034 deps:
1035 - grpc++
1036 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037- name: grpc_plugin_support
1038 build: protoc
1039 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001040 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001041 - src/compiler/config.h
1042 - src/compiler/cpp_generator.h
1043 - src/compiler/cpp_generator_helpers.h
1044 - src/compiler/csharp_generator.h
1045 - src/compiler/csharp_generator_helpers.h
1046 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001047 - src/compiler/node_generator.h
1048 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001049 - src/compiler/objective_c_generator.h
1050 - src/compiler/objective_c_generator_helpers.h
1051 - src/compiler/python_generator.h
1052 - src/compiler/ruby_generator.h
1053 - src/compiler/ruby_generator_helpers-inl.h
1054 - src/compiler/ruby_generator_map-inl.h
1055 - src/compiler/ruby_generator_string-inl.h
1056 src:
1057 - src/compiler/cpp_generator.cc
1058 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001059 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001060 - src/compiler/objective_c_generator.cc
1061 - src/compiler/python_generator.cc
1062 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001063 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001064 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065 secure: false
1066 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001067 vs_props:
1068 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001069- name: interop_client_helper
1070 build: private
1071 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001072 headers:
1073 - test/cpp/interop/client_helper.h
1074 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001075 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001076 - test/cpp/interop/client_helper.cc
1077 deps:
1078 - grpc++_test_util
1079 - grpc_test_util
1080 - grpc++
1081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001083- name: interop_client_main
1084 build: private
1085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001086 headers:
1087 - test/cpp/interop/interop_client.h
1088 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001089 - src/proto/grpc/testing/empty.proto
1090 - src/proto/grpc/testing/messages.proto
1091 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001092 - test/cpp/interop/client.cc
1093 - test/cpp/interop/interop_client.cc
1094 deps:
1095 - interop_client_helper
1096 - grpc++_test_util
1097 - grpc_test_util
1098 - grpc++
1099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001100 - gpr_test_util
1101 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001102 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001103- name: interop_server_helper
1104 build: private
1105 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001106 headers:
1107 - test/cpp/interop/server_helper.h
1108 src:
1109 - test/cpp/interop/server_helper.cc
1110 deps:
1111 - grpc_test_util
1112 - grpc++
1113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001115- name: interop_server_main
1116 build: private
1117 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001118 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001119 - src/proto/grpc/testing/empty.proto
1120 - src/proto/grpc/testing/messages.proto
1121 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001122 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001123 deps:
1124 - interop_server_helper
1125 - grpc++_test_util
1126 - grpc_test_util
1127 - grpc++
1128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001129 - gpr_test_util
1130 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001131 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001132- name: qps
1133 build: private
1134 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001135 headers:
1136 - test/cpp/qps/client.h
1137 - test/cpp/qps/driver.h
1138 - test/cpp/qps/histogram.h
1139 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001140 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001141 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001142 - test/cpp/qps/qps_worker.h
1143 - test/cpp/qps/report.h
1144 - test/cpp/qps/server.h
1145 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001146 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001147 - test/cpp/util/benchmark_config.h
1148 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001149 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001150 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001151 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001152 - src/proto/grpc/testing/control.proto
1153 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001154 - test/cpp/qps/client_async.cc
1155 - test/cpp/qps/client_sync.cc
1156 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001157 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001158 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001159 - test/cpp/qps/qps_worker.cc
1160 - test/cpp/qps/report.cc
1161 - test/cpp/qps/server_async.cc
1162 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001163 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001164 - test/cpp/util/benchmark_config.cc
1165 deps:
1166 - grpc_test_util
1167 - grpc++_test_util
1168 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169- name: grpc_csharp_ext
1170 build: all
1171 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001172 src:
1173 - src/csharp/ext/grpc_csharp_ext.c
1174 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001176 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001177 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001178 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179 dll: only
1180 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001181 vs_packages:
1182 - grpc.dependencies.openssl
1183 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001184 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001185 vs_props:
1186 - zlib
1187 - openssl
1188 - winsock
1189 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001191- name: alarm_test
1192 build: test
1193 language: c
1194 src:
1195 - test/core/surface/alarm_test.c
1196 deps:
1197 - grpc_test_util
1198 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001199 - gpr_test_util
1200 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001201- name: algorithm_test
1202 build: test
1203 language: c
1204 src:
1205 - test/core/compression/algorithm_test.c
1206 deps:
1207 - grpc_test_util
1208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001209 - gpr_test_util
1210 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001211- name: alloc_test
1212 build: test
1213 language: c
1214 src:
1215 - test/core/support/alloc_test.c
1216 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001217 - gpr_test_util
1218 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001219- name: alpn_test
1220 build: test
1221 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001222 src:
1223 - test/core/transport/chttp2/alpn_test.c
1224 deps:
1225 - grpc_test_util
1226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001227 - gpr_test_util
1228 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001229- name: api_fuzzer
1230 build: fuzzer
1231 language: c
1232 src:
1233 - test/core/end2end/fuzzers/api_fuzzer.c
1234 deps:
1235 - grpc_test_util
1236 - grpc
1237 - gpr_test_util
1238 - gpr
1239 corpus_dirs:
1240 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001241 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001242 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001243- name: bad_server_response_test
1244 build: test
1245 language: c
1246 src:
1247 - test/core/end2end/bad_server_response_test.c
1248 deps:
1249 - test_tcp_server
1250 - grpc_test_util
1251 - grpc
1252 - gpr_test_util
1253 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001254- name: bin_decoder_test
1255 build: test
1256 language: c
1257 src:
1258 - test/core/transport/chttp2/bin_decoder_test.c
1259 deps:
1260 - grpc_test_util
1261 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262- name: bin_encoder_test
1263 build: test
1264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001265 src:
1266 - test/core/transport/chttp2/bin_encoder_test.c
1267 deps:
1268 - grpc_test_util
1269 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001270- name: census_context_test
1271 build: test
1272 language: c
1273 src:
1274 - test/core/census/context_test.c
1275 deps:
1276 - grpc_test_util
1277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001278 - gpr_test_util
1279 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001280- name: channel_create_test
1281 build: test
1282 language: c
1283 src:
1284 - test/core/surface/channel_create_test.c
1285 deps:
1286 - grpc_test_util
1287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001288 - gpr_test_util
1289 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001290- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001291 build: test
1292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001293 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001294 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001295 deps:
1296 - grpc_test_util
1297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001300- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001301 build: test
1302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001303 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001304 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001305 deps:
1306 - grpc_test_util
1307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001308 - gpr_test_util
1309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001310- name: chttp2_stream_map_test
1311 build: test
1312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001313 src:
1314 - test/core/transport/chttp2/stream_map_test.c
1315 deps:
1316 - grpc_test_util
1317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001318 - gpr_test_util
1319 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001320- name: chttp2_varint_test
1321 build: test
1322 language: c
1323 src:
1324 - test/core/transport/chttp2/varint_test.c
1325 deps:
1326 - grpc_test_util
1327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001328 - gpr_test_util
1329 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001330- name: client_fuzzer
1331 build: fuzzer
1332 language: c
1333 src:
1334 - test/core/end2end/fuzzers/client_fuzzer.c
1335 deps:
1336 - grpc_test_util
1337 - grpc
1338 - gpr_test_util
1339 - gpr
1340 corpus_dirs:
1341 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001342 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001343 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001344- name: compression_test
1345 build: test
1346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001347 src:
1348 - test/core/compression/compression_test.c
1349 deps:
1350 - grpc_test_util
1351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001352 - gpr_test_util
1353 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001354- name: concurrent_connectivity_test
1355 build: test
1356 language: c
1357 src:
1358 - test/core/surface/concurrent_connectivity_test.c
1359 deps:
1360 - grpc_test_util
1361 - grpc
1362 - gpr_test_util
1363 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001364- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001365 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001366 build: test
1367 language: c
1368 src:
1369 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1370 deps:
1371 - grpc_test_util
1372 - grpc
1373 - gpr_test_util
1374 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001375- name: dns_resolver_test
1376 build: test
1377 language: c
1378 src:
1379 - test/core/client_config/resolvers/dns_resolver_test.c
1380 deps:
1381 - grpc_test_util
1382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001383 - gpr_test_util
1384 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001386 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001387 build: test
1388 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001389 src:
1390 - test/core/end2end/dualstack_socket_test.c
1391 deps:
1392 - grpc_test_util
1393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001394 - gpr_test_util
1395 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001396 platforms:
1397 - mac
1398 - linux
1399 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001400- name: endpoint_pair_test
1401 build: test
1402 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001403 src:
1404 - test/core/iomgr/endpoint_pair_test.c
1405 deps:
1406 - grpc_test_util
1407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001408 - gpr_test_util
1409 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001410- name: ev_epoll_linux_test
1411 build: test
1412 language: c
1413 src:
1414 - test/core/iomgr/ev_epoll_linux_test.c
1415 deps:
1416 - grpc_test_util
1417 - grpc
1418 - gpr_test_util
1419 - gpr
1420 platforms:
1421 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422- name: fd_conservation_posix_test
1423 build: test
1424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
1426 - test/core/iomgr/fd_conservation_posix_test.c
1427 deps:
1428 - grpc_test_util
1429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 - gpr_test_util
1431 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001432 platforms:
1433 - mac
1434 - linux
1435 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001436- name: fd_posix_test
1437 build: test
1438 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001439 src:
1440 - test/core/iomgr/fd_posix_test.c
1441 deps:
1442 - grpc_test_util
1443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001444 - gpr_test_util
1445 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001446 platforms:
1447 - mac
1448 - linux
1449 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001450- name: fling_client
1451 build: test
1452 run: false
1453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001454 src:
1455 - test/core/fling/client.c
1456 deps:
1457 - grpc_test_util
1458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001459 - gpr_test_util
1460 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001461- name: fling_server
1462 build: test
1463 run: false
1464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001465 src:
1466 - test/core/fling/server.c
1467 deps:
1468 - grpc_test_util
1469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001473 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001474 build: test
1475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001476 src:
1477 - test/core/fling/fling_stream_test.c
1478 deps:
1479 - grpc_test_util
1480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001481 - gpr_test_util
1482 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001483 platforms:
1484 - mac
1485 - linux
1486 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001488 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001489 build: test
1490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001491 src:
1492 - test/core/fling/fling_test.c
1493 deps:
1494 - grpc_test_util
1495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001496 - gpr_test_util
1497 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001498 platforms:
1499 - mac
1500 - linux
1501 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001502- name: gen_hpack_tables
1503 build: tool
1504 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001505 src:
1506 - tools/codegen/core/gen_hpack_tables.c
1507 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001508 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001509 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001510- name: gen_legal_metadata_characters
1511 build: tool
1512 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001513 src:
1514 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001516- name: goaway_server_test
1517 cpu_cost: 0.1
1518 build: test
1519 language: c
1520 src:
1521 - test/core/end2end/goaway_server_test.c
1522 deps:
1523 - grpc_test_util
1524 - grpc
1525 - gpr_test_util
1526 - gpr
1527 platforms:
1528 - mac
1529 - linux
1530 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001531- name: gpr_avl_test
1532 build: test
1533 language: c
1534 src:
1535 - test/core/support/avl_test.c
1536 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001539- name: gpr_backoff_test
1540 build: test
1541 language: c
1542 src:
1543 - test/core/support/backoff_test.c
1544 deps:
1545 - gpr_test_util
1546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: gpr_cmdline_test
1548 build: test
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/support/cmdline_test.c
1552 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001553 - gpr_test_util
1554 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001555- name: gpr_cpu_test
1556 build: test
1557 language: c
1558 src:
1559 - test/core/support/cpu_test.c
1560 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001563- name: gpr_env_test
1564 build: test
1565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001566 src:
1567 - test/core/support/env_test.c
1568 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001569 - gpr_test_util
1570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001571- name: gpr_histogram_test
1572 build: test
1573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001574 src:
1575 - test/core/support/histogram_test.c
1576 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: gpr_host_port_test
1580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/support/host_port_test.c
1584 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: gpr_log_test
1588 build: test
1589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001590 src:
1591 - test/core/support/log_test.c
1592 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001593 - gpr_test_util
1594 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001595- name: gpr_slice_buffer_test
1596 build: test
1597 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001598 src:
1599 - test/core/support/slice_buffer_test.c
1600 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr_test_util
1602 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: gpr_slice_test
1604 build: test
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - test/core/support/slice_test.c
1608 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001609 - gpr_test_util
1610 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001611- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001612 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001613 build: test
1614 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001615 src:
1616 - test/core/support/stack_lockfree_test.c
1617 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001618 - gpr_test_util
1619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001620- name: gpr_string_test
1621 build: test
1622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001623 src:
1624 - test/core/support/string_test.c
1625 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001628- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001629 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630 build: test
1631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
1633 - test/core/support/sync_test.c
1634 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001635 - gpr_test_util
1636 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001637- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001638 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001639 build: test
1640 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001641 src:
1642 - test/core/support/thd_test.c
1643 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001646- name: gpr_time_test
1647 build: test
1648 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001649 src:
1650 - test/core/support/time_test.c
1651 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001652 - gpr_test_util
1653 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001654- name: gpr_tls_test
1655 build: test
1656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001657 src:
1658 - test/core/support/tls_test.c
1659 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001662- name: gpr_useful_test
1663 build: test
1664 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001665 src:
1666 - test/core/support/useful_test.c
1667 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001668 - gpr_test_util
1669 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001670- name: grpc_auth_context_test
1671 build: test
1672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001673 src:
1674 - test/core/security/auth_context_test.c
1675 deps:
1676 - grpc_test_util
1677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001678 - gpr_test_util
1679 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001680- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001681 build: test
1682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001683 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001684 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001685 deps:
1686 - grpc_test_util
1687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001688 - gpr_test_util
1689 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001690- name: grpc_byte_buffer_reader_test
1691 build: test
1692 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001693 src:
1694 - test/core/surface/byte_buffer_reader_test.c
1695 deps:
1696 - grpc_test_util
1697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 - gpr_test_util
1699 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700- name: grpc_channel_args_test
1701 build: test
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - test/core/channel/channel_args_test.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 - gpr_test_util
1709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710- name: grpc_channel_stack_test
1711 build: test
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - test/core/channel/channel_stack_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001720- name: grpc_completion_queue_test
1721 build: test
1722 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001723 src:
1724 - test/core/surface/completion_queue_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730- name: grpc_create_jwt
1731 build: tool
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/security/create_jwt.c
1735 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001737 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001738 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001739- name: grpc_credentials_test
1740 build: test
1741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001742 src:
1743 - test/core/security/credentials_test.c
1744 deps:
1745 - grpc_test_util
1746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001747 - gpr_test_util
1748 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001749- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001750 build: test
1751 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001753 src:
1754 - test/core/security/fetch_oauth2.c
1755 deps:
1756 - grpc_test_util
1757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001758 - gpr_test_util
1759 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001760- name: grpc_invalid_channel_args_test
1761 build: test
1762 language: c
1763 src:
1764 - test/core/surface/invalid_channel_args_test.c
1765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770- name: grpc_json_token_test
1771 build: test
1772 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001773 src:
1774 - test/core/security/json_token_test.c
1775 deps:
1776 - grpc_test_util
1777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001778 - gpr_test_util
1779 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001780 platforms:
1781 - linux
1782 - posix
1783 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001784- name: grpc_jwt_verifier_test
1785 build: test
1786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001787 src:
1788 - test/core/security/jwt_verifier_test.c
1789 deps:
1790 - grpc_test_util
1791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001792 - gpr_test_util
1793 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001794- name: grpc_print_google_default_creds_token
1795 build: tool
1796 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001797 src:
1798 - test/core/security/print_google_default_creds_token.c
1799 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: grpc_security_connector_test
1803 build: test
1804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001805 src:
1806 - test/core/security/security_connector_test.c
1807 deps:
1808 - grpc_test_util
1809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001810 - gpr_test_util
1811 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001812- name: grpc_verify_jwt
1813 build: tool
1814 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001815 src:
1816 - test/core/security/verify_jwt.c
1817 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001819 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001820- name: hpack_parser_fuzzer_test
1821 build: fuzzer
1822 language: c
1823 src:
1824 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1825 deps:
1826 - grpc_test_util
1827 - grpc
1828 - gpr_test_util
1829 - gpr
1830 corpus_dirs:
1831 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001832 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001833 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001834- name: hpack_parser_test
1835 build: test
1836 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001837 src:
1838 - test/core/transport/chttp2/hpack_parser_test.c
1839 deps:
1840 - grpc_test_util
1841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001842 - gpr_test_util
1843 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001844- name: hpack_table_test
1845 build: test
1846 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001847 src:
1848 - test/core/transport/chttp2/hpack_table_test.c
1849 deps:
1850 - grpc_test_util
1851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001852 - gpr_test_util
1853 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001854- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001855 build: test
1856 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001857 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001858 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001859 deps:
1860 - grpc_test_util
1861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001862 - gpr_test_util
1863 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001864- name: http_request_fuzzer_test
1865 build: fuzzer
1866 language: c
1867 src:
1868 - test/core/http/request_fuzzer.c
1869 deps:
1870 - grpc_test_util
1871 - grpc
1872 - gpr_test_util
1873 - gpr
1874 corpus_dirs:
1875 - test/core/http/corpus
1876 maxlen: 2048
1877- name: http_response_fuzzer_test
1878 build: fuzzer
1879 language: c
1880 src:
1881 - test/core/http/response_fuzzer.c
1882 deps:
1883 - grpc_test_util
1884 - grpc
1885 - gpr_test_util
1886 - gpr
1887 corpus_dirs:
1888 - test/core/http/corpus
1889 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001890- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891 build: test
1892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001894 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001895 deps:
1896 - grpc_test_util
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001901 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001902 build: test
1903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001904 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001905 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001906 deps:
1907 - grpc_test_util
1908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001909 - gpr_test_util
1910 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001911 platforms:
1912 - mac
1913 - linux
1914 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001915- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001916 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001917 build: test
1918 language: c
1919 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001920 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001921 deps:
1922 - grpc_test_util
1923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001924 - gpr_test_util
1925 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001926 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001927 - linux
yang-gf1183302015-12-07 16:02:05 -08001928- name: init_test
1929 build: test
1930 language: c
1931 src:
1932 - test/core/surface/init_test.c
1933 deps:
1934 - grpc_test_util
1935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001936 - gpr_test_util
1937 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001938- name: internal_api_canary_iomgr_test
1939 build: test
1940 run: false
1941 language: c
1942 src:
1943 - test/core/internal_api_canaries/iomgr.c
1944 deps:
1945 - grpc_test_util
1946 - grpc
1947 - gpr_test_util
1948 - gpr
1949- name: internal_api_canary_support_test
1950 build: test
1951 run: false
1952 language: c
1953 src:
1954 - test/core/internal_api_canaries/iomgr.c
1955 deps:
1956 - grpc_test_util
1957 - grpc
1958 - gpr_test_util
1959 - gpr
1960- name: internal_api_canary_transport_test
1961 build: test
1962 run: false
1963 language: c
1964 src:
1965 - test/core/internal_api_canaries/iomgr.c
1966 deps:
1967 - grpc_test_util
1968 - grpc
1969 - gpr_test_util
1970 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001971- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001972 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08001973 build: test
1974 language: c
1975 src:
1976 - test/core/end2end/invalid_call_argument_test.c
1977 deps:
1978 - grpc_test_util
1979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001980 - gpr_test_util
1981 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001982- name: json_fuzzer_test
1983 build: fuzzer
1984 language: c
1985 src:
1986 - test/core/json/fuzzer.c
1987 deps:
1988 - grpc_test_util
1989 - grpc
1990 - gpr_test_util
1991 - gpr
1992 corpus_dirs:
1993 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001994 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: json_rewrite
1996 build: test
1997 run: false
1998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001999 src:
2000 - test/core/json/json_rewrite.c
2001 deps:
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002004- name: json_rewrite_test
2005 build: test
2006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002007 src:
2008 - test/core/json/json_rewrite_test.c
2009 deps:
2010 - grpc_test_util
2011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002012 - gpr_test_util
2013 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002014- name: json_stream_error_test
2015 build: test
2016 language: c
2017 src:
2018 - test/core/json/json_stream_error_test.c
2019 deps:
2020 - grpc_test_util
2021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002022 - gpr_test_util
2023 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002024- name: json_test
2025 build: test
2026 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002027 src:
2028 - test/core/json/json_test.c
2029 deps:
2030 - grpc_test_util
2031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002032 - gpr_test_util
2033 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034- name: lame_client_test
2035 build: test
2036 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002037 src:
2038 - test/core/surface/lame_client_test.c
2039 deps:
2040 - grpc_test_util
2041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002042 - gpr_test_util
2043 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002044- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002045 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002046 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002047 build: test
2048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002049 src:
2050 - test/core/client_config/lb_policies_test.c
2051 deps:
2052 - grpc_test_util
2053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002056- name: load_file_test
2057 build: test
2058 language: c
2059 src:
2060 - test/core/iomgr/load_file_test.c
2061 deps:
2062 - grpc_test_util
2063 - grpc
2064 - gpr_test_util
2065 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002066- name: low_level_ping_pong_benchmark
2067 build: benchmark
2068 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002069 src:
2070 - test/core/network_benchmarks/low_level_ping_pong.c
2071 deps:
2072 - grpc_test_util
2073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002074 - gpr_test_util
2075 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002076 platforms:
2077 - mac
2078 - linux
2079 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002080- name: message_compress_test
2081 build: test
2082 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002083 src:
2084 - test/core/compression/message_compress_test.c
2085 deps:
2086 - grpc_test_util
2087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002088 - gpr_test_util
2089 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002090- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002091 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002092 build: test
2093 language: c
2094 src:
2095 - test/core/census/mlog_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
2099 - gpr_test_util
2100 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: multiple_server_queues_test
2102 build: test
2103 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002104 src:
2105 - test/core/end2end/multiple_server_queues_test.c
2106 deps:
2107 - grpc_test_util
2108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002109 - gpr_test_util
2110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002111- name: murmur_hash_test
2112 build: test
2113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002114 src:
2115 - test/core/support/murmur_hash_test.c
2116 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002117 - gpr_test_util
2118 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002119- name: nanopb_fuzzer_response_test
2120 build: fuzzer
2121 language: c
2122 src:
2123 - test/core/nanopb/fuzzer_response.c
2124 deps:
2125 - grpc_test_util
2126 - grpc
2127 - gpr_test_util
2128 - gpr
2129 corpus_dirs:
2130 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002131 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002132- name: nanopb_fuzzer_serverlist_test
2133 build: fuzzer
2134 language: c
2135 src:
2136 - test/core/nanopb/fuzzer_serverlist.c
2137 deps:
2138 - grpc_test_util
2139 - grpc
2140 - gpr_test_util
2141 - gpr
2142 corpus_dirs:
2143 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002144 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002145- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002146 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147 build: test
2148 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002149 src:
2150 - test/core/end2end/no_server_test.c
2151 deps:
2152 - grpc_test_util
2153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156- name: resolve_address_test
2157 build: test
2158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002159 src:
2160 - test/core/iomgr/resolve_address_test.c
2161 deps:
2162 - grpc_test_util
2163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
yang-gd482e592015-12-10 14:04:00 -08002166- name: secure_channel_create_test
2167 build: test
2168 language: c
2169 src:
2170 - test/core/surface/secure_channel_create_test.c
2171 deps:
2172 - grpc_test_util
2173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr_test_util
2175 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002176- name: secure_endpoint_test
2177 build: test
2178 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002179 src:
2180 - test/core/security/secure_endpoint_test.c
2181 deps:
2182 - grpc_test_util
2183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002184 - gpr_test_util
2185 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002186- name: sequential_connectivity_test
2187 build: test
2188 language: c
2189 src:
2190 - test/core/surface/sequential_connectivity_test.c
2191 deps:
2192 - grpc_test_util
2193 - grpc
2194 - gpr_test_util
2195 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002196- name: server_chttp2_test
2197 build: test
2198 language: c
2199 src:
2200 - test/core/surface/server_chttp2_test.c
2201 deps:
2202 - grpc_test_util
2203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002204 - gpr_test_util
2205 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002206- name: server_fuzzer
2207 build: fuzzer
2208 language: c
2209 src:
2210 - test/core/end2end/fuzzers/server_fuzzer.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
2214 - gpr_test_util
2215 - gpr
2216 corpus_dirs:
2217 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002218 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002219 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002220- name: server_test
2221 build: test
2222 language: c
2223 src:
2224 - test/core/surface/server_test.c
2225 deps:
2226 - grpc_test_util
2227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002228 - gpr_test_util
2229 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002230- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002231 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002232 build: test
2233 language: c
2234 src:
2235 - test/core/client_config/set_initial_connect_string_test.c
2236 deps:
2237 - test_tcp_server
2238 - grpc_test_util
2239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002240 - gpr_test_util
2241 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002242- name: sockaddr_resolver_test
2243 build: test
2244 language: c
2245 src:
2246 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002252- name: sockaddr_utils_test
2253 build: test
2254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002255 src:
2256 - test/core/iomgr/sockaddr_utils_test.c
2257 deps:
2258 - grpc_test_util
2259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002260 - gpr_test_util
2261 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002262- name: socket_utils_test
2263 build: test
2264 language: c
2265 src:
2266 - test/core/iomgr/socket_utils_test.c
2267 deps:
2268 - grpc_test_util
2269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002270 - gpr_test_util
2271 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002272 platforms:
2273 - mac
2274 - linux
2275 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002276- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002277 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002278 build: test
2279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002280 src:
2281 - test/core/iomgr/tcp_client_posix_test.c
2282 deps:
2283 - grpc_test_util
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002287 platforms:
2288 - mac
2289 - linux
2290 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002291- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002292 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002293 build: test
2294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002295 src:
2296 - test/core/iomgr/tcp_posix_test.c
2297 deps:
2298 - grpc_test_util
2299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002302 platforms:
2303 - mac
2304 - linux
2305 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306- name: tcp_server_posix_test
2307 build: test
2308 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002309 src:
2310 - test/core/iomgr/tcp_server_posix_test.c
2311 deps:
2312 - grpc_test_util
2313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002314 - gpr_test_util
2315 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002316 platforms:
2317 - mac
2318 - linux
2319 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002320- name: time_averaged_stats_test
2321 build: test
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/core/iomgr/time_averaged_stats_test.c
2325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330- name: timeout_encoding_test
2331 build: test
2332 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002333 src:
2334 - test/core/transport/chttp2/timeout_encoding_test.c
2335 deps:
2336 - grpc_test_util
2337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002338 - gpr_test_util
2339 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002340- name: timer_heap_test
2341 build: test
2342 language: c
2343 src:
2344 - test/core/iomgr/timer_heap_test.c
2345 deps:
2346 - grpc_test_util
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002350- name: timer_list_test
2351 build: test
2352 language: c
2353 src:
2354 - test/core/iomgr/timer_list_test.c
2355 deps:
2356 - grpc_test_util
2357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002358 - gpr_test_util
2359 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002360- name: transport_connectivity_state_test
2361 build: test
2362 language: c
2363 src:
2364 - test/core/transport/connectivity_state_test.c
2365 deps:
2366 - grpc_test_util
2367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr_test_util
2369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370- name: transport_metadata_test
2371 build: test
2372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002373 src:
2374 - test/core/transport/metadata_test.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr_test_util
2379 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002380- name: transport_security_test
2381 build: test
2382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002383 src:
2384 - test/core/tsi/transport_security_test.c
2385 deps:
2386 - grpc_test_util
2387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002388 - gpr_test_util
2389 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002390 platforms:
2391 - linux
2392 - posix
2393 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002394- name: udp_server_test
2395 build: test
2396 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002397 src:
2398 - test/core/iomgr/udp_server_test.c
2399 deps:
2400 - grpc_test_util
2401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002402 - gpr_test_util
2403 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002404 platforms:
2405 - mac
2406 - linux
2407 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002408- name: uri_fuzzer_test
2409 build: fuzzer
2410 language: c
2411 src:
2412 - test/core/client_config/uri_fuzzer_test.c
2413 deps:
2414 - grpc_test_util
2415 - grpc
2416 - gpr_test_util
2417 - gpr
2418 corpus_dirs:
2419 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002420 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002421- name: uri_parser_test
2422 build: test
2423 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002424 src:
2425 - test/core/client_config/uri_parser_test.c
2426 deps:
2427 - grpc_test_util
2428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr_test_util
2430 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002431- name: workqueue_test
2432 build: test
2433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002434 src:
2435 - test/core/iomgr/workqueue_test.c
2436 deps:
2437 - grpc_test_util
2438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002439 - gpr_test_util
2440 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002441 platforms:
2442 - mac
2443 - linux
2444 - posix
vjpai04e992a2016-02-10 16:58:38 -08002445- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002446 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002447 build: test
2448 language: c++
2449 src:
2450 - test/cpp/common/alarm_cpp_test.cc
2451 deps:
2452 - grpc++_test_util
2453 - grpc_test_util
2454 - grpc++
2455 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002456 - gpr_test_util
2457 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002459 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460 build: test
2461 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
2463 - test/cpp/end2end/async_end2end_test.cc
2464 deps:
2465 - grpc++_test_util
2466 - grpc_test_util
2467 - grpc++
2468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002469 - gpr_test_util
2470 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002471- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002472 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002473 build: test
2474 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002475 src:
2476 - test/cpp/common/auth_property_iterator_test.cc
2477 deps:
2478 - grpc++_test_util
2479 - grpc_test_util
2480 - grpc++
2481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002482 - gpr_test_util
2483 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002484- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002485 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002486 build: test
2487 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002488 src:
yang-g52705592015-11-25 11:45:33 -08002489 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002490 deps:
2491 - grpc++
2492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002494- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002495 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002496 build: test
2497 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002498 src:
2499 - test/cpp/util/cli_call_test.cc
2500 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002501 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002502 - grpc++_test_util
2503 - grpc_test_util
2504 - grpc++
2505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002506 - gpr_test_util
2507 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002508- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002509 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002510 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002511 build: test
2512 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002513 src:
2514 - test/cpp/end2end/client_crash_test.cc
2515 deps:
2516 - grpc++_test_util
2517 - grpc_test_util
2518 - grpc++
2519 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002520 - gpr_test_util
2521 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002522 platforms:
2523 - mac
2524 - linux
2525 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002526- name: client_crash_test_server
2527 build: test
2528 run: false
2529 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002530 src:
2531 - test/cpp/end2end/client_crash_test_server.cc
2532 deps:
2533 - grpc++_test_util
2534 - grpc_test_util
2535 - grpc++
2536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002537 - gpr_test_util
2538 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002539- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002540 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002541 build: test
2542 language: c++
2543 src:
2544 - src/proto/grpc/testing/control.proto
2545 - src/proto/grpc/testing/messages.proto
2546 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002547 - src/proto/grpc/testing/services.proto
2548 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002549 - test/cpp/codegen/codegen_test_full.cc
2550 deps:
2551 - grpc++
2552 - grpc
2553 - gpr
2554 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002555 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002556- name: codegen_test_minimal
2557 gtest: true
2558 build: test
2559 language: c++
2560 src:
2561 - src/proto/grpc/testing/control.proto
2562 - src/proto/grpc/testing/messages.proto
2563 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002564 - src/proto/grpc/testing/services.proto
2565 - src/proto/grpc/testing/stats.proto
2566 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002567 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002568 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002569 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002571 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002572 build: test
2573 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002574 src:
2575 - test/cpp/client/credentials_test.cc
2576 deps:
2577 - grpc++
2578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002579 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580- name: cxx_byte_buffer_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/byte_buffer_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_slice_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/slice_test.cc
2598 deps:
2599 - grpc_test_util
2600 - grpc++
2601 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002602 - gpr_test_util
2603 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002604- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002605 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002606 build: test
2607 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002608 src:
2609 - test/cpp/util/string_ref_test.cc
2610 deps:
2611 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002613 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614 build: test
2615 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002616 src:
2617 - test/cpp/util/time_test.cc
2618 deps:
2619 - grpc_test_util
2620 - grpc++
2621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002622 - gpr_test_util
2623 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002624- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002625 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002626 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002627 build: test
2628 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002629 src:
2630 - test/cpp/end2end/end2end_test.cc
2631 deps:
2632 - grpc++_test_util
2633 - grpc_test_util
2634 - grpc++
2635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002636 - gpr_test_util
2637 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002638- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002639 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002640 build: test
2641 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002642 src:
2643 - test/cpp/end2end/generic_end2end_test.cc
2644 deps:
2645 - grpc++_test_util
2646 - grpc_test_util
2647 - grpc++
2648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002649 - gpr_test_util
2650 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002651- name: golden_file_test
2652 gtest: true
2653 build: test
2654 language: c++
2655 src:
2656 - src/proto/grpc/testing/compiler_test.proto
2657 - test/cpp/codegen/golden_file_test.cc
2658 deps:
2659 - grpc++
2660 - grpc
2661 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002662- name: grpc_cli
2663 build: test
2664 run: false
2665 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002666 src:
2667 - test/cpp/util/grpc_cli.cc
2668 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002669 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002670 - grpc++_test_util
2671 - grpc_test_util
2672 - grpc++
2673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002674 - gpr_test_util
2675 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002676 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002677- name: grpc_cpp_plugin
2678 build: protoc
2679 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002680 src:
2681 - src/compiler/cpp_plugin.cc
2682 deps:
2683 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684 secure: false
2685 vs_config_type: Application
2686 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2687- name: grpc_csharp_plugin
2688 build: protoc
2689 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002690 src:
2691 - src/compiler/csharp_plugin.cc
2692 deps:
2693 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694 secure: false
2695 vs_config_type: Application
2696 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002697- name: grpc_node_plugin
2698 build: protoc
2699 language: c++
2700 src:
2701 - src/compiler/node_plugin.cc
2702 deps:
2703 - grpc_plugin_support
2704 secure: false
2705 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002706- name: grpc_objective_c_plugin
2707 build: protoc
2708 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002709 src:
2710 - src/compiler/objective_c_plugin.cc
2711 deps:
2712 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002713 secure: false
2714 vs_config_type: Application
2715 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2716- name: grpc_python_plugin
2717 build: protoc
2718 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002719 src:
2720 - src/compiler/python_plugin.cc
2721 deps:
2722 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002723 secure: false
2724 vs_config_type: Application
2725 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2726- name: grpc_ruby_plugin
2727 build: protoc
2728 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002729 src:
2730 - src/compiler/ruby_plugin.cc
2731 deps:
2732 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002733 secure: false
2734 vs_config_type: Application
2735 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002736- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002737 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002738 build: test
2739 language: c++
2740 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002741 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002742 - test/cpp/grpclb/grpclb_api_test.cc
2743 deps:
2744 - grpc++_test_util
2745 - grpc_test_util
2746 - grpc++
2747 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002748- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002749 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002750 build: test
2751 language: c++
2752 src:
2753 - test/cpp/end2end/hybrid_end2end_test.cc
2754 deps:
2755 - grpc++_test_util
2756 - grpc_test_util
2757 - grpc++
2758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002759 - gpr_test_util
2760 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002761- name: interop_client
2762 build: test
2763 run: false
2764 language: c++
2765 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002766 deps:
2767 - interop_client_main
2768 - interop_client_helper
2769 - grpc++_test_util
2770 - grpc_test_util
2771 - grpc++
2772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002773 - gpr_test_util
2774 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002775 - grpc++_test_config
2776 platforms:
2777 - mac
2778 - linux
2779 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002780- name: interop_server
2781 build: test
2782 run: false
2783 language: c++
2784 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002785 deps:
2786 - interop_server_main
2787 - interop_server_helper
2788 - grpc++_test_util
2789 - grpc_test_util
2790 - grpc++
2791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002792 - gpr_test_util
2793 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002794 - grpc++_test_config
2795 platforms:
2796 - mac
2797 - linux
2798 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002799- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002800 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801 build: test
2802 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002803 src:
2804 - test/cpp/interop/interop_test.cc
2805 deps:
2806 - grpc_test_util
2807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002808 - gpr_test_util
2809 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002810 platforms:
2811 - mac
2812 - linux
2813 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002814- name: json_run_localhost
2815 build: test
2816 run: false
2817 language: c++
2818 src:
2819 - test/cpp/qps/json_run_localhost.cc
2820 deps:
2821 - grpc++_test_util
2822 - grpc_test_util
2823 - grpc++
2824 - grpc
2825 - gpr_test_util
2826 - gpr
2827 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002828- name: metrics_client
2829 build: test
2830 run: false
2831 language: c++
2832 headers:
2833 - test/cpp/util/metrics_server.h
2834 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002835 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002836 - test/cpp/interop/metrics_client.cc
2837 deps:
2838 - grpc++
2839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002841 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002842- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002843 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002844 build: test
2845 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002846 src:
2847 - test/cpp/end2end/mock_test.cc
2848 deps:
2849 - grpc++_test_util
2850 - grpc_test_util
2851 - grpc++
2852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002853 - gpr_test_util
2854 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002855- name: proto_server_reflection_test
2856 gtest: true
2857 build: test
2858 language: c++
2859 headers:
2860 - test/cpp/util/proto_reflection_descriptor_database.h
2861 src:
2862 - test/cpp/end2end/proto_server_reflection_test.cc
2863 - test/cpp/util/proto_reflection_descriptor_database.cc
2864 deps:
2865 - grpc++_reflection
2866 - grpc++_test_util
2867 - grpc_test_util
2868 - grpc++
2869 - grpc
2870 - gpr_test_util
2871 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002872- name: qps_interarrival_test
2873 build: test
2874 run: false
2875 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002876 src:
2877 - test/cpp/qps/qps_interarrival_test.cc
2878 deps:
2879 - qps
2880 - grpc++_test_util
2881 - grpc_test_util
2882 - grpc++
2883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002884 - gpr_test_util
2885 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002886 platforms:
2887 - mac
2888 - linux
2889 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002890- name: qps_json_driver
2891 build: test
2892 run: false
2893 language: c++
2894 src:
2895 - test/cpp/qps/qps_json_driver.cc
2896 deps:
2897 - qps
2898 - grpc++_test_util
2899 - grpc_test_util
2900 - grpc++
2901 - grpc
2902 - gpr_test_util
2903 - gpr
2904 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002905- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002906 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002907 build: test
2908 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002909 src:
2910 - test/cpp/qps/qps_openloop_test.cc
2911 deps:
2912 - qps
2913 - grpc++_test_util
2914 - grpc_test_util
2915 - grpc++
2916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002917 - gpr_test_util
2918 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002919 - grpc++_test_config
2920 platforms:
2921 - mac
2922 - linux
2923 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002924- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002925 build: test
2926 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002927 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002928 headers:
2929 - test/cpp/qps/client.h
2930 - test/cpp/qps/server.h
2931 src:
2932 - test/cpp/qps/worker.cc
2933 deps:
2934 - qps
2935 - grpc++_test_util
2936 - grpc_test_util
2937 - grpc++
2938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002939 - gpr_test_util
2940 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002941 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002942- name: reconnect_interop_client
2943 build: test
2944 run: false
2945 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002946 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002947 - src/proto/grpc/testing/empty.proto
2948 - src/proto/grpc/testing/messages.proto
2949 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002950 - test/cpp/interop/reconnect_interop_client.cc
2951 deps:
2952 - grpc++_test_util
2953 - grpc_test_util
2954 - grpc++
2955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002956 - gpr_test_util
2957 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002958 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002959- name: reconnect_interop_server
2960 build: test
2961 run: false
2962 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002963 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002964 - src/proto/grpc/testing/empty.proto
2965 - src/proto/grpc/testing/messages.proto
2966 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002967 - test/cpp/interop/reconnect_interop_server.cc
2968 deps:
2969 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002970 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002971 - grpc++_test_util
2972 - grpc_test_util
2973 - grpc++
2974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002975 - gpr_test_util
2976 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002977 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002978- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002979 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002980 build: test
2981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002982 src:
2983 - test/cpp/common/secure_auth_context_test.cc
2984 deps:
2985 - grpc++_test_util
2986 - grpc_test_util
2987 - grpc++
2988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002989 - gpr_test_util
2990 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002991- name: secure_sync_unary_ping_pong_test
2992 build: test
2993 language: c++
2994 src:
2995 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2996 deps:
2997 - qps
2998 - grpc++_test_util
2999 - grpc_test_util
3000 - grpc++
3001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003002 - gpr_test_util
3003 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003004 platforms:
3005 - mac
3006 - linux
3007 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003008- name: server_builder_plugin_test
3009 gtest: true
3010 build: test
3011 language: c++
3012 src:
3013 - test/cpp/end2end/server_builder_plugin_test.cc
3014 deps:
3015 - grpc++_test_util
3016 - grpc_test_util
3017 - grpc++
3018 - grpc
3019 - gpr_test_util
3020 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003021- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003022 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003023 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003024 build: test
3025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003026 src:
3027 - test/cpp/end2end/server_crash_test.cc
3028 deps:
3029 - grpc++_test_util
3030 - grpc_test_util
3031 - grpc++
3032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003033 - gpr_test_util
3034 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003035 platforms:
3036 - mac
3037 - linux
3038 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003039- name: server_crash_test_client
3040 build: test
3041 run: false
3042 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003043 src:
3044 - test/cpp/end2end/server_crash_test_client.cc
3045 deps:
3046 - grpc++_test_util
3047 - grpc_test_util
3048 - grpc++
3049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003050 - gpr_test_util
3051 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003052- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003053 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003054 build: test
3055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003056 src:
3057 - test/cpp/end2end/shutdown_test.cc
3058 deps:
3059 - grpc++_test_util
3060 - grpc_test_util
3061 - grpc++
3062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003063 - gpr_test_util
3064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003065- name: status_test
3066 build: test
3067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003068 src:
3069 - test/cpp/util/status_test.cc
3070 deps:
3071 - grpc_test_util
3072 - grpc++
3073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003074 - gpr_test_util
3075 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003076- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003077 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003078 build: test
3079 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003080 src:
3081 - test/cpp/end2end/streaming_throughput_test.cc
3082 deps:
3083 - grpc++_test_util
3084 - grpc_test_util
3085 - grpc++
3086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003087 - gpr_test_util
3088 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003089 platforms:
3090 - mac
3091 - linux
3092 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003093- name: stress_test
3094 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003095 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003096 language: c++
3097 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003098 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003099 - test/cpp/interop/interop_client.h
3100 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003101 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003102 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003103 - src/proto/grpc/testing/empty.proto
3104 - src/proto/grpc/testing/messages.proto
3105 - src/proto/grpc/testing/metrics.proto
3106 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003107 - test/cpp/interop/interop_client.cc
3108 - test/cpp/interop/stress_interop_client.cc
3109 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003110 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003111 deps:
3112 - grpc++_test_util
3113 - grpc_test_util
3114 - grpc++
3115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003116 - gpr_test_util
3117 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003118 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003119- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003120 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003121 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003122 build: test
3123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003124 src:
3125 - test/cpp/end2end/thread_stress_test.cc
3126 deps:
3127 - grpc++_test_util
3128 - grpc_test_util
3129 - grpc++
3130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003131 - gpr_test_util
3132 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003133- name: public_headers_must_be_c89
3134 build: test
3135 language: c89
3136 src:
3137 - test/core/surface/public_headers_must_be_c89.c
3138 deps:
3139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003140 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003141vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003142- linkage: static
3143 name: grpc.dependencies.zlib
3144 props: false
3145 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003146 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003147- linkage: static
3148 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003149 props: true
3150 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003151 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003152- name: gflags
3153 props: false
3154 redist: false
3155 version: 2.1.2.1
3156- name: gtest
3157 props: false
3158 redist: false
3159 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003160configs:
3161 asan:
3162 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003163 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3164 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003165 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003166 LD: clang
3167 LDFLAGS: -fsanitize=address
3168 LDXX: clang++
3169 compile_the_world: true
3170 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003171 ASAN_OPTIONS: detect_leaks=1:color=always
3172 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003173 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003174 asan-noleaks:
3175 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003176 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3177 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003178 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003179 LD: clang
3180 LDFLAGS: -fsanitize=address
3181 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003182 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003183 test_environ:
3184 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003185 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003186 asan-trace-cmp:
3187 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003188 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3189 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003190 CXX: clang++
3191 LD: clang
3192 LDFLAGS: -fsanitize=address
3193 LDXX: clang++
3194 compile_the_world: true
3195 test_environ:
3196 ASAN_OPTIONS: detect_leaks=1:color=always
3197 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3198 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003199 basicprof:
3200 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3201 DEFINES: NDEBUG
3202 dbg:
3203 CPPFLAGS: -O0
3204 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003205 easan:
3206 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003207 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3208 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003209 CXX: clang++
3210 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3211 LD: clang
3212 LDFLAGS: -fsanitize=address
3213 LDXX: clang++
3214 compile_the_world: true
3215 test_environ:
3216 ASAN_OPTIONS: detect_leaks=1:color=always
3217 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3218 timeout_multiplier: 3
3219 edbg:
3220 CPPFLAGS: -O0
3221 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3222 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003223 CC: clang
3224 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003225 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003226 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003227 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003228 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003229 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003230 LDXX: clang++
3231 compile_the_world: true
3232 test_environ:
3233 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3234 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003235 gcov:
3236 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003237 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003238 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003239 DEFINES: _DEBUG DEBUG GPR_GCOV
3240 LD: gcc
3241 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3242 LDXX: g++
3243 helgrind:
3244 CPPFLAGS: -O0
3245 DEFINES: _DEBUG DEBUG
3246 LDFLAGS: -rdynamic
3247 timeout_multiplier: 20
3248 valgrind: --tool=helgrind
3249 memcheck:
3250 CPPFLAGS: -O0
3251 DEFINES: _DEBUG DEBUG
3252 LDFLAGS: -rdynamic
3253 timeout_multiplier: 10
3254 valgrind: --tool=memcheck --leak-check=full
3255 msan:
3256 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003257 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3258 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3259 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003260 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003261 DEFINES: NDEBUG
3262 LD: clang
3263 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3264 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3265 LDXX: clang++
3266 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003267 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003268 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003269 CPPFLAGS: -O3 -fno-omit-frame-pointer
3270 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003271 LDFLAGS: -rdynamic
3272 opt:
3273 CPPFLAGS: -O2
3274 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003275 stapprof:
3276 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3277 DEFINES: NDEBUG
3278 tsan:
3279 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003280 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003281 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003282 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003283 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003284 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003285 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003286 LDXX: clang++
3287 compile_the_world: true
3288 test_environ:
3289 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003290 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003291 ubsan:
3292 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003293 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3294 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003295 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003296 DEFINES: NDEBUG
3297 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003298 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003299 LDXX: clang++
3300 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003301 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003302 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003303 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003304defaults:
3305 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003306 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003307 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003308 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003309 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003310 global:
3311 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3312 LDFLAGS: -g
3313 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003314 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003315 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003316node_modules:
3317- deps:
3318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003319 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003320 - boringssl
3321 - z
murgatroid9994a75412015-11-19 14:04:53 -08003322 headers:
3323 - src/node/ext/byte_buffer.h
3324 - src/node/ext/call.h
3325 - src/node/ext/call_credentials.h
3326 - src/node/ext/channel.h
3327 - src/node/ext/channel_credentials.h
3328 - src/node/ext/completion_queue_async_worker.h
3329 - src/node/ext/server.h
3330 - src/node/ext/server_credentials.h
3331 - src/node/ext/timeval.h
3332 js:
3333 - src/node/index.js
3334 - src/node/src/client.js
3335 - src/node/src/common.js
3336 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003337 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003338 - src/node/src/metadata.js
3339 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003340 name: grpc_node
3341 src:
3342 - src/node/ext/byte_buffer.cc
3343 - src/node/ext/call.cc
3344 - src/node/ext/call_credentials.cc
3345 - src/node/ext/channel.cc
3346 - src/node/ext/channel_credentials.cc
3347 - src/node/ext/completion_queue_async_worker.cc
3348 - src/node/ext/node_grpc.cc
3349 - src/node/ext/server.cc
3350 - src/node/ext/server_credentials.cc
3351 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003352openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003353 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003354 extraction_dir: openssl-1.0.2f
3355 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003356php_config_m4:
3357 deps:
3358 - grpc
3359 - gpr
3360 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003361 headers:
3362 - src/php/ext/grpc/byte_buffer.h
3363 - src/php/ext/grpc/call.h
3364 - src/php/ext/grpc/call_credentials.h
3365 - src/php/ext/grpc/channel.h
3366 - src/php/ext/grpc/channel_credentials.h
3367 - src/php/ext/grpc/completion_queue.h
3368 - src/php/ext/grpc/php_grpc.h
3369 - src/php/ext/grpc/server.h
3370 - src/php/ext/grpc/server_credentials.h
3371 - src/php/ext/grpc/timeval.h
3372 src:
3373 - src/php/ext/grpc/byte_buffer.c
3374 - src/php/ext/grpc/call.c
3375 - src/php/ext/grpc/call_credentials.c
3376 - src/php/ext/grpc/channel.c
3377 - src/php/ext/grpc/channel_credentials.c
3378 - src/php/ext/grpc/completion_queue.c
3379 - src/php/ext/grpc/php_grpc.c
3380 - src/php/ext/grpc/server.c
3381 - src/php/ext/grpc/server_credentials.c
3382 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003383python_dependencies:
3384 deps:
3385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003386 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003387 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003388 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003389ruby_gem:
3390 deps:
3391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003392 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003393 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003394 - z