blob: 7ac7f2065f6f1a071f20eace867d2d88ba3f035a [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
Craig Tiller8f8e9f92016-03-29 09:41:28 -070027 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070028 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070029 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070031 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070032 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070033 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070034 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070035 - src/core/ext/census/grpc_context.c
36 - src/core/ext/census/grpc_filter.c
37 - src/core/ext/census/grpc_plugin.c
38 - src/core/ext/census/initialize.c
39 - src/core/ext/census/mlog.c
40 - src/core/ext/census/operation.c
41 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070042 - src/core/ext/census/resource.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070043 - src/core/ext/census/tracing.c
44 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070045 uses:
46 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070047 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070048- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010049 public_headers:
50 - include/grpc/support/alloc.h
51 - include/grpc/support/atm.h
52 - include/grpc/support/atm_gcc_atomic.h
53 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070054 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010055 - include/grpc/support/avl.h
56 - include/grpc/support/cmdline.h
57 - include/grpc/support/cpu.h
58 - include/grpc/support/histogram.h
59 - include/grpc/support/host_port.h
60 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070061 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 - include/grpc/support/port_platform.h
63 - include/grpc/support/slice.h
64 - include/grpc/support/slice_buffer.h
65 - include/grpc/support/string_util.h
66 - include/grpc/support/subprocess.h
67 - include/grpc/support/sync.h
68 - include/grpc/support/sync_generic.h
69 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070070 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010071 - include/grpc/support/thd.h
72 - include/grpc/support/time.h
73 - include/grpc/support/tls.h
74 - include/grpc/support/tls_gcc.h
75 - include/grpc/support/tls_msvc.h
76 - include/grpc/support/tls_pthread.h
77 - include/grpc/support/useful.h
78 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070079 - src/core/lib/profiling/timers.h
80 - src/core/lib/support/backoff.h
81 - src/core/lib/support/block_annotate.h
82 - src/core/lib/support/env.h
Craig Tillerf23078c2016-03-25 17:07:29 -070083 - src/core/lib/support/murmur_hash.h
84 - src/core/lib/support/stack_lockfree.h
85 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070086 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/support/thd_internal.h
88 - src/core/lib/support/time_precise.h
89 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010090 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/profiling/basic_timers.c
92 - src/core/lib/profiling/stap_timers.c
93 - src/core/lib/support/alloc.c
94 - src/core/lib/support/avl.c
95 - src/core/lib/support/backoff.c
96 - src/core/lib/support/cmdline.c
97 - src/core/lib/support/cpu_iphone.c
98 - src/core/lib/support/cpu_linux.c
99 - src/core/lib/support/cpu_posix.c
100 - src/core/lib/support/cpu_windows.c
101 - src/core/lib/support/env_linux.c
102 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700103 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700104 - src/core/lib/support/histogram.c
105 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700106 - src/core/lib/support/log.c
107 - src/core/lib/support/log_android.c
108 - src/core/lib/support/log_linux.c
109 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700110 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700111 - src/core/lib/support/murmur_hash.c
112 - src/core/lib/support/slice.c
113 - src/core/lib/support/slice_buffer.c
114 - src/core/lib/support/stack_lockfree.c
115 - src/core/lib/support/string.c
116 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700117 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700118 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700119 - src/core/lib/support/subprocess_posix.c
120 - src/core/lib/support/subprocess_windows.c
121 - src/core/lib/support/sync.c
122 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700123 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700124 - src/core/lib/support/thd.c
125 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/time.c
128 - src/core/lib/support/time_posix.c
129 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700130 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700131 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200132 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700133 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700136 uses:
137 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800138- name: gpr_codegen
139 public_headers:
140 - include/grpc/impl/codegen/alloc.h
141 - include/grpc/impl/codegen/atm.h
142 - include/grpc/impl/codegen/atm_gcc_atomic.h
143 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700144 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800145 - include/grpc/impl/codegen/log.h
146 - include/grpc/impl/codegen/port_platform.h
147 - include/grpc/impl/codegen/slice.h
148 - include/grpc/impl/codegen/slice_buffer.h
149 - include/grpc/impl/codegen/sync.h
150 - include/grpc/impl/codegen/sync_generic.h
151 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700152 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800153 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700154- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700155 public_headers:
156 - include/grpc/byte_buffer.h
157 - include/grpc/byte_buffer_reader.h
158 - include/grpc/compression.h
159 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700160 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200161 - include/grpc/grpc_security_constants.h
Craig Tiller25834342015-09-25 08:08:24 -0700162 - include/grpc/status.h
163 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700164 - src/core/lib/channel/channel_args.h
165 - src/core/lib/channel/channel_stack.h
166 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700167 - src/core/lib/channel/compress_filter.h
168 - src/core/lib/channel/connected_channel.h
169 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700170 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700171 - src/core/lib/channel/http_client_filter.h
172 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700173 - src/core/lib/compression/algorithm_metadata.h
174 - src/core/lib/compression/message_compress.h
175 - src/core/lib/debug/trace.h
176 - src/core/lib/http/format_request.h
177 - src/core/lib/http/httpcli.h
178 - src/core/lib/http/parser.h
179 - src/core/lib/iomgr/closure.h
180 - src/core/lib/iomgr/endpoint.h
181 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700182 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700183 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700184 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700185 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700186 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/iomgr/exec_ctx.h
188 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/iomgr/iocp_windows.h
190 - src/core/lib/iomgr/iomgr.h
191 - src/core/lib/iomgr/iomgr_internal.h
192 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700193 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700194 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700195 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700198 - src/core/lib/iomgr/pollset_set_windows.h
199 - src/core/lib/iomgr/pollset_windows.h
200 - src/core/lib/iomgr/resolve_address.h
201 - src/core/lib/iomgr/sockaddr.h
202 - src/core/lib/iomgr/sockaddr_posix.h
203 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700204 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/socket_utils_posix.h
206 - src/core/lib/iomgr/socket_windows.h
207 - src/core/lib/iomgr/tcp_client.h
208 - src/core/lib/iomgr/tcp_posix.h
209 - src/core/lib/iomgr/tcp_server.h
210 - src/core/lib/iomgr/tcp_windows.h
211 - src/core/lib/iomgr/time_averaged_stats.h
212 - src/core/lib/iomgr/timer.h
213 - src/core/lib/iomgr/timer_heap.h
214 - src/core/lib/iomgr/udp_server.h
215 - src/core/lib/iomgr/unix_sockets_posix.h
216 - src/core/lib/iomgr/wakeup_fd_pipe.h
217 - src/core/lib/iomgr/wakeup_fd_posix.h
218 - src/core/lib/iomgr/workqueue.h
219 - src/core/lib/iomgr/workqueue_posix.h
220 - src/core/lib/iomgr/workqueue_windows.h
221 - src/core/lib/json/json.h
222 - src/core/lib/json/json_common.h
223 - src/core/lib/json/json_reader.h
224 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/surface/api_trace.h
226 - src/core/lib/surface/call.h
227 - src/core/lib/surface/call_test_only.h
228 - src/core/lib/surface/channel.h
229 - src/core/lib/surface/channel_init.h
230 - src/core/lib/surface/channel_stack_type.h
231 - src/core/lib/surface/completion_queue.h
232 - src/core/lib/surface/event_string.h
233 - src/core/lib/surface/init.h
234 - src/core/lib/surface/lame_client.h
235 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/transport/connectivity_state.h
238 - src/core/lib/transport/metadata.h
239 - src/core/lib/transport/metadata_batch.h
240 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400241 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/transport/transport.h
243 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700244 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/channel/channel_args.c
246 - src/core/lib/channel/channel_stack.c
247 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700248 - src/core/lib/channel/compress_filter.c
249 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700250 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700251 - src/core/lib/channel/http_client_filter.c
252 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700253 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/compression/message_compress.c
255 - src/core/lib/debug/trace.c
256 - src/core/lib/http/format_request.c
257 - src/core/lib/http/httpcli.c
258 - src/core/lib/http/parser.c
259 - src/core/lib/iomgr/closure.c
260 - src/core/lib/iomgr/endpoint.c
261 - src/core/lib/iomgr/endpoint_pair_posix.c
262 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700263 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700264 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700265 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700266 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700267 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/iomgr/exec_ctx.c
269 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/iomgr/iocp_windows.c
271 - src/core/lib/iomgr/iomgr.c
272 - src/core/lib/iomgr/iomgr_posix.c
273 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700274 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700275 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700276 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/iomgr/pollset_set_windows.c
278 - src/core/lib/iomgr/pollset_windows.c
279 - src/core/lib/iomgr/resolve_address_posix.c
280 - src/core/lib/iomgr/resolve_address_windows.c
281 - src/core/lib/iomgr/sockaddr_utils.c
282 - src/core/lib/iomgr/socket_utils_common_posix.c
283 - src/core/lib/iomgr/socket_utils_linux.c
284 - src/core/lib/iomgr/socket_utils_posix.c
285 - src/core/lib/iomgr/socket_windows.c
286 - src/core/lib/iomgr/tcp_client_posix.c
287 - src/core/lib/iomgr/tcp_client_windows.c
288 - src/core/lib/iomgr/tcp_posix.c
289 - src/core/lib/iomgr/tcp_server_posix.c
290 - src/core/lib/iomgr/tcp_server_windows.c
291 - src/core/lib/iomgr/tcp_windows.c
292 - src/core/lib/iomgr/time_averaged_stats.c
293 - src/core/lib/iomgr/timer.c
294 - src/core/lib/iomgr/timer_heap.c
295 - src/core/lib/iomgr/udp_server.c
296 - src/core/lib/iomgr/unix_sockets_posix.c
297 - src/core/lib/iomgr/unix_sockets_posix_noop.c
298 - src/core/lib/iomgr/wakeup_fd_eventfd.c
299 - src/core/lib/iomgr/wakeup_fd_nospecial.c
300 - src/core/lib/iomgr/wakeup_fd_pipe.c
301 - src/core/lib/iomgr/wakeup_fd_posix.c
302 - src/core/lib/iomgr/workqueue_posix.c
303 - src/core/lib/iomgr/workqueue_windows.c
304 - src/core/lib/json/json.c
305 - src/core/lib/json/json_reader.c
306 - src/core/lib/json/json_string.c
307 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/surface/alarm.c
309 - src/core/lib/surface/api_trace.c
310 - src/core/lib/surface/byte_buffer.c
311 - src/core/lib/surface/byte_buffer_reader.c
312 - src/core/lib/surface/call.c
313 - src/core/lib/surface/call_details.c
314 - src/core/lib/surface/call_log_batch.c
315 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/surface/channel_init.c
317 - src/core/lib/surface/channel_ping.c
318 - src/core/lib/surface/channel_stack_type.c
319 - src/core/lib/surface/completion_queue.c
320 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/surface/lame_client.c
322 - src/core/lib/surface/metadata_array.c
323 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/surface/validate_metadata.c
325 - src/core/lib/surface/version.c
326 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/transport/connectivity_state.c
328 - src/core/lib/transport/metadata.c
329 - src/core/lib/transport/metadata_batch.c
330 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400331 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/transport/transport.c
333 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700334 deps:
335 - gpr
336 uses:
337 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700338- name: grpc_client_config
339 headers:
340 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700341 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700342 - src/core/ext/client_config/client_config.h
343 - src/core/ext/client_config/connector.h
344 - src/core/ext/client_config/initial_connect_string.h
345 - src/core/ext/client_config/lb_policy.h
346 - src/core/ext/client_config/lb_policy_factory.h
347 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700348 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700349 - src/core/ext/client_config/resolver.h
350 - src/core/ext/client_config/resolver_factory.h
351 - src/core/ext/client_config/resolver_registry.h
352 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700353 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700354 - src/core/ext/client_config/subchannel_index.h
355 - src/core/ext/client_config/uri_parser.h
356 src:
357 - src/core/ext/client_config/channel_connectivity.c
358 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700359 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700360 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700361 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700362 - src/core/ext/client_config/connector.c
363 - src/core/ext/client_config/default_initial_connect_string.c
364 - src/core/ext/client_config/initial_connect_string.c
365 - src/core/ext/client_config/lb_policy.c
366 - src/core/ext/client_config/lb_policy_factory.c
367 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700368 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700369 - src/core/ext/client_config/resolver.c
370 - src/core/ext/client_config/resolver_factory.c
371 - src/core/ext/client_config/resolver_registry.c
372 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700373 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700374 - src/core/ext/client_config/subchannel_index.c
375 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700376 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700377 uses:
378 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800379- name: grpc_codegen
380 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800381 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700382 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800383 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800384 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800385 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800386 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800387 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700388 uses:
389 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700390- name: grpc_lb_policy_grpclb
391 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700392 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700393 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700394 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700395 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700396 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700397 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700398 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700399 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700400 uses:
401 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700402 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700403 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700404- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700405 src:
406 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700407 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700408 uses:
409 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700410 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700411- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700412 src:
413 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700414 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700415 uses:
416 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700417 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700418- name: grpc_load_reporting
419 headers:
420 - src/core/ext/load_reporting/load_reporting.h
421 - src/core/ext/load_reporting/load_reporting_filter.h
422 src:
423 - src/core/ext/load_reporting/load_reporting.c
424 - src/core/ext/load_reporting/load_reporting_filter.c
425 plugin: grpc_load_reporting_plugin
426 uses:
427 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700428- name: grpc_resolver_dns_native
429 src:
430 - src/core/ext/resolver/dns/native/dns_resolver.c
431 plugin: grpc_resolver_dns_native
432 uses:
433 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700434 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700435- name: grpc_resolver_sockaddr
436 src:
437 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
438 plugin: grpc_resolver_sockaddr
439 uses:
440 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700441 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100442- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700443 public_headers:
444 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100445 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700446 - src/core/lib/security/context/security_context.h
447 - src/core/lib/security/credentials/composite/composite_credentials.h
448 - src/core/lib/security/credentials/credentials.h
449 - src/core/lib/security/credentials/fake/fake_credentials.h
450 - src/core/lib/security/credentials/google_default/google_default_credentials.h
451 - src/core/lib/security/credentials/iam/iam_credentials.h
452 - src/core/lib/security/credentials/jwt/json_token.h
453 - src/core/lib/security/credentials/jwt/jwt_credentials.h
454 - src/core/lib/security/credentials/jwt/jwt_verifier.h
455 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
456 - src/core/lib/security/credentials/plugin/plugin_credentials.h
457 - src/core/lib/security/credentials/ssl/ssl_credentials.h
458 - src/core/lib/security/transport/auth_filters.h
459 - src/core/lib/security/transport/handshake.h
460 - src/core/lib/security/transport/secure_endpoint.h
461 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700462 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700463 - src/core/lib/security/util/b64.h
464 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100465 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700466 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700467 - src/core/lib/security/context/security_context.c
468 - src/core/lib/security/credentials/composite/composite_credentials.c
469 - src/core/lib/security/credentials/credentials.c
470 - src/core/lib/security/credentials/credentials_metadata.c
471 - src/core/lib/security/credentials/fake/fake_credentials.c
472 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700473 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700474 - src/core/lib/security/credentials/google_default/google_default_credentials.c
475 - src/core/lib/security/credentials/iam/iam_credentials.c
476 - src/core/lib/security/credentials/jwt/json_token.c
477 - src/core/lib/security/credentials/jwt/jwt_credentials.c
478 - src/core/lib/security/credentials/jwt/jwt_verifier.c
479 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
480 - src/core/lib/security/credentials/plugin/plugin_credentials.c
481 - src/core/lib/security/credentials/ssl/ssl_credentials.c
482 - src/core/lib/security/transport/client_auth_filter.c
483 - src/core/lib/security/transport/handshake.c
484 - src/core/lib/security/transport/secure_endpoint.c
485 - src/core/lib/security/transport/security_connector.c
486 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700487 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700488 - src/core/lib/security/util/b64.c
489 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700490 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700491 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700492 uses:
493 - grpc_base
494 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700495 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700496- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700497 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700498 headers:
499 - test/core/end2end/cq_verifier.h
500 - test/core/end2end/fixtures/proxy.h
501 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700502 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200503 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700504 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700505 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700506 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700507 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700508 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700509 - test/core/util/slice_splitter.h
510 src:
511 - test/core/end2end/cq_verifier.c
512 - test/core/end2end/fixtures/proxy.c
513 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700514 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200515 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700516 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700517 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700518 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700519 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700520 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700521 - test/core/util/port_windows.c
522 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700523 deps:
524 - grpc
525 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700526- name: grpc_transport_chttp2
527 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700528 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700529 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700530 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
531 - src/core/ext/transport/chttp2/transport/frame.h
532 - src/core/ext/transport/chttp2/transport/frame_data.h
533 - src/core/ext/transport/chttp2/transport/frame_goaway.h
534 - src/core/ext/transport/chttp2/transport/frame_ping.h
535 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
536 - src/core/ext/transport/chttp2/transport/frame_settings.h
537 - src/core/ext/transport/chttp2/transport/frame_window_update.h
538 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
539 - src/core/ext/transport/chttp2/transport/hpack_parser.h
540 - src/core/ext/transport/chttp2/transport/hpack_table.h
541 - src/core/ext/transport/chttp2/transport/http2_errors.h
542 - src/core/ext/transport/chttp2/transport/huffsyms.h
543 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
544 - src/core/ext/transport/chttp2/transport/internal.h
545 - src/core/ext/transport/chttp2/transport/status_conversion.h
546 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700547 - src/core/ext/transport/chttp2/transport/varint.h
548 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700549 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700550 - src/core/ext/transport/chttp2/transport/bin_encoder.c
551 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700552 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
553 - src/core/ext/transport/chttp2/transport/frame_data.c
554 - src/core/ext/transport/chttp2/transport/frame_goaway.c
555 - src/core/ext/transport/chttp2/transport/frame_ping.c
556 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
557 - src/core/ext/transport/chttp2/transport/frame_settings.c
558 - src/core/ext/transport/chttp2/transport/frame_window_update.c
559 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
560 - src/core/ext/transport/chttp2/transport/hpack_parser.c
561 - src/core/ext/transport/chttp2/transport/hpack_table.c
562 - src/core/ext/transport/chttp2/transport/huffsyms.c
563 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
564 - src/core/ext/transport/chttp2/transport/parsing.c
565 - src/core/ext/transport/chttp2/transport/status_conversion.c
566 - src/core/ext/transport/chttp2/transport/stream_lists.c
567 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700568 - src/core/ext/transport/chttp2/transport/varint.c
569 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700570 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700571 uses:
572 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700573 - grpc_transport_chttp2_alpn
574- name: grpc_transport_chttp2_alpn
575 headers:
576 - src/core/ext/transport/chttp2/alpn/alpn.h
577 src:
578 - src/core/ext/transport/chttp2/alpn/alpn.c
579 deps:
580 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700581- name: grpc_transport_chttp2_client_insecure
582 src:
583 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700584 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700585 uses:
586 - grpc_transport_chttp2
587 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700588 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700589- name: grpc_transport_chttp2_client_secure
590 src:
591 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700592 uses:
593 - grpc_transport_chttp2
594 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700595 - grpc_client_config
596 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700597- name: grpc_transport_chttp2_server_insecure
598 src:
599 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700600 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700601 uses:
602 - grpc_transport_chttp2
603 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700604- name: grpc_transport_chttp2_server_secure
605 src:
606 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700607 uses:
608 - grpc_transport_chttp2
609 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700610 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700611- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700612 public_headers:
613 - include/grpc/grpc_cronet.h
614 - include/grpc/grpc_security.h
615 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700616 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700617 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
618 src:
619 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
620 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
621 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700622 filegroups:
623 - grpc_base
624 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800625- name: nanopb
626 headers:
627 - third_party/nanopb/pb.h
628 - third_party/nanopb/pb_common.h
629 - third_party/nanopb/pb_decode.h
630 - third_party/nanopb/pb_encode.h
631 src:
632 - third_party/nanopb/pb_common.c
633 - third_party/nanopb/pb_decode.c
634 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700635- name: tsi
636 headers:
637 - src/core/lib/tsi/fake_transport_security.h
638 - src/core/lib/tsi/ssl_transport_security.h
639 - src/core/lib/tsi/ssl_types.h
640 - src/core/lib/tsi/transport_security.h
641 - src/core/lib/tsi/transport_security_interface.h
642 src:
643 - src/core/lib/tsi/fake_transport_security.c
644 - src/core/lib/tsi/ssl_transport_security.c
645 - src/core/lib/tsi/transport_security.c
646 deps:
647 - gpr
648 secure: true
649- name: grpc++_base
650 language: c++
651 public_headers:
652 - include/grpc++/alarm.h
653 - include/grpc++/channel.h
654 - include/grpc++/client_context.h
655 - include/grpc++/completion_queue.h
656 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700657 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700658 - include/grpc++/generic/async_generic_service.h
659 - include/grpc++/generic/generic_stub.h
660 - include/grpc++/grpc++.h
661 - include/grpc++/impl/call.h
662 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700663 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700664 - include/grpc++/impl/grpc_library.h
665 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700666 - include/grpc++/impl/rpc_method.h
667 - include/grpc++/impl/rpc_service_method.h
668 - include/grpc++/impl/serialization_traits.h
669 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700670 - include/grpc++/impl/server_builder_plugin.h
671 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700672 - include/grpc++/impl/service_type.h
673 - include/grpc++/impl/sync.h
674 - include/grpc++/impl/sync_cxx11.h
675 - include/grpc++/impl/sync_no_cxx11.h
676 - include/grpc++/impl/thd.h
677 - include/grpc++/impl/thd_cxx11.h
678 - include/grpc++/impl/thd_no_cxx11.h
679 - include/grpc++/security/auth_context.h
680 - include/grpc++/security/auth_metadata_processor.h
681 - include/grpc++/security/credentials.h
682 - include/grpc++/security/server_credentials.h
683 - include/grpc++/server.h
684 - include/grpc++/server_builder.h
685 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700686 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700687 - include/grpc++/support/async_stream.h
688 - include/grpc++/support/async_unary_call.h
689 - include/grpc++/support/byte_buffer.h
690 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700691 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700692 - include/grpc++/support/slice.h
693 - include/grpc++/support/status.h
694 - include/grpc++/support/status_code_enum.h
695 - include/grpc++/support/string_ref.h
696 - include/grpc++/support/stub_options.h
697 - include/grpc++/support/sync_stream.h
698 - include/grpc++/support/time.h
699 headers:
700 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700701 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700702 - src/cpp/server/dynamic_thread_pool.h
703 - src/cpp/server/thread_pool_interface.h
704 src:
705 - src/cpp/client/channel.cc
706 - src/cpp/client/client_context.cc
707 - src/cpp/client/create_channel.cc
708 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700709 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700710 - src/cpp/client/credentials.cc
711 - src/cpp/client/generic_stub.cc
712 - src/cpp/client/insecure_credentials.cc
713 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700714 - src/cpp/common/channel_filter.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700715 - src/cpp/common/completion_queue.cc
716 - src/cpp/common/core_codegen.cc
717 - src/cpp/common/rpc_method.cc
718 - src/cpp/server/async_generic_service.cc
719 - src/cpp/server/create_default_thread_pool.cc
720 - src/cpp/server/dynamic_thread_pool.cc
721 - src/cpp/server/insecure_server_credentials.cc
722 - src/cpp/server/server.cc
723 - src/cpp/server/server_builder.cc
724 - src/cpp/server/server_context.cc
725 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700726 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700727 - src/cpp/util/byte_buffer.cc
728 - src/cpp/util/slice.cc
729 - src/cpp/util/status.cc
730 - src/cpp/util/string_ref.cc
731 - src/cpp/util/time.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700732 uses:
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200733 - grpc_base
yang-g17487f92016-06-03 15:21:15 -0700734 - grpc++_codegen_base
735- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700736 language: c++
737 public_headers:
738 - include/grpc++/impl/codegen/async_stream.h
739 - include/grpc++/impl/codegen/async_unary_call.h
740 - include/grpc++/impl/codegen/call.h
741 - include/grpc++/impl/codegen/call_hook.h
742 - include/grpc++/impl/codegen/channel_interface.h
743 - include/grpc++/impl/codegen/client_context.h
744 - include/grpc++/impl/codegen/client_unary_call.h
745 - include/grpc++/impl/codegen/completion_queue.h
746 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700747 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700748 - include/grpc++/impl/codegen/core_codegen_interface.h
749 - include/grpc++/impl/codegen/create_auth_context.h
750 - include/grpc++/impl/codegen/grpc_library.h
751 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700752 - include/grpc++/impl/codegen/rpc_method.h
753 - include/grpc++/impl/codegen/rpc_service_method.h
754 - include/grpc++/impl/codegen/security/auth_context.h
755 - include/grpc++/impl/codegen/serialization_traits.h
756 - include/grpc++/impl/codegen/server_context.h
757 - include/grpc++/impl/codegen/server_interface.h
758 - include/grpc++/impl/codegen/service_type.h
759 - include/grpc++/impl/codegen/status.h
760 - include/grpc++/impl/codegen/status_code_enum.h
761 - include/grpc++/impl/codegen/string_ref.h
762 - include/grpc++/impl/codegen/stub_options.h
763 - include/grpc++/impl/codegen/sync.h
764 - include/grpc++/impl/codegen/sync_cxx11.h
765 - include/grpc++/impl/codegen/sync_no_cxx11.h
766 - include/grpc++/impl/codegen/sync_stream.h
767 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700768 uses:
769 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700770- name: grpc++_codegen_base_src
771 language: c++
772 src:
773 - src/cpp/codegen/codegen_init.cc
774 uses:
775 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700776- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 language: c++
778 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700779 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 uses:
yang-g17487f92016-06-03 15:21:15 -0700781 - grpc++_codegen_base
782 - grpc++_config_proto
783- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 language: c++
785 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700786 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700787- name: grpc++_reflection_proto
788 language: c++
789 public_headers:
790 - include/grpc++/ext/reflection.grpc.pb.h
791 - include/grpc++/ext/reflection.pb.h
792 src:
793 - src/cpp/ext/reflection.grpc.pb.cc
794 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700795 uses:
796 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700797- name: thrift_util
798 language: c++
799 public_headers:
800 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700801 - include/grpc++/impl/codegen/thrift_utils.h
802 uses:
803 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100804libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800805- name: gpr
806 build: all
807 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800808 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700809 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800810 secure: false
811 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
812- name: gpr_test_util
813 build: private
814 language: c
815 headers:
816 - test/core/util/test_config.h
817 src:
818 - test/core/util/test_config.c
819 deps:
820 - gpr
821 secure: false
822 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700823- name: grpc
824 build: all
825 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 src:
827 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700828 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800829 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700830 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700831 filegroups:
832 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700833 - grpc_transport_chttp2_server_secure
834 - grpc_transport_chttp2_client_secure
835 - grpc_transport_chttp2_server_insecure
836 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700837 - grpc_lb_policy_grpclb
838 - grpc_lb_policy_pick_first
839 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700840 - grpc_resolver_dns_native
841 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700842 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100843 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700844 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700845 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700846 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700847 vs_packages:
848 - grpc.dependencies.openssl
849 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700850 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700851- name: grpc_cronet
852 build: all
853 language: c
854 src:
855 - src/core/lib/surface/init.c
856 baselib: true
857 deps_linkage: static
858 dll: true
859 filegroups:
860 - grpc_base
861 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700862 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700863 generate_plugin_registry: true
864 platforms:
865 - linux
866 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100867- name: grpc_dll
868 build: private
869 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100870 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100871 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100872 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100873 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100874 build_system:
875 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100876 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100877 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100878 vs_config_type: DynamicLibrary
879 vs_packages:
880 - grpc.dependencies.openssl
881 - grpc.dependencies.zlib
882 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
883 vs_props:
884 - zlib
885 - openssl
886 - winsock
887 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700888- name: grpc_test_util
889 build: private
890 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700891 headers:
892 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800893 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700894 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700895 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700896 - test/core/end2end/data/server1_cert.c
897 - test/core/end2end/data/server1_key.c
898 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800899 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700900 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800901 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800902 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700903 - grpc
904 filegroups:
905 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700906 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700907 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
908- name: grpc_test_util_unsecure
909 build: private
910 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700911 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800912 - gpr
913 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800914 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700915 filegroups:
916 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700917 secure: false
918 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
919- name: grpc_unsecure
920 build: all
921 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700922 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700923 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700924 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700925 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800926 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700927 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700928 filegroups:
929 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700930 - grpc_transport_chttp2_server_insecure
931 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700932 - grpc_resolver_dns_native
933 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700934 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700935 - grpc_lb_policy_grpclb
936 - grpc_lb_policy_pick_first
937 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700938 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700939 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700940 secure: false
941 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700942- name: reconnect_server
943 build: private
944 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700945 headers:
946 - test/core/util/reconnect_server.h
947 src:
948 - test/core/util/reconnect_server.c
949 deps:
yang-gc9fca182015-11-06 16:41:33 -0800950 - test_tcp_server
951 - grpc_test_util
952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800953 - gpr_test_util
954 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800955- name: test_tcp_server
956 build: private
957 language: c
958 headers:
959 - test/core/util/test_tcp_server.h
960 src:
961 - test/core/util/test_tcp_server.c
962 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700963 - grpc_test_util
964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800965 - gpr_test_util
966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700967- name: grpc++
968 build: all
969 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700970 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700971 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700972 - src/cpp/client/secure_credentials.h
973 - src/cpp/common/secure_auth_context.h
974 - src/cpp/server/secure_server_credentials.h
975 src:
Craig Tiller25834342015-09-25 08:08:24 -0700976 - src/cpp/client/secure_credentials.cc
977 - src/cpp/common/auth_property_iterator.cc
978 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800979 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700980 - src/cpp/common/secure_create_auth_context.cc
981 - src/cpp/server/secure_server_credentials.cc
982 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700983 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700984 baselib: true
985 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700986 filegroups:
987 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700988 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700989 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700990 secure: check
991 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700992- name: grpc++_reflection
993 build: all
994 language: c++
995 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700996 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700997 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700998 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700999 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001000 - src/cpp/ext/proto_server_reflection.cc
1001 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001002 deps:
1003 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001004 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001005 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001006- name: grpc++_reflection_codegen
1007 build: private
1008 language: c++
1009 src:
1010 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001011- name: grpc++_test_config
1012 build: private
1013 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001014 headers:
1015 - test/cpp/util/test_config.h
1016 src:
1017 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001018- name: grpc++_test_util
1019 build: private
1020 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001021 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001022 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001023 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001024 - test/cpp/util/create_test_channel.h
1025 - test/cpp/util/string_ref_helper.h
1026 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001027 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001028 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001029 - src/proto/grpc/testing/echo_messages.proto
1030 - src/proto/grpc/testing/echo.proto
1031 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001032 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001033 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001034 - test/cpp/util/create_test_channel.cc
1035 - test/cpp/util/string_ref_helper.cc
1036 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001037 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001038 deps:
1039 - grpc++
1040 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001041 filegroups:
1042 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001043 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001044 - grpc++_codegen_proto
1045 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001046 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001047- name: grpc++_unsecure
1048 build: all
1049 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001050 src:
1051 - src/cpp/common/insecure_create_auth_context.cc
1052 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001053 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001054 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001055 baselib: true
1056 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001057 filegroups:
1058 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001059 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001060 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001061 secure: false
1062 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001063- name: grpc_cli_libs
1064 build: private
1065 language: c++
1066 headers:
1067 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001068 - test/cpp/util/cli_credentials.h
1069 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001070 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001071 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001072 - test/cpp/util/proto_reflection_descriptor_database.h
yang-gabdec2d2016-05-19 10:11:24 -07001073 src:
1074 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001075 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001076 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001077 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001078 - test/cpp/util/proto_reflection_descriptor_database.cc
yang-gabdec2d2016-05-19 10:11:24 -07001079 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001080 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001081 - grpc++
Yuchen Zeng28263272016-07-25 14:38:07 -07001082 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001083- name: grpc_plugin_support
1084 build: protoc
1085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001086 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001087 - src/compiler/config.h
1088 - src/compiler/cpp_generator.h
1089 - src/compiler/cpp_generator_helpers.h
1090 - src/compiler/csharp_generator.h
1091 - src/compiler/csharp_generator_helpers.h
1092 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001093 - src/compiler/node_generator.h
1094 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001095 - src/compiler/objective_c_generator.h
1096 - src/compiler/objective_c_generator_helpers.h
1097 - src/compiler/python_generator.h
1098 - src/compiler/ruby_generator.h
1099 - src/compiler/ruby_generator_helpers-inl.h
1100 - src/compiler/ruby_generator_map-inl.h
1101 - src/compiler/ruby_generator_string-inl.h
1102 src:
1103 - src/compiler/cpp_generator.cc
1104 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001105 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001106 - src/compiler/objective_c_generator.cc
1107 - src/compiler/python_generator.cc
1108 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001109 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001110 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001111 secure: false
1112 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001113 vs_props:
1114 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001115- name: interop_client_helper
1116 build: private
1117 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001118 headers:
1119 - test/cpp/interop/client_helper.h
1120 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001121 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001122 - test/cpp/interop/client_helper.cc
1123 deps:
1124 - grpc++_test_util
1125 - grpc_test_util
1126 - grpc++
1127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001129- name: interop_client_main
1130 build: private
1131 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001132 headers:
1133 - test/cpp/interop/interop_client.h
1134 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001135 - src/proto/grpc/testing/empty.proto
1136 - src/proto/grpc/testing/messages.proto
1137 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001138 - test/cpp/interop/client.cc
1139 - test/cpp/interop/interop_client.cc
1140 deps:
1141 - interop_client_helper
1142 - grpc++_test_util
1143 - grpc_test_util
1144 - grpc++
1145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001146 - gpr_test_util
1147 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001148 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149- name: interop_server_helper
1150 build: private
1151 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001152 headers:
1153 - test/cpp/interop/server_helper.h
1154 src:
1155 - test/cpp/interop/server_helper.cc
1156 deps:
1157 - grpc_test_util
1158 - grpc++
1159 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001160 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001161- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001162 build: private
1163 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001164 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001165 - src/proto/grpc/testing/empty.proto
1166 - src/proto/grpc/testing/messages.proto
1167 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001168 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001169 deps:
1170 - interop_server_helper
1171 - grpc++_test_util
1172 - grpc_test_util
1173 - grpc++
1174 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001175 - gpr_test_util
1176 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001177 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001178- name: interop_server_main
1179 build: private
1180 language: c++
1181 src:
1182 - test/cpp/interop/interop_server_bootstrap.cc
1183 deps:
1184 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001185- name: qps
1186 build: private
1187 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001188 headers:
1189 - test/cpp/qps/client.h
1190 - test/cpp/qps/driver.h
1191 - test/cpp/qps/histogram.h
1192 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001193 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001194 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001195 - test/cpp/qps/qps_worker.h
1196 - test/cpp/qps/report.h
1197 - test/cpp/qps/server.h
1198 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001199 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001200 - test/cpp/util/benchmark_config.h
1201 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001202 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001203 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001204 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001205 - src/proto/grpc/testing/control.proto
1206 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001207 - test/cpp/qps/client_async.cc
1208 - test/cpp/qps/client_sync.cc
1209 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001210 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001211 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001212 - test/cpp/qps/qps_worker.cc
1213 - test/cpp/qps/report.cc
1214 - test/cpp/qps/server_async.cc
1215 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001216 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001217 - test/cpp/util/benchmark_config.cc
1218 deps:
1219 - grpc_test_util
1220 - grpc++_test_util
1221 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001222- name: grpc_csharp_ext
1223 build: all
1224 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001225 src:
1226 - src/csharp/ext/grpc_csharp_ext.c
1227 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001229 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001230 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001231 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001232 dll: only
1233 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001234 vs_packages:
1235 - grpc.dependencies.openssl
1236 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001237 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001238 vs_props:
1239 - zlib
1240 - openssl
1241 - winsock
1242 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001244- name: alarm_test
1245 build: test
1246 language: c
1247 src:
1248 - test/core/surface/alarm_test.c
1249 deps:
1250 - grpc_test_util
1251 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001252 - gpr_test_util
1253 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001254- name: algorithm_test
1255 build: test
1256 language: c
1257 src:
1258 - test/core/compression/algorithm_test.c
1259 deps:
1260 - grpc_test_util
1261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001262 - gpr_test_util
1263 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001264- name: alloc_test
1265 build: test
1266 language: c
1267 src:
1268 - test/core/support/alloc_test.c
1269 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001270 - gpr_test_util
1271 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001272- name: alpn_test
1273 build: test
1274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001275 src:
1276 - test/core/transport/chttp2/alpn_test.c
1277 deps:
1278 - grpc_test_util
1279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001280 - gpr_test_util
1281 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001282- name: api_fuzzer
1283 build: fuzzer
1284 language: c
1285 src:
1286 - test/core/end2end/fuzzers/api_fuzzer.c
1287 deps:
1288 - grpc_test_util
1289 - grpc
1290 - gpr_test_util
1291 - gpr
1292 corpus_dirs:
1293 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001294 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001295 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001296- name: bad_server_response_test
1297 build: test
1298 language: c
1299 src:
1300 - test/core/end2end/bad_server_response_test.c
1301 deps:
1302 - test_tcp_server
1303 - grpc_test_util
1304 - grpc
1305 - gpr_test_util
1306 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001307- name: bin_decoder_test
1308 build: test
1309 language: c
1310 src:
1311 - test/core/transport/chttp2/bin_decoder_test.c
1312 deps:
1313 - grpc_test_util
1314 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001315- name: bin_encoder_test
1316 build: test
1317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001318 src:
1319 - test/core/transport/chttp2/bin_encoder_test.c
1320 deps:
1321 - grpc_test_util
1322 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001323- name: census_context_test
1324 build: test
1325 language: c
1326 src:
1327 - test/core/census/context_test.c
1328 deps:
1329 - grpc_test_util
1330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001331 - gpr_test_util
1332 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001333- name: census_resource_test
1334 build: test
1335 language: c
1336 src:
1337 - test/core/census/resource_test.c
1338 deps:
1339 - grpc_test_util
1340 - grpc
1341 - gpr_test_util
1342 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001343- name: channel_create_test
1344 build: test
1345 language: c
1346 src:
1347 - test/core/surface/channel_create_test.c
1348 deps:
1349 - grpc_test_util
1350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001351 - gpr_test_util
1352 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001353- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001354 build: test
1355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001356 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001357 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001358 deps:
1359 - grpc_test_util
1360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001361 - gpr_test_util
1362 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001363- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001364 build: test
1365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001366 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001367 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001368 deps:
1369 - grpc_test_util
1370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001371 - gpr_test_util
1372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001373- name: chttp2_stream_map_test
1374 build: test
1375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001376 src:
1377 - test/core/transport/chttp2/stream_map_test.c
1378 deps:
1379 - grpc_test_util
1380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr_test_util
1382 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001383- name: chttp2_varint_test
1384 build: test
1385 language: c
1386 src:
1387 - test/core/transport/chttp2/varint_test.c
1388 deps:
1389 - grpc_test_util
1390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001391 - gpr_test_util
1392 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001393- name: client_fuzzer
1394 build: fuzzer
1395 language: c
1396 src:
1397 - test/core/end2end/fuzzers/client_fuzzer.c
1398 deps:
1399 - grpc_test_util
1400 - grpc
1401 - gpr_test_util
1402 - gpr
1403 corpus_dirs:
1404 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001405 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001406 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001407- name: compression_test
1408 build: test
1409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001410 src:
1411 - test/core/compression/compression_test.c
1412 deps:
1413 - grpc_test_util
1414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001415 - gpr_test_util
1416 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001417- name: concurrent_connectivity_test
1418 build: test
1419 language: c
1420 src:
1421 - test/core/surface/concurrent_connectivity_test.c
1422 deps:
1423 - grpc_test_util
1424 - grpc
1425 - gpr_test_util
1426 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001427- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001428 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001429 build: test
1430 language: c
1431 src:
1432 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1433 deps:
1434 - grpc_test_util
1435 - grpc
1436 - gpr_test_util
1437 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001438- name: dns_resolver_test
1439 build: test
1440 language: c
1441 src:
1442 - test/core/client_config/resolvers/dns_resolver_test.c
1443 deps:
1444 - grpc_test_util
1445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 - gpr_test_util
1447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001448- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001449 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001450 build: test
1451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001452 src:
1453 - test/core/end2end/dualstack_socket_test.c
1454 deps:
1455 - grpc_test_util
1456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001457 - gpr_test_util
1458 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001459 platforms:
1460 - mac
1461 - linux
1462 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001463- name: endpoint_pair_test
1464 build: test
1465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001466 src:
1467 - test/core/iomgr/endpoint_pair_test.c
1468 deps:
1469 - grpc_test_util
1470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr_test_util
1472 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001473- name: ev_epoll_linux_test
1474 build: test
1475 language: c
1476 src:
1477 - test/core/iomgr/ev_epoll_linux_test.c
1478 deps:
1479 - grpc_test_util
1480 - grpc
1481 - gpr_test_util
1482 - gpr
1483 platforms:
1484 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001485- name: fd_conservation_posix_test
1486 build: test
1487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001488 src:
1489 - test/core/iomgr/fd_conservation_posix_test.c
1490 deps:
1491 - grpc_test_util
1492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001493 - gpr_test_util
1494 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001495 platforms:
1496 - mac
1497 - linux
1498 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001499- name: fd_posix_test
1500 build: test
1501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001502 src:
1503 - test/core/iomgr/fd_posix_test.c
1504 deps:
1505 - grpc_test_util
1506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001507 - gpr_test_util
1508 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001509 platforms:
1510 - mac
1511 - linux
1512 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001513- name: fling_client
1514 build: test
1515 run: false
1516 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001517 src:
1518 - test/core/fling/client.c
1519 deps:
1520 - grpc_test_util
1521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001522 - gpr_test_util
1523 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001524- name: fling_server
1525 build: test
1526 run: false
1527 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001528 src:
1529 - test/core/fling/server.c
1530 deps:
1531 - grpc_test_util
1532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001533 - gpr_test_util
1534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001535- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001536 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537 build: test
1538 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001539 src:
1540 - test/core/fling/fling_stream_test.c
1541 deps:
1542 - grpc_test_util
1543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001544 - gpr_test_util
1545 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001546 platforms:
1547 - mac
1548 - linux
1549 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001550- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001551 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001552 build: test
1553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001554 src:
1555 - test/core/fling/fling_test.c
1556 deps:
1557 - grpc_test_util
1558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001559 - gpr_test_util
1560 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001561 platforms:
1562 - mac
1563 - linux
1564 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: gen_hpack_tables
1566 build: tool
1567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001568 src:
1569 - tools/codegen/core/gen_hpack_tables.c
1570 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001571 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001572 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001573- name: gen_legal_metadata_characters
1574 build: tool
1575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001576 src:
1577 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001579- name: goaway_server_test
1580 cpu_cost: 0.1
1581 build: test
1582 language: c
1583 src:
1584 - test/core/end2end/goaway_server_test.c
1585 deps:
1586 - grpc_test_util
1587 - grpc
1588 - gpr_test_util
1589 - gpr
1590 platforms:
1591 - mac
1592 - linux
1593 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001594- name: gpr_avl_test
1595 build: test
1596 language: c
1597 src:
1598 - test/core/support/avl_test.c
1599 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 - gpr_test_util
1601 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001602- name: gpr_backoff_test
1603 build: test
1604 language: c
1605 src:
1606 - test/core/support/backoff_test.c
1607 deps:
1608 - gpr_test_util
1609 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001610- name: gpr_cmdline_test
1611 build: test
1612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001613 src:
1614 - test/core/support/cmdline_test.c
1615 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001618- name: gpr_cpu_test
1619 build: test
1620 language: c
1621 src:
1622 - test/core/support/cpu_test.c
1623 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001624 - gpr_test_util
1625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001626- name: gpr_env_test
1627 build: test
1628 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001629 src:
1630 - test/core/support/env_test.c
1631 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr_test_util
1633 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001634- name: gpr_histogram_test
1635 build: test
1636 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001637 src:
1638 - test/core/support/histogram_test.c
1639 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001640 - gpr_test_util
1641 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001642- name: gpr_host_port_test
1643 build: test
1644 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001645 src:
1646 - test/core/support/host_port_test.c
1647 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001648 - gpr_test_util
1649 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001650- name: gpr_log_test
1651 build: test
1652 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001653 src:
1654 - test/core/support/log_test.c
1655 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001656 - gpr_test_util
1657 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001658- name: gpr_slice_buffer_test
1659 build: test
1660 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001661 src:
1662 - test/core/support/slice_buffer_test.c
1663 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001664 - gpr_test_util
1665 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001666- name: gpr_slice_test
1667 build: test
1668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
1670 - test/core/support/slice_test.c
1671 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001672 - gpr_test_util
1673 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001674- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001675 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001676 build: test
1677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001678 src:
1679 - test/core/support/stack_lockfree_test.c
1680 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001681 - gpr_test_util
1682 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001683- name: gpr_string_test
1684 build: test
1685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001686 src:
1687 - test/core/support/string_test.c
1688 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001689 - gpr_test_util
1690 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001691- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001692 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001693 build: test
1694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
1696 - test/core/support/sync_test.c
1697 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 - gpr_test_util
1699 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001701 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001702 build: test
1703 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001704 src:
1705 - test/core/support/thd_test.c
1706 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001707 - gpr_test_util
1708 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709- name: gpr_time_test
1710 build: test
1711 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001712 src:
1713 - test/core/support/time_test.c
1714 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001717- name: gpr_tls_test
1718 build: test
1719 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001720 src:
1721 - test/core/support/tls_test.c
1722 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001723 - gpr_test_util
1724 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001725- name: gpr_useful_test
1726 build: test
1727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001728 src:
1729 - test/core/support/useful_test.c
1730 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001731 - gpr_test_util
1732 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001733- name: grpc_auth_context_test
1734 build: test
1735 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001736 src:
1737 - test/core/security/auth_context_test.c
1738 deps:
1739 - grpc_test_util
1740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001741 - gpr_test_util
1742 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001743- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001744 build: test
1745 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001746 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001747 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001748 deps:
1749 - grpc_test_util
1750 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001751 - gpr_test_util
1752 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001753- name: grpc_byte_buffer_reader_test
1754 build: test
1755 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001756 src:
1757 - test/core/surface/byte_buffer_reader_test.c
1758 deps:
1759 - grpc_test_util
1760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001761 - gpr_test_util
1762 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763- name: grpc_channel_args_test
1764 build: test
1765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001766 src:
1767 - test/core/channel/channel_args_test.c
1768 deps:
1769 - grpc_test_util
1770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001771 - gpr_test_util
1772 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001773- name: grpc_channel_stack_test
1774 build: test
1775 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001776 src:
1777 - test/core/channel/channel_stack_test.c
1778 deps:
1779 - grpc_test_util
1780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001781 - gpr_test_util
1782 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001783- name: grpc_completion_queue_test
1784 build: test
1785 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001786 src:
1787 - test/core/surface/completion_queue_test.c
1788 deps:
1789 - grpc_test_util
1790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 - gpr_test_util
1792 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001793- name: grpc_create_jwt
1794 build: tool
1795 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001796 src:
1797 - test/core/security/create_jwt.c
1798 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001800 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001801 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: grpc_credentials_test
1803 build: test
1804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001805 src:
1806 - test/core/security/credentials_test.c
1807 deps:
1808 - grpc_test_util
1809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001810 - gpr_test_util
1811 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001812- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001813 build: test
1814 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001816 src:
1817 - test/core/security/fetch_oauth2.c
1818 deps:
1819 - grpc_test_util
1820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 - gpr_test_util
1822 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001823- name: grpc_invalid_channel_args_test
1824 build: test
1825 language: c
1826 src:
1827 - test/core/surface/invalid_channel_args_test.c
1828 deps:
1829 - grpc_test_util
1830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001831 - gpr_test_util
1832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001833- name: grpc_json_token_test
1834 build: test
1835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001836 src:
1837 - test/core/security/json_token_test.c
1838 deps:
1839 - grpc_test_util
1840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001843 platforms:
1844 - linux
1845 - posix
1846 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001847- name: grpc_jwt_verifier_test
1848 build: test
1849 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001850 src:
1851 - test/core/security/jwt_verifier_test.c
1852 deps:
1853 - grpc_test_util
1854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001855 - gpr_test_util
1856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857- name: grpc_print_google_default_creds_token
1858 build: tool
1859 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001860 src:
1861 - test/core/security/print_google_default_creds_token.c
1862 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865- name: grpc_security_connector_test
1866 build: test
1867 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001868 src:
1869 - test/core/security/security_connector_test.c
1870 deps:
1871 - grpc_test_util
1872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001875- name: grpc_verify_jwt
1876 build: tool
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
1879 - test/core/security/verify_jwt.c
1880 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001882 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001883- name: hpack_parser_fuzzer_test
1884 build: fuzzer
1885 language: c
1886 src:
1887 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1888 deps:
1889 - grpc_test_util
1890 - grpc
1891 - gpr_test_util
1892 - gpr
1893 corpus_dirs:
1894 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001895 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001896 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001897- name: hpack_parser_test
1898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
1901 - test/core/transport/chttp2/hpack_parser_test.c
1902 deps:
1903 - grpc_test_util
1904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: hpack_table_test
1908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/transport/chttp2/hpack_table_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001917- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001918 build: test
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001921 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001922 deps:
1923 - grpc_test_util
1924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr_test_util
1926 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001927- name: http_request_fuzzer_test
1928 build: fuzzer
1929 language: c
1930 src:
1931 - test/core/http/request_fuzzer.c
1932 deps:
1933 - grpc_test_util
1934 - grpc
1935 - gpr_test_util
1936 - gpr
1937 corpus_dirs:
1938 - test/core/http/corpus
1939 maxlen: 2048
1940- name: http_response_fuzzer_test
1941 build: fuzzer
1942 language: c
1943 src:
1944 - test/core/http/response_fuzzer.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
1948 - gpr_test_util
1949 - gpr
1950 corpus_dirs:
1951 - test/core/http/corpus
1952 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001953- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001954 build: test
1955 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001956 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001957 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001958 deps:
1959 - grpc_test_util
1960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001964 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001965 build: test
1966 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001967 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001968 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001969 deps:
1970 - grpc_test_util
1971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001972 - gpr_test_util
1973 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001974 platforms:
1975 - mac
1976 - linux
1977 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001978- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001979 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001980 build: test
1981 language: c
1982 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001983 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001984 deps:
1985 - grpc_test_util
1986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001987 - gpr_test_util
1988 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001989 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001990 - linux
yang-gf1183302015-12-07 16:02:05 -08001991- name: init_test
1992 build: test
1993 language: c
1994 src:
1995 - test/core/surface/init_test.c
1996 deps:
1997 - grpc_test_util
1998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001999 - gpr_test_util
2000 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002001- name: internal_api_canary_iomgr_test
2002 build: test
2003 run: false
2004 language: c
2005 src:
2006 - test/core/internal_api_canaries/iomgr.c
2007 deps:
2008 - grpc_test_util
2009 - grpc
2010 - gpr_test_util
2011 - gpr
2012- name: internal_api_canary_support_test
2013 build: test
2014 run: false
2015 language: c
2016 src:
2017 - test/core/internal_api_canaries/iomgr.c
2018 deps:
2019 - grpc_test_util
2020 - grpc
2021 - gpr_test_util
2022 - gpr
2023- name: internal_api_canary_transport_test
2024 build: test
2025 run: false
2026 language: c
2027 src:
2028 - test/core/internal_api_canaries/iomgr.c
2029 deps:
2030 - grpc_test_util
2031 - grpc
2032 - gpr_test_util
2033 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002034- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002035 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002036 build: test
2037 language: c
2038 src:
2039 - test/core/end2end/invalid_call_argument_test.c
2040 deps:
2041 - grpc_test_util
2042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 - gpr_test_util
2044 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002045- name: json_fuzzer_test
2046 build: fuzzer
2047 language: c
2048 src:
2049 - test/core/json/fuzzer.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
2053 - gpr_test_util
2054 - gpr
2055 corpus_dirs:
2056 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002057 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002058- name: json_rewrite
2059 build: test
2060 run: false
2061 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002062 src:
2063 - test/core/json/json_rewrite.c
2064 deps:
2065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002066 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002067- name: json_rewrite_test
2068 build: test
2069 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002070 src:
2071 - test/core/json/json_rewrite_test.c
2072 deps:
2073 - grpc_test_util
2074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002075 - gpr_test_util
2076 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002077- name: json_stream_error_test
2078 build: test
2079 language: c
2080 src:
2081 - test/core/json/json_stream_error_test.c
2082 deps:
2083 - grpc_test_util
2084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002085 - gpr_test_util
2086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: json_test
2088 build: test
2089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
2091 - test/core/json/json_test.c
2092 deps:
2093 - grpc_test_util
2094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002097- name: lame_client_test
2098 build: test
2099 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002100 src:
2101 - test/core/surface/lame_client_test.c
2102 deps:
2103 - grpc_test_util
2104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002105 - gpr_test_util
2106 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002107- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002108 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002109 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002110 build: test
2111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002112 src:
2113 - test/core/client_config/lb_policies_test.c
2114 deps:
2115 - grpc_test_util
2116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002117 - gpr_test_util
2118 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002119- name: load_file_test
2120 build: test
2121 language: c
2122 src:
2123 - test/core/iomgr/load_file_test.c
2124 deps:
2125 - grpc_test_util
2126 - grpc
2127 - gpr_test_util
2128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: low_level_ping_pong_benchmark
2130 build: benchmark
2131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002132 src:
2133 - test/core/network_benchmarks/low_level_ping_pong.c
2134 deps:
2135 - grpc_test_util
2136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002137 - gpr_test_util
2138 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002139 platforms:
2140 - mac
2141 - linux
2142 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: message_compress_test
2144 build: test
2145 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002146 src:
2147 - test/core/compression/message_compress_test.c
2148 deps:
2149 - grpc_test_util
2150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002151 - gpr_test_util
2152 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002153- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002154 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002155 build: test
2156 language: c
2157 src:
2158 - test/core/census/mlog_test.c
2159 deps:
2160 - grpc_test_util
2161 - grpc
2162 - gpr_test_util
2163 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002164- name: multiple_server_queues_test
2165 build: test
2166 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002167 src:
2168 - test/core/end2end/multiple_server_queues_test.c
2169 deps:
2170 - grpc_test_util
2171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002172 - gpr_test_util
2173 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174- name: murmur_hash_test
2175 build: test
2176 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002177 src:
2178 - test/core/support/murmur_hash_test.c
2179 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002180 - gpr_test_util
2181 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002182- name: nanopb_fuzzer_response_test
2183 build: fuzzer
2184 language: c
2185 src:
2186 - test/core/nanopb/fuzzer_response.c
2187 deps:
2188 - grpc_test_util
2189 - grpc
2190 - gpr_test_util
2191 - gpr
2192 corpus_dirs:
2193 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002194 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002195- name: nanopb_fuzzer_serverlist_test
2196 build: fuzzer
2197 language: c
2198 src:
2199 - test/core/nanopb/fuzzer_serverlist.c
2200 deps:
2201 - grpc_test_util
2202 - grpc
2203 - gpr_test_util
2204 - gpr
2205 corpus_dirs:
2206 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002207 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002208- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002209 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002210 build: test
2211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002212 src:
2213 - test/core/end2end/no_server_test.c
2214 deps:
2215 - grpc_test_util
2216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 - gpr_test_util
2218 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002219- name: resolve_address_test
2220 build: test
2221 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002222 src:
2223 - test/core/iomgr/resolve_address_test.c
2224 deps:
2225 - grpc_test_util
2226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002227 - gpr_test_util
2228 - gpr
yang-gd482e592015-12-10 14:04:00 -08002229- name: secure_channel_create_test
2230 build: test
2231 language: c
2232 src:
2233 - test/core/surface/secure_channel_create_test.c
2234 deps:
2235 - grpc_test_util
2236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002237 - gpr_test_util
2238 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239- name: secure_endpoint_test
2240 build: test
2241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002242 src:
2243 - test/core/security/secure_endpoint_test.c
2244 deps:
2245 - grpc_test_util
2246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002247 - gpr_test_util
2248 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002249- name: sequential_connectivity_test
2250 build: test
2251 language: c
2252 src:
2253 - test/core/surface/sequential_connectivity_test.c
2254 deps:
2255 - grpc_test_util
2256 - grpc
2257 - gpr_test_util
2258 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002259- name: server_chttp2_test
2260 build: test
2261 language: c
2262 src:
2263 - test/core/surface/server_chttp2_test.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002267 - gpr_test_util
2268 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002269- name: server_fuzzer
2270 build: fuzzer
2271 language: c
2272 src:
2273 - test/core/end2end/fuzzers/server_fuzzer.c
2274 deps:
2275 - grpc_test_util
2276 - grpc
2277 - gpr_test_util
2278 - gpr
2279 corpus_dirs:
2280 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002281 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002282 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002283- name: server_test
2284 build: test
2285 language: c
2286 src:
2287 - test/core/surface/server_test.c
2288 deps:
2289 - grpc_test_util
2290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 - gpr_test_util
2292 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002293- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002294 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002295 build: test
2296 language: c
2297 src:
2298 - test/core/client_config/set_initial_connect_string_test.c
2299 deps:
2300 - test_tcp_server
2301 - grpc_test_util
2302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002303 - gpr_test_util
2304 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002305- name: sockaddr_resolver_test
2306 build: test
2307 language: c
2308 src:
2309 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2310 deps:
2311 - grpc_test_util
2312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002313 - gpr_test_util
2314 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002315- name: sockaddr_utils_test
2316 build: test
2317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002318 src:
2319 - test/core/iomgr/sockaddr_utils_test.c
2320 deps:
2321 - grpc_test_util
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002325- name: socket_utils_test
2326 build: test
2327 language: c
2328 src:
2329 - test/core/iomgr/socket_utils_test.c
2330 deps:
2331 - grpc_test_util
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002335 platforms:
2336 - mac
2337 - linux
2338 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002340 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002341 build: test
2342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
2344 - test/core/iomgr/tcp_client_posix_test.c
2345 deps:
2346 - grpc_test_util
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002350 platforms:
2351 - mac
2352 - linux
2353 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002354- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002355 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002356 build: test
2357 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002358 src:
2359 - test/core/iomgr/tcp_posix_test.c
2360 deps:
2361 - grpc_test_util
2362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002363 - gpr_test_util
2364 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002365 platforms:
2366 - mac
2367 - linux
2368 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: tcp_server_posix_test
2370 build: test
2371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
2373 - test/core/iomgr/tcp_server_posix_test.c
2374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002379 platforms:
2380 - mac
2381 - linux
2382 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: time_averaged_stats_test
2384 build: test
2385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002386 src:
2387 - test/core/iomgr/time_averaged_stats_test.c
2388 deps:
2389 - grpc_test_util
2390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002391 - gpr_test_util
2392 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002393- name: timeout_encoding_test
2394 build: test
2395 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002396 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002397 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002398 deps:
2399 - grpc_test_util
2400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr_test_util
2402 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002403- name: timer_heap_test
2404 build: test
2405 language: c
2406 src:
2407 - test/core/iomgr/timer_heap_test.c
2408 deps:
2409 - grpc_test_util
2410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002411 - gpr_test_util
2412 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002413- name: timer_list_test
2414 build: test
2415 language: c
2416 src:
2417 - test/core/iomgr/timer_list_test.c
2418 deps:
2419 - grpc_test_util
2420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002421 - gpr_test_util
2422 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002423- name: transport_connectivity_state_test
2424 build: test
2425 language: c
2426 src:
2427 - test/core/transport/connectivity_state_test.c
2428 deps:
2429 - grpc_test_util
2430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002431 - gpr_test_util
2432 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433- name: transport_metadata_test
2434 build: test
2435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002436 src:
2437 - test/core/transport/metadata_test.c
2438 deps:
2439 - grpc_test_util
2440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002441 - gpr_test_util
2442 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002443- name: transport_security_test
2444 build: test
2445 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002446 src:
2447 - test/core/tsi/transport_security_test.c
2448 deps:
2449 - grpc_test_util
2450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002451 - gpr_test_util
2452 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002453 platforms:
2454 - linux
2455 - posix
2456 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002457- name: udp_server_test
2458 build: test
2459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002460 src:
2461 - test/core/iomgr/udp_server_test.c
2462 deps:
2463 - grpc_test_util
2464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002465 - gpr_test_util
2466 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002467 platforms:
2468 - mac
2469 - linux
2470 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002471- name: uri_fuzzer_test
2472 build: fuzzer
2473 language: c
2474 src:
2475 - test/core/client_config/uri_fuzzer_test.c
2476 deps:
2477 - grpc_test_util
2478 - grpc
2479 - gpr_test_util
2480 - gpr
2481 corpus_dirs:
2482 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002483 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002484- name: uri_parser_test
2485 build: test
2486 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002487 src:
2488 - test/core/client_config/uri_parser_test.c
2489 deps:
2490 - grpc_test_util
2491 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002492 - gpr_test_util
2493 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002494- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002495 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002496 build: test
2497 language: c++
2498 src:
2499 - test/cpp/common/alarm_cpp_test.cc
2500 deps:
2501 - grpc++_test_util
2502 - grpc_test_util
2503 - grpc++
2504 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002505 - gpr_test_util
2506 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002507- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002508 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002509 build: test
2510 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002511 src:
2512 - test/cpp/end2end/async_end2end_test.cc
2513 deps:
2514 - grpc++_test_util
2515 - grpc_test_util
2516 - grpc++
2517 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002518 - gpr_test_util
2519 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002520- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002521 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002522 build: test
2523 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002524 src:
2525 - test/cpp/common/auth_property_iterator_test.cc
2526 deps:
2527 - grpc++_test_util
2528 - grpc_test_util
2529 - grpc++
2530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002531 - gpr_test_util
2532 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002533- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002534 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002535 build: test
2536 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002537 src:
yang-g52705592015-11-25 11:45:33 -08002538 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002539 deps:
2540 - grpc++
2541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002542 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002543- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002544 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002545 build: test
2546 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002547 src:
2548 - test/cpp/util/cli_call_test.cc
2549 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002550 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002551 - grpc++_test_util
2552 - grpc_test_util
2553 - grpc++
2554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002555 - gpr_test_util
2556 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002557- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002558 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002559 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002560 build: test
2561 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002562 src:
2563 - test/cpp/end2end/client_crash_test.cc
2564 deps:
2565 - grpc++_test_util
2566 - grpc_test_util
2567 - grpc++
2568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002569 - gpr_test_util
2570 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002571 platforms:
2572 - mac
2573 - linux
2574 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002575- name: client_crash_test_server
2576 build: test
2577 run: false
2578 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002579 src:
2580 - test/cpp/end2end/client_crash_test_server.cc
2581 deps:
2582 - grpc++_test_util
2583 - grpc_test_util
2584 - grpc++
2585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002586 - gpr_test_util
2587 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002588- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002589 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002590 build: test
2591 language: c++
2592 src:
2593 - src/proto/grpc/testing/control.proto
2594 - src/proto/grpc/testing/messages.proto
2595 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002596 - src/proto/grpc/testing/services.proto
2597 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002598 - test/cpp/codegen/codegen_test_full.cc
2599 deps:
2600 - grpc++
2601 - grpc
2602 - gpr
2603 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002604 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002605- name: codegen_test_minimal
2606 gtest: true
2607 build: test
2608 language: c++
2609 src:
2610 - src/proto/grpc/testing/control.proto
2611 - src/proto/grpc/testing/messages.proto
2612 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002613 - src/proto/grpc/testing/services.proto
2614 - src/proto/grpc/testing/stats.proto
2615 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002616 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002617 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002618 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002619- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002620 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002621 build: test
2622 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002623 src:
2624 - test/cpp/client/credentials_test.cc
2625 deps:
2626 - grpc++
2627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002628 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002629- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002630 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002631 build: test
2632 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002633 src:
2634 - test/cpp/util/byte_buffer_test.cc
2635 deps:
2636 - grpc_test_util
2637 - grpc++
2638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002639 - gpr_test_util
2640 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002641- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002642 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002643 build: test
2644 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002645 src:
2646 - test/cpp/util/slice_test.cc
2647 deps:
2648 - grpc_test_util
2649 - grpc++
2650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002651 - gpr_test_util
2652 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002653- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002654 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002655 build: test
2656 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002657 src:
2658 - test/cpp/util/string_ref_test.cc
2659 deps:
2660 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002661- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002662 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002663 build: test
2664 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002665 src:
2666 - test/cpp/util/time_test.cc
2667 deps:
2668 - grpc_test_util
2669 - grpc++
2670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002671 - gpr_test_util
2672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002673- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002674 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002675 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002676 build: test
2677 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002678 src:
2679 - test/cpp/end2end/end2end_test.cc
2680 deps:
2681 - grpc++_test_util
2682 - grpc_test_util
2683 - grpc++
2684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002685 - gpr_test_util
2686 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002687- name: filter_end2end_test
2688 gtest: true
2689 build: test
2690 language: c++
2691 src:
2692 - test/cpp/end2end/filter_end2end_test.cc
2693 deps:
2694 - grpc++_test_util
2695 - grpc_test_util
2696 - grpc++
2697 - grpc
2698 - gpr_test_util
2699 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002700- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002701 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002702 build: test
2703 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002704 src:
2705 - test/cpp/end2end/generic_end2end_test.cc
2706 deps:
2707 - grpc++_test_util
2708 - grpc_test_util
2709 - grpc++
2710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002711 - gpr_test_util
2712 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002713- name: golden_file_test
2714 gtest: true
2715 build: test
2716 language: c++
2717 src:
2718 - src/proto/grpc/testing/compiler_test.proto
2719 - test/cpp/codegen/golden_file_test.cc
2720 deps:
2721 - grpc++
2722 - grpc
2723 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002724- name: grpc_cli
2725 build: test
2726 run: false
2727 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002728 src:
2729 - test/cpp/util/grpc_cli.cc
2730 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002731 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002732 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002733 - grpc++
2734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002735 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002736 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002737- name: grpc_cpp_plugin
2738 build: protoc
2739 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002740 src:
2741 - src/compiler/cpp_plugin.cc
2742 deps:
2743 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002744 secure: false
2745 vs_config_type: Application
2746 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2747- name: grpc_csharp_plugin
2748 build: protoc
2749 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002750 src:
2751 - src/compiler/csharp_plugin.cc
2752 deps:
2753 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002754 secure: false
2755 vs_config_type: Application
2756 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002757- name: grpc_node_plugin
2758 build: protoc
2759 language: c++
2760 src:
2761 - src/compiler/node_plugin.cc
2762 deps:
2763 - grpc_plugin_support
2764 secure: false
2765 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002766- name: grpc_objective_c_plugin
2767 build: protoc
2768 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002769 src:
2770 - src/compiler/objective_c_plugin.cc
2771 deps:
2772 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002773 secure: false
2774 vs_config_type: Application
2775 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2776- name: grpc_python_plugin
2777 build: protoc
2778 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002779 src:
2780 - src/compiler/python_plugin.cc
2781 deps:
2782 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002783 secure: false
2784 vs_config_type: Application
2785 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2786- name: grpc_ruby_plugin
2787 build: protoc
2788 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002789 src:
2790 - src/compiler/ruby_plugin.cc
2791 deps:
2792 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002793 secure: false
2794 vs_config_type: Application
2795 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002796- name: grpc_tool_test
2797 gtest: true
2798 build: test
2799 language: c++
2800 headers:
2801 - test/cpp/util/string_ref_helper.h
2802 src:
2803 - src/proto/grpc/testing/echo.proto
2804 - src/proto/grpc/testing/echo_messages.proto
2805 - test/cpp/util/grpc_tool_test.cc
2806 - test/cpp/util/string_ref_helper.cc
2807 deps:
2808 - grpc_cli_libs
2809 - grpc++_reflection
2810 - grpc_test_util
2811 - grpc++
2812 - grpc
2813 - gpr_test_util
2814 - gpr
2815 filegroups:
2816 - grpc++_codegen_proto
2817 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002818- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002819 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002820 build: test
2821 language: c++
2822 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002823 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002824 - test/cpp/grpclb/grpclb_api_test.cc
2825 deps:
2826 - grpc++_test_util
2827 - grpc_test_util
2828 - grpc++
2829 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002830- name: grpclb_test
2831 gtest: false
2832 build: test
2833 language: c++
2834 src:
2835 - src/proto/grpc/lb/v1/load_balancer.proto
2836 - test/cpp/grpclb/grpclb_test.cc
2837 deps:
2838 - gpr
2839 - gpr_test_util
2840 - grpc
2841 - grpc++
2842 - grpc++_test_util
2843 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002844- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002845 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002846 build: test
2847 language: c++
2848 src:
2849 - test/cpp/end2end/hybrid_end2end_test.cc
2850 deps:
2851 - grpc++_test_util
2852 - grpc_test_util
2853 - grpc++
2854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002855 - gpr_test_util
2856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002857- name: interop_client
2858 build: test
2859 run: false
2860 language: c++
2861 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002862 deps:
2863 - interop_client_main
2864 - interop_client_helper
2865 - grpc++_test_util
2866 - grpc_test_util
2867 - grpc++
2868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002869 - gpr_test_util
2870 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002871 - grpc++_test_config
2872 platforms:
2873 - mac
2874 - linux
2875 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002876- name: interop_server
2877 build: test
2878 run: false
2879 language: c++
2880 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002881 deps:
2882 - interop_server_main
2883 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002884 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002885 - grpc++_test_util
2886 - grpc_test_util
2887 - grpc++
2888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002889 - gpr_test_util
2890 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002891 - grpc++_test_config
2892 platforms:
2893 - mac
2894 - linux
2895 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002896- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002897 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898 build: test
2899 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002900 src:
2901 - test/cpp/interop/interop_test.cc
2902 deps:
2903 - grpc_test_util
2904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002905 - gpr_test_util
2906 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002907 platforms:
2908 - mac
2909 - linux
2910 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002911- name: json_run_localhost
2912 build: test
2913 run: false
2914 language: c++
2915 src:
2916 - test/cpp/qps/json_run_localhost.cc
2917 deps:
2918 - grpc++_test_util
2919 - grpc_test_util
2920 - grpc++
2921 - grpc
2922 - gpr_test_util
2923 - gpr
2924 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002925- name: metrics_client
2926 build: test
2927 run: false
2928 language: c++
2929 headers:
2930 - test/cpp/util/metrics_server.h
2931 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002932 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002933 - test/cpp/interop/metrics_client.cc
2934 deps:
2935 - grpc++
2936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002937 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002938 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002939- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002940 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002941 build: test
2942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002943 src:
2944 - test/cpp/end2end/mock_test.cc
2945 deps:
2946 - grpc++_test_util
2947 - grpc_test_util
2948 - grpc++
2949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002950 - gpr_test_util
2951 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002952- name: proto_server_reflection_test
2953 gtest: true
2954 build: test
2955 language: c++
2956 headers:
2957 - test/cpp/util/proto_reflection_descriptor_database.h
2958 src:
2959 - test/cpp/end2end/proto_server_reflection_test.cc
2960 - test/cpp/util/proto_reflection_descriptor_database.cc
2961 deps:
2962 - grpc++_reflection
2963 - grpc++_test_util
2964 - grpc_test_util
2965 - grpc++
2966 - grpc
2967 - gpr_test_util
2968 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002969- name: qps_interarrival_test
2970 build: test
2971 run: false
2972 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002973 src:
2974 - test/cpp/qps/qps_interarrival_test.cc
2975 deps:
2976 - qps
2977 - grpc++_test_util
2978 - grpc_test_util
2979 - grpc++
2980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002981 - gpr_test_util
2982 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002983 platforms:
2984 - mac
2985 - linux
2986 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002987- name: qps_json_driver
2988 build: test
2989 run: false
2990 language: c++
2991 src:
2992 - test/cpp/qps/qps_json_driver.cc
2993 deps:
2994 - qps
2995 - grpc++_test_util
2996 - grpc_test_util
2997 - grpc++
2998 - grpc
2999 - gpr_test_util
3000 - gpr
3001 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003003 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004 build: test
3005 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003006 src:
3007 - test/cpp/qps/qps_openloop_test.cc
3008 deps:
3009 - qps
3010 - grpc++_test_util
3011 - grpc_test_util
3012 - grpc++
3013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003014 - gpr_test_util
3015 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003016 - grpc++_test_config
3017 platforms:
3018 - mac
3019 - linux
3020 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003021- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003022 build: test
3023 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003024 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003025 headers:
3026 - test/cpp/qps/client.h
3027 - test/cpp/qps/server.h
3028 src:
3029 - test/cpp/qps/worker.cc
3030 deps:
3031 - qps
3032 - grpc++_test_util
3033 - grpc_test_util
3034 - grpc++
3035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003036 - gpr_test_util
3037 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003038 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003039- name: reconnect_interop_client
3040 build: test
3041 run: false
3042 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003043 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003044 - src/proto/grpc/testing/empty.proto
3045 - src/proto/grpc/testing/messages.proto
3046 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003047 - test/cpp/interop/reconnect_interop_client.cc
3048 deps:
3049 - grpc++_test_util
3050 - grpc_test_util
3051 - grpc++
3052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003053 - gpr_test_util
3054 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003055 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003056- name: reconnect_interop_server
3057 build: test
3058 run: false
3059 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003060 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003061 - src/proto/grpc/testing/empty.proto
3062 - src/proto/grpc/testing/messages.proto
3063 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003064 - test/cpp/interop/reconnect_interop_server.cc
3065 deps:
3066 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003067 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003068 - grpc++_test_util
3069 - grpc_test_util
3070 - grpc++
3071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003072 - gpr_test_util
3073 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003074 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003075- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003076 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003077 build: test
3078 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003079 src:
3080 - test/cpp/common/secure_auth_context_test.cc
3081 deps:
3082 - grpc++_test_util
3083 - grpc_test_util
3084 - grpc++
3085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003086 - gpr_test_util
3087 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003088- name: secure_sync_unary_ping_pong_test
3089 build: test
3090 language: c++
3091 src:
3092 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3093 deps:
3094 - qps
3095 - grpc++_test_util
3096 - grpc_test_util
3097 - grpc++
3098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003099 - gpr_test_util
3100 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003101 platforms:
3102 - mac
3103 - linux
3104 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003105- name: server_builder_plugin_test
3106 gtest: true
3107 build: test
3108 language: c++
3109 src:
3110 - test/cpp/end2end/server_builder_plugin_test.cc
3111 deps:
3112 - grpc++_test_util
3113 - grpc_test_util
3114 - grpc++
3115 - grpc
3116 - gpr_test_util
3117 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003118- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003119 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003120 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003121 build: test
3122 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003123 src:
3124 - test/cpp/end2end/server_crash_test.cc
3125 deps:
3126 - grpc++_test_util
3127 - grpc_test_util
3128 - grpc++
3129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003130 - gpr_test_util
3131 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003132 platforms:
3133 - mac
3134 - linux
3135 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003136- name: server_crash_test_client
3137 build: test
3138 run: false
3139 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003140 src:
3141 - test/cpp/end2end/server_crash_test_client.cc
3142 deps:
3143 - grpc++_test_util
3144 - grpc_test_util
3145 - grpc++
3146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003147 - gpr_test_util
3148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003149- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003150 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003151 build: test
3152 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003153 src:
3154 - test/cpp/end2end/shutdown_test.cc
3155 deps:
3156 - grpc++_test_util
3157 - grpc_test_util
3158 - grpc++
3159 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003160 - gpr_test_util
3161 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003162- name: status_test
3163 build: test
3164 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003165 src:
3166 - test/cpp/util/status_test.cc
3167 deps:
3168 - grpc_test_util
3169 - grpc++
3170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003171 - gpr_test_util
3172 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003173- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003174 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003175 build: test
3176 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003177 src:
3178 - test/cpp/end2end/streaming_throughput_test.cc
3179 deps:
3180 - grpc++_test_util
3181 - grpc_test_util
3182 - grpc++
3183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003184 - gpr_test_util
3185 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003186 platforms:
3187 - mac
3188 - linux
3189 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003190- name: stress_test
3191 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003192 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003193 language: c++
3194 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003195 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003196 - test/cpp/interop/interop_client.h
3197 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003198 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003199 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003200 - src/proto/grpc/testing/empty.proto
3201 - src/proto/grpc/testing/messages.proto
3202 - src/proto/grpc/testing/metrics.proto
3203 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003204 - test/cpp/interop/interop_client.cc
3205 - test/cpp/interop/stress_interop_client.cc
3206 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003207 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003208 deps:
3209 - grpc++_test_util
3210 - grpc_test_util
3211 - grpc++
3212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003213 - gpr_test_util
3214 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003215 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003216- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003217 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003218 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003219 build: test
3220 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003221 src:
3222 - test/cpp/end2end/thread_stress_test.cc
3223 deps:
3224 - grpc++_test_util
3225 - grpc_test_util
3226 - grpc++
3227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003228 - gpr_test_util
3229 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003230- name: public_headers_must_be_c89
3231 build: test
3232 language: c89
3233 src:
3234 - test/core/surface/public_headers_must_be_c89.c
3235 deps:
3236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003237 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003238vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003239- linkage: static
3240 name: grpc.dependencies.zlib
3241 props: false
3242 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003243 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003244- linkage: static
3245 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003246 props: true
3247 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003248 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003249- name: gflags
3250 props: false
3251 redist: false
3252 version: 2.1.2.1
3253- name: gtest
3254 props: false
3255 redist: false
3256 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003257configs:
3258 asan:
3259 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003260 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3261 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003262 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003263 LD: clang
3264 LDFLAGS: -fsanitize=address
3265 LDXX: clang++
3266 compile_the_world: true
3267 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003268 ASAN_OPTIONS: detect_leaks=1:color=always
3269 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003270 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003271 asan-noleaks:
3272 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003273 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3274 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003275 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003276 LD: clang
3277 LDFLAGS: -fsanitize=address
3278 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003279 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003280 test_environ:
3281 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003282 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003283 asan-trace-cmp:
3284 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003285 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3286 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003287 CXX: clang++
3288 LD: clang
3289 LDFLAGS: -fsanitize=address
3290 LDXX: clang++
3291 compile_the_world: true
3292 test_environ:
3293 ASAN_OPTIONS: detect_leaks=1:color=always
3294 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3295 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003296 basicprof:
3297 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3298 DEFINES: NDEBUG
3299 dbg:
3300 CPPFLAGS: -O0
3301 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003302 easan:
3303 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003304 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3305 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003306 CXX: clang++
3307 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3308 LD: clang
3309 LDFLAGS: -fsanitize=address
3310 LDXX: clang++
3311 compile_the_world: true
3312 test_environ:
3313 ASAN_OPTIONS: detect_leaks=1:color=always
3314 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3315 timeout_multiplier: 3
3316 edbg:
3317 CPPFLAGS: -O0
3318 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3319 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003320 CC: clang
3321 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003322 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003323 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003324 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003325 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003326 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003327 LDXX: clang++
3328 compile_the_world: true
3329 test_environ:
3330 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3331 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003332 gcov:
3333 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003334 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003335 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003336 DEFINES: _DEBUG DEBUG GPR_GCOV
3337 LD: gcc
3338 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3339 LDXX: g++
3340 helgrind:
3341 CPPFLAGS: -O0
3342 DEFINES: _DEBUG DEBUG
3343 LDFLAGS: -rdynamic
3344 timeout_multiplier: 20
3345 valgrind: --tool=helgrind
3346 memcheck:
3347 CPPFLAGS: -O0
3348 DEFINES: _DEBUG DEBUG
3349 LDFLAGS: -rdynamic
3350 timeout_multiplier: 10
3351 valgrind: --tool=memcheck --leak-check=full
3352 msan:
3353 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003354 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3355 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3356 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003357 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003358 DEFINES: NDEBUG
3359 LD: clang
3360 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3361 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3362 LDXX: clang++
3363 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003364 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003365 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003366 CPPFLAGS: -O3 -fno-omit-frame-pointer
3367 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003368 LDFLAGS: -rdynamic
3369 opt:
3370 CPPFLAGS: -O2
3371 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003372 stapprof:
3373 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3374 DEFINES: NDEBUG
3375 tsan:
3376 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003377 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003378 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003379 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003380 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003381 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003382 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003383 LDXX: clang++
3384 compile_the_world: true
3385 test_environ:
3386 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003387 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003388 ubsan:
3389 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003390 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3391 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003392 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003393 DEFINES: NDEBUG
3394 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003395 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003396 LDXX: clang++
3397 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003398 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003399 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003400 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003401defaults:
3402 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003403 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003404 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003405 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003406 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003407 global:
3408 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3409 LDFLAGS: -g
3410 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003411 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003412 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003413node_modules:
3414- deps:
3415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003416 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003417 - boringssl
3418 - z
murgatroid9994a75412015-11-19 14:04:53 -08003419 headers:
3420 - src/node/ext/byte_buffer.h
3421 - src/node/ext/call.h
3422 - src/node/ext/call_credentials.h
3423 - src/node/ext/channel.h
3424 - src/node/ext/channel_credentials.h
3425 - src/node/ext/completion_queue_async_worker.h
3426 - src/node/ext/server.h
3427 - src/node/ext/server_credentials.h
3428 - src/node/ext/timeval.h
3429 js:
3430 - src/node/index.js
3431 - src/node/src/client.js
3432 - src/node/src/common.js
3433 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003434 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003435 - src/node/src/metadata.js
3436 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003437 name: grpc_node
3438 src:
3439 - src/node/ext/byte_buffer.cc
3440 - src/node/ext/call.cc
3441 - src/node/ext/call_credentials.cc
3442 - src/node/ext/channel.cc
3443 - src/node/ext/channel_credentials.cc
3444 - src/node/ext/completion_queue_async_worker.cc
3445 - src/node/ext/node_grpc.cc
3446 - src/node/ext/server.cc
3447 - src/node/ext/server_credentials.cc
3448 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003449openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003450 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003451 extraction_dir: openssl-1.0.2f
3452 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003453php_config_m4:
3454 deps:
3455 - grpc
3456 - gpr
3457 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003458 headers:
3459 - src/php/ext/grpc/byte_buffer.h
3460 - src/php/ext/grpc/call.h
3461 - src/php/ext/grpc/call_credentials.h
3462 - src/php/ext/grpc/channel.h
3463 - src/php/ext/grpc/channel_credentials.h
3464 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003465 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003466 - src/php/ext/grpc/php_grpc.h
3467 - src/php/ext/grpc/server.h
3468 - src/php/ext/grpc/server_credentials.h
3469 - src/php/ext/grpc/timeval.h
3470 src:
3471 - src/php/ext/grpc/byte_buffer.c
3472 - src/php/ext/grpc/call.c
3473 - src/php/ext/grpc/call_credentials.c
3474 - src/php/ext/grpc/channel.c
3475 - src/php/ext/grpc/channel_credentials.c
3476 - src/php/ext/grpc/completion_queue.c
3477 - src/php/ext/grpc/php_grpc.c
3478 - src/php/ext/grpc/server.c
3479 - src/php/ext/grpc/server_credentials.c
3480 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003481python_dependencies:
3482 deps:
3483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003484 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003485 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003486 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003487ruby_gem:
3488 deps:
3489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003490 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003491 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003492 - z