blob: b262e448f07a50bec6a3521a1456e64028991c9c [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
352 - src/core/ext/client_config/initial_connect_string.h
353 - src/core/ext/client_config/lb_policy.h
354 - src/core/ext/client_config/lb_policy_factory.h
355 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700356 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700357 - src/core/ext/client_config/resolver.h
358 - src/core/ext/client_config/resolver_factory.h
359 - src/core/ext/client_config/resolver_registry.h
Mark D. Rothff4df062016-08-22 15:02:49 -0700360 - src/core/ext/client_config/resolver_result.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700361 - src/core/ext/client_config/subchannel.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700362 - src/core/ext/client_config/subchannel_index.h
363 - src/core/ext/client_config/uri_parser.h
364 src:
365 - src/core/ext/client_config/channel_connectivity.c
366 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700367 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller0b541632016-04-05 17:21:05 -0700368 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700369 - src/core/ext/client_config/connector.c
370 - src/core/ext/client_config/default_initial_connect_string.c
371 - src/core/ext/client_config/initial_connect_string.c
372 - src/core/ext/client_config/lb_policy.c
373 - src/core/ext/client_config/lb_policy_factory.c
374 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700375 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700376 - src/core/ext/client_config/resolver.c
377 - src/core/ext/client_config/resolver_factory.c
378 - src/core/ext/client_config/resolver_registry.c
Mark D. Rothff4df062016-08-22 15:02:49 -0700379 - src/core/ext/client_config/resolver_result.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700380 - src/core/ext/client_config/subchannel.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700381 - src/core/ext/client_config/subchannel_index.c
382 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700383 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700384 uses:
385 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800386- name: grpc_codegen
387 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700388 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800389 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800390 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800391 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800392 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800393 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700394 uses:
395 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700396- name: grpc_lb_policy_grpclb
397 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700398 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700399 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700400 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700401 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700402 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700403 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700404 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700405 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700406 uses:
407 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700408 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700409 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700410- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700411 src:
412 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700413 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700414 uses:
415 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700416 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700417- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700418 src:
419 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700420 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700421 uses:
422 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700423 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700424- name: grpc_load_reporting
425 headers:
426 - src/core/ext/load_reporting/load_reporting.h
427 - src/core/ext/load_reporting/load_reporting_filter.h
428 src:
429 - src/core/ext/load_reporting/load_reporting.c
430 - src/core/ext/load_reporting/load_reporting_filter.c
431 plugin: grpc_load_reporting_plugin
432 uses:
433 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700434- name: grpc_resolver_dns_native
435 src:
436 - src/core/ext/resolver/dns/native/dns_resolver.c
437 plugin: grpc_resolver_dns_native
438 uses:
439 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700440 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700441- name: grpc_resolver_sockaddr
442 src:
443 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
444 plugin: grpc_resolver_sockaddr
445 uses:
446 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700447 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100448- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700449 public_headers:
450 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100451 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700452 - src/core/lib/security/context/security_context.h
453 - src/core/lib/security/credentials/composite/composite_credentials.h
454 - src/core/lib/security/credentials/credentials.h
455 - src/core/lib/security/credentials/fake/fake_credentials.h
456 - src/core/lib/security/credentials/google_default/google_default_credentials.h
457 - src/core/lib/security/credentials/iam/iam_credentials.h
458 - src/core/lib/security/credentials/jwt/json_token.h
459 - src/core/lib/security/credentials/jwt/jwt_credentials.h
460 - src/core/lib/security/credentials/jwt/jwt_verifier.h
461 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
462 - src/core/lib/security/credentials/plugin/plugin_credentials.h
463 - src/core/lib/security/credentials/ssl/ssl_credentials.h
464 - src/core/lib/security/transport/auth_filters.h
465 - src/core/lib/security/transport/handshake.h
466 - src/core/lib/security/transport/secure_endpoint.h
467 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700468 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700469 - src/core/lib/security/util/b64.h
470 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100471 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700472 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700473 - src/core/lib/security/context/security_context.c
474 - src/core/lib/security/credentials/composite/composite_credentials.c
475 - src/core/lib/security/credentials/credentials.c
476 - src/core/lib/security/credentials/credentials_metadata.c
477 - src/core/lib/security/credentials/fake/fake_credentials.c
478 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700479 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700480 - src/core/lib/security/credentials/google_default/google_default_credentials.c
481 - src/core/lib/security/credentials/iam/iam_credentials.c
482 - src/core/lib/security/credentials/jwt/json_token.c
483 - src/core/lib/security/credentials/jwt/jwt_credentials.c
484 - src/core/lib/security/credentials/jwt/jwt_verifier.c
485 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
486 - src/core/lib/security/credentials/plugin/plugin_credentials.c
487 - src/core/lib/security/credentials/ssl/ssl_credentials.c
488 - src/core/lib/security/transport/client_auth_filter.c
489 - src/core/lib/security/transport/handshake.c
490 - src/core/lib/security/transport/secure_endpoint.c
491 - src/core/lib/security/transport/security_connector.c
492 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700493 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700494 - src/core/lib/security/util/b64.c
495 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700496 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700497 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700498 uses:
499 - grpc_base
500 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700501 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700502- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700503 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700504 headers:
505 - test/core/end2end/cq_verifier.h
506 - test/core/end2end/fixtures/proxy.h
507 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700508 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200509 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700510 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700511 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700512 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700513 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700514 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700515 - test/core/util/slice_splitter.h
516 src:
517 - test/core/end2end/cq_verifier.c
518 - test/core/end2end/fixtures/proxy.c
519 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700520 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200521 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700522 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700523 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700524 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700525 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700526 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700527 - test/core/util/port_windows.c
528 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700529 deps:
530 - grpc
531 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700532- name: grpc_transport_chttp2
533 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700534 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700535 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700536 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
537 - src/core/ext/transport/chttp2/transport/frame.h
538 - src/core/ext/transport/chttp2/transport/frame_data.h
539 - src/core/ext/transport/chttp2/transport/frame_goaway.h
540 - src/core/ext/transport/chttp2/transport/frame_ping.h
541 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
542 - src/core/ext/transport/chttp2/transport/frame_settings.h
543 - src/core/ext/transport/chttp2/transport/frame_window_update.h
544 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
545 - src/core/ext/transport/chttp2/transport/hpack_parser.h
546 - src/core/ext/transport/chttp2/transport/hpack_table.h
547 - src/core/ext/transport/chttp2/transport/http2_errors.h
548 - src/core/ext/transport/chttp2/transport/huffsyms.h
549 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
550 - src/core/ext/transport/chttp2/transport/internal.h
551 - src/core/ext/transport/chttp2/transport/status_conversion.h
552 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700553 - src/core/ext/transport/chttp2/transport/varint.h
554 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700555 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700556 - src/core/ext/transport/chttp2/transport/bin_encoder.c
557 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700558 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
559 - src/core/ext/transport/chttp2/transport/frame_data.c
560 - src/core/ext/transport/chttp2/transport/frame_goaway.c
561 - src/core/ext/transport/chttp2/transport/frame_ping.c
562 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
563 - src/core/ext/transport/chttp2/transport/frame_settings.c
564 - src/core/ext/transport/chttp2/transport/frame_window_update.c
565 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
566 - src/core/ext/transport/chttp2/transport/hpack_parser.c
567 - src/core/ext/transport/chttp2/transport/hpack_table.c
568 - src/core/ext/transport/chttp2/transport/huffsyms.c
569 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
570 - src/core/ext/transport/chttp2/transport/parsing.c
571 - src/core/ext/transport/chttp2/transport/status_conversion.c
572 - src/core/ext/transport/chttp2/transport/stream_lists.c
573 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700574 - src/core/ext/transport/chttp2/transport/varint.c
575 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700576 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700577 uses:
578 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700579 - grpc_transport_chttp2_alpn
580- name: grpc_transport_chttp2_alpn
581 headers:
582 - src/core/ext/transport/chttp2/alpn/alpn.h
583 src:
584 - src/core/ext/transport/chttp2/alpn/alpn.c
585 deps:
586 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700587- name: grpc_transport_chttp2_client_insecure
588 src:
589 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700590 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700591 uses:
592 - grpc_transport_chttp2
593 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700594 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700595- name: grpc_transport_chttp2_client_secure
596 src:
597 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700598 uses:
599 - grpc_transport_chttp2
600 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700601 - grpc_client_config
602 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700603- name: grpc_transport_chttp2_server_insecure
604 src:
605 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700606 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700607 uses:
608 - grpc_transport_chttp2
609 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700610- name: grpc_transport_chttp2_server_secure
611 src:
612 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700613 uses:
614 - grpc_transport_chttp2
615 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700616 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700617- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700618 public_headers:
619 - include/grpc/grpc_cronet.h
620 - include/grpc/grpc_security.h
621 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700622 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700623 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
624 src:
625 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
626 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
627 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700628 filegroups:
629 - grpc_base
630 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800631- name: nanopb
632 headers:
633 - third_party/nanopb/pb.h
634 - third_party/nanopb/pb_common.h
635 - third_party/nanopb/pb_decode.h
636 - third_party/nanopb/pb_encode.h
637 src:
638 - third_party/nanopb/pb_common.c
639 - third_party/nanopb/pb_decode.c
640 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700641- name: tsi
642 headers:
643 - src/core/lib/tsi/fake_transport_security.h
644 - src/core/lib/tsi/ssl_transport_security.h
645 - src/core/lib/tsi/ssl_types.h
646 - src/core/lib/tsi/transport_security.h
647 - src/core/lib/tsi/transport_security_interface.h
648 src:
649 - src/core/lib/tsi/fake_transport_security.c
650 - src/core/lib/tsi/ssl_transport_security.c
651 - src/core/lib/tsi/transport_security.c
652 deps:
653 - gpr
654 secure: true
655- name: grpc++_base
656 language: c++
657 public_headers:
658 - include/grpc++/alarm.h
659 - include/grpc++/channel.h
660 - include/grpc++/client_context.h
661 - include/grpc++/completion_queue.h
662 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700663 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700664 - include/grpc++/generic/async_generic_service.h
665 - include/grpc++/generic/generic_stub.h
666 - include/grpc++/grpc++.h
667 - include/grpc++/impl/call.h
668 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700669 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700670 - include/grpc++/impl/grpc_library.h
671 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700672 - include/grpc++/impl/rpc_method.h
673 - include/grpc++/impl/rpc_service_method.h
674 - include/grpc++/impl/serialization_traits.h
675 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700676 - include/grpc++/impl/server_builder_plugin.h
677 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700678 - include/grpc++/impl/service_type.h
679 - include/grpc++/impl/sync.h
680 - include/grpc++/impl/sync_cxx11.h
681 - include/grpc++/impl/sync_no_cxx11.h
682 - include/grpc++/impl/thd.h
683 - include/grpc++/impl/thd_cxx11.h
684 - include/grpc++/impl/thd_no_cxx11.h
685 - include/grpc++/security/auth_context.h
686 - include/grpc++/security/auth_metadata_processor.h
687 - include/grpc++/security/credentials.h
688 - include/grpc++/security/server_credentials.h
689 - include/grpc++/server.h
690 - include/grpc++/server_builder.h
691 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700692 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700693 - include/grpc++/support/async_stream.h
694 - include/grpc++/support/async_unary_call.h
695 - include/grpc++/support/byte_buffer.h
696 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700697 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700698 - include/grpc++/support/slice.h
699 - include/grpc++/support/status.h
700 - include/grpc++/support/status_code_enum.h
701 - include/grpc++/support/string_ref.h
702 - include/grpc++/support/stub_options.h
703 - include/grpc++/support/sync_stream.h
704 - include/grpc++/support/time.h
705 headers:
706 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700707 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700708 - src/cpp/server/dynamic_thread_pool.h
709 - src/cpp/server/thread_pool_interface.h
710 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700711 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700712 - src/cpp/client/client_context.cc
713 - src/cpp/client/create_channel.cc
714 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700715 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700716 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700717 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700718 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700719 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700720 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700721 - src/cpp/common/core_codegen.cc
722 - src/cpp/common/rpc_method.cc
723 - src/cpp/server/async_generic_service.cc
724 - src/cpp/server/create_default_thread_pool.cc
725 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700726 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700727 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700728 - src/cpp/server/server_context.cc
729 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700730 - src/cpp/server/server_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700731 - src/cpp/util/byte_buffer_cc.cc
732 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700733 - src/cpp/util/status.cc
734 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700735 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700736 uses:
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200737 - grpc_base
yang-g17487f92016-06-03 15:21:15 -0700738 - grpc++_codegen_base
739- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700740 language: c++
741 public_headers:
742 - include/grpc++/impl/codegen/async_stream.h
743 - include/grpc++/impl/codegen/async_unary_call.h
744 - include/grpc++/impl/codegen/call.h
745 - include/grpc++/impl/codegen/call_hook.h
746 - include/grpc++/impl/codegen/channel_interface.h
747 - include/grpc++/impl/codegen/client_context.h
748 - include/grpc++/impl/codegen/client_unary_call.h
749 - include/grpc++/impl/codegen/completion_queue.h
750 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700751 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700752 - include/grpc++/impl/codegen/core_codegen_interface.h
753 - include/grpc++/impl/codegen/create_auth_context.h
754 - include/grpc++/impl/codegen/grpc_library.h
755 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700756 - include/grpc++/impl/codegen/rpc_method.h
757 - include/grpc++/impl/codegen/rpc_service_method.h
758 - include/grpc++/impl/codegen/security/auth_context.h
759 - include/grpc++/impl/codegen/serialization_traits.h
760 - include/grpc++/impl/codegen/server_context.h
761 - include/grpc++/impl/codegen/server_interface.h
762 - include/grpc++/impl/codegen/service_type.h
763 - include/grpc++/impl/codegen/status.h
764 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700765 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700766 - include/grpc++/impl/codegen/string_ref.h
767 - include/grpc++/impl/codegen/stub_options.h
768 - include/grpc++/impl/codegen/sync.h
769 - include/grpc++/impl/codegen/sync_cxx11.h
770 - include/grpc++/impl/codegen/sync_no_cxx11.h
771 - include/grpc++/impl/codegen/sync_stream.h
772 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700773 uses:
774 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700775- name: grpc++_codegen_base_src
776 language: c++
777 src:
778 - src/cpp/codegen/codegen_init.cc
779 uses:
780 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700781- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 language: c++
783 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700784 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 uses:
yang-g17487f92016-06-03 15:21:15 -0700786 - grpc++_codegen_base
787 - grpc++_config_proto
788- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 language: c++
790 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700792- name: grpc++_reflection_proto
793 language: c++
794 public_headers:
795 - include/grpc++/ext/reflection.grpc.pb.h
796 - include/grpc++/ext/reflection.pb.h
797 src:
798 - src/cpp/ext/reflection.grpc.pb.cc
799 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700800 uses:
801 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700802- name: thrift_util
803 language: c++
804 public_headers:
805 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700806 - include/grpc++/impl/codegen/thrift_utils.h
807 uses:
808 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100809libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800810- name: gpr
811 build: all
812 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800813 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700814 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800815 secure: false
816 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
817- name: gpr_test_util
818 build: private
819 language: c
820 headers:
821 - test/core/util/test_config.h
822 src:
823 - test/core/util/test_config.c
824 deps:
825 - gpr
826 secure: false
827 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700828- name: grpc
829 build: all
830 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 src:
832 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700833 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800834 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700835 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700836 filegroups:
837 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700838 - grpc_transport_chttp2_server_secure
839 - grpc_transport_chttp2_client_secure
840 - grpc_transport_chttp2_server_insecure
841 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700842 - grpc_lb_policy_grpclb
843 - grpc_lb_policy_pick_first
844 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700845 - grpc_resolver_dns_native
846 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700847 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100848 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700849 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700850 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700851 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700852 vs_packages:
853 - grpc.dependencies.openssl
854 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700855 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700856- name: grpc_cronet
857 build: all
858 language: c
859 src:
860 - src/core/lib/surface/init.c
861 baselib: true
862 deps_linkage: static
863 dll: true
864 filegroups:
865 - grpc_base
866 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700867 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700868 generate_plugin_registry: true
869 platforms:
870 - linux
871 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100872- name: grpc_dll
873 build: private
874 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100875 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100876 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100877 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100878 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100879 build_system:
880 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100881 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100882 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100883 vs_config_type: DynamicLibrary
884 vs_packages:
885 - grpc.dependencies.openssl
886 - grpc.dependencies.zlib
887 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
888 vs_props:
889 - zlib
890 - openssl
891 - winsock
892 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700893- name: grpc_test_util
894 build: private
895 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700896 headers:
897 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800898 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700899 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700900 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700901 - test/core/end2end/data/server1_cert.c
902 - test/core/end2end/data/server1_key.c
903 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800904 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700905 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800906 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800907 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700908 - grpc
909 filegroups:
910 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700911 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700912 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
913- name: grpc_test_util_unsecure
914 build: private
915 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700916 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800917 - gpr
918 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800919 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700920 filegroups:
921 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700922 secure: false
923 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
924- name: grpc_unsecure
925 build: all
926 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700927 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700928 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700929 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700930 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800931 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700932 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700933 filegroups:
934 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700935 - grpc_transport_chttp2_server_insecure
936 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700937 - grpc_resolver_dns_native
938 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700939 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700940 - grpc_lb_policy_grpclb
941 - grpc_lb_policy_pick_first
942 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700943 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700944 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700945 secure: false
946 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700947- name: reconnect_server
948 build: private
949 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700950 headers:
951 - test/core/util/reconnect_server.h
952 src:
953 - test/core/util/reconnect_server.c
954 deps:
yang-gc9fca182015-11-06 16:41:33 -0800955 - test_tcp_server
956 - grpc_test_util
957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800958 - gpr_test_util
959 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800960- name: test_tcp_server
961 build: private
962 language: c
963 headers:
964 - test/core/util/test_tcp_server.h
965 src:
966 - test/core/util/test_tcp_server.c
967 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700968 - grpc_test_util
969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800970 - gpr_test_util
971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972- name: grpc++
973 build: all
974 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700975 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700976 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700977 - src/cpp/client/secure_credentials.h
978 - src/cpp/common/secure_auth_context.h
979 - src/cpp/server/secure_server_credentials.h
980 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -0700981 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700982 - src/cpp/client/secure_credentials.cc
983 - src/cpp/common/auth_property_iterator.cc
984 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800985 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700986 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -0700987 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700988 - src/cpp/server/secure_server_credentials.cc
989 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700990 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700991 baselib: true
992 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700993 filegroups:
994 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700995 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700996 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700997 secure: check
998 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700999- name: grpc++_reflection
1000 build: all
1001 language: c++
1002 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001003 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001004 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001005 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001006 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001007 - src/cpp/ext/proto_server_reflection.cc
1008 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001009 deps:
1010 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001011 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001012 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001013- name: grpc++_reflection_codegen
1014 build: private
1015 language: c++
1016 src:
1017 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001018- name: grpc++_test_config
1019 build: private
1020 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001021 headers:
1022 - test/cpp/util/test_config.h
1023 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001024 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001025- name: grpc++_test_util
1026 build: private
1027 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001028 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001029 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001030 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001031 - test/cpp/util/create_test_channel.h
1032 - test/cpp/util/string_ref_helper.h
1033 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001034 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001035 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001036 - src/proto/grpc/testing/echo_messages.proto
1037 - src/proto/grpc/testing/echo.proto
1038 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001039 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001040 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001041 - test/cpp/util/create_test_channel.cc
1042 - test/cpp/util/string_ref_helper.cc
1043 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001044 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001045 deps:
1046 - grpc++
1047 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001048 filegroups:
1049 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001050 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001051 - grpc++_codegen_proto
1052 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001053 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001054- name: grpc++_unsecure
1055 build: all
1056 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001057 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001058 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001059 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001060 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001061 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001062 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001063 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001064 baselib: true
1065 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001066 filegroups:
1067 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001068 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001069 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001070 secure: false
1071 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001072- name: grpc_cli_libs
1073 build: private
1074 language: c++
1075 headers:
1076 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001077 - test/cpp/util/cli_credentials.h
1078 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001079 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001080 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001081 - test/cpp/util/proto_reflection_descriptor_database.h
yang-gabdec2d2016-05-19 10:11:24 -07001082 src:
1083 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001084 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001085 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001086 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001087 - test/cpp/util/proto_reflection_descriptor_database.cc
yang-gabdec2d2016-05-19 10:11:24 -07001088 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001089 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001090 - grpc++
Yuchen Zeng28263272016-07-25 14:38:07 -07001091 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001092- name: grpc_plugin_support
1093 build: protoc
1094 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001095 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001096 - src/compiler/config.h
1097 - src/compiler/cpp_generator.h
1098 - src/compiler/cpp_generator_helpers.h
1099 - src/compiler/csharp_generator.h
1100 - src/compiler/csharp_generator_helpers.h
1101 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001102 - src/compiler/node_generator.h
1103 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001104 - src/compiler/objective_c_generator.h
1105 - src/compiler/objective_c_generator_helpers.h
1106 - src/compiler/python_generator.h
1107 - src/compiler/ruby_generator.h
1108 - src/compiler/ruby_generator_helpers-inl.h
1109 - src/compiler/ruby_generator_map-inl.h
1110 - src/compiler/ruby_generator_string-inl.h
1111 src:
1112 - src/compiler/cpp_generator.cc
1113 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001114 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001115 - src/compiler/objective_c_generator.cc
1116 - src/compiler/python_generator.cc
1117 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001118 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001119 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001120 secure: false
1121 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001122 vs_props:
1123 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001124- name: interop_client_helper
1125 build: private
1126 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001127 headers:
1128 - test/cpp/interop/client_helper.h
1129 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001130 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001131 - test/cpp/interop/client_helper.cc
1132 deps:
1133 - grpc++_test_util
1134 - grpc_test_util
1135 - grpc++
1136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001137 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001138- name: interop_client_main
1139 build: private
1140 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001141 headers:
1142 - test/cpp/interop/interop_client.h
1143 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001144 - src/proto/grpc/testing/empty.proto
1145 - src/proto/grpc/testing/messages.proto
1146 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001147 - test/cpp/interop/client.cc
1148 - test/cpp/interop/interop_client.cc
1149 deps:
1150 - interop_client_helper
1151 - grpc++_test_util
1152 - grpc_test_util
1153 - grpc++
1154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001155 - gpr_test_util
1156 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001157 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001158- name: interop_server_helper
1159 build: private
1160 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001161 headers:
1162 - test/cpp/interop/server_helper.h
1163 src:
1164 - test/cpp/interop/server_helper.cc
1165 deps:
1166 - grpc_test_util
1167 - grpc++
1168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001169 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001170- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001171 build: private
1172 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001173 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001174 - src/proto/grpc/testing/empty.proto
1175 - src/proto/grpc/testing/messages.proto
1176 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001177 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001178 deps:
1179 - interop_server_helper
1180 - grpc++_test_util
1181 - grpc_test_util
1182 - grpc++
1183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001184 - gpr_test_util
1185 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001186 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001187- name: interop_server_main
1188 build: private
1189 language: c++
1190 src:
1191 - test/cpp/interop/interop_server_bootstrap.cc
1192 deps:
1193 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001194- name: qps
1195 build: private
1196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001197 headers:
1198 - test/cpp/qps/client.h
1199 - test/cpp/qps/driver.h
1200 - test/cpp/qps/histogram.h
1201 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001202 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001203 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001204 - test/cpp/qps/qps_worker.h
1205 - test/cpp/qps/report.h
1206 - test/cpp/qps/server.h
1207 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001208 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001209 - test/cpp/util/benchmark_config.h
1210 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001211 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001212 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001213 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001214 - src/proto/grpc/testing/control.proto
1215 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001216 - test/cpp/qps/client_async.cc
1217 - test/cpp/qps/client_sync.cc
1218 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001219 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001220 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001221 - test/cpp/qps/qps_worker.cc
1222 - test/cpp/qps/report.cc
1223 - test/cpp/qps/server_async.cc
1224 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001225 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001226 - test/cpp/util/benchmark_config.cc
1227 deps:
1228 - grpc_test_util
1229 - grpc++_test_util
1230 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001231- name: grpc_csharp_ext
1232 build: all
1233 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001234 src:
1235 - src/csharp/ext/grpc_csharp_ext.c
1236 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001238 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001239 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001240 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241 dll: only
1242 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001243 vs_packages:
1244 - grpc.dependencies.openssl
1245 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001246 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001247 vs_props:
1248 - zlib
1249 - openssl
1250 - winsock
1251 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001253- name: alarm_test
1254 build: test
1255 language: c
1256 src:
1257 - test/core/surface/alarm_test.c
1258 deps:
1259 - grpc_test_util
1260 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001261 - gpr_test_util
1262 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001263- name: algorithm_test
1264 build: test
1265 language: c
1266 src:
1267 - test/core/compression/algorithm_test.c
1268 deps:
1269 - grpc_test_util
1270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001271 - gpr_test_util
1272 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001273- name: alloc_test
1274 build: test
1275 language: c
1276 src:
1277 - test/core/support/alloc_test.c
1278 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001279 - gpr_test_util
1280 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281- name: alpn_test
1282 build: test
1283 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001284 src:
1285 - test/core/transport/chttp2/alpn_test.c
1286 deps:
1287 - grpc_test_util
1288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001289 - gpr_test_util
1290 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001291- name: api_fuzzer
1292 build: fuzzer
1293 language: c
1294 src:
1295 - test/core/end2end/fuzzers/api_fuzzer.c
1296 deps:
1297 - grpc_test_util
1298 - grpc
1299 - gpr_test_util
1300 - gpr
1301 corpus_dirs:
1302 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001303 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001304 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001305- name: bad_server_response_test
1306 build: test
1307 language: c
1308 src:
1309 - test/core/end2end/bad_server_response_test.c
1310 deps:
1311 - test_tcp_server
1312 - grpc_test_util
1313 - grpc
1314 - gpr_test_util
1315 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001316- name: bin_decoder_test
1317 build: test
1318 language: c
1319 src:
1320 - test/core/transport/chttp2/bin_decoder_test.c
1321 deps:
1322 - grpc_test_util
1323 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324- name: bin_encoder_test
1325 build: test
1326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001327 src:
1328 - test/core/transport/chttp2/bin_encoder_test.c
1329 deps:
1330 - grpc_test_util
1331 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001332- name: census_context_test
1333 build: test
1334 language: c
1335 src:
1336 - test/core/census/context_test.c
1337 deps:
1338 - grpc_test_util
1339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001340 - gpr_test_util
1341 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001342- name: census_resource_test
1343 build: test
1344 language: c
1345 src:
1346 - test/core/census/resource_test.c
1347 deps:
1348 - grpc_test_util
1349 - grpc
1350 - gpr_test_util
1351 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001352- name: census_trace_context_test
1353 build: test
1354 language: c
1355 src:
1356 - test/core/census/trace_context_test.c
1357 deps:
1358 - grpc_test_util
1359 - grpc
1360 - gpr_test_util
1361 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001362- name: channel_create_test
1363 build: test
1364 language: c
1365 src:
1366 - test/core/surface/channel_create_test.c
1367 deps:
1368 - grpc_test_util
1369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 - gpr_test_util
1371 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001372- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001373 build: test
1374 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001375 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001376 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001377 deps:
1378 - grpc_test_util
1379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001380 - gpr_test_util
1381 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001382- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383 build: test
1384 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001385 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001386 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001387 deps:
1388 - grpc_test_util
1389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001390 - gpr_test_util
1391 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001392- name: chttp2_stream_map_test
1393 build: test
1394 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001395 src:
1396 - test/core/transport/chttp2/stream_map_test.c
1397 deps:
1398 - grpc_test_util
1399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001400 - gpr_test_util
1401 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001402- name: chttp2_varint_test
1403 build: test
1404 language: c
1405 src:
1406 - test/core/transport/chttp2/varint_test.c
1407 deps:
1408 - grpc_test_util
1409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001410 - gpr_test_util
1411 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001412- name: client_fuzzer
1413 build: fuzzer
1414 language: c
1415 src:
1416 - test/core/end2end/fuzzers/client_fuzzer.c
1417 deps:
1418 - grpc_test_util
1419 - grpc
1420 - gpr_test_util
1421 - gpr
1422 corpus_dirs:
1423 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001424 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001425 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001426- name: combiner_test
1427 cpu_cost: 30
1428 build: test
1429 language: c
1430 src:
1431 - test/core/iomgr/combiner_test.c
1432 deps:
1433 - grpc_test_util
1434 - grpc
1435 - gpr_test_util
1436 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001437- name: compression_test
1438 build: test
1439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001440 src:
1441 - test/core/compression/compression_test.c
1442 deps:
1443 - grpc_test_util
1444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001445 - gpr_test_util
1446 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001447- name: concurrent_connectivity_test
1448 build: test
1449 language: c
1450 src:
1451 - test/core/surface/concurrent_connectivity_test.c
1452 deps:
1453 - grpc_test_util
1454 - grpc
1455 - gpr_test_util
1456 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001457- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001458 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001459 build: test
1460 language: c
1461 src:
1462 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1463 deps:
1464 - grpc_test_util
1465 - grpc
1466 - gpr_test_util
1467 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001468- name: dns_resolver_test
1469 build: test
1470 language: c
1471 src:
1472 - test/core/client_config/resolvers/dns_resolver_test.c
1473 deps:
1474 - grpc_test_util
1475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001476 - gpr_test_util
1477 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001479 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001480 build: test
1481 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001482 src:
1483 - test/core/end2end/dualstack_socket_test.c
1484 deps:
1485 - grpc_test_util
1486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001487 - gpr_test_util
1488 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001489 platforms:
1490 - mac
1491 - linux
1492 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001493- name: endpoint_pair_test
1494 build: test
1495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001496 src:
1497 - test/core/iomgr/endpoint_pair_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001501 - gpr_test_util
1502 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001503- name: ev_epoll_linux_test
1504 build: test
1505 language: c
1506 src:
1507 - test/core/iomgr/ev_epoll_linux_test.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
1511 - gpr_test_util
1512 - gpr
1513 platforms:
1514 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515- name: fd_conservation_posix_test
1516 build: test
1517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001518 src:
1519 - test/core/iomgr/fd_conservation_posix_test.c
1520 deps:
1521 - grpc_test_util
1522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001523 - gpr_test_util
1524 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001525 platforms:
1526 - mac
1527 - linux
1528 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001529- name: fd_posix_test
1530 build: test
1531 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001532 src:
1533 - test/core/iomgr/fd_posix_test.c
1534 deps:
1535 - grpc_test_util
1536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001539 platforms:
1540 - mac
1541 - linux
1542 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001543- name: fling_client
1544 build: test
1545 run: false
1546 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001547 src:
1548 - test/core/fling/client.c
1549 deps:
1550 - grpc_test_util
1551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001552 - gpr_test_util
1553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554- name: fling_server
1555 build: test
1556 run: false
1557 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001558 src:
1559 - test/core/fling/server.c
1560 deps:
1561 - grpc_test_util
1562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001566 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567 build: test
1568 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001569 src:
1570 - test/core/fling/fling_stream_test.c
1571 deps:
1572 - grpc_test_util
1573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001574 - gpr_test_util
1575 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001576 platforms:
1577 - mac
1578 - linux
1579 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001580- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001581 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001582 build: test
1583 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001584 src:
1585 - test/core/fling/fling_test.c
1586 deps:
1587 - grpc_test_util
1588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001589 - gpr_test_util
1590 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001591 platforms:
1592 - mac
1593 - linux
1594 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001595- name: gen_hpack_tables
1596 build: tool
1597 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001598 src:
1599 - tools/codegen/core/gen_hpack_tables.c
1600 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001602 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: gen_legal_metadata_characters
1604 build: tool
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001608 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001609- name: gen_percent_encoding_tables
1610 build: tool
1611 language: c
1612 src:
1613 - tools/codegen/core/gen_percent_encoding_tables.c
1614 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001615- name: goaway_server_test
1616 cpu_cost: 0.1
1617 build: test
1618 language: c
1619 src:
1620 - test/core/end2end/goaway_server_test.c
1621 deps:
1622 - grpc_test_util
1623 - grpc
1624 - gpr_test_util
1625 - gpr
1626 platforms:
1627 - mac
1628 - linux
1629 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001630- name: gpr_avl_test
1631 build: test
1632 language: c
1633 src:
1634 - test/core/support/avl_test.c
1635 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr_test_util
1637 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001638- name: gpr_backoff_test
1639 build: test
1640 language: c
1641 src:
1642 - test/core/support/backoff_test.c
1643 deps:
1644 - gpr_test_util
1645 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001646- name: gpr_cmdline_test
1647 build: test
1648 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001649 src:
1650 - test/core/support/cmdline_test.c
1651 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001652 - gpr_test_util
1653 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001654- name: gpr_cpu_test
1655 build: test
1656 language: c
1657 src:
1658 - test/core/support/cpu_test.c
1659 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001662- name: gpr_env_test
1663 build: test
1664 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001665 src:
1666 - test/core/support/env_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_histogram_test
1671 build: test
1672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001673 src:
1674 - test/core/support/histogram_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_host_port_test
1679 build: test
1680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001681 src:
1682 - test/core/support/host_port_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_log_test
1687 build: test
1688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001689 src:
1690 - test/core/support/log_test.c
1691 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001692 - gpr_test_util
1693 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001694- name: gpr_mpscq_test
1695 cpu_cost: 30
1696 build: test
1697 language: c
1698 src:
1699 - test/core/support/mpscq_test.c
1700 deps:
1701 - gpr_test_util
1702 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001703- name: gpr_percent_encoding_test
1704 build: test
1705 language: c
1706 src:
1707 - test/core/support/percent_encoding_test.c
1708 deps:
1709 - gpr_test_util
1710 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711- name: gpr_slice_buffer_test
1712 build: test
1713 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001714 src:
1715 - test/core/support/slice_buffer_test.c
1716 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001717 - gpr_test_util
1718 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001719- name: gpr_slice_test
1720 build: test
1721 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001722 src:
1723 - test/core/support/slice_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_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001728 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001729 build: test
1730 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001731 src:
1732 - test/core/support/stack_lockfree_test.c
1733 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001734 - gpr_test_util
1735 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001736- name: gpr_string_test
1737 build: test
1738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001739 src:
1740 - test/core/support/string_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_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001745 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746 build: test
1747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
1749 - test/core/support/sync_test.c
1750 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001751 - gpr_test_util
1752 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001753- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001754 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001755 build: test
1756 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001757 src:
1758 - test/core/support/thd_test.c
1759 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001760 - gpr_test_util
1761 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001762- name: gpr_time_test
1763 build: test
1764 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001765 src:
1766 - test/core/support/time_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_tls_test
1771 build: test
1772 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001773 src:
1774 - test/core/support/tls_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_useful_test
1779 build: test
1780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001781 src:
1782 - test/core/support/useful_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: grpc_auth_context_test
1787 build: test
1788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
1790 - test/core/security/auth_context_test.c
1791 deps:
1792 - grpc_test_util
1793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001794 - gpr_test_util
1795 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001796- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797 build: test
1798 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001799 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001800 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001801 deps:
1802 - grpc_test_util
1803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001804 - gpr_test_util
1805 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001806- name: grpc_byte_buffer_reader_test
1807 build: test
1808 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001809 src:
1810 - test/core/surface/byte_buffer_reader_test.c
1811 deps:
1812 - grpc_test_util
1813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001814 - gpr_test_util
1815 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001816- name: grpc_channel_args_test
1817 build: test
1818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001819 src:
1820 - test/core/channel/channel_args_test.c
1821 deps:
1822 - grpc_test_util
1823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr_test_util
1825 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001826- name: grpc_channel_stack_test
1827 build: test
1828 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001829 src:
1830 - test/core/channel/channel_stack_test.c
1831 deps:
1832 - grpc_test_util
1833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001834 - gpr_test_util
1835 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001836- name: grpc_completion_queue_test
1837 build: test
1838 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001839 src:
1840 - test/core/surface/completion_queue_test.c
1841 deps:
1842 - grpc_test_util
1843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001846- name: grpc_create_jwt
1847 build: tool
1848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001849 src:
1850 - test/core/security/create_jwt.c
1851 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001854 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001855- name: grpc_credentials_test
1856 build: test
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
1859 - test/core/security/credentials_test.c
1860 deps:
1861 - grpc_test_util
1862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr_test_util
1864 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001866 build: test
1867 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001868 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
1870 - test/core/security/fetch_oauth2.c
1871 deps:
1872 - grpc_test_util
1873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001874 - gpr_test_util
1875 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001876- name: grpc_invalid_channel_args_test
1877 build: test
1878 language: c
1879 src:
1880 - test/core/surface/invalid_channel_args_test.c
1881 deps:
1882 - grpc_test_util
1883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: grpc_json_token_test
1887 build: test
1888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - test/core/security/json_token_test.c
1891 deps:
1892 - grpc_test_util
1893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001894 - gpr_test_util
1895 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001896 platforms:
1897 - linux
1898 - posix
1899 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: grpc_jwt_verifier_test
1901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
1904 - test/core/security/jwt_verifier_test.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001910- name: grpc_print_google_default_creds_token
1911 build: tool
1912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001913 src:
1914 - test/core/security/print_google_default_creds_token.c
1915 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001917 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001918- name: grpc_security_connector_test
1919 build: test
1920 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001921 src:
1922 - test/core/security/security_connector_test.c
1923 deps:
1924 - grpc_test_util
1925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001926 - gpr_test_util
1927 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001928- name: grpc_verify_jwt
1929 build: tool
1930 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001931 src:
1932 - test/core/security/verify_jwt.c
1933 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001935 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001936- name: hpack_parser_fuzzer_test
1937 build: fuzzer
1938 language: c
1939 src:
1940 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1941 deps:
1942 - grpc_test_util
1943 - grpc
1944 - gpr_test_util
1945 - gpr
1946 corpus_dirs:
1947 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001948 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001949 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: hpack_parser_test
1951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/core/transport/chttp2/hpack_parser_test.c
1955 deps:
1956 - grpc_test_util
1957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960- name: hpack_table_test
1961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/transport/chttp2/hpack_table_test.c
1965 deps:
1966 - grpc_test_util
1967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001968 - gpr_test_util
1969 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001970- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971 build: test
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001974 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001975 deps:
1976 - grpc_test_util
1977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001980- name: http_request_fuzzer_test
1981 build: fuzzer
1982 language: c
1983 src:
1984 - test/core/http/request_fuzzer.c
1985 deps:
1986 - grpc_test_util
1987 - grpc
1988 - gpr_test_util
1989 - gpr
1990 corpus_dirs:
1991 - test/core/http/corpus
1992 maxlen: 2048
1993- name: http_response_fuzzer_test
1994 build: fuzzer
1995 language: c
1996 src:
1997 - test/core/http/response_fuzzer.c
1998 deps:
1999 - grpc_test_util
2000 - grpc
2001 - gpr_test_util
2002 - gpr
2003 corpus_dirs:
2004 - test/core/http/corpus
2005 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002006- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002007 build: test
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002010 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002011 deps:
2012 - grpc_test_util
2013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 - gpr_test_util
2015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002016- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002017 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002018 build: test
2019 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002020 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002021 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002022 deps:
2023 - grpc_test_util
2024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002025 - gpr_test_util
2026 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002027 platforms:
2028 - mac
2029 - linux
2030 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002031- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002032 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002033 build: test
2034 language: c
2035 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002036 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002037 deps:
2038 - grpc_test_util
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002042 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002043 - linux
yang-gf1183302015-12-07 16:02:05 -08002044- name: init_test
2045 build: test
2046 language: c
2047 src:
2048 - test/core/surface/init_test.c
2049 deps:
2050 - grpc_test_util
2051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002052 - gpr_test_util
2053 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002054- name: internal_api_canary_iomgr_test
2055 build: test
2056 run: false
2057 language: c
2058 src:
2059 - test/core/internal_api_canaries/iomgr.c
2060 deps:
2061 - grpc_test_util
2062 - grpc
2063 - gpr_test_util
2064 - gpr
2065- name: internal_api_canary_support_test
2066 build: test
2067 run: false
2068 language: c
2069 src:
2070 - test/core/internal_api_canaries/iomgr.c
2071 deps:
2072 - grpc_test_util
2073 - grpc
2074 - gpr_test_util
2075 - gpr
2076- name: internal_api_canary_transport_test
2077 build: test
2078 run: false
2079 language: c
2080 src:
2081 - test/core/internal_api_canaries/iomgr.c
2082 deps:
2083 - grpc_test_util
2084 - grpc
2085 - gpr_test_util
2086 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002087- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002088 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002089 build: test
2090 language: c
2091 src:
2092 - test/core/end2end/invalid_call_argument_test.c
2093 deps:
2094 - grpc_test_util
2095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002098- name: json_fuzzer_test
2099 build: fuzzer
2100 language: c
2101 src:
2102 - test/core/json/fuzzer.c
2103 deps:
2104 - grpc_test_util
2105 - grpc
2106 - gpr_test_util
2107 - gpr
2108 corpus_dirs:
2109 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002110 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002111- name: json_rewrite
2112 build: test
2113 run: false
2114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002115 src:
2116 - test/core/json/json_rewrite.c
2117 deps:
2118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002120- name: json_rewrite_test
2121 build: test
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
2124 - test/core/json/json_rewrite_test.c
2125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002130- name: json_stream_error_test
2131 build: test
2132 language: c
2133 src:
2134 - test/core/json/json_stream_error_test.c
2135 deps:
2136 - grpc_test_util
2137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: json_test
2141 build: test
2142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002143 src:
2144 - test/core/json/json_test.c
2145 deps:
2146 - grpc_test_util
2147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr_test_util
2149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150- name: lame_client_test
2151 build: test
2152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002153 src:
2154 - test/core/surface/lame_client_test.c
2155 deps:
2156 - grpc_test_util
2157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002158 - gpr_test_util
2159 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002160- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002161 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002162 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002163 build: test
2164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002165 src:
2166 - test/core/client_config/lb_policies_test.c
2167 deps:
2168 - grpc_test_util
2169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002170 - gpr_test_util
2171 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002172- name: load_file_test
2173 build: test
2174 language: c
2175 src:
2176 - test/core/iomgr/load_file_test.c
2177 deps:
2178 - grpc_test_util
2179 - grpc
2180 - gpr_test_util
2181 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002182- name: low_level_ping_pong_benchmark
2183 build: benchmark
2184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002185 src:
2186 - test/core/network_benchmarks/low_level_ping_pong.c
2187 deps:
2188 - grpc_test_util
2189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002190 - gpr_test_util
2191 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002192 platforms:
2193 - mac
2194 - linux
2195 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002196- name: message_compress_test
2197 build: test
2198 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002199 src:
2200 - test/core/compression/message_compress_test.c
2201 deps:
2202 - grpc_test_util
2203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002204 - gpr_test_util
2205 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002206- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002207 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002208 build: test
2209 language: c
2210 src:
2211 - test/core/census/mlog_test.c
2212 deps:
2213 - grpc_test_util
2214 - grpc
2215 - gpr_test_util
2216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002217- name: multiple_server_queues_test
2218 build: test
2219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002220 src:
2221 - test/core/end2end/multiple_server_queues_test.c
2222 deps:
2223 - grpc_test_util
2224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 - gpr_test_util
2226 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002227- name: murmur_hash_test
2228 build: test
2229 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002230 src:
2231 - test/core/support/murmur_hash_test.c
2232 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002233 - gpr_test_util
2234 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002235- name: nanopb_fuzzer_response_test
2236 build: fuzzer
2237 language: c
2238 src:
2239 - test/core/nanopb/fuzzer_response.c
2240 deps:
2241 - grpc_test_util
2242 - grpc
2243 - gpr_test_util
2244 - gpr
2245 corpus_dirs:
2246 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002247 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002248- name: nanopb_fuzzer_serverlist_test
2249 build: fuzzer
2250 language: c
2251 src:
2252 - test/core/nanopb/fuzzer_serverlist.c
2253 deps:
2254 - grpc_test_util
2255 - grpc
2256 - gpr_test_util
2257 - gpr
2258 corpus_dirs:
2259 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002260 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002261- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002262 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002263 build: test
2264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002265 src:
2266 - test/core/end2end/no_server_test.c
2267 deps:
2268 - grpc_test_util
2269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002270 - gpr_test_util
2271 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002272- name: percent_decode_fuzzer
2273 build: fuzzer
2274 language: c
2275 src:
2276 - test/core/support/percent_decode_fuzzer.c
2277 deps:
2278 - grpc_test_util
2279 - grpc
2280 - gpr_test_util
2281 - gpr
2282 corpus_dirs:
2283 - test/core/support/percent_decode_corpus
2284 maxlen: 32
2285- name: percent_encode_fuzzer
2286 build: fuzzer
2287 language: c
2288 src:
2289 - test/core/support/percent_encode_fuzzer.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
2293 - gpr_test_util
2294 - gpr
2295 corpus_dirs:
2296 - test/core/support/percent_encode_corpus
2297 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298- name: resolve_address_test
2299 build: test
2300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002301 src:
2302 - test/core/iomgr/resolve_address_test.c
2303 deps:
2304 - grpc_test_util
2305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr_test_util
2307 - gpr
yang-gd482e592015-12-10 14:04:00 -08002308- name: secure_channel_create_test
2309 build: test
2310 language: c
2311 src:
2312 - test/core/surface/secure_channel_create_test.c
2313 deps:
2314 - grpc_test_util
2315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 - gpr_test_util
2317 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002318- name: secure_endpoint_test
2319 build: test
2320 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002321 src:
2322 - test/core/security/secure_endpoint_test.c
2323 deps:
2324 - grpc_test_util
2325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002326 - gpr_test_util
2327 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002328- name: sequential_connectivity_test
2329 build: test
2330 language: c
2331 src:
2332 - test/core/surface/sequential_connectivity_test.c
2333 deps:
2334 - grpc_test_util
2335 - grpc
2336 - gpr_test_util
2337 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002338- name: server_chttp2_test
2339 build: test
2340 language: c
2341 src:
2342 - test/core/surface/server_chttp2_test.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr_test_util
2347 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002348- name: server_fuzzer
2349 build: fuzzer
2350 language: c
2351 src:
2352 - test/core/end2end/fuzzers/server_fuzzer.c
2353 deps:
2354 - grpc_test_util
2355 - grpc
2356 - gpr_test_util
2357 - gpr
2358 corpus_dirs:
2359 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002360 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002361 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002362- name: server_test
2363 build: test
2364 language: c
2365 src:
2366 - test/core/surface/server_test.c
2367 deps:
2368 - grpc_test_util
2369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002370 - gpr_test_util
2371 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002372- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002373 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002374 build: test
2375 language: c
2376 src:
2377 - test/core/client_config/set_initial_connect_string_test.c
2378 deps:
2379 - test_tcp_server
2380 - grpc_test_util
2381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002382 - gpr_test_util
2383 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002384- name: sockaddr_resolver_test
2385 build: test
2386 language: c
2387 src:
2388 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2389 deps:
2390 - grpc_test_util
2391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002392 - gpr_test_util
2393 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002394- name: sockaddr_utils_test
2395 build: test
2396 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002397 src:
2398 - test/core/iomgr/sockaddr_utils_test.c
2399 deps:
2400 - grpc_test_util
2401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002402 - gpr_test_util
2403 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002404- name: socket_utils_test
2405 build: test
2406 language: c
2407 src:
2408 - test/core/iomgr/socket_utils_test.c
2409 deps:
2410 - grpc_test_util
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr_test_util
2413 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002414 platforms:
2415 - mac
2416 - linux
2417 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002418- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002419 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420 build: test
2421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
2423 - test/core/iomgr/tcp_client_posix_test.c
2424 deps:
2425 - grpc_test_util
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002429 platforms:
2430 - mac
2431 - linux
2432 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002434 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002435 build: test
2436 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002437 src:
2438 - test/core/iomgr/tcp_posix_test.c
2439 deps:
2440 - grpc_test_util
2441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002442 - gpr_test_util
2443 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002444 platforms:
2445 - mac
2446 - linux
2447 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: tcp_server_posix_test
2449 build: test
2450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
2452 - test/core/iomgr/tcp_server_posix_test.c
2453 deps:
2454 - grpc_test_util
2455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002458 platforms:
2459 - mac
2460 - linux
2461 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002462- name: time_averaged_stats_test
2463 build: test
2464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002465 src:
2466 - test/core/iomgr/time_averaged_stats_test.c
2467 deps:
2468 - grpc_test_util
2469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002470 - gpr_test_util
2471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472- name: timeout_encoding_test
2473 build: test
2474 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002475 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002476 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002477 deps:
2478 - grpc_test_util
2479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002480 - gpr_test_util
2481 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002482- name: timer_heap_test
2483 build: test
2484 language: c
2485 src:
2486 - test/core/iomgr/timer_heap_test.c
2487 deps:
2488 - grpc_test_util
2489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002490 - gpr_test_util
2491 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002492- name: timer_list_test
2493 build: test
2494 language: c
2495 src:
2496 - test/core/iomgr/timer_list_test.c
2497 deps:
2498 - grpc_test_util
2499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002500 - gpr_test_util
2501 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002502- name: transport_connectivity_state_test
2503 build: test
2504 language: c
2505 src:
2506 - test/core/transport/connectivity_state_test.c
2507 deps:
2508 - grpc_test_util
2509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002510 - gpr_test_util
2511 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002512- name: transport_metadata_test
2513 build: test
2514 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002515 src:
2516 - test/core/transport/metadata_test.c
2517 deps:
2518 - grpc_test_util
2519 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002520 - gpr_test_util
2521 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002522- name: transport_security_test
2523 build: test
2524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002525 src:
2526 - test/core/tsi/transport_security_test.c
2527 deps:
2528 - grpc_test_util
2529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002530 - gpr_test_util
2531 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002532 platforms:
2533 - linux
2534 - posix
2535 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002536- name: udp_server_test
2537 build: test
2538 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002539 src:
2540 - test/core/iomgr/udp_server_test.c
2541 deps:
2542 - grpc_test_util
2543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002544 - gpr_test_util
2545 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002546 platforms:
2547 - mac
2548 - linux
2549 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002550- name: uri_fuzzer_test
2551 build: fuzzer
2552 language: c
2553 src:
2554 - test/core/client_config/uri_fuzzer_test.c
2555 deps:
2556 - grpc_test_util
2557 - grpc
2558 - gpr_test_util
2559 - gpr
2560 corpus_dirs:
2561 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002562 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002563- name: uri_parser_test
2564 build: test
2565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002566 src:
2567 - test/core/client_config/uri_parser_test.c
2568 deps:
2569 - grpc_test_util
2570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002571 - gpr_test_util
2572 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002573- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002574 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002575 build: test
2576 language: c++
2577 src:
2578 - test/cpp/common/alarm_cpp_test.cc
2579 deps:
2580 - grpc++_test_util
2581 - grpc_test_util
2582 - grpc++
2583 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002584 - gpr_test_util
2585 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002586- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002587 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002588 build: test
2589 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002590 src:
2591 - test/cpp/end2end/async_end2end_test.cc
2592 deps:
2593 - grpc++_test_util
2594 - grpc_test_util
2595 - grpc++
2596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002597 - gpr_test_util
2598 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002599- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002600 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601 build: test
2602 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - test/cpp/common/auth_property_iterator_test.cc
2605 deps:
2606 - grpc++_test_util
2607 - grpc_test_util
2608 - grpc++
2609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002610 - gpr_test_util
2611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002613 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614 build: test
2615 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002616 src:
yang-g52705592015-11-25 11:45:33 -08002617 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002618 deps:
2619 - grpc++
2620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002621 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002623 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002624 build: test
2625 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002626 src:
2627 - test/cpp/util/cli_call_test.cc
2628 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002629 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002630 - grpc++_test_util
2631 - grpc_test_util
2632 - grpc++
2633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002634 - gpr_test_util
2635 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002636- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002637 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002638 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002639 build: test
2640 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002641 src:
2642 - test/cpp/end2end/client_crash_test.cc
2643 deps:
2644 - grpc++_test_util
2645 - grpc_test_util
2646 - grpc++
2647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002648 - gpr_test_util
2649 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002650 platforms:
2651 - mac
2652 - linux
2653 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002654- name: client_crash_test_server
2655 build: test
2656 run: false
2657 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002658 src:
2659 - test/cpp/end2end/client_crash_test_server.cc
2660 deps:
2661 - grpc++_test_util
2662 - grpc_test_util
2663 - grpc++
2664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002665 - gpr_test_util
2666 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002667- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002668 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002669 build: test
2670 language: c++
2671 src:
2672 - src/proto/grpc/testing/control.proto
2673 - src/proto/grpc/testing/messages.proto
2674 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002675 - src/proto/grpc/testing/services.proto
2676 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002677 - test/cpp/codegen/codegen_test_full.cc
2678 deps:
2679 - grpc++
2680 - grpc
2681 - gpr
2682 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002683 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002684- name: codegen_test_minimal
2685 gtest: true
2686 build: test
2687 language: c++
2688 src:
2689 - src/proto/grpc/testing/control.proto
2690 - src/proto/grpc/testing/messages.proto
2691 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002692 - src/proto/grpc/testing/services.proto
2693 - src/proto/grpc/testing/stats.proto
2694 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002695 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002696 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002697 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002698- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002699 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002700 build: test
2701 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002702 src:
2703 - test/cpp/client/credentials_test.cc
2704 deps:
2705 - grpc++
2706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002707 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002708- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002709 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002710 build: test
2711 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002712 src:
2713 - test/cpp/util/byte_buffer_test.cc
2714 deps:
2715 - grpc_test_util
2716 - grpc++
2717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002718 - gpr_test_util
2719 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002721 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002722 build: test
2723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - test/cpp/util/slice_test.cc
2726 deps:
2727 - grpc_test_util
2728 - grpc++
2729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002730 - gpr_test_util
2731 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002732- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002733 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002734 build: test
2735 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002736 src:
2737 - test/cpp/util/string_ref_test.cc
2738 deps:
2739 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002740- name: cxx_time_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/time_test.cc
2746 deps:
2747 - grpc_test_util
2748 - grpc++
2749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002750 - gpr_test_util
2751 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002752- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002753 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002754 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002755 build: test
2756 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002757 src:
2758 - test/cpp/end2end/end2end_test.cc
2759 deps:
2760 - grpc++_test_util
2761 - grpc_test_util
2762 - grpc++
2763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002764 - gpr_test_util
2765 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002766- name: filter_end2end_test
2767 gtest: true
2768 build: test
2769 language: c++
2770 src:
2771 - test/cpp/end2end/filter_end2end_test.cc
2772 deps:
2773 - grpc++_test_util
2774 - grpc_test_util
2775 - grpc++
2776 - grpc
2777 - gpr_test_util
2778 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002779- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002780 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002781 build: test
2782 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002783 src:
2784 - test/cpp/end2end/generic_end2end_test.cc
2785 deps:
2786 - grpc++_test_util
2787 - grpc_test_util
2788 - grpc++
2789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002790 - gpr_test_util
2791 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002792- name: golden_file_test
2793 gtest: true
2794 build: test
2795 language: c++
2796 src:
2797 - src/proto/grpc/testing/compiler_test.proto
2798 - test/cpp/codegen/golden_file_test.cc
2799 deps:
2800 - grpc++
2801 - grpc
2802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803- name: grpc_cli
2804 build: test
2805 run: false
2806 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002807 src:
2808 - test/cpp/util/grpc_cli.cc
2809 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002810 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002811 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002812 - grpc++
2813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002814 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002815 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002816- name: grpc_cpp_plugin
2817 build: protoc
2818 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002819 src:
2820 - src/compiler/cpp_plugin.cc
2821 deps:
2822 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002823 secure: false
2824 vs_config_type: Application
2825 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2826- name: grpc_csharp_plugin
2827 build: protoc
2828 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002829 src:
2830 - src/compiler/csharp_plugin.cc
2831 deps:
2832 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833 secure: false
2834 vs_config_type: Application
2835 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002836- name: grpc_node_plugin
2837 build: protoc
2838 language: c++
2839 src:
2840 - src/compiler/node_plugin.cc
2841 deps:
2842 - grpc_plugin_support
2843 secure: false
2844 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845- name: grpc_objective_c_plugin
2846 build: protoc
2847 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002848 src:
2849 - src/compiler/objective_c_plugin.cc
2850 deps:
2851 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002852 secure: false
2853 vs_config_type: Application
2854 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2855- name: grpc_python_plugin
2856 build: protoc
2857 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002858 src:
2859 - src/compiler/python_plugin.cc
2860 deps:
2861 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002862 secure: false
2863 vs_config_type: Application
2864 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2865- name: grpc_ruby_plugin
2866 build: protoc
2867 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002868 src:
2869 - src/compiler/ruby_plugin.cc
2870 deps:
2871 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002872 secure: false
2873 vs_config_type: Application
2874 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002875- name: grpc_tool_test
2876 gtest: true
2877 build: test
2878 language: c++
2879 headers:
2880 - test/cpp/util/string_ref_helper.h
2881 src:
2882 - src/proto/grpc/testing/echo.proto
2883 - src/proto/grpc/testing/echo_messages.proto
2884 - test/cpp/util/grpc_tool_test.cc
2885 - test/cpp/util/string_ref_helper.cc
2886 deps:
2887 - grpc_cli_libs
2888 - grpc++_reflection
2889 - grpc_test_util
2890 - grpc++
2891 - grpc
2892 - gpr_test_util
2893 - gpr
2894 filegroups:
2895 - grpc++_codegen_proto
2896 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002897- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002898 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002899 build: test
2900 language: c++
2901 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002902 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002903 - test/cpp/grpclb/grpclb_api_test.cc
2904 deps:
2905 - grpc++_test_util
2906 - grpc_test_util
2907 - grpc++
2908 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002909- name: grpclb_test
2910 gtest: false
2911 build: test
2912 language: c++
2913 src:
2914 - src/proto/grpc/lb/v1/load_balancer.proto
2915 - test/cpp/grpclb/grpclb_test.cc
2916 deps:
2917 - gpr
2918 - gpr_test_util
2919 - grpc
2920 - grpc++
2921 - grpc++_test_util
2922 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002923- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002924 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002925 build: test
2926 language: c++
2927 src:
2928 - test/cpp/end2end/hybrid_end2end_test.cc
2929 deps:
2930 - grpc++_test_util
2931 - grpc_test_util
2932 - grpc++
2933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002934 - gpr_test_util
2935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002936- name: interop_client
2937 build: test
2938 run: false
2939 language: c++
2940 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002941 deps:
2942 - interop_client_main
2943 - interop_client_helper
2944 - grpc++_test_util
2945 - grpc_test_util
2946 - grpc++
2947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002948 - gpr_test_util
2949 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002950 - grpc++_test_config
2951 platforms:
2952 - mac
2953 - linux
2954 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002955- name: interop_server
2956 build: test
2957 run: false
2958 language: c++
2959 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002960 deps:
2961 - interop_server_main
2962 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002963 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002964 - 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_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002976 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002977 build: test
2978 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002979 src:
2980 - test/cpp/interop/interop_test.cc
2981 deps:
2982 - grpc_test_util
2983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002984 - gpr_test_util
2985 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002986 platforms:
2987 - mac
2988 - linux
2989 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002990- name: json_run_localhost
2991 build: test
2992 run: false
2993 language: c++
2994 src:
2995 - test/cpp/qps/json_run_localhost.cc
2996 deps:
2997 - grpc++_test_util
2998 - grpc_test_util
2999 - grpc++
3000 - grpc
3001 - gpr_test_util
3002 - gpr
3003 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003004- name: metrics_client
3005 build: test
3006 run: false
3007 language: c++
3008 headers:
3009 - test/cpp/util/metrics_server.h
3010 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003011 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003012 - test/cpp/interop/metrics_client.cc
3013 deps:
3014 - grpc++
3015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003016 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003017 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003018- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003019 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003020 build: test
3021 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003022 src:
3023 - test/cpp/end2end/mock_test.cc
3024 deps:
3025 - grpc++_test_util
3026 - grpc_test_util
3027 - grpc++
3028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003029 - gpr_test_util
3030 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003031- name: proto_server_reflection_test
3032 gtest: true
3033 build: test
3034 language: c++
3035 headers:
3036 - test/cpp/util/proto_reflection_descriptor_database.h
3037 src:
3038 - test/cpp/end2end/proto_server_reflection_test.cc
3039 - test/cpp/util/proto_reflection_descriptor_database.cc
3040 deps:
3041 - grpc++_reflection
3042 - grpc++_test_util
3043 - grpc_test_util
3044 - grpc++
3045 - grpc
3046 - gpr_test_util
3047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003048- name: qps_interarrival_test
3049 build: test
3050 run: false
3051 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003052 src:
3053 - test/cpp/qps/qps_interarrival_test.cc
3054 deps:
3055 - qps
3056 - grpc++_test_util
3057 - grpc_test_util
3058 - grpc++
3059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003060 - gpr_test_util
3061 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003062 platforms:
3063 - mac
3064 - linux
3065 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003066- name: qps_json_driver
3067 build: test
3068 run: false
3069 language: c++
3070 src:
3071 - test/cpp/qps/qps_json_driver.cc
3072 deps:
3073 - qps
3074 - grpc++_test_util
3075 - grpc_test_util
3076 - grpc++
3077 - grpc
3078 - gpr_test_util
3079 - gpr
3080 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003081- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003082 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003083 build: test
3084 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003085 src:
3086 - test/cpp/qps/qps_openloop_test.cc
3087 deps:
3088 - qps
3089 - grpc++_test_util
3090 - grpc_test_util
3091 - grpc++
3092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003093 - gpr_test_util
3094 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003095 - grpc++_test_config
3096 platforms:
3097 - mac
3098 - linux
3099 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003100- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003101 build: test
3102 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003103 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003104 headers:
3105 - test/cpp/qps/client.h
3106 - test/cpp/qps/server.h
3107 src:
3108 - test/cpp/qps/worker.cc
3109 deps:
3110 - qps
3111 - grpc++_test_util
3112 - grpc_test_util
3113 - grpc++
3114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003115 - gpr_test_util
3116 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003117 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003118- name: reconnect_interop_client
3119 build: test
3120 run: false
3121 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003122 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003123 - src/proto/grpc/testing/empty.proto
3124 - src/proto/grpc/testing/messages.proto
3125 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003126 - test/cpp/interop/reconnect_interop_client.cc
3127 deps:
3128 - grpc++_test_util
3129 - grpc_test_util
3130 - grpc++
3131 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003132 - gpr_test_util
3133 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003134 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003135- name: reconnect_interop_server
3136 build: test
3137 run: false
3138 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003139 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003140 - src/proto/grpc/testing/empty.proto
3141 - src/proto/grpc/testing/messages.proto
3142 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003143 - test/cpp/interop/reconnect_interop_server.cc
3144 deps:
3145 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003146 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003147 - grpc++_test_util
3148 - grpc_test_util
3149 - grpc++
3150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003151 - gpr_test_util
3152 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003153 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003154- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003155 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003156 build: test
3157 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003158 src:
3159 - test/cpp/common/secure_auth_context_test.cc
3160 deps:
3161 - grpc++_test_util
3162 - grpc_test_util
3163 - grpc++
3164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003165 - gpr_test_util
3166 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003167- name: secure_sync_unary_ping_pong_test
3168 build: test
3169 language: c++
3170 src:
3171 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3172 deps:
3173 - qps
3174 - grpc++_test_util
3175 - grpc_test_util
3176 - grpc++
3177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003178 - gpr_test_util
3179 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003180 platforms:
3181 - mac
3182 - linux
3183 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003184- name: server_builder_plugin_test
3185 gtest: true
3186 build: test
3187 language: c++
3188 src:
3189 - test/cpp/end2end/server_builder_plugin_test.cc
3190 deps:
3191 - grpc++_test_util
3192 - grpc_test_util
3193 - grpc++
3194 - grpc
3195 - gpr_test_util
3196 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003197- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003198 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003199 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003200 build: test
3201 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003202 src:
3203 - test/cpp/end2end/server_crash_test.cc
3204 deps:
3205 - grpc++_test_util
3206 - grpc_test_util
3207 - grpc++
3208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003209 - gpr_test_util
3210 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003211 platforms:
3212 - mac
3213 - linux
3214 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003215- name: server_crash_test_client
3216 build: test
3217 run: false
3218 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003219 src:
3220 - test/cpp/end2end/server_crash_test_client.cc
3221 deps:
3222 - grpc++_test_util
3223 - grpc_test_util
3224 - grpc++
3225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003226 - gpr_test_util
3227 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003228- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003229 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003230 build: test
3231 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003232 src:
3233 - test/cpp/end2end/shutdown_test.cc
3234 deps:
3235 - grpc++_test_util
3236 - grpc_test_util
3237 - grpc++
3238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003239 - gpr_test_util
3240 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003241- name: status_test
3242 build: test
3243 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003244 src:
3245 - test/cpp/util/status_test.cc
3246 deps:
3247 - grpc_test_util
3248 - grpc++
3249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003250 - gpr_test_util
3251 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003252- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003253 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003254 build: test
3255 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003256 src:
3257 - test/cpp/end2end/streaming_throughput_test.cc
3258 deps:
3259 - grpc++_test_util
3260 - grpc_test_util
3261 - grpc++
3262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003263 - gpr_test_util
3264 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003265 platforms:
3266 - mac
3267 - linux
3268 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003269- name: stress_test
3270 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003271 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003272 language: c++
3273 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003274 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003275 - test/cpp/interop/interop_client.h
3276 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003277 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003278 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003279 - src/proto/grpc/testing/empty.proto
3280 - src/proto/grpc/testing/messages.proto
3281 - src/proto/grpc/testing/metrics.proto
3282 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003283 - test/cpp/interop/interop_client.cc
3284 - test/cpp/interop/stress_interop_client.cc
3285 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003286 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003287 deps:
3288 - grpc++_test_util
3289 - grpc_test_util
3290 - grpc++
3291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003292 - gpr_test_util
3293 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003294 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003295- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003296 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003297 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003298 build: test
3299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003300 src:
3301 - test/cpp/end2end/thread_stress_test.cc
3302 deps:
3303 - grpc++_test_util
3304 - grpc_test_util
3305 - grpc++
3306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003307 - gpr_test_util
3308 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003309- name: public_headers_must_be_c89
3310 build: test
3311 language: c89
3312 src:
3313 - test/core/surface/public_headers_must_be_c89.c
3314 deps:
3315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003317vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003318- linkage: static
3319 name: grpc.dependencies.zlib
3320 props: false
3321 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003322 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003323- linkage: static
3324 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003325 props: true
3326 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003327 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003328- name: gflags
3329 props: false
3330 redist: false
3331 version: 2.1.2.1
3332- name: gtest
3333 props: false
3334 redist: false
3335 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003336configs:
3337 asan:
3338 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003339 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3340 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003341 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003342 LD: clang
3343 LDFLAGS: -fsanitize=address
3344 LDXX: clang++
3345 compile_the_world: true
3346 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003347 ASAN_OPTIONS: detect_leaks=1:color=always
3348 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003349 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003350 asan-noleaks:
3351 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003352 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3353 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003354 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003355 LD: clang
3356 LDFLAGS: -fsanitize=address
3357 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003358 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003359 test_environ:
3360 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003361 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003362 asan-trace-cmp:
3363 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003364 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3365 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003366 CXX: clang++
3367 LD: clang
3368 LDFLAGS: -fsanitize=address
3369 LDXX: clang++
3370 compile_the_world: true
3371 test_environ:
3372 ASAN_OPTIONS: detect_leaks=1:color=always
3373 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3374 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003375 basicprof:
3376 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3377 DEFINES: NDEBUG
3378 dbg:
3379 CPPFLAGS: -O0
3380 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003381 easan:
3382 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003383 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3384 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003385 CXX: clang++
3386 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
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
3395 edbg:
3396 CPPFLAGS: -O0
3397 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3398 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003399 CC: clang
3400 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003401 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003402 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003403 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003404 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003405 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003406 LDXX: clang++
3407 compile_the_world: true
3408 test_environ:
3409 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3410 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003411 gcov:
3412 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003413 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003414 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003415 DEFINES: _DEBUG DEBUG GPR_GCOV
3416 LD: gcc
3417 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3418 LDXX: g++
3419 helgrind:
3420 CPPFLAGS: -O0
3421 DEFINES: _DEBUG DEBUG
3422 LDFLAGS: -rdynamic
3423 timeout_multiplier: 20
3424 valgrind: --tool=helgrind
3425 memcheck:
3426 CPPFLAGS: -O0
3427 DEFINES: _DEBUG DEBUG
3428 LDFLAGS: -rdynamic
3429 timeout_multiplier: 10
3430 valgrind: --tool=memcheck --leak-check=full
3431 msan:
3432 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003433 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3434 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3435 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003436 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003437 DEFINES: NDEBUG
3438 LD: clang
3439 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3440 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3441 LDXX: clang++
3442 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003443 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003444 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003445 CPPFLAGS: -O3 -fno-omit-frame-pointer
3446 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003447 LDFLAGS: -rdynamic
3448 opt:
3449 CPPFLAGS: -O2
3450 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003451 stapprof:
3452 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3453 DEFINES: NDEBUG
3454 tsan:
3455 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003456 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003457 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003458 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003459 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003460 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003461 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003462 LDXX: clang++
3463 compile_the_world: true
3464 test_environ:
3465 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003466 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003467 ubsan:
3468 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003469 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3470 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003471 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003472 DEFINES: NDEBUG
3473 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003474 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003475 LDXX: clang++
3476 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003477 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003478 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003479 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003480defaults:
3481 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003482 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003483 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003484 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003485 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003486 global:
3487 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3488 LDFLAGS: -g
3489 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003490 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003491 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003492node_modules:
3493- deps:
3494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003495 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003496 - boringssl
3497 - z
murgatroid9994a75412015-11-19 14:04:53 -08003498 headers:
3499 - src/node/ext/byte_buffer.h
3500 - src/node/ext/call.h
3501 - src/node/ext/call_credentials.h
3502 - src/node/ext/channel.h
3503 - src/node/ext/channel_credentials.h
3504 - src/node/ext/completion_queue_async_worker.h
3505 - src/node/ext/server.h
3506 - src/node/ext/server_credentials.h
3507 - src/node/ext/timeval.h
3508 js:
3509 - src/node/index.js
3510 - src/node/src/client.js
3511 - src/node/src/common.js
3512 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003513 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003514 - src/node/src/metadata.js
3515 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003516 name: grpc_node
3517 src:
3518 - src/node/ext/byte_buffer.cc
3519 - src/node/ext/call.cc
3520 - src/node/ext/call_credentials.cc
3521 - src/node/ext/channel.cc
3522 - src/node/ext/channel_credentials.cc
3523 - src/node/ext/completion_queue_async_worker.cc
3524 - src/node/ext/node_grpc.cc
3525 - src/node/ext/server.cc
3526 - src/node/ext/server_credentials.cc
3527 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003528openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003529 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003530 extraction_dir: openssl-1.0.2f
3531 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003532php_config_m4:
3533 deps:
3534 - grpc
3535 - gpr
3536 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003537 headers:
3538 - src/php/ext/grpc/byte_buffer.h
3539 - src/php/ext/grpc/call.h
3540 - src/php/ext/grpc/call_credentials.h
3541 - src/php/ext/grpc/channel.h
3542 - src/php/ext/grpc/channel_credentials.h
3543 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003544 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003545 - src/php/ext/grpc/php_grpc.h
3546 - src/php/ext/grpc/server.h
3547 - src/php/ext/grpc/server_credentials.h
3548 - src/php/ext/grpc/timeval.h
3549 src:
3550 - src/php/ext/grpc/byte_buffer.c
3551 - src/php/ext/grpc/call.c
3552 - src/php/ext/grpc/call_credentials.c
3553 - src/php/ext/grpc/channel.c
3554 - src/php/ext/grpc/channel_credentials.c
3555 - src/php/ext/grpc/completion_queue.c
3556 - src/php/ext/grpc/php_grpc.c
3557 - src/php/ext/grpc/server.c
3558 - src/php/ext/grpc/server_credentials.c
3559 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003560python_dependencies:
3561 deps:
3562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003563 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003564 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003565 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003566ruby_gem:
3567 deps:
3568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003570 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003571 - z