blob: 430761c1b4b5d412b8cffa4daa1abe74ca925229 [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 Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
9 '#05': new word.
10 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Craig Tiller8dfdb7e2016-08-29 11:25:56 -070015 g_stands_for: good
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020016 version: 1.1.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070017filegroups:
18- name: census
Craig Tiller25834342015-09-25 08:08:24 -070019 public_headers:
20 - include/grpc/census.h
21 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070022 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070023 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/census_interface.h
25 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070026 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070027 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070028 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070030 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070031 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070032 - src/core/ext/census/trace_context.h
Craig Tiller25834342015-09-25 08:08:24 -070033 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070034 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070035 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070036 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070037 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070038 - src/core/ext/census/grpc_context.c
39 - src/core/ext/census/grpc_filter.c
40 - src/core/ext/census/grpc_plugin.c
41 - src/core/ext/census/initialize.c
42 - src/core/ext/census/mlog.c
43 - src/core/ext/census/operation.c
44 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070045 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070046 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070047 - src/core/ext/census/tracing.c
48 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070049 uses:
50 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070051 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070052- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010053 public_headers:
54 - include/grpc/support/alloc.h
55 - include/grpc/support/atm.h
56 - include/grpc/support/atm_gcc_atomic.h
57 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070058 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 - include/grpc/support/avl.h
60 - include/grpc/support/cmdline.h
61 - include/grpc/support/cpu.h
62 - include/grpc/support/histogram.h
63 - include/grpc/support/host_port.h
64 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070065 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010066 - include/grpc/support/port_platform.h
67 - include/grpc/support/slice.h
68 - include/grpc/support/slice_buffer.h
69 - include/grpc/support/string_util.h
70 - include/grpc/support/subprocess.h
71 - include/grpc/support/sync.h
72 - include/grpc/support/sync_generic.h
73 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070074 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010075 - include/grpc/support/thd.h
76 - include/grpc/support/time.h
77 - include/grpc/support/tls.h
78 - include/grpc/support/tls_gcc.h
79 - include/grpc/support/tls_msvc.h
80 - include/grpc/support/tls_pthread.h
81 - include/grpc/support/useful.h
82 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070083 - src/core/lib/profiling/timers.h
84 - src/core/lib/support/backoff.h
85 - src/core/lib/support/block_annotate.h
86 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070087 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070088 - src/core/lib/support/murmur_hash.h
Craig Tiller17ed6b12016-08-18 09:33:33 -070089 - src/core/lib/support/percent_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -070090 - src/core/lib/support/stack_lockfree.h
91 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070092 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070093 - src/core/lib/support/thd_internal.h
94 - src/core/lib/support/time_precise.h
95 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010096 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/profiling/basic_timers.c
98 - src/core/lib/profiling/stap_timers.c
99 - src/core/lib/support/alloc.c
100 - src/core/lib/support/avl.c
101 - src/core/lib/support/backoff.c
102 - src/core/lib/support/cmdline.c
103 - src/core/lib/support/cpu_iphone.c
104 - src/core/lib/support/cpu_linux.c
105 - src/core/lib/support/cpu_posix.c
106 - src/core/lib/support/cpu_windows.c
107 - src/core/lib/support/env_linux.c
108 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700109 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/histogram.c
111 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700112 - src/core/lib/support/log.c
113 - src/core/lib/support/log_android.c
114 - src/core/lib/support/log_linux.c
115 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700117 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700118 - src/core/lib/support/murmur_hash.c
Craig Tiller17ed6b12016-08-18 09:33:33 -0700119 - src/core/lib/support/percent_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700120 - src/core/lib/support/slice.c
121 - src/core/lib/support/slice_buffer.c
122 - src/core/lib/support/stack_lockfree.c
123 - src/core/lib/support/string.c
124 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700125 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/subprocess_posix.c
128 - src/core/lib/support/subprocess_windows.c
129 - src/core/lib/support/sync.c
130 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700131 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700132 - src/core/lib/support/thd.c
133 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/time.c
136 - src/core/lib/support/time_posix.c
137 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200140 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700141 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700144 uses:
145 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800146- name: gpr_codegen
147 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800148 - include/grpc/impl/codegen/atm.h
149 - include/grpc/impl/codegen/atm_gcc_atomic.h
150 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700151 - include/grpc/impl/codegen/atm_windows.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700152 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800153 - include/grpc/impl/codegen/port_platform.h
154 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800155 - include/grpc/impl/codegen/sync.h
156 - include/grpc/impl/codegen/sync_generic.h
157 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700158 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700159- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700160 public_headers:
161 - include/grpc/byte_buffer.h
162 - include/grpc/byte_buffer_reader.h
163 - include/grpc/compression.h
164 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700165 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200166 - include/grpc/grpc_security_constants.h
Craig Tiller25834342015-09-25 08:08:24 -0700167 - include/grpc/status.h
168 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700169 - src/core/lib/channel/channel_args.h
170 - src/core/lib/channel/channel_stack.h
171 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700172 - src/core/lib/channel/compress_filter.h
173 - src/core/lib/channel/connected_channel.h
174 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700175 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/channel/http_client_filter.h
177 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700178 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/compression/algorithm_metadata.h
180 - src/core/lib/compression/message_compress.h
181 - src/core/lib/debug/trace.h
182 - src/core/lib/http/format_request.h
183 - src/core/lib/http/httpcli.h
184 - src/core/lib/http/parser.h
185 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700186 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/iomgr/endpoint.h
188 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700189 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700190 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700191 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700192 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700193 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700194 - src/core/lib/iomgr/exec_ctx.h
195 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/iocp_windows.h
197 - src/core/lib/iomgr/iomgr.h
198 - src/core/lib/iomgr/iomgr_internal.h
199 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700200 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700201 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700202 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/pollset_set_windows.h
206 - src/core/lib/iomgr/pollset_windows.h
207 - src/core/lib/iomgr/resolve_address.h
208 - src/core/lib/iomgr/sockaddr.h
209 - src/core/lib/iomgr/sockaddr_posix.h
210 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700211 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/socket_utils_posix.h
213 - src/core/lib/iomgr/socket_windows.h
214 - src/core/lib/iomgr/tcp_client.h
215 - src/core/lib/iomgr/tcp_posix.h
216 - src/core/lib/iomgr/tcp_server.h
217 - src/core/lib/iomgr/tcp_windows.h
218 - src/core/lib/iomgr/time_averaged_stats.h
219 - src/core/lib/iomgr/timer.h
220 - src/core/lib/iomgr/timer_heap.h
221 - src/core/lib/iomgr/udp_server.h
222 - src/core/lib/iomgr/unix_sockets_posix.h
223 - src/core/lib/iomgr/wakeup_fd_pipe.h
224 - src/core/lib/iomgr/wakeup_fd_posix.h
225 - src/core/lib/iomgr/workqueue.h
226 - src/core/lib/iomgr/workqueue_posix.h
227 - src/core/lib/iomgr/workqueue_windows.h
228 - src/core/lib/json/json.h
229 - src/core/lib/json/json_common.h
230 - src/core/lib/json/json_reader.h
231 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/surface/api_trace.h
233 - src/core/lib/surface/call.h
234 - src/core/lib/surface/call_test_only.h
235 - src/core/lib/surface/channel.h
236 - src/core/lib/surface/channel_init.h
237 - src/core/lib/surface/channel_stack_type.h
238 - src/core/lib/surface/completion_queue.h
239 - src/core/lib/surface/event_string.h
240 - src/core/lib/surface/init.h
241 - src/core/lib/surface/lame_client.h
242 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/transport/connectivity_state.h
245 - src/core/lib/transport/metadata.h
246 - src/core/lib/transport/metadata_batch.h
247 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400248 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/transport/transport.h
250 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700251 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/channel/channel_args.c
253 - src/core/lib/channel/channel_stack.c
254 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/channel/compress_filter.c
256 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700257 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/channel/http_client_filter.c
259 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700260 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700261 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700262 - src/core/lib/compression/message_compress.c
263 - src/core/lib/debug/trace.c
264 - src/core/lib/http/format_request.c
265 - src/core/lib/http/httpcli.c
266 - src/core/lib/http/parser.c
267 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700268 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/iomgr/endpoint.c
270 - src/core/lib/iomgr/endpoint_pair_posix.c
271 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700272 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700273 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700274 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700275 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700276 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/iomgr/exec_ctx.c
278 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/iomgr/iocp_windows.c
280 - src/core/lib/iomgr/iomgr.c
281 - src/core/lib/iomgr/iomgr_posix.c
282 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700283 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700284 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700285 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/iomgr/pollset_set_windows.c
287 - src/core/lib/iomgr/pollset_windows.c
288 - src/core/lib/iomgr/resolve_address_posix.c
289 - src/core/lib/iomgr/resolve_address_windows.c
290 - src/core/lib/iomgr/sockaddr_utils.c
291 - src/core/lib/iomgr/socket_utils_common_posix.c
292 - src/core/lib/iomgr/socket_utils_linux.c
293 - src/core/lib/iomgr/socket_utils_posix.c
294 - src/core/lib/iomgr/socket_windows.c
295 - src/core/lib/iomgr/tcp_client_posix.c
296 - src/core/lib/iomgr/tcp_client_windows.c
297 - src/core/lib/iomgr/tcp_posix.c
298 - src/core/lib/iomgr/tcp_server_posix.c
299 - src/core/lib/iomgr/tcp_server_windows.c
300 - src/core/lib/iomgr/tcp_windows.c
301 - src/core/lib/iomgr/time_averaged_stats.c
302 - src/core/lib/iomgr/timer.c
303 - src/core/lib/iomgr/timer_heap.c
304 - src/core/lib/iomgr/udp_server.c
305 - src/core/lib/iomgr/unix_sockets_posix.c
306 - src/core/lib/iomgr/unix_sockets_posix_noop.c
307 - src/core/lib/iomgr/wakeup_fd_eventfd.c
308 - src/core/lib/iomgr/wakeup_fd_nospecial.c
309 - src/core/lib/iomgr/wakeup_fd_pipe.c
310 - src/core/lib/iomgr/wakeup_fd_posix.c
311 - src/core/lib/iomgr/workqueue_posix.c
312 - src/core/lib/iomgr/workqueue_windows.c
313 - src/core/lib/json/json.c
314 - src/core/lib/json/json_reader.c
315 - src/core/lib/json/json_string.c
316 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700317 - src/core/lib/surface/alarm.c
318 - src/core/lib/surface/api_trace.c
319 - src/core/lib/surface/byte_buffer.c
320 - src/core/lib/surface/byte_buffer_reader.c
321 - src/core/lib/surface/call.c
322 - src/core/lib/surface/call_details.c
323 - src/core/lib/surface/call_log_batch.c
324 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/surface/channel_init.c
326 - src/core/lib/surface/channel_ping.c
327 - src/core/lib/surface/channel_stack_type.c
328 - src/core/lib/surface/completion_queue.c
329 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/surface/lame_client.c
331 - src/core/lib/surface/metadata_array.c
332 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/surface/validate_metadata.c
334 - src/core/lib/surface/version.c
335 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/transport/connectivity_state.c
337 - src/core/lib/transport/metadata.c
338 - src/core/lib/transport/metadata_batch.c
339 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400340 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/transport/transport.c
342 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700343 deps:
344 - gpr
345 uses:
346 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700347- name: grpc_client_config
348 headers:
349 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700350 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700351 - src/core/ext/client_config/connector.h
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700352 - src/core/ext/client_config/http_connect_handshaker.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700353 - src/core/ext/client_config/initial_connect_string.h
354 - src/core/ext/client_config/lb_policy.h
355 - src/core/ext/client_config/lb_policy_factory.h
356 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700357 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700358 - src/core/ext/client_config/resolver.h
359 - src/core/ext/client_config/resolver_factory.h
360 - src/core/ext/client_config/resolver_registry.h
Mark D. Rothff4df062016-08-22 15:02:49 -0700361 - src/core/ext/client_config/resolver_result.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700362 - src/core/ext/client_config/subchannel.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700363 - src/core/ext/client_config/subchannel_index.h
364 - src/core/ext/client_config/uri_parser.h
365 src:
366 - src/core/ext/client_config/channel_connectivity.c
367 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700368 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller0b541632016-04-05 17:21:05 -0700369 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700370 - src/core/ext/client_config/connector.c
371 - src/core/ext/client_config/default_initial_connect_string.c
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700372 - src/core/ext/client_config/http_connect_handshaker.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700373 - src/core/ext/client_config/initial_connect_string.c
374 - src/core/ext/client_config/lb_policy.c
375 - src/core/ext/client_config/lb_policy_factory.c
376 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700377 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700378 - src/core/ext/client_config/resolver.c
379 - src/core/ext/client_config/resolver_factory.c
380 - src/core/ext/client_config/resolver_registry.c
Mark D. Rothff4df062016-08-22 15:02:49 -0700381 - src/core/ext/client_config/resolver_result.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700382 - src/core/ext/client_config/subchannel.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700383 - src/core/ext/client_config/subchannel_index.c
384 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700385 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700386 uses:
387 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800388- name: grpc_codegen
389 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700390 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800391 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800392 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800393 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800394 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800395 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700396 uses:
397 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700398- name: grpc_lb_policy_grpclb
399 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700400 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700401 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700402 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700403 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700404 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700405 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700406 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700407 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700408 uses:
409 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700410 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700411 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700412- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700413 src:
414 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700415 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700416 uses:
417 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700418 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700419- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700420 src:
421 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700422 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700423 uses:
424 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700425 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700426- name: grpc_load_reporting
427 headers:
428 - src/core/ext/load_reporting/load_reporting.h
429 - src/core/ext/load_reporting/load_reporting_filter.h
430 src:
431 - src/core/ext/load_reporting/load_reporting.c
432 - src/core/ext/load_reporting/load_reporting_filter.c
433 plugin: grpc_load_reporting_plugin
434 uses:
435 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700436- name: grpc_resolver_dns_native
437 src:
438 - src/core/ext/resolver/dns/native/dns_resolver.c
439 plugin: grpc_resolver_dns_native
440 uses:
441 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700442 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700443- name: grpc_resolver_sockaddr
444 src:
445 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
446 plugin: grpc_resolver_sockaddr
447 uses:
448 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700449 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100450- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700451 public_headers:
452 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100453 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700454 - src/core/lib/security/context/security_context.h
455 - src/core/lib/security/credentials/composite/composite_credentials.h
456 - src/core/lib/security/credentials/credentials.h
457 - src/core/lib/security/credentials/fake/fake_credentials.h
458 - src/core/lib/security/credentials/google_default/google_default_credentials.h
459 - src/core/lib/security/credentials/iam/iam_credentials.h
460 - src/core/lib/security/credentials/jwt/json_token.h
461 - src/core/lib/security/credentials/jwt/jwt_credentials.h
462 - src/core/lib/security/credentials/jwt/jwt_verifier.h
463 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
464 - src/core/lib/security/credentials/plugin/plugin_credentials.h
465 - src/core/lib/security/credentials/ssl/ssl_credentials.h
466 - src/core/lib/security/transport/auth_filters.h
467 - src/core/lib/security/transport/handshake.h
468 - src/core/lib/security/transport/secure_endpoint.h
469 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700470 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700471 - src/core/lib/security/util/b64.h
472 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100473 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700474 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700475 - src/core/lib/security/context/security_context.c
476 - src/core/lib/security/credentials/composite/composite_credentials.c
477 - src/core/lib/security/credentials/credentials.c
478 - src/core/lib/security/credentials/credentials_metadata.c
479 - src/core/lib/security/credentials/fake/fake_credentials.c
480 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700481 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700482 - src/core/lib/security/credentials/google_default/google_default_credentials.c
483 - src/core/lib/security/credentials/iam/iam_credentials.c
484 - src/core/lib/security/credentials/jwt/json_token.c
485 - src/core/lib/security/credentials/jwt/jwt_credentials.c
486 - src/core/lib/security/credentials/jwt/jwt_verifier.c
487 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
488 - src/core/lib/security/credentials/plugin/plugin_credentials.c
489 - src/core/lib/security/credentials/ssl/ssl_credentials.c
490 - src/core/lib/security/transport/client_auth_filter.c
491 - src/core/lib/security/transport/handshake.c
492 - src/core/lib/security/transport/secure_endpoint.c
493 - src/core/lib/security/transport/security_connector.c
494 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700495 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700496 - src/core/lib/security/util/b64.c
497 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700498 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700499 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700500 uses:
501 - grpc_base
502 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700503 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700504- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700505 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700506 headers:
507 - test/core/end2end/cq_verifier.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700508 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700509 - test/core/end2end/fixtures/proxy.h
510 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700511 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200512 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700513 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700514 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700515 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700516 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700517 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700518 - test/core/util/slice_splitter.h
519 src:
520 - test/core/end2end/cq_verifier.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700521 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700522 - test/core/end2end/fixtures/proxy.c
523 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700524 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200525 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700526 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700527 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700528 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700529 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700530 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700531 - test/core/util/port_windows.c
532 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700533 deps:
534 - grpc
535 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700536- name: grpc_transport_chttp2
537 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700538 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700539 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700540 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
541 - src/core/ext/transport/chttp2/transport/frame.h
542 - src/core/ext/transport/chttp2/transport/frame_data.h
543 - src/core/ext/transport/chttp2/transport/frame_goaway.h
544 - src/core/ext/transport/chttp2/transport/frame_ping.h
545 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
546 - src/core/ext/transport/chttp2/transport/frame_settings.h
547 - src/core/ext/transport/chttp2/transport/frame_window_update.h
548 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
549 - src/core/ext/transport/chttp2/transport/hpack_parser.h
550 - src/core/ext/transport/chttp2/transport/hpack_table.h
551 - src/core/ext/transport/chttp2/transport/http2_errors.h
552 - src/core/ext/transport/chttp2/transport/huffsyms.h
553 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
554 - src/core/ext/transport/chttp2/transport/internal.h
555 - src/core/ext/transport/chttp2/transport/status_conversion.h
556 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700557 - src/core/ext/transport/chttp2/transport/varint.h
558 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700559 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700560 - src/core/ext/transport/chttp2/transport/bin_encoder.c
561 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700562 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
563 - src/core/ext/transport/chttp2/transport/frame_data.c
564 - src/core/ext/transport/chttp2/transport/frame_goaway.c
565 - src/core/ext/transport/chttp2/transport/frame_ping.c
566 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
567 - src/core/ext/transport/chttp2/transport/frame_settings.c
568 - src/core/ext/transport/chttp2/transport/frame_window_update.c
569 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
570 - src/core/ext/transport/chttp2/transport/hpack_parser.c
571 - src/core/ext/transport/chttp2/transport/hpack_table.c
572 - src/core/ext/transport/chttp2/transport/huffsyms.c
573 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
574 - src/core/ext/transport/chttp2/transport/parsing.c
575 - src/core/ext/transport/chttp2/transport/status_conversion.c
576 - src/core/ext/transport/chttp2/transport/stream_lists.c
577 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700578 - src/core/ext/transport/chttp2/transport/varint.c
579 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700580 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700581 uses:
582 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700583 - grpc_transport_chttp2_alpn
584- name: grpc_transport_chttp2_alpn
585 headers:
586 - src/core/ext/transport/chttp2/alpn/alpn.h
587 src:
588 - src/core/ext/transport/chttp2/alpn/alpn.c
589 deps:
590 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700591- name: grpc_transport_chttp2_client_insecure
592 src:
593 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700594 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700595 uses:
596 - grpc_transport_chttp2
597 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700598 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700599- name: grpc_transport_chttp2_client_secure
600 src:
601 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700602 uses:
603 - grpc_transport_chttp2
604 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700605 - grpc_client_config
606 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700607- name: grpc_transport_chttp2_server_insecure
608 src:
609 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700610 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700611 uses:
612 - grpc_transport_chttp2
613 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700614- name: grpc_transport_chttp2_server_secure
615 src:
616 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700617 uses:
618 - grpc_transport_chttp2
619 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700620 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700621- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700622 public_headers:
623 - include/grpc/grpc_cronet.h
624 - include/grpc/grpc_security.h
625 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700626 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700627 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
628 src:
629 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
630 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
631 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700632 filegroups:
633 - grpc_base
634 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800635- name: nanopb
636 headers:
637 - third_party/nanopb/pb.h
638 - third_party/nanopb/pb_common.h
639 - third_party/nanopb/pb_decode.h
640 - third_party/nanopb/pb_encode.h
641 src:
642 - third_party/nanopb/pb_common.c
643 - third_party/nanopb/pb_decode.c
644 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700645- name: tsi
646 headers:
647 - src/core/lib/tsi/fake_transport_security.h
648 - src/core/lib/tsi/ssl_transport_security.h
649 - src/core/lib/tsi/ssl_types.h
650 - src/core/lib/tsi/transport_security.h
651 - src/core/lib/tsi/transport_security_interface.h
652 src:
653 - src/core/lib/tsi/fake_transport_security.c
654 - src/core/lib/tsi/ssl_transport_security.c
655 - src/core/lib/tsi/transport_security.c
656 deps:
657 - gpr
658 secure: true
659- name: grpc++_base
660 language: c++
661 public_headers:
662 - include/grpc++/alarm.h
663 - include/grpc++/channel.h
664 - include/grpc++/client_context.h
665 - include/grpc++/completion_queue.h
666 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700667 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700668 - include/grpc++/generic/async_generic_service.h
669 - include/grpc++/generic/generic_stub.h
670 - include/grpc++/grpc++.h
671 - include/grpc++/impl/call.h
672 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700673 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700674 - include/grpc++/impl/grpc_library.h
675 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700676 - include/grpc++/impl/rpc_method.h
677 - include/grpc++/impl/rpc_service_method.h
678 - include/grpc++/impl/serialization_traits.h
679 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700680 - include/grpc++/impl/server_builder_plugin.h
681 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700682 - include/grpc++/impl/service_type.h
683 - include/grpc++/impl/sync.h
684 - include/grpc++/impl/sync_cxx11.h
685 - include/grpc++/impl/sync_no_cxx11.h
686 - include/grpc++/impl/thd.h
687 - include/grpc++/impl/thd_cxx11.h
688 - include/grpc++/impl/thd_no_cxx11.h
689 - include/grpc++/security/auth_context.h
690 - include/grpc++/security/auth_metadata_processor.h
691 - include/grpc++/security/credentials.h
692 - include/grpc++/security/server_credentials.h
693 - include/grpc++/server.h
694 - include/grpc++/server_builder.h
695 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700696 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700697 - include/grpc++/support/async_stream.h
698 - include/grpc++/support/async_unary_call.h
699 - include/grpc++/support/byte_buffer.h
700 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700701 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700702 - include/grpc++/support/slice.h
703 - include/grpc++/support/status.h
704 - include/grpc++/support/status_code_enum.h
705 - include/grpc++/support/string_ref.h
706 - include/grpc++/support/stub_options.h
707 - include/grpc++/support/sync_stream.h
708 - include/grpc++/support/time.h
709 headers:
710 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700711 - src/cpp/common/channel_filter.h
Sree Kuchibhotla9e656a42016-07-18 13:01:42 -0700712 - src/cpp/rpcmanager/grpc_rpc_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700713 - src/cpp/server/dynamic_thread_pool.h
714 - src/cpp/server/thread_pool_interface.h
715 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700716 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700717 - src/cpp/client/client_context.cc
718 - src/cpp/client/create_channel.cc
719 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700720 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700721 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700722 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700723 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700724 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700725 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700726 - src/cpp/common/core_codegen.cc
727 - src/cpp/common/rpc_method.cc
Sree Kuchibhotla9e656a42016-07-18 13:01:42 -0700728 - src/cpp/rpcmanager/grpc_rpc_manager.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700729 - src/cpp/server/async_generic_service.cc
730 - src/cpp/server/create_default_thread_pool.cc
731 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700732 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700733 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700734 - src/cpp/server/server_context.cc
735 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700736 - src/cpp/server/server_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700737 - src/cpp/util/byte_buffer_cc.cc
738 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700739 - src/cpp/util/status.cc
740 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700741 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700742 uses:
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200743 - grpc_base
yang-g17487f92016-06-03 15:21:15 -0700744 - grpc++_codegen_base
745- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700746 language: c++
747 public_headers:
748 - include/grpc++/impl/codegen/async_stream.h
749 - include/grpc++/impl/codegen/async_unary_call.h
750 - include/grpc++/impl/codegen/call.h
751 - include/grpc++/impl/codegen/call_hook.h
752 - include/grpc++/impl/codegen/channel_interface.h
753 - include/grpc++/impl/codegen/client_context.h
754 - include/grpc++/impl/codegen/client_unary_call.h
755 - include/grpc++/impl/codegen/completion_queue.h
756 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700757 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700758 - include/grpc++/impl/codegen/core_codegen_interface.h
759 - include/grpc++/impl/codegen/create_auth_context.h
760 - include/grpc++/impl/codegen/grpc_library.h
761 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700762 - include/grpc++/impl/codegen/rpc_method.h
763 - include/grpc++/impl/codegen/rpc_service_method.h
764 - include/grpc++/impl/codegen/security/auth_context.h
765 - include/grpc++/impl/codegen/serialization_traits.h
766 - include/grpc++/impl/codegen/server_context.h
767 - include/grpc++/impl/codegen/server_interface.h
768 - include/grpc++/impl/codegen/service_type.h
769 - include/grpc++/impl/codegen/status.h
770 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700771 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 - include/grpc++/impl/codegen/string_ref.h
773 - include/grpc++/impl/codegen/stub_options.h
774 - include/grpc++/impl/codegen/sync.h
775 - include/grpc++/impl/codegen/sync_cxx11.h
776 - include/grpc++/impl/codegen/sync_no_cxx11.h
777 - include/grpc++/impl/codegen/sync_stream.h
778 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 uses:
780 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700781- name: grpc++_codegen_base_src
782 language: c++
783 src:
784 - src/cpp/codegen/codegen_init.cc
785 uses:
786 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700787- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 language: c++
789 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700790 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 uses:
yang-g17487f92016-06-03 15:21:15 -0700792 - grpc++_codegen_base
793 - grpc++_config_proto
794- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700795 language: c++
796 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700797 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700798- name: grpc++_reflection_proto
799 language: c++
800 public_headers:
801 - include/grpc++/ext/reflection.grpc.pb.h
802 - include/grpc++/ext/reflection.pb.h
803 src:
804 - src/cpp/ext/reflection.grpc.pb.cc
805 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700806 uses:
807 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700808- name: thrift_util
809 language: c++
810 public_headers:
811 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700812 - include/grpc++/impl/codegen/thrift_utils.h
813 uses:
814 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100815libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800816- name: gpr
817 build: all
818 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800819 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700820 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800821 secure: false
822 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
823- name: gpr_test_util
824 build: private
825 language: c
826 headers:
827 - test/core/util/test_config.h
828 src:
829 - test/core/util/test_config.c
830 deps:
831 - gpr
832 secure: false
833 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700834- name: grpc
835 build: all
836 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700837 src:
838 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700839 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800840 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700841 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700842 filegroups:
843 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700844 - grpc_transport_chttp2_server_secure
845 - grpc_transport_chttp2_client_secure
846 - grpc_transport_chttp2_server_insecure
847 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700848 - grpc_lb_policy_grpclb
849 - grpc_lb_policy_pick_first
850 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700851 - grpc_resolver_dns_native
852 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700853 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100854 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700855 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700856 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700857 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700858 vs_packages:
859 - grpc.dependencies.openssl
860 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700861 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700862- name: grpc_cronet
863 build: all
864 language: c
865 src:
866 - src/core/lib/surface/init.c
867 baselib: true
868 deps_linkage: static
869 dll: true
870 filegroups:
871 - grpc_base
872 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700873 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700874 generate_plugin_registry: true
875 platforms:
876 - linux
877 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100878- name: grpc_dll
879 build: private
880 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100881 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100882 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100883 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100884 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100885 build_system:
886 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100887 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100888 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100889 vs_config_type: DynamicLibrary
890 vs_packages:
891 - grpc.dependencies.openssl
892 - grpc.dependencies.zlib
893 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
894 vs_props:
895 - zlib
896 - openssl
897 - winsock
898 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700899- name: grpc_test_util
900 build: private
901 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700902 headers:
903 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800904 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700905 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700906 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700907 - test/core/end2end/data/server1_cert.c
908 - test/core/end2end/data/server1_key.c
909 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800910 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700911 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800912 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800913 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700914 - grpc
915 filegroups:
916 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700917 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700918 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
919- name: grpc_test_util_unsecure
920 build: private
921 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700922 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800923 - gpr
924 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800925 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700926 filegroups:
927 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700928 secure: false
929 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
930- name: grpc_unsecure
931 build: all
932 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700933 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700935 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700936 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800937 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700938 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700939 filegroups:
940 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700941 - grpc_transport_chttp2_server_insecure
942 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700943 - grpc_resolver_dns_native
944 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700945 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700946 - grpc_lb_policy_grpclb
947 - grpc_lb_policy_pick_first
948 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700949 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700950 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700951 secure: false
952 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700953- name: reconnect_server
954 build: private
955 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700956 headers:
957 - test/core/util/reconnect_server.h
958 src:
959 - test/core/util/reconnect_server.c
960 deps:
yang-gc9fca182015-11-06 16:41:33 -0800961 - test_tcp_server
962 - grpc_test_util
963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800964 - gpr_test_util
965 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800966- name: test_tcp_server
967 build: private
968 language: c
969 headers:
970 - test/core/util/test_tcp_server.h
971 src:
972 - test/core/util/test_tcp_server.c
973 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700974 - grpc_test_util
975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800976 - gpr_test_util
977 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700978- name: grpc++
979 build: all
980 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700981 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700982 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700983 - src/cpp/client/secure_credentials.h
984 - src/cpp/common/secure_auth_context.h
985 - src/cpp/server/secure_server_credentials.h
986 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -0700987 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700988 - src/cpp/client/secure_credentials.cc
989 - src/cpp/common/auth_property_iterator.cc
990 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800991 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700992 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -0700993 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700994 - src/cpp/server/secure_server_credentials.cc
995 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700996 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700997 baselib: true
998 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700999 filegroups:
1000 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001001 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001002 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001003 secure: check
1004 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -07001005- name: grpc++_reflection
1006 build: all
1007 language: c++
1008 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001009 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001010 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001011 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001012 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001013 - src/cpp/ext/proto_server_reflection.cc
1014 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001015 deps:
1016 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001017 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001018 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001019- name: grpc++_reflection_codegen
1020 build: private
1021 language: c++
1022 src:
1023 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001024- name: grpc++_test_config
1025 build: private
1026 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001027 headers:
1028 - test/cpp/util/test_config.h
1029 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001030 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001031- name: grpc++_test_util
1032 build: private
1033 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001034 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001035 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001036 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001037 - test/cpp/util/create_test_channel.h
1038 - test/cpp/util/string_ref_helper.h
1039 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001040 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001041 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001042 - src/proto/grpc/testing/echo_messages.proto
1043 - src/proto/grpc/testing/echo.proto
1044 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001045 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001046 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001047 - test/cpp/util/create_test_channel.cc
1048 - test/cpp/util/string_ref_helper.cc
1049 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001050 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001051 deps:
1052 - grpc++
1053 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001054 filegroups:
1055 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001056 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001057 - grpc++_codegen_proto
1058 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001059 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001060- name: grpc++_unsecure
1061 build: all
1062 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001063 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001064 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001065 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001066 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001067 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001068 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001069 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001070 baselib: true
1071 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001072 filegroups:
1073 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001074 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001075 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001076 secure: false
1077 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001078- name: grpc_cli_libs
1079 build: private
1080 language: c++
1081 headers:
1082 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001083 - test/cpp/util/cli_credentials.h
1084 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001085 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001086 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001087 - test/cpp/util/proto_reflection_descriptor_database.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001088 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001089 src:
1090 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001091 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001092 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001093 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001094 - test/cpp/util/proto_reflection_descriptor_database.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001095 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001096 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001097 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001098 - grpc++
Yuchen Zeng28263272016-07-25 14:38:07 -07001099 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001100- name: grpc_plugin_support
1101 build: protoc
1102 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001103 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001104 - src/compiler/config.h
1105 - src/compiler/cpp_generator.h
1106 - src/compiler/cpp_generator_helpers.h
1107 - src/compiler/csharp_generator.h
1108 - src/compiler/csharp_generator_helpers.h
1109 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001110 - src/compiler/node_generator.h
1111 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001112 - src/compiler/objective_c_generator.h
1113 - src/compiler/objective_c_generator_helpers.h
1114 - src/compiler/python_generator.h
1115 - src/compiler/ruby_generator.h
1116 - src/compiler/ruby_generator_helpers-inl.h
1117 - src/compiler/ruby_generator_map-inl.h
1118 - src/compiler/ruby_generator_string-inl.h
1119 src:
1120 - src/compiler/cpp_generator.cc
1121 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001122 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001123 - src/compiler/objective_c_generator.cc
1124 - src/compiler/python_generator.cc
1125 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001126 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001127 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001128 secure: false
1129 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001130 vs_props:
1131 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001132- name: interop_client_helper
1133 build: private
1134 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001135 headers:
1136 - test/cpp/interop/client_helper.h
1137 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001138 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001139 - test/cpp/interop/client_helper.cc
1140 deps:
1141 - grpc++_test_util
1142 - grpc_test_util
1143 - grpc++
1144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001145 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001146- name: interop_client_main
1147 build: private
1148 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001149 headers:
1150 - test/cpp/interop/interop_client.h
1151 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001152 - src/proto/grpc/testing/empty.proto
1153 - src/proto/grpc/testing/messages.proto
1154 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001155 - test/cpp/interop/client.cc
1156 - test/cpp/interop/interop_client.cc
1157 deps:
1158 - interop_client_helper
1159 - grpc++_test_util
1160 - grpc_test_util
1161 - grpc++
1162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001163 - gpr_test_util
1164 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001165 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001166- name: interop_server_helper
1167 build: private
1168 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001169 headers:
1170 - test/cpp/interop/server_helper.h
1171 src:
1172 - test/cpp/interop/server_helper.cc
1173 deps:
1174 - grpc_test_util
1175 - grpc++
1176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001177 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001178- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179 build: private
1180 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001181 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001182 - src/proto/grpc/testing/empty.proto
1183 - src/proto/grpc/testing/messages.proto
1184 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001185 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001186 deps:
1187 - interop_server_helper
1188 - grpc++_test_util
1189 - grpc_test_util
1190 - grpc++
1191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001192 - gpr_test_util
1193 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001194 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001195- name: interop_server_main
1196 build: private
1197 language: c++
1198 src:
1199 - test/cpp/interop/interop_server_bootstrap.cc
1200 deps:
1201 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001202- name: qps
1203 build: private
1204 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001205 headers:
1206 - test/cpp/qps/client.h
1207 - test/cpp/qps/driver.h
1208 - test/cpp/qps/histogram.h
1209 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001210 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001211 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001212 - test/cpp/qps/qps_worker.h
1213 - test/cpp/qps/report.h
1214 - test/cpp/qps/server.h
1215 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001216 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001217 - test/cpp/util/benchmark_config.h
1218 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001219 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001220 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001221 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001222 - src/proto/grpc/testing/control.proto
1223 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001224 - test/cpp/qps/client_async.cc
1225 - test/cpp/qps/client_sync.cc
1226 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001227 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001228 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001229 - test/cpp/qps/qps_worker.cc
1230 - test/cpp/qps/report.cc
1231 - test/cpp/qps/server_async.cc
1232 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001233 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001234 - test/cpp/util/benchmark_config.cc
1235 deps:
1236 - grpc_test_util
1237 - grpc++_test_util
1238 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239- name: grpc_csharp_ext
1240 build: all
1241 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001242 src:
1243 - src/csharp/ext/grpc_csharp_ext.c
1244 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001246 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001247 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001248 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249 dll: only
1250 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001251 vs_packages:
1252 - grpc.dependencies.openssl
1253 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001255 vs_props:
1256 - zlib
1257 - openssl
1258 - winsock
1259 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001261- name: alarm_test
1262 build: test
1263 language: c
1264 src:
1265 - test/core/surface/alarm_test.c
1266 deps:
1267 - grpc_test_util
1268 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001269 - gpr_test_util
1270 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001271- name: algorithm_test
1272 build: test
1273 language: c
1274 src:
1275 - test/core/compression/algorithm_test.c
1276 deps:
1277 - grpc_test_util
1278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001279 - gpr_test_util
1280 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001281- name: alloc_test
1282 build: test
1283 language: c
1284 src:
1285 - test/core/support/alloc_test.c
1286 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001287 - gpr_test_util
1288 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001289- name: alpn_test
1290 build: test
1291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001292 src:
1293 - test/core/transport/chttp2/alpn_test.c
1294 deps:
1295 - grpc_test_util
1296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001297 - gpr_test_util
1298 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001299- name: api_fuzzer
1300 build: fuzzer
1301 language: c
1302 src:
1303 - test/core/end2end/fuzzers/api_fuzzer.c
1304 deps:
1305 - grpc_test_util
1306 - grpc
1307 - gpr_test_util
1308 - gpr
1309 corpus_dirs:
1310 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001311 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001312 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001313- name: bad_server_response_test
1314 build: test
1315 language: c
1316 src:
1317 - test/core/end2end/bad_server_response_test.c
1318 deps:
1319 - test_tcp_server
1320 - grpc_test_util
1321 - grpc
1322 - gpr_test_util
1323 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001324- name: bin_decoder_test
1325 build: test
1326 language: c
1327 src:
1328 - test/core/transport/chttp2/bin_decoder_test.c
1329 deps:
1330 - grpc_test_util
1331 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001332- name: bin_encoder_test
1333 build: test
1334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001335 src:
1336 - test/core/transport/chttp2/bin_encoder_test.c
1337 deps:
1338 - grpc_test_util
1339 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001340- name: census_context_test
1341 build: test
1342 language: c
1343 src:
1344 - test/core/census/context_test.c
1345 deps:
1346 - grpc_test_util
1347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001348 - gpr_test_util
1349 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001350- name: census_resource_test
1351 build: test
1352 language: c
1353 src:
1354 - test/core/census/resource_test.c
1355 deps:
1356 - grpc_test_util
1357 - grpc
1358 - gpr_test_util
1359 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001360- name: census_trace_context_test
1361 build: test
1362 language: c
1363 src:
1364 - test/core/census/trace_context_test.c
1365 deps:
1366 - grpc_test_util
1367 - grpc
1368 - gpr_test_util
1369 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001370- name: channel_create_test
1371 build: test
1372 language: c
1373 src:
1374 - test/core/surface/channel_create_test.c
1375 deps:
1376 - grpc_test_util
1377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001378 - gpr_test_util
1379 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001380- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001381 build: test
1382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001383 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001384 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001385 deps:
1386 - grpc_test_util
1387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001388 - gpr_test_util
1389 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001390- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391 build: test
1392 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001393 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001394 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001395 deps:
1396 - grpc_test_util
1397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001398 - gpr_test_util
1399 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001400- name: chttp2_stream_map_test
1401 build: test
1402 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001403 src:
1404 - test/core/transport/chttp2/stream_map_test.c
1405 deps:
1406 - grpc_test_util
1407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001408 - gpr_test_util
1409 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001410- name: chttp2_varint_test
1411 build: test
1412 language: c
1413 src:
1414 - test/core/transport/chttp2/varint_test.c
1415 deps:
1416 - grpc_test_util
1417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001418 - gpr_test_util
1419 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001420- name: client_fuzzer
1421 build: fuzzer
1422 language: c
1423 src:
1424 - test/core/end2end/fuzzers/client_fuzzer.c
1425 deps:
1426 - grpc_test_util
1427 - grpc
1428 - gpr_test_util
1429 - gpr
1430 corpus_dirs:
1431 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001432 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001433 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001434- name: combiner_test
1435 cpu_cost: 30
1436 build: test
1437 language: c
1438 src:
1439 - test/core/iomgr/combiner_test.c
1440 deps:
1441 - grpc_test_util
1442 - grpc
1443 - gpr_test_util
1444 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001445- name: compression_test
1446 build: test
1447 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001448 src:
1449 - test/core/compression/compression_test.c
1450 deps:
1451 - grpc_test_util
1452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001453 - gpr_test_util
1454 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001455- name: concurrent_connectivity_test
1456 build: test
1457 language: c
1458 src:
1459 - test/core/surface/concurrent_connectivity_test.c
1460 deps:
1461 - grpc_test_util
1462 - grpc
1463 - gpr_test_util
1464 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001465- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001466 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001467 build: test
1468 language: c
1469 src:
1470 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1471 deps:
1472 - grpc_test_util
1473 - grpc
1474 - gpr_test_util
1475 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001476- name: dns_resolver_test
1477 build: test
1478 language: c
1479 src:
1480 - test/core/client_config/resolvers/dns_resolver_test.c
1481 deps:
1482 - grpc_test_util
1483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001484 - gpr_test_util
1485 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001486- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001487 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001488 build: test
1489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001490 src:
1491 - test/core/end2end/dualstack_socket_test.c
1492 deps:
1493 - grpc_test_util
1494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001495 - gpr_test_util
1496 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001497 platforms:
1498 - mac
1499 - linux
1500 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001501- name: endpoint_pair_test
1502 build: test
1503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001504 src:
1505 - test/core/iomgr/endpoint_pair_test.c
1506 deps:
1507 - grpc_test_util
1508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001509 - gpr_test_util
1510 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001511- name: ev_epoll_linux_test
1512 build: test
1513 language: c
1514 src:
1515 - test/core/iomgr/ev_epoll_linux_test.c
1516 deps:
1517 - grpc_test_util
1518 - grpc
1519 - gpr_test_util
1520 - gpr
1521 platforms:
1522 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001523- name: fd_conservation_posix_test
1524 build: test
1525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
1527 - test/core/iomgr/fd_conservation_posix_test.c
1528 deps:
1529 - grpc_test_util
1530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001531 - gpr_test_util
1532 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001533 platforms:
1534 - mac
1535 - linux
1536 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537- name: fd_posix_test
1538 build: test
1539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001540 src:
1541 - test/core/iomgr/fd_posix_test.c
1542 deps:
1543 - grpc_test_util
1544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001545 - gpr_test_util
1546 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001547 platforms:
1548 - mac
1549 - linux
1550 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001551- name: fling_client
1552 build: test
1553 run: false
1554 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001555 src:
1556 - test/core/fling/client.c
1557 deps:
1558 - grpc_test_util
1559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001560 - gpr_test_util
1561 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562- name: fling_server
1563 build: test
1564 run: false
1565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001566 src:
1567 - test/core/fling/server.c
1568 deps:
1569 - grpc_test_util
1570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001571 - gpr_test_util
1572 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001573- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001574 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001575 build: test
1576 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001577 src:
1578 - test/core/fling/fling_stream_test.c
1579 deps:
1580 - grpc_test_util
1581 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001582 - gpr_test_util
1583 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001584 platforms:
1585 - mac
1586 - linux
1587 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001588- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001589 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001590 build: test
1591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001592 src:
1593 - test/core/fling/fling_test.c
1594 deps:
1595 - grpc_test_util
1596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001597 - gpr_test_util
1598 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001599 platforms:
1600 - mac
1601 - linux
1602 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: gen_hpack_tables
1604 build: tool
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - tools/codegen/core/gen_hpack_tables.c
1608 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001609 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001610 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001611- name: gen_legal_metadata_characters
1612 build: tool
1613 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001614 src:
1615 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001616 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001617- name: gen_percent_encoding_tables
1618 build: tool
1619 language: c
1620 src:
1621 - tools/codegen/core/gen_percent_encoding_tables.c
1622 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001623- name: goaway_server_test
1624 cpu_cost: 0.1
1625 build: test
1626 language: c
1627 src:
1628 - test/core/end2end/goaway_server_test.c
1629 deps:
1630 - grpc_test_util
1631 - grpc
1632 - gpr_test_util
1633 - gpr
1634 platforms:
1635 - mac
1636 - linux
1637 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001638- name: gpr_avl_test
1639 build: test
1640 language: c
1641 src:
1642 - test/core/support/avl_test.c
1643 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001646- name: gpr_backoff_test
1647 build: test
1648 language: c
1649 src:
1650 - test/core/support/backoff_test.c
1651 deps:
1652 - gpr_test_util
1653 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001654- name: gpr_cmdline_test
1655 build: test
1656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001657 src:
1658 - test/core/support/cmdline_test.c
1659 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001662- name: gpr_cpu_test
1663 build: test
1664 language: c
1665 src:
1666 - test/core/support/cpu_test.c
1667 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001668 - gpr_test_util
1669 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001670- name: gpr_env_test
1671 build: test
1672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001673 src:
1674 - test/core/support/env_test.c
1675 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001678- name: gpr_histogram_test
1679 build: test
1680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001681 src:
1682 - test/core/support/histogram_test.c
1683 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 - gpr_test_util
1685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686- name: gpr_host_port_test
1687 build: test
1688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001689 src:
1690 - test/core/support/host_port_test.c
1691 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001692 - gpr_test_util
1693 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001694- name: gpr_log_test
1695 build: test
1696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001697 src:
1698 - test/core/support/log_test.c
1699 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 - gpr_test_util
1701 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001702- name: gpr_mpscq_test
1703 cpu_cost: 30
1704 build: test
1705 language: c
1706 src:
1707 - test/core/support/mpscq_test.c
1708 deps:
1709 - gpr_test_util
1710 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001711- name: gpr_percent_encoding_test
1712 build: test
1713 language: c
1714 src:
1715 - test/core/support/percent_encoding_test.c
1716 deps:
1717 - gpr_test_util
1718 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001719- name: gpr_slice_buffer_test
1720 build: test
1721 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001722 src:
1723 - test/core/support/slice_buffer_test.c
1724 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001725 - gpr_test_util
1726 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001727- name: gpr_slice_test
1728 build: test
1729 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001730 src:
1731 - test/core/support/slice_test.c
1732 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001733 - gpr_test_util
1734 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001736 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737 build: test
1738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001739 src:
1740 - test/core/support/stack_lockfree_test.c
1741 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001742 - gpr_test_util
1743 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001744- name: gpr_string_test
1745 build: test
1746 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001747 src:
1748 - test/core/support/string_test.c
1749 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001750 - gpr_test_util
1751 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001752- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001753 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001754 build: test
1755 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001756 src:
1757 - test/core/support/sync_test.c
1758 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 - gpr_test_util
1760 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001762 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763 build: test
1764 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001765 src:
1766 - test/core/support/thd_test.c
1767 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770- name: gpr_time_test
1771 build: test
1772 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001773 src:
1774 - test/core/support/time_test.c
1775 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001776 - gpr_test_util
1777 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001778- name: gpr_tls_test
1779 build: test
1780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001781 src:
1782 - test/core/support/tls_test.c
1783 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001784 - gpr_test_util
1785 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001786- name: gpr_useful_test
1787 build: test
1788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
1790 - test/core/support/useful_test.c
1791 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001792 - gpr_test_util
1793 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001794- name: grpc_auth_context_test
1795 build: test
1796 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001797 src:
1798 - test/core/security/auth_context_test.c
1799 deps:
1800 - grpc_test_util
1801 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001802 - gpr_test_util
1803 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001804- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001805 build: test
1806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001807 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001808 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001809 deps:
1810 - grpc_test_util
1811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001812 - gpr_test_util
1813 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001814- name: grpc_byte_buffer_reader_test
1815 build: test
1816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001817 src:
1818 - test/core/surface/byte_buffer_reader_test.c
1819 deps:
1820 - grpc_test_util
1821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001822 - gpr_test_util
1823 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001824- name: grpc_channel_args_test
1825 build: test
1826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001827 src:
1828 - test/core/channel/channel_args_test.c
1829 deps:
1830 - grpc_test_util
1831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001832 - gpr_test_util
1833 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001834- name: grpc_channel_stack_test
1835 build: test
1836 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001837 src:
1838 - test/core/channel/channel_stack_test.c
1839 deps:
1840 - grpc_test_util
1841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001842 - gpr_test_util
1843 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001844- name: grpc_completion_queue_test
1845 build: test
1846 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001847 src:
1848 - test/core/surface/completion_queue_test.c
1849 deps:
1850 - grpc_test_util
1851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001852 - gpr_test_util
1853 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001854- name: grpc_create_jwt
1855 build: tool
1856 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001857 src:
1858 - test/core/security/create_jwt.c
1859 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001862 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863- name: grpc_credentials_test
1864 build: test
1865 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001866 src:
1867 - test/core/security/credentials_test.c
1868 deps:
1869 - grpc_test_util
1870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001871 - gpr_test_util
1872 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001873- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001874 build: test
1875 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001876 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001877 src:
1878 - test/core/security/fetch_oauth2.c
1879 deps:
1880 - grpc_test_util
1881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001882 - gpr_test_util
1883 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001884- name: grpc_invalid_channel_args_test
1885 build: test
1886 language: c
1887 src:
1888 - test/core/surface/invalid_channel_args_test.c
1889 deps:
1890 - grpc_test_util
1891 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001892 - gpr_test_util
1893 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001894- name: grpc_json_token_test
1895 build: test
1896 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001897 src:
1898 - test/core/security/json_token_test.c
1899 deps:
1900 - grpc_test_util
1901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001902 - gpr_test_util
1903 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001904 platforms:
1905 - linux
1906 - posix
1907 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001908- name: grpc_jwt_verifier_test
1909 build: test
1910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
1912 - test/core/security/jwt_verifier_test.c
1913 deps:
1914 - grpc_test_util
1915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001918- name: grpc_print_google_default_creds_token
1919 build: tool
1920 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001921 src:
1922 - test/core/security/print_google_default_creds_token.c
1923 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001926- name: grpc_security_connector_test
1927 build: test
1928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001929 src:
1930 - test/core/security/security_connector_test.c
1931 deps:
1932 - grpc_test_util
1933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr_test_util
1935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: grpc_verify_jwt
1937 build: tool
1938 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001939 src:
1940 - test/core/security/verify_jwt.c
1941 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001944- name: hpack_parser_fuzzer_test
1945 build: fuzzer
1946 language: c
1947 src:
1948 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1949 deps:
1950 - grpc_test_util
1951 - grpc
1952 - gpr_test_util
1953 - gpr
1954 corpus_dirs:
1955 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001956 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001957 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001958- name: hpack_parser_test
1959 build: test
1960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
1962 - test/core/transport/chttp2/hpack_parser_test.c
1963 deps:
1964 - grpc_test_util
1965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968- name: hpack_table_test
1969 build: test
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
1972 - test/core/transport/chttp2/hpack_table_test.c
1973 deps:
1974 - grpc_test_util
1975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr_test_util
1977 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001978- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001979 build: test
1980 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001981 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001982 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001983 deps:
1984 - grpc_test_util
1985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001986 - gpr_test_util
1987 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001988- name: http_request_fuzzer_test
1989 build: fuzzer
1990 language: c
1991 src:
1992 - test/core/http/request_fuzzer.c
1993 deps:
1994 - grpc_test_util
1995 - grpc
1996 - gpr_test_util
1997 - gpr
1998 corpus_dirs:
1999 - test/core/http/corpus
2000 maxlen: 2048
2001- name: http_response_fuzzer_test
2002 build: fuzzer
2003 language: c
2004 src:
2005 - test/core/http/response_fuzzer.c
2006 deps:
2007 - grpc_test_util
2008 - grpc
2009 - gpr_test_util
2010 - gpr
2011 corpus_dirs:
2012 - test/core/http/corpus
2013 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002014- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002015 build: test
2016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002017 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002018 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002019 deps:
2020 - grpc_test_util
2021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002022 - gpr_test_util
2023 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002024- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002025 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002029 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002030 deps:
2031 - grpc_test_util
2032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002035 platforms:
2036 - mac
2037 - linux
2038 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002039- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002040 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002041 build: test
2042 language: c
2043 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002044 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002045 deps:
2046 - grpc_test_util
2047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002048 - gpr_test_util
2049 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002050 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002051 - linux
yang-gf1183302015-12-07 16:02:05 -08002052- name: init_test
2053 build: test
2054 language: c
2055 src:
2056 - test/core/surface/init_test.c
2057 deps:
2058 - grpc_test_util
2059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 - gpr_test_util
2061 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002062- name: internal_api_canary_iomgr_test
2063 build: test
2064 run: false
2065 language: c
2066 src:
2067 - test/core/internal_api_canaries/iomgr.c
2068 deps:
2069 - grpc_test_util
2070 - grpc
2071 - gpr_test_util
2072 - gpr
2073- name: internal_api_canary_support_test
2074 build: test
2075 run: false
2076 language: c
2077 src:
2078 - test/core/internal_api_canaries/iomgr.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
2082 - gpr_test_util
2083 - gpr
2084- name: internal_api_canary_transport_test
2085 build: test
2086 run: false
2087 language: c
2088 src:
2089 - test/core/internal_api_canaries/iomgr.c
2090 deps:
2091 - grpc_test_util
2092 - grpc
2093 - gpr_test_util
2094 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002095- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002096 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002097 build: test
2098 language: c
2099 src:
2100 - test/core/end2end/invalid_call_argument_test.c
2101 deps:
2102 - grpc_test_util
2103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002104 - gpr_test_util
2105 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002106- name: json_fuzzer_test
2107 build: fuzzer
2108 language: c
2109 src:
2110 - test/core/json/fuzzer.c
2111 deps:
2112 - grpc_test_util
2113 - grpc
2114 - gpr_test_util
2115 - gpr
2116 corpus_dirs:
2117 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002118 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119- name: json_rewrite
2120 build: test
2121 run: false
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
2124 - test/core/json/json_rewrite.c
2125 deps:
2126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: json_rewrite_test
2129 build: test
2130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
2132 - test/core/json/json_rewrite_test.c
2133 deps:
2134 - grpc_test_util
2135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002136 - gpr_test_util
2137 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002138- name: json_stream_error_test
2139 build: test
2140 language: c
2141 src:
2142 - test/core/json/json_stream_error_test.c
2143 deps:
2144 - grpc_test_util
2145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002146 - gpr_test_util
2147 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148- name: json_test
2149 build: test
2150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002151 src:
2152 - test/core/json/json_test.c
2153 deps:
2154 - grpc_test_util
2155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr_test_util
2157 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158- name: lame_client_test
2159 build: test
2160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002161 src:
2162 - test/core/surface/lame_client_test.c
2163 deps:
2164 - grpc_test_util
2165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002166 - gpr_test_util
2167 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002168- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002169 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002170 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002171 build: test
2172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002173 src:
2174 - test/core/client_config/lb_policies_test.c
2175 deps:
2176 - grpc_test_util
2177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr_test_util
2179 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002180- name: load_file_test
2181 build: test
2182 language: c
2183 src:
2184 - test/core/iomgr/load_file_test.c
2185 deps:
2186 - grpc_test_util
2187 - grpc
2188 - gpr_test_util
2189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002190- name: low_level_ping_pong_benchmark
2191 build: benchmark
2192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002193 src:
2194 - test/core/network_benchmarks/low_level_ping_pong.c
2195 deps:
2196 - grpc_test_util
2197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002198 - gpr_test_util
2199 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002200 platforms:
2201 - mac
2202 - linux
2203 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002204- name: message_compress_test
2205 build: test
2206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002207 src:
2208 - test/core/compression/message_compress_test.c
2209 deps:
2210 - grpc_test_util
2211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002212 - gpr_test_util
2213 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002214- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002215 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002216 build: test
2217 language: c
2218 src:
2219 - test/core/census/mlog_test.c
2220 deps:
2221 - grpc_test_util
2222 - grpc
2223 - gpr_test_util
2224 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002225- name: multiple_server_queues_test
2226 build: test
2227 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002228 src:
2229 - test/core/end2end/multiple_server_queues_test.c
2230 deps:
2231 - grpc_test_util
2232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002233 - gpr_test_util
2234 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235- name: murmur_hash_test
2236 build: test
2237 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002238 src:
2239 - test/core/support/murmur_hash_test.c
2240 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002243- name: nanopb_fuzzer_response_test
2244 build: fuzzer
2245 language: c
2246 src:
2247 - test/core/nanopb/fuzzer_response.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
2251 - gpr_test_util
2252 - gpr
2253 corpus_dirs:
2254 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002255 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002256- name: nanopb_fuzzer_serverlist_test
2257 build: fuzzer
2258 language: c
2259 src:
2260 - test/core/nanopb/fuzzer_serverlist.c
2261 deps:
2262 - grpc_test_util
2263 - grpc
2264 - gpr_test_util
2265 - gpr
2266 corpus_dirs:
2267 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002268 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002270 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271 build: test
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
2274 - test/core/end2end/no_server_test.c
2275 deps:
2276 - grpc_test_util
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002280- name: percent_decode_fuzzer
2281 build: fuzzer
2282 language: c
2283 src:
2284 - test/core/support/percent_decode_fuzzer.c
2285 deps:
2286 - grpc_test_util
2287 - grpc
2288 - gpr_test_util
2289 - gpr
2290 corpus_dirs:
2291 - test/core/support/percent_decode_corpus
2292 maxlen: 32
2293- name: percent_encode_fuzzer
2294 build: fuzzer
2295 language: c
2296 src:
2297 - test/core/support/percent_encode_fuzzer.c
2298 deps:
2299 - grpc_test_util
2300 - grpc
2301 - gpr_test_util
2302 - gpr
2303 corpus_dirs:
2304 - test/core/support/percent_encode_corpus
2305 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306- name: resolve_address_test
2307 build: test
2308 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002309 src:
2310 - test/core/iomgr/resolve_address_test.c
2311 deps:
2312 - grpc_test_util
2313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002314 - gpr_test_util
2315 - gpr
yang-gd482e592015-12-10 14:04:00 -08002316- name: secure_channel_create_test
2317 build: test
2318 language: c
2319 src:
2320 - test/core/surface/secure_channel_create_test.c
2321 deps:
2322 - grpc_test_util
2323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002324 - gpr_test_util
2325 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326- name: secure_endpoint_test
2327 build: test
2328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002329 src:
2330 - test/core/security/secure_endpoint_test.c
2331 deps:
2332 - grpc_test_util
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002336- name: sequential_connectivity_test
2337 build: test
2338 language: c
2339 src:
2340 - test/core/surface/sequential_connectivity_test.c
2341 deps:
2342 - grpc_test_util
2343 - grpc
2344 - gpr_test_util
2345 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002346- name: server_chttp2_test
2347 build: test
2348 language: c
2349 src:
2350 - test/core/surface/server_chttp2_test.c
2351 deps:
2352 - grpc_test_util
2353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr_test_util
2355 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002356- name: server_fuzzer
2357 build: fuzzer
2358 language: c
2359 src:
2360 - test/core/end2end/fuzzers/server_fuzzer.c
2361 deps:
2362 - grpc_test_util
2363 - grpc
2364 - gpr_test_util
2365 - gpr
2366 corpus_dirs:
2367 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002368 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002369 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002370- name: server_test
2371 build: test
2372 language: c
2373 src:
2374 - test/core/surface/server_test.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr_test_util
2379 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002380- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002381 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002382 build: test
2383 language: c
2384 src:
2385 - test/core/client_config/set_initial_connect_string_test.c
2386 deps:
2387 - test_tcp_server
2388 - grpc_test_util
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002392- name: sockaddr_resolver_test
2393 build: test
2394 language: c
2395 src:
2396 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2397 deps:
2398 - grpc_test_util
2399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002400 - gpr_test_util
2401 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002402- name: sockaddr_utils_test
2403 build: test
2404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002405 src:
2406 - test/core/iomgr/sockaddr_utils_test.c
2407 deps:
2408 - grpc_test_util
2409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002410 - gpr_test_util
2411 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002412- name: socket_utils_test
2413 build: test
2414 language: c
2415 src:
2416 - test/core/iomgr/socket_utils_test.c
2417 deps:
2418 - grpc_test_util
2419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002422 platforms:
2423 - mac
2424 - linux
2425 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002426- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002427 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002428 build: test
2429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002430 src:
2431 - test/core/iomgr/tcp_client_posix_test.c
2432 deps:
2433 - grpc_test_util
2434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002435 - gpr_test_util
2436 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002437 platforms:
2438 - mac
2439 - linux
2440 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002441- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002442 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002443 build: test
2444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002445 src:
2446 - test/core/iomgr/tcp_posix_test.c
2447 deps:
2448 - grpc_test_util
2449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002450 - gpr_test_util
2451 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002452 platforms:
2453 - mac
2454 - linux
2455 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002456- name: tcp_server_posix_test
2457 build: test
2458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002459 src:
2460 - test/core/iomgr/tcp_server_posix_test.c
2461 deps:
2462 - grpc_test_util
2463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002464 - gpr_test_util
2465 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002466 platforms:
2467 - mac
2468 - linux
2469 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470- name: time_averaged_stats_test
2471 build: test
2472 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002473 src:
2474 - test/core/iomgr/time_averaged_stats_test.c
2475 deps:
2476 - grpc_test_util
2477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002478 - gpr_test_util
2479 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002480- name: timeout_encoding_test
2481 build: test
2482 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002483 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002484 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002485 deps:
2486 - grpc_test_util
2487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002488 - gpr_test_util
2489 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002490- name: timer_heap_test
2491 build: test
2492 language: c
2493 src:
2494 - test/core/iomgr/timer_heap_test.c
2495 deps:
2496 - grpc_test_util
2497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002498 - gpr_test_util
2499 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002500- name: timer_list_test
2501 build: test
2502 language: c
2503 src:
2504 - test/core/iomgr/timer_list_test.c
2505 deps:
2506 - grpc_test_util
2507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002508 - gpr_test_util
2509 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002510- name: transport_connectivity_state_test
2511 build: test
2512 language: c
2513 src:
2514 - test/core/transport/connectivity_state_test.c
2515 deps:
2516 - grpc_test_util
2517 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002518 - gpr_test_util
2519 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002520- name: transport_metadata_test
2521 build: test
2522 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002523 src:
2524 - test/core/transport/metadata_test.c
2525 deps:
2526 - grpc_test_util
2527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002528 - gpr_test_util
2529 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002530- name: transport_security_test
2531 build: test
2532 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002533 src:
2534 - test/core/tsi/transport_security_test.c
2535 deps:
2536 - grpc_test_util
2537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002538 - gpr_test_util
2539 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002540 platforms:
2541 - linux
2542 - posix
2543 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002544- name: udp_server_test
2545 build: test
2546 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002547 src:
2548 - test/core/iomgr/udp_server_test.c
2549 deps:
2550 - grpc_test_util
2551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002552 - gpr_test_util
2553 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002554 platforms:
2555 - mac
2556 - linux
2557 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002558- name: uri_fuzzer_test
2559 build: fuzzer
2560 language: c
2561 src:
2562 - test/core/client_config/uri_fuzzer_test.c
2563 deps:
2564 - grpc_test_util
2565 - grpc
2566 - gpr_test_util
2567 - gpr
2568 corpus_dirs:
2569 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002570 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002571- name: uri_parser_test
2572 build: test
2573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002574 src:
2575 - test/core/client_config/uri_parser_test.c
2576 deps:
2577 - grpc_test_util
2578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002579 - gpr_test_util
2580 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002581- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002582 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002583 build: test
2584 language: c++
2585 src:
2586 - test/cpp/common/alarm_cpp_test.cc
2587 deps:
2588 - grpc++_test_util
2589 - grpc_test_util
2590 - grpc++
2591 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002592 - gpr_test_util
2593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002594- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002595 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002596 build: test
2597 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002598 src:
2599 - test/cpp/end2end/async_end2end_test.cc
2600 deps:
2601 - grpc++_test_util
2602 - grpc_test_util
2603 - grpc++
2604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002605 - gpr_test_util
2606 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002607- name: auth_property_iterator_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/common/auth_property_iterator_test.cc
2613 deps:
2614 - grpc++_test_util
2615 - grpc_test_util
2616 - grpc++
2617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002618 - gpr_test_util
2619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002620- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002621 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622 build: test
2623 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002624 src:
yang-g52705592015-11-25 11:45:33 -08002625 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002626 deps:
2627 - grpc++
2628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002629 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002630- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002631 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002632 build: test
2633 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002634 src:
2635 - test/cpp/util/cli_call_test.cc
2636 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002637 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002638 - grpc++_test_util
2639 - grpc_test_util
2640 - grpc++
2641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002642 - gpr_test_util
2643 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002644- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002645 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002646 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002647 build: test
2648 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002649 src:
2650 - test/cpp/end2end/client_crash_test.cc
2651 deps:
2652 - grpc++_test_util
2653 - grpc_test_util
2654 - grpc++
2655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002656 - gpr_test_util
2657 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002658 platforms:
2659 - mac
2660 - linux
2661 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002662- name: client_crash_test_server
2663 build: test
2664 run: false
2665 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002666 src:
2667 - test/cpp/end2end/client_crash_test_server.cc
2668 deps:
2669 - grpc++_test_util
2670 - grpc_test_util
2671 - grpc++
2672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002673 - gpr_test_util
2674 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002675- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002676 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002677 build: test
2678 language: c++
2679 src:
2680 - src/proto/grpc/testing/control.proto
2681 - src/proto/grpc/testing/messages.proto
2682 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002683 - src/proto/grpc/testing/services.proto
2684 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002685 - test/cpp/codegen/codegen_test_full.cc
2686 deps:
2687 - grpc++
2688 - grpc
2689 - gpr
2690 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002691 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002692- name: codegen_test_minimal
2693 gtest: true
2694 build: test
2695 language: c++
2696 src:
2697 - src/proto/grpc/testing/control.proto
2698 - src/proto/grpc/testing/messages.proto
2699 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002700 - src/proto/grpc/testing/services.proto
2701 - src/proto/grpc/testing/stats.proto
2702 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002703 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002704 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002705 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002706- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002707 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002708 build: test
2709 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002710 src:
2711 - test/cpp/client/credentials_test.cc
2712 deps:
2713 - grpc++
2714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002715 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002716- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002717 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718 build: test
2719 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002720 src:
2721 - test/cpp/util/byte_buffer_test.cc
2722 deps:
2723 - grpc_test_util
2724 - grpc++
2725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002726 - gpr_test_util
2727 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002729 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002730 build: test
2731 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002732 src:
2733 - test/cpp/util/slice_test.cc
2734 deps:
2735 - grpc_test_util
2736 - grpc++
2737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002738 - gpr_test_util
2739 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002740- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002741 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002742 build: test
2743 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002744 src:
2745 - test/cpp/util/string_ref_test.cc
2746 deps:
2747 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002748- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002749 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002750 build: test
2751 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002752 src:
2753 - test/cpp/util/time_test.cc
2754 deps:
2755 - grpc_test_util
2756 - grpc++
2757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002758 - gpr_test_util
2759 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002760- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002761 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002762 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002763 build: test
2764 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002765 src:
2766 - test/cpp/end2end/end2end_test.cc
2767 deps:
2768 - grpc++_test_util
2769 - grpc_test_util
2770 - grpc++
2771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002772 - gpr_test_util
2773 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002774- name: filter_end2end_test
2775 gtest: true
2776 build: test
2777 language: c++
2778 src:
2779 - test/cpp/end2end/filter_end2end_test.cc
2780 deps:
2781 - grpc++_test_util
2782 - grpc_test_util
2783 - grpc++
2784 - grpc
2785 - gpr_test_util
2786 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002787- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002788 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002789 build: test
2790 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002791 src:
2792 - test/cpp/end2end/generic_end2end_test.cc
2793 deps:
2794 - grpc++_test_util
2795 - grpc_test_util
2796 - grpc++
2797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002798 - gpr_test_util
2799 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002800- name: golden_file_test
2801 gtest: true
2802 build: test
2803 language: c++
2804 src:
2805 - src/proto/grpc/testing/compiler_test.proto
2806 - test/cpp/codegen/golden_file_test.cc
2807 deps:
2808 - grpc++
2809 - grpc
2810 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002811- name: grpc_cli
2812 build: test
2813 run: false
2814 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002815 src:
2816 - test/cpp/util/grpc_cli.cc
2817 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002818 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002819 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002820 - grpc++
2821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002822 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002823 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002824- name: grpc_cpp_plugin
2825 build: protoc
2826 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002827 src:
2828 - src/compiler/cpp_plugin.cc
2829 deps:
2830 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002831 secure: false
2832 vs_config_type: Application
2833 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2834- name: grpc_csharp_plugin
2835 build: protoc
2836 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002837 src:
2838 - src/compiler/csharp_plugin.cc
2839 deps:
2840 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002841 secure: false
2842 vs_config_type: Application
2843 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002844- name: grpc_node_plugin
2845 build: protoc
2846 language: c++
2847 src:
2848 - src/compiler/node_plugin.cc
2849 deps:
2850 - grpc_plugin_support
2851 secure: false
2852 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002853- name: grpc_objective_c_plugin
2854 build: protoc
2855 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002856 src:
2857 - src/compiler/objective_c_plugin.cc
2858 deps:
2859 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860 secure: false
2861 vs_config_type: Application
2862 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2863- name: grpc_python_plugin
2864 build: protoc
2865 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002866 src:
2867 - src/compiler/python_plugin.cc
2868 deps:
2869 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002870 secure: false
2871 vs_config_type: Application
2872 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
Sree Kuchibhotla86004382016-07-18 22:27:39 -07002873- name: grpc_rpc_manager_test
2874 build: test
2875 language: c++
2876 headers:
2877 - test/cpp/rpcmanager/grpc_rpc_manager_test.h
2878 src:
2879 - test/cpp/rpcmanager/grpc_rpc_manager_test.cc
2880 deps:
2881 - grpc++
2882 - grpc
2883 - gpr
2884 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002885- name: grpc_ruby_plugin
2886 build: protoc
2887 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002888 src:
2889 - src/compiler/ruby_plugin.cc
2890 deps:
2891 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002892 secure: false
2893 vs_config_type: Application
2894 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002895- name: grpc_tool_test
2896 gtest: true
2897 build: test
2898 language: c++
2899 headers:
2900 - test/cpp/util/string_ref_helper.h
2901 src:
2902 - src/proto/grpc/testing/echo.proto
2903 - src/proto/grpc/testing/echo_messages.proto
2904 - test/cpp/util/grpc_tool_test.cc
2905 - test/cpp/util/string_ref_helper.cc
2906 deps:
2907 - grpc_cli_libs
2908 - grpc++_reflection
2909 - grpc_test_util
2910 - grpc++
2911 - grpc
2912 - gpr_test_util
2913 - gpr
2914 filegroups:
2915 - grpc++_codegen_proto
2916 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002917- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002918 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002919 build: test
2920 language: c++
2921 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002922 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002923 - test/cpp/grpclb/grpclb_api_test.cc
2924 deps:
2925 - grpc++_test_util
2926 - grpc_test_util
2927 - grpc++
2928 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002929- name: grpclb_test
2930 gtest: false
2931 build: test
2932 language: c++
2933 src:
2934 - src/proto/grpc/lb/v1/load_balancer.proto
2935 - test/cpp/grpclb/grpclb_test.cc
2936 deps:
2937 - gpr
2938 - gpr_test_util
2939 - grpc
2940 - grpc++
2941 - grpc++_test_util
2942 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002943- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002944 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002945 build: test
2946 language: c++
2947 src:
2948 - test/cpp/end2end/hybrid_end2end_test.cc
2949 deps:
2950 - grpc++_test_util
2951 - grpc_test_util
2952 - grpc++
2953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002954 - gpr_test_util
2955 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002956- name: interop_client
2957 build: test
2958 run: false
2959 language: c++
2960 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002961 deps:
2962 - interop_client_main
2963 - interop_client_helper
2964 - grpc++_test_util
2965 - grpc_test_util
2966 - grpc++
2967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002968 - gpr_test_util
2969 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002970 - grpc++_test_config
2971 platforms:
2972 - mac
2973 - linux
2974 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002975- name: interop_server
2976 build: test
2977 run: false
2978 language: c++
2979 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002980 deps:
2981 - interop_server_main
2982 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002983 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002984 - grpc++_test_util
2985 - grpc_test_util
2986 - grpc++
2987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002988 - gpr_test_util
2989 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002990 - grpc++_test_config
2991 platforms:
2992 - mac
2993 - linux
2994 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002995- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002996 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002997 build: test
2998 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002999 src:
3000 - test/cpp/interop/interop_test.cc
3001 deps:
3002 - grpc_test_util
3003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003004 - gpr_test_util
3005 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003006 platforms:
3007 - mac
3008 - linux
3009 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003010- name: json_run_localhost
3011 build: test
3012 run: false
3013 language: c++
3014 src:
3015 - test/cpp/qps/json_run_localhost.cc
3016 deps:
3017 - grpc++_test_util
3018 - grpc_test_util
3019 - grpc++
3020 - grpc
3021 - gpr_test_util
3022 - gpr
3023 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003024- name: metrics_client
3025 build: test
3026 run: false
3027 language: c++
3028 headers:
3029 - test/cpp/util/metrics_server.h
3030 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003031 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003032 - test/cpp/interop/metrics_client.cc
3033 deps:
3034 - grpc++
3035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003036 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003037 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003038- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003039 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003040 build: test
3041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003042 src:
3043 - test/cpp/end2end/mock_test.cc
3044 deps:
3045 - grpc++_test_util
3046 - grpc_test_util
3047 - grpc++
3048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003049 - gpr_test_util
3050 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003051- name: proto_server_reflection_test
3052 gtest: true
3053 build: test
3054 language: c++
3055 headers:
3056 - test/cpp/util/proto_reflection_descriptor_database.h
3057 src:
3058 - test/cpp/end2end/proto_server_reflection_test.cc
3059 - test/cpp/util/proto_reflection_descriptor_database.cc
3060 deps:
3061 - grpc++_reflection
3062 - grpc++_test_util
3063 - grpc_test_util
3064 - grpc++
3065 - grpc
3066 - gpr_test_util
3067 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003068- name: qps_interarrival_test
3069 build: test
3070 run: false
3071 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003072 src:
3073 - test/cpp/qps/qps_interarrival_test.cc
3074 deps:
3075 - qps
3076 - grpc++_test_util
3077 - grpc_test_util
3078 - grpc++
3079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003080 - gpr_test_util
3081 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003082 platforms:
3083 - mac
3084 - linux
3085 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003086- name: qps_json_driver
3087 build: test
3088 run: false
3089 language: c++
3090 src:
3091 - test/cpp/qps/qps_json_driver.cc
3092 deps:
3093 - qps
3094 - grpc++_test_util
3095 - grpc_test_util
3096 - grpc++
3097 - grpc
3098 - gpr_test_util
3099 - gpr
3100 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003101- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003102 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003103 build: test
3104 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003105 src:
3106 - test/cpp/qps/qps_openloop_test.cc
3107 deps:
3108 - qps
3109 - grpc++_test_util
3110 - grpc_test_util
3111 - grpc++
3112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003113 - gpr_test_util
3114 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003115 - grpc++_test_config
3116 platforms:
3117 - mac
3118 - linux
3119 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003120- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003121 build: test
3122 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003124 headers:
3125 - test/cpp/qps/client.h
3126 - test/cpp/qps/server.h
3127 src:
3128 - test/cpp/qps/worker.cc
3129 deps:
3130 - qps
3131 - grpc++_test_util
3132 - grpc_test_util
3133 - grpc++
3134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003135 - gpr_test_util
3136 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003137 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003138- name: reconnect_interop_client
3139 build: test
3140 run: false
3141 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003142 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003143 - src/proto/grpc/testing/empty.proto
3144 - src/proto/grpc/testing/messages.proto
3145 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003146 - test/cpp/interop/reconnect_interop_client.cc
3147 deps:
3148 - grpc++_test_util
3149 - grpc_test_util
3150 - grpc++
3151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003152 - gpr_test_util
3153 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003154 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003155- name: reconnect_interop_server
3156 build: test
3157 run: false
3158 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003159 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003160 - src/proto/grpc/testing/empty.proto
3161 - src/proto/grpc/testing/messages.proto
3162 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003163 - test/cpp/interop/reconnect_interop_server.cc
3164 deps:
3165 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003166 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003167 - grpc++_test_util
3168 - grpc_test_util
3169 - grpc++
3170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003171 - gpr_test_util
3172 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003173 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003174- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003175 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003176 build: test
3177 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003178 src:
3179 - test/cpp/common/secure_auth_context_test.cc
3180 deps:
3181 - grpc++_test_util
3182 - grpc_test_util
3183 - grpc++
3184 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003185 - gpr_test_util
3186 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003187- name: secure_sync_unary_ping_pong_test
3188 build: test
3189 language: c++
3190 src:
3191 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3192 deps:
3193 - qps
3194 - grpc++_test_util
3195 - grpc_test_util
3196 - grpc++
3197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003198 - gpr_test_util
3199 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003200 platforms:
3201 - mac
3202 - linux
3203 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003204- name: server_builder_plugin_test
3205 gtest: true
3206 build: test
3207 language: c++
3208 src:
3209 - test/cpp/end2end/server_builder_plugin_test.cc
3210 deps:
3211 - grpc++_test_util
3212 - grpc_test_util
3213 - grpc++
3214 - grpc
3215 - gpr_test_util
3216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003217- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003218 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003219 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003220 build: test
3221 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003222 src:
3223 - test/cpp/end2end/server_crash_test.cc
3224 deps:
3225 - grpc++_test_util
3226 - grpc_test_util
3227 - grpc++
3228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003229 - gpr_test_util
3230 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003231 platforms:
3232 - mac
3233 - linux
3234 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003235- name: server_crash_test_client
3236 build: test
3237 run: false
3238 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003239 src:
3240 - test/cpp/end2end/server_crash_test_client.cc
3241 deps:
3242 - grpc++_test_util
3243 - grpc_test_util
3244 - grpc++
3245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003246 - gpr_test_util
3247 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003248- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003249 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003250 build: test
3251 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003252 src:
3253 - test/cpp/end2end/shutdown_test.cc
3254 deps:
3255 - grpc++_test_util
3256 - grpc_test_util
3257 - grpc++
3258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003259 - gpr_test_util
3260 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003261- name: status_test
3262 build: test
3263 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003264 src:
3265 - test/cpp/util/status_test.cc
3266 deps:
3267 - grpc_test_util
3268 - grpc++
3269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003270 - gpr_test_util
3271 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003272- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003273 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003274 build: test
3275 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003276 src:
3277 - test/cpp/end2end/streaming_throughput_test.cc
3278 deps:
3279 - grpc++_test_util
3280 - grpc_test_util
3281 - grpc++
3282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003283 - gpr_test_util
3284 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003285 platforms:
3286 - mac
3287 - linux
3288 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003289- name: stress_test
3290 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003291 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003292 language: c++
3293 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003294 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003295 - test/cpp/interop/interop_client.h
3296 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003297 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003298 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003299 - src/proto/grpc/testing/empty.proto
3300 - src/proto/grpc/testing/messages.proto
3301 - src/proto/grpc/testing/metrics.proto
3302 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003303 - test/cpp/interop/interop_client.cc
3304 - test/cpp/interop/stress_interop_client.cc
3305 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003306 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003307 deps:
3308 - grpc++_test_util
3309 - grpc_test_util
3310 - grpc++
3311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003312 - gpr_test_util
3313 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003314 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003315- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003316 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003317 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003318 build: test
3319 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003320 src:
3321 - test/cpp/end2end/thread_stress_test.cc
3322 deps:
3323 - grpc++_test_util
3324 - grpc_test_util
3325 - grpc++
3326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003327 - gpr_test_util
3328 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003329- name: public_headers_must_be_c89
3330 build: test
3331 language: c89
3332 src:
3333 - test/core/surface/public_headers_must_be_c89.c
3334 deps:
3335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003336 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003337vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003338- linkage: static
3339 name: grpc.dependencies.zlib
3340 props: false
3341 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003342 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003343- linkage: static
3344 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003345 props: true
3346 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003347 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003348- name: gflags
3349 props: false
3350 redist: false
3351 version: 2.1.2.1
3352- name: gtest
3353 props: false
3354 redist: false
3355 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003356configs:
3357 asan:
3358 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003359 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3360 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003361 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003362 LD: clang
3363 LDFLAGS: -fsanitize=address
3364 LDXX: clang++
3365 compile_the_world: true
3366 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003367 ASAN_OPTIONS: detect_leaks=1:color=always
3368 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003369 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003370 asan-noleaks:
3371 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003372 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3373 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003374 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003375 LD: clang
3376 LDFLAGS: -fsanitize=address
3377 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003378 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003379 test_environ:
3380 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003381 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003382 asan-trace-cmp:
3383 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003384 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3385 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003386 CXX: clang++
3387 LD: clang
3388 LDFLAGS: -fsanitize=address
3389 LDXX: clang++
3390 compile_the_world: true
3391 test_environ:
3392 ASAN_OPTIONS: detect_leaks=1:color=always
3393 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3394 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003395 basicprof:
3396 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3397 DEFINES: NDEBUG
3398 dbg:
3399 CPPFLAGS: -O0
3400 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003401 easan:
3402 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003403 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3404 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003405 CXX: clang++
3406 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3407 LD: clang
3408 LDFLAGS: -fsanitize=address
3409 LDXX: clang++
3410 compile_the_world: true
3411 test_environ:
3412 ASAN_OPTIONS: detect_leaks=1:color=always
3413 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3414 timeout_multiplier: 3
3415 edbg:
3416 CPPFLAGS: -O0
3417 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3418 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003419 CC: clang
3420 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003421 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003422 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003423 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003424 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003425 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003426 LDXX: clang++
3427 compile_the_world: true
3428 test_environ:
3429 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3430 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003431 gcov:
3432 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003433 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003434 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003435 DEFINES: _DEBUG DEBUG GPR_GCOV
3436 LD: gcc
3437 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3438 LDXX: g++
3439 helgrind:
3440 CPPFLAGS: -O0
3441 DEFINES: _DEBUG DEBUG
3442 LDFLAGS: -rdynamic
3443 timeout_multiplier: 20
3444 valgrind: --tool=helgrind
3445 memcheck:
3446 CPPFLAGS: -O0
3447 DEFINES: _DEBUG DEBUG
3448 LDFLAGS: -rdynamic
3449 timeout_multiplier: 10
3450 valgrind: --tool=memcheck --leak-check=full
3451 msan:
3452 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003453 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3454 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3455 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003456 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003457 DEFINES: NDEBUG
3458 LD: clang
3459 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3460 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3461 LDXX: clang++
3462 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003463 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003464 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003465 CPPFLAGS: -O3 -fno-omit-frame-pointer
3466 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003467 LDFLAGS: -rdynamic
3468 opt:
3469 CPPFLAGS: -O2
3470 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003471 stapprof:
3472 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3473 DEFINES: NDEBUG
3474 tsan:
3475 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003476 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003477 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003478 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003479 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003480 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003481 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003482 LDXX: clang++
3483 compile_the_world: true
3484 test_environ:
3485 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003486 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003487 ubsan:
3488 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003489 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3490 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003491 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003492 DEFINES: NDEBUG
3493 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003494 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003495 LDXX: clang++
3496 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003497 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003498 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003499 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003500defaults:
3501 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003502 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003503 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003504 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003505 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003506 global:
3507 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3508 LDFLAGS: -g
3509 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003510 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003511 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003512node_modules:
3513- deps:
3514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003515 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003516 - boringssl
3517 - z
murgatroid9994a75412015-11-19 14:04:53 -08003518 headers:
3519 - src/node/ext/byte_buffer.h
3520 - src/node/ext/call.h
3521 - src/node/ext/call_credentials.h
3522 - src/node/ext/channel.h
3523 - src/node/ext/channel_credentials.h
3524 - src/node/ext/completion_queue_async_worker.h
3525 - src/node/ext/server.h
3526 - src/node/ext/server_credentials.h
3527 - src/node/ext/timeval.h
3528 js:
3529 - src/node/index.js
3530 - src/node/src/client.js
3531 - src/node/src/common.js
3532 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003533 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003534 - src/node/src/metadata.js
3535 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003536 name: grpc_node
3537 src:
3538 - src/node/ext/byte_buffer.cc
3539 - src/node/ext/call.cc
3540 - src/node/ext/call_credentials.cc
3541 - src/node/ext/channel.cc
3542 - src/node/ext/channel_credentials.cc
3543 - src/node/ext/completion_queue_async_worker.cc
3544 - src/node/ext/node_grpc.cc
3545 - src/node/ext/server.cc
3546 - src/node/ext/server_credentials.cc
3547 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003548openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003549 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003550 extraction_dir: openssl-1.0.2f
3551 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003552php_config_m4:
3553 deps:
3554 - grpc
3555 - gpr
3556 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003557 headers:
3558 - src/php/ext/grpc/byte_buffer.h
3559 - src/php/ext/grpc/call.h
3560 - src/php/ext/grpc/call_credentials.h
3561 - src/php/ext/grpc/channel.h
3562 - src/php/ext/grpc/channel_credentials.h
3563 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003564 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003565 - src/php/ext/grpc/php_grpc.h
3566 - src/php/ext/grpc/server.h
3567 - src/php/ext/grpc/server_credentials.h
3568 - src/php/ext/grpc/timeval.h
3569 src:
3570 - src/php/ext/grpc/byte_buffer.c
3571 - src/php/ext/grpc/call.c
3572 - src/php/ext/grpc/call_credentials.c
3573 - src/php/ext/grpc/channel.c
3574 - src/php/ext/grpc/channel_credentials.c
3575 - src/php/ext/grpc/completion_queue.c
3576 - src/php/ext/grpc/php_grpc.c
3577 - src/php/ext/grpc/server.c
3578 - src/php/ext/grpc/server_credentials.c
3579 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003580python_dependencies:
3581 deps:
3582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003583 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003584 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003585 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003586ruby_gem:
3587 deps:
3588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003589 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003590 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003591 - z