blob: 2446b9feb67ca27e489c4e55ca51d0c094b22709 [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
715 deps:
716 - grpc
717 uses:
yang-g17487f92016-06-03 15:21:15 -0700718 - grpc++_codegen_base
719- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700720 language: c++
721 public_headers:
722 - include/grpc++/impl/codegen/async_stream.h
723 - include/grpc++/impl/codegen/async_unary_call.h
724 - include/grpc++/impl/codegen/call.h
725 - include/grpc++/impl/codegen/call_hook.h
726 - include/grpc++/impl/codegen/channel_interface.h
727 - include/grpc++/impl/codegen/client_context.h
728 - include/grpc++/impl/codegen/client_unary_call.h
729 - include/grpc++/impl/codegen/completion_queue.h
730 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700731 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700732 - include/grpc++/impl/codegen/core_codegen_interface.h
733 - include/grpc++/impl/codegen/create_auth_context.h
734 - include/grpc++/impl/codegen/grpc_library.h
735 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700736 - include/grpc++/impl/codegen/rpc_method.h
737 - include/grpc++/impl/codegen/rpc_service_method.h
738 - include/grpc++/impl/codegen/security/auth_context.h
739 - include/grpc++/impl/codegen/serialization_traits.h
740 - include/grpc++/impl/codegen/server_context.h
741 - include/grpc++/impl/codegen/server_interface.h
742 - include/grpc++/impl/codegen/service_type.h
743 - include/grpc++/impl/codegen/status.h
744 - include/grpc++/impl/codegen/status_code_enum.h
745 - include/grpc++/impl/codegen/string_ref.h
746 - include/grpc++/impl/codegen/stub_options.h
747 - include/grpc++/impl/codegen/sync.h
748 - include/grpc++/impl/codegen/sync_cxx11.h
749 - include/grpc++/impl/codegen/sync_no_cxx11.h
750 - include/grpc++/impl/codegen/sync_stream.h
751 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700752 uses:
753 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700754- name: grpc++_codegen_base_src
755 language: c++
756 src:
757 - src/cpp/codegen/codegen_init.cc
758 uses:
759 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700760- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700761 language: c++
762 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700763 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700764 uses:
yang-g17487f92016-06-03 15:21:15 -0700765 - grpc++_codegen_base
766 - grpc++_config_proto
767- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700768 language: c++
769 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700770 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100771libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800772- name: gpr
773 build: all
774 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800775 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700776 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800777 secure: false
778 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
779- name: gpr_test_util
780 build: private
781 language: c
782 headers:
783 - test/core/util/test_config.h
784 src:
785 - test/core/util/test_config.c
786 deps:
787 - gpr
788 secure: false
789 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700790- name: grpc
791 build: all
792 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 src:
794 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700795 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800796 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700797 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700798 filegroups:
799 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700800 - grpc_transport_chttp2_server_secure
801 - grpc_transport_chttp2_client_secure
802 - grpc_transport_chttp2_server_insecure
803 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700804 - grpc_lb_policy_grpclb
805 - grpc_lb_policy_pick_first
806 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700807 - grpc_resolver_dns_native
808 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700809 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100810 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700811 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700812 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700813 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700814 vs_packages:
815 - grpc.dependencies.openssl
816 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700817 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700818- name: grpc_cronet
819 build: all
820 language: c
821 src:
822 - src/core/lib/surface/init.c
823 baselib: true
824 deps_linkage: static
825 dll: true
826 filegroups:
827 - grpc_base
828 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700829 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700830 generate_plugin_registry: true
831 platforms:
832 - linux
833 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100834- name: grpc_dll
835 build: private
836 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100837 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100838 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100839 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100840 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100841 build_system:
842 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100843 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100844 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100845 vs_config_type: DynamicLibrary
846 vs_packages:
847 - grpc.dependencies.openssl
848 - grpc.dependencies.zlib
849 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
850 vs_props:
851 - zlib
852 - openssl
853 - winsock
854 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700855- name: grpc_test_util
856 build: private
857 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700858 headers:
859 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800860 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700861 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700862 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700863 - test/core/end2end/data/server1_cert.c
864 - test/core/end2end/data/server1_key.c
865 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800866 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700867 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800868 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800869 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700870 - grpc
871 filegroups:
872 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700873 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
874- name: grpc_test_util_unsecure
875 build: private
876 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700877 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800878 - gpr
879 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800880 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700881 filegroups:
882 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700883 secure: false
884 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
885- name: grpc_unsecure
886 build: all
887 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700888 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700890 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700891 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800892 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700893 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700894 filegroups:
895 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700896 - grpc_transport_chttp2_server_insecure
897 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700898 - grpc_resolver_dns_native
899 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700900 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700901 - grpc_lb_policy_grpclb
902 - grpc_lb_policy_pick_first
903 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700904 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700905 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700906 secure: false
907 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700908- name: reconnect_server
909 build: private
910 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700911 headers:
912 - test/core/util/reconnect_server.h
913 src:
914 - test/core/util/reconnect_server.c
915 deps:
yang-gc9fca182015-11-06 16:41:33 -0800916 - test_tcp_server
917 - grpc_test_util
918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800919 - gpr_test_util
920 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800921- name: test_tcp_server
922 build: private
923 language: c
924 headers:
925 - test/core/util/test_tcp_server.h
926 src:
927 - test/core/util/test_tcp_server.c
928 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700929 - grpc_test_util
930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800931 - gpr_test_util
932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700933- name: grpc++
934 build: all
935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700936 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700937 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700938 - src/cpp/client/secure_credentials.h
939 - src/cpp/common/secure_auth_context.h
940 - src/cpp/server/secure_server_credentials.h
941 src:
Craig Tiller25834342015-09-25 08:08:24 -0700942 - src/cpp/client/secure_credentials.cc
943 - src/cpp/common/auth_property_iterator.cc
944 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800945 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700946 - src/cpp/common/secure_create_auth_context.cc
947 - src/cpp/server/secure_server_credentials.cc
948 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700949 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700950 baselib: true
951 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700952 filegroups:
953 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700954 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700955 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956 secure: check
957 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700958- name: grpc++_reflection
959 build: all
960 language: c++
961 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700962 - include/grpc++/ext/proto_server_reflection_plugin.h
963 - include/grpc++/ext/reflection.grpc.pb.h
964 - include/grpc++/ext/reflection.pb.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700965 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700966 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700967 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700968 - src/cpp/ext/proto_server_reflection.cc
969 - src/cpp/ext/proto_server_reflection_plugin.cc
970 - src/cpp/ext/reflection.grpc.pb.cc
971 - src/cpp/ext/reflection.pb.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700972 deps:
973 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -0700974 filegroups:
975 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700976- name: grpc++_test_config
977 build: private
978 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700979 headers:
980 - test/cpp/util/test_config.h
981 src:
982 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700983- name: grpc++_test_util
984 build: private
985 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700986 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800987 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800988 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700989 - test/cpp/util/create_test_channel.h
990 - test/cpp/util/string_ref_helper.h
991 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800992 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700993 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800994 - src/proto/grpc/testing/echo_messages.proto
995 - src/proto/grpc/testing/echo.proto
996 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800997 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800998 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700999 - test/cpp/util/create_test_channel.cc
1000 - test/cpp/util/string_ref_helper.cc
1001 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001002 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001003 deps:
1004 - grpc++
1005 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001006 filegroups:
1007 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001008 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001009 - grpc++_codegen_proto
1010 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001011- name: grpc++_unsecure
1012 build: all
1013 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001014 src:
1015 - src/cpp/common/insecure_create_auth_context.cc
1016 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001017 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001018 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001019 baselib: true
1020 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001021 filegroups:
1022 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001023 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001024 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001025 secure: false
1026 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001027- name: grpc_cli_libs
1028 build: private
1029 language: c++
1030 headers:
1031 - test/cpp/util/cli_call.h
1032 - test/cpp/util/proto_file_parser.h
1033 src:
1034 - test/cpp/util/cli_call.cc
1035 - test/cpp/util/proto_file_parser.cc
1036 deps:
1037 - grpc++
1038 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001039- name: grpc_plugin_support
1040 build: protoc
1041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001042 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001043 - src/compiler/config.h
1044 - src/compiler/cpp_generator.h
1045 - src/compiler/cpp_generator_helpers.h
1046 - src/compiler/csharp_generator.h
1047 - src/compiler/csharp_generator_helpers.h
1048 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001049 - src/compiler/node_generator.h
1050 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001051 - src/compiler/objective_c_generator.h
1052 - src/compiler/objective_c_generator_helpers.h
1053 - src/compiler/python_generator.h
1054 - src/compiler/ruby_generator.h
1055 - src/compiler/ruby_generator_helpers-inl.h
1056 - src/compiler/ruby_generator_map-inl.h
1057 - src/compiler/ruby_generator_string-inl.h
1058 src:
1059 - src/compiler/cpp_generator.cc
1060 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001061 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001062 - src/compiler/objective_c_generator.cc
1063 - src/compiler/python_generator.cc
1064 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001065 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001066 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001067 secure: false
1068 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001069 vs_props:
1070 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001071- name: interop_client_helper
1072 build: private
1073 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001074 headers:
1075 - test/cpp/interop/client_helper.h
1076 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001077 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001078 - test/cpp/interop/client_helper.cc
1079 deps:
1080 - grpc++_test_util
1081 - grpc_test_util
1082 - grpc++
1083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085- name: interop_client_main
1086 build: private
1087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001088 headers:
1089 - test/cpp/interop/interop_client.h
1090 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001091 - src/proto/grpc/testing/empty.proto
1092 - src/proto/grpc/testing/messages.proto
1093 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001094 - test/cpp/interop/client.cc
1095 - test/cpp/interop/interop_client.cc
1096 deps:
1097 - interop_client_helper
1098 - grpc++_test_util
1099 - grpc_test_util
1100 - grpc++
1101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001102 - gpr_test_util
1103 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001104 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001105- name: interop_server_helper
1106 build: private
1107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001108 headers:
1109 - test/cpp/interop/server_helper.h
1110 src:
1111 - test/cpp/interop/server_helper.cc
1112 deps:
1113 - grpc_test_util
1114 - grpc++
1115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117- name: interop_server_main
1118 build: private
1119 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001120 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001121 - src/proto/grpc/testing/empty.proto
1122 - src/proto/grpc/testing/messages.proto
1123 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001124 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001125 deps:
1126 - interop_server_helper
1127 - grpc++_test_util
1128 - grpc_test_util
1129 - grpc++
1130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001131 - gpr_test_util
1132 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001133 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001134- name: qps
1135 build: private
1136 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001137 headers:
1138 - test/cpp/qps/client.h
1139 - test/cpp/qps/driver.h
1140 - test/cpp/qps/histogram.h
1141 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001142 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001143 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001144 - test/cpp/qps/qps_worker.h
1145 - test/cpp/qps/report.h
1146 - test/cpp/qps/server.h
1147 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001148 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001149 - test/cpp/util/benchmark_config.h
1150 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001151 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001152 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001153 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001154 - src/proto/grpc/testing/control.proto
1155 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001156 - test/cpp/qps/client_async.cc
1157 - test/cpp/qps/client_sync.cc
1158 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001159 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001160 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001161 - test/cpp/qps/qps_worker.cc
1162 - test/cpp/qps/report.cc
1163 - test/cpp/qps/server_async.cc
1164 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001165 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001166 - test/cpp/util/benchmark_config.cc
1167 deps:
1168 - grpc_test_util
1169 - grpc++_test_util
1170 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001171- name: grpc_csharp_ext
1172 build: all
1173 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001174 src:
1175 - src/csharp/ext/grpc_csharp_ext.c
1176 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001178 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001179 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001180 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181 dll: only
1182 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001183 vs_packages:
1184 - grpc.dependencies.openssl
1185 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001186 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001187 vs_props:
1188 - zlib
1189 - openssl
1190 - winsock
1191 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001192targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001193- name: alarm_test
1194 build: test
1195 language: c
1196 src:
1197 - test/core/surface/alarm_test.c
1198 deps:
1199 - grpc_test_util
1200 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001201 - gpr_test_util
1202 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001203- name: algorithm_test
1204 build: test
1205 language: c
1206 src:
1207 - test/core/compression/algorithm_test.c
1208 deps:
1209 - grpc_test_util
1210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001211 - gpr_test_util
1212 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001213- name: alloc_test
1214 build: test
1215 language: c
1216 src:
1217 - test/core/support/alloc_test.c
1218 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001219 - gpr_test_util
1220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221- name: alpn_test
1222 build: test
1223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001224 src:
1225 - test/core/transport/chttp2/alpn_test.c
1226 deps:
1227 - grpc_test_util
1228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001229 - gpr_test_util
1230 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001231- name: api_fuzzer
1232 build: fuzzer
1233 language: c
1234 src:
1235 - test/core/end2end/fuzzers/api_fuzzer.c
1236 deps:
1237 - grpc_test_util
1238 - grpc
1239 - gpr_test_util
1240 - gpr
1241 corpus_dirs:
1242 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001243 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001244 maxlen: 2048
Yuchen Zengd982bba2016-05-12 18:53:52 -07001245- name: bin_decoder_test
1246 build: test
1247 language: c
1248 src:
1249 - test/core/transport/chttp2/bin_decoder_test.c
1250 deps:
1251 - grpc_test_util
1252 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001253- name: bin_encoder_test
1254 build: test
1255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001256 src:
1257 - test/core/transport/chttp2/bin_encoder_test.c
1258 deps:
1259 - grpc_test_util
1260 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001261- name: census_context_test
1262 build: test
1263 language: c
1264 src:
1265 - test/core/census/context_test.c
1266 deps:
1267 - grpc_test_util
1268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001269 - gpr_test_util
1270 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001271- name: channel_create_test
1272 build: test
1273 language: c
1274 src:
1275 - test/core/surface/channel_create_test.c
1276 deps:
1277 - grpc_test_util
1278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001279 - gpr_test_util
1280 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001281- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001282 build: test
1283 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001284 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001285 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001286 deps:
1287 - grpc_test_util
1288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001289 - gpr_test_util
1290 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001291- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001292 build: test
1293 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001294 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001295 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001296 deps:
1297 - grpc_test_util
1298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001299 - gpr_test_util
1300 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001301- name: chttp2_stream_map_test
1302 build: test
1303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001304 src:
1305 - test/core/transport/chttp2/stream_map_test.c
1306 deps:
1307 - grpc_test_util
1308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001309 - gpr_test_util
1310 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001311- name: chttp2_varint_test
1312 build: test
1313 language: c
1314 src:
1315 - test/core/transport/chttp2/varint_test.c
1316 deps:
1317 - grpc_test_util
1318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001319 - gpr_test_util
1320 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001321- name: client_fuzzer
1322 build: fuzzer
1323 language: c
1324 src:
1325 - test/core/end2end/fuzzers/client_fuzzer.c
1326 deps:
1327 - grpc_test_util
1328 - grpc
1329 - gpr_test_util
1330 - gpr
1331 corpus_dirs:
1332 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001333 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001334 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335- name: compression_test
1336 build: test
1337 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001338 src:
1339 - test/core/compression/compression_test.c
1340 deps:
1341 - grpc_test_util
1342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001343 - gpr_test_util
1344 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001345- name: concurrent_connectivity_test
1346 build: test
1347 language: c
1348 src:
1349 - test/core/surface/concurrent_connectivity_test.c
1350 deps:
1351 - grpc_test_util
1352 - grpc
1353 - gpr_test_util
1354 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001355- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001356 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001357 build: test
1358 language: c
1359 src:
1360 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1361 deps:
1362 - grpc_test_util
1363 - grpc
1364 - gpr_test_util
1365 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001366- name: dns_resolver_test
1367 build: test
1368 language: c
1369 src:
1370 - test/core/client_config/resolvers/dns_resolver_test.c
1371 deps:
1372 - grpc_test_util
1373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001374 - gpr_test_util
1375 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001376- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001377 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001378 build: test
1379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001380 src:
1381 - test/core/end2end/dualstack_socket_test.c
1382 deps:
1383 - grpc_test_util
1384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001385 - gpr_test_util
1386 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001387 platforms:
1388 - mac
1389 - linux
1390 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001391- name: endpoint_pair_test
1392 build: test
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - test/core/iomgr/endpoint_pair_test.c
1396 deps:
1397 - grpc_test_util
1398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001399 - gpr_test_util
1400 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001401- name: ev_epoll_linux_test
1402 build: test
1403 language: c
1404 src:
1405 - test/core/iomgr/ev_epoll_linux_test.c
1406 deps:
1407 - grpc_test_util
1408 - grpc
1409 - gpr_test_util
1410 - gpr
1411 platforms:
1412 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001413- name: fd_conservation_posix_test
1414 build: test
1415 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001416 src:
1417 - test/core/iomgr/fd_conservation_posix_test.c
1418 deps:
1419 - grpc_test_util
1420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr_test_util
1422 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001423 platforms:
1424 - mac
1425 - linux
1426 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001427- name: fd_posix_test
1428 build: test
1429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001430 src:
1431 - test/core/iomgr/fd_posix_test.c
1432 deps:
1433 - grpc_test_util
1434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001435 - gpr_test_util
1436 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001437 platforms:
1438 - mac
1439 - linux
1440 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001441- name: fling_client
1442 build: test
1443 run: false
1444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001445 src:
1446 - test/core/fling/client.c
1447 deps:
1448 - grpc_test_util
1449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001450 - gpr_test_util
1451 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001452- name: fling_server
1453 build: test
1454 run: false
1455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001456 src:
1457 - test/core/fling/server.c
1458 deps:
1459 - grpc_test_util
1460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001461 - gpr_test_util
1462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001464 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001465 build: test
1466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001467 src:
1468 - test/core/fling/fling_stream_test.c
1469 deps:
1470 - grpc_test_util
1471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001472 - gpr_test_util
1473 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001474 platforms:
1475 - mac
1476 - linux
1477 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001479 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001480 build: test
1481 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001482 src:
1483 - test/core/fling/fling_test.c
1484 deps:
1485 - grpc_test_util
1486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001487 - gpr_test_util
1488 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001489 platforms:
1490 - mac
1491 - linux
1492 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001493- name: gen_hpack_tables
1494 build: tool
1495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001496 src:
1497 - tools/codegen/core/gen_hpack_tables.c
1498 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001499 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001500 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001501- name: gen_legal_metadata_characters
1502 build: tool
1503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001504 src:
1505 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001507- name: goaway_server_test
1508 cpu_cost: 0.1
1509 build: test
1510 language: c
1511 src:
1512 - test/core/end2end/goaway_server_test.c
1513 deps:
1514 - grpc_test_util
1515 - grpc
1516 - gpr_test_util
1517 - gpr
1518 platforms:
1519 - mac
1520 - linux
1521 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001522- name: gpr_avl_test
1523 build: test
1524 language: c
1525 src:
1526 - test/core/support/avl_test.c
1527 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001528 - gpr_test_util
1529 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001530- name: gpr_backoff_test
1531 build: test
1532 language: c
1533 src:
1534 - test/core/support/backoff_test.c
1535 deps:
1536 - gpr_test_util
1537 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001538- name: gpr_cmdline_test
1539 build: test
1540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001541 src:
1542 - test/core/support/cmdline_test.c
1543 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001544 - gpr_test_util
1545 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001546- name: gpr_cpu_test
1547 build: test
1548 language: c
1549 src:
1550 - test/core/support/cpu_test.c
1551 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001552 - gpr_test_util
1553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554- name: gpr_env_test
1555 build: test
1556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - test/core/support/env_test.c
1559 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001560 - gpr_test_util
1561 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562- name: gpr_histogram_test
1563 build: test
1564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001565 src:
1566 - test/core/support/histogram_test.c
1567 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001568 - gpr_test_util
1569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: gpr_host_port_test
1571 build: test
1572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001573 src:
1574 - test/core/support/host_port_test.c
1575 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578- name: gpr_log_test
1579 build: test
1580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001581 src:
1582 - test/core/support/log_test.c
1583 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001584 - gpr_test_util
1585 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001586- name: gpr_slice_buffer_test
1587 build: test
1588 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001589 src:
1590 - test/core/support/slice_buffer_test.c
1591 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001592 - gpr_test_util
1593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001594- name: gpr_slice_test
1595 build: test
1596 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001597 src:
1598 - test/core/support/slice_test.c
1599 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 - gpr_test_util
1601 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001602- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001603 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001604 build: test
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - test/core/support/stack_lockfree_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_string_test
1612 build: test
1613 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001614 src:
1615 - test/core/support/string_test.c
1616 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001617 - gpr_test_util
1618 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001620 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621 build: test
1622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001623 src:
1624 - test/core/support/sync_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_thd_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/thd_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_time_test
1638 build: test
1639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001640 src:
1641 - test/core/support/time_test.c
1642 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001643 - gpr_test_util
1644 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001645- name: gpr_tls_test
1646 build: test
1647 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001648 src:
1649 - test/core/support/tls_test.c
1650 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001651 - gpr_test_util
1652 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: gpr_useful_test
1654 build: test
1655 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001656 src:
1657 - test/core/support/useful_test.c
1658 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001659 - gpr_test_util
1660 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001661- name: grpc_auth_context_test
1662 build: test
1663 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001664 src:
1665 - test/core/security/auth_context_test.c
1666 deps:
1667 - grpc_test_util
1668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001669 - gpr_test_util
1670 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001671- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001672 build: test
1673 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001674 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001675 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001676 deps:
1677 - grpc_test_util
1678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001679 - gpr_test_util
1680 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001681- name: grpc_byte_buffer_reader_test
1682 build: test
1683 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001684 src:
1685 - test/core/surface/byte_buffer_reader_test.c
1686 deps:
1687 - grpc_test_util
1688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001689 - gpr_test_util
1690 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001691- name: grpc_channel_args_test
1692 build: test
1693 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001694 src:
1695 - test/core/channel/channel_args_test.c
1696 deps:
1697 - grpc_test_util
1698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001699 - gpr_test_util
1700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001701- name: grpc_channel_stack_test
1702 build: test
1703 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001704 src:
1705 - test/core/channel/channel_stack_test.c
1706 deps:
1707 - grpc_test_util
1708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001709 - gpr_test_util
1710 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711- name: grpc_completion_queue_test
1712 build: test
1713 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001714 src:
1715 - test/core/surface/completion_queue_test.c
1716 deps:
1717 - grpc_test_util
1718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 - gpr_test_util
1720 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001721- name: grpc_create_jwt
1722 build: tool
1723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001724 src:
1725 - test/core/security/create_jwt.c
1726 deps:
1727 - grpc_test_util
1728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001729 - gpr_test_util
1730 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001731- name: grpc_credentials_test
1732 build: test
1733 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001734 src:
1735 - test/core/security/credentials_test.c
1736 deps:
1737 - grpc_test_util
1738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001739 - gpr_test_util
1740 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001741- name: grpc_fetch_oauth2
1742 build: tool
1743 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001744 src:
1745 - test/core/security/fetch_oauth2.c
1746 deps:
1747 - grpc_test_util
1748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001749 - gpr_test_util
1750 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001751- name: grpc_invalid_channel_args_test
1752 build: test
1753 language: c
1754 src:
1755 - test/core/surface/invalid_channel_args_test.c
1756 deps:
1757 - grpc_test_util
1758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 - gpr_test_util
1760 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761- name: grpc_json_token_test
1762 build: test
1763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001764 src:
1765 - test/core/security/json_token_test.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001769 - gpr_test_util
1770 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001771 platforms:
1772 - linux
1773 - posix
1774 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001775- name: grpc_jwt_verifier_test
1776 build: test
1777 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001778 src:
1779 - test/core/security/jwt_verifier_test.c
1780 deps:
1781 - grpc_test_util
1782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001783 - gpr_test_util
1784 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001785- name: grpc_print_google_default_creds_token
1786 build: tool
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/security/print_google_default_creds_token.c
1790 deps:
1791 - grpc_test_util
1792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr_test_util
1794 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001795- name: grpc_security_connector_test
1796 build: test
1797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001798 src:
1799 - test/core/security/security_connector_test.c
1800 deps:
1801 - grpc_test_util
1802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001803 - gpr_test_util
1804 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001805- name: grpc_verify_jwt
1806 build: tool
1807 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001808 src:
1809 - test/core/security/verify_jwt.c
1810 deps:
1811 - grpc_test_util
1812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001813 - gpr_test_util
1814 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001815- name: hpack_parser_fuzzer_test
1816 build: fuzzer
1817 language: c
1818 src:
1819 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1820 deps:
1821 - grpc_test_util
1822 - grpc
1823 - gpr_test_util
1824 - gpr
1825 corpus_dirs:
1826 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001827 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001828 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001829- name: hpack_parser_test
1830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/transport/chttp2/hpack_parser_test.c
1834 deps:
1835 - grpc_test_util
1836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839- name: hpack_table_test
1840 build: test
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
1843 - test/core/transport/chttp2/hpack_table_test.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001849- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001850 build: test
1851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001852 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001853 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001854 deps:
1855 - grpc_test_util
1856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001859- name: http_request_fuzzer_test
1860 build: fuzzer
1861 language: c
1862 src:
1863 - test/core/http/request_fuzzer.c
1864 deps:
1865 - grpc_test_util
1866 - grpc
1867 - gpr_test_util
1868 - gpr
1869 corpus_dirs:
1870 - test/core/http/corpus
1871 maxlen: 2048
1872- name: http_response_fuzzer_test
1873 build: fuzzer
1874 language: c
1875 src:
1876 - test/core/http/response_fuzzer.c
1877 deps:
1878 - grpc_test_util
1879 - grpc
1880 - gpr_test_util
1881 - gpr
1882 corpus_dirs:
1883 - test/core/http/corpus
1884 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001885- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886 build: test
1887 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001888 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001889 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001890 deps:
1891 - grpc_test_util
1892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 - gpr_test_util
1894 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001895- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001896 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001897 build: test
1898 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001899 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001900 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001901 deps:
1902 - grpc_test_util
1903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001904 - gpr_test_util
1905 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001906 platforms:
1907 - mac
1908 - linux
1909 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001910- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001911 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001912 build: test
1913 language: c
1914 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001915 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001916 deps:
1917 - grpc_test_util
1918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001919 - gpr_test_util
1920 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001921 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001922 - linux
yang-gf1183302015-12-07 16:02:05 -08001923- name: init_test
1924 build: test
1925 language: c
1926 src:
1927 - test/core/surface/init_test.c
1928 deps:
1929 - grpc_test_util
1930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001931 - gpr_test_util
1932 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001933- name: internal_api_canary_iomgr_test
1934 build: test
1935 run: false
1936 language: c
1937 src:
1938 - test/core/internal_api_canaries/iomgr.c
1939 deps:
1940 - grpc_test_util
1941 - grpc
1942 - gpr_test_util
1943 - gpr
1944- name: internal_api_canary_support_test
1945 build: test
1946 run: false
1947 language: c
1948 src:
1949 - test/core/internal_api_canaries/iomgr.c
1950 deps:
1951 - grpc_test_util
1952 - grpc
1953 - gpr_test_util
1954 - gpr
1955- name: internal_api_canary_transport_test
1956 build: test
1957 run: false
1958 language: c
1959 src:
1960 - test/core/internal_api_canaries/iomgr.c
1961 deps:
1962 - grpc_test_util
1963 - grpc
1964 - gpr_test_util
1965 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001966- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001967 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08001968 build: test
1969 language: c
1970 src:
1971 - test/core/end2end/invalid_call_argument_test.c
1972 deps:
1973 - grpc_test_util
1974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001975 - gpr_test_util
1976 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001977- name: json_fuzzer_test
1978 build: fuzzer
1979 language: c
1980 src:
1981 - test/core/json/fuzzer.c
1982 deps:
1983 - grpc_test_util
1984 - grpc
1985 - gpr_test_util
1986 - gpr
1987 corpus_dirs:
1988 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001989 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990- name: json_rewrite
1991 build: test
1992 run: false
1993 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001994 src:
1995 - test/core/json/json_rewrite.c
1996 deps:
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001999- name: json_rewrite_test
2000 build: test
2001 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002002 src:
2003 - test/core/json/json_rewrite_test.c
2004 deps:
2005 - grpc_test_util
2006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002007 - gpr_test_util
2008 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002009- name: json_stream_error_test
2010 build: test
2011 language: c
2012 src:
2013 - test/core/json/json_stream_error_test.c
2014 deps:
2015 - grpc_test_util
2016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002017 - gpr_test_util
2018 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019- name: json_test
2020 build: test
2021 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002022 src:
2023 - test/core/json/json_test.c
2024 deps:
2025 - grpc_test_util
2026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: lame_client_test
2030 build: test
2031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
2033 - test/core/surface/lame_client_test.c
2034 deps:
2035 - grpc_test_util
2036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002037 - gpr_test_util
2038 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002039- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002040 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002041 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002042 build: test
2043 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002044 src:
2045 - test/core/client_config/lb_policies_test.c
2046 deps:
2047 - grpc_test_util
2048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002049 - gpr_test_util
2050 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002051- name: load_file_test
2052 build: test
2053 language: c
2054 src:
2055 - test/core/iomgr/load_file_test.c
2056 deps:
2057 - grpc_test_util
2058 - grpc
2059 - gpr_test_util
2060 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: low_level_ping_pong_benchmark
2062 build: benchmark
2063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002064 src:
2065 - test/core/network_benchmarks/low_level_ping_pong.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002071 platforms:
2072 - mac
2073 - linux
2074 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: message_compress_test
2076 build: test
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
2079 - test/core/compression/message_compress_test.c
2080 deps:
2081 - grpc_test_util
2082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002085- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002086 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002087 build: test
2088 language: c
2089 src:
2090 - test/core/census/mlog_test.c
2091 deps:
2092 - grpc_test_util
2093 - grpc
2094 - gpr_test_util
2095 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002096- name: multiple_server_queues_test
2097 build: test
2098 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002099 src:
2100 - test/core/end2end/multiple_server_queues_test.c
2101 deps:
2102 - grpc_test_util
2103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002104 - gpr_test_util
2105 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002106- name: murmur_hash_test
2107 build: test
2108 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002109 src:
2110 - test/core/support/murmur_hash_test.c
2111 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002112 - gpr_test_util
2113 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002114- name: nanopb_fuzzer_response_test
2115 build: fuzzer
2116 language: c
2117 src:
2118 - test/core/nanopb/fuzzer_response.c
2119 deps:
2120 - grpc_test_util
2121 - grpc
2122 - gpr_test_util
2123 - gpr
2124 corpus_dirs:
2125 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002126 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002127- name: nanopb_fuzzer_serverlist_test
2128 build: fuzzer
2129 language: c
2130 src:
2131 - test/core/nanopb/fuzzer_serverlist.c
2132 deps:
2133 - grpc_test_util
2134 - grpc
2135 - gpr_test_util
2136 - gpr
2137 corpus_dirs:
2138 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002139 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002141 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002142 build: test
2143 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002144 src:
2145 - test/core/end2end/no_server_test.c
2146 deps:
2147 - grpc_test_util
2148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002149 - gpr_test_util
2150 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002151- name: resolve_address_test
2152 build: test
2153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002154 src:
2155 - test/core/iomgr/resolve_address_test.c
2156 deps:
2157 - grpc_test_util
2158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
yang-gd482e592015-12-10 14:04:00 -08002161- name: secure_channel_create_test
2162 build: test
2163 language: c
2164 src:
2165 - test/core/surface/secure_channel_create_test.c
2166 deps:
2167 - grpc_test_util
2168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: secure_endpoint_test
2172 build: test
2173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - test/core/security/secure_endpoint_test.c
2176 deps:
2177 - grpc_test_util
2178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002179 - gpr_test_util
2180 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002181- name: sequential_connectivity_test
2182 build: test
2183 language: c
2184 src:
2185 - test/core/surface/sequential_connectivity_test.c
2186 deps:
2187 - grpc_test_util
2188 - grpc
2189 - gpr_test_util
2190 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002191- name: server_chttp2_test
2192 build: test
2193 language: c
2194 src:
2195 - test/core/surface/server_chttp2_test.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002199 - gpr_test_util
2200 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002201- name: server_fuzzer
2202 build: fuzzer
2203 language: c
2204 src:
2205 - test/core/end2end/fuzzers/server_fuzzer.c
2206 deps:
2207 - grpc_test_util
2208 - grpc
2209 - gpr_test_util
2210 - gpr
2211 corpus_dirs:
2212 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002213 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002214 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002215- name: server_test
2216 build: test
2217 language: c
2218 src:
2219 - test/core/surface/server_test.c
2220 deps:
2221 - grpc_test_util
2222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002223 - gpr_test_util
2224 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002225- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002226 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002227 build: test
2228 language: c
2229 src:
2230 - test/core/client_config/set_initial_connect_string_test.c
2231 deps:
2232 - test_tcp_server
2233 - grpc_test_util
2234 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002235 - gpr_test_util
2236 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002237- name: sockaddr_resolver_test
2238 build: test
2239 language: c
2240 src:
2241 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2242 deps:
2243 - grpc_test_util
2244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002245 - gpr_test_util
2246 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: sockaddr_utils_test
2248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
2251 - test/core/iomgr/sockaddr_utils_test.c
2252 deps:
2253 - grpc_test_util
2254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002255 - gpr_test_util
2256 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002257- name: socket_utils_test
2258 build: test
2259 language: c
2260 src:
2261 - test/core/iomgr/socket_utils_test.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 - gpr_test_util
2266 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002267 platforms:
2268 - mac
2269 - linux
2270 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002272 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002273 build: test
2274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002275 src:
2276 - test/core/iomgr/tcp_client_posix_test.c
2277 deps:
2278 - grpc_test_util
2279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002280 - gpr_test_util
2281 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002282 platforms:
2283 - mac
2284 - linux
2285 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002286- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002287 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002288 build: test
2289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002290 src:
2291 - test/core/iomgr/tcp_posix_test.c
2292 deps:
2293 - grpc_test_util
2294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002295 - gpr_test_util
2296 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002297 platforms:
2298 - mac
2299 - linux
2300 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002301- name: tcp_server_posix_test
2302 build: test
2303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002304 src:
2305 - test/core/iomgr/tcp_server_posix_test.c
2306 deps:
2307 - grpc_test_util
2308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002309 - gpr_test_util
2310 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002311 platforms:
2312 - mac
2313 - linux
2314 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002315- name: time_averaged_stats_test
2316 build: test
2317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002318 src:
2319 - test/core/iomgr/time_averaged_stats_test.c
2320 deps:
2321 - grpc_test_util
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: timeout_encoding_test
2326 build: test
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - test/core/transport/chttp2/timeout_encoding_test.c
2330 deps:
2331 - grpc_test_util
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002335- name: timer_heap_test
2336 build: test
2337 language: c
2338 src:
2339 - test/core/iomgr/timer_heap_test.c
2340 deps:
2341 - grpc_test_util
2342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002343 - gpr_test_util
2344 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002345- name: timer_list_test
2346 build: test
2347 language: c
2348 src:
2349 - test/core/iomgr/timer_list_test.c
2350 deps:
2351 - grpc_test_util
2352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002353 - gpr_test_util
2354 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002355- name: transport_connectivity_state_test
2356 build: test
2357 language: c
2358 src:
2359 - test/core/transport/connectivity_state_test.c
2360 deps:
2361 - grpc_test_util
2362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002363 - gpr_test_util
2364 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002365- name: transport_metadata_test
2366 build: test
2367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002368 src:
2369 - test/core/transport/metadata_test.c
2370 deps:
2371 - grpc_test_util
2372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002373 - gpr_test_util
2374 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002375- name: transport_security_test
2376 build: test
2377 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002378 src:
2379 - test/core/tsi/transport_security_test.c
2380 deps:
2381 - grpc_test_util
2382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002383 - gpr_test_util
2384 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002385 platforms:
2386 - linux
2387 - posix
2388 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002389- name: udp_server_test
2390 build: test
2391 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002392 src:
2393 - test/core/iomgr/udp_server_test.c
2394 deps:
2395 - grpc_test_util
2396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002397 - gpr_test_util
2398 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002399 platforms:
2400 - mac
2401 - linux
2402 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002403- name: uri_fuzzer_test
2404 build: fuzzer
2405 language: c
2406 src:
2407 - test/core/client_config/uri_fuzzer_test.c
2408 deps:
2409 - grpc_test_util
2410 - grpc
2411 - gpr_test_util
2412 - gpr
2413 corpus_dirs:
2414 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002415 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416- name: uri_parser_test
2417 build: test
2418 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002419 src:
2420 - test/core/client_config/uri_parser_test.c
2421 deps:
2422 - grpc_test_util
2423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002424 - gpr_test_util
2425 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002426- name: workqueue_test
2427 build: test
2428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002429 src:
2430 - test/core/iomgr/workqueue_test.c
2431 deps:
2432 - grpc_test_util
2433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002434 - gpr_test_util
2435 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002436 platforms:
2437 - mac
2438 - linux
2439 - posix
vjpai04e992a2016-02-10 16:58:38 -08002440- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002441 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002442 build: test
2443 language: c++
2444 src:
2445 - test/cpp/common/alarm_cpp_test.cc
2446 deps:
2447 - grpc++_test_util
2448 - grpc_test_util
2449 - grpc++
2450 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002451 - gpr_test_util
2452 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002453- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002454 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455 build: test
2456 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002457 src:
2458 - test/cpp/end2end/async_end2end_test.cc
2459 deps:
2460 - grpc++_test_util
2461 - grpc_test_util
2462 - grpc++
2463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002464 - gpr_test_util
2465 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002467 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468 build: test
2469 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002470 src:
2471 - test/cpp/common/auth_property_iterator_test.cc
2472 deps:
2473 - grpc++_test_util
2474 - grpc_test_util
2475 - grpc++
2476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002477 - gpr_test_util
2478 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002479- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002480 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002481 build: test
2482 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002483 src:
yang-g52705592015-11-25 11:45:33 -08002484 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002485 deps:
2486 - grpc++
2487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002488 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002489- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002490 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002491 build: test
2492 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002493 src:
2494 - test/cpp/util/cli_call_test.cc
2495 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002496 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002497 - grpc++_test_util
2498 - grpc_test_util
2499 - grpc++
2500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002501 - gpr_test_util
2502 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002503- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002504 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002505 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002506 build: test
2507 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002508 src:
2509 - test/cpp/end2end/client_crash_test.cc
2510 deps:
2511 - grpc++_test_util
2512 - grpc_test_util
2513 - grpc++
2514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002515 - gpr_test_util
2516 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002517 platforms:
2518 - mac
2519 - linux
2520 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002521- name: client_crash_test_server
2522 build: test
2523 run: false
2524 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002525 src:
2526 - test/cpp/end2end/client_crash_test_server.cc
2527 deps:
2528 - grpc++_test_util
2529 - grpc_test_util
2530 - grpc++
2531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002532 - gpr_test_util
2533 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002534- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002535 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002536 build: test
2537 language: c++
2538 src:
2539 - src/proto/grpc/testing/control.proto
2540 - src/proto/grpc/testing/messages.proto
2541 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002542 - src/proto/grpc/testing/services.proto
2543 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002544 - test/cpp/codegen/codegen_test_full.cc
2545 deps:
2546 - grpc++
2547 - grpc
2548 - gpr
2549 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002550 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002551- name: codegen_test_minimal
2552 gtest: true
2553 build: test
2554 language: c++
2555 src:
2556 - src/proto/grpc/testing/control.proto
2557 - src/proto/grpc/testing/messages.proto
2558 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002559 - src/proto/grpc/testing/services.proto
2560 - src/proto/grpc/testing/stats.proto
2561 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002562 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002563 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002564 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002565- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002566 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567 build: test
2568 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002569 src:
2570 - test/cpp/client/credentials_test.cc
2571 deps:
2572 - grpc++
2573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002574 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002575- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002576 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002577 build: test
2578 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002579 src:
2580 - test/cpp/util/byte_buffer_test.cc
2581 deps:
2582 - grpc_test_util
2583 - grpc++
2584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002585 - gpr_test_util
2586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002588 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002589 build: test
2590 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002591 src:
2592 - test/cpp/util/slice_test.cc
2593 deps:
2594 - grpc_test_util
2595 - grpc++
2596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002597 - gpr_test_util
2598 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002599- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002600 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601 build: test
2602 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - test/cpp/util/string_ref_test.cc
2605 deps:
2606 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002607- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002608 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002609 build: test
2610 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002611 src:
2612 - test/cpp/util/time_test.cc
2613 deps:
2614 - grpc_test_util
2615 - grpc++
2616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002617 - gpr_test_util
2618 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002619- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002620 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002621 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622 build: test
2623 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002624 src:
2625 - test/cpp/end2end/end2end_test.cc
2626 deps:
2627 - grpc++_test_util
2628 - grpc_test_util
2629 - grpc++
2630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002631 - gpr_test_util
2632 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002633- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002634 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002635 build: test
2636 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002637 src:
2638 - test/cpp/end2end/generic_end2end_test.cc
2639 deps:
2640 - grpc++_test_util
2641 - grpc_test_util
2642 - grpc++
2643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002644 - gpr_test_util
2645 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002646- name: golden_file_test
2647 gtest: true
2648 build: test
2649 language: c++
2650 src:
2651 - src/proto/grpc/testing/compiler_test.proto
2652 - test/cpp/codegen/golden_file_test.cc
2653 deps:
2654 - grpc++
2655 - grpc
2656 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002657- name: grpc_cli
2658 build: test
2659 run: false
2660 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002661 src:
2662 - test/cpp/util/grpc_cli.cc
2663 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002664 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002665 - grpc++_test_util
2666 - grpc_test_util
2667 - grpc++
2668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002669 - gpr_test_util
2670 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002671 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002672- name: grpc_cpp_plugin
2673 build: protoc
2674 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002675 src:
2676 - src/compiler/cpp_plugin.cc
2677 deps:
2678 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002679 secure: false
2680 vs_config_type: Application
2681 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2682- name: grpc_csharp_plugin
2683 build: protoc
2684 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002685 src:
2686 - src/compiler/csharp_plugin.cc
2687 deps:
2688 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002689 secure: false
2690 vs_config_type: Application
2691 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002692- name: grpc_node_plugin
2693 build: protoc
2694 language: c++
2695 src:
2696 - src/compiler/node_plugin.cc
2697 deps:
2698 - grpc_plugin_support
2699 secure: false
2700 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002701- name: grpc_objective_c_plugin
2702 build: protoc
2703 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002704 src:
2705 - src/compiler/objective_c_plugin.cc
2706 deps:
2707 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002708 secure: false
2709 vs_config_type: Application
2710 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2711- name: grpc_python_plugin
2712 build: protoc
2713 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002714 src:
2715 - src/compiler/python_plugin.cc
2716 deps:
2717 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718 secure: false
2719 vs_config_type: Application
2720 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2721- name: grpc_ruby_plugin
2722 build: protoc
2723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - src/compiler/ruby_plugin.cc
2726 deps:
2727 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728 secure: false
2729 vs_config_type: Application
2730 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002731- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002732 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002733 build: test
2734 language: c++
2735 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002736 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002737 - test/cpp/grpclb/grpclb_api_test.cc
2738 deps:
2739 - grpc++_test_util
2740 - grpc_test_util
2741 - grpc++
2742 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002743- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002744 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002745 build: test
2746 language: c++
2747 src:
2748 - test/cpp/end2end/hybrid_end2end_test.cc
2749 deps:
2750 - grpc++_test_util
2751 - grpc_test_util
2752 - grpc++
2753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002754 - gpr_test_util
2755 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002756- name: interop_client
2757 build: test
2758 run: false
2759 language: c++
2760 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002761 deps:
2762 - interop_client_main
2763 - interop_client_helper
2764 - grpc++_test_util
2765 - grpc_test_util
2766 - grpc++
2767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002768 - gpr_test_util
2769 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002770 - grpc++_test_config
2771 platforms:
2772 - mac
2773 - linux
2774 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002775- name: interop_server
2776 build: test
2777 run: false
2778 language: c++
2779 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002780 deps:
2781 - interop_server_main
2782 - interop_server_helper
2783 - grpc++_test_util
2784 - grpc_test_util
2785 - grpc++
2786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002787 - gpr_test_util
2788 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002789 - grpc++_test_config
2790 platforms:
2791 - mac
2792 - linux
2793 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002794- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002795 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002796 build: test
2797 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002798 src:
2799 - test/cpp/interop/interop_test.cc
2800 deps:
2801 - grpc_test_util
2802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002803 - gpr_test_util
2804 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002805 platforms:
2806 - mac
2807 - linux
2808 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002809- name: json_run_localhost
2810 build: test
2811 run: false
2812 language: c++
2813 src:
2814 - test/cpp/qps/json_run_localhost.cc
2815 deps:
2816 - grpc++_test_util
2817 - grpc_test_util
2818 - grpc++
2819 - grpc
2820 - gpr_test_util
2821 - gpr
2822 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002823- name: metrics_client
2824 build: test
2825 run: false
2826 language: c++
2827 headers:
2828 - test/cpp/util/metrics_server.h
2829 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002830 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002831 - test/cpp/interop/metrics_client.cc
2832 deps:
2833 - grpc++
2834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002835 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002836 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002837- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002838 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002839 build: test
2840 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002841 src:
2842 - test/cpp/end2end/mock_test.cc
2843 deps:
2844 - grpc++_test_util
2845 - grpc_test_util
2846 - grpc++
2847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002848 - gpr_test_util
2849 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002850- name: proto_server_reflection_test
2851 gtest: true
2852 build: test
2853 language: c++
2854 headers:
2855 - test/cpp/util/proto_reflection_descriptor_database.h
2856 src:
2857 - test/cpp/end2end/proto_server_reflection_test.cc
2858 - test/cpp/util/proto_reflection_descriptor_database.cc
2859 deps:
2860 - grpc++_reflection
2861 - grpc++_test_util
2862 - grpc_test_util
2863 - grpc++
2864 - grpc
2865 - gpr_test_util
2866 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002867- name: qps_interarrival_test
2868 build: test
2869 run: false
2870 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002871 src:
2872 - test/cpp/qps/qps_interarrival_test.cc
2873 deps:
2874 - qps
2875 - grpc++_test_util
2876 - grpc_test_util
2877 - grpc++
2878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002879 - gpr_test_util
2880 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002881 platforms:
2882 - mac
2883 - linux
2884 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002885- name: qps_json_driver
2886 build: test
2887 run: false
2888 language: c++
2889 src:
2890 - test/cpp/qps/qps_json_driver.cc
2891 deps:
2892 - qps
2893 - grpc++_test_util
2894 - grpc_test_util
2895 - grpc++
2896 - grpc
2897 - gpr_test_util
2898 - gpr
2899 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002900- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002901 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002902 build: test
2903 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002904 src:
2905 - test/cpp/qps/qps_openloop_test.cc
2906 deps:
2907 - qps
2908 - grpc++_test_util
2909 - grpc_test_util
2910 - grpc++
2911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002912 - gpr_test_util
2913 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002914 - grpc++_test_config
2915 platforms:
2916 - mac
2917 - linux
2918 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002919- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002920 build: test
2921 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002922 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002923 headers:
2924 - test/cpp/qps/client.h
2925 - test/cpp/qps/server.h
2926 src:
2927 - test/cpp/qps/worker.cc
2928 deps:
2929 - qps
2930 - grpc++_test_util
2931 - grpc_test_util
2932 - grpc++
2933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002934 - gpr_test_util
2935 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002936 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002937- name: reconnect_interop_client
2938 build: test
2939 run: false
2940 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002941 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002942 - src/proto/grpc/testing/empty.proto
2943 - src/proto/grpc/testing/messages.proto
2944 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002945 - test/cpp/interop/reconnect_interop_client.cc
2946 deps:
2947 - grpc++_test_util
2948 - grpc_test_util
2949 - grpc++
2950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002951 - gpr_test_util
2952 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002953 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002954- name: reconnect_interop_server
2955 build: test
2956 run: false
2957 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002958 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002959 - src/proto/grpc/testing/empty.proto
2960 - src/proto/grpc/testing/messages.proto
2961 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002962 - test/cpp/interop/reconnect_interop_server.cc
2963 deps:
2964 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002965 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002966 - grpc++_test_util
2967 - grpc_test_util
2968 - grpc++
2969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002970 - gpr_test_util
2971 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002972 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002973- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002974 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002975 build: test
2976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002977 src:
2978 - test/cpp/common/secure_auth_context_test.cc
2979 deps:
2980 - grpc++_test_util
2981 - grpc_test_util
2982 - grpc++
2983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002984 - gpr_test_util
2985 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002986- name: secure_sync_unary_ping_pong_test
2987 build: test
2988 language: c++
2989 src:
2990 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2991 deps:
2992 - qps
2993 - grpc++_test_util
2994 - grpc_test_util
2995 - grpc++
2996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002997 - gpr_test_util
2998 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002999 platforms:
3000 - mac
3001 - linux
3002 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003003- name: server_builder_plugin_test
3004 gtest: true
3005 build: test
3006 language: c++
3007 src:
3008 - test/cpp/end2end/server_builder_plugin_test.cc
3009 deps:
3010 - grpc++_test_util
3011 - grpc_test_util
3012 - grpc++
3013 - grpc
3014 - gpr_test_util
3015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003016- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003017 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003018 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003019 build: test
3020 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003021 src:
3022 - test/cpp/end2end/server_crash_test.cc
3023 deps:
3024 - grpc++_test_util
3025 - grpc_test_util
3026 - grpc++
3027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003028 - gpr_test_util
3029 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003030 platforms:
3031 - mac
3032 - linux
3033 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003034- name: server_crash_test_client
3035 build: test
3036 run: false
3037 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003038 src:
3039 - test/cpp/end2end/server_crash_test_client.cc
3040 deps:
3041 - grpc++_test_util
3042 - grpc_test_util
3043 - grpc++
3044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003045 - gpr_test_util
3046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003047- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003048 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003049 build: test
3050 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003051 src:
3052 - test/cpp/end2end/shutdown_test.cc
3053 deps:
3054 - grpc++_test_util
3055 - grpc_test_util
3056 - grpc++
3057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003058 - gpr_test_util
3059 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003060- name: status_test
3061 build: test
3062 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003063 src:
3064 - test/cpp/util/status_test.cc
3065 deps:
3066 - grpc_test_util
3067 - grpc++
3068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003069 - gpr_test_util
3070 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003071- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003072 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003073 build: test
3074 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003075 src:
3076 - test/cpp/end2end/streaming_throughput_test.cc
3077 deps:
3078 - grpc++_test_util
3079 - grpc_test_util
3080 - grpc++
3081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003082 - gpr_test_util
3083 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003084 platforms:
3085 - mac
3086 - linux
3087 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003088- name: stress_test
3089 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003090 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003091 language: c++
3092 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003093 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003094 - test/cpp/interop/interop_client.h
3095 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003096 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003097 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003098 - src/proto/grpc/testing/empty.proto
3099 - src/proto/grpc/testing/messages.proto
3100 - src/proto/grpc/testing/metrics.proto
3101 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003102 - test/cpp/interop/interop_client.cc
3103 - test/cpp/interop/stress_interop_client.cc
3104 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003105 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003106 deps:
3107 - grpc++_test_util
3108 - grpc_test_util
3109 - grpc++
3110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003111 - gpr_test_util
3112 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003113 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003114- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003115 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003116 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003117 build: test
3118 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003119 src:
3120 - test/cpp/end2end/thread_stress_test.cc
3121 deps:
3122 - grpc++_test_util
3123 - grpc_test_util
3124 - grpc++
3125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003126 - gpr_test_util
3127 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003128- name: public_headers_must_be_c89
3129 build: test
3130 language: c89
3131 src:
3132 - test/core/surface/public_headers_must_be_c89.c
3133 deps:
3134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003135 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003136vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003137- linkage: static
3138 name: grpc.dependencies.zlib
3139 props: false
3140 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003141 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003142- linkage: static
3143 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003144 props: true
3145 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003146 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003147- name: gflags
3148 props: false
3149 redist: false
3150 version: 2.1.2.1
3151- name: gtest
3152 props: false
3153 redist: false
3154 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003155configs:
3156 asan:
3157 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003158 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3159 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003160 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003161 LD: clang
3162 LDFLAGS: -fsanitize=address
3163 LDXX: clang++
3164 compile_the_world: true
3165 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003166 ASAN_OPTIONS: detect_leaks=1:color=always
3167 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003168 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003169 asan-noleaks:
3170 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003171 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3172 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003173 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003174 LD: clang
3175 LDFLAGS: -fsanitize=address
3176 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003177 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003178 test_environ:
3179 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003180 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003181 asan-trace-cmp:
3182 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003183 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3184 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003185 CXX: clang++
3186 LD: clang
3187 LDFLAGS: -fsanitize=address
3188 LDXX: clang++
3189 compile_the_world: true
3190 test_environ:
3191 ASAN_OPTIONS: detect_leaks=1:color=always
3192 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3193 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003194 basicprof:
3195 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3196 DEFINES: NDEBUG
3197 dbg:
3198 CPPFLAGS: -O0
3199 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003200 easan:
3201 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003202 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3203 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003204 CXX: clang++
3205 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3206 LD: clang
3207 LDFLAGS: -fsanitize=address
3208 LDXX: clang++
3209 compile_the_world: true
3210 test_environ:
3211 ASAN_OPTIONS: detect_leaks=1:color=always
3212 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3213 timeout_multiplier: 3
3214 edbg:
3215 CPPFLAGS: -O0
3216 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3217 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003218 CC: clang
3219 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003220 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003221 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003222 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003223 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003224 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003225 LDXX: clang++
3226 compile_the_world: true
3227 test_environ:
3228 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3229 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003230 gcov:
3231 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003232 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003233 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003234 DEFINES: _DEBUG DEBUG GPR_GCOV
3235 LD: gcc
3236 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3237 LDXX: g++
3238 helgrind:
3239 CPPFLAGS: -O0
3240 DEFINES: _DEBUG DEBUG
3241 LDFLAGS: -rdynamic
3242 timeout_multiplier: 20
3243 valgrind: --tool=helgrind
3244 memcheck:
3245 CPPFLAGS: -O0
3246 DEFINES: _DEBUG DEBUG
3247 LDFLAGS: -rdynamic
3248 timeout_multiplier: 10
3249 valgrind: --tool=memcheck --leak-check=full
3250 msan:
3251 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003252 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3253 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3254 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003255 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003256 DEFINES: NDEBUG
3257 LD: clang
3258 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3259 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3260 LDXX: clang++
3261 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003262 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003263 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003264 CPPFLAGS: -O3 -fno-omit-frame-pointer
3265 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003266 LDFLAGS: -rdynamic
3267 opt:
3268 CPPFLAGS: -O2
3269 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003270 stapprof:
3271 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3272 DEFINES: NDEBUG
3273 tsan:
3274 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003275 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003276 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003277 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003278 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003279 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003280 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003281 LDXX: clang++
3282 compile_the_world: true
3283 test_environ:
3284 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003285 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003286 ubsan:
3287 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003288 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3289 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003290 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003291 DEFINES: NDEBUG
3292 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003293 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003294 LDXX: clang++
3295 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003296 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003297 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003298 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003299defaults:
3300 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003301 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003302 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003303 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003304 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003305 global:
3306 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3307 LDFLAGS: -g
3308 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003309 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003310 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003311node_modules:
3312- deps:
3313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003314 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003315 - boringssl
3316 - z
murgatroid9994a75412015-11-19 14:04:53 -08003317 headers:
3318 - src/node/ext/byte_buffer.h
3319 - src/node/ext/call.h
3320 - src/node/ext/call_credentials.h
3321 - src/node/ext/channel.h
3322 - src/node/ext/channel_credentials.h
3323 - src/node/ext/completion_queue_async_worker.h
3324 - src/node/ext/server.h
3325 - src/node/ext/server_credentials.h
3326 - src/node/ext/timeval.h
3327 js:
3328 - src/node/index.js
3329 - src/node/src/client.js
3330 - src/node/src/common.js
3331 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003332 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003333 - src/node/src/metadata.js
3334 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003335 name: grpc_node
3336 src:
3337 - src/node/ext/byte_buffer.cc
3338 - src/node/ext/call.cc
3339 - src/node/ext/call_credentials.cc
3340 - src/node/ext/channel.cc
3341 - src/node/ext/channel_credentials.cc
3342 - src/node/ext/completion_queue_async_worker.cc
3343 - src/node/ext/node_grpc.cc
3344 - src/node/ext/server.cc
3345 - src/node/ext/server_credentials.cc
3346 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003347openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003348 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003349 extraction_dir: openssl-1.0.2f
3350 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003351php_config_m4:
3352 deps:
3353 - grpc
3354 - gpr
3355 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003356 headers:
3357 - src/php/ext/grpc/byte_buffer.h
3358 - src/php/ext/grpc/call.h
3359 - src/php/ext/grpc/call_credentials.h
3360 - src/php/ext/grpc/channel.h
3361 - src/php/ext/grpc/channel_credentials.h
3362 - src/php/ext/grpc/completion_queue.h
3363 - src/php/ext/grpc/php_grpc.h
3364 - src/php/ext/grpc/server.h
3365 - src/php/ext/grpc/server_credentials.h
3366 - src/php/ext/grpc/timeval.h
3367 src:
3368 - src/php/ext/grpc/byte_buffer.c
3369 - src/php/ext/grpc/call.c
3370 - src/php/ext/grpc/call_credentials.c
3371 - src/php/ext/grpc/channel.c
3372 - src/php/ext/grpc/channel_credentials.c
3373 - src/php/ext/grpc/completion_queue.c
3374 - src/php/ext/grpc/php_grpc.c
3375 - src/php/ext/grpc/server.c
3376 - src/php/ext/grpc/server_credentials.c
3377 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003378python_dependencies:
3379 deps:
3380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003381 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003382 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003383 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003384ruby_gem:
3385 deps:
3386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003387 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003388 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003389 - z